html {
    text-align: center;
}

@font-face {
    font-family: 'Open Sauce Light';
    src: url(../images/OpenSauceSans-Light.ttf);
}

@font-face {
    font-family: 'Dosis semi bold';
    src: url(../images/Dosis-SemiBold.ttf);
}

* {
    font-family: 'Open Sauce Light';
}

*:focus-visible {
    outline: none;
}

/*input[type=text]:not(#USERNAME, #PASSWORD, #no-caps-input) {
     text-transform: uppercase; 
}*/

table {
    border-collapse: collapse
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 250px;
    border-radius: 15px;
    border: 1px solid rgb(119, 119, 119);
    background-color: white;
    height: 30px;
    text-decoration: none;
    text-align: center;
 
}

.center-block:focus {
    background-color: #0f4b9e;
    box-shadow: inset 0px 0px 8px 0px black;
    /*color: white;*/
}

input[type=submit].center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    margin-top: 5px;
    padding-bottom: 2px;
    padding-top: 0px;
    width: 250px;
    border-radius: 15px;
    border: 1.5px black solid;
  
    background-color: coral;
    color: black;
   
    /*box-shadow: 0px 0px 1px black;*/
}

input[type=submit].center-block:hover {
    color: black;
    background-color: #0f4b9e;
    cursor: pointer;
    box-shadow: inset 0px 0px 8px 0px black;
}

input[type=submit].center-block:hover:disabled {
    color: black;
    box-shadow: none;
}

button.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 250px;
    border-radius: 15px;
    border: 1.5px black solid;
    height: 75px;
    font-size: 35px;
}

#excelReport {
    top: 805px;
    margin-left: 300px;
    position: absolute;
}

.center-block button:hover {
    color: rgb(255, 255, 255);
    background-color: #0f4b9e;
    cursor: pointer;
    box-shadow: inset 0px 0px 8px 0px black;
}

button.center-block:not([disabled]) {
    background-color: coral;
    cursor: pointer;
}

button.center-block:hover:not([disabled]) {
    background-color: #1b55a7;
    box-shadow: inset 0px 0px 8px 0px black;
    color: white;
}



a.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    padding-bottom: 2px;
    padding-top: 0px;
    width: 250px;
    border-radius: 15px;
    border: 1.5px black solid;
    height: 25px;
    background-color: coral;
    color: black;
    /*box-shadow: 0px 0px 1px black;*/
}


/*
HOVER PRINT TO PDF BUTTON
*/

a.center-block:hover {
    background-color: #0f4b9e;
    color: white;
    box-shadow: inset 0px 0px 8px 0px black;
    cursor: pointer;
}


/* Clear floats after the columns */

.row:after {
    content: "";
    display: table;
    clear: both;
}

body {
    /* background-image: url(logo.png); */
    background: linear-gradient(#ffffff, #ffffff);
    background-size: cover;
    background-color: white;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    /*height: 100%;*/
    align-content: center;
}

@media screen and (max-width: 60px) {
    .column {
        width: 50%;
        height: auto;
    }
}

* {
    box-sizing: border-box;
}

.homeLogos {
    animation: fadein 0.9s;
    -moz-animation: fadein 2s;
    /* Firefox */
    -webkit-animation: fadein=.0s;
    /* Safari and Chrome */
    -o-animation: fadein 2s;
    /* Opera */
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

body::before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.8);
    z-index: 100;
}


/* Navbar container */

.container {
    position: fixed;
    background-color: #317ADD;
    width: 100%;
    left: 0;
    top: 0;
    color: white;
    font-size: x-large;
    margin-bottom: 10px;
    height: 60px;
    box-shadow: 0px 2px 10px black;
    z-index: 99;
}

* {
    margin: 0;
}

.newton-title {
    position: absolute;
    width: 10%;
    height: 0;
    padding: 0px;
    padding-top: 1px;
    color: white;
    right: 10px;
    top: 0px;
    bottom: 0px;
}

#PLATZ_EINS {
    position: absolute;
    right: 25px;
    bottom: 30px;
    text-decoration: underline;
}

#siteID{
    left: 1720px;
    /* text-decoration: underline; */
}

#weighHR {
    position: absolute;
    margin-top: 5px;
    right: 48px;
    width: 132px;
    height: 1px;
    background-color: rgb(255, 255, 255);
    border: none;
}

.header-icons {
    position: absolute;
    left: 5px;
}

.header-icons img {
    position: relative;
    top: -5px;
    left: 0px;
    height: 70px;
    width: 70px;
}

.header-icons img:hover {
    position: relative;
    top: -10px;
    background-color: #133058;
}

.homeLogos {
    /* margin-top: 100px;
  margin-left: 50px; */
    margin: 0 auto;
    margin-top: 100px;
}

.icon-caption {
    position: relative;
}

.homeLogos img {
    width: 165px;
    height: 165px;
    background-color: #317ADD;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 10px black;
    margin-right: 25px;
    margin-top: 15px;
}

.homeLogos img:hover {
    position: relative;
    top: -8px;
    background-color: #133058;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 10px black;
}



#hrr {
    background-color: red;
    width: 100px;
    height: 1px;
    margin-left: 10px;
    margin-right: 0px;
    border: none;
    position: absolute;
}

#vrC {
    color: white;
    padding-left: 30px;
}

.footer-con {
    background-color: #317ADD;
    z-index: 99;
    height: 50px;
    bottom: 0px;
    width: 100%;
    position: fixed;
    max-width: 100%;
    /*box-shadow: 1px -1px 9px black;*/
    /*position: fixed;*/
    /*border-style: solid;
    border-width: 1px;*/
    box-shadow: 1px -1px 9px black;
}

.footer-con p {
    color: white;
    text-align: left;
    padding-left: 10px;
    padding-top: 1px;
    position: relative;
    margin-right: 0px;
}

.footer-con img {
    position: fixed;
    margin-top: 0px;
    margin-bottom: 15px;
    left: 5px;
    height: 30px;
}

.loginFooter {
    color: black;
    position: fixed;
    background-color: #317ADD;
    height: 6%;
    width: 100%;
    bottom: 0px;
    margin-top: 1000px;
    padding-top: 18px;
    padding-left: 13px;
    left: 0px;
    color: white;
}

.versionCon {
    background-color: #317ADD;
    z-index: 99;
    height: 50px;
    bottom: 0px;
    width: 2px;
    position: fixed;
    left: 1750px;
}

#version {
    color: white;
    right: 0px;
    left: 80px;
    display: absolute;
    width: 150px;
    margin-right: 5px;
    margin-top: 6px;
}

.loginFooter p {
    display: block;
    margin: 0 auto;
}

table {
    border: none;
    margin-top: 100px;
    margin-bottom: 120px;
    margin-left: 750px;
    padding: 0px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .6);
}

table#viewTruck {
    border: none;
    border-color: none;
    margin-top: 100px;
    margin-bottom: 90px;
    margin-left: 700px;
    padding: 0px;
    box-shadow: 1px 1px 6px black;
    width: 500px;
    height: 1300px;
}

.editTable {
    border: none;
    border-color: none;
    margin-top: 100px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 0px;
    border-collapse: collapse;
    /*box-shadow: 1px 1px 6px black;*/
    color: white;
    width: 1px;
}

.editTable input {
    background-color: white;
    border: none;
    border-radius: 25px;
    padding-left: 10px;
    margin: 0px;
    margin-left: 0px;
    display: inline-block;
    width: auto;
}

.editTable td {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

table#viewTruck1 {
    border: none;
    border-color: none;
    margin-top: 100px;
    margin-bottom: 90px;
    margin-left: 700px;
    padding: 0px;
    box-shadow: 1px 1px 6px black;
    width: 500px;
    height: 2900px;
}

tr {
    padding: 15px;
}

td{
    padding: 20px;
    padding-left: 80px;
    padding-right: 80px;
    border: none;
    box-shadow: 1px 1px 6px black;
    background-color: #317ADD;
    margin-left: auto;
    margin-right: auto;
}

td:not(.reportTableTruck td){
    min-width: 535px;

}

table h2 {
    color: white;
    border-radius: 20px 0px 20px 0px;
    display: inline-block;
}

table label {
    color: white;
    border-radius: 20px 0px 20px 0px;
    padding: 3px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    padding-bottom: 0px;
    font-size: 25px;
}

.label1 {
    background-color: #317ADD;
    color: white;
    border-radius: 20px 0px 20px 0px;
    padding: 3px;
    margin-right: 5px;
    margin-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
}

table input {
    text-overflow: ellipsis;
}

table option {
    background-color: white;
    border-radius: 50px;
    border: none;
    color: black;
    font-size: 15px;
}

.center-button {
    font-family: Georgia;
    display: inline-block;
    margin-right: auto;
    margin-left: 75px;
    margin-top: 55px;
    margin-bottom: 5px;
    width: auto;
    border-radius: 15px;
    border: none;
    box-shadow: 0px 0px 3px #317ADD;
    height: 25px;
    background-color: white;
    color: black;
    text-decoration: none;
    padding: 5px 15px 5px 15px;
}

.center-button:hover {
    background-color: #1b55a7;
    color: white;
    box-shadow: 0px 0px 2px white;
}

.center-button1 {
    font-family: Georgia;
    display: inline-block;
    margin-right: 1px;
    margin-left: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    width: auto;
    border-radius: 15px;
    border: none;
    box-shadow: 0px 0px 3px #317ADD;
    height: 25px;
    background-color: white;
    color: black;
    text-decoration: none;
    padding: 2px 5px 5px 5px;
}

.center-button1:hover {
    background-color: #1b55a7;
    color: white;
    box-shadow: 0px 0px 2px white;
}

.center-buttonTruck {
    font-family: Georgia;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 20px;
    width: 250px;
    border-radius: 15px;
    border: none;
    box-shadow: 0px 0px 3px #317ADD;
    height: 25px;
    background-color: #317ADD;
    color: white;
}

.center-ButtonTruck:hover {
    background-color: #1b55a7;
    color: white;
    box-shadow: 0px 0px 50px white;
}

.linkHead p {
    background-color: #317ADD;
    margin-top: 130px;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: auto;
    color: white;
    font-size: 45px;
    display: inline-block;
    width: auto;
    height: 55px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 10px black;
    padding: 1px 15px 60px 15px;
}

.linkHead a {
    z-index: 55;
    font-size: 45px;
    color: white;
    top: 130px;
    left: 30px;
    text-decoration: none;
    position: absolute;
    background-color: #317ADD;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 10px black;
    height: 61px;
    padding: 1px 15px 60px 15px;
}

.linkHead a:hover {
    background-color: #0148a5;
    top: 125px;
}

.incBtns {
    background-color: #317ADD;
    color: white;
    text-decoration: none;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    box-shadow: 0px 0px 3px #317ADD;
    border-radius: 15px;
    display: inline-block;
    margin-right: auto;
}

table th {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 60px;
    padding: 5px;
    border: none;
    /*border-color: none;*/
    box-shadow: 1px 1px 6px black;
    background-color: #317ADD;
    cursor: context-menu;
    position: sticky;
    /* Safari */
    top: 0;
    font-size: 20px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 13px;
    background: #ffffff;
    border-radius: 25px;
}

::-webkit-scrollbar-track {
    opacity: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122, 153, 217)), color-stop(0.86, rgb(28, 58, 148)));
}

input[type="text"],
input[type="password"],
textarea,
select,
input[type="date"] {
    outline: none;
}

.weighBtn {
    margin-top: 250px;
    margin-left: 50px;
}

#lastweighBTN {
    cursor: pointer;
    margin-top: 10px;
    border: 1px black solid;
    border-radius: 25px;
    ;
    background-color: #317ADD;
    color: white;
    font-size: 16px;
    display: inline-table;
    margin-left: 50px;
    margin-right: 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 25px;
}

#lastweighBTN:hover {
    background-color: rgb(175, 78, 42);
    cursor: pointer;
    color: white;
}

#lastweighBTN:active {
    background-color: rgb(124, 28, 28);
    cursor: pointer;
    color: white;
}

input.center-button {
    cursor: pointer;
}

.center-button1 {
    cursor: pointer;
}

p {
    cursor: context-menu;
}

a.center-button {
    cursor: pointer;
}

h2 {
    cursor: context-menu;
}

.scrollTable {
    width: 1850px;
    overflow-x: auto;
    height: 580px;
    overflow-y: auto;
    white-space: nowrap;
    border: 2px black solid;
    margin-top: 80px;
    margin-left: 25px;
    margin-right: 25px;
    border-radius: 25px;
    background-color: #317ADD;
    box-shadow: 1px 1px 5px;
    padding-top: 0px;
}

.transporter-scroll-con {
    width: 250px;
    overflow-x: auto;
    height: 150px;
    overflow-y: auto;
    white-space: nowrap;
    border: 2px black solid;
    margin-top: 5px;
    margin-left: 25px;
    margin-right: 25px;
    border-radius: 25px;
    background-color: #ff7f50;
    /* box-shadow: 1px 1px 5px; */
    padding-top: 0px;
}

#TRANSPORTER_CHECKBOX_ID{
    font-size: 20px;
}

.center-block-checkbox{
margin-left: 5px;
size: 50px;
}

.scrollTableManual {
    margin-left: 600px;
    width: 715px;
    overflow-x: auto;
    height: 650px;
    overflow-y: auto;
    white-space: nowrap;
    border: 2px black solid;
    border-radius: 25px;
    background-color: #317ADD;
    box-shadow: 1px 1px 5px;
}

.scrollTableManualDriver {
    margin-left: 300px;
    width: 1315px;
    overflow-x: auto;
    height: 650px;
    overflow-y: auto;
    white-space: nowrap;
    border: 2px black solid;
    border-radius: 25px;
    background-color: #317ADD;
    box-shadow: 1px 1px 5px;
}

.reportTableTruck {
    margin: 0px 0px 0px 0px;
    /*border: none;*/
}

.reportTableTruck table {
    border-collapse: separate;
}

.reportTableTruck input {
    height: 100%;
    margin: 0px 1px 0px 1px;
    border: none;
    /*COMMENTED OUT FOR WEIGH REPORT TABLES*/
    /*width: 100%;*/
    font-size: 18px;
    /*box-sizing: content-box;*/
}

.scrollTableManualDriver .reportTableTruck td {
    width: 100%;
}

.scrollTableManualDriver .reportTableTruck select {
    width: 100%;
}

#checkth {
    width: 105px;
    background-color: #40826D;
    border: 1px black solid;
    height: 25px;
}

#checktd {
    background-color: grey;
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    height: 0px;
}

#checkth input {
    width: 100px;
    margin-right: 0px;
    background-color: transparent;
}

#checkth input[type="checkbox"] {
    width: 25px;
    margin-left: 42px;
}

#CLIENT_CHECKROW {
    margin-left: 0px;
}

.reportTableTruck td {
    background-color: white;
    width: 150px;
    height: 0px;
    padding: 1px;
    border-bottom: 1px black solid;
    border-right: 1px black solid;
}

.reportTableTruck td:hover {
    background-color: #317ADD;
}

.reportTableTruck tbody {
    border: none;
}

.reportTableTruck select {
    width: 180px;
    height: 40px;
}

.reportTableTruck select:hover {
    background-color: #317ADD;
    color: white;
}

.reportTableTruck input:hover:not(:read-only){
    background-color: #317ADD;
    color: white;
}

input[type="text"]:read-only , input[type="number"]:read-only{
/* background-color: #000; */
    cursor:not-allowed;
}

::selection {
    background: #f0de0f;
    color: black;
}

.reportTableTruck table {
    width: 100%;
}

.reportTableTruck input[type="select"] {
    cursor: pointer;
}

.reportTable {
    margin-left: auto;
    margin-bottom: 50px;
    margin-right: auto;
    margin-top: 10px;
    border: none;
}

.reportTable th {
    background-color: slategrey;
    /*width: 25px;*/
    height: 45px;
    padding: 0px 25px 0px 25px;
    border: 1px black solid;
    color: white;
}

.reportTable th:before {
    top: 0;
    border: 1px solid black;
}

.reportTable th:after {
    bottom: 0;
    border: 1px solid black;
}

.reportTable td {
    background-color: white;
    /*width: 0px;*/
    height: 0px;
    border: none;
    padding: 0px 15px 0px 15px;
}

.reportTable input {
    height: 25px;
    margin: 0px;
    padding: 0px;
    border: none;
}

.reportTable tr {
    height: 0px;
    padding: 0px;
}

#spanSelect {
    color: white;
    margin-left: 15px;
    text-decoration: underline;
}

#logoutBody {
    background-color: black;
    animation-name: logout;
    animation-duration: 5s;
}

@keyframes logout {
    from {
        background-color: black;
    }
    to {
        background-color: white;
    }
}

#reportH2 {
    margin-top: 100px;
    margin-bottom: 15px;
}

#updateReport {
    cursor: pointer;
    margin-top: 10px;
    border: 1px black solid;
    background-color: #317ADD;
    color: white;
    font-size: 16px;
    display: inline-table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    /*margin-top: 10px;*/
    padding: 0px 0px 0px 0px;
}

#FIRSTWEIGHTABLE #updateReport {
    background-color: white;
    color: black;
}

#FIRSTWEIGHTABLE #updateReport:hover {
    background-color: #317ADD;
    color: white;
}

#deleteRows {
    border: 1px black solid;
    color: white;
    background-color: #317ADD;
    font-size: 16px;
    display: inline-table;
    margin-top: 10px;
    padding: 0px 0px 0px 0px;
}

#printcard {
    border: 1px black solid;
    color: white;
    background-color: #317ADD;
    font-size: 16px;
    display: inline-table;
    margin-top: 10px;
    padding: 0px 0px 0px 0px;
}

.reportButtons {
    background-color: white;
    margin-bottom: 10px;
}

input:read-only {
    cursor: context-menu;
}

label {
    text-decoration: none;
}

#reportH2A {
    margin-top: 80px;
    margin-bottom: 25px;
}

#GROSS_WEIGHT {
    background-color: transparent;
}

#GROSS_WEIGHT:active {
    background-color: transparent;
    color: black;
    box-shadow: none;
}

#GROSS_WEIGHT:focus {
    background-color: transparent;
    color: black;
    box-shadow: none;
}

#FIRSTWEIGHTABLE {
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
}

.tranInput {
    display: block;
}

input[type="radio"] {
    margin-left: 25px;
}

.barcodeCon {
    border-radius: 25px;
    border: 1px black solid;
    background-color: gray;
    text-decoration: none;
    font-size: large;
    height: 55px;
    padding-top: 5px;
}

#barcodeCheck {
    padding-top: 5px;
    margin-bottom: 0px;
    height: 20px;
    width: 20px;
}

#barcodeCheck:checked {
    color: red;
}

.center-block:invalid {
    background-color: white;
}

.center-block:valid {
    background-color: rgb(47, 255, 245);
}

input[value="NULL"]:valid {
    background-color: rgb(255, 255, 255);
}

.grid-container {
    display: grid;
    border: 1px black solid;
    grid-template-columns: auto auto;
    background-color: #317ADD;
    padding: 10px;
    font-family: 'Open Sauce Light';
    margin-left: 55px;
    margin-right: 55px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.grid-item {
    background-color: white;
    border: 1px solid rgb(0, 0, 0);
    padding: 17px;
    font-size: 25px;
    text-align: center;
    font-family: 'Open Sauce Light';
}

.dashboard-item {
    display: block;
    background-color: #317ADD;
    color: white;
    border: 1px black solid;
    border-radius: 25px;
    font-size: 20px;
    margin-left: 300px;
    margin-top: 50px;
    text-align: center;
}

.dashboardTable {
    background-color: red;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 100px;
}

.dashboardTable td {
    background-color: white;
    box-shadow: none;
    border: 1px black solid
}

.center-block input[type=submit]:valid {
    background-color: rgb(255, 255, 255);
}

button[type=submit]:valid {
    background-color: coral;
}

.center-block select:valid {
    background-color: coral;
}

.center-block:read-only:not(input[type=submit], button) {
    font-style: italic;
}

button[type=submit]:active {
    background-color: #317ADD;
}

.reportPageBeck {
    position: absolute;
    background-color: #317ADD;
    z-index: 99;
    margin-top: 105px;
    margin-left: 50px;
    height: 35px;
    width: 110px;
    border-radius: 0px 15px 0px 15px;
    box-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.reportPageBeck:hover {
    background-color: #235499;
}

.reportPageBeck a {
    color: white;
    text-decoration: none;
    font-size: 30px;
    margin-top: 5px;
    /*height: 50px; */
    width: 100%;
    padding-left: 25px;
    padding-right: 15px;
}

.reportPageBeck a:hover {
    cursor: pointer;
}

.reportPageBack {
    position: absolute;
    background-color: #317ADD;
    z-index: 99;
    margin-top: 0px;
    margin-left: 50px;
    height: 35px;
    width: 110px;
    border-radius: 0px 15px 0px 15px;
    box-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.reportPageBack:hover {
    background-color: #235499;
}

.reportPageBack a {
    color: white;
    text-decoration: none;
    font-size: 30px;
    margin-top: 5px;
    /*height: 50px; */
    width: 100%;
    padding-left: 25px;
    padding-right: 15px;
}

.reportPageBack a:hover {
    cursor: pointer;
}

.reportTableTruck th {
    background-color: #40826D;
    width: 1900px;
    /*padding: 10px 0px 0px 0px;*/
    cursor: context-menu;
    /*height: 5px;*/
    color: white;
    background: linear-gradient(to top, rgb(rgb(0, 0, 0), 1px), rgb(0, 0, 0) 1px, #40826D 1px, #40826D 100%);
    border-left: 1px black solid;
}

.incomingTable {
    margin: 0px 0px 0px 500px;
    /*border: none;*/
}

.incomingTable th {
    background-color: #40826D;
    width: 150px;
    /*padding: 10px 0px 0px 0px;*/
    cursor: context-menu;
    /*height: 5px;*/
    color: white;
    border: 1px black solid;
}

.incomingTable td {
    background-color: white;
    width: 0px;
    height: 0px;
    padding: 0px 0px 0px 0px;
    border: 1px black solid;
}

.incomingTable tbody {
    border: none;
}

.incomingTable input {
    height: 45px;
    margin: 0px 0px 0px 0px;
    border: none;
    width: 200px;
    font-size: 18px;
}

.incomingTable input:hover {
    background-color: #317ADD;
}

#incomingScrollTable {
    background-color: #317ADD;
}

a.center-block {
    font-size: 15px;
}

p#C1 {
    position: absolute;
    margin-top: 0;
    padding-left: 25px;
    font-size: 42px;
    font-family: 'Dosis semi bold';
    text-decoration: underline;
    text-decoration-thickness: from-font;
}

#REG_ID {
    font-size: 20px;
    position: absolute;
    top: 15px;
}

#VRC_REG_ID {
    font-size: 20px;
    position: absolute;
    top: 0.1px;
    left: 110px;
    color: black;
    font-weight: bold;
}

#WEIGHT {
    color: black;
    height: 50px;
    font-size: xx-large;
}

#lastWeighTable th {
    background-color: grey;
    color: white;
}

.lastWeigh {
    margin-left: auto;
    margin-bottom: 50px;
    margin-right: auto;
    margin-top: 10px;
    border: none;
}

.lastWeigh th {
    background-color: slategrey;
    width: 25px;
    height: 45px;
    padding: 0px 25px 0px 25px;
    border: 1px black solid;
    color: white;
}

.lastWeigh td {
    background-color: white;
    width: 0px;
    height: 0px;
    border: none;
    padding: 1px;
}

.lastWeigh input[type="text"] {
    height: 50px;
    width: 290px;
    font-size: 50px;
    margin: 0px;
    text-align: center;
    border: none;
    display: inline-block;
    /*background-color: black;*/
}

.lastWeigh input[type="number"] {
    height: 50px;
    width: 290px;
    font-size: 50px;
    margin: 0px;
    text-align: center;
    border: none;
    display: inline-block;
    /*background-color: black;*/
}

.lastWeigh tr {
    height: 0px;
}

#lastWeighRegistrationNumber {
    width: 320px;
}

input[type="text"] {
    padding: 3px;
}

#NOCAPS {
    text-transform: none;
}

.scrollTableUser {
    margin-left: 450px;
    width: 1090px;
    overflow-x: auto;
    height: 650px;
    overflow-y: auto;
    white-space: nowrap;
    border: 2px black solid;
    border-radius: 25px;
    background-color: #317ADD;
    box-shadow: 1px 1px 5px;
}

.scrollTableUser input[type="text"] {
    text-transform: none;
}

.void-reason-class {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 800px;
    height: 250px;
    margin-top: -90px;
    margin-left: -400px;
    background: #FFFFFF;
    border: 2px solid #000;
    z-index: 100000;
    font-size: 25px;
}

.void-reason-class::placeholder {
    font-size: 35px;
}

#overlay {
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

.input-reason-class {
    display: none;
    position: absolute;
    width: 800px;
    height: 250px;
    margin-top: auto;
    margin-left: auto;
    background: #FFFFFF;
    border: 2px solid #000;
    z-index: 100000;
    font-size: 25px;
}

.input-reason-class::placeholder {
    font-size: 35px;
}

input[type="checkbox"]:disabled {
    background-color: black;
}

.PDFPreview {
    position: absolute;
    width: 450px;
    height: 750px;
    right: 50px;
    top: 3000px;
    border: 2.4px #317ADD solid;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .6);
}

.PDFPreview object {
    width: 100%;
    height: calc(100% - 45px);
}

#PDFDivHeader {
    width: 100%;
    height: 45px;
    background-color: #317ADD;
}

#PDFDivHeader:hover {
    cursor: move;
}

#PDFDivHeader span {
    color: white;
}

#closeBTN {
    width: 55px;
    height: 25px;
    background-color: red;
    position: absolute;
    right: 0;
    top: 0;
    /*border: 1px black solid;*/
}

#closeBTN:hover {
    color: white;
    background-color: rgb(153, 0, 0);
    cursor: pointer;
}

.barcode-receiving,
.barcode-scan-1,
.barcode-scan-2,
.license-scan-1,
.license-scan-2,
.asset-details-div,
.max-gross-input,
.asset-type-div,
.asset-fleet-div,
.weighslip-con,
.form-part-ID,
.form-part-1,
.form-part-2,
.form-part-3,
.form-part-4,
.form-part-5,
.form-part-6,
.form-part-7,
.form-part-submit,
.form-part-slip,
.first-weigh-order,
.seal-quantity-con,
.seal-con,
.barcode-temp-con,
.barcode-question-con,
.barcode-template-con,
.form-part-mine-trans,
.OTP-class,
.enter-otp,
.hide-class{
    display: none;
}

.OTP-class{
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.521);
    height: 100%;
    width: 100%;
}

[name=otpReasoning]{
    max-width: 250px;
    min-width: 250px;
    height:45px;
    font-size: 20px;
    padding-top: 5px;
    overflow-y:auto;
}

.restart-btn {
    position: sticky;
    top: 250;
    margin-left: 280px;
    width: 80px;
    height: 40px;
}

.restart-btn button {
    background-color: #317ADD;
    border: none;
    color: white;
    height: 40px;
    width: 80px;
    box-shadow: 2px 2px 8px black;
    border-radius: 8px;
    /* padding: 0; */
    font-size: 20px;
    padding: 1px 5px 1px 5px;
}

.restart-btn:hover {
    top: 245;
}

.restart-btn button:hover {
    background-color: #285da7;
    cursor: pointer;
}

.NTN-HELP-DIV {
    display: none;
    position: absolute;
    top: 250px;
    left: 1180px;
    background-color: #317ADD;
    height: 102px;
    width: 302px;
    box-shadow: 3px 3px 10px black
    /* padding: -5px; */
}

.NTN-HELP-DIV img {
    padding: 5px;
    padding-top: 8px;
    padding-left: 7px;
}

.faux-weight-btns{
    position: absolute;
    top: 500px;
    left: 150px;
}

#mod-order-reason-textarea{
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 18px;
    height: 150px;
    min-height: 45px;
    max-width: 250px;
    min-width: 250px;
}

.home-daily-widget{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    display: none;
}

.home-daily-widget td{
    position: absolute;
    background-color: coral;
    left: 0;
    top: 0;
    margin-left: 25px;
    height: 200px;
}

.widget-label{
    font-size: large;
}

