﻿.MultiCheckBox {
    width: 100%;
    line-height: 25px;
    background: transparent;
    border: 1px solid #d7dbda;
    font-size: 14px;
    color: #a09e9e;
    border-radius: 10px;
    padding: 8px 15px;
    cursor: pointer;
}

    .MultiCheckBox .k-icon {
        font-size: 14px;
        float: right;
        font-weight: bolder;
        margin-top: -7px;
        height: 10px;
        width: 14px;
        color: #787878;
    }

.MultiCheckBoxDetail {
    display: none;
    position: absolute;
    border: 1px solid #e2e2e2;
    overflow-y: hidden;
    width: 100% !important;
    background: #fff;
    z-index: 99999;
}

.realtive {
    position: relative;
}

.MultiCheckBoxDetailBody {
    overflow-y: scroll;
}

.MultiCheckBoxDetail .cont {
    clear: both;
    overflow: hidden;
    padding: 7px 0;
    text-indent: 30px;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #e6e6e6;
}

    .MultiCheckBoxDetail .cont:hover {
        background-color: #cfcfcf;
    }

.MultiCheckBoxDetailBody > div > div {
    float: left;
}

.MultiCheckBoxDetail > div > div:nth-child(1) {
}

.MultiCheckBoxDetailHeader {
    overflow: hidden;
    position: relative;
    height: 28px;
    background-color: #3d3d3d;
}

    .MultiCheckBoxDetailHeader > input {
        position: relative;
        top: 2px;
        left: 31px
    }

    .MultiCheckBoxDetailHeader > div {
        color: #fff;
        /* text-indent: 24px; */
        visibility: visible;
        position: absolute;
        /* background: #646464; */
        top: 0;
        left: 55px;
    }
