.mp_warpper {
    margin: 0;
    padding: 0;
    position:relative;
}

body.cursor-pointer .gm-style>div {
    cursor: pointer !important;
}

.mp_warpper #map {
    width: 100%;
    height: 600px;
}

.mp_warpper .showHide {
    z-index: 1000;
    background-color: #2196F3;
    /* Green */
    width: 110px;
    border: none;
    color: white;
    padding: 7px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 10px 0px !important;
    cursor: pointer;
    border-radius: 6px;
    display: block;
    outline: none;
    text-transform: none;
}

.mp_warpper .hidden {
    background-color: #ccc;
}

.mp_warpper #cont {
    position: absolute;
    top: 60px;
    left: 10px;
    z-index: 99;
}

/* Style the legend */
.mp_warpper #legend {
    background: rgba(255, 255, 255, .9);
    padding: .5em 1em;
    font-size: 1.4em;
}

.mp_warpper #legend div {
    padding: 5px 0px;
    line-height: 16px;
}

.mp_warpper #legend span {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: top;
}

.mp_warpper #loading {
    position: absolute;
    top: 50px;
    background-color: white;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    z-index: 99;
    padding: 20px;
    border-radius: 10px;
    font-size: 14px;
}

.mp_warpper #mapTypes {
    position: absolute;
    top: 0px;
    left: 10px;
    z-index: 1000;
    
}

.mp_warpper #mapTypes button {
    display: inline;
    background-color: rgb(255, 255, 255);
    width: 100px;
    border: none;
    color: black;
    padding: 7px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 0px !important;
    cursor: pointer;
    border-radius: 2px;
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    text-transform: none;
}

.typesbutton {
    display: inline;
    background-color: rgb(255, 255, 255);
    width: 100px;
    border: none;
    color: black;
    padding: 7px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 4px !important;
    cursor: pointer;
    border-radius: 2px;
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

.mp_warpper .currentStyle{
    background-color: skyblue;
    /* color: white; */
}


.mp_warpper #navContent {
    margin-top: 60px;
    padding: 10px;
    color: white;
}

.mp_warpper .sidenav {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #2c3e50;
    overflow-x: hidden;
    transition: 0.5s;
    font-size:1.5em
}

.mp_warpper .sidenav a {
    /* padding: 8px 8px 8px 32px; */
    text-decoration: none;
    /* font-size: 25px; */
    color: #818181;
    display: block;
    transition: 0.3s;
}

.mp_warpper .sidenav a:hover {
    color: #f1f1f1;
}

.mp_warpper .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.mp_warpper .arrow {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    cursor: pointer;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);

    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.mp_warpper .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}


@media screen and (max-height: 450px) {
    .mp_warpper .sidenav {
        padding-top: 15px;
    }

    .mp_warpper .sidenav a {
        font-size: 18px;
    }
}

.mp_warpper .mainFilterForm h2 {
    padding: 10px;
    margin: 0px;
    color: white;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;

}

.mp_warpper .mainFilterForm h4 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
}

.mp_warpper .mainFilterForm {
    background-color: rgb(255, 255, 255);
    font-size: 14px;
}

.mp_warpper .form.closed {
    max-height: 0;
}

.mp_warpper .form {
    overflow-y: hidden;
    max-height: 700px;
    /* approximate max height */
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}



.mp_warpper .formRow label {
    float: left;
    clear: none;
    display: block;
    padding: 0px 7px 0px 4px;
}
  
.mp_warpper .formRow input[type=radio],
.mp_warpper .formRow input[type="checkbox"],
.mp_warpper .formRow input.radio {
    float: left;
    clear: none;
    margin: 2px 0 0 2px;
}



.mp_warpper .formRow label.container {
    margin-right: 5px;
}
.mp_warpper .formRow {
    /* border-top: 2px solid rgb(97, 0, 48); */
    padding: 5px 10px;
}

.mp_warpper .formRow>select {
    padding: 5px;
    width: 100%;
    font-size: 14px;
    border-radius: 0;
}
.mp_warpper .formRow>button {
    padding: 8px;
    font-size: 16px;
    border-radius: 0;
}

.mp_warpper .layerCheckbox {
    margin-right: 5px;
}