#gdpr_container {
    background: black;
    border-top: 1px solid grey;
    color: silver;
    text-align: center;
    font-size: .8em;
    padding: 20px 3px;
}

#gdpr_container a {
    color: silver;
    text-decoration: none;
}

#gdpr_container a:hover {
    color: white;
    text-decoration: underline;
}

.gdpr_action_link,
.gdpr_link {
    white-space: nowrap;
}

#gdpr_request_action_form {
    margin: auto !important;
    max-width: 500px;
}

html.module_gdpr, body.module_gdpr {
    height: 97.7%;
}

body.module_gdpr {
    background-color: #fff;
    padding: 10px;
    background-image: none !important;
}

body.module_gdpr h2 {
    color: #9a2a54;
    font-size: 1.2em;
}

body.module_gdpr a {
    color: #9a2a54;
    text-decoration: none;
}

body.module_gdpr a:hover {
    text-decoration: underline;
}

body.module_gdpr .gdpr_content {
    margin: 50px auto;
    max-width: 750px;
}

.silver_body {
    background-color: #ededed !important;
}

.closeGDPR {
    display: block;
    width: 45px;
    height: 46px;
    position: absolute;
    top: 130px;
    right: 26px;
    background: url("../images/close.png") center center no-repeat;
}

.gdpr_ribbon {
    background: #00349a url("../images/gdpr_logo.png") center center no-repeat;
    height: 105px;
}

.gdpr_form_checkbox {
    position: relative;
    min-height: 130px;
    margin-top: 30px;
}

.gdpr_form_checkbox input[type="checkbox"] {
    position: absolute;
    top: 1px;
}

.gdpr_form_checkbox p {
    font-style: italic;
    position: absolute;
    left: 23px;
    padding: 0 !important;
    margin: 0 !important;
}

#gdpr_info_wrapper {
    height: 20px;
}

#gdpr_info {
    display: none;
}

#gdpr_info p {
    color: white;
    padding: 10px 20px;
    display: table;
    margin: auto;
    text-align: left;
}

#gdpr_info.gdpr_form_info {
    background-color: #00349a;
}

#gdpr_info.gdpr_form_error {
    background-color: #9e0000;
}

#cookiesdirective {
    height: 100%;
    opacity: 1;
    top: 0 !important;
    background: #000000;
    border-top: 1px solid grey;
    -ms-filter: "alpha(opacity=0.59)";
    filter: alpha(opacity=0.95);
    -khtml-opacity: 0.95;
    -moz-opacity: 0.95;
    color: #a2a2a2;
    font-family: inherit;
    font-size: 13px;
    text-align: center;
    z-index: 99999;
}

.cookiesDirectiveContent {
    position: relative;
    height: auto;
    max-width: 840px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    line-height: 120%;
    text-align: left;
}

.gdpr_logo {
    display: block;
    margin: 30px auto;
    width: 100%;
    max-width: 200px;
}

.acceptCookies {
    background-color: #069;
    color: white;
    padding: 5px 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: none;
    font-size: .9em;
}

.acceptCookies:hover {
    background-color: #005179;
}

#cookies_privacy_policy_link {
    color: #fff !important;
}

#cookies_privacy_policy_link:hover {
    color: #fff !important;
}

.privacySettings {
    background-color: #474846;
    color: white !important;
    padding: 10px 20px;
    border: none;
    font-size: 1em;
}

#ody_privacy_settings,
#ody_settings_informed,
#ody_privacy_settings_accept,
#ody_privacy_settings_reject{
    text-decoration: none;
}

#ody_privacy_settings:hover,
#ody_settings_informed:hover,
#ody_privacy_settings_accept:hover,
#ody_privacy_settings_reject:hover{
    color: white;
}

#ody_privacy_settings_accept{
     background-color: #025983;
 }

#ody_privacy_settings_accept:hover{
    background-color: #023d64;
}

#ody_privacy_settings_reject{
    background-color: #aa0000;
}

#ody_privacy_settings_reject:hover{
    background-color: #800000;
}

.privacySettings:hover {
    background-color: #313230;
}

.cookies_action {
    float: right;
    margin: 40px 5px;
}

.cookies_title {
    display: inline-block;
    padding-left: 7px;
    color: #9a2a54;
    font-size: 1.2em;
}

.third_party_cookies p {
    font-style: italic;
    color: #454545;
    margin-top: 0;
    padding-left: 45px;
}

.cookiesDirectiveContentRight {
    max-width: 100%;
    margin-right: 40px;
}

.cookiesDirectiveDescription {
    text-align: right;
    margin-top: 14px;
}

.log_card {
    margin: 10px;
    border-bottom: 1px solid silver;
}

.log_card_label {
    text-align: right;
    color: #9a2a54;
    font-weight: bold;
    padding-right: 5px;
}

#logs_results {
    margin-top: 50px;
    border-top: 2px solid #9a2a54;
}

#export_pdf_wrapper,
#anonymize_user_data_btn {
    text-align: right;
    margin: 5px 0;
}

#export_pdf {
    background: #930000 url(../images/pdf.png) 10px center no-repeat;
    color: white;
    padding-left: 45px;
}

.btn-white-text {
    color: white !important;
}

.btn-no-cursor {
    cursor: default !important;
}

.user_results_description {
    margin: 40px 0;
    font-style: italic;
    font-size: 1.1em;
}

#anonymize_user_submit{
    float:left;
}

#anonymize_user_data_btn {
    margin-top: 30px;
}

.refuse_reason {
    display: none;
    max-width: 650px;
    height: 100px;
    margin: 3px 0;
    width: 100%;
}

#cancel_refuse,
#proceed_refuse,
#reason_header{
    display: none;
}