/*
.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
*/

.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.legend {
    text-align: left;
    line-height: 18px;
    color: #555;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}


/******/

table caption {
    display: none;
}

table.featureInfo > tbody > tr > th:first-child {
    display: none;
}

table.featureInfo > tbody > tr > td:first-child {
    display: none;
}

table {
    border: 1px solid grey;
}

th {
    background: rgb(200, 200, 200);
}

#legende {
    background-image: #FFF;
    background-position: -120px 0px;
    height: 205px;
    width: 300px;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 5px;
    overflow: hidden;
    z-Index: 1000;
    border: 1px solid #C2D09B;
}

#daneben {
    background: rgba(255, 255, 255, 0.7);
    width: 200px;
    height: 100px;
    color: red;
    border-radius: 5px;
    display: none;
    position: absolute;
    z-Index: 2000;
    left: 50px;
    top: 20px;
    padding: 5px;
    border: 1px solid #C2D09B;
}

.lead {
    color: black;
}


/* Custom container */

.container-full {
    margin: 0 auto;
    width: 100%;
    min-height: 100%;
    background-color: white;
    color: #eee;
    overflow: hidden;
}

.container-full a {
    color: black;
    text-decoration: none;
}

.v-center {
    margin-top: 10%;
}

.resultados {
    height: 400px;
    overflow: scroll;
}


/*==========HOME BUTTONS=============*/

.btn_bg {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: black;
    padding: 0;
    margin: 0;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:focus:active {
    background-image: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.home_buttons .btn {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: white;
}

.home_buttons .btn p {
    text-align: center;
    font-size: 12px;
}


/*==========LoginXindex=============*/

.form-login {
    padding: 1em;
    min-width: 280px;
}

.login_home {
    margin-right: 20px;
    margin-top: -7%;
    margin-bottom: 13%;
}

.btn_link {
    background-color: dodgerblue;
    border-color: dodgerblue;
}

.btn_link:hover {
    background-color: royalblue;
    border-color: royalblue;
}


/*AJX*/

.loader {
    background: rgba(0, 0, 0, 0.81);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -100%;
    top: 0;
    width: 100%;
}

.loader:after {
    background: white;
    content: '';
    display: inline-block;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    position: absolute;
    top: 50%;
    width: 50px;
    -webkit-animation: myanim 2s infinite;
    -moz-animation: myanim 2s infinite;
    -o-animation: myanim 2s infinite;
    animation: myanim 2s infinite;
}

@-webkit-keyframes myanim {
    0% {
        -webkit-transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(145deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}


/*====================PESQUISA===========*/

#keyword {
    width: 700px;
    font-size: 1em;
}

#results {
    width: 700px;
    max-height: 300px;
    position: absolute;
    border: 1px solid #c0c0c0;
    margin-left: 13.7%;
    overflow: scroll;
}

#results .item {
    padding: 3px;
    font-family: Helvetica;
    border-bottom: 1px solid #c0c0c0;
}

#results .item:last-child {
    border-bottom: 0px;
}

#results .item:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}

#keyword_2 {
    width: 300px;
    font-size: 1em;
    margin: 0;
    margin-top: 10%;
    display: inline-block;
    margin-left: -9.5%;
}

#submit_pesquisa_2 {
    display: inline-block;
    margin-top: -3px;
    z-index: 2;
    margin-left: -3px;
}

#results_2 {
    width: 298px;
    max-height: 300px;
    position: absolute;
    border: 1px solid #c0c0c0;
    margin-left: 2%;
    margin-top: -2px;
    overflow: scroll;
}

#results_2 .item_2 {
    padding: 3px;
    font-family: Helvetica;
    border-bottom: 1px solid #c0c0c0;
}

#results_2 .item_2:last-child {
    border-bottom: 0px;
}

#results_2 .item_2:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}


/*
#container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 36px;
}
*/

#container {
    width: calc(100% - 50px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 50px;
}

a {
    color: inherit;
    text-decoration: none;
}


/* unvisited link */

a:link {
    color: inherit;
    text-decoration: none;
}


/* visited link */

a:visited {
    color: inherit;
    text-decoration: none;
}


/* mouse over link */

a:hover {
    color: inherit;
    text-decoration: none;
}


/* selected link */

a:active {
    color: inherit;
    text-decoration: none;
}


/*Tabela resultados*/

#h1_result {
    margin-top: 7%;
}

.result_container {
    height: 450px;
    overflow: scroll;
}

.output {
    text-align: left;
}

.actions {
    text-align: right;
}

.hiddenRow {
    padding: 0 !important;
    background-color: rgba(0, 0, 0, 0.1);
}

.option_info {
    display: none;
}

.info_p {
    max-height: 550px;
    overflow-x: scroll;
    overflow-y: hidden;
}

.info_label {
    padding-top: 7px;
    font-size: 12px;
    text-align: left;
}

input {
    text-align: center;
}


/*Loader 2*/

.spinner {
    position: absolute;
    left: 0;
    top: -2%;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.81);
    margin-top: 15px;
    margin-bottom: 10px;
}

[class^="ball-"] {
    position: absolute;
    display: block;
    left: 50%;
    top: 40%;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    transition: all 0.5s;
    animation: circleRotate 4s both infinite;
    transform-origin: 0 100% 0;
}

@keyframes circleRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(1440deg);
    }
}

.ball-1 {
    z-index: -1;
    background-color: #2196F3;
    animation-timing-function: cubic-bezier(0.5, 0.3, 0.9, 0.9);
}

.ball-2 {
    z-index: -2;
    background-color: #03A9F4;
    animation-timing-function: cubic-bezier(0.5, 0.6, 0.9, 0.9);
}

.ball-3 {
    z-index: -3;
    background-color: #00BCD4;
    animation-timing-function: cubic-bezier(0.5, 0.9, 0.9, 0.9);
}

.ball-4 {
    z-index: -4;
    background-color: #009688;
    animation-timing-function: cubic-bezier(0.5, 1.2, 0.9, 0.9);
}

.ball-5 {
    z-index: -5;
    background-color: #4CAF50;
    animation-timing-function: cubic-bezier(0.5, 1.5, 0.9, 0.9);
}

.ball-6 {
    z-index: -6;
    background-color: #8BC34A;
    animation-timing-function: cubic-bezier(0.5, 1.8, 0.9, 0.9);
}

.ball-7 {
    z-index: -7;
    background-color: #CDDC39;
    animation-timing-function: cubic-bezier(0.5, 2.1, 0.9, 0.9);
}

.ball-8 {
    z-index: -8;
    background-color: #FFEB3B;
    animation-timing-function: cubic-bezier(0.5, 2.4, 0.9, 0.9);
}


/***********************SPINNER2*************************/

.spinner_2 {
    position: relative;
    left: 50%;
    z-index: 1;
    height: 30px;
    width: 30px;
    margin-top: 15px;
    margin-bottom: 10px;
}

[class^="ball2-"] {
    position: absolute;
    display: block;
    left: 24px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    transition: all 0.5s;
    animation: circleRotate 4s both infinite;
    transform-origin: 0 100% 0;
}

@keyframes circleRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(1440deg);
    }
}

.ball2-1 {
    z-index: -1;
    background-color: #2196F3;
    animation-timing-function: cubic-bezier(0.5, 0.3, 0.9, 0.9);
}

.ball2-2 {
    z-index: -2;
    background-color: #03A9F4;
    animation-timing-function: cubic-bezier(0.5, 0.6, 0.9, 0.9);
}

.ball2-3 {
    z-index: -3;
    background-color: #00BCD4;
    animation-timing-function: cubic-bezier(0.5, 0.9, 0.9, 0.9);
}

.ball2-4 {
    z-index: -4;
    background-color: #009688;
    animation-timing-function: cubic-bezier(0.5, 1.2, 0.9, 0.9);
}

.ball2-5 {
    z-index: -5;
    background-color: #4CAF50;
    animation-timing-function: cubic-bezier(0.5, 1.5, 0.9, 0.9);
}

.ball2-6 {
    z-index: -6;
    background-color: #8BC34A;
    animation-timing-function: cubic-bezier(0.5, 1.8, 0.9, 0.9);
}

.ball2-7 {
    z-index: -7;
    background-color: #CDDC39;
    animation-timing-function: cubic-bezier(0.5, 2.1, 0.9, 0.9);
}

.ball2-8 {
    z-index: -8;
    background-color: #FFEB3B;
    animation-timing-function: cubic-bezier(0.5, 2.4, 0.9, 0.9);
}


/**************MAPA**************/

/*
.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
*/

.infobox {
    position: fixed !important;
    left: 90px;
    top: 63px;
}

.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.legend {
    text-align: left;
    line-height: 18px;
    color: #555;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.controlMenu {
    -webkit-transition: display 2s ease;
    -moz-transition: display 2s ease;
    -o-transition: display 2s ease;
    transition: display 2s ease;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background-color: white;
    overflow-y: auto;
    overflow-x: hidden;
}

.controlMenu.in_c {
    position: fixed;
    top: 0;
    left: 77.9%;
    height: 100%;
    width: 0;
    background-color: #3D3D3D;
    z-index: 1000;
}

.controlMenu label {
    color: white;
    margin: 5px 0px;
    display: inline-block;
    font-size: 12px;
}

.panel {
    border: 0 !important;
}

.panel-body {
    background: #006699;
}

#map_exp_div {
    width: 0;
}

#map info {
    position: fixed;
    top: 50px;
    left: 300px;
}


/**************Pesquisa Mapa*******************/

#pesquisa_mapa {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 36px;
    top: 0;
    transition: all 6s;
    z-index: 100000;
}

#pesquisa_mapa div:not(.item_2) {
    float: left;
}

#pesquisa_area {
    width: 400px;
    background-color: white !important;
    height: 100% !important;
    overflow: scroll;
    transition: all 6s;
    text-align: center;
}

.pesquisa_mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.pesquisa_select {
    margin-top: 10%;
    margin-left: 20.8% !important;
}

.result_container_map {
    height: 400px;
    width: 370px;
    overflow: scroll;
}

#container_map {
    width: 400px;
}


/*************************************Map stuff*************************/


/* the overlayed element */

.simple_overlay {
    display: none;
    /* place overlay on top of other elements */
    z-index: 100000;
    /* styling */
    background-color: #333;
    border: 1px solid #666;
    /* CSS3 styling for latest browsers */
    -moz-box-shadow: 0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}


/* close button positioned on upper right corner */

.simple_overlay .close {
    background-image: url(http://demo.staticfloat.com/overlay/close.png);
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

.warp_ctrl {
    position: fixed;
    left: 100px;
    top: 10px;
}

.warp_ctrl div {
    float: left;
}

#teste {
    width: 145px;
    height: 51px;
    background-color: white;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-left-radius: 4px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-left-radius: 4px;
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.65098) 0px 1px 5px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
}

.cord {
    color: black;
    display: inline-block;
    width: 50px;
    position: relative;
    top: -10px;
}

.cord_n {
    color: black;
    margin-left: 10px;
    width: 75px;
    overflow: hidden;
    display: inline-block;
    height: 25px;
}

#map_expand {
    height: 51px;
    width: 5px;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-left-radius: 0;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-left-radius: 0;
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.65098) 0px 1px 5px 0px;
    box-sizing: border-box;
    background: lightgrey;
    font-size: 20px;
}

#map_info {
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-style: none;
    border-top-width: 0px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.65098) 0px 1px 5px 0px;
    box-sizing: border-box;
    background: white;
    color: black;
    font-size: 20px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000;
}

#map_expand i {
    margin-left: -10px;
}

#map_exp_div {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    background: yellow;
    vertical-align: middle;
    line-height: 30px;
    height: 30px;
    width: 0px;
    height: 51px;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.65098) 0px 1px 5px 0px;
    box-sizing: border-box;
    background: white;
}

#map_exp_div.in {
    width: 491px;
    height: 51px;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.65098) 0px 1px 5px 0px;
    box-sizing: border-box;
    background: white;
}

#panel_side label {
    display: inline-block;
}


/*ICONS*/

#draw_polyline {
    background-image: url(../img/spritesheet.svg);
    background-repeat: no-repeat;
    background-position: 0px -5px;
    background-size: cover;
    width: 51px;
    height: 51px;
    position: relative;
    background-color: white;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.65098) 0px 1px 5px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
}

#draw_polyline span {
    position: relative;
    top: 17px;
    left: -5px;
    font-size: 10px
}

#draw_polygon {
    background-image: url(../img/spritesheet.svg);
    background-repeat: no-repeat;
    background-position: -50px -5px;
    background-size: cover;
    width: 51px;
    height: 51px;
    position: relative;
    background-color: white;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.65098) 0px 1px 5px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
}

#draw_polygon span {
    position: relative;
    top: 17px;
    left: -4px;
    font-size: 10px
}

#draw_rectangle {
    background-image: url(../img/spritesheet.svg);
    background-repeat: no-repeat;
    background-position: -102px -5px;
    background-size: cover;
    width: 51px;
    height: 51px;
    position: relative;
    background-color: white;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.65098) 0px 1px 5px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
}

#draw_rectangle span {
    position: relative;
    top: 17px;
    left: -9px;
    font-size: 10px
}

#draw_circle {
    background-image: url(../img/spritesheet.svg);
    background-repeat: no-repeat;
    background-position: -153px -5px;
    background-size: cover;
    width: 51px;
    height: 51px;
    position: relative;
    background-color: white;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.65098) 0px 1px 5px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
}

#draw_circle span {
    position: relative;
    top: 17px;
    left: -1px;
    font-size: 10px
}

#draw_marker {
    background-image: url(../img/spritesheet.svg);
    background-repeat: no-repeat;
    background-position: -203px -5px;
    background-size: cover;
    width: 51px;
    height: 51px;
    position: relative;
    background-color: white;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.65098) 0px 1px 5px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
}

#draw_marker span {
    position: relative;
    top: 17px;
    left: -3px;
    font-size: 10px
}

#draw_edit {
    background-image: url(../img/spritesheet.svg);
    background-repeat: no-repeat;
    background-position: -253px -5px;
    background-size: cover;
    width: 51px;
    height: 51px;
    position: relative;
    background-color: white;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.65098) 0px 1px 5px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
}

#draw_edit span {
    position: relative;
    top: 17px;
    left: 0;
    font-size: 10px
}

#draw_delete {
    background-image: url(../img/spritesheet.svg);
    background-repeat: no-repeat;
    background-position: -306px -5px;
    background-size: cover;
    width: 51px;
    height: 51px;
    position: relative;
    background-color: white;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.65098) 0px 1px 5px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
}

#draw_delete span {
    position: relative;
    top: 17px;
    left: -3px;
    font-size: 10px
}

#draw_stop {
    width: 51px;
    height: 51px;
    position: relative;
    background: white;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.65098) 0px 1px 5px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
}

#draw_stop span {
    position: relative;
    top: -3px;
    font-size: 10px;
}

#draw_stop i {
    font-size: 20px;
    margin-top: 6px;
}

#tools {
    height: 51px !important;
    position: relative;
    background: white;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.65098) 0px 1px 5px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    width: 120.7px;
    margin-right: 2px;
}

#tools span {
    position: relative;
    top: -3px;
    font-size: 10px;
}

#tools i {
    font-size: 20px;
    margin-top: 6px;
}

#draw_aumenta {
    width: 51px;
    height: 51px;
    position: relative;
    background: white;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.65098) 0px 1px 5px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
}

#draw_aumenta span {
    position: relative;
    left: -6px;
    font-size: 10px;
}

#draw_aumenta i {
    font-size: 20px;
    margin-top: 6px;
}


/*#smpc {
    background-image: url(../img/smpcico.png) !important;
    background-repeat: no-repeat !important;
    background-position: 19px 5px !important;
    background-size: 34px 35px !important;
    width: 70px;
    height: 51px !important;
    position: relative;
    background: white;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.65098) 0px 1px 5px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
}

#smpc span {
    position: relative;
    top: 10px;
    left: 1px;
    font-size: 10px;
}

#smpc i {
    font-size: 20px;
    margin-top: 6px;
}*/

#gnr {
    background-image: url(../img/gnrico.png) !important;
    background-repeat: no-repeat !important;
    background-position: 19px 5px !important;
    background-size: 30px 35px !important;
    width: 70px;
    height: 51px !important;
    position: relative;
    background: white;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.65098) 0px 1px 5px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
}

#gnr span {
    position: relative;
    top: 10px;
    font-size: 10px;
}

#gnr i {
    font-size: 20px;
    margin-top: 6px;
}

#bombeiros {
    background-image: url(../img/bomb.png) !important;
    background-repeat: no-repeat !important;
    background-position: 19px 5px !important;
    background-size: 35px 35px !important;
    width: 70px;
    height: 51px !important;
    position: relative;
    background: white;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.65098) 0px 1px 5px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
}

#bombeiros span {
    position: relative;
    top: 8px;
    font-size: 10px;
}

#bombeiros i {
    font-size: 20px;
    margin-top: 6px;
}

.new_search {
    background: white;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-left-radius: 4px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-left-radius: 4px;
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.65098) 0px 1px 5px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
}

.new_search:hover,
.new_search:active {
    background: rgba(0, 0, 0, 0.1);
    color: black;
}

.new_search_2 {
    background: white;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-left-radius: 4px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-left-radius: 4px;
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.65098) 0px 1px 5px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
}

.new_search_2:hover,
.new_search_2:active {
    background: rgba(0, 0, 0, 0.1);
    color: black;
}

.legend_map_ap {
    background: white;
    border: 0;
    box-shadow: none;
}

.legenda_titulo {
    color: black;
}

#baseMaps {
    width: 100%;
    /* margin-left: 25px; */
    /* padding-left: 7.3%;
    padding-top: 5%;*/
    margin-left: auto;
    margin-right: auto;
}


/*#baseMaps div {
    float: left;
    -webkit-box-shadow: -3px 4px 24px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -3px 4px 24px -4px rgba(0, 0, 0, 0.75);
    box-shadow: -3px 4px 24px -4px rgba(0, 0, 0, 0.75);
    border-radius: 4px;
}*/

#baseMaps input[type="button"] {
    width: 100px;
    border-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


/*.osm {
    width: 100px;
    margin-bottom: 20px;
}

#bing_ar {
    width: 100px;
    margin-left: 25px;
    margin-bottom: 20px;
    /*position: relative;
    top: -122px;
    left: 100px;*/


}

/*#bing_rd {
    width: 100px;
    margin-bottom: 20px;
    /* position: relative;
    left: -50px;
    top: -112px;*/

}

/*#carto_m {
    width: 100px;
    margin-left: 25px;
    margin-bottom: 20px;
}

#thunder_m {
    width: 100px;
    margin-bottom: 20px;
}

#esri_m {
    width: 100px;
    margin-left: 25px;
    margin-bottom: 20px;
}*/
.controlMenu .panel-body {
    background: rgba(0, 0, 0, 0.09);
}
.controlMenu .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px;
    background-color: white;
}
.controlMenu .panel-heading:not(:first-child) {
    padding: 10px 14px;
    border-bottom: 0px;
    border-top: 1px solid black !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.controlMenu .panel-group .panel {
    margin-bottom: 0;
}
.controlMenu #accordionMap > .panel {
    margin-bottom: 0;
}
.controlMenu .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.controlMenu .list-group-item {
    background-color: white;
}
.controlMenu .list-group {
    padding-left: 0;
    margin-bottom: 0;
}
.controlMenu ol,
.controlMenu ul {
    margin-top: 0;
    margin-bottom: 0;
}
.controlMenu .panel-group .panel + .panel {
    margin-top: 0;
}
.controlMenu #subaccordion01 > .panel-default > .panel-heading {
    /* color: #FFF; */
    background-color: white;
    border-color: transparent;
    color: black;
}
.controlMenu #subaccordion02 > .panel-default > .panel-heading {
    /* color: #FFF; */
    background-color: white;
    border-color: transparent;
    color: black;
}
.controlMenu .panel-group {
    margin-bottom: 0;
}
#accordionMap i {
    position: absolute;
    left: 35px;
}
.data_radar {
    width: auto;
    height: auto;
    background: white;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.65098) 0px 1px 5px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    border-radius: 4px;
    /*position: fixed;
    left: 100px;
    top: 59px;*/
    padding: 7px;
}
.data_radar2 {
    width: auto;
    height: auto;
    background: white;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.65098) 0px 1px 5px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    border-radius: 4px;
    /*position: fixed;
    left: 100px;
    top: 59px;*/
    padding: 7px;
}
.data_radar3 {
    width: auto;
    height: auto;
    background: white;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.65098) 0px 1px 5px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    border-radius: 4px;
    /*position: fixed;
    left: 100px;
    top: 59px;*/
    padding: 7px;
}
.data_radar4 {
    width: auto;
    height: auto;
    background: white;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.65098) 0px 1px 5px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    border-radius: 4px;
    /*position: fixed;
    left: 100px;
    top: 59px;*/
    padding: 7px;
}
.data_radar5 {
    width: 70px;
    height: auto;
    background: white;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.65098) 0px 1px 5px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    border-radius: 4px;
    /*position: fixed;
    left: 100px;
    top: 59px;*/
    padding: 7px;
}
#close_sat {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    cursor: pointer;
}
#close_radar {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    cursor: pointer;
    display: none;
}
#close_inc {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    cursor: pointer;
}
#close_sondas {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    cursor: pointer;
}
#close_smpc {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    cursor: pointer;
    display: none;
}
#close_sis {
    position: absolute;
    top: 5px;
    left: 90px;
    cursor: pointer;
    display: none;
}
.mone_btn {
    width: 70px;
    height: 51px !important;
    position: relative;
    background: white;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.65098) 0px 1px 5px 0px !important;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
}
.mone_btn span {
    position: relative;
    top: -3px;
    font-size: 10px;
}
.mone_btn i {
    font-size: 20px;
    margin-top: 6px;
}

/******************************/
#baseMaps>div {
    float: left;
}
.left-base {
    width: 50%;
    box-sizing: border-box;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 8%;
}
.right-base {
    width:50%;
    box-sizing: border-box;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 8%;
}
.left-base>div {
    float: left;
    padding-bottom: 15%;
}
.right-base>div {
    float: left;
    padding-bottom: 15%
}