﻿.gis-map iframe, .gis-list iframe {
    height: 525px;
    border-radius: 11px;
}
.closedMap
{
    display:none;
}
.tabsNeighborhoodGisOut.ui-tabs .ui-tabs-nav li {
    float: right !important;
    max-width: 50%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    font-family: 'blenderRegular';
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    background: none;
    margin: 5px !important;
    padding-top: 3px;
    padding-bottom: 3px;
    opacity: 0.3;
    height: 25px;
}

.tabsNeighborhoodGisOut.ui-tabs {
    border: none !important;
    background-color:transparent !important;
}

    .tabsNeighborhoodGisOut.ui-tabs .ui-tabs-nav {
        max-width: 92%;
        width: 100%;
        height: 37px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        border-radius: 100px;
        border: 1px solid #F1F1F1;
        background: #FFF;
        box-shadow: 10px 10px 17px 10px rgba(255, 255, 255, 0.10);
        padding: 0;
        margin-bottom: 0px;
        z-index: 1000;
        position: relative;
    }

        .tabsNeighborhoodGisOut.ui-tabs .ui-tabs-nav li.ui-tabs-active {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            gap: 10px;
            border-radius: 100px;
            background: #EBF2F8;
            opacity: 1;
        }

            .tabsNeighborhoodGisOut.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
                font-family: 'blenderRegular';
                font-size: 14px;
                font-weight: 700;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                text-align: center;
                color: #1a77d3 !important;
            }
