* {
	font-family: 'open_sansregular', sans-serif;
	margin: 0;
	padding: 0;
	font-smooth: always;
}

.error_messages {
	background: rgba(0, 0, 0, 0) url("../imagens/error.svg") no-repeat scroll left center;
	background-size: 52px 52px;
	border: 1px solid #e3b2b5;
	color: #bf1b27;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin-top: 19px;
	padding: 16px 16px 16px 50px;
	text-align: left;
}

.warn_messages {
	background: rgba(0, 0, 0, 0) url("../imagens/warning.svg") no-repeat scroll left center;
	background-size: 52px 52px;
	border: 1px solid #e3b2b5;
	color: #bf1b27;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin-top: 19px;
	padding: 16px 16px 16px 50px;
	text-align: left;
}

.success_messages {
	background: rgba(0, 0, 0, 0) url("../imagens/success.svg") no-repeat scroll left center;
	background-size: 52px 52px;
	border: 1px solid #B5DFBB;
	color: #28B23B;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin-top: 19px;
	padding: 16px 16px 16px 50px;
	text-align: left;
}

.color_div {
	border-radius: 3px;
	height: 4px;
	width: 34px;
	background: #52006B left top no-repeat;
}

/*TITULOS*/
.titulos {
	border-bottom: 1px solid #dfe1e1;
	margin-left: 1%;
	margin-bottom: 62px;
	width: 98%;
	padding-top: 47px;
}

div.titulos_sem_margem {
	margin-bottom: 0px;
}

.titulos_dark {
	font-family: 'open_sansbold', sans-serif;
	font-size: 19px;
}

.titulos_light {
	font-size: 19.5px;
}

.titulos_dark, .titulos_light {
	line-height: 45px;
	display: inline-table;
}

.titulos_rounded {
	background: #dfe1e1 none repeat scroll 0 0;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	height: 6px;
	width: 6%;
}

/*TITULOS*/

/*BOTAO ATUALIZAR*/

.refresh_button_container {
	height: 62px;
	width: 550px;
}

.refresh_button {
	float: right;
	line-height: 20px;
	margin-top: 16px;
	width: 25%;
	background: #52006B left top no-repeat;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	font-size: 15px;
	border-radius: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	color: #FFFFFF;
}

/*BOTAO ATUALIZAR*/

/*TEXTOS*/
.dark_text {
	color: #2B343A;
}

.light_text {
	color: #808589;
}

/*TEXTOS*/

/*CONTAINERS*/
.container, #container_header, #container_footer {
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
	display: block;
}

.column-left, .column-right {
	display: inline-table;
}

.column-left {
	width: 38%;
	margin-right: 70px;
}

.column-right {
	width: 54%;
}

/*CONTAINERS*/

/*CABECALHO*/
#container_header {
	padding-top: 30px;
}

#header {
	width: 100%;
	background: #E8E8E8;
	border-bottom: 8px solid #52006B;
	color: #52006B;
}

/*#header_text {
	color: #52006B
}*/

#logo {
	width: 300px;
	display: inline-table;
}

.conteudo_header {
	border-left: 1px solid #AAAEB0;
	display: inline-table;
	font-size: 19px;
	height: 90px;
	line-height: 90px;
	margin-left: 43px;
	padding-left: 43px;
	position: relative;
	top: -25px;
}

/*CABECALHO*/

/*RODAPE*/
#footer {
	width: 100%;
	background: #DFE1E1;
	height: 255px;
}

#container_footer {
	padding-top: 75px;
	font-size: 9pt;
}

#logo_cinza {
	width: 300px;
	display: inline-table;
}

#conteudo_footer {
	display: inline-table;
	width: 225px;
	height: 73px;
	position: relative;
	top: -60px;
	border-left: 1px solid #AAAEB0;
	text-indent: 50px;
	line-height: 22px;
}

#redes_sociais {
	display: inline-table;
	height: 73px;
	position: relative;
	top: -60px;
	/*border-left: 1px solid #AAAEB0;*/
	padding-left: 57px;
	margin-left: 43px;
	width: 250px;
}

#redes_sociais > p {
	text-indent: 8px;
}

.redes_sociais_btn {
	display: inline-table;
	width: 39px;
	height: 39px;
	border: 0px;
	margin: 13px 8px 0;
}

#creditos_wps {
	display: inline-table;
	height: 73px;
	position: relative;
	top: -33px;
	border-left: 1px solid #AAAEB0;
	width: 150px;
}

#creditos_wps > div {
	left: 50px;
	position: relative;
	top: 15px;
}

#versao_site {
	color: #AAAAAA;
	text-align: center;
}

.footer_text_dark {
	color: #555D61;
	font-weight: bold;
}

.footer_text_light {
	color: #555D61;
}

/*RODAPE*/

/*FORMS*/
input[type="color"] {
	cursor: pointer;
}

.input, .button-primary, .input-alinhado, .input-full {
	border: 0 none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 15px;
	height: 50px;
	margin-top: 19px;
}

.input-full {
	text-indent: 5px;
}

.button-primary {
	background: #52006B left top no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	width: 49%;
}

.div-input-select {
	overflow: hidden;
	background: url(../imagens/option_icon.png) no-repeat right #FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.inline-input {
	display: inline-table;
	margin-right: 20px;
}

.div-input-select select {
	background: transparent;
	font-size: 15px;
	text-indent: 10px;
	line-height: 1;
	border: 0;
	width: 280px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.input_filter {
	border: 1px solid #dfe1e1;
	border-radius: 3px;
	line-height: 2.3;
	margin: 5px;
	padding-left: 3px;
	width: 285px;
}

#button_filter, #button_clean {
	background: #dfe1e1 none repeat scroll 0 0;
	border: 1px solid #dfe1e1;
	border-radius: 3px;
	font-family: "open_sansbold";
	font-size: 11px;
	line-height: 2.7;
	margin: 5px;
	padding-left: 25px;
	padding-right: 25px;
	cursor: pointer;
}

/*FORMS*/
/*GRID*/
.grid {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 5px;
}

.grid-header td, .grid-header th {
	border-bottom: 1px solid #eaebeb;
	border-top: 1px solid #eaebeb;
	font-size: 13px;
	font-weight: bold;
	height: 60px;
	color: #2b343a;
}

.grid-filters {
	height: 80px;
}

.grid td {
	padding-left: 30px;
}

.grid tr.even, .grid tr.odd {
	height: 60px;
	color: #808589;
	font-size: 13px;
}

.grid tr.even {
	background: #F9F9F9;
}

.grid tr.odd {
	background: #FFFFFF;
}

.icon_column {
	text-align: center;
	padding-left: 0;
}

tr.row-center {
	text-align: center;
}

/*GRID*/

.label_form, .input {
	position: relative;
	display: inline-block;
}

.input {
	width: 70%;
}

.line-is-mine {
	width: 100%;
}

.label_form {
	color: #2b343a;
	font-family: "open_sansbold", sans-serif;
	font-size: 17px;
	width: 120px;
}

/*GERAIS*/

/*ESTILOS ESPECIFICOS PARA O IE 10+*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.extrato_input_periodo {
		height: 33px;
		display: inline-block;
	}

}

/*ESTILOS ESPECIFICOS PARA O IE 10+*/

/*AREA RESTRITA*/
#menu {
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	line-height: 50px;
	padding-right: 0;
	text-align: center;
}

#menu > a {
	padding-left: 25px;
	text-decoration: none;
}

/*AREA RESTRITA*/

#fieldsetErro {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}
