/* GDPR Cookie dialog */

.gdprcookie {
    position: fixed;
    color: white;
    font-size: 12px;
    line-height: 18px;
    right: 10px;
    bottom: 10px;
    max-width: 400px;
    padding: 15px;
    background: #1a80b6;
    z-index: 9999;
}
.gdprcookie h1,
.gdprcookie h2 {
    font-size: 20px;
    margin: 0 0 15px;
    color: #fff;
}
.gdprcookie h2 {
    font-size: 16px;
}
.gdprcookie p{
    color: #fff;
    margin: 0 0 15px !important;
}
.gdprcookie a {
    color: #fff;
    text-decoration: underline !important;
}


/* GDPR Cookie buttons */

.gdprcookie-buttons {
    text-align: left;
}
.gdprcookie-buttons button {
    color: white;
    font-family: inherit;
    font-size: 14px;
    padding: 5px 10px;
    border: solid 1px #fff;
    border-radius: 0;
    margin: 0 10px 0 0;
    background: none;
    cursor: pointer;
}
.gdprcookie-buttons button:disabled {
    color: rgba(255,255,255,.5);
    border: solid 1px 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-top: 0;
    margin-right: 6px;
    -webkit-appearance: none;
    appearance: none;
    vertical-align: text-bottom;
    background: #fff;
    width:14px;
    height:14px;
}
.gdprcookie-types input[type=checkbox]:checked{
    box-shadow: 0 0 0;
    background: #fff;
    outline:0;
    border:#18afff solid 4px;
}
.gdprcookie-types input[type=checkbox]:focus,.gdprcookie-types input[type=checkbox]:active{
    box-shadow: 0 0 0;
    outline:0;
}