﻿.ol-custom {
    z-index: 1000;
    top: .5em;
    right: .5em;
}

.tooltip {
    position: relative;
    padding: 3px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    opacity: 0.7;
    font: 10pt sans-serif;
    white-space: pre;
}

#legend {
    position: relative;
    left: 10px;
    z-index: 10000;
    width: 250px;
    height: auto;
    top: -300px;
    float: left;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.GeneralLabel {
    display: block;
    background-color: #F15D2A;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    height: 25px;
    width: 100%;
    padding-top: 3px;
    color: white;
    margin-top: 10px;
    float: left;
    border-radius: 5px;
    font-size: large;
    font-weight: bold;
}

.indicatorcolumn1 {
    float: left;
    width: 25%;
}
.indicatorcolumn2 {
    float: right;
    width: 75%;
}
/* Clear floats after the columns */
.indicatorrow {
    width: 100%;
    padding-top:10px;
    content: "";
    display: table;
    clear: both;
}


#yearSwitchButton .jqx-switchbutton-label {
    font-size: 13px; /* Change to your desired size */
    font-weight: normal; /* Optional */
    font-family: Verdana, Arial, sans-serif;
}

#dataAccessSwitchButton .jqx-switchbutton-label {
    font-size: 13px; /* Change to your desired size */
    font-weight: normal; /* Optional */
    font-family: Verdana, Arial, sans-serif;
}

#vmeHabitatTypeSwitchButton .jqx-switchbutton-label {
    font-size: 13px; /* Change to your desired size */
    font-weight: normal; /* Optional */
    font-family: Verdana, Arial, sans-serif;
}

#vmeIndicatorSwitchButton .jqx-switchbutton-label {
    font-size: 13px; /* Change to your desired size */
    font-weight: normal; /* Optional */
    font-family: Verdana, Arial, sans-serif;
}
