﻿body {
    font-family: Verdana,Arial,sans-serif;
    margin: 0px;
    padding: 0px;
    overflow-y: hidden;
    overflow-x: hidden;
    font-size: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: inherit;
}

a.visited {
    color: inherit;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    border-bottom: #1F1F1F thin solid;
    vertical-align: middle;
    z-index: 2;
    background-color: white;
}

.logo {
    display: inline-block;
    padding-top: 0.5em;
}

.content {
    position: fixed;
    width: 100%;
    overflow-y: scroll;
    overflow-x: auto;
    z-index: 1;
}

.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    border-top: #1F1F1F thin solid;
    text-align: center;
    font-size: 75%;
    padding: 0.5em;
    z-index: 2;
    background-color: white;
}

.userFieldPrompt {
    color: #3F3F3F;
    padding: 0.5em 1em 0em 1em;
}

.userControl {
    text-align: inherit;
}

.radioButtonList {
    border-collapse: separate;
    border-spacing: 2em 0.5em;
}

.modalPopupBackground
{
    background-color: #777777;
    filter: alpha(opacity=50);
    opacity: 0.25;
    z-index: 1000;
}

.modalPopupForeground {
    background-color: white;
    border-style: ridge;
    border-width: 2px;
    border-color: #777777;
    overflow-y: auto;
}

.modalPopupWithinModalPopup {
    position: absolute !important;
    left: 5em !important;
    top: 5em !important;
}

.modalPopup {
    position: relative;
    overflow: auto;
}

.divPopup {
    Position: relative;
    overflow: auto;
    text-align: left;
}

.modalPopupDiv {
    border: thin solid black;
    margin: 1em;
}



.facilityDetailsName {
    color: #428BCA;
    font-size: 110%;
    font-weight: bold;
    white-space: nowrap;
}

.facilityDetailsAddress {
    font-size: 90%;
    white-space: nowrap;
}

.facilityDetailsFacilityComments {
    color: #7F7F7F;
    padding: 0.25em;
    vertical-align: top;
}

.autoCompleteList {
    margin: 0px;
    padding: 0.25em;
    border: thin solid #444444;
    list-style-type: none;
    overflow: auto;
    width: auto !important;
    visibility: hidden;
    background-color: #FFFFFF;
    cursor: default;
}

.autoCompleteListItem {
    color: #1C1C1C;
    background-color: #FFFFFF;
}

.autoCompleteListItemHighlighted {
    background-color: #c0c0c0;
    color: #1C1C1C;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #CFCFCF;
    font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #CFCFCF;
    font-style: italic;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #CFCFCF;
    font-style: italic;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #CFCFCF !important;
    font-style: italic !important;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; 
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.imgButtonAction {
    height: 2.5em;
    width: 2.5em;
    margin-right: 1em;
}

.imgButtonSearch {
    border: thin gray solid; 
    padding: 0.25em; 
    border-radius: 0.25em;
    background-color: #DFDFDF; 
    height:2.5em;    
}

input[type=checkbox] {
    transform: scale(1.5);
    margin-right: 1em;
}

.reportTitle {
    color: #428BCA;
    font-size: 200%;
    display: inline-block;
}

.reportHeader0 {
    background-color: #F0FFF0;
    font-weight: bold;
    color: black;
    padding: 0.25em;
    font-size: 150%;
}

.reportHeader1 {
    background-color: #DFEFFF;
    font-weight: bold;
    color: black;
    padding: 0.25em;
    font-size: 125%;
}

.reportHeader2 {
    background-color: #FFFFD0;
    font-weight: bold;
    padding: 0.25em;
    font-size: 110%;
}

.reportHeader3 {
    font-weight: bold;
    padding: 0.25em;
}

.reportFooter0 {
    text-align: right;
    font-weight: bold;
    color: black;
    padding: 0.25em;
    font-size: 150%;
}

.reportFooter0Number {
    font-weight: bold;
    color: black;
    padding: 0.25em;
    font-size: 150%;
    padding-right: 0.25in;
    text-align: right;
}

.reportFooter1 {
    text-align: right;
    font-weight: bold;
    color: black;
    padding: 0.25em;
    font-size: 125%;
}

.reportFooter1Number {
    font-weight: bold;
    color: black;
    padding: 0.25em;
    font-size: 125%;
    padding-right: 0.25in;
    text-align: right;
}

.reportFooter2 {
    text-align: right;
    font-weight: bold;
    padding: 0.25em;
    font-size: 110%;
}

.reportFooter2Number {
    font-weight: bold;
    padding: 0.25em;
    font-size: 110%;
    padding-right: 0.25in;
    text-align: right;
}

.reportFooter3 {
    text-align: right;
    font-weight: bold;
    padding: 0.25em;
}

.reportFooter3Number {
    font-weight: bold;
    padding: 0.25em;
    padding-right: 0.25in;
    text-align: right;
    border-top: thin black solid;
    border-bottom: thick black solid;
}

.reportCellMain {
    padding: 0.25em 1em;
    text-align: right;
}

.reportCell {
    padding: 0.25em 1em;
}

.reportCellNumber {
    padding: 0.25em 1em;
    padding-right: 0.25in;
    text-align: right;
}

.reportCellIndent {
    padding: 0.25em 1em 0.25em 3em;
}

@media print {
    .reportNonPrinting {
        display: none;
    }
}

.divSearch {
    padding: 1em;
    background-color: lightgray;
    border-radius: 0.5em;
}

.centerPanel {
    position: fixed;
    overflow-y: auto;
}