body{
    background: url(../img/bg5.png) right bottom !important;
    overflow-x: hidden !important;
    /*overflow-y: hidden !important;*/
}
.main {
  min-height: calc(100vh - 7.3rem) !important;
}
.card-bancos{
    position: relative;
    background-color: white;
    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);
        padding: 10px;
}
.card-body-bancos {
    position: relative;
    width: 100%;
}
.brand-logo-container-bancos{
    position: absolute;
    height: 70px;
    width: 70px;
    top: -35px;
    border-radius: 50%;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 35px;
    margin-bottom: 100px;
}
.ageconta {
    font-size: 12px;
    font-weight: bold;
    color:rgba(0, 0, 0, 0.5)
}
.nr-ageconta {
    font-size: 14px;
    font-weight: bold;
}
.error {
  color: red !important;
}
/*
  LOADER - TELA DE LOADING
*/
#loader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 1);
    justify-content: center;
    /* background-image: url("/resources/_imagens/loader.gif"); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    opacity: .6;
}
#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: .7;
}
#loaderChecking {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, .2);
    justify-content: center;
    /* background-image: url("/resources/_imagens/loader.gif"); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    opacity: 1;
}
.loader-spinner{
  z-index: 10001;
  /* width: 15rem;
  height: 15rem; */
  align-self: center;
  margin-right: 1rem;
}
.loader-label {
  z-index: 10002;
  color: #FFF;
  font-size: 2rem !important;
  font-weight: 900;
}
.loader-label-checking {
  z-index: 10002;
}
/*
  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{
    margin-left:0;
    margin-right: 0;
    min-width: 200px !important;
  }
  .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: rgba(255, 255, 255, 0.2);
  }
  .dropdown-menu > li:hover > .submenu{
    display: block;
  }
}
.btn-dropdown:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.btn-dropdown:disabled {
    background-color: rgba(255, 255, 255, 0.1);
    color:rgba(255, 255, 255, 0.3)
}
/*
  FIM DAS FUNÇÕES E STYLES DO MENU DROPDOWN
*/
/*STYLES RODAPE*/
.rodape{
  font-size: 0.75rem;
  min-width: 100vw;
}
.topo-pagina{
  background-color: rgba(74, 204, 57, 1.0) !important;
  padding: auto !important;
  color: #FFF !important;
  font-weight: 600 !important;
  font-size: 1rem;
}
.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 {
    width: 100%;
    height: 100%;
    border: 2px dashed #ccc;
    background-color: #eee;
    text-align: center;
    transition: background 0.3s ease-in-out;
}

.file-area-hover{
    border: 2px dashed #1abc9c;
    background-color: #eee;
    text-align: center;
}
.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-color: #4acc39;
    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 {
  opacity: 1 !important;
}
.cursor-pointer-pcc:hover {
  cursor: pointer;
  opacity: 1 !important;
  background-color:#cfcfcf
}
.cursor-pointer-dre:hover {
  cursor: pointer;
  opacity: 1 !important;
  background-color:#cfcfcf
}
.uppercase
{
    text-transform: uppercase;
}
label {
    font-weight: 500;
    color:rgba(0, 0, 0, 0.7)
}
select[readonly] {
  background-color: #eee; /*Simular campo inativo - Sugestão @GabrielRodrigues*/
  pointer-events: none;
  touch-action: none;
}
.formulario{
    padding-top: 1em;
}
.ajuda {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.9);
}
.icon-hover:hover {
  cursor: pointer;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  font-size: 1.8rem;
  color: white;
}
.user_card {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    background: white;
    padding: 10px;
    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);
    border-radius: 5px;
}
.form_container {
    margin-top: 10px;
}
.login_btn {
    width: 100%;
    background-color: #0b3e84 !important;
    color: white !important;
}
.login_btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.btn_recorrencia {
    width: 100%;
    /* background-color: #86b7fe !important;
    color: #333 !important; */
}
/* .btn_recorrencia:focus {
    box-shadow: none !important;
    outline: 0px !important;
} */
.login_container {
    padding: 0 2rem;
}
.input-group-text {
    background: #0b3e84 !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.5rem 0 0 0.5rem !important;
    height: 100%;
}
.input-group-text-login {
    background: #e6e6e6 !important;
    color: #666 !important;
    border: solid 1px #d3d3d3 !important;
    padding: 0.5rem 0.7rem 0.5rem 0.8rem;
    border-radius: 0 0.5rem 0.5rem 0 !important;
}
.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #0b3e84 !important;
}
.div-btn{
    position: relative;
    text-align: center;
    vertical-align: middle;
    /*background-color: #F00;*/
    font-size: 1.5rem;
    color: rgba(74, 204, 57, 0.5);
    cursor: pointer;
}
.div-btn:hover{
    background-color: rgba(74, 204, 57, 1);
}
.btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem;
  margin: .2rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
  background-color: #023275 !important;
  color: #eee;
  min-width: 5rem;
  opacity: .8;
}
.btn-link {
  font-weight: normal;
  color: #0b3e84;
  border-radius: 0;
}
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}
.form-control:focus {
  border: 1px solid #666 !important;
  box-shadow:none;
}

.form-control input[type=text] {
    width: 100%;
}
.btn-link:focus, .btn-link:hover {
  color: #4acc39;
  text-decoration: underline;
  background-color: transparent;
}
.btn:focus, .btn:hover {
  text-decoration:none;
  /* background-color: #4acc39 !important; */
  background-color: #0b3e84 !important;
  font-weight:500;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: 1px solid transparent;
  color: #fff;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /* background-color: #4acc39 !important;*/
  background-color: #0b3e84 !important;
  color: #fff;
  font-weight:500;
}
.btn:active, .btn.active {
  background-image: none;
  background-color: #0b3e84 !important;
  /* background-color: #4acc39 !important; */
  color: white !important;
}
.btn-primary {
  color: #fff;
  background-color: #0b3e84;
  border-color: #0b3e84;
 }
.btn-outline-primary {
  color: #0b3e84;
  background-color: transparent;
  background-image: none;
  border-color: #0b3e84;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0b3e84;
  border-color: #0b3e84;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0b3e84;
  background-color: transparent;
}
.btn-outline-primary:active, .btn-outline-primary.active,.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0b3e84;
  border-color: #0b3e84;
}
.bg-secondary, .text-secondary {
  color: #4acc39;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: white;
  text-align: left;
  list-style: none;
  background-color: #0b3e84;
  background-clip: padding-box;
  border: 1px solid rgba(11, 62, 132, 0.95);
  border-radius: 0.25rem;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #000000;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: white;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: white;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
}
.dropdown-item.active {
  color: #fff;
  text-decoration: none;
  background-color: #0b3e84;
}
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0b3e84;
}
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #cfcfcf, 0 0 0 3px #0b3e84;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0b3e84;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-select:focus {
  border-color: #4acc39;
  outline: none;
}
.nav-link:focus, .nav-link:hover {
  border-color: #0b3e84 #0b3e84 #0b3e84;
}
.nav-link.active,.nav-item.show, .nav-link {
  color: #0b3e84;
  border-color: #0b3e84 #0b3e84 #cfcfcf;
}
/*.navbar-nav .nav-link:hover {
  background-color: #0b3e84;
}
.navbar-nav .nav-link:focus {
  background-color: #0b3e84;
}*/
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand {
  color: rgba(255, 255, 255, 0.9);
}
.navbar-brand:focus, .navbar-brand:hover {
  color: rgba(255, 255, 255, 0.9);
}
.navbar-brand:focus, .navbar-brand:hover {
  color: white;
}
.navbar-secondary, .navbar-secondary {
  color: #4acc39;
}
.navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.9);
}
.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.page-link:focus, .page-link:hover {
  color: #4acc39;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}
.page-item.active .page-link {
  z-index: 2;color: #fff;
  opacity: .8 !important;
  background-color: #0b3e84 !important;
  border-color: #0b3e84;
}
.badge-primary {
  color: #fff;
  background-color: #0b3e84;
}
.list-group-item.active {
  z-index: 2;color: #fff;
  background-color: #0b3e84;
  border-color: #0b3e84;
}
.bg-primary, .text-primary {
  background-color: #0b3e84 !important;
}
.border-primary {
  border-color: #0b3e84 !important;
}
.swatch-blue {
  background-color: #0b3e84;
  color: #fff;
}
.swatch-primary {
  background-color: #0b3e84;
  color: #fff;
}
.table th,.table tr,.table td {
  padding: .5rem .2rem .5rem .5rem;
  vertical-align: top;
  border-top: 1px solid #eee; /*#0b3e84*/
  white-space: nowrap;
  overflow: hidden!important;
  text-overflow: ellipsis!important;
  word-wrap: break-word!important;
}
.table tbody + tbody {
  border-top: 2px solid #0b3e84;
}
.table thead tr th{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.table-hover tbody tr:hover {
    cursor: pointer !important;
}
.modal-pesquisa {
    min-width:50% !important;
    min-height: 10rem !important;
}
.modal-cadastro {
    min-width:50% !important;
    min-height: 10rem !important;
}
/* .modal-form {
    min-width:70% !important;
    min-height: 10rem !important;
} */
.info-res {
    display: flex;
    height: 100%;
    align-items: center;
}

.fw-1 {
    font-weight: 800;
}
.fw-2 {
    font-weight: 700;
}
.fw-3 {
    font-weight: 600;
}
.fw-4 {
    font-weight: 500;
}
.fw-5 {
    font-weight: 400;
}
.card-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto
}
#main_nav {
    color: #fff;
}
.myDatatable{
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    /* line-height: 2 !important; */
    color:#666 !important;
}
.datatable-top{
    border: solid 1px rgba(0,0,0,0.2);
    background-color: rgba(0, 255, 0, 0.2);
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.myLength {
    max-width: 100%;
    color:#999 !important;
    font-size: .9rem;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow:hidden;
 }
.dataTables_length select {
    color:#333 !important;
    font-size: .9rem;
    width: 3.5rem !important;
    padding: .2rem;
    margin: 0 .3rem 0 .3rem;
}
.myInfo .dataTables_info {
    width: 100%;
    color:#0d6efd !important;
    font-size: .9rem;
    height: 100%;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}
.myInfoLctos {
    color:#999 !important;
    font-size: .9rem;
    height: 100%;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}
.myButtons{
    display: inline-flex;
    align-items: end;
}
.dataTables_wrapper .dataTables_paginate {
    width: 100%;
    color:#999 !important;
    font-size: .9rem;
    height: 100%;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
}
.myFilter .dataTables_filter {
    width: 100%;
    color:#999 !important;
    font-size: .9rem;
    height: 100%;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start ;
    align-items: center;
    padding-left: 1rem;
 }
 .myFilterLctos {
    color:#999 !important;
    font-size: .9rem;
    height: 100%;
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-end;
 }
 .myFilterLctosDash {
    color:#999 !important;
    font-size: .9rem;
    height: 100%;
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: flex-end;
 }
 .mySubtotal {
    font-size: 1.2rem;
    font-weight: 600;
    height: 100%;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-end ;
    align-items: center;
    padding-right: 1.8rem;
 }
/* remover setas das colunas do DataTable */
th.sorting::before, th.sorting::after{
    display: none !important;
}
th {
    padding-right: 0 !important;
    color:#666 !important;
}
th.sorting {
    padding-right: 0 !important;
    color:#666 !important;
}
.total_recorrencia {
    color:#666 !important;
    font-weight: 700;
    font-size: 1rem;
}
h1 {
    color:#666 !important;
    font-weight: 700 !important;
}
h2 {
    color:#666 !important;
    font-weight: 700 !important;
}
h3 {
    color: #666 !important;
    font-weight: 700 !important;
}
h4 {
    color:#666 !important;
    font-weight: 700 !important;
}
h5 {
    color:#666 !important;
    font-weight: 600 !important;
}
h6 {
    color:#666 !important;
    font-weight: 600 !important;
}
.container-fluid {
    min-width: calc(100vw - 8rem);
    max-width: calc(100vw - 8rem);
    min-height: calc(100vh - 8rem);
}
.splash-form {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
.text-muted {
    color: rgba(0, 0, 0, 0.15) !important;
}
#tabela #datatable_pesquisa #tabela_recorrencia {
  table-layout: fixed;
  width: 100% !important;
  padding: 5px !important;
}
#tabela #datatable_pesquisa #tabela_recorrencia td{
  /* width: auto !important; */
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#tabela #datatable_pesquisa #tabela_recorrencia span{
  flex: 1;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
}
#tabela #datatable_pesquisa #tabela_recorrencia th{
  /* width: auto !important; */
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.label-nav-link {
    font-size: 1rem !important;
    color:#666 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
.label-nav-link.disabled, .label-nav-link:disabled {
    color: rgba(0, 0, 0, 0.15) !important;
}
.modal-dialog {
    display: table !important;
}
.danger-custom-tooltip {
  --bs-tooltip-bg: red;
  --bs-tooltip-color: #fff;
  /* text-transform: lowercase; */
}
.muted-custom-tooltip {
  --bs-tooltip-bg: #333;
  --bs-tooltip-color: #fff;
}

.info-custom-tooltip {
  --bs-tooltip-bg: #0d6efd;
  --bs-tooltip-color: #fff;
}

.primary-custom-tooltip {
  --bs-tooltip-bg: #0b3e84;
  --bs-tooltip-color: #fff;
}
.lista_lancamentos_descricao {
    font-size: .9rem;
    color: #999;
    font-style: italic;
}

/* ajustano z-index para exibir sweetalert sobre modal bootstrap*/
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    z-index: 11000 !important;
}
.text-primary {
    color: #0b3e84 !important;
    background:none !important;
}
.text-secondary {
    color: #666 !important;
}

.icon-help-form {
    color: #666;
}
.icon-help-form:hover {
    color: #0b3e84;
    cursor: pointer;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    font-size: calc(120%);
}
.label_un_negs {
    font-size: .7rem;
    color:rgba(0, 0, 0, 0.5);
    font-weight: 700;
    margin-top: .8rem;
    margin-bottom: -.2rem;
}
.text-sub-size{
    font-size: .8rem;
}
.text-sub-sub-size{
    font-size: .6rem;
}
.div-hover:hover{
    background-color:#eeeeee;
}
.div-hover-bancos:hover{
    width:80px;
}
