body {
    background: #f7f7f9;
}
#barraTopo {
    color: #FFF;
    background: #328adb;
}
.iconeTopo:hover {
    background-color: #6eb3f3;
}
.iconeLogo {
    border-left: 1px solid #6eb3f3;
}
.iconeFoto {
    border: 0px solid #FFF;
}
.botaoBrancoPrincipal {
    background: #FFF;
    border: 1px solid #FFF;
    color: #999999;
}
.botaoBrancoPrincipal:hover {
    box-shadow: 0 1px 4px rgba(0,0,0,0.09);
}
.divcontainer input::placeholder {
    color: #c5c5c5
}
#relatorio table {
    color: #666;
}
#relatorio table th {
    color: #aaa;
    background: #f7f7f9;
    border-bottom: 1px solid #e5e5e5;
}
#relatorio table tr {
    border-bottom: 1px solid #e5e5e5;
}
#relatorio table tr:hover {
    background: #FFF !important;
}
.relatorioTabelaLinhaChecked {
    background: #fdfcfc
}
a {
    color: #4091D2;
}
a:hover {
    color: #5fa4db
}
.corAtivo {
    background: #3dc372;
}
.corInativo {
    background: #f58d85;
}
.relatorio_controles {
    color: #666;
}

.divControleOutrosMini {
    background: #FFF;
    background-image: url(../../imagens/submenus.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);
}
.divControleOutrosMini:hover {
    background-size: 15px;
    background-color: #c9f0fd;

}


.divControleTag{
    background: #FFF;
    background-image: url(../../imagens/submenus.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);
}

.divControleTag:hover{
    background-color: #c9f0fd;
}


.divControleOutros {
    background: #FFF;
    background-image: url(../../imagens/submenus.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);
}
.divControleOutros:hover {
    background-color: #328adb;
}
@media screen and (max-width: 400px) {
    .iconeLogo {
        border-left: 1px solid #6eb3f3;
    }
}
#menuSuspenso {
    background: #fdfcfc;
    color: #333;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);
}
#menuSuspenso a:Hover {
    color: #abe695;
}
.botaoPopUp {
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}
.botaoPopUp:hover {
    background: #FFF;
}
.botaoPopUp:hover img {
    filter: invert(20%);
}
/*BARRA DE ROLAGEM NO INTERNET EXPLORER CHROME E SAFARI*/
* {
    scrollbar-color: #969696 !important;
    scrollbar-face-color: #969696 !important;
    scrollbar-highlight-color: #969696 !important;
    scrollbar-3dlight-color: #f7f7f9 !important;
    scrollbar-darkshadow-color: #f7f7f9 !important;
    scrollbar-shadow-color: #f7f7f9 !important;
    scrollbar-arrow-color: #969696 !important;
    scrollbar-track-color: #f7f7f9 !important;
}
::-webkit-scrollbar {
    background: #f7f7f9 !important;
}
.menu_filho-topo::-webkit-scrollbar {
    background: #111b28 !important;/*Chrome Track*/
}
#menuCalendarioSelMes::-webkit-scrollbar {
    background: #317cbf !important;/*Chrome Track*/
}
::-webkit-scrollbar-thumb {
    background: #969696 !important;/*Chrome Track*/
}
::-webkit-scrollbar-thumb:vertical {
    background:#c6c6c7 !important; /*Chrome elemento central*/
}
.menu_filho-topo::-webkit-scrollbar-thumb:vertical {
    background:#788a9e !important; /*Chrome elemento central*/
}
#menuCalendarioSelMes::-webkit-scrollbar-thumb:vertical {
    background:#4f9ee5 !important; /*Chrome elemento central*/
}
::-webkit-scrollbar-thumb:horizontal {
    background:#969696 !important;
}
/* FIM BARRA DE ROLAGEM NO INTERNET EXPLORER CHROME E SAFARI */
#divFotoPerfil, #menuSuspenso a {
    color: #FFF;
}
.switch--shadow + label:before {
    background-color: #dcdcdc; /*#f29b9b;*/
}
.switch--shadow + label:after {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.switch--shadow:checked + label:before {
    background-color: #8ce196;
}
.switch--flat + label {
    background-color: #dddddd;
}
.switch--flat + label:before {
    background-color: #fff;
}
.switch--flat + label:after {
    background-color: #dddddd;
}
.switch--flat:checked + label {
    background-color: #8ce196;
}
.switch--flat:checked + label:after {
    background-color: #8ce196;
}

.switchvermelho--shadow + label:before {
    background-color: #dcdcdc; /*#f29b9b;*/
}
.switchvermelho--shadow + label:after {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.switchvermelho--shadow:checked + label:before {
    background-color: #ef775d;
}

.perfilTitulo {
    color: #FFF;
    background: #EEEEEE;
}
.perfilTriangulo {
    border-bottom: 60px solid #FFF;
}
.perfilTitulo #divClosePerfil {
    background: #000;
    color: #000;
}
.botaoEditarRedondo {
    background: #5daffb url(../../imagens/cadastro-branco.svg);
    box-shadow: 3px 3px 6px RGB(0, 0, 0, 0.5);
    -webkit-box-shadow: 3px 3px 6px RGB(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 6px RGB(0, 0, 0, 0.5);
}
.botaoEditarRedondo:hover {
    background: #86bff5 url(../../imagens/cadastro-branco.svg);
}
.divcontainer label {
    color: #666;
}
.divcontainer input[type="text"], .divcontainer input[type="password"], .caixaTexto {
    border: 1px solid #eeeeee;
}
.caixaTexto:disabled {
    border: 1px solid #f8f8f8;
    background-color: #f8f8f8;
}
.divcontainer textarea {
    border: 1px solid #eeeeee;
}
.divcontainer select {
    border: 1px solid #eeeeee;
}
.dialogoSubTitulo {
    color: #666;
}
.dialogoSubTitulo2 {
    color: #4096db;
    border-bottom: 2px dotted #efeef0;
}
.botaoCancelar:hover {
    background: -moz-linear-gradient(360deg, #e17272 0%, #fdb188 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e17272), color-stop(100%, #fdb188)); /* safari4+,chrome */
    background: -webkit-linear-gradient(360deg, #e17272 0%, #fdb188 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(360deg, #e17272 0%, #fdb188 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(360deg, #e17272 0%, #fdb188 100%); /* ie10+ */
    background: linear-gradient(90deg, #e17272 0%, #fdb188 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e17272', endColorstr='#fdb188', GradientType=1 ); /* ie6-9 */
}
.botaoConteudo, .botaoGrid, .filtro_grid_busca, .filtrosTabela, .tabelaPerfil {
    color: #FFF;
}

.filtrosTabelaDialogo{
    width:100%;
    background:#f7f7f9

}

/*FILTROS*/
.filtro_grid_busca {
    background: #2a84d5;
    background-image: url(../../imagens/buscafiltros.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;
}
.filtro_grid_busca::Placeholder {
    color:#b8ddff;
}
.filtros_personAlerta {
    background: #52a1ea;
    border: #52a1ea 1px solid;
    color: #fff;
}
.filtros_person:hover {
    background: #4d9be1;
}
.filtros_sel:hover {
    background: #6a94d9;
}
.filtrosTabelaInventario {
    color: #dbe8fb;
}
#divFiltros_block {
    background: none;
}
#divMainFiltros, .divFundoSimples {
    background: #328ada;
}
#divFiltros, .divFundoSimples {
    color: #FFF;
}
#divFiltros h1 {
    background: #328ada;
}
#divFiltros h2 {
    border-bottom: 1px dotted #52a1ea;
}
#divFiltros h1 img {
    filter: invert(100%);
}
.filtros_sel {
    border: 1px solid #FFF;
}
.filtros_sel:hover {
    background: #6a94d9;
}
.filtros_sel_fechar {
    background: url(../../imagens/filtrofecharbranco.svg);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center center;
}
.filtros_sel_pesquisar_todos {
    background: url(../../imagens/lupamini.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}
.filtros_sel_fechar_todos {
    background: url(../../imagens/filtrofecharbranco.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}
.filtros_sel_ocultar_todos{
    background: url(../../imagens/-.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}
.filtros_sel_fechar:hover, .filtros_sel_fechar_todos:hover, .filtros_sel_ocultar_todos:hover {
    opacity: 0.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
}
#divFiltosSelecionados {
    background: #4374c4;
}
.filtrosContainer .divcontainer label {
    color: #FFF !important;
}
.filtrosContainer .divcontainer input[type=text], .filtrosContainer .divcontainer input[type=date] {
    background: #52a1ea;
    color: #FFF;
}
.filtrosContainer .divcontainer select, .dialogoTitulo select {
    background: #52a1ea;
    color: #FFF;
}
.filtrosRecolher {
    background: url(../../imagens/setacima.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}
.filtrosExpandir {
    background: url(../../imagens/setabaixo.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}
.filtros_Pesquisar {
    background: url(../../imagens/lupa.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center center;
}
.filtros_Pesquisar:hover, .filtros_Personalizar:hover {
    background-size: 35px;
}
.filtros_fundo_tabela {
    background: #2b84d6;
}
/* FIM FILTROS*/
.divcontainer input[type="text"]:disabled, .divcontainer input[type="password"]:disabled, .divcontainer select:disabled, .divcontainer textarea:disabled {
    border: 1px solid #f8f8f8;
    background-color: #f8f8f8;
}
.botaoAddContato {
    background: #7cc8fe url(../../imagens/add.svg) center center no-repeat;
    background-size: 13px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    border-radius: 15px;
    height: 30px !important;
    width: 30px !important;
    margin-right: 0px !important;
}
.botaoAddContato:hover {
    background: #2ba3ee url(../../imagens/add.svg) center center no-repeat;
    background-size: 13px;
}
.nuvem_contato, .nuvem_contato_principal {
    background: #EEEEEE;
    border: 1px solid #999;
    color: #333;
}
.nuvem_contato_principal {
    border: 1px solid #50d166;
    background: #dcf6e0;
}
.nuvemExcluir {
    background: url(../../imagens/nuvem-lixeira.svg) no-repeat center center;
    background-size: 100%;
}
.nuvemEditar {
    background: url(../../imagens/nuvem-editar.svg) no-repeat center center;
    background-size: 100%;
}
.nuvemWhatsapp {
    background: url(../../imagens/nuvem-whatsapp.svg) no-repeat center center;
    background-size: 100%;
}
.nuvemExcluir, .nuvemEditar, .nuvemWhatsapp {
    filter: invert(30%);
}
@keyframes fundoCarregando {
    0% {
        background: RGB(255, 255, 255, 0);
    }
    50% {
        background: #4499e5;
    }
    100% {
        background: #2a84d5;
    }
}
@keyframes svganimationcarregando {
    0% {
        stroke-dashoffset: 2900;
        stroke-dasharray: 2900;
    }
    50% {
        stroke-dashoffset: 0;
        fill:transparent;
    }
    100% {
        stroke-dashoffset: 0;
        fill:#FFF;
    }
}
.carregando-animate-svg svg {
    stroke: #fff;
}
.relVazio {

    background: url(../../imagens/semresultado.svg);
    background-position: center 40%;
    background-repeat: no-repeat;
    background-size: 200px
}
#menuCalendario {
    background: #FFF;
    color: #333;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);
}
#menuCalendario {
    background: #328ada;
}
#menuCalendarioTabela table {
    color: #FFF;
}
#menuCalendario h1, #menuCalendario h2, #menuCalendario h3 {
    color: #FFF;
}
.menuCalendarioDia {
    border: 1px solid #328ada;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.19);
}
.menuCalendarioDiaAtual {
    border: 1px solid RGB(255, 255, 255, 0.4);
}
.menuCalendarioDia:hover, .menuCalendarioDiaAtual:hover {
    background: #FFF;
    color: #328ada;
}
.menuCalendarioDia:hover {
    border: 1px solid RGB(255, 255, 255, 0.4);
}
#menuCalendarioTopoAnterior, #menuCalendarioTopoProximo {
    border: 1px solid #328ada;
}
#menuCalendarioTopoAnterior:hover, #menuCalendarioTopoProximo:hover {
    background-color: #4a98e0;
}
#menuCalendarioSelAno, #menuCalendarioSelMes {
    background: #2b84d5;
}
#menuCalendarioSelAno span {
    color: #FFF;
    filter: opacity(50%);
}
#menuCalendarioSelMes li {
    color: #FFF !important;
}
#menuCalendarioSelMes li:hover {
    background: RGB(255, 255, 255, 0.1)
}
.menuCalendarioSelMesAtivo {
    background: RGB(255, 255, 255, 0.1)
}
#menuCalendarioSelAnoText {
    color: #FFF;
    border-bottom: 1px solid rgb(255, 255, 255, 0.2)
}
.botaoCalendarioAplicar {
    background: RGB(255, 255, 255, 0.1);
    border: 1px #328ad9 solid;
    color: #FFF;
}
.botaoCalendarioCancelar {
    border: 1px #328ad9 solid;
    color: #FFF;
}
.botaoCalendarioCancelar:hover, .botaoCalendarioAplicar:hover {
    border: 1px #FFF solid;
}
.botaoCalendarioAplicar:hover {
    color: #328ad9;
    background: RGB(255,255,255);
}
#dialogoConfirmacaoBlock {
    background: RGB(255, 255, 255, 0.4);
}
#dialogoConfirmacao {
    color: #FFF;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.39);
}
@keyframes fundoBlock {
    0% {
        background: RGB(255, 255, 255, 0);
    }
    100% {
        background: #2a84d5;
    }
}
@keyframes fundoBlockInverso {
    0% {
        background: #2a84d5;
    }
    100% {
        background: RGB(255, 255, 255, 0);
    }
}
.containerAvo {
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    background: #FFF;
}
.containerControleA {
    border-right: 1px solid #efeef0;
    background-image: linear-gradient(#2a84d5, #2aa3d5);
}
.containerCabecalho {
    border-bottom: 1px solid #efeef0;
}
.containerConteudo {
    background: #f5f4f6;
}
.cabecalhoFilho {
    background: #efeef0;
}
.containerRodape {
    border-top: 1px solid #efeef0;
    background: #efeef0;
}
.containerGrid {
    background: #efeef0;
}
.cabecalhoFilho h1 {
    color: #898989;
    border-bottom: 2px solid #efeef0;
}
.dialogoAbaAtiva {
    border-bottom: 2px solid #328ada !important;
    color: #666 !important;
}
.divControleBotao {
    border: 0px solid #FFF;
    color: #666;
}
.divControleBotao:hover {
    background: #328ada;
    background: RGB(0, 0, 0, 0.08);
    color: #FFF;
}
.divControleBotaoAtivo {
    background: RGB(0, 0, 0, 0.2);
    color: #FFF;
}
a.tooltip div {
    color: #333;
    border: 1px solid #EEEEEE;
    background: #FCFCFC;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}
.containerGrid table {
    color: #666;
}
.containerGrid table th {
    color: #aaa;
    background: #f7f7f9;
    border-bottom: 1px solid #e5e5e5;
}
.containerGrid table tr {
    border-bottom: 1px solid #e5e5e5;
}
.containerGrid table tr:hover {
    background: #FFF !important;
}
.conteudoVermelho {
    color: #ef775d;
}
#divFiltros input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 20px #52a1ea inset;
    -webkit-text-fill-color: #FFF !important;
}
#relatorioImprimirCorpo a {
    color: #000;
}
#relatorioImprimirCorpo table tr th {
    border-bottom: 1px solid #000;
}
#relatorioImprimirCorpo table tr td {
    border-bottom: 1px solid #000;
    border-bottom: 1px solid #000;
}
.botaoAzulFormulario {
    color: #FFF;
    background: #489be0;
}
.botaoAzulFormulario:hover {
    background: #5da6e2
}
#divReloginConteudo {
    background: #FFF;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);
}
#divReloginConteudo input[type="password"], #divReloginConteudo input[type="text"] {
    background: #FFF !important;
    color: #666;
    border-bottom: 1px solid #e5e5e5;
}
#divReloginConteudo input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #FFF inset;
    -webkit-text-fill-color: #666 !important;
    transition: background-color #FFF ease-in-out 0s;
}
#foto_relogin {
    border: 4px solid #FFF;
}
#relogin_msg {
    color: #ff8d9a;
}
#divAjuda, #divUnidades, #divNotificacoes, #divFotoPerfil {
    background: #2d3a51;
}
.divAjudaTriangulo, .divUnidadesTriangulo, .divNotificacoesTriangulo, .divFotoPerfilTriangulo {
    border-bottom: 10px solid #2d3a51;
}
.tabelaPerfil tr:hover {
    color: #FFF !important;
}
.tabelaPerfil tr:hover {
    background: #394965;
}
.widget {
    background: #FFF;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.09);
}
.widgetCor1 {
    color: #3f3f3f;
}
.widgetCor2 {
    color: #d8d8d8;
}
#divMenu {
    background: #1a2738;
    color: #dbe8fb;
}
#menu_cabecalho {
    background: #121c28;
}
#menu_busca {
    background: #172331;
    color: #dbe8fb;
}
#menu_busca::placeholder {
    color:#6c7c95
}
#menu_plano div {
    color: #6c7c95;
}
#menu_lista {
    color: #7a889d;
}
#menu_lista ul {
    background: #121c28;
    border-left-color: #121c28;
}
#menu_lista li {
    border-left: 0px solid #328ada;
}
.menu_lista_pai {
    border-left: 6px solid #192638;
}
.menu_lista_filho {
    border-left: 6px solid #111b28 !important;
}
.menu_lista_filho a {
    color: #7a889d;
}
.menu_lista_pai:hover {
    color: #FFF;
}
.menu_lista_pai:hover > img {
    color: #FFF;
    filter: brightness(180%) !important
}
.menu_lista_filho {
    color: #7a889d;
}
.menu_lista_filho:hover {
    border-left: 6px solid #328ada !important;
    background: #328ada;
    color: #FFF;
}
.menu_lista_filho:hover > .menu_lista_pai {
    color: #FFF;
}
.menu_lista_filho:hover > a {
    color: #FFF;
}
.menu_selecionado {
    background: #328ada !important;
    color: #FFF;
}
#menu_semResultado {
    color: #FFF;
}
#menu_semResultado div {
    color: #7a889d;
}
.menu_ativo {
    border-left: 6px solid #328ada !important;
}



/*CAIXA CORE*/

.letrasEspacadas {
    color: #FFF;
    background: #2f84d5;
    border-bottom: 1px dotted #FFF;
}
.divResumoFundo {
    background: #2f84d5;
    color: #FFF !important;
}
.divResumoFundo table {
    color: #FFF
}
.pagamentoAzul {

    background: #2f84d5;
}
.botaominimalista_azul{
    color:#2f84d5;
}

.botaominimalista_laranja{
    color:#F07C4E;
}


.botaominimalista_azul:hover, .botaominimalista_laranja:hover {
    color:#FFF	}

/*FIM CAIXA CORE*/

.menuPerfilCombo{

    background:#2d3a51;
    border:1px solid #39465b;
    color:#FFF;

}


.popUpLinkInativo{
    background:#2d3a51 !important;
}
.containerControleC{
    overflow-x :hidden;
    background:#efefef;	
    border-right: 1px solid #e4e4e4

}

#divRelTotaisRodape{
    border-top: 1px solid #EEEEEE;
    background: #f7f7f9;
    -webkit-box-shadow: 0px -3px 12px 0px rgba(49, 49, 50, 0.12);
    -moz-box-shadow:    0px -3px 12px 0px rgba(49, 49, 50, 0.12);
    box-shadow:         0px -3px 12px 0px rgba(49, 49, 50, 0.12);
}

.divControleBotaoResumo{
    background: #FFF;
    background-image: url(../../imagens/descer.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.divControleBotaoResumo:hover{
    background: #328adb;
    background-image: url(../../imagens/descerbranco.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center center;
}
.divControleBotaoResumo2{
    background: #FFF;
    background-image: url(../../imagens/subir.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center 3px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);
    cursor: pointer;
    filter: opacity(60%);
}

.divControleBotaoResumo2:hover{
    background: #328adb;
    background-image: url(../../imagens/subirbranco.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center 3px;
    filter: opacity(100%);
}


.filtrosContainer input::placeholder {
    color: #97c4ec
}