/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25.04.2016, 10:52:30
    Author     : VERITAS DATA GmbH
*/

#cookie_message_website_policy {
    color: #fff;
    font-size: 11px;
    height: auto;
    line-height: 20px;
    padding: 10px 0;
    position: fixed !important;
    text-align: center;
    width: 100%;
    z-index: 1000;
    left: 0;
}

#cookie_message_website_policy #website_policy_privacy_content {
    width: 80%;
    margin: 0 auto;
}

#CookieDecline {
    background-color: transparent !important;
    border: 0 none;
    font-size: 1.2em;
    font-weight: bolder;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    box-shadow: none;
}

#website_policy_cookies_accept {
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 #fff inset;
    display: inline-block;
    font-size: 11px;
    font-style: normal;
    height: 22px;
    line-height: 22px;
    margin-left: 10px;
    text-align: center;
    text-decoration: none!important;
    text-indent: 0;
    margin-top: 6px;
    border-top-width: 0;
    padding: 0 5px;
  /*  width: 112px;*/
}

#website_policy_act_exit{
    text-decoration: underline;
}
