/*     stili elementi base        */

.sios-portlet .aui label {
	color: #333 !important;
}

.sios-portlet .sios_link {
	color: #009ae5;
	text-decoration: underline;
	cursor: pointer;
}

.sios-portlet ul.messages {
	clear: both;
	position: relative;
	float: left;
	width: 95%;
}

.sios-portlet .messages .portlet-msg-error,
.sios-portlet .portlet-msg-error
{
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #f2dede !important;
	border-color: #eed3d7 !important;
	color: #b94a48 !important;
	font-style: normal !important;
	font-weight: normal !important;
	padding-left: 28px !important;
	list-style: inside none none !important;
	font-size: 1.1em !important;
	background: #f2dede url( 'images/error.png' ) no-repeat scroll 4px 2px !important;
	clear: both;
	display: block;
	width: 99%;
}

/*  stile per le textfield */

/* standard */

.sios-portlet .sios_autocomplete input{
	width: 99.5%;
	color: #555 !important;
	font-size: 1em;
	padding-right: 0;
	padding-left: 0;
	text-indent: 7px;
	border-color: #bbbbbb !important;
}

.sios-portlet .sios_autocomplete input:hover{
	box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.075 ) inset, 0 0 8px rgba( 82, 168, 236, 0.6 ) !important;
	border-color: rgba( 0, 172, 255, 0.8 ) !important;
}

.sios-portlet .sios_autocomplete input:focus{
	box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.075 ) inset, 0 0 8px rgba( 82, 168, 236, 0.6 ) !important;
	border-color: rgba( 0, 172, 255, 0.8 ) !important;
}

.sios-portlet .sios_textfield{
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 2em !important;
	color: #555 !important; /*#8d8d8d !important;*/
	border-color: #BBBBBB !important;
	font-size: 1em !important;
	padding-bottom: 2px !important;
}

.sios-portlet .sios_textfield:hover {
	box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.075 ) inset, 0 0 8px rgba( 82, 168, 236, 0.6 ) !important;
	border-color: rgba( 0, 172, 255, 0.8 ) !important;
}

.sios-portlet .sios_textarea {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #555 !important; /*#8d8d8d !important;*/
	border-color: #BBBBBB !important;
	font-size: 1em !important;
}

.sios-portlet .sios_textarea:hover {
	box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.075 ) inset, 0 0 8px rgba( 82, 168, 236, 0.6 ) !important;
	border-color: rgba( 0, 172, 255, 0.8 ) !important;
}

/* primefaces */

/*
.sios-portlet .ui-inputfield {
	height: 1.4em !important;
}

.sios-portlet .ui-inputfield.ui-state-hover {
	box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.075 ) inset, 0 0 8px rgba( 82, 168, 236, 0.6 ) !important;
	border-color: rgba( 0, 172, 255, 0.8 ) !important;
*/

/* stile per la parte visibile delle combobox */

/* standard */

.sios_combo:disabled{
	border-color:#DEDEDE !important;
	color:#a4a4a4 !important;
}

.sios-portlet .sios_combo {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 2.15em !important;
	background: none !important;
	color: #555; /*#8d8d8d !important;*/
	padding-left: 3px !important;
	padding-bottom: 2px !important;
	border-color: #BBBBBB;
	font-size: 1em !important;
}

.sios-portlet .sios_combo:hover {
	box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.075 ) inset, 0 0 8px rgba( 82, 168, 236, 0.6 ) !important;
	border-color: rgba( 0, 172, 255, 0.8 ) !important;
}

/* primefaces */

.sios-portlet div.ui-selectonemenu {
	height: 1.8em !important;
	border-color: #ddd !important;
	background: none !important;
}

.sios-portlet div.ui-selectonemenu.ui-state-hover {
	box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.075 ) inset, 0 0 8px rgba( 82, 168, 236, 0.6 ) !important;
	border-color: rgba( 0, 172, 255, 0.8 ) !important;
}

.sios-portlet div.ui-selectonemenu-trigger {
	border-color: #ddd !important;
}

.sios-portlet label.ui-selectonemenu-label {
	box-shadow: none !important;
	color: #555 !important; /*#8d8d8d !important;*/
}

/*  stile per le combo ( appended to body ) panelStyleClass */

.sios-portlet ul.ui-selectonemenu-items {
	margin-left: 0px !important;
	margin-bottom: 0px !important;
}

.sios-portlet ul.ui-selectonemenu-items li.ui-state-disabled {
	opacity: 0;
	filter: Alpha(Opacity=0);
}

.sios-portlet .ui-selectonemenu-label.ui-inputfield {
	box-shadow: 0;
}

.sios-portlet .sios_checkbox .ui-chkbox-box.ui-state-default,
.sios-portlet .sios_checkbox .ui-chkbox-box.ui-state-active {
	background-image: none !important;
	background-color: white !important;
}

.sios-portlet .hasDatepicker input:hover {
	box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.075 ) inset, 0 0 8px rgba( 82, 168, 236, 0.6 ) !important;
	border-color: rgba( 0, 172, 255, 0.8 ) !important;
}

.sios-portlet .hasDatepicker input:focus {
	box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.075 ) inset, 0 0 8px rgba( 82, 168, 236, 0.6 ) !important;
	border-color: rgba( 0, 172, 255, 0.8 ) !important;
}

.sios-portlet .radio .ui-radiobutton-box{
	background-color: white;
	background-image: none;
}