﻿html, body {
    height: 100%;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.mtr-header {
    background-image: url('Images/logo_medium.png');
    background-size: 2em;
    background-repeat: no-repeat;
    padding-top: 0.4em;
    padding-left: 2.5em;
    padding-right: 1em;
    background-position-y:0.3em;
}

table.dataTable tbody th,
table.dataTable tbody td {
    white-space: nowrap;
}

.cursor-pointer {
    cursor: pointer;
}

.markerCluster {
    width: 64px;
    height: 64px;
    /* border-radius: 64px;
    background-color: rgba(255, 255, 255, 0.50);*/
}
    .markerCluster img {
        width: 64px;
        height: 64px;
        z-index: 2000;
    }
    .markerCluster div {
        width: 38px;
        height: 38px;
        border: 3px solid rgba(255, 255, 255, 0.8);
        border-radius: 64px;
        background-color: rgba(0, 0, 0, 0.20);
        top: 20px !important;
        left: 13px;
        text-align: center;
        vertical-align: middle;
        padding-top: 8px;
    }
    .markerCluster span {
        font-size: 14px;
        font-weight: bold;
        color: black;
    }

.markerClusterSelected div {
    border-color: rgba(255, 0, 0, 0.8);
}
.markerClusterSelectedHighlight div {
    border-width: 6px;
}
.markerClusterSelectedHighlight span {
    font-size: 10px;
}

#mapDetails {
    font-size: 14px;
    display: none;
    position: absolute;
    z-index: 10000;
    bottom: 1.65em;
    left: 1.65em !important;
    min-height: 25em;
    max-height: 25em;
    min-width: 20em;
    background-color: white;
    border-top: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-left: 1px solid darkgray;
    border-bottom: 1px solid darkgray;
}



