/* GDPR Cookie dialog */

.gdprcookie {
    position: fixed;
    color: #333;
    font-size: .8em;
    line-height: 1.5em;
    right: 1.5rem;
    bottom: 1.5rem;
    max-width: 320px;
    background: #fff;
    z-index: 999;
    border-radius: 20px;
}

.gdprcookie-container {
    bottom: 0;
    position: fixed;
    width: 500px;
    float: right;
    right: 24px;
    bottom: 24px;
    padding: 0;
    background-color: #fff;
    border-radius: 8px;
}

    .gdprcookie {
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        border-radius: 0px;
        background-color:rgba(0, 0, 0, 0.3);
        height: 100%;
    }
    
    .gdprcookie-buttons {
        bottom: 30px;
    }
    
    .gdprcookie-intro {
        padding: 1px 3px 1px 8px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        height: auto;
    }

    .gdprcookie-intro p {
        font-size: 13px;
        line-height: 22px !important;
    }

@media all and (min-width: 0px) and (max-width: 767px) {
    .gdprcookie-container {
        width: 100%;
        float: left;
        right: 0;
        bottom: 0;
        border-radius: 0px;
        padding-top: 24px;
    }
    
    .gdprcookie-intro {
        padding-top: 0px !important;
        height: 100%;
    }
    
    .gdprcookie p {
        font-size: 14px !important;
        padding: 24px 18px 8px 18px !important;
    }
    
    .gdprcookie-types {
        height: 95px !important;
    }
}
    
    .gdprcookie-types {
        background-color: #fff;
        margin-top: -1px;
        bottom: 56px;
        left: 10px;
        right: 10px;
        height: 80px;
    }
    
    .gdprcookie-settings {
        padding-bottom: 32px;
        margin-top: -1px;
        left: 160px;
        bottom: 15px;
    }
    
    .gdprcookie p {
        padding: 11px 18px 10px 18px;
    }
    
    .gdprcookie h1 {
        margin-left: 17px;
    }


.gdprcookie h1 {
    font-size: 26px !important;
    margin-bottom: -16px;
    color: #274A68;
    margin-top: -20px;
}
.gdprcookie h2 {
    font-size: 14px;
    color: #333;
}
.gdprcookie a {
    color: #274A68 !important;
    text-decoration: underline !important;
}

.gdprcookie-types ul {
    margin-top: 5px;
}

.gdprcookie p {
    color: #8a9aab;
    margin-bottom: 12px;
    padding: 10px 11px 10px 11px;
}

.gdprcookie-types {
    padding: 10px 21px 0px 21px;
}

.gdprcookie label {
    color: #333;
    font-size: 14px !important;
    margin-left: 5px;
    margin-top: 2px;
}

/* GDPR Cookie buttons */

.gdprcookie-buttons {
    text-align: center;
    float: left;
    padding-left: 8px;
}
.gdprcookie-buttons button {
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    margin-left: 16px;
    cursor: pointer; 
    border-radius: 35px !important;
    color: #ffffff !important;
    padding: 16px 24px 16px 24px !important;
    background-color: #274A68;
	-webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    vertical-align: baseline;
    letter-spacing: 0.3px;
    border: 2px solid #274A68 !important;
}

.gdprcookie-buttons:hover {
	-webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    transform: scale(1.1);
}

.gdprcookie-buttons button:disabled {
    opacity: 0.5;
}

.gdprcookie-settings button {
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 0 12px;
    background: none;
    cursor: pointer;
    border: 0px;
    color: #274A68 !important;
    padding: 16px 24px 16px 24px;
    background-color: #fff;
    border-radius: 35px !important;
    border: 2px solid #D3BE9C !important;
    letter-spacing: 0.3px;
}
.gdprcookie-settings button:disabled {
    opacity: 0.5;
}


/* GDPR Cookie types */

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