.popover {
    max-width: 500px;
}

#header {
    position: fixed;
    top: 0;
    width: 100%;
}

#title {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
}

.container-fluid {
    position: fixed;
    width: 100%;
    height: 100%;
    height: calc(100% - 3.5em);
    top: 50px;
    margin: 0px;
    padding: 0px;
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
}

.row {
    width: 100%;
    margin-left: 0px;
}

#map {
    height: 32em;
    margin: 0px;
    padding: 0px;
}

#spatialInput {
    height: 32em;
    padding-left: 2em;
}

#spatialSels {
    overflow-y: auto;
    height: calc(32em - 13em);
}

.climate-parameters {
    height: 32em;
    overflow-y: auto;
    padding-left: 2em;
}

select {
    border-radius: 5px;
}

#downloadAnchor {
    margin-left: 20px;
}

.searchInput {
    width: calc(100% - 2em);
    margin-bottom: 0.5em;
    height: 1.5em;
}

.indent {
    margin-left: 2em;
    margin-right: 1em;
    margin-top: 0.5em;
    margin-bottom: 0em;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.btn-xs {
    margin-left: 0.2em;
    height: 1.5em;
    margin-top: 0px;
}

#divSelectButtons {
    float: right;
}

.checked-list {
    list-style: none;
    padding-left: 0.8em;
    width: 100%;
}

.head-check {
    font-size: 1.1em;
    margin-top: 0.8em;
}

.google-visualization-table {
    width: 100%;
}

#table_div {
    width: 100%;
}

.google-visualization-table-table {
    width: 100%
}

#chart_div {
    height: 24em;
}

#options {
    background-color: aliceblue;
    border-radius: 5px;
}

.areaCbx {
    margin-bottom: 1px;
    font-weight: normal;
}

@media (max-width: 1000px) {
}

@media (min-width: 1000px) {
}

#table_outerdiv {
    padding-right: 0em;
    padding-top: 1em;
}

.hint {
    font-style: italic;
    font-weight: normal;
}
.hint-stress {
    border-radius: 5px;
    background-color: yellow;
}

.tableHeader {
    white-space: normal;
    color: black;
    background-color: aliceblue;
}

select[disabled] {
    color: lightgrey;
    background-color: aliceblue;
    border-color: #ddd;
}

h2 {
    margin-top: 1em;
}

.areaCbx:hover {
    border: 2px dotted #78BF43;
    border-width: .2em;
}

.areaCbx:focus, .esriSimpleSliderIncrementButton:focus, .esriSimpleSliderHomeButton:focus, .esriSimpleSliderDecrementButton:focus, select:focus {
    border: 2px dotted #78BF43;
    outline-width: .2em;
}

#mapinfo {
    top: 0px;
    left: 2px;
    position: absolute;
    z-index: 99;
    color: #003865;
    background: white;
    padding: 3px;
    opacity: 0.85;
    font-style: italic;
}

.popover {
    z-index: 99;
    color: #003865;
    width: 100%;
}

.clearbutton {
    border: 0px;
    background: none;
}

.hideColumn tr td:nth-child(3), .hideColumn tr th:nth-child(3) {
    display: none;
}
