BODY
{
	padding:0px;
    margin:0px;
    font-family: "Trebuchet MS","Verdana","Bitstream Vera","Bitstream Vera Sans","Times New Roman";
    background-color:whitesmoke;
    color:#202865;
    font-size:12px;
}

TD
{
	font-size:12px;
}

A
{
	font-size:15px;
    text-decoration:none;
    font-weight:bold;
    color:black;
}

A.bigger
{
	font-size:18px;
}

.alert
{
	border:solid 2px black;
    position:fixed;
    left:25%;
    right:25%;
    top:25%;
    bottom:25%;
    text-align:center;
    padding: 10% 0;
    font-size:18px;
    background-color:white;
    color:black;
}


.grid
{
	
    border-top:solid 1px silver;
}
.grid TD
{
	border-bottom:solid 1px silver;
    
    padding:5px;
}

.button
{
    display: inline-block;
    border-radius: 25px;
    border: solid 1px #202865;
    background-color: #d0d9be;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.button A
{
	color:white;
}

#main
{
	position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    padding:0px;
    margin:0px;
}

#main_header_container
{
    height:170px;
}

#main_header
{
	/*background-color:#202865;*/
    background-color:#465D18;
    height:80px;
    
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.62);
    -moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.62);
    box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.62);
}

#main_header_logo
{
    width: 170px;
    display:block;
}

#main_header_left
{
	float:left;
    width:1000px;
    height:80px;
}
#main_header_right
{
	position:fixed;
    width:200px;
    height:30px;
    right:220px;
    top:5px;
    border:0px solid white;
}

#main_header_right_menu
{
	color:silver;
    text-align:right;
    padding-right:10px;
    padding-top:5px;
    font-size:12px;
}

#main_header_right_menu A
{
	
}

.main_header_left_bar
{
	//float:left;
    width:100%;
    height:50%;
    /*text-align*/
}


#menu_admin
{
	text-align:right;
}
#menu_admin A
{
	color:silver;
    text-decoration:none;
    font-size: 15px;
  	padding-top: 20px;
  	color: white;
}

.separatore_basso {
	clear: both;
    height: 5px;
    width: 100%;
    margin:0px;
}

.separatore_alto {
	clear: both;
    height: 10px;
    width: 100%;
    font-size:10px;
    font-style:italic;
}

.centered {
    margin-left:auto; 
    margin-right:auto;
}

.error
{
	font-size:11px;
	color:red;
    font-style: italic;
    display:block;
}

.float_left
{
	float:left;
}

/*
#main_header_left .logo
{
	padding-top:10px;
    padding-left:10px;
    width:190px;
    cursor:pointer;
    z-index:1000px;
}

#main_header_left .logo IMG
{
	border:solid 1px white;
}

#main_header_left .title
{
	color:white;
    font-size:14px;
}

#main_header_left .subtitle
{
    padding-left:10px;
    padding-top:9px;
    color:silver;
    font-size:24px;
    letter-spacing:-2px;
    float:left;
    height:100%;
    width:270px;
    font-family:"courier new";
}

#main_header_left .menu
{
    padding-left:50px;
    color:#FFFFFF;
    font-size:20px;
    float:left;
    margin-top:13px;
    height:25px;
}
*/


#main_content
{
	width:100%;
    border-top:1px solid #EBEBEB;
    overflow:scroll;
    position:fixed;
    top:165px;
    bottom:135px; 
    left:0px;
    right:0px;
}

#main_content .title
{
    position:fixed;
    top:107px;
    left:170px;
    width:80%;
    color:#70954F;
    text-align:center; 
    font-size:30px; 
    font-weight:bold; 
    letter-spacing:-2px;
    border:0px solid black;
    vertical-align:middle;
}


#main_content .coupon
{
	color:#70954F;
    font-size:36px; 
    font-weight:bold; 
    letter-spacing:-2px;
    cursor:pointer;
    width:250px;
    height:155px;
    
    background-image: url(/media/cms/ivapp-green/media/promo_natale_2016.png); 
    background-size:100%;
    background-repeat:no-repeat;
}

#main_content .download
{
	color:#70954F;
    font-size:36px; 
    font-weight:bold; 
    letter-spacing:-2px;
    cursor:pointer;
    width:150px;
    height:55px;
    
    background-image: url(/m2/ivapp-green/cms/media/download_button.png); 
    background-size:100%;
    background-repeat:no-repeat;
}

#main_content .youtube
{
	color:#70954F;
    font-size:36px; 
    font-weight:bold; 
    letter-spacing:-2px;
    cursor:pointer;
    width:150px;
    height:55px;
    
    background-image: url(/m2/ivapp-green/cms/media/youtube.png); 
    background-size:100%;
    background-repeat:no-repeat;
    background-position: 0px -22px;
}



#grid_main_content
{
	overflow:auto;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px
}

#main_content A
{
	/*color:#202865;*/
    color:#465D18;
}

#main_content_title
{
	font-size:24px;
}

#main_footer
{
	width:100%;
    height:130px;
    position:fixed;
	bottom:0px;
    left:0px;
    right:0px;
    /*background-color:#202865;*/
    color:white;
    border-top: 5px solid #465D18;
    z-index:150px;
   
    background-image: url(/m2/ivapp-green/cms/media/trees_690626_1280.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#main_footer .top_background
{
	z-index:100;
	position:fixed;
    width:800px;
    right:20px;
    bottom:80px;
    padding:10px;
    text-align:right;
    font-size:13px;
    background-color: black;
    opacity: 0.4;
    border-radius: 25px;
}

#main_footer .top
{
	z-index:101;
	position:fixed;
    width:800px;
    right:20px;
    bottom:78px;
    padding:10px;
    text-align:right;
    font-size:13px;
}

#main_footer .bottom
{
	z-index:100;
	position:fixed;
    width:300px;
    left:10px;
    bottom:0px;
    height:40px;
    text-align:left;
    font-size:10px;
}



#main_footer .top A
{
    opacity: 1;
    color:white;
}







#main_footer_small
{
	position:fixed;
	height:85px;
    bottom:0px;
    left:0px;
    right:0px;
    text-align:center;
    /*background-color:#202865;*/
    color:white;
    border-top: 5px solid #465D18;
   
    background-image: url(/m2/ivapp-green/cms/media/trees_690626_1280.jpg);
    background-position: 0px -300px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}



#main_footer_small .top_background
{
	z-index:100;
	position:fixed;
    width:800px;
    right:20px;
    bottom:40px;
    padding:10px;
    text-align:right;
    font-size:13px;
    background-color: black;
    opacity: 0.4;
    border-radius: 25px;
}

#main_footer_small .top
{
	z-index:101;
	position:fixed;
    width:800px;
    right:20px;
    bottom:38px;
    padding:10px;
    text-align:right;
    font-size:13px;
}

#main_footer_small .bottom
{
	z-index:100;
	position:fixed;
    width:300px;
    left:10px;
    bottom:0px;
    height:40px;
    text-align:left;
    font-size:10px;
}




#main_footer A
{
    color:white;
    font-size:18px;
}

#main_footer_small A
{
    color:white;
    font-size:18px;
}

#main_footer .item
{
	float:left;
    height:100%;
    margin-right:20px;
    margin-left:20px;
}

#main_footer .item .tool A
{
	font-size:18px;
}

#grid_main_footer
{
    position:fixed;
	height:50px;
    bottom:0px;
    left:0px;
    right:0px;
    text-align:left;
    background-color:#202865;
}

.padding-h
{
	padding-left:10px;
    padding-right:10px;
}

.padding-v
{
	padding-top:10px;
    padding-bottom:10px;
}

/***********************************  MENU SINISTRA INIZIO  ****************************************/

#menu {
	margin-left:200px;
    border:0px solid black;
}



/***********************************  MENU SINISTRA FINE  ****************************************/

/************************************ BLOCCHI HOME INIZIO ****************************************/

#home_blocks_container 
{
	width:80%;
    height:420px;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    border:0px solid black;
}

#home_block_container 
{
	width:32%;
    height:330px;
    padding:3px;
    margin:3px;
    
    font-size:12px;
    color:gray;
    float:left;
    
    border:1px solid #EBEBEB;
    position:relative;
}

#home_block_container .header
{
	width:100%;
    height:100px;
    background-repeat: no-repeat;
    border:0px solid red;
}

#home_block_container #header_blocco_hp_1
{
	background-position: center center;
    background-size: 100% auto;
}

#home_block_container #header_blocco_hp_2
{
	background-position: center center;
    background-size: 100% auto;
}

#home_block_container #header_blocco_hp_3
{    
    background-position: center -230px;
    background-size: 100% 400%;
}

#home_block_container #title
{
	font-size:180%;
    margin:15px 0 0 0;
    padding:0px;
    color:#555555;
    font-weight:bold;
    height:37px;
}

#home_block_container #content
{
	font-size:14px;
    margin:0px;
    padding:0px;
    color:#555555;
    height:110px;
    overflow:auto;
}

#home_block_container #more
{
	background-image: url(/m2/ivapp-green/cms/media/more.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 55px 55px;
    
    height:55px;
    width:100%;
    border:0px solid red;
    /*position:absolute;
    bottom:5px;
    top:auto;
    right:5px;*/
    clear:both;
    cursor:pointer;
}

.home_block_content
{
	/*background-color:whitesmoke;*/
    /*position:absolute;*/
    top:0px;
    right:0px;
    padding:10px;
    min-height:290px;
    width:100%;
}

.home_block_content .home_block_content_container
{
	margin-left:auto;
    margin-right:auto;
    border:1px solid red;
    /*background-color:whitesmoke;*/
}

.home_block_content .home_block_content_tutorial
{
	width:870px;
    margin-left:auto;
    margin-right:auto;
    clear:both;
    border:0px solid red;
    /*background-color:whitesmoke;*/
}

/* PER ALLARGARE IL CONTAINER DEI SINGOLI CONTENUTI PREVEDERE GLI ATTRIBUTI QUI -> home_block_content_container_ SEGUITO DA CD_CONTENUTO */
#home_block_content_container_treeapp_web
{
	width:1024px;
    border:0px solid black;
}

#home_block_content_container_treeapp_mobile
{
	width:1024px;
    border:0px solid black;
}

#home_block_content_container_contatti
{
	width:1024px;
    border:0px solid black;
}

.home_block_content .header_privacy {
	background-color:#FFFFFF;
	background-position: top center;
    background-size: 100%;
}

.home_block_content .header_chisiamo{
	background-size: 100%;
    background-position: -10px 10px;
}

.home_block_content #header_contatti
{
	background-image: url(/m2/ivapp-green/cms/media/contacts.jpg); 
    background-size: 100%; 
    border:1px solid silver;
    background-position: center center;
    background-color:white;
}

.home_block_content .admin
{
	clear:both;
    border:0px solid green;
    width:800px; 
    height:55px;
    margin-left:auto;
    margin-right:auto;
}

.home_block_content .admin .back
{
	background-image: url(/m2/ivapp-green/cms/media/back.png);
    background-repeat: no-repeat;
    background-size: 55px 55px;
    
    height:55px;
    width:55px;
    border:0px solid red;
    /*position:absolute;
    bottom:0px;
    left:auto;
    right:0px;
    top:auto;*/
    /*margin-left:165px;*/
    cursor:pointer;
    
    float:right;
}

.home_block_content .admin #download
{
	cursor:pointer;
    width:150px;
    height:55px;
    
    background-image: url(/m2/ivapp-green/cms/media/download_button.png); 
    background-size:100%;
    background-repeat:no-repeat;
    
    border:0px solid red;
    /*position:absolute;
    bottom:0px;
    left:auto;
    right:0px;
    top:auto;*/
    /*margin-left:165px;*/
    cursor:pointer;
    
    float:left;
}

.home_block_content_container #title
{
	font-size:22px;
    margin:0px 15px;
    padding:0px;
    color:#555555;
    font-weight:bold;
    letter-spacing:3px;
    border:0px solid black;
}

#content #subtitle
{
	font-size:15px;
    margin:0px 0px 2px 0px;
    padding:0px;
    color:#555555;
    font-weight:bold;
    letter-spacing:3px;
    width:300px;
    border:0px solid black;
}

.home_block_content_container #subtitle
{
	font-size:15px;
    margin:0px 0px 2px 0px;
    padding:0px;
    color:#555555;
    font-weight:bold;
    letter-spacing:3px;
    width:300px;
    border:0px solid black;
}

.home_block_content_container #content
{
	font-size:15px;
    margin:15px;
    padding:0px;
    color:#555555;
    border:0px solid black;
    
    
    overflow-x: hidden;
}

.news_container
{
    border:0px solid black;
    display: inline-block;
}

#home_block_menu
{
	height:55px;
    width:550px;
    border:0px solid red;
    /*position:absolute;
    bottom:0px;
    left:auto;
    right:0px;
    top:auto;*/
    /*margin-left:165px;*/
    cursor:pointer;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    
    float:left;
}

#home_block_menu .item
{
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    width:30px;
    height:30px;
    background-color:#FFA500;
    float:left;
    margin:5px 5px;
    
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.62);
    -moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.62);
    box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.62);
}

#home_block_menu .item:hover
{
	cursor:pointer;
    -webkit-box-shadow: inset -3px -4px 5px 0px rgba(50, 50, 50, 0.62);
    -moz-box-shadow:    inset -3px -4px 5px 0px rgba(50, 50, 50, 0.62);
    box-shadow:         inset -3px -4px 5px 0px rgba(50, 50, 50, 0.62);
}

#content #invia_contatto .input_tooltip
{
	color:silver;
}

#content #invia_contatto .error
{
	font-size:11px;
	color:red;
    font-style: italic;
}

#content #submit_invia_contatto
{
	background-color:#465D18;
    padding:5px;
    color:white;
    margin:5px;
    width:150px;
    text-align:center;
    cursor:pointer;
    
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.62);
    -moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.62);
    box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.62);
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#content #invia_contatto_result
{
	font-size:20px;
	color:#465D18;
    display:none;
}

#content #invia_contatto_error
{
	font-size:18px;
	color:#FF9900;
    margin-bottom:10px;
    display:none;
}
/************************************** BLOCCHI HOME FINE ****************************************/


/******************************** PAGINA DI REGISTRAZIONE INIZIO *********************************/

.home_block_content #header_registrazione
{
	background-image: url(/m2/ivapp-green/cms/media/contacts.jpg); 
    background-size: 100%; 
    border:1px solid silver;
    background-position: center center;
    background-color:white;
}

#home_block_content_container_registrazione
{
	width:1024px;
    border:0px solid black;
}

#invia_registrazione #content
{
	width:270px; 
    margin:0px;
    overflow:visible;
    margin-left:15px; 
}

#invia_registrazione #content > div
{
	margin:4px 0px 4px 0px;
    float:left;
}

#invia_registrazione #content > div > input
{
	width:230px;
    margin-right:4px;
}

#invia_registrazione #content #indirizzo > input
{
	margin-bottom:3px; 
}

#invia_registrazione #content .input_tooltip
{
	color:silver;
}

#invia_registrazione #content .error
{
	font-size:11px;
	color:red;
    font-style: italic;
    display:block;
}

#content #submit_invia_registrazione
{
	background-color:#465D18;
    padding:5px;
    color:white;
    margin:5px;
    width:150px;
    text-align:center;
    cursor:pointer;
    
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.62);
    -moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.62);
    box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.62);
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    /*display:none;*/
}

#content #invia_registrazione_result
{
	font-size:18px;
	color:#465D18;
    clear:both;
    margin:7px 0px;
    text-align:center;
    display:none;
    width:100%;
}

#content #invia_registrazione_result > a
{
	font-size:18px;
	color:#465D18;
    text-decoration:underline;
}

#content #submit_invia_registrazione_wait
{
	font-size:18px;
	color:#465D18;
    clear:both;
    margin:7px 0px;
    text-align:center;
    width:100%;
    display:none;
}

#content #invia_registrazione_error
{
	font-size:18px;
	color:#FF9900;
    margin:10px 0px;
    display:none;
    text-align:center;
}

.system_message {
	font-size:18px;
	color:#465D18;
    clear:both;
    margin:15px;
    text-align:center;
}    

/******************************** PAGINA DI REGISTRAZIONE FINE *********************************/


/********************************* PAGINA DELLE LICENZE INIZIO *********************************/

#main_content .buttons
{
	position:fixed;
    top:120px;
    left: 0px;
    width: 98%;
    color:#FFFFFF;
    text-align:center; 
    font-weight:bold; 
    border:0px solid black;
    vertical-align:middle;
}

.scegli_licenza
{
	/*float:left;*/
    display: inline-block;
    width:160px;
    border:10px solid silver;
    margin-right:15px;
    margin-bottom: 15px;
    cursor:pointer;
    text-align:center;
    
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
}

.scegli_licenza_on
{
	-webkit-box-shadow: inset -5px -5px 10px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: inset -5px -5px 10px 0px rgba(0,0,0,0.50);
    box-shadow: inset -5px -5px 10px 0px rgba(0,0,0,0.50);
}

.scegli_licenza_disable
{
	cursor:not-allowed;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.scegli_licenza > div
{
	text-align:center;
    margin:10px;
}

.scegli_licenza > div > #titolo
{
	font-size:30px;
    text-transform: uppercase;
    font-weight:bold;
    letter-spacing:-2px;
}

.button_licenze
{
    background: #788F4A;
    background-image: -webkit-linear-gradient(top, #788F4A, #A0B772);
    background-image: -moz-linear-gradient(top, #788F4A, #A0B772);
    background-image: -ms-linear-gradient(top, #788F4A, #A0B772);
    background-image: -o-linear-gradient(top, #788F4A, #A0B772);
    background-image: linear-gradient(to bottom, #788F4A, #A0B772);
	color:#465D18;
    
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-family: Arial;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
  
  	text-align:center;
    font-weight: normal; 
    margin:0px 1px;
    
    cursor:pointer;
}

.button_licenze:hover 
{
  	background: #788F4A;
    background-image: -webkit-linear-gradient(top, #788F4A, #465D18);
    background-image: -moz-linear-gradient(top, #788F4A, #465D18);
    background-image: -ms-linear-gradient(top, #788F4A, #465D18);
    background-image: -o-linear-gradient(top, #788F4A, #465D18);
    background-image: linear-gradient(to bottom, #788F4A, #465D18);
    color: #ffffff;
}

.button_licenze_active 
{
	background: #788F4A;
    background-image: -webkit-linear-gradient(top, #788F4A, #465D18);
    background-image: -moz-linear-gradient(top, #788F4A, #465D18);
    background-image: -ms-linear-gradient(top, #788F4A, #465D18);
    background-image: -o-linear-gradient(top, #788F4A, #465D18);
    background-image: linear-gradient(to bottom, #788F4A, #465D18);
    color: #ffffff;
}

.block_licenze 
{
	width:800px;
    border: 1px solid #EBEBEB;
    padding:10px;
    margin:0px auto;
    border-top:0px;
    
	-webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.block_licenze .titolo
{
	font-size:24px;
    color: #465D18; /* rosso - #C11B17; */
    margin-bottom:10px;
    font-weight: bold;
    /*letter-spacing: -2px;*/
}

.block_licenze .descrizione
{
	font-size: 15px;
    margin: 5px 25px;
    padding: 0px;
    color: #555555;
    border: 0px solid black;
}

.licenza_dettaglio
{
	width:800px;
    border: 0px solid #FF6028; 
    /*-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;*/
    padding:10px;
    margin:5px auto;
    /*display:none;*/
}

.licenza_dettaglio .titolo
{
	font-size: 18px;
    margin: 0px 15px;
    padding: 0px;
    color: #555555;
    font-weight: bold;
    letter-spacing: 2px;
    border: 0px solid black;
}

.licenza_dettaglio .descrizione
{
	font-size: 15px;
    margin: 5px 25px;
    padding: 0px;
    color: #555555;
    border: 0px solid black;
}

.licenza_dettaglio .descrizione .durata
{
    font-size: 12px;
    font-style: italic;
    width: 100%;
    color: #555555;
    text-align: right;
    margin: 5px 5px;
}

.licenza_dettaglio .template_licenza .durata
{
    font-size: 12px;
    font-style: italic;
    width: 100%;
    color: #555555;
    text-align: right;
    margin: 5px -15px;
    clear: both;
}

.licenza_dettaglio .descrizione .riepilogo
{
	border-bottom: 1px solid #EBEBEB;
    margin-bottom: 6px;
    margin-right: 30px;
}

.licenza_dettaglio .descrizione .riepilogo_durata
{
    font-size: 12px;
    font-style: italic;
    width: 100%;
    text-align: left;
    margin: 5px 25px;
}

.licenza_dettaglio .descrizione .riepilogo_dati
{
	font-weight: bold;
    padding-left: 15px;
    margin: 3px;
    /*font-size: smaller;*/
}

.licenza_dettaglio .descrizione .riepilogo_parziale
{
	font-weight: bold;
    width: 100%;
    text-align: left;
    margin: 5px 25px;
}

.licenza_dettaglio .riepilogo_totale
{
	font-weight: bold;
    width: 100%;
    text-align: center;
    margin-right: 55px;
    font-size: x-large;
}

.licenza_dettaglio .numero
{
	float:left;
    font-size: 12px;
    margin: 5px 25px;
    padding: 0px;
    color: #555555;
}

.licenza_dettaglio .numero > select
{
	font-size: 15px;
    padding:2px;
    width:55px;
}

.licenza_dettaglio .quantita
{
	float:right;
    font-size: 12px;
    margin: 5px 25px;
    padding: 0px;
    color: #555555;
}

.licenza_dettaglio .quantita > input
{
	font-size: 15px;
    text-align:center;
    width:50px;
}

.licenza_dettaglio .quantita > select
{
	font-size: 15px;
    padding:2px;
    width:55px;
}

.licenza_dettaglio .importo
{
	float:right;
    font-size: 12px;
    margin: 5px 25px;
    padding: 0px;
    color: #555555;
}

.licenza_dettaglio .importo > input
{
	font-size: 15px;
    text-align:right;
    width:70px;
    padding-right:3px;
}

.licenza_dettaglio .costo
{
	float:right;
    font-size: 12px;
    margin: 5px 25px;
    padding: 0px;
    color: #555555;
}

.licenza_dettaglio .costo > input
{
	font-size: 15px;
    text-align:right;
    width:70px;
    padding-right:3px;
}

#breadcrumb
{
	border-bottom:0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin:5px 0px 15px 0px;
}

.licenze_breacrumb 
{
	font-size:12px;
    color:silver;
}

.licenze_breacrumb_active
{
	color:#555555;
}

.button_licenze_acquista {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  cursor:pointer;
  text-align:center;
}

.button_licenze_continua {  
	float:right;
  	cursor:pointer;
	width:100px;
}

.button_licenze_indietro {  
	float:left;
  	cursor:pointer;
	width:100px;
}

.button_licenze_acquista:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.button_scarica_dati {
	width: 100px;
    font-size: 16px;
    float: none;
    position:absolute;
    bottom:0px;
    left: 45px;
    
}

.button_licenze_rinnova 
{
  /*background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;*/
  font-family: Arial;
  color: #3498db;
  font-size: 18px;
  /*padding: 5px 10px 5px 10px;*/
  text-decoration: underline;
  cursor:pointer;
  text-align:center;
  font-style:italic;
  float:right;
  margin-top: 11px;
}

.licenza_scaduta {
	font-style:italic;
    color:#EC0607;
}

.licenza_valida {
	font-style:italic;
    color:#41BC34;
}

.coupon_ok {
	/*display: inline;*/
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
    color: green;
}

.coupon_ko {
	/*display: inline;*/
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
    color: red;
}

.coupon_attivo {
	margin-left: 10px;
    /* font-size: 15px; */
    font-style: italic;
    font-weight: bold;
    color: #FFA500;
}

.dati_fatturazione {
	width:240px;
    margin:2px 4px;
}

.associa_progetto {
	font-family: "Trebuchet MS",Verdana,"Bitstream Vera","Bitstream Vera Sans","Times New Roman";
    padding:2px;
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
}

.mio_progetto {
	border:1px solid #C0C0C0;
    margin:8px;
    
    -webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 7px;
    
    -webkit-box-shadow: 10px 10px 23px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 23px -10px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 23px -10px rgba(0,0,0,0.75);
    
    float:left;
    width:248px;
    height:145px;
}

.mio_progetto > div {
	margin:15px 10px;
    text-align:center;
    position: relative;
    height: 113px;
}


.visibile_se_piccolo
{
    display:none;
}

/********************************* PAGINA DELLE LICENZE FINE *********************************/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 800px) and (orientation:portrait)
{
    .visibile_se_piccolo
    {
        display:block;
    }

    .nascosto_se_piccolo
    {
        display:none;
    }
    
    #main_header_left, .main_header_left_bar
    {
        width:100%;
    }
    
    .main_header_left_bar
    {
        height: 20%;
    }
    
    .button
    {
        display: block;
    }
    
    #menu 
    {
        margin-left: 60px;
    }
    
    #main_header
    {
        height: 55px;
    }

    #main_header_logo
    {
        height: 90px;
        width:90px
    }

    #main_header_container
    {
        height:85px;
    }
    
    #main_content
    {
        bottom: 59px;
        top: 80px;
    }
    
    #titolo_applicazione
    {
        display:none;
    }

    #main_footer
    {
        height: 55px;
    }
    
    #main_footer .top_background
    {
        bottom: 11px;
    }
    
    #main_footer .top
    {
        bottom: 11px;
    }
    
    .home_block_content
    {
        padding:0px;
    }
    
    .header.header_treeapp_web
    {
        //display:none;
    }
    
    #home_block_content_container_contatt
    {
        height:auto;
    }
    
    #home_block_content_container_contatti, #home_block_content_container_treeapp_web
    {
        width:auto;
    }
    
    .home_block_content .header
    {
    	height:150px; 
        width:100%; 
        background-repeat: no-repeat;
        overflow: hidden;
        background-position: bottom;
        background-size: cover;
    }
    
    .header.header_privacy, .header.header_cookie-consent
    {
        display: none;
    }

    .home_block_content .home_block_content_container
    {
        width:590;
        border:0px solid red;
    }
    
    .news_container
    {
        
    }
    
    .home_block_content_container #content
    {
        margin-top:0px;
        height: auto !important;
    }
    
    .home_block_content_container #title
    {
        margin-top:15px;
    }
    
    .blocco_statistiche, .blocco_statistiche.piccolo, .blocco_statistiche.medio
    {
        width:100% !important;
        padding: 10px;
    }
}

@media only screen and (max-width: 800px) and (orientation:landscape)
{
    .visibile_se_piccolo
    {
        display:block;
    }
    
    .nascosto_se_piccolo
    {
        display:none;
    }
    
    .home_block_content
    {
        padding:0px;
    }
    
    .header.header_treeapp_web
    {
        //display:none;
    }
    
    #home_block_content_container_contatt
    {
        height:auto;
    }
    
    #home_block_content_container_contatti, #home_block_content_container_treeapp_web
    {
        width:auto;
    }
    
    .home_block_content .header
    {
    	height:150px; 
        width:100%; 
        background-repeat: no-repeat;
        overflow: hidden;
        background-position: bottom;
        background-size: cover;
    }
    
    .header.header_privacy, .header.header_cookie-consent
    {
        display: none;
    }

    .home_block_content .home_block_content_container
    {
        width:590;
        border:0px solid red;
    }
    
    .news_container
    {
        width: 650px !important;
    }
    
    .home_block_content_container #content
    {
        margin-top:0px;
        height: auto !important;
    }
    
    .home_block_content_container #title
    {
        margin-top:15px;
    }
    
    .blocco_statistiche, .blocco_statistiche.piccolo, .blocco_statistiche.medio
    {
        width:100% !important;
        padding: 10px;
    }
}

@media only screen and (orientation:landscape)
{
    #titolo_applicazione
    {
        display:none;
    }
    
    #main_header_left, .main_header_left_bar
    {
        width:100%;
    }
    
    .main_header_left_bar
    {
        height: 20%;
    }
    
    #menu 
    {
        margin-left: 60px;
    }
    
    #main_header
    {
        height: 55px;
    }

    #main_header_logo
    {
        height: 90px;
        width:90px
    }

    #main_header_container
    {
        height:85px;
    }
    
    #main_content
    {
        bottom: 59px;
        top: 80px;
    }
    
    #main_footer
    {
        height: 55px;
    }
    
    #main_footer .top_background
    {
        bottom: 11px;
    }
    
    #main_footer .top
    {
        bottom: 11px;
    }
}

/* Other devices */
@media only screen and (min-width: 801px)
{ 
    .home_block_content .header
    {
        float: left;
    	display: inline-block;
    	height:275px; 
        width:150px; 
        background-repeat: no-repeat;
        overflow: hidden;
        background-position: center;
        background-size: auto 100%;
        
        border:1px solid #E0E0E0;
        
        -webkit-box-shadow: 7px 7px 5px 0px rgba(224,224,224,1);
        -moz-box-shadow: 7px 7px 5px 0px rgba(224,224,224,1);
        box-shadow: 7px 7px 5px 0px rgba(224,224,224,1);
    }
    
	.home_block_content .home_block_content_container
    {
        width:850px;
        border:0px solid green;
    }
    
    .news_container
    {
        width:685px;
    }
}