﻿/*.googleMap {
    height: 1034px !important;
    width: 892px !important;
    display: inline-flex !important;
    border: 3px #c4c3c3 solid;
}

.googleMapContainer {
    height: 1034px !important;
    display: inline-flex !important;
}*/

.targetLocation {
    position: absolute;
    z-index: 4;
    height: 34px;
    width: 24px;
    margin-left: 3px;
}

.printableImage {
    width: 100%;
    height: 100%;
}

div.panelPin {
    height: 34px;
    width: 24px;
    /* OPACITY*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
    filter: alpha(opacity=8);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}


.gmap-control-container {
    margin: 5px;
}

.gmap-control {
    overflow: hidden;
    text-align: center;
    position: relative;
    color: rgb(86, 86, 86);
    font-family: Roboto, Arial, sans-serif;
    -webkit-user-select: none;
    font-size: 11px;
    background-color: rgb(255, 255, 255);
    padding: 1px 6px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.14902);
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    min-width: 22px;
    font-weight: 500;
}

    .gmap-control:hover {
        color: #000000;
        background: rgb(234, 234, 234);
        cursor: pointer;
    }

.gmap-control-active {
    /*font-weight: bold !important;*/
    color: #000000;
}
