/* =ERRORS-AND-MESSAGES */

.error,
.errors, 
.required-field {
	color: #FF0000;
}

.warnings {
	color: #0000FF;
}

/* =BALLOON */

.balloon {
	background-color: #D4E8E0;
	border-radius: 0;
	color: #333;
	font-size: .95em;
}

.balloon a {
	color: #333;
}

/* =TABLES */

.info-table th {
	text-align: center;
}

/* =DETAIL-FORM */

.detail-section-title {
	color: #CA2519;
	font-size: 1.3em;
	font-weight: 400;
	padding-bottom: 4px;
}

fieldset {
	border: 0;
}

legend {
	background: url("../../../img/agcom//background-legend.png") no-repeat scroll left center #173D56;
	color: #FFF;
}

.element {
	color: #505050;
	font-size: .95em;
	overflow: hidden;
}

.element input,
.element textarea,
.element select {
	background: url("../../../img/agcom/background-input-form.png") repeat-x scroll center top #FFF;
	border: 1px solid #CFCFCF;
	color: #505050;
}

.element .no-editable {
	background-color: #CFCFCF;
	margin-top: -1px;
}

.fieldset-row {
	border: 1px dotted #CCC;
}

.fieldset-row:hover {
	border: 1px solid #00FF00;
}

.portgare-list label, 
.portgare-view label {
	font-weight: 600;
}

.label {
	border-right: 1px dotted #CCC;
	color: #555;
	font-weight: 600;
}

.element label {
	font-weight: 600;
}

div div.note {
	background-color: #CCDDFF;
	border: 1px silver dotted;
}

div.sottosezione h4 {
	border-bottom: 2px #144873 solid;
	color: #144873;
}

.special {
	background-color: #D7DFE8;
	border: 1px solid #B7C9D9;
}

.special a {
	color: #043F56;
}

.list a {
	text-decoration: underline;
}

.back-link {
	border-top: 1px dotted #A8A8A8;
	padding-top: 4px;
}

.back-link a {
	background: url("../../../img/agcom/red-arrow.png") no-repeat scroll right center transparent;
	color: #CA2519;
	padding-right: 20px;
	text-transform: none;
}

/* =LIST-FORM */

.list-item {
	border-bottom: 1px dotted #ABABAB;
	margin: .5em 10px;
	padding: 20px 0;
}

.list-item-row {
	color: #555;
}

/* =FILTER-FORM */

.search {
	border: 1px dotted #CCC;
	margin: .3em;
	padding: .3em;
}

.search input[type="text"] {
	background-color: #FFF;
	border: 1px solid #BCCDF0;
	color: #454545;
}

.search .button {
	background: url("../../../img/agcom/search_box_icon.png") no-repeat scroll center center #B70039;
	background-color: #E9E9E9;
	border: 1px solid #336699;
	color: #FFF;
	filter: none;
	height: 1.6em;
	padding: 6px 27px;
	text-indent: -999em;
	outline-color: #CCC;
	overflow: hidden;
	vertical-align: bottom;
}

.search a {
	color: #BC1010;
}

/* =CHANGE-PASSWORD-FORM */

#change_password_form label.error {
	color: #B70039;
}

#change_password_form label.success_msg {
	color: #0060BF;
}

/* =WIZARD-STEPS */

.steps {
	background-color: #173d56;
	color: #FFF;
	padding: 4px 0;
}

.current-step {
	background-color: #FFF;
	border-left: 1px solid #173D56;
	border-right: 1px solid #173D56;
	border-top: 1px solid #173D56;
	color: #173D56;
	padding: 4px;
}

/* =PAGINATION */

#pagination-navi .selected {
	font-weight: bold;
}

/* =MENU-FORM */

.menu-gestione {
	background-color: #0B718B;
}

.menu-gestione li {
	border: 1px solid #FFF;
}

.menu-gestione li:hover, 
.menu-gestione li:focus {
	background-color: #FFF;
	border: 1px solid #0B718B;
}

.menu-gestione li.disabled {
	background-color: #F2F2F2;
}

.menu-gestione a {
	color: #FFF;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 2.3;
}

.menu-gestione li:hover a, 
.menu-gestione li:focus a {
	color: #0B718B;
	text-decoration: none;
}

.menu-gestione li.disabled a {
	color: #C4C4C4;
}

.menu-gestione li.disabled:hover, 
.menu-gestione li.disabled:focus {
	background-color: #F2F2F2;
	border: 1px solid #FFF;
}

.menu-gestione li.disabled:hover a, 
.menu-gestione li.disabled:focus a {
	color: #C4C4C4;
}

.menu-gestione .info {
	color: #333;
}

.menu-gestione li.with-info a {
	line-height: 1.2;
}
