/**
* Ducbui <ducbt@hocmai.vn> - custom css 01/02/2021
*/
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: .9rem;
}
.btn, .form-control { font-size: .9rem; }

.btn-default {
    background-color: #f8f9fa;
    border-color: #ddd;
    color: #444;
}
textarea.form-control {
    resize: vertical;
}
select.form-control {
    padding-left: 7px;
}

.fa-spin {
    -webkit-animation: fa-spin 1s linear infinite !important;
    animation: fa-spin 1s linear infinite !important;
}
.hide { display: none !important; }
.pointer { cursor: pointer !important; }
.export-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(144, 144, 144, 0.5);
    z-index: 99999;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.export-bar .card-loader {
    width: 80%;
    max-width: 900px;
    padding: 10px;
    background-color: #fff;
}
.export-bar .progress {
    height: 20px;
    border-radius: .2rem;
    overflow: unset !important;
}
.export-bar .progress-bar {
    border-radius: .2rem;
    overflow: unset !important;
}
.export-bar .progress-bar.active {
    animation: progress-bar-stripes .7s linear infinite;
}
.export-bar .process-text {
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    margin-left: .5rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}
.select2.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-results__option[aria-disabled=true] { display: none;}

/* form search report */
.report-form .col-form-label {
    font-weight: normal !important;
}
.report-form input[readonly] {
    background-color: #fff;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 1px;
}
.report-form .input-group-text {
    border-right: none;
}

/* datetimepicker */
.datetimepicker .prev>span {
    color: #fff;
    border: solid black;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
    transform: rotate( 135deg );
    -webkit-transform: rotate( 135deg );
}

.datetimepicker .next>span {
    color: #fff;
    border: solid black;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
    transform: rotate( -45deg );
    -webkit-transform: rotate( -45deg );
}
.datetimepicker td, .datetimepicker th {
    width: 40px;
    height: 30px;
}
.header-note {
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
}
.report-table tbody td {
    padding: .25rem .75rem;
}
.report-table thead th {
    padding: .4rem .75rem;
}
.content-header {
    padding-bottom: 5px;
}

ol.breadcrumb li {
    font-size: 1.5rem;
}

.card-datatable th {
    padding: 8px !important;
}
.card-datatable table tbody {
    min-height: 300px !important;
}

.card-datatable th span.removeFilter { 
    position: absolute;
    font-size: 15px;
    top: -4px;
    right: 3px;
    cursor: pointer;
}

.card-datatable th span.removeFilter i{ 
    background-color: #eee!important;
}

.dataTables_length label {
    display: inline-block;
    margin-bottom: 0;
}
.dataTables_info, .dataTables_length {
    vertical-align: middle;
    line-height: 40px;
    padding-top: 0 !important;
}
.bg-info.dker, .bg-info .dker {
    background-color: #1199c4;
}
tr#tableFilter th {
    padding: 5px 8px !important;
    border-bottom: none;
}
tr#tableFilter th input {
    width: 100% !important;
    font-weight: normal;
    box-shadow: none;
}
.dataTables_wrapper table {
    margin: 5px 0;
}

.custom-select-sm {
    font-size: 90%;
}

@media all and (max-width: 1024px) {
     .table-report-user {
        overflow-x: auto;
    }
    .report-table {
        width: 630px;
    }
}

@media all and (min-width: 320px) and (max-width: 1024px) {
    label {
        text-align: left !important;
    }
}

.card-body>.table>thead>tr>th {
    border-top-width: 1px;

}

.card-datatable { padding: 10px; }
.position-relative { position: relative; }
