/************************* BOTTONI TICKET **************************/

.save a:after {
    font-size: 18px !important;
    color: #07d930 !important;
}

.attach a:after {
	font-size:18px !important;
	color:#0A81C5 !important;
}

.close a:after {
    font-size: 18px !important;
    color: #ed1313 !important;
}

.boxR {
	margin-bottom: 10px !important;	
}


/************************* TOOLBAR UTENTE **************************/

.usertoolbar .label a, .usertoolbar .labelBold a, .usertoolbar .labelTitle a{
	border-left: 0px solid #ddd !important;
	color: #aaaaaa !important;
	margin-top: 10px;
 }


/************************* HOME **************************/

.menuview_horizontal .topmenu > li > a {
	color:#111111 !important;
}

.menuview_horizontal .topmenu > li > a:before {
	content: '\f540';
    color: #FFFFFF;
    font-family: icons8_win10;
    font-size: 24px;
    text-indent: 0;
    float: right;
}


/************************* PAGINA LOGIN **************************/

/*** diminuita dimensione testo campo utente ****/

.textLogin {
	font-size: 12px !important;
}


