/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 1-giu-2015, 11.18.27
    Author     : alessandrobizzeti
*/

#cookieChoiceInfo {
    position: fixed;
    width: 100%;
    margin: 0px;
    left: 0px;
    top: 0px;
    padding: 20px 3% 10px;
    z-index: 1000;
    text-align: center;
    color: #fff;
    /* Fallback per i browsers che non supportano RGBa */
    background: rgb(0, 0, 0) transparent;
    /* RGBa con 0.5 opacitÃ  */
    background: rgba(0, 0, 0, 0.8);
    /* per IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* per IE 8*/
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    font-size: 15px;
    line-height: 1.4em;
    box-sizing: border-box;
}

#cookieChoiceInfo #consent-content {
    display: block;
    max-width: 960px;
    margin: 0 auto;
}

#cookieChoiceInfo a {
    text-decoration: none;
    color: #51c3bc;
    display: inline-block;
}

#cookieChoiceInfo a:before {
    content: "\00a0 ";
}

a#cookieChoiceDismiss,
#cookit-switch input[type="submit"] {
    color: #fff;
    font-size: 15px;
    background: #00a096;
    padding: 7px 25px;
    font-weight: 700;
    display: inline-block;
    margin: 15px auto 5px;
    text-align: center;
	border:none;
	box-shadow:none;
	border-radius:0;
}

#cookit-switch input {
	width: auto;
	display:inline-block;
	vertical-align:middle;
	margin-bottom: 10px;
	margin-right: 4px;
}

#cookit-switch input[type="submit"] {
	margin: 0 0 10px;
	height: auto;
}

a#cookieChoiceDismiss:hover,
#cookit-switch input[type="submit"]:hover {
	opacity: 0.8;
	cursor: pointer;
}

#cookit-switch {
	border: 2px solid #00a096;
	padding: 20px;
	max-width: 350px;
	margin-bottom: 1.5em;
}

#cookit-switch input+label {
	font-weight:bold;
	margin-right:20px;
	margin-bottom:10px;
	display: inline-block;
	vertical-align:middle;
}

#cookit-switch-result {
	margin-bottom: 10px;
}
