.hg-text-green {
    color: #00A19C;
}

.hg-text-gold {
    color: #EFAA23;
}

.hg-text-danger,
.text-danger {
    color: #D81F2A;
}

.hg-text-violet {
    color: #432C5F;
}

.hg-text-orange {
    color: #EFAA23;
}

.hg-sm-bold {
    font-weight: 600;
}
.returnreason span.select2-container {
    width: 200px !important;
}

.hg-form-control span.select2-container {
    width: 82% !important;
}
#divddlRegion span.select2-container {
    width: 100% !important;
}
.hg-text-gold a {
    color: #EFAA23
}
.width82Percentage{
    width: 82%
}
.distributorlabel {
    font-size: 14px !important
}
.price-unit{
    width: 150px !important;
}
.po-remark{
    width: 82% !important;
}
#returnNoteTable {
    counter-reset: rowNumber;
}

    #returnNoteTable tbody tr {
        counter-increment: rowNumber;
    }

        #returnNoteTable tbody tr td:first-child::before {
            content: counter(rowNumber);
            min-width: 1em;
            margin-right: 0.5em;
        }

    #returnNoteTable > thead > tr > th {
        vertical-align: middle
    }

#rebateTable {
    counter-reset: rowNumber;
}

    #rebateTable tbody tr {
        counter-increment: rowNumber;
    }

        #rebateTable tbody tr td:first-child::before {
            content: counter(rowNumber);
            min-width: 1em;
            margin-right: 0.5em;
        }

    #rebateTable > thead > tr > th {
        vertical-align: middle
    }

#productTable {
    counter-reset: rowNumber;
}

    #productTable tbody tr {
        counter-increment: rowNumber;
    }

        #productTable tbody tr td:first-child::before {
            content: counter(rowNumber);
            min-width: 1em;
            margin-right: 0.5em;
        }

    #productTable > thead > tr > th {
        vertical-align: middle
    }

/*#supplierTable {
    counter-reset: rowNumber;
}
*/
   /* #supplierTable tbody tr {
        counter-increment: rowNumber;
    }*/

       /* #supplierTable tbody tr td:first-child::after{
            content: counter(rowNumber);
            min-width: 1em;
            margin-right: 0.5em;
        }*/

    #supplierTable > thead > tr > th {
        vertical-align: middle
    }
.rsp {
    color: #F8AE31 !important;
}
.hg-container {
    width: 100%;
    max-width: 1600px;
    padding: 8px;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 14px;
}

@media (min-width: 600px) {
    .hg-container {
        padding: 12px;
    }
}

.hg-page {
    padding: 16px 0;
    color: #444;
}

@media (min-width: 600px) {
    .hg-page {
        /*padding: 0 0 30px 0;*/
        padding: 30px 0;
    }
}

.hg-order-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 8px;
    font-size: 14px;
}

@media (min-width: 600px) {
    .hg-order-info {
        font-size: 14px;
    }
}

.hg-order-info .hg-left {
    width: 100%;
}

@media (min-width: 600px) {
    .hg-order-info .hg-left {
        padding-right: 8px;
        width: 50%;
    }
}

.hg-order-info .hg-right {
    width: 100%;
}

@media (min-width: 600px) {
    .hg-order-info .hg-right {
        padding-left: 8px;
        width: 50%;
    }
}

.hg-order-info .hg-info {
    margin-bottom: 8px;
}

.hg-order-info .hg-total {
    font-weight: 600;
}

.fw-600 {
    font-weight: 600;
}

.hg-order-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .hg-order-summary .hg-left,
    .hg-order-summary .hg-right {
        width: 100%;
    }

@media (min-width: 600px) {
    .hg-order-summary .hg-left,
    .hg-order-summary .hg-right {
        width: 50%;
    }
}

.hg-order-summary .hg-right {
    text-align: right;
}

.hg-h1,
.hg-h2,
.hg-h3,
.hg-h4,
.hg-h5 {
    margin: 0;
}

.pt-16 {
    padding-top: 16px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-24 {
    margin-bottom: 24px;
}

.hg-form-wrapper {
    padding: 8px;
    background: #f5f5f5;
}

@media (min-width: 600px) {
    .hg-form-wrapper {
        padding: 12px;
    }
}

.hg-form-box {
    padding: 24px 16px 16px;
    position: relative;
    border: solid 1px #3D3935;
}

@media (min-width: 600px) {
    .hg-form-box {
        padding: 34px 24px 24px;
    }
}

.hg-form-box .hg-box-title {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 500;
    background: #f5f5f5;
    padding: 0 20px;
}

@media (min-width: 600px) {
    .hg-form-box .hg-box-title {
        font-size: 20px;
    }
}

.hg-form-box.disable .form-control {
    pointer-events: none;
}

.hg-checkbox-wrapper .hg-checkbox {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 16px;
}

.hg-checkbox-wrapper .hg-checkbox-label {
    z-index: 1;
    margin: 0 0 0 8px;
    font-weight: 500;
}

.hg-checkbox-wrapper input {
    display: none;
}

    .hg-checkbox-wrapper input:checked ~ .checkmark {
        border: 2px solid #00A19C;
        background-color: #00A19C;
    }

        .hg-checkbox-wrapper input:checked ~ .checkmark:after {
            opacity: 1;
        }

.hg-checkbox-wrapper .checkmark {
    z-index: 1;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    line-height: 14px;
    font-size: 20px;
    text-align: center;
}

    .hg-checkbox-wrapper .checkmark:after {
        content: '';
        width: 8px;
        height: 14px;
        margin: auto;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
        display: inline-block;
    }

.hg-form-login .title-login {
    margin-bottom: 40px;
}

.hg-form-login .form-group {
    margin-bottom: 24px;
}

.hidden {
    display: none !important;
}

.hg-form-control {
    width: 100%;
}

    .hg-form-control, .hg-form-control.margin-bottom-0 {
        margin-bottom: 24px !important;
    }

        .hg-form-control.hg-inline {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

@media (min-width: 600px) {
    .hg-form-control.hg-inline {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.hg-form-control.hg-inline .hg-label {
    margin: 0;
}

@media (min-width: 600px) {
    .hg-form-control.hg-inline .hg-label {
        width: 100px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 10px;
    }
}

.hg-form-control .hg-label {
    font-weight: 500;
    font-size: 14px;
    margin: 0;
}
.select2-container{
    background-color:transparent;
}

.select2-container--bootstrap .select2-selection{
    background-color:transparent !important;
}

.select2-selection__rendered{
    margin-top:3px;
}

 form .select2-container--focus ,form .select2-container--open {
    border: 2px solid #00A19C;

    border-radius:4px;
   
}

.select2-container--bootstrap .select2-selection--single,
.hg-form-control .hg-form-control,
.hg-form-control .form-control,
.hg-form-control input[type="file"] {
    max-width: 600px;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    background-color: transparent;
    font-size: 16px;
    outline: none !important;
    margin-bottom: 0;
    min-height: 40px;
}
    .select2-container--focus .select2-selection, 
    .hg-form-control .hg-form-control:active, .hg-form-control .hg-form-control:focus,
    .hg-form-control .form-control:active,
    .hg-form-control .form-control:focus,
    .hg-form-control input[type="file"]:active,
    .hg-form-control input[type="file"]:focus {
        padding: 3px 7px;
        border: 2px solid #00A19C;
    }

.hg-form-control textarea.form-control {
    max-width: 100%;
}

    .hg-form-control textarea.form-control.mw-600 {
        max-width: 600px;
    }

.hg-form-control .full {
    max-width: 100%;
}

.hg-form-control .disable {
    pointer-events: none;
}

.img-demo img {
    max-width: 300px;
}

.modal-header {
    background: #3D3935;
    border-color: #3D3935;
}

    .modal-header .modal-title {
        font-weight: bold;
        font-size: 16px;
        color: #EFAA23;
    }

    .modal-header .modal-body {
        font-weight: 500;
        font-size: 16px;
        color: #444;
    }

.hg-btn {
    min-width: 80px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    outline: none !important;
    color: #F8AE31;
}

    .hg-btn.hg-btn-sm {
        height: 30px;
        min-width: 30px;
        font-size: 12px;
        padding: 5px 10px;
    }

    .hg-btn:hover, .hg-btn:active {
        opacity: 0.8;
        color: #fff;
    }

    .hg-btn .button-ripple {
        background: rgba(255, 255, 255, 0.6);
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-animation: animate-ripple .2s ease-in;
        animation: animate-ripple .2s ease-in;
    }

    .hg-btn.hg-btn-default {
        /*border: solid 2px #3D3935;*/
        color: black;
        background: #CEB888;
    }

        .hg-btn.hg-btn-default:hover, .hg-btn.hg-btn-default:active {
            color: #fff;
            background: #3D3935;
        }

    .hg-btn.hg-btn-green {
        background: #00A19C;
        border-color: #00A19C;
    }

    .hg-btn.hg-btn-deepgrey {
        background: #3D3935;
        border-color: #3D3935;
    }

    .hg-btn.hg-btn-green:hover, .hg-btn.hg-btn-green:active {
        background-color: #00A19C;
        border-color: #00A19C;
    }

    .hg-btn.hg-btn-violet {
        background: #432C5F;
        border-color: #432C5F;
    }

        .hg-btn.hg-btn-violet:hover, .hg-btn.hg-btn-violet:active {
            background-color: #432C5F;
            border-color: #432C5F;
        }

    .hg-btn.hg-btn-danger, .hg-btn.hg-btn-red {
        background: #D81F2A;
        border-color: #D81F2A;
    }

        .hg-btn.hg-btn-danger:hover, .hg-btn.hg-btn-danger:active, .hg-btn.hg-btn-red:hover, .hg-btn.hg-btn-red:active {
            background-color: #D81F2A;
            border-color: #D81F2A;
        }

.hg-btn-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
}

@-webkit-keyframes animate-ripple {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes animate-ripple {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

.hg-table-wrapper {
    overflow-y: auto;
}

.hg-table {
    min-width: 700px;
}

    .hg-table thead th {
        font-weight: 500;
        font-size: 14px;
        border-top: none !important;
        border-bottom: none !important;
        line-height: 1.6 !important;
        color: #EFAA23;
        font-weight: bold;
    }
    .hg-table thead th.text-left {
       
        text-align: left;
    }

        .hg-table thead th.th-action {
            text-align: center;
        }

    .hg-table .text-danger {
        color: #D81F2A;
    }

    .hg-table .hg-price {
        color: #00A19C;
    }

    .hg-table.hg-purple {
        border: solid 1px #432C5F;
    }

        .hg-table.hg-purple thead {
            background: #432C5F;
        }

        .hg-table.hg-purple tbody td {
            border-top: 1px solid #432C5F !important;
        }

    .hg-table.hg-green {
        border: solid 1px #3D3935;
    }

        .hg-table.hg-green thead {
            background: #00A19C;
        }

        .hg-table.hg-green tbody td {
            border-top: 1px solid #3D3935 !important;
        }

        .hg-table.hg-green .hg-table-product tbody td {
            border-top: 0 !important;
        }

    .hg-table tbody td {
        font-weight: 400;
        color: #444;
        font-size: 14px;
        line-height: 2 !important;
    }

@media (min-width: 768px) {
    .hg-table tbody td {
        font-size: 14px;
    }
}

.vt-center {
    vertical-align: middle !important;
}

.hg-table-product {
    width: 100%;
}

    .hg-table-product .hg-title {
        font-weight: 500;
        color: black;
    }

    .hg-table-product .hg-img {
        width: 120px;
        text-align: center;
    }

        .hg-table-product .hg-img .img {
            position: relative;
            width: 100px;
            height: 100px;
            overflow: hidden;
        }

            .hg-table-product .hg-img .img img {
                position: absolute;
                top: 50%;
                left: 0;
                width: 100%;
                -webkit-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
            }

    .hg-table-product .hg-price {
        width: 120px;
        text-align: center;
        color: #00A19C;
        vertical-align: middle;
        padding: 8px 16px;
    }
      .hg-price .hg-tooltip {
            position: absolute;
            right: 5px;
            top: -5px;
            -webkit-transform: translate(100%, 0);
            -ms-transform: translate(100%, 0);
            transform: translate(100%, 0);
            color: #D81F2A;
            background: transparent;
            border: none;
            display: inline;
            outline: 0;
            padding: 0;
            font-size: 18px;
            line-height: 1;
        }

.hg-link {
    text-decoration: none !important;
}

    .hg-link:hover, .hg-link:active {
        opacity: 0.8;
    }

    .hg-link.hg-link-green {
        color: #00A19C;
    }

.hg-label {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 24px;
    display: block;
}

.hg-dl dt {
    padding: 10px 14px;
    font-weight: 600;
}

.hg-dl dd {
    border-left: solid 1px #3D3935;
    padding: 10px 14px;
}

.hg-paging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 600px) {
    .hg-paging {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-top: 8px;
    }
}

.hg-paging .hg-paging-title {
    margin-bottom: 10px;
}

    .hg-paging .hg-paging-title span {
        color: #EFAA23;
    }

@media (min-width: 600px) {
    .hg-paging .hg-paging-title {
        margin-bottom: 0;
    }
}

.hg-paging .simple-pagination li:first-of-type a,
.hg-paging .simple-pagination li:first-of-type span, .hg-paging .simple-pagination li:last-of-type a,
.hg-paging .simple-pagination li:last-of-type span {
    position: relative;
}

    .hg-paging .simple-pagination li:first-of-type a:after,
    .hg-paging .simple-pagination li:first-of-type span:after, .hg-paging .simple-pagination li:last-of-type a:after,
    .hg-paging .simple-pagination li:last-of-type span:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '>';
        background: #fff;
        z-index: 2;
    }

    .hg-paging .simple-pagination li:first-of-type a:after,
    .hg-paging .simple-pagination li:first-of-type span:after {
        content: '<';
    }

.hg-paging .simple-pagination li span,
.hg-paging .simple-pagination li a {
    border-color: #3D3935 !important;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #EFAA23;
    overflow: hidden;
}

.hg-paging .simple-pagination li.active span,
.hg-paging .simple-pagination li.active span:after,
.hg-paging .simple-pagination li.active a,
.hg-paging .simple-pagination li.active a:after, .hg-paging .simple-pagination li:hover span,
.hg-paging .simple-pagination li:hover span:after,
.hg-paging .simple-pagination li:hover a,
.hg-paging .simple-pagination li:hover a:after {
    color: #fff;
    background: #3D3935;
}

.hg-page-title {
    text-align: center;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #3D3935;
}

@media (min-width: 600px) {
    .hg-page-title {
        font-size: 24px;
    }
}

.hg-purchase-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

    .hg-purchase-header .hg-left,
    .hg-purchase-header .hg-right {
        width: 100%;
    }

@media (min-width: 600px) {
    .hg-purchase-header .hg-left,
    .hg-purchase-header .hg-right {
        width: 50%;
    }
}

@media (min-width: 600px) {
    .hg-purchase-header .hg-right {
        text-align: right;
    }
}

.hg-purchase-header .hg-title {
    font-weight: 600;
    color: #EFAA23;
}

.hg-purchase-header .hg-id {
    display: inline-block;
}

    .hg-purchase-header .hg-id .hg-id-number {
        color: #EFAA23;
    }

.panel-body {
    padding: 16px;
}

.ov-hidden {
    overflow: hidden;
}

.panel-group .panel.mb-24:not(:last-of-type) {
    margin-bottom: 24px;
}

body {
    background: #f5f5f5;
}

/* DatNT38 Styles */
.th-action {
    width: 160px;
    text-align: center;
}

.td-action {
    text-align: center;
}

.width-100 {
    min-width: 100px;
    width: 100px;
}

.width-150 {
    min-width: 150px;
    width: 150px;
}

.width-600 {
    min-width: 600px;
    width: 600px;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.hg-report-tabs .nav li {
    margin-bottom: 3px;
}
.auditrail {
    font-style: italic;
    font-size: 11px;
}
    .hg-report-tabs .nav li a {
        background: #ccc;
        color: #444;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 5px;
        font-size: 14px;
    }

@media (min-width: 600px) {
    .hg-report-tabs .nav li a {
        font-size: 16px;
        padding: 10px 15px;
    }
}

.hg-report-tabs .nav li.active a {
    color: #EFAA23;
    background: #3D3935;
    border-color: #3D3935;
}

    .hg-report-tabs .nav li.active a:hover, .hg-report-tabs .nav li.active a:focus,
    .hg-report-tabs .nav li a:hover,
    .hg-report-tabs .nav li a:focus {
        color: #fff;
        background: #3D3935;
        border-color: #3D3935;
    }

@media (min-width: 768px) {
    .hg-report-tabs .nav li {
        margin-bottom: -1px;
    }
}

.hg-report-tabs .tab-content {
    border: 1px #EFAA23 solid;
    padding: 16px;
}

@media (min-width: 600px) {
    .hg-report-tabs .tab-content {
        padding: 24px;
    }
}

.hg-pagination {
    border-top: 1px #00A19C solid;
    padding-top: 10px;
    margin-top: 10px;
}

.hg-price-sale {
    position: relative;
    display: inline-block;
}

    .hg-price-sale .hg-tooltip {
        position: absolute;
        right: 5px;
        top: -5px;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
        color: #D81F2A;
        background: transparent;
        border: none;
        display: inline;
        outline: 0;
        padding: 0;
        font-size: 18px;
        line-height: 1;
    }

@media (min-width: 768px) {
    .hg-price-sale .hg-tooltip {
        right: 0;
        top: 0;
    }
}

.line-through {
    text-decoration: line-through;
}

/* Vuong Styles */
.no-wrap {
    white-space: nowrap;
}

.width-70 {
    width: 70px !important;
}

.product-img {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    max-height: 100px !important;
    max-width: 100px !important;
    width: auto !important;
    height: auto !important;
}

.loading-wrapper svg path,
.loading-wrapper svg rect {
    fill: #FF6700;
}

.loading-wrapper {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    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;
    top: 0;
    left: 0;
}

.modal-title {
    color: white;
}

.progress-bar {
    background-color: #EFAA23 !important;
}

.width-200 {
    width: 200px !important;
}

.line-through {
    text-decoration: line-through;
}

.add-to-cart {
    margin-right: 5px !important;
}

.btn-suggest {
    display: block;
    font-size: 12px;
    min-width: 100px !important;
}

.hg-table th {
    align-content: center;
    align-items: center;
    align-self: center;
    text-align: center;
}

.barcode-img {
    align-content: center !important;
    align-items: center !important;
    align-self: center !important;
    margin: auto !important;
}

.m-5 {
    margin: 5px !important;
}

.popover {
    max-width: 600px;
    max-height: 600px;
}

.hg-tab-wrapper {
    /*border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;*/
}

.hg-nav-tabs {
    padding: 10px;
    list-style-type: none;
    margin: 0;
    white-space: nowrap;
    position: relative;
    background: #3D3935;
}

    .hg-nav-tabs li {
        min-width: 100px;
        display: inline-block;
    }

        .hg-nav-tabs li:not(:last-child) {
            border-right: 1px solid #ddd;
        }

    .hg-nav-tabs a {
        color: #EFAA23;
        font-weight: 500;
        white-space: nowrap;
        font-size: 18px;
        padding: 8px 10px;
        text-decoration: none;
    }

.hg-tab-content {
    border: 1px solid #ddd;
    background: white;
    max-height: 900px;
    overflow: hidden;
    overflow-y: scroll;
}
.select2-search__field {
    line-height: normal !important;
}
.tab-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 16px;
    font-size: 16px;
}

    .tab-time .tab-time-countdown {
        color: red;
    }

    .tab-time .tab-time-title {
        margin-right: 20px;
        font-size: 16px;
    }

    .tab-time .tab-time-list {
        padding: 0;
        margin: 0;
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .tab-time li {
        width: 60px;
        height: 60px;
        background: #d1242a;
        color: #fff;
        border-radius: 4px;
        font-size: 24px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
    }

        .tab-time li:not(:last-child) {
            margin-right: 4px;
        }

        .tab-time li div {
            font-size: 10px;
            text-align: center;

            margin-top: 20px;
            position: absolute;
        }

.number {
    margin-right: 2px;
}

.tab-row {
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tab-col {
    padding: 0 8px;
    width: 50%;
}

@media (min-width: 576px) {
    .tab-col {
        width: 33.3333%;
    }
}

@media (min-width: 768px) {
    .tab-col {
        width: 25%;
    }
}

@media (min-width: 992px) {
    .tab-col {
        width: 27%;
    }
}

.tab-product {
    text-align: center;
    color: black;
    font-size: 14px;
    margin-bottom: 10px;
}

    .tab-product .tab-product-image {
        margin-bottom: 5px;
        height: 100px;
        line-height: 100px;
    }

        .tab-product .tab-product-image img {
            -ms-flex-line-pack: center;
            align-content: center;
            -ms-flex-item-align: center;
            align-self: center;
            max-height: 100px !important;
            max-width: 100px !important;
            width: auto !important;
            height: auto !important;
        }

    .tab-product .tab-product-code {
        font-size: 12px;
    }

    .tab-product .tab-product-price {
        color: red;
        font-weight:bold
    }

        .tab-product .tab-product-price.old-price {
            color: #898390;
            text-decoration: line-through;
        }

/*.hg-container {
	width: 100%;
	max-width: 1600px;
	padding: 8px;
	margin: 0 auto;
	line-height: 1.6;
	font-size: 14px;

	@media (min-width: 600px) {
		padding: 12px;
	}
}*/
.with27 {
    width: 27%
}
#tabs > li.active > a {
    background-color: #3D3935;
    color: #EFAA23
}

.productDisplay {
    display: inline-block !important
}

@media print {
   
    .hg-table tbody td {
        font-size:9px;
    }
    .hg-table thead th{
        font-size: 9px;
    }
    .printDate{
        font-size: 9px;
      
    }
  
}
.deliverydays{
    background-color: red !important;
    color: white;
}
.bgredColor {
    background-color: red !important;
    color: white !important;
}
.Completion {
    background-color: yellow;
}
.Priority {
    background-color: #F8AE31;
}
.Completed {
    background-color: green;
    color: white !important;
}
.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}
.text-underline{
    text-decoration: underline;
}

.Rejected {
    background-color: red;
    color: #fff !important;
}
.width-400 {
    width: 400px !important;
}
.width-160 {
    min-width: 160px;
    width: 160px;
}

.maxWidth100 {
    max-width: 100% !important;
}
.width100Percentage{
    width: 100% !important;
}
.nomargin{
    margin-top:0px !important;
}


.Review {
    background-color: yellow;
}
.Attention {
    background-color: orange;
}
/*

    Inactive product
*/
.greyImg {
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
}

/* or */

.wrapper {
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
    background-color: gray;
}
.redColor{
    color:red !important;
}
.fatrash {
    font-size: 2em
}
.greyColor {
    background-color: lightgrey !important;
}
.superDistributor {
    background: #F8AE31;
}
.lowRatingDistributor {
    background: lightblue;
}

@supports (-ms-ime-align:auto) {
    .tab-time li div {
        margin-top: 30px !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .tab-time li div

{
    margin-top: -8px !important;
    margin-left: -4px !important;
}
} 
