@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto');
  body{
	  background:url(../imagens/bg.jpg);
	  font-family: 'Roboto', 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;
  }

  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: 'Roboto', 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: 'Roboto', 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: 'Roboto', 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: 'Roboto', sans-serif;

line-height: 20px;

margin-bottom: 1px;

font-size:12px;

}

a.mainlevel:hover {

color: #333333;

}

.bar { width: 99%; height:8px; text-align:left; }
.percentage {  }



/* NOVAS CLASSES */

#myInput {
	background: #fff;
    background-image: url('../imagens/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 50%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}

#myUL {
    /* Remove default list styling */
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#myUL li {
    border: 1px solid #ddd; /* Add a border to all links */
    margin-top: -1px; /* Prevent double borders */
    background-color: #f6f6f6; /* Grey background color */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove default text underline */
    font-size: 18px; /* Increase the font-size */
    color: black; /* Add a black text color */
    display: block; /* Make it into a block element to fill the whole list */
}

#myUL li.header {
    background-color: #e2e2e2; /* Add a darker background color for headers */
    cursor: default; /* Change cursor style */
}

#myUL li:hover {
    background-color: #eee; /* Add a hover effect to all links, except for headers */
}