/*
.navbar-inverse .navbar-inner {
    background-color: #1d2e7b;
    background-image: -moz-linear-gradient(top, #1d2e7b, #3a4a8c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1d2e7b), to(#3a4a8c));
    background-image: -webkit-linear-gradient(top, #1d2e7b, #3a4a8c);
/*    background-image: -o-linear-gradient(top, #1d2e7b, #3a4a8c); */
/*    background-image: linear-gradient(to bottom, #e4e4e4, #f4f4f4); */
/*	background-image: linear-gradient(to bottom, #1d2e7b, #3a4a8c);	*/
/*
    background-image: linear-gradient(to bottom, #3a4a8c, #f4f4f4);
    background-repeat: repeat-x;
    border-color: #1d2e7b;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff1d2e7b', endColorstr='#ff3a4a8c', GradientType=0);
}
*/

/****** SEZIONE BENVENUTO DESKTO *********/
.well {
    min-height: 20px;
    padding: 5px;
    margin-bottom: 11px;
}


/******* IMMAGINE LICENZA DESKTOP *********/
.desktop-license {
	float: right;
}

.desktop-welcome {
	float: right;
    margin-top: 10px;
    border-top-width: 10px;
    padding-top: 0px;
}

.desktop-logo {
/* 	float: right; */
    margin-left: 10px;
/*    border-top-width: 10px;
    padding-top: 0px; */
}

/******* TASTO CALL MENU ORIZZONTALE ********/
.callbuttonmenu {
	padding-top: 10px;
}

/******* COLORE SFUMATO BARRA SUPERIORE ********/
#navigation-main > div > div{
/*	background-image: linear-gradient(to left, #fff, #62696c) !important; */
	background-image: linear-gradient(to right, #1d2e7b, #00a9ec);  
/*	background-image: linear-gradient(to left, #fff, #8d989c) !important; */
/*	background-image: linear-gradient(to right, #344195, #00a9ec);  */
/*	background-image: linear-gradient(to right, #3b49a8, #00a9ec); */
/*	background-image: linear-gradient(rgb(29, 46, 123), rgb(0, 169, 236)); */
}

/******* COLORE TESTO WELCOME ********/
#content > div > h3 > span.desktop-welcome > font{
/*	color:#FFF; */
	color:black;
}

/******* COLORE SFUMATO BARRA INFERIORE ********/
#content > div.well{
/*	background-image: linear-gradient(to bottom, #00a9ec, #e3e3e3); */
/*	background-image: linear-gradient(to right, #fff, #62696c) !important; */
/*	background-image: linear-gradient(to right, #fff, #777f83) !important; */
/*	background-image: linear-gradient(to right, #fff, #8d989c) !important; */
	background-color:#f5f5f5;
	
}

/******* BARRA INFERIORE ********/
#content > div > h3{
	margin-top: 0px;
    margin-bottom: 0px;	
}

/******* COLORE SFUMATO FOOTER ********/
body > footer > div > div{
/*	background-image: linear-gradient(to bottom, #fff, #e3e3e3) !important; */
/*	background-image: linear-gradient(to bottom, #fff, #62696c) !important; */
    background-image: linear-gradient(to left, #fafafa, #edebeb) !important;
/*	background-image: linear-gradient(to right, #fff, #8d989c) !important; */
/*
#62697C
#626A77
*/
background-color:#F00;

}

/******* COLORE TESTO SFUMATO FOOTER ********/
body > footer > div > div > div{
	color:black;
}

body > footer > div > div > div > a > img{
	height: 30px;
}

body > footer > div{
	height: 30px;
}

#navigation-main > div > div > div{
	margin-left: 7px;	
}


/* #navigation-main > div.navbar.navbar-inverse.navbar-fixed-top > div > div > div > img{ */
.top-logo-navbar{
/*	margin-right: -211px; */
/*	margin-right: -25px; */
	margin-right: 0px;
    margin-top: -58px;
    float: right;
/*    text-align: right;	
	position:relative; */
}

.top-logo-navbar-login {
    /* margin-right: -211px; */
    /* margin-right: -25px; */
    margin-right: 0px;
    margin-top: 12px;
    float: right;
}

#navigation-main > div.navbar.navbar-inverse.navbar-fixed-top > div > div{
	width: 100%;	
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
	/* barra con logo e benvenuto */
	body > section.main-body > div{
		padding-top: 90px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
	/* barra con logo e benvenuto */
	body > section.main-body > div{
		padding-top: 10px;
	}
	
	#content > div > h3 > span.desktop-welcome > font{
		font-size: 14px;
	}
}

/*** zii.widgets.CMenu compatibility for touch screen use ***/
.dropdown:hover > .dropdown-menu{
	display: block;
}

/*** Icone Desktop scritte di descrizione ***/
#content > table > tbody > tr > td:nth-child(1) > table > tbody > tr:nth-child(2) > td{
/*	display:none; */
}

#content > table > tbody > tr > td:nth-child(2) > table > tbody > tr:nth-child(2) > td{
/*	display:none; */
}

#content > table > tbody > tr > td > table > tbody > tr:nth-child(1) > td:nth-child(1){
	width:60px;
}