﻿.base_content{
    background:#eeeeee;
}

.section_head{
    
}

.section_title {
    
    
    
}


.base_content_in{
    max-width:100%;
    min-height:0px;
    height:auto;
    padding:0;
}

.sfBreadcrumbWrp {
    padding-left: 2px !important;
    padding-top: 9px !important;
}

.breadcrumbs_in{
    max-width:100%;
}

#gismap {
    height: 600px;
    /*overflow: hidden;*/
    position: relative;
    left:0;
    right:0;
    padding: 0;
    text-align: left;
}

.gm-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -150px;
    z-index:12;
}

.gm-entiremap input{
    border-radius:0px;
    background-color:white;
    border-style:none;
}


.gm-legend{
    text-align:left;
    position:absolute;
    bottom:26px;
    left:10px;
    background:white;
    padding:14px 14px 8px 14px;
    z-index:8;
    border:1px solid #cccccc;
    font-size:14px !important;
    max-width:230px;
    
}

.gm-legend-row{
    display:table;
    margin-bottom:5px;
}
.gm-legend-icon{
    width:16px;
    height:16px;
    
    display:inline-block;
    border-radius:8px;
    margin-right:5px;
    margin-top:1px;
}

    .gm-legend-icon.closed{
        background-color:rgb(200,0,0);
    }

    .gm-legend-icon.flooding {
        background-color: rgb(0,111,255);
    }

    .gm-legend-icon.emergency {
        background-color: rgb(255,0,255);
    }

    .gm-legend-icon.future {
        background-color: rgb(209,160,232);
    }

    .gm-legend-icon.open {
        background-color: rgb(4,160,0);
    }

    .gm-legend-icon.issues {
        background-color: rgb(255,165,0);
    }

    .gm-legend-icon.unconfirmed {
        background-color: rgb(255,255,0);
    }

.gm-legend-label{
    display:table-cell;
    vertical-align:top;
    line-height:18px;
    
}

.gm-entiremap {
    width: 100%;
    top:0px;
    bottom:0px;
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: #cccccc;
    transition: width .3s ease-out;
    position:absolute;
}

.gm-entiremap.minimized{
    width:50%;
}

.gm-issues{
    position:absolute;
    width:50%;
    left:50%;
    top:0;
    bottom:0;
    z-index:9;
    /*overflow:hidden;*/
    pointer-events:none;
}


.gm-issue {
    width: 100%;
    border: solid 1px #cccccc;
    /*overflow: hidden;*/
    display: block;
    position: absolute;
    top:0;
    bottom:0;
    left:100%;
    text-align: left;
    transition: left none;
    pointer-events:all;
    z-index:100;
}

    .gm-issue.showissue {
        left: 0px;
        z-index: 200;
    }

    .gm-issue.animateissue {
        transition: left .3s ease-out;
    }




.gm-issue-inside {
    vertical-align: top;
    width: 100%;
    font-size:16px;
    position:absolute;
    bottom:0;
    top:0;

}

.gm-issue h2{
    margin-bottom:10px !important;
    font-size:22px !important;
    
}

.gm-label {
    font-weight:bold;
}

.gm-container1{
    padding:0px;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:50%;
    background:white;
}

.gm-container1-inside{
    padding:10px;
    
    overflow-y:auto;
}

.gm-container2 {
    padding: 0px;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    right: 0;
}

    .gm-container2 div, .gm-container2 a {

        pointer-events:none;
    }

.gm-map {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-right:-1px;
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: #cccccc;
}

.gm-nobreak{
    display:inline-block; 
}

.gm-name, .gm-reason{

}

.gm-name:after{
    content:':';
}


.gm-field{
    margin-bottom:14px;
}

.gm-nobottommargin{
    margin-bottom:0px;
}

.gm-closeissue{
    position:absolute;
    right:0px;
    top:0px;
    font-size:25px;
    color:white !important;
    z-index:10;
    display:block;
    padding:10px;
}


.fullscreen-button {
    position: absolute;
    width: 30px;
    height: 32px;
    top: 15px;
    right: 262px;
    z-index: 1;
    text-align: center;
    font-size: 25px;
    background: white;
    cursor: pointer;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
    color:#666666;
}

    .fullscreen-button:before {
        content: "\f065";
        left: 4px;
        top: 4px;
        position: absolute;
        font-weight: 100;
        font-size: 24px;
    }



@media(max-width:919px){
    .base_content_in > div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .sfBreadcrumbWrp {
        padding-left: 0px !important;
        padding-top: 4px !important;
    }
}

@media(max-width:900px){
    #gismap, .gm-issues, .gm-issue{
        overflow:hidden;
    }


    #gismap{
        height:600px;
    }

    .gm-issues {

        left: 0;
        width:100%;
        height:600px;

    }

    .gm-entiremap.minimized{
        width:100%;
    }

    .gm-issue h2 {
        padding-right:30px;
    }




    .gm-issue {
        left: 0;
        margin-top: -600px;
        transition: margin-top .3s ease-out !important;
        height:600px;
        
    }


        .gm-issue.animateissue {
            transition: margin-top .3s ease-out !important;
        }

        .gm-issue.showissue {
            margin-top: 0;
            left:0px;
        }



    .gm-issue-inside, .gm-container1, .gm-container2, .gm-container1-inside{
        display:block;
        width:100%;
        margin-right:0;
        height:auto;
    }

    .gm-container1{
        overflow-y:scroll;
        position:relative;
        height:410px;

    }
    .gm-container2 {

        position: relative;
        left:0;
        height: 190px;
    }

    .gm-map {
        position:relative;
        height:190px;
        border-width:1px 0 0 0;
    }

    .gm-closeissue{
        color:#444444 !important;
        right:20px;
    }
}

.section_nav_mobile ul{
    background:none;
}

@media(max-width:500px) {
    #gismap {
        height: 500px;
    }

    .gm-issues {
        height: 500px;
    }

    .gm-issue {
        margin-top: -500px;
        height: 500px;
    }

    .gm-container1 {
        height: 500px;
        overflow-y:auto;
    }

    .gm-container1-inside{
        padding:20px;
    }

    .gm-closeissue{
        right:0px;
    }

    .gm-container2 {
        display:none;
    }

}

@media print{
    .gm-entiremap, .gm-legend, .gm-map{
        display:none;
    }
}