body {
    min-height: 100vh;
    height: 100vh;
}

.close-button{
    position: absolute;
    right: 20px;
    top: 15px;
    opacity: 0.7;
    cursor: pointer;
}

#banner{
    display: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 99;
    position: relative;
    background-color: rgb(250, 216, 72);
    border-color: #e7e7e7;
    font-size: large;
    color: black;
}

#banner-message{
    font-size: medium;
}

.container {
    width: 100%;

    height:-webkit-calc(100vh - 51px);
    height:-moz-calc(100vh - 51px);
    height: calc(100vh - 51px);

    min-height:-webkit-calc(100vh - 51px);
    min-height:   -moz-calc(100vh - 51px);
    min-height:        calc(100vh - 51px);

    margin: 0;
    padding: 0;
    position: relative;
}

#mapWrapper {
    width: 100%;
    width: -webkit-calc(100% - 300px);
    width:    -moz-calc(100% - 300px);
    width:         calc(100% - 300px);

    height: 100vh;
    height: -webkit-calc(100vh - 51px);
    height:    -moz-calc(100vh - 51px);
    height:         calc(100vh - 51px);

    float: left;
    position: absolute;
    right: 0;
}

.googleMap{
    width: 100%;

    height: 100vh;
    height: -webkit-calc(100vh - 51px);
    height:    -moz-calc(100vh - 51px);
    height:         calc(100vh - 51px);

    position: relative;
}

.infoWindowContainer{
    text-align: center;

}

.gm-style-iw{
    text-align: center;
}

.glyphicon-share-alt{
    color: black !important;
    font-size: 9pt !important;
    margin-left: 5px !important;
    color: #337ab7 !important;
}

.gaugeLabel{
    margin-bottom: 0px;

}

#collapseButton {
    background-image: url("/static/images/sidebarBlue.39a3fb4a2f46.jpg");
    height: 33px;
    width: 25px;
    z-index: 2;
    position: absolute;
    margin-left: 300px;
    cursor: pointer;
}

.leftSideBar {
    height: 100vh;
    height: -webkit-calc(100vh - 51px);
    height: -moz-calc(100vh - 51px);
    height: calc(100vh - 51px);

    min-width: 100px;
    width: 300px;
    background-image: url("/static/images/sidebarBlue.39a3fb4a2f46.jpg");
    background-size: 100% 100%;
    float: left;
    overflow-y: hidden;
    z-index: 2;
}

#checkbox-panel{
    display: flex;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 1px;
    width: 100%;
}

.form-control {
    margin-top: 5px;
}

.sideBarContainer{
    margin-left: 20px;
    margin-right: 20px;
}

.options-content{
    display: none;
}

.state-list{
    overflow-y: scroll;
    height: 80vh;
}

.label-wrapper{
    display: inline-flex;
    color: white;
    width: 100%;
}

.standalone-label-wrapper{
    margin-top: 5px;
}

.advanced-filters-label{
    display: inline-block;
}

.change-state-label{
    display: inline-block;
    float: right;
}

.options-wrapper{
    width: auto;
    cursor: pointer;
}

.options-label{
    text-decoration: underline;
}


.glyphicon-triangle-left,
.glyphicon-triangle-right,
.glyphicon-triangle-bottom,
.glyphicon-search{
    color: white;
    text-decoration: none;
}

.glyphicon-triangle-right,
.glyphicon-triangle-bottom{
    float: left;
    font-size: smaller;
    margin: 3px;
}

.change-state-label {
    cursor: pointer;
}

.filter-label{
    font-weight: normal;
    margin-bottom: 0;
}

.upperSectionLabel{
    width: auto;
    float: left;
    margin-top: 5px;
    margin-left: 15px;
}

.text{
    color: white;
    display: block;
}

.sidebar-header{
    display: inline-block;
    font-size: 1.60em;
    margin-top: 12px;
    margin-bottom: 5px;
}

.waters-list-full-height{
    height: 82vh !important;
}

#showLabel{
    margin-top: 5px;
    display: inline;
    float: left;
}

input[type="checkbox"] {
    display:inline;
    margin-right: 5px;
}

.input-active {
    background-color: gray;
}
.input-disabled {
    background-color: white;
}

.search-hidden,
.proximity-hidden,
.runoff-hidden {
    display: none;
}

.list-group-item,
.list-group-item:link,
.list-group-item:visited,
.list-group-item:hover,
.list-group-item:first-child
{
    border-style: none;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background: transparent;
}

.accordion-toggle,
.accordion-toggle:link,
.accordion-toggle:visited,
.accordion-toggle:hover,
.list-group-item-link,
.list-group-item-link:link,
.list-group-item-link:visited,
.list-group-item-link:hover
{
    color: white;
    font-size: 10pt;
    display: inline-block;
}

.section-name{
    display: inline-block;
    text-decoration: inherit;
}

.report-section-name{
    display: block;
}

.numberedLink,
.numberedLink:link,
.numberedLink:visited,
.numberedLink:hover
{
    display: list-item;
    margin-left: 5px;
}
.watersListWrapper {
    height: 40vh;
    overflow-y: scroll;
}

.high-water-warning-icon {
    width: 1.5em;
    vertical-align: top;
}

.state-list-link.list-group-item-link,
.state-list-link.list-group-item-link:visited,
.state-list-link.list-group-item-link:hover,
.state-list-link.list-group-item-link:link{
    font-size: 14pt;
}

.report-link{
    max-width: 12em;
}

.recent-reports {
    overflow-y: scroll;
    height: 32vh;
}

.glyphicon-search,
.sidebar-arrow{
    font-size: 15pt;
    margin-top: 5px;
    margin-right: 5px;
}

#riverSearch {
    width: 80%;
    margin-bottom: 10px;
    background-color: rgb(35,90,113);
    border: none;
    height: 30px;
    color: white;
}

#nearbyWatersHeader{
    color: white;
    text-align: center;
}

.warning-tooltop{
    font-size: small;
}

#nearbyDistance{
    width: 30px;
    color: black;
}

.listToggle
{
    font-size: 10px;
}

.panel {
    border: 0;
    border-style: none;
    background: transparent;
}

.panel-default > .panel-heading {
    border-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    background: transparent;
}

.panel-group {
    margin-bottom: 0px;
    background: transparent;
}

.recentReportDate{
    color: white;
    margin-right: 15px;
    vertical-align: top;
}

.river-header{
    font-size: 10pt;
    margin: 0;
    line-height: inherit;
}

h3 small{
    color: white;
    line-height: inherit;
    font-size: 85%;
}

@media all and (max-width: 768px) {
    .leftSideBar {
        position: absolute;
        float: none;
    }
    #mapWrapper {
        width: 100%;
        float: none;
        right: none;
    }
}

