/*::::::::::::::::::::::::::::::::::::::::::::::::::
Cookies CSS
::::::::::::::::::::::::::::::::::::::::::::::::::*/
#cookieBar {
    z-index: 19999;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    background: #ffffff;
    color: #272727;
    padding: 8px 15px;
    text-align: center;
    -webkit-box-shadow: 0px -1px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px -1px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px -1px 5px 0px rgba(50, 50, 50, 0.5);
}
body.cookiebarOnBottom #cookieBar { /*fix for older projects - just add class cookiebarOnBottom to body*/
    top:auto;
    bottom:0;
}
body.oldandroid #cookieBar,
body.oldandroid.cookiebarOnBottom #cookieBar { /*fix for older projects - for oldandroid it can stay on top. reset the cookiebarOnBottom-Values */
    top: 0;
    position: relative;
    bottom: auto;
}
@media (min-width: 1200px) {
    #cookieBar br {
        display: none;
    }
}
#cookieBar a {
    color: #ffffff;
    display: inline-block;
    margin-left: 8px;
    padding: 0 6px;
    text-decoration: none;
    background: #c00418;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 3px;
}
@media (min-width: 1200px) {
    #cookieBar a {
        margin-top: 0;
    }
}
#cookieBar a.cookieImpr {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #444;
    color: #fff;
}
body.cookiebarActive a.ncmLogo {
    margin: 30px auto 70px;
}
#infoDetailText{
    display:none;
}
.cookieOk{
    text-transform: uppercase;
}

@media (min-width: 768px) {
    #infoDetailText{
        display:inline-block;
    }

}