﻿.md-cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #131313;
    color: #eee;
    z-index: 1100;
    transition: bottom 500ms ease-in-out;
    transition-delay: 0;
}

    .md-cookie-consent .md-button, .md-cookie-consent .cookie-consent-md-button {
        min-width: 115px;
    }

    .md-cookie-consent.show {
        transition-delay: 0.1s;
        bottom: 0;
    }

/*    .md-cookie-consent:before {
        content: ' ';
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        position: fixed;
        background: rgba(0, 0, 0, 0.74);
        z-index: -100;
        opacity: 0;
        transition-delay:0s;
        -moz-transition: opacity 500ms ease-in-out;
        -o-transition: opacity 500ms ease-in-out;
        -webkit-transition: opacity 500ms ease-in-out;
        transition: opacity 500ms ease-in-out;
    }

    .md-cookie-consent.show:before {
        transition-delay: 0.1s;
        opacity: 1;
    }*/

@media only screen and (min-width: 400px) {
    .md-cookie-consent .md-button, .md-cookie-consent .cookie-consent-md-button {
        min-width: 150px;
    }
}
