html, body {
    height: 100%;
    overflow: hidden;
}


.nav-scroller {
    position: relative;
    z-index: 2;
    height: 36px;
    overflow-y: hidden;
    /* padding: 6px 0 0 0; */
}

    .nav-scroller .nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        color: rgba(255, 255, 255, .75);
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        height: 100%;
    }

.nav-underline .nav-link {
    padding: 8px 8px 0;
    font-size: 14px;
    color: #6c757d;
    height: 100%;
}

.qtlst-tab-left .nav-link:hover {
    background-color: #3480bf;
    border: none;
    border-left: 2px solid red;
    color: white !important
}

.nav-underline .nav-link:hover {
    color: #4885ba;
}

.nav-underline .active {
    color: #343a40;
    font-family: "Roboto-Bold",Arial, Helvetica, sans-serif;
    background-color: #ddd;
}

.text-white-50 {
    color: rgba(255, 255, 255, .5);
}

.bg-purple {
    background-color: #6f42c1;
}

.lh-100 {
    line-height: 1;
}

.lh-125 {
    line-height: 1.25;
}

.lh-150 {
    line-height: 1.5;
}


.qlts-index-1 {
}

.qlts-index-1-1 {
    text-align: center;
    padding: 4px 0 0 0;
}

.qlts-index-1-1-1 {
    color: #1565C0;
    font-size: 13px;
    font-family: "Roboto-Regular", Arial, sans-serif;
}

.qlts-index-1-2 {
    position: relative;
    height: 66px;
}

.qlts-index-1-2-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.qtlst-view {
    height: 100%;
    background-color: #fff;
}

.qtlst-header {
    background: #3595FF;
}

.qtlst-header-nemu {
    background: #2673b4;
}

.qtlst-header-nav {
    padding: 8px 0;
}


.qtlst-main {
    height: calc(100% - 68px);
    overflow: hidden;
}

.qtlst-menutab {
    background: #dfe9f5;
    font-weight: 600;
}

.qlts-body {
    height: calc(100% - 60px);
    overflow-y: scroll;
}

.qtlst-header-nav .nav-item a {
    color: #fff;
    font-size: 13px;
    font-family: "Roboto-Bold",Arial, Helvetica, sans-serif;
    padding: 0 10px !important;
    text-transform: uppercase;
}

.qtlst-header-nav .nav-item a {
    color: #fff !important;
}

    .qtlst-header-nav .nav-item a.dropdown-toggle {
        padding: 0 0 0 6px !important;
    }

.qtlst-header-nav .nav-item .dropdown-menu a {
    color: #000 !important;
    font-size: 14px;
    padding: 4px 14px 5px 14px !important;
    font-family: "Roboto-Regular", Arial, sans-serif;
    text-transform: none;
}

.qtlst-header-nav .nav-item.active .nav-link {
    color: #ec0000;
}

.qtlst-header-nav .navbar-brand {
    font-size: 24px;
    padding: 0 10px 0 10px;
    font-family: "Roboto-Bold",Arial, Helvetica, sans-serif;
    margin-right: 0 !important;
}

.qtlst-header-nav .nav-item {
    border-left: 1px solid #007bff;
    color: #fff;
}

    .qtlst-header-nav .nav-item:nth-child(1) {
        border: none;
    }

.qtlst-header-nav .dropdown-menu .nav-item {
    border: none;
}

.qtlst-header-nav .navbar-nav {
    padding: 8px 25px;
    flex-direction: row;
}

.qtlst-header-nav .nav-item.dropdown .dropdown-toggle::after {
    padding: 2px 4px 0 0;
}

.qtlst-header-nav li:hover > .dropdown-menu {
    display: block;
    left: 0;
    top: 90%;
    width: intrinsic; /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content; /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
    width: max-content;
}

.qtlst-header-nav .dropdown-menu li:hover > .dropdown-menu {
    display: block;
    left: 100%;
    top: 0;
    width: intrinsic; /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content; /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
    width: max-content;
}

.qtlst-header-hr {
    margin: 4px 0;
}

.qtlst-header-nav .dropdown-menu .nav-item.active .nav-link {
    color: #007bff !important;
    border-left: 3px solid #007bff;
}

.qtlst-tab-left {
    background-color: #2673b4;
    display: flex !important;
    flex-direction: column !important;
    border: none;
}

.qtlst-tab {
    background-color: #dfe9f5;
    border-bottom: 1px solid #c8c8c8;
}

    .qtlst-tab .nav-link {
        color: #000 !important;
        border-radius: 0;
        font-size: 14px;
    }

        .qtlst-tab .nav-link.active, .qtlst-tab .show > .nav-link {
            background-color: #fff !important;
            border-color: #c8c8c8 #c8c8c8 #fff;
        }

.qtlst-tab-left .nav-link {
    color: white !important;
    border-radius: 0;
    font-size: 14px;
    padding-left: 30px;
    padding: 12px
}

    .qtlst-tab-left .nav-link.active, .qtlst-tab-left .show > .nav-link {
        background-color: #fff !important;
        border-color: #c8c8c8 #c8c8c8 #fff;
        color: black !important;
    }

.qtlst-content {
    height: calc(100% - 35px);
    padding: 0;
}

    .qtlst-content > .tab-pane {
        height: 100%;
        overflow: auto;
    }

.qtlst-main .flex {
    display: flex;
    flex-direction: row;
    height: 100%;
}

.qtlst-main .gutter.gutter-horizontal {
    cursor: ew-resize;
}

.qtlst-main .gutter {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50%;
}

    .qtlst-main .gutter.gutter-vertical {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAFAQMAAABo7865AAAABlBMVEVHcEzMzMzyAv2sAAAAAXRSTlMAQObYZgAAABBJREFUeF5jOAMEEAIEEFwAn3kMwcB6I2AAAAAASUVORK5CYII=');
    }

    .qtlst-main .gutter.gutter-horizontal {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
    }

.qtlst-header-nav .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.qtlst-logo {
    float: left;
    width: 60px
}

.name_coquan:hover {
    text-decoration: underline;
}

#qlts-hansontable-huyen .htColumnHeaders th {
    font-weight: bold; /* Đặt chữ in đậm */
}

.qtlst-title {
    float: left;
    text-transform: uppercase;
    padding: 4px 0 0 8px;
    font-family: "Roboto-Bold",Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #fff;
}

.qlts-content-left {
    height: 100vh;
    background-color: #2673b4;
}

.qlts-content-1 {
}

.qlts-content-1-1 {
}

.qlts-content-1-1-1 {
    width: calc(100% - 140px);
    float: left;
    padding: 4px;
    height: 30px;
}

.qlts-content-1-1-1-1 {
    height: 24px;
    border: 1px solid #ccc;
    width: 100%;
    padding: 0 0 0 6px;
}

.qlts-content-1-1-1-2 {
    position: relative;
    right: 11px;
    float: right;
    top: -19px;
}

.qlts-content-1-1-2 {
    width: 140px;
    float: left;
    padding: 4px 2px 0 0;
    height: 30px;
}

.qlts-content-1-2 {
    height: calc(100% - 31px);
    overflow: auto
}

.qlts-content-1-2-new {
    height: calc(100% - 31px);
}

.qlts-popup {
    height: calc(100% - 10px);
    display: none;
}

.qtlst-content .currentRow {
    color: white;
    background-color: rgba(2, 117, 216, 0.9) !important;
}

.qtlst-content .currentCol {
    background-color: #d4d4d6 !important;
}

.qlts-content-2 {
    box-shadow: 2px 3px 4px gray;
    background-color: white;
}

.qlts-content-2-1 {
}

.qlts-content-2-2 {
    height: calc(100% - 35px);
    position: relative;
    background-color: white
}

.qlts-content-2 .handsontable table thead th {
    white-space: pre-line;
    max-width: 320px;
}

.qlts-content-2 .handsontable thead th .relative {
    height: 24px;
    position: relative;
    font-weight: 700;
}

.qlts-content-2 .handsontable tr:hover {
    background-color: gray;
}

.qlts-content-2 .handsontable th.afterHiddenColumn:before {
    display: none;
}

.hltree-title {
    border-radius: 0 0 0 0 !important;
}

.qlts-content-2 .firstVisibleColumn .changeType {
    display: none;
}

.qlts-update-1 {
    overflow: auto;
    height: calc(100% - 41px) !important;
}

.qlts-update-1-1 {
    display: flex;
}

.qlts-update-1-1-1 {
    padding: 0 8px 0 8px;
    border-right: 1px solid #ccc;
}

    .qlts-update-1-1-1:last-child {
        padding: 0 0 0 8px;
        border-right: none;
    }

.qlts-update-1-1-1-1 {
    padding: 4px 0;
}

.qlts-update-1-1-1-1-1 {
    width: 150px;
    float: left;
}

.qlts-update-1-1-1-1-1-1 {
}

.qlts-update-1-1-1-1-1-2 {
    color: #f00;
}

.qlts-update-1-1-1-1-2 {
    width: calc(100% - 150px);
    float: left;
}

.qlts-update-1-1-1-1-2-1 {
    width: 100%;
}

.qlts-update-1-1-1-1-2-1a {
    width: calc(100% - 40px);
}

.qlts-update-1-1-1-1-2-1b {
    font-size: 20px;
    margin: 0 0 0 8px;
    color: #0066b1;
    cursor: pointer;
}

.qlts-update-1-1-1-1-2-2 {
    width: 140px;
}

.qlts-update-1-1-1-2 {
    padding: 4px 0;
}

.qlts-update-1-1-1-2-1 {
    width: 170px;
    float: left;
}

.qlts-update-1-1-1-2-1-1 {
}

.qlts-update-1-1-1-2-1-2 {
    color: #f00;
}

.qlts-update-1-1-1-2-2 {
    width: calc(100% - 170px);
    float: left;
}

.qlts-update-1-1-1-2-2-1 {
    width: 100%;
}

.qlts-update-nguyengia {
    height: 200px;
}

.qlts-update-1-2 {
    padding: 6px 0 16px 20px;
}

    .qlts-update-1-2 label {
        padding: 0 60px 0 6px;
    }

        .qlts-update-1-2 label:last-child {
            padding: 0 0 0 6px;
        }

    .qlts-update-1-2 input {
    }

.qlts-update-1-3 {
    border: 1px solid #B4D3EF;
    border-radius: 3px;
    padding: 4px;
    margin: 0 0 16px 0;
}

.qlts-update-1-3-1 {
    position: relative;
    top: -13px;
    background-color: #fcfcfc;
    padding: 0 10px;
}

.qlts-header-nam {
    width: 74px;
}

.qlts-header-nam-1 {
    color: #fff;
}

.qlts-header-nam-2 {
    width: 70px;
}

.qlts-content-2-3 {
}

.qlts-content-2-3-1 {
    width: calc(100% - 140px);
    float: left;
}

.qlts-content-2-3-2 {
    width: 140px;
    float: left;
    text-align: center;
    padding: 8px 0 0 0;
}

.qlts-content-2-3-2-1 {
    padding: 0 4px 0 0;
}

.qlts-content-2-3-2-2 {
}

.qlts-update-1-3-a {
    padding: 0 4px 0 0;
}

.qlts-update-1-3-b {
}

.qlts-combo-th {
    font-weight: bold;
}

.qlts-combo-th-1 {
    width: 100px;
}

.qlts-combo-th-2 {
    width: 150px;
}

.qlts-combo-td-1 {
    width: 100px;
}

.qlts-combo-td-2 {
    width: 150px;
}

.qlts-border-1 {
    border: 1px solid #ccc;
    border-radius: 2px;
}

.qtlst-main .handsontable td, .qtlst-main .handsontable th {
    font-size: 16px;
}

.qlts-popup .handsontable td, .qtlst-main .handsontable th {
    font-size: 16px;
    /* background: red; */
}

.qlts-khauhaohaomon-1 .qlts-khauhaohaomon-hide-1 {
    pointer-events: none;
    cursor: not-allowed;
}

    .qlts-khauhaohaomon-1 .qlts-khauhaohaomon-hide-1 input {
        background-color: #ccc;
    }


.qlts-khauhaohaomon-2 .qlts-khauhaohaomon-hide-2 {
    pointer-events: none;
    cursor: not-allowed;
}

    .qlts-khauhaohaomon-2 .qlts-khauhaohaomon-hide-2 input {
        background-color: #ccc;
    }


/*.qlts-khauhaohaomon-3 .qlts-khauhaohaomon-hide-3 {
    pointer-events: none;
    cursor: not-allowed;
}

    .qlts-khauhaohaomon-3 .qlts-khauhaohaomon-hide-3 input {
        background-color: #ccc;
    }*/

.qlts-loading-1 {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #fff;
    z-index: 1111;
}

.qlts-loading-1-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.qlts-loading-1-1-1 {
}

.qlts-loading-1-1-2 {
}

.qlts-tong-nguyengia {
    padding: 0 8px 0 0;
    text-align: right;
}

.qlts-tong-nguyengia-1 {
    padding: 0 20px 0 0;
}

.qlts-tong-nguyengia-2 {
    font-weight: bold;
}

.qlts-tong-nguyengia-error {
    color: #f00;
}

.qlts-hide-kendo-1 .k-numeric-wrap .k-select {
    display: none;
}

.qlts-hide-kendo-1 .k-numeric-wrap.k-state-default {
    padding: 0;
    height: 25px;
}

    .qlts-hide-kendo-1 .k-numeric-wrap.k-state-default input {
        text-align: right;
        width: calc(100% - 8px);
        padding: 4px 8px 4px 0;
    }

.qlts-content-2-2-1 {
    height: calc(100% - 220px);
}

.qlts-content-2-2-2 {
    height: 220px;
}

.qtlst-tab-1 {
    background-color: #dfe9f5;
    border-bottom: 1px solid #c8c8c8;
    border: none
}

    .qtlst-tab-1 .nav-link {
        color: #000 !important;
        border-radius: 0;
        font-size: 14px;
        padding: 4px 14px;
    }

        .qtlst-tab-1 .nav-link.active, .qtlst-tab-1 .show > .nav-link {
            background-color: #fff !important;
            border-color: #c8c8c8;
        }

.qlts-home-1 {
    padding: 4px 0;
}

.qlts-home-1-1 {
    width: 90px;
    float: left;
}

.qlts-home-1-1-1 {
    /* padding: 4px 0 0 0; */
}

.qlts-home-1-1-2 {
    color: #f00;
}

.qlts-home-1-2 {
    width: calc(100% - 90px);
    float: left;
}

.qlts-home-1-2-1 {
    width: 100%;
    font-weight: bold;
}

.qlts-home-1-2-2 {
    float: left;
    padding: 0 0 0 4px;
}

.qlts-home-1-2-3 {
    float: left;
}

.qlts-home-1-2-a {
    padding: 4px 0;
    font-weight: bold;
}

    .qlts-home-1-2-a:first-child {
        padding: 0 0 4px 0;
    }

    .qlts-home-1-2-a:last-child {
        padding: 4px 0 0 0;
    }

.qlts-tudong-ghitang {
    text-align: right;
}

.qlts-tudong-ghitang-1 {
    font-family: "Roboto-Regular", Arial, sans-serif;
}

.qlts-tudong-ghitang-2 {
}


/*.qlts-tudongghitang .qlts-tudongghitang-hide-1 {
    pointer-events: none;
    cursor: not-allowed;
}*/

/*    .qlts-tudongghitang .qlts-tudongghitang-hide-1 .k-input {
        background-color: #ccc;
    }

    .qlts-tudongghitang .qlts-tudongghitang-hide-1 .qlts-update-1-1-1-1-2-1 {
        background-color: #ccc;
    }*/

.report-qlts-viewer {
}

    .report-qlts-viewer .stiJsViewerReportPanel {
        /*overflow: auto !important;*/
    }

.report-qlts-1 {
    height: 100%;
}

.report-qlts-1-1 {
    height: 74px;
    padding: 4px 0;
}

.report-qlts-1-1-1 {
    float: left;
    width: 20%;
    padding: 4px 4px 4px 4px;
}

.report-qlts-1-1-1-1 {
    float: left;
    width: calc(100% - 150px);
}

.report-qlts-1-1-1-2 {
    width: 150px;
}

.report-qlts-1-2 {
    height: calc(100% - 74px);
    position: relative;
}

.report-qlts-1-1-2 {
    float: left;
    width: 188px;
    padding: 4px 4px 4px 4px;
}

.report-qlts-1-1-2-1 {
    cursor: pointer;
    background-color: #d2e1f4;
    padding: 4px 10px;
    border-radius: 4px;
}

.report-qlts-1-1-2-1-1 {
    color: #82c91e;
    font-size: 16px;
    cursor: pointer;
}

.report-qlts-1-1-2-1-2 {
    cursor: pointer;
    padding: 0 0 0 11px;
}


.report-qlts-1-1-3 {
    float: left;
    width: 150px;
    padding: 4px 4px 4px 4px;
}

.report-qlts-1-1-3-1 {
    cursor: pointer;
    background-color: #d2e1f4;
    padding: 4px 10px;
    border-radius: 4px;
}

.report-qlts-1-1-3-1-1 {
    color: #3595FF;
    font-size: 16px;
    cursor: pointer;
}

.report-qlts-1-1-3-1-2 {
    cursor: pointer;
    padding: 0 0 0 11px;
    color: #3595FF;
    font-weight: bold;
}

.report-qlts-1-1-4 {
    float: left;
    width: 212px;
    padding: 4px 4px 4px 4px;
    /*margin: 0 30px 0 0;*/
}

.report-qlts-1-1-4-1 {
    width: calc(100% - 70px);
    float: left;
}

.report-qlts-1-1-4-2 {
    width: 70px;
}

.report-qlts-viewer #StiViewer {
    height: 100% !important;
    position: relative;
}

#qlts-taisan-nav {
    position: relative;
    overflow: auto;
}

#qlts-camera-nav {
    overflow: auto;
}

.qlts-popup .nav-tabs .nav-link {
    cursor: pointer;
}

.qlts-fixedRowsBottom .ht_master tbody tr:last-child {
    display: none;
}

.qlts-fixedRowsBottom .ht_clone_left tbody tr:last-child {
    display: none;
}

.qlts-fixedRowsBottom .ht_clone_bottom_left_corner tbody .htCheckboxRendererInput {
    display: none;
}

.qlts-fixedRowsBottom .ht_clone_bottom_left_corner tbody .rowHeader {
    display: none;
}

.qlts-fixedRowsBottom .ht_clone_bottom_left_corner tbody td {
    border-right: none;
}

#qlts-content-table {
    height: calc(90%) !important;
}

#qlts-hansontable-content .qlts-label-text-1 {
    font-size: 14px;
    font-weight: bold;
}

#qlts-hansontable-content .qlts-label-text-2 {
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}



.qlts-popup .flex {
    display: flex;
    flex-direction: row;
    height: 100%;
}

.qlts-message {
    position: relative;
    text-align: center;
    width: 74px;
    margin-right: 20px;
}

    .qlts-message i {
        font-size: 20px;
        color: #fff;
    }

.qlts-mess-icon {
    top: -12px;
    color: white;
    text-align: center;
    width: 24px;
    position: absolute;
    background: red;
    border-radius: 50%;
    height: 22px;
    right: 10px;
}

.qlts-dropdown-menu:before, .drp-mnu:before {
    position: absolute;
    top: -8.5px;
    right: 5px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    content: '';
}

ul.qlts-dropdown-menu {
    padding: 0;
    width: 190px;
    top: 100%;
    -webkit-box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 6px #6f6f6f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
}

.user-panel-top li {
    float: left;
    margin-left: 15px;
    position: relative;
}

.notification_header {
    background-color: #FAFAFA;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

    .notification_header h3 {
        color: #6A6A6A;
        font-size: 12px;
        font-weight: 600;
        margin: 0;
    }

#list-message {
    height: 100px;
    overflow-y: scroll;
    float: left;
}

.user-panel-top li:first-child {
    margin-left: 0;
}

ul.qlts-dropdown-menu li {
    margin-left: 0;
    width: 100%;
    padding: 0;
    background: #fff;
}

ul.nofitications-dropdown li {
    /* display: inline-block; */
}

ul.qlts-dropdown-menu li {
    margin-left: 0;
    width: 100%;
    padding: 0;
    background: #fff;
}

.user-panel-top li a {
    display: block;
    padding: 5px;
    text-decoration: none;
}

.user_img {
    float: left;
    width: 50px;
}

    .user_img img {
        max-width: 100%;
        display: block;
        border-radius: 2em;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        -o-border-radius: 2em;
    }

.notification_desc {
    float: left;
    width: 80%;
    margin-left: 5%;
}

    .notification_desc p {
        color: #757575;
        font-size: 13px;
        padding: 2px 0;
        text-align: left;
        margin: 0px;
    }

.cmtname-item {
    color: #386a97;
}

.cmt-usunread {
    color: #ff9900;
}

.notification_bottom {
    background-color: #F1F1F1;
    padding: 4px 0;
    text-align: center;
}

.qlts-dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.qlts-box-donvi {
    border: 1px solid #ddd;
}

.qlts-box-donvi-name {
    border-bottom: 1px solid #ddd;
}

.qlts-box-donvi-item {
    border-right: 1px solid #ddd;
    width: 19%;
}

.no-border-right {
    border-right: 0px !important;
}

#qlts-cttab input[type="checkbox"] {
    position: relative;
    top: 0px;
    height: 18px;
    width: 18px;
    display: none;
}

.xoatskt input[type="checkbox"] {
    display: block !important;
}

.qlts-tskt {
    padding-right: 40px !important;
}

.cs-point {
    cursor: pointer;
}

.tskt-tenct {
    width: 100%;
    float: left;
    border-bottom: 1px solid #D5D5D5;
    margin-bottom: 15px;
    margin-top: 10px;
}

    .tskt-tenct .tskt-gachngang {
        float: left;
        margin-bottom: -15px;
        background: #ffffff;
        padding-right: 15px;
        padding-left: 10px;
        font-weight: bold;
    }

    .tskt-tenct i {
        float: right;
        margin-bottom: -8px;
        background: #fff;
    }

.qlts-themct {
    position: absolute;
    right: 0px;
    padding: 8px;
}

#hltreeQLTS_BaoCao a {
    white-space: normal !important;
    height: auto;
    padding: 1px 2px;
    width: calc(100% - 24px);
}

#hltreeQLTS_BaoCao li > ins {
    vertical-align: top;
}

#hltreeQLTS_BaoCao .jstree-hovered, #demo4 .jstree-clicked {
    border: 0;
}

/* .k-datepicker-noedit input.qlts-update-1-1-1-2-2-1 {
    pointer-events: none;
}

.k-datepicker-noedit input.qlts-update-1-1-1-1-2-1 {
    pointer-events: none;
} */

.qlts-summary {
    display: flex;
    justify-content: space-between; /* Giãn cách đều giữa các phần tử */
    align-items: center; /* Căn chỉnh các phần tử theo chiều dọc */
    padding: 12px 50px 12px 50px;
    ; /* Thêm padding để không bị sát lề */
    background-color: #f7f7f7; /* Màu nền nhẹ để làm nổi bật */
    border-radius: 8px; /* Bo tròn các góc */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Thêm bóng mờ để tạo chiều sâu */
}

.summary-item {
    font-size: 16px; /* Cỡ chữ vừa phải */
    font-weight: bold; /* In đậm tiêu đề */
    color: #333; /* Màu chữ */
    text-align: center; /* Căn giữa văn bản trong mỗi phần tử */
}

    .summary-item strong {
        display: block;
        font-size: 18px; /* Cỡ chữ lớn cho tiêu đề */
        color: #1a73e8; /* Màu sắc cho tiêu đề */
        margin-bottom: 8px; /* Khoảng cách dưới tiêu đề */
    }

    .summary-item span {
        font-size: 16px; /* Cỡ chữ vừa phải cho giá trị */
        color: #555; /* Màu sắc cho giá trị */
        display: block; /* Đảm bảo giá trị nằm dưới tiêu đề */
    }

.qtlst-main .changeType {
    display: none;
}

.qtlst-main .handsontable td label {
    font-size: 16px;
}

.qtlst-main .handsontable td {
    font-size: 16px;
}
#dashboard .chart .data-table .row .js-cell {
    text-align: right !important;
}