/* import font */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,600;6..12,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

/* Custom css for Van Thanh Dat Food */
/* ==== Variable ==== */
/* font-size */
:root,
[data-bs-theme=light] {
    --font-custom-h1: 3em;
    --font-custom-h2: 2.5em;
    --font-custom-h3: 1.7em;
    --font-custom-h4: 1.4em;
    --font-custom-h5: 0.83em;
    --font-custom-h6: 0.67em;
    --font-custom-base: 1em;
    /* custom button */
    --btn-custom-pd: 10px;

    /* Color */
    /* --bs-primary: #006838; */
    --bs-primary: #337ab7;
    --bs-success: #006035;
    --bs-primary-hover: #006035;
    --bs-danger: #eb3604;
    --bs-warning: #E2BB22;
    --bs-danger-hover: #d5745b;
}

/* ==== Use ==== */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
tr,
td {
    /* font-family: 'Varela Round', sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
}

body {
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: 'Source Sans 3', sans-serif; */
    /* font-family: 'Nunito Sans', sans-serif; */
    /* font-family: 'Raleway', sans-serif; */
    /* font-family: 'Varela Round', sans-serif; */
    /* font-family: Nunito-VariableFont_wght; */
    /* font-family: Montserrat-font; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    background-color: #fafafa;
}

* {
    transition: all 0s;
}

.main-header .logo .logo-lg b {
    font-family: 'Source Sans 3';
}

.bg-warning {
    background-color: orange !important;
}

.btn-input {
    border: 1px solid #aaa;
    text-align: left !important;
}

.table-select {
    cursor: pointer;
}

.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
    background-color: var(--bs-primary) !important;
}

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
    background-color: var(--bs-danger) !important;
}

.description-block>.description-text {
    font-weight: 600;
}

.description-percentage {
    font-weight: bold;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: var(--bs-success);
    border-color: var(--bs-success);
}

/* Menu - Sidebar */
.content-header>.breadcrumb {
    font-size: var(--font-custom-base);
}

.skin-green-light .sidebar-menu>li>a {
    font-size: var(--font-custom-base);
}

.sidebar-menu .treeview-menu>li>a {
    font-size: var(--font-custom-base);
}

.skin-green-light .sidebar-menu>li>a {
    font-weight: 600;
    padding: 0px 10px;
    height: 35px;
    line-height: 35px;
}

.skin-green-light .treeview-menu>li.active>a {
    font-weight: 600;
    color: #00a65a;
}

.skin-green-light .treeview-menu>li.active>a,
.skin-green-light .treeview-menu>li>a:hover {
    color: var(--bs-primary);
}

/* === End Menu - Sidebar === */
.breadcrumb {
    background-color: #fff;
}

.skin-green-light .wrapper,
.skin-green-light .main-sidebar,
.skin-green-light .left-side {
    background-color: #fff;
}

.skin-green-light .sidebar-menu>li:hover>a,
.skin-green-light .sidebar-menu>li.active>a {
    /* background: #e3e6ea;
    color: var(--bs-primary); */
    background: var(--bs-primary);
    color: white;
}

.skin-green-light .sidebar-menu>li>.treeview-menu {
    /* background: #ecf0f5; */
    background: #e3e6ea;
}

.skin-green-light .treeview-menu>li>a {
    color: #333;
    font-weight: 600;
}

.user-panel>.info {
    font-size: 15px;
}

.box-body,
.box-footer,
.content-wrapper {
    background-color: #fafafa !important;
}

@media (max-width: 1552px) {
    .Breadcrumb-menu {
        display: none !important;
    }
}

@media (max-width: 400px) {

    .modal-dialog {
        width: 96% !important;
    }

}

@media (min-width: 768px) {

    .content-wrapper,
    .right-side,
    .main-footer {
        margin-left: 300px;
    }

    .main-sidebar,
    .left-side {
        width: 300px;
    }


}



.progress-description,
.info-box-text {
    font-weight: bold;
}

/* Button */
.btn-danger {
    background-color: var(--bs-danger);
}

/* .btn-primary {
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-primary-hover);
    --bs-btn-hover-border-color: var(--bs-primary-hover);
} */

.btn-success {
    /* --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary); */
    --bs-btn-hover-bg: var(--bs-success);
    --bs-btn-hover-border-color: var(--bs-success);
}

/* === End Button === */
/* Table */
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    font-weight: normal;
    padding: 4px
}

.table>tbody>tr>td .form-control {
    height: 30px;
}

.table>tbody>tr>td .btn {
    padding: 0px;
    width: 22px;
    height: 20px;
    line-height: 20px;
}

/* === End Table === */
/* Form control */
select.form-control,
.form-control {
    height: 34px;
}

.input-lg {
    font-size: var(--font-custom-base);
    padding: 0px 10px;
}

/* === End Form control === */
.content-header>h1 {
    font-size: var(--font-custom-h1);
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion,
.box-header .box-title {
    font-size: var(--font-custom-h3);
    font-weight: bold;
}

.table-infor table tr td:first-child {
    width: 25%;
    font-weight: bold;
}

select,
input[type="number"] {
    padding-left: 2px !important;
    padding-right: 2px !important;
}


.viewitem-4 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.viewitem-4 .keyitem {
    font-weight: bold;
}

.viewitem-4 .keyitem {
    text-align: right;
}

.viewitem-4 .valueitem,
.viewitem-4 .keyitem {
    width: 25%;
    padding: 4px;
}

.viewitem-4.viewitem-6 .valueitem,
.viewitem-4.viewitem-6 .keyitem {
    width: 16%;
    padding: 4px;
}

.color-red {
    color: #eb3604;
}

#seachDomHTML {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.modal-backdrop {
    z-index: 1000;
}

#seachDomHTML li {
    width: 100%;

}

#seachDomHTML li a {
    color: #fff;
    display: block;
    background-color: #00a65a;
    padding: 5px;
    font-size: 1.3em;
    text-transform: capitalize !important;
    text-wrap: normal;
    padding-left: 10px;
    border-radius: 5px;
    white-space: normal;
}

#seachDomHTML li,
#seachDomHTML {
    padding: 5px 7px;
    list-style-type: none;
    margin: 0px;
    color: #000;

}

.checkbox,
.radio {
    margin-left: 20px;
}

.bg-green2 {
    background-color: #006035;
    /* background-color: #539758; */
    color: #fff;
}

.box-header {
    height: 32px;
    padding: 0px 10px;
}

.box-header>.box-tools {
    top: 0px;
    right: 10px !important;
}

.bg-green3 a {
    background-color: #6B995000 !important;
}

.bg-green3 {
    background-color: #6B9950 !important;
    /* background-color: #8FC642; */
    color: #fff !important;
    /* text-shadow: 1px 1px 3px #000; */
}

.bg-green4 {
    background-color: #A0CD70 !important;
    color: #000 !important;
}

.bg-green5 {
    background-color: #B5BD36 !important;
    color: #000 !important;
}

select,
select option {
    font-size: 16px;
    font-weight: normal;
}


@media (min-width: 600px) {
    .setting-menu {
        min-width: 500px;
    }

    #seachDomHTML {
        display: flex;
    }

    #seachDomHTML li {
        width: 300px;
        min-width: 33%;
        box-sizing: border-box;
    }
}

@media (min-width: 1200px) {
    .setting-menu {
        min-width: 1100px;
    }

    #seachDomHTML li {
        min-width: 300px;
        width: 300px;
    }
}

@media (max-width: 768px) {

    .table-infor table tr td:first-child,
    .table-infor table tr td {
        width: 100%;
        display: block;
    }

    .content {
        min-height: 250px;
        margin-right: auto;
        margin-left: auto;
        padding: 0px;
    }

    .modal.in .modal-dialog {
        width: auto !important;
    }

}

.table-bordered,
.table-bordered thead,
.table-bordered th,
.table-bordered tbody,
.table-bordered tr,
.table-bordered td {
    border: 1px solid #aaaaaa !important;
    border-collapse: collapse !important;
}

*:hover::-webkit-scrollbar-thumb {
    background-color: #006035;
}

*::-webkit-scrollbar-thumb {
    background-color: transparent;
    background-color: #006035;
    border-radius: 100px;
    width: 10px;
}

*:hover::-webkit-scrollbar {
    background-color: #ddd;

}

*::-webkit-scrollbar {
    background-color: transparent;
    width: 10px;
    height: 10px;
    border-radius: 100px;

}

.content-wrapper {
    background-color: #f0f0f0;
}

.TableHasCheck {
    cursor: pointer;
}

.table .btn-group {
    display: block;
}

.btn-outline-warning:hover,
.btn-outline-warning {
    background-color: transparent;
    border: 2px solid #499CD6;
    box-sizing: border-box !important;
    color: #fff !important;
    height: 35px;
    width: 35px;
    margin-left: 3px !important;
}


label.text-center {
    display: block;
    text-align: center;
    margin-bottom: 0px;
}

.modal-footer {

    padding: 5px;
}

.table th {
    text-align: center;
    font-weight: bold !important;
}

.modal-header.d-flex {
    padding: 4px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.text-right {
    text-align: right !important;
}

.table thead {
    /* background: #D8DEC4; */
}

.main-footer {
    background-color: #E5EFFF !important;
}

.bg-table-footer {
    background-color: #D8DEC4;
}

.table thead {
    position: sticky;
    top: -1px;
    z-index: 999;
}

.table tfoot {
    position: sticky;
    bottom: 0px;
    z-index: 0;
}

.table {
    position: relative;
    border-collapse: collapse;
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion,
.box-header .box-title {
    font-size: 1em;
}

.bg-modal {
    background-color: #E5EFFF;
}

.table p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.width-content {
    /* width: auto; */
}

.dropdown-menu a {
    color: #000 !important;
}

.dropdown-menu {
    background-color: #E8F0FE;
    /* background-color: #B2ECED; */
}

.bg-modal-phieu,
.bg-modal {
    background-color: #B5BD36 !important;
}

#box-1 .box-body {
    height: 400px;
}

#box-2 .box-body {
    height: 200px;
}



.col-md-105 {
    width: 12.5%;
    float: left;
}

.header-title {
    font-weight: bold !important;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fafafa;
}

.dropdown-menu {
    min-width: 80px;
}

a.dropdown-toggle {
    padding: 7px;
}

a.list-item {
    display: block;
    padding: 4px;
    font-size: 14px !important;
}

.d-flex.text-center {
    justify-content: center;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    text-shadow: 0 0 #fff;
}

th:hover .btn-timkiem a {
    color: #fff;
}

.btn-timkiem a {
    padding: 5px 7px;
    color: #fff;
}


.btn-timkiem .dropdown-menu .btn-outline-warning {
    color: #000 !important;

}

.btn-timkiem .dropdown-menu * {
    font-weight: normal;
}

.btn-timkiem .dropdown-menu b {
    font-weight: bold;
}

.btn-timkiem .dropdown-menu {
    color: #000;
    text-shadow: 0 0 #000;
    background-color: #fafafa;

}

.modal-body {
    overflow: auto;
}

.checkallcontent .checkbox input[type=checkbox],
.checkallcontent .checkbox-inline input[type=checkbox],
.checkallcontent .radio input[type=radio],
.checkallcontent .radio-inline input[type=radio] {
    position: static;
    margin: auto;
}

.checkallcontent .checkbox {
    margin: 0px;
    padding: 0px;
    margin: auto;
}

.checkallcontent {
    height: 100%;
    width: 100%;
    display: block;
}

.select2-container--default .select2-search--inline .select2-search__field {
    width: auto !important;
    min-width: 50%;
}

.modal-title {
    font-weight: bold;
    font-size: 16px;
}

.modal-header {
    padding: 5px 10px;
}

.thongbao-iframe {
    background: #fff0;
}

.btn-outline-warning:hover,
.btn-outline-warning,
.btn-timkiem .dropdown-menu .btn-outline-warning {
    color: #F77E25 !important;
}

.btn-delete:hover,
.btn-hover:hover {
    background-color: #F77E25;
}

.btn-hover .imgicon,
.btn-hover {
    background-color: transparent;
    border-radius: 100% !important;
    height: 20px;
    width: 20px;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.dropdown-menu>li>button.btn-link {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    text-align: left;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
}

label.checkbox,
.prevent-select {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.table .d-flex {
    align-items: center;
}

.optionsDelete label {
    font-weight: normal;
}

.borderless td,
.borderless th {
    border: none !important;
}

select:focus {
    box-shadow: 1px 1px #333;
}

* {
    line-height: normal;
}

.box-header {
    line-height: 30px;
}

#DanhSachPhieuDatHang .d-flex.text-center {
    max-width: 100% !important;
}

.bg-gold {
    background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
}

.d-flex.btngrop-action,
.d-flex.btn-trangthai {
    justify-content: space-evenly !important;

}


.btn-trangthai .btn-number.btn-primary {
    padding: 0px 10px !important;
    line-height: 23px !important;
    height: 23px !important;
}

.daxuly .btn-trangthai .btn-number.btn-primary {
    background-color: transparent;
    border: 1px solid #337ab7;
    color: #000;
}

.float-right {
    float: right;
}

.NoiDungDonHang>table td {
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.NoiDungDonHang {
    width: auto;
    margin: auto;
    max-width: 100%;
}

.NoiDungDonHang p {
    margin-bottom: 0px;
}

.box-shadow {
    box-shadow: 0px 0px 5px #aaa;
}


.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
    background: transparent;
    color: #000;
}

.select2-container--default .select2-results__option {
    white-space: nowrap;
}

.select2-container--default .select2-results__option:hover {
    background: #D7E4AC66;
}


.form-table label.checkbox {
    margin-left: 30px;
    position: static;
    display: block;
    margin-top: -10px;
}

.formtable .table,
.formtable .form-group {
    margin-bottom: 0px;
}

.chonhanghoacontent .hanghoa-content tbody {
    height: 300px;
    overflow: auto;
}

.chonhanghoacontent .hanghoa-content {
    position: absolute;
    top: 100%;
    width: 80vw;
    z-index: 9990;
    height: 80vh;
    overflow: auto;
    display: none;
    background-color: #fff;
    box-shadow: 1px 1px 5px #aaa;
}

.chonhanghoacontent {
    position: relative;
}

input[type="checkbox"][colname="KiemDich"]:checked::after {
    position: absolute;
    box-sizing: border-box;
    background-color: transparent;
    border: 2px solid #fff;
    content: " ";
    left: 0px;
    top: 0px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

input[type="checkbox"][colname="KiemDich"]:checked {
    position: relative;
    box-sizing: border-box;
    background-color: #006035;
    border: 1px solid #006035;
}

input[type="checkbox"][colname="KiemDich"] {
    position: relative;
    border: 0px;
    margin: 0px !important;
    box-sizing: border-box;
    height: 15px;
    width: 15px;
    background-color: #fafafa;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #006035;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.DataTable table tbody tr td,
.DataTable table thead tr th {
    max-width: max-content;
    white-space: nowrap;
}

.table-responsive {
    overflow: auto;
    overflow-y: auto;
    overflow-y: auto;
}

.DataTable table tbody tr td:first-child {
    background-color: #fafafa;
}

.DataTable table tbody tr td:first-child {
    position: sticky;
    min-width: 40px;
    left: 0px;
}

.DataTable table thead {
    position: sticky;
    top: 0px;
    z-index: 100;
}

.btn-visibility {
    visibility: hidden;
}

.btn-file:hover,
.btn-file {
    padding: 20px;
    border: 2px dashed #006035;
    height: 100px;
}

.btn-add-col,
.btn-remove-col {
    line-height: 20px;
}

.btn-add-col .fa,
.btn-remove-col .fa {
    color: #ff9728;
    height: 1em;
    font-weight: bold;
    margin-bottom: 0px;
    padding-top: 4px;
    box-shadow: none !important;
    text-shadow: none !important;
}

.GroupIcon button {
    height: 35px !important;
    width: 35px !important;
    margin-left: 5px;
}

.GroupIcon {
    display: flex;
    align-items: center;
}

thead .ti-filter {
    font-size: 10px;
}

.Chon_File {
    border-radius: 4px;
    border: 2px dashed #006035;
    padding: 10px;
}

.table_thong_tin_du_toan .btn-img .imgicon {
    background-color: transparent;
    box-shadow: none;
}

.table_thong_tin_du_toan tbody tr td:first-child p {
    margin: 0px;
}

.dropdown-menu a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
}


.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow: auto;
    width: max-content;
    min-width: 100%;
}

.autocomplete-items div:last-child button {
    border: 0px;
    background-color: none;
    padding: 5px 10px;
    background-color: #e9e9e9;
    font-size: 1.2em;
    display: block;
    width: 100%;
    color: #006035;
}

.autocomplete-items div:last-child {
    background-color: #e9e9e9;
}

.autocomplete-items div.active {
    background-color: #D7E4AC;
}

.autocomplete-items div {
    padding: 5px 15px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

.autocomplete-items div:hover {
    background-color: #D7E4AC;
}

.autocomplete-active {
    background-color: #D7E4AC !important;
    color: #ffffff;
}

.autocomplete-input-title::after {
    content: " 11";
    left: 0px;
    top: 0px;
}

.btn_arrow_input {
    position: absolute;
    right: 10px;
    top: 7px;
    z-index: 444;
}

.btn_arrow_input {
    display: none;
}

.bg-green3 .dropdown-menu a {
    background-color: #E8F0FE !important;
    text-shadow: none;
}

.table tbody td {
    /* padding-left: 10px !important;
    padding-right: 10px !important; */
}

.main_menu li {
    position: relative;
}

.main_menu li>ul>li:hover>ul {
    display: block;
}

.main_menu li>ul {
    box-shadow: 0px 0px 6px #aaa;
}

.main_menu li>ul>li>ul {
    display: none;
    position: absolute;
    left: 99%;
    top: 0;
    background-color: #E8F0FE;
    list-style: none;
    padding-left: 0px;
    width: 200px;

}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
.main_menu li>ul>li>a:hover,
.main_menu li>ul>li>a:hover,
.main_menu li>ul>li>ul>li>a:hover {
    background-color: #ABD38A;
}

.main_menu li>ul>li>ul>li {
    float: left;
    width: 100%;
}

.main_menu li>ul>li>ul>li>a {
    text-align: left;
    padding-left: 10px;
}

option[id*="OPEN_MODAL_ADD"] {
    background-color: #E8F0FE;

}

.main-sidebar,
.left-side {}

.btn-model-common-select option[value=''] {
    font-weight: bold;
    font-style: italic;
}

/* .select2-results__options .select2-results__option:last-child {
    font-weight: bold !important;
    font-style: italic !important;
} */

.btn-config-cssjs {
    position: fixed;
    bottom: 0%;
    right: 0px;
}

.dropdown-menu>li>a:hover {
    background-color: #ABD38A;
}

.pagination>li>a {
    background-color: #f0f0f0;
}

.table>thead>tr>td,
.table>thead>tr>th {
    padding: 5px 10px;
}

.table>tbody>tr>td,
.table>tbody>tr>th {
    padding: 3px 10px;
}

.table {
    margin-bottom: 4px;
}

.form-control.select2,
.form-control {
    border: 0px !important;
}

.select2.select2-hidden-accessible {
    width: 0px !important;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 0px;
    height: 30px;
}

.select2-container--default .select2-search--dropdown {
    position: relative;
}

.select2-container--default .select2-search--dropdown::after {
    content: " ";
    position: absolute;
    right: 14px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-image: url(/public/Icon/search.png);
    background-size: cover;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 7px;
}

.select2-dropdown.select2-dropdown--below {
    min-width: max-content;
}

.select2-container--default .select2-results>.select2-results__options {
    min-height: 300px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 22px;
}

.lbl_warning {
    color: red;
}

.lbl_danger {
    color: red;
    font-weight: bold;
}

.dropdown-menu,
.table {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropdown-menu>li>a {
    font-size: 14px !important;

}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

.iframe_full {
    max-height: 85vh;
    min-height: 85vh;
}

/* chon ncc */


.CHON_NCC {
    position: relative;
}

.CHON_NCC_TABLE td {
    max-width: 200px;
    overflow: hidden;
    white-space: normal;
}

.bg_drop {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    content: " ";
    z-index: 1;
    background-color: #aaa2;
}

.CHON_NCC_TABLE_BOX thead {
    background-color: green !important;
    position: sticky !important;
    top: 0px;
    left: 0px;
    color: #fff;
}

.CHON_NCC_INPUT_ID {
    height: 0px;
    width: 0px;
    visibility: hidden;
}

.CHON_NCC_INPUT_NAME {
    white-space: nowrap;
    overflow: hidden;
}

.CHON_NCC_TABLE_BOX td {
    white-space: nowrap;
    padding-left: 5px !important;
}

.CHON_NCC_TABLE_BOX .CHON_NCC_TABLE {
    max-width: 1000px;
    min-width: 450px;
    height: 400px;
    overflow: auto;
}

.CHON_NCC_TABLE_BOX {
    display: none;
    position: absolute;
    z-index: 99999;
    background-color: #fff;
}

buttom[type='buttom'] {
    display: inline-block;
}

.dropdown-menu a.btn-order {
    background-color: transparent !important;
}

.text-bold {
    font-weight: bold !important;
}

.box_phantrang {
    position: sticky;
    background-color: #fff;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 0;
}

.dropdown-menu {
    max-width: 300px;
}

.imgicon.imgicon-hinh-anh {
    background-color: transparent;
    box-shadow: none;
}