﻿.sidebar {
    margin-top: 141px !important;
}
.upin {
    width: 100%;
}
.upin, .headnav {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.headnav {
    height: 47px;
}
.headnav li.nav-item {
    margin-top: 3px !important;
}
.headnav li.nav-item a.nav-link {
    padding: 0.4rem 1rem;
}
.nav-tabs .nav-link.active {
    color: #1054CC;
    font-weight: bold;
}
.cnt-card .card-header, .kh-header {
    background-color: #f6e3df;
    border: none;
    color: #d27361;
    text-transform: uppercase;
    font-weight: 700;
}
.cnt-card > .card-header > span, .kh-header {
    color: #d27361;
    text-transform: uppercase;
    font-weight: 700;
}
.k-grid .k-grid-header, .k-grid .k-grid-header th, .k-scheduler .k-header {
    background-color: #e7e6d6;
}
.k-grid .k-grid-header th.k-header, .k-grid .k-grid-header th a.k-link, .k-scheduler .k-header {
    color: #858330;
}
    .k-grid tr.k-state-selected:hover, .k-grid tr:hover, .k-state-selected, .sbn .nav-link:hover, .sbn .nav-link.active, .sbn .nav-link.active:hover
    .k-grid tr.k-state-selected:hover td, .k-grid tr:hover .k-state-selected, .k-scheduler .k-header .k-state-selected .k-link,
    .k-grid tr.k-state-selected:hover td {
        /*background-color: #dbdcef !important;
    color: #878aab !important;*/
        /*background: #F3F8FF !important;
        color: #1054CC !important;*/
        border-radius: 3px;
    }
        .k-grid tr:hover td .cllv3, .k-grid tr:hover td .cllv4, .k-state-selected td .cllv3, .k-state-selected td .cllv4, .k-grid tr:hover td .cllv1, .k-state-selected td .cllv1 {
            color: #1054CC !important;
        }
.input-group .input-group-append .btn-primary, .btn-primary, .btn-custom, .k-action-buttons .k-primary, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #1054CC;
    border-color: #1054CC;
}
    .input-group .input-group-append .btn-primary:hover, .btn-primary:hover, .btn-custom:hover, .k-action-buttons .k-primary:hover {
        background-color: #1054CC;
        border-color: #1054CC;
    }
.toolkh {
    background-color: #d27361 !important;
    color: #fff !important;
}
.toolkh span {
    font-weight: 700;
}
.toolkh i.ibt:hover, .toolkh span.ibt:hover {
    color: black;
}
.shsb {
    top: 141px;
    left: 70px;
    position: fixed;
    display: none;
    background-color: #d27361;
    color: #fff;
    width: 50px;
    height: 48px;
    padding-left: 15px;
    padding-top: 14px;
    cursor: pointer;
}
.shsb:hover{color:black;}
@media (max-width: 991.98px){
    .app-header .navbar-brand{
        width:250px!important;
    }
}
.shsb2 {
    top: 141px;
    left: 70px;
    position: fixed;
    display: none;
    z-index: 1;
    background-color: #d27361;
    color: #fff;
    width: 50px;
    height: 48px;
    padding-left: 15px;
    padding-top: 14px;
    cursor: pointer;
}
.shsb2:hover {
    color: black;
}
.shsb3 {
    top: 141px;
    left: 70px;
    position: fixed;
    display: none;
    z-index: 1;
    background-color: #d27361;
    color: #fff;
    width: 50px;
    height: 48px;
    padding-left: 15px;
    padding-top: 14px;
    cursor: pointer;
}
.shsb3:hover {
    color: black;
}
.c-h-a-s{
    line-height:48px;
    height:48px;
    float:right;
}
.c-h-a-s .c-h-a {
    float: left;
    color: #73818f;
    margin: 0 20px;
    text-decoration: none;
}
.c-h-a-s .c-h-a .input-group {
    margin-top:6px;
}
.c-h-a-s a.c-h-a:hover i, .c-h-a-s a.c-h-a:hover span{
    text-decoration: none;
    color: #000;
}
.c-h-a-s .c-h-a i {
    font-size:1.4rem !important;
}
.c-h-a-s .c-h-a span {
    text-transform:uppercase;
}
.left-tog {
    float:left;
    margin-left: 70px;
    width: 0;
    transition: box-shadow .3s .15s,transform .3s,margin-left .3s,margin-right .3s,width .3s,z-index 0s ease .3s,-webkit-transform .3s;
}
.right-tog {
    position: absolute;
    float: left;
    margin-left: 135px;
    width: calc(100% - 135px);
    transition: box-shadow .3s .15s,transform .3s,margin-left .3s,margin-right .3s,width .3s,z-index 0s ease .3s,-webkit-transform .3s;
}

.left-menu-side{
    width:70px;
    z-index:1020;
    margin-top:141px;
    position:fixed;
}
    .left-menu-side ul {
        list-style: none;
        margin-left: -40px;
        background-color: blanchedalmond;
        padding-top: 1px;
        padding-bottom: 1px;
        text-align:center;
    }
.left-menu-side ul li {
    margin: 20px 0;
}
    .left-menu-side ul li.active {
        background-color: #b19e7e;
    }
    .left-menu-side ul li .tooltiptext {
        visibility: hidden;
        position: absolute;
        width: 150px;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .left-menu-side ul li .tooltiptext::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 100%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent #555 transparent transparent;
        }

    .left-menu-side ul li:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }
    .left-menu-side ul li .ttt1 {
        top: 30px;
        left: 100%;
    }
    .left-menu-side ul li .ttt2 {
        top: 100px;
        left: 100%;
    }
    .left-menu-side ul li .ttt3 {
        top: 170px;
        left: 100%;
    }
    .left-menu-side ul li .ttt4 {
        top: 240px;
        left: 100%;
    }
    .left-menu-side ul li .ttt5 {
        top: 310px;
        left: 100%;
    }
    .left-menu-side ul li .ttt6 {
        top: 380px;
        left: 100%;
    }
.divtextmenu {
    font-size: 13px;
    margin: -5px 5px 5px 5px;
    cursor: pointer;
    /*font-weight: 600;*/
}