.table-wrap {
    height: 450px;
    overflow-y: auto;
    table-layout: fixed;
    margin-left:auto;
    margin-right:auto;
}
#example_filter,
#example1_filter{
    float: right;
}
table tr th{
    min-height: 400px;
    height: 100%;
    z-index: 9;
    background-color: #7cb3f5;
    color: #ffffff;
}
table tbody tr:hover{
    cursor: pointer !important;
}
.user-special-class{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
label{
    color: #32325d;
    font-weight: bold;
    font-size: 105%;
}
tfoot, tfoot th, tfoot td {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 10;
}
.table thead .table-header th {
    position: sticky;
    position: -webkit-sticky;
    top:-1px;
}
/*.table tfoot .table-filter th {*/
/*    position: sticky;*/
/*    position: -webkit-sticky;*/
/*    bottom:-1px;*/
/*}*/
table tr td{
    font-weight: bold;
}
.detail-part{
    margin-top: 10px;
}
.clickable-row hover{
    cursor: pointer;
}
table td{
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #e9ecef;
}
.notes-form{
    min-height: 300px;
    margin-top: 20px;
    border: 1px solid #e9ecef;
    background-color: #e9ecef !important;
    color: #32325d !important;
}
#btn-filter-item,
#btn-create-item{
    margin-bottom: 10px;
}
#btn-create-user {
    margin-bottom: 10px;
}
.validate-btn{
    margin-top: 10px;
}
.table-header{
    z-index: 10;
    color: #ffffff;
}
.not-validate {
    background-color: #7ae37b;;
    color: #1c1818;
}
.item-sold {
    background-color: #f5365c;
    color: #ffffff;
}
.item-break-group {
    background-color: #3656f5;
    color: #ffffff;
}

.item-break-group-change-price:before {
    content: "Thay Đổi Giá";
}

.item-break-group-not-validate:before {
    content: "Chưa Duyệt";
}

.item-break-group-others:before {
    content: "Đã Duyệt";
}


.item-hired {
    background-color: #f8f262;
    color: #0a0c0d;
}
.table-hover tbody tr:hover{
    background-color: #5CA0F2  !important;
    color: #e9ecef !important;
}
/* Three image containers (use 25% for four, and 50% for two, etc) */
.column-images {
    float: left;
    width: 20%;
    padding: 5px;
}

/* Clear floats after image containers */
.row-images::after {
    content: "";
    clear: both;
    display: table;
}
.giohang-active{
    background-color: #32325d;
    color: white;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #e9ecef !important;
    color: #32325d !important;
}
.btn-primary{
    background-color: #5CA0F2 !important;
    border: none !important;
}
.header-body{
    margin-left: -20px;
}
.btn-menu{
    background-color: white !important;
    color: #749fc6 !important;
    margin-bottom: 20px !important;
    margin-top: -80px !important;
}
.btn-primary-dropdown{
    background-color: white !important;
    color: #749fc6 !important;
    margin-top: 20px !important;
    margin-left: 20px;
}
html {
    font-size: 80% !important;
}
.table-filter input{
    font-weight: bold;
    color: #f5365c !important;
    max-height: 25px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

* {
    box-sizing: border-box;
}

.zoom {
    -ms-transform: scale(2); /* IE 9 */
    -webkit-transform: scale(2); /* Safari 3-8 */
    transform: scale(1.5);
    transition: transform 1s;
}
.container-header-menu-mobile{
    display: none !important;
}
@media screen and (max-width: 767px) {
    .container-header-menu-pc{
        display: none;
    }
    .container-header-menu-mobile{
        display: block !important;
    }
    .container-fluid .header-body {
        padding: 0 25px;
    }
.header-body {
     	margin-top: 20px;
    }
}
@media screen and (max-width: 320px) {
    .container-header-menu-pc{
        display: none !important;
    }
    .container-header-menu-mobile{
        display: block;
    }
    .table-wrap {
        height: 295px;
    }
}

.multiselect-container > li.disabled {
    display:none;
}

.btn-light {
    background-color: #ffffff;
}

.dropdown-header span{
    color: #32325d !important;
}

.hidden {
    display: none !important;
}
.list-group-item.active {
    border-color: #5CA0F2 !important;
    background-color: #5CA0F2 !important;
}
.item-detail-tabs button{
    border: none !important;
    max-width: 200px;
    margin-right: 20px;
}

.item-detail-tabs button:hover{
    cursor: pointer;
}
.no-select {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.header {
    overflow: hidden;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 15s linear infinite;
    min-width: 100%;
}

@keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

