.not-signed-alert {
	color: #C00000;
}


/* =BALLOON */
.balloon {
	margin-top:5px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top,white,#f2f2f2);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(white),to(#f2f2f2));
    background-image: -webkit-linear-gradient(top,white,#f2f2f2);
    background-image: -o-linear-gradient(top,white,#f2f2f2);
    background-image: linear-gradient(to bottom,#fff,#f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	font-size:14px;
}

.balloon a {
	color: #043F56;
}

/* =TABLES */
.info-table tbody tr {
	border-bottom: 0;
}

.light-table, .light-table th, .light-table td {
	/*border: 0;
	color: #000;*/
}

.light-table th {
	/*background-color: #b22825;
	color:#fff;*/
}

.light-table td {
	/*background: none;*/
}

.bordered-table tbody tr {
	border-bottom-color: #c5d9e3;
}

/* =DETAIL-FORM */

.detail-section-title {
text-align: center;
    background-color: #f9f9f9;
    border-radius: 5px;
    color: #555;
    border: 1px solid #ddd;
}

.detail-row label{
	font-weight:normal;
}

 .detail-section .detail-row ul li a , .last-detail-section .detail-row ul li a {
    color: #5b677d;
    text-decoration: underline;
}

fieldset {
	background-attachment: scroll;
	border: 1px solid #CCC;
}

legend {
	background-attachment: scroll;
	color: #585858;
	padding-bottom: 5px;
	padding-top: 5px;
}

.element input, .element select, .element textarea {
	background-color: #FFF;
}

.element .no-editable {
	background-color: #F6F6F6;
	margin-top: -1px;
}

.portgare-list h2 {
    font-size: 1.6em;
    font-weight: normal;
    line-height: 1;
    color: #666666; /*#999;*/
}

.portgare-list, .portgare-view{
	font-size:125%;
	border: 1px solid #e3e3e3;
    padding: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.portgare-list label, .portgare-view label {
	color: #000;
	font-weight: bold;
}

.portgare-view h2  {
    font-size: 1.6em;
	font-weight: normal;
    line-height: 1;
    color: #666666; /*#999;*/

}

.element label {
	color: #000;
}

div div.note {
background-color: #fafafa;
    background-image: -moz-linear-gradient(top,white,#f2f2f2);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(white),to(#f2f2f2));
    background-image: -webkit-linear-gradient(top,white,#f2f2f2);
    background-image: -o-linear-gradient(top,white,#f2f2f2);
    background-image: linear-gradient(to bottom,#fff,#f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fieldset-row{
	border:1px solid #e7e7e7;
}

.fieldset-row:hover{
	border: 1px solid #00FF00;
}


div.sottosezione h4 {
	border-bottom: 2px #144873 solid;
	color: #144873;
}

.special {
	background-color: #ccc;
	border: 1px solid rgb(169, 169, 169);
}

.special a {
	color: #333;
}

/* =LIST-FORM */
.list-item {
	background-color:#fff;
	list-style-type: none;
	padding-bottom: 1em;
	border: 1px solid #ddd;
	overflow: hidden;
}

.list-item-row {
	display: block;
	padding: 0em;
}

.list-summary {
    color: #2f6e8e; /*#3a87ad;*/
    background-color: #d9edf7;
    border-color: #bce8f1;
    margin-bottom: 10px;
    padding: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
}

.list-action{
    font-weight: normal;
}
/* =FILTER-FORM */

/* =CHANGE-PASSWORD-FORM */

#change_password_form label.error {
	color: #c00000;
}

#change_password_form label.success_msg {
	color: #376226;
}

/* =WIZARD-STEPS */
.steps {
	border-bottom-color: #CCC;
}

.current-step {
	background-color: #0070a8!important;
	border-bottom: 1px solid #08c;
	border-left-color: #CCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #CCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #CCC;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 4px 4px 5px;
	color:#fff;
	-webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/* =PAGINATION */
#pagination-navi .selected {
	background-color: #FFF;
	color: #043F56;
}

/* =MENU-FORM */
.menu-gestione {
	background-color: #e7e7e7;
}

.menu-gestione li:hover, .menu-gestione li:focus {
	background-color: #ccc;
	color:#333
}

.menu-gestione li.disabled {
	background-color: #F2F2F2;
}

.menu-gestione a {
	color: #5b677d;
}

.menu-gestione li:hover a, .menu-gestione li:focus a {
	color: #08c;
	text-decoration: none;
}
.menu-gestione a:hover{
	color : #08c;
}

.menu-gestione li.disabled a {
	color: #C4C4C4;
}

.menu-gestione li.disabled:hover, .menu-gestione li.disabled:focus {
	background-color: #F2F2F2;
}

.menu-gestione li.disabled:hover a, .menu-gestione li.disabled:focus a {
	color: #C4C4C4;
}

.menu-gestione .info {
	color: #333;
}

/* =PAGINATION */
#pagination-info{
	background-color: #f5f5f5!important;
    color: #333!important;
    cursor: default!important;
	border: 1px solid #ccc;
	padding-left: .5em;
	padding-right:.5em;
}

/* = VARIE =*/
/*
.indicizzazione-table th{
    text-transform: none;
    font-weight: bold;
    font-size: 0.8em;
}

.info-table th{
	text-transform: none;
    font-weight: bold;
    font-size: 0.8em;
}
*/

/* =TREE CONTENT*/
.tree-content{
	line-height:1.2em;
}
