/*
custom infor window for google map
used in box-class of infoWindow.infoOptions
*/

.custom-info-window {
    background: rgba(211, 237, 239, 0.5);
    box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
    border: 1px solid rgba(255, 181, 233, 0.6);
    border-radius: 10px 10px 10px 10px;
   /*
    width: 200px;
    margin-top: 15px;
    margin-left: -130px;
    */
}

.custom-info-window .iw-body{
    color: #ededed;
    padding: 0px 10px 10px;
}
.custom-info-window a{
    color: #6e6e6e;
    text-decoration: underline;
}

.custom-info-window a{
    color: #6e6e6e;
    text-decoration: underline;
}

.custom-info-window:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: rgba(0,0,0,0.5) transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -15px;
    left: 118px;
    right:38px;
}


.custom-info-window .iw-title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 0px;
    background-color: #fffded;
    color: #6e6e6e;
    margin: 0;
    border-radius: 2px 2px 0 0;
}
