.btn-menu {
    float: right;
}

.tkdt-item {
    padding: 3px;
}

.thongke-quanly-1-1-1-1-1 {
    height: 31px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 0 0 8px;
}

.menu-container {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    font-weight: 400;
}

    .menu-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /*.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border: 1px solid #bf382c;
}*/

    .menu-container:hover input ~ .checkmark {
        background-color: #ccc;
    }

    .menu-container input:checked ~ .checkmark {
        background-color: #0277BD;
    }

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.menu-container input:checked ~ .checkmark:after {
    display: block;
}

.menu-container .checkmark:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-tool {
    color: #4D0920;
}

    .menu-tool a {
        color: #C0842B;
        margin-left: 4px;
    }

.txtmenu-menucha-1 {
}

.txtmenu-menucha-2 {
    position: relative;
    top: -27px;
    right: 4px;
    float: right;
    padding: 4px 10px;
    cursor: pointer;
}

.txtmenu-menucha-3 {
    display: none;
    height: 0;
    position: relative;
    z-index: 1;
}

    .txtmenu-menucha-3 .jstree-container-ul {
        background-color: #f1f1f1;
        border: 1px solid #ccc;
        height: 170px;
        overflow: auto;
        width: 100%;
        top: -22px;
        position: relative;
        -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.25);
    }

.menu-active {
    background-color: #a8e4ff;
}

.menu1-active {
    border-left: 5px solid #007aff !important;
}
/*#home-menu a:hover {
    background-color:#a8e4ff;
}*/
.menu-item ul > li.active {
    font-weight: bold;
}

    .menu-item ul > li.active i {
        height: 18px;
        background: #C0392B;
        top: -10px;
        color: #C0392B;
        font-size: 5px;
    }

#addCoQuan, #addNguoiDung, #addDanhMuc, #addLoaiDanhMuc {
    overflow-x: hidden;
}

.btn-md-2 {
    background-color: #D5EBFF;
    color: #1565C0;
}

.table-icon {
    color: #4D0920;
}

.table thead th {
    vertical-align: middle;
}

.table td {
    vertical-align: middle;
}

#tree-menu {
    height: 530px;
    overflow: auto;
}
