﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@media (min-width: 1300px) {
    .container {
        max-width: 1335px;
    }
}

.table th, .table td {
    padding: 0.25rem !important;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.record-per-page {
    float: left;
    margin-top: 5px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.whiteSpace {
    white-space: pre-line;
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
}

.whiteSpace::first-line {
    line-height: 0;
}

.whiteSpacePrint {
    white-space: pre-line;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
}

    .whiteSpacePrint::first-line {
        line-height: 0;
    }

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.table {
    font-size: 12px;
}

    .table > tr {
        height: 20px;
    }

.p-name, .p-name-attribute, .p-sku, .p-tier {
    text-align: left;
}

.p-i-price, .p-i-quantity, .p-total {
    text-align: right;
    float: right;
}

.p-i-price {
    width: 100px;
}

.p-i-quantity {
    width: 60px;
}

.p-i-price-manul {
    background-color: #ffd800;
}

.total-order {
    color: red;
    font-weight: 500;
}

.search-info, .cust-info {
    width: 100%;
    text-align: left;
    border-style: solid;
    border-width: 1px;
    font-size: 13px;
}

.cust-info-table {
    text-align: left;
}

.cust-required {
    color: red;
}

.cust-required {
    width: 15%;
}

.cust-address {
    width: 85%;
}

.modal-dialog {
    width: 1000px !important;
    max-width: unset !important;
    height: 80% !important;
}

table {
    font-size: 11px !important;
}

.table-tx {
    margin: 2px;
    width: 100%;
}

    .table-tx > thead {
        font-weight: bold;
        text-align: center;
    }

.order-info-table > tbody > tr {
    border-bottom: 1px solid #808080;
}

.orderdetail-info-table > thead > tr {
    border-bottom: 1px solid #808080;
}

.orderdetail-info-table > tbody > tr {
    border-bottom: 1px dotted #808080;
}

.order-info-table {
    border-top: 2px dotted #808080;
}

.head-order-info-table {
    font-weight: bold;
}

.tx-clm-head {
    /*text-align: right;*/
    /*width: auto;*/
}

.tx-width-status {
    width: 120px;
}

.tx-width-email {
    width: 150px !important;
}

.tx-width-search {
    width: 250px;
}

.tx-width-date {
    width: 100px;
}

.tx-width-money {
    width: 100px;
}

.tx-numeric {
    text-align: right;
}

.tx-width-search-info {
    width: 180px;
}

.tx-note {
    width: 80%;
}

.tx-note-new-order {
    width: 100%;
} 

.tx-note-print-new-order {
    width:100%;
}

.hidden {
    display: none;
}

.login-info-table {
    width: 500px;
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.tx-label-input-login {
    float: right;
    min-width: 30% !important;
    display: inline-block;
}

.tx-label-input {
    width: 30% !important;
    min-width: 30% !important;
    display: inline-block;
}

.tx-text-input {
    width: 55%;
    min-width: 55%;
    display: inline-block;
}

.tx-label-req {
    width: 10%;
    display: inline-block;
}

.tx-info-order {
    font-weight: bold;
}

.order-invoice {
    text-align: left;
}

    .order-invoice > table {
        font-size: 13px !important;
    }

.tx-menu-main {
    background-color: #4CAF50;
}

    .tx-menu-main > div > ul > li:hover {
        background-color: #ff7d00;
    }

    .tx-menu-main > div > ul > li > a, .tx-menu-sub > a {
        color: #ffffff !important;
    }

.tx-menu-sub {
    background-color: #4CAF50;
}

    .tx-menu-sub > a:hover {
        background-color: #ff7d00;
    }

.tx-menu-main-li-bgr {
    background-color: #4CAF50;
}

.tx-menu-main-li-bgr-active {
    background-color: #ff7d00;
}

.tx-table-head {
    background-color: #808080;
    color: white;
    font-weight: bold;
}

.hidden {
    display: none
}

.tx-table-foot {
    background-color: #808080;
    color: white;
    font-weight: bold;
}

.qr-order-margin-right {
    margin-right: 20px;
}

span.print-order-no {
    text-align: center;
    width: 120px;
    float: left;
    clear: left;
}

span.qr-code-thapxanh{
    text-align: center;
    width: 120px;
}

.print-order-no-label {
    width: 120px;
    text-align: center;
}

.print-thapxanh-label {
    margin-left: 20px;
    width: 120px;
    text-align: center;
}

/* Style buttons */
.buttonload {
    background-color: white;
    border: none; /* Remove borders */
    color: gray;
    padding: 12px 16px; /* Some padding */
    font-size: 40px;
    position: fixed;
    left: 50%;
    top: 35%;
    z-index: 1000;
}

#order-clone-confirm {
    text-align: center;
}

#order-clone-confirm .modal-dialog{
    width: 365px !important;
    top: 20%;
}

.chkbox-finish-order{
    width: 150px;
}

.chkbox-finish-order #chbox-finish-order {
    vertical-align: middle;
}

#chbox-is-verify, #is-finish-lobby {
    vertical-align: middle;
}

#lobby-confirm-modal .modal-dialog {
    width: 300px !important;
}

.btnAddPayBefore {
    height: 25px;
    padding: revert;
    font-size: larger;
}

.warehouse-list {
    width: 100%;
    display: inline-block;
}

#modal-update-warehouse .modal-dialog {
    width: 550px !important;
}

.hideTab {
    display: none;
}

.active {
    background-color: #ccc;
}

.tabWarehouse {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    .tabWarehouse button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        transition: 0.3s;
    }

        .tabWarehouse button:hover {
            background-color: #ddd;
        }

        .tabWarehouse button.active {
            background-color: #ccc;
        }

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
}

    /* Change background color of buttons on hover */
    .tab button:hover {
        background-color: #ddd;
    }

    /* Create an active/current tablink class */
    .tab button.active {
        background-color: #ccc;
    }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.textRed {
    color: red;
}

.captcha-login

    body {
        font-family: 'Open Sans', sans-serif;
        background-color: #f4f4f4;
        margin: 0;
        padding: 0;
    }

    header {
        background-color: #fff;
        padding: 5px 15px 0px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 25px;
    }

    h1 {
        font-size: 28px;
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 10px 0;
        border-bottom: 1px solid #ccc;
    }

    h4 {
        font-size: 16px;
        font-weight: 300;
        margin-top: 5px;
        line-height: 22px;
    }

        h4 > * {
            display: inline-block;
            vertical-align: top;
        }

    fieldset {
        border: 1px solid #ccc;
        padding: 15px;
        max-width: 345px;
        background-color: #fff;
        border-radius: 5px;
    }

    section {
        padding: 0 15px;
    }

    .CaptchaWrap {
        position: relative;
    }

    .CaptchaTxtField {
        border-radius: 5px;
        border: 1px solid #ccc;
        display: block;
        box-sizing: border-box;
    }

    #UserCaptchaCode {
        margin-left: 15px;
        padding: 15px 10px;
        outline: none;
        font-size: 18px;
        font-weight: normal;
        font-family: 'Open Sans', sans-serif;
        width: 343px;
    }

    #CaptchaImageCode {
        margin-left: 15px;
        text-align: center;
        margin-top: 15px;
        padding: 0px 0;
        width: 300px;
        overflow: hidden;
    }

    .capcode {
        font-size: 46px;
        display: block;
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        cursor: default;
        letter-spacing: 1px;
        color: #ccc;
        font-family: 'Roboto Slab', serif;
        font-weight: 100;
        font-style: italic;
    }

    .ReloadBtn {
        margin-left: 15px;
        background: url('https://cdn3.iconfinder.com/data/icons/basic-interface/100/update-64.png') left top no-repeat;
        background-size: 100%;
        width: 32px;
        height: 32px;
        border: 0px;
        outline none;
        position: absolute;
        bottom: 30px;
        left: 310px;
        outline: none;
        cursor: pointer; /**/
    }

    .btnSubmit {
        margin-top: 15px;
        border: 0px;
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 18px;
        background-color: #1285c4;
        color: #fff;
        cursor: pointer;
    }

    .error {
        margin-left: 15px;
        color: red;
        font-size: 12px;
        display: none;
    }

    .success {
        color: green;
        font-size: 18px;
        margin-bottom: 15px;
        display: none;
    }

    .headerLeftExport {
        width: 22%;
        text-align: center;
        font-weight: bold !important;
    }

    .headerRightExport {
        width: 30%;
        text-align: center;
    }

    .titleOrderExport {
        margin-left: -40px;
    }

    .textCenter {
        text-align: center;
    }

    .fontSizeLarge {
        font-size: large;
    }

    .fontSize15 {
        font-size: 15px !important;
    }

.width20 {
    width: 20%;
    text-align: center;
}

.order-export-detail tr {
    border: solid 0.5px black;
}

.order-export-detail td {
    border: solid 0.5px black;
}

.orderdetail-info-table td {
    border: solid 0.5px black;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.customer-warning {
    margin-left: auto;
    background-color: blueviolet;
}

.dropdownSelect2 {
    min-width: 200px;
}
.input45 {
    width: 45px;
}

.list-button-customer-detail {
    display: flex;
    gap: 5px;
}

.paybefore-isCompleted {
    display: inline-flex;
}

input[readonly],
textarea[readonly] {
    color: gray !important;
}