/* GDPR Cookie dialog */
.gdprcookie{
	position:fixed;
	left:0;
	bottom:0;
	padding:0.7em 5%;
	background:#3098f3;
	background:rgba(48, 152, 243, 0.95);	
	color:#fff;
	font-family:Arial,sans-serif;
	font-size:14px;
	z-index:99999;
	text-align:center;
	color:#fff;
	border-top:1px solid #fff;

}

@media only screen and (max-width: 768px) {
  .gdprcookie{
	height: 55vh;
	overflow-y:auto;      
  }  
    
}



.gdprcookie h1,
.gdprcookie h2 {
    font-size: 1.2em;
    margin-bottom: .5rem;
}
.gdprcookie h2 {
    font-size: 1.2em;
	height: 10px;
}
.gdprcookie a {
    color: inherit;
}

div.gdpr-cookietype-div{
	margin-left:22px;
	padding:5px 0 15px 0;
}

a:not([href]).gdpr_cookie {
	color: #ea000d;
	text-decoration: underline;
}
a:not([href]):hover.gdpr_cookie {
	color: #ea000d;
	text-decoration: underline;
}

/* GDPR Cookie buttons */

.gdprcookie-buttons {
    text-align: center;
}
.gdprcookie-buttons button {
    color: white;
    font-family: inherit;
    font-size: 1em;
	border: 0;
    margin: 0 .5rem .5rem;
    cursor: pointer;
	text-transform: uppercase;
	background:#262626;
	padding:0.5em 0.75em;
	box-shadow:0 0 2px rgba(29,28,134,0.25);-o-transition:background 0.5s ease-in;
	-webkit-transition:background 0.25s ease-in;
	-moz-transition:background 0.25s ease-in;
}
.gdprcookie-buttons button:hover {
	/*color:#ea000d;*/
	color: #0234b3;
	background:#fff;
}

.gdprcookie-buttons button:disabled {
    color: rgba(255,255,255,.5);
}

/* GDPR Cookie types */

.gdprcookie-types ul {
    overflow: hidden;
    padding: 0;
    margin: 0 0 1rem;
}
.gdprcookie-types li {
    display: block;
	text-align:left;
    list-style: none;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.gdprcookie-types li label {
	font-weight:700;
}


.gdprcookie-types input[type=checkbox] {
    margin-right: .25rem;
}