.ccct-hltree-index {
    /*width: 100%;
    height: 100%;*/
}

.ccct-hltree-nodes {
    list-style: none;
    padding-left: 20px;
    /*overflow: hidden;*/
    -webkit-transition: height 150ms ease-out, opacity 150ms ease-out;
    -o-transition: height 150ms ease-out, opacity 150ms ease-out;
    transition: height 150ms ease-out, opacity 150ms ease-out;
    background-color: #fff;
}

.ccct-hltree-node {
    cursor: pointer;
    /*overflow: hidden;*/
    line-height: 26px;
    position: relative;
}

.ccct-hltree-node-haschild > .ccct-hltree-switcher:before {
    content: ' ';
}

.ccct-hltree-switcher {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    transition: transform 150ms ease-out;
    margin-right: 5px;
}

    .ccct-hltree-switcher:before {
        position: absolute;
        top: 8px;
        left: 6px;
        display: block;
        border: 5px solid transparent;
        border-top: 5px solid rgba(0, 0, 0, 0.65);
        transition: border-color 150ms;
    }

    .ccct-hltree-switcher:hover:before {
        border-top: 5px solid rgba(0, 0, 0, 0.65);
    }

.ccct-hltree-node-close > .ccct-hltree-switcher {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 4px;
    left: 0;
}

.ccct-hltree-node-close > .ccct-hltree-nodes {
    display: none;
}

.ccct-hltree-checkbox {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    margin-right: 5px;
}

    .ccct-hltree-checkbox:before {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        cursor: pointer;
        position: absolute;
        top: 2px;
        content: ' ';
        display: block;
        width: 16px;
        height: 16px;
        border: 1px solid #d9d9d9;
        border-radius: 2px;
    }

    .ccct-hltree-checkbox:hover:before {
        -webkit-box-shadow: 0 0 2px 1px #1890ff;
        box-shadow: 0 0 2px 1px #1890ff;
    }

.ccct-hltree-node-checked > .ccct-hltree-checkbox:before {
    background-color: #fff;
    border-color: #1890ff;
}

.ccct-hltree-node-checked > .ccct-hltree-checkbox:after {
    position: absolute;
    content: ' ';
    display: block;
    top: 4px;
    left: 6px;
    width: 5px;
    height: 9px;
    border: 2px solid #1890ff;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ccct-hltree-node-halfchecked > .ccct-hltree-checkbox:before {
    background-color: #fff;
    border-color: #1890ff;
}

.ccct-hltree-node-halfchecked > .ccct-hltree-checkbox:after {
    position: absolute;
    content: ' ';
    display: block;
    top: 5px;
    left: 3px;
    width: 10px;
    height: 10px;
    background-color: #1890ff;
}

.ccct-hltree-label {
    vertical-align: middle;
}


    .ccct-hltree-label:hover ~ .ccct-hltree-tooltip {
        display: block;
    }


.ccct-hltree-function {
    float: right;
    padding: 0 20px;
    display: none;
}

    .ccct-hltree-function i {
        margin-left: 6px;
    }

.ccct-hltree-node-active {
    background-color: #EBEBEB;
}

    .ccct-hltree-node-active > .ccct-hltree-label {
        font-weight: bold;
    }

    .ccct-hltree-node-active > .ccct-hltree-checkbox {
        display: none;
    }

    .ccct-hltree-node-active > .ccct-hltree-function {
        display: block;
    }


.ccct-hltree-node .ccct-hltree-tooltip {
    display: none;
    transition: visibility 0s linear 0s, opacity 300ms;
    -webkit-transition: visibility 0s linear 0s, opacity 300ms;
    width: 300px;
    background-color: #D6F6FF;
    border: 1px solid #CCD6E1;
    white-space: normal;
    padding: 5px 0px;
    border-radius: 2px;
    top: 35px;
    position: absolute;
    z-index: 1070;
}

    .ccct-hltree-node .ccct-hltree-tooltip::before {
        content: '';
        position: absolute;
        left: 20%;
        top: -7%;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #CCD6E1;
        clear: both;
    }

    .ccct-hltree-node .ccct-hltree-tooltip::after {
        content: '';
        position: absolute;
        left: 20%;
        top: -6%;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #D6F6FF;
        clear: both;
    }

.ccct-hltree-tooltip p {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 5px;
    padding: 0px 5px;
}

    .ccct-hltree-tooltip p:last-child {
        border: none;
        margin: 0;
        padding: 0px 5px;
    }

    .ccct-hltree-tooltip p span {
        font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    }



.ccct-hltree-label-search {
    font-style: italic;
    color: #8b0000;
    font-weight: 700;
}


.ccct-input-cbb {
    width: 200px;
}

.ccct-input-cbb-1 {
    width: 100%;
}

.ccct-input-cbb-2 {
    width: calc(100% - 10px);
}

.ccct-content {
    height: calc(100% - 70px);
}

.ccct-content-boxgroup {
    height: calc(100% - 70px);
    display: flex;
    flex-wrap: wrap;
}

    .ccct-content-boxgroup .col-group-content {
        height: 100%;
        position: relative;
    }

.ccct-boxgroup-header {
}

.ccct-boxgroup-body {
    height: calc(100% - 60px);
    overflow: auto;
}

.ccct-boxgroup-footer {
}

.ccct-kenh:hover, .ccct-cong:hover, .ccct-giaithua:hover {
    background-color: #58afd4 !important;
    color: #fff !important;
    cursor: pointer;
}

.ccct-active-kenh .ccct-kenh,
.ccct-active-cong .ccct-kenh,
.ccct-active-cong .ccct-cong {
    background-color: #41aad6 !important;
    color: #fff !important;
}

.ccct-active-kenh .ccct-cong,
.ccct-active-kenh .ccct-giaithua,
.ccct-active-cong .ccct-giaithua {
    background-color: #ccc !important;
    color: #444 !important;
}

.ccct-cong-disable {
    display: none;
}

.ccct-active-kenh .ccct-cong-disable {
    position: absolute;
    top: 0;
    background-color: #ccc;
    height: 100%;
    display: block;
    width: calc(100% - 5px);
    opacity: 0.4;
    cursor: not-allowed;
}

.ccct-active-kenh .ccct-giaithua-disable,
.ccct-active-cong .ccct-giaithua-disable {
    position: absolute;
    top: 0;
    background-color: #ccc;
    height: 100%;
    display: block;
    width: calc(100% - 5px);
    opacity: 0.4;
    cursor: not-allowed;
}

.ccct-kc-gt {
    display: none;
}

.ccct-kc-only {
    display: none;
}

.nhaplieu_kc_2 {
    display: none;
}

.ccct-add-dat {
    cursor: pointer;
}

.ccct-add-cay {
    cursor: pointer;
}

.ccct-loading {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    display: none;
}

.ccct-loading-detail {
    position: fixed;
    top: 24%;
    margin-left: calc(50% - 120px);
}

.ccct-loading-title {
    float: left;
    position: relative;
    top: 24px;
    font-size: 18px;
    padding: 0 12px;
    color: #0081ff;
    font-weight: bold;
}

.ccct-lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    float: left;
}

    .ccct-lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 32px 32px;
    }

        .ccct-lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #0088ff;
            margin: -3px 0 0 -3px;
        }

        .ccct-lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .ccct-lds-roller div:nth-child(1):after {
                top: 50px;
                left: 50px;
            }

        .ccct-lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .ccct-lds-roller div:nth-child(2):after {
                top: 54px;
                left: 45px;
            }

        .ccct-lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .ccct-lds-roller div:nth-child(3):after {
                top: 57px;
                left: 39px;
            }

        .ccct-lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .ccct-lds-roller div:nth-child(4):after {
                top: 58px;
                left: 32px;
            }

        .ccct-lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .ccct-lds-roller div:nth-child(5):after {
                top: 57px;
                left: 25px;
            }

        .ccct-lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .ccct-lds-roller div:nth-child(6):after {
                top: 54px;
                left: 19px;
            }

        .ccct-lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .ccct-lds-roller div:nth-child(7):after {
                top: 50px;
                left: 14px;
            }

        .ccct-lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .ccct-lds-roller div:nth-child(8):after {
                top: 45px;
                left: 10px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
