@CHARSET "UTF-8";

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: bold;
	color: #333333;
	text-rendering: optimizelegibility;
}
h4, h5, h6 {
	line-height: 1.5em;
}
h2 {
	font-size: 2.4em;
	line-height: 1.16em;
}
h6{
	font-size: 1.1em;
	margin: 0.5% 0;
	color: #999999;
	text-transform: uppercase;	
}
h4 {
	font-size: 1.5em;
}
label {
	display: block;
	margin-bottom: 1%;/*5px*/
	color: #333333;
}
hr {
	margin: 6% 0;/*18px 0*/
	border: 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #ffffff;
}
form {
	margin: 0 0 3%; /*0 0 18px*/
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="button"], input[type="reset"], input[type="submit"] {
	width: auto;
	height: auto;
}
input, textarea {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s,box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s,box-shadow linear 0.2s;
	-o-transition: border linear 0.2s,box-shadow linear 0.2s;
	transition: border linear 0.2s,box-shadow linear 0.2s;
}
input, textarea, select, .uneditable-input {
	display: inline-block;
	/*width: 210px;*/
	height: 2.1em;
	padding: 2%; /*4px*/
	margin-bottom: 4%; /*9px*/
	font-size: 1.3em; /*13px*/
	line-height: 1.8em; /*18px*/
	color: #555555;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
label, input, button, select, textarea {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.3em;/*13/10*/
	font-weight: normal;
	line-height: 1.8em;/*18/10*/
}
Label, input, button, select, textarea {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.3em; /*13/10*/
	font-weight: normal;
	line-height: 1.8em;/*18/10*/
}
button, input {
	line-height: normal;
}
button, input, select, textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}
input, textarea {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s,box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s,box-shadow linear 0.2s;
	-o-transition: border linear 0.2s,box-shadow linear 0.2s;
	transition: border linear 0.2s,box-shadow linear 0.2s;
}
input, textarea, select, .uneditable-input {
	display: inline-block;
	/*width: 210px;*/
	height: 2.1em;
	padding: 4px;
	margin-bottom: 3%;
	font-size: 1.4em;
	line-height: 2.1em;
	color: #555555;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
label, input, button, select, textarea {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 2.1em;
}
button, input {
	line-height: normal;
}
button, input, select, textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}
p {
	margin: 0 0 1.5%;/*0 0 9px*/
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.4em;
}
.btn {
	display: inline-block;
	padding: 4px 10px 4px;
	line-height: 2.1em;
	font-size: 1.4em;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #fafafa;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}
a.btn{
	padding: 0 10px 2px;
	width: 55px;
}
.btn:hover {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}
[class*="span"] {
	float: left;
/* 	margin-left: 5%; */
}
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.alert-info, .alert-info .alert-heading {
	color: #3a87ad;
}
/*style para abas*/
ul{
	margin: 0 0 9px 25px;
}
li{
	line-height: 18px;
}
.tabs li{
	float: left;
	margin-bottom: -1px;
}
.tabs{
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
	margin-left: 0;
	list-style: none;
}
.tabs>li>a {
	display: block;
}
.tabs>li>a {
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 14px;
}
.tabs>li>a {
	padding-top: 9px;
	padding-bottom: 9px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.tabs>li>a:hover {
	text-decoration: none;
	background-color: #eeeeee;
	border-color: #eeeeee #eeeeee #dddddd;
}
.tabs>.active>a, .tabs>.active>a:hover {
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}
.tabs-content>.tabs-pane{
	display: none;
}
.tabs-content>.active {
	display: block;
}
.tabbable:before, .tabbable:after {
	display: table;
	content: "";
}
.tabbable:after {
	clear: both;
}
.tabs:before, .tabs:after {
	display: table;
	content: "";
}
.tabs:after {
	clear: both;
}
.table{
	width: 100%;
	margin-bottom: 18px;
}
.table th, .table td {
	padding: 8px;
	line-height: 18px;
	text-align: left;
	border-top: 1px solid #ddd;
}
.table th {
	font-weight: bold;
	vertical-align: bottom;
}
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
	background-color: #f9f9f9;
}
.table thead:first-child tr th, .table thead:first-child tr td {
	border-top: 0;
}
/*FORM BUSCA*/
.well {
	line-height: 1.5em;
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #eee;
	border: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.form-search input, 
.form-inline input, 
.form-horizontal input,
.form-horizontal label, 
.form-search textarea, 
.form-inline textarea, 
.form-horizontal textarea, 
.form-search select, 
.form-inline select, 
.form-horizontal select, 
.form-search .help-inline, 
.form-inline .help-inline, 
.form-horizontal .help-inline, 
.form-search .uneditable-input, 
.form-inline .uneditable-input, 
.form-horizontal .uneditable-input {
	display: inline-block;
	margin-bottom: 0;
	height: auto;
	font-size: 1em;
	line-height: 2em;
	padding: 0 5px;
}
.form-horizontal {
	margin: 0 0 3%;
}
.form-horizontal .control-group {
	margin-bottom: 3%;
}
.form-horizontal .control-group:before, 
.form-horizontal .control-group:after {
	display: table;
	content: "";
}
Pseudo ::after element
.form-horizontal .control-group:after {
	clear: both;
}
.form-horizontal .control-group:before, 
.form-horizontal .control-group:after {
	display: table;
	content: "";
}
.form-horizontal .control-group>label {
	float: left;
	width: 20%;
	padding-top: 1%;
	text-align: right;
}
.form-horizontal .controls {
	margin-left: 22%;
	overflow: hidden;
}
.form-horizontal .controls span{
	float: left;
	margin: 8px;
}
.form-horizontal .controls #palavraChave{
	width: 280px;
}
.form-horizontal .controls a,
.form-horizontal .controls input.btn{
	font-size: 1.3em;
	line-height: 1.6em;
	display: block;
	float: left;
	margin-left: 5px;
}
.form-horizontal .controls input.btn{
	height: 30px;
}
.form-horizontal .controls a:HOVER{
	text-decoration: none;
}
/*Form Busca*/
img {
	max-width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
/*fim style abas*/