﻿@font-face {
    font-family: KievitotBlack;
    src: url('../Imagens/Fontes/kievitot-black-opentype.woff') format('woff');
}

@font-face {
    font-family: KievitotBold;
    src: url('../Imagens/Fontes/kievitot-bold-opentype.woff') format('woff');
}

@font-face {
    font-family: KievitotBook;
    src: url('../Imagens/Fontes/kievitot-book-opentype.woff') format('woff');
}

@font-face {
    font-family: KievitotLight;
    src: url('../Imagens/Fontes/kievitot-light-opentype.woff') format('woff');
}

@font-face {
    font-family: KievitotRegular;
    src: url('../Imagens/Fontes/kievitot-regular-opentype.woff') format('woff');
}

/* ========== HTML/BODY ========== */

html {
    background: url(../Imagens/BG/manservBGpb.png) no-repeat center center fixed;
    /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; */
    background-size: cover;
    overflow: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none; /* IE 10+ */
    /*overflow: -moz-scrollbars-none; /* Firefox */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

* {
    margin: 0;
    padding: 0;
}

/*::-webkit-scrollbar {
    width: 0; Remove o espaço da scrollbar
    background: transparent; Opcional: faz a scrollbar invisivel
}*/

body {
    font-size: 1em;
    font-family: KievitotRegular, Verdana, sans-serif;
    color: #616161;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

table {
    border-spacing: inherit;
    border-collapse: inherit;
}

    table td {
        padding: 0;
    }

.input,
.textarea {
    font-family: KievitotRegular, Verdana, sans-serif;
    font-size: 0.8em;
    font-weight: 300;
    width: auto;
    height: auto;
    margin: 5px;
    padding: 5px;
    border: 1px solid #000;
    background-color: #fff;
    resize: none;
}

/* ========== MENU PRINCIPAL ========== */

.divHeaderLogin {
    width: 100%;
    height: 60px;
    background-color: #fff;
    top: 0;
}

.imgLogotipo {
    height: 60px;
    float: left;
    padding: 10px;
}

.divBG {
    background: url(../Imagens/BG/manservBG.png) no-repeat center center fixed;
    background-size: cover;
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.divMenuBarMain {
    background-color: #fff;
    position: fixed;
    z-index: 2000;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    box-shadow: rgba(0,0,0,.5) 0px 5px 20px;
}

.divUsuario {
    height: 60px;
    float: right;
    padding: 20px;
    position: fixed;
    z-index: 2002;
    top: 0;
    right: 0;
}

    .divUsuario input {
        font-family: KievitotRegular, Verdana, sans-serif;
        font-size: 1em;
        color: #616161;
        background-color: #fff;
        text-decoration: none;
        border: none;
    }

        .divUsuario input:hover {
            font-family: KievitotRegular, Verdana, sans-serif;
            color: #ff8227;
            background-color: #fff;
        }

nav {
    margin: 0;
    display: inherit;
}

    /* Botões do Menu Principal */
    nav ul li input {
        padding: 1.2em; /* Define o tamanho do botão no menu principal */
        color: #616161; /* Cinza Escuro Manserv */
        font-family: KievitotRegular, Verdana;
        background-color: #fff;
        text-decoration: none;
        border: none;
        font-size: 1em;
    }

    /* Botões do Sub Menu */
    nav ul li ul li input {
        /* Largura do item do submenu */
        width: 17em;
        /*display: block;*/
        padding: 10px;
        color: #616161; /* Cinza Escuro Manserv */
        background-color: #fff;
        text-decoration: none;
        border-bottom: #bcbcbc 1px dotted;
    }

    nav input:hover {
        color: #ff8227; /* Laranja Manserv */
        background-color: #fff;
        font-family: KievitotRegular;
    }

    nav ul {
        margin: 0;
        padding: 0;
        background: #fff;
        list-style: none;
        position: relative;
        z-index: 2001;
        /* Alinha os itens do menu na vertical */
        display: inline-flex;
        align-items: center;
    }

        nav ul li {
            position: relative;
        }

        nav ul > li {
            float: left;
        }

        nav ul li:hover > ul {
            display: block;
            background-color: #fff;
        }

        nav ul ul {
            display: none;
            position: absolute;
            background: #fff;
            border-radius: 0;
        }

            nav ul ul li:hover > ul {
                display: block;
                background-color: #fff;
                left: 100%;
                top: 0;
            }

#menuUnidade {
    text-align: center;
    text-decoration: none;
    list-style: none;
}

    #menuUnidade ul {
        list-style: none;
        margin: 0;
    }

    #menuUnidade li {
        float: left;
        margin-left: 20px;
    }

/* ========== LABELS ========== */

.label {
    font-family: KievitotRegular, Verdana, sans-serif;
    font-size: 1.2em;
    color: #616161;
    border: none;
    margin-right: 10px;
}

.legend {
    width: 100%;
    text-align: center;
}

.labelPesquisa {
    font-family: KievitotBold, Verdana, sans-serif;
    font-size: 1em;
    color: #616161; /* Cinza Escuro Manserv */
    margin-right: 10px;
}

.labelForm {
    font-family: KievitotRegular, Verdana, sans-serif;
    font-size: 1em;
    color: #616161;
    text-decoration: none;
}

.labelFormDes {
    margin-right: 10px;
    font-family: KievitotRegular, Verdana, sans-serif;
    font-size: 1em;
    color: #ff8227;
}

.labelPreto {
    font-family: KievitotRegular, Verdana, sans-serif;
    font-size: 1.2em;
    color: #000;
}

.labelModal {
    font-family: KievitotRegular, Verdana, sans-serif;
    font-size: 1em;
    line-height: 2em;
    color: #616161; /* Cinza Escuro Manserv */
    margin-right: 10px;
}

.labelModalGrossa {
    font-family: KievitotBold, Verdana, sans-serif;
    font-size: 1em;
    color: #616161; /* Cinza Escuro Manserv */
    margin-right: 10px;
}

.labelModalTitulo {
    font-family: KievitotRegular, Verdana, sans-serif;
    font-size: 2.5em;
    margin-right: 20px;
    color: #ff8227; /* Laranja Manserv */
}

.labelModalSubTitulo {
    font-family: KievitotBold, Verdana, sans-serif;
    font-size: 1.5em;
    color: #ff8227; /* Laranja Manserv */
}

.labelModalSubGrupo {
    font-family: KievitotBold, Verdana, sans-serif;
    font-size: 1em;
    line-height: 2em;
    color: #ff8227; /* Laranja Manserv */
}

.labelModalConf {
    font-family: KievitotBold, Verdana, sans-serif;
    font-size: 1em;
    color: #ff8227; /* Laranja Manserv */
    text-align: center;
    margin-left: 5px !important;
}

.gridViewModal {
    /*margin: 2em;*/
    padding: 1em;
    max-height: 500px;
    min-height: 100px;
    overflow: auto;
    background-color: #fff;
}

.gridViewModalMax300 {
    padding: 1em;
    max-height: 300px;
    min-height: 100px;
    overflow: auto;
    background-color: #fff;
}

.labelGrupoQuestoes {
    font-family: KievitotLight, Verdana, sans-serif;
    font-size: 1.2em;
    color: #fff;
    position: absolute;
    text-align: left;
}

.cliquedescricao {
    font-family: KievitotBold, Verdana, sans-serif;
    font-size: 1.2em;
    color: #ff4610;
}

.divPesquisa {
    padding: 15px;
    margin: 1em 0;
    width: 100%;
    background-color: #fff;
}

.divDashboard {
    padding: 15px;
    margin: 1em 0;
    width: 100%;
    height: 450px;
    background-color: #fff;
}


.divDashboardMapa {
    /*padding: 0;*/
    position: fixed;
    /*margin: 0;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; /*tela com f11*/
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
    /*height: 428px; tela sem f11   */
    /*background-color: #fff;*/
}


.labelAlerta {
    font-family: KievitotBold, Verdana, sans-serif;
    font-size: 1.5em;
    color: #ff0000;
    margin-left: 5px;
}

.fieldset {
    border: none;
    width: 90%;
    height: auto;
    margin: 7% 0 0 5%;
}

.fdsModal {
    border: none;
    width: 100%;
    /*margin: 2% 0;*/
    background-color: #fff;
}

.fdsConfirmar {
    border: none;
}

.alertaObrigatorio {
    font-size: 1.2em;
    font-weight: 900;
    color: red;
}

.borderObrigatorio {
    border: 1px solid #ff0000 !important;
}

.alertaUsuNaoEncontrado {
    font-size: 1em;
    font-weight: 700;
    color: red;
}

/* ========== CONTROLS ========== */

.inputBranco {
    font-family: KievitotRegular, Verdana, sans-serif;
    font-size: 0.8em;
    margin: 5px 5px 5px 0;
    padding: 5px;
    border: #bcbcbc 1px solid; /* Cinza Claro Manserv*/
    background-color: #fff;
    height: 2.4em;
    resize: none;
}

.inputPesquisa {
    font-family: KievitotRegular, Verdana, sans-serif;
    font-size: 0.8em;
    margin: 5px 5px 5px 0;
    padding: 6px 5px;
    border: #bcbcbc 1px solid; /* Cinza Claro Manserv */
    background-color: #fff;
    resize: none;
    width: 200px;
}

.inputModalCep {
    font-family: KievitotRegular, Verdana, sans-serif;
    font-size: 0.8em;
    margin: 5px 0;
    padding: 6px 5px;
    border: #bcbcbc 1px solid; /* Cinza Claro Manserv */
    background-color: #fff;
    resize: none;
    width: 130px;
}

.inputModalInput {
    font-family: KievitotRegular, Verdana, sans-serif;
    font-size: 0.8em;
    margin: 5px 5px 5px 0;
    padding: 6px 5px;
    border: #bcbcbc 1px solid; /* Cinza Claro Manserv */
    background-color: #fff;
    resize: none;
    width: 200px;
}

.inputModalInputX2 {
    font-family: KievitotRegular, Verdana, sans-serif;
    font-size: 0.8em;
    margin: 5px 5px 5px 0;
    padding: 6px 5px;
    border: #bcbcbc 1px solid; /* Cinza Claro Manserv */
    background-color: #fff;
    resize: none;
    width: 405px;
}

.txaModal {
    font-family: KievitotRegular, Verdana, sans-serif;
    font-size: 0.8em;
    margin: 5px;
    padding: 6px 5px;
    border: #bcbcbc 1px solid; /* Cinza Claro Manserv*/
    background-color: #fff;
    width: 100%;
    height: auto;
    resize: none;
}

.rowBotoesModal {
    float: left;
}

.dropdown {
    width: 164px;
    height: 2.4em;
    padding: 5px;
    margin: 5px 5px 5px 0;
    background-color: #fff;
    border: #bcbcbc 1px solid; /* Cinza Claro Manserv*/
}

.dropdownMinWidth {
    height: 2.4em;
    padding: 5px;
    margin: 5px 5px 5px 0;
    background-color: #fff;
    border: #bcbcbc 1px solid; /* Cinza Claro Manserv*/
}

.linkbutton {
    font-size: 1.2em;
    font-weight: 700;
    text-decoration: none;
    color: #000;
}

.linkButtonPreto {
    font-size: 1.2em;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    position: relative;
}

.lupaPesquisa {
    width: 20px;
    margin: 0 10px;
    vertical-align: middle;
}

.check {
    margin: 5px;
}

.botao {
    background-color: #fff;
    color: #ff8227; /* Laranja Manserv */
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    font-weight: 400;
    text-decoration: none;
}

.botaoCinzaEscuro {
    background-color: #616161; /* Cinza Escuro Manserv */
    color: #fff;
    font-family: KievitotRegular, Verdana, sans-serif;
    font-size: 1em;
    padding: 5px 10px;
    margin: 5px 5px 5px 0;
    border: transparent 1px solid;
    text-decoration: none;
}

    .botaoCinzaEscuro:hover {
        background-color: #fff;
        color: #616161; /* Cinza Escuro Manserv */
        border: #616161 1px solid;
        text-decoration: none;
    }

.botaoCinzaClaro {
    background-color: #fff;
    color: #616161; /* Cinza Escuro Manserv */
    font-family: KievitotRegular, Verdana, sans-serif;
    font-size: 1em;
    padding: 5px 10px;
    margin: 5px 5px 5px 0;
    border: transparent 1px solid;
    text-decoration: none;
}

    .botaoCinzaClaro:hover {
        background-color: #616161; /* Cinza Escuro Manserv */
        color: #fff;
        border: transparent 1px solid;
        text-decoration: none;
    }

.botaoLarAdicionar {
    background-color: #ff8227; /* Laranja Manserv */
    color: #fff;
    padding: 5px;
    margin-left: 5px;
    border: none;
    border-radius: 5px;
    font-weight: 400;
    text-decoration: none;
}

.celMenuMain:focus,
.celMenuMain::-moz-focus-inner {
    outline: none;
    border: none;
}

.celMenuMain {
    font-family: Kievitot, Verdana, sans-serif;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    padding: 10px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

    .celMenuMain:hover {
        background: #414141;
    }

    .celMenuMain:active {
        background: #2c2c2c
    }

.celLar {
    background: #082a3c;
    color: #fff;
}

    .celLar:hover {
        background: #414141;
    }

.celLarSub {
    background: #082a3c;
    color: #fff;
}

.btn {
    font-family: Kievitot, Verdana, sans-serif;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    padding: 5px 30px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.btn-padrao {
    background: #ff4610;
    color: #fff;
}

    .btn-padrao:hover {
        background: #cc3000;
    }

    .btn-padrao:active {
        position: relative;
        top: 5px;
    }

/* ========== CONTENT ========== */

#pnlPrincipal {
    margin: 5em 2em 2em 2em;
}

.pnlFixoTopo {
    position: absolute !important;
    top: 0 !important;
}

.container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4002;
}

.containerBox {
    background-color: #fff;
    display: inline-block;
    /*margin-top: 5em;*/
    position: absolute;
}

.li_TituloMenu {
    left: 75px;
}


.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-group {
    margin-bottom: 1rem;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    position: absolute;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin: 0 28%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    margin: 0 25%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 25%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    margin: 0 6%;
}

.col-10grid {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    margin: 0 3.3%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/* ========== BOOTSTRAPING ========== */

.divisoria {
    border-bottom: 1px solid #bcbcbc;
    margin: 10px 0;
}

.tableBotoes {
    width: 100%;
}

.rowBotoes {
    float: right;
}

.rowCenter {
    text-align: center;
}

.tbCol4md {
    width: 12.8em;
}

.tbCol4lg {
    width: 26em;
}

.tbCol4Pesquisa {
    width: 11em;
}

.tbCol2md {
    width: 6.2em;
}

.tbCol2mdDate {
    width: 6.2em;
    height: 31px;
}

.tbCol1md {
    width: 3.2em;
}

.ddlCol4 {
    width: 15.3em;
}

.txaCol4 { /* txa -> TextArea */
    width: 26em;
}

.tbCol6md {
    width: 20em;
}

.tbCol6md2 {
    width: 16.4em;
}

.ddlCol6 {
    width: 23.5em;
}

.txaCol6 { /* txa -> TextArea */
    width: 28.8em;
}

.tbCol10md {
    width: 10.8em;
}

.tbCol10mdx2 {
    width: 22.1em;
}

.tbCol10Cep {
    width: 9.4em;
}

.ddlCol10 {
    width: 12.8em;
}

.txaCol10 { /* txa -> TextArea */
    width: 47.6em;
}

/* ========== GRIDVIEW ========== */

.mGrid {
    width: 100%;
    text-decoration: none;
}

    .mGrid tr {
        background-color: #e6e6e6;
    }

    .mGrid th {
        padding: 4px 0;
        font-family: KievitotBold, Verdana, sans-serif;
        font-size: 1em;
        color: #616161; /* Cinza Escuro Manserv */
        background-color: #fff;
        border-bottom: solid 1px transparent;
        border-left: solid 1px transparent;
        border-right: solid 1px transparent;
        text-decoration: none;
        text-decoration-color: none;
        text-decoration-line: none;
    }

        .mGrid th a {
            text-decoration: none;
            color: #616161;
        }

            .mGrid th a:hover {
                color: #ff8227; /* Laranja Manserv */
            }

    .mGrid td {
        font-family: KievitotRegular, Verdana, sans-serif;
        font-size: 0.8em;
        padding: 2px 0;
        border-bottom: solid 1px transparent;
        border-left: solid 1px transparent;
        border-right: solid 1px transparent;
        color: #616161;
        text-decoration: none;
        line-height: 1em;
    }

    .mGrid .alt {
        background-color: #fff;
    }

    /*.mGrid .pgr {
        background-color: #025f62;
    }*/

    .mGrid .pgr table {
        margin: 5px 0;
    }

    .mGrid .pgr td {
        border-width: 0;
        padding: 0 6px;
        border-bottom: solid 1px transparent;
        border-left: solid 1px transparent;
        border-right: solid 1px transparent;
        font-weight: 300;
        line-height: 12px;
        text-decoration: none;
        background-color: #fff;
        color: #ff8227;
        text-align: left;
        font-size: 1em;
    }

    .mGrid .pgr a {
        color: #616161;
        text-decoration: none;
    }

/*.mGrid .pgr a:hover {
                text-decoration: none;
            }*/

.gridView {
    padding: 1em;
    margin: 1em 0;
    background-color: #fff;
}

.gridFontCod {
    width: 60px;
    color: #000;
    font-weight: 700;
    font-size: 1.2em;
}

.gridFont {
    /*width: 500px;*/
    color: #616161; /* Cinza Escuro Manserv */
    font-family: KievitotRegular, Verdana, sans-serif;
    font-size: 1em;
    text-decoration: none;
}

.divModal {
    background-color: #fff;
    padding: 1em;
    position: absolute;
    z-index: 4001;
    top: 0;
    /*top: 30%;
    left: 36%;*/
}

.divBotoes {
    padding: 5px 0;
}

.divBotoesGeral {
    background-color: #d5863f; /* Laranja Manserv */
    padding: 10px;
    position: inherit;
    z-index: 4001;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.divCadGeral {
    background-color: #d5863f; /* Laranja Manserv */
    padding: 10px;
    position: inherit;
    z-index: 4001;
    margin-top: 1em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.divConfirma {
    background-color: #fff;
    position: absolute;
    padding: 10px;
    z-index: 4000;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.modalBackground {
    background: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    opacity: .5;
}

.imgAltEmp {
    max-width: 150px;
    max-height: 150px;
    background-color: #fff;
}

.tdAltEmp {
    width: 150px;
    height: 150px;
    padding-left: 30px;
    vertical-align: bottom;
}

.divOuter {
    left: 4%;
    top: 17%;
    position: absolute;
    z-index: 1001;
    background-color: #fff;
    padding: 15px;
}

.divInner {
    left: 50%;
    margin-left: -100px; /* A metade de sua largura. */
    position: relative;
    width: 300px; /* O valor que você desejar. */
}

/* ========== AGENDA ========== */

.tabelaAgenda {
    width: 100%;
    border-spacing: 3px;
    /*padding: 15px;*/
    background-color: #fff;
}

    .tabelaAgenda tr td {
        font-family: KievitotRegular, Verdana, sans-serif;
        font-size: 0.9em;
        border: none;
        text-align: left;
    }

    .tabelaAgenda tr a:link {
        color: #ff8227;
        font-family: KievitotBold, Verdana, sans-serif;
        text-decoration: none;
    }

    .tabelaAgenda td a:link {
        /*color: #616161;*/
        text-decoration: none;
    }

    .tabelaAgenda span {
        text-align: center;
    }

.agendaHeader {
    background-color: #616161;
    color: #fff;
    padding: 5px 0;
}

    .agendaHeader td {
        text-align: center;
        padding: 5px 0;
        color: #fff;
    }

/* ========== PAINEL LATERAL DA AGENDA ========== */

.divProgramacaoLide {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.divMenuLateralLide {
    width: 18em;
    /*position: relative;
    display: block;*/
}

.divCalendarioLide {
    width: 61em;
    /*position: relative;
    float: right;
    display: block;*/
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2200;
    top: -5px;
    left: 0;
    background-color: #616161;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
}

    .sidenav a {
        text-decoration: none;
        color: #ff8227;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #fff;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 40px;
    }

.spanMenuLateral {
    font-size: 30px;
    cursor: pointer;
    color: #616161;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    padding: 5px 10px;
    left: 0;
    bottom: 20px;
}

.grid {
    width: auto;
    height: 45%;
    margin: 15px;
    background-color: #fff;
}

.gridLateral {
    border: none;
    width: 100%;
}

/*.divMenuLateral {
    position: fixed;
    z-index: 70000; /* O mesmo que divMenuBarMain 
    top: 60px;
    left: 0;
    height: 40em;
    /*padding: 10px;
    overflow: auto;
    /*transition: width 2s linear 1s;
    /*flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.divOculta {
    background-color: #fff;
    padding: 10px;
}

.divExibe {
    background-color: #fff;
    padding: 5px;
    margin-top: 14.6em;
}

.botaoExibir {
    width: 40px;
    height: 40px;
    background-color: #fff;
}

.botaoOcultar {
    width: 40px;
    height: 40px;
    background-color: #fff;
}

.gridLateral {
    width: 100%;
    text-decoration: none;
}

    .gridLateral tr {
        background-color: #e6e6e6;
    }

    .gridLateral th {
        padding: 4px 0;
        font-family: KievitotBold, Verdana, sans-serif;
        font-size: 0.8em;
        color: #616161; /* Cinza Escuro Manserv 
        background-color: #fff;
        border-bottom: solid 1px transparent;
        border-left: solid 1px transparent;
        border-right: solid 1px transparent;
        text-decoration: none;
        text-decoration-color: none;
        text-decoration-line: none;
    }

        .gridLateral th a {
            text-decoration: none;
            color: #616161;
        }

            .gridLateral th a:hover {
                color: #ff8227; /* Laranja Manserv 
            }

    .gridLateral td {
        font-family: KievitotRegular, Verdana, sans-serif;
        font-size: 0.8em;
        padding: 2px 0;
        border-bottom: solid 1px transparent;
        border-left: solid 1px transparent;
        border-right: solid 1px transparent;
        color: #616161;
        text-decoration: none;
        line-height: 1em;
    }

    .gridLateral .alt {
        background-color: #fff;
    }

    /*.gridLateral .pgr {
        background-color: #025f62;
    }

    .gridLateral .pgr table {
        margin: 5px 0;
    }

    .gridLateral .pgr td {
        border-width: 0;
        padding: 0 6px;
        border-bottom: solid 1px transparent;
        border-left: solid 1px transparent;
        border-right: solid 1px transparent;
        font-weight: 300;
        line-height: 12px;
        text-decoration: none;
        background-color: #fff;
        color: #ff8227;
        text-align: left;
        font-size: 1em;
    }

    .gridLateral .pgr a {
        color: #616161;
        text-decoration: none;
    }

/*.gridLateral .pgr a:hover {
                text-decoration: none;
            }*/

/* ========== LOGIN ========== */

.loginBox {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    position: absolute;
    z-index: 1001;
    margin-top: 13em;
    margin-left: 4em;
}

.loginForm {
    order: 1;
    flex: 0 1 auto;
    background-color: #fff;
    padding: 20px;
}

.seta {
    order: 2;
    flex: 0 1 auto;
}

.lblHomolog {
    font-family: KievitotLight, Verdana, sans-serif;
    font-size: 3em;
    color: #ff8227; /* Laranja Manserv */
    top: 0px;
    right: 140px;
    position: fixed;
    z-index: 19000
}


.lblLogin {
    font-family: KievitotLight, Verdana, sans-serif;
    font-size: 3em;
    color: #ff8227; /* Laranja Manserv */
}

.iptLogin {
    font-family: KievitotRegular, Verdana, sans-serif;
    font-size: 2em;
    color: #616161;
    margin: 10px 0;
    padding: 5px;
    border: #bcbcbc 1px solid;
    background-color: #fff;
    resize: none;
}

.sbtLogin {
    font-family: KievitotRegular, Verdana, sans-serif;
    font-size: 1em;
    text-decoration: none;
    color: #616161;
    background-color: #fff;
    margin: 10px 0;
    padding: 10px 40px;
    border: #bcbcbc 1px solid;
}

    .sbtLogin:hover {
        color: #fff;
        background-color: #616161;
        border: #fff 1px solid;
    }

.divMascote {
    position: absolute;
    z-index: 1002;
    bottom: 0;
    right: 0;
}

.imgMascote {
    width: auto;
    height: 36em;
    margin-right: 20em;
}

.trianguloTopLeft {
    width: 0;
    height: 0;
    /* Os borders definem o tamanho da seta */
    border-top: 100px solid #fff;
    border-right: 100px solid transparent;
}

/* ========== TELA DE LOADING ========== */

.loadingFora {
    position: fixed;
    z-index: 100002;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
}

.loadingDentro {
    position: fixed;
    z-index: 100003;
    text-align: center;
    top: 40%;
    left: 42%;
}

    .loadingDentro p {
        font-family: KievitotRegular, Verdana, sans-serif;
        font-size: 1.6em;
        color: #fff;
    }

    .loadingDentro img {
        width: 80px;
    }

.divFundo {
    position: fixed;
    z-index: 3000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
}

/* ========== FOOTER ========== */

.divFooter {
    font-family: KievitotRegular, Verdana, sans-serif;
    font-size: 0.6em;
    text-align: center;
    color: #616161; /* Cinza Escuro Manserv */
    background-color: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px;
    position: fixed;
    z-index: 2002;
    /*background-color: #d5863f; /* Laranja Manserv */
}

/* #region ESTILO DO BUSCA ENDEREÇO - OpenStreetLayers */

#divBuscaEndereco,
#divCamposEntradaEndereco {
    width: 35rem; /* equivale a 35% da table */
}

#divBuscaEnderecoModalMapsOSM,
#divCamposEntradaEndereco {
    width: 39rem; /* equivale a 35% da table */
}


#divBuscaEnderecoModalMapsOSM,
#divBuscaEndereco {
    background-color: #FFFFFF;
    border: 1px #ff8d00 solid; /* Borda Laranja */
    box-shadow: 2px 2px 10px #BCBCBC;
    position: absolute;
}
    #divBuscaEnderecoModalMapsOSM a,
    #divBuscaEndereco a {
        display: block;
        width: 100%;
        padding: 0.5rem;
    }
/* #endregion */
