/* khmer */
@font-face {
    font-family: 'Battambang';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Battambang Regular'), local('Battambang-Regular'), url(https://fonts.gstatic.com/s/battambang/v13/uk-mEGe7raEw-HjkzZabPnmp4hxx.woff2) format('woff2');
    unicode-range: U+1780-17FF, U+200C, U+25CC;
}
/* vietnamese */
@font-face {
    font-family: 'Exo';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/exo/v11/4UaZrEtFpBI4f1ZSIK9d4LjJ4lM3OwtmO24p.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Exo';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/exo/v11/4UaZrEtFpBI4f1ZSIK9d4LjJ4lM3OwpmO24p.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Exo';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/exo/v11/4UaZrEtFpBI4f1ZSIK9d4LjJ4lM3OwRmOw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: 'Battambang', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    /*font-family: 'Battambang', "Exo", sans-serif !important;*/
}
.wrapper-box {
    position: relative;
    float: left;
    width: 100%;
    /*padding: 30px 30px 0px 0*/
}

.box-table-cart {
    width: 100%;
    /*min-height: 500px;*/
    height: auto;
    overflow: scroll;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 4px
}

.box-pay-cart {
    width: 100%;
    min-height: 30%;
    position: fixed;
    bottom: 0;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 4px

}
.blog-payment {
    font-family: 'Battambang', "Exo", sans-serif !important;
    width: 100%;
}

.blog-payment h3 {
    margin-bottom: 15px;
}

.blog-payment .list-box .list {
    float: left;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 1px;
}

.blog-payment .list-box:last-child .list {
    border-bottom: 0 !important
}

.blog-payment .list-box .list label {
    float: left;
    width: 100%
}

.blog-payment .list-box .list input[readonly=readonly] {
    background: #ecf0f5;
}

.blog-payment .list-box .list input[name="paid_usd"],
.blog-payment .list-box .list input[name="paid_kh"] {
    color: #dd4b39 !important
}

.blog-payment .list-box .list input {
    float: left;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 7px;
    font-weight: bold;
    text-align: right;
}

.button_payment {
    margin: 15px 0
}

.product-item-list, .check-bill, .check-bill-list {
    /*background-color: #ecf0f5;*/
    padding: 0px 15px;
    width: 100%;
    float: left;
}

.check-bill-table {
    padding: 10px
}

.confirm-payment {
    background-color: #6082BB !important;
    border-radius: 4px;
    width: 49%;
    float: left;
}

.overflow {
    overflow: scroll;
}

.confirm-payment {
    position: fixed;
    bottom: 10px;
    right: 15px;
}

.check-bill-detail h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
}

.total-sec {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    /*margin: 15px 0;
    padding: 15px 0;*/
}

.total-sec ul {
    padding-left: 0;
    margin-bottom: 0;
}

.total-sec ul li {
    display: block;
    text-transform: capitalize;
    color: #333;
    padding: 5px 0;
    border-bottom: 1px dotted #ccc;
}

.total-sec ul li:last-child {
    border-bottom: 0;
}

.total-sec ul li span {
    float: right;
    font-weight: 600;
}

.total-sec ul li span input {
    text-align: right;
}

.final-total {
    /*background-color: #03a9f4;*/
    /*padding: 5px 15px;*/
}

.final-total h3 {
    display: block;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px dotted #ccc;
}

.final-total h3 span {
    float: right;
}

.item-list {
    width: 100%;
    float: left;
    padding: 7px
}

.item-show {
    margin: 5px 0px;
    width: 100%;
    float: left;
}

.item-show .add-product img {
    width: 100%;
    height: 120px
}

.item-show .item-show-name {
    background-color: #6C86E7;
    width: 100%;
    float: left;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.check-bill-list, .confirm-payment {
    margin-top: 15px;
}

.check-bill .tbl-header .customize th {
    background: #1C4D9F;
    font-size: 12px
}

img {
    max-width: 100%;
}

.w-100 {
    width: 100%;
    padding: 20px 0 !important;
    font-size: 30px !important;
    text-transform: uppercase;
}

.paddin-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.paddin-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.form-control {
    /*width: 90%;*/
    border-radius: 0 !important;
    box-shadow: none !important;
}

.form-control:focus {
    border-color: unset !important;
}

.add-supplier .select2 .select2-selection--single,
.choose-supplier .select2 .select2-selection--single {
    height: 34px !important;
    border-radius: 0 !important
}

.add-supplier .select2 .select2-selection--single .select2-selection__rendered,
.choose-supplier .select2 .select2-selection--single .select2-selection__rendered {
    line-height: 32px !important
}

.add-supplier .select2-selection__arrow b,
.choose-supplier .select2-selection__arrow b {
    margin-top: 2px !important;
}

/*BUTTON*/
. /*btn:hover,.btn:focus,.btn:active{color: #fff; box-shadow: none;}
.btn-update,
.btn-remove,
.btn-cancle,
.btn-back,
.btn-buyed{     
    color: #fff !important;
    font-weight: 600 !important;
}
.btn-update{
    background-color: #03a9f4;
    border: 1px solid #03a9f4;
}
.btn-remove{
    background-color: #E62938;
    border: 1px solid #E62938;
    border-radius: 0px !important;
    height: auto;
    width: 50%
}
.btn-cancle{
    background-color: #4caf50;
    border: 1px solid #4caf50;
}
.btn-back{
    background-color: #e67f22;
    border: 1px solid #e67f22;
    border-radius: 0px !important;
    height: auto;
    width: 50%
}
.btn-buyed{
    background-color: transparent;
}*/
.btn-add {
    width: 34px;
    height: 34px;
    padding: unset !important;
    background-color: #03a9f4;
    border: 1px solid #03a9f4 !important;
    border-radius: 0 !important;
    position: absolute;
    top: 20px;
}

.btn-add i {
    font-size: 24px;
    text-align: center;
    color: #fff
}

.search {
    width: 90% !important;
}

.btn-search {
    width: 9% !important;
    height: 34px;
    position: absolute;
    right: 0px;
    top: 20px;
    border-radius: 0px !important;
}

.tbl-fixed {
    width: 100%;
    table-layout: fixed;
}

.tbl-content {
    height: 300px;
    overflow-x: auto;
    width: 100%;
    background: #fff;
}

.toggle.btn {
    min-height: 19px !important
}

.btn.btn-danger,
.btn.btn-success {
    /* width: 70px !important;
    height: 22px !important; */
    margin-top: -1px
}

.toggle-off.btn,
.toggle-on.btn {
    padding-left: 16px !important;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 1px;
}

.toggle-off,
.toggle-on {
    top: -5px !important;
    margin: 3px 0 3px 0
}

.btn-search i {
    font-size: 18px !important;
    /*padding: 7px;*/
}

/***********************************************************************
***********************************************************************
				General Style
***********************************************************************
*************************************************************************/
.padding-2 {
    padding: 2px !important
}

.padding-0 {
    padding: 0 !important
}

.borderClass {
    border: 1px solid red !important
}

/***********************************************************************
***********************************************************************
				Main Page
***********************************************************************
*************************************************************************/

.navbar-nav.pull-right > li > .dropdown-menu {
    margin-left: -120px
}

.wrapper-table {
    width: 100%;
    float: left;

}

.form-control {
    box-shadow: none !important;
    transition: none !important;
    -webkit-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;

}

.dropdown-menu > li > a:hover {
    background: none !important;
}

.dropdown-menu > li > a {
    position: relative;
}

.dropdown-menu > li > a::after {
    z-index: 0;
    transition: 0.3s;
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(1, 1, 1, 0.1);

}

.dropdown-menu > li > a:hover::after {
    width: 100%;
}

.dropdown-menu {
    transition: 0.3s;
    -webkit-animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-right 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-right {
    0% {
        color: transparent;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 100%;
    }
}

@keyframes slide-right {
    0% {
        color: transparent;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 100%;
    }
}

.btn-reddit {
    border: 1px solid #28a745 !important;
    color: #fff;
    transition: 0.4s;
    background-color: #28a745;
    padding: 4px 10px;
}

.btn-reddit:focus {
    color: #fff
}

.btn-reddit:hover {
    box-shadow: 1px 1px 3px 1px gray;
    color: #fff;
}

.text-black {
    color: black;
}

.cursor {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    width: auto;
    -webkit-animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-right 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

#ui-datepicker-div {
    -webkit-animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-right 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/***********************************************************************
***********************************************************************
        Main Page
***********************************************************************
*************************************************************************/
.income-statement {
    float: left;
    width: 100%
}

.income-statement .list {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee
}

#show_modal .modal-dialog {
    width: 60% !important
}

.on {
    width: 100px;
    float: left;
    text-align: left;

}

.on-off {
    background: #dc3545;
    border-radius: 40px;
    margin-bottom: 40px;
    float: left;
    font-size: 12px

}

.on-off a {
    padding: 10px 13px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px
}

.on-off a.active {
    background: rgb(51, 181, 229);
    border-radius: 40px;
    color: #fff;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

a[href=''] {
    pointer-events: none;
}

.content {
    padding-top: 0
}

h1, h2, h3, h4, p {
    padding: 0;
    margin: 0;
    font-family: 'Battambang', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

ul,
ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.green {
    color: #4CAF50
}

.yellow {
    color: #e08e0b;
}

.red {
    color: red
}

.top-header {
    float: left;
    width: 100%;
    padding: 0;
}

.top-header ul li {
    float: left;
    padding: 0px 15px
}

.page {
    padding: 15px;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
}

.top-content {
    float: left;
    width: 100%;
}

.top-content button {
    margin-left: 7px
}

.master-form {
    float: left;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 15px
}

.title-note {
    float: left;
    width: 100%;
    background: #e9ebee;
    margin-bottom: 30px;
    background: #1C4D9F
}

.title-note h3 {
    font-size: 16px;
    padding: 10px 15px;
    margin: 0;
    color: #fff
}

.title-note i {
    font-size: 12px;
    color: #fff
}

.butom-addmore {
    position: absolute !important;
    z-index: 999;
    right: 22px;
    border-radius: 50%;
    top: 0;
    background-color: rgb(219, 81, 112);
    border-color: rgb(219, 81, 112);
    right: 15px;
    width: 36px;
    height: 36px;
}

.butom-addmore i {
    font-size: 20px;
}

.addmore .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 98%;
    right: 0;
    background: #e9ebee;
    padding: 0px 19px;
    bottom: 0;
}

/***********************************************************************
***********************************************************************
       New Purchase & sokhoeun
***********************************************************************
*************************************************************************/
.page-purchases {
    float: left;
    width: 100%;
}

.page-purchases .title-add h2 {
    font-weight: bold;
    text-transform: uppercase;
}

.show-product {
    font-weight: bold;
}

.page-purchases .title-add b {
    font-weight: bold;
    text-transform: uppercase;
}

.summary-footer {
    width: 100%;
    /*border: 1px solid #e9ebee;*/
    /*background-color: #eeeeee;*/
    /*padding:20px 0px;*/
}

.summary-header {
    float: left;
    width: 100%;
    padding: 0px 0px 25px 0;
}

.summary-header p {
    margin-top: 5px
}

.summary-header label {
    font-weight: normal;
    padding-top: 10px;
}

.summary-header .vender {
    width: 100%;
    height: 30px;
    background: #337ab7 !important;
    color: #fff !important;
}

.summary-header .vender h4 {
    font-weight: bold;
    padding: 7px;
    font-size: 16px;
    color: #fff !important;
}

.wrapper-table .customize th {
    font-size: 15px;
    background: #337ab7;
}

.box-body .customize th {
    font-size: 15px;
    background: #337ab7;
}

.wrapper-table .customize tfoot td {
    border: solid 0px !important;
}

.label-right {
    text-align: right;
}

.border-seller {
    width: 50%;
    border-top: 1px solid #eee;
    text-align: center;
    margin-top: 100px
}

.border-seller p {
    padding: 10px 0px
}

.ware-house {
    width: 100%;
    border: 1px solid #e9ebee;
    background-color: #e9ebee;
    padding: 10px;
}

.purchase_total {
    background: #eee;
    font-weight: bold;
}

.no-bg {
    background: none !important
}

.session-order .summary-footer {
    margin: 0px 0px 15px
}

.session-order .summary-footer .list {
    float: left;
    width: 100%;
    background: #fff;
    padding: 5px 15px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background: #ecf0f5;
}

.overflow-auto {
    float: left;
    width: 100%;
    padding: 5px;
    margin-bottom: 30px;
    border-radius: 5px
}

.overflow-auto .pagin {
    float: right;
    width: 100%;
}

.overflow-auto .pagination {
    float: right;

}

.overflow-auto .pagination .page-item.active .page-link {
    background: #007888;
    border-color: #007888
}

.overflow-auto .pagination .page-link {
    border-radius: 50% !important;
}

.padding-0 {
    padding: 0
}

.padding-5 {
    padding: 5px
}

.padding-2 {
    padding: 2px
}

.box-addtocart {
    text-align: center;
    float: left;
    width: 100%;
    margin: 8px 0px;
}

.border-underline {
    background: rgb(6, 172, 188);
    position: relative;
    width: 100%;
}

.border-underline p {
    color: #fff;
    padding: 3px
}

.box-addtocart .thumbnail {
    padding: 0;
    margin: 0;
    /*box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);*/
    background-size: cover;
    position: relative;
    min-height: 175px;
    background-color: rgba(249, 106, 110, .5);
}

.box-addtocart .thumbnail .caption h3 {
    font-size: 18px;
}

.box-addtocart .thumbnail .caption img {
    margin-bottom: 10px
}

.box-addtocart .thumbnail .caption .desc {
    float: left;
    width: 100%;
    margin: 0px
}

.box-addtocart .thumbnail .caption {
    text-transform: uppercase;
}

.box-addtocart h4,
.box-addtocart img {
    margin: 0px 0px 5px 0;
}

.box-searchbarcode {
    background: #fff;
    border: 1px solid #e9ebee;
    width: 100%;
    float: left;
    margin-top: 5px;
    padding-bottom: 5px;
}

.box-searchbarcode table thead tr {
    text-transform: uppercase;
}

/*.box-searchbarcode table {
    border-bottom: 5px solid rgb(160, 131, 202);
}*/

.box-searchbarcode table tbody {
    min-height: 300px
}

/*.box-searchbarcode p {
    text-align: right;
}*/
.product-name-list {
    text-align: center;
}

.dropdwon_autocomplete {
    float: left;
    width: 100%;
    background: #e9ebee;
    position: absolute;
    z-index: 999999 !important
}

.dropdwon_autocomplete img {
    width: 70px;
    float: left;
}

.dropdwon_autocomplete ul li {
    float: left;
    width: 100%;
    background: #eee;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee
}

.box-searchbarcode .table {
    float: left;
    width: 100%
}

input[readonly] {
    background: #eee;
    pointer-events: none;
}

input.dis,
input.qty,
input.vendor_price,
input.cost,
input.index,
input.date,
input.total {
    width: 100%;
    height: 35px;
    padding: 0px 5px
}

input.index {
    text-align: center;
    pointer-events: none;
}

input.dis,
input.index,
input.date {
    border: 1px solid #e08e0b
}

input.qty,
input.cost,
input.vendor_price,
input.total {
    border: 1px solid #4CAF50
}

input[name="invoice_number"],
input[name="purchase_date"],
textarea[name="comment"] {
    text-align: right;
}

textarea[name="comment"] {
    resize: none;
}



/***********************************************************************
***********************************************************************
       Button
***********************************************************************
*************************************************************************/
.html5buttons {
    float: right;
}

.button_lg {
    padding: 15px 30px !important;
}

.button_sm {
    padding : 1px 7px !important;
    font-size: 10px!important;
}

.dt-button,
.button_info,
.button_disabled,
.button_danger,
.button_success,
.button_primary,
.button_tranparent,
.button_warning {
    font-size: 12px;
    font-weight: 600;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    padding: 3px 10px;
    color: #fff;
    margin:  1px !important;
    cursor: pointer;
    transition: 0.1s;
    border: none;
    vertical-align: middle;
}
.button_info {
    background: #1abc9c;
}
.button_tranparent {
    background: transparent;
}

.buttons-print {
    background: #f1c40f;
}

.button_primary,
.buttons-pdf {
    background: #3498db;
}

.button_success,
.buttons-csv {
    background: #2ecc71;
}

.button_danger {
    background: #df2727;
}

.button_warning,
.buttons-excel {
    background: #e08e0b;
}

.button_tranparent:hover{
    color: #fff;
    text-shadow: 1px 1px grey;
}
.button_info:hover,
.button_warning:hover,
.button_danger:hover,
.button_primary:hover,
.button_success:hover {
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
    color: #fff;
    text-shadow: 1px 1px grey;
}

.button_success:hover {
    background-color:#27ae60;
}

.button_info:hover {
    background-color: #16a085;
}

.button_primary:hover {
    background-color: #2980b9;
}

.button_warning:hover {
    background-color: #f39c12;
}

.button_danger:hover {
    background-color: #c0392b;
}
button[disabled] {
    background: #ecf0f1;
    color: #cccccc;
    border: 1px solid #cccccc;
    cursor: not-allowed;
}

.show_guide {
    height: 34px;
    border-radius: 0px;
}

/***********************************************************************
***********************************************************************
       Supplier Details
***********************************************************************
*************************************************************************/
.info ul li {
    float: left;
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid #eee;
}

.info ul li {
    float: left;
    width: 100%;
    padding: 15px 5px;
    border-bottom: 1px solid #eee;
}

.pull-center h3 {
    text-align: center;
}

.col-xs-2 {
    width: 9.00%

}

/***********************************************************************
***********************************************************************
       Footer Invoice
***********************************************************************
*************************************************************************/
.summary-footer {
    float: left;
    width: 100%;
    /*margin: 30px 0*/
}

.summary-footer .list {
    float: left;
    width: 100%;
    text-align: right;
}

.summary-footer .list.total {
    float: left;
    width: 100%;
    /*border-top: 1px solid #eee;*/
    /*margin-top: 15px*/
}

.summary-footer .list .right {
    width: 150px
}

.summary-footer .list .right.green {
    font-size: 20px
}

/***********************************************************************
***********************************************************************
        select2
***********************************************************************
*************************************************************************/
.select2 {
    /*width: 90% !important*/
}

.display-none {
    display: none !important;
}

/***********************************************************************
***********************************************************************
        Profile Agency & Required 
***********************************************************************
*************************************************************************/
label.required:after,
strong.required:after {
    content: " *";
    color: red;
    font-weight: bold;
}

label[for="name"] {
    text-align: right;
    float: left;
    width: 100%;
}

/***********************************************************************
***********************************************************************
        Alert
***********************************************************************
*************************************************************************/
.alert-message {
    position: absolute;
    z-index: 99999;
    right: 15px;
    top: 15px;
    width: 350px;
    padding: 10px;
    margin: 32px;
    text-align: left;
    border-radius: 4px;
    min-height: 40px;
}

.alert-message i {
    position: absolute;
    top: -7px;
    font-size: 20px;
    border: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    left: -14px;
    font-size: 27px;
    border-radius: 50%;
}

.alert-message p {
    color: #333
}

.alert-message h3 {
    font-size: 18px;
    margin: 10px 0 5px;
}

.alert-message.alert-success {
    background-color: #F7FFFC !important;
    box-shadow: 0 0 0 2px #36B37E;
}

.alert-message.alert-success i {
    color: #008d4c;
    background: #F7FFFC;
}

.alert-message.alert-success h3 {
    color: #28a745;
}

.alert-message.alert-danger {
    background-color: #FFF9F7 !important;
    box-shadow: 0 0 0 2px #FF5230;
}

.alert-message.alert-danger i {
    color: #FF5230;
    background: #F7FFFC;
}

.alert-message.alert-danger h3,
.alert-message.alert-danger p {
    color: #FF5230;
}

.alert-message.alert-warning {
    background-color: #F7FFFC !important;
    box-shadow: 0 0 0 2px #ffcc00;
}

.alert-message.alert-warning i {
    color: #ffcc00;
    background: #F7FFFC;
}

.alert-message.alert-warning h3 {
    color: #ffcc00;
}

/***********************************************************************
***********************************************************************
        Profile Branch
***********************************************************************
*************************************************************************/
table > tbody > tr > td {
    vertical-align: inherit !important
}

table.dataTable thead th {
    padding: 8px 0 !important
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px 5px !important;
    line-height: 1.75;
}

table.table td {
    border: 1px solid #ddd !important;
}

table.table td, table thead th {
    border: 1px solid #ddd;
    padding: 0px 5px;
    font-size: 12px
}

table.table tr:nth-child(even) {
    /*background-color: #f2f2f2;*/
}

/*table.table tr:hover {
    background-color: rgba(236, 240, 241, 1.0);
}
*/
table.table thead th {
    /*padding-top: 12px;*/
    /*padding-bottom: 12px;*/
    vertical-align: middle;
    background-color: #1c4d9f !important;
    color: white !important;

}

table.table thead th {
    font-size: 12px;
}

.tfoot tr:hover {
    background: none
}

.tfoot tr {
    text-align: right;
}

.tfoot tr th {
    font-size: 20px
}

/***********************************************************************
***********************************************************************
       tablete  
***********************************************************************
*************************************************************************/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .navbar-custom-menu.pull-left {
        display: none;
    }

    .box-addtocart .thumbnail .caption h3 {
        font-size: 12px
    }

    .box-addtocart .thumbnail {
        min-height: 120px
    }

    .btn-holder .button_info {
        font-size: 10px
    }

    .box-addtocart .thumbnail .caption img {
        width: 90%;

    }

    .thumbnail .caption {
        padding: 0
    }

}

/***********************************************************************
***********************************************************************
        pagination customemize
***********************************************************************
*************************************************************************/
.pagination >
.active > a,
.pagination >
.active > a:focus,
.pagination >
.active > a:hover,
.pagination >
.active > span,
.pagination >
.active > span:focus,
.pagination >
.active > span:hover {
    background-color: rgb(51, 181, 229) !important;
    border-color: rgb(51, 181, 229) !important;

}

.table > thead > tr > th {
    text-align: center !important;
}

.breadcrumb {
    background-color: #6082BB !important;
    border-radius: 0 !important
}

.breadcrumb li a {
    color: #fff !important
}

.breadcrumb > .active {
    color: #fff !important
}

/***********************************************************************
***********************************************************************
        Dashboard customemize
***********************************************************************
*************************************************************************/
.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 15px;
    height: 120px;
    border-radius: 20px;

}

.info-box-text {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    margin-top: 20px
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    color: rgb(237, 113, 32)
}

/*.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background-color: #00c0ef !important;
    border-radius: 10px;
    margin: 13px !important;
}

.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
    background-color: #00a65a !important;
    border-radius: 10px;
    margin: 13px !important;
}

.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
    background-color: #dd4b39 !important;
    border-radius: 10px;
    margin: 13px !important;
    padding: 0px 5px !important
}
*/
.border-left-bg-aqua {
    border-right: rgb(0, 192, 239) solid 15px;
    height: 120px;
    border-radius: 12px;
}

.border-left-bg-green {
    border-right: rgb(0, 166, 90) solid 15px;
    height: 120px;
    border-radius: 12px;
}

.border-left-bg-red {
    border-right: rgb(221, 75, 57) solid 15px;
    height: 120px;
    border-radius: 12px;
}

.form-control-feedback.fa {
    line-height: 34px;
    margin: 0px 24px;
}

.typeahead {
    margin: 0px -11px;
}

.show_guide {
    margin: 1px -32px !important;
}

.no-resize {
    resize: none;
}

.no-bg {
    background: transparent !important;
}

.no-border {
    border: none;
}

.page {
    z-index: 1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

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

.text-red {
    color: red;
}

.text-green {
    color: green;
}

.dataTables_filter input {
    border: 1px solid #ab9999;
    border-radius: 3px;
    height: 28px;

}

.dataTables_length label {

    margin: 5px 0 5px 0;

}

.dataTables_length label .select2-container--default {
    margin: 3px 0 5px 0;

}

/*----------------------------------------------------
 -------------------Message---------------------------
 -----------------------------------------------------
*/
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.user-wrapper, .message-wrapper {
    border: 1px solid #dddddd;
    overflow-y: auto;
}

.user-wrapper {
    height: 600px;
}

.user {
    cursor: pointer;
    padding: 5px 0;
    position: relative;
}

.user:hover {
    background: #eeeeee;
}

.user:last-child {
    margin-bottom: 0;
}

.pending {
    position: absolute;
    left: 13px;
    top: 9px;
    background: #b600ff;
    margin: 0;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 18px;
    padding-left: 5px;
    color: #ffffff;
    font-size: 12px;
}

.media-left {
    margin: 0 10px;
}

.media-left img {
    width: 64px;
    border-radius: 64px;
}

.media-body p {
    margin: 6px 0;
}

.message-wrapper {
    padding: 10px;
    height: 536px;
    background: #eeeeee;
}

.messages .message {
    margin-bottom: 15px;
}

.messages .message:last-child {
    margin-bottom: 0;
}

.received, .sent {
    width: 45%;
    padding: 3px 10px;
    border-radius: 10px;
}

.received {
    background: #ffffff;
}

.sent {
    background: #3bebff;
    float: right;
    text-align: right;
}

.message p {
    margin: 5px 0;
}

.date {
    color: #777777;
    font-size: 12px;
}

input[type=text] {
    margin: 0 0 0 0;
    display: inline-block;
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #cccccc;
}

input[type=text]:focus {
    border: 1px solid #aaaaaa;
}

.send {
    width: 40px;
    height: 40px;
    padding: 11px;
    margin-left: 20px;
    border-radius: 50%;
    background: #00a581;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-size: 16px !important;
}

.send:hover {
    font-size: 18px !important;
}

.zoom:hover {

    z-index: 10;
    box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    opacity: 1;
    visibility: visible;
    transform: translate(0, -20px);
    transition: all 0.2s cubic-bezier(0.75, -0.02, 0.2, 0.97);
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(3.5);

}

.jconfirm-content div {
    padding: 3px 0 4px 0;
}

.top-15 {
    margin-top: 10px;
}

.no-border {
    border: none !important;
}

/***********************************************************************
***********************************************************************
        Alert
***********************************************************************
*************************************************************************/
.alert-message {
    position: absolute;
    z-index: 99999;
    right: 15px;
    top: 15px;
    width: 350px;
    padding: 10px;
    margin: 32px;
    text-align: left;
    border-radius: 4px;
    min-height: 40px;
}

.alert-message i {
    position: absolute;
    top: -7px;
    font-size: 20px;
    border: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    left: -14px;
    font-size: 27px;
    border-radius: 50%;
}

.alert-message p {
    color: #333
}

.alert-message h3 {
    font-size: 18px;
    margin: 10px 0 5px;
}

.alert-message.alert-success {
    background-color: #F7FFFC !important;
    box-shadow: 0 0 0 2px #36B37E;
}

.alert-message.alert-success i {
    color: #008d4c;
    background: #F7FFFC;
}

.alert-message.alert-success h3 {
    color: #28a745;
}

.alert-message.alert-danger {
    background-color: #FFF9F7 !important;
    box-shadow: 0 0 0 2px #FF5230;
}

.alert-message.alert-danger i {
    color: #FF5230;
    background: #F7FFFC;
}

.alert-message.alert-danger h3,
.alert-message.alert-danger p {
    color: #FF5230;
}

.alert-message.alert-warning {
    background-color: #F7FFFC !important;
    box-shadow: 0 0 0 2px #ffcc00;
}

.alert-message.alert-warning i {
    color: #ffcc00;
    background: #F7FFFC;
}

.alert-message.alert-warning h3 {
    color: #ffcc00;
}

/*=====================Loading============================*/

.bg-loading {
    /*background: rgba(238, 238, 238, 0.8);*/
    background: rgba(1, 1, 1, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.pos-title {
    background: #6082BB;
    padding: 10px;
    color: white;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
}

/***********************************************************************
***********************************************************************
               hr-employee/create
***********************************************************************
*************************************************************************/
.select2-container .select2-selection--single {
    height: 34px !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important
}

.padding-r {
    padding-right: 18px;
    padding-left: 0px;
}

.padding-l {
    padding-right: 0px;
    padding-left: 18px;
}

.mag-l {
    margin-left: 16px;
}

/************************hr-employee/Show***********************************/
.view-show {
    width: 100%;
    float: left;
}

.view-show .view-more {
    width: 100%;
    float: left;
    background-color: #7a7c7e12;
    padding: 50px 0px;
}

/************************hr-generate-salary/create***********************************/
.btn-primary {
    background-color: #1c4d9f;
    border-color: #1c4d9f;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0px !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 4px !important;
}

/***********************************************************************
***********************************************************************
               seller/create
***********************************************************************
*************************************************************************/
.select2-container {
    /*width: 100% !important*/
}
.bg-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /*transform: rotate(-45deg);*/
    font-size: 100px;
    font-weight: bolder;
    color: rgba(189, 195, 199,0);
    text-shadow:1px 1px 6px rgba(189, 195, 199,0.3);
    z-index: -1;
    user-select: none;
}

/*====================================scrollbar====================================================*/
/* width */
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
body::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar {
    width: 3px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #337ab7;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #929292;
}
*{
    /*firefox*/
    scrollbar-width: thin;
    scrollbar-color: #2980b9 #ecf0f1;
}
