/* tema escuro 100% */
@import url('https://fonts.googleapis.com/css?family=Oswald|Roboto|Ubuntu');


/* Inicio Botão bloqueio popup */

.btn-danger {
    
    
    left: 86%;!important;
    top: 34%;!important;
    margin-top: 10px;
    position: absolute;!important;
    transform: translateX(-50%);
    width: 17% !important;

    
}

/* Cor fundo */
.x-body {
    background: #9e9e9e00!important;
}

.btn-secondary {
    background-color: #28a745!important;
    border-color: #1866b9!important;
    left: 86%;!important;
    top: 19%;!important;
    margin-top: 10px;
    position: absolute;!important;
    transform: translateX(-50%);
   
}


.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    left: 86%;
    top: 6%;
    position: absolute;
    transform: translateX(-50%);
    width: 17% !important;

}

.btn-success {
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    left: 86% !important;
    top: 6% !important;
    position: absolute !important;
    transform: translateX(-50%) !important;
    width: 17% !important;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 0.9rem 24rem 1rem 21rem !important;
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
    right: -10px !important;
    border-radius: .3rem !important;
}


.sweet-alert {
    background-color: #ffffff;
    width: 478px;
    padding: 55px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 75%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 2000;
}



@media (max-width: 767px)
.sweet-alert {
    width: auto;
    margin-left: 5px !important;
    margin-right: 5px !important;
    left: 50px !important;
    right: 50px !important;
    top: 75%
    border-radius: 20px !important;
}



.img-car {
    width: 150px !important;
    height: 150px !important;
    display: block !important;
    margin-left: 1px !important;
    margin-right: 35px !important;
    margin-bottom: 10px !important;
    

}





/* Fim Botão bloqueio popup */


/*  Tamanho icones  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.x-btn-icon-el-default-toolbar-small {
    font-size: 21px!important;
 }

.x-btn-default-toolbar-small {
padding: 7px 7px 7px 5px!important;
}


.x-panel-body-default {
       line-height: 12px!important;
 }


hr {
    margin-top: 5px!important;
    margin-bottom: 2px!important;
    border: 0;
    border-top: 1px solid #ffffff!important;
}













.view-color-green {
    background-color: rgba(77, 250, 144, 0.3);
}
.view-color-yellow {
    background-color: rgba(250, 190, 77, 0.3);
}
.view-color-red {
    background-color: rgba(255, 84, 104, 0.3);
}
.view-item-disabled {
    opacity: 0.5;
}
body.x-border-layout-ct, div.x-border-layout-ct {
    background-color: #bbbbbb !important;
}
.x-fieldset {
    overflow: visible !important; /* workaround for Safari issue */
}
#attribution {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: x-small;
}
/* =-=-=-== */

.street-view {
    position: absolute;    
    right:0;
    bottom:0;
    margin-right: 5px !important;
    margin-bottom:5px !important;
    width: 325px;
    height: 260px;
    background: rgba(255, 255, 255, .0);   
    border-radius: 8px 0 0 8px;
    text-align: center;
    color: #fff;
	z-index: 999999;
	display: none;
}
@media (max-width:420px){
	.street-view {
		position: absolute;    
		left:20;
		bottom:120;
		width: 290px;
		height: 200px;
		background: rgba(255, 255, 255, .0);   
		border-radius: 8px 0 0 8px;
		text-align: center;
		color: #fff;
		z-index: 999999;
		display:none;
	}		
}

.rotate-north {
    top: 5px;
    right: 2px;
}

.popover-body{
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}

/* =-=-=-== */

code {
    font-size: 85%!important;
    margin-left: 5px!important;
    color: #9fc6e8!important;
}



.img-car {
    width: 150px;
    height: 150px;
    display: block;
    margin-left: auto;
    margin-right: 35px;
    margin-bottom: 10px;
    border-radius: 100%;
}



.ol-popup {
    position: absolute;
    background-color: #023f82c7!important;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px!important;
    border: 1px solid #364f7c!important;
    bottom: 12px;
    left: -50px;
    /* min-width: 260px; */
    display: none;
    border-radius: 90px 5px 5px!important;
}

.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-top-color: #364f7c!important;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
} 
.ol-popup:before {
    border-top-color: #364f7c!important;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
.ol-popup-closer {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 90%!important;
    padding: 1px 6px!important;
    color: #d3e0ec!important;
    text-decoration: none;
}
.ol-popup-closer:after {
    content: "✖";
}
.nome {
    color: rgb(243, 243, 243);
    font-size: 18px;
    padding-top: 3px;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.title {
    color: #e0e0e0;
    font-size: 14px;
    margin-bottom: 2px;
    font-family: 'Oswald', sans-serif;
}
.title span {
    padding-left: 10px;
}
.btn-secondary {
    background-color: #28a745!important;
    border-color: #1866b9!important;
}
.img-int{
    width:130px;
    height:65px;
}

@media (max-width:1920px){
    .x-menu{
        top:5px!important;
        left:35%!important;
    }
}
@media (max-width:1730px){
    .x-menu{
        top:5px!important;
        left:35%!important;
    }
}
@media (max-width:1640px){
    .x-menu{
        top:5px!important;
        left:35%!important;
    }
}
@media (max-width:1475px){
    .x-menu{
        top:5px!important;
        left:35%!important;
    }
}
@media (max-width:1325px){
    .x-menu{
        top:5px!important;
        left:35%!important;
    }
}
@media (max-width:1145px){
    .x-menu{
        top:5px!important;
        left:35%!important;
    }
}
@media (max-width:955px){
    .x-menu{
        top:5px!important;
        left:35%!important;
    }
}
@media (max-width:825px){
    .x-menu{
        top:5px!important;
        left:35%!important;
    }
}

@media (max-width:720px){
    .img-int{
        width:160px;
        height:50px;
        #background: white; 
        border-radius: 5px!important;
        background: transparent;
        padding: 2px 2px 2px 2px;
    }
    .ol-control{
        font-size: 10px!important;
    }
    .ol-geocoder .gcd-gl-btn{
        display:none;
    }
    #copia-nao-comedia{
        background: red;
        display:none!important;
    }
    #copia-nao-comediaa{
        display:none!important;
    }
    #copia-nao-comediaaa{
        display:none!important;
    }
    #copia-nao-comediaaaa{
        display:none!important;
    }
    #copia-nao-comediaaaaa{
        display:none!important;
    }
    #copia-nao-comediaaaaaa{
        display:none!important;
    }
    #copia-nao-ze{
        display:none!important;
    }
    #copia-nao-zeze{
        display:none!important;
    }
    .x-menu{
        top:60px!important;
        left:235px!important;
    }
}

@media (max-width:400px){
    .x-menu{
        top:37px!important;
        left:180px!important;
    }
}

@media (max-width:360px){
    .x-menu{
        top:60px!important;
        left:180px!important;
    }
}

@media (max-width:320px){
    .x-menu{
        top:37px!important;
        left:110px!important;
    }
}

/* =-=-=-== */

#spinner:before {
    font-family: 'FontAwesome';
    content: url(http://sinalgps.com/ico_spinner.gif);
    animation-iteration-count: infinite;
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    top: 40%;
    left: 38%;
}




/* =-=-=-=-=-=- */
.layer-switcher .panel {
    border: 4px solid #525f94!important;
    background-color: #525f94!important;
    color: #fff!important;
}
.ol-scale-line {
    background: #525f94!important;
}
/* =-=-=-=-=-=- */

/* .x-toolbar-default{
    padding:0px!important; 
} */

.ol-new-control {
    /* background-color: #9dabb891!important; */
    top: 7em;
    right: 0.6em;
}

.ol-new-control1 {
    top: 10em;
    right: 0.6em;
}

.ol-new-control2 {
    top: 13em;
    right: 0.6em;
}

.ol-new-control3 {
    top: 16em;
    right: 0.6em;
}

.ol-new-control4 {
    top: 19em;
    right: 0.6em;
}

.ol-new-control5 {
    top: 22em;
    right: 0.6em;
}

.ol-new-control6 {
    top: 25em;
    right: 0.6em;
}

.ol-new-control7 {
    top: 28em;
    right: 0.6em;
}

.ol-control5 {
    position: absolute;
    background-color: rgba(220, 220, 220, 0.4);
    border-radius: 4px;
    padding: 2px 2px 2px 2px;
    top: 10px!important;
    margin-left: 45px;
    
}

.layer-switcher {
    z-index: 100!important;
}

.btns {
    width:32px!important;
    height:32px!important;
}
.btnsC {
    width:32px!important;
    height:32px!important;
    background: darkseagreen!important;
}
button:focus {
    outline: 0px!important;
    outline: 0px!important;
}

.ol-popup {
    z-index:110!important;
}

.ol-control button {
    border-radius: 50%!important;
    background-color: #6f034d !important;
}

.ol-control {
    background:none!important;
}