.main {
    min-height: 900px;
}

.graph-tooltip {
    padding: 10px 8px;
    font-size: 1rem;
    z-index: 2000;
    background-color: #e3f2fd;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 1px #888888;
    border-radius: 2px;
    min-height: 36px;
    line-height: 120%;
    opacity: 100;
    position: absolute;
    text-align: center;
    max-width: calc(100% - 4px);
    overflow: hidden;
    left: 0;
    top: 0;
    will-change: top, left;
}

#progressbar {
    width: auto;
    /*bottom: 100px;*/
    top: 100px;
    left: 50%;
    /*right: 100px;*/
    /*min-height: 100%;*/
    background: #eeeeee;
    /*color: #E3F2FD;*/
    border-radius: 4px;
    padding: 10px;
    box-shadow: 2px 2px 1px #888888;
    position: fixed;
    z-index: 99999;
}

div.overview-graph div.flot-text div.yAxis div.tickLabel {
    color: transparent;

}

div.eruption-forecasts-graph div.flot-text div.yAxis div.tickLabel {
    color: transparent;

}

label {
    font-size: 0.8rem;
    color: #9e9e9e
}

.primary-background {
    background-color: brown !important;
}

.primary {
    color: brown !important;
}

.dropdown-content li > a, .dropdown-content li > span {
    color: brown !important;
}

.black-text {
    color: black !important;
}

.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
    box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.75) !important;
}

[type="checkbox"]:checked + label:after {
    border: brown !important;
    background-color: brown !important;
    border-right: 2px solid brown !important;
    border-bottom: 2px solid brown !important;
}

.dropdown-content.active [type="checkbox"]:checked + label:before {
    border: brown !important;
    /*background-color: brown !important;*/
    border-right: 2px solid brown !important;
    border-bottom: 2px solid brown !important;
}

.owner-stack {
    margin: 10px 30px;
    display: block;
    font-weight: bold;
    font-size: 12px;
}
.hide {
    display: none;
}
/*.filter-field{*/
/*padding-bottom: 20px;*/
/*padding-left: 10px;*/
/*width: 70%;*/
/*}*/