/* FUNDO DA TELA PRINCIPAL */
body {
  font-family: Calibri, Trebuchet MS, sans-serif;
  background-color: #f8fafb; } /* #2b579a #f8fafb */

p {
  color: #000;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Calibri, Trebuchet MS, sans-serif; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none !important; }

.content {
  padding: 7rem 0; }

h2 {
  font-size: 20px; }

@media (max-width: 991.98px) {
  .content .bg {
    height: 500px; } }

.content .contents, .content .bg {
  width: 50%; }
  @media (max-width: 1199.98px) {
    .content .contents, .content .bg {
      width: 100%; } }
  .content .contents .form-group, .content .bg .form-group {
    position: relative; }
    .content .contents .form-group label, .content .bg .form-group label {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .content .contents .form-group input, .content .bg .form-group input {
      background: transparent;
      border-bottom: 1px solid #ccc; }
    .content .contents .form-group.first, .content .bg .form-group.first {
      border-top-left-radius: 7px;
      border-top-right-radius: 7px; }
    .content .contents .form-group.last, .content .bg .form-group.last {
      border-bottom-left-radius: 7px;
      border-bottom-right-radius: 7px; }
    .content .contents .form-group label, .content .bg .form-group label {
      font-size: 12px;
      display: block;
      margin-bottom: 0;
      color: #000; }
    .content .contents .form-group.focus, .content .bg .form-group.focus {
      background: #fff; }
    .content .contents .form-group.field--not-empty label, .content .bg .form-group.field--not-empty label {
      margin-top: -25px; }
  .content .contents .form-control, .content .bg .form-control {
    border: none;
    padding: 0;
    font-size: 20px;
    border-radius: 0; }
    .content .contents .form-control:active, .content .contents .form-control:focus, .content .bg .form-control:active, .content .bg .form-control:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }

.content .bg {
  background-size: cover;
  background-position: center; }

.content a {
  color: #fff;
  text-decoration: underline; }

.content .btn {
  height: 40px;
  padding-left: 0px;
  padding-right: 0px; 
  background: #2b579a;
  
  }

.content .forgot-pass {
  position: relative;
  top: 2px;
  font-size: 14px; 
  color: #000;}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px; 
  }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control--radio .control__indicator {
  border-radius: 50%; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #000; }

.control input:checked ~ .control__indicator {
  background: #38d39f; }

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #4dd8a9; }

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none; }

.control__indicator:after {
  font-family: 'icomoon';
  content: '\e5ca';
  position: absolute;
  display: none;
  font-size: 16px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }


/* SELEÇÃO DO IDIOMA */
.tagIdioma{
    font-family: Calibri, Trebuchet MS, Arial, Calibri, Trebuchet MS, sans-serif;
	font-size:14px;
	color:#000;
	padding: 0px 0px 0px 0px; /* top ,right ,bottom ,left  */
	float: center;
} 

#appearance-select {
    -webkit-appearance: none;
    /* Remove estilo padrão do Chrome */
    -moz-appearance: none;
    background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-appearance.gif) no-repeat #eeeeee;
    /*Posição da imagem do background*/
    width: 100px;
    /* Tamanho do select, maior que o tamanho da div "div-select" */
    height: 20px;
    /* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
    border: 1px solid #fff;
	font-size:14px;
	color:#696969;
}

/* CLASS BOTOES */
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0px;
  font-size: 15px;
  border-radius: 8px;
  padding: 0.75em 1em;
  background: #2b579a;
  color: white;
  display: inline-flex;
  align-items: center;
  cursor: wait;
  height: 40px; 
}

buttonM {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0px;
  font-size: 15px;
  border-radius: 8px;
  padding: 0.75em 1em;
  background: green;
  color: white;
  display: inline-flex;
  align-items: center;
  cursor: wait;
  height: 40px; 
}

/* circulo process */
.spinner {
  --size: 1.25em;
  --offset-r: calc(var(--size) * -1);
  --offset-l: 0;
  --opacity: 0;
  position: relative;
  display: inline-flex;
  height: var(--size);                      
  width: var(--size);                      
  margin-top: calc(var(--size) * -0.5);
  margin-right: var(--offset-r);
  margin-bottom: calc(var(--size) * -0.5);
  margin-left: var(--offset-l);
  box-sizing: 0px;
  border: 0.125em solid rgba(255, 255, 255, 0.333); 
  border-top-color: white;
  border-radius: 50%;
  opacity: var(--opacity);
  transition: 0.25s;
}

button:active .spinner, button:focus .spinner, button:hover .spinner {
  --width: 1em;
  --offset-r: 0.333em;
  --offset-l: -0.333em;
  --opacity: 1;
  -webkit-animation: 0.666s load infinite;
          animation: 0.666s load infinite;
}




@-webkit-keyframes load {
  to {
    transform: rotate(360deg);
  }
}
@keyframes load {
  to {
    transform: rotate(360deg);
  }
}
 
/**  CLASSES DO MODAL **/
/* If you like this, be sure to ?? it. */
.wrapper {
  height: 40px;
  /* This part is important for centering the content */
  display: flex;
  align-items: Right;
}

.wrapper a {
  display: inline-block;
  text-decoration: none;
  padding: 15px;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: Calibri, Trebuchet MS, sans-serif;
}

/* FUNDO DO MODAL */
.modal {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .4s;
}

.modal:target {
  visibility: visible;
  opacity: 1;
}

.modal__content {
  position: relative;
  width: 400px;
  padding: 1em 2em;
  background-color:#75cba8; 
  color:#ffffff; 
  border-radius:5px; 
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.55);  
}

.modalDupla {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .4s;
}

.modalDupla:target {
  visibility: visible;
  opacity: 1;
}

.modal__contentDupla {
  position: relative;
  width: 600px;
  height: 450px;
  padding: 1em 2em;
  background-color: #e9ecf0; 
  color:#000; 
  border-radius:5px; 
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.55);  
}

.modal__close {
  position: absolute;
  top: 5px;
  right: 20px;
  color: #000;
  font-size: 30px;
  text-decoration: none;
}

/** IMPUT DO MODAL **/
  .form-controlModal {
    border: none;
    padding: 0;
    font-size: 20px;
    border-radius: 0; }
  
  .form-controlModal:active, .form-controlModal:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }

/* MOSTRAR SENHA */

.modalEsqueciSenha {
	height: 480px !important;
}

.modalTrocaSenha {
	height: 585px !important;
}

.msgCampos {
	color: #639af3;
	font-size : 14px;
	font-weight: bold;
}

.msgCamposES {
	color: #639af3;
	font-size : 14px;
	font-weight: bold;
}

.msgCamposAS {
	color: #639af3;
	font-size : 14px;
	font-weight: bold;
}

.divMsgInformacao {
    z-index: 9999;
}

table.fundoTabela {
	background: #FCF9F5;
	border-left-color: #1F439B;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #1F439B;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #1F439B;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	white-space: nowrap;
}

.fundoTituloTabela {
	background-color: navy;
	font-size: 11px;
	color: White;
	vertical-align: middle;
	height: 21px;
}

table.posicionamento {
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
}

.textoErro {
	font-size: 11px;
	color: Black;	
}

.divSistemaInativo {
	background-color: #051c42;
    position: absolute;
    width: 600px;
    height: 400px;
    top: calc(50% - 200px);
    left: calc(50% - 300px);
    box-shadow: 0px 10px 10px 10px rgba(0,0,0,0.40);
}

.tdSistemaInativo {
    font-family: arial,helvetica,sans-serif;
    font-size: 30px;
    color: white;
}

.msgCamposCA {
    color: #639af3;
    font-size: 14px;
    font-weight: bold;
}

@media (max-width: 360px) {
	.modalTrocaSenha {
		height: 635px !important;
	}
	
	.modalEsqueciSenha {
		height: 530px !important;
	}
	
	.modalDuplaAutenticacao {
		height: 510px !important;
	}
}
