/**
 * mod_googlemaps - Googlemaps snippet
 */

#googlemapscontainer {
    overflow: hidden;
    position: relative;
}

#informationcontainer {
    float: none;
    width: 100% !important;
    margin-bottom: 0 !important
}

#informationcontainer .tl-is-initialized {
    margin-bottom: 0;
}

/** google maps tab links */

#tablinks_informationwindow_search .pbuic-tablinks .tl-item-is-active,
#tablinks_informationwindow_search .pbuic-tablinks .tl-item-is-active:hover {
    padding-bottom: 0;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

#tablinks_informationwindow_search a {
    position: absolute;
    top: 55px;
    left: 15px;
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #375fc3;
}

#tablinks_informationwindow_search a:before {
    display: block;
    content: "\1f50d";
    font: normal 19px/20px "icons";
    color: #fff;
}

/** Hide results table */

#tablinks_informationwindow_searchresult {
    display: none;
}

/**
 * Searchbox
 */

#googlemapscontainer #searchbox {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 10px;
}

#googlemapscontainer #searchform legend {
    display: none;
}

label[for="googlemapsearch"] {
    display: none;
}

#googlemapscontainer #searchform .fieldinput {
    margin-left: 0;
}

#googlemapscontainer #searchform {
    display: table;
    max-width: 19em;
}

#googlemapscontainer #searchform legend {
    display: none;
}

#googlemapscontainer #searchform fieldset,
#googlemapscontainer #searchform div.submit {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0;
}

#googlemapscontainer #searchform fieldset {
    margin-bottom: 0;
}

#googlemapscontainer #searchform div.submit {
    vertical-align: top;
}

#googlemapscontainer #searchform input,
#googlemapscontainer #searchform button {
    height: 48px;
    box-sizing: border-box;
    margin-top: 0;
}

#googlemapscontainer #searchform input {
    padding: 0 1em;
    border-radius: 25px 0 0 25px;
    margin: 0;
}

@media screen and (min-width: 768px) {
    #googlemapscontainer #searchform input {
        width: 22em;
    }
}

#googlemapscontainer #searchform button {
    border-radius: 0 25px 25px 0;
    background: #375fc3;
    border-color: #375fc3;
    color: #fff;
}


.article .gm-style img { /** text balloon size */
    max-width: none;
}

#googlemaps {
    clear: left;
    float: none !important;
    width: auto !important;
    margin: auto;
}

#tab_informationwindow_content_searchresult {
    display: none;
}