.errorLabel{
    width: 100%;
    /*text-align: center;*/
    font-weight: 500 !important;
    font-size: 14px;
    color: red;
    height: 20px;
    margin-bottom: 0;
    /*display: none;*/
}

.pagination{
    list-style: none;
    padding-inline-start: 0;
}

.pagination li{
    display: inline-block;
}

.pagination li:not(:first-child){
    margin-left: 10px;
}

.pagination li > a.active{
    background: #292e32;
    color: white;
    font-weight: 600;
}

.isDisabled {
    color: currentColor;
    cursor: auto;
    opacity: 0.5;
    text-decoration: none;
    pointer-events: none;
}

.operation-btn {
    padding: 2px 7px !important;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: none;
}

.span-cust:first-line{
    margin-left: 20px;
}

.span-cust:not(:first-child){
    font-weight: bold;
    margin-right: 10px;
    margin-left: 10px;
}
.span-cust:first-child{
    margin-left: 20px;
}

.span-cust i{
    font-weight: normal;
}

#content{
    min-height: 600px;
}

footer{
    display: flex;
    width: 100%;
    justify-content: center;
    border-top: 1px solid #dee2e6;
    height: 50px;
    align-items: center;
}

#footer-copyright-p{
    margin-bottom: 0;
    font-size: 16px;
    color: rgba(0,0,0,.5);
}

#header-nav{
    border-bottom: 1px solid #dee2e6;
}
.navbar-nav li a{
    ont-size: 17px;
    font-weight: 700;
    color: black;
}

#date_filter_bg{
    display: flex;
    border: 1px solid #e5e5e5;
    margin-top: 15px;
    padding: 5px 8px;
}

#date_filter_bg > form{
    display: flex;
}

#date_filter_bg .date_filter_item{
    display: flex;
    align-items: center;
}
#date_filter_bg .date_filter_item > *:not(:first-child){
    margin-left: 20px;
}

#date_filter_bg .date_filter_item:not(:first-child){
    margin-left: 15px;
}

#date_filter_bg .date_filter_item .datepicker-input{
    border: 1px solid #e5e5e5;
    height: 40px;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    padding: 10px;
}

#date_filter_bg .date_filter_item label{
    font-weight: normal;
    width: auto;
    font-size: 15px;
}

.search_btn_bg{
    display: flex;
    margin-left: auto;
}

.gj-datepicker-md [role=right-icon]{
    right: 7px !important;
    top: 9px !important;
}

ul#header-right{
    list-style: none;
    padding-inline-start: 0;
    width: auto;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

ul#header-right > li{
    display: inline-block;
}

ul#header-right > li:not(:first-child){
    margin-left: 25px;
}

ul#header-right > li > a{
    text-decoration: none;
}
#header-avatar-a{
    font-size: 14px;
    color: #000000;
}

#header-avatar-a img{
    width: 30px
}

#header-avatar-a span{
   margin-left: 5px;
}

#header-logout-a{
    color: #dc3545;
}
#header-logout-a > i{
    font-size: 20px;
}