#map {
    margin: 0;
    padding: 0;
    max-width: none;
}

#map img {
    max-width: none !important;
}

#legend {
    font-family: Arial, sans-serif;
    background: #fff;
    padding: 10px;
    margin: 10px;
    border: 3px solid #000;
    color: black !important;
}

/*#myMarker img[src*="avl1"] {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: green;
    position: absolute;
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

#myMarker img[src*="avl1"]:after {
    content: "";
    width: 14px;
    height: 14px;
    margin: 8px 0 0 8px;
    background: green;
    position: absolute;
    border-radius: 50%;
}*/

#myMarker img[src*="avl0"] {
    border-radius: 100px;
    border: 2px solid black !important;
}

#myMarker img[src*="avl1"] {
    border-radius: 100px;
    border: 2px solid green !important;
}

#myMarker img[src*="avl2"] {
    border-radius: 100px;
    border: 2px solid yellow !important;
}

#myMarker img[src*="avl3"] {
    border-radius: 100px;
    border: 2px solid red !important;
}

#circle {
    width: 100px;
    height: 100px;
    background: red;
    border-radius: 50%
}

.reddot {
    height: 24px;
    width: 24px;
    border: 3px solid red !important;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.yellowdot {
    height: 24px;
    width: 24px;
    border: 3px solid yellow !important;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.greendot {
    height: 24px;
    width: 24px;
    border: 3px solid green !important;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.gm-style-iw {
    width: 350px !important;
    top: 15px !important;
    left: 0px !important;
    background-color: #fff;
    color: black !important;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid rgba(72, 181, 233, 0.6);
    border-radius: 2px 2px 10px 10px;
}

#iw-container {
    margin-bottom: 10px;
}

#iw-container .iw-title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 10px;
    background-color: #1A2791;
    color: white;
    margin: 0;
    border-radius: 2px 2px 0 0;
}

#iw-container .iw-content {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin-right: 1px;
    padding: 15px 5px 20px 15px;
    /*max-height: 140px;*/
    overflow-y: auto;
    overflow-x: hidden;
}

.iw-content img {
    float: right;
    margin: 0 5px 5px 10px;
}

.iw-subTitle {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
}

.iw-bottom-gradient {
    position: absolute;
    width: 326px;
    height: 25px;
    bottom: 10px;
    right: 18px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}


/*.gm-style .gm-style-iw {
    background-color: rgb(26, 26, 26) !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 115px !important;
    padding: 0 0 0 10px !important;
    display: block !important;
}*/
/* Pointer at bottom of InfoWindow */
/*.gm-style div div div div div div div div {
    background-color: rgb(26, 26, 26) !important;
    padding: 0;
    margin: 0;
    top: 0;
}
*/

.marker-position {
    color: #333;
    white-space: nowrap;
    font-weight: normal;
    font-family: Verdana;
    text-shadow: rgb(255, 255, 255) 1px 1px 3px, rgb(255, 255, 255) 0px 1px 3px, rgb(255, 255, 255) -1px 1px 3px, rgb(255, 255, 255) 1px 0px 3px, rgb(255, 255, 255) -1px 0px 3px, rgb(255, 255, 255) 1px -1px 3px, rgb(255, 255, 255) 0px -1px 3px, rgb(255, 255, 255) -1px -1px 3px !important;

    font-size: 12px;
    bottom: 22px;
    left: 0;
    position: relative;
    background-color: transparent;
}

