﻿#popup-scopri_window{
padding: 10px;
background: #267E8A;
cursor: pointer;
color: #FCFCFC;
margin: 200px 0px 0px 200px;
}
.popup-scopri-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(196, 196, 196, .85);
    top: 0;
    left: 100%;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
.overlay .popup-scopri-overlay {
    opacity: 1;
    left: 0
}
.popup-scopri {
    position: fixed;
    /*top: 15%;*/
    top:3%;
    left: 50%;
    z-index: -9999;
}
.popup-scopri .popup-body-scopri {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
    opacity: 0;
    min-height: 150px;
    width: 500px;
    margin-left: -270px;
    padding: 15px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    position: relative;
    -moz-box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);
    -webkit-box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);
    box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);
    text-align: center;
    border: 1px solid #e9e9e9;
    font-size:small;
  
}
.popup-scopri.visible, .popup-scopri.transitioning {
    z-index: 9999;
}
.popup-scopri.visible .popup-body-scopri {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.popup-scopri .popup-exit-scopri {
    cursor: pointer;
    display: block;
    width: 24px;
    height: 24px;
    float: left;
    margin-left: 251px;    
/*    position: absolute;
    top: 150px;
    right: 195px;*/
    background: url("../Content/Images/quit.png") no-repeat;   
}

.popup-scopri .popup-scopri-submit {
    cursor: pointer;
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 250px;
/*    position: absolute;
    top: 150px;
    right: 145px;*/
    background: url("../Content/Images/Autori/check.png") no-repeat;   
}

.popup-scopri .popup-content-scopri {
    overflow-y: auto;
}
.popup-content-scopri .popup-scopri-title {
    font-size: 24px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
    color:Black;
}
.popup-content-scopri p {
    font-size: 10px;
    text-align: justify;
    color:Black;
        line-height: 12px;
}

.cookiesinfo
{
position:fixed;
background:none repeat scroll 0 0 #0977bc;
background-color:#003258;
color:white;
width:100%;
/*vertical-align:middle;*/
text-align:center;
z-index:1000;
float:left;
top: 0px;
height: 35px;
padding-top: 7px;
}

@media screen and (min-width:480px)
and (max-width:1070px) {
.cookiesinfo { height:50px;}
}

@media screen and (max-width:480px) {
.cookiesinfo { height:85px;}
}
   
.scopridipiù
{
    cursor:pointer;
    font-size: 12px;   
}
    
#field
{
    border-style:hidden;
    color:Black;
}
   
#HoCapitoButton
{
    cursor: pointer;
    background-color: #0066CC; /* colore di sfondo    */
    border: 2px solid #000066; /* bordo dell'elemento */
    color: #fff;               /* colore del testo    */
    font-weight: bold;         /* testo in grassetto  */
    padding: 0;                /* padding             */
    height: 25px;              /* altezza             */
    width: 80px;          
}


/*----------------------------------------------*/
/*Index,DiventaPartner*/


#popup-scopricookie_window{
padding: 10px;
background: #267E8A;
cursor: pointer;
color: #FCFCFC;
margin: 200px 0px 0px 200px;
}
.popup-scopricookie-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(196, 196, 196, .85);
    top: 0;
    left: 100%;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
.overlay .popup-scopricookie-overlay {
    opacity: 1;
    left: 0
}
.popup-scopricookie {
    position: fixed;
    /*top: 15%;*/
    top:3%;
    left: 50%;
    z-index: -9999;
}
.popup-scopricookie .popup-body-scopricookie {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
    opacity: 0;
    min-height: 150px;
    width: 600px;
    margin-left: -270px;
    padding: 15px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    position: relative;
    -moz-box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);
    -webkit-box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);
    box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);
    text-align: center;
    border: 1px solid #e9e9e9;
    font-size:small;
  
}
.popup-scopricookie.visible, .popup-scopricookie.transitioning {
    z-index: 9999;
}
.popup-scopricookie.visible .popup-body-scopricookie {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.popup-scopricookie .popup-exit-scopricookie {
    cursor: pointer;
    display: block;
    width: 24px;
    height: 24px;
    float: left;
    margin-left: 270px;    
/*    position: absolute;
    top: 150px;
    right: 195px;*/
    background: url("../Content/Images/quit.png") no-repeat;   
}

.popup-scopricookie .popup-scopricookie-submit {
    cursor: pointer;
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 250px;
/*    position: absolute;
    top: 150px;
    right: 145px;*/
    background: url("../Content/Images/Autori/check.png") no-repeat;   
}

.popup-scopricookie .popup-content-scopricookie {
    overflow-y: auto;
}
.popup-content-scopricookie .popup-scopricookie-title {
    font-size: 24px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
    color:Black;
}
.popup-content-scopricookie p {
    font-size: 9px;
    text-align: justify;
    color:Black;
    line-height:16px;
}

.cookiesinformativa
{
position:fixed;
background:none repeat scroll 0 0 #0977bc;
background-color:#003258;
color:white;
width:100%;
/*vertical-align:middle;*/
text-align:center;
z-index:1000;
float:left;
top: 0px;
height: 35px;
padding-top: 7px;
}

@media screen and (min-width:480px)
and (max-width:1070px) {
.cookiesinformativa { height:50px;}
}

@media screen and (max-width:480px) {
.cookiesinformativa { height:85px;}
}
  
    
#fieldcookie
{
    border-style:hidden;
    color:Black;
}
   
