/* Your css code goes here */
/* *********************************************************************** */
/* Personalização Gerais */
.txt-aviso{
  color: red;
  font-size:13px;
}

#textinput-origem {
  opacity: 0;
  position: absolute;
}

.helper{
  float: right;
  padding: 0px 0px 1px 0px;
  margin-right: 5px;
}

.emp-info-tip {
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

.messageEsqueciSenha{
  width: 300px;
  margin: 0 auto;
}

.modalConfirmaSenha{
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  padding: 40px 0 40px 0;
}

.modalEsqueciSenha{
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  padding: 40px 0 40px 0;
}

.modalEsqueciSenhaContainer{
  margin-top: 150px;
}

.esqueciSenhaButton{
  margin: 10px 0;
  display: block;
}

.esqueciSenhaButton:hover{
  color: var(--primary);
}

.esqueciSenhaBox {
  text-align: center;
}

/*Estilo geral dos paineis das seções pró-ativas*/
.painel-aviso {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  background: #eae672;
/*  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg); 
  transform: rotate(2deg);  */
}

.padding-for-buttons {
  padding-left: 15px;
  padding-right: 15px;
}

.width-100 {
  width: 100%;
}

.ui-select-bootstrap .ui-select-choices-row.active>a {
  background-color: var(--primary-light) !important;
}

.btn-default-focus {
  box-shadow: none !important;
  outline: none !important; 
}

.certificadoButton{
  margin-right: 10px;
}

#modalExport{
  z-index: 1200;
}


.btnNovo{
  float:left;
  margin-bottom:10px;
}

.empresaLogged {
  float: left;
  margin: 17px;
}

.userLogged{
  float: right;
  margin: 17px;
}

.userLogged > .usernameLogged {
  color: var(--text-color);
}

.empresaLogged > .usernameLogged {
  color: var(--text-color);
}

.userLogged > .userLoggedAltSenha {
  margin: 1.2rem;
  color: var(--text-color);
}

.img-right{
  float:right;
  margin-right:20px;
  position: absolute;
  right:0%;
}

.img-left{
  float:left;
}

.buttonInclude{
  float: right;
  padding-right: 5px;
}

.modal-Estorno{
  width:600px;
}

.modal-estorno-table{
  width:1200px;
}

.quebraLinha{
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    flex-direction: column;
    resize: auto;
    cursor: auto;
    white-space: pre-line;
    word-wrap: break-word;
}

.imgDash{
  position: absolute;
  margin: auto;
  margin-top:0;
  top: 20vw;
  left: 0;
  right: 0;
  bottom: 0;
  width: 15%;
}

.customBtDropDown{
  text-align:left;
  background-color:#fff;
  border-color:#ccc;
}

.textDash{
    color: var(--title-color);
    position: absolute;
    margin: auto;
    margin-top:0;
    top: 18vw;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: 'Roboto';
    font-size: 3em;
    width:220px;
}


.center{
  position: absolute;
  margin: auto;
  margin-top:0;
  top: 10vw;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .center{
    top: 200px;
  }
}

.load{
  font-size: 2em;
  width:210px;
}

.dropdown-menu{
  max-width: 40vw;
  overflow-y:hidden;
  overflow-x: hidden;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
  max-width:70%;
  margin-left:13%;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{
  list-style-position:inside;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
}


/*Título das seções pró-ativas*/
.titulo-aviso {
  color: #333;
  position: relative;
  width: auto;
  margin: 0 auto;
  /*padding: 20px;*/
  font-family: Satisfy;
  font-size: 30px;
}

.iconsNavBar{
  float:left;
  height:30px;
  margin-right: 10px;
  margin-left:15px;
}

.listCustomDropDown{
  padding: 0px;
}

.optionList{
  list-style-type: none;
}

.optionList:hover{
  background-color: var(--primary);
  color:#fff;
}

.mainBar{
  padding: 7px;
  min-height: 20%;
  background-color: var(--primary);
  color: var(--text-color);
  position: relative;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


.menuIcons{
  color: #fff;
}

.nav>li{
  display:flow-root;
}

.fontGridLoad{
  font-size: 1.3em;
}

.menuIcons:hover{
  background-color: var(--primary);
  color: #fff;
}

.tabHover:hover{
  font-weight: bold;
  color:#000;
}

.tabHover:focus{
  color:#000;
}

.form-marginFile{
  margin-top:8px;
}

.dropdown-custom{
  margin-left:14px;
  text-align:left;
  width:97%;
  max-width: 97%;
}

.text-left{
  text-align:left;
}

/* Estilo dos títulos dos paineis das seções pró-ativas */
.painel-aviso > .titulo-aviso {
  background-color: rgba(190, 201, 20, 0.9);
  /*color: #333;*/
  padding: 6px 10px;
  margin-bottom:3px;
}

/* Estilo da fonte dos títulos dos paineis das seções pró-ativas */
.painel-aviso > .titulo-aviso > h4 {
  font-family: Satisfy;
  font-size: 25px;
  color: #EEE;
  font-weight: bold;
  margin: 0;
}

.faLoading{
  font-size: 100px;
  color:#000;
  width: 100%;
}

.imgSubmenu{
  margin-left:50%;
  margin-top:0px;
  background: var(--logo-submenu);
  background-repeat: no-repeat;
  background-size: cover;
  height: var(--logo-submenu-height);
  width: var(--logo-submenu-width);
}

.submenu-icon {
  background-color: var(--secondary);
  max-width: 80px;
  margin: 30px auto 0;
  border-radius: 10px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.submenu-icon i {
  color: #EAEAEA;
  font-size: 55px;
}

.right{
  float: right;
}

.MenuLateral span > a{
  position: relative;
  float: left;
  margin-top: 14.8px;
  color: #fff;
}


.customSearchbox{
  padding: 4px 8px;
}

.listCustomDropDown>.optionList>a{
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
}

.loading-modal{
  width: 90%;
  position: absolute;
  left:5%;
  top:20%;
}

#modalEvento{
  z-index: 500;
  
}

/* Estilo do texto dos títulos dos paineis das seções pró-ativas */
.texto-titulo-aviso {
    position: relative;
    bottom: 0.3em;
}

/* Estilo da cor de fundo do título do painel da seções pró-ativa de férias */
#aviso-pn001 {
  background-color: rgba(190, 201, 20, 0.9);
}

/* Estilo da cor de fundo do título do painel da seções pró-ativa de afastamentos */
#aviso-pn002 {
  background-color: #C7143D;
}

.selectpicker{
  z-index: 1;
}

/* Estilo da cor de fundo do título do painel da seções pró-ativa de solicitações */
#aviso-pn003 {
  background-color: #4F80FF;
}

/* Estilo da cor de fundo do título do painel da seções pró-ativa de remuneração */
#remuneracao-titulo {
  background-color: #4F80FF;
}

/* Estilo da cor de fundo do título do painel da seções pró-ativa de dependentes */
#dependentes-titulo {
  background-color: #B3B8AD;
}

.modalOverflow{
  overflow-y: auto;
}

.BtnMenuCollapse{
  margin-top: 30px;
  height: 50px;
  background-color: var(--primary-light);
  box-shadow: 3px 3px #dbdada;
}

.no-padding{
  padding-right:0px;
  padding-left: 0px;
}

.lblMenuCollapse{
  font-family: Roboto, "Droid Sans", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  margin-top:17px;
  margin-left:12px;
}

/*
.material-icons{
  float:right;
  margin-top: -2px;
}
*/

.navbar-default{
  background-color:#fff;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}


/* Estilo das imagens dos paineis das seções pró-ativas */
.imagem-aviso {
    font-size: 30px;
    font-weight: bold;
    padding: 0.4em;
    border-radius: 10px;
}

.imagem-aviso-contrai {
    position: relative;
    top: 0.9em;
    font-size: 0.7em;
    color: black;
    font-weight: lighter;
}

.label-auto{
  width: auto;
}

.label-width{
  width: 110px;
}

.label-width-autenticador{
   width: 150px;
}

.margin-arrow-right{
  margin-left: 50px;
}

.margin-arrow-left{
  margin-right: 50px;
  margin-left: 5%;
}

/* Estilo do corpo das seções de lista corrida */
.secoes-aviso{
  padding: 2px 5px 2px 5px;
}

/* Alinha o conteúdo das sub-seções */
.subpainel-aviso > .secoes-lista-corrida {
    padding: 2px 15px 2px 15px;
}

/* Estilo geral dos subpaineis que apresentam as informações em lista corrida */
.subpainel-aviso {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    margin: 7px 0 7px 0;
    background-color: #eae672;
    /*font-style: italic;*/
}

/* Estilo que sobrepõe ao estilo default ("bootstrap") para o título da seção interna do subpainel de lista corrida */
.subpainel-aviso > .titulo-aviso-int {
    background-color: #ead672;
    padding: 1px 10px 0 10px;
    border-bottom: 0.1px solid black;
}

.boxIndisponivel{
  height: 250px;
}

.boxCarregando{
  height: 50px;
}

.text-menu-sis{
  font-size:32px;
  color:#000;
  position: absolute;
  z-index: -1;
}

/* Estilo geral do título da seção interna do subpainel de lista corrida */
.titulo-aviso-int {
  margin: 0 4px 0 4px;
}

 /*Estilo do texto do título da seção interna do subpainel de lista corrida */
.titulo-aviso-int > h4{
    font-size: 14px;
}

.titulo-aviso-int span{
  font-weight: bold;
  text-transform: uppercase;
}

.modal-horario{
  width:475px;
}

/* Estilo do corpo das seções de lista corrida */
.secoes-aviso .secoes-aviso-p{
  padding-top: 0;
  font-size: 13px;
}

.secoes-aviso-p{
  color: black;
}

.text-canvas-indisponivel{
  margin-top: 200px;
}

.text-canvas-Carregando{
  margin-top: 70px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option{
  color:#000;
}

.dropdown-menu>.selected>a, .dropdown-menu>.selected>a:focus, .dropdown-menu>.selected>a:hover{
  background-color: var(--primary-light);
  color:#fff;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover{
  background-color: #363e46;
  border-color:#2f2f2f;
}

.secoes-aviso .secoes-aviso-p > label{
  padding: 0 0 5px 1px;
  padding-right: 1px;
  font-size: 13px;
  display: inline;
}

.secoes-aviso-p > label:after{
  content: ':';
}



 .rotate {
    transform:rotate(180deg);
    transition:all 0.5s;
}
.rotate.in {
    transform:rotate(1800deg);
    transition:all 1.5s;
}

.teste{
  width: auto;
  min-width: 270px;
}

.instalacao{
  width:33%;
  min-width: 33%;
  max-width: 33%;
  float:left;
}

.checks{
  float:left;
  max-width:90%;
  margin-left: 2%;
}
.group{
  padding-left: 3%;
  padding-bottom: 30px;
  padding-top: 1%;
  height: 50px;
}

.opcoes{
  border:1px solid;
  border-color:#000000;
  border-radius: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.grupoOpcoes{
  padding-left: 3%;
  padding-top: 1%;
  padding-bottom: 20px;
}

.instalacaoItem {
  vertical-align: middle;
  line-height: normal;
  margin-bottom:20px;
}

.instalacaoItem label {
  padding:0px;
  vertical-align: middle;
}

.instalacaoItem .progress {
  margin-bottom:0px;
}

.user-emp-info {
  border-radius: 4px;
  padding: 5px 10px 5px 10px;
  min-width: 200px;
  width: auto;
  color: #fff;
  background-color: #000;
  font-size: 12px;
  text-align: center;
  z-index: 100;
  position: relative;
  float: right;
  margin-left: 2px;
  margin-right: 10px;
  margin-top: -22px;
}

.user-emp-info2 {
  border-radius: 4px;
  padding: 5px 10px 5px 10px;
  color: #fff;
  background-color: #000;
  font-size: 12px;
  z-index: 100;
  position: absolute;
  left: -100px;
}

.overflowX{
  overflow-x: auto;
}

.marca{
    height: 50px;
    width: auto;
    margin-top: -15px;
    padding: 5px;
    /*background: rgba(254,254,254, 0.6);*/
}

.modalGraph{
  margin-left: 10px;
  margin-right: 10px;
}

.modalGraph-header{
  padding:15px;
  font-size: 25px;
}

.modalGraph-title{
  margin:0px;
  line-height:1.42857143;
  font-size:25px;
}

.cockpit-title{
  margin:15px;
  line-height:1.42857143;
  font-size:25px;
}

.box-chart{
  margin-top: 100px;
  background-color: #fff;
  width: auto;
  margin-left: 30px;
}

.cockpit-container {
  margin: 0 50px;
}

.box-chart-cockpit {
  background-color: #fff;
  width: auto;
}

.multi-line-param{
  margin-top: 180px;
}

.dtParam{
  width: 200px;
}

.margin-20{
  margin-top: 20px;
}

.alert-margin{
  margin-top: 40px;
  height: 50px;
}

.header-graph{
  margin-bottom: 2%;
}

.pageTitle{
  margin-left:2.5%;
  margin-bottom: 2%;
}

.modal-codigo{
  width: 475px;
}

.inputRelat{
  width:100%;
}

.modal-graph-bottom{
  height: 45px;
}

.aguardando-fa{
  font-size:7em;
  float: left;
  margin-left: 150px;
  color: #3b5998;
}

.modal-Esqueceu{
  top:30%;
  position: absolute;
}

.modal-estorno-Div{
  position: absolute;
  overflow-y:auto;
}

.chart-max{
  max-width: 800px;
}

.btn-close-graph-modal{
  float: right;
  margin-right:15px;
  margin-top: -15px;
  width: 90px;
}

.button-Right{
  float:right;
}

.modal-body-paginacao{
  height: 90px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    overflow-y: auto;
} 

.view {
  height: 100%;
}

.swiper-slide {
    padding: 20px;
}

.valor {
    font-size: 50px;
    font-family: Trebuchet MS;
    margin-top: 30px;
}

.pointer {
  cursor: pointer;
}

/* Elimina rolagem horizontal */
body {
  overflow-x: hidden;
}

.modal-gd_table{
  width:auto;
}

.fonteGrande {
  font-size: 1.9em;
}
.fonteMedia {
  font-size: 1.3em;
  font-weight: bold;
}
.fontePequena {
  font-size: 0.8em;
}

.arrowMenu {
  position:relative;
  float: right;
  margin-top: -2px;
}

/* *********************************************************************** */
/* Personalização do cockpit  */


@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Ruda:400,700,900);

body{
    font-family: "Droid Sans", sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #0a0a0a;
    background: #EAEAEA;
    padding:0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Droid Sans', sans-serif;
    color:#0b0b0b;
}

h2{
  font-weight:bold;
  font-size:25px;
  color:#161616;
}

h3{
  color:#fff;
  font-weight:700;
}

.btn-table .btn {
    display: inline-block;
    padding:0px ;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width:20px;
    display:inline-block;
}

.pagination>li>a, .pagination>li>span{
  color: #000;
  border: 1px solid #000;
}

option:hover { background-color: red; }

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
  background-color: var(--primary-light);
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:active, .pagination>li>span:active, .pagination>li>a:focus, .pagination>li>span:focus{
  color: #000;
  border: 1px solid #000;
}


a {
  /* color: #0a0a0a; Cor usda anteriormente BLACK */ 
    color: #000;
    word-wrap: break-word;
    transition: color 0.1s ease-in 0s, background 0.1s ease-in 0s;
}

.subMenuSelected{
  background-color: #e8e3e3;
  color: #000;
}

.subMenuSelected>li>a {
  color: #000;
}

.nav-side-menu ul .active, .nav-side-menu li .active {
    background-color: #F68932;
}

.nav-side-menu li a {
    text-decoration: none;
/*    color: #fff; */
    color:#ECAF12;     
    padding: 10px 20px;
    display: block;
}

.nav-side-menu ul .sub-menu li, .nav-side-menu li .sub-menu li {
    background-color:#4C4C4D;
    border: medium none;
    line-height: 28px;
    margin-left: 0;
}

.nav-side-menu .brand {
    background-color: #2F323A;
    line-height: 50px;
    display: block;
    text-align: left;
    font-size: 15px;
    border-bottom: 0px solid #E87110;
}

.nav-side-menu ul .sub-menu li:hover, .nav-side-menu li .sub-menu li:hover {
    background-color:#3C3D3D;
}


.fa-spin  {
    opacity: 0.3;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    color:#1a1a1a;
}

.table > thead > tr > th {
    text-align: center;
    border-bottom: 2px solid #DDD;
    vertical-align: middle;
}

.btnRigth{
  float:right;
}

tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: transparent;
}

.form-group {
    margin-bottom: 0px; /* definindo o salto entre linhas */
}

.form-control {
    color: #000;
    /*
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #1c88cc;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px; 
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; */
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;      /* campos desabilitados */
    opacity: 1;
    border: 0px solid transparent;
    border-radius: 4px;
    color:#000;
}

.optionsCollapse[disabled]{
  color:#8e8e8e;
}

.grupoCustomDropDown{
  margin-bottom: 10px;
}

a.disabled:hover {
  cursor: not-allowed;
}

a[disabled]:hover {
  cursor: not-allowed;
}

.modal-title {    /* titulo do modal */
    color: #000;
    margin: 0;
    line-height: 1.42857143;
}

.btn-primary {    /* botão PRIMARY (antes era azul 337ab7) */
    color: #fff;
    background-color: var(--primary-light);
    border-color: var(--primary-light);
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {   
    background-color: var(--primary-light) !important;
    border: 1px solid var(--primary-light) !important;
    opacity: 80%;
}

.panel {         /* panel onde utilizo os checkbox */
    margin-top: 0px;
    margin-bottom: 20px;
    background-color: #FFF; 
    border: 0px solid transparent; 
  /*  border: 1px solid #ccc; */
    border-radius: 4px;
    box-shadow: 0px 3px 2px #AAB2BD;
}

.panel-loading {         /* panel onde utilizo os checkbox */
    margin-top: 0px;
    margin-bottom: 20px;
    background-color: transparent; 
}

.panel-primary> .panel-heading {  
    color: #fff;
    background-color: var(--primary-light);
    border-color: var(--primary-light);
}

/* Ajuste teste ainda será revisto */
/* .panel-primary> .panel-heading {  
    color: #000;
    font-size: 17px;
    background-color: #ffffff;
    border-color: var(--primary-light);
    letter-spacing: 1px;
    padding: 20px;
    border-bottom: #ddd solid 1px;
} */

.panel-primary-loading> .panel-heading-loading {  /* panel PRIMARY (antes era azul 337ab7) onde utilizo os checkbox */
    color: #fff;
    background-color:transparent;
}

.panel-default > .panel-heading {
    color: #000;
    background: #fff none repeat scroll 0% 0%;
    border: 0px solid transparent;
    text-align: left;
}

.panel-body {
    text-align: left;
    background: #fff none repeat scroll 0% 0%;
    border: 0px solid transparent;
    color:#000;
}

.panel-body-loading {
    text-align: left;
    background: transparent;
    border: 0px solid transparent;
    color:#000;
}

.waiting{
    padding:10px;
}
select, .uneditable-input {
    border: 1px solid #A9ABAE;
    background-color: #fff;
    padding: 6px 4px;
    display: inline-block;
 /* height: 30px;          Utilizada anteriormente */
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    height: 34px;
  /*  color: #363636;       Antes era cor PRETO pra as fontes dentro do box */
    color:#000;  
    border-radius: 4px;
    vertical-align: middle;
    
}

.form-control{
  padding: 6px 5px;
}

.main-view {
    padding: 10px 10px;
}

.label.waiting  {
    padding: 10px;
}


label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    padding: 10px;
}

input[type="date"], input[type="datetime"]{
    display: inline-block;
 /* height: 30px;          Utilizada anteriormente */
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    height: 34px;
  /*  color: #363636;       Antes era cor PRETO pra as fontes dentro do box */
    color:#000;  
    border-radius: 4px;
    vertical-align: middle;
    padding: 6px 8px
  /*  border: 1px solid gray; Utilizada anteriormente */
}

textarea.form-control{
   padding: 6px 9px;
}
 


textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
 /* height: 30px;          Utilizada anteriormente */
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    height: 34px;
  /*  color: #363636;       Antes era cor PRETO pra as fontes dentro do box */
    color:#000;  
    border-radius: 4px;
    vertical-align: middle;
    padding: 6px 10px
  /*  border: 1px solid gray; Utilizada anteriormente */
}

/*contorno para os campos*/
.form-control:focus {
  outline: none !important;
  border:1px solid black;
  box-shadow: 0 0 10px #363e46;
}

.no-border, .no-borders {
    border-color: transparent;
    border-width: 0;
}

.bootstrap-select >.dropdown-toggle:focus{
  outline: none !important;
  border:1px solid black;
  box-shadow: 0 0 10px #363e46 !important;
}

.bootstrap-select >.dropdown-toggle:active{
  outline: none !important;
  border:1px solid black;
  box-shadow: 0 0 10px #363e46;
}

.no-border.form-control, .no-border.form-control:focus,.no-borders.form-control, .no-borders.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border:0px;
}

.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }


.navbar {
    position: relative;
    min-height: 0px;
/* margin-bottom: 20px; */
/* border: 1px solid transparent; */
}

.logo-header {
    background: var(--logo-header);
    height: var(--logo-header-height);
    margin-left: 10px;
    width: var(--logo-header-width);
    min-width: var(--logo-header-width);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    cursor: pointer;
}

.logo-header-reinf {
    background: var(--logo-header-reinf);
    height: var(--logo-header-reinf-height);
    margin-left: 10px;
    width: var(--logo-header-reinf-width);
    min-width: var(--logo-header-reinf-width);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    cursor: pointer;
}

.logo-sobre {
    background: var(--logo-sobre);
    height: var(--logo-sobre-height);
    width: var(--logo-sobre-width);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    right: 30px;
}

.logo-entrada {
    position: absolute;
    left: 40px;
    background: var(--logo-entrada);
    height: var(--logo-entrada-height);
    width: var(--logo-entrada-width);
    background-repeat: no-repeat;
    background-size: cover;
} 

.logo-menu {
    background: var(--logo-menu);
    height: var(--logo-menu-height);
    margin-left: 10px;
    width: var(--logo-menu-width);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    cursor: pointer;
}

.logo-menu-reinf {
    background: var(--logo-menu-reinf);
    height: var(--logo-menu-reinf-height);
    margin-left: 10px;
    width: var(--logo-menu-reinf-width);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    cursor: pointer;
}

.logo-login {
    background: var(--logo-login);
    height: var(--logo-login-height);
    width: var(--logo-login-width);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}

.logo-inicio {
    background: var(--logo-inicio);
    height: var(--logo-inicio-height);
    width: var(--logo-inicio-width);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10vw;
}

.logo-inicio-reinf {
    background: var(--logo-inicio-reinf);
    height: var(--logo-inicio-reinf-height);
    width: var(--logo-inicio-reinf-width);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10vw;
}

.logoWidth{
  width: 135.58px;
}

.navbar-inverse {
    background-color: #000;
    border-color: #000;
}


.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color:#000; 
  /*  color: #333;   Cor usada anteriormente */
    white-space: nowrap;
}

.dropdown-menu>li>a:hover {
  background-color: var(--primary);
  color: #fff;
}

/* troca de cor para ajustar ao Cockpit III*/

.navbar-inverse .navbar-brand {
   /* color: #ECAF12; */
    color: #000;   
    font-family: "Ruda";
    font-size: 19px;    
    font-weight: bold;
}


.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
   /* color: #fff; */ 
    color: #ECAF12;  
    background-color: #000;   
    /*
    color: #fff;           Cor usada anteriormente 
    background-color: #080808;
    */
}

.navbar-inverse .navbar-nav>li>a {
    /*color: #ECAF12; */
    color: #fff;
}
.nav-side-menu {
    overflow: auto;
    font-family: verdana;
    font-size: 13px;
    font-weight: 200;
    background-color: #2F323A;
    top: 0px;
    color: #E1FFFF;
}

.col-xs-offset-0 {
    margin-left: 5px;
    margin-right: 0px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #000;
    cursor: default;
    background-color: #fff;
/*  border: 1px solid #000;
    border-bottom-color: transparent; */
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #1c88,    cc;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
/*  background-color: #eee; */
    background-color: var(--primary-light);
    /*color:#fff*/; 
    
}

.groupIconMenu{
  margin-top:12px;
  float:right;
  margin-right:10px;
}

.groupIconMenu span:hover {
  background-color: transparent !important
}

.groupIconMenu img:hover {
  background-color: transparent !important
}

#checkAll{
  margin:5px;
}

.modal.in .modal-dialog{
  z-index: 1200;
}

.modal-content{
  z-index: 1210;
}

.modal-backdrop{
  z-index:4;
}

.iconsMenu{
  margin-right: 10px;
}


.mainBar>.container-fluid>a>.material-icons{
  font-size:30px;
  float: left;
  color:#fff;
}

.pesquisar-transacao {
  width: 45%;
  margin-left: 19vw;
  position: relative;
}

.pesquisar-transacao .pesquisar-icon {
  position: absolute;
  top: 7px;
  right: 1.6px;
  background-color: var(--primary);
}

.pesquisar-transacao .pesquisar-icon i {
  color: var(--text-color);
  font-size: 20px;
}

.pesquisar-transacao .ui-select-container {
  width: 100%;
}

.pesquisar-transacao-select .ui-select-choices {
  overflow-y: scroll;
  font-size: 13px;
}

.pesquisar-transacao-select .ui-select-choices::-webkit-scrollbar {
  background: #fff; 
  width: 8px;
}

.pesquisar-transacao-select .ui-select-choices::-webkit-scrollbar-thumb {
  background: var(--secondary); 
  border-radius: 5px;
}

.pesquisar-transacao-select .ui-select-choices::-webkit-scrollbar-thumb:hover {
  background: var(--secondary); 
  border-radius: 5px;
}

.pesquisar-transacao-select .btn-default-focus {
  background-color: transparent; 
  border-color: transparent; 
  color: #fff;
  border: none; 
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: 0 !important;
}

.pesquisar-transacao-select .ui-select-toggle {
  background-color: transparent; 
  border-color: transparent; 
  color: #fff;
  border: none; 
  box-shadow: none !important;
  border-bottom: 1px solid var(--text-color);
  border-radius: 0px;
}

.pesquisar-transacao-select input {
  color: var(--text-color);
  border-bottom: 1px solid var(--text-color);
  background-color: transparent; 
  border: none; 
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: 0 !important;
  border-radius: 0;
}

.pesquisar-transacao-select input:focus {
  background-color: transparent; 
  border: none; 
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: 0 !important;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}

.pesquisar-transacao-select form-control:focus {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: 0 !important;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}

#Menu>.material-icons{
  float:left;
  font-size:30px;
  margin-top: 0.35em;
  margin-left: 0.6em;
  color:#000;
}

.btnMenu{
  background-color: #000;
}

.iconLogo{
  margin-left:10px;
  margin-top: 56px;
}

.iconMenu{
  max-height:40px;
  margin-top: 0.4em;
}

.groupIcon{
  padding: 7px;
  border-bottom: 2px solid #e2e2e2;
  min-height: 65px;
}

.modalMenu {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    padding-left: 100px;
    z-index: 5; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

#menuVertical{
  background-color: #fff;
  padding:0!important;
  min-height: 100%!important;
  overflow-y: auto;
  will-change: transform;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Roboto", sans-serif;
  background: #fdfdfd;
  width: 20%;
  overflow: auto;
  display: inline-block;
  top: 0px;
  left: 0;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1 !important;
  position: fixed;
  bottom: 0;
  border-top: 1px solid #eee;
  overflow-x: hidden;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
}

.subMainMenu{
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding-left: 54px !important;
}

.mainMenu>li:hover{
  background-color: #E0E0E0;
}

.mainMenu>li>a:hover{
  font-family: 'Roboto', sans-serif;
  background-color: #E0E0E0;
  font-weight: 500;
  color:#000;
}

.mainMenu{
  max-height:auto;
  background-color: #EEE;
  padding: 0;
  margin-top: 10px;
}


@-webkit-keyframes animatetop {
    from {left:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {left:-300px; opacity:0}
    to {left:0; opacity:1}
}

.displayBlock{
  display: block;
}

.side-nav-wrapper{
  min-height: 100%!important;
  padding-bottom:96px;
  position:relative;
}

.side-nav.fixed{
  left:0px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.nav>li>.optionsCollapse:focus, .nav>li>.optionsCollapse:hover {
    text-decoration: none;
/*  background-color: #eee; */
    /*background-color:#000;*/
    /*color:#fff*/; 
    background-color: #e8e3e3;
}

.nav>li>.optionsCollapse:active, .nav>li>.optionsCollapse:active {
    background-color: #a7a7a7;
}

.subMenuSelected>.optionsCollapse{
  color: #000;
}

.subMenuSelected>li>.optionsCollapse:hover{
  background-color: #d0d0d0;
}

.optionsCollapse{
  color: #000;
  border-bottom: 1px solid #eaeaea;
}


/* troca de cor para ajustar ao Cockpit I*/

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    background-color: #1e90ff;
    color: #ffd700;
}

.checkLeft{
  float:left;
}

.checkboxCenter{
  margin-top: 9px;
}

/* troca de cor para ajustar ao Cockpit II*/
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #ECAF12;
    background-color: transparent;
}

.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
    background-color: #d9edf7; 
}

.table-header {
    background-color: var(--primary-light);
    color:#fff;
}

/* Alteração a ser revista */
/* .table-header {
    background-color: #fff;
    color: #000;
} */

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #000;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #000;
    border-color: #000;
    color: #eee;
}



/* Submeu da página de Entradas de dados */ 


/*.nav-pills>li>a {
    color: #1c88cc;
    border-radius: 4px;
}*/

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 20px;
}

.jumbotron {
    padding: 12px 0;
    background: #000;
    color: #fff;
    /*
    height: 150px;
    max-height: 150px; 
    */
}

.view{
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

.modal-radius{
  border-radius: 15px;
}

.modal-radius-top{
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.barColor{
  background-color: #3b5998;
  color: #fff;
}

.barColor > .modalTitle{
  color: #fff;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  
  line-break: auto;
  
  pointer-events: none;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 300px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;  
  /* 
  color: #fff;
  background-color: #000; */
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #737474;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #737474;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #737474;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #737474;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #737474;
}


.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #737474;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #737474;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #737474;
}

.alert{
  display:none;
}


.indexModal {
  z-index: 1100;
}

.ui-notification.error {
  color: #a94442;
 /*  color: #fff;  */
  background-color: #f2dede;
  border-color: #ebccd1; 
  /* background: #d9534f; */
}

a:hover, a:focus {
  color: #fff;
  /* color: #1c88cc;  */
  text-decoration: none;
  outline: 0px none;
}

.optionsCollapse:hover, .optionsCollapse:focus {
  color: #000;
  /* color: #1c88cc;  */
  text-decoration: none;
  outline: 0px none;
}

/* menu sidebar */

body,html{
    height: 99.5%;
  }

  nav.sidebar, .main{
    -webkit-transition: margin 200ms ease-out;
      -moz-transition: margin 200ms ease-out;
      -o-transition: margin 200ms ease-out;
      transition: margin 200ms ease-out;
      background-color: #737474;
  }

  .main{
    padding: 10px 10px 0 10px;
  }
  .eso227Btn{
    display: flex;
    padding-left: 45vw;
  }
  .eso227Btn button{
    margin: 0 4px;
  }
  .btn-container227{
    display: flex;
    justify-content: center;
    
    
  }
  .btn227{
    background-color: #828282;
    color: #fff;
    margin-right: 5px;
  }
  .btn227:hover{
    background-color: #5f5f5f;
    color: #fff;
  }
  @media (min-width:481px) and (max-width: 764px) {
    .group{
     margin: 0 auto;
    }
    .checks{
      width:120px;
      min-width:120px;
      max-width:120px;
      text-align:center;
      margin-left:5%;
    }
    
    .lblMenuCollapse{
      margin-top:10px;
    }
    
  }
  
  @media (max-width: 480px) {
    .checks{
      width:100px;
      min-width:100px;
      max-width:100px;
      text-align:center;
      margin-top:5px;
    }
  }

 @media (min-width: 765px) {
    .main{
      position: absolute;
      width: calc(100% - 40px); 
      margin-left: 40px;
      float: right;
    }
    
    .navbar{
      border-radius: 0px;
    }

    nav.sidebar:hover + .main{
      margin-left: 200px;
    }
    
    nav.sidebar.navbar.sidebar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
      margin-left: 0px;
    }

    nav.sidebar .navbar-brand, nav.sidebar .navbar-header{
      text-align: center;
      width: 100%;
      margin-left: 0px;
    }
    
    nav.sidebar a{
      padding-right: 13px;
    }

    nav.sidebar .navbar-nav > li:first-child{
      border-top: 1px #e5e5e5 solid;
    }

    nav.sidebar .navbar-nav > li{
      border-bottom: 1px #e5e5e5 solid;
    }

    nav.sidebar .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    }

    nav.sidebar .navbar-collapse, nav.sidebar .container-fluid{
      padding: 0 0px 0 0px;
    }

/*
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
      color: #777;
    }
*/
    nav.sidebar{
      width: 300px;
      height: 100%;
      margin-left: -260px;
      float: left;
      margin-bottom: 0px;
      color: #000;
    }

    nav.sidebar li {
      width: 100%;
      
    }

    nav.sidebar:hover{
      margin-left: 0px;
    }

    .forAnimate{
      opacity: 0;
    }
  }
  
  
  /*@media (min-width:900px){
    .imgDash{
      top:-5vw;
    }
    
    .textDash{
      top: 45%;
    }
  }*/
   
  @media (min-width: 1400px) {

    .main{
      width: calc(100% - 200px);
      margin-left: 200px;
    }

    nav.sidebar{
      margin-left: 0px;
      float: left;
    }

    nav.sidebar .forAnimate{
      opacity: 1;
    }
    
  }

  nav.sidebar .navbar-nav .open .dropdown-menu>li>a:hover, nav.sidebar .navbar-nav .open .dropdown-menu>li>a:focus {
    border-color: #000;
    color: #000;
    /*
    background-color: #CCC;
    color: #CCC; 
    background-color: transparent;
    */
  }

  nav:hover .forAnimate{
    opacity: 1;
  }
  section{
    padding-left: 15px;
  }

/* img {
    border: 0px;
    margin-top: 7px;
} */

hms3 {
    margin-left: -175px; 
    font-weight: 500;
    font-size: 35px;
    color: var(--title-color);
}

hms4 {
    margin-left: -290px; 
    font-weight: 500;
    font-size: 35px;
    color: var(--title-color);
}

@media (min-width: 3000px) {
  .textDash{
    font-size:5em;
    width:360px;
  }
  
  .load{
    font-size: 4em;
    width:410px;
  }

}


@media screen and (max-width:1300px){
  .iconMenu{
    max-height:30px;
    margin-top: 10px;
  }
  
  #Menu>.material-icons{
    float:left;
    margin:10px;
    font-size: 25px;
    color:#000;
  }
  
}

@media screen and (max-width:1150px){
  .imgSubmenu{
    margin-left:90%;
  }
}


@media screen and (max-width:1030px){
  .box-chartModal{
    background-color:#fff;
    width:auto;
    margin-left:30px;
    margin-top: 10px;
  }
  
  .iconsNavBar{
    margin-left:10px;
  }
  
  .iconMenu{
    max-height:25px;
    margin-top:10px;
  }
  
  .modal-dialog{
    max-width: 96%;
  }
  
  #menuVertical{
    width:30%;
  }
  
  .groupIconMenu{
    margin-right:20px;
  }
  
  .textDash{
    font-size:1.5em;
    width:110px;
  }
  
  .imgSubmenu{
    margin-left:330%;
  }
  
  .fontMenu{
    margin-left:10px;
  }
  
  .subMenu{
    width:100%;
    margin:0px;
  }
  
  .load{
    font-size:1em;
    width:105px;
  }
}

@media screen and (max-width:790px){
  .box-chart{
    background-color:#fff;
    width:auto;
    margin-left:30px;
    margin-top: 10px;
  }
  
  .lblMenuCollapse{
    margin-top:10px;
  }
  
  .multi-line-param{
    margin-top: 10px;
  }
  
  .iconMenu{
    max-height:30px;
  }
  
  .iconLogo{
    margin-left:0px;
  }
  
  .iconsNavBar{
    margin-left:15px;
  }
  
  #menuVertical{
    width:35%;
  }
  
  .iconsNavBar{
    margin-top:5px;
    padding-left:15px;
  }
  
  .barRigth{
    float:right;
  }
  
  .imgDash{
    position: absolute;
    margin: auto;
    margin-top:0;
    top: 20vw;
    left: 0;
    right: 0;
    bottom: 0;
    width: 15%;
  }
  
  .center{
    position: absolute;
    margin: auto;
    margin-top:0;
    top: 10vw;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media screen and (min-width: 750px) and (max-width: 790px){
  .imgDash{
    top: 24vw;
    width: 10%;
  }
  
  .textDash{
    top:20vw;
  }
}

@media screen and (min-width: 700px) and (max-width: 750px){
  .imgDash{
    top: 27vw;
    width: 20%;
  }
  
  .textDash{
    top:27vw;
    font-size:2em;
    width:145px;
  }
  
  .load{
    font-size:1.3em;
    width:135px;
  }
}

@media screen and (max-width:680px){
  .modal-dialog{
    max-width: 91%;
  }
  
  .menuSpan{
    position:relative;
    top: 1em;
  }
  
  .arrowMenu{
    position:relative;
    top: 0.7em;
  }
  
  #Menu{
    margin:10px;
    display:block;
  }
  
  #menuVertical{
    width:50%;
  }
  
  .iconMenu{
    max-height:35px;
    margin-left:15px;
    margin-top:5px;
  }
  
  .lblMenuCollapse{
    text-align:center;
    width:100%;
  }
  
  .imgDash{
    top:28vw;
    width:20%;
  }
  
  .textDash{
    top:30vw;
  }
}

@media screen and (max-width:500px){
  .imgDash{
    top:30vw;
  }
}

@media screen and (max-width:460px){
  #modalAguarde{
   width:300px;
   height:250px;
  }
  
  .fontMenu{
    width:100%;
    font-size:30px;
    margin-left:0px;
    word-wrap: break-word;
  }
  
  .subMenu{
    width:100%;
    margin:0px;
  }
 
 .iconMenu{
    max-height:30px; 
    margin-top:7px;
    position:absolute;
  }
  
  .imgSubmenu{
    margin-left:370%;
    max-width:auto;
  }
  
  .imgSubmenu{
    max-width:auto;
  }
  
  #menuVertical{
    width: 60%;
  }
  
  .barRigth{
    float:right;
  }
  
  .bar300{
    width:100%;
    position:absolute;
    margin-top:-10px;
    z-index:1;
  }
  
  .mainBar>.container-fluid>a>.material-icons{
    z-index:10;
    position:relative;
    margin-bottom:0.3em;
    margin-top:0.2em;
  }
  
  #Menu>.material-icons{
    z-index:150;
    margin:0px;
    position:relative;
    margin-left:0.6em;
  }
  
  .modal{
    z-index:15;
  }
  
  .groupIcon{
    min-height:35px;
  }
  
  .logoSlideMenu{
    margin-top:-2px;
  }
  
  .textDash{
    width:75px;
    font-size:1em;
    top: 33vw;
  }
  
  .load{
    width:75px;
    font-size:0.7em;
  }
  
  .imgDash{
    top:42vw;
  }
  
  .center{
    top:20vw;
  }
}

@media screen and (max-width:380px){
  
  
  .textDash{
    display:none;
  }
  
  .imgDash{
    top:45vw;
  }
}

@media screen and (max-width:330px){
  .imgDash{
    display:none;
  }
}

@media screen and (max-width:310px){
  #menuVertical{
    width: 90%;
  }
  
  #Menu{
    margin:0px;
  }
  
  
}

/* loader ***********************/

.windows8 {
	margin: 300px auto;
}  

.loader {
	display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 30vh;
}

.loader__spin {
  background: var(--loader);
  background-repeat: no-repeat;
  background-size: cover;
  will-change: transform; 
  width: 180px;
  height: 180px;
  -webkit-animation: spin 1.5s ease-in infinite; /* Safari */
  animation: spin 1.5s ease-in infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.login-pg {
  font-size: 18px;
  font-weight: bold;
}


/**youtube videos**/
.youtube {
  width: 420px;
  position: fixed;
  top: 30vh;
  right: 0;
  z-index: 999;
}

.youtube-button {
  padding: 1px 1px 3px 1px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
}

.youtube-button-icon {
  width: 25px;
  height: auto;
}

.ui-select-container {
  max-height: 34px;
}

.ui-select-search {
  padding: 5px !important;
}

.flex-bar {
  display: flex; 
  justify-content: space-between;
}

.flex-bar-center {
  display: flex; 
  justify-content: space-between;
  align-items: center;
}

.scroll-table {
  width: 100%;
  overflow-x: scroll;
}

.scroll-table th {
  min-width: 200px;
}

.scroll-table::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.scroll-table::-webkit-scrollbar
{
	width: 5px;
  height: 6px;
	background-color: #F5F5F5;
}

.scroll-table::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}

.btn-download {
 	background-color: #8f2bb1; /* Cor base roxa */
  	border-color: #8f2bb1;
  	color: white;
  	background-image: none;
}

.btn-download i.download-icon {
  	color: white;
}

.btn-download:hover,
.btn-download:focus {
  	background-color: #7b239a; /* Cor mais escura ao passar o mouse */
  	border-color: #7b239a;
}

.btn-download:hover i.download-icon,
.btn-download:focus i.download-icon {
  	color: white;
}

/* Active state */
.btn-download:active,
.btn-download.active {
 	background-color: #651c80; /* Cor ainda mais escura para o estado ativo */
  	border-color: #651c80;
  	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-download:active i.download-icon,
.btn-download.active i.download-icon {
	color: white;
}

/* Disabled state - Cor menos saturada ou mais clara */
.btn-download.disabled,
.btn-download:disabled,
.btn-download[disabled] {
	background-color: #b98ccf; /* Tom mais claro e desaturado para disabled */
	border-color: #b98ccf;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-download.disabled i.download-icon,
.btn-download:disabled i.download-icon,
.btn-download[disabled] i.download-icon {
	color: white;
	opacity: 1;
}

.btn-download .download-icon {
	transform: scale(1.2);
	display: inline-block;
	vertical-align: middle;
	transform-origin: center;
}

.btn-retificar {
	background-color: #26419C;
	border-color: #26419C;
	color: white;
	background-image: none;
}

.btn-retificar i.retificar-icon {
	color: white;
}

.btn-retificar:hover,
.btn-retificar:focus {
	background-color: #1f3782;
	border-color: #1f3782;
}

.btn-retificar:hover i.retificar-icon,
.btn-retificar:focus i.retificar-icon {
	color: white;
}

/* Active state */
.btn-retificar:active,
.btn-retificar.active {
	background-color: #142654;
	border-color: #142654;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-retificar:active i.retificar-icon,
.btn-retificar.active i.retificar-icon {
	color: white;
}

/* Disabled state - Cor menos saturada ou mais clara */
.btn-retificar.disabled,
.btn-retificar:disabled,
.btn-retificar[disabled] {
	background-color: #8c9bcc;
	border-color: #8c9bcc;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-retificar.disabled i.retificar-icon,
.btn-retificar:disabled i.retificar-icon,
.btn-retificar[disabled] i.retificar-icon {
	color: white;
	opacity: 1;
}

.btn-retificar .retificar-icon {
	transform: scale(1.2);
	display: inline-block;
	vertical-align: middle;
	transform-origin: center;
}

.documentacao-button {
    padding: 0px 5px 0px 0px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}

.documentacao-button-color {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    font-size: 20px;
}

.documentacao-button-icon {
  width: 30px;
  height: auto;
}

@media (max-width: 767px) {
  .modal-dialog {
    width: 95% !important;
    margin: auto;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .modal-dialog {
    width: 80% !important;
    margin: auto;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .modal-dialog {
    width: 70% !important;
    margin: auto;
  }
}

@media (min-width: 1300px) {
  .modal-dialog {
    width: 60% !important;
    margin: auto;
  }
}


/****************** CSS referente a página de Validação em lote 

.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
*/
/* *********************************************************************** */
/* Personalização do cockpit Template Azul 


.panel-default > .panel-heading {
    color: #fff;
    background: #2C5CB6 none repeat scroll 0% 0%;
    border:none;
    text-align:center;
}

.panel-body {
    text-align: center;
    background: #6795EB none repeat scroll 0% 0%;
    border:none;
    color:#fff;
}

.table-header {
    background-color:#243C6A;
    color:#fff;
}

.nav-side-menu ul .active, .nav-side-menu li .active {
    background-color: #2C5CB6;
}

.nav-side-menu li:hover {
    background-color:#2C5CB6;
    transition: all 1s ease 0s;
    border-top: 0px solid #336AEB;
}

.bar-top {
  width:100%;
  height:70px;
  padding:0px;
  margin-bottom:25px;
  border-bottom:3px solid #336AEB ;
}


*/


/* *********************************************************************** */
/* Personalização do cockpit Template Verde 


.panel-default > .panel-heading {
    color: #fff;
    background: #43B1A9 none repeat scroll 0% 0%;
    border:none;
    text-align:center;
}

.table-header {
    background-color:#43B1A9;
    color:#fff;
}

.panel-body {
    text-align: center;
    background: #79E1DA none repeat scroll 0% 0%;
    border:none;
}

.nav-side-menu ul .active, .nav-side-menu li .active {
    background-color: #43B1A9;
}

.nav-side-menu ul .sub-menu li:hover, .nav-side-menu li .sub-menu li:hover {
    background-color: #6E6E6E;
}

.bar-top {
  width:100%;
  padding:0px;
  margin-bottom:25px;
  border-bottom:3px solid #43B1A9;
}

.nav-side-menu li:hover {
    background-color:#43B1A9;
    transition: all 1s ease 0s;
    border-top: 0px solid #E87110;
}

*/


/* *********************************************************************** */
/* Personalização do cockpit Template Colorido 


body{
    font-family: 'Ruda', sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #0a0a0a;
    background: #fff;
    padding:0;
}


.table-header {
    background-color:#1c88cc;
    color:#fff;
}

.panel-default > .panel-heading.tc-panel-heading1 {
    color: #fff;
    background: #6F4E86 none repeat scroll 0% 0%;
    border:none;
    text-align:center;
}

.panel-body.tc-panel-body1 {
    text-align: center;
    background: #EEDEFF none repeat scroll 0% 0%;
    border:none;
    color:#1a1a1a;
}

.panel-default > .panel-heading.tc-panel-heading2 {
    color: #fff;
    background: #FF6B6B none repeat scroll 0% 0%;
    border:none;
    text-align:center;
}

.panel-body.tc-panel-body2 {
    text-align: center;
    background: #DFDFE1 none repeat scroll 0% 0%;
    border:none;
    color:#1a1a1a;
}

.panel-default > .panel-heading.tc-panel-heading3 {
    color: #fff;
    background: #2CB672 none repeat scroll 0% 0%;
    border:none;
    text-align:center;
}

.panel-body.tc-panel-body3 {
    text-align: center;
    background: #CBDECD none repeat scroll 0% 0%;
    border:none;
      color:#1a1a1a;
}

.panel-default > .panel-heading.tc-panel-heading4 {
    color: #fff;
    background: #0C88B4 none repeat scroll 0% 0%;
    border:none;
    text-align:center;
}


.panel-body.tc-panel-body4 {
    text-align: center;
    background: #C6E5F2 none repeat scroll 0% 0%;
    border:none;
    color:#666;
}

.panel-default > .panel-heading.tc-panel-heading5 {
    color: #fff;
    background: #F68932 none repeat scroll 0% 0%;
    border:none;
    text-align:center;
}

.panel-body.tc-panel-body5 {
    text-align: center;
    background: #FFE7D7 none repeat scroll 0% 0%;
    border:none;
    color:#1a1a1a;
}


.bar-top {
  width:100%;
  padding:0px;
  margin-bottom:25px;
  border-bottom:3px solid #F79433 ;
}

.nav-side-menu ul .active, .nav-side-menu li .active {
    background-color: #F79433;
}

.nav-side-menu li:hover {
    background-color:#F79433;
    transition: all 1s ease 0s;
    border-top: 0px solid #E87110;
}

.nav-side-menu ul .sub-menu li:hover, .nav-side-menu li .sub-menu li:hover {
    background-color: #737474;
}*/