/*
    Created on : 02.03.2017, 18:40:04
    Author     : andwaw
*/

.map-gmap {
    width: 100%;
    height: 80vh;
}
.map legend {
    height: 40px;
}
.map legend img {
    float: left;
    height: 38px;
    width: auto;
}
.map legend .description {
    float: left;
    line-height: 40px;
    margin-left: 10px;
}
.tabs-container.ep-awards-list .tab-nav > li.active::before,
.tabs-container.ep-awards-list .tab-nav > li.active::after{
    display: none;
}
.tabs-container.ep-awards-list .tab-nav > li{
    top: 0;
}
.tabs-container.ep-awards-list .tab-nav > li > a{
    height: 40px;
    background: #e0e0e0;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    padding: 0;
    border: none;
    border-radius: 0;
    margin: 0;
}
.tabs-container.ep-awards-list .tab-nav > li.active > a{
    background: #ecc400;
    color: #000;
}
.tabs-container.archive.ep-awards-list .tab-nav > li.active > a{
    background:#EF7C00;
}    
.tab-content-map{
    padding: 0;
}
.gm-style-iw quote {
    color: gray;
}
.gm-style-iw h1.infowindow-heading {
    font-size: 24px;
    line-height: 26px;
    font-weight: normal;
    margin: 10px 0;
}


.gm-style-iw a {
    text-decoration: underline;

    &:underline {
        text-decoration:none;
    }
}
