/* CSS reset */

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

/*estilo do botão submit */
input[type="submit"]{
  width: 100%!important;
  cursor: pointer;  
  background: #3d9db3;
  padding: 8px 5px;
  color: #fff;
  font-size: 20px;  
  border: 1px solid #fff; 
  margin-bottom: 10px;  
  text-shadow: 0 1px 1px #333;
  
  -webkit-border-radius: 5px;
  border-radius: 5px;
  
  transition: all 0.2s linear;
}
input[type="submit"]:hover{
  background: #4ab3c6;
}

.tabelarelatorio{
	font-size: 12px;
	border-top:2px solid #000000;
	border-right:2px solid #000000;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
}

.tabelarelatorio th{
	font-size: 12px;
	padding: 2px;
	background-color: #D0DBE8;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
}

.tabelarelatorio td{
	font-size: 12px;
	padding: 2px;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
}

.colorida{
	height: auto;
	cursor: pointer;  
	background: #3d9db3;
	padding: 8px 5px;
	color: #fff;
	font-size: 20px;  
	border: 1px solid #fff; 
	margin-bottom: 10px;  
	text-shadow: 0 1px 1px #333;
	text-align: left;
	white-space: normal;				
	-webkit-border-radius: 5px;
	border-radius: 5px;				
	transition: all 0.2s linear;
	margin-right:5px;
	min-height:125px!important;
}

.cor2{
	background: #f84e4e;
}

.colorida:hover{
	background: #4ab3c6;
}

.cor2:hover{
	background: #ff3333;
}

/*@media (min-width: 576px)  { .colorida{min-height:125px!important;}.corrigeTopo{margin-top:8px}}*/
/*@media (min-width: 768px)  { .colorida{min-height:125px!important;}.corrigeTopo{margin-top:20px}}*/
@media (min-width: 992px)  { .colorida{max-height:125px!important;min-width:320px!important}.corrigeTopo{margin-top:8px}}
@media (min-width: 1200px) { .colorida{max-height:125px!important;}.corrigeTopo{margin-top:8px}}
@media (min-width: 1400px) { .colorida{max-height:125px!important;}.corrigeTopo{margin-top:8px}}
@media screen and (max-width: 1460px) and (min-width: 1180px) {
	.colorida{min-width:400px!important}
}


/**** advanced input styling ****/


/* placeholder */



/* estilos para para ambos os formulários */

#inicio {
    position: absolute;
    top: 10px;
    width: 1100px;
    padding: 18px 3% 0 3%;
    margin: 0 0 0 0;
    background: rgb(247, 247, 247);
    border: 1px solid rgba(147, 184, 189, 0.8);
}


@media screen and (max-width: 1180px) {
    #inicio {
        width: 90%;
    }
}

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 80px;
	font-size: 12px;
}

input:focus {
	border-color: #2f70bf;
}

input[type="radio"], input[type="checkbox"] {
  vertical-align: middle;
}

body{
  margin:10px;
  color: #505050;
}

.titulo {
    font-size: 16px;
    color: #2B6F9F;
    padding: 5px;
    font-weight: bold;
}

.t2 {
	font-size: 24px;
}

.h3b{
	color: #35246d;
}

.tabelatopo{
	width: 900px;
}
.conteudotopo{
	font-size: 12px;
	padding: 0px;
	width: 900px;
	border:0px solid #000000;
}

@media screen and (max-width: 920px) {
	.conteudotopo{
		width: 100%;
	}
	.tabelatopo{
		width: 100%;
	}
}

.tabelarelatorio{
	font-size: 12px;
	border-top:2px solid #000000;
	border-right:2px solid #000000;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
}

.tabelarelatorio th{
	font-size: 12px;
	padding: 2px;
	background-color: #D0DBE8;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
}

.tabelarelatorio td{
	font-size: 12px;
	padding: 2px;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
}

#div_menu {
  padding-top:10px;
  float:left;
  width:900px;
}

.div_item {
	display: inline-block;
	border:1px solid #000000;
	background-color:#F0F0F0;
	width:49%;
}
@media screen and (max-width: 920px) {
	.div_item {
		width:100%;
	}
}

.menu{
	background-color: #F0F0F0;
	width: 900px;
	border:1px solid #808080;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(168, 168, 168, 0.6) inset;
	box-shadow: 0px 1px 3px 0px rgba(168, 168, 168, 0.6) inset;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	padding: 3px;	
}

#div_principal {
    padding-top:8px;
    padding-bottom:8px;
    float:left;
    width:900px;
}

#div_index {
  float:left;
  width:900px;
}

.tab_pr {
  width:900px;
}

@media screen and (max-width: 920px) {
	.menu{
		width: 100%;
	}
	#div_menu {
		width:100%;
	}
	#div_principal {
		width:100%;
	}
	#div_index {
		width:100%;
	}
	.tab_pr {
		width:100%;
	}
}

#nav  {
  float: left;
  width: auto;
  list-style: none;
  background: #F0F0F0;
  padding: 0;
  margin: 0 0 0 0;
  font: bold 11px/15px Verdana, Arial, Helvetica, sans-serif;
}

#nav ul  {
  float: left;
  width: auto;
  list-style: none;
  background: #F0F0F0;
  padding: 0;
  border: 0px solid #000000;
  margin: 0 0 0 0;
  font: bold 11px/15px Verdana, Arial, Helvetica, sans-serif;
}

#nav a {
  display: block;
  width: 14.8em;
  /width: 16.8em;
  color: #405c60;
  text-decoration: none;
  padding: 0.25em 1em;
  font: bold 11px/15px Verdana, Arial, Helvetica, sans-serif;
  height: auto !important;
  height: 10%;
}


#nav a:hover {
  background: #E0E0E0;
}

#nav li {
  display: block  !important;
  display: inline;
  float: left;
  padding: 0;
  width: 16.8em;
}

#nav li ul  {
  position: absolute;
  left: -999em;
  height: auto;
  width: 16.8em;
  font-weight: normal;
  border-width: 0px;
  background: #F0F0F0;
}

#nav li li {
  width: 16.8em;
}

#nav li ul ul {
  margin: -1.9em 0 0 14.8em;
  /margin: -2.0em 0 0 14.8em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul, #nav li.sfhover ul ul ul ul ul {
  /*top:17px;*/
  left: -999em;
  width: 16.8em;
}

#nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li li li li li:hover ul,  #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul, #nav li li li li li.sfhover ul  {
  left: auto;
  background: #F0F0F0;
  width: 16.8em;
/* parte do segundo menu, parte de tras */
}

#nav li:hover ul, #nav li.sfhover ul {
  /*left: 122px;
  top: 0;*/
  left: auto;
  background: #F0F0F0;
  width: 16.8em;
}

#nav li:hover, #nav li.sfhover {
  background: #E0E0E0;
}

@media screen and (max-width: 920px) {
#nav  {
  font: bold 10px/14px Verdana, Arial, Helvetica, sans-serif;
}

#nav ul  {
  font: bold 10px/14px Verdana, Arial, Helvetica, sans-serif;
}

#nav a {
  width: 5.8em;
  /width: 7.8em;
  font: bold 10px/14px Verdana, Arial, Helvetica, sans-serif;
}

#nav li {
  width: 8.8em;
}

#nav li ul  {
  width: 8.8em;
}

#nav li li {
  width: 8.8em;
}

#nav li ul ul {
  margin: -1.9em 0 0 8.8em;
  /margin: -2.0em 0 0 8.8em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul, #nav li.sfhover ul ul ul ul ul {
  width: 8.8em;
}

#nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li li li li li:hover ul,  #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul, #nav li li li li li.sfhover ul  {
  width: 8.8em;
}

#nav li:hover ul, #nav li.sfhover ul {
  width: 8.8em;
}
}

a{
  text-decoration: none;
}

/* esconde as ancoras da tela */
a.links{
  display: none;
}

/* content que contem os formulários */
.content{
  width: 500px;
  margin: 0px auto;
  position: relative; 
}

@media screen and (max-width: 520px) {
.content{
  width: 100%;
}
}

/* formatando o cabeçalho dos formulários */
h1{
  font-size: 48px;
  color: #066a75;
  padding: 10px 0;
  font-family: Arial,sans-serif;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
}
h1:after{
  content: ' ';
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  background: -webkit-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
  background: linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
}

p{
  margin-bottom:15px;
}
p:first-child{
  margin: 0px;
}
label{
  font-size: 12px;
  font-weight: bold;
  color: #405c60;
  position: relative;
}

/**** advanced input styling ****/
/* placeholder */
::-webkit-input-placeholder  {
  color: #bebcbc; 
  font-style: italic;
}
input:-moz-placeholder,
textarea:-moz-placeholder{
  color: #bebcbc;
  font-style: italic;
} 
input,select {
  outline: none;
}

select {
  padding-left: 10px;  
  padding-right: 10px;  
}

input,textarea {	
  text-indent: 10px;
}

select,textarea,input:not([type="checkbox"]){
  width: 100%;
  /*margin-top: 4px;*/
  padding-top: 10px;  
  padding-bottom: 10px;
  border: 1px solid #b2b2b2;
  
  -webkit-border-radius: 3px;
  border-radius: 3px;
  
  -webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
  box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
  
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/*estilo do botão submit */
input[type="submit"],input[type="reset"]{
  width: 100%!important;
  cursor: pointer;  
  background: #3d9db3;
  padding: 8px 5px;
  color: #fff;
  font-size: 20px;  
  border: 1px solid #fff; 
  margin-bottom: 10px;  
  text-shadow: 0 1px 1px #333;
  
  -webkit-border-radius: 5px;
  border-radius: 5px;
  
  transition: all 0.2s linear;
}
input[type="submit"]:hover{
  background: #4ab3c6;
}

/*marcando os links para mudar de um formulário para outro */
.link{
  position: absolute;
  background: #e1eaeb;
  color: #7f7c7c;
  left: 0px;
  height: 20px;
  width: 440px;
  padding: 17px 30px 20px 30px;
  font-size: 16px;
  text-align: right;
  border-top: 1px solid #dbe5e8;

  -webkit-border-radius: 0 0  5px 5px;
  border-radius: 0 0  5px 5px;
}

@media screen and (max-width: 520px) {
.link{
  width: 88%;
  padding: 17px 6% 20px 6%;
}
}
.link a {
  font-weight: bold;
  background: #f7f8f1;
  padding: 6px;
  color: rgb(29, 162, 193);
  margin-left: 10px;
  border: 1px solid #cbd518;

  -webkit-border-radius: 4px;
  border-radius: 4px;  

  -webkit-transition: all 0.4s linear;
  transition: all 0.4s  linear;
}
.link a:hover {
  color: #39bfd7;
  background: #f7f7f7;
  border: 1px solid #4ab3c6;
}

/* estilos para para ambos os formulários */
#cadastro, 
#recsenha,
#login{
  position: absolute;
  top: 0px;
  width: 88%; 
  padding: 18px 6% 60px 6%;
  margin: 0 0 35px 0;
  background: rgb(247, 247, 247);
  border: 1px solid rgba(147, 184, 189,0.8);
  
  -webkit-box-shadow: 5px;
  border-radius: 5px;
  
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;

  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}


#paracadastro:target ~ .content #cadastro,
#paralogin:target ~ .content #login{
  z-index: 2;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;

  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}
#registro:target ~ .content #login,
#paralogin:target ~ .content #cadastro{
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

/*fadeInLeft*/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*fadeOutLeft*/
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
