/* GDPR Cookie dialog */

.gdprcookie {
    position: fixed;
    color: #60d2ce;
    font-size: .6em;
    line-height: 1.5em;
    left: 15px;
    bottom: 22px;
    max-width: 170px;
    padding: 1rem;
    background:#01948f;
	opacity: 0.9;
	z-index:9999;
	border-radius: 8px;
}
.gdprcookie h8,
.gdprcookie h9 {
    font-size: 1.2em;
    margin-bottom: .5rem;
}
.gdprcookie a {
    color: inherit;
}


/* GDPR Cookie buttons */

.gdprcookie-buttons {
    text-align: left;
}
.gdprcookie-buttons button {
    color: #60d2ce;
    font-family: inherit;
    font-size: 10pt;
    padding: 5px;
    border: solid .01rem currentColor;
    border-radius: 2px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
    margin: 0 5px;
    background: none;
    cursor: pointer;
}

.gdprcookie-buttons button:disabled {
    color: rgba(96,210,206,.5);
}
.gdprcookie-buttons button:hover {
    color: rgba(132,224,221,1);
}


/* GDPR Cookie types */

.gdprcookie-types ul {
    overflow: hidden;
    padding: 0;
    margin: 0 0 1rem;
	color: #60d2ce;
}
.gdprcookie-types li {
    display: block;
    list-style: none;
    float: left;
    width: 80%;
    padding: 0;
    margin: 0;
}
.gdprcookie-types input[type=checkbox] {
    margin-right: .25rem;
}


