﻿#barra-informativa {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    text-align: center;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    background-color:white;
    /*color: #fff;*/
    color:black;
    z-index: 99999;
    padding: 6px;
}

.inner {
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 5px;
    font-size: 0.95em;
    top: 30%;
}

    .inner a.info {
        padding-left: 5px;
        text-decoration: underline !important;
        /*color: #fff;*/
        color:black;
        font-size: 0.90em;
        font-weight: bold;
    }

    .inner a.ok {
        padding: 5px;
        margin: 0px;
        min-width: 0px;
        /*color: #ffffff;*/
        color:black;
        text-decoration: none;
        padding-left: 7px;
        padding-right: 7px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-transform: none;
        font-size: 0.90em !important;
    }



/*#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    background-color: #202020;
    border-top: 1px solid #fff;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-align-center, #moove_gdpr_cookie_info_bar.moove-gdpr-align-right {
    text-align: center;
}

#moove_gdpr_cookie_modal, #moove_gdpr_cookie_info_bar, .gdpr_cookie_settings_shortcode_content {
    font-family: inherit;
}

#moove_gdpr_cookie_info_bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 60px;
    max-height: 400px;
    color: #fff;
    z-index: 9900;
    background-color: #202020;
    border-top: 1px solid #fff;
    font-family: Nunito,sans-serif;
    transition: bottom .3s cubic-bezier(.17,.04,.03,.94);
}

* {
    box-sizing: border-box;
}*/






/*#barra-informativa {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
    min-height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 99999;
}

.inner {
    width: 100%;
    position: absolute;
    padding-left: 5px;
    font-family: verdana;
    font-size: 12px;
    top: 30%;
}

    .inner a.ok {
        padding: 4px;
        color: #00ff2e;
        text-decoration: none;
    }

    .inner a.info {
        padding-left: 5px;
        text-decoration: none;
        color: #faff00;
    }*/


