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

div#onx3_wrapper{width:800px;height:540px;margin:0 auto;}
div#onx3_header{width:800px;height:100px;}
div#onx3_principal{width:800px;height:400px;}
div#onx3_footer{width:800px;height:22px;}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	background-color:#a3a4a6;
}

div#onx3_wrapper{
	background-repeat:no-repeat;	
	background-color:transparent;
}
div.loader{
	text-align:center; 
	padding-top:150px;
}

div.brk{
	display:block;
	clear:both;
}


div.fancyAlert{
	max-width:400px;
	padding:10px;
	overflow:auto;
	font-size:12px;
	font-family:Arial, sans-serif;
}
div.fancyAlert a{
	font-family:Arial, sans-serif;
	display:block;
	float:right;
	height:20px;
	padding-left:10px;
	padding-right:10px;
	background-color:#999;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	line-height:20px;
	text-align:center;
	margin-left:10px;
}

/***HEADER***/

div#onx3_titulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	white-space:nowrap;
	font-weight:normal;
	font-style:normal;
	position:absolute;
	margin-left:20px;
	margin-top:15px;
}

div#onx3_subtitulo{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	white-space:nowrap;
	font-size:16px;
	font-style:normal;
	position:absolute;
	margin-left:20px;
	margin-top:40px;
}

/***CONTEUDO***/
div#onx3_conteudo div.transparencia1{background-image:url(transparencia1.png); background-repeat:repeat;}
div#onx3_conteudo div.transparencia2{background-image:url(transparencia2.png); background-repeat:repeat;}
div#onx3_conteudo div.transparencia1{background-image:url(transparencia3.png); background-repeat:repeat;}

div#onx3_conteudo div.destaque{overflow:auto;}
div#onx3_conteudo div.destaque{margin-top:10px;}
div#onx3_conteudo div.destaque p{margin-bottom:5px;}
.disabled{
	background-color:#DFDFDF;
	color:#555555;
	border:1px solid #636363;
}

audio{
	width:100%;
	height:30px;
}

div.popinterno{
	overflow:auto;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	margin-bottom:20px;
	float:left;
}
div#onx3_conteudo hr{
	margin-top:10px;
	margin-bottom:10px;
}
div#onx3_conteudo p{
	margin-bottom:10px;
}
div#onx3_conteudo p:last-child{
	margin-bottom:0;
}
div#onx3_conteudo ul,
div#onx3_conteudo ol{
	margin-top:10px;
	margin-left:20px;
}

div#onx3_conteudo div.destaque h1,
div#onx3_conteudo div.destaque h2,
div#onx3_conteudo div.destaque h3{
	border-bottom:0;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

div#onx3_conteudo div.colunas h1,
div#onx3_conteudo div.colunas h2,
div#onx3_conteudo div.colunas h3{
	border-bottom:0;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

/***POPUP***/
div#onx3_popup div.popupbody p{
margin-bottom:10px;
}
div#onx3_popup div.popupbody p:last-child{
margin-bottom:0;
}
div#onx3_popup ul,
div#onx3_popup ol{
	margin-top:10px;
	margin-left:20px;
	margin-bottom:10px;
	width:auto !important;
}

/***DICA***/
div#onx3_conteudo a.dica,
div#onx3_conteudo a.dica.visited,
div#onx3_popup a.dica,
div#onx3_popup a.dica.visited{
background-color:#ffff99;
text-decoration: none; 
border-bottom:1px dotted; 
color:inherit;
}
#tiptip_content{
font-size:12px;
line-height:17px;
}

/***FICHAS***/
div.ui-corner-all,
ul.ui-corner-all,
li.ui-corner-top{
-moz-border-radius:0;
-webkit-border-radius:0;
-khtml-border-radius:0;
border-radius:0;
}
div.ui-tabs{
padding:0;
}

div.ui-tabs ul.ui-tabs-nav{
padding:10px 10px 0;
}

div.ui-tabs ul.ui-tabs-nav li{
margin-right:10px;
font-size:14px;
}
div.ui-tabs ul.ui-tabs-nav li:last-child{
margin-right:0;
}
div.ui-tabs ul.ui-tabs-nav li a{
padding:10px 22px;
}
ul.ui-widget-header{
background-image:none;
background-color:#f1f1f1;
border-left:0;
border-right:0;
border-top:0;
}


/***FOOTER***/
div#onx3_footer div#onx3_dica{
	position:absolute;
	min-height:32px;
}
div#onx3_footer div#onx3_dica p{
	font-size:11px;
	float:left;
	margin-left:4px;
	margin-top:4px;
	color:#828282;
}

div#onx3_progresso{
	width:64px;
	height:32px;
	line-height:32px;
	font-size:11px;
	text-align:center;
	position:absolute;
}

div#onx3_footer a.onx3_botao{
	color:#000000;
	display:block;
	text-decoration:none;
	position:absolute;
	width:32px;
	height:32px;
	font-size:11px;
	text-align:center;
	line-height:32px;
	background-repeat:no-repeat;
}

div#onx3_footer a.onx3_botao.icon{
	font-size:18px;
}

div#onx3_footer a.onx3_botao.off{
	color:#999;
}
div#onx3_footer a#onx3_validar{visibility:hidden;}
div#onx3_footer a#onx3_validar.off{cursor:default;}

div#onx3_footer a#onx3_volta.off{cursor:default;}
div#onx3_footer a#onx3_avanca.off{cursor:default;}

/***MENU***/
div#onx3_menu_data{
	background-color:#fff;
	display:none;
	width:600px;
	height:300px;
	overflow:auto;
}
div#onx3_menu_data h2{
	text-transform:uppercase;	
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:10px;
}
div#onx3_menu_data ul{
	margin-top:10px;
	margin-bottom:30px;
	margin-left:10px;
}
div#onx3_menu_data ul li{
	list-style-type:none;
	margin-bottom:5px;	
}
div#onx3_menu_data a.onx3_mnu_itm{
	list-style-type:none;
	padding-left:10px;		
}
div#onx3_menu_data a.onx3_mnu_itm.onx3_bloq{
	text-decoration:none;
	color:#808080;
	cursor:default;
}
div#onx3_menu_data a.onx3_mnu_itm.onx3_bloq:hover{
	text-decoration:none;
}
div#onx3_menu_data a.onx3_mnu_itm.onx3_jump{
	color:#3c8dc6;
	cursor:pointer;	
}
div#onx3_menu_data a.onx3_mnu_itm.onx3_jump.current{
}
div#onx3_menu_data a.onx3_mnu_itm.onx3_jump.last{
	color:#f05363;
}

div#onx3_conteudo ul{
display: table;
}

div.basico{
	position:relative;
}
div.decora{
	position:absolute;
	background-repeat:no-repeat;
	background-position:top center;
}

div#onx3_conteudo div.ui-tabs ul.ui-tabs-nav{
display: block;
}

/* TEMPLATES */
div.tmp_left-content{
	overflow: hidden; 
	float: left;
}
div.tmp_left-content{
	margin-left: 10px; 
	overflow: hidden; 
	float: left;
}

/*deprecated*/
.fbk-vld-err-clr{color:#f00 !important;}
.fbk-vld-crr-clr{color:#090 !important;}
.fbk-vld-err-brd{border-color:#f00 !important;}
.fbk-vld-crr-brd{border-color:#090 !important;}
.fbk-vld-err-bck{background-color:#FDDCDD !important;}
.fbk-vld-crr-bck{background-color:#C3E8BF !important;}

.clr-disabled{color:#999 !important;}

/*correto*/
.icon-crr{font-size:16px !important;}
.vld-crr-clr{color:#5f9710 !important;}
.vld-crr-bck{background-color:#c6e7bc !important;}

/*incorreto*/
.icon-err{font-size:16px !important;}
.vld-err-clr{color:#e93c40 !important;}
.vld-err-bck{background-color:#fce2e3 !important;}

div.feedback_item{
	color:#666;
	margin-top:5px;
	font-size:12px;
	padding-bottom:5px;
}

div.feedback-geral{
	display:none;
	clear:both;
	margin-bottom:5px;
	background-color:#f6f4c1;
	border:1px solid #e5e082;
	font-size:12px;
	line-height:16px;
}
div.feedback-geral.vld-crr{
	border-left:5px solid #70c254;	
}
div.feedback-geral.vld-err{
	border-left:5px solid #e93c40;	
}

/*feedbcak popup*/
div.feedback-popup{
	width:100% !important;
	padding-right:10px;
}
div.feedback-popup h1{
	font-size:26px;
	margin-bottom:20px;
	width:100%;
}
div.feedback-popup h2{
	font-size:22px;
}
div.feedback-popup p{
	font-size:16px;
	line-height:22px;
	width:100%;
	margin-bottom:5px;
}
div.feedback-popup.correta h1{
	color:#1ba151;
}
div.feedback-popup ul,
div.feedback-popup ol{
	margin-bottom:10px !important;
	margin-left:20px !important;
}
div.feedback-popup ul li,
div.feedback-popup ol li{
	font-size:16px;
	line-height:22px;
}

div.quadro-exercicios{
	overflow:auto;
}
div.quadro-exercicios-int{
	width:auto;
}
table.tmp_exe_tbl{
	border-collapse:collapse;
	width:100%;
}
table.tmp_exe_tbl td div p{
	margin-top:0 !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;}
.ovr{text-decoration:overline !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;}
.fix{position:fixed !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;}

/*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-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-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*/
.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;}
.ml50{margin-left:50px !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;}
.mr50{margin-right:50px !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;}
.mt50{margin-top:50px !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;}
.mb50{margin-bottom:50px !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;}
.h40{height:40px !important;}
.h60{height:60px !important;}
.h80{height:80px !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;}
.h400{height:400px !important;}