
.logo {
    overflow: hidden;
    width: 100%;
}

.label {
	text-align: right;
}

.tabelaMensagem {
	background-color: #FFF8C6;
	width: 100%;
	margin-bottom: 15px;
}

.rich-messages-label {
	
	/*vertical-align: super;*/
	font-weight: bold;	
	/*padding-bottom: 15px;*/
	/*padding-left: 5px;*/
	
	
}

.rich-messages-marker {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 1px;
	padding-right: 1px;
}

.esquerda{
	text-align: left;
}
.direita{
	text-align: right;
}
.centro{
	text-align: center;
}
.justificado{
	text-align: justify;
}

.negrito{
	font-weight: bold;
}

.verde{
	color: green;
}

.vermelho{
	color: red;
}

.cinza{
	color: #999999;	
}

.tdDestaque{
	border-right-width: 2px;
}

.estatDestaque{
	margin-top: 2px;
	border-top-width: 2px;
}

.pergunta{
	font-size: 13px;	
}

.rich-mpnl-controls {
	z-index: 1;
}

textarea:focus,input:focus,select:focus {
	background-color: #FFF8C6; /* #FFF380;  #FFFFDD; */
}

.rich-menu-list-border {
	opacity: 1;
	filter: alpha(opacity=100); 
}

.semBorda {
	border: none;
}

@media print{
	/** Qquer coisa escondida para impressao **/
	.noPrint {
		display:none;	
	}
}

.obrigatorio{
	background-color: #FFFF00;
}

.fileUploadCustomClass {
		width: 100px !important; 
		background: none;
		border-width: 0px;
		border: none;    
}

.fileUploadCustomClass div.rich-fileupload-list-decor {
		width: 100px !important; 
		background: none;
}

.fileUploadCustomClass .rich-fileupload-list-decor {
		border-width: 0px;
}

.fileUploadCustomClass .rich-fileupload-toolbar-decor {
		background: none;
		background-color: transparent;
		border-width: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		border-spacing: 0px;
}

.fileUploadCustomClass .rich-fileupload-button-border {
		margin-right: 0px;
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 1px;       
    	border:none !important;
}

.fileUploadCustomClass .rich-fileupload-ico-add, 
.fileUploadCustomClass .rich-fileupload-ico-add-dis{
		background: none;
		padding-left: 0px;
}
   
.fileUploadCustomClass .rich-fileupload-button, 
.fileUploadCustomClass .rich-fileupload-button-press {	
	   	border:none !important;	
		background: none;
		padding: 0px;
		cursor: pointer;
		font-weight: normal;
}
   
.fileUploadCustomClass .rich-fileupload-button-light{
		background: none;
	   	background: none;
	   	border:none !important;
	   	cursor: pointer;
	   	padding: 0px;
		font-weight: normal;
}
   
.fileUploadCustomClass .rich-fileupload-toolbar-decor{
		border: none;
		background: none;
		width: auto;    
}
   
.fileUploadCustomClass .rich-fileupload-button-content{
		padding: 0px;
}
   
.fileUploadCustomClass .rich-fileupload-button .rich-fileupload-button-content{
		color: #0000ee;
}
   
.fileUploadCustomClass .rich-fileupload-button-light .rich-fileupload-button-content{
	 	color: #0072ff;
	 	text-decoration: underline;
}
   
.fileUploadCustomClass .rich-fileupload-ico-stop, 
.fileUploadCustomClass .rich-fileupload-hidden,
.fileUploadCustomClass .rich-fileupload-list-overflow {
		display:none;
}
   
.fileUploadCustomClass input.rich-fileupload-hidden {
	   	display:block;
	    opacity: 0;
	    cursor: pointer;
}    
	
.fileUploadCustomClass .rich-fileupload-button-dis {
	   	padding: 0px;
	    cursor: pointer;
}    

.break-long-words {
	  overflow-wrap: anywhere !important;
	  word-wrap: break-word;
	  word-break: break-all;
	  word-break: break-word;
	  hyphens: auto;
}
	