/** {
margin: 0;
padding: 0;
}*/

html {
	height: 100%;
	}

body {
	left: 0px;
	top: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	min-height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	font: 13px Regular;
	-webkit-font-smoothing:antialiased;
	background: #FFFFFF;
	color: #666;
	font:'regular';
}
h1 {
	font-family:'Bold';
	letter-spacing: 0;
	font-size: 300%;
}
h2 {
	font-family:'Bold';
	letter-spacing: 0;
	font-size: 200%;
}
h3 {
	letter-spacing: 0;
	margin: 10px 0px 0px;
	font: 150% SemiBold;
}
h4 {
	font-family:'SemiBold';
	letter-spacing: 0;
	font-size: 125%;
	margin: 0px;
}
h5 {
	font-family:'SemiBold';
	letter-spacing: 0;
	font-size: 125%;
	margin-bottom: 15px;
}
h6 {
	font-family:'SemiBold';
	letter-spacing: 0;
	font-size: 100%;
	margin-bottom: 15px;
}

a:visited {
	color: #000;
}

a:link {
	color: #000;
}

a:active {
	color: #000;
}

a:hover {
	color: #666;
}

.left {
    float:left;
}

.right {
    float:right;
}

input:focus, textarea:focus {
  outline: none;
}

section{
}

p {
	margin-bottom: 10px;
}

a {
	text-decoration: none;
}

input[type="text"]{
	box-shadow: inset 1px 1px 3px 0px #CCC;
	-moz-box-shadow: inset 1px 1px 3px 0px #CCC;
	-webkit-box-shadow: inset 1px 1px 3px 0px #CCC;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #F9F9F9;
	color: #666;
	cursor: auto;
	height: 30px;
	border: 1px solid #FFFFFF;
	font: 14px 'bold';
	clear: both;
	display: table-cell;
	text-indent: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}

input[type="text"]:hover{
	background-color: #FFF;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

/*input[type=radio] {
	padding:5px;
	box-shadow: inset 1px 1px 3px 0px #CCC;
	-moz-box-shadow: inset 1px 1px 3px 0px #CCC;
	-webkit-box-shadow: inset 1px 1px 3px 0px #CCC;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-webkit-appearance:button;
	-moz-appearance: none;
	appearance:button;
	border: 1px solid #FFF;
	color:#FFF;
	white-space: nowrap;
	overflow:hidden;
	width:20px;
	height:20px;
	vertical-align: middle;
	background-color: #F9F9F9;
	margin-top: -5px;
}
 
input[type=radio]:checked {
    background-color:#777;
    border-color:#000;
}
 
input[type=radio]:hover {
    border-color:#666;
}*/

select {
	font: 14px 'bold';
	box-shadow: inset 1px 1px 3px 0px #CCC;
	-moz-box-shadow: inset 1px 1px 3px 0px #CCC;
	-webkit-box-shadow: inset 1px 1px 3px 0px #CCC;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #F9F9F9;
	color: #666;
	padding:8px 8px 8px 8px;
	margin: 0;
	border:none;
	outline:none;
	display: inline-block;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer;
	height: 30px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
	padding:8px 30px 8px 8px;
}
}

.label_select {
	position:relative;
	}
.label_select:after {
    content:' > ';
    font:14px "impact", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:-9px;
    padding:4px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}
.label_select:before {
	content:'';
	right:0px;
	top:-9px;
	width:30px;
	height:26px;
	position:absolute;
	pointer-events:none;
	display:block;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border: 1px solid #999;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

.invalido {
    border-color:#ff0000 !important;
}

.centralizar {
	width: 1000px;
	margin-left: -500px;
	left: 50%;
	clear: both;
	position: relative;
	height: auto;
	overflow: visible;
}

.margin {
	margin-top: 20px;
	margin-bottom: 20px;
}
.margin_top_100 {
	margin-top: 100px;
}
.margin_top_50 {
	margin-top: 50px;
}


.floatL {
	float: left;
}
.floatR {
	float: right;
}
.floatBottom {
	position: absolute;
	bottom: 0px;
}
hr {
	border-top: 1px solid #333;
	border-bottom: 1px solid #999;
}
.bleed {
	margin-left: -20px;
	width: 1000px;
}
.tooltip {
	color: #444444;
	background-color: #FFF;
	position: absolute;
	display: none;
	z-index: 1001;
	max-width: 300px;
	border: 1px solid #999999;
	font: 10px 'Regular';
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
}
.tooltip2 {
	background: #CCC;
	color: #333;
	font: 12px/20px bold;
	z-index: 1001;
	position: absolute;
	margin-top: -14px;
	border-radius: 5px 5px 0px 0px;
	margin-left: 10px;
	/* [disabled]width: auto; */
	height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	display: inline-block;

}

.autocomplete {
	background-color: rgba(51,51,51,0.6);
	-moz-background-color: rgba(199, 199, 199, 0.3);
	-webkit-background-color: rgba(199, 199, 199, 0.3);
	z-index: 1001;
	position: absolute;
	margin-top: 38px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: inline-block;
	border: 1px solid #CCC;
	color: #FFF;
}

.sugestion {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 14px;
	color: #FFF;
	padding: 10px;
}
.sugestion:hover {
	background-color:rgba(51,51,51,0.6);
	box-shadow: 1px 1px 2px #666;
	-moz-box-shadow: 1px 1px 2px #666;
	-webkit-box-shadow: 1px 1px 2px #666;
	cursor:pointer;
}
.sugestion ul {
	margin: 0px;
	list-style: url(none) none inside;
	padding-left: 0px;
	font-size: 10px;
	line-height: 14px;
	color: #CCC;

}
.sugestion span.titulo {
	margin: 0px;
	list-style: url(none) none inside;
	padding-left: 0px;
	color: #FFF;
	font: 14px/14px 'black';
}



.button1 {
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	border: 1px solid #bbb !important; 
	font: 10px/30px 'bold';
	padding: 5px 10px;
	height:30px;
	text-transform: uppercase;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-shadow: 1px 1px 1px #ffffff;
	-moz-text-shadow: 1px 1px 1px #ffffff;
	-webkit-text-shadow: 1px 1px 1px #ffffff;
	color:#666666 !important;
}
.button1:last-child {

}

.button1:hover {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
	border: 1px solid #666666;
}
.button2 {
	padding: 10px;
	color: #FFF;
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #dddddd 0%, #bbbbbb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dddddd 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dddddd 0%,#bbbbbb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dddddd 0%,#bbbbbb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dddddd 0%,#bbbbbb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-9 */
	border: 1px solid #bbb;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	text-align: center;
	text-transform: uppercase;
	width: inherit;
	position: absolute;
	font: bolder 16px black;
	bottom: 0px;
	left: 0px;
	display: inline-table;
	margin: 0px;
	text-shadow: -1px -1px 1px #666666;
	-moz-text-shadow: -1px -1px 1px #666666;
	-webkit-text-shadow: -1px -1px 1px #666666;
}
.button2:hover {
	cursor: pointer;
	border: 1px solid #999;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #bbbbbb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#bbbbbb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#bbbbbb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#bbbbbb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-9 */
}
.button3 {
	padding: 7px;
	color: #666;
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #dddddd 0%, #bbbbbb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dddddd 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dddddd 0%,#bbbbbb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dddddd 0%,#bbbbbb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dddddd 0%,#bbbbbb 100%); /* W3C */


	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-9 */
	border: 1px solid #bbb;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	text-align: center;
	text-transform: uppercase;
	font: 10px black;
	bottom: 0px;
	left: 0px;
	display: inline-block;
	margin: 0px 0px 0px 5px;	/*	text-shadow: -1px -1px 1px #666666;
	-moz-text-shadow: -1px -1px 1px #666666;
	-webkit-text-shadow: -1px -1px 1px #666666;*/
}
.button3:hover {
	cursor: pointer;
	border: 1px solid #999;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #bbbbbb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#bbbbbb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#bbbbbb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#bbbbbb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-9 */
}
.tabela1 td{
	border-bottom: 1px dotted #666;
}
.fundo_modal {
	background: #FFF;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	opacity: 0.8;
	z-index: 1005;
}
.janela_modal {
	background: #EEEEEE;
	border: 1px solid #666;
	position: fixed;
	left: 50%;
	top: 0px;
	z-index: 1010;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	height: auto;
	width: 760px;
	margin-left: -400px;
	padding: 20px;
	color: #666;
    overflow-y:auto;
    overflow-x:hidden;
    max-height:90%
}
.editar {
	float: left;
	position: fixed;
	left: 0px;
	top: 50%;
}
#loader {
	position: fixed;
	z-index: 1006;
	left: 0%;
	top: 0%;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.8) url(../img/loader.gif) no-repeat fixed center center;
}
button,input[type="submit"] {
	color: #999;
	font: 14px 'Black';
	background: #DDD;
	padding: 8px;
	border: 1px solid #FFF;
	cursor: pointer;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #FFF;
	-moz-text-shadow: 1px 1px 1px #FFF;
	-webkit-text-shadow: 1px 1px 1px #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px #666;
}
button:hover,input[type="submit"]:hover {
	background: #CCC;
}
.button_editar{
	margin-left: -1px;
}
