/* GDPR Cookie dialog */

.gdprcookie {
    position: fixed;
    color: white;
    font-size: 1em;
    line-height: 1.5em;
    right: 1.5rem;
    bottom: 1.5rem;
    max-width: 25em;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #00488c;
	font-family: inherit;
	z-index: 99; 
}
.gdprcookie h1,
.gdprcookie h2 {
    font-size: 1.2em;
    margin-bottom: .5rem;
	margin-top: 0;
	color: #00488c; 
}
.gdprcookie h2 {
    font-size: 1.2em;
}
.gdprcookie p {
    color: #00488c;
}
.gdprcookie a {
    color: #FF5300;
	text-decoration: underline !important; 
}
.gdprcookie a:hover {
    color: #00488c; 
	text-decoration: none !important; 
}
.gdprcookie-intro {
	margin-bottom: 16px; 
}


/* GDPR Cookie buttons */

.gdprcookie-buttons {
}
.gdprcookie-buttons button {
    color: white;
    font-family: inherit;
    font-size: 1em;
    padding: .4rem;
    border: solid .05rem currentColor;
    border-radius: .15rem;
    margin-right: .5rem;
    background: #00488c;
    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 li label {
    float: none !important;
    color: #00488c;
}
.gdprcookie-types input[type=checkbox] {
    margin-right: .25rem;
}