#main
{
	position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    padding:0px;
    margin:0px;
    
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}



#splash-screen
{
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:#5f5f5f;
    background-image:url(/m2/ivapp/cms/media/logo_green_19.png);
    background-size: 233px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index:2;
}

.splash-body .nav-progress-container
{
    background-image:unset;
}




.splash-body .nav-progress-message
{
    
}

.splash-body .nav-progress-led
{
    visibility:hidden;
}

.splash-body .nav-progress-wrapper
{
    background-color:transparent;
}

.splash-body .nav-progress-wrapper
{
    background-color:transparent;
}

.splash-body .nav-progress-container
{
    background-color:transparent;
    position: absolute;
    top:20vh;
}



.splash-body #splash-screen
{
    display:block;
}



.ui-datepicker
{
    width: auto !important;
}

.ui-datepicker th 
{
    padding: 7px 19px;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker .ui-state-default 
{
    padding:5px;
}

.ui-datepicker.ui-widget.ui-widget-content
{
    background-color: #ffffff !important;
}

#nav-calendar
{
    position:relative;
    background-color: white;
    box-shadow: 0px -10px 5px 0px rgb(154 154 154 / 30%), 0 0 40px rgb(0 0 0 / 18%) inset;
}

#nav-calendar .ui-datepicker table
{
    font-size:12px;    
}

#nav-calendar-input
{
    position:absolute;
    top:10px;
    left:10px;
    right:10px;
    font-size:13px;
    
    border: solid 2px #b6d5ff;
    border-radius: 4px;
    padding: 5px;

}


#nav-calendar .ui-datepicker-month
{
    margin-right:5px;
    font-size:13px;
}

#nav-calendar .ui-datepicker-year
{
    margin-left:5px;
    font-size:13px;
}

#nav-calendar-content
{
    position:absolute;
    top:40px;
    left:10px;
    right:10px;
    bottom:40px;
    color:transparent;
}

#nav-calendar-footer
{
    position: absolute;
    height: 30px;
    left: 10px;
    right: 11px;
    bottom: 6px;
    text-align: right;
}

#nav-calendar-footer BUTTON
{
    width:100px;
    margin-left:10px;
    
}

#nav-calendar .ui-datepicker .ui-datepicker-header
{
    background: none;
    border: none;
    
}


#nav-calendar .ui-widget.ui-widget-content
{
    border:none;
    display:inline!important;
    background:transparent;
}








.ui-layout-pane
{
    border:none!important;
    padding:0px!important;
}

.blackmessage
{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    padding:0px;
    margin:0px;
    background-color:#1e1e1e9c;
    color:white;
    z-index:9999;
    font-size:18px;
    display:none;
}

.blackmessage A
{
    color:white;
    font-weight:bold;
    text-decoration:underline;    
}

.blackmessage .blackmessage-container
{
    display:flex;
    align-items:center;
    text-align:center;
    height:100%;
}

.blackmessage .blackmessage-message
{
    width:100%;
    text-align:center;
}

.modalWindow
{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    text-align: center;
    background: rgb(250, 250, 250); /* Fallback for older browsers without RGBA-support */
    background: rgba(250, 250, 250, 0.5);
}

.modalWindowContent
{
	display: inline-block;
    padding: 40px;
    font-size: 17px;
    /* font-weight: bold; */
    letter-spacing: 3px;
    background: white;
    margin-top: 10%;
    
    border: 1px solid #C0C0C0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    -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);
}

body.main_green .modalWindowContent
{
	color: #465D18;
}

body.main_fire .modalWindowContent
{
	color: #555555;
}




.ui-draggable-handle
{
    overflow:visible!important;
    
}

.ui-layout-toggler
{
    border:1px solid #00c7ff;
    background-color: #00c7ff;
    border-radius:2px;
}

.ui-layout-toggler-west, .ui-layout-toggler-east 
{
    width: 6px!important;
}
.ui-layout-toggler-west
{
    left:-2px!important
}
.ui-layout-toggler-east 
{
    left:-2px!important
}

.ui-layout-toggler-north, .ui-layout-toggler-south
{
    height: 6px!important;
}
.ui-layout-toggler-north
{
    top: -3px!important;
}
.ui-layout-toggler-south
{
    top: -3px!important;
}



/* HEADER */


#main_header
{
	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);
}

body.main_green #main_header
{
	/*background-color:#202865;*/
    background-color:#465D18;
}

body.main_fire #main_header
{
	background-color:#DC2B19;
}

/* LOGO */

/**
#main #main_header_logo
{
    height: 75px;
    background-size: 100% auto;
    cursor: pointer;
    background-repeat: no-repeat;
    position: fixed;
    left: -3px;
    top: -7px;
    width: 75px;
    z-index: 999;
    background-size: 80px;
}
*/

#main #main_header_logo
{
    /* height: 62px; */
    background-size: 100% auto;
    cursor: pointer;
    /* background-repeat: no-repeat; */
    position: fixed;
    left: -3px;
    top: -7px;
    width: 80px;
    z-index: 999;
    /* background-size: 80px; */
    /* background-color: black; */
    /* margin: 5px; */
    /* border-radius: 14px;
}

body.main_green #main_header_logo
{
	// width: 80px;
    /* background-image: url("/m2/ivapp/cms/media/loghi_treeapp_19.png"); */
}

body.main_fire #main_header_logo
{
    width: 100px;
	background-image: url("/m2/ivapp/cms/media/logo_fire22.png");
}

#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;
}

#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_content
{
	width:100%;
    /*border-top:1px solid #EBEBEB;*/
    overflow:scroll;
    position:fixed;
    top:165px;
    bottom:135px; 
    left:0px;
    right:0px;
    
    /*background-image:url(/media/cms/media/311/bl_media/responsive_website_design.png);
    background-repeat:no-repeat;
    background-size:150px auto;
    background-position:  bottom right;*/
}

body.main_green #main_content
{
	color:#202865;
}

body.main_fire #main_content
{
	color: #555555;
}

#main #main_content #titolo_applicazione.title
{
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 2px;
    border: 0px solid black;
    vertical-align: middle;
    padding-top: 100px;
    border-bottom: 0px solid #ebebeb;
    padding-bottom: 21px;
    line-height: 65px;
}

body.main_green #main_content #titolo_applicazione.title
{
	color: #70954F;
}

body.main_fire #main_content #titolo_applicazione.title
{
	color: #DC2B19;
}

#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/media/380/bl_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("/media/cms/media/312/bl_media/Download-button-now.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("/media/cms/media/338/bl_media/youtube2.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
}

body.main_green #main_content A
{
	color:#465D18;
}

body.main_fire #main_content A
{
	color:#555555;
}

body.main_fire #main_content A
{
	color:#b3a58f;
}

#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/cms/media/footer_green.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;
    
    background-position: 0px -300px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

body.main_green #main_footer_small
{
	background-image: url('/m2/ivapp/cms/media/footer_green.jpg');
    border-top: 5px solid #465D18;
}

body.main_fire #main_footer_small
{
	background-image: url('/m2/ivapp/cms/media/footer_fire22.jpg');
    border-top: 5px solid #ae281b;
}

#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:31%;
    height:330px;
    padding:3px;
    margin:3px;
    
    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;
    background-size: cover;
    background-position: center;
}

#home_block_container #header_censimento
{
	background-position: center center;
    background-size: 100% auto;
}

#home_block_container #header_visivo
{
	background-position: center center;
    background-size: 100% auto;
}

#home_block_container #header_strumentale
{    
    background-position: center -230px;
    background-size: 100% 400%;
}

#home_block_container #title
{
	font-size:180%;
    margin:15px 0px;
    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("/media/cms/media/313/bl_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:100px;
    right:0px;
    border:0px solid black;
    padding:10px;
    height:420px;
    width:100%;
}

.home_block_content .home_block_content_container
{
	width:800px;
    height:330px;
    margin-left:auto;
    margin-right:auto;
    clear:both;
    border:0px 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
{
	height:330px; 
    width:150px; 
    float:left; 
    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 .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/app_67/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(media/cms/media/314/bl_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(/media/cms/media/312/bl_media/Download-button-now.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;
    float:left;
    width:600px;
    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;
    float:left;
    width:600px;
    border:0px solid black;
    
    
    overflow-x: hidden;
}

#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/app_67/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:#555555;
    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;
    clear:both;
    margin:7px 0px;
    text-align:center;
    display:none;
    width:100%;
}

body.main_green #content #invia_registrazione_result
{
	color:#465D18;
}

body.main_fire #content #invia_registrazione_result
{
	color:#555555;
}

body.main_green #content #invia_registrazione_result
{
	color:black;
}

#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;
}

#access_denied_message
{
    position:fixed;
    top:48px;
    left:0px;
    right:0px;
    bottom:0px;
    padding:40px;
    text-align:center;
    display:none;
    align-items:center;
	font-size:17px;
	background-color:white;
	z-index:998;
}    

#access_denied_message DIV
{
    text-align:center;
}

#access_denied_message .access_denied_reason
{
    display:none;
    width:100%;
}

.system_message,
#access_denied_message .access_denied_reason DIV
{
    font-size:23px;
    font-weight:bold;
    margin-bottom:20px;
    
}

body.main_green .system_message
{
    text-align:center;
	color: #465D18;
}

body.main_fire .system_message
{
    text-align:center;
	color: #555555;
}

#access_denied_message .system_message
{
	/*background-color:#202865;*/
    color:#465D18;
}



/******************************** 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
{
    -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;
    color:#ffffff;
}

body.main_green .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);
}

body.main_fire .button_licenze 
{
	background-color:#DC2B19;
    background-image: -webkit-linear-gradient(top, #b1281a, #dc2b19);
    background-image: -moz-linear-gradient(top, #b1281a, #dc2b19);
    background-image: -ms-linear-gradient(top, #b1281a, #dc2b19);
    background-image: -o-linear-gradient(top, #b1281a, #dc2b19);
    background-image: linear-gradient(to bottom, #b1281a, #dc2b19);
}

body.main_fire .button_licenze:hover 
{
	background-color:#DC2B19;
    background-image: -webkit-linear-gradient(top, #dc2b19, #b1281a);
    background-image: -moz-linear-gradient(top, #dc2b19, #b1281a);
    background-image: -ms-linear-gradient(top, #dc2b19, #b1281a);
    background-image: -o-linear-gradient(top, #dc2b19, #b1281a);
    background-image: linear-gradient(to bottom, #dc2b19, #b1281a);
}

body.main_green .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);
}

.button_licenze_active 
{
	color: #ffffff;
}

body.main_green .button_licenze_active 
{
	background-color:#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);
}

body.main_fire .button_licenze_active 
{
	background-color:#DC2B19;
    background-image: -webkit-linear-gradient(top, #dc2b19, #f5958b);
    background-image: -moz-linear-gradient(top, #dc2b19, #f5958b);
    background-image: -ms-linear-gradient(top, #dc2b19, #f5958b);
    background-image: -o-linear-gradient(top, #dc2b19, #f5958b);
    background-image: linear-gradient(to bottom, #dc2b19, #f5958b);
}

.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;
    
    margin-bottom:10px;
    font-weight: bold;
    /*letter-spacing: -2px;*/
}

body.main_green .block_licenze .titolo
{
	color: #465D18; /* rosso - #C11B17; */
}

body.main_fire .block_licenze .titolo
{
	color: #555555;
}

body.main_fire .block_licenze .titolo
{
	color: #555555;
}

.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 
{
    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: 140px;
    font-size: 16px;
    float: none;
    position:absolute;
    bottom:0px;
    left: 25px;
}

.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:180px;
}

.mio_progetto > div {
	margin:15px 10px;
    text-align:center;
    position: relative;
    height: 150px;
}

/********************************* PAGINA DELLE LICENZE FINE *********************************/

.dynamic_field_help 
{
    margin-bottom: unset;
    clear: both !important;
}

/**************************************** GRIGLIA APP ***************************************/

.ui-input-text input.read-only
{
    background-color: #f3f3f3;
    border: 1px solid #eeeeee;
}