/* GDPR Cookie dialog */

.gdprcookie {
    position: fixed;
    bottom: 0;
    padding: 1rem;
    background: #fff;
    z-index: 999999;
    width: 100%;
    left: 0;
    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);
}
/* GDPR Cookie buttons */
.gdprcookie-buttons {
    text-align: center;
    margin-top: 15px;
}
/* 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: 25%;
    padding: 0;
    margin: 0;
}
.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: 1px solid #ccc;}
.gdprcookie-types label {margin-left: 20px;line-height: 20px;}
.gdprcookie-types input {float: left;line-height: 20px;}
.gdprcookie-types p {margin-left: 20px;}

@media only screen and (max-width: 993px){
    .gdprcookie-types li {
        width: 50%;
    }
}