﻿body, div, p, h1, h2, h3, h4, ul, li, table {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    padding: 0;
    text-align: center;
}

a {
    color: #04adef;
    text-decoration: none;
}

body {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 75%;
    margin: 0;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

#PrintSizeImage:hover{
    cursor: pointer;
}

#TblZip {
    margin-left: auto;
    margin-right: auto;
}

    #TblZip .td-left {
        border: 0px;
    }

    #TblZip .td-right {
        border: 0px;
    }


label {
    color: #04adef;
    display:block;
    top:0px; 
}

.cbltype {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: inline-flex;
}

.center {
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
    width: 98%;
}

.ColumnOff a {
    padding-left: 3px;
    color: #000;
    white-space:nowrap;
}

.ColumnOn a {
    padding-left: 3px;
    white-space: nowrap;
}

.container {
    width: 100%;
}

.content {
    background-color: white;
    color: black;
}

.header {
    background-color: white;
    border-color: white;
    color: #F46B25;
    width:400px;
}

.hidden {
    display: none;
}

.Instrux {
    background-color: #fffce0;
    padding: 8px;
    border: 1px solid #fff4a8;
}

.nowrap {
    text-wrap: none;
}


.print-button {
    background-color: #04adef;
    border-color: black;
}

select {
    /*width: 100%;*/
    height: 36px;
    border: 1px solid #04adef;
    font-size: 20px;
}

.SortButtonOff {
    color: #04adef;
    background-color: #fff;
    border: 1px solid #04adef;
    padding: 8px;
    font-size: 12px;
}

.SortButtonOn {
    color: White;
    background-color: #04ADEF;
    border: 0;
    padding: 8px;
    font-size: 12px;
}

td.ColumnOff, td.ColumnOn {
    border-bottom: 2px solid #04ADEF;
    white-space:nowrap;
}

.td-center {
    white-space: nowrap;
    text-align: center;
    vertical-align: text-top;
    border-bottom: 1px solid #e2e2e2;
    padding: 8px;
}

.td-center-wrap {
    white-space: normal;
    text-align: center;
    vertical-align: text-top;
}

.td-left {
    white-space: nowrap;
    text-align: left;
    vertical-align: text-top;
    border-bottom: 1px solid #e2e2e2;
    padding: 8px;
}

.td-left-ColumnOff {
    white-space: nowrap;
    text-align: left;
    vertical-align: text-top;
    border-bottom: 1px solid #e2e2e2;
    padding: 8px;
}

.td-left-ColumnOn {
    white-space: nowrap;
    text-align: left;
    vertical-align: text-top;
    border-bottom: 1px solid #e2e2e2;
    padding: 8px;
}

.td-left-wrap {
    white-space: normal;
    text-align: left;
    vertical-align: text-top;
}

.td-right {
    white-space: nowrap;
    text-align: right;
    vertical-align: top;
    border-bottom: 1px solid #e2e2e2;
    padding: 8px;
}

.td-right-bottom {
    white-space: nowrap;
    text-align: right;
    vertical-align:bottom;
    border-bottom: 1px solid #e2e2e2;
    padding: 8px;
}

.td-right-bold {
    white-space: nowrap;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}

.text-big {
    font-size: 100%;
}

.text-medium {
    font-size: 90%;
}

.text-small {
    font-size: 75%;
}

.warning {
    color: Red;
    font-style: italic;
    font-weight: bold;
    font-size: large;
}

.wrap {
    text-wrap: normal;
    word-wrap: break-word;
}

.ZipCode {
    width: 140px;
    font-size: 30px;
    padding: 5px;
    border: 1px solid #04adef;
    border-radius: 5px;
}

.ZipCode::placeholder {
    font-size: 18px;
    color: #b6b6b6;
}

.ZipSubmit {
    color: #fff;
    background-color: #04ADEF;
    border: 0;
    padding: 12px;
    font-size: 18px;
    border-radius: 5px;
    float: right;
}

/* css below is for the wait cursor  */

.loader {
    /* positions the loader in the center of the page */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* everything below creates the loader animation */
.outer,
.middle,
.inner {
    border: 3px solid transparent;
    border-top-color: #04ADEF;
    border-right-color: #04ADEF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
}

.outer {
    width: 3.5em;
    height: 3.5em;
    margin-left: -1.75em;
    margin-top: -1.75em;
    animation: spin 2s linear infinite;
}

.middle {
    width: 2.1em;
    height: 2.1em;
    margin-left: -1.05em;
    margin-top: -1.05em;
    animation: spin 1.75s linear reverse infinite;
}

.inner {
    width: 0.8em;
    height: 0.8em;
    margin-left: -0.4em;
    margin-top: -0.4em;
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/*  END OF wait cursor */
