@charset "utf-8";
/* CSS Document */
/*------------------ GLOBAL STYLES -----------------------------*/
.rodo{
	-moz-border-radius:6px; 
	-webkit-border-radius:6px;
	border-radius: 6px;  
}	
.degradat{
	background:-webkit-linear-gradient(top,#fff,#ddd) ;
	background:-moz-linear-gradient(top,#fff,#ddd) ;
	background:-ms-linear-gradient(top,#fff,#ddd) ;
	background:-o-linear-gradient(top,#fff,#ddd) ;
	background:linear-gradient(top,#fff,#ddd) ;
}
.ombra{box-shadow: 0px 0px 10px #000;}
.divSpace{overflow:auto; height:1em;}
.divSpaceMenu{overflow:hidden; height:4em;}

.userTypeIcon{width:44px; height:44px; background-color:#0CC; margin:5px 0; text-align:center; font-size:26px; color:#fff; font-weight:normal; padding-top:4px;}

.table-head{font-weight:bold;}

.red{color:#c00;}

.lh70{line-height:100% !important;}
.lh80{line-height:100% !important;}
.lh90{line-height:100% !important;}
.lh100{line-height:100% !important;}
/*------------------ DEBUG -----------------------------*/
#divDebug{margin-top:60px; border-top:1px solid #aaa; background-color:#9F9; display:block;}

/*------------------ LOGIN -----------------------------*/
.divFormLogin{overflow:hidden; width:100%; height:auto; margin:0; padding:1em 3em 3em 3em; border:1px dotted #aaa; 
					color:#666; background-color:#eee; vertical-align:top; text-align:left;}
					
/*----------------- icon loading animated -------------------------*/
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}
@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}
@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
/*----------------/ icon loading animated -------------------------*/

/*----------------- estils d'impresió -------------------------*/
.printable { display: none; }
@media print {
	.non-printable { display: none; }
    .printable { display: block; }
}
/*----------------/ estils d'impresió -------------------------*/
					
@media screen and (max-device-width:1200px),screen and (max-width:1200px){
}

@media screen and (max-device-width:992px),screen and (max-width:992px){
}

@media screen and (max-device-width:768px),screen and (max-width:768px){
}

@media screen and (max-device-width:480px),screen and (max-width:480px){
}

