﻿html {
    font-family: calibri;
}

body {
    margin: 0;
    padding: 0;
    min-width: 1200px;
    font-size:16px;
    background-color: #D1E3ED;
}

.header {
    height: 100px;
    width: 100%;
    background-color: #D1E3ED;
    color: #0F228B;
    text-align: center
}

.barcode {
    width:95%;
    text-align:left;
    vertical-align:top;
    font-family:'Libre Barcode 128';
    font-size:70px;
    letter-spacing:3px;
    margin:0px;
    font-weight:300;
}

.labelHeader {
    font-family: Calibri;
    font-size: 20px;
    font-weight: bold;
}


h1, h2, h3, h4, h5 {
    margin: 0
}

.menu-header {
    height: 50px;
    width: 100%;
    background-color: #0F228B;
    color: #D1E3ED;
    text-align:center
}
.menu {
    font-weight:bold;
    color:inherit;
    text-decoration:none;
    font-size:18px
}

.menu-table {
    text-align: center;
    color:white;
}
    .menu-table:hover {
        background-color: #B1CFEE;
        color: #222;
    }

.menu-table_OptionSelected {
    background-color: #B1CFEE;
    color: #222;
}

.linkbtn {
    color: black;
    width:100%;
}

    .linkbtn:hover {
        color: white;
    }

.logo {
    height: 68px;
}

.footer {
    height: 30px;
    background-color: black;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0px;
    bottom: 0;
}

.content {
    min-height: 100vh;
    width: 100%;
    max-width: 1800px;
    background-color: white;
    margin: 0 auto;
    margin-top:180px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.button-standard {
    padding:5px 10px 5px 10px;
    background-color:#efefef;
    color:#000;
    font-size:16px;
    border:1px solid #333;
    border-radius:5px;
    font-weight:600;
}
.button-standard:hover{
    color:#efefef;
    background-color:#333;
}

.divider {
    height: 0.5px;
    width: 90%;
    background-color: #ddd;
    margin: 0 auto;
}

.table-textbox {
    outline: none;
    font-size: inherit;
    font-family: inherit;
    background-color: #fbfbfb;
    border: 1px solid #777;
    border-radius: 5px;
    height: 90%;
    max-height:25px;
}

.testFormTable {
    width: 90%;
    border: 2px solid #555;
    border-radius: 5px;
}

.testFormDIV {
    width: 90%;
}

a {
    text-decoration: none;
    color: #0066ff;
}

    a:hover {
        text-decoration: none;
        color: #000;
    }


.th-border {
    vertical-align: top;
    height: 20px;
    font-size: 20px;
    border-bottom: 2px solid #222;
    border-right: 2px solid #222;
}

.chargesTextBox {
    width: 90%;
    outline: none;
    font-size: inherit;
    font-family: inherit;
    background-color: #fbfbfb;
    border: 1px solid #777;
    border-radius: 5px;
    height: 25px;
}

.orderFormChargesTable {
    height: 50px;
    vertical-align: central;
}

.th-borderOrderForm {
    vertical-align: central;
    height: 40px;
    font-size: 16px;
    text-align: center;
    border-right: 2px solid #222;
}
.th-borderOrderForm:hover {
    vertical-align: central;
    height: 40px;
    font-size: 16px;
    text-align: center;
    border-right: 2px solid #222;
}


.miniTestGradingBorder {
    width: 50%;
    border-top: 2px solid #222;
}

.miniOptionalTestBorder {
    width: 100%;
    text-align: center;
    border-right: 2px solid #222;
    border-left: 2px solid #222;
    font-size: 20px
}

.innerOptionalTable {
    width: 100%;
    text-align: center;
    border-top: 2px solid #222;
}

.withoutBorderOnRight {
    vertical-align: central;
    height: 25px;
    font-size: 20px;
    text-align: center;
}

.td-borderHighlightedOptions {
    vertical-align: top;
    height: 25px;
    font-size: 14px;
    border-bottom: 2px solid #777;
    border-right: 2px solid #777;
    background-color: #ddd;
    
}

    .td-borderHighlightedOptions:hover {
        background-color: #0F228B;
        color: #D1E3ED;
    }

.td-borderWithoutHover {
    vertical-align: top;
    height: 25px;
    font-size: 14px;
    border-bottom: 2px solid #777;
    border-right: 2px solid #777;
}

.td-border {
    vertical-align: top;
    height: 25px;
    color: #000;
    font-size: 14px;
    border-bottom: 2px solid #777;
    border-right: 2px solid #777;
}
    .td-border:hover {
        background-color: #0F228B;
        color: #fff;
    }

.td-borderHighlighted {
    vertical-align: top;
    height: 25px;
    font-size: 14px;
    border-bottom: 2px solid #777;
    border-right: 2px solid #777;
    background-color: #ddd;
}
    .td-borderHighlighted:hover {
        background-color: #0F228B;
        color: #D1E3ED;
    }

.dataListContent {
    margin:0 auto;
    width:99%;
}

.preview-itemsContent {
    border-right: 2px solid #222;
    height: 40px;
    font-size:14px;

}

.itemsContent {
    border-right: 2px solid #222;
    height:340px;
}

.modal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    padding-top: 10px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content-product {
    background-color: white;
    border-radius: 5px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    height: 80vh;
    color: #333;
    width: 80%;
    max-width: 1000px;
    overflow-y: scroll;
}

.chkBox input {
    width: 25px;
    height: 25px;
}