
.open-sans-400 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: none;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.open-sans-600 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: none;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.open-sans-700 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: none;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.open-sans-800 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: none;
  font-weight: 800;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.barlow-thin {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-extralight {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-light {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-medium {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-extrabold {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-black {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-thin-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-extralight-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-light-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-regular-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-medium-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-semibold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-bold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-extrabold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-black-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: italic;
}


.raleway-400 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.raleway-600 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.raleway-700 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.syne-700 {
  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}





html,
body{
  height: 100%;
}
body.login{
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #6cb6d8;
    font-weight: 400;
}
aside {
  position: fixed;
  overflow: auto;
  height: 100vh;
  justify-content: flex-start;
  align-self: flex-start;

}
aside .nav-link{
  color: #5b5b5b;
}
aside .nav-link:hover,
aside .nav-link.active,
.nav-pills .nav-link.active{
  color: #000;
  background-color: #6cb6d8;
}
aside .nav-link:hover .bi::before,
aside .nav-link.active .bi::before,
.nav-pills .nav-link.active .bi::before{
  color:#000;
}
aside .nav-link .bi::before{
  color:#6cb6d8;
}

.btn-default{
   color:#FFF;
   background-color: #5b5b5b;
}
.btn-default:hover {
    color: #FFF;
    background-color: #6cb6d8;
    border-color: #6cb6d8;
}

main {
  position: relative;
  overflow: visible;
  margin-left: auto;
  justify-content: flex-end;
  align-self: flex-end;
}

.form-signin {
  width: 100%;
  max-width: 350px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.loading-login{
  display: none;
}
.text-login{
  display: block;
}

.error-login{
  display: none;
}
.grid-table,
#table-colaboradores_wrapper{
  width: 100%!important;
}
.grid-table thead tr th{
  color: #FFF!important;
  background-color: #6cb6d8!important;
}
.grid-table tr{
  position: relative;
}
.grid-table td:before{
  display: none;
  content: '';
  position: absolute;
  background: #6cb6d8;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  background:#6cb6d8 url('../images/ajax-loader.gif') no-repeat center;
  border-radius: 3px;
  width: 28px;
  height: 28px;
  z-index: 9;
  border: 1px solid #6cb6d8;
}
.grid-table>:not(caption)>*>*,
.dt-info,
div.dt-container div.dt-length label,
div.dt-container div.dt-search label{
   color: #5b5b5b;
}
.grid-table td.show-loading:before{ display: block;}

.grid-table td.position,
.grid-table td.company,
.grid-table td.business-unity{
  font-size: 16px;
}

.active>.page-link, .page-link.active {
    color: #000;
    background-color: #6cb6d8;
    border-color: #6cb6d8;
}
.page-link {
    font-size: var(--bs-pagination-font-size);
    color: #5b5b5b;
}
.page-link:hover {
color: #6cb6d8;
}

.loading-list{
    display: none;
    margin: -20px 0px 0 20px;
    position: relative;
    top: -5px;
}

.loading-insert-colaborador{
  display: none;
    margin: -20px 0px 0 20px;
    position: relative;
    top: 7px;
}

.loading-insert-unidade-de-negocio{
  display: none;
    margin: -20px 0px 0 20px;
    position: relative;
    top: 7px;
}

.btn-atualizar-lista{
  position: relative;
    top: -8px;
    float: right;
    margin: 0 10px 0 20px;
}

.btn-inserir-colaborador{
  position: relative;
    top: -8px;
    margin: 0 10px;
}

.input-id-colaborador{
  width: 300px;
}

.input-id-colaborador.form-floating>label{
  left: 10px;
}


.nwadv-signature{
  display: table;
  float: none;
  margin:  30px auto;
  background: #FFF;
  border-left: 5px solid #d6c47d ;
  width: 800px;
}

.nwadv-signature .logo{
  display: block;
    float: left;
    width: 260px;
    margin-top: 60px;
    margin-left: 25px;
    margin-right: 50px;
}
.nwadv-signature .logo img{
  width:260px;
}

.nwadv-signature .info{
  display: block;
  float: left;
  width: 310px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 16px;
}

.nwadv-signature .info .nome{
  color: #d6c47d;
  font-size: 16px;
  line-height: 20px;
}
.nwadv-signature .info .email{
  color: #4a4a49;
  font-size: 11px;
}
.nwadv-signature .info .posicao{
  color: #4a4a49;
  font-size: 11px;
}
.nwadv-signature .info .telefone{
  color: #4a4a49;
  font-size: 11px;
  margin: 8px 0; 
}

.nwadv-signature .info .endereco-um,
.nwadv-signature .info .endereco-dois,
.nwadv-signature .info .endereco-tres,
.nwadv-signature .info .cep
{
  color: #4a4a49;
  font-size: 11px;
  line-height: 14px;
}

.nwadv-signature .info .site{
  color: #4a4a49;
  font-size: 11px;
  display: block;
  float: left;
  clear: both;
}
.nwadv-signature .info .social{
  margin: 8px 0;
  display: block;
  float: left;
}
.nwadv-signature .info .social ul{
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
.nwadv-signature .info .social ul li{
  display: block;
  float: left;
  width: 28px;
  height:28px;
  margin-right: 5px;
}
.nwadv-signature .info .social ul li img{
  width:28px;
}

.nwadv-signature .info .site{
  
}

.nwadv-signature .code{
  display: block;
  float: right;
  margin-right: 20px;
  margin-top: 30px;
  width:104px;
}
.nwadv-signature .code .qr-code{
  display: table;
  float: none;
  width:90px;
  margin:  0 auto;
}
.nwadv-signature .code .qr-code img{
  width: 90px;
}
.nwadv-signature .code .badge-nwadv{
  display: block;
  float: left;
  width:104px;
  margin-top: 55px;
  clear: both;
}
.nwadv-signature .code .badge-nwadv img{
  width:100%;
}

.link-utilities{
  display: table;
  float: none;
  margin: 0 auto;
}

.link-utilities a{
  margin: 0 20px;
}
.alerts{
  display: table;
  float: none;
  margin: 0 auto;
  width: 50%;
}

.alerts .alert{
  display: none;
}

.bt-download-assinatura,
.bt-email-assinatura{
  display: none;
}

.bt-email-assinatura .loading-email-assinatura{
  display: none;
}

table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc, table.dataTable thead > tr > th.dt-ordering-asc, table.dataTable thead > tr > th.dt-ordering-desc, table.dataTable thead > tr > td.dt-orderable-asc, table.dataTable thead > tr > td.dt-orderable-desc, table.dataTable thead > tr > td.dt-ordering-asc, table.dataTable thead > tr > td.dt-ordering-desc {
    position: relative;
    padding-right: 40px;
}
table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc, table.dataTable thead > tr > td.dt-orderable-asc, table.dataTable thead > tr > td.dt-orderable-desc {
    font-size: 14px;
}

.box-cards-utilities{
  display: table;
  float: none;
  margin: 60px auto;
}

.box-cards-utilities .bt-icon{
  display: block;
  float: left;
  width: 150px;
  height: 150px;
  margin: 0 10px;
}
.box-cards-utilities .bt-icon i{
  display: table;
  float: none;
  margin: 12px auto 15px auto;
}
.box-cards-utilities .bt-icon i:before {
    font-size: 48px!important;
}
.box-cards-utilities .bt-icon span{
 font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}

.inserir-colaborador-form{
  display: none;
}



.nw-group-signature{
  display: table;
  float: none;
  margin:  30px auto;
  background: #FFF;
  position: relative;
  width: 800px;
}
.nw-group-signature:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-left: 5px solid #000000 ;
  height: 130px;
}

.nw-group-signature .logo{
  display: block;
    float: left;
    width: 168px;
    margin-top: 25px;
    margin-left: 35px;
    margin-right: 55px;
}
.nw-group-signature .logo img{
  width:168px;
}

.nw-group-signature .info{
  display: block;
  float: left;
  width: 280px;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 18px;
 margin-bottom: 20px;
 min-height: 100px;
}

.nw-group-signature .info .nome{
  color: #444444;
  font-size: 17px;
  line-height: 20px;
}
.nw-group-signature .info .email{
  color: #575757;
  font-size: 13px;
}
.nw-group-signature .info .posicao{
  color: #575757;
  font-size: 13px;
  font-style: italic;
}
.nw-group-signature .info .telefone{
  color: #575757;
  font-size: 13px;
  margin: 5px 0 0 0 ; 
}

.nw-group-signature .address{
  display: block;
  float: right;
  width: 245px;
  border-left: 1px solid #424242;
  padding: 15px 20px;
  margin-top: 20px;
  margin-right: 15px;
}
.nw-group-signature .address .endereco-um,
.nw-group-signature .address .endereco-dois,
.nw-group-signature .address .endereco-tres,
.nw-group-signature .address .endereco-quatro,
.nw-group-signature .address .cep
{
  color: #575757;
  font-size: 13px;
  line-height: 17px;
}

.nw-group-signature .code .site{
  color: #575757;
  font-size: 13px;
  display: block;
  float: left;
  clear: both;
  margin-top: 2px;
}
.nw-group-signature .code .social{
  margin: 2px 0 0 0;
  display: block;
  float: right;
}
.nw-group-signature .code .social ul{
  display: block;
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
}
.nw-group-signature .code .social ul li{
  display: block;
  float: left;
  width: 24px;
  height:24px;
  margin-right: 5px;
}
.nw-group-signature .code .social ul li:last-child{
  margin-right: 0;
}
.nw-group-signature .code .social ul li img{
  width:24px;
}

.nw-group-signature .code{
  display: block;
  float: right;
  margin-right: 35px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.nw-group-signature .code .qr-code{
  display: block;
  float: right;
  width:48px;
  margin-left: 20px;
}
.nw-group-signature .code .qr-code img{
  width: 48px;
}

.nw-solucoes-signature{
  display: table;
  float: none;
  margin:  30px auto;
  background: #FFF;
  position: relative;
  width: 800px;
}
.nw-solucoes-signature:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-left: 10px solid #44606d ;
  height: 140px;
}

.nw-solucoes-signature .logo{
  display: block;
    float: left;
    width: 180px;
    margin-top: 20px;
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 30px;
}
.nw-solucoes-signature .logo img{
  width:180px;
}

.nw-solucoes-signature .info{
  display: block;
  float: left;
  width: 280px;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 20px;
 margin-bottom: 20px;
 min-height: 100px;
}

.nw-solucoes-signature .info .nome{
  color: #444444;
  font-size: 17px;
  line-height: 22px;
}
.nw-solucoes-signature .info .email{
  color: #575757;
  font-size: 14px;
}
.nw-solucoes-signature .info .posicao{
  color: #496470;
  font-size: 14px;
  font-style: italic;
}
.nw-solucoes-signature .info .telefone{
  color: #575757;
  font-size: 14px;
  margin: 5px 0 0 0 ;
}

.nw-solucoes-signature .address{
  display: block;
  float: right;
  width: 255px;
  border-left: 1px solid #45616e;
  padding: 15px 20px;
  margin-top: 20px;
  margin-right: 15px;
}
.nw-solucoes-signature .address .endereco-um,
.nw-solucoes-signature .address .endereco-dois,
.nw-solucoes-signature .address .endereco-tres,
.nw-solucoes-signature .address .endereco-quatro,
.nw-solucoes-signature .address .cep
{
  color: #575757;
  font-size: 14px;
  line-height: 20px;
}
.valestra-signature{
  display: table;
  float: none;
  margin:  30px auto;
  background: #FFF;
  width: 800px;
}

.valestra-signature .logo{
  display: block;
    float: left;
    width: 152px;
    margin-top: 98px;
    margin-left: 30px;
    margin-right: 40px;
}
.valestra-signature .logo img{
  width:152px;
}

.valestra-signature .info{
  display: block;
  float: left;
  width: 450px;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 25px;
  border-left: 1px solid #d3d3d3;
  padding: 0 40px 0 20px;
}

.valestra-signature .info .nome{
  color: #000000;
  font-size: 16px;
  line-height: 20px;
}
.valestra-signature .info .email{
  color: #000000;
  font-size: 13px;
  display: inline;
  float: left;
  margin-right: 4px;
}
.valestra-signature .info .posicao{
  color: #000000;
  font-size: 13px;
  margin-bottom: 20px;
}
.valestra-signature .info .telefone{
  color: #000000;
  font-size: 13px;
  display: inline;
  float: left;
}

.valestra-signature .info .endereco-um,
.valestra-signature .info .endereco-dois,
.valestra-signature .info .endereco-tres,
.valestra-signature .info .cep
{
  color: #000000;
  font-size: 13px;
  line-height: 16px;
}

.valestra-signature .info .social{
  margin: 20px 0 0 0;
  display: block;
  float: left;
}
.valestra-signature .info .social ul{
  display: block;
  float: left;
  padding: 0;
  margin: 5px 0 0 0;
  list-style: none;
}
.valestra-signature .info .social ul li{
  display: block;
  float: left;
  width: 28px;
  height:28px;
  margin-right: 5px;
}
.valestra-signature .info .social ul li img{
  width:28px;
}
.valestra-signature .info .slogan{
  display: block;
  float: left;
  margin: 0 0 0 15px;
  padding-left: 10px;
  border-left: 2px solid #00005a;
  line-height: 20px;
}
.valestra-signature .graphics{
  display: block;
  float: right;
  width: 120px;
  height:  216px;
  margin: 3px;
}