/* -------------------------------- Cores ---------------------------------- */
:root, :root.light, :root .light {
 /* ----------------------------------- Nav ---------------------------------- */
 --digidoc-cor-laranja: #F6C23E;
 --digidoc-cor-verde: #70DCB5;
 --digidoc-cor-azul: #3B76A4;
 --digidoc-cor-vermelha: #E74A3B;
 --digidoc-cor-laranja-claro: #F7CC81;
 --digidoc-cor-laranja-claro2: rgba(246,194,62,0.9);
 --digidoc-btn-falcon-laranja-claro2-hover-color: rgba(246,194,62,1);
 --falcon-input-border-color: rgba(48, 56, 65, 0.50);
  --falcon-input-focus-border-color: rgba(48, 56, 65, 0.20);



 --falcon-laranja: #F6C23E;
 --falcon-verde: #70DCB5;
 --falcon-verde2: #5f9ea0;
 --falcon-azul: #3B76A4;
 --falcon-vermelha: #E74A3B;
 --falcon-input-bg:  transparent;
 --

 /* ---------------------------------- Badge --------------------------------- */

  
  --falcon-badge-soft-laranja-background-color: rgba(246,194,62,0.5);  
  --falcon-badge-soft-laranja-color: rgba(246,194,62,0.7);
  --falcon-badge-soft-azul-background-color: #add8e6;  
  --falcon-badge-soft-azul-color: #1c4f93;
  --falcon-badge-soft-azul-1-background-color:rgba(0, 255, 255, 0.2);  
  --falcon-badge-soft-azul-1-color: #1c4f93;
  --falcon-badge-soft-azul-2-background-color:rgba(72, 209, 204, 0.2);  
  --falcon-badge-soft-azul-2-color: #1c4f93;
  --falcon-badge-soft-azul-3-background-color:rgba(0, 0, 205, 0.2);  
  --falcon-badge-soft-azul-3-color: #1c4f93;
  --falcon-badge-soft-azul-4-background-color:rgba(100, 149, 237, 0.4);  
  --falcon-badge-soft-azul-4-color: #1c4f93;
  --falcon-badge-soft-azul-5-background-color:rgba(0, 0, 128, 0.3);  
  --falcon-badge-soft-azul-5-color: #1c4f93;
  --falcon-badge-soft-azul-6-background-color:rgba(70, 130, 180, 0.3);  
  --falcon-badge-soft-azul-6-color: #1c4f93;
  --falcon-badge-soft-azul-7-background-color:rgba(0, 0, 255, 0.2);  
  --falcon-badge-soft-azul-7-color: #1c4f93;
  --falcon-badge-soft-cinza-background-color: rgba(230, 230, 250, 0.7);  
  --falcon-badge-soft-cinza-color: #1c4f93;
  --falcon-badge-soft-transparente-background-color: rgba(255, 255, 255, 1);  
  --falcon-badge-soft-transparente-color: #fff;
  --falcon-primary: rgba(212, 86, 21, 1);

  /* ---------------------------------- Badge --------------------------------- */
  --falcon-badge-soft-info-background-color: rgba(246,194,62,0.5);
  /*--falcon-badge-soft-info-color: #1978a2;*/

  --falcon-badge-soft-info-color: rgba(209, 209, 209, 0.5);

  /* ------------------------------ Falcon button ----------------------------- */
  --falcon-btn-falcon-primary-color: var(--falcon-primary);
  --falcon-btn-falcon-primary-hover-color: rgba(212, 86, 21, 0.8);
  --falcon-btn-falcon-primary-active-background: #d5e5fa;
  --falcon-btn-falcon-primary-active-color: #2566be; 


 --altura-tela: 100%;
 --max-rodape-tela: 100%;
 --max-rodape-tela2: 100%;
 --max-rodape-tela4: 100%;
 --max-rodape-tela5: 100%;
 
}

.spinner-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.spinner-border {
  width: 3rem;
  height: 3rem;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner .75s linear infinite;
  opacity: 0.4; 
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}


.table-scroll-grafico3 {
  max-height: 200px; /* Ajuste este valor conforme necessário */
  overflow-y: auto;
}




.senha-invalida td {
  color: var(--falcon-primary);
  /*font-weight: bold;*/
}

 .mt-sm-0-1 {
    margin-top: 0.07rem !important;
  }


.btn-sm-1, [data-list] .page, .btn-group-sm > .btn, .tox .tox-menu__footer .btn-group-sm > .tox-button:last-child,
.tox .tox-dialog__footer .btn-group-sm > .tox-button:last-child, .tox .tox-menu__footer .btn-group-sm > .tox-button--secondary,
.tox .tox-dialog__footer .btn-group-sm > .tox-button--secondary {
  padding: 0.1rem 0.4rem;
  font-size: 0.8rem;
  border-radius: 0.2rem;
}

.btn-sm--1, [data-list] .page, .btn-group-sm > .btn, .tox .tox-menu__footer .btn-group-sm > .tox-button:last-child,
.tox .tox-dialog__footer .btn-group-sm > .tox-button:last-child, .tox .tox-menu__footer .btn-group-sm > .tox-button--secondary,
.tox .tox-dialog__footer .btn-group-sm > .tox-button--secondary {
  padding: 0.1rem 0.4rem;
  font-size: 0.8rem;
  border-radius: 0.2rem;
  margin-bottom: 0.2rem;
}

.btn-sm-2, [data-list] .page, .btn-group-sm > .btn, .tox .tox-menu__footer .btn-group-sm > .tox-button:last-child,
.tox .tox-dialog__footer .btn-group-sm > .tox-button:last-child, .tox .tox-menu__footer .btn-group-sm > .tox-button--secondary,
.tox .tox-dialog__footer .btn-group-sm > .tox-button--secondary {
  padding: 0.08rem 0.3rem 0.08rem 0.3rem;
  font-size: 0.8rem;
  border-radius: 0.1rem;
  margin-bottom: 0.2rem;
  margin-right: 0.0001rem;
 
}



.badge-soft-laranja {
  color: var(--falcon-badge-soft-azul-4-color) !important;
  background-color: rgba(246,194,62,0.15) !important;
}
.badge-soft-laranja[href]:hover, .badge-soft-laranja[href]:focus {
  text-decoration: none;
  color: var(--falcon-badge-soft-laranja-color) !important;
}

.badge-soft-azul {
  color: var(--falcon-badge-soft-azul-color);
  background-color: var(--falcon-badge-soft-azul-background-color);
}
.badge-soft-azul[href]:hover, .badge-soft-azul[href]:focus {
  text-decoration: none;
  color: var(--falcon-badge-soft-azul-color);
}

.badge-soft-azul-1 {
  color: var(--falcon-badge-soft-azul-1-color);
  background-color: var(--falcon-badge-soft-azul-1-background-color);
}
.badge-soft-azul-1[href]:hover, .badge-soft-azul-1[href]:focus {
  text-decoration: none;
  color: var(--falcon-badge-soft-azul-1-color);
}

.badge-soft-azul-2 {
  color: var(--falcon-badge-soft-azul-2-color);
  background-color: var(--falcon-badge-soft-azul-2-background-color);
}
.badge-soft-azul-2[href]:hover, .badge-soft-azul-2[href]:focus {
  text-decoration: none;
  color: var(--falcon-badge-soft-azul-2-color);
}

.badge-soft-azul-3 {
  color: var(--falcon-badge-soft-azul-3-color);
  background-color: var(--falcon-badge-soft-azul-3-background-color);
}
.badge-soft-azul-3[href]:hover, .badge-soft-azul-3[href]:focus {
  text-decoration: none;
  color: var(--falcon-badge-soft-azul-3-color);
}

.badge-soft-azul-4 {
  color: var(--falcon-badge-soft-azul-4-color);
  background-color: var(--falcon-badge-soft-azul-4-background-color);
}
.badge-soft-azul-4[href]:hover, .badge-soft-azul-4[href]:focus {
  text-decoration: none;
  color: var(--falcon-badge-soft-azul-4-color);
}

.badge-soft-azul-5 {
  color: var(--falcon-badge-soft-azul-5-color);
  background-color: var(--falcon-badge-soft-azul-5-background-color);
}
.badge-soft-azul-5[href]:hover, .badge-soft-azul-5[href]:focus {
  text-decoration: none;
  color: var(--falcon-badge-soft-azul-5-color);
}

.badge-soft-azul-6 {
  color: var(--falcon-badge-soft-azul-6-color);
  background-color: var(--falcon-badge-soft-azul-6-background-color);
}
.badge-soft-azul-6[href]:hover, .badge-soft-azul-6[href]:focus {
  text-decoration: none;
  color: var(--falcon-badge-soft-azul-6-color);
}

.badge-soft-azul-7 {
  color: var(--falcon-badge-soft-azul-7-color);
  background-color: var(--falcon-badge-soft-azul-7-background-color);
}
.badge-soft-azul-7[href]:hover, .badge-soft-azul-7[href]:focus {
  text-decoration: none;
  color: var(--falcon-badge-soft-azul-7-color);
}

.badge-soft-cinza {
  color: var(--falcon-badge-soft-cinza-color);
  background-color: var(--falcon-badge-soft-cinza-background-color);
}
.badge-soft-cinza[href]:hover, .badge-soft-azul[href]:focus {
  text-decoration: none;
  color: var(--falcon-badge-soft-cinza-color);
}

.badge-soft-transparente {
  color: var(--falcon-badge-soft-transparente-color);
  background-color: var(--falcon-badge-soft-transparente-background-color);
}
.badge-soft-transparente[href]:hover, .badge-soft-azul[href]:focus {
  text-decoration: none;
  color: var(--falcon-badge-soft-transparente-color);
}
/* ----------------------------- FIM -- Badge --------------------------------- */


.falcon-blue {
  color: rgba(63, 127, 191, 0.6);
}
.falcon-indigo {
  color: #727cf5;
} 
.falcon-purple {
  color: #6b5eae;
}
.falcon-pink {
  color: #ff679b;
}
.falcon-red {
  color: rgba(193, 66, 66, 0.6);
}
.falcon-orange {
  color: rgba(191, 127, 63, 0.6);
}
.falcon-yellow {
  color: #f5803e;
}
.falcon-green {
  color: #00d27a;
}
.falcon-teal {
  color: rgba(63, 191, 191, 0.6);
}
.falcon-cyan {
  color: #27bcfd;
}
.falcon-white {
  color: #fff;
}
.falcon-gray {
  color: rgba(68, 76, 84, 0.75);
}
.falcon-gray-dark {
  color: #4d5969;
}
.falcon-gray-black {
  color: #000;
}


.content {
  min-height: 90vh;
  position: relative;
  padding-bottom: 3.375rem;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.25rem 1.25rem;
  background-color: rgb(255, 255, 255);
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.card-body1 {
  flex: 1; /* Faz com que o .card-body1 ocupe todo o espaço disponível no contêiner flexível (o .card) */
  padding: 0.25rem 1.25rem;
  background-color: rgb(255, 255, 255);
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-bottom: 22px;
}

.content-card-2 {
  min-height: 90vh;
  position: relative;
  padding-bottom: 3.375rem;
}

.card-body-2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.25rem 1.25rem;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 6px;
}


.dataTables_empty {
  display:  none;
}

.badge {
  display: inline-block;
  padding: 0.355555em 0.711111em;
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1;
  color: #28445B;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  padding-top: 0.4rem;
}

/*
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .ui-button {
  
  display: inline-block; 
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
  padding-left: 0.6rem !important;
  padding-right: 0.6rem !important;
 
  font-weight: 500;
  line-height: 1;
  color: #28445B;
  background-color: #d4f2ff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  margin-top: 0rem !important;
  margin-bottom: 0.4rem !important;
  border-radius: 50rem !important;
  margin-left: 0rem !important;
  font-size: 0.8333333333rem !important;
 
  
}
*/

.dataTables_wrapper .ui-toolbar {
  padding: 10px;
}

.mt-3-2 {
  margin-top: 0.7rem !important;
}

.mt-3-3 {
  margin-top: 0.8rem !important;
}

.mt-4-1 {
  margin-top: 2.3rem !important;
}

.btn-primary, .navbar-vertical .btn-purchase, .tox .tox-menu__footer .tox-button:last-child,
.tox .tox-dialog__footer .tox-button:last-child {
  color: #fff;
  background-color: rgba(48, 56, 65, 0.57);
  border-color: rgba(48, 56, 65, 0.20);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary:hover, .navbar-vertical .btn-purchase:hover, .tox .tox-menu__footer .tox-button:hover:last-child,
.tox .tox-dialog__footer .tox-button:hover:last-child {
  color: #fff;
  background-color: rgba(48, 56, 65, 0.37);
  border-color:  rgba(48, 56, 65, 0.47);
}
.btn-check:focus + .btn-primary, .navbar-vertical .btn-check:focus + .btn-purchase, .tox .tox-menu__footer .btn-check:focus + .tox-button:last-child,
.tox .tox-dialog__footer .btn-check:focus + .tox-button:last-child, .btn-primary:focus, .navbar-vertical .btn-purchase:focus, .tox .tox-menu__footer .tox-button:focus:last-child,
.tox .tox-dialog__footer .tox-button:focus:last-child {
  color: #fff;
  background-color: rgba(48, 56, 65, 0.37);
  border-color: rgba(48, 56, 65, 0.47);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(76, 143, 233, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(76, 143, 233, 0.5);
}


.input-group-70 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 70%;
}
.input-group-70 > .form-control,
.input-group-70 > .form-select {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group-70 > .form-control:focus,
.input-group-70 > .form-select:focus {
  z-index: 3;
}

.input-group-80 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group-80 > .form-control,
.input-group-80 > .form-select {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group-80 > .form-control:focus,
.input-group-80 > .form-select:focus {
  z-index: 3;
}


.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
  text-align: left;
  
}


.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  padding-left: 0px;
  color: var(--falcon-800);
  background-color: var(--falcon-list-group-bg);
  border: 1px solid #fff;
}
.list-group-item:first-child {
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}
.list-group-item:last-child {
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
}

.offset-0 {
  margin-left: 4.33333333%;
}


.pt--1 {
  padding-top: 0.39rem !important;
}

.pb--1 {
  padding-bottom: 0.39rem !important;
}


/*------ Parametros do Spinner ----------*/
.load{
  position: fixed;
  z-index: 999;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
}

/*------ FIM - Parametros do Spinner ----------*/


/*---------------- Propriedades t-modal -----------------------------*/

.t-modal .modal-header{
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.t-modal .modal-title{
  text-transform: uppercase;
  font-size: 20px;
}
.t-modal .modal-title,
.t-mocal .close{
  color: #fff;
}

.t-modal.primary .modal-content{
  border-color: #34495e;
}

.t-modal.primary .modal-header{
  background-color: transparent !important;

}

.t-modal .modal-content{
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
}


/*-----------------------------------------------------------------------------*/

.text-blue {
  color: #337ab7 !important; 
}

.text-azul {
  opacity: 0.6;
  color: var(--falcon-blue) !important;
}

.text-laranja {
  opacity: 1;
  color: var(--falcon-laranja) !important;
}

.text-laranja2 {  
  color: var(--digidoc-cor-laranja-claro2) !important;
}
 

.text-vermelha {
  opacity: 0.6;
  color: var(--falcon-vermelha) !important;
}

.text-verde {
  opacity: 0.9;
  color: var(--falcon-verde) !important;
}

.text-verde2 {
  opacity: 0.9;
  color: var(--falcon-verde2) !important;
}

.text-cinza {
  opacity: 0.6;
  color: var(--falcon-700) !important;
}



/*---------------- Propriedades s-modal -----------------------------*/
.s-modal .modal-header{
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.s-modal .modal-title{
  text-transform: uppercase;
  font-size: 20px;
}
.s-modal .modal-title,
.s-mocal .close{
  color: #fff;
}

.s-modal.primary .modal-content{
  border-color: #34495e;
}

.s-modal.primary .modal-header{
  background-color: transparent !important;

}

.s-modal .modal-content{
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  
}

.s-modal .modal-backdrop {
  display: block !important;
  background-color: rgba(0, 0, 0, 0.4) !important;

}

/*---------------------------------------------------------------------------*/

/*---------------- Propriedades m-modal -----------------------------*/
.m-modal .modal-header{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.m-modal .modal-title{
  text-transform: uppercase;
  font-size: 20px;
}
.m-modal .modal-title,
.m-modal .close{
  color: #fff;
}

.m-modal.primary .modal-content{
  border-color: #34495e;
}

.m-modal.primary .modal-header{
  background-color: transparent !important;

}

.m-modal .modal-content{
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
}

.m-modal .modal-backdrop {
  display: block !important;
  background-color: rgba(0, 0, 0, 0.4) !important;

}
/*---------------------------------------------------------------------------*/


/*---------------- Propriedades t-principal-modal -----------------------------*/

.t-principal-modal .modal-header{
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;

}

.t-principal-modal .modal-title{
  text-transform: uppercase;
  font-size: 20px;
}
.t-principal-modal .modal-title,
.t-principal-modal .close{
  color: #fff;
}

.t-principal-modal .modal-content{
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  border-color: rgba(0, 0, 0, 0.02);
}

/*
.modal-backdrop{
  opacity:0; transition:opacity .1s;
}
.modal-backdrop.in{
  opacity:.7;
}
*/

/* Deixa o fundo principal e menu ativos */
/* .modal-backdrop {
  /*display: none !important;*/
/* background-color: transparent;

}*/

/*------------------- Propriedade Modal-Principal -------------------------------------------------*/

.modal-fullscreen-principal {
  width: 98vw;
  max-width: none;
  height: 82%;
  
}
.modal-fullscreen-principal .modal-content {
  height: 100%;
  /*border: 0;*/

  /*border-radius: 0;*/
}
.modal-fullscreen-principal .modal-header {
  /*border-radius: 0;*/
}
.modal-fullscreen-principal .modal-body {
  overflow-y: none;
}
.modal-fullscreen-principal .modal-footer {
 /* border-radius: 0;*/
}

/*-------------------- Propriedade Modal-Principal - FIM ---------------------------------------*/


/*------------------- Propriedade Modal Filtro Configuração deProcessos -------------------------------------------------*/

.modal-filtro-config-processos {
  width: 30vw;
  max-width: none;
  height: 82%;
  
}
.modal-filtro-config-processos .modal-content {
  height: 100%;

  /*border: 0;*/

  /*border-radius: 0;*/
}
.modal-filtro-config-processos .modal-header {
  /*border-radius: 0;*/
}
.modal-filtro-config-processos .modal-body {
  overflow-y: 15rem;
}
.modal-filtro-config-processos .modal-footer {
 /* border-radius: 0;*/
}

/*-------------------- Propriedade Modal Filtro Configuração deProcessos - FIM ---------------------------------------*/

/*------------------- Propriedade Modal Filtro Auditor -------------------------------------------------*/

.modal-filtro-auditor {
  width: 30vw;
  max-width: none;
  height: 82%;
  
}
.modal-filtro-auditor .modal-content {
  height: 100%;

  /*border: 0;*/

  /*border-radius: 0;*/
}
.modal-filtro-auditor .modal-header {
  /*border-radius: 0;*/
}
.modal-filtro-auditor .modal-body {
  overflow-y: 15rem;
}
.modal-filtro-auditor .modal-footer {
 /* border-radius: 0;*/
}

/*-------------------- Propriedade Modal Filtro Auditor - FIM ---------------------------------------*/



.bg-light {
  background-color: transparent !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 0.5rem !important;
}

.p-4 {
  padding-top: 0.1rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;

}


.p-4-1 {
  padding: 1.0rem !important;
  padding-top: 0rem !important;
}

.form-check-input[type=checkbox] {
  /*border-radius: 0.25em;*/
  cursor: pointer;

}

/*------------------- Propriedades das tabelas ------------------------------*/
/*
.table {
  width: 100%;    
  vertical-align: middle !important;

}
*/

.thead, .tbody, .tbody-principal, .tbody-2, .tr, .td, .th { display: block; }

.tbody-2 {
  /*height: 478px;*/
  height: var(--altura-tela);
  overflow-y: auto;
  vertical-align: middle !important;

} 

.tbody-2 .td, .thead .th {   
  /*height: 37px;*/
 
  float: right;
  vertical-align: middle !important;

}

.tr:after {
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both;
  vertical-align: middle !important;
}

.thead .th {
  height: 37px;
  vertical-align: middle !important;  

}

.thead .th .align-middle {
  vertical-align: middle !important;  

}

.tbody {
  height: 185px;
  overflow-y: auto;
  overflow-x: auto;
  vertical-align: middle !important;

}

.thead {
  vertical-align: middle !important;

  /* fallback */
}

.tbody-principal {
  height: 445px;
  overflow-y: auto;
  vertical-align: middle !important;

}   

.tbody .td, .thead .th { 
  /*width: 50%;*/
  height: 37px;
  float: left;
  vertical-align: middle !important;

}

.tbody-principal .td, .thead .th { 
  /*width: 50%;*/
  height: 37px;
  float: left;
  vertical-align: middle !important;

}


.vertical-centro {
  line-height: 27px !important;
  text-align: center !important;
 
}





/*-----------------------------------------------------------------------*/



/*------------------- Propriedades do Input ----------------------------*/
input[type="text"]
{
  background: transparent;

}
/*-----------------------------------------------------------------------*/

/*------------------- Propriedades da barra de rolagem ------------------*/

::-webkit-scrollbar-track {
  background-color: #EBEBEB;

}
::-webkit-scrollbar {
  width: 6px;
  background: #F4F4F4;

}
::-webkit-scrollbar-thumb {
  background: #dad7d7;

}
/*-----------------------------------------------------------------------*/



/* -------------------------------------------------------------------------- */
/*                                Falcon Button                               */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */
/*# sourceMappingURL=user.css.map */

/* ------------------------- Tamanho e cor da fonte do MENU ---------------------- */

.fs--0 {
  font-size: 0.9999999999rem !important;
  /* color: white !important; */
}

.fs--1 {
  font-size: 0.83rem !important;
  /* color: white !important; */
}
.fs--2 {
  font-size: 0.73rem !important;
  /* color: white !important; */
}
.fs--3 {
  font-size: 0.23rem !important;
  /* color: white !important; */
}
.fs---2 {
  font-size: 0.73rem !important;
  /* color: white !important; */
}
.fs---3 {
  font-size: 0.63rem !important;
  /* color: white !important; */
}

.fs-0 {
  font-size: 0.8rem !important;
}

.fs-1 {
  font-size: 1.4rem !important;
}

.fs-2 {
  font-size: 1.66rem !important;
}

.fs-3 {
  font-size: 1.728rem !important;
}

.fs-4 {
  font-size: 2.0736rem !important;
}

.fs-5 {
  font-size: 2.48832rem !important;
}

.fs-6 {
  font-size: 2.885984rem !important;
}

.fs-7 {
  font-size: 3.4831808rem !important;
}

.fs-8 {
  font-size: 4.19981696rem !important;
}
/* ------------------------------------------------------------------------------ */

.ms--3 {
  margin-left: 1.5rem !important;
}

.cursor-poiter {
  cursor: pointer !important;
}


h5, .h5 {
  font-size: 1rem !important;
}


/* ------------------------- Propriedades dos Labels dos Forms ---------------------- */
.form-label {
  margin-bottom: 0rem;
  font-size: 0.875rem;
  margin-left: 0rem;

}
/* ------------------------------------------------------------------------------ */


/* ------------------------- Propriedades do Select dos Forms ---------------------- */
.form-select {
  font-size: 0.875rem;
}
/* ------------------------------------------------------------------------------ */

/* ------------------------- Propriedades dos Inputs dos Forms ---------------------- */
.form-control {
  display: block;
  width: 100%;
  padding: 0.3125rem 1rem;
  font-size: 0.911rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--falcon-input-color);
  background-color: var(--falcon-input-bg);
  background-clip: padding-box;
  border: 1px solid var(--falcon-input-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-box-shadow: var(--falcon-box-shadow-inset);
  box-shadow: var(--falcon-box-shadow-inset);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  color: var(--falcon-input-color);
  background-color: var(--falcon-input-bg);
  border-color: var(--falcon-input-focus-border-color);
  outline: 0;
  -webkit-box-shadow: var(--falcon-box-shadow-inset), 0 0 0 0.25rem rgba(48, 56, 65, 0.25);
  box-shadow: var(--falcon-box-shadow-inset), 0 0 0 0.25rem rgba(48, 56, 65, 0.25);
}

/* ------------------------- Propriedades das Tables ---------------------- */
tr {
  font-weight: 400;
 /* font-size: 0.911rem;*/
}

th {
  font-weight: 600;
/*  font-size: 0.875rem;*/
}

/* ----------------------------------------------------------------------- */



/* ----------------------------------- ToolTip ---------------------------------- */
.tooltip-inner {
  max-width: 200px;
  padding: 0.3rem 0.3rem;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background-color: #748194;
  border-radius: 0.25rem;
}
/* -------------------------------------------------------------------------- */


:root, :root.light, :root .light {
 /* ----------------------------------- Nav ---------------------------------- */
 --falcon-nav-link-color: null;
 --falcon-nav-link-hover-color: null;
 --falcon-nav-link-disabled-color: #748194;
 --falcon-nav-tabs-border-color: #d8e2ef;
 --falcon-nav-tabs-link-hover-border-color: #edf2f9 #edf2f9 #d8e2ef;
 --falcon-nav-tabs-link-active-color: #5e6e82;
 --falcon-nav-tabs-link-active-bg: var(--falcon-body-bg);
 --falcon-nav-tabs-link-active-border-color: #d8e2ef #d8e2ef var(--falcon-body-bg);
 --falcon-bg-navbar-glass: rgba(255, 255, 255, 0.96); 
 --falcon-nav-pills-link-active-color: #fff;
 --falcon-nav-pills-link-active-bg: #2c7be5;
 /* --------------------------------- Navbar --------------------------------- */
 --falcon-navbar-dark-color: rgba(255, 255, 255, 0.55);
 --falcon-navbar-dark-hover-color: rgba(255, 255, 255, 0.75);
 --falcon-navbar-dark-active-color: #fff;
 --falcon-navbar-dark-disabled-color: rgba(255, 255, 255, 0.25);
 --falcon-navbar-dark-toggler-border-color: rgba(255, 255, 255, 0.1);
 --falcon-navbar-light-color: rgba(0, 0, 0, 0.55);
 --falcon-navbar-light-hover-color: rgba(0, 0, 0, 0.7);
 --falcon-navbar-light-active-color: rgba(0, 0, 0, 0.9);
 --falcon-navbar-light-disabled-color: rgba(0, 0, 0, 0.3);
 --falcon-navbar-light-toggler-border-color: rgba(0, 0, 0, 0.1);
 --falcon-navbar-light-brand-color: #2c7be5;
 --falcon-navbar-dark-brand-color: #2c7be5;
 /* -------------------------------------------------------------------------- */
}

/* ------------------------ Inicio do Primeiro Card -------------------------- */
.card-g-0,
.card-gx-0 {
  padding-top: 20px;

  --falcon-gutter-x: 0;
}

/* -------------------------------------------------------------------------- */


/* -------------------------- CARD ------------------------------------------ */
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var(--falcon-card-bg);
  background-clip: border-box;
  border: 0px solid var(--falcon-card-border-color);
  /*border-radius: 0.375rem;*/
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
 /* padding-bottom: 1.5%;*/

}

/* --------------------------FIM CARD -------------------------------------------*/

/* -------------------------- CARD1 ------------------------------------------ */
html, body {
  margin: 0;
  padding: 0;
  height: 98%;
}

.card1 {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100vh;
  word-wrap: break-word;
  background-color: var(--falcon-card-bg);
  background-clip: border-box;
  border: 0px solid var(--falcon-card-border-color);
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  height: 100%;
}


/* --------------------------FIM CARD1 -------------------------------------------*/

/* -------------------------- CARD2 ------------------------------------------ */

.card2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var(--falcon-card-bg);
  background-clip: border-box;
  border: 1px solid var(--falcon-card-border-color);
  /*border-radius: 0.375rem;*/
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;

}
/* --------------------------FIM CARD2 -------------------------------------------*/

/* -------------------------- CARD3 ------------------------------------------ */

.card3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var(--falcon-card-bg);
  background-clip: border-box;
  border: 0px solid var(--falcon-card-border-color);
  /*border-radius: 0.375rem;*/
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;  
  height: 7rem;

}
.card3 > hr {
  margin-right: 0;
  margin-left: 0;
}
.card3 > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card3 > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.375rem - 0px);
  border-top-right-radius: calc(0.375rem - 0px);
}
.card3 > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.375rem - 0px);
  border-bottom-left-radius: calc(0.375rem - 0px);
}
.card3 > .card3-header + .list-group,
.card3 > .list-group + .card3-footer {
  border-top: 0;
}

.card3-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 0.25rem; 
  padding-bottom: 0.25rem;
  padding-left: 0.45rem;
  padding-right: 0.1rem;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  
}

.card3-title {
  font-weight: 600;
  margin-top: 0.1rem;
  margin-bottom: 0.6rem !important;
  margin-top: 0.3rem !important;
}

.card3-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card3-text:last-child {
  margin-bottom: 0;
}

.card3-link:hover {
  text-decoration: none;
}
.card3-link + .card3-link {
  margin-left: 1.25rem;
}

.card3-header {
  padding: 1rem 1.25rem;
  margin-bottom: 0;
  background-color: var(--falcon-card-cap-bg);
  border-bottom: 0px solid var(--falcon-card-border-color);
}
.card3-header:first-child {
  border-radius: calc(0.375rem - 0px) calc(0.375rem - 0px) 0 0;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}

.card3-footer {
  padding: 1rem 1.25rem;
  background-color: var(--falcon-card-cap-bg);
  border-top: 0px solid var(--falcon-card-border-color);
}
.card3-footer:last-child {
  border-radius: 0 0 calc(0.375rem - 0px) calc(0.375rem - 0px);
}

.card3-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -1rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card3-header-tabs .nav-link.active {
  background-color: var(--falcon-card-bg);
  border-bottom-color: var(--falcon-card-bg);
}

.card3-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card3-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.375rem - 0px);
}

.card3-img,
.card3-img-top,
.card3-img-bottom {
  width: 100%;
}

.card3-img,
.card3-img-top {
  border-top-left-radius: calc(0.375rem - 0px);
  border-top-right-radius: calc(0.375rem - 0px);
}

.card3-img,
.card3-img-bottom {
  border-bottom-right-radius: calc(0.375rem - 0px);
  border-bottom-left-radius: calc(0.375rem - 0px);
}

.card3-group > .card3 {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .card3-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card3-group > .card3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card3-group > .card3 + .card3 {
    margin-left: 0;
    border-left: 0;
  }
  .card3-group > .card3:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card3-group > .card3:not(:last-child) .card3-img-top,
.card3-group > .card3:not(:last-child) .card3-header {
    border-top-right-radius: 0;
  }
  .card3-group > .card3:not(:last-child) .card3-img-bottom,
.card3-group > .card3:not(:last-child) .card3-footer {
    border-bottom-right-radius: 0;
  }
  .card3-group > .card3:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card3-group > .card3:not(:first-child) .card3-img-top,
.card3-group > .card3:not(:first-child) .card3-header {
    border-top-left-radius: 0;
  }
  .card3-group > .card3:not(:first-child) .card3-img-bottom,
.card3-group > .card3:not(:first-child) .card3-footer {
    border-bottom-left-radius: 0;
  }
};
/* --------------------------FIM CARD3 -------------------------------------------*/

.bg-laranja {
  background-color: var(--digidoc-cor-laranja) ;
}
.bg-verde {
  background-color: var(--digidoc-cor-verde)  ;
}
.bg-azul {
  background-color: var(--digidoc-cor-azul) ;
}
.bg-vermelho {
  background-color: var(--digidoc-cor-vermelha) ;
}

.bg-soft-laranja {
  color: #9d5228;
  background-color: rgba(247, 204, 129, 0.40);
}

/* -------------------------------------------------------------------------- */

/* ------------------------------ Detalhes do Card ------------------------------ */


.borda-esquerda-laranja{
  /*height: 100% !important; */ 
  border-left-color: var(--digidoc-cor-laranja); 
  border-left-width: 0.25rem !important
}


.borda-esquerda-azul{
  /*height: 100% !important; */
  border-left-color: var(--digidoc-cor-azul); 
  border-left-width: 0.25rem !important;
  margin-left: 0.45rem !important;
  margin-right: 0.75rem !important;

 /* border-top-width: 0px !important;
  border-bottom-width: 0px !important;
  border-right-width: 0px !important;*/
}

.borda-esquerda-verde{
  /*height: 100% !important;*/
  border-left-color: var(--digidoc-cor-verde); 
  border-left-width: 0.25rem !important; 
}

.borda-esquerda-verde1{
  /*height: 100% !important; */
  border-left-color: rgba(48, 188, 203, 0.9); 
  border-left-width: 0.25rem !important;
  margin-left: 0.45rem !important;
  margin-right: 0.75rem !important;

 /* border-top-width: 0px !important;
  border-bottom-width: 0px !important;
  border-right-width: 0px !important;*/
}

.borda-esquerda-vermelha{
  /*height: 100% !important;*/
  border-left-color: var(--digidoc-cor-vermelha); 
  border-left-width: 0.25rem !important; 
}


/* -------------- Gráfico de Processos da página Índices ------------------------ */
.echart-processos, .echart-product-share {
  width: 6.625rem;
  height: 6.625rem;
}
/* ------------------------------------------------------------------------------ */

.dropdown:hover>.dropdown-menu {
 display: block;
}




/* ------------------------ Cor de fundo do MENU ---------------------------- */
/*.navbar-glass {
  background-image: -o-linear-gradient(135deg, rgba(0, 160, 255, 0.86), #0048a2), url(../img/generic/bg-navbar.png);
  background-image: linear-gradient(-45deg, rgba(0, 160, 255, 0.86), #0048a2), url(../img/generic/bg-navbar.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  }*/

  /* -------------------------------------------------------------------------- */


  /* --------------------------- Logo do Cliente ----------------------------- */
/*.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  background-color: rgba(255, 255, 255, 0.70); 
  padding-left: 5px; 
  padding-right: 5px;
  }*/
  /* -------------------------------------------------------------------------- */

#minhaTabela{
  width:80%;
  margin:0 auto;
  border:0;
  box-shadow: 0 5px 30px darkgrey;
  border-spacing: 0;
}

#minhaTabela thead th{
  font-weight: bold;
  background-color: black;
  color:white;
  
  padding:5px 10px;
}

#minhaTabela tr td{
  padding:5px 10px;
  text-align: center;
  
  cursor: pointer; /**importante para não mostrar cursor de texto**/
}

#minhaTabela tr td:last-child{
  text-align: right;
}

/**Cores**/
#minhaTabela tr:nth-child(odd){
  background-color: #eee;
}

/**Cor quando passar por cima**/
#minhaTabela tr:hover td{
  background-color: #feffb7;
}

/**Cor quando selecionado**/
#minhaTabela tr.selecionadox td{
  background-color: #aff7ff;
}

.centralizar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  align-items:center;
  justify-content:center;
  
  height: 100vh;
  width: 100%;
  background: #eee;
}
.central {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  background: #cde;
  padding:24px;
  align-items:center;
}


.tableFixHead          { overflow: auto; height: var(--altura-tela);}
.tableFixHead thead th { position: sticky; top: 0; z-index: 1; }

.tableFixHead2          { overflow: auto; height: var(--max-rodape-tela);}
.tableFixHead2 thead th { position: sticky; top: 0; z-index: 1; }

.tableFixHead3          { overflow: auto; height: var(--max-rodape-tela2);}
.tableFixHead3 thead th { position: sticky; top: 0; z-index: 1; }

.tableFixHead4          { overflow: auto; height: var(--max-rodape-tela4);}
.tableFixHead4 thead th { position: sticky; top: 0; z-index: 1; }

.tableFixHead5          { overflow: auto; height: var(--max-rodape-tela5); }
.tableFixHead5 thead th { position: sticky; top: 0; z-index: 1; }

.tableFixHead6          { height: var(--altura-tela); table-layout: fixed; border-collapse: collapse; overflow-x: auto;}
.tableFixHead6 thead th { position: sticky; top: 0; z-index: 1; }


.grid-item--header {
 /* height: 100px;
  min-height: 100px;*/
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 30px;
  text-align: inherit;
 
}


table  { border-collapse: collapse; width: 100%; vertical-align: middle !important; }
th, td { padding: 0.15rem 1.00rem; border-bottom: 1px solid rgb(234, 241, 244);}
/*th     { background: rgb(228, 239, 244); }*/
tr:hover {background-color: rgba(234, 241, 244, 0.50); }



/* Spinner */
#no-freeze-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.1s linear;
  opacity: 0;
  height: 100vh;
  transform: scale(10);
  z-index: -1;
  /*background: #000;*/   /* Escurece o fundo */
}
.no-freeze-spinner #no-freeze-spinner {
  z-index: 9999;
  opacity: 0.5;
  transform: scale(3);      /* Tamanho */
}
#no-freeze-spinner > div > div {
  animation-play-state: paused;
  border: 2px solid rgba(77, 126, 154, 1);
  border-radius: 50%;
  animation: rotate 1s infinite linear;
  border-left-color: rgba(77, 126, 154, 0.4);
  width: 100%;
  height: 100%;
}
#no-freeze-spinner > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  /*box-shadow: 0 0 0 2000px #000;*/  /* Escurece o fundo */
  width: 60px;
  height: 60px;
  padding: 5px;
}
.no-freeze-spinner #no-freeze-spinner div div {
  animation-play-state: running;
}
@keyframes loadicons {
  0% {
    transform: scale(0) translate3d(0, 0, 0);
  }
  11% {
    transform: scale(1.2) translate3d(0, 0, 0);
  }
  22% {
    transform: scale(1) translate3d(0, 0, 0);
  }
  33% {
    transform: scale(0) translate3d(0, 0, 0);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.no-freeze-spinner #no-freeze-spinner i {
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: rgba(77, 126, 154, 1);
  width: 24px;
  height: 24px;
  line-height: 1;
  transform: scale(0) translate3d(0, 0, 0);
}
.no-freeze-spinner #no-freeze-spinner i:nth-of-type(1) {
  animation: loadicons 3s infinite ease-in-out;
}
.no-freeze-spinner #no-freeze-spinner i:nth-of-type(2) {
  animation: loadicons 3s 1s infinite ease-in-out;
}
.no-freeze-spinner #no-freeze-spinner i:nth-of-type(3) {
  animation: loadicons 3s 2s infinite ease-in-out;
}
/* FIM - Spinner */






/* Background do login */
.area{
    background: #fff;  
    background: -webkit-linear-gradient(to left, #000, #000);  
    width: 100%;
    height:100vh;
    
   
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(220, 231, 240, 0.5);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 1s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
        
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
        
    }

}
/* FIM - Background do login */



/*-----------------------------------------------------------------------------*/

/* --- Vídeo de background do LOGIN ---------*/
.fullscreen-bg__video {
    position: fixed; 
    top: 0;
    left: 0;
    min-width: 100%; 
    min-height: 100%;
    z-index: -1;
} 
/* --- Vídeo de background do LOGIN ---- FIM -----*/   


.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 5px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}






@import url(//fonts.googleapis.com/css?family=Lato:300:400);

body {
  margin:0;
}



.header {
  position:relative;
  text-align:center;
 /* background: linear-gradient(60deg, rgba(63,86,102,1) 0%, rgba(0,172,193,1) 100%);*/
  background: linear-gradient(60deg, rgba(229,96,25,0.60) 0%, rgba(48,56,65,1) 100%);
  color:white;
}
.logo {
  width:50px;
  fill:white;
  padding-right:15px;
  display:inline-block;
  vertical-align: middle;
}

.inner-header {
  height:65vh;
  width:100%;
  margin: 0;
  padding: 0;
}

.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
}



/* Redimenciona mantendo escala da logo */
.container_logo .fakeImg {
    background: no-repeat center;
    background-size: cover;    
}

.container_logo
{
    display:inline-block;
    border:1px solid grey;
    margin: 4px;
}
/* FIM - Redimenciona mantendo escala da logo */


.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--falcon-thumbnail-bg);
  border: 2px solid var(--falcon-thumbnail-bg);
  border-radius: 0.25rem;
  -webkit-box-shadow: var(--falcon-box-shadow-sm);
  box-shadow: var(--falcon-box-shadow-sm);
  max-width: 100%;
  height: auto;
}

.btn-falcon-laranja {
  color: var(--digidoc-cor-laranja-claro2);  
  background-color: var(--falcon-btn-falcon-background);
  border-color: var(--falcon-btn-falcon-background);
  -webkit-box-shadow: var(--falcon-btn-falcon-box-shadow);
  box-shadow: var(--falcon-btn-falcon-box-shadow);
}
.btn-falcon-laranja:hover, .btn-falcon-laranja:focus {
  color: var(--digidoc-btn-falcon-laranja-claro2-hover-color);
  background-color: var(--falcon-btn-falcon-background);
  border-color: var(--falcon-btn-falcon-background);
}
.btn-falcon-laranja:hover:not(.disabled):not(:disabled), .btn-falcon-laranja:focus:not(.disabled):not(:disabled) {
  color: var(--digidoc-btn-falcon-laranja-claro2-hover-color);
  -webkit-box-shadow: var(--falcon-btn-falcon-hover-box-shadow);
  box-shadow: var(--falcon-btn-falcon-hover-box-shadow);
}
.btn-falcon-laranja:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: var(--falcon-btn-falcon-warning-active-color);
}
.btn-check:checked + .btn-falcon-laranja, .btn-check:active + .btn-falcon-laranja, .btn-falcon-laranja:active, .btn-falcon-laranja.active, .show > .btn-falcon-laranja.dropdown-toggle {
  color: var(--digidoc-cor-laranja-claro2); 
  background-color: var(--falcon-btn-falcon-warning-active-background);
  border-color: var(--falcon-btn-falcon-background);
}
.btn-falcon-laranja:disabled, .btn-falcon-laranja.disabled {
  color: var(--falcon-btn-disabled-color);
  background-color: var(--falcon-btn-falcon-background);
  -webkit-box-shadow: var(--falcon-btn-falcon-box-shadow);
  box-shadow: var(--falcon-btn-falcon-box-shadow);
}


/* Estiliza o checkbox padrão */
input[type="checkbox"] {
  /* Deixe a cor de fundo padrão como azul */
  border-color: rgba(226, 79, 0, 0.90);
  background-color: #fff; /*rgba(226, 79, 0, 0.25);*/

}

/* Estiliza o checkbox quando estiver marcado (selecionado) */
input[type="checkbox"]:checked {
  /* Mude a cor de fundo para laranja */
  border-color: rgba(226, 79, 0, 0.90);
  background-color: rgba(226, 79, 0, 0.25);  
}

/* Estiliza o checkbox quando está em estado intermediário */
input[type="checkbox"]:indeterminate {
  /* Mude a cor de fundo para laranja */
  border-color: rgba(226, 79, 0, 0.90);
  background-color: rgba(226, 79, 0, 0.25);
}



/* Estiliza o radio padrão */
input[type="radio"] {
  /* Deixe a cor de fundo padrão como azul */
  border-color: rgba(226, 79, 0, 0.90);
  background-color: #fff; /*rgba(226, 79, 0, 0.25);*/

}

/* Estiliza o radio quando estiver marcado (selecionado) */
input[type="radio"]:checked {
  /* Mude a cor de fundo para laranja */
  border-color: rgba(226, 79, 0, 0.90);
  background-color: rgba(226, 79, 0, 0.25);  
}









