/*START FONT*/
h3 {
    /*font-family: "TH Sarabun New";*/
    font-size: 25px;
    font-weight: 700;
    color: rgb(60, 72, 88);
}

h3 > a{
    color: rgb(60, 72, 88);
}
h4 {
    font-size: 18px;
    font-weight: 300;
    color: rgb(60, 72, 88);
}
.right-topbar .navbar-nav li > a.report span{
   font-size: initial;
}
/*START COLOR*/
.msg-count{
	background: #ff514b;
}
a {
    color: rgb(60, 72, 88);
}

a .material-icons {
    vertical-align : middle;
}

.row{
    margin-left: 0;
    margin-right: 0;
}
.green{
	color:#32ab13;
}
a.blue{
	color:#198fed;
}
td .red{
	color:#ff514b;
}
td .yellow {
    color: #FF9800;
}
/*START TOP HEADER*/
.top-header {
	background-color: #262E37;
	color: #fff;
}
.top-header .input-group-append {
	margin-left: -2px;
}
.user-img {
    width: 32px;
    height: 32px;
}
.user-info {
    text-align: right;
    margin-right: 15px;
    padding-top: 12px;
    padding-left: 9px;
}
.search-bar {
    padding-left: 3px;
}
.search-bar .btn-search {
    background: #ffffff;
    border: 0px; 
    padding: 0 17px;
    border-radius: 3px;
    height: calc(1.6em + .75rem + 2px);
    
}
.search-bar input {
    background: #ffffff;
    border: 0px solid #eaeaea; 
    padding: 0 17px;
    border-radius: 3px!important;
    box-shadow: unset;
    height: calc(1.6em + .75rem + 2px);
}
.full-search-bar {
    display: flex;
    align-items: center;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 100;
    background: #262E37;
    height: 70px;
    padding: 0rem 1.4rem;
}
.search-arrow-back  .btn-search-back {
	color:white;
	background: #262E37;
	border: 0;
}
.right-topbar .navbar-nav li > a.report {
    height: calc(1.6em + .75rem - 18px);
    background: #ff514b;
    border-radius: 3px;
    margin-top: 19px;
    line-height: 29px;
    width:126px;
}
.right-topbar .navbar-nav .nav-link {
    border-left: 0px solid #e4e4e4;
    color: #FFf;
}
/*START SIDE BAR*/
.sidebar-header {
	background: #262E37;
	border-right: inherit;
}

.sidebar-wrapper {
    /* background: #262E37; */
/*    width: 263px;*/
    border-right: 0;
}
.sidebar-wrapper .metismenu a:hover,
.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu .mm-active > a
{
    color: #fff;
    border-radius: 10px;
}
.sidebar-wrapper .metismenu a{
    color: #fff !important;
}
.sidebar-wrapper .metismenu a{
	transition: initial;
}
.sidebar-wrapper .metismenu a:hover,
.sidebar-wrapper .metismenu a:focus{
    background: #363A3E;
}
.sidebar-wrapper .metismenu .mm-active>a,
.sidebar-wrapper .metismenu a:active{
    background-color: #ff514b;
    box-shadow: unset;
}
.dropdown-item.active, .dropdown-item:active , .dropdown-item:hover{
	 color: #fff;
    text-decoration: none;
    background-color: #FF9800;
    border-radius: 3px;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.5em;
    vertical-align: 0.155em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    color: white;
}

.show>.dropdown-toggle:not(.dropdown-item):after {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(
180deg
);
    -ms-transform: rotate(180deg);
    transform: rotate(
180deg
);
}
.dropdown-toggle:after {
    will-change: transform;
    transition: transform 150ms linear;
}

.top-header a.dropdown-toggle{
	display: flex;
}

.top-header a.dropdown-toggle:after{
	margin-top: 1.3em;
}

.menu-title{
    width:100%
}
/*START CORD*/
.card {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: #333333;
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}
/*headr*/
.card [class*="card-header-"] {
    margin: 0px 15px 0;
    padding: 0;
    position: relative;
}

.card .card-header {
    z-index: 3 !important;
}
.card .card-header {
    border-bottom: none;
    background: transparent;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
/*icon*/
.card [class*="card-header-"] .card-icon, .card [class*="card-header-"] .card-text {
    border-radius: 3px;
    background-color: #999999;
    padding: 15px;
    margin-top: -20px;
    margin-right: 15px;
    float: left;
}

.card-icon, .card .card-header-warning .card-icon, .card .card-header-info .card-icon, .card .card-header-info:not(.card-header-icon):not(.card-header-text), .card .card-header-info .card-text {
    box-shadow: 0 4px 20px 0px rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(0 188 212 / 40%);
}
.card .card-header-primary .card-icon, .card .card-header-primary:not(.card-header-icon):not(.card-header-text), .card .card-header-primary .card-text {
    box-shadow: 0 4px 20px 0px rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(156 39 176 / 40%);
}
.card .card-header-info .card-icon, .card .card-header-info .card-text, .card .card-header-info:not(.card-header-icon):not(.card-header-text), .card.bg-info, .card.card-rotate.bg-info .front, .card.card-rotate.bg-info .back {
    background: linear-gradient(
60deg
, #26c6da, #00acc1);
}
.card-header.card-header-primary.card-header-icon .card-icon{
    background: linear-gradient(
60deg
, #ab47bc, #8e24aa);
}
.card-header.card-header-warning.card-header-icon .card-icon{
    background: #FF9800;
}
.card-icon img{
   width: 40px;
   height: 40px;
}

.card-icon i{
    font-size: 40px;
    color: #fff;
 }
.card-title {
    margin-top: 23px;
    font-weight: 600;
}
/*body*/
.card .card-body {
    padding: 1.9375rem 85px;
    position: relative;
}

    .card-body .col-form-label, .card .card-body .label-on-right {
        padding: 10px 5px 0 0;
        text-align: right;
    }

.card-body > .row {
    margin-left: 0px;
}
.modal-header, /*.modal-body,*/ .modal-footer {
    display: initial;
    text-align: center;
}
.modal-body {
    padding-top: 0px;
    text-align: center;
    word-wrap: break-word;
}
/*START MODAL*/
.modal-dialog {
    border-radius: 5px;
}
.modal-footer {
    padding-bottom: 2rem;
}
.modal .modal-header {
    border: 0;
}
.modal-footer .btn {
    margin-bottom: 0px;
}
.modal-footer .btn+.btn {
    margin-left: 50px;
}
.modal-dialog .modal-wrapper{width:100%;}
/*START ONLINE FORMAT*/
/*@media (min-width: 768px){
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	    float: right;
	}
	.form-horizontal .control-label {
	    padding-top: 7px;
	    margin-bottom: 0;
	    text-align: right;
	}
}
@media (min-width: 992px){
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	    float: right;
	}
	.form-horizontal .control-label {
	    padding-top: 7px;
	    margin-bottom: 0;
	    text-align: right;
	}
}*/
@media (min-width: 992px){
    .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9,
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left;
    }
}
.center {
	text-align: center;
}
/*START BUTTON STYLE*/
.md-radio label span.box {
    border-color: #8e24aa;
    margin: 0px;
}
.md-radio label > .check {
    background: #8e24aa;
}
/*red*/
.btn-danger {
    background-color: #ff6863;

}
.btn-danger:hover {
    color: #fff;
    background-color: #ff6863;
    border-color: #ff6863;
}
.btn-outline-danger {
    color: #ff6863;
    border-color: #ff6863;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle,
.btn-outline-danger:hover,
.btn.btn-danger, .btn-danger:active  {
	color: #fff;
	background-color: #ff6863;
	border-color: #ff6863;
}

.btn-danger {
    background-color: #ff6863;

}
.btn-danger:hover {
    color: #fff;
    background-color: #ff6863;
    border-color: #ff6863;
}
.btn-outline-danger {
    color: #ff6863;
    border-color: #ff6863;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle,
.btn-outline-danger:hover,
.btn.btn-danger, .btn-danger:active  {
	color: #fff;
	background-color: #ff6863;
	border-color: #ff6863;
}

/*yellow*/
.btn.btn-warning{
	color:#fff;
}
.btn.btn-warning:hover, .btn.btn-warning:focus{
    color: #fff;
}
.btn-info_category {
	box-shadow: none;
}
td.text_open_status {
    background: #4caf50;
}
a.edit, 
.status-open,  
.status-open:hover, 
.status-open:active{
	color:#4caf50;
}
td.text_close_status {
    background: #ff514b;
}
a.delete, 
.status-close,
.status-close:hover, 
.status-close:active{
	color:#ff514b;
}
a.edit i, 
a.delete i{
    font-size: 24px;
    margin-right: 8px;
    line-height: 0.55;
    vertical-align: middle;
}
a.status-switch i {
    font-size: 60px;
    margin-right: 8px;
    line-height: 0.55;
    vertical-align: middle;
}
/*FORM INPUT FOCUS INLINE STYLE*/
.form-horizontal .form-group.form-md-line-input {
     display: flex; 
     flex-wrap: wrap;
}
.form-group.form-md-line-input .form-control ~ label, 
.form-group.form-md-line-input .form-control ~ .form-control-focus {
    bottom: initial;
}
.form-group.form-md-line-input .form-control[readonly], .form-group.form-md-line-input .form-control[disabled], fieldset[disabled] .form-group.form-md-line-input .form-control {
     background: none; 
     cursor: initial; 
    border-bottom: 1px solid #e5e5e5;
}
.form-group.form-md-line-input .form-control {
    color:#888888;
}


.form-group.form-md-line-input .form-control {
    vertical-align: bottom;
    color: #888888;
}
/*START FILE UPLOAD*/
.ff_fileupload_wrap{
    width: 100%;
}
.ff_fileupload_wrap .ff_fileupload_dropzone1 {
    background: #fff;  
    font-size: 17px; 
    font-weight: initial; 
    font-family: "Roboto", "Helvetica", "Arial", sans-serif; 
}

.ff_fileupload_wrap .ff_fileupload_dropzone {
	border-color: #FFF;
    background: linear-gradient(to right, #777 33%, #fff 0%) top/20px 2px repeat-x,
    /* top */ linear-gradient(#777 33%, #fff 0%) right/2px 20px repeat-y,
    /* right */ linear-gradient(to right, #777 33%, #fff 0%) bottom/20px 2px repeat-x,
    /* bottom */ linear-gradient(#777 33%, #fff 0%) left/2px 20px repeat-y; 
    padding-top: 1.9em;
    padding-bottom: 1.9em;
}
.ff_fileupload_wrap .ff_fileupload_dropzone:hover, 
.ff_fileupload_wrap .ff_fileupload_dropzone:focus, 
.ff_fileupload_wrap .ff_fileupload_dropzone:active {
    border-color: #fff;
    background: linear-gradient(to right, #157EFB 33%, #fff 0%) top/20px 2px repeat-x,
    /* top */ linear-gradient(#157EFB 33%, #fff 0%) right/2px 20px repeat-y,
    /* right */ linear-gradient(to right, #157EFB 33%, #fff 0%) bottom/20px 2px repeat-x,
    /* bottom */ linear-gradient(#157EFB 33%, #fff 0%) left/2px 20px repeat-y;
}
.ff_fileupload_wrap .ff_fileupload_dropzone1:hover, 
.ff_fileupload_wrap .ff_fileupload_dropzone1:focus, 
.ff_fileupload_wrap .ff_fileupload_dropzone1:active {
    color: #157EFB;  
    outline: 0px;
}
.ff_fileupload_hidden {
    display: none;
}

/*TABLE STYLE*/
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-striped thead tr{
    background-color: rgba(0, 0, 0, 0.05);
}
.table-scrollable {
     border: initial; 
}
td > .form-group.form-md-line-input {
    padding-top: 0px;
    margin-bottom: 0px;
}
table.table-no-bordered {
    border-bottom: 1px solid #dee2e6;
}
table.table-no-bordered thead tr th{
	border-top:0;
}
table.table-first-center thead tr th:first-child {
    width: 80px;
}
.detail_barcode_card .dataTable>thead>tr>th, 
.detail_barcode_card .dataTable>tbody>tr>th, 
.detail_barcode_card .dataTable>tfoot>tr>th, 
.detail_barcode_card .dataTable>thead>tr>td, 
.detail_barcode_card .dataTable>tbody>tr>td, 
.detail_barcode_card .dataTable>tfoot>tr>td {
    padding: 12px 8px !important;
}
/*table.table-first-center tr:nth-of-type(odd) {
	text-align: center !important;
}*/
table.table-first-center tr:nth-of-type(n) {
	text-align: center !important;
}  
/*START UNDERLINE STYLE*/  
label > a{
	text-decoration: underline;
}
/*START SELECT OPTION STYLE*/
option {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    padding: 0px 8px;
}
/**/
.half-hidden.hidden{
	visibility: hidden;
	display: flex!important;
}
/*LABEL LINE BOTTOM*/
/*.form-md-line-input > label.control-label {
	margin-top:9px;
}*/
.chart-card.card .card-center-title {
    text-align: center;
}
.chart-card.card .card-body {
    padding: 1.9375rem 25px;
}
i.bx.bx-calendar {
    background: #07B1C6;
    width: 26px;
    color: white;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 4px;
    bottom: 0;
    top: initial !important;
    z-index: 100;
}
.btn.btn-info {
    color: #fff;
    background-color: #07b1c6;
    border-color: #07b1c6;
    box-shadow: 0 2px 2px 0 rgb(0 188 212 / 14%), 0 3px 1px -2px rgb(0 188 212 / 20%), 0 1px 5px 0 rgb(0 188 212 / 12%);
}
.btn.btn-outline-info {
    color: #07b1c6;
    background-color: #fff;
    border-color: #07b1c6;
}
.btn.btn-info1 {
    color: #fff;
    background-color: #00BCD4;
    border-color: #00BCD4;
}
.btn-warning {
    background-color: #FF9800;
    border-color: #FF9800;
}



.breadcrumb-item a {
    color: #707070 !important;
}
/*START SELECT BORDDER*/
.select2-container--bootstrap4 .select2-selection {
    
    border:0;
    border-color: #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0; 
    transition: none;
    -webkit-transition:none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    transition: 0.2s ease all;
}    
.select2-container--bootstrap4.select2-container--open .select2-selection__arrow b{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
}
.select2-container--bootstrap4.select2-container--focus .select2-selection,
.select2-container--bootstrap4.select2-container--open .select2-selection {
     transition: none;
    -webkit-transition:none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* underline color action when focus*/
.select2-container--bootstrap4 .select2-selection:after{
    content: '';
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    width: 0;
    visibility: hidden;
    transition: 0.2s ease all;
}
.select2-container--bootstrap4 .select2-selection:hover:after,
.select2-container--bootstrap4.select2-container--focus .select2-selection:after,
.select2-container--bootstrap4.select2-container--open .select2-selection:after{
    visibility: visible;
    left: 0;
    width: 100%;
    background: #26A69A;
}
.select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
    background-color: #15bbcf;
    color: #f8f9fa;
}
.pagination{
    justify-content: center;
}
.bookTable, .reportTable{
    width: 100%!important;
}
.bookTable .bookID, .bookTable .bookStatus{
    display: none;
}
.bookTable ul.dtr-details .dropdown.text-right{
    text-align: center!important;
    margin-top: 10px;
}
.bookTable ul.dtr-details li[data-dtr-index="7"],
.bookTable ul.dtr-details li[data-dtr-index="8"]{
    display: none;
}
.loadingdlg {
    display: none;
    position: fixed;
    z-index: 100000!important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .95) url('../img/loading.gif') 50% 50% no-repeat;
}
body.loading .loadingdlg {
    overflow: hidden;
    display: block;
}
.status{
    color: #ff6863!important;
}
.status.status1{
    color: #26A69A!important;
}
.status.status0{
    color: #FF9800!important;
}
input:read-only{
    border: none!important;
}
.form-group label{
    margin-top: 7px;
    margin-bottom: 0;
    padding-top: 7px;
    font-weight: 600;
    color: #999999!important;
}

.row.form-group.form-md-line-input {
    margin-bottom: 0px;
    padding-top: 10px;
}

.book_date {
    text-align: right;
    padding-right: 60px !important;
    background-color: transparent !important;
}
.picker__header .select2-container{
    display: inline-block!important;
}
.picker__footer{
    margin-top: 20px;
}
.paginate_button{
    padding: 0.5rem!important;
    margin-left: 0!important;
    border: none!important;
}
.paginate_button:hover,
.paginate_button:focus{
    background: transparent!important;
    border: none!important;
    outline: none!important;
}
.paginate_button:focus{
    border: none!important;
}
.pagination .active > a, .pagination .active > a:hover{
    background: #905fe7;
    border-color: #905fe7;
    color: #fff;
}
.dataTables_wrapper .dataTables_paginate{
    text-align: unset!important;
}
.search_i{
    width: 105px;
    min-width: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ui-autocomplete{
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

#synopsis {
    border: 0;
    height: auto!important;
}

td.td_date {
    width: 100px;
    white-space: break-spaces;
}

.select2-selection{
    border: none!important;
    border-bottom: 1px solid #d9d9d9!important;
    border-radius: 0!important;
}

.select2-container .select2-selection--single{
    height: 38px;
}

.add-tag{
    color: #07b1c6;
    font-weight: bold;
    font-size: 20px;
    border-radius: 50%;
    border: 3px solid #d9d9d9;
    cursor: pointer;
}

#add_tag_modal .modal-header{
    background-color: #00acc1;
    color: #fff;
    text-align: left;
    border-radius: 0px;
    display: flex;
    align-items: center;
    padding: 0 2rem;
}

#add_tag_modal .modal-header h5{
    margin: 0;
}

.modal-header .close{
    border: none;
    margin: -1rem -1rem 0 auto;
    opacity: 1;
}

.sTags{
    flex-wrap: wrap;
}

.sTags .btn{
    margin-bottom: 10px;
    cursor: unset!important;
}

.print_btn {
    position: fixed;
    right: 0;
    top: calc(120px + 165px);
    background-color: #2196F3;
    color: #fff;
    width: 142px;
    height: 163px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    font-weight: 600;
    border: 1px solid #000;
    cursor: pointer;
    z-index: 10;
}

.print_btn i {
    font-size: 36px;
}

.profile-block{
    display: flex;
    align-items: center;
}

.profile-form{
    width: calc(100% - 120px);
    margin-left: 30px;
}

.large-profile-img{
    width: 120px;
    height: 120px;
    background-color: #00BCD4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.large-profile-img.book-cover-image{
    height: auto;
    border-radius: 5px;
    background-color: none;
}

.large-profile-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.large-profile-img.book-cover-image img{
    width: 100%;
    height: 100%;    
}

.search-container{
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-search-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 60%;
}

.search-container .large-logo{
    width: 400px;
}

.search-block{
    display: flex;
    align-items: center;
    width: 100%;
}

.search-block .bmd-form-group{
    width: 100%;
}

.search-block input{
    border-radius: 30px;
    margin-right: 20px;
    width: 100%;
    padding: 20px 24px;
}

.search-block .btn{
    border-radius: 30px;
    background-color: #616161;
    color: #fff;
    font-size: 20px;
    padding: 5px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 1rem;
}

.search-block .btn i{
    font-size: 24px;
}

.back-search-container{
    display: none;
    align-items: center;
    margin-bottom: 30px;
}

.back-search-container .arrow_back{
    cursor: pointer;
    color: #FF7A62;
    font-size: 40px;
    font-weight: 600;
    margin-right: 30px;
}

.back-search-container .large-logo{
    width: 200px;
}

.back-search-container .search-block input{
    width: 100%;
    background-color: #e9ecef;
}

.bookTable .btn{
    /* border-radius: 30px; */
}

.barcode-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.barcode-table td {
    /* width: 25%; */
    padding: 5px;
    vertical-align: top;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

.barcodes {
    page-break-inside: avoid;
    break-inside: avoid-column;
    border: 1px solid #707070;
    padding: 10px;
    height: 150px;
}

.barcodes p{
    font-weight: bold;
}

.barcode-canvas{
    width: 100%!important;
    height: 40px!important;
}

.labels{
    max-width: 80px;
    text-align: center;
    min-width: 80px;
}

.barcodes[type="2"] .labels,
.barcodes[type="4"] .labels{
    max-width: 100%;
    text-align: center;
    min-width: 100%;
}

.barcode-block{
    width: calc(100% - 80px);
}

.barcodes[type="3"] .barcode-block{
    width: 100%;
}

.barcode-description{
    width: 100%;
}

.sLastBarcodeLabel{
    display: none;
}

#allReportTable, #allReportTable_paginate{
    display: none;
}

.no-data, #reportTable tfoot{
    display: none;
}

.total {
    display: none;
    align-self: center;
    justify-content: flex-start;
    gap: 0 55%;
    width: 22%;
    margin-left: auto;
}

.status1{
    color: #4CAF50!important;
}

.status2{
    color: #FF9800!important;
}

.status3{
    color: #FF6863!important;
}

.journal_item{
    text-align: center;
}
.owl-carousel .owl-item img{
    height: 270px;
    object-fit: contain;
    margin-bottom: 10px;
}
.owl-carousel .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}
.owl-carousel {
    position: relative;
}
.owl-carousel .owl-next, .owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    font-size: 20px;
    color: #000;
    border: 1px solid #ddd;
    text-align: center;
}
.owl-carousel .owl-prev {
    left: -70px;
}
.owl-carousel .owl-next {
    right: -70px;
}
.owl-prev i,
.owl-next i{
    font-size: 50px!important;
	line-height: 50px!important;
    color: #26c6da;
}

.owl-nav button:focus{
    outline: none;
    box-shadow: none;
    background: none!important;
    opacity: 0.8;
}

.owl-prev.disabled i,
.owl-next.disabled i{
    color: #999;
}

.bold {
    font-weight: bold !important;
}

.print_info_container{
    border: 2px solid #ccc;
    border-radius: 10px;
    padding-bottom: 1rem;
    margin-top: 1rem;
}

.pt-80{
    padding-top: 80px;
}

table tr.selected:hover{
    background-color: #07b1c6!important;
}

.select2-results__option .closeTag{
    float: right;
    color: red;
    cursor: pointer;
    z-index: 9999;
}

.swal2-popup .swal2-actions{
    gap: 1rem;
}

.close:focus{
    outline: none!important;
}

.book-status{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #d9d9d9;
    margin: auto;
}

.book-status.success{
    background-color: #4CAF50;
}

.book-status.error{
    background-color: #FF0000;
}

.pdf-detail-container{
    padding: 12px;
    border: 1px solid #707070;
    border-radius: 6px;
    width: 32%;
    margin-right: 1%;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
}

.text-decoration-underline{
    text-decoration: underline;
}

.print-dropdown{
    position: relative;
}

.print-dropdown ul{
    position: absolute;
    right: -202px;
    background-color: white;
    width: 200px;
    text-align: center;
    top: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.22);
    border-radius: 3px;
    max-height: 300px;
    overflow: auto;
}

.print-dropdown[type="1"] ul{
    top: 8px;
}

.print-dropdown[type="3"] ul{
    top: 44px;
}

.print-dropdown[type="2"] ul{
    top: 78px;
}

.print-dropdown ul li{
    cursor: pointer;
    padding: 0.25rem 1.5rem;
    font-weight: 400;
    color: #212529;
}

.print-dropdown ul li:hover{
    background-color: #07b1c6;
    color: white;
}

.print-dropdown .dropdown-item i{
    position: absolute;
    right: 0;
}

.pdf-img-container{
    position: relative;
    width: fit-content;
}

.pdf-img-container i{
    position: absolute;
    top: -10px;
    right: -20px;
    cursor: pointer;
    z-index: 10;
}

.ui-front {
    z-index: 10000!important;
}

.tag {
    display: inline-block;
    background-color: #e0e0e0;
    border-radius: 3px;
    padding: 2px 8px;
    margin: 2px;
    font-size: 14px;
}
.tag a {
    margin-left: 5px;
    cursor: pointer;
}

#selectedTeachers{
    z-index: 0;
    position: absolute;
    left: 16px;
    top: 0px;
    text-align: left;
}

.sCustomBookTitle{
    max-width: 200px;
    word-break: break-word;
    white-space: pre-wrap;
}