/* CSS Document */
/* Fixed sidenav, full height */
.sidenav {
	height: 100%;
	width: 200px;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #000;
	overflow-x: hidden;
	padding-top: 20px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
	padding: 6px 8px 6px 16px;
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	border: none;
	background: none;
	width: 100%;
	text-align: left;
	cursor: pointer;
	outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
	color: #FFFF00;
	background-color: #036;
}
/* Add an active class to the active dropdown button */
.active {
	background-color: #066;
	color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
	display: none;
	background-color: #001C00;
	padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}
.fa-caret-right {
  float: left;
  padding-right: 8px;
}
.main {
    margin-left: 200px; /* Same as the width of the sidenav */
    padding: 0px 0px;
}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-image: url(imagens/fundo_sistema.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
}
#topo {
	color: #FFF;
	text-decoration: none;
}
#topo a {
	color: #FF0;
	text-decoration: none;
}
#acao_inicial a {
	display: block;
	height: 25px;
	padding-top: 10px;
	color: #030;
	text-decoration: none;
	background-color: #f7f7f7;
	font-weight: bold;
}
#acao_inicial a:hover {
	background-color: #e0e0e0;
}
.cemporcento {
	width: 100%;
}
#tabela_gerencia tr:nth-child(even) {
	background: #f7f7f7;
}
#tabela_gerencia tr:hover {
	background: #e0e0e0;
}
#tabela_gerencia a{
	color: #FFF;
	background-color: #999;
	display: block;
	text-decoration: none;
}


.forms {
	font-size: 14px;
	color: #000;
	width: 95%;
	border: 1px solid #069;
	padding: 10px;
	margin: 10px;
}
#forms input {
	border: 1px solid #666;
	background-color: #F7F7F7;
}
.input100porcento {
	width: 100%;
}
#formularios 
	tr:nth-child(even) {
		background: #f7f7f7 }
#formularios  tr:nth-child(odd) {
	background: #FFF}#formularios tr:hover {
	background-color: #FFC;
}
#botao {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #069;
	display: block;
	width: 200px;
	text-align: center;
	height: 30px;
	padding-top: 10px;
	margin: 5px;
}
#botao a {
	color: #FFF;
	text-decoration: none;
}
#botao a:hover {
	color: #FF0;
}
.bordatodas {
	border: 1px solid #CCC;
}
.bordabaixo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.maiusculas {
	text-transform: uppercase;
}
