﻿/* Header */
#header {
    background: #fff;
}

    #header .container-fluid {
        width: 100%;
        height: 30px;
    }

        #header .container-fluid .header-top {
            background: #e9cb19;
        }

.header-top-left {
    margin-top: 5px;
}

    .header-top-left a {
        color: #333;
        text-decoration: none;
        font-size: 16px;
    }

.header-top-right .logo {
    margin-top: 8px;
}

.header-top-right .nav {
    margin-top: 15px;
    float: right;
}

.menu-icon {
    font-size: 90px !important;
    padding: 15px 25px;
    color: #004e73;
}
.div_logo{
    height:100px;
}
.menu-title {
    padding: 5px;
    font-family: 'Koh Santepheap', cursive;
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

body {

    margin: 0;
    font-family: 'Koh Santepheap', Arial;
    background-color: #052d40;
    background: linear-gradient(180deg, #975b00, #e78f08, #e78f08);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    /*-webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;*/
    min-height: 100vh;
}

.container {
    max-width: 1024px;
    margin: auto;
}

.item-list {
    float: left;
    width: 23%;
}

.item-container {
    padding: 20px 10px 10px 10px;
    margin: 0.5em;
    vertical-align: top;
    text-align: center;
    background-color: #ffffff4a;
    border-radius: 30px;
    font-size: .9em;
    box-sizing: border-box;
    animation: slide-in-bottom .8s cubic-bezier(.65,.05,.36,1);
    -webkit-animation: slide-in-bottom .8s cubic-bezier(.65,.05,.36,1);
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

.frame_item {
    color: black;
}

.img-round {
    border-radius: 10px;
}

.item-detail {
    float: left;
    width: 25%;
}

.caching-box {
    /*    max-width: 512px;
*/ margin: auto;
    background-color: #ffffff52;
    border-radius: 30px;
    margin-top: 50px;
}

.title_h1 {
    padding: 5px;
    font-size: large;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
}

.boxbody {
    margin: auto;
    width: 225px;
}

.txt-app {
    display: block;
    width: 100%;
    background-color: hsla(0,0%,100%,.12);
    outline: none;
    border: solid 1px gray;
    margin: 0.5em auto 1em;
    padding: 0.7em 1em;
    border-radius: 84px;
    font-family: inherit;
    font-size: inherit;
    box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.btn-sign {
    font-family: inherit;
    font-size: inherit;
    width: 100%;
    margin: 0.5em 0;
    outline: none;
    padding: 1em;
    border-radius: 100px;
    text-transform: uppercase;
    box-sizing: border-box;
    border: none;
    background-color: #fff;
    color: #000;
    max-width: 280px;
}

.stock-left {
    float: left;
    width: 50%;
}

.stock-right {
    float: left;
    width: 50%;
}

#container_menu {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.divprevious_issue_middle {
    display: inline-block;
    width: 45%;
    padding: 20px 10px;
    margin: 0.5em;
    vertical-align: top;
    text-align: center;
    background-color: hsla(0,0%,100%,.12);
    border-radius: 38px;
    font-size: .9em;
    box-sizing: border-box;
    animation: slide-in-bottom .8s cubic-bezier(.65,.05,.36,1);
    -webkit-animation: slide-in-bottom .8s cubic-bezier(.65,.05,.36,1);
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

.divprevious_issue_begin {
    display: inline-block;
    width: 23%;
    padding: 20px 10px;
    margin: 0.5em;
    vertical-align: top;
    text-align: center;
    background-color: #ffffff52;
    border-radius: 38px;
    font-size: .9em;
    box-sizing: border-box;
    animation: slide-in-bottom .8s cubic-bezier(.65,.05,.36,1);
    -webkit-animation: slide-in-bottom .8s cubic-bezier(.65,.05,.36,1);
    cursor: pointer;
    color: black;
    text-decoration: none;
}

.main-form {
    max-width: 1250px;
    margin: auto;
}

.left-logo {
    float: left;
    height: 150px;
}

    .left-logo img {
        height: 120px;
    }

.welcome {
    float: right;
    height: 150px;
    font-family: 'Koh Santepheap';
}
.upload-img {
    text-align: right;
    color: #b23 !important;
    font-size: 24px;
    float: right;
}


#container_header {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.logout-button {
    color: white;
    cursor: pointer;
    border: solid 1px white;
    padding: 3px 5px;
    border-radius: 15px;
}
.userinfo{

}
.other-expend {
    color: black;
    text-decoration: underline;
}

.exchange-rate {
    color: black;
    text-decoration: underline;
}

.panel-invoice {
    float: left;
    width: 33.33%;
    margin-top:10px;
}

.panel-item {
    float: left;
    width: 66.66%;
}

#pnReceipt {
    padding: 5px;
}

.site_wrapper .header-top-left {
    width: 100%;
    padding: 5px;
}

.menu-dashboard {
    width: 150px;
}

.welcome-username {
    color: white;
}

.cmd-stock {
    padding: 5px;
}

.img-item {
    height: 100px;
}

.btn-search {
    padding: 5px;
    text-align: left;
}

.title-product {
    font-size: large;
    font-weight: bold;
    padding: 5px;
    background-color: #e9cb19;
    border-radius: 20px 20px 0px 0px;
    color: black;
}

#div_product {
    margin: auto;
    background-color: #ffffff52;
    border-radius: 30px;
    margin-top: 50px;
}

.td-product-title {
    padding: 5px;
    width: 100px;
}

.div-main {
    margin: auto;
    background-color: #ffffff52;
    border-radius: 30px;
    margin-top: 50px;
    max-width: 1000px;
}

@media (max-width:500px) {
    .div-popup-contain {
        
        border: none !important;
    }
    .field-box {
        max-width:100% !important;
        float: none !important;
    }

    .welcome {
        width: 100%
    }

        .welcome table {
            width: auto !important;
            float: right;
        }

    .btn-search {
        text-align: center;
    }

    .stock-left {
        width: 100%;
    }

    .stock-right {
        width: 100%;
    }

    .item-detail {
        width: 50%;
    }

    .site_wrapper .header-top-left {
        width: 100%;
    }

    .panel-invoice {
        width: 100%
    }

    .panel-item {
        width: 100%
    }

    .item-list {
        width: 50%;
        margin: 0px;
    }

    .container {
        max-width: auto;
    }

    .left-logo img {
        height:150px;
    }

    .divprevious_issue_begin {
        width: 45%;
    }

    .div_menu_with_4 {
        width: 100%;
    }
}

#lnkDashboard {
    color: blue !important;
    text-decoration: underline;
}

.header-top-left a {
    color: black !important;
}

.item-list div {
    color: black !important;
}

#container_header_ex, #nad {
    margin: auto;
    background-color: #ffffff52;
    border-radius: 30px;
    margin-top: 50px;
}
.btn-new-order {
    padding: 3px 10px;
    text-decoration: none;
    background-color: #e9cb19;
    border-radius: 15px;
    font-weight: bold;
}
.div-add-newinvoice {
    text-align: left;
    font-size: large;
    padding: 5px 5px;
}
#div_popup_order {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    top: 0px;
    z-index: 999;
}
.close-popup {
    background-color: #b23;
    color: white;
    padding: 10px 10px;
    line-height: 30px;
    font-family: 'Koh Santepheap', serif;
}
.a-popup-detail{
    color:dodgerblue;
    text-decoration:underline;
}
.col6{
    width:50%;
    float:left;
}
.table-aspnet{
    width:100%;
    color:black;
}

.pninvoice input{
    padding:0px !important;
}

.close-button {
    padding: 5px 15px;
    font-family: arial;
    text-decoration: none;
    color: #b23;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    display: inline-block;
    background: linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}

.custom-file-input:hover::before {
    border-color: transparent;
}

.custom-file-input:active::before {
    background: none;
}

.upload-div {
    text-align: right;
    padding-right: 20px;
    height: 50px;
    position: relative;
}
.img_thumnail {
    float: left;
    height: 80px;
    object-fit: cover;
}

.img_item_thumnail {
    float: left;
    height: 110px;
    object-fit: cover;
}
.text-box {
    padding: 5px;
    font-family: 'Koh Santepheap';
}
.button-primary {
    padding: 5px;
    font-family: 'Koh Santepheap';
}

.div-popup {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,#0c476bb5,#0c476b,#0c476ba8);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display:none;
}

.field-title{
    float:left;
    width:200px;
}
.span-textbox{
    float:left;
}

.popup-header{
    background-color:gray;
}
.field-box {
    max-width: 250px;
    padding: 5px;
    height: 60px;
    float: left;
    width: 100%;
}
.div-popup-contain {
    max-width: 800px;
    margin: auto;
    border: solid 1px white;
    background: #0d476b;
    height: 90%;
}
.button-save {
    padding: 10px;
    font-family: 'Koh Santepheap';
    font-size: 18px;
    margin: 10px;
    border-radius: 20px;
}

.fa-trash:before {
    color: red;
    padding-left: 12px;
}


.button-delete {
    padding: 10px;
    font-family: 'Koh Santepheap';
    font-size: 18px;
    margin: 10px;
    border-radius: 20px;
    background-color:indianred;
}

.dropdown-driver {
    width: 200px;
    padding: 5px;
    font-family: 'Koh Santepheap';
    font-size: 16px;
    /* margin: 10px 0px; */
    border-radius: 20px;
}

.textbox-keyword{
    float:left;
}

.date-textbox {
    padding: 5px;
    font-family: 'Koh Santepheap';
    width:120px;
}
.div-date{
    float:left;
}
.div-button-save {
    float: left;
    padding-top: 20px;
}
.div-button-search{
    padding-top:21px;
}
.report-header{
    padding:5px;
    font-size:24px;
    text-align:center;
    

}

.report-background {
    max-width: 29.7cm;
    background-color: white;
    color: black;
    overflow-x: scroll;
}
.div-radio-report {
    text-align: left;
    margin-top: 10px;
}

.export {
    text-decoration: underline;
    cursor: pointer;
    color: #e78f08;
}

#div_transportationlist table tr td {
    mso-number-format: General;
}
.export-cellnum {
    mso-number-format: General;
}
.mytable{
    font-size:12px;
}

    .mytable tr td {
        padding: 1px;
        border-right: 1px solid #dddddd;
      
        border-bottom: 1px solid #dddddd;
    }