body {
    font-family: 'Arial', sans-serif !important;
    max-width: 960px;
    min-width: 300px;
    height: 100%;
    margin: 0 auto;
}
.map-buttons-outer {
    position: absolute;
    bottom: 30px;
    z-index: 5;
    text-align: center;
    width: 100%;
    max-width: 960px;
}
.map-buttons-wrapper {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d1d1d1;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}
.map-buttons-wrapper .map {
    border-right: 1px solid #d1d1d1;
}
.map-buttons-wrapper .map-button {
    display: inline-block;
    background: #fff;
    cursor: pointer;
    padding: 7px 10px;
    color: #666;
    font-size: 12px;
}
.map-buttons-wrapper .map {
    border-right: 1px solid #d1d1d1;
}
.map-buttons-wrapper .street {
    display: none;
    border-left: 1px solid #d1d1d1;
}
.map-buttons-wrapper .icon {
    height: 20px;
}
.map-buttons-wrapper .map.active .icon {
    background: url(/static/images/svg/icon_map_selected.svg) no-repeat center center transparent;
}
.map-buttons-wrapper .ortophoto .icon {
    background: url(/static/images/svg/icon_orto_not_selected.svg) no-repeat center center transparent;
}
.map-buttons-wrapper .ortophoto.active .icon {
    background: url(/static/images/svg/icon_orto_selected.svg) no-repeat center center transparent;
}
.map-buttons-wrapper .map .icon {
    background: url(/static/images/svg/icon_map_not_selected.svg) no-repeat center center transparent;
}
.map-buttons-wrapper .street .icon {
    background: url(/static/images/svg/icon_street_not_selected.svg) no-repeat center center transparent;
}
.map-buttons-wrapper .street.active .icon {
    background: url(/static/images/svg/icon_street_selected.svg) no-repeat center center transparent;
}
.map-buttons-wrapper .directions .icon {
    background: url(/static/images/svg/directions_map.svg) no-repeat center center transparent;
    background-size: 20px 20px;
}
.map-buttons-wrapper .active {
    color: #fff;
    background-color: #3d941f;
}
.map-buttons-wrapper .map-button .title-alt {
    display: none;
}

.icon-close {
    width: 40px;
    height: 40px;
    background: url(/static/images/svg/map_close.svg) no-repeat center center transparent;
    display: inline-block;
    cursor: pointer;
    z-index: 100;
    position: absolute;
    right: 10px;
    top: 10px;
}

.map-buttons-wrapper .directions {
    border-left: 1px solid #d1d1d1;
    text-decoration: none;
}

.esri-view .esri-view-surface--inset-outline:focus::after {
    outline: none!important;
}

#mapContainer {
    max-width: 960px;
    min-width: 300px;
    height: 100%;
    margin: 0 auto;
}

.location-address{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99;
    color: #fff;
    padding: 20px 10px;
}
.location-bar .esri-ui-top-left{
    top: 55px!important;
}