        body,
        p,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        div,
        span {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        }
        
        body {
            font-size: 13px;
        }
        
        div#main-content {
            padding-bottom: 2rem;
        }
        
        .copyright {
            bottom: 0;
            text-align: center;
            margin: 0;
            padding: 0;
            background-color: #277ec1;
            color: white;
            position: absolute;
            width: 100vw;
        }
        
        p.maintemp.copyright {
            position: fixed;
        }
        
        .Absolute-Center {
            margin: auto;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
        }
        
        .Absolute-Center.is-Responsive {
            width: 50%;
            height: 50%;
            min-width: 200px;
            max-width: 500px;
            padding: 40px;
        }
        .amount-value, #totalamountpaid{
            text-align: center;
        }
        .word-answer-container {
            font-size: 16px;
            font-weight: bold;
            background: #8cd4f5;
            display: block;
            /* padding: 1px; */
            padding: 5px;
            text-align: center;
        }
        .login-container form {
            background: transparent;
            padding: 1rem;
            color: white;
            border-radius: 6px;
            border: 1px solid gray;
        }
        
        .button {
            background-color: #5b9adc;
        }
        
        .row {
            margin-right: 0 !important;
            margin-left: 0 !important;
        }
        
        #sidebar-container,
        #sidebar-wrapper {
            background: #38444e;
            color: white;
            padding: 0;
            min-height: 100vh;
        }
        
        .full-width {
            width: 100%;
        }
        
        .error {
            color: red;
            text-align: left;
            padding: 0.5rem;
        }
        
        .success {
            color: #16e216;
            text-align: left;
            padding: 0.5rem;
        }
        
        .white-font {
            color: white;
        }
        
        .title-container {
            background: #272d33;
            padding: 0.8rem 0.5rem;
            margin-bottom: 0;
            width: 100%;
        }
        
        div#sidebar-container a {
            color: white;
        }
        
        div#sidebar-container a:hover,
        div#sidebar-container a:focus {
            text-decoration: none;
        }
        
        .h4,
        .h5,
        .h6,
        h4,
        h5,
        h6 {
            margin-top: 0;
        }
        
        table {
            width: 100% !important;
        }
        
        td,
        th {
            padding: 0.5rem;
        }
        
        button#btn-show-selected,
        button#btn-show-all {
            margin-bottom: 1rem;
        }
        
        .log-user-col:nth-child(1) {
            border-right: 1px solid #afadad;
        }
        
        .header-buttons-tab {
            text-align: right;
            padding: 1rem;
        }
        /*.row-panel:nth-child(even) {
    width: 100%;
    background: rgba(20, 119, 224, 0.57);
    margin: auto;
}*/
        
        .totalamountcontainer {
            border: 1px solid #85c0f1;
            margin-top: 1rem;
            padding: 5px;
            background: #f1f1d6;
            float: right;
        }
        
        .row-panel:nth-child(odd) {
            width: 100%;
            margin: auto;
        }
        
        .menu-text {
            padding: 1rem;
        }
        
        .no-margin {
            margin: 0;
        }
        
        .header-inside {
  
            padding: 0;
        }
        
        div#main-content-inside {
            padding: 1rem;
        }
        
        .menu-item li {
            list-style: none;
            margin-left: 1rem;
            /* font-weight: bold; */
        }
        
        .border-top {
            border-top: 1px solid gray;
        }
        
        .header-buttons {
            text-align: right;
            padding: 1rem 1rem 0 2rem;
        }
        
        .no-margin-top {
            margin-top: 0;
        }
        
        .no-padding {
            padding: 0;
        }
        
        .text-container {
            padding: 0;
        }
        
        .row.padding-div {
            padding: 10px;
        }
        
        .print_body select {
            padding-left: 0;
        }
        
        .forms-container {
            width: 100%;
        }
        
        .printtitle {
            font-weight: bold;
        }
        .productionorder .bold-column {
            background: transparent !important;
        }
      .margin-auto {
            margin: auto;
        }
        div#checklist-option .selectpicker {
            margin: 0;
        }
      #data-grid2 select#checlistitemtype {
            margin: 0;
        }
        .company-info.border-container {
            border: 1px solid #0e3c60;
            padding: 1rem;
            border-radius: 1rem;
        }

        select#checlistitemtype {
            margin-bottom: 3rem;
            margin-top: 3rem;
        }

        textarea#checklistitem {
            margin-bottom: 1rem;
            margin-top: 1rem;
        }
.notes-main {
    margin: 1rem 0;
}

.highlight_input{
    background: #f3f3b9;
    text-align: center;
    /* font-size: 17px; */
    font-weight: bold;
}
.text-bold {
    font-weight: bold;
}
#printinvoice td:nth-child(1) {
    text-align: left;
}
th {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.secondtd td:nth-child(1), .secondtd th:nth-child(1){
    word-wrap: break-word !important;
            white-space: normal !important;
                width: 10% !important;
} 
 .secondtd td:nth-child(2), .secondtd th:nth-child(2){
    word-wrap: break-word !important;
            white-space: normal !important;
                width: 69% !important;
} 
.secondtd td:nth-child(3), .secondtd th:nth-child(3){
    word-wrap: break-word !important;
            white-space: normal !important;
                width: 7% !important;
                text-align:center;
} 

.secondtd td:nth-child(4), .secondtd th:nth-child(4){
    word-wrap: break-word !important;
            white-space: normal !important;
                width:7% !important;
                text-align:center;
} 

.secondtd td:nth-child(5), .secondtd th:nth-child(5){
    word-wrap: break-word !important;
            white-space: normal !important;
                width:7% !important;
                text-align:center;
} 

.padding-right {
    padding-right: 1rem !important;
}


.remarks-invoice {
    display: block;
    color: green;
    font-weight: bold;
}
.selected-ocnumber-main, .selected-purchasenumber-main  {
    background: #8cd4f5;
    border: 1px solid #ccc;
    border-bottom:none;
    text-align: center;

}
.selected-ocnumber-main .bold-column, .selected-purchasenumber-main .bold-column{
    font-weight: normal;
    border:1px solid #ccc;
    border-left:none;
    border-right:none;

}
        .company-info,
        .print_body textarea {
            padding: 0;
        }
        .ocnumber .bold-column,     .purchaseno .bold-column {
            background: transparent !important;
        }
        .oc-company-info {
            padding: 0 1rem;
        }
        .italized-text {
            font-style: italic;
        }
        span.header-url {
            text-align: center;
            color: gray;
            font-size: 1.7rem;
        }
        .strong-text {
            font-weight: bold;
        }
        .print_body .dataTables_wrapper {
            padding: 0;
        }
        
        select.form-control:not([size]):not([multiple]) {
            height: calc(2.25rem + 2px);
            height: auto;
        }
        
        .bottom-signatures {
            clear: both;
        }
        
        .printvalue {
            font-weight: bold;
        }
        
        .ponumbertext .bold-column {
            padding: 0;
            background: transparent !important;
        }
        
        #hidden-icon {
            display: none;
        }
        /*#data-container{
    height: 800px;
    overflow: auto;
}*/
        
        iframe {
            width: 95%;
            position: absolute;
            height: 95%;
            border: none
        }
        
        .modal-body {
            overflow: auto;
            padding-top: 0;
        }
        
        .small-modal .modal-dialog,
        .small-modal .modal-content {
            height: 70vh;
            width: 70vw;
            max-width: 70vw;
        }
        
        .small-modal {
            top: 15vh;
        }
        
        nav#sidebar-wrapper .row-panel {
            padding: 0 1rem;
        }
        
        .modal-content,
        .modal-dialog {
            height: 90vh;
            width: 95vw;
            max-width: 95vw;
        }
        
        #reset-input {
             width: 100%;
        }
        
        #no-border-input {
            border: 0px solid black;
            box-shadow: none;
        }
        
        table.dataTable.no-footer {
            border-bottom: 0px solid #111 !important;
        }
        /* table.dataTable.stripe tbody tr.even, table.dataTable.display tbody tr.even {
    background-color: #ecf2f7 !important;
} */
        
        table.dataTable.hover tbody>tr.selected:hover,
        table.dataTable.hover tbody>tr>.selected:hover,
        table.dataTable.display tbody>tr.selected:hover,
        table.dataTable.display tbody>tr>.selected:hover {
            background-color: #277ec1
        }
        
        table {
            border: 1px solid #85c0f1;
        }
        
        table tr+tr {
            border-bottom: 1px solid #85c0f1;
        }
        
        table td:first-child,
        table th:first-child {
            border-left: 1px solid #85c0f1;
            border-bottom: 1px solid #85c0f1;
        }
        
        table td:last-child,
        table th:last-child {
            border-right: 1px solid #85c0f1;
            border-bottom: 1px solid #85c0f1;
        }
        
        table td+td {
            border-left: 1px solid #85c0f1;
            border-bottom: 1px solid #85c0f1;
        }
        
        table[id^="data-grid"] thead th+th,
        table[id^="data-grid"] tfoot th+th {
            border-left: 1px solid #85c0f1;
        }
        
        table[id^="data-grid"] thead th {
            border-bottom: 1px solid #85c0f1 !important;
            border-top: 1px solid #85c0f1 !important;
        }
        
        table[id^="data-grid"] tfoot th {
            border-bottom: 1px solid #85c0f1 !important;
            border-top: 0px solid #85c0f1 !important;
        }
        
        button.close.modal-close {
            float: right;
            position: absolute;
            right: 10px;
            top: 10px;
            color: red;
            opacity: 1;
            padding: 0.5rem;
        }
        
        b,
        strong {
            font-weight: 500;
        }
        
        .modal-title {
            width: 100%;
        }
        
        .items-grid input {
            width: auto;
        }
        
        .dataTables_filter {
            margin-top: 1rem;
            margin-bottom: 1rem;
        }
        
        .dataTables_wrapper {
            width: 100%;
        }
        
        div#data-grid_length {
            margin-top: 1rem;
        }
        
        .company-address-logo {
            width: 180px;
        }
        
        .msg-select {
            color: red;
            font-weight: 500;
        }
        
        .header-info-print {
            margin-bottom: 1rem;
        }
        
        .dataTables_wrapper .dataTables_filter input {
            margin-left: 0;
            display: block;
            /* width: 100%; */
            /* height: 34px; */
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857143;
            color: #555;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
            border-radius: 4px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
            -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        }
        
        table.dataTable.row-border tbody th,
        table.dataTable.row-border tbody td,
        table.dataTable.display tbody th,
        table.dataTable.display tbody td {
            border-top: 0px solid #ddd !important;
        }
        
        select#contactperson {
            width: auto;
            display: inline-block;
        }
        
        .printmodal .dataTables_info {
            display: none;
        }
        
        p.copyright a {
            color: white;
        }
        #print .items-grid {
            margin: 1rem 0;
        }
      .bottom-signature {
            margin: 2rem 0;
        }
        div#print span {
            text-decoration: none !important;
        }
        span.productname {
            font-weight: bold;
        }
        div#printmodal input {
            background: transparent;
            box-shadow: none;
        }

        .block span {
            display: block;
        }
        .image-container img {
            width: auto;
            height: 100px;
            margin-bottom: 1rem;
        }

        div#printmodal .image-container {
            overflow: hidden;
        }

        .input-container {
        padding: 5px 0 !important;
        }

        .rejected-container {
            background: #d9534f;
            padding: 5px;
            color: white;
        }

        .requested-container {
            background: #5bb85b;
            padding: 5px;
            color: white;
        }
        .modal-body .row:after {
            display: none;
        }
        .modal-body .row:before {
            display: none;
        }
        table img.table-image {
            max-width: 80px;
        }
        
        #print .product-image {
            max-width: 200px;
            padding: 1rem;
            width: inherit;
        }
        thead {
            background: rgb(189, 216, 236);
            color: black;
            border: 0.1px solid #337ab7;
            font-weight: normal;
        }
        
        tfoot {
            background: rgb(189, 216, 236);
            color: black;
            border: 0.1px solid #337ab7;
            font-weight: normal;
        }
       

        .checklistitems td:last-child {
            text-align: center;
        }
        button {
            box-shadow: 1px 2px 3px #cacaca;
        }
        .profile {
            border: 1px solid #04192d;
            padding: 1rem;
            display: inline-block;
            text-align: center;
            margin-bottom: 1rem;
            box-shadow: 1px 1px 1px #04192d;
        }
        .profile-info{
            display: inline-block;
            padding:1rem;
        }

        .profile hr, .profile p {
            margin:0;
        }

        table.dataTable tfoot th,
        table.dataTable tfoot td {
            border-top: 0px solid #111;
        }
        .rejectcontainer select[disabled] {
    background: transparent;

    display: none;
}
table td:last-child {
    white-space: nowrap;
    width: 1px;
}
span.cta-text {
    text-align: center;
    padding: 0.5rem !important;
    display: block;
    background: #f3f3b9;
    color: #5bb85b;
}
        table .col-10 {
            padding: 0;
        }
        
        table .fa {
            font-size: 18px;
        }
        
        .input-container .col-9 {
            padding: 0;
        }
        .input-container .col-3 {
            padding: 0;
            text-align: center;
        }
    span.btn-primary {
    background: #f5da8a;

    box-shadow: 1px 2px 3px #cacaca;
}
button#save {
    font-size: 20px;

}
        .dataTables_wrapper .dataTables_paginate .paginate_button {
            padding: 0.5rem 0.7rem;
        }
        
        .row.text-center.title-container h4.text-center.full-width {
            margin: 0;
        }
        
   /*      .users-grid td:nth-child(9),
        .users-grid th:nth-child(9) {
            display: none;
        } */
        
        .center-element {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }
        
        .header-inside {
            background: #277ec1;
            padding: 0;
            /* float: right; */
            margin: auto;
      
            color: white;
            padding: 0.8rem 0.5rem;
            z-index: 999;
            margin-bottom: 0 !important;
        }
        
        .inner-logo {
            width: inherit;
            padding: 0 2rem;
        }
        
        .dashboard-title {
            padding-top: 1rem;
            background: #2c333a;
            padding-bottom: 1.5rem;
            padding-right: 30px;
            padding-left: 15px;
        }
        .panel-title {
            padding: 5px 0;
         
       
        }
        table.dataTable {
            width: 100% !important;
        }
        
     
        .row.menu-container i.fa, .row.menu-container i.fas,  .row.menu-container i.far {
            font-size:2.5rem;
            min-width: 3.5rem;
        }

        i.fas.fa-warehouse {
            font-size: 2rem !important;
        }
        
      /*   i.fa.fa-calculator {
            font-size: 2.4rem !important;
        } */
        .answer-container {
            font-size: 17px;
            font-weight: bold;
            background: #8cd4f5;
            display: block;
            padding: 1px;
            padding-right: 5px;
        }
       .panel-heading {
            padding: 0px 0;
        } 
        
        span.multiselect-native-select {
            position: relative
        }
        
        span.multiselect-native-select select {
            border: 0!important;
            clip: rect(0 0 0 0)!important;
            height: 1px!important;
            margin: -1px -1px -1px -3px!important;
            overflow: hidden!important;
            padding: 0!important;
            position: absolute!important;
            width: 1px!important;
            left: 50%;
            top: 30px
        }
        
        .multiselect-container {
            position: absolute;
            list-style-type: none;
            margin: 0;
            padding: 0
        }
        
        .multiselect-container .input-group {
            margin: 5px
        }
        
        .multiselect-container>li {
            padding: 0
        }
        
        .multiselect-container>li>a.multiselect-all label {
            font-weight: 700
        }
        
        .multiselect-container>li.multiselect-group label {
            margin: 0;
            padding: 3px 20px 3px 20px;
            height: 100%;
            font-weight: 700
        }
        
        .multiselect-container>li.multiselect-group-clickable label {
            cursor: pointer
        }
        
        .multiselect-container>li>a {
            padding: 0
        }
        
        .multiselect-container>li>a>label {
            margin: 0;
            height: 100%;
            cursor: pointer;
            font-weight: 400;
            padding: 3px 0 3px 30px
        }
        .borderleft {
    border-left: 1px solid #85c0f1;
}

td  input[type=file] {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
}
td input[name="selected"] {
    min-width: 30px !important;
}
table textarea {
    min-width: 200px !important;
    display: block;
}

table input {
    min-width: 80px !important;

}

.checkbox.label-grid input {
    min-width: auto !important;
  

}

.checkbox.label-grid [type=checkbox] {
    min-width: auto !important;
    display: block;

}

.paddingleft {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.borderright {
    border-right: 1px solid #85c0f1;
}
        .multiselect-container>li>a>label.radio,
        .multiselect-container>li>a>label.checkbox {
            margin: 0
        }
        
        .multiselect-container>li>a>label>input[type=checkbox] {
            margin-bottom: 5px
        }
        
        .btn-group>.btn-group:nth-child(2)>.multiselect.btn {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }
        
        .form-inline .multiselect-container label.checkbox,
        .form-inline .multiselect-container label.radio {
            padding: 3px 20px 3px 40px
        }
        
        .form-inline .multiselect-container li a label.checkbox input[type=checkbox],
        .form-inline .multiselect-container li a label.radio input[type=radio] {
            margin-left: -20px;
            margin-right: 0
        }
        
        button.multiselect.dropdown-toggle b.caret {
            display: none;
        }
        
        a:hover {
            color: #277ec1 !important;
            text-decoration: none;
        }
        
        .modal-dialog.sub-modal {
            background: gray;
            width: 650px;
            height: 600px;
            margin: 60px auto;
        }
        
        .modal-dialog.sub-modal .modal-content {
            width: 650px;
            height: 600px;
        }
        
        .remove-circle-icon:before {
            content: "\f05c";
        }
        
        .remove-circle-icon {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        
        .remove-circle-icon:before {
            float: left;
            color: red;
            cursor: pointer;
            padding: 0;
         /*    margin: auto; */
        }
        .remove-circle-icon {
            float: left;
            color: transparent;
            cursor: pointer;
            padding: 0;
            /* margin: auto; */
        }
        
        table .row {
            border-bottom: 1px solid #bdd8ec;
            margin: auto;
            padding: 0.2rem;
            max-width: 200px;
        }
        
        a.col-8,    a.col-10{
            word-wrap: break-word;
            white-space: pre-wrap;
        
        }
        .popup_grid td input[type="text"] {
    width: fit-content !important;
}
.col-xs-11.col-sm-3.alert.alert-success.animated.fadeInDown {
    z-index: 9999999999999 !important;
}
.popup_grid table td {
    white-space: pre-wrap;
    width: 1px;
}

        select.form-control {
            min-width: 100px !important;
          
        }
        input[name="suppName"] {
            width: 100%;
        }
        th {
            padding: 0.8rem 0.6rem 0.8rem 0.6rem;
            padding-top: 0.8rem !important;
            padding-bottom: 0.8rem !important;
            text-align: center;
        }
        
        span.green {
            color: green;
        }
        
        span.red {
            color: red;
        }
        
        .sweet-alert p {
            margin-bottom: 1rem;
        }
        select#testedby {
    background: #5bb85b;
    color: white;
}
span.content {
    display: block;
}
.alert-success.animated .close {

    color: white;

    opacity: 1;
}

/* .alert-success.animated:hover {
    background-color: #9bb9d1;
}
 */

.ocnumbernoti {
margin-top:1rem;

}
.refreshtable {
    float: left;
}

input[name ="invprodid[]"] {
    display: none !important;
}

input[name ="invitemid[]"] {
    display: none !important;
}

#stocktransferform button.btn.dropdown-toggle.selectpicker.btn-default {
    margin-top: 0;
}
.ocnumbernoti span {
    padding: 5px 3rem;
    text-transform: uppercase;
    border: 1px solid white;
}

.ocnumbernoti span:hover {
    background: #00000085;
    color: white;
}
.refreshtable {
    color: white;
    text-shadow: 1px 1px #5bb85b;
}
.alert-success.animated {
    color: #ffffff;
    /* text-shadow: 1px 1px white; */
    background-color: rgb(39, 124, 193);
    border-color: #ffa900;
    font-size: 1.5rem;
    text-align: center;
    margin: 0rem 0 !important;
    cursor: pointer;
    padding: 0.5rem !important;
    border-radius: 10px;
}

div#notification-tray .alert {
    display: block;
    font-weight: bold;
    padding: 0 3rem;
    border-left: 1px solid white;
    text-align: center;
}
.green-alert {
    background: #5bb85b;
    color: white;
    padding: 0.5rem;
}
.spacer {
    display: inline;
    float: left;
    padding: 0px;
    font-weight: bold;
}
.red-alert {
    background: red;
    color: white;
    padding: 0.5rem;
}
.customswal {
    width: 80vw !important;
    height: 90vh !important;
    transform: translate(0,0);
    position: fixed !important;
    top: 0 !important;
    right: 0;
    bottom: 0;
    left: 0 !important;
    /* z-index: 1050; */
    margin-left: 0 !important;
    margin-top: 0 !important;
    /* display: none; */
    margin: 30px auto !important;
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-y: auto !important;
}
/* 
td:last-child {
    text-align: right;
   
} */

td:last-child button {
    float: left;
}

.testing-span {
    background: #277dc1;
    /* color: white; */
    color: white;
    width: 100%;
    display: block;
    padding: 0.5rem;
    text-align: center;
    font-weight: bold;
}

.checkbox.rma-checkbox {
    background: #04192d;
    color: white;
    width: 150px;
    padding: 1rem;
    float: right;
    font-weight: bold;
}
.noproduct-span {
    background: brown;
    /* color: white; */
    color: white;
    width: 100%;
    display: block;
    padding: 0.5rem;
    text-align: center;
    font-weight: bold;
}


        i.green-color-icon.fa.fa-plus {
            color: #5cb85c;
            font-size: 2rem;
        }
        
        span.bold-column {
            font-weight: bold;
            background: #f3f3b9 !important;
            padding: 0.5rem !important;
            white-space: nowrap;
            width: 100%;
            display: block;
            text-align: left;
            height: 100%;
        }
        
        .no-pagination .dataTables_info {
            display: none;
        }
        
        .form-group {
            margin-bottom: 0.8rem;
        }
        
        h4.ponumber .bold-column {
            color: black;
            background: transparent !important;
        }
        
        button.hamburger.animated.fadeInLeft.fa.fa-bars {
            font-size: 2rem;
            position: absolute;
            left: 1rem;
            top: 1rem;
            padding: 0.3rem;
            background: rgba(39, 126, 193, 0.45);
            border: 1px solid white;
            cursor: pointer;
            z-index: 99999999;
            color: white;
        }
        
        .lowlevel {
            background: red;
            padding: 1rem;
            display: block;
            text-align: center;
            color: white;
            font-weight: bold;
        }
        .goodlevel {
            background: green;
            padding: 1rem;
            display: block;
            text-align: center;
            color: white;
            font-weight: bold;
        }
      
        form {
            width: 100%;
        }
        
        .menu-container {
            top: 0;
            position: absolute;
            right:0;
        }
        
        #wrapper.toggled #sidebar-wrapper {
            width: 300px;
        }
        
        span.qtystockcontainer input {
            font-weight: bold;
            background: #f3f3b9 !important;
            display: block;
            text-align: center;
            padding: 0.5rem;
        }
        /*-------------------------------*/
        /*           Wrappers            */
        /*-------------------------------*/
        .modal img.table-image{
            width: inherit !important;
            max-width: 100%;
            margin: auto;
        }
    .tableimageitem {
            text-align: center;
        }
        .sign-div, .prepsign-div{
            display: none;
        }
       .sign-image {
            max-width: 80px;
        }
        .preparedsign {
            min-height: 60px;
            display: block;
        }
        #wrapper {
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            padding-left: 0;
            transition: all 0.5s ease;
        }
        
        #sidebar-wrapper {
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            background: white;
            left: 220px;
            margin-left: -220px;
            overflow-x: hidden;
            overflow-y: auto;
            transition: all 0.5s ease;
            width: 0;
            z-index: 1000;
        }
        /*-------------------------------*/
        /*          Dark Overlay         */
        /*-------------------------------*/
        
        .overlay {
            position: fixed;
            display: none;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, .4);
            z-index: 1;
        }
        
        .menu-container.white-font a {
            color: black;
        }
        
        .hidden-input {
            display: none;
        }
        span.hidden-input.green-lack
        {
            display: none;
        }
       .green-lack.show-input{
            display: block !important;
        }
        .show-input {
            display: initial !important;
        }
        
        table button {
            margin-bottom: 0.2rem !important;
            margin-right: 0.2rem !important;

            padding: 0.5rem 0.7rem !important;
            padding: 0.3rem 0.6rem !important;
        }
        
        .input-group .form-control:focus,
        .form-control:focus {
            background: #dce4e9;
        }
        
        label {
            margin-bottom: 0;
            font-weight: 500;
        }
        
        .modal-header {
            padding: 15px;
            border-bottom: 1px solid #e5e5e5;
            padding-bottom: 2px;
            z-index: 99999;
            margin-bottom: 1rem
        }
        
        .nomargin {
            margin: 0;
        }
        
        .row.header-page div {
            padding-left: 0;
            padding-right: 0;
        }
        
        h3 {
            font-size: 21px;
            margin: 0;
        }
        
        input[name="itemquantity"] {
            width: 50px !important;
        }
        
        input[name="itemunit"] {
            width: 80px !important;
        }
        
        input[name="suppName"] {
            background: transparent;
            border: none;
        }
        
        input[name="suppID"] {
            width: 50px !important;
        }

        button.confirm {
            color: #fff;
            background-color: #5cb85c !important;
            border-color: #4cae4c !important;
        }

        button.confirm:hover {
            color: #fff;
            background-color: #449d44 !important;
            border-color: #398439 !important;
        }
      /*   .swal-wide{
            height: 400px;
        } */
        .sweet-alert h2 {
        
            margin: 10px 0  !important;
         
        }
        .sweet-alert {
       
            height: 400px;
        }
        .sweet-alert input.input-block-level.form-control
        {
            display:block;
        }


        /* input#reset-input {
    height: 0;
    padding: 0;
    border: 0px solid white;
    margin: 0;
    line-height: 0;
    font-size: 0;
} */
        
        table.dataTable tbody th,
        table.dataTable tbody td {
            padding: 1px 4px !important;
        }
        
        .btn-primary.disabled,
        .btn-primary:disabled {
            background-color: #434446;
            border-color: #4b4b4c;
        }
        
        hr {
            margin-top: 1rem;
            margin-bottom: 1rem;
        }
        
        .nopadding {
            padding: 0;
        }
        
        .circle-button {
            border-radius: 100%;
        }
        
        .col-1,
        .col-2,
        .col-3,
        .col-4,
        .col-5,
        .col-6,
        .col-7,
        .col-8,
        .col-9,
        .col-10,
        .col-11,
        .col-12,
        .col,
        .col-auto,
        .col-sm-1,
        .col-sm-2,
        .col-sm-3,
        .col-sm-4,
        .col-sm-5,
        .col-sm-6,
        .col-sm-7,
        .col-sm-8,
        .col-sm-9,
        .col-sm-10,
        .col-sm-11,
        .col-sm-12,
        .col-sm,
        .col-sm-auto,
        .col-md-1,
        .col-md-2,
        .col-md-3,
        .col-md-4,
        .col-md-5,
        .col-md-6,
        .col-md-7,
        .col-md-8,
        .col-md-9,
        .col-md-10,
        .col-md-11,
        .col-md-12,
        .col-md,
        .col-md-auto,
        .col-lg-1,
        .col-lg-2,
        .col-lg-3,
        .col-lg-4,
        .col-lg-5,
        .col-lg-6,
        .col-lg-7,
        .col-lg-8,
        .col-lg-9,
        .col-lg-10,
        .col-lg-11,
        .col-lg-12,
        .col-lg,
        .col-lg-auto,
        .col-xl-1,
        .col-xl-2,
        .col-xl-3,
        .col-xl-4,
        .col-xl-5,
        .col-xl-6,
        .col-xl-7,
        .col-xl-8,
        .col-xl-9,
        .col-xl-10,
        .col-xl-11,
        .col-xl-12,
        .col-xl,
        .col-xl-auto {
            padding-left: 0;
        }
        
        .form-control {
            padding: 5px 5px;
        }
        
        .btn {
            display: inline-block;
            padding: 3px 7px;
        }
        
        .checkbox input[type=checkbox],
        .checkbox-inline input[type=checkbox],
        .radio input[type=radio],
        .radio-inline input[type=radio] {
       
            width: 15px;
            height: 15px;
        }
        
        .checkbox-inline,
        .radio-inline {
            padding-left: 25px;
        }

        button.btn.dropdown-toggle.selectpicker.btn-default span.caret {
            display: none;
        }

        td .row span {
            font-weight: bold;

            padding: 0 0 0 0.2rem;
        }

        .canceled-div {
            color: red;
            font-weight: bold;
          
        }

        .approved-div {
            
                   color: green;
                   font-weight: bold;
                 
        }
        .received-div {
            
            color: white;
            background:#277ec1;
            font-weight: bold;
          
 }
        .finished-div {
            color:white;
            font-weight: bold;
            background:#277dc1;
        }
        .served-div {
            color: #3008ff;
            font-weight: bold;
        }

       td:nth-child(1),  td:nth-child(2){
                white-space: nowrap;
                width: 1% !important;
        } 
        .selected-product-image .table-image {
            max-width: 400px;
            padding: 1rem;
            width: inherit;
        }
        .product-main-selected {
            border: 1px solid #cccccc;
        }
        .selected-product-image {
            width: inherit;
        }
        .orange-div {
            background: #f0ad4e;
            padding: 1rem;
            /* color: white; */
            font-weight: 500;
            text-align: center;
        }
        .noboder {
            border: none;
        }
        .nobackground {
            background: transparent;
        }
        .dataTables_paginate.paging_simple_numbers {
            margin-bottom: 1rem;
        }
.quantityrequired-container {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}.parent-item {
    color: blue;
    text-decoration: underline;
}
        .yellow-div {
            background: #f3f3b9;
            padding: 1rem;
            /* color: white; */
            font-weight: 500;
            text-align: center;
        }
    
        th {
            white-space: nowrap;
            width: 1% !important;
         }
        .red-lack {
            background: #fd3838;
            display: block;
        }
      /*   span.red-lack input.checkbox {
            display: none;
        } */
        .green-lack {
            display: block;
            background: #5cb85c;
        }
         .label-grid {
           /*  background: #f5f0f0; */
            border: 1px solid #e6e5e5;
            margin: 0 !important;
            padding: 1rem;
        }
        td hr {
            margin: 0.2rem !important;
        }
        div#stocktransferwarehouse-option {
            margin-bottom: 5rem;
        }
        table i.fa {
            /* font-size: 32px; 
            color: black;
            text-shadow: 1px 1px 1px #c3c3c3;*/
        }
        .label-grid input {

            float: initial !important;
        }


       .line-through {
        
            text-decoration: line-through;
            text-decoration-color: red;
            color: red;
        }

        div#printmodal .line-through {
                    
                        text-decoration: none;
        }

        .date-span {
            white-space: nowrap;
        }
        .selected-supplier {
            font-weight: bold;
            padding: 1rem 0;

        }
        .selected-product {

            font-weight: bold;
            padding: 1rem 0;
        }

        .radio-group label {
            overflow: hidden;
         } .radio-group input {
             /* This is on purpose for accessibility. Using display: hidden is evil.
             This makes things keyboard friendly right out tha box! */
            height: 1px;
            width: 1px;
            position: absolute;
            top: -20px;
         } .radio-group .not-active  {
            color: #3276b1;
            background-color: #fff;
         }
         .checkbox.label-grid.selected label#reset-input-error {
    color: white;
}
         .margin-bottom {
            margin-bottom: 1rem;
        }
        .checkbox.label-grid .form-group {
            margin: 0;
        }
        #main-msg {
            color: red;
        }
        .home-log-container .row {
            position: relative;
            width: 100vw;
            height: 100vh;
            /* background-image: url(http://www.akcp.com/wp-content/uploads/2015/09/akcp.jpg);
            background-repeat: no-repeat;
            background-image: url(http://www.akcp.com/wp-content/uploads/2015/09/sensors_available1.jpg);
            background-size: cover; */
        }

        table .row .row:nth-child(odd) {
            background: #eeeeef;
        }

        span.good-color {
            color: green;
            font-weight: normal !important;
        }

        .checkbox.oc-checkbox {
            margin-top: 0;
            font-size: 1.5rem;
            color: white;
            background: #0e3c60;
            width: 150px;
            padding: 0.5rem 1rem;
            border-radius: 0.5rem;
            font-weight: bold;
        }
        .hiddendiv {
            display: none;
        }
        .nomargin {
            margin: 0 !important;
        }
        .adjustmentamount .row {
            border-bottom: 1px solid #85c0f1;
           
        }
        .totalamount {
            font-weight: bold;
        }
        .amountvalue {
            padding: 0.5rem !important;
            margin: 0 !important;
        }
     .amountlabel {
            border-right: 1px solid #85c0f1;
            margin: 0 !important;
            padding: 0.5rem !important;
        }
        .amountbreakdown {
            border-bottom: 1px solid #85c0f1;
            border-left: 1px solid #85c0f1;
            border-right: 1px solid #85c0f1;
        }
        #printwords {
            text-align: center;
            display: block;
            font-weight: bold;
        }
     
        .spacer-invoice {
            text-align: center;
            background: #e4e0e0;
            border-left: 1px solid #85c0f1;
            border-right: 1px solid #85c0f1;
            padding: 0.1rem;
            font-weight: 500;
        }
        .table_oc div#data-grid4_wrapper {
    padding: 0;
}

.selected-ocnumber-main .bold-column, .selected-purchasenumber-main .bold-column {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    font-weight: bold !important;
    text-align: center;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
   
}
thead.theader-hide {
 
    background: transparent !important;
    height: 0 !important;
}

.bottomborder{

    border-bottom: 1px solid #85c0f1;
}
.topborder {
    border-top: 1px solid #85c0f1;
}
.replacementtable thead {
 
    background: transparent !important;
    border: 0px solid transparent !important;
  display: none; 
}
.replacementtable th  {
    height: 0;
   
    /* visibility: hidden; */
    color: white;
    /* padding: 0 !important; */
 /*    background: none !important;
    background-image: none !important; */
    border-left: 1px solid #85c0f1;
    border-bottom: 1px solid #85c0f1;
}
.nodisplay {
    display: none;
}
.bold-text {

    font-weight: bold;
}
table .bold-text {
    text-align: center;
    display: block;
}
        .customitem-maincontainer{
     
            border-bottom: 1px solid #85c0f1;
        }
        .customitem-container {
     
         
            border-right: 1px solid #85c0f1;
           
        }
        .customitem-container > div {
            border-left: 1px solid #85c0f1;
            padding: 5px;
            border-top: 1px solid #85c0f1;
     
        }
       .button-right {
            text-align: right;
        }
        .popup_grid {
            margin-bottom: 1rem;
        }
        span.reject-color {
            color: red;
            font-weight: normal !important;
        }

        span.replace-color {
            color: orange;
            font-weight: normal !important;
        }

        .row.inline span {
            width: auto !important;
            background: transparent !important;
        }
        span.bold-column.total {
            width: 100%;
            padding: 0.2rem;
        }
        span.alternateitem-container {
            background: orange;
            padding: 1rem;
            display: block;
        }

       .margintop {
            margin-top: 1rem;
        }
        .input-group-addon {
            background: #0e3c60;
            color: white;
            padding: 5px 8px;
        }
        .topbordertable {
            border: 0 !important;
        }
        .selectpicker {
         
    
            background-color: #8CD4F5;
            color: white;
            border: none;
            box-shadow: none;
        
            font-weight: 500;
            -webkit-border-radius: 4px;
            border-radius: 5px;
            padding: 8px 32px;
            margin: 26px 5px 0 5px;
            cursor: pointer;
        }
        span.bold-column.totalrejects {
            width: 100%;
            background: #fba8a8 !important;
        }
        .tab-popup {
            width: 100%;
            padding: 1rem;
        }
        .tab-popup #stocktransferwarehouse-option {
            margin-bottom: 1rem;
        }
        legend {
            margin-bottom: 0.5rem;
            color: #218fe0;
            border-bottom: none;
            font-size: 15px;
            background: #eeeeee;
            padding: 0 0.5rem;
        }
        fieldset {
            border-bottom: 1px solid #e5e5e5;
            padding-bottom: 0rem;
            border-left: 1px solid #e5e5e5;
            border-right: 1px solid #e5e5e5;
        }
        fieldset .row {
            padding: 0 1rem 0 1rem;
        }
        .currentitems legend {
            margin: 0;
            padding: 0.5rem;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
        }
        fieldset > label {
            padding: 0 1rem;
        }
        .form-group .row {
            padding: 0;
        }
        .selected-item {
            font-weight: bold;
        }
        .dataTables_wrapper {
            background: #f7f7f7;
            padding: 0rem 1rem;
        }

        .dataTables_length {
            text-align: left;
            margin-top: 1rem;
            margin-bottom: 1rem;
        }

        .header-buttons {
            margin-bottom: 0.5rem;
        }
        .text-right {
            margin-bottom: 1rem;
        }
        div#prod_order_modal li.active > a {
            background: #0e3c60 !important;
            color: white;
        }
        .display-block {
            display: block;
            background: #143f61;
            padding: 1rem;
            color: white;
        }
       .selectnomargin .selectpicker {
            margin: 0;
        }
        td:nth-child(1) {
            text-align: center;
        }
        .green-lack .checkbox.label-grid.selected {
            background: #27e427;
            color: white;
        }
        .col-6.replacedwarehouse-container .selectpicker ,  fieldset .selectpicker {
            margin-top: 0;
            padding: 10px 25px;
        }
        .red-lack .checkbox.label-grid.selected {
            background: #b92424;
            color: white;
        }

        .green-lack .checkbox.label-grid.selected label{
          
            color: white;
        }

        .red-lack .checkbox.label-grid.selected label{
         
            color: white;
        }
        table.dataTable.stripe tbody>tr.odd.selected, table.dataTable.stripe tbody>tr.odd>.selected, table.dataTable.display tbody>tr.odd.selected, table.dataTable.display tbody>tr.odd>.selected {
            background-color:#e6e6e6!important;
        }
        table.dataTable.stripe tbody>tr.even.selected, table.dataTable.stripe tbody>tr.even>.selected, table.dataTable.display tbody>tr.even.selected, table.dataTable.display tbody>tr.even>.selected {
            background-color: #e6e6e6 !important;
        }
        table.dataTable.display tbody>tr.odd.selected>.sorting_1, table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_1 {
            background-color:#e6e6e6 !important;
        }
        table.dataTable.display tbody>tr.even.selected>.sorting_1, table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_1 {
            background-color:#e6e6e6 !important;
        }


        td button.btn.dropdown-toggle.selectpicker.btn-default {
            margin: 0 !important;
            padding: 0;
        }
        .bootstrap-select.form-control:not([class*=col-]) {
            height: auto;
        }

       /*  td input[type="number"] {
            width: 100% !important;
        } */
        td input[type="text"] {
            width: 100% !important;
        }
        td input[name="selected"] {
            width: 100% !important;
            height: 18px;
        }

        td .dropdown-toggle::after {
       
            margin-left: -13px;
         
        }
        .row.header-page h3 {
            margin-bottom: 1rem;
        }
        div#notification-tray {
           
            background: #277dc1;
            padding: 1rem;
            text-align: right;
            padding: 0;
            min-height: 45px;
        }
        .open-div {
            font-weight: bold;
        }

        div#notification-tray .alert {
            color: white;
            cursor: pointer;
        }
        .notif {
            position: relative;
            font-size: 3rem !important;
         
            text-decoration: none;
          }
          span.alert:hover {
            color: rgb(194, 188, 188) !important;
        }
        span.alert span {
            display: block;
            text-align: center;
        }
        div#notification-tray .column {
            padding: 0;
        }
        span.alert {
            padding: 0;
            margin-bottom: 0;
            border: 0px solid transparent;
            border-radius: 4px;
        }
        .row.log-user-info.text-right.header-inside p.no-margin {
            font-size: 1.5rem;
        }
     /*    span.alert > span{

            border-right: 1px solid white;
        } */
       /*  span.alert > span:nth-child(1){

            border-left: 1px solid white;
        } */
          .num {
            position: absolute;
            right: -19px;
            top: 6px;
            color: #fff;
            font-size: 1.3rem !important;
            background: red;
            padding: 0.1rem 0.5rem;
            border-radius: 100%;
          }
        div#notification-tray .noalert {
            color: gray;
        }
        div#notification-tray a {
            cursor: pointer;
        }

        div#notification-tray a:hover {
            color:gray !important;
        }

        .nav-tabs {
        
            width: 100%;
        }
     /*    input[type="checkbox"]:checked + label:before {
            content: "\f14a";
            color: #2980b9;
            animation: effect 250ms ease-in;
        
          
        }


        input[type="checkbox"] + label:before {
            content: "\f096";
            font-family: "FontAwesome";
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            width: 1em;
            display: inline-block;
            margin-right: 5px;
        } */

      

select#replacement_item, select#replacement_product {
    margin: 0;
}
        
form#ocorderform .nav-tabs>li {
    width: 50%;
}
.checkbox-big {
    width: 30px !important;
    height: 30px !important;
    margin-left: 0px !important;
}

.checkbox-big {
    position: absolute; 
    opacity: 0;
    z-index: 999;
}
  
    .checkbox-big + label {
      position: relative;
      cursor: pointer;
      padding: 0;
    }
  
 
    .checkbox-big + label:before {
        content: '';
        margin-right: 10px;
        display: inline-block;
        vertical-align: text-top;
        width: 30px;
        height: 30px;
        background: white;
        border: 1px solid gray;
        box-shadow: 1px 1px 1px grey;
    }
  /*   div#printchecklist_modal td:nth-child(2) {
        white-space: normal;
    } */
    .numberoftested-container.strong-text {
        color: green;
        margin: 1rem 0;
    }
    button#btnadvancesearch {
    float: right;
}
.company-info.shipto-main {
    padding-right: 1rem;
}
button#btnadvancesearch_reset {
    float: right;
}
    #printchecklist_modal table tbody > tr:nth-child(1) {
        display: none;
    }
    .checkbox-big:hover + label:before {
      background: white;
    }
    
    .ship-div {
    font-weight: bold;
    color: #ab7106;
}

.qc-div {
    font-weight: bold;
    color: #f0ad4d;
}

.menu-container .row-panel {

    border-bottom: 1px solid #343c44;
    width: 100%;
}
.nomargin button {
    margin-top: 0;
    margin-bottom: 1rem !important;
}
.currentitem legend {
    background: #5bb85b;
    width: auto;
    color: white;
    padding: 0.5rem;
    border-radius: 5px;
}
.float.button-container button {
    float: left;
}
.show-input {

    width: 100%;
}
.button-container {
    padding: 0 5px;
}
.selected-product {
    text-align: center;

}
.failed-span {
    background: red;
    color: white;
    width: 100%;
    display: block;
    padding: 0.5rem;
    text-align: center;
    font-weight: bold;
}
.display-block-reject {
    display: block;
    background: #d9534f;
    padding: 1rem;
    color: white;
}
.col-12 {
    padding-right: 0;
}
.passed-span {
    background: #5cb85c;
    color: white;
    width: 100%;
    display: block;
    padding: 0.5rem;
    text-align: center;
    font-weight: bold;
}

.failpass .selectpicker {
    background-color:#5cb85c;

}
    .checkbox-big:focus + label:before {
      box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    }
    .checklistitems input.form-control {
  
        text-align: center;
    }
    .row.bottom-signature p {
        width: 100%;
    }
    .checkbox-big:checked + label:before {
      background: white;
    }
    
    div#printchecklist_modal td:nth-child(2) {
        white-space: normal !important;
    }
    .checkbox-big:disabled + label {
      color: #b8b8b8;
      cursor: auto;
    }
  

    .checkbox-big:disabled + label:before {
      box-shadow: none;
      background: #ddd;
    }
  

    .checkbox-big:checked + label:after {
     
        position: absolute;
        left: 6px;
        top: -15px;
        width: 0;
        height: 0;
        content: "\2713";
        font-size: 35px;
        color: #449d44;
        font-weight: 500;
        text-shadow: 2px 0px green;
    }


    .sweet-alert.swal-wide.customswal.showSweetAlert.visible h2 span.bold-column {
        text-align: center;
    }
  
        
        
   