﻿* {
    margin: 0;
    padding: 0;
}

* {
    outline: none !important;
}

button {outline:none;}
button:focus {outline:none;} /*IE、Chrome*/


body, html {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    background-color: #efefef;
    height: 100%;
}


/* left-sidebar */
.left-sidebar {
    position: fixed;
    z-index: 5;
    top: 0px;
    bottom: 0;
    width: 200px;
    display: block;
    background: #2f4050;
    margin-top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*-webkit-transition: 0.3s transform;
    transition: 0.3s transform;*/
    transform: translateX(0);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
}


.left-sidebar .leftscroll{
    height: -moz-calc(100% - 68px);
    height: -webkit-calc(100% - 68px);
    height: calc(100% - 68px);
    position: relative;
}

.left-sidebar .head-set {
    text-align: center;
    color: #FFF;
    font-size: 20px;
    position: relative;
    font-weight: 200;
    background: #1e8fc6;
    font-family: 'Kaushan Script',cursive;
    border-bottom: 1px solid #1e8fc6;
    color: #fff;
    text-shadow: none;
    line-height: 39px;

}


/* sidebar-menu */
#sidebar-menu, #sidebar-menu ul, #sidebar-menu li, #sidebar-menu a {
    border: 0;
    font-weight: normal;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none; }

    #sidebar-menu > ul > li > a {
        display: block;
        color: #b5b5b5;
        padding: 12px 12px 15px 12px;
        font-weight: 600;
        font-size: 13px;
        border-left: 2px solid transparent;
      
    }

#sidebar-menu ul li a i {
    display: inline-block;
    font-size: 18px;
    line-height: 17px;
    margin-left: 3px;
    margin-right: 15px;
    text-align: center;
    vertical-align: middle;
    width: 20px; }

#sidebar-menu > ul > li > a > span {
    vertical-align: middle; }


#sidebar-menu ul li .menu-arrow {
    position: absolute;
    display: inline-block;
    -webkit-transition: -webkit-transform .15s;
    -o-transition: -o-transform .15s;
    transition: transform .15s;
    right: 20px;
    top: 15px;
    font-family: 'FontAwesome';
    text-rendering: auto;
    line-height: 18px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
#sidebar-menu ul li .menu-arrow:before {
    content: "\f105"; }

#sidebar-menu .submenu ul .submenu .menu-arrow {
    top: 10px !important; }

#sidebar-menu > ul > li > a:hover {
    color: #FFF;
    background-color: #414d58;
    text-decoration: none;
    }


#sidebar-menu ul li a.subdrop .menu-arrow {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }

#sidebar-menu ul ul li {
    border-top: 0; }
#sidebar-menu ul ul li.active a {
    color: #f3f3f3; }
#sidebar-menu ul ul a {
    display: block;
    color: #b5b5b5;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 10px 20px 10px 60px; }
#sidebar-menu ul ul a:hover {
    color: #1e8fc6; }
#sidebar-menu ul ul a i {
    margin-right: 5px; }
#sidebar-menu ul ul ul a {
    padding-left: 80px; }

#sidebar-menu ul ul {
    display: none; }

#sidebar-menu .label {
    margin-top: 2px; }

#sidebar-menu .subdrop {
    color: #fff !important;
    background-color: #414d58;
}

.nav-header {
 position: fixed;
    z-index: 4;
    top: 0px;
    right: 0px;
    left: 0px;
    border-radius: 0;
    margin-bottom: 0;
    background-color: white;

   height: 40px;
    padding-left: 200px;}

    .nav-header .nav-link {
        padding: 0 8px;
        line-height: 13px;
        font-size: 13px;
        color: black;
    }

   

.nav-header .dropdown-toggle:after {
    content: initial; }

.nav-header .menu-left {
    overflow: hidden; }


.nav-header .lyear-toggler-bar {
    display: block;
    height: 2px;
    width: 20px;
    background-color: #4d5259;
    margin: 4px 0px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.nav-header .lyear-toggler-bar:nth-child(2) {
    width: 15px;
}
.nav-header:hover .lyear-toggler-bar:nth-child(2) {
    width: 20px;
}
.lyear-layout-sidebar-close .nav-header .lyear-toggler-bar {
    width: 20px;
}

.navbar-page-title {
    display: inline-block;
    font-size: 16px;

}


.nav-user img {
    height: 36px;
    width: 36px;
    margin-bottom: 7px;
}
.button-menu-mobile {
    background: transparent;
    border: none;
    color: #dde8ef;
    font-size: 28px;
    line-height: 40px;
    padding: 0 5px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    z-index: 1;  }
.button-menu-mobile:hover {
    color: #a2cff7; }


#main
{
    min-height:100%;
    position: relative;
    padding-bottom: 32px;
}


.footer {
    position: absolute;
    height: 30px;
    width: 100%;
    bottom: 0;
    right: 0;
    padding-left: 200px;
    text-align: left !important;
    background-color: #1e8fc6;
    color: #fff;
    overflow: hidden}

.footer p {
    line-height: 30px;
}



.notif {
    margin-left: 0 !important;
}

.notif .noti-title {
    border-radius: 0;
    background-color: #3492ea;
    margin: 0;
    width: auto;
    padding: 8px 15px 12px 15px;
}

.notif .noti-title h5 {
    color: #ffffff;
    margin: 0;
}

.notif .noti-title .label {
    float: right;
}

.notif .noti-icon {
    font-size: 22px;
    padding: 0 12px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.8);
}

.notif .notif-bullet {
    height: 12px;
    width: 12px;
    background-color: #f95200;
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 8px;
    border-radius: 50%;
    border: 2px solid #e2e2e2;
}

.notif .notify-item {
    padding: 10px 20px;
}

.notif .notify-item .notify-icon {
    float: left;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    color: #ffffff;
}

.notif .notify-item .notify-icon img {
    margin-top: 4px;
}

.notif .notify-item .notify-details {
    margin-bottom: 0;
    overflow: hidden;
    margin-left: 45px;
    text-overflow: ellipsis;
    white-space: inherit;
}

.notif .notify-item .notify-details b {
    font-weight: 500;
}

.notif .notify-item .notify-details small {
    display: block;
}

.notif .notify-item .notify-details span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.notif .notify-all {
    border-radius: 0;
    margin: 0;
    background-color: #a8c1d8;
    color: #fff;
}

.dropdown-item {
    font-size: 0.9rem;
    white-space: inherit;
}

.content-page {

    padding-top: 55px;
    padding-left: 200px;

    overflow: hidden; }

.lyear-layout-sidebar-close .left-sidebar {
    transform: translateX(-100%);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.lyear-layout-sidebar-close .nav-header,
.lyear-layout-sidebar-close .content-page,
.lyear-layout-sidebar-close .footer{
    padding-left: 0px;
}


::-webkit-scrollbar
{
    width: 10px;  
    height: 10px; 
}

::-webkit-scrollbar-track
{
    background: #F1F1F1;
}

::-webkit-scrollbar-thumb {
    background: #C1C1C1;
}

.dropdown-lg {
    width: 280px; }

.dropdown-menu {
    box-shadow: none;
    border: 1px solid rgba(43, 61, 81, 0.05);
    margin: -1px;
    padding: 0;
    border-radius: 0;
}

.card-box {
    padding: 20px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid rgba(183,183,183,.125);  }

.card-box i {
    font-size: 80px;
    margin-top: 20px;}

.card-header {
    color: #6b6b6b;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(111,111,111,.13);
}

.card-header h3 {
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.2rem;
    margin-bottom: 0;
}

.bg-default {
    background-color: #64b0f2 !important; }

.widget-messages .message-item {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
    padding: 12px 0;
}

.widget-messages .message-item img {
    width: 40px;
}

.widget-messages .message-item .message-user-img {
    display: block;
    float: left;
    margin-right: 15px;
    width: 40px;
}

.widget-messages .message-item .message-item-user {
    color: #525252;
    display: block;
    font-weight: 500;
    margin: 0;
}

.widget-messages .message-item .message-item-msg {
    color: #525252;
    display: block;
    font-weight: 200;
    margin: 0;
}

    .widget-messages .message-item .message-item-date {
        color: #a2a5a7;
        font-weight: 200;
        position: absolute;
        right: 7px;
        top: 2px;
    }

.nav-lan img {
    height: 20px;
    width: 30px;
    margin-bottom: 7px;
    text-align:center;
}

.modal .modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #F8F8F8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal .modal-footer {
    padding: 0px 5px;
    border: 0px;
}

    .modal .modal-footer .blue {
        border-color: #1E9FFF;
        background-color: #1E9FFF;
        color: #fff;
        border: 1px solid #dedede;
        border-radius: 5px;
        margin-right: 10px;
        padding: 0 15px;
        height: 28px;
        line-height: 28px;
    }

    .modal .modal-footer .green {
        border: 1px solid #dedede;
        border-radius: 5px;
        padding: 0 15px;
        height: 28px;
        line-height: 28px;
    }

.form-check-label {
    margin-right: 20px;
}

.form-group {
    margin-bottom: 0.8rem;
}












