/*===================
  CSS RESET
=================== */
* {padding:0;margin:0;} 
html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, span, label, form {padding:0;margin:0;}
a{outline:none; color:#00f; text-decoration:underline;}
a:hover{text-decoration:underline;}
img{border:0;}

/*===================
  GERAL
=================== */

body{
	background-color:#393939;
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
	background-position: top center;
}

div.wrapper{
	width: 980px;
	margin: 0 auto;
}

div.box{
	margin-left:15px;
	overflow:auto;
}


a.botao{
	background-color:#FBBB00;
	float:left;
	display:block;
	height:25px;
	line-height:25px;
	text-align:center;
	background-repeat:no-repeat;
	margin-right:10px;
	padding-left:18px;
	padding-right:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	border-radius: 3px;
}

div#banner_principal{
	margin-bottom:20px;
}
div#slider{
	margin: 0 auto;
	max-width:950px;
}


/*===================
  HEADER
=================== */
header{
	width:100%;
	background-image:url(../img/header.png);
	background-color: #eaeaea;
	background-position:top center;
	background-repeat:no-repeat;	
	height:100px;
}
header div.headertop{
	height: 100px;
}
header div.logo{
	margin-left:30px;
	margin-top:12px;
	float:left;
}

header div.login{
	float:right;
	margin-top:20px;
}

header div.login p{
	float:left;
	margin-right:4px;	
}
header div.login p.logado{
	margin-right:10px;
	color:#FFF;
	font-size:14px;
	width:240px;
}
header div.login input{
	width:100px;
	padding:4px;
	border:1px solid #c1c1c2;
	font-size:11px;
}
header div.login a.esqueci{
	display:block;
	clear:both;
	color:#b7bbbd;
	margin-left:115px;
	padding-top:3px;
	font-size:10px;
}

div.busca{
	background-color: #eaeaea;
	background-image:url(../img/bck.gif);
	display: block;
	clear: both;
	height: 40px;
}
div.busca form{
	float: right;
	padding-right:10px;
}

div.busca input{
	width:195px;
	float:left;
	height:17px;
}
div.busca a{
	float:left;	
}

/*===================
  PRINCIPAL
=================== */

main{
	background-color: #f5f5f5;
	padding-bottom: 20px;
	background-image: url("../img/bck.gif");
}

div.quadro{
	background-color:#ffffff;
	padding-top:10px;
	padding-bottom: 10px;
	width:100%;
	border-radius: 10px;
}
div.texto{
	width:96%;
	margin: 0 auto;
}
div.texto p{
	line-height:20px;
	color:#7e8182;
	font-size:14px;
	margin-bottom:10px;	
}
div.texto ul,
div.texto ol{
	color:#7e8182;
	font-size:14px;
	margin-bottom:10px;
	margin-left:20px;
	line-height:20px;
}
div.texto ul li,
div.texto ol li{
	margin-bottom:5px;
}

div.texto h1{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#e67e01;
	font-weight:normal;
	border-bottom:1px solid #cfd1d2;
	margin-bottom:24px;
	padding-bottom:17px;
}
div.texto h2{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#e67e01;
	font-weight:normal;
	font-size:16px;
	margin-bottom:10px;
	margin-top:20px;
}
div.texto h3{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	color:#7e8182;
	font-weight:normal;
	margin-bottom:10px;
}
div.texto a{
	color:#e67e01;
}
div.texto a.botao{
	color:#fff;
}


div.breadcrumb{
	line-height:20px;
	color:#bbb;
	margin-top:-20px;
	margin-bottom:20px;
	font-size: 12px;
}
div.breadcrumb a{
	color:#bbb;	
}

/*quadros*/
div.alerta{
	padding-top:10px;	
	background-color:#fff5d2;
	border:1px solid #ffc137;
	margin-bottom:20px;
	widows: 100%;
}
div.alerta p{
	padding-bottom:5px;
	margin-left:10px;
	margin-right:10px;
}
div.destaque{
	border:1px solid #900;
	background-color:#900;
	color:#FFF;
	padding:5px;	
}

div.destaque h3{
	color:#FFF;
	text-align:center;
	padding-top:5px;
}


div#chartContainer{
	width: 80%;
	margin-left: 10%;
}

/*===================
  POPUP
=================== */
div.popbody{
	width:800px;
	height:430px;
}

/*popup (ajax)*/

div.popup{
	width:450px; 
	height:280px; 
	background-color:#FF9; 
	padding:20px;
}
div.popup-big{
	width:550px; 
	height:320px; 
	background-color:#FF9; 
	padding:20px;
}
div.popup h1{
	font-size:18px; 
	border-bottom:1px solid #333;
	padding-bottom:10px;
}
div.popup h2{
	font-size:14px; 
	margin-bottom:10px;
	margin-top:20px;
}
div.popup p{
	margin-bottom:10px;	
}

/*===================
  FORMULARIOS
=================== */

input::placeholder { 
    color:#cccccc;
	font-size:11px;
    opacity: 1; /* Firefox */
}
input:-ms-input-placeholder {
    color:#cccccc;
	font-size:11px;
}

input::-ms-input-placeholder {
    color:#cccccc;
	font-size:11px;
}

ul.formulario{
	list-style-type:none;	
}

ul.formulario li{
	display:block;
	margin-bottom:8px;
	clear:both;
	overflow:hidden;
	white-space:nowrap;		
}
ul.formulario li.full{
	margin-left:20px;
}
ul.formulario li label{
	display:block;
	float:left;
	width:100px;
	margin-right:4px;
	margin-left:10px;
	margin-top:3px;
	color:#474747;
}

/*formularios em bloco, ao invés de em linha*/
ul.formulario-bloco li label{
	float:none;
	clear:both;
	margin-bottom:6px;
	margin-left:0;
}
ul.formulario-bloco li{
	margin-bottom:10px;	
}

ul.longlabel li label{
	width:150px;	
}

input[type=text],
input[type=password],
select,
textarea{
	background-color:#fff;
	border:1px solid #CCC;
	width:240px;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	padding:3px;
	color:#333;
	float:left;
}

input[type=text][disabled],
input[type=password][disabled],
select[disabled],
textarea[disabled]{
	background-color:#eaeaea;
}

ul.formulario li p.formData{
	color:#333;
	display:block;
	padding:3px;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;	
	min-height:14px;
	width:240px;
	margin-left:115px;
	margin-top:0;
}
ul.longlabel li p.formData{
	margin-left:165px;
}

ul.formulario span.form-item{
	display:block;
	min-height:25px;
}
ul.formulario span.form-item input{
	float:left;
	margin-right:5px;
}


ul.formulario li p.cpo{
	background-color:#DADADA;
}

ul.formulario li p.dica{
	color:#797878;
}
ul.formulario li a.inline{
	float:left;
	margin-left:5px;
}
span.formInline{
	color:#797878;	
	padding:2px;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;		
}

span.mmo_count{
	display:block;
	clear:both;
	margin-top:4px;
	font-size:11px;
}

div.botoes{
	overflow:auto;
	clear:both;
	display:block;
	margin-bottom:10px;
	margin-top:15px;
	padding-left:110px;
}
div.outerNav{
	display:block;
	height:30px;
	clear:both;
	margin-top:10px;
}

/*===================
  TABELAS
=================== */
table.lista{
	width:100%;
	border-collapse:collapse;
	border:1px solid #d0d0d0;
}
table.lista th{
	color:#fff;
	padding:5px 10px;
	background-color:#e67e01;
	border:1px solid #eb9701;
}
table.lista td{
	color:#7e8182;
	padding:5px 10px;
	background-color:#f6f6f6;
	border:1px solid #f6f6f6;
}
table.lista tr.odd td{
	background-color:#eceded;
}
table.lista tr.destaque td{
	background-color:#7e8182;
	color:#e5e6e6;
	border:1px solid #979a9b;
}

table.lista .cen{
	text-align:center;
	width:80px;
}
table.lista .dir{
	text-align:right;
}
table.lista .fix1{width:40px;}
table.lista .fix2{width:80px;}
table.lista .fix3{width:120px;}
table.lista .fix4{width:160px;}
table.lista .fix5{width:200px;}

table.lista td a{
	color:#e67e01;
}

table.tabela1{
	border-collapse:collapse;
	border:1px solid #d0d0d0;
	margin-bottom:20px;
}
table.tabela1 th{
	background-color:#EFEFEF;
	border:1px solid #999;
}
table.tabela1 td,
table.tabela1 th{
	border:1px solid #d0d0d0;
	padding:4px;
	color:#333;
}

/*===================
  PESQUISA
=================== */

ul.busca-resultado{
	
}
ul.busca-resultado li {
	display:block;
	line-height:20px;
	margin-top:20px;
}
ul.busca-resultado li a{
}
ul.busca-resultado li p{
	font-size:11px;
	margin-left:10px;
}

/*===================
  FOOTER
=================== */

footer{
	background-color:#393939;
	width:100%;
	text-align:center;
}
footer ul.footer-btn{
	list-style-type:none;
	margin-top:10px;
	text-align: center;
	display: block;
	height:40px;
	margin-right: auto;
	margin-left: auto;
	width: 740px;
}
footer ul.footer-lnk{
	list-style-type:none;
	margin-top:10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 380px;
	display: block;
	height:40px;
}
footer ul.footer-lnk a{
	color:#FFF;
}
footer ul li{
	list-style-type:none;
	float:left;
	margin-right:5px;
	margin-left:5px;
}

footer p{
	color:#FFF;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	line-height:18px;
}
div#footer-bar{
	background-color:#2b2c2c;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: auto;
	text-align: center;
}

/* translate */
div#google_translate_element{
	margin-right: auto;
	margin-left: auto;
	width:150px;
}
div#google_translate_element select{
	width:150px;
	display:block;
	clear:both;
	margin:0;
	float:none;
}
div#google_translate_element span{
	width:200px;
	display:block;
	clear:both;
	margin:0;
}


/*===================
  NOMOBILES
=================== */
.nombl{display: block !important;}
.sombl{display: none !important;}
.nodkt{display: none !important;}
.sodkt{display: block !important;}

/*===================
  ATALHOS
=================== */
.cen{text-align:center !important;}
.dir{text-align:right !important;}
.esq{text-align:left !important;}
.bld{font-weight:bold !important;}
.itl{font-style:italic !important;}
.tch{text-decoration:line-through !important;}
.nolnk{text-decoration:none !important;}
.inv{display:none !important;}
.vis{display:block !important;}
.wrp{white-space:normal !important;}
.nwrp{white-space:nowrap !important;}
.aut{overflow:auto !important;}
.vis{display:block !important;}
.fix{position:fixed !important;}
.mono{font-family: "Courier New" !important;}

/*fontes*/
.fs10{font-size:10px !important;}
.fs12{font-size:12px !important;}
.fs14{font-size:14px !important;}
.fs16{font-size:16px !important;}
.fs18{font-size:18px !important;}
.fs20{font-size:20px !important;}

/*lineheight*/
.lh14{line-height:14px !important;}
.lh16{line-height:16px !important;}
.lh18{line-height:18px !important;}
.lh20{line-height:20px !important;}
.lh22{line-height:22px !important;}
.lh24{line-height:24px !important;}

/* quebra geral */
div.brk{clear:both;display:block;}
.sep10{clear:both;display:block;height:10px;}
.sep20{clear:both;display:block;height:20px;}
.sep30{clear:both;display:block;height:30px;}
.sep40{clear:both;display:block;height:40px;}
.sep50{clear:both;display:block;height:50px;}
.sep60{clear:both;display:block;height:60px;}
.sep80{clear:both;display:block;height:80px;}
.sep100{clear:both;display:block;height:100px;}
.div1{clear:both;display:block;border-top:1px solid #999;}
.div2{clear:both;display:block;border-top:1px dashed #999;}
.div3{clear:both;display:block;border-top:1px dotted #999;}

/*cores*/
.c-gr0{color:#fff !important;}
.c-gr1{color:#eee !important;}
.c-gr2{color:#ddd !important;}
.c-gr3{color:#bbb !important;}
.c-gr4{color:#999 !important;}
.c-gr5{color:#777 !important;}
.c-gr6{color:#555 !important;}
.c-gr7{color:#333 !important;}
.c-gr8{color:#222 !important;}
.c-gr9{color:#000 !important;}

.c-gry{color:#888 !important;}
.c-red{color:#f00 !important;}
.c-vrd{color:#0f0 !important;}
.c-gre2{color:#0b0 !important;}
.c-gre{color:#090 !important;}
.c-brw{color:#900 !important;}
.c-blu{color:#00f !important;}
.c-wht{color:#fff !important;}
.c-blk{color:#000 !important;}
.c-ylw{color:#ff0 !important;}
.c-ora{color:#f90 !important;}
.c-vio{color:#90f !important;}

.b-gr0{background-color:#fff !important;}
.b-gr1{background-color:#eee !important;}
.b-gr2{background-color:#ddd !important;}
.b-gr3{background-color:#bbb !important;}
.b-gr4{background-color:#999 !important;}
.b-gr5{background-color:#777 !important;}
.b-gr6{background-color:#555 !important;}
.b-gr7{background-color:#333 !important;}
.b-gr8{background-color:#222 !important;}
.b-gr9{background-color:#000 !important;}

.b-gry{background-color:#888 !important;}
.b-red{background-color:#f00 !important;}
.b-vrd{background-color:#0f0 !important;}
.b-gre2{background-color:#0b0 !important;}
.b-gre{background-color:#090 !important;}
.b-brw{background-color:#900 !important;}
.b-blu{background-color:#00f !important;}
.b-wht{background-color:#fff !important;}
.b-blk{background-color:#000 !important;}
.b-ylw{background-color:#ff0 !important;}
.b-ora{background-color:#f90 !important;}
.b-vio{background-color:#90f !important;}

/*alinhamento*/
.fl{float:left !important;}
.fr{float:right !important;}
.vt{vertical-align:top !important;}

/*margens*/
.ml-20{margin-left:-20px !important;}
.ml-10{margin-left:-10px !important;}
.ml-5{margin-left:-5px !important;}
.ml-1{margin-left:-1px  !important;}
.ml0{margin-left:0 !important;}
.ml1{margin-left:1px !important;}
.ml2{margin-left:2px !important;}
.ml3{margin-left:3px !important;}
.ml4{margin-left:4px !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}

.mr0{margin-right:0 !important;}
.mr1{margin-right:1px !important;}
.mr2{margin-right:2px !important;}

.mr3{margin-right:3px !important;}
.mr4{margin-right:4px !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}

.mt-20{margin-top:-20px !important;}
.mt-10{margin-top:-10px !important;}
.mt-5{margin-top:-5px !important;}
.mt-1{margin-top:-1px  !important;}
.mt0{margin-top:0 !important;}
.mt1{margin-top:1px !important;}
.mt2{margin-top:2px !important;}
.mt3{margin-top:3px !important;}
.mt4{margin-top:4px !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}

.mb0{margin-bottom:0 !important;}
.mb1{margin-bottom:1px !important;}
.mb2{margin-bottom:2px !important;}
.mb3{margin-bottom:3px !important;}
.mb4{margin-bottom:4px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}

/*larguras*/
.l20{width:20px !important;}
.l30{width:30px !important;}
.l40{width:40px !important;}
.l50{width:50px !important;}
.l60{width:60px !important;}
.l70{width:70px !important;}
.l80{width:80px !important;}
.l90{width:90px !important;}
.l100{width:100px !important;}
.l120{width:120px !important;}
.l140{width:140px !important;}
.l160{width:160px !important;}
.l180{width:180px !important;}
.l200{width:200px !important;}
.l230{width:230px !important;}
.l250{width:250px !important;}
.l300{width:300px !important;}
.l350{width:350px !important;}
.l400{width:400px !important;}
.l450{width:450px !important;}
.l500{width:500px !important;}
.l550{width:550px !important;}
.l600{width:600px !important;}

.p100{width:100% !important;}
.p90{width:90% !important;}
.p85{width:85% !important;}
.p80{width:80% !important;}
.p70{width:70% !important;}
.p66{width:66% !important;}
.p60{width:60% !important;}
.p50{width:50% !important;}
.p33{width:33% !important;}
.p25{width:25% !important;}
.p20{width:20% !important;}
.p15{width:15% !important;}
.p10{width:10% !important;}
.p5{width:5% !important;}
.p0{width:0% !important;}

/*alturas*/
.h20{height:20px !important;}
.h30{height:30px !important;}
.h40{height:40px !important;}
.h50{height:50px !important;}
.h60{height:60px !important;}
.h70{height:70px !important;}
.h80{height:80px !important;}
.h90{height:90px !important;}
.h100{height:100px !important;}
.h120{height:120px !important;}
.h140{height:140px !important;}
.h160{height:160px !important;}
.h180{height:180px !important;}
.h200{height:200px !important;}
.h250{height:250px !important;}
.h300{height:300px !important;}
.h300{height:300px !important;}
.h350{height:350px !important;}
.h400{height:400px !important;}
.h400{height:450px !important;}
.h400{height:500px !important;}
