@charset "utf-8";
/* CSS Document */
/*
 Copyright 2016 California Department of Transportation. All rights reserved.
*/
.global-header {
    background: #fff url("/images/slides/background_1.jpg") no-repeat 40% 40%
}

html, body
{
    height: 100%;
    width:  100%
}
.pmControlLabel {
    font-size:   12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 0px;
}

.floating .pmControlLabel {
    min-width: 8em;
}

.pmControlFieldsetLegend {
    font-family:Helvetica, sans-serif;
    font-weight:bold;
    width:auto;
    margin-bottom:2px;
    border-bottom:0
}

.floating .pmControlFieldsetLegend {
    font-size:12pt;
}

.topDocked .pmControlFieldsetLegend {
    font-size:10pt;
}

.topDocked .MapControlsFieldset > div {
    display: flex;
    flex-direction: row;
}

.floating .MapControlsFieldset > div {
    display:block;
}

.MainContainer {
    width:100%;
    height:auto;
    overflow: hidden;
}
.MapContainerSequential {
    width:100%;
    height:auto;
    position:static;
}

.TableOverlay {
    display:run-in;
}

.TableOverlay.floating {
    position:absolute;
    top:80px;
    z-index:200;
}

.TableOverlay.topDocked {
    left: 0;
    top: 0;
    position:inherit;
    z-index: 200;
    background-color: white;
}

.FilterControls {
    background-color:white;
    vertical-align: top;
    display:inline-block;
}

.floating .FilterControls {
    border:1px solid gray;
    padding:10px;
    width:320px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.topDocked .FilterControls {
}

.MapControlsTitleBar {
    background-color: #696969;
    color: white;
    text-align: center;
    line-height: 2em;
}

.floating .MapControlsTitleBar {
    display: block;
    height: 30px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.topDocked .MapControlsTitleBar {
    width: 15px;
    height: 52px;
    display: inline-block;
}

.MapControlsCloseBtn {
    background-color: #696969;
    border: none;
    background-image: url(../images/x.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
    font-size: 0px;
}

.floating .MapControlsCloseBtn {
    border-top-right-radius: 7px;
    float: right;
}

.multiSelectBox {
    border: 1px solid gray;
    background-color: #d2f0f1;
    overflow: hidden;
}

.multiSelectBox.focus-within {
    overflow:visible;
}

.floating .multiSelectBox {
    height: 5em;
}

.topDocked .multiSelectBox {
    height: 1.47em;
    width: 110px;
}

.multiOption {
    white-space: nowrap;
    margin: 0 5px;
    display: none;
}

.multiOption.checked {
    display: block;
}

.focus-within .multiOption {
    display: block;
}

.focus-within .multiOption.focus {
    outline: 2px solid blue;
}

label.multiOptionCat {
    margin: 4px 2px 2px 1px;
    font-size: smaller;
    white-space: nowrap;
    /* font-weight: 800; */
}

.focus-within label.multiOptionCat {
    display: block;
}

label.multiOptionCat {
    display: none;
}

.filterCheckboxSelect {
    display: block;
    background-color: #d2f0f1;
    overflow: hidden;
}

.multiSelectBox.focus-within .filterCheckboxSelect {
    border: 2px solid blue;
    position: relative;
    z-index: 300;
    max-height: 20em;
    min-height: 100%;
    overflow-y: auto;
}

.topDocked .multiSelectBox.focus-within .filterCheckboxSelect {
    display: inline-block;
    min-width: 100%;
}

.floating .multiSelectBox.focus-within .filterCheckboxSelect {
    width: 100%;
}

.topDocked span.sb1PostLabel {
    display: none;
}

.topDocked span.IIJAPostLabel {
    display: none;
}

.topDocked .stateHwyPreLabel {
    display: inline;
}

.floating .stateHwyPreLabel {
    display: none;
}

.topDocked span.stateHwyPostLabel {
    display: none;
}

.floating span.stateHwyPostLabel {
    display: inline;
}

.floating fieldset#statusControl .multiSelectBox {
    display: block;
    height: 6em;
}

.floating div.filterRadioButton {
    display: block;
}
.floating input.filterRadioButton {
    display: inline;
}
.floating label.filterRadioButton {
    display: inline;
}

.topDocked .filterRadioButton {
    display: none;
}

.floating .filterRadioSelect {
    display: block;
}

.topDocked .filterRadioSelect {
    display: inline-block;
}

.floating .districtMenu {
    width: 100%;
}

.topDocked .districtMenu {
    width: 125px;
}

.topDocked .controlsCheckbox {
    margin-left: 10px;
    display: flex;
}

.floating .controlsCheckbox {
    margin-left: 18px;
}

.topDocked .MapControlsCloseBtn {
    float: left;
}

.floating .selectProjectLocationType {
    display: block;
    margin-bottom: 5px;
}

.topDocked .selectProjectLocationType {
    margin-right: 10px;
    display: inline;
}

.MapControlsFieldset {
    border:1px solid black;
    padding:2px;
    margin: 1px;
}

.floating .MapControlsFieldset {
    display: block;
}

.topDocked .MapControlsFieldset {
    display: inline;
    vertical-align: bottom;
}

.floating .filterSubmitButtons {
    width: 100%;
    text-align: center;
    display: block;
}

.topDocked .filterSubmitButtons {
    display: inline;
}

.floating .filterSubmitButton {
    display: inline-block;
    margin:  4px 10px auto;
}

.topDocked .filterSubmitButton {
    display: none;
}

.floating .checkboxpair {
    display: flex;
    flex-direction: row;
}

.topDocked .checkboxpair {
    display: flex;
    flex-direction: column;
    margin-top: -0.9em;
    margin-bottom: -0.2em;
}

.topDocked .checkboxpair .firstcheckbox {
    margin-bottom: -5px;
}

.floating .checkboxpair .firstcheckbox {
    margin-right: 1em;
}

.ValidationMessageArea {
    margin-bottom: 5px;
}
.MapSearchText {
    display: inline;
}
.MapSearchSubmitContainer {
    display: inline;
}
.MapSearchSubmitContainer button {
    background-color: lightblue;
    border: none;
    font-weight: bold;
    font-size: larger;
}

.MapTopControl {
    display: inline-block;
    padding: 2px;
    vertical-align: middle;
    height: 32px;
    margin: 0 5px;
    background-color: lightblue;
}
#viewBoundaries {
    display: inline;
    vertical-align: middle;
    font-size: 11px;
}

#banner {
    width:100%;
    margin-top: 5px;
    padding: 4px;
    background-color: #696969;
}

.bannertitle {
    color:white;
    font-family:'Avenir Light', Verdana, Geneva, sans-serif;
    font-size:20px;
    margin-right: 10px;
    font-weight: normal;
    display: inline;
}
.copyrightnotice {
    color: rgba(255,255,255,0.9);
    vertical-align: middle;
    font-size: 12px;
    font-weight: normal;

}

.sronly {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

button:focus {
    outline: 1px solid lightblue;
}

.skipnav { text-align: left; }

.skipnav a {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skipnav a:focus, .skipnav a:active {
    font-family: verdana, geneva, sans-serif;
    font-size: 7.8pt;
    position: static;
    left: 0;
    width: auto;
    height: auto;
    overflow: visible;
    text-decoration: underline;
}

#iconCopyright {
    font-size: xx-small;
}

#iconCopyright a {
    color:#5757DD;
}
