@charset "utf-8";
/* CSS Document */
* {
  margin:0px;
  padding:0px;
}

body {
  font-family:"Open Sans", Arial;
  background: #fff;
  margin: 0;
  padding: 0;
  position: absolute;
  height: 100%;
  min-width: 100%;
  font-size: 15px;
  color: #404040;
  direction: ltr;
  -webkit-text-size-adjust: none;	
}

.geral {
  position: relative;
  min-height: 100%;
}

.header {
  overflow: hidden; 
  background-color: #FFF;
}

.logo {
  float: left;
  margin: 15px auto; /* topo e direita = 15px, esquerda e embaixo = auto */
  display: block;
  width: 39%;
  height: 40px;
  /*border: 1px solid #000; /* visualizar as bordas para ter ideia do tamanho do logo */
}
.formLogin {
  float: right;
  width: 600px;
  height: 90px;
  margin: 5px;
}
.userLogoff {
  float: right;
  /*width: 59%;	*/
  height: 20px;
  margin: 70px 15px auto auto;  /* topo, direita, esquerda, embaixo */
  text-align: right;
  font-size:1em;
}

.field {
  float: left;
  width: 300px;
  height: 90px;
}

label {
  text-shadow: 2px 2px 2px #CCC;
  display: block; 
  font-weight: normal; 
  text-align: justify; 
  font-size: 12px; 
}
label.direita {
  text-align: right;
  margin-right: 10px;
}

.hint {
  display:none;
}

.field:hover .hint {  
  position: absolute;
  display: inline;  
  margin: -30px 0 0 -150px;
  color: #FFF;
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.6);
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  /*border-radius: 7px;	*/
}

.input {
  font-size: 16px; 
  padding: 5px;
  border: 1px solid #b9bdc1; 
  width: 280px; 
  color: #797979;	
}

.input:focus {
  background-color:#F7F7F7;	
}

a, a:hover, a:visited {
  color: #427fed; 
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.esqueceu-senha {
  float: left;
  margin: -36px 0 0 0;
  font-size: 16px;
}

.conteudo {
  /*margin: -25px 0px 0px 0px;*/
  background-color: #FFF;
}

.banner {
  text-align: center;
}

.negrito b {
  font-weight: bold;
  color: #FF0000;
}

.banner h1 {
  font-family: 'Open Sans', Arial;
  -webkit-font-smoothing: antialiased;
  color: #555;
  font-size: 38px;
  font-weight: 300;
  /*margin-top: 0;
  /*margin-bottom: 10px;*/
}

.banner h3 {
  font-family: 'Open Sans', Arial;
  -webkit-font-smoothing: antialiased;
  color: #555;
  font-size: 28px;
  font-weight: 300;
  /*margin-top: 0;
  /*margin-bottom: 10px;*/
}

.banner h5 {
  font-family: 'Open Sans', Arial;
  -webkit-font-smoothing: antialiased;
  color: #FF0000;
  font-size: 11px;
  font-weight: 300;
  margin: 0px 10px auto 30px;
  width: 360px;
  float: left;
  text-align: justify;
  /*margin-top: 0;
  /*margin-bottom: 10px;*/
}

.formNewUser {
  width: 420px;
  height: 450px;
  margin: 0px auto 0px auto;
}
.formNewUser img {
  float: left;;
  width: 500px;
}
.campo {
  float: left;
  background-color: #FFF;
  margin: 9px auto auto 30px; /* topo, direita=auto, embaixo=auto, esquerda=30  */
  width: 360px;
  height: 50px;
}
.formNewUser label {
  text-shadow: 2px 2px 2px #CCC;
  display: inline; 
  font-weight: normal; 
  text-align: justify; 
  font-size: 16px;
}
.formNewUser label.cpf {
  background-color: #FCF;
  display: inline-table;
  float: right;
  width: 85%;
  font-weight: normal; 
  text-align: center; 
  font-size: 16px;
  color: #bf1e2c;
  border:1px solid #bf1e2c;
  visibility: hidden;
}
.formNewUser input[type=text], 
.formNewUser input[type=password], 
.formNewUser input[type=email], 
.formNewUser input[type=date], 
.formNewUser .btn-sub-new {
  float: left;
  width: 348px;
}
.formNewUser input[type=date] {
  height: 18px; display:block;
}

.btn {
  display: inline-block; 
  float: right; 
  margin: -35px 8px 0 0;  /* topo, direita=auto, embaixo=auto, esquerda=30  */
  text-align: center;
  color: #444;
  font-size: 16px;
  height: 30px;
  width: 100px;
  padding: 0 0;
  line-height: 30px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -o-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
  border: 1px solid #dcdcdc;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
  -o-transition: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}

.btn:hover {
  border: 1px solid #c6c6c6;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  -o-transition: all 0.0s;
  -moz-transition: all 0.0s;
  -webkit-transition: all 0.0s;
  transition: all 0.0s;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
  /*-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);*/
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.btn:active {
  background-color: #f6f6f6;
  background-image: -webkit-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: -o-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: linear-gradient(top,#f6f6f6,#f1f1f1);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.btn-submit {
  border: 1px solid #3079ed;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #4d90fe;
  background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
  background-image: linear-gradient(top,#4d90fe,#4787ed);
}

.btn-submit:hover {
  border: 1px solid #2f5bb7;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
  background-image: linear-gradient(top,#4d90fe,#357ae8);
}

.btn-submit:active {
  background-color: #357ae8;
  background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
  background-image: linear-gradient(top,#4d90fe,#357ae8);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}
 
.btn-reenvio {
  display: block;
  margin: 10px auto 5px 30px;  /* topo, direita, embaixo, esquerda */
  float: left;
}

.formNewUser .btn-sub-new {
  width: 361px;
  height: 40px;
  margin: 10px 10px 10px 29px;   /* topo, direita=auto, embaixo=auto, esquerda=30  */
  font-size: 16px;
  color: #000;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background-color: #FC0;
  background-image: -webkit-linear-gradient(top,#FC0,#F60);
  background-image: -moz-linear-gradient(top,#FC0,#F60);
  background-image: -ms-linear-gradient(top,#FC0,#F60);
  background-image: -o-linear-gradient(top,#FC0,#F60);
  background-image: linear-gradient(top,#FC0,#F60);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.formNewUser .btn-sub-new:active {
  background-color: #FC0;
}

.formNewUser .btn-sub-new:hover {
  border: 1px solid #F60;
  background-color: #FC0;
  background-image: -webkit-linear-gradient(top,#F60,#FC0);
  background-image: -moz-linear-gradient(top,#F60,#FC0);
  background-image: -ms-linear-gradient(top,#F60,#FC0);
  background-image: -o-linear-gradient(top,#F60,#FC0);
  background-image: linear-gradient(top,#F60,#FC0);
}

p.criarConta {
  margin: 0px 10px auto 30px;
  font-family: 'Open Sans', Arial;
  width: 360px;
  float: left;
  color: #555;
  font-size: 14px;
  text-align: justify;
}

p.msgRodape {
  display: block;
  margin: 10px auto 15px auto;  /* topo, direita, embaixo, esquerda  */
  font-family: Arial, sans-serif;
  font-size: 18px;
  text-align: center;
  background-color: #999;
}
#containertabela span.titulo {
  margin: -10px auto 10px 0px;
  position: relative;
  float: left;
}

.footer-bar {
  position: absolute;
  bottom: 0;
  height: 35px;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
}

.footer {
  padding-top: 7px;
  font-size: .85em;
  white-space: nowrap;
  line-height: 0;
}

/*__________________*/

/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: help;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #FF0000;
	
  font-family: 'Open Sans', Arial;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  font-weight: 300;
  margin: 0px 10px auto 30px;
  float: left;
  text-align: justify;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 480px;
  background-color: #E3E0E0;
  color: #FF0000;
  text-align: center;
  font-size: 14px;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 0.5s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}