﻿body {
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-size: 16px;
}

h1 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 1.5px;
    font-weight: 400;
    color: #28386d;
    text-transform: uppercase;
}

h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    color: #454545;
    letter-spacing: .5px;
}

p {
    color: #454545;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 20px;
    margin: 0 0 20px;
}

a {
    color: #1ab9ed;
    text-decoration: underline;
    word-break: break-word;
    background-color: transparent;
    cursor: pointer;
}

.standoutLink {
    color: #28386d;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: initial;
}

    .standoutLink:hover {
        color: #1ab9ed;
    }

.form-control {
    display: block;
    height: 40px;
    padding: 5px 34px 5px;
    font-family: "Quicksand",Helvetica,Arial,sans-serif;
    font-size: 15.21px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 15.21px;
    color: #1c396b;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #374f7f;
    border-radius: 30px;
    box-shadow: inset 0 0 0 white;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    background-color: #ffffff;
    color: #28386d;
    border-color: #28386d;
    border-radius: 30px;
    font-family: "Quicksand", Helvetica, Arial, sans-serif;
    font-size: 13.21px;
    font-weight: 700;
    letter-spacing: 2px;
    min-width: 190px;
    padding: 9px 38px 10px;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    box-shadow: none;
    cursor: pointer;
    background-image: none;
    border: 2px solid #28386d;
    white-space: nowrap;
    text-transform: uppercase;
}

    .btn:hover {
        background-color: #c42a56;
        color: #ffffff;
    }

th {
    text-align: center;
    /*    width: 30%;*/
    border-bottom: 2px solid #ddd;
}

td {
    text-align: left;
    border: 2px solid #ddd;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

    .table thead tr th, .table tbody tr td {
        vertical-align: middle;
        border-bottom: 2px solid #ddd;
        padding: 8px;
        line-height: 1.42857;
    }

    .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
        border-top: 0;
    }

    .table tbody tr:nth-of-type(even) {
        background-color: rgba(0,0,0,.05);
    }

    .table tbody tr:nth-of-type(odd) {
        background-color: #ffffff;
    }

iframe {
    width: 100%;
    height: 1500px;
    border: 0;
}

#mainDiv {
    padding-left: 30px;
}

.productDiv {
    padding-left: 100px;
}

.productTable {
    width: 60%;
    border: 2px solid #ddd;
}

    .productTable tbody tr th {
        border-right: 2px solid #ddd;
    }

#tblIngredient {
    border: 2px solid #ddd !important;
}

    #tblIngredient td {
        border-right: 2px solid #ddd;
    }

    #tblIngredient thead tr th {
        border-right: 2px solid #ddd;
    }

.valueTable tbody tr th, .valueTable tbody tr td, .valueTable thead tr th {
    border: 2px solid #ddd;
}

.valueTable thead tr th {
    border-top: 2px solid #ddd !important;
}

#detailDiv {
    width: 100%;
    text-align: left;
}

.alignRight {
    text-align: right;
}

ul li {
    color: #1ab9ed;
}

    ul li span {
        color: black;
    }

.italicTable {
    font-style: italic;
}

#tblIngredientInfo ul li {
    color: black;
}

    #tblIngredientInfo ul li ul li {
        color: #1ab9ed;
    }

.CASCol {
    white-space: nowrap;
    padding: 10px;
}

.major li {
    color: black;
}

.hidden {
    display: none;
}

.entryForm h3 {
    font-size: 35px;
}

.entryForm {
    position: fixed;
    font-size: 35px;
    width: 50%;
    padding: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #000000;
    z-index: 9;
    border-radius: 8px;
}

#EmailResult {
    color: red;
    font-style: italic;
}
#SelectReport {
    font-size: 20px;
    transition:all 1s ease-in;
}
.entryForm input[type=text] {
    width: 100%;
    padding: .5em;
    margin: .5em;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 5px 0 22px 0;
    border: black solid 1px;
    background: #f1f1f1;
    box-sizing: border-box;
    font-size: 35px;
}

.entryForm .btn {
    background-color: #04AA6D;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
}
