@import url("../bootstrap_v2/css/bootstrap.css");
@import url("../bootstrap_v2/css/bootstrap-responsive.css");
/* Coreções */
body {
	padding-top: 55px;
	background-image: url(../img/bg_reciclado.png);
}
body, td, th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333333;
}
form {
	padding:0px;
	margin:0px;	
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
}
.tabelaOverflow {
	overflow:hidden;
}
.container-fluid {
	min-width:1150px;
}
.linkBranco a:link {
	color: #FFFFFFF;
	text-decoration: none;
}
.linkBranco a:visited {
	text-decoration: none;
	color: #FFFFFFF;
}
.linkBranco a:hover {
	text-decoration: underline;
	color: #E4E4E4;
}
.linkBranco a:active {
	text-decoration: none;
}

#menuLogo {
	background-color: #FFFFFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-bottom:1px #E4E4e4 solid;
	border-left:1px #E4E4e4 solid;
}
#logo h1 a {
	display:block;
	margin-top:5px;
	margin-bottom:15px;
	margin-left: 30px;
	height:50px;
	width:135px;
	background:transparent url(../img/logo_pequena.png) 0 0 no-repeat;
	text-indent:-5000px;
	float:left;
	zoom:1;
}
.box-conteudo {
	background-color: #FFFFFF;
	padding:15px;
	border: 1px #E4E4E4 solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px;
	-moz-box-shadow: 0px;
	box-shadow: 0px;	
}

.pull-right {
	font-size:10px;
	color:#666666;
}

.navbar {
	z-index: 20002;
}
.navbar .brand {
	font-size: 10px;
	padding: 15px 20px 15px;
}
.navbar p {
	margin: 0;
	line-height: 30px;
}

.page-header {
	margin-top:10px;
	margin-bottom:8px;
}
.page-header h1 {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	color:#296744;
	text-transform:uppercase;
}
.page-header h1 small {
	font-size:12px;
}

.page-header-mini {
	margin-bottom: 11px;
	border-bottom: 1px solid #ddd;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.page-header-mini h1 {
	margin-bottom: 5px;
}
.input-mini, input.mini, textarea.mini, select.mini {
	width: 150px;
}

table .semOrdem {
	cursor: auto;
	color:#666666;
	background:none;
}

.inputPreenchimentoCompleto {
	width:98%;	
	margin:0px;
}

.pagination {
	height: 36px;
	margin: 5px 0;
}

#listagem_informacoes {
	margin-bottom: 15px;
	padding: 5px;
}

#listagem_form_busca {
	float:right;
	background-color: #F4F4F4;
	margin-bottom: 15px;
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px #E4E4e4 solid;
}

.well {
	background-color: #FFFFFF;
	margin-bottom: 20px;
	padding: 19px;
	min-height: 20px;
	border: 1px #E4E4E4 solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px;
	-moz-box-shadow: 0px;
	box-shadow: 0px;
}

.wellDestaque {
	background-color:#F4F4F4;
	border: 1px #CCCCCC solid;
}

.well > ul > li {
	display: block;
	list-style:none;
}

.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; border-bottom:1px solid #1C5A3A; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: default;  
  color: #ffffff;
  background-color: #1C5A3A;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#277F44), to(#1C5A3A));
  background-image: -moz-linear-gradient(top, #277F44, #1C5A3A);
  background-image: -ms-linear-gradient(top, #277F44, #1C5A3A);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #277F44), color-stop(100%, #1C5A3A));
  background-image: -webkit-linear-gradient(top, #277F44, #1C5A3A);
  background-image: -o-linear-gradient(top, #277F44, #1C5A3A);
  background-image: linear-gradient(top, #277F44, #1C5A3A);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#277F44', endColorstr='#1C5A3A', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #1C5A3A #1C5A3A #31A94A;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
  /*color:#000;
  background:none;*/
  font-weight:normal;
  margin-bottom:-1px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color:#1C5A3A;
  color:gray;
}

.tituloEdicao {
	text-transform:uppercase;	
	padding-bottom:15px;
	font-size:25px;
	font-family: Calibri, Verdana, Geneva, sans-serif;
	color:#296744;	
}

.tituloEdicao small {
	text-transform:lowercase;
	color:#999;	
}

.tituloOpcao {
	font-size:22px;	
	text-transform:uppercase;
	padding-bottom:8px;
	color:#666;
}

.blocoFuncionalidade {
	margin-bottom:10px;	
}

.blocoFuncionalidade a {
	height:100px;
	width:100%;
	display:block;
	border:2px #E4E4E4 solid;
	text-align:center;
	padding-top:25px;
	text-decoration:none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
}

.blocoFuncionalidade a:hover {
	background-color:#F4F4F4;
	border:2px #999 solid;
}

.blocoImagem {

}

.blocoLink {
	padding-top:10px;
	text-transform:uppercase;
}