.portlet-msg-error.portlet-msg-error-inline{
	padding: 8px;
	display: block;
}

.ui-autocomplete {
	width: 100% !important;
}

.ui-widget-content {
	border: 0px !important;
}

.fieldset_title {
	cursor: pointer;
}

.buttonDashboard {
	display: inline-block;
	padding: 0.3em 1.2em;
	margin: 0 0.1em 0.1em 0;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #FFFFFF;
	text-shadow: 0 0.04em 0.04em rgba(0, 0, 0, 0.35);
	text-align: center;
	transition: all 0.2s;
}

.buttonDashboardSelected {
	display: inline-block;
	padding: 0.3em 1.2em;
	margin: 0 0.1em 0.1em 0;
	border: 1px solid #869cad !important;
	border-radius: 7px;
	box-sizing: border-box;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #FFFFFF;
	text-shadow: 0 0.04em 0.04em rgba(0, 0, 0, 0.35);
	text-align: center;
	transition: all 0.2s;
}


.tableRecent{
	border: 1px solid #869cad !important;
	border-radius: 7px;
}


a.disabled_click {
   pointer-events: none;
   cursor: default;
}