.form-control {
	padding:0px !important;
	display: initial !important;
}

select.ui-helper-hidden {
	display: none;
}

.form-group .ui-message {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 13px;
}

.ui-message[id $= "ckEditorMsg"] {
	margin: 10px 0;
	font-size: 13px;
}

.form-control textarea, .cke_chrome {
	width: 100% !important;
}

#content h4 {
	color: #13967E;
	margin-top: 0px !important;
	
}

textarea, .cke_chrome {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.no-icon-dialog .ui-icon.ui-confirm-dialog-severity {
	display: none;
}

.marker {
	background-color: #FF0;
}

.input__bgwhite {
	background-color: #fff;
}

.colunaEvento {
	width: 20%;
}

.colunaIdent {
	text-align: center;
	width: 20%;
}

.colunaDesc {
	width: 60%;
}

.fontSize75 {
	font-size:75%;
}

.ui-state-hover {
	border: 1px solid #fff !important;
	background: #fff !important;
}

.columnHeader1 {  
    float: left;  
}  
  
.columnHeader2 {  
    float: left;  
}
.columnHeader3  {  
    float: right;  
}  
