 
 #cookiescript_accept:hover  {  
 /*font-size: 115%!important;*/
 background-color: #023221;
}
#cookiescript_reject:hover {  
 /*font-size: 115%!important;*/
 background-color: rgba(0,0,0,.15) ;
}
#cookiescript_readmore:hover  {  
 /*font-size: 115%!important;*/
 background-color: rgb(46 52 52);
}

#cookiescript_accept:active{
}

@media only screen and (max-width: 600px) {
    #contenitore    
    {
    width: 100% !important;
    }

    .tooltiptextAPP {
        width: 255px!important;
        margin-left: -55px!important;
        margin-top: -235px!important;
        }
              
    .tooltiptext {
      width: 560px !important;
      margin-left: -204px!important;
      margin-top: -389px!important;
    }
  }

#contenitore    
    {
    padding-top: 16px;
    width: 40%;
    height: 49px;
    /* background: #25FF00; */
    margin: 15px auto;
    border-radius: 7px;
    border-color: white;
    /*border-style: ridge;*/
    border-bottom-width: 1px;
    }


#contenitore .box 
    {
    width: 33%;
    float: left; 
    border-bottom: none;
    }

    
    


.box 
    {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    } 
    

.tooltiptextAPP {
    visibility: hidden;
    width: 482px;
    background-color: #222222; opacity: 0.98;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5;
    position: absolute;
    margin-left: -300px;
    margin-top: -127px;
    z-index: 1;
    border-style: ridge;
    border-width: 1px;
    border-color: white;
    }
          
.tooltiptext {
  visibility: hidden;
  width: 560px;
  background-color: #222222; opacity: 0.98;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0px 0;
  position: absolute;
  margin-left: -300px;
  margin-top: -169px;
  z-index: 1;
  border-style: ridge;
  border-width: 1px;
  border-color: white;
}
.box:hover .tooltiptextAPP {
    visibility: visible;
}
.box:hover .tooltiptext {
    visibility: visible;
}













 
.cookie_header
{
    /*background-color: rgb(17, 17, 17);*/
     z-index: 999999; 
     padding: 0px 0px 7px; 
     text-align: center; 
     color: rgb(255, 255, 255); 
     font-family: helvetica;
     display: block; 
     font-size: 18px; 
     font-weight: bold; 
     margin: 0px;
}

.cookie_injected
    {
        background-color: #023221; opacity: 0.98; font-family: helvetica; font-size: 14px; text-align: center; z-index: 1000;

    bottom: 0px;
    /* background-color: rgb(17, 17, 17); 
    z-index: 999999; 
    opacity: 1; */
    position: fixed;
    padding: 15px 0px 5px; 
    width: 100%; 
    left: 0px; 
    font-size: 13px; 
    font-weight: normal; 
    text-align: left; 
    letter-spacing: normal; 
    color: rgb(255, 255, 255); 
    font-family: helvetica; 
    box-shadow: rgb(0, 0, 0) 0px 0px 8px; 
    display: block;

   
    }


    /*
.cookie_injected:hover 
        {
        ##zoom: 1;
        opacity: 0;
        -webkit-transition: opacity 5s ease-in-out;
        -moz-transition: opacity 5s ease-in-out;
        -ms-transition: opacity 5s ease-in-out;
        -o-transition: opacity 5s ease-in-out;
        transition: opacity 5s ease-in-out;
        }
*/
#cookiescript_header{
    font-family: "Carrosserie Bold", Arial, sans-serif; 
    color: #e6d817;
}
.cookie_wrapper
    {
    width: 90%;
    margin: 0px auto;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: "Carrosserie Bold", Arial, sans-serif; 
    line-height: 25px;
    letter-spacing: normal;
    padding: 0px 5px;
    }

.cookie_buttons{
    margin: 10px auto 5px; 
    font-size: 16px; 
    font-weight: normal; 
    text-align: center; 
    font-family: helvetica;
    /*font-family: "Carrosserie Bold", Arial, sans-serif; */
    }


.cookie_accept
{
    border-radius: 5px; 
    border: 0px; 
    padding: 6px 10px; 
    font-weight: bold; 
    font-size: 16px; 
    cursor: pointer; 
    margin: 0px 15px 0px 0px; 
    transition: 0.25s; 
    text-shadow: rgb(0, 0, 0) 0px 0px 2px; 
    display: inline-block; 
    background-color: #14a773;
    color: rgb(255, 255, 255);
}
.cookie_reject{
    border-radius: 5px; 
    border: 0px; 
    padding: 6px 10px; 
    font-weight: bold; 
    font-size: 16px; 
    cursor: pointer; 
    margin: 0px 15px 0px 0px; 
    transition: 0.25s; 
    text-shadow: rgb(0, 0, 0) 0px 0px 2px; 
    display: inline-block; 
    background-color: #e6d817; 
    color: rgb(255, 255, 255);
    }
.cookie_readmore {
    border-radius: 5px; 
    border: 0px; 
    padding: 6px 10px; 
    font-weight: bold; 
    font-size: 16px; 
    cursor: pointer; 
    margin: 5px 15px 0px 0px;
    transition: 0.25s; 
    text-shadow: rgb(0, 0, 0) 0px 0px 2px; 
    display: inline-block; 
    background-color: rgb(0 0 0);
    color: rgb(255, 255, 255);
}
.cookie_link
{
    display: block !important; 
    text-decoration: none; 
    color: rgb(255, 255, 255); 
    font-size: 85%;
     padding: 0px 10px 0px 0px; 
     float: right;
}
.cookie_badge
{
    position: fixed; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: normal; 
    font-stretch: normal; 
    font-size: 13px; 
    line-height: 30px; 
    font-family: Arial; 
    color: rgb(255, 255, 255); 
    cursor: pointer; 
    z-index: 999; 
    background: rgb(17, 17, 17); 
    padding: 6px 11px 2px; 
    box-shadow: rgb(0, 0, 0) 0px 0px 3px; 
    left: 10px; 
    bottom: 0px; 
    border-top-left-radius: 5px; 
    border-top-right-radius: 5px; 
    display: none;
}



/* check box */
.checkCustom {

    /*display: block;*/
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
    color: white;
    margin-left: 10px;
}

/* Hide the browser's default checkbox */
.checkCustom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;

}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -4px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkCustom:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkCustom input:checked ~ .checkmark {
    background-color: #d6c916;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkCustom input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkCustom .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}    
