
@font-face {
    font-family: 'helBoldVU';
    src: url('../../font/HELVBV_0.ttf') format('truetype');
}
@font-face {
    font-family: 'helBoldBlackVU';
    src: url('../../font/HELVBLV_0.ttf') format('truetype');
}
@font-face {
    font-family: 'helRegularVU';
    src: url('../../font/HELVRGV_0.ttf') format('truetype');
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0px;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, p, span {
    font-family: Arial;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table th, .table td {
    padding: 10px 5px;
    vertical-align: middle;
}

.app-content.content {
    top: -30px;
}

.bg-cyan {
    background-color: #4585f4 !important;
}

.navbar-wrapper {
    width: 100% !important;
}

.HeaderTop {
    height: 48px;
    padding: 0px;
}

.menu-left-bar {
    top: 45px !important;
    width: 70px !important;
}

#main-menu-navigation {
    background: #0066f8;
}

    #main-menu-navigation > li > a > i {
        font-size: 25px;
        color: white;
    }

    #main-menu-navigation > li > a > span {
        font-size: 10px;
        color: white;
        font-family: 'Arial';
        margin-top: -13px;
    }

    #main-menu-navigation > li > a img {
        width: 18px;
        height: 18px;
        margin: 0 auto;
        margin-top: 5px;
        display: block;
    }

.vertical-compact-menu.menu-open .content, .vertical-compact-menu.menu-open .footer {
    margin-left: 70px;
}

.main-menu .main-menu-content {
    background: #0066f8;
}

.main-menu.menu-light .navigation > li {
    transition: 0.5s;
}

    .main-menu.menu-light .navigation > li:hover a {
        background: #ff601c;
    /*border-left: 5px solid #f0f0f0;*/
        transition: 0.5s;
        padding-left: 10px;
    }

    .main-menu.menu-light .navigation > li:hover span {
        padding-left: 0px !important;
        margin-left: 0px !important;
        transform: unset !important;
    }

    .main-menu.menu-light .navigation > li.active > a {
        background: #ff601c;
        border-left: 5px solid #f0f0f0;
    }

    .main-menu.menu-light .navigation > li > a {
        padding: 5px 0px 0px !important;
    }

.sidebar {
    width: 230px !important;
}

.content-right {
    width: calc(100% - 242px) !important;
    float: right;
    height: calc(100vh - 50px);
    /*background: white;*/
}

.nav_menuRespons_left {
    width: 70px;
    margin: 0px !important;
}

.nav_menuRespons_right {
    margin-left: auto;
    margin-right: 20px;
}

.Main_title_header {
    float: left;
    width: 230px;
}

    .Main_title_header > a > span {
        font-size: 18px;
        font-family: Arial;
        color: #ffffff;
    }

.search_main_Header > input {
    width: 650px;
    border: 1px solid white;
    border-radius: 4px;
    padding: 4px 40px;
}

.sidebar-left {
    background: white;
    overflow: hidden;
    height: calc(100vh - 50px);
}

    .sidebar-left .listMenuChildLeft > ul {
        padding-left: 0px;
    }

        .sidebar-left .listMenuChildLeft > ul > li.liMenuLeftbar {
            list-style: none;
            padding: 2px 0px;
            color: #000000;
            padding-left: 15px;
        }

            .sidebar-left .listMenuChildLeft > ul > li.liMenuLeftbar img {
                width: 18px;
                height: 18px;
                margin-bottom: -3px;
            }

            .sidebar-left .listMenuChildLeft > ul > li.liMenuLeftbar > a > span {
                padding-left: 4px;
                font-family: Arial;
                font-size: 14px;
            }

.Menu_header_smart {
    padding-left: 17px;
    font-size: 20px;
}

.sidebar-left .listMenuChildLeft > ul > li.liMenuLeftbar:hover {
    background: #f4f2f1;
}

.main-menu-content-top {
    height: calc(100vh - 240px) !important;
}

.main-menu-content-bottom > .navigation {
    background: #0052e1 !important;
}

    .main-menu-content-bottom > .navigation > .nav-item:first-child {
        padding-top: 5px;
    }

    .main-menu-content-bottom > .navigation > .nav-item:last-child {
        padding-bottom: 10px;
    }

    .main-menu.menu-light .navigation > li.open > a {
        background: #ff601c;
        border: none;
        border-left: 5px solid #f0f0f0;
    }


    .navbar-bottomleft {
        display: inline-block;
        position: relative;
        margin: 0px;
        padding: 0px 0px;
        list-style: none;
        float: left;
        margin-left: 0px;
        margin-top:-1px
    }

    .navbar-bottomleft > li {
    float: left;
    display: block;
    background: #797978;
    position: relative;
    margin: 0px;
    margin-right: 0px;
    border: none;

    font-size: 14px;
    
}
    .navbar-bottomleft > li > a > i{
        margin-right:4px
    }

    

    .navbar-bottomleft > li > a,
    .navbar-bottomleft > li > a > i,
    .navbar-bottomleft > li > .btn-group > a,
    .navbar-bottomleft > li > .btn-group > a > i{
        color: #005a9e !important;
    }
    .navbar-bottomleft > li:hover {
        background: #c7e0f4 !important
    }
    .navbar-bottomleft > li:hover a{
        color: #005a9e !important;
    }
    .navbar-bottomleft > li > a:hover > i,
    .navbar-bottomleft > li:hover > .btn-group > a > i {
        color: #005a9e !important;
    }

    .navbar-bottomleft li.checkall {
        padding: 3px 9px 3px;
    }

    .navbar-bottomleft li .iconcheck {
        margin-left: 5px;
        margin-top: -2px;
    }

    .navbar-bottomleft > li > a, .navbar-bottomleft > li > div.btn-group > a {
        color: #666666;
        text-decoration: none;
        display: block;
        position: relative;
        text-align: center;
        /*line-height: 32px;*/
		padding: 7px 12px 8px 10px;
    }

    .navbar-bottomleft li a i {
        /*color: white;
        font-size: 15px;
        margin-top: 0px;
        padding: 0px 1px 0px 0px;*/
    }

    .navbar-bottomleft li a:hover i {
        color: #323232;
    }

.content-header {
    height: 45px;
}

.content-body {
    background: white;
    height: calc(100vh - 0px);
}

.PageListMobile {
    display: none !important;
    background: none !important;
    border: none !important;
}

.PageListDeskTop {
    background: none !important;
    border: none !important;
}

.tableResoult {
    /*max-height: calc(100vh - 240px) !important;
    min-height: calc(100vh - 240px) !important;*/
    max-height: calc(100vh - 140px) !important;
    overflow: auto;
    overflow-x: hidden;
    margin-right: 0;
}

.MenuInfoUser {
    left: inherit;
    right: 0;
    top: 32px;
    border-radius: 0px !important;
    z-index: 2;
    /*right: 15%;*/
    transition: 0.4s;
    right: -800px;
    animation: lentren 0.6s forwards;
    /*animation-delay: 1s;*/
}

@-webkit-keyframes lentren {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        right: 0px;
    }
}

.dropdown-toggle::after {
    margin: 0px !important;
}

.main-menu.menu-light .navigation > li.active > a > span {
    transform: unset;
}

.titlePhongBanMb {
    display: none;
}

@media (max-width: 823px) and (min-width: 400px) {
    .sidebar-left {
        display: none;
    }

    .content-right {
        width: 100% !important;
    }

    .menu-left-bar {
        width: 125px !important;
    }

    #main-menu-navigation > li > a > i {
        font-size: 18px;
        padding-left: 10px;
        padding-top: 5px;
    }

    .main-menu.menu-light .navigation > li ul li > a {
        padding: 4px 15px 1px 16px;
        font-size: 12px;
    }

    .sidebar {
        width: 100% !important;
    }

    .menuLeftDesk {
        display: none;
    }

    #navbar-mobile {
        display: block !important;
    }

        #navbar-mobile .Main_title_header {
            display: none;
        }

    .search_main_Header > input {
        top: 13px;
        position: relative;
        left: -23px;
    }

    .vertical-overlay-menu .navbar .navbar-header {
        padding-top: 2px;
        padding-left: 10px;
    }

    .nav_menuRespons_right {
        position: relative;
        top: -12px;
    }

    .navbar-bottomleft > li {
        margin-right: 4px;
        width: 27px;
        height: 27px;
    }

    .navbar-bottomleft > li > a, .navbar-bottomleft > li > div.btn-group > a {
        padding: 0px;
        margin-top: -3px;
    }

    .navbar-bottomleft li a i {
        font-size: 14px;
        margin-top: 0px;
        padding: 0px 4px 0px 0px;
    }

    .box-page {
        margin: 0px !important;
    }

    .PageListDeskTop {
        display: none !important;
    }

    .PageListMobile {
        display: block !important;
    }

    .box-page ul.ul-box-page {
        margin-top: 4px !important;
    }

    #CDNhomGet {
        overflow: scroll;
    }

    /*#CDNhomGet .table-vedu {
                min-width: 1024px;
            }*/

    .tableResoult {
        max-height: unset;
        overflow: unset;
        overflow-x: unset;
        margin-right: 0px;
    }

    .navbar-bottomleft li.checkall {
        padding: 1px 8px 3px;
    }

    .main-menu.menu-light .navigation > li > a {
        padding: 0px 0px 2px !important;
    }

    .vertical-overlay-menu .main-menu, .vertical-overlay-menu.menu-hide .main-menu {
        left: -260px;
    }

    #main-menu-navigation > li > a img {
        margin-left: 15px;
        display: unset;
        margin-top: 15px;
    }

    .content-right {
        overflow: scroll;
    }

        .content-right .Ktphongban {
            padding-left: 15px !important;
        }

    .titlePhongBanMb {
        display: block;
        margin: 13px auto;
        color: #4585f4;
        font-size: 20px;
    }
}

.img-user {
    width: 32px;
    height: 32px;
    object-fit: cover;
    float: left;
    margin-top: 0px;
    border-radius: 50%;
    margin-right: 5px;
    /*border: 1px solid #f1f1f1;*/
    margin-left: 5px;
}

.box-menugroup {
    display: inline-block;
    position: relative;
    margin: 10px auto 0px;
}

.box-page {
    display: inline-block;
    float: right;
    margin-right: 15px;
    margin-top: 6px;
}

    .box-page ul.ul-box-page {
        display: inline-block;
        position: relative;
        list-style: none;
        margin: 0px;
        padding: 0px;
        margin-right: 10px;
    }

        .box-page ul.ul-box-page li {
            float: left;
            display: block;
            border: 1px solid #d2d2d2;
            background: #7a7a7a;
            position: relative;
            margin: 0px;
            margin-right: 15px;
            border-radius: 2px;
            height: 30px;
        }

            .box-page ul.ul-box-page li:first-child {
                background: none;
                font-weight: bold;
                border: none;
                line-height: 30px;
                font-size: 13px;
            }

            .box-page ul.ul-box-page li:last-child {
                margin-right: 0px;
            }

            .box-page ul.ul-box-page li.li-prevpage {
                margin-right: 5px;
                border-radius: 50%;
                width: 30px;
            }

            .box-page ul.ul-box-page li.li-nextpage {
                border-radius: 50%;
                width: 30px;
            }

                .box-page ul.ul-box-page li.li-prevpage:hover,
                .box-page ul.ul-box-page li.li-nextpage:hover {
                    background: #ef532a;
                    border: 1px solid #ef532a;
                }

            .box-page ul.ul-box-page li a {
                color: #666666;
                text-decoration: none;
                display: block;
                position: relative;
                margin: 0px;
                /*padding: 2px 7px 0px;*/
                padding: 0px 10px 0px;
            }

                .box-page ul.ul-box-page li a i.iconcheck {
                    margin-left: 2px;
                    margin-top: -2px;
                    font-size: 13px;
                    color: #9e9e9e;
                }



@media (min-width: 1024px) {
    .main-menu.menu-light .navigation > li > ul {
        display: none !important;
    }

    .main-menu.menu-light .navigation > li:hover .menu-content {
        display: none !important;
    }

    .menuLeftMobile {
        display: none;
    }
}

.card-body th i {
    margin-left: 3px;
}

.card-body th .btn-group.open .dropdown-toggle {
    box-shadow: none
}

.bar-content td a.atree i.fa {
    color: #555;
    font-size: 16px;
    margin-right: 5px;
}

.modal-header, .modal-footer {
    padding: 10px
}

.modal-header {
    background: #fff;
    border: unset;
    border-radius: unset;
}

.modal-dialog {
    margin: 10px auto
}

.card-body h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px
}

    .card-body h3 a.pull-right {
        padding: 5px 10px;
        background-color: #f5f5f5;
        border: 1px solid #eeeeee;
        border-radius: 1px;
        margin-left: 5px;
    }

.r-line {
    height: 10px
}

.bar-content .tcd td > span > i {
    color: #7fba00
}

.bar-content .panelh td i {
    font-size: 16px
}
/*Center modal*/
.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.dialogs-backdrop-default {
    background-color: transparent !important;
}

.modal-content {
    border-radius: 0px !important;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50)
    }

button.close {
    font-size: 32px !important;
    padding: 0 !important;
    cursor: pointer !important;
    background: none;
    border: 0;
    -webkit-appearance: none;
    margin: 0px !important;
    opacity: 1;
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        transition: transform 0.3s ease-out
    }

.btn.btn-primary {
    background: #4585f4 !important;
    color: #fff !important;
    border-color: transparent !important;
    font-size: 14px !important;
    padding: 5px 14px !important;
    border-radius: unset !important;
}

    .btn.btn-primary:hover {
        background: #ff601c !important;
    }

.btn.btn-default {
    margin-left: 5px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    padding: 5px 14px !important;
    border-radius: unset !important;
}

    .btn.btn-default:hover {
        color: #fff;
        background-color: #6d6d6d;
    }



.box-icon-tags a span {
    width: 25px;
    height: 25px;
    margin-top: 4px
}

.imageuploadify {
    min-height: inherit !important
}

.imageuploadify-images-list button i {
    display: none !important
}

.imageuploadify .imageuploadify-images-list button {
    position: absolute;
    width: auto !important;
    border: none;
    top: -44px;
    right: 52px;
    border-radius: 50% !important;
    background: white !important;
    padding: 0px !important;
}

    .imageuploadify .imageuploadify-images-list button i {
        display: block !important;
        padding: 0px;
        margin: 0px;
        font-size: 20px;
    }

    .imageuploadify .imageuploadify-images-list button span {
        display: none;
    }

.imageuploadify .imageuploadify-images-list:hover button i {
    color: rgb(58, 160, 255)
}

.imageuploadify {
    border: none !important
}

a.iconfileattach {
    color: #333;
    font-weight: 700;
}

.iconfileattach i {
    font-size: 18px;
    color: #01a4ef;
    margin-right: 5px;
}

.ListImagesFile {
    display: block;
    position: relative;
    margin-bottom: 5px;
}

    .ListImagesFile .item-imgfile {
        margin-left: -10px;
        position: relative
    }

        .ListImagesFile .item-imgfile span {
            display: block;
            position: relative;
            background-color: #f5f5f5;
            border: 1px solid #dcdcdc;
            font-weight: bold;
            margin: 0 10px 7px;
            overflow-y: hidden;
            padding: 4px 20px 4px 8px;
        }

        .ListImagesFile .item-imgfile a {
            display: inline-block;
            position: absolute;
            top: 5px;
            right: 15px;
            color: #444;
        }

            .ListImagesFile .item-imgfile a:hover {
                color: #01a4ef
            }

a.iconfileattachcmt {
    display: inline-block;
    position: absolute;
    top: -28px;
    right: 66px;
}

    a.iconfileattachcmt i {
        font-size: 20px;
        color: #333;
    }

.itemimg-atld {
    display: block;
    position: relative;
    padding: 15px;
    background: #efefef;
    border-radius: 0px;
    margin-bottom: 20px;
    border: 1px solid #dddfe2;
}

.menu-item-atld {
    display: block;
    position: absolute;
    right: -14px;
    top: -18px;
}

    .menu-item-atld ul li {
        background: none;
        border: none
    }

    .menu-item-atld > ul > li > div > a {
        padding: 0px !important;
        box-shadow: initial !important;
    }

    .menu-item-atld ul li:hover {
        background: none;
        border: none
    }

.ListcheckLich li {
    margin-left: 40px;
}

label {
    font-family: Arial;
}

.FilDateFrom > .dropdown-menu {
    position: relative !important;
    transform: unset !important;
}

.itemfileattach{
    cursor:pointer;
    display: block;
    position: relative;
    font-size: 13px;
}
 
.itemfileattach:hover a{
    display:inline-block !important;
    position:relative;
    color:black !important
}
.btn-group .dropdown-menu li{
    font-size:14px;
    
}
.btn-group .dropdown-menu li a {
    color: #000000 !important;
}
.btn-group .dropdown-menu li a:hover{
    color:#005a9e !important
}
.btn-group .dropdown-menu li:hover{
    background-color: #eaeaea;
}


.myForm
{
    position: relative;
    display: inline-block;
}
.myForm input{display: none;}
.myForm label{float: left; line-height: 1.4;}
.myForm label::before{
  width: 18px;
  height: 18px;
  border: 1px solid #2196F3;
  content: '';
  border-radius: 10px;
  float: left;
  margin: 0 8px;
  cursor: pointer;
}
.myForm input[type=checkbox]:checked + label::after{display: block;}
.myForm label::after{
  display: none;
  top: 5px;
  left: 13px;
  content: '';
  color: #2196F3;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #2196F3;
  border-radius: 5px;
  cursor: pointer;
}

.toast-success {
    background-color: #4585f4 !important
}
.nav.navbar-nav.float-right.nav_menuRespons_right .dropdown .dropdown-menu .dropdown-item {
    font-size: 11pt;
    padding:10px;
}
    .nav.navbar-nav.float-right.nav_menuRespons_right .dropdown .dropdown-menu .dropdown-item:hover, .nav.navbar-nav.float-right.nav_menuRespons_right .dropdown .dropdown-menu .dropdown-item:hover i {
        color: #0c84d1 !important
    }
.nav.navbar-nav.float-right.nav_menuRespons_right .dropdown .dropdown-menu .dropdown-item i {
    font-size: 1.4rem;
    position: relative;
    top: 5px;
}