﻿@font-face {
    font-family: proximaBold;
    src: url(/fonts/ProximaNovaBold.otf);
}

@font-face {
    font-family: proximaRegular;
    src: url(/fonts/ProximaNovaRegular.otf);
}

@font-face {
    font-family: bankGothic;
    src: url(/fonts/BankGothicMedium.ttf);
}

html {
    height: 100%;
}

body {
    height: 100%;
    font-family: proximaRegular !important;
}

#form1 {
    height: 100%;
}

.esquerda {
    text-align: left;
    margin-bottom: 20px !important;
    width: 350px;
    margin: 0 auto;
}

.mensagem-validacao {
    color: red;
    font-weight: bold;
}

.w3-sanasa {
    color: #fff !important;
    background-color: #0a3955 !important;
}

.w3-sanegeo {
    color: #fff !important;
    background-color: #81b54b !important;
}

h1 {
    text-align: center;
    color: #0a3955 !important;
    font-family: proximaBold !important;
}

input, select {
    outline: none;
}

.w3-cinza-claro {
    background-color: #f4f4f4 !important;
}

.w3-azul-claro {
    background-color: #87ceeb !important;
}

.mensagem-erro {
    color: red;
    font-weight: bold;
    display: none;
}

.editar {
    color: #0a3955;
    font-size: 20px;
}

.edicao-esquerda {
    width: 25%;
    float: left;
    height: 40px;
    line-height: 40px;
}

.edicao-direita {
    width: 75%;
    float: left;
}

.linhaErro {
    height: 0px;
}

.btn-pesquisar {
    border: none !important;
    background: transparent !important;
    cursor: pointer !important;
    color: #FFF;
    outline: none;
    font-size: 20px;
}

.edicao-side-bar {
    text-align: center;
    width: 100%;
    max-width: 750px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0;
    overflow-y: auto;
}

.fundo-edicao {
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
}

#map {
    height: 300px;
    width: 100%;
}

.linha-sucesso {
    font-size: 20px;
    color: #4caf50;
    display: none;
}

@keyframes lds-double-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes lds-double-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes lds-double-ring_reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes lds-double-ring_reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.lds-double-ring {
    position: relative;
}

    .lds-double-ring div {
        position: absolute;
        width: 160px;
        height: 160px;
        top: 20px;
        left: 20px;
        border-radius: 50%;
        border: 8px solid #000;
        border-color: #0a3955 transparent #0a3955 transparent;
        -webkit-animation: lds-double-ring 3s linear infinite;
        animation: lds-double-ring 3s linear infinite;
    }

        .lds-double-ring div:nth-child(2) {
            width: 140px;
            height: 140px;
            top: 30px;
            left: 30px;
            border-color: transparent #FFF transparent #FFF;
            -webkit-animation: lds-double-ring_reverse 3s linear infinite;
            animation: lds-double-ring_reverse 3s linear infinite;
        }

.lds-double-ring {
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

.paginacao {
    margin: 0 auto;
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
}

    .paginacao button {
        margin: 0 5px;
        width: 50px;
    }

.itens-pagina {
    font-size: 20px;
    margin-bottom: 16px;
}

    .itens-pagina select {
        width: 100px;
    }

.tab-menu {
    clear: both;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tab-item {
    float: left;
    width: 19%;
    height: 45px;
    background: #689e2f;
    text-align: center;
    line-height: 40px;
    color: white;
    border-radius: 5px 5px 0 0;
    outline: none;
    border: none;
    font-weight: bold;
    cursor: pointer;
}

.tab-item-inativa {
    float: left;
    width: calc(19% - 10px);
    height: 45px;
    background: #dcdcdc;
    text-align: center;
    line-height: 40px;
    color: black;
    border-radius: 5px 5px 0 0;
    outline: none;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

    .tab-item-inativa:hover {
        background: #689e2f;
        color: white;
    }

.ocorrencia-detalhe {
    color: #81b54b;
    font-size: 20px;
    vertical-align: middle;
    cursor: pointer;
}

#listaEquipe div:hover {
    background: #1E90FF;
}

#listaEquipe {
    max-height: 150px;
    overflow-y: auto;
    cursor: default;
    width: 350px;
    position: absolute;
    background: #FFF;
    padding: 5px;
    border: 1px solid #7A9CD3;
    z-index: 10;
    display: none;
    top:50px;
}
.campo-detalhe {
    color: #0a3955;
    font-size: 18px;
}
.valor-detalhe {
    font-size: 18px;
}

.tipo-detalhe {
    font-weight: bold;
    color: #0a3955;
    font-size: 22px;
    padding: 5px;
}

#modalMapa{
    height: calc(100vh - 52px);
    width: calc(100vw - 52px);
    background: #000;
    border: 10px solid white;
}

.botoes-acao {
    width: 210px;
}