a.disabled, a:disabled {
    pointer-events: none;
    opacity: 0.5;
}
.form-card-group {
    border-color: #E22127 !important;;
}
.form-card-group .card-header {
    border-color: #E22127 !important;;
}

#block-val-container, #template-block-container {
    width: 100%;
    float: left;
    padding-bottom: 100px;
}
#block-val-container .portlet, #template-block-container .portlet {
    margin: 0 1em 1em 0;
    padding: 1em;
}
#block-val-container .portlet-header, #template-block-container .portlet-header {
    padding: 1em 1em;
    position: relative;
    border-radius: 0;
    font-size: 18px;
    color: #4a4a4a;
}
#block-val-container .portlet-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
}
#block-val-container .portlet-content {
    margin-top: 1em;
}
#block-val-container .portlet-placeholder {
    border: 1px dotted black;
    margin: 0 1em 1em 0;
    height: 50px;
}
.textarea-hidden {
    display: none !important;
    visibility: hidden;
}

.textarea-hidden * {
    display: none !important;
    visibility: hidden;
}

.btn-delete-template-block {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.category-check-list {
    background-color: #fff;
    padding: 1em;
    border: 1px solid #ccc;
    min-height: 100px;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.category-check-item {
    position: relative;
}
.category-check-item::before {
    content: "";
    position: absolute;
    left: 8px;
    top: -10px;
    bottom: 0;
    width: 1px;
    background-color: #4a4a4a;
}

.category-check-list > .category-check-item:first-child:last-child::before {
    display: none;
}
.category-check-list > .category-check-item:first-child::before {
    top: 10px;
}
.category-check-list > .category-check-item:last-child:before,
.category-check-children > .category-check-item:last-child:before {
    bottom: auto;
    height: 20px;
}

.category-check-children {
    position: relative;
}
.category-check-children > .category-check-item {
    padding-left: 25px;
}
.category-check-children > .category-check-item::after {
    content: "";
    position: absolute;
    top: 9px;
    width: 17px;
    height: 1px;
    background-color: #4a4a4a;
    left: 8px;
}

.category-check-item input[type="checkbox"]:disabled + span:before,
.category-check-item input[type="checkbox"]:disabled + span {
    opacity: 1 !important;
    color: rgba(0,0,0,0.5);
}

.category-check-item input[type="checkbox"]:disabled + span:before {
    border-color: rgba(0,0,0,0.5);
}
a.btn-in-table {
    color: unset;
    text-decoration: none;
    background-color: transparent;
}
a.btn-in-table:hover {
    color: #e22127;
    background-color: transparent;
}
