body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300 !important;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin-top: 1em;
}

.light-bg, .sub-menu a:hover {
    background-color: #f5f5f2 !important;
}

.lighter-bg {
    background-color: #fefefd !important;
}

.dark-bg {
    background-color: #181818;
}

.dark-text {
    color: #181818 !important;
}

.nobia-text {
    color: #da291c !important;
    font-weight: bold;
}

.nobia-btn {
    padding: 1em;
    padding-left: 2em;
    padding-right: 2em;
    cursor: pointer;
    font-size: 0.7rem;
    background-color: #645a50;
    color: #fff !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin: 0 !important;
    margin-top: 0.5rem !important;
    width: 100% !important;
    border-radius: 0.25rem !important;
    word-wrap: break-word;
    white-space: normal;
    border: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
}

.nobia-light-brown {
    background-color: #cbc2ba;
}

.nobia-dark-brown {
    background-color: #645a50;
}

#loadingBody #loaderIcon {
    display: none;
}

#loadingBody.loading #loaderIcon {
    display: block;
}

.preloader-wrapper .spinner-blue, .preloader-wrapper .spinner-blue-only {
    border-color: #da291c;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f5f5f2;
}

.table-hover tbody tr:hover td {
    background-color: #e3e3dc;
}

#notablebody {
    background-color: #f5f5f2 !important;
    margin-top: -1em;
}

.navbar, .shadow {
    -webkit-box-shadow: 0 1px 5px 0 rgb(0 0 0 / 3%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 3%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

#modalActivate {
    border: none;
    background-color: transparent;
}

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 20px;
    font-size: 0.9rem;
    margin-top: 2em;
    margin-bottom: 4em;
    float: right;
}

.pagination a {
    color: #000000;
    text-decoration: none;
    background-color: #FFFFFF;
    padding: 0.7em 1em;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus {
    background-color: #645a50;
    color: #FFFFFF;
    border-radius: 0.125rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.pagination a:hover {
    background-color: #f5f5f2;
}

.picker__box .picker__header .picker__date-display, .picker__box .picker__table .picker__day--selected, .picker__box .picker__table .picker__day--selected:hover, .picker__box .picker__table .picker--focused {
    background-color: #181818 !important;
}

.picker__box .picker__table .picker__day.picker__day--today {
    color: #000000;
}
    
div .picker.datepicker .picker__box .picker__table .picker__day--today {
    border: 2px solid #181818;
}

#loginForm {
    margin-top: -10em;
}

#loginForm .waves-input-wrapper {
    display: block;
}

#search-row .col-md-2 .waves-input-wrapper {
    display: block;
}

.buttons-html5 {
    background-color: #645a50 !important;
    color: #FFF !important;
    margin-right: 2em !important;
    margin-bottom: 1em !important;
}

.fa-file-excel, .fa-file-pdf {
    font-size: 1.1em !important;
    margin-right: 0.4em !important;
}

#canvas-bottom {
    position: relative;
    width: 100%;
    height: 100%;
}

#chartSearchResult {
    position: absolute;
    top: 4.4em;
}

.container, .wrapper {
    max-width: 1450px;
    margin: 0 auto;
}

.border-light {
    border-color: rgba(0,0,0,.125) !important;
    border: 1px solid;
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
    border-top: 0 !important;
}

.nobia-orderlines {
    border: 1px solid rgba(0,0,0,.125);
}

#outboundOrderlist_length, #outboundOrderlist_info, #inboundOrderlist_length, #inboundOrderlist_info {
    padding-left: 1.5em;
}

#outboundOrderlist_filter, #outboundOrderlist_paginate, #inboundOrderlist_filter, #inboundOrderlist_paginate {
    padding-right: 1.5em;
}

.pagination .page-item.active .page-link {
    background-color: #645a50 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.form-control-td {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-check-input:disabled {
    opacity: 1 !important;
}

.form-check-input {
    position: relative;
    width: 1.5rem;
    height: 1.125rem;
    background-color: #fff;
    border: 1px solid #ced4da;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.table-responsive-xl .nobia-btn {
    margin-top: 0 !important;
    padding-top: 0.9em !important;
    padding-bottom: 0.9em !important;
}

.nobia-select .form-check-input:disabled {
    opacity: 0 !important;
}

@media (max-width: 1680px) {
    .table-responsive-xl {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (min-width: 1198px) {
    #outboundOrderlist, #inboundOrderlist {
        display: table !important;
    }    
}

@media screen and (max-width: 1199px) {
    #chartSearchResult {
        position: static;
        margin-top: 2em;
    }

    #outboundOrderlist th, #inboundOrderlist th {
        white-space: nowrap;
    }
}

@media screen and (max-width: 991px) {
    #search-row .col-md-4:first-child {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #search-row .col-md-3, #search-row .col-md-2 {
        flex: 0 0 33%;
        max-width: 33%;
    }

    .modal-dialog {
        max-width: 750px;
    }
}

@media screen and (max-width: 767px) {
    #search-row .col-md-3, #search-row .col-md-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #search-row .col-md-2 {
        margin-bottom: 2em;
    }

    #outboundOrderlist, #inboundOrderlist {
        display: block;
        overflow: auto;
    }
}

@media screen and (max-width: 330px) {
    .navbar-brand img {
        height: 22px;
    }
}