/* GDPR Cookie dialog */

.gdprcookie {
    position: fixed;
    bottom: 15px;
    padding: 1rem;
    background: #fff;
    z-index: 999999;
    width: 360px;
    left: 15px;
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3);
    max-width: calc(100% - 30px);
    overflow: auto;
    max-height: calc(100% - 30px);
}
/* GDPR Cookie buttons */
.gdprcookie-buttons {
    text-align: center;
}
.gdprcookie-buttons button {
    margin: 7.5px;
}
/* GDPR Cookie types */

.gdprcookie-types ul {
    overflow: hidden;
    padding: 0;
    margin: 0 0 1rem;
}
.gdprcookie-types li {
    display: block;
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
    margin-top: 7.5px;
}
.gdprcookie-types input[type=checkbox] {
    margin-right: .25rem;
}

[type="checkbox"]:checked:disabled+label:before {
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
}

.gdprcookie-types {border-top: 1px solid #ccc;margin-top: 7.5px;padding-top: 7.5px;}
.gdprcookie-types label {line-height: 20px;}
.gdprcookie-types input {float: left;line-height: 20px;}
.gdprcookie p {margin: 0;}