/* Layout */
html, body{
    height: 100%;
    font-size: 13px;
}
.body {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
    max-width: calc(100% - 150px);
    margin: 0 auto;
    height: auto;
}
.content {
    padding: 0;
    margin: auto;
}
body::after{
    position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
    content:url(/images/check.png) url(/images/off.png) url(/images/error-unchecked.gif);
}
.cookie-logo {
    max-height: 75px;
    padding-bottom: 24px;
    margin: 0 auto;
    text-align: center;
}
.cookie-policy-container,.mfa-container:after {
    content: "";
    display: table;
    clear: both;
}
.cookie-policy-container {
    margin: 0 auto;
    background-color: #F9F9F9;
    width: 100%;
    max-width: 800px;
}
.selection-column, .info-column {
    float: left;
    position: relative;
    box-sizing: border-box;
    min-height: 440px;
}
.selection-column {
    padding: 30px;
    width: 70%;
    background-color: #FFFFFF;
}
.info-column {
    width: 30%;
    padding: 30px;
}
.info-column ul {
    margin: 0;
}
.cookie-info-block, .switch-block {
    float: left;
}
.switch-block {
    width: 40px;
    padding-top: 26px;
}
.cookie-info-block {
    max-width: calc(100% - 120px);
    padding: 10px;
    box-sizing: border-box;
}
.total-cookies {
    padding: 13px 0;
    float: left;
    box-sizing: border-box;
}
.cookie-actions {
    float: right;
}
.cookie-btn-section {
    text-align: right;
    padding-top: 10px;
}

/* Elements/Components */
.cookie-policy-title {
    padding-bottom: 5px;
    font-size: 24px;
    font-weight: bold;
}
.cookie-policy-subtitle {
    font-size: 14px;
}
.cookiesList, .gdpr-resources > ul {
    list-style: none;
    font-size: 13px;
    padding: 0;
    display: inline-block;
}
.gdpr-resources ul > li {
    padding: 5px 0;
}

.cookiesList label {
    position: relative;
    float: left;
    top: -4px;
}
.cookiesList li {
    min-height: 50px;
    float: left;
    width: 100%;
}
.cookiesList li.cookie-block-active {
    background-color: #DDFAFA;
}
.cookie-block {
    float: left;
    margin-left: 10px;
    width: 100%;
}
.cookie-name {
    font-weight: bold;
}
.cookie-description, .cookie-value {
    color: #888B8D;
}
.cookie-value {
    margin-top: 10px;
}
.cookiesList input[type="checkbox"] {
    opacity: 0;
    width: 0;
}
.required-text {
    margin-left: 10px;
    display: none;
}
.required-cookie, .required-text, .required {
    color: #C60000;
    font-size: 12px;
}
.required-cookie-notice {
    max-width: 393px;
    border: 1px solid rgba(198,0,0,0.3);
    border-radius: 2px;
    background:#EDE3E3;
    font-size: 12px;
    padding: 13px 22px;
    position: absolute;
    right: 50px;
    bottom: 100px;
    display: none;
}
.cookie-toggle-details, .cookie-select-all, .gdpr-resources a {
    color: #78D7DA;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
.gdpr-description {
    margin: 10px 0;
}
.cookie-save-btn {
    cursor: pointer;
    border-radius: 3px;
    background-color: #31BBC3;
    color: #FFFFFF;
    border: none;
    padding: 12px 25px;
    font-size: 14px;
    margin-left: 24px;
    font-weight: bold;
}
.cookie-save-btn.disabled {
    pointer-events: none;
    background-color: #BEEAEC;
}
.gdpr-resources-title {
    font-weight: bold;
}
.gdpr-disclaimer {
    font-size: 10px;
}
.cookie-graphic {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}
/* Larger sliders */
.slider {
    height: 8px;
    width: 28px;
}
.slider:before {
    height: 18px;
    width: 18px;
    left: -4px;
    top: -6px;
}
/* MFA */
.mfa-container {
    margin: 0 auto;
    background-color: #FFFFFF;
    width: 100%;
    max-width: 440px;
    padding: 30px;
}
.mfa-title {
    height: 41px;
    color: #333333;
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 12px;
    text-align: center;
}
.mfa-subtitle {
    height: 48px;
    font-size: 16px;
    line-height: 24px;
    color: #707070;
    margin-bottom: 18px;
}
.mfa-container .message {
    color: #C60000;
    padding-top: 6px;
}
input.mfa-input {
    box-sizing: border-box;
    height: 45px;
    width: 100%;
    border-radius: 4px;
    background-color: #FFFFFF;
    border: 1px solid #D2D2D2;
    padding: 13px;
    outline: none;
    font-size: 14px;
    margin-bottom: 24px;
}
.mfa-input:active, .mfa-input:focus {
    border: 1px solid #31BBC3;
}
.mfa-submit {
    height: 57px;
    width: 100%;
    border-radius: 3px;
    background-color: #31BBC3;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    outline: none;
    cursor: pointer;
}

.cookie-additional-info {
    padding-top: 20px;
    clear: both;
    word-break: break-word;
}