﻿.eu-cookie-bar-notification-modal{
    position: fixed;
    z-index: 900000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* overflow: auto;*/
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.eu-cookie-bar-notification-modal.bottom-dialog {
    background-color:transparent;

}

    .eu-cookie-bar-notification-modal.bottom-dialog .content {
        position: fixed;
        bottom: 0;
        width: 100%;
        margin: 0;
    }

    .eu-cookie-bar-notification-modal .content {
        background-color: #fefefe;
        margin: 10% auto 0% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 500px;
        text-align: center;
        position: relative;
    }

@media only screen and (max-height: 620px) {
    .eu-cookie-bar-notification-modal .content {
        /*    margin: 0 auto;*/
        display: -ms-grid;
        display: grid;
    }
}

@media only screen and (max-height: 300px) {
    .eu-cookie-bar-notification-modal .content {
        /*    margin: 0 auto;*/
        display: -ms-grid;
        display: grid;
        height: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .eu-cookie-bar-notification-modal .content {
        width: 100%;
        bottom: 0;
        position: absolute;
        margin: 0;
    }
}


.eu-cookie-bar-notification-modal .content #close-eu-cookie-modal {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
}

.eu-cookie-bar-notification-modal .content .cookies-links a {
    color: #d2731f;
    text-decoration: underline;
}

.eu-cookie-bar-notification-modal .content .cookies-links {
    margin-top: 5px;
}

.eu-cookie-bar-notification-modal .content h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.eu-cookie-bar-notification-modal .content .buttons-more {
    border-top: 1px solid black;
    margin-top: 10px;
    padding-top: 10px;
}


.eu-cookie-bar-notification-modal .content .set-button {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7c7c7c), to(#7f7f7f));
    background-image: -o-linear-gradient(top, #7c7c7c 0%, #7f7f7f 100%);
    background-image: linear-gradient(to bottom, #7c7c7c 0%, #7f7f7f 100%);
    border: 1px solid #7c7c7c;
}


.eu-cookie-bar-notification-modal #cookies-detail .cookie-consent-header {
    text-align: right;
    margin: 20px 0 0px 0;
}

.eu-cookie-bar-notification-modal #cookies-detail .cookie-intro {
    text-align: left;
    margin-bottom: 10px;
}

.eu-cookie-bar-notification-modal #cookies-detail {
    max-height: 350px;
    overflow-y: auto;
    line-height: normal;
}

    .eu-cookie-bar-notification-modal #cookies-detail h2 {
        text-align: left;
    }

    .eu-cookie-bar-notification-modal #cookies-detail .cookie-consent-name {
        float: left;
        font-weight: bold;
    }

    .eu-cookie-bar-notification-modal #cookies-detail .cookie-consent-check span {
        font-style: italic;
    }

    .eu-cookie-bar-notification-modal #cookies-detail .cookie-consent-check input {
        margin-top: -10px;
    }

    .eu-cookie-bar-notification-modal #cookies-detail .cookie-consent-description {
        text-align: left;
    }

    .eu-cookie-bar-notification-modal #cookies-detail .cookie-consent-header .always-active-consent {
        margin-right: 3px;
        display: block;
        margin-bottom: 6px;
    }
