* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.error {
  color: red !important;
}

/*
  LOADER - TELA DE LOADING
*/
#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    /*background: rgba(255, 255, 255, 1);*/
    justify-content: center;
    background-image: url("/resources/imagens/loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    opacity: 0.7;
}

#loaderGraf {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    /*background: rgba(255, 255, 255, 1);*/
    justify-content: center;
    background-image: url("/resources/imagens/loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    opacity: 0.7;
}

.divloaderspinner{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.loaderspinner{
  z-index: 10001;
  width: 100%;
  align-self: center;
}

.loadertitle {
  z-index: 10002;
  color: #FFF;
  font-size: 3rem !important;
  padding-top: 30% !important;
  font-weight: 900;
}

.engrenagem{
  width: 20rem;
  height: 20rem;
}

/*
  FUNÇÕES E STYLES DO MENU DROPDOWN
*/
@media (min-width: 992px){
    .dropdown-menu .dropdown-toggle:after{
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .dropdown-menu .dropdown-menu{
        margin-left:0; margin-right: 0;
    }

    .dropdown-menu li{
        position: relative;
    }
    .nav-item .submenu{
        display: none;
        position: absolute;
        left:100%; top:-7px;
    }
    .nav-item .submenu-left{
        right:100%; left:auto;
    }

    .dropdown-menu > li:hover{ background-color: #f1f1f1 }
    .dropdown-menu > li:hover > .submenu{
        display: block;
    }
}
/*
  FIM DAS FUNÇÕES E STYLES DO MENU DROPDOWN
*/
/*STYLES RODAPE*/
.rodape{
  height: 20px !important;
  padding: 2px;
  color: #fff;
  font-size: 0.75rem;
  align-self: bottom;
}

/*===JARDEL====*/
.topo_paginas{
  height: 2.5rem;
  margin: -25px -25px -5px -25px;
  background-color: rgba(74, 204, 57, 1.0);
  border-radius: 5px 5px 0 0;
  padding: 8px 8px 0 0;
  color: #FFF;
  font-weight: 600;
}
.topo_modal{
  height: 2.5rem;
  background-color: rgba(74, 204, 57, 1.0);
  border-radius: 3px 0px 0 0;
  padding-left: 15px;
  color: #FFF;
  font-weight: 600;
}
.logo_direita{
    margin-top: -2.5em;
    width: 50px;
    height: 50px;
    display:none;
}
.logo{
    display: flex;
    justify-content: right;
    flex-direction: column;
}
.logo_menu{
    display: inline-block;
    width: 40px;
    height: 40px;
    white-space: nowrap;
    line-height: inherit;
}

.file-area {
    width: 100%;
    position: relative;
}

.file-area input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}

.file-area .file-dummy {
    width: 100%;
    height: 100%;
    border: 2px dashed #ccc;
    background-color: #fff;
    text-align: center;
    transition: background 0.3s ease-in-out;
    padding: 3px 0px 3px 0px;
}

.file-area:hover .file-dummy {
    border: 2px dashed #1abc9c;
}

.arquivo_download {
    font-size: 2em;
}

.down_file:hover{
    cursor: pointer;
    color: #0b3e84;
}

.clips{
  padding-right: 2px !important;
  padding-left: 0px !important;
  z-index: 1000;
}

.nopadding{
  padding-right: 2px !important;
  padding-left: 0px !important;
}

.Xfechar{
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 20px;
  margin-top: -5px;
  padding-right: 5px;
  text-align: right;
  font-size: 20px;
}
.gatilho{
  z-index: 1000;
}
.big_button {
    width: 90%;
    height: 10rem;
    margin-top: 6rem;
    margin-bottom: 6rem;
    background: white;
    position: relative;
    display: flex;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
        rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
        rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
        rgba(0, 0, 0, 0.19);
}
.big_button:hover{
      box-shadow: 0 4px 8px 0 rgba(74, 204, 57, 1), 0 6px 20px 0
        rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 4px 8px 0 rgba(74, 204, 57, 1), 0 6px 20px 0
        rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 4px 8px 0 rgba(74, 204, 57, 1), 0 6px 20px 0
        rgba(255, 255, 255, 1);
}

.brand_logo_container {
    position: absolute;
    height: 10rem;
    width: 10rem;
    top: -5rem;
    border-radius: 50%;
    background: rgba(74, 204, 57, 1.0);
    padding-top: 3rem;
    text-align: center;
    color: #FFF;
    font-size: 2.5rem;
}
.brand_logo {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid white;
    background: rgba(255, 255, 255, 1.0);
}
.big-button-text{
    position: relative;
    display: flex;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 600;
    align-self: flex-end;
    text-align: center;
}
@media (max-width: 575px){
  .btn-xs {margin-top: 1rem;padding: .5rem .5rem;font-size: 0.875rem;line-height: 1.5;border-radius: 0.2rem;}
}
.sombra-menu{
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
        rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
        rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
        rgba(0, 0, 0, 0.19);
}
.sombra_rodape{
      box-shadow: inset 0 4px 8px -10px rgba(0, 0, 0, 0.2), 0 -6px 20px -10px
        rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
        rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
        rgba(0, 0, 0, 0.19);
}

.icone-acao:hover{
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .8), 0 4px 4px 0
    rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .8), 0 4px 4px 0
    rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .8), 0 4px 4px 0
    rgba(0, 0, 0, .2);
    color: rgba(74, 204, 57, 1);
}

.recorrencia{
  margin: 1em 0em 0em 0em;
  border: 1px solid rgba(0, 0, 0, 0.19);
  border-radius: .5em;
  padding-bottom: 1em;
  background-color: rgba(0, 0, 0, 0.08);
}

.pesquisar{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: left;
}

.eye{
    display: flex;
    align-items: center;
    font-weight: bolder;
    cursor: pointer;
    min-height: 1em;
}

.bg-filtros{
  background-color: #eee;
}

.cursor-pointer{
  cursor: pointer;
}
.cursor-pointer-hover:hover {
  background-color: rgba(74, 204, 57, 0.3) !important;
}

.uppercase
{
    text-transform: uppercase;
}

label {
    font-weight: 700;
    color:rgba(0, 0, 0, 0.8)
}

select[readonly] {
  background-color: #eee; /*Simular campo inativo - Sugestão @GabrielRodrigues*/
  pointer-events: none;
  touch-action: none;
}

.formulario{
    padding-top: 1em;
}

.btn{
    width: 100% !important;
}

.modal-suporte-tecnico {
  width: 1000px;
  background: url(../resources/imagens/bg_suporte_tecnico.png) right bottom !important;
}

#modal-pesquisa {
  background: url(../resources/imagens/bg_pesquisa.png) right bottom !important;
}

.ajuda {
  font-size: 22px;
  color: white;
}

.ajuda:hover {
  cursor: pointer;
  color:rgba(74, 204, 57, 1);
}
