/* personalizzazioni al thema ISPINIA fatte da CloudGroup apposta per RIESCO xx */

.btn-primary {
    background-color: #fdc300; /*giallo RIESCO*/
    border-color: #1ab394;
    color: #000000;
}

.btn-primary:hover {
    background-color: #fdc300; /*giallo RIESCO*/
    color: #ffffff;
}

.text-success-green{
    color: #28a745 !important;
}
.color-primary{		color:#1ab394;	}
.color-warning{		color:#f8ac59;	}
.color-success{		color:#1c84c6;	}

#side-menu > li.active {
    background: #293846 none repeat scroll 0 0;
    border-left: 4px solid #fdc300;/*giallo RIESCO*/
}

ul.unstyled{	padding: 0px;	}

.table th{	background-color:#FEDE72;/*giallo RIESCO soft*/	}

ul.lista_destinazioni{				padding: 0px;			}
ul.lista_destinazioni li{			list-style: none;  		}
ul.lista_destinazioni label{		font-weight: normal;	}


ul.ui-autocomplete{				z-index: 1000; padding: 0px;		}
ul.ui-autocomplete li{			list-style: none;  		}
ul.ui-autocomplete li a{		display: block; padding: 3px;  		}
.ui-helper-hidden-accessible{	display: none;	}
.datepicker{				z-index: 1000; 		}


body.DTTT_Print table.tbl_ordini td{	min-height:200px; height:200px;		}

.overlay {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}​

.ibox-tools a{	color:#000000 !important;	}
textarea.form-control{		height: 60px;	}
.message.error {
    background-color: #dc143c;
    color: white;
}

.message.success {
    background-color: green;
    color: white;
}

@media only screen and (max-width: 468px) {
    .body{ background-color:red; }
    
} /* media */