@charset "utf-8";

/* 
CSS Componentes
Estilos de botões, inputs, forms, tables, icones e outros componentes do layout
*/

/*
**********************************
CKEditor
*/

.cke {
	float: left;
} 

.cke_bottom {
	display: none !important;
}


/*
**********************************
Tooltip
*/

.ui-tooltip {
	background: #FFFFFF !important;
	border: 1px solid #687390 !important;
	color: #000 !important;
	font-family: tahoma !important;
	font-size: 0.9em !important;
	padding: 0.5em 0.75em !important;
	
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12) !important;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12) !important;
	-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12) !important;
	-ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12) !important;
	-o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12) !important;

	border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    -o-border-radius: 2px !important;
}
  
  
/*
**********************************
Loading
*/

.loading {
	background: #FFFFFF;
	border: 1px solid #687390;
	color: #333;
	height: auto;
	left: 50%;
	margin-left: -90px;
	padding: 1em 1em 1em 1em;
	position: fixed;
	text-align:center;
	top: 1em;
	width: 180px;
	z-index: 1000000;

	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	-ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	-o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);

	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.loading-wheel {
	background: url("../img/loading.gif") no-repeat;
	display: block;
	height: 24px;
	width: 24px;
}


/*
**********************************
Ícones Glypho
*/

.ico-tbl {
	color: #667;
	font-size: 1.5em;
}

.ico-topo {
	color: #778;
	display: none;
	font-size: 2em;
	margin: 0 0 0 0.5em;
}

.ico-topo:hover, .ico-tbl:hover {
	color: #000;
}

.ico-excluir {
	color: #9d2727 !important;
}


/*
**********************************
Botões
*/

.btn-p {
	color: #FFF;
	display: block;
	font-family: 'SourceSansPro-Bold';
	font-size: 1.2em;
	margin-bottom: 1.25em;
	padding: 0.45em 0.5em 0.5em 0.5em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.btn-m {
	color: #FFF;
	display: block;
	font-family: 'SourceSansPro-Bold';
	font-size: 1.6em;
	margin-bottom: 1.25em;
	padding: 0.45em 0.5em 0.5em 0.5em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.btn-g {
	color: #FFF;
	display: block;
	font-family: 'SourceSansPro-Bold';
	font-size: 2em;
	margin-bottom: 1.25em;
	padding: 0.45em 0.5em 0.5em 0.5em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.btn-p:hover, .btn-m:hover, .btn-g:hover {
	color: #FFF;
}

.btn-azul-claro {
	background-color: #8a9bb4;
}

.btn-cinza {
	background-color: #c5ccd5;
}

.btn-roxo {
	background-color: #65296f;
}

.btn-verde-claro {
	background-color: #9bc762;
}

.btn-hover-cinza:hover {
	background-color: #c5ccd5;
}

.btn-animate {
	background-color: #e5e7ec;
	border: 1px solid #afb2b8;
	color: #222222 !important;
	height: 30px;
	overflow: hidden;
	padding: 0.35em 0.66em 0 2.66em;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.btn-animate:before {
	background-color: #8a9bb4 !important;
	border-right: 1px solid #afb2b8;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 30px;

	transition:         all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
}

html:not(.dsp-movel) .btn-animate:not(.not-animate):hover:before {
	border-right: none;
	width: 100%;
}

.btn-animate span {
	display: block;
	width: 100%;

	transition:         all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
}

html:not(.dsp-movel) .btn-animate:not(.not-animate):hover span {
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
}

.btn-animate.seta-right:before {
	background: url("../img/seta-btn-right.png") center center no-repeat;
}

.btn-animate.seta-left:before {
	background: url("../img/seta-btn-left.png") center center no-repeat;
}

.btn-animate.curriculo:before {
	background: url("../img/ico-curriculo.png") center center no-repeat;
}

.btn-animate.contato:before {
	background: url("../img/ico-contato.png") center center no-repeat;
}

.btn-animate.baixar:before {
	background: url("../img/ico-download.png") center center no-repeat;
}

.btn-animate.ico-lista:before {
	background: url("../img/ico-lista.png") center center no-repeat;
}

.btn-animate.download:before {
	background: url("../img/ico-bottom-top.png") center 7px no-repeat;
}

.btn-animate.resposta:before {
	background: url("../img/ico-bottom-top.png") center 7px no-repeat;
}

.btn-animate.resposta.active:before {
	background: url("../img/ico-bottom-top.png") center -17px no-repeat;
}

.btn-frm {
	background-color: #8a9bb4;
	color: #FFF;
	display: block;
	font-family: 'SourceSansPro-Light';
	font-size: 1.2em;
	padding: 0.15em 0 0.25em 0;
	text-align: center;
	width: 100%;
}

.btn-frm:hover {
	background-color: #555c7b;
}

.btn-vermelho {
	background-color: #9d2727;
	display: inline-block !important;

	transition: all 0.25s cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
    -webkit-transition: all 0.25s cubic-bezier(0.420, 0.000, 0.580, 1.000); 
   	-moz-transition: all 0.25s cubic-bezier(0.420, 0.000, 0.580, 1.000) ; 
   	-ms-transition: all 0.25s cubic-bezier(0.420, 0.000, 0.580, 1.000); 
    -o-transition: all 0.25s cubic-bezier(0.420, 0.000, 0.580, 1.000); 
}

.btn-vermelho:hover {
	background-color: #c54747;
}

/*
**********************************
Formulários
*/

.frm-set {
	display: block;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
}

.frm-set-btn {
	margin: 0;
	padding: 0;
} 

.frm-leg {
	color: #222222;
	font-family: 'SourceSansPro-Light';
	font-size: 1.2em;
	margin: 0;
	padding: 1em 0 1.4em 0;
	text-align: center;
}

.frm-lin {
	margin: 0 0 0.66em 0;
	padding: 0;
}

.frm-lin:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;	
}

.frm-lbl {
	color: #222222;
	display: block;
	float: left;
	font-family: 'SourceSansPro-Light';
	font-size: 1.2em;
	margin-top: -0.1em;
	padding: 0 0.6em 0 0.55em;
}

.frm-lbl.empty:after {
	content: ""
}

.frm-txt, .frm-txt-area, .frm-slc, .frm-txt-lista {
	background-color: #FFFFFF;
	border: 1px solid #8a9bb4;
	color: #222222;
	font-size: 1em;
	height: 30px;
	margin: 0;
	padding: 0 0.6em;
	resize: none;
}

.frm-txt-area {
	padding: 0.4em 0.6em;
}

.frm-slc {
	background: #FFF url("../img/arrow-select.png") right center no-repeat;
	padding: 0 2em 0 0.5em;
	width: 100%;
}

.frm-upl {
	float: left;
}

.frm-elm i.fa {
	color: #888;
	font-size: 1.25em;
}

.frm-txt-lista, .frm-slc-pgn {
	padding: 0.25em;
	width: 100%
}

.frm-slc-pgn {
	padding: 0.25em;
	width: auto;
}

.safari .frm-slc, .safari .frm-slc-pgn {
	line-height: 1.75em;
}

.frm-rdo, .frm-chk, .frm-chk-lista {
	margin: 0px;
	padding: 0px;
}

.frm-overflow {
	background-color: #FFFFFF;
	border: 1px solid #8a9bb4;
	display: block;
	height: 142px;
	overflow: auto;
	padding: 0.55em 0 0 0;
}

.frm-recaptcha {
	background: none;
	border: 0px solid #999999;
	display: block;
	float: left;
	padding: 0em;
}

.frm-recaptcha #recaptcha_widget_div {
	margin-left: -2px;
}

.frm-recaptcha p {
	margin: 0;
	padding: 0;
}

.frm-size-ppp {
	width: 5.3%;	
}

.frm-size-pp {
	width: 11%;	
}

.frm-size-p {
	width: 24.5%;	
}

.frm-size-pm {
	width: 26.5%;	
}

.frm-size-m {
	width: 48.5% !important;
}

.frm-size-mg {
	width: 70.5%;	
}

.frm-size-g {
	width: 72.5%;	
}

.frm-size-gg {
	width: 83%;	
}

.frm-size-full {
	width: 100%;	
}

.frm-size-hei-pp {
	height: 3.5em;
}

.frm-size-hei-p {
	height: 5em;
}

.frm-size-hei-m {
	height: 8em;
}

.frm-size-hei-g {
	height: 20em;
}

.frm-size-hei-gg {
	height: 30em;
}

::-webkit-input-placeholder  {
	color: #7780aa;
}

:-moz-placeholder  {
	color: #7780aa;
}

:-ms-input-placeholder  {
	color: #7780aa;
}

.placeholder  {
	color: #7780aa;
}

:focus::-webkit-input-placeholder  {
	color: #7780aa;
}

:focus:-moz-placeholder  {
	color: #7780aa;
}

:focus:-ms-input-placeholder  {
	color: #7780aa;
}

:focus.placeholder  {
	color: #7780aa;
}

:required:invalid {
	outline: none;
}

:required:valid {
	/*border: 1px solid #999999;*/
}

:-moz-ui-invalid {
    box-shadow: none;
}

:invalid {
    box-shadow: none;
}

:-moz-submit-invalid {
    box-shadow: none;
}

p.info {
	color:#000;
	font-size: 11px;
	margin: 0px;
	padding: 2px 0px 0px 0px;
}


/*
Formulários - Radio/Checkbox toolbar (customizar)
*/

.radio-toolbar,
.checkbox-toolbar {
	display: inline-block;
	margin: 0 1.4em 0.6em 0;
}

.radio-toolbar input,
.checkbox-toolbar input {
    display: none;
}

.radio-toolbar label,
.checkbox-toolbar label {
	background-color: #FFF;
	color: #8a9bb4;
	display: inline-block;
	padding: 0 0 0 9px;
}

.radio-toolbar input ~ label:before,
.checkbox-toolbar input ~ label:before {
	background: #8a9bb4 url("../img/ico-check.png") center center no-repeat;
	background-size: 0 0;
	content: ' ';
	display: block;
	float: left;
	height: 17px;
	margin: 0 0.66em 0 0;
	width: 17px;

	transition:         all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
}

.radio-toolbar input:checked ~ label:before,
.checkbox-toolbar input:checked ~ label:before {
	background: #8a9bb4 url("../img/ico-check.png") 1px 2px no-repeat;
	background-size: 15px 12px;
}


/*
Formulários - Subformulários (forms pequenos suspensos)
*/

.frm-peq {
	margin-top: 0.25em !important;
	min-width: 35% !important;
	width: 35% !important;
}

.frm-peq .frm-set {
	margin: 0 0 0 0;
	padding: 0.25em 0 1em 0;
	min-width: 100% !important;
	width: 100% !important;
}

.frm-peq .frm-set-btn {
	border: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 31%;
	text-align: left;
}

.frm-peq .frm-lbl {
	padding: 0.25em;
	margin-right: 1%;
	width: 30%;
}

.frm-peq .frm-txt, .frm-peq .frm-txt-area {
	padding: 0.25em !important;
}

.frm-peq .frm-slc {
	padding: 0.15em !important;
}

.safari .frm-peq .frm-slc {
	line-height: 1.25em;
}

.frm-peq .frm-size-p {
	max-width: 16.1%;
	width:16.1%;	
}

.frm-peq .frm-size-m {
	max-width: 33.1%;
	width:33.1%;
}

.frm-peq .frm-size-g {
	max-width: 67%;
	width:67%;	
}


/*
Formulários - Subformulários de busca (forms pequenos suspensos para busca)
*/

.frm-busca .frm-set {
	background: #FCF7C4;
	border: 1px solid #C7CFD4;
}

.frm-busca .frm-set-btn {
	background: #FCF7C4;
}


/*
Formulários - Subformulários ou boxes laterais (ao subformulário)
*/

.frm-peq-lat {
	float: right;
	margin-top: 0.25em !important;
	min-width: 64% !important;
	width: 64% !important;
}


/*
**********************************
Overlay - Mensagem de erro.
*/

html.pgn-erro-custom .ovr-erro {
	display: none !important;
}

html:not(.pgn-erro-custom) .ovr-erro {
	display: none;
}


html:not(.pgn-erro-custom) .ovr-erro-fundo {
	background: url(../img/overlay-erro-fundo.png);
	position: fixed;
	height: 100%;
	left: 0;
	overflow: hidden;
	top: 0;
	width: 100%;
	z-index: 999998;
}

html:not(.pgn-erro-custom) .ovr-erro-msg {
	background: #FFF;
	border: 1px solid #CCC;
	height: auto;
	left: 50%;
	margin-left: -250px;
	overflow: hidden;
	padding: 1.75em 2.5em 2.5em 2.5em;
	position: fixed;
	top: 20%;
	width: 500px;
	z-index: 999999;
   	
   	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	-ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	-o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);

	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

html.pgn-erro-custom .ovr-erro-msg {
	background-color: #556072;
	border: 1px solid #8a9bb4;
	margin: 2em 0 1em 0;
	min-height: 30px;
	padding: 3px 130px 4px 130px;
	position: relative;
	text-align: center;
}

html.pgn-erro-custom .ovr-erro-msg:before {
	background-color: #8a9bb4;
	color: #FFF;
	content: "!";
	display: block;
	font-family: 'SourceSansPro-Bold';
	font-size: 2.66em;
	height: 38px;
	left: 20px;
	padding: 8px 0 0 12px;
	position: absolute;
	text-align: left;
	top: -5px;
	width: 38px;
	list-style-type: 
}

html:not(.pgn-erro-custom) .ovr-erro-msg p {
	font-size: 1.25em;
}

html.pgn-erro-custom .ovr-erro-msg p {
	color: #FFF;
	font-size: 1em;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	html.pgn-erro-custom .ovr-erro-msg {
		padding: 5px 20px 8px 66px;
		text-align: left;
	}

	html.pgn-erro-custom .ovr-erro-msg:before {
		left: 10px;
	}

	html.pgn-erro-custom .ovr-erro-msg p {
		font-size: 0.8em !important;
	}
}
	
.ovr-erro-msg .at {
	color: #9d2727;
	font-size: 1.5em;	
	margin-bottom: 0.5em !important;
}

html.pgn-erro-custom .ovr-erro-msg .at,
html.pgn-erro-custom .ovr-erro-msg .btn-cls {
	display: none !important;
}

.ovr-erro-ok {
	background: #f6f8fb;
	border: 1px solid #556072;
	color: #556072;
	display: none;
	height: auto;
	left: 50%;
	margin-left: -175px;
	padding: 1em 1em 1.1em 1em;
	position: fixed;
	text-align:center;
	top: 5em;
	width: 350px;
	z-index: 1000000;
	
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	-ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	-o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);

	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.ovr-erro-ok p {
	margin: 0;	
}

/* iPhone 5 ou menor */
@media screen and (max-width: 568px) {
	html:not(.pgn-erro-custom) .ovr-erro-msg {
		margin-left: -140px;
		width: 280px;
	}

	.ovr-erro-msg-ok {
		margin-left: -140px;
		width: 280px;
	}
}	


/*
**********************************
Overlay - Genérico
*/

.ovr-geral-fundo {
	background: url(../img/overlay-geral-fundo.png);
	display: none;
	position: fixed;
	height: 100%;
	left: 0;
	overflow: hidden;
	top: 0;
	width: 100%;
	z-index: 999999988;
}

.ovr-geral-conteudo {
	background: #FFF;
	border: 1px solid #CCC;
	display: none;
	height: auto;
	left: 50%;
	margin-left: -325px;
	padding: 2em 2.6em 2.2em 2.6em;
	position: fixed;
	top: 7.5%;
	width: 650px;
	z-index: 999999989;
   
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	-ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	-o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);

	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.ovr-geral-conteudo.g {
	margin-left: -400px;
	width: 800px;
}

.ovr-geral-conteudo-msg p {
	color: #000;
	font-size: 1.2em;
	line-height: 1.2em;
}
	
.ovr-geral-fechar {
	position: absolute;
	right: -3.2em;
	top: -2.4em;
}

/* Tablets menor */
@media screen and (max-width: 768px) {
	.ovr-geral-conteudo {
		margin-left: -275px;
		width: 550px;
	}
}

/* iPhone 5 ou menor */
@media screen and (max-width: 568px) {
	.ovr-geral-conteudo {
		margin-left: -140px;
		width: 280px;
	}
}


/*
**********************************
Tabelas
*/

.tbl-lista {
	border-top: 1px solid #C7CFD4;
	border-right: 1px solid #C7CFD4;
	width: 100%;
}

.tbl-lista caption {
	padding: 0em 0 0.25em 0;
	text-align: left;
}

.tbl-lista th {
	background: #C7CFD4;
	border-left: 1px solid #C7CFD4;
	border-bottom: 1px solid #C7CFD4;
	font-weight: normal;
	padding: 0.75em;
	text-align: center;
}

.tbl-lista th.sub {
	background: #DFE5E8;
}

.tbl-lista th.ord-off {
	color: #000;
}

.tbl-lista td {
	border-left: 1px solid #C7CFD4;
	border-bottom: 1px solid #C7CFD4;
	padding: 0.5em;
}

.tbl-lista td span {
	color: #999;
}

.tbl-lista .reg, .tbl-boxes .reg {
	background: #FFF;
}

.tbl-lista .reg-checked, .tbl-boxes .reg-checked {
	background: #F3F3F9;
}

.tbl-lista .reg:hover, .tbl-lista .reg-checked:hover, .tbl-boxes .reg:hover, .tbl-boxes .reg-checked:hover {
	background: #F3F3F9;
	/*cursor: pointer;*/
}

.tbl-lista .pgn {
	background-color: #E6EAED;
}

.tbl-lista .ord-on {
	background-color: #A5B4BD;
	border: 1px solid #A5B4BD;
	color: #000000;
}

.tbl-lista .ord-on:hover, .tbl-lista .ord-off:hover {
	background-color: #A5B4BD;
	border: 1px solid #A5B4BD;
	color: #000;
	cursor: pointer;
}

.tbl-sublista, .tbl-sublista a {
	border: none;
	color: #999;
	font-size: 0.9em;
	width: 100%;
}

.tbl-sublista td {
	background: none;
	border: none;
	border-bottom: 1px solid #EEE;
	padding: 0.5em;
}

.tbl-sublista tr:last-child td {
	border-bottom: none;
}


/*
**********************************
Paginacao
*/

.paginacao .lnk-pgn, .paginacao .lnk-pgn-ativa, .paginacao .pgn-off {
	color: #000;
	font-weight: normal;
	padding: 0 2px;
	
}

.paginacao .pgn-off {
	color: #AAAAAA;
}

.paginacao .lnk-pgn-ativa {
	background: #000;
	color: #FFF;
	padding: 1px 5px 2px 5px;

	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}


/*
**********************************
Accordeon
*/

.menu-accordeon {
	margin: 2em 0 2.5em 0;
}

.menu-accordeon li {
	border-bottom: 1px #A1A1A1 solid;
 	color: #333333;
	list-style-type: none;
	margin: 0 0 1.25em 0;
	padding: 0 0 1.25em 0;
}

.menu-accordeon li i {
	cursor: pointer;
	display: block;
	float: right;
	margin: 0 50% 0 0;
}

.menu-accordeon li a, .menu-accordeon li a:hover {
	color: #333333;
	display: inline-block;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

.menu-accordeon li p {
	color: #666;
	display: none;
	margin-top: 1em;
	margin-bottom: 0;
}


/*
**********************************
Tabs
*/

.tabs .tabs-menu {
	display: inline;
	padding: 0;
}

.tabs .tabs-menu li {
	border: 1px #e8e9ea solid;
	border-right: 0;
	display: block;
	float: left;
	padding: 0.5em 1em;
}

.tabs .tabs-menu li.last {
	border-right: 1px #e8e9ea solid !important;
}

.tabs .tabs-menu li a {
	color: #858586;
	font-size: 1.1em;
}

.tabs .tabs-menu li a:hover {
	color: #626262;
	text-decoration: none;
}

.tabs .tabs-menu li.mark {
	background: #e8e9ea;
}

.tabs .tabs-menu li.mark a, .tabs .tabs-menu li.mark a:hover {
	color: #858586;
}

.tabs .tabs-item {
	display: none;
	padding: 0em 3em;
}

.margem-p-botao {
	margin-bottom: 0.5em !important;
}
.margem-botao-p {
	margin-bottom: 1.5em !important;
}

.margem-top-um-em {
	margin-top: 1em;
}

.margem-top-tres-em {
	margin-top: 3em;
}

.margem-left-tres-em {
	margin-left: 3em;
}

.fontzero { font-size: 0px;}
.fontzero * { height: 0px!important; width: 0px; padding: 0px; margin: 0px; border: none; line-height: 0px;
}

.f-size-0-8em {
	font-size: 0.8em;
}
