* {
	font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman",
		"HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular',
		"Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}

body {
	font-size: 12px;
	background-color: #DFDED4;
}

div[id*="div"] {
	margin: 2em 0;
}

fieldset {
	border: 1px solid #D6D3C4;;
}

fieldset legend {
	color: #D04928;
	font-weight: bold;
	text-transform: uppercase;
}

.rf-msg-err {
	color: #FF0000;
}

.bold {
	font-weight: bold;
}

/* layout */
div#menu {
	width: 95%;
	margin: 10px auto;
	padding: 0;
}

div#container {
	width: 95%;
	margin: 0 auto;
	background-color: #FFF;
	border: 1px solid #432F21;
	border-bottom: 3px solid #432F21;;
}

div#containerLogin {
	width: 50%;
	margin: 0 auto;
	background-color: #FFF;
	border: 1px solid #432F21;
	border-bottom: 1px solid #432F21;;
}

div#container h1 {
	background-color: #432F21;
	margin-top: 0;
	color: #FFF;
	padding: 3px 3px 3px 20px;
	font-size: 14px;
	text-transform: uppercase;
}

div#MPFPgtoGerar {
	font-size: 14px;
	text-align: justify;
}

div.conteudo {
	margin: 20px;
}

.bottomBorder {
	border-bottom: 1px solid black;
}

.label {
	font-weight: bold;
	margin-right: 15px;
}

.container-left {
	width: 45%;
	float: left;
}

.container-right {
	width: 45%;
	float: right;
}

.ato-left {
	width: 20%;
	float: left;
	padding: 20px;
}

.ato-right {
	width: 70%;
	float: right;
	padding-top: 70px;
}

.ato-right>input {
	/* margin: 20px; */
	
}

.item-doc {
	vertical-align: middle;
}

.list-item {
	margin-right: 1em;
}

/* menu */
.ui-menubar {
	background-image: none !important;
	background-color: #666 !important;
	box-shadow: none;
	border-radius: 0em;
}

ul {
	background-image: none !important;
	background-color: #666 !important;
	box-shadow: none;
	border-radius: 0em;
}

ul li.ui-menuitem-active>a {
	background-image: none !important;
	background-color: #AAA !important;
	box-shadow: none;
	border-radius: 0em;
}

.ui-menuitem-text {
	font-size: 16px;
	color: white;
	text-align: left;
	padding: 2px 10px 2px 10px;
}

.rf-ddm-itm-ic: {
	display: none;
	float: none;
	text-align: center;
}

.rf-tb {
	border: 0;
	font-size: 16px;
	background-color: #737168;
	text-align: center;
}

.rf-ddm-itm.rf-ddm-itm-sel {
	border: 0px solid #737168;
}

.rf-ddm-itm-ic, .rf-ddm-itm, .rf-ddm-itm-sel, .rf-ddm-itm-unsel,
	.rf-ddm-lbl {
	border: 0;
	margin: 0 auto;
	padding: 6px;
	text-align: left;
	background-color: #737168;
	color: #FFF;
}

.rf-ddm-itm-ic:hover, .rf-ddm-itm:hover, .rf-ddm-itm-sel:hover,
	.rf-ddm-itm-unsel:hover, .rf-ddm-lbl:hover {
	border: 0;
}

.rf-ddm-unsel:hover {
	background-color: #737168;
}

.rf-dt-ftr .rf-dt-ftr-c {
	background: #CDCAB9;
}

.rf-ds-btn {
	background: #737168;
	border: #737168;
	color: #FAFAFA;
}

/* componentes */
.spacer {
	margin: 0;
	min-height: 16px;
}

input.btn {
	/*background-color: #E7512D;*/
	color: #FFF;
	border: 1px solid #E7512D;
	padding: 5px;
	margin-right: 10px;
}

.btnLimparFiltros{
	padding: 3px;
    margin-right: 10px;
    border: 0px solid #E7512D;
    font-size: 11px;
    font-family: Arial, Verdana, sans-serif;
    color: #FFFFFF;
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #900000;
    background-image: url(../org.richfaces.images/buttonBackgroundImage.png);
}

input.btn-pesquisar {
	background-color: #E7512D;
	color: #FFF;
	border: 0;
}

input.btn:hover, input.btn-pesquisar:hover {
	cursor: pointer;
	background-color: #D04928;
}

input.btn:active, input.btn-pesquisar:hover {
	cursor: pointer;
	background-color: #EC7457;
}

textarea, input[type="text"], input[type="password"], select {
	border: 1px solid #CDCAB9;
	color: #432F21;
	/*background-color: #FDEEEA;*/
	width: 250px;
	font-size: 12px;
}

select.medium {
	width: 100px;
	margin-right: 10px;
}

/* tables */
.clmn-lote {
	background-color: #CDCAB9;
	font-weight: bold;
}

.rf-dt, .rf-dt td, .rf-edt-c, .rf-edt {
	border: 1px solid #CDCAB9;
}

.rf-dt th, .rf-edt-hdr-c {
	border: 1px solid #CDCAB9;
	background-color: #CDCAB9;
}

.rf-dt tr:nth-child(even), .rf-edt tr:nth-child(even) {
	background-color: #EFEEEA;
}

.rf-dt tr:hover, .rf-edt-tbl tr:hover {
	background-color: #FDEEEA;
}

td.center {
	text-align: center;
}

td.acoes {
	width: 150px;
}

td.mini {
	width: 35px;
}

td.pequeno {
	width: 50px;
}

td.medio {
	width: 100px;
}

td.grande {
	width: 150px;
}

td.gigante {
	width: 300px;
}

td.acoes img {
	margin: 0.5em;
}

td.right {
	text-align: right;
}

div.rf-edt-tbl-hdr {
	background-color: #737168;
	color: #FFF;
}

th.rf-dt-hdr-c {
	border: 1px solid #F2F2EE;
	background-color: #CDCAB9;
	color: #000;
}

.rf-dt-nd-c, .rf-edt-ndt {
	color: #E64545;
	font-weight: bold;
}

/* tabs */
.rf-tab-hdr-tabline-vis.rf-tab-hdr-tabline-top {
	border-style: none;
}

.rf-tab-hdr-act.rf-tab-hdr-top, .rf-tab-hdr-inact.rf-tab-hdr-top {
	padding: 4px;
}

.rf-tab-lbl {
	vertical-align: middle;
}

.rf-tab-hdr-brd {
	display: none;
}

.rf-tab-hdr-act {
	border: 1px solid #E7512D;
	background-color: #E7512D;
	color: #FFF;
	padding-top: 3px;
}

.rf-tab-cnt {
	border: 1px solid #E7512D;
}

.rf-tab-hdr-inact {
	border: 1px solid #E7512D;
	border-bottom: 0;
}

.rf-tab-hdr-inact {
	border: 1px solid #F3A896;
	background-color: #F3A896;
	color: #432F21;
	font-weight: bold;
}

.rf-tab-hdr-dis {
	border: 1px solid #F2F2EE;
	background-color: #F2F2EE;
	color: #888885;
	font-weight: bold;
}

/* panels */
.rf-p-hdr {
	border: 0;
	padding: 3px;
	background-color: #DFDED4;
	color: #432F21;
	font-weight: bold;
	padding-left: 10px;
}

.rf-p {
	border: 0;
	background-color: #F2F2EE;
}

.subpanel {
	background-color: #D4D4CE;
}

.panelUser {
	float: right;
	width: 10.5%;
	color: white;
}

/* popups */
.rf-pp-cntr {
	border: 0;
}

.rf-pp-cnt-scrlr {
	background-color: #F2F2EE;
}

.rf-pp-hdr {
	padding: 0;
	text-transform: uppercase;
}

.rf-pp-hdr-cnt {
	background-color: #432F21;
	padding: 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}

/* calendar */
.rf-cal-popup {
	background-color: #F6F6F6;
	color: #432F21;
}

.rf-cal-hdr {
	background-color: #E7512D;
	color: #FFF;
}

.rf-cal-tl-btn {
	border: 0;
}

.rf-cal-tl-btn:hover {
	background-color: #E7512D;
}

/* forms */
label {
	display: block;
	margin: 1em 1em .5em 0;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
}

.t300 {
	display: block;
	margin: 1em 1em .5em 0;
	font-size: 12px;
	font-weight: bold;
	width: 300px;
}

.t350 {
	display: block;
	margin: 1em 1em .5em 0;
	font-size: 12px;
	font-weight: bold;
	width: 350px;
}

.t400 {
	display: block;
	margin: 1em 1em .5em 0;
	font-size: 12px;
	font-weight: bold;
	width: 400px;
}

/* file uploader */
.rf-fu {
	border-color: #CDCAB9;
}

.rf-fu-hdr {
	border: 1px solid #FDEEEA;
	background-color: #FDEEEA;
}

.rf-fu-btn-add, .rf-fu-btn-cnt-upl, .rf-fu-btn-cnt-clr, .rf-fu-btn-upl,
	.rf-fu-btn-clr {
	border: 1px solid #E7512D;
	background-color: #E7512D;
	color: #FFF;
}

.rf-fu-itm {
	border-bottom: 1px solid #CDCAB9;
	color: #432F21;
}

.btn-alink {
	background-color: #E7512D;
	color: #FFF;
	border: 1px solid #E7512D;
	padding: 5px;
	margin-right: 10px;
	text-decoration: none;
}

.btn-alink:hover {
	cursor: pointer;
	background-color: #D04928;
}

.btn-alink:active {
	cursor: pointer;
	background-color: #D04928;
}

/* messages */
ul.message {
	padding: 0;
	width: 95%;
	margin: 0 auto;
}

.message li {
	font-weight: bold;
	font-size: 12px;
	list-style: none;
	background: no-repeat left center;
	margin: 1em 0;
	padding: 8px 0 6px 30px;
	background-position: 5px 5px;
}

.warnmsg {
	display: none;
	background-image: url('/aplic/javax.faces.resource/img/exclamation-circle-frame.png.xhtml') !important;
	color: #FF9900;
	border: 1px solid #FF9900;
	background-color: #FFFFCC !important;
	background-position: 5px 5px
}

.errormsg {
	display: none;
	background-image: url('/aplic/javax.faces.resource/img/cross-circle-frame.png.xhtml') !important;
	color: #E65C5C;
	border: 1px solid #E65C5C;
	background-color: #FFD6D6 !important;
	background-position: 5px 5px;
}

.infomsg {
	display: none;
	background-image: url('/aplic/javax.faces.resource/img/information-frame.png.xhtml') !important;
	color: #3399FF;
	border: 1px solid #3399FF;
	background-color: #E0F0FF !important;
	background-position: 5px 5px;
}

.informacao {
	display: block;
	margin: 0 auto;
	font-weight: bold;
	font-size: 12px;
	list-style: none;
	background: no-repeat left center;
	margin: 1em 0;
	padding: 10px 10px 10px 50px;
	background-image: url('/aplic/javax.faces.resource/img/information-frame.png.xhtml');
	color: red;
	border: 1px solid #3399FF;
	background-color: #E0F0FF !important;
	background-position: 20px;
}

.aviso {
	display: block;
	font-weight: bold;
	font-size: 12px;
	list-style: none;
	background: no-repeat left center;
	margin: 1em 0;
	padding: 10px 10px 10px 50px;
	background-image: url('/aplic/javax.faces.resource/img/exclamation-circle-frame.png.xhtml') !important;
	color: #FF9900;
	border: 1px solid #FF9900;
	background-color: #FFFFCC !important;
	background-position: 20px;
}

.errado {
	display: block;
	margin: 0 auto;
	font-weight: bold;
	font-size: 12px;
	list-style: none;
	background: no-repeat left center;
	margin: 1em 0;
	padding: 10px 10px 10px 50px;
	background-image: url('/aplic/javax.faces.resource/img/cross-circle-frame.png.xhtml') !important;
	color: #E65C5C;
	border: 1px solid #E65C5C;
	background-color: #FFD6D6 !important;
	background-position: 20px;
}

.erradoPanelEx .rf-p-b {
	padding: 0;
}
.erradoPanel {
	display: block;
	margin: 0 auto;
	font-weight: bold;
	font-size: 12px;
	list-style: none;
	background: no-repeat left center;
	margin: 0;
	padding: 10px 10px 10px 50px;
	background-image: url('/aplic/javax.faces.resource/img/cross-circle-frame.png.xhtml') !important;
	color: #E65C5C;
	border: 1px solid #E65C5C;
	background-color: #FFD6D6 !important;
	background-position: 20px;
}

.textarea_erro {
	background-color: #EFEFEF;
	;
	overflow:auto;
	font-size:12px;
	font-family:Trebuchet MS, Arial, Tahoma, Verdana;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	float: left;
	
}



.msgsContainer {
	margin-left: 2.5%;
	margin-right: 2.5%;
}

.labelOutput {
	color: black;
	text-align: justify;
	font-weight: bold;
	padding: 0;
	width: 100px;
}

.labelUserName {
	text-align: center;
	font-weight: 500;
	color: white;
	margin: 0px;
	padding: 0px;
}

li.ui-menuitem.ui-menubar-options.ui-widget.ui-corner-all {
	height: 25px;
	padding: 8px 8px 0px 8px;
}

li.ui-menuitem.ui-menubar-options.ui-widget.ui-corner-all:hover {
	background-image: none !important;
	background-color: #AAA !important;
	box-shadow: none;
	border-radius: 2px;
}

.showOutput {
	color: black;
	text-align: justify;
	font-weight: normal;
	padding: 0;
	width: 100px;
}

/* links */
a.edicao, a.edicao:visited {
	color: #FFFFFF;
	text-align: right;
	float: right;
	text-decoration: none;
	margin-right: 10px;
}

a.edicao:hover {
	color: #000000;
	text-decoration: underline;
}

.closeMessage {
	position: relative;
	float: right;
}

.alink {
	opacity: 0.3;
	filter: alpha(opacity = 30);
}

.alink:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.alink:active {
	opacity: 0.3;
	filter: alpha(opacity = 30);
}

/*Cor Classificados*/
.t-vermelho {
	color: red;
}

.t-verde {
	color: red;
}

.vermelho {
	background-color: red;
}

.verde {
	background-color: green;
}

.amarelo {
	background-color: yellow;
}

.legendaVermelho {
	width: 10px;
	height: 10px;
	border: 1px solid #000;
	background-color: red;
}

.legendaVermelhoTudo {
	width: 35px;
	height: 21px;
	background-color: red;
}

.legendaVerde {
	width: 10px;
	height: 10px;
	border: 1px solid #000;
	background-color: green;
}

.legendaVerdeTudo {
	width: 35px;
	height: 21px;
	background-color: green;
}

.legenda {
	margin-left: 20px;
	margin-bottom: -20px;
}

.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield {
    box-shadow: 0 2px 2px #74B2E2 inset;
}

.campoTexto {
	border: none;
}

.campoTexto:ACTIVE {
	border: none;
}

.ui-state-hover:hover{
	    background-color: #FFFFFF;
	
}

button:hover, input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:hover {
    /* background-position: bottom left; */
    /* background-repeat: repeat-x; */
     background-image: none; 
    /* background-color: #900000; */
}

.formato {	
	margin-right: 5px;
	font-style: italic;
	color: red;	
}

.posicionamentoIcon{
	display: inline-block;	
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-icon {
	display: inline-block !important;
}	

.ui-selectonemenu-items-wrapper ul {
	background-image: none !important;
	background-color: #fff !important;
	box-shadow: none;
	border-radius: 0em;
}

.ui-selectonemenu-items-wrapper li:hover {
	background-image: none !important;
	background-color: #aaaaaa  !important;
	box-shadow: none;
	border-radius: 0em;
}

.text-too{
	display: inline-block;
      width: 5em;
     color: red; 
}

.text-too title{
	display: inline-block;
      width: 5em;
     color: red !important; 
}

