
.no-padding{
    padding:0 !important;
}

.PDF-print-border{
    margin-left:15px;
    margin-right:15px;
}

.PDF-font-size td,
.PDF-font-size th,
.PDF-font-size span {
    font-size: 20px;
}

.PDF-font-size h4 {
    font-size: 24px;
}

.PDF-font-size h5 {
    font-size: 22px;
}

.spacer {
    margin-bottom: 10px;
}

.userID {
    width: 100%;
    max-width: 300px;
}

.model-message{
    margin-top:10px;
}

.index-title {
    text-align: center;
    color: white;
    font-style: oblique;
    font-weight:bold;
    font-size:40px;
    font-family: Arial Black;
}

.button {
    min-width: 270px;
    min-height: 150px;
}

.button-x {
    min-width: 35px;
    min-height: 35px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 8px;
    position: absolute;
    top: 0;
    right: 0;
}

.button-inventory-selection {
    min-width: 150px;
    min-height: 50px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 8px;
    margin-bottom:8px;
}

.column {
    padding: 20px;
}

.bold {
    font-weight: bold;
}
.header-paragraph {
    font-size: 16px;
    margin: 0px;
}
.hide {
    display: none;
}

.box {
    min-height: 100px;
    min-width: 200px;
    width: max;
    border: solid thick #555;
}

/* For Firefox */
input[type='number'] {
    -moz-appearance: textfield;
}

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.center {
    margin: auto;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
/*Tabs*/
.content-tab {
    padding: 2px;
    background-color: #444;
    width: 100%
}

.tab-nav li a {
    color: black;
    border-radius: 5px 5px 0 0;
    padding: 3px 5px 5px 5px;
}

.tab-nav li.active a {
    background-color: #444;
    border-radius: 5px 5px 0 0;
    padding: 3px 5px 5px 5px;
}

.tab-nav li.active a:hover {
    background-color: darkgrey;
}

.tab-nav li.active a:focus {
    background-color: slategrey;
    color: white;
}

@media (min-width: 768px) {
    /*This is the only way*/
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        /*remove the gap so it doesn't close*/
    }
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.barcode-number,
.CustomerOrderNumber,
.CustomerPartNumber,
.Pieces,
.Weight,
.Length
{
    font-family: Arial Black !important;
}

    .CustomerOrderNumber input,
    .CustomerPartNumber input,
    .Pieces input,
    .Weight input,
    .Length input {
        width: 100%;
        font-size: 16pt;
        background-color:yellow;
    }

.barcode-number {
    min-width: 350px;
    font-size: 80px;
    line-height: 20px;
}

.CustomerOrderNumber {
    position: relative;
    width: 150px;
}

.CustomerPartNumber {
    position: relative;
    width: 150px;
}

.Pieces {
    position: relative;
    width: 150px;
}

.Weight {
    position: relative;
    width: 150px;
}

.Length {
    position: relative;
    width: 110px;
}

.modal-title {
    font-size: 16pt;
}

/*Navbar*/
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ddd;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding-left:5px;
    padding-right:5px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-top: 0;
    border-right:0;
    border-left:0;
    border-bottom: 1px;
    border-bottom-style: solid;
    min-width: 200px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropbtn:hover {
    background-color: #ddd;
}

.dropdown-content a:hover {
    background-color: #ccc;
}

.col-width{
    width:100%;
}

@media print {
    .only-print{
        display:initial;
    }
    .no-print {
        display:none;
    }
}
@media screen{
    .only-print{
        display:none;
    }
}
.ie10up {
    display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ie10up {
        display: inline;
    }
}
@media print {
    .page-break {
        page-break-after: always;
    }
}