#rodape {
	background-color: #A02214;
	padding: 5px 10px;
	text-align: left;
}

td.colunaTexto {
	float: left;
	margin-left: 30px;
}

td.colunaTexto1 {
	width: 81px;
	float: left;
	margin-top: 11px;
}

td.colunaTexto2 {
	width: 117px;
	float: left;
	margin-right: 30px;
}

td.colunaTexto3 {
	float: left;
    margin-right: 30px;
}

td.colunaTexto4 {
	width: 117px;
	float: left;
    margin-right: 30px;
}

td.colunaTexto5 {
	float: left;
}

.historico_rcs {
	width: 125px;
    margin-top: 15px;
    margin-left: 30px;
    float: left;
}

.historico_rcs_output {
	width: 125px;
    margin-top: 12px;
    margin-left: 30px;
    float: left;
}

td.colunaTextoRcs {
	width: 362px;
	float: left;
}

.div_geral {
	width: 740px;
}

.content-rodape {
	font: 12px arial, sans-serif;
	color: #ce4e38;
	text-align: center;
	position: fixed;
	bottom: 10px;
	width: 80%;
}

#footer {
	width: 100%;
	height: 2px;
	background: url(../img/footer_28.gif) repeat-x;
}

.big {
	width: 600px;
	padding: 10px;
	margin: 10px 0 15px -15px;
}

legend {
	font: 14px arial, sans-serif;
	color: #CE4E38;
	font-weight: bold;
	padding: 0 5px 0 5px;
}

input[type="submit"], input[type="button"] {
	border-radius: 3px;
	border: 1px solid #007586;
	background-image: linear-gradient(#009db2, #007586);
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px 4px;
	width: 100px;
	height: 30px;
}

input[type="button"].green-button {
	border-radius: 3px;
	background-image: linear-gradient(#009db2, #007586);
	border: 1px solid #007586;
}

input[type="submit"].green-button {
	border-radius: 3px;
	background-image: linear-gradient(#009db2, #007586);
	border: 1px solid #007586;
}

input[type="button"].red-button {
	border-radius: 3px;
	width: 100px;
	height: 30px;
	background-image: url(../img/color_btn.png);
	border: 1px solid #900000;
}

input[type="submit"].red-button {
	border-radius: 3px;
	width: 100px;
	height: 30px;
	background-image: url(../img/color_btn.png);
	border: 1px solid #900000;
}

.message {
	list-style: none;
	list-style-position: inside;
	background: none;
	color: #000000;
	font-size: 12px;
	border: 0;
	top: calc(0 - 10px);
	right: calc(10% - 10px);
	position: fixed;
	z-index: 99999999;
	min-width: 100%;
	min-height: 100%;
}

.rich-panel.message ul {
	margin: 0;
}

.modalPanelMensagem ul {
	margin-left: -8%;
}

.message li {
	background: no-repeat left center;
	padding-top: 1px;
	padding-left: 1px;
	list-style: none;
	min-height: 40px;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-right: 1px solid;
	line-height: 40px;
	margin: 0;
}

.message li.infomsg {
	background-image: url(../img/msginfo.png);
	background-color: #377120;
	background-position: 2% 50%;
}

.message li.errormsg {
	background-image: url(../img/msgerror.png);
	background-color: antiquewhite;
	background-position: 2% 50%;
}

.message li.warnmsg {
	background-image: url(../img/msgwarn.png);
	background-color: lightyellow;
	background-position: 2% 50%;
}


.messagemodal {
	list-style: none;
	list-style-position: inside;
	background: none;
	color: #000000;
	font-size: 12px;
	border: 0;
	top: calc(0 - 10px);
	z-index: 99999999;
	min-height: auto;
	min-width: auto;
	text-align: center;
}

.rich-panel.messagemodal ul {
	margin: 0;
}

.messagemodal li {
	background: no-repeat left center;
	padding-top: 1px;
	padding-left: 1px;
	list-style: none;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-right: 1px solid;
	line-height: 20px;
	margin: 0;
}

.messagemodal li.infomsg {
	/*background-image: url(../img/msginfo.png);*/
	background-color: #377120;
	background-position: 2% 50%;
}

.messagemodal li.errormsg {
	/*background-image: url(../img/msgerror.png);*/
	background-color: antiquewhite;
	background-position: 2% 50%;
}

.messagemodal li.warnmsg {
	/*background-image: url(../img/msgwarn.png);*/
	background-color: lightyellow;
	background-position: 2% 50%;
}

div.messagemodal infomessage {
	color: green;
	font-size: 20px;
}

div.messagemodal errormessage {
	color: #CB0707;
	font-size: 30px;
}

div.messagemodal warnmessage {
	color: yellow;
	font-size: 40px;
}

.rich-stglpanel-body {
	overflow: auto;
}

h2.titulo {
	font-size: 16px;
}

h4 {
	color: #666666;
}

h5 {
	color: #006699;
	font-size: 14px;
}

.separatorTitulo {
	background-image: none !important;
	background-color: #666666;
	height: 1px;
}

.separatorSubTitulo {
	background-image: none !important;
	background-color: #006699;
	height: 1px;
}

#Wrapper {
	background-image: none;
}

.actionButton {
	padding: 3px;
}

#mensagemPagina {
	color: #000000;
	font-size: 14px;
}

input[disabled='disabled'] {
	border: 1px !important;
}

table thead tr th.collumnHeaderWrap {
	white-space: normal;
}

.table-white-bg-color {
	background-color: #FFFFFF;
}

*.Clear {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}

div.message infomessage {
	color: green;
	font-size: 20px;
}

div.message errormessage {
	color: #CB0707;
	font-size: 30px;
}

div.message warnmessage {
	color: yellow;
	font-size: 40px;
}

.fontesRelatorioValores {
	font-size: 9px;
}

.dr-table .rich-table {
	background-color: #fff;
	border-left: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	empty-cells: show;
}

.linkbutton {
	background-image: url(../img/color_btn.png);
	border: 1px solid #900000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px 4px;
	text-decoration: none;
}

.labelDestak {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

.coluna1 {
	border: 1px solid;
	padding: 10px;
	width: 50%;
	vertical-align: top;
}

.coluna2 {
	border: 1px solid;
	padding: 10px;
	vertical-align: top;
	width: 50%;
	vertical-align: top;
}

.coluna1-noborder {
	border: 0px solid;
	width: 50%;
	vertical-align: top;
}

.coluna2-noborder {
	border: 0px solid;
	vertical-align: top;
	width: 50%;
}

.coluna2-noborder {
	border: 0px solid;
	vertical-align: top;
	width: 50%;
}

.v-align-top {
	border: 0px;
	vertical-align: top;
}

.iternalTable {
	border-right: 0px;
	border-bottom: 0px;
}

.boolean-checkbox {
	margin-left: 7px;
}

.coluna-40 {
	padding: 10px;
	vertical-align: top;
	width: 40%
}

.coluna-60 {
	padding: 10px;
	vertical-align: top;
	width: 60%
}

.noSemMarcacao {
	text-decoration: none;
}

.noDesabilitado {
	color: gray;
}

.negrito-10 {
	font-size: 10pt;
	font-weight: bold;
}

.negrito-12 {
	font-size: 12pt;
	font-weight: bold;
}

.negrito-12-blue {
	font-size: 12pt;
	font-weight: bold;
	color: blue;
}

.negrito-red {
	font-weight: bold;
	color: red;
}
.negrito-blue {
	font-weight: bold;
	color: blue;
}
.negrito-12-red {
	font-size: 12pt;
	font-weight: bold;
	color: red;
}

.negrito-12-gray {
	font-size: 12pt;
	font-weight: bold;
	color: gray;
}

.label-12 {
	font-size: 12pt;
}

.label-12-blue {
	font-size: 12pt;
	color: blue;
}

.label-12-red {
	font-size: 12pt;
	color: red;
}

.label-12-gray {
	font-size: 12pt;
	color: gray;
}

.label-8-gray {
	font-size: 8pt;
	color: gray;
}

.label-14-gray {
	font-size: 14pt;
	color: gray;
	font-weight: bold;
}

.negrito-10 {
	font-size: 10pt;
	font-weight: bold;
}

.negrito {
	font-weight: bold;
}

.negrito-10-blue {
	font-size: 10pt;
	font-weight: bold;
	color: blue;
}

.negrito-10-red {
	font-size: 10pt;
	font-weight: bold;
	color: red;
}

.negrito-10-gray {
	font-size: 10pt;
	font-weight: bold;
	color: gray;
}

.label-10 {
	font-size: 10pt;
}

.label-10-blue {
	font-size: 10pt;
	color: blue;
}

.label-10-red {
	font-size: 10pt;
	color: red;
}

.label-10-gray {
	font-size: 10pt;
	color: gray;
}


.column-left-width-5 {
	border: 0px;
	padding: 0px;
	text-align: left;
	width: 5%;
}

.column-left-width-25 {
	border: 0px;
	padding: 0px;
	text-align: left;
	width: 25%;
}

.column-center-width-25 {
	border: 0px;
	padding: 0px;
	text-align: center;
	width: 25%;
}

.column-right-width-25 {
	border: 0px;
	padding: 0px;
	width: 25%;
	text-align: right;
}

.column-left-width-50 {
	border: 0px;
	padding: 0px;
	text-align: left;
	width: 50%;
	vertical-align: bottom;
}

.column-right-width-50 {
	border: 0px;
	padding: 0px;
	width: 50%;
	text-align: right;
	vertical-align: bottom;
}

.column-left-content-bottom {
	border: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: bottom;
}

.column-right-content-bottom {
	border: 0px;
	padding: 0px;
	text-align: right;
	vertical-align: bottom;
}

.column-center-content-bottom {
	border: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
}

.tooltip {
	border-width: 1px;
	padding: 10px;
}

.tooltipLabel {
	float: right;
	font-size: 10pt;
}

.tooltipLabel-negrito {
	float: right;
	font-size: 10pt;
	font-weight: bold;
}

.tooltipData {
	font-size: 10pt;
}

.tooltipData-blue {
	font-size: 10pt;
	color: blue;
}

.tooltipData-red {
	font-size: 10pt;
	color: red;
}

.tooltipTitle {
	font-size: 10pt;
	color: gray;
	font-weight: bold;
}

.content-right-bottom {
	vertical-align: bottom;
	text-align: right;
}

.content-right-bottom-30 {
	width: 30%;
	vertical-align: bottom;
	text-align: right;
}

.content-left-bottom-30 {
	width: 30%;
	vertical-align: bottom;
	text-align: left;
}

.radio-etiqueta tr>td {
	padding-bottom: 60px;
}

.radio-etiqueta tr ~ tr td {
	padding-bottom: 0px;
}

.analise-cotacao-selecionado {
	text-decoration: underline;
}

.imagem-menu {
	width: 947px;
	height: 257px;
	margin-top: 125px;
	margin-left: 258px;
	opacity: 0.2;
	position: absolute;
}

.analise-cotacao-odd-group {
	background-color: #f0f0f5;
}

.analise-cotacao-even-group {
	background-color: #e0e0eb;
}

.analise-cotacao-odd-group-first {
	background-color: #f0f0f5;
	font-weight: bold;
}

.analise-cotacao-even-group-first {
	font-weight: bold;
	background-color: #e0e0eb;
}

.default-even-row {
	background-color: #f0f0f5;
}

.default-odd-row {
	background-color: #e0e0eb;
}

.campo-pesquisa-requerido {
	background: #ffffcc !important;
}

.circle-button {
	border-radius: 100px;
	font-size: 16px;
	height: 28px;
	width: 28px;
}

.componente-rodape {
	font-weight: bold;
	background-color: #ccc;
	border:#ccc;
}

.alinhamento-direita {
	text-align:right;
}

.alinhamento-esquerda {
	text-align:left;
}

.coluna50PercenteTop {
	width: 50%;
	vertical-align: top;
}

.vertical-middle-horizontal-center {
	text-align: center;
	vertical-align: middle;
}

.vertical-top-horizontal-center {
	text-align: right;
	vertical-align: top;
}

.vertical-middle-horizontal-right {
	text-align: right;
	vertical-align: middle;
}