﻿
/*html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
    text-rendering: optimizeLegibility !important;
    height: 100%;
}*/

legend.scheduler-border {
    width: inherit; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

    /* Rules for sizing the icon. */
    .material-icons.md-18 {
        font-size: 18px;
    }
    

    .material-icons.md-24 {
        font-size: 24px;
    }

    .material-icons.md-36 {
        font-size: 36px;
    }

    .material-icons.md-48 {
        font-size: 48px;
    }

    /* Rules for using icons as black on a light background. */
    .material-icons.md-dark {
        color: rgba(0, 0, 0, 0.54);
    }

        .material-icons.md-dark.md-inactive {
            color: rgba(0, 0, 0, 0.26);
        }

    /* Rules for using icons as white on a dark background. */
    .material-icons.md-light {
        color: rgba(255, 255, 255, 1);
    }

        .material-icons.md-light.md-inactive {
            color: rgba(255, 255, 255, 0.3);
        }



i.material-icons {
    position: relative;
    bottom: 3px;
    vertical-align: middle;
}


/*Login*/
.bg-black {
    background-color: #263238 !important;
}

.bg-white {
    background-color: #FFF !important;
    border-top: 2px solid #ECEFF1;
}

.form-box#login-box {
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.15) !important;
    -moz-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.15) !important;
    box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.15) !important;
}

.login-input,
.login-input:focus {
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.25) !important;
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.25) !important;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.25) !important;
    border-radius: 2px !important;
    border: 1px solid #ECEFF1 !important;
    height: 42px;
}

.conectado {
    font-size: 0.9em !important;
    color: #78909C !important;
}

.check-conectado {
    margin-left: 6px !important;
    position: relative !important;
    top: 2px !important;
}

.footer.footer-entrar {
    background-color: #1669e1 !important;
    text-align: center !important;
    padding: 0px !important;
}

	.footer.footer-entrar:hover {
		background-color: #3571C4 !important;
		cursor: pointer;
	}

.btn.btn-entrar {
    background-color: #1669e1 ;
    color: #FFFFFF !important;
    border: none !important;
    box-shadow: none !important;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0px !important;
    width: 100%;
    height: 100%;
    padding: 18px;
    text-transform: uppercase;
    font-size: 1.05em;
    font-weight: 500;
    letter-spacing: 0.03em;
}

/*04/10/2016*/
#login-box img {
	width: 110px;
	height: 110px;
	filter: drop-shadow(0 0 0.3em #1669e1);
	background-size: contain;
	background-repeat: no-repeat;
}

#login-box .header {
    box-shadow: none !important;
    background: #FFF;
}

.validation-summary-errors ul {
    list-style: none;
    text-align: center;
    padding: 15px;
    border: 1px solid transparent;
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    margin: 0;
}

.content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden !important;
}

.navbar-static-top .navbar-right {
    padding: 0 25px 0 0;
}

/*05/10/16*/
.panel-produtividade {
    font-weight: bold;
    background: #E53935;
    color: #FFFFFF;
    font-size: 1.1em;
    padding: 10px 15px 5px 15px !important;
}

    .panel-produtividade .form-group {
        margin: 0;
    }

table#dataFim, table#dataInicio {
    width: 100%;
}


/* Tablet */
@media screen and (max-width: 768px) {

    table#dataFim, table#dataInicio {
        width: 115px;
    }
}

/* Small */
@media screen and (max-width: 480px) {
    table#dataInicio {
        width: 85px;
        margin-top: 40px;
        margin-left: -30px;
    }

    table#dataFim {
        width: 80px;
        margin-top: 40px;
    }

    .panel-heading div.col-xs-6 {
        margin-left: -15px;
    }
}

/* 04/10/2016 fim*/

l {
    font-weight: 300;
}

b {
    font-weight: 700 !important;
}

a.logo {
    color: #1669E1;
    font-family: 'Roboto Slab', sans-serif !important;
    font-weight: 300;
    font-size: 24px;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 50px;
    width: 210px;
    display: flex;
}

.logo img {
	width:50px;
	height: 50px;
}

.navbarlogo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.navbarlogonew {
    width: 50%;
    display: flex;
    flex-direction: row;
    gap: 30px
}

.navbariconmenu {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.navbar-right {
    display: flex;
    width: 50%;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

div[style="padding: 4px 4px 16px; font-family: tahoma; font-size: 8pt; color: rgb(48, 48, 48); background-color: white;"] {
    display: none !important;
}

a.logo:hover {
    color: #1669E1;
    transition: color 0.3s, background-color 0.2s;
    border-bottom: transparent;
}

.wrapper.row-offcanvas.row-offcanvas-left,
aside.right-side,
section.content {
    background-color: #F5F5F5;
}

section.content-header h1 {
    color: #607D8B;
    font-weight: 400 !important;
}

aside.left-side.sidebar-offcanvas {
    background-color: #1669E1;
}

ul.sidebar-menu i.material-icons {
    margin-right: 5px;
}

.navbar {
    background-color: #FFFFFF;
    border-bottom: 1px solid #CFD8DC;
}

a {
    transition: color 0.2s, background-color 0.2s;
}

ul.sidebar-menu > li > a {
    font-size: 1.02em;
    font-weight: 400 !important;
}

.sidebar-toggle {
    height: 70% !important;
    margin: 0px !important;
    width: 50px;
}

    .sidebar-toggle:hover {
        color: #FFFFFF !important;
        background-color: #1669E1 !important;
    }

    .sidebar-toggle i.material-icons {
        position: relative;
        top: 4px;
        text-align: center;
    }

.sidebar-toggle {
    text-align: center;
}

.sidebar-menu > li > .treeview-menu {
    background-color: #1669E1 !important;
    border-top: 2px solid #1669E1 !important;
}

.sidebar-menu .treeview-menu > li > a {
    padding: 15px 10px 8px 16px !important;
}

hr {
    margin: 8px 0px 2px 0px;
    border-top: 2px solid #1669E1;
    opacity: 1;
}

.panel-body {
    padding: 6px;
}


td.dxe {
    color: #FFFFFF;
}

/*CommandColumns*/

/*.dxgvCommandColumn_Material {
    min-width: 160px;
}

.dxgvCommandColumn_Material a {
    display: block;
    float: left;

}

.dxgvCommandColumn_Material a:first-of-type {
    float: left;
}

.dxgvCommandColumn_Material a:nth-of-type(2) {
    float: left;
}

.dxgvCommandColumn_Material a:nth-of-type(3) {
    display: inline-table !important;
    float: left !important;
    max-width: 70px;
    clear: right;
}

.dxgvCommandColumn_Material a:nth-of-type(4) {
    display: block;
    clear: right;
}*/

/*FimCommandColumns*/

.dxflNestedControlCell_Material .dxeButtonEditSys.dxeButtonEdit_Material,
.dxflNestedControlCell_Material .dxeValidStEditorTable.dxeRoot_Material,
.dxeButtonEditSys.dxeButtonEdit_Material.dxeNullText_Material,
#gvOcorrencia_DXEFL .dxeButtonEdit_Material.dxeReadOnly_Material,
#gvOcorrencia_DXEFL .dxeTextBox_Material.dxeReadOnly_Material,
#gvOcorrencia_DXEFL .dxeMemo_Material,
.dxeValidStEditorTable.dxeRoot_Material,
.dxeFocused_Material {
    width: 100% !important;
}

.dxeTextBox_Material.dxeReadOnly_Material,
.dxeButtonEdit_Material.dxeReadOnly_Material,
.dxeButtonEditSys.dxeButtonEdit_Material.dxeReadOnly_Material,
.dxeMemo_Material,
.dxeErrorFrameSys.dxeControlsCell_Material,
.dxflNestedControlCell_Material .dxeTextBoxSys.dxeTextBox_Material.dxeTextBoxDefaultWidthSys {
    width: 130% !important;
}

.dxpc-header {
    background-color: #1669E1 !important;
    color: white !important;
}




/*.dxeButtonEdit_Material {
    width: auto !important;
}*/

/*------------------------------------Tables-------------------------------------*/

#gvVisita_DXPEForm_DXEFL_12.dxflGroupCell_Material {
    width: 250px !important;
    display: inline-block;
}

td#gvVisita_DXEFL_13.dxflGroupCell_Material {
    width: 100% !important;
    margin-right: 0px !important;
    float: right;
}

.dxgvTable_Material {
    font-family: 'Roboto', sans-serif !important;
}

.dxgvCommandColumn_Material a {
    text-transform: uppercase;
    text-decoration: none !important;
    color: #E53935 !important;
    font-weight: 500 !important;
    padding: 8px 6px !important;
    font-size: 0.8em !important;
}

.dxgvControl_Material a:hover {
    opacity: 0.7 !important;
}

/*Header das Tables*/
/*#gridView_DXHeadersRow0 td {
    padding: 6px !important;
    color: #455A64 !important;
    letter-spacing: 0.02em;
    background-color: #FFFFFF !important;
    font-weight: 500 !important;
    font-size: 1.01em;
}*/

table.dxeFocused_Material {
    border: 1px solid #F44336 !important;
}

.dxeTextBoxSys,
.dxeButtonEditSys {
    padding: 4px 4px;
}


.dxpnl-btnHover .dxWeb_pnlExpand_Material, .dxpnl-btnHover .dxWeb_pnlExpandArrowBottom_Material, .dxpnl-btnHover .dxWeb_pnlExpandArrowLeft_Material, .dxpnl-btnHover .dxWeb_pnlExpandArrowRight_Material, .dxpnl-btnHover .dxWeb_pnlExpandArrowTop_Material, .dxpnl-btnPressed .dxWeb_pnlExpand_Material, .dxpnl-btnPressed .dxWeb_pnlExpandArrowBottom_Material, .dxpnl-btnPressed .dxWeb_pnlExpandArrowLeft_Material, .dxpnl-btnPressed .dxWeb_pnlExpandArrowRight_Material, .dxpnl-btnPressed .dxWeb_pnlExpandArrowTop_Material, .dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpand_Material, .dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowBottom_Material, .dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowLeft_Material, .dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowRight_Material, .dxpnl-btnSelected.dxpnl-btnHover .dxWeb_pnlExpandArrowTop_Material, .dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpand_Material, .dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowBottom_Material, .dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowLeft_Material, .dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowRight_Material, .dxpnl-btnSelected.dxpnl-btnPressed .dxWeb_pnlExpandArrowTop_Material,
.dxeButtonEditButtonHover_Material,
.dxeButtonEditButtonPressed_Material,
.dxp-hoverDropDownButton,
.dxp-current,
.dxeListBoxItemSelected_Material,
.dxbButton_Material,
.dxeCalendarHeader_Material {
    background-color: #1669E1 !important;
}

    .dxbButton_Material.dxbDisabled_Material {
        background-color: rgba(100,100,100, 0.3) !important;
    }

a.dxbButtonSys {
    background: none !important;
}

.dxm-item:hover {
    color: #F44336 !important;
}

label {
    font-weight: 500 !important;
}

.dxmLite_Material .dxm-popup .dxm-selected {
    background-color: #F44336 !important;
    color: #FFFFFF !important;
}

.dxp-pressedDropDownButton {
    background-color: #F44336 !important;
    opacity: 0.9;
}

.dxgv {
    font-weight: 400;
    color: #546E7A;
    font-size: 1.0em;
    padding: 6px 4px 8px 10px !important;
}

a:hover, a:focus {
    color: #1669E1;
}



.panel-heading h4 {
    font-weight: 400 !important;
    text-transform: uppercase;
    vertical-align: middle;
}

.dados {
    display: inline-block;
    margin-right: 16px;
    font-size: 1.0em;
    color: #656565;
}



    .dados small {
        color: #212121;
        font-weight: 600;
    }
/*----------------Dashboard------------------*/

.btn.btn-primary {
    background: none;
    background-color: #1669E1 !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

.panel-heading {
    padding-top: 14px;
}

.panel h5 {
    font-size: 0.95em;
    opacity: 0.7;
    font-family: 'Roboto', sans-serif;
}

.panel h3 {
    opacity: 0.8;
    font-family: 'Roboto', sans-serif;
}

.panel-heading a {
    font-size: 1.0em;
    font-weight: 400 !important;
    opacity: 0.9;
}

.box-header h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.15em !important;
    opacity: 0.9 !important;
    text-transform: uppercase;
}

.bg-blue {
    background-color: #03A9F4 !important;
}

.bg-yellow {
    background-color: #EF6C00 !important;
}

.bg-red {
    background-color: #1669E1 !important;
}


.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-container {
    width: 300px;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
    margin-top: 0;
    color: #42b983;
}

.modal-body {
    margin: 20px 0;
}

.modal-default-button {
    float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

    .modal-enter .modal-container,
    .modal-leave-active .modal-container {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.modal-sem-resultado {
    display: none;
    position: fixed;
    top: 40%;
    left: 40%;
    z-index: 9999;
}

.versao {
    text-align: right;
    padding-right: 25px;
    font-size: 11px;
}

.data-hora--small {
    margin-bottom: 25px;
}

    .data-hora--small h4 {
        font-size: 14px;
        color: #999;
        line-height: 82%;
        text-indent: 4px;
    }

.dropdown-menu > li > a:hover {
    background-color: #ffffff !important;
    color: #000 !important;
}

.select--margin-bottom {
    margin-bottom: 15px !important;
}

.questao--titulo {
    font-weight: bold;
    margin-top: -30px;
}

/*.input--como-texto input {
    border: 0;
    background: transparent;
}*/

input.input--como-texto {
    border: 0;
    background: transparent;
}

.form--slim .form-group {
    margin: 0;
}

.dashboard-wrapper-visitas .panel h3 {
    opacity: 0.8;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

.dashboard-wrapper {
    margin: 20px 30px 20px 20px;
}

    .dashboard-wrapper i, .contador i {
        color: #cfd8dc;
    }

.dashboard-wrapper-visitas {
    border: 1px solid #cfd8dc;
    margin-bottom: 21px;
}

    .dashboard-wrapper-visitas .aba {
        background: #fff;
        margin: -13px 0 20px 20px;
        width: 98px;
        text-indent: 10px;
    }

.dashboard-wrapper .fa-spin {
    margin-top: 15px;
}

a.page-link {
    cursor: pointer !important;
}


.form-periodo {
    width: 300px;
}

/**** RANKING NOVO 21/02/2019 */

.col-valign {
    display: table;
}

.ranking--wrapper {
    margin: 20px 30px 20px 20px;
}

.ranking--wrapper .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    font-size: 18px;
    color: #000;
}

.ranking--wrapper .nav-tabs > li > a {
    font-size: 18px;
}

.ranking--wrapper .nav-tabs > li > a:hover {
    background: #fff;
    border: 0;
    color: #000;
}

.ranking--wrapper .btn-filtrar {
    margin-left: -10px;
}

.ranking--wrapper .btn-filtrar-graficos {
    margin-left: -15px;
}

    .ranking--wrapper .divider {
        border-bottom: 1px solid #dfdfdf;
        margin: 35px 0;
    }

.ranking--territorio, .ranking--produtividade {
    /*border: 1px solid #cfd8dc;*/
    margin-bottom: 21px;
    margin-top: 30px;
}

    .ranking--territorio .aba, .ranking--produtividade .aba {
        background: #fff;
        margin: -14px 0 20px 19px;
        /*width: 120px;*/
    }

    .ranking--produtividade .aba {
        padding-top: 40px;
    }

        .ranking--territorio .aba h3, .ranking--produtividade .aba h3 {
            text-indent: 10px;
            opacity: 0.8;
            font-family: 'Roboto', sans-serif;
            font-size: 18px;
        }

    .ranking--territorio .cor-domicilio, .ranking--produtividade .cor-domicilio {
        border-color: #3185D4;
    }

        .ranking--territorio .cor-domicilio > .panel-heading, .ranking--produtividade .cor-domicilio > .panel-heading {
            background: #3185D4 !important;
            padding: 5px 15px !important;
            font-size: 18px;
            font-weight: 400;
            text-align: center;
            color: #fff;
        }

    .ranking--territorio .cor-familia {
        border-color: #68A34A;
    }

    .ranking--territorio .loading, .ranking--produtividade .loading {
        display: inline-block;
    }

    .ranking--territorio .loading, .ranking--produtividade .loading a:link, .ranking--territorio .loading, .ranking--produtividade .loading a:hover {
        color: #000;
        display: inline-block;
    }

    .ranking--territorio .cor-familia > .panel-heading {
        background: #68A34A !important;
        padding: 5px 15px !important;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        color: #fff;
    }

    .ranking--territorio .cor-individuo {
        border-color: #F26337;
    }

        .ranking--territorio .cor-individuo > .panel-heading {
            background: #F26337 !important;
            padding: 5px 15px !important;
            font-size: 18px;
            font-weight: 400;
            text-align: center;
            color: #fff;
        }

.ranking--territorio a:hover, .ranking--territorio a:active {
    text-decoration: none;
}

    .ranking--territorio .panel-body, .ranking--produtividade .panel-body {
        color: #505050;
        font-size: 26px;
        font-weight: 400;
        text-align: center;
    }

    .ranking--territorio .territorio-domicilios, .ranking--territorio .territorio-individuos, .ranking--territorio .territorio-familias {
        display: inline-block;
    }

    .ranking--territorio .territorio-domicilios--ibge, .ranking--territorio .territorio-individuos--ibge, .ranking--territorio .territorio-familias--ibge, .territorio-duplicados, .territorio-desatualizados, .territorio-domi-desatualizados, territorio-individuosacompanhados--ibge, territorio-individuosdesacompanhados--ibge, territorio-domiciliosdesacompanhados--ibge {
        display: inline-block;
        font-size: 20px;
        color: #999;
    }

    .ranking--territorio .territorio-domicilios--porcento, .ranking--territorio .territorio-individuos--porcento, .ranking--territorio .territorio-familias--porcento, territorio-individuosacompanhados--porcento, territorio-individuosdesacompanhados--porcento, territorio-domiciliosdesacompanhados--porcento {
        display: inline-block;
        font-size: 12px;
        color: #999;
    }

    .ranking--territorio-ibge {
        float: right;
        padding-right: 15px;
        margin-top: -20px;
        font-size: 12px;
        color: #999;
    }

    .ranking--territorio .previne-brasil-cadastro-individuais, .ranking--territorio .previne-brasil-cadastro-individuais-com-cns-e-cpf, .ranking--territorio .previne-brasil-cadastro-individuais-sem-cns-e-cpf, .territorio-individuosacompanhados, .territorio-individuosdesacompanhados, .territorio-domiciliosdesacompanhados {
        display: inline-block;
    }

    .row.ranking--produtividade {
        margin-top: 0;
        border-top: 1px solid #dfdfdf;
        padding-top: 20px;
    }

.ranking--produtividade .cor-visita {
    border-color: #E53935;
}

.ranking--produtividade .cor-visita > .panel-heading {
    background: #E53935 !important;
    padding: 5px 15px !important;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}

.ranking--produtividade .cor-individuo > .panel-heading {
    background: #68A34A !important;
    padding: 5px 15px !important;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}

.ranking--produtividade .produtividade-domicilios, .ranking--produtividade .produtividade-individuos, .ranking--produtividade .produtividade-outras-visitas {
    display: inline-block;
}

.ranking--produtividade .cor-individuo {
    border-color: #68A34A;
}


.ranking--produtividade #grafico-linhas {
    margin-top: 14px;
}

.ranking--produtividade-tabs {
    margin-top: 35px;
}

.ranking--produtividade-select {
    width: 120px;
    float: right;
    margin: 15px 0 0 7px;
}

#analises {
    margin: 14px 0 0 0;
}

.bloco-relatorio {
    margin: 14px 0;
    display: table;
}

    .bloco-relatorio div {
        padding: 0 30px;
        border-radius: 5px;
        height: 75px;
    }

    .bloco-relatorio a:link, .bloco-relatorio a:visited {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
    }

    .bloco-relatorio a:hover, .bloco-relatorio a:active {
        text-decoration: none;
        color: #dfdfdf;
    }

.bloco-cor1 {
    background: #3185D4;
    display: table-cell;
    vertical-align: middle;
}

.bloco-cor2 {
    background: #b200ff;
    display: table-cell;
    vertical-align: middle;
}

.bloco-cor3 {
    background: #68A34A;
    display: table-cell;
    vertical-align: middle;
}

.bloco-cor4 {
    background: #263238;
    display: table-cell;
    vertical-align: middle;
}

.bloco-cor5 {
    background: #F014A1;
    display: table-cell;
    vertical-align: middle;
}

.bloco-cor6 {
    background: #607D8B;
    display: table-cell;
    vertical-align: middle;
}


.bloco-cor7 {
    background: #E53935;
    display: table-cell;
    vertical-align: middle;
}


.bloco-cor8 {
    background: #ff6a00;
    display: table-cell;
    vertical-align: middle;
}
.bloco-cor9 {
    background: #26b9b9;
    display: table-cell;
    vertical-align: middle;
}

small.cache-time {
    padding-top: 47px;
    margin-left: 10px;
    font-weight: bold;
    line-height: 30px;
}

#dashboard-map, #dashboard-map-relatorios {
    width: 900px;
    height: 550px;
    overflow: inherit;
    margin-left: -100px;
}

#dashboard-map-loading, #dashboard-map-relatorios-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    font-size: 40px;
}

.invisible {
    visibility: hidden;
}

/* REGIONAIS */
.busca-estabelecimento {
    padding-top: 5px;
}

.row.text-center.carregando {
    padding-bottom: 40px;
}

.estabelecimentos-zerado {
    padding: 20px 0 87px 0;
}

.tb-header-center {
    vertical-align: middle !important;
}

.table-faixa-etaria {
    /*width: 45%;*/
    width: 100% !important;
}

.panel-faixa-etaria {
    border: 1px solid #eaeaec;
}

.bg-summary {
    background: #e7e7e7;
}

.table-faixa-etaria * {
    font-size: 14px;
    padding: 3px !important;
    margin: 0 !important;
    line-height: 1 !important;
}

/*** SBIS */
.respiro {
    margin: 20px 0;
}

.col-vc-30 {
    line-height: 30px;
}

.mouse-pointer {
    cursor: pointer;
}

.div-container-fichas {
  transform: translate(-50%, -50%);
}
.container-fichas {
    color: red;
    font-size: 16px;
    font-family: serif;
    text-align: center;
    animation: animation-fichas 1.5s linear infinite;
}

@keyframes animation-fichas {
    0% { opacity: 0;}
    50% {opacity: 0.7;}
    100% {opacity: 0;}
}

