/* css for all the rounded tables, bottomline is the red line and dk row is the dark row (duh!)
   ----------------------------------------------------*/
.dkrow, .boxHeader {
    text-align: left;
    overflow: auto;
    padding: 4px 10px;
    white-space: normal;
    font-weight: bold;
    color: #FFF;
    background-color: #57616a;
    font-size: 12px;
    line-height: 18px;
    font-color: #ffffff;
}

.bottomline {
    width: auto;
    overflow: auto;
    padding: 4px 10px;
    line-height: 18px;
    white-space: normal;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.ltgrayrow {
    text-align: left;
    overflow: auto;
    white-space: normal;
    line-height: 16px;
    background-color: #CCC;
    font-weight: bold;
    vertical-align: top;
    padding: 5px 10px;
}

.whiterow {
    padding-top: 5px;
    white-space: normal;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    overflow: auto;
    vertical-align: top;
    padding-right: 10px;
    padding-left: 10px;
}

.hdr1 {
    overflow: auto;
    padding: 5px 10px 0 3px;
    white-space: normal;
    font-size: 11px;
    font-weight: bold;
    word-spacing: normal;
}

.hdr2 {
    overflow: auto;
    padding: 3px 10px 3px 10px;
    vertical-align: top;
}

.whitehdr1 {
    text-align: left;
    overflow: auto;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: normal;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-align: left;
    vertical-align: middle;
    word-spacing: normal;
}

.redhdr1 {
    text-align: left;
    overflow: auto;
    overflow: visible \9;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: normal;
    font-size: 11px;
    font-weight: bold;
    color: #C00;
    vertical-align: normal;
    word-spacing: normal;
    padding-left: 3px;
}

.greenhdr1 {
    text-align: left;
    overflow: auto;
    overflow: visible \9;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: normal;
    font-size: 11px;
    font-weight: bold;
    color: #34740e;
    vertical-align: normal;
    word-spacing: normal;
    padding-left: 3px;
}

/* =text input form field
   ----------------------------------------------------*/
.textinputbox {
    overflow: hidden;
    margin-bottom: 5px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .textinputbox {
        margin: 0;
    }
}

/* =text for all links
   ----------------------------------------------------*/
.redlinktext {
    text-align: left;
    overflow: auto;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: normal;
    font-style: normal;
    font-weight: bold;
    color: #C00;
    vertical-align: top;
    line-height: 16px;
    padding-top: 5px;
}

.tabheader {
    text-align: left;
    overflow: auto;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: normal;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #666;
    vertical-align: text-bottom;
    z-index: 0;
    -moz-border-radius-bottomleft: 1em;
    -moz-border-radius-bottomright: 1em;
    -moz-border-radius-topleft: 1em;
    -moz-border-radius-topright: 1em;
    border: thin solid #999;
    background-color: #FFF;
}

.textinputboxdisabled {
    text-align: left;
    overflow: auto;
    padding: 3px 10px;
    white-space: normal;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    vertical-align: middle;
    font-variant: normal;
    color: #666;
    border: thin solid #C9CED2;
    -webkit-box-shadow: 0px 0px 3px #ccc;
    -moz-box-shadow: 0px 0px 3px #ccc;
    box-shadow: 0px 0px 3px #ccc;
}

/* Needed for the summary page because the jquery css also has a whiterow and
   it's overriding stuff in the above css */

.whiterowsummary {
    text-align: left;
    overflow: auto;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: normal;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    overflow: auto;
    vertical-align: top;
}

.responsenamecell {
    text-indent: 0px;
    padding-left: 15px;
}

.checksbox {
    float: left;
    width: 73.5%;
}

.redrow {
    background-color: #C00;
}

.sumresults {
    text-align: left;
    overflow: auto;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: normal;
    font-size: 11px;
    line-height: 16px;
    background-color: #FFF;
    font-weight: bold;
    overflow: auto;
    vertical-align: top;
}

.thinbottomline {
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #C00;
    width: auto;
    font-size: 12px;
    font-weight: bold;
    text-indent: 5px;
    line-height: normal;
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: #CCC;
}


.ltgraybottomline {
    border-bottom: thin solid #C9CED2;
    width: auto;
    text-indent: 5px;
    height: 5px;
    float: none;
}

#results {
    background-color: #FFF;
    z-index: 6;
}

#summary {
    z-index: 5;
    background-color: #FFFFFF;
}

#checks {
    z-index: 5;
    overflow: auto;
    height: 195px;
    overflow-x: hidden;
}

#date {
    z-index: 5;
    width: 300px;
}

#summary {
    z-index: 5;
    background-color: #FFFFFF;
}

.containergray {
    background-color: #CCC;
    overflow: hidden;
}

.externalUrl {
    width: 100%;
    height: 640px;
    border: none;
}

.note {
    padding: 5px 0 5px 5px;
    font-size: 10px;
    font-style: italic;
    color: #333;
}

.divscroll1 {
    width: 910px;
    overflow: auto;
    min-height: 0%;
    max-height: 550px;
    max-height: 530px \9;
}

.box1 {
    overflow: hidden;
    white-space: normal;
    font-size: 12px;
    color: #555;
    margin: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    vertical-align: text-bottom;
    z-index: 1;
    border: 1px solid #C9CED2;
    -webkit-box-shadow: 0px 0px 3px #ccc;
    -moz-box-shadow: 0px 0px 3px #ccc;
    box-shadow: 0px 0px 3px #ccc;
}

.box1 .boxTitle-medium {
    font-size: 1.1em;
    font-weight: bold;
    color: #333;
    margin: 5px 0 2px 10px;
}

.box1 .boxTitle {
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    margin: 5px 0 2px 10px;
}

.box1 .boxHeader {
    border-top: solid medium #cc0000;
    margin-bottom: 3px;
    height: 20px;
}

.box1 .header-box-black .left {
    margin-left: 5px;
    float: left;
    width: 49%;
}


.box1 .header-box-black .right {
    float: right;
    width: 45%;
}

.box1 .leftCol {
    float: left;
    width: 49%;
    *width: 47%;
    _width: 47%;
    margin: 0;
    padding: 0;
    margin-left: 5px;
}

.box1 .leftColNoMargin {
    float: left;
    width: 49%;
    width: 47%/9;
}

.box1 .rightCol {
    float: right;
    width: auto;
    margin: 0;
    padding: 0
}

.box1 .leftCol, .box1 .leftColNoMargin, .box1 .rightCol, .box1 .oneCol {
    text-align: left;
    white-space: normal;
    font-size: 12px;
    color: #333;
    font-weight: bold;
    line-height: 16px;
    vertical-align: top;
    padding-top: 2px;
    overflow: auto;
}

.dialog .leftCol {
    float: left;
    width: auto;
}

.dialog .rightCol {
    float: right;
    width: auto;
}

.box1 .leftMargin {
    margin-left: 5px;
}

/* Configuration screens */
.summarybox {
    float: right;
    width: 25%;
    height: 100%;
    z-index: 2;
    padding: 2px;
}

.infobox {
    min-height: 70px;
    height: 90px;
    overflow: auto;
}

.configname {
    height: auto;
    overflow: auto;
}

.config-last-saved {
    float: right;
    font-size: 0.8em;
}

.config-last-saved .username {
    max-width: 170px;
    width: auto;
    overflow: hidden;
    float: right;
    height: 26px;
    *color: #333;
}

/* end Configuration screens */

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.clear-both {
    clear: both;
}

.pb-0 {
    padding-bottom: 0;
}

.full-width, .box1 .full-width {
    width: 100%;
}

.auto-width, .box1 .auto-width {
    width: auto;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.green {
    color: #228B22;
}