/* GDPR Cookie dialog */

.gdprcookie {
    position: fixed;
    color: white;
    font-size: .6em;
    line-height: 1.5em;
    left: 1.5rem;
    bottom: 2.9rem;
    max-width: 33em;
    padding: 1rem;
    background:#000000;
	opacity: 0.9;
	z-index:5000;
}
.gdprcookie h8,
.gdprcookie h9 {
    font-size: 1.2em;
    margin-bottom: .5rem;
}
.gdprcookie h9 {
    font-size: 1.2em;
}
.gdprcookie a {
    color: inherit;
}


/* GDPR Cookie buttons */

.gdprcookie-buttons {
    text-align: center;
}
.gdprcookie-buttons button {
    color: white;
    font-family: inherit;
    font-size: 11pt;
    padding: .4rem;
    border: solid .05rem currentColor;
    border-radius: .10rem;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
    margin: 0 .5rem;
    background: none;
    cursor: pointer;
}

.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;
    list-style: none;
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
}
.gdprcookie-types input[type=checkbox] {
    margin-right: .25rem;
}
