﻿body {
    margin: 0;
}
#social-map {
    height: 100%;
    width: 100%;
}
    #social-map a span {
        text-decoration: none !important;
    }
.social-map-header {
    position: fixed;
    top: 25px;
    left: 0;
    z-index: 20;
}
    .social-map-header .col {
        float: left;
    }
    .social-map-header .branding {
        position: absolute;
        right: -190px;
        height: 85px;
        width: 190px;
        padding: 12px 15px 12px 25px;
        background-color: #000;
        -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
        box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
    }
        .social-map-header .branding img {
            height: 62px;
            float: left;
        }
        .social-map-header .branding a {
            color: #fff;
            text-decoration: none;
        }
        .social-map-header .branding .social-header-list {
            display: inline-grid;
            margin-left: 10px;
            height: 62px;
            padding-left: 10px;
            padding-right: 0;
            float: left;
            list-style-type: none;
            border-left: 1px solid #999;
        }
    .social-map-header .search-results.has-results {
        padding-bottom: 40px;
        background-color: #f1f1f1;
    }
    .social-map-header .search-results .listing {
        max-height: 65vh;
        overflow-y: auto;
        box-sizing: border-box;
        position: relative;
        padding: 25px 25px 0px 25px;
        font-size: 14px;
        width: 100%;
    }
    .social-map-header .search-results {
        position: relative;
        box-sizing: border-box;
    }
.social-search {
    min-width: 320px;
}
.search-field {
    background-color: #fff;
    padding: 15px 10px;
    position: relative;
    z-index: 15;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
}
    .search-field input {
        padding: 10px;
        font-size: 14px;
        width: 90%;
    }
    .search-field button {
        border: none;
        position: absolute;
        right: 15%;
        top: 25px;
        background-color: transparent;
        font-size: 16px;
    } 
.listing .result-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    line-height: 18px;
    position: relative;
}
    .listing .result-item.active:after {
        right: -25px;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #333;
        border-width: 20px;
        margin-top: -20px;
        z-index: 10;
    }
.result-item:last-child {
    border-bottom: none;
}
.result-item .favorite-me {
    float: right;
}
    .result-item .favorite-me span {
        padding-right: 0;
        padding-left: 15px;
    }
.result-item span {
    display: inline-block;
}
    .result-item span.small, .infobox span.small {
        font-size: 12px;
        padding-bottom: 5px;
    }
.toggle-search {
    background-color: #3a9f43;
    color: #fff;
    padding: 35px 4px;
    height: 85px;
    display: inline-block;
    float: left;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
}
.toggle-results {
    width: 100%;
    background-color: #3a9f43;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 10;
    padding: 6px;
    box-sizing: border-box;
}
#soc-map-imagery-toggle {
    position: relative;
    top: 25px;
    right: 25px;
    cursor: pointer;
    float: right;
}
    #soc-map-imagery-toggle > div {
        margin-bottom: 10%;
    }

.section-socialmap .container .colmn:nth-child(1),
.section-accuracy .container .colmn:nth-child(1),
.section-socialmap .container .colmn:nth-child(1),
div[class^="section-howitworks"] .container .colmn:nth-child(1) {
    padding-right: 12px;
}

.map-layer {
    position: relative;
    /*top: 25px;
	right: 80px;*/
    z-index: 15;
    padding: 1%;
    float: right;
    clear: both;
}

    .map-layer a {
        width: 82px;
        height: 82px;
        background-color: #000;
        text-align: center;
        line-height: 82px;
        color: #fff;
        display: block;
        text-decoration: none;
        background-size: cover;
        background-repeat: no-repeat;
        box-sizing: border-box;
        border: 2px solid #fff;
        text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.5);
    }

        .map-layer a:hover {
            color: #025d92;
            border-color: #b1b0b0;
        }

        .map-layer a.active {
            display: none;
        }

        .map-layer a.depth {
            background-image: url(../images/map-depth.jpg);
        }

        .map-layer a.comp {
            background-image: url(../images/map-comp.jpg);
            font-size: 0.8em;
        }

.map-type {
    position: relative;
    /*top: 25px;
	right: 80px;*/
    z-index: 15;
    padding: 1%;
    float: right;
    clear: both;
}

    .map-type a {
        width: 82px;
        height: 82px;
        background-color: #000;
        text-align: center;
        line-height: 82px;
        color: #fff;
        display: block;
        text-decoration: none;
        background-size: cover;
        background-repeat: no-repeat;
        box-sizing: border-box;
        border: 2px solid #fff;
        text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.5);
    }

        .map-type a:hover {
            color: #025d92;
            border-color: #b1b0b0;
        }

        .map-type a.active {
            display: none;
        }

        .map-type a.road {
            background-image: url(../images/map-road.jpg);
        }

        .map-type a.aerial {
            background-image: url(../images/map-aerial.jpg);
        }

/*.zoom-container {
	position: relative;
	top: 25px;
	right: 25px;
	z-index: 15;
    padding: 1%;
    float: right;
    clear: both;
}
    .zoom-container a {
        background-color: #fff;
        color: #333;
        display: block;
        padding: 8px;
        margin: 3px 1px 0px 0px;
        margin-bottom: 1px;
        margin-top: 3px;
        font-size: 20px;
        text-decoration: none;
    }*/

.zoom-container {
    position: relative;
    z-index: 15;
    margin: 10%;
}

    .zoom-container a {
        background-color: #fff;
        color: #333;
        font-size: 20px;
        text-decoration: none;
        text-align: center;
        margin: 2%;
    }

        .zoom-container a:hover {
            color: #025d92;
            background-color: #b1b0b0;
        }

.modal-content {
    width: auto;
}

.modal-close {
    width: 25px;
    position: absolute;
    right: 30px;
    top: 45px;
    cursor: pointer;
    z-index: 1;
}

.modal-popup[id^="video-"] .modal-close {
    right: -30px;
    top: -10px;
}

.modal-close:before, .modal-close:after {
    content: "";
    position: relative;
    margin-bottom: 4px;
    background: #006699;
    height: 3px;
    width: 100%;
    float: left;
}

.modal-close:before {
    transform: rotate(45deg);
    top: 7px;
}

.modal-close:after {
    transform: rotate(-45deg);
}
.social-map-tool-tip {
    cursor: help !important;
    padding: 0px !important;
    position: relative;
}

.social-map-tool-tip-icon {
    padding: 0px !important;
    position: relative;
    top: -1px;
    width: 15px;
    height: 15px;
}

.social-map-tool-tip-description {
    text-align: left;
    border: 1px solid black;
    background: white;
    color: black;
    width: 350px;
    height: auto;
    padding: 10px;
    top: -100000px;
    right: 100000px;
    z-index: 500;
    position: absolute;
}

    .social-map-tool-tip-icon:hover + .social-map-tool-tip-description, .social-map-tool-tip-description:hover {
        top: 10px;
        right: -340px;
    }

.search-field {
    height: 85px;
}

.social-map-comp-legend {
    position: absolute;
    bottom: 20px;
    right: 8px;
    z-index: 1;
}

.icon-cancel-circled {
    margin-top: 3px;
    margin-left: -1px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.MicrosoftMap .infobox {
    left: 160px !important;
    top: -10px !important;
}

.geo-locate {
    float: right;
    font-size: 20px;
    padding: 6px 0;
}

    .geo-locate a {
        text-decoration: none;
    }
/* Bing Infobox */
.infobox {
    position: relative;
    background-color: white;
    border: 1px solid rgb(136, 136, 136);
    left: 0px;
    top: 0px;
    margin-left: -50%;
    width: 320px;
    padding: 20px;
    font-size: 14px;
    box-sizing: border-box;
}

    .infobox:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 10px;
        margin-left: -10px;
    }

.infobox_close {
    cursor: pointer;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
}

.infobox_content {
    margin: 5px;
    font-family: Arial;
    font-size: 11px;
    line-height: 22px;
}

.infobox_pointer {
    width: 33px;
    height: 38px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    left: 20px;
    top: -1px;
}

.infobox .paging-info {
    text-align: center;
    background-color: #f1f1f1;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -35px;
    padding: 5px 0;
}

.infobox .infobox_title {
    display: block;
    width: 100%;
}

.infobox .catch-caro {
    height: 120px;
}

    .infobox .catch-caro img {
        float: left;
        padding-right: 15px;
    }

.infobox button.slick-arrow:before {
    color: #333;
}

.infobox .slick-next {
    right: -15px;
}

.infobox .slick-prev {
    left: -15px;
}

#social-map-link-container {
    margin-top: 5%;
    display: table;
    width: 100%;
    table-layout: fixed;
}
    #social-map-link-container > a {
        display: table-cell;
        text-align: center;
        line-height: 1.25em;
        font-size: 1.25em;
        padding: 1%;
    }

a.green-inverted {
    background: #fff;
    color: #4ca855;
}

a.blue-inverted {
    background: #fff;
    color: #006699;
}

#social-map-surface-area {
    font-family: 'Roboto', sans-serif;
}

.result-item span.social-map-surface-area {
    font-family: 'Roboto', sans-serif;
}

.social-map-tip {
    margin: 3px 0 9px 0;
}

.result-item a {
    text-decoration: underline;
}

.map-modal div#at5-data-form div {
    float: left;
    width: 100%;
    clear: both;
}
.map-modal div.export-form-option {
    padding: 2% 2%;
}
.map-modal div.export-form-buttons a {
    display: inline;
    width: 50%;
    margin: 0% 15% 0% 15%;
    padding: 1% 5%;
}

@media (max-width: 600px) {
    .social-map-tip {
    display: none;
}
