#search_incidents + div.container_wrap {
    z-index: 900;
}

.maptypecontainer {
    max-width: 100%;
    margin: 0;
}

.maptypecontainer label.maptype {
    /* color: #ee5c22; */
}

.maptypecontainer label.maptype select#selectMapType {
    margin-bottom: 0.5em;
}

.maptypecontainer label.maptype .click-hints {
    display: block;
    text-align: right;
}

.mapcontainer {
    max-width: 100%;
    margin: 0;
    position: relative;
}        

.mapael .map {
    background-color: #fff;
    margin-bottom: 10px;
    position: relative;
}

@media only screen and (min-width:990px) {
    .mapael .map {
	max-width: calc( 100% - 170px );
    }

    .mapcontainer .areaLegend {
	position: absolute;
	top: 0;
	right: 0;
    }
}

.mapcontainer .map .loading {
    font-size: 2rem;
    display: block;
    width: 100%;
    text-align: center;
    margin: 1rem 0;
}

/* For all zoom buttons */
.mapael .zoomButton {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    top: 0;
    font-weight: bold;
    left: 10px;

    -webkit-user-select: none;
    -khtml-user-select : none;
    -moz-user-select: none;
    -o-user-select : none;
    user-select: none;
}

/* Reset Zoom button first */
.mapael .zoomReset {
    top: 10px;
}

/* Then Zoom In button */
.mapael .zoomIn {
    top: 30px;
}

/* Then Zoom Out button */
.mapael .zoomOut {
    top: 50px;
}


.mapael .mapTooltip {
    position: absolute;
    background-color: #474c4b;
    moz-opacity: 0.70;
    opacity: 0.70;
    filter: alpha(opacity=70);
    border-radius: 10px;
    padding: 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    color: #fff;
}

body .ui-dialog {
    max-width: 70%;
    max-height: 70%;
}

/* Charts */

.chartjsfilters {
    display: flex;
}

.chartjsfilters div#divSelectChartDate {
    width: 12em;
}

.chartjsfilters div#divChartCustomDates label {
    display: inline-block;
    margin-left: 2em;
}

.chartjsfilters div#divChartCustomDates label input {
    background-color: #fcfcfc;
    color: #8a8a8a;
    border: 1px solid #e1e1e1;
    padding: 8px 6px;
    outline: none;
    font: 1em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.chart-block h2,
.chart-block h3 {
    text-align: center;
}

