@charset "utf-8";

.horizontal-menu .top-navbar {
    background: #AA2F4F;
}

.horizontal-menu .top-navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item .nav-link {
    /* -webkit-box-shadow: 0 0 10px 0 #844c5b;
    box-shadow: 0 0 10px 0 #844c5b;
    border: 1px solid #fff; */
    border: 0;
    box-shadow: none;
}

.horizontal-menu .top-navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-user-status p {
    color: rgb(255 255 255 / 60%);
}

.horizontal-menu .top-navbar .navbar-brand-wrapper .navbar-brand img {
    height: 50px;
}

.horizontal-menu .bottom-navbar .page-navigation>.nav-item.active>.nav-link .menu-title,
.horizontal-menu .bottom-navbar .page-navigation>.nav-item.active>.nav-link i,
.horizontal-menu .bottom-navbar .page-navigation>.nav-item.active>.nav-link .menu-arrow {
    color: #3492C8;
}

.horizontal-menu .bottom-navbar .page-navigation>.nav-item:hover>.nav-link i,
.horizontal-menu .bottom-navbar .page-navigation>.nav-item:hover>.nav-link .menu-title {
    color: #3492C8;
}

.text-primary,
.list-wrapper .completed .remove,
.horizontal-menu .bottom-navbar .page-navigation>.nav-item.mega-menu .submenu .category-heading {
    color: #3492C8 !important;
}

#usAccount {
    padding-bottom: 5px;
}

#usAccount i {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.8rem;
    line-height: normal;
}

#usAccount h6 {
    display: inline-block;
    vertical-align: middle;
    padding-top: 6px;
}

#usAccount>a {
    padding: 0;
}

.horizontal-menu .top-navbar .navbar-brand-wrapper {
    height: auto;
    padding-top: 3px;
    padding-bottom: 5px;
}

.horizontal-menu .top-navbar .navbar-menu-wrapper {
    height: auto;
}

#namS {
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: bold;
}

.btn-primary {
    background: #AA2F4F;
    box-shadow: none;
    border-color: #AA2F4F;
}

.breakum {
    margin-bottom: 20px;
}

.breakum>.card-body>ul {
    margin: 0;
    padding: 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

.breakum>.card-body>ul li {
    display: inline-block;
    vertical-align: middle;
}

.breakum>.card-body>ul li:first-child {
    text-transform: uppercase;
}

.breakum .card-body {
    padding-top: 15px;
    padding-bottom: 15px;
}

.btnCc button {
    background: none;
    padding: 10px 20px;
    color: #686868;
    border-radius: 100px;
    border: 0;
    box-shadow: 2px 5px 8px rgb(85 85 85 / 20%);
}

.btnCc button:hover {
    background-color: #AA2F4F;
}

.btnCc .dropdown .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
}

.horizontal-menu .bottom-navbar .page-navigation>.nav-item .submenu ul li a.active {
    color: #3492C8;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
    background: #AA2F4F;
    border-color: #AA2F4F;
}

input.form-control,
select.form-control {
    color: #686868;
}

.modal .modal-dialog .modal-content .modal-body {
    /* padding-bottom: 0; */
}

.modal .form-group {
    margin-bottom: 5px;
}

.dataTables_wrapper .dataTable .btn,
.dataTables_wrapper .dataTable .fc button,
.fc .dataTables_wrapper .dataTable button,
.dataTables_wrapper .dataTable .ajax-upload-dragdrop .ajax-file-upload,
.ajax-upload-dragdrop .dataTables_wrapper .dataTable .ajax-file-upload,
.dataTables_wrapper .dataTable .swal2-modal .swal2-buttonswrapper .swal2-styled,
.swal2-modal .swal2-buttonswrapper .dataTables_wrapper .dataTable .swal2-styled,
.dataTables_wrapper .dataTable .wizard>.actions a,
.wizard>.actions .dataTables_wrapper .dataTable a {
    /* padding-top: 8px;
    padding-bottom: 8px; */
    padding: 10px;
}

.mgb-20 {
    margin-bottom: 20px;
}

.mgb-50 {
    margin-bottom: 50px;
}

.mgb-30 {
    margin-bottom: 30px;
}

.boMon h4 {
    padding-top: 14px;
    margin-bottom: 0 !important;
}

.form-group .form-check {
    margin-top: 15px;
    margin-bottom: 0;
}

.modal-dialog {
    max-width: 80%;
}

.nav-pills.nav-pills-custom .nav-link.active {
    background-color: #AA2F4F;
}

.nav-pills.nav-pills-custom .nav-item {
    margin-top: 0;
}

ul.tkTabs {
    font-size: 0;
    margin: 0;
    padding: 0;
}

ul.tkTabs li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 4%;
    text-align: center;
}

ul.tkTabs li:first-child {
    width: 48%;
}

ul.tkTabs li:last-child {
    width: 48%;
}

.ui-datepicker-calendar {
    display: none;
}

.pdfView iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

#tbThongKe .tab-content.tab-content-vertical,
.tab-content>.tab-pane,
.pdfView {
    height: 100%;
}

.mgb-20 {
    margin-bottom: 20px !important;
}

.grRight {
    max-width: 150px;
    width: 100%;
    float: right;
}

.modal-footer a {
    color: #fff;
}

#dePDF .modal-dialog {
    max-width: 90%;
}

#tbThongKe .tab-content.tab-content-vertical {
    border: 0;
    padding: 0;
}

.nav-pills-info .nav-link.active {
    background: #AA2F4F;
}

.nav-pills .nav-link {
    padding: 15px;
}

.dbTxt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    width: 40px;
    text-align: center;
    background-color: #A32AB8;
    color: #fff;
    font-size: 13px;
    border: 1px solid #fff;
    cursor: pointer;
    transition: ease all 0.35s;
    display: none;
}

.ow {
    width: 100%;
    overflow: hidden;
}

.thongKeS {
    overflow-y: scroll;
    height: 100vh;
}

.dbClick li a {
    /* width: calc(100% - 40px); */
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0 !important;
}

.dbClick .nav-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    transition: ease all 0.35s;
}

.dbClick li.nav-item:hover {
    /* width: calc(100% - 40px); */
    background: #AA2F4F;
}

.dbClick li.nav-item:hover a {
    color: #fff !important;
    cursor: pointer;
}

.moMax55 .modal-dialog {
    max-width: 55%;
}

#detailPc .modal-dialog {
    max-width: 50%;
}

.chonDV {
    margin-bottom: 30px;
    margin-top: 10px;
}

.tbBlue {
    background-color: #c8ddf2;
}

.tbViolet {
    background-color: #ddceee;
}

.tbRed {
    background-color: #f5c6cb;
}

.tdGray {
    background-color: #f4f5fa;
}

.tdGreen {
    background-color: #c1edb9;
}

.tbOr {
    background-color: #fce2bd;
}

.thietBiKiemKe table tr td {
    text-align: center;
    text-transform: uppercase;
}

.thietBiKiemKe table {
    width: max-content;
}

.thietBiKiemKe table tr td input {
    text-align: center;
}

.thietBiKiemKe table tr td input[type="number"] {
    width: 80px;
}

/* .thietBiKiemKe table tr td input{
    width: 150px;
    text-align: center;
} */
.modal-000 .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.dfHeight {
    align-items: stretch;
}

#mdLoading .modal-dialog {
    max-width: 50%;
    text-align: center;
    font-size: 18px;
}

.jumping-dots-loader {
    height: 30px;
}

.jumping-dots-loader span {
    width: 12px;
    height: 12px;
    margin: 0 5px;
}

h3.ttStyle01 {
    font-size: 20px;
    border-bottom: 1px solid #AA2F4F;
    border-left: 5px solid #AA2F4F;
    line-height: 160%;
    padding-left: 15px;
}

.theoDoi tr {
    cursor: pointer;
}

.theoDoi tr:hover {
    background-color: rgb(240 215 255 / 45%);
}

.clRed {
    color: #f00;
    font-weight: bold !important;
}

.ttStyle02 {
    font-size: 16px;
    background-color: rgb(208 231 255);
    line-height: 140%;
    padding: 10px 15px 8px 20px;
}

.nav-pills.nav-pills-custom.tbCenter {
    justify-content: center;
}

.nav-pills.nav-pills-custom .nav-link {
    text-transform: uppercase;
}

#chonThietBi {
    z-index: 9999;
}

.scrollbar-pink::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-pink::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-pink::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #AA2F4F;
}

.scrollbar-pink {
    scrollbar-color: #AA2F4F #F5F5F5;
}

.scrollbar-indigo::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-indigo::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-indigo::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #3f51b5;
}

.scrollbar-indigo {
    scrollbar-color: #3f51b5 #F5F5F5;
}

.scrollbar-black::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-black::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-black::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #000;
}

.scrollbar-black {
    scrollbar-color: #000 #F5F5F5;
}

.scrollbar-lady-lips::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-lady-lips::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-lady-lips::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9a9e), color-stop(99%, #fecfef),
            to(#fecfef));
    background-image: -webkit-linear-gradient(bottom, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
    background-image: linear-gradient(to top, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
}

.scrollbar-near-moon::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-near-moon::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-near-moon::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.bordered-pink::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border: 1px solid #AA2F4F;
}

.bordered-pink::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
}

.bordered-indigo::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border: 1px solid #3f51b5;
}

.bordered-indigo::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
}

.bordered-black::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border: 1px solid #000;
}

.bordered-black::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
}

.square::-webkit-scrollbar-track {
    border-radius: 0 !important;
}

.square::-webkit-scrollbar-thumb {
    border-radius: 0 !important;
}

.thin::-webkit-scrollbar {
    width: 6px;
}

.dbClick.nav-pills.nav-pills-vertical .nav-item {
    margin-bottom: 0;
}

.dbClick.nav-pills .nav-link {
    border-bottom: 0;
}

.dbClick.nav-pills .nav-item:last-child {
    border-bottom: 1px solid #f3f3f3;
}

.co3PdR {
    padding-right: 0;
}

.ctCustom {
    max-width: 95%;
}

.tmpBPo {
    position: relative;
    z-index: 1;
/*    margin: 3em 1.2em 2em 1.2em;*/
}

/*.tmpBook {
    background: #fff;
    box-shadow: rgb(0 0 0 / 50%) 0 1em 3em;
    color: #000;
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.tmpBook::before {
    background-color: #8B4513;
    border-radius: 0.25em;
    bottom: -1em;
    content: '';
    left: -1em;
    position: absolute;
    right: -1em;
    top: -1em;
    z-index: -1;
}

.tmpBook::after {
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.2) 46%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.2) 52%, transparent 100%);
    bottom: -1em;
    content: '';
    left: 33.2%;
    position: absolute;
    top: -1em;
    transform: translate(-50%, 0);
    width: 4em;
    z-index: 1;
}

.tmpBLeft {
    width: 30%;
    padding-right: 15px;
    height: 100vh;
    overflow-y: auto;
}

.tmBRight {
    padding-left: 70px;
    width: 70%;
}
*/
.tmpBLeft ul li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 0;
    cursor: pointer;
    font-size: 14px;
}

.tmpBLeft ul li i {
    margin-right: 8px;
}

.tmpBLeft ul {
    margin: 0;
    padding: 0;
}

.tmpBLeft ul li {
    display: block;
    border-bottom: 1px dashed #ddd;
}

.scrollbar-pink::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-pink::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-pink::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #ec407a;
}

.scrollbar-pink {
    scrollbar-color: #ec407a #F5F5F5;
}

.scrollbar-indigo::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-indigo::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-indigo::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #3f51b5;
}

.scrollbar-indigo {
    scrollbar-color: #3f51b5 #F5F5F5;
}

.scrollbar-black::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-black::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-black::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #000;
}

.scrollbar-black {
    scrollbar-color: #000 #F5F5F5;
}

.scrollbar-lady-lips::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-lady-lips::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-lady-lips::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9a9e), color-stop(99%, #fecfef),
            to(#fecfef));
    background-image: -webkit-linear-gradient(bottom, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
    background-image: linear-gradient(to top, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
}

.scrollbar-near-moon::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-near-moon::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-near-moon::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, #000 rgba(0, 0, 0, 0.5));
}

.bordered-pink::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border: 1px solid #ec407a;
}

.bordered-pink::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
}

.bordered-indigo::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border: 1px solid #3f51b5;
}

.bordered-indigo::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
}

.bordered-black::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border: 1px solid #000;
}

.bordered-black::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
}

.square::-webkit-scrollbar-track {
    border-radius: 0 !important;
}

.square::-webkit-scrollbar-thumb {
    border-radius: 0 !important;
}

.thin::-webkit-scrollbar {
    width: 3px;
}

.chosen-container{
    width: 100% !important;
    height: 46px !important;
}
.chosen-container-single .chosen-single{
    height: 46px !important;
    line-height: 46px !important;
    border: 0;
    border-radius: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none !important;
    border: 1px solid #f3f3f3 !important;
    background: none !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.chosen-container-single .chosen-single div{
    padding-top: 12px;
}
.tabs-container{
    margin-top: 20px;
}
li.btnCc i{
    margin-right: 5px;
}

/*
========================
=   Danh sách mượn trả =
========================
*/
.muonTra.table td .badge, .jsgrid .jsgrid-table td .badge{
    width: 100%;
}
.mdFull .modal-dialog{
    max-width: 98%;
}
ul.soTiet,
ul.tDay{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
}
ul.soTiet li,
ul.tDay li{
    display: inline-block;
    width: 16.666%;
    vertical-align: middle;
    text-transform: capitalize !important;
}
ul.tDay li input, 
ul.tDay li label{
	display: inline-block !important;
	vertical-align: middle;
	margin-bottom: 0;
	margin-left: 0 !important;
}
.tSD{
    flex: 0 0 24%;
    max-width: 24%;
}
.tND{
    flex: 0 0 76%;
    max-width: 76%;
    padding-left: 0;
}
ul.dsTB01 li{
    margin-right: 15px;
    text-transform: uppercase;
    list-style: none;
}
ul.dsTB01{
	margin: 0;
    padding: 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

table.tbCalendar{
    width: 100%;
}
table.tbCalendar tr th{
    padding: 10px 20px;
    border: 1px solid #eee;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
}
table.tbCalendar tr th:first-child,
table.tbCalendar tr td:first-child{
    width: 150px;
}
table.tbCalendar tr td{
    border: 1px solid #eee;
    vertical-align: middle;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    height: 130px;
    position: relative;
    z-index: 1;
}
table.tbCalendar tr td span{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    cursor: pointer;
}
span.dDate{
    font-weight: normal;
    display: block;
    font-style: italic;
}
h2.ttMuonTra{
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}
li.mtT a{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    /* color: #001737; */
    padding: 0 15px;
}
/*.tmpBLeft ul li a:hover{
    white-space: normal;
    text-overflow: unset;
}
.tmpBook ul li a{
    color: #007bff !important;
}*/
#addForm input{
    display: inline-block;
    vertical-align: middle;
}
#addForm label{
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
}

#addForm{
    overflow-y: auto !important;
}



/*
================
=   13/07/2021 =
================
*/

.tmpBook {
    background: #fff;
    /* box-shadow: rgb(0 0 0 / 50%) 0 1em 3em; */
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    color: #000;
    /* padding: 20px; */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 40px;
}


/*.tmpBLeft {
    width: 35%;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    height: 100%;
    overflow-y: auto;
}*/

/*.tmBRight {
     padding-left: 70px; 
    width: 78%;
    overflow: auto;
    background-color: #F5F5F5;
    padding: 15px;
}
*/
.tmpBLeft ul li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 0;
    cursor: pointer;
    font-size: 14px;

}

.tmpBLeft ul li i {
    margin-right: 8px;
}

.tmpBLeft ul {
    margin: 0;
    padding: 0;
}

.tmpBLeft ul li {
    display: block;
    border-bottom: 1px dashed #ddd;
}
/*.content-wrapper{
    max-width: 100% !important;
}*/
.tmpBook ul li a{
    color: #555 !important;
}
/*.gr-content{
    max-width: 75% !important;
    padding-right: 0.6875rem;
    padding-left: 0.6875rem;
    margin-right: auto;
    margin-left: auto;
}*/

.tmpBLeft {
    width: 30%;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    height: 100vh;
    overflow-y: auto;
}

.tmBRight {
    width: 70%;
    overflow: auto;
    background-color: #F5F5F5;
    padding: 15px;
}

.tmpBLeft ul li a {
    white-space: normal;
    overflow: auto;
    text-overflow: inherit;
    padding: 10px 0;
    cursor: pointer;
    font-size: 13px;
}
.tmpBook ul li a.active,
.tmpBook ul li a:hover{
    color: #007bff !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 140%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 10px;
}
.select2-container{
    width: 100% !important;
}
.select2-container .select2-selection--single{
    height: auto;;
    border-radius: 0;
    border: 0;
    outline: 1px solid #f3f3f3;
    padding: 15px .75rem;
    font-weight: 400;
    font-size: 0.875rem;
    height: 2.875rem;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: #ffffff;
}

#tablePhancong .dx-datagrid .dx-row > td{
    display: table-cell !important;
}

#tableLopHoc .dx-datagrid .dx-row-lines > td{
    text-align: center !important;
}

#tableBaiHoc .dx-datagrid .dx-row-lines > td{
    text-align: center !important;
}
#tableBaiHoc .dx-datagrid .dx-row > td{
    display: table-cell !important;
    text-align: center !important;
}
#tableBaiHoc .dx-datagrid .dx-row > td:last-child .btn{
    margin-bottom: 8px;
}
#tableBaiHoc .dx-datagrid .dx-row > td:last-child .btn:last-child{
    margin-bottom: 0;
}

.content-wrapper.wCustom{
    max-width: 98%;
}
#fullWith .tmpBLeft{
    width: 20%;
}
#fullWith .tmBRight{
    width: 80%;
}
#dsphieutangthietbi .dx-datagrid-export-button{
    display: none !important
}
#tableQuanLyThietBi .dx-datagrid-export-button{
    display: none !important
}
.dx-datagrid-export-menu{
    display: none !important
}
.wrapMenu{
    position: relative;
    z-index: 999;
}
@media screen and (max-width: 767px){
    #fullWith .tmpBLeft{
        width: 100%;
        height: auto;
    }
    #fullWith .tmBRight{
        width: 100%;
    }
    .modal .modal-dialog{
        margin-top: auto;
        max-width: 100%;
    }
    .modal .form-group label{
        text-align: left !important;
    }
    .main-panel{
        padding-top: 0;
    }
    .modal-footer{
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        justify-content: flex-end;
        align-items: center;
        flex-direction: unset !important;
    }
    .modal-footer button{
        margin-bottom: 0 !important;
    }
    .modal-footer button:not(:last-child){
        margin-right: 8px !important;
    }

    .content-wrapper {
        max-width: 100%;
    }
    #tableDonVi, #girdtaikhoan, #tableGiaoVien{
        overflow-x: auto;
    }
    #tableDonVi .dx-datagrid, #girdtaikhoan .dx-datagrid, #tableGiaoVien .dx-datagrid{
        width: 1000px;
    }
    .barchar{
        width: 100% !important;
    }
}