@charset "UTF-8";
/* CSS Document */

  body{
	  background:url(../imagens/bg.jpg);
	  font-family:Arial, sans-serif;
	  line-height:22px;
	  font-size: 62.5%;
	  margin-top:0px;
  }
  
  .asterisco{
	  color:#F00;
	  font-weight:bold;
  }
  
  h3{
	  line-height:40px;	
  }
  
  a:link, a:visited {
	  text-decoration: none;
	  color:#19567c;
  }
  a:hover {
	  text-decoration: underline; 
	  color:#19567c;		
  }
  a:active {
	  text-decoration: none;
	  color:#19567c;
  }
  
  table{
	  font-size:14px;
	  line-height:22px;
  }

.palco{
	margin: 20px auto;
    width: 50%;
    height: 30px;
    background: #929292;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
	font-weight: bold;
}

  form.bonito {
	  width: 250px;
	  -moz-border-radius: 20px;
	  -webkit-border-radius: 20px;
	  background:  -moz-linear-gradient(19% 75% 90deg,#f1f1f1, #d2d2d2);
	  background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1f1f1), to(#d2d2d2));
	  margin:20px auto;
	  padding: 20px;
	  -moz-box-shadow:0px -5px 300px #999;
	  -webkit-box-shadow:0px -5px 300px #999;
  }

  label.login {
	  font-size: 12px;
	  font-family: arial, sans-serif;
	  list-style-type: none;
	  color: #4e90b9;
	  margin-bottom: 10px;
	  font-weight: bold;
	  letter-spacing: 1px;
	  text-transform: uppercase;
	  display: block;
  }
  
  .label_erro {
	  font-size: 12px;
	  font-family: arial, sans-serif;
	  list-style-type: none;
	  color: #d40c0c;
	  margin-bottom: 10px;
	  font-weight: bold;
	  letter-spacing: 1px;
	  text-transform: uppercase;
	  display: block;
  }
  
  
  .label_recupera {
	  font-size: 12px;
	  font-family: arial, sans-serif;
	  list-style-type: none;
	  color:#360;
	  margin-bottom: 10px;
	  font-weight: bold;
	  letter-spacing: 1px;
	  text-transform: uppercase;
	  display: block;
  }

  input {
	-webkit-transition-property: -webkit-box-shadow, background;
	-webkit-transition-duration: 0.25s;
	  padding: 6px;
	  border-bottom: 0px;
	  border-left: 0px;
	  border-right: 0px;
	  border-top: 1px solid #CCC;
	  -moz-box-shadow: 0px 0px 2px #000;
	  -webkit-box-shadow: 0px 0px 2px #000;
	  margin-top: 5px;
	  margin-bottom: 5px;
	  background: #CCC;
  }
  
  select {
	-webkit-transition-property: -webkit-box-shadow, background;
	-webkit-transition-duration: 0.25s;
	  padding: 6px;
	  border-bottom: 0px;
	  border-left: 0px;
	  border-right: 0px;
	  border-top: 1px solid #CCC;
	  -moz-box-shadow: 0px 0px 2px #000;
	  -webkit-box-shadow: 0px 0px 2px #000;
	  margin-bottom: 10px;
	  background: #CCC;
  }
  
  .qtd {
	-webkit-transition-property: -webkit-box-shadow, background;
	-webkit-transition-duration: 0.25s;
	  padding: 6px;
	  border-bottom: 0px;
	  border-left: 0px;
	  border-right: 0px;
	  border-top: 1px solid #CCC;
	  -moz-box-shadow: 0px 0px 2px #000;
	  -webkit-box-shadow: 0px 0px 2px #000;
	  margin-bottom: 10px;
	  background: #CCC;
	  width: 35px;
  }

  input.submit {
	-webkit-transition-property: -webkit-box-shadow, background;
	-webkit-transition-duration: 0.25s;
	  width: 100px;
	  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4e90b9), to(#2e729d));	
	  background:  -moz-linear-gradient(19% 75% 90deg,#4e90b9, #2e729d);
	  color: #fff;
	  text-transform: uppercase;
	  text-shadow: #000 1px 1px;
	  border-top: 1px solid #4e90b9;
	  margin-top: 10px;
  }


  input.submit:hover {
	  -webkit-box-shadow: 0px 0px 2px #000;
	  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2b79a9), to(#124f74));
	  background:  -moz-linear-gradient(19% 75% 90deg,#2b79a9, #124f74);
	  border-top: 1px solid #2b79a9;
  } 

  input.submit:active {
	  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4e90b9), to(#2e729d));	
	  background:  -moz-linear-gradient(19% 75% 90deg,#4e90b9, #2e729d);
  }

  input:hover {
	  -webkit-box-shadow: 0px 0px 4px #000;
	  background: #999;
  }
  
  .qtd:hover {
	  -webkit-box-shadow: 0px 0px 4px #000;
	  background: #999;
  }
  


a.mainlevel:link, a.mainlevel:visited {

display: block;

color: #ffffff;

background-image: url(../imagens/menu_bgr.png);

background-repeat: no-repeat;

width: 95%;

text-indent: 15px;

text-decoration: none;

font-family: Verdana, Helvetica, Arial, sans-serif;

line-height: 20px;

margin-bottom: 1px;

font-size:12px;

}

a.mainlevel:hover {

color: #333333;

}

.bar { width: 99%; height:8px; }
.percentage {  }

.botao {
  display: inline-block;
  border-radius: 4px;
  background-color: #439433;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  padding: 20px;
  width: 130px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.botao span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.botao span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.botao:hover span {
  padding-right: 25px;
}

.botao:hover span:after {
  opacity: 1;
  right: 0;
}