﻿::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #78baf1;
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #78baf1;
    background-color: #78baf1;
}

.btn-sm {
    font-size: 13px;
    height: 32px;
    padding: 0.4rem 1rem 0.6rem 1rem;
}

.dropdown-menu.show {
    z-index: 111;
}

.form-control-sm {
    height: 32px;
    font-size: 13px;
}

.btn.btn-icon.btn-sm {
    height: 32px;
}

.dataTables_wrapper .dataTable th.sorting_desc:before, .dataTables_wrapper .dataTable th.sorting_desc:after, .dataTables_wrapper .dataTable th.orting_asc_disabled:before, .dataTables_wrapper .dataTable th.orting_asc_disabled:after, .dataTables_wrapper .dataTable th.orting_desc_disabled:before, .dataTables_wrapper .dataTable th.orting_desc_disabled:after, .dataTables_wrapper .dataTable th.sorting_asc:before, .dataTables_wrapper .dataTable th.sorting_asc:after, .dataTables_wrapper .dataTable th.sorting:before, .dataTables_wrapper .dataTable th.sorting:after, .dataTables_wrapper .dataTable td.sorting_desc:before, .dataTables_wrapper .dataTable td.sorting_desc:after, .dataTables_wrapper .dataTable td.orting_asc_disabled:before, .dataTables_wrapper .dataTable td.orting_asc_disabled:after, .dataTables_wrapper .dataTable td.orting_desc_disabled:before, .dataTables_wrapper .dataTable td.orting_desc_disabled:after, .dataTables_wrapper .dataTable td.sorting_asc:before, .dataTables_wrapper .dataTable td.sorting_asc:after, .dataTables_wrapper .dataTable td.sorting:before, .dataTables_wrapper .dataTable td.sorting:after {
    bottom: 0.7em !important;
}

.dataTables_wrapper .dataTables_length {
    float: right;
    border-left: 0;
}

.dataTables_wrapper table thead {
    background-color: #e6e6e6 !important;
}

.dataTables_wrapper table tbody tr.even, .dataTables_wrapper table tbody tr.even > .sorting_1, .dataTables_wrapper table tbody tr.even > .sorting_2, .dataTables_wrapper table tbody tr.even > .sorting_3 {
    background-color: #F3F7FB !important;
}

.dataTables_wrapper table tbody tr.odd, .dataTables_wrapper table tbody tr.odd > .sorting_1, .dataTables_wrapper table tbody tr.odd > .sorting_2, .dataTables_wrapper table tbody tr.odd > .sorting_3 {
    background-color: #fff !important;
}

.dataTables_wrapper .dataTable th.sorting:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgb(88,163,220);
    right: 6px;
    top: 13px;
}

.dataTables_wrapper .dataTable th.sorting_desc:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgb(88,163,220);
    right: 6px;
    top: 13px;
}

.dataTables_wrapper .dataTable th.sorting::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgb(88,163,220);
    right: 6px;
}

.dataTables_wrapper .dataTable th.sorting_asc:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgb(88,163,220);
    right: 6px;
}

table.dataTable thead .sorting_asc:before {
    opacity: 1;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgb(88,163,220);
    right: 6px;
    top: 13px;
}

table.dataTable thead .sorting_desc:after {
    opacity: 1;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgb(88,163,220);
    right: 6px;
}

.table thead th, .table thead td, .table td {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    font-size: 13px;
}

.table th {
    text-align: center;
}


/*.table td .form-control, .table td .form-control button {
    padding: 0;
    height: calc(0.5em + 1rem + 2px);
    border: 0px;
    border-radius: 0 !important;
    border-bottom: 1px dashed #cecece;
}*/

.table-bordered td, .table-bordered th {
    border: 1px solid #c8c8c8 !important;
}

.kt-subheader {
    min-height: unset !important;
    height: 50px;
    margin-bottom: 0px !important;
    background-color: transparent;
}

.kt-header--fixed .kt-wrapper {
    padding-top: 40px;
}

.kt-header {
    height: 40px;
    background-color: #295B86;
}

#kt_header_brand {
    padding: 3px 0px 3px 25px;
}

#kt_header_menu_wrapper {
    height: 40px;
}

.dataTables_wrapper .dataTable {
    border-collapse: collapse !important;
}

.kt-subheader .kt-subheader__main .kt-subheader__title {
    font-size: 1.55rem;
    font-weight: 500;
    color: #000;
}


.kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover, .kt-header-menu .kt-menu__nav > .kt-menu__item:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}


.modal-header {
    padding: 0.7rem 1.25rem;
    background-color: #F3F7FB;
}

.kt-portlet .kt-portlet__body {
    padding: 15px;
}

.progress {
    height: 3px;
}

.kt-header-menu .kt-menu__nav > .kt-menu__item {
    padding: 0px 1.25rem;
}

.flex-1 {
    flex-grow: 1;
    flex-shrink: 1;
    width: 0px;
}

.flex-2 {
    flex-grow: 2;
    flex-shrink: 2;
    width: 0px;
}

.flex-3 {
    flex-grow: 3;
    flex-shrink: 3;
    width: 0px;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: 0.425rem 0.5rem;
}

.isinvalid {
    border: solid 1px #d65781 !important;
}

.modal-footer {
    padding: .5rem 1.25rem;
    background-color: #F3F7FB;
}

.btn-secondary {
    border-color: #c0c0dd;
}

body {
    color: #545454;
    font-family: inherit !important;
}

.displaynone {
    display: none;
}

.displayinlineblock {
    display: inline-block;
}

.card-header {
    background-color: #ecf3fb;
    /*#ecf3fb #e6e6e6;*/
    color: #48465b;
}

.col-form-label-sm {
    font-size: 1rem;
}

.card {
    border: 1px solid #ebedf2 !important;
}

.accordion > .card {
    overflow: unset;
}

.kt-radio > input:checked ~ span {
    border: 1px solid #428bca;
}

.kt-radio > span {
    border: 1px solid #428bca;
}

    .kt-radio > span:after {
        border: solid #428bca;
    }

.kt-radio > span {
    height: 16px;
    width: 16px;
}

.kt-radio {
    padding-left: 20px;
}

@media (min-width: 1024px) {
    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }
}

.form-control-dottedbottom {
    border-bottom: 1px dashed #cecece;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0px 0px 0px 3px;
    height: 30px;
    line-height: 1;
}

    .form-control-dottedbottom > button {
        border-bottom: 1px dashed #cecece;
        border-top: none;
        border-left: none;
        border-right: none;
        padding: 0px 0px 0px 3px !important;
        height: 30px;
        line-height: 1.5;
    }

.isinvaliddotted {
    border-bottom: 1px dashed #d65781 !important;
}

.tbl-noneborder tr td input {
    border: none;
    padding: 0rem .1rem !important;
    height: 30px;
}

.tbl-noneborder tr td {
    padding: 0px !important;
}

.kt-checkbox > input:checked ~ span {
    border: 1px solid #428bca;
}

.kt-checkbox > span {
    border: 1px solid #428bca;
}

    .kt-checkbox > span:after {
        border: solid #428bca;
    }

#QuanLyHopDongTable_wrapper {
    padding-bottom: 15px !important;
}

.sttnavlink {
    padding: 4px 9px;
    color: white;
    background-color: #d0d0d0;
    border: 2px solid white;
    box-shadow: 0px 0px 3px 0px #000;
}

.active > .sttnavlink {
    background-color: #428bca;
}

.navlinktext {
    color: black;
    padding-left: 10px;
}

.active > .navlinktext {
    color: #428bca;
}

.navlinkborderbot {
    padding: 5px 10px 10px 7px !important;
    border: none !important;
}

.active.navlinkborderbot {
    border-bottom: 1px solid #428bca !important;
    border-top: none;
    border-left: none;
    border-right: none;
}

.btn-danger {
    background-color: #dc3a3a;
    border-color: #dc3a3a;
}

.width20 {
    width: 20px !important;
}

.width30 {
    width: 30px !important;
}

.width40 {
    width: 40px !important;
}

.width50 {
    width: 50px !important;
}

.width60 {
    width: 60px !important;
}

.width70 {
    width: 70px !important;
}

.width80 {
    width: 80px !important;
}

.width90 {
    width: 90px !important;
}

.width100 {
    width: 100px !important;
}

.width110 {
    width: 110px !important;
}

.width120 {
    width: 120px !important;
}

.width130 {
    width: 130px !important;
}

.width140 {
    width: 140px !important;
}

.width150 {
    width: 150px !important;
}

.width160 {
    width: 160px !important;
}

.width170 {
    width: 170px !important;
}

.width180 {
    width: 180px !important;
}

.width190 {
    width: 190px !important;
}

.width200 {
    width: 200px !important;
}

.width220 {
    width: 220px !important;
}

.width250 {
    width: 250px !important;
}

.timeline.timeline-5 {
    position: relative;
}

    .timeline.timeline-5:before {
        content: '';
        position: absolute;
        left: 120.5px;
        width: 4px;
        top: 0;
        bottom: 0;
        background-color: #EBEDF3;
    }

    .timeline.timeline-5 .timeline-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        margin-bottom: 1.7rem;
    }

        .timeline.timeline-5 .timeline-item .timeline-label {
            width: 120px;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            font-size: 1rem;
            font-weight: 500;
            position: relative;
            color: #3F4254;
        }

        .timeline.timeline-5 .timeline-item .timeline-content {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

        .timeline.timeline-5 .timeline-item .timeline-badge {
            -ms-flex-negative: 0;
            flex-shrink: 0;
            background: white;
            width: 13px;
            height: 13px;
            border-radius: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            z-index: 1;
            position: relative;
            margin-top: 1px;
            margin-left: -0.5rem;
            padding: 3px !important;
            border: 6px solid #fff !important;
        }

.bordertop {
    border-top: 1px solid #c8c8c8;
}

@media (min-width:1500px) {
    #ThongKeSoLuong {
        width: 550px;
        height: 250px;
    }

    #ThongKeSoTien {
        width: 550px;
        height: 250px;
    }

    #infotrangthaisoluong {
        line-height: 1.5;
        margin-left: 0;
        margin-bottom: 40px;
        min-width: 120px;
        max-width: 120px;
    }

    #infotrangthaisotien {
        line-height: 1.5;
        margin-left: 0;
        margin-bottom: 40px;
        min-width: 200px;
        max-width: 200px;
    }

    #ThongKeTheoNgay {
        width: auto;
        height: 240px
    }
}

@media (max-width:1500px) {
    #ThongKeSoLuong {
        width: 400px;
        height: 150px;
        margin-top: 20px;
    }

    #ThongKeSoTien {
        width: 400px;
        height: 150px;
        margin-top: 20px;
    }

    #infotrangthaisoluong {
        line-height: 1.5;
        margin-left: 0;
        margin-bottom: 40px;
        min-width: 120px;
        max-width: 120px;
    }

    #infotrangthaisotien {
        line-height: 1.5;
        margin-left: 0px;
        margin-bottom: 40px;
        min-width: 200px;
        max-width: 120px
    }

    #ThongKeTheoNgay {
        width: auto;
        height: 240px
    }
}

.swal-icon--info:after {
    top: 16px;
    background-color: #428bca;
}

.swal-icon--info:before {
    height: 0px;
    background-color: #428bca;
}

.swal-icon:first-child {
    margin-top: 20px;
}

.swal-icon {
    width: 40px;
    height: 40px;
    margin: auto;
}

.swal-icon--info {
    border-color: #428bca;
}

.swal-button {
    background-color: #428bca;
    font-size: 13px;
    height: 32px;
    padding: 0.4rem 1rem 0.6rem 1rem;
    line-height: 1.5;
    min-width: 70px;
}

    .swal-button:not([disabled]):hover {
        background-color: #428bca;
    }

    .swal-button:active {
        background-color: #428bca;
    }

.swal-icon--warning__body {
    height: 18px;
    top: 5px;
}

.swal-icon--error__line--left {
    left: 9px;
}

.swal-icon--error__line--right {
    right: 9px;
}

.swal-icon--error__line {
    width: 22px;
    top: 18px;
}

.swal-text {
    padding: 5px 10px 0px 10px;
}

.ck-content {
    overflow: hidden !important;
}

.dabnone {
    display: none;
}

.zalo-chat-widget {
    left: 5px !important;
    bottom: 10px !important;
}

.dx-datagrid-text-content {
    color: black;
    text-align: center;
    width: 100%;
    font-size: 13px;
}

.dx-datagrid-content .dx-datagrid-table .dx-row > td {
    vertical-align: middle !important;
}




.dx-datagrid-content .dx-datagrid-scroll-container .dx-datagrid-content-fixed {
    padding-right: 0px;
    max-height: 125px;
}

.dx-datagrid .dx-row > td {
    padding: 6px !important;
}

.dx-datagrid-rowsview .dx-select-checkboxes-hidden > tbody > tr > td > .dx-select-checkbox {
    display: block !important;
}



div[class="dx-overlay-wrapper dx-dropdowneditor-overlay dx-popup-wrapper dx-dropdownlist-popup-wrapper dx-selectbox-popup-wrapper"] div {
    width: auto !important
}


.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
    border-bottom: 1px solid #ddd;
}



.dx-datagrid .dx-datagrid-headers .dx-header-filter, .dx-datagrid .dx-datagrid-headers .dx-header-row > td {
    outline: 0;
    background-color: #e6e6e6;
}


.dx-datagrid-headers tr.dx-header-row td {
    vertical-align: middle !important;
}


tbody .dx-header-row .dx-datagrid-action, tbody tr.dx-header-row .dx-cell-focus-disabled {
    text-align: center !important;
}


.dx-header-row > td {
    white-space: nowrap;
    overflow: hidden;
}

.dx-datagrid .dx-datagrid-content-fixed {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
}


.dx-datagrid .dx-datagrid-headers {
    color: #000;
    border-bottom: 0;
}


.dx-datagrid-headers {
    color: #959595;
    font-weight: 400;
    touch-action: pinch-zoom;
    border-bottom: 1px solid #ddd;
}


.dx-datagrid-headers {
    position: relative;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}


.dropdown-content a, .dx-button.dx-button, .dx-datagrid, .dx-item-content, .dx-radiogroup-horizontal .dx-radiobutton, .dx-treelist-text-content, .label, .modal-title {
    font-family: Arial !important;
    font-size: 12px;
}

.dx-datagrid {
    line-height: normal;
}

.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-select {
    padding: 0;
    width: 35px !important;
    min-width: 35px !important;
    max-width: 35px !important;
}

.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-expand {
    padding: 0;
    width: 0px;
    min-width: 0px;
    max-width: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.dx-datagrid-table .dx-row .dx-command-expand div {
    position: absolute;
    width: 30px;
    left: 27px;
    z-index: 10;
    margin-top: -10px;
}

/* #gridContainer_D02 {
            user-select: none;
        }*/

table[class="dx-datagrid-table dx-datagrid-table-fixed"] tr[class="dx-row dx-column-lines dx-header-row"] {
    background: #e6e6e6;
}

.dx-freespace-row {
    height: 1px !important
}

.dx-datagrid-header-panel {
    display: none
}

.dx-data-row {
    border-bottom: 1px solid #C8C8C8 !important;
}

.dx-datagrid-group-closed, .dx-datagrid-group-opened {
    display: none !important;
}

tr.dx-row.dx-column-lines.dx-group-row.dx-cell-focus-disabled, tr.dx-row.dx-column-lines.dx-group-row {
    height: 22px;
    position: relative;
    pointer-events: none
}

    tr.dx-row.dx-column-lines.dx-group-row.dx-cell-focus-disabled td.dx-group-cell {
        position: absolute;
        left: 0;
        width: 100%;
        top: -1px;
        height: 24px;
        background: #f7f7f7;
        pointer-events: none
    }

    tr.dx-row.dx-column-lines.dx-group-row td.dx-group-cell {
        position: absolute;
        left: 0;
        width: 100%;
        top: -1px;
        height: 24px;
        background: #f7f7f7;
        pointer-events: none;
    }

.dx-datagrid-content-fixed .dx-header-row {
    background: #DFE7FC;
}

.dx-freespace-row {
    display: none !important;
}

.dx-treelist-select-all {
    background: #e6e6e6;
    padding: 10px !important;
}

.dx-treelist-headers {
    border-top: 0 !important;
}

.dx-treelist-rowsview {
    border-bottom: 0 !important;
}

.dx-treelist-container .dx-empty {
    border-bottom: 1px solid #ddd !important;
}

.dx-treelist-table td[role="columnheader"] {
    border-bottom: 0 !important;
}

.dx-selectbox {
    border: none !important;
    border-bottom: 1px dashed #cecece !important;
    height: 30px;
}
.lb-center {
    display: flex;
    align-items: center;
}
.modal-content {
    border: 0
}

.swal-button--confirm {
    box-shadow: none;
}

    .swal-button--confirm:hover {
        opacity: 0.7;
    }

.swal-button--cancel {
    background: #fd397a;
    color: white;
}

    .swal-button--cancel:hover {
        background: #fd397a !important;
        color: white;
        opacity: 0.7;
    }

.dx-tab-selected {
    color: #5867dd !important;
}
.dx-datagrid-revert-tooltip {
    display: none;
}
.overflow-wrap-anywhere {
    overflow-wrap: anywhere !important;
}
fieldset {
    border: solid 1px #ccc;
    border-radius: 10px;
}
