.MultiCheckBox {
    /* border:1px solid #e2e2e2; */
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
}

.MultiCheckBox .k-icon {
    font-size: 15px;
    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;
}

.MultiCheckBoxDetailBody {
    overflow-y: scroll;
}

.MultiCheckBoxDetail .cont {
    clear: both;
    overflow: hidden;
    padding: 2px;
}

/*#second-dropdown .MultiCheckBoxDetail .cont:hover {
    background-color: #cfcfcf;
}

#third-dropdown .MultiCheckBoxDetail .cont:hover {
    background-color: #cfcfcf;
}*/


.MultiCheckBoxDetailBody > div > div {
    float: left;
}

.MultiCheckBoxDetail > div > div:nth-child(1) {
}

.MultiCheckBoxDetailHeader {
    overflow: hidden;
    position: relative;
    height: 35px;
    background-color: #3d3d3d;
}

.MultiCheckBoxDetailHeader > input {
    position: absolute;
    top: 12px;
    left: 3px;
}

.MultiCheckBoxDetailHeader > div {
    position: absolute;
    top: 5px;
    left: 24px;
    color: #fff;
}
