body {
    color: black;
    font-family: 'Open Sans', 'Segoe UI', 'Calibri', sans-serif;
    font-size: 14pt;
    margin: 0px;
    padding: 0px;
}

html, body {
    height: 100%;
    overflow: auto;
}

.mi {
    font-family: 'Open Sans', 'Segoe UI', 'Calibri', sans-serif !important;
    font-size: 15pt !important;
    font-weight: bold !important;
    text-align: center !important;
    text-decoration: none !important;
}

.mi:hover {
    background-color: #33A8D4 !important;
    color: white !important;
}

.mi-off {
    background-color: #555555 !important;
    border-bottom: solid 2px White !important;
    color: White !important;
}

.mi-on {
    background-color: #8BC53F !important;
    color: white !important;
}

#footer {
    color: #4f4f4f;
    text-align: left;
    font-family: 'Open Sans', 'Segoe UI', 'Calibri', sans-serif;
    font-size: medium;
}

a {
    color: blue;
    padding-bottom: 0px;
    text-decoration: underline;
    text-shadow: none !important;
    font-weight: normal !important;
}

.h1 {
    color: black;
    font-family: 'Open Sans', 'Segoe UI', 'Calibri', sans-serif;
    font-size: 1.5em;
}

.h4 {
    color: #333333;
    font-size: 15pt;
    font-weight: bold;
}

.badRecordsTable {
    background: whitesmoke;
    border-collapse: collapse;
    color: black;
    margin-left: auto;
    margin-right: auto;
}

.badRecordsTable td {
    border: solid 2px #555555;
    padding: 2px 4px 2px 4px;
    text-align: center;
    white-space: nowrap;
}

img {
    background-repeat: no-repeat !important;
}

.resultsTable {
    background: #E6E6E6;
    border: 2px solid lightgray;
    border-collapse: collapse;
    color: black;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.resultsTableHomeSearch {
    /*background: #E6E6E6;*/
    border: 2px solid lightgray;
    border-collapse: collapse;
    color: black;
    margin-left: auto;
    margin-right: auto;
}

.resultsTable td {
    border: solid 1px black;
    padding: 2px 4px 2px 4px;
    text-align: left;
    white-space: nowrap;
}

.resultsTableHomeSearch td {
    border: solid 1px black;
    padding: 2px 4px 2px 4px;
    text-align: left;
    white-space: nowrap;
}

.externalLink:after {
    content: url(../images/externalpage.gif);
}

.centered {
    /*background:white;
    text-align: center;
    position: absolute;
    top: 35%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;*/
    background: white;
    opacity: .75;
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-image: url(../images/loading.gif);
    background-position-x: center;
    background-position-y: center;
    /* left: 5%; */
    /* margin-top: -100px; */
    /* margin-left: -100px; */
    z-index: 1000;
}

.loading {
    height: 100px;
    left: 5.9%;
    opacity: 0.85;
    margin-left: -115px;
    margin-top: -147px;
    position: absolute;
    text-align: center;
    top: 24.5%;
    z-index: 1000;
}

.loadingIcon {
    height: 80px;
}

.popupWindow {
    background-color: white;
    border: solid 2px #646464;
    display: none;
    margin: 0px 0px 0px 20px;
    position: absolute;
    top: 20%;
    width: 400px;
}

.modalPopup {
    background: whitesmoke;
    border-color: #555555;
    border-style: solid;
    border-width: 3px;
    padding: 3px;
    width: 550px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.gridView {
    border: solid 2px #555555 !important;
    /*margin: 5px auto !important;
    width: 100% !important;*/
}

/*.table tr:nth-child(odd) {
    background-color: whitesmoke !important;
}

.table tr:nth-child(even) {
    background-color: #D7E2C2 !important;
}*/

.tablecolor {
    background-color: whitesmoke;
}

.gridViewNoWidth {
    border: solid 2px #555555;
    margin: 5px auto;
}

#ucrLinkLogo {
    width: 49%; 
    padding-left: 10px;
}

#ucrLinkLogoImage {
    height: 35px;
}

#iterisLogo {
    width: 33%; 
    text-align: right;
    padding-right: 10px;
}

#iterisLogoImage {
    height: 55px;
    float: right;
    position: relative;
    bottom: 20px;
}

#headerTable {
    width: 100%;
    margin-top: 5px;
    /*border-top: solid 5px #555555;*/
}

#LoginStatus1 {
    text-decoration: underline;
}

#footerDividerDiv {
    clear: both; 
    margin: 0 10px 10px 10px;
    font-size: 10pt;
}

#topNavUnderBar {
    height: 5px;
    background: #8BC53F;
    margin: .4em 10px;
}

input[type="text"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="time"], input[type="url"], input[type="password"], textarea, select, .overrideChosenCss {
    /*background: whitesmoke !important;
    border: 2px solid lightgray !important;
    border-radius: 2px !important;
    box-sizing: border-box !important;
    color: black !important;
    cursor: pointer !important;
    font-size: medium !important;
    font-weight: 500 !important;
    outline: none !important;*/
    /*padding: 3px 7px 3px 7px !important;*/
}

input[type="text"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="time"][disabled], input[type="url"][disabled], input[type="password"][disabled], textarea[disabled], select[disabled], .overrideChosenCss[disabled] {
    background: lightgray;
    pointer-events: none;
}

input[type="text"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="time"], input[type="url"], input[type="password"], textarea, .overrideChosenCss {
    cursor: text !important;
}

input[type="text"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="search"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="password"]:hover, textarea:hover, select:hover, .overrideChosenCss:hover {
    border: 2px solid #8bc53f !important;
}

select {
    text-align-last: center !important;
}

.datepicker_trigger {
    z-index: 1;
    position: relative;
    bottom: 2.3em;
    left: 7.7em;
}

.ui-datepicker-trigger {
    float:left;
}

input[type="checkbox"] {
    background: linear-gradient(to bottom right, white, lightgray);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);
    height: 15px;
    margin: 5px 5px;
    position: relative;
    vertical-align: top;
    width: 15px;
}

/*input[type="radio"] {
    background: linear-gradient(to bottom right, white, lightgray);
    border-radius: 50px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);
    height: 15px;
    margin: 5px 5px;
    position: relative;
    vertical-align: top;
    width: 15px;
}*/

input[type="text"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    box-shadow: 0 0 1px #555555 !important;
}

/*input[type="button"], input[type="submit"], button, .button {
    background: #33A8D4;
    border-style: none !important;
    color: white !important;
    cursor: pointer !important;
    font-size: medium !important;
    padding: 5px 9px 5px 9px !important;
    text-decoration: none !important;
}*/

    input[type="button"][disabled], input[type="submit"][disabled], button[disabled], .button[disabled] {
        background: lightgray !important;
        pointer-events: none !important;
    }

.tableButton {
    background: whitesmoke;
    box-sizing: border-box;
    color: black !important;
    cursor: pointer;
    font-weight: 500;
    padding: 1px 2px 1px 2px;
    text-decoration: none;
}

.tableDatePicker {
    padding: 2px !important;
}

.mailerModalButton {
    margin: 2px !important;
}

.tdWithTableButton {
    background: whitesmoke;
    border: 1px solid gray;
    border-radius: 2px;
}

.tdWithTableButton:hover {
    border: 1px solid #8bc53f;
}

.tableInputButton {
    border: 0 !important;
    outline: 0 !important;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="button"]:focus, input[type="submit"]:focus:hover, button:hover:not(.mce-open), button:focus:not(.mce-open), .button:hover:not(.mce-open), .button:focus:not(.mce-open) {
    background: #33B8D5;
    outline: 0;
}

.reportsFontAwesomeButton:hover {
    background: none !important;
}

.messageText {
    color: orange;
    font-weight: bold;
    text-shadow: 1px 1px 2px black, 0 0 1px blue, 0 0 1px darkblue;
}

.errorText {
    color: #ff0033;
    font-weight: bold;
}

.fullDivWidth {
    width: 100%;
}

.startDateTextBox {
    width: 100px;
    text-align: center;
}

.endDateTextBox {
    width: 100px;
    text-align: center;
}

.standardDateBox {
    text-align: center;
}

.reportsInfoIcon {
    height: 25px;
    padding-left: 5px;
    outline: 0;
}

.centerInDiv {
    text-align: center;
}

.fontAwesomeButton {
    background: none;
    border: none;
    color: #555555 !important;
    font-size: 1.1em !important;
    padding-left: 1px;
    padding-right: 1px;
    vertical-align: middle;
    text-decoration: none !important;
    outline: 0;
}

.fontAwesomeButton:hover {
    border: none !important;
    color: #33A8D4 !important;
}

.footerIcon {
    color: lightgrey !important;
}

.reportsRunButton {
    font-size: 1.7em !important;
}

.reportsConfigureButton {
    font-size: 1.6em !important;
}

.movedown {
    position:absolute;
    opacity:0;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.fa-play-circle-o:hover {
    color: red !important;
}

table.tablesorter {
    border: 2px solid lightgray;
    border-radius: 5px;
    margin: auto;
    margin-bottom: 5px;
    padding: 2px;
    text-align: left;
}

.tablesorter-header-inner {
    color: #555555;
    cursor: pointer;
    text-align: center;
    text-decoration: underline;
}

.tablesorter-header-inner:hover {
    color: #8BC53F;
}

table.tablesorter thead tr .header {
    background-image: url(/Content/images/bg.gif);
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
}

table.tablesorter tbody td {
    text-align: center;
    vertical-align: middle;
}

table.tablesorter tbody td a {
    color: blue;
}

table.tablesorter tbody td a:focus {
    outline: 0;
}

table.tablesorter tbody td a:hover {
    color: darkblue;
}

table.tablesorter tbody tr.odd td {
    background-color: #D7E2C2;
}

table.tablesorter tbody tr.even td {
    background-color: whitesmoke;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(/Content/images/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(/Content/images/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #eeeeee;
    color: blue;
}

.reportsEditListBox {
    text-align-last: left !important;
}

.carrierContent {
    padding: 10px 40px;
    font-family: Times New Roman;
    font-size: 18px;
    text-align: center;
}

#carrierExemptionsDiv {
    color: white; 
    background-color: #555555; 
    font-weight: bold;
    margin-right: 10px;
}

#carrierExemptionsTable {
    margin-right: 10px;
    
}

.addExemptionButton {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

#exemptionsDropdownEmpty {
    color: white; 
    background-color: #555555; 
    font-weight: bold; 
    height: 15px;
}

.exemptionsDropdownPopulated {
    color: black;
}