@CHARSET "UTF-8";

ul {list-style-type:none; padding-left: 6px; padding-right: 6px;}
		
.cabecalhoDuv {
	padding: 5px;
	margin-top:15px;
	border-bottom: 1px solid #E79A00;
	overflow:auto;
	height: 25px;
}

.cabecalhoDuv .title {
	padding-left:5px;
	color: #5e5e2a;
	font-family: Arial, Verdana;
	font-size:14pt;
	font-weight:bold;
	float:left;
}

.cabecalhoDuv .label {
	color: #3b3b00;
	font-size:13pt;
	float: right;
	font-weight: bold;
}

.menuDuv {
	border-right: 1px dashed #77784b;
	vertical-align: top;
	width: 230px;
	height: 100%;
}

.conteudoDuv {
	padding: 5px;
	vertical-align: top;
}

.toolbarDuv{
	padding: 5px;
	height: 25px;
	border-bottom: 1px solid;
	border-bottom-style: groove; 
}

.welcome {	
	width: 500px;
	margin-top: 50px;
	padding:15px;
	border: 1px solid #77784b;
	position:absolute;
	left:50%;
	margin-left:-250px;
	margin-top:70px;
	font-family: Arial, Verdana;
	font-size:13pt;
	text-align: center;	
}

.rich-fieldset{	
	margin: 10px;
	margin-top: 5px;
}

.fieldSetTela{
	margin-top: 20px;
}

.fieldSetModal{
	margin-top: 10px;
}

.fieldSetField{
	margin-top: 0px;
}

.expirado {
	color: gray !important;
	font-style: italic;
}

.invalido {
	color: red;
	text-decoration: line-through;
}

.rich-tree-node{
	width: 180px;
}
.rich-tree-node-selected{		
}

a.linkButton{
	text-decoration: none; 
  	color: #FFFFFF;
}

a.linkButton:hover {
  text-decoration: none; 
  color: #FFFFFF;
 }
 
.fontRichTree {
  color: red;
 }
 
.fontRichTreeCargas {
  color: red;
  background-color: #F5DEB3;
 }

 
.fieldSetDadosConsultaAdministracao{
	margin: 1px;
	border: 1px solid;
	vertical-align: top;
}

.fieldSetDadosConsultaAdministracaoHeader{
	margin: 1px;
	border: 10px solid;
}

.textoSinaleiro {
	vertical-align: top;
}


.rich-list-picklist-disabled .rich-picklist-list{
	background-color:#E1E1E1;
}

.nowrap {white-space: nowrap;}
.wrap {white-space: normal;}

.colunnCertificadoCLP {
  color: red;
 }
 
 /* Usada para destacar uma linha que está sendo alterada.
 Exemplo, ao clicar no botão de alterar em uma linha abre-se uma caixa acima da tabela para alteração dos valores. 
 Então se aplica esse fundo para destacar a linha que está sendo alterada.
 */
 .linha-edicao {
 	background-color: #EEE9D1 !important;
 }
  /* Usada para destacar uma linha que está sendo excluída.
 Exemplo, ao clicar no botão de excluir é apresentada uma caixa de confirmação. 
 Então se aplica esse fundo para destacar a linha que seria excluída caso se confirme.
 */
 .linha-exclusao {
 	background-color: #E1E1E1 !important;

 }
 input.realcaDescricaoVermelho[type="text"][disabled] { 
	color: red !important;
}
select.realcaDescricaoVermelho[disabled] { 
	color: red !important;
}
 input.realcaDescricaoVermelho[type="text"][readonly] { 
	color: red !important;
}