/* --------------------------  START HTML TAGS ------------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
}

body, input, form label, select, textarea, p, h1, h2, h3, h4, h5, h6, .ui-menu-item a {
    font-family: Arial;
}

body, form span, textarea, label, select, p, .ui-menu-item a, #pictureCardDesign span {
    font-size: 12px;
}

h1 {
    font-size: 24px;
    margin-bottom: 15px;
}

#indexteaser h1 {
    margin-bottom: 0;
}

h2 {
    font-size: 17px;
    margin-bottom: 10px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 9px;
}

input, form span, label, textarea, select {
    font-weight: bold;
}

p, hr {
    clear: both;
}

header {
    height: 53px;
    min-width: 1160px;
}

form {
    padding: 0;
}

strong {
    font-size: 17px;
    display: block;
}

hr {
    height: 1px;
    margin: 20px 0;
}

img {
    border: 0;
}

footer {
    display: inline;
    height: 50px;
    margin: 0 auto;
}

em {
    font-style: normal;
}

.textRight {
    text-align: right;
}

.fleft {
    float: left;
}

.paddingleft5 {
    padding-left: 5px !important;
}

footer a {
    font-size: 13px;
    margin: 0 5px;
    text-decoration: none;
}

footer img {
    vertical-align: middle;
    margin: 0 3px;
}

footer img.footerSeal {
    width: 40px;
}

footer div {
    float: left;
    margin-top: 10px;
}

/*TODO: find solution*/
#footerLeftContent {
    position: static !important;
    width: 15%;
}

/*----------------------------------------------*/
/*MGK Extended Footer*/
#footerExtended {
    width: 100%;
    padding-bottom: 25px;
}

#footerExtended h3 {
    padding-bottom: 5px;
}

#footerExtended b {
    display: block;
}

#footerExtended > div {
    float: left;
    width: 33.3333%;
    margin-right: 0;
}

#footerExtended > div:nth-of-type(2),
#footerExtended > div:nth-of-type(3) {
    padding-left: 10px;
}

#footerExtended > div:nth-of-type(1) img,
#footerExtended > div:nth-of-type(2) img {
    margin: 25px 5px 0 0;
    width: auto;
    height: 44px;
}

#footerExtended > div > div {
    width: 100%;
    border-left: 1px solid #94989c;
    padding-left: 10px;
    height: 79px;
}

#footerExtended > div:nth-of-type(3) > div {
    border-right: 1px solid #94989c;
}

#footerExtended div:nth-child(1) a {
    display: inline-block;
    margin: 0;
}

#footerExtended div:nth-child(2) .footerMerkurLogo {
    margin-left: 10px;
}

#footerExtended > div:nth-of-type(3) img {
    height: 44px;
    margin: 15px 20px 0 0;
}

#footerExtended > div:nth-of-type(3) span {
    max-width: 96px;
    padding-top: 12px;
    float: left;
}

#footerExtended div:nth-child(3) span a {
    margin: 0;
}

#footerExtended div:nth-child(3) span a u b {
    display: inline;
}

#footerExtended > div:nth-of-type(3) div div img:nth-of-type(2) {
    margin: 0 25px 0 0;
}

/*----------------------------------------------*/

#footerLeftContent a {
    margin: 0;
}

#footerLeftContent img {
    width: 28px;
}

#footerMiddleContent {
    margin-top: 20px;
}

#footerUnderContent {
    width: 100%;
    text-align: center;
    margin: 34px 0 40px 0;
}

#footerRightContent span {
    display: inline-block;
    margin-left: 5px;
    margin-right: 33px;
    max-width: 96px;
    vertical-align: top;
    text-align: left;
}

#footerRightContent span a {
    font-size: 12px;
    margin-left: 0;
}

#footerRightContent {
    float: right;
}

#footerRightContent .pcLogo {
    width: 100px;
}

input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=tel] {
    border-radius: 3px;
    height: 25px;
    width: 400px;
    margin-bottom: 10px;
    padding: 0 5px 0 5px;
}

/*remove the arrows from input[type=number]*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

textarea {
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 5px 5px 5px 5px;
}

select {
    border-radius: 3px;
    height: 25px;
    width: 400px;
    margin-bottom: 10px;
    padding: 3px;
    line-height: 21px;
    /* safari don't support height in select. must set the line-height instead
                             with is approximate the same height. */
}

a, input[type=button], input[type=submit] {
    cursor: pointer;
}

input[type=radio] + label {
    margin: 7px 150px 0 5px;
    display: inline-block;
    vertical-align: top;
}

table.simple {
    border-spacing: 4px;
}

input[type=radio] {
    height: 30px;
}

#devidedForm hr,
dl hr {
    margin-top: 5px;
    margin-bottom: 7px;
}

form > div {
    position: relative;
}

form input.calendar {
    background: rgba(0, 0, 0, 0) url("img_common/ic_date.svg") no-repeat scroll right 1px top 1px/20px 20px !important;
    border-radius: 5px 5px 5px 5px;
    margin-right: 10px;
    width: 97px;
}

/*SEO Headlines*/
.highlighted.small {
    font-size: 16px;
    margin-bottom: 10px;
}

.highlighted.big {
    font-size: 18px;
    margin-bottom: 10px;
}

.clear {
    clear: both;
    float: none;
}

.wrapper {
    min-height: 100%;
    margin: 0 auto -300px;
}

.push {
    height: 300px;
}

/* --------------------------  END HTML TAGS --------------------------------------------------------------------------*/

/* --------------------------  START IDs ------------------------------------------------------------------------------*/

/** general **/
#contentContainer {
    clear: both;
    padding-top: 10px;
}

#secureContentContainer {
    clear: both;
    padding-top: 10px;
}

#centerContent p,
#dsbContent p {
    margin-bottom: 10px;
}

/** Do not clear to avoid disturbance from left-floating menu in secure area.*/
#centerContent p, #centerContent hr,
#dsbContent p {
    clear: none;
}

div#dsbContent {
    margin-right: 20px;
}

#dsbContent ul {
    list-style-position: outside;
    margin-left: 15px;
}

#dsbContent li {
    margin-bottom: 5px;
}

#dsbContent h2 {
    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 25px;
}

#dsbContent h2 + h3, #dsbContent h3 + h4 {
    margin-top: 8px !important;
}

#dsbContent ul + h3 {
    margin-top: 20px !important;
}

#dsbContent h3 {
    margin-bottom: 5px;
    font-size: 14px;
    margin-top: 12px;
}

#dsbContent h4 {
    margin-bottom: 4px;
    margin-top: 12px;
    font-size: 13px;
}

#dsbContent h5 {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: normal;
}

#dsbContent h2 + h5 {
    margin-top: 8px;
}

#dsbContent h5 + h2 {
    margin-top: 25px;
}

#dsbContent span {
    font-weight: bold;
}

#content {
    width: 1160px;
    height: 100%;
    padding: 10px;
    border-radius: 5px;
    position: relative;
}

#leftContent {
    width: 20%;
    height: 100%;
    float: left;
}

#leftContent nav {
    padding: 0;
}

.leftContentDefault {
    margin: -34px 0 0 35px;
    width: 185px;
}

.showQuickRegistrationSBRadioGroup {
    margin-top: 5px;
}

.showQuickRegistrationSBRadioGroup input[type=radio] + label:nth-of-type(1) {
    width: 95%;
    margin: 7px 0 0 5px;
}

.showQuickRegistrationSBRadioGroup input[type=radio] + label:nth-of-type(2) {
    margin: 7px 5px 0 5px;
}

.showQuickRegistrationSBRadioGroup input[type=text] {
    width: 300px;
    margin-top: 10px;
}

#rightContentBenefits .logo-paycenter {
    height: 50px;
    margin-bottom: 20px;
}

#rightContentBenefits .logo-benefits {
    height: 70px;
    margin: 30px 0 0 10px;
    position: absolute;
}

.logo-kws {
    height: 70px;
    margin: 20px auto auto auto;
    position: inherit;
    display: block;
}

.logo-testwinner {
    height: 170px;
    margin: 20px auto 20px auto;
    position: inherit;
    display: block;
}

#registrationBanner.bannerLeft > div {
    padding: 30px 0 0 310px !important;
}

.bannerLeft > div {
    padding: 15px 0 0 250px !important;
    width: 850px !important;
}

#quickRegistration > p.showOnScript.between + div {
    margin-left: 2px;
}

#rightContentBenefits ul li {
    background: none;
    list-style: none;
    padding: 3px 3px 3px 0;
    line-height: 19px;
    font-weight: bold;
}

#rightContentBenefits > div:nth-of-type(2) p {
    text-align: center;
    padding: 10px 0 0;
}

#rightContentBenefits > div:nth-of-type(2) p a {
    font-weight: bold;
}

#rightContentBenefits ul li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 15px;
    width: 15px;
    padding-right: 5px;
}

.middleContent {
    width: 60%;
    height: 100%;
    float: left;
    padding: 0 10px;
    margin-bottom: 30px;
}

#pageContent > .titleBar {
    height: 30px !important;
    padding-left: 10px;
}

#pageContent > .roundedBox {
    padding-right: 0;
}

#rightContent {
    width: 20%;
    height: 100%;
    float: left;
}

.centeredContent {
    display: flex;
    justify-content: center;
}

div#password_strength_indicator, div#password_strength_indicator_fill {
    border-radius: 3px;
    height: 25px;
    width: 400px;
    margin-bottom: 10px;
    margin-left: 185px;
}

div#password_strength_indicator > label {
    margin: -23px 0 0 -1px;
}

#main {
    margin: 0 auto;
    width: 1160px;
}

#selectCardBox {
    width: 1160px;
    margin: 0 auto;
}

#selectCardBox select {
    width: 200px;
}

#selectCardBox form {
    width: 590px;
    float: right;
}

#selectCardBox form > div {
    float: left;
}

#selectCardBox form .submitButton {
    margin-top: -5px;
}

nav#menu {
    height: 20px;
    line-height: 20px;
    width: 100%;
}

nav#menu a {
    font-weight: bold;
    text-decoration: none;
}

#menu_main {
    margin: 0 auto;
    width: 1160px;
}

#menu ul {
    margin: 0 auto;
    text-align: left;
    -moz-padding-start: 0;
    padding-left: 0;
}

#menu li {
    float: left;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    list-style: none outside none;
    text-align: center;
    width: 20%;
}

#menu li.lastChild {
    margin: 0;
}

.bannerLeft {
    float: left;
    height: 125px;
    width: 78.6%;
    border-radius: 5px;
}

.bannerLeft > div {
    padding: 15px 0 0 300px;
    width: 800px;
}

#logoHeader, #loginHeader {
    margin: 0 auto;
    min-width: 1160px;
    width: 80%;
}

#logoHeader #loginForm .wwerr, .mainpageHeader #loginForm .wwerr, #loginHeader #loginForm .wwerr {
    display: none;
}

#logoHeader img, .mainpageHeader img, #loginHeader img {
    margin: 7px 0 0;
    width: 190px;
    float: left;
}

#headerLogout {
    float: right;
    margin-top: 10px;
}

/* --- ********** BANNER ****** */

/** legalnotice**/
.imprintScroll {
    max-height: 90px;
    width: 290px;
    overflow-y: scroll;
    white-space: pre-wrap;
    padding: 5px;
    border-radius: 5px;
    border: thin solid silver;
}

/* --- ********** MAINPAGE ******* */

#indexteaser {
    width: 100%;
    height: 330px;
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.overlay {
    width: 0;
    height: 0;
    border-left: 304px solid transparent;
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1;
}

.overlay a {
    text-decoration: none;
}

.skew {
    margin-left: -240px !important;
    margin-top: 137px !important;
    font-size: 30px;
    -webkit-transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    transform: rotate(-40deg);
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    width: 300px;
    cursor: pointer;
}

#header div.mainpageHeader,
#menu div.mainpageHeader,
#logoHeader,
#loginHeader {
    margin: 0 auto;
    width: 1159px;
}

#mainpageFooter {
    width: 100%;
    padding-top: 10px;
    clear: both;
}

#languageInfo {
    background-color: rgba(121, 121, 121, 0.85);
    color: white;
    height: 53px;
    padding-top: 10px;
    position: fixed;
    text-align: center;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

#languageInfo .button {
    cursor: pointer;
    display: inline-block;
    margin-left: 95px;
}

/* +++ COOKIE ACCEPTANCE +++ */

#cookieAcceptance {
    background-color: rgba(121, 121, 121, 0.98);
    height: auto;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

.cookieAcceptanceContent {
    display: flex;
    margin: 10px auto;
    width: 1160px;
}

#cookieAcceptance .row1 {
    width: 63%;
    padding-right: 85px;
    font-size: 13px;
}

#cookieAcceptance .row2 {
    margin-bottom: 20px;
    width: 30%;
    font-size: 13px;
}

#cookieAcceptance p {
    color: white !important;
    margin-bottom: 10px;
    font-size: 13px;
}

#cookieAcceptance h4 {
    color: white !important;
    margin-bottom: 15px;
}

#cookieAcceptance label {
    color: white;
    vertical-align: 2px;
    margin-left: 3px;
    margin-right: 10px;
    font-weight: normal !important;
    font-size: 13px;
}

#cookieAcceptance .button {
    cursor: pointer;
    display: inline-block;
    margin-left: 65px;
}

#cookieAcceptance .checkBoxList {
    margin-bottom: 5px;
}

#cookieAcceptance input[type=checkbox] {
    cursor: pointer;
}

label#toggleShow {
    text-decoration: underline;
    display: flex;
    margin: 10px auto 20px auto;
    width: 1160px;
    cursor: pointer;
}

input#showOrHideDetails[type=checkbox] ~ label#toggleShow::after {
    content: attr(data-unchecked-message);
}

input#showOrHideDetails[type=checkbox]:checked ~ label#toggleShow::after {
    content: attr(data-checked-message);
}

input#showOrHideDetails[type=checkbox]:checked ~ #cookieAcceptanceDetails {
    display: block !important;
}

input#showOrHideDetails[type=checkbox]:not(:checked) ~ #cookieAcceptanceDetails {
    display: none !important;
}

#cookieAcceptanceDetails {
    color: white !important;
    margin: 0 auto;
    width: 1160px;
}

#cookieAcceptanceDetails .tabbed figure {
    display: inline-block;
    margin-left: -4px;
    clear: both;
    width: 90%;
}

#cookieAcceptanceDetails .tabbed > input,
#cookieAcceptanceDetails .tabbed figure > div {
    display: none;
}

#cookieAcceptanceDetails .tabbed figure > div {
    padding: 15px;
    border: 1px solid white;
    background: none;
    color: white;
    height: 184px;
    overflow-y: auto;
}

#cookieAcceptanceDetails #tab1:checked ~ figure .tab1,
#cookieAcceptanceDetails #tab2:checked ~ figure .tab2,
#cookieAcceptanceDetails #tab3:checked ~ figure .tab3,
#cookieAcceptanceDetails #tab4:checked ~ figure .tab4 {
    display: block;
}

#cookieAcceptanceDetails nav {
    display: inline-grid;
    vertical-align: top;
}

#cookieAcceptanceDetails nav label {
    float: left;
    padding: 15px;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    border-left: 1px solid white;
    background: none;
    color: white;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#cookieAcceptanceDetails nav label:nth-child(1) {
    border-top: 1px solid white;
}

#cookieAcceptanceDetails nav label:last-child {
    border-bottom: 1px solid white;
}

#cookieAcceptanceDetails nav label:hover {
    cursor: pointer;
}

#cookieAcceptanceDetails #tab1:checked ~ nav label[for="tab1"],
#cookieAcceptanceDetails #tab2:checked ~ nav label[for="tab2"],
#cookieAcceptanceDetails #tab3:checked ~ nav label[for="tab3"],
#cookieAcceptanceDetails #tab4:checked ~ nav label[for="tab4"] {
    background: white;
    color: #787b7b;
    position: relative;
    border-bottom: none;
}

#cookieAcceptanceDetails #tab1:checked ~ nav label[for="tab1"]:after,
#cookieAcceptanceDetails #tab2:checked ~ nav label[for="tab2"]:after,
#cookieAcceptanceDetails #tab3:checked ~ nav label[for="tab3"]:after,
#cookieAcceptanceDetails #tab4:checked ~ nav label[for="tab4"]:after {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: white;
    left: 0;
    bottom: -1px;
}

#cookieAcceptanceDetails table {
    margin-top: 15px;
    border: 1px solid white;
    border-bottom: none;
    text-align: left;
    border-spacing: unset;
    border-collapse: unset;
}

#cookieAcceptanceDetails th {
    border-bottom: 1px solid white;
    padding: 7px;
    font-weight: normal;
}

#cookieAcceptanceDetails td {
    padding: 7px;
}

#cookieAcceptanceDetails th:first-child, #cookieAcceptanceDetails td:first-child {
    border-right: 1px solid white;
}

#cookieAcceptanceDetails tr:first-child {
    background: rgba(208, 208, 208, 0.98);
    color: white;
    border-bottom: 1px solid white;
}

#cookieAcceptanceDetails tr > td {
    border-bottom: 1px solid white;
}

input#cookieSettings[type=checkbox]:checked ~ #changeSettings {
    display: block !important;
}

input#cookieSettings[type=checkbox]:not(:checked) ~ #changeSettings {
    display: none !important;
}

#changeSettings p {
    margin-top: 10px;
    margin-bottom: 15px !important;
}

#changeSettings .submitButton {
    padding: 0;
    font-size: 19px;

}

/* +++ PAPER CURL +++*/
#indexteaser #paperCurl {
    width: 215px;
    height: 208px;
    margin-left: 2px;
    margin-top: -181px;
}

#indexteaser #paperCurl:hover {
    -webkit-animation: paperCurl 2.65s steps(44) infinite;
    -moz-animation: paperCurl 2.65s steps(44) infinite;
    -ms-animation: paperCurl 2.65s steps(44) infinite;
    animation: paperCurl 2.65s steps(44) infinite;
    cursor: pointer;
}

@-moz-keyframes paperCurl {
    from {
        background-position: 0px 0px;
    }
    to {
        background-position: 0px -9152px;
    }
}

@-webkit-keyframes paperCurl {
    from {
        background-position: 0px 0px;
    }
    to {
        background-position: 0px -9152px;
    }
}

@-ms-keyframes paperCurl {
    from {
        background-position: 0px 0px;
    }
    to {
        background-position: 0px -9152px;
    }
}

@keyframes paperCurl {
    from {
        background-position: 0px 0px;
    }
    to {
        background-position: 0px -9152px;
    }
}

/* --- ********** BOXES ****** */
#rightFooter {
    float: right;
}

#loginBox {
    padding: 10px 0 0 0;
    width: 620px;
    margin: 0 auto;
}

#loginBox div {
    float: left;
}

#loginBox label {
    display: none;
}

#loginBox input[type=text], #loginBox input[type=password] {
    width: 210px;
    border: 1px solid;
    margin: 0 10px 0 0;
    height: 35px;
    font-weight: normal;
}

.replenishmentBox h2 {
    margin-top: 5px;
}

.replenishmentBox .infoTrigger {
    display: inline-block;
    vertical-align: text-bottom;
}

.replenishmentBox .infoTrigger::before {
    margin-left: -3px;
}

.replenishmentBox .amountText {
    display: inline;
    vertical-align: top;
}

.replenishmentBox .refresh {
    vertical-align: top;
    padding-top: 3px;
    width: 15px;
}

.accountNrHighlighted {
    font-weight: bold;
    font-size: 10px;
}

table td .accountNrHighlighted {
    font-size: 12px;
}

/*adBox*/

.sideBox {
    margin-bottom: 10px;
    height: 195px;
    width: 100%;
    border-radius: 5px;
    position: relative;
    text-align: center;
}

.sideBox > div {
    height: 100%;
    width: 100%;
    padding: 5px;
}

.sideBox.pinOption {
    overflow: hidden;
}

.sideBox #pinOption p.highlighted {
    font-size: 20px;
    font-weight: bold;
    height: 148px;
    text-align: left;
    padding: 50px 5px;
}

#rotationBox > #pinOption {
    border-radius: 5px;
    height: 197px;
    margin-top: -5px;
    overflow: hidden;
    width: 221px;
}

#rotationBox > #pinOption .ajaxLink.buttonWithArrow {
    display: inline-block;
    line-height: 26px;
    width: 180px;
}

.sideBox #bankOption {
    border-radius: 5px;
    height: 205px;
    width: 222px;
    display: none;
}

.sideBox #bankOption p {
    padding: 15px 0 15px;
}

/*--------*/

#contactBox {
    padding: 15px 10px;
    height: 125px;
    width: 20.6%;
    border-radius: 5px;
    float: right;
}

#contactBox a {
    text-decoration: none;
}

#contactBox h3 {
    margin-top: 3px;
}

#contactBox .contactBoxElement {
    width: 16.6666%;
    float: left;
}

#contactBox .contactBoxElement img,
#indexBannerBoxes #rightBoxContent img {
    width: 31px;
    height: 31px;
    border-radius: 5px;
    margin-right: 3px;
    display: block;
    padding: 5px;
}

#contactInfoText {
    margin-bottom: 15px;
    width: 100%;
}

.contactBoxElement {
    display: inline;
}

#secureContactBox > #contactBox {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    height: 125px;
}

#secureContactBox {
    height: 125px;
}

#secureContactBox > #contactBox h3 {
    margin-bottom: 6px;
    margin-top: 0px !important;
}

/* ####### POPUP #######*/
#popup_content {
    display: none;
}

div.popup_content #confirmContent {
    text-align: center;
}

.popup_content strong,
.popup_content p {
    margin-bottom: 15px;
}

/* youtube popup*/
#youtubePopup object {
    width: 500px;;
    height: 300px;
}

/* ####### MAINPAGE #######*/
#indexBannerBoxes {
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

#indexBannerBoxes > div {
    width: 33.3333%;
    float: left;
}

#indexBannerBoxes > div:nth-of-type(1)
#indexBannerBoxes > div:nth-of-type(2) {
    padding-right: 5px;
}

#indexBannerBoxes > div:nth-of-type(2),
#indexBannerBoxes > div:nth-of-type(3) {
    padding-left: 10px;
}

#indexBannerBoxes > div > div {
    width: 100%;
    height: 125px;
    border-radius: 5px;
    padding: 10px;
    overflow: hidden;
}

#indexBannerBoxes #rightBoxContent > div {
    float: left;
    margin-right: 15px;
}

#leftBoxContent img, #middleBoxContent img {
    float: right;
    margin-top: -10px;
    width: 55px;
}

#leftBoxContent img, #middleBoxContent img[alt='PayCenter'] {
    float: right;
    margin-top: -15px;
    width: 120px;
    height: 51px;
}

#leftBoxContent a, #middleBoxContent a {
    display: inline-block;
    margin: 30px 0;
}

#middleBoxContent a#imageWithLink {
    float: right;
    margin-top: 10px;
}

#pictureCardFlash {
    height: 121px;
    width: 125px;
    margin-top: 8px;
    float: left;
    margin-left: 6px;
}

#secureFooterBar {
    width: 100%;
    background-color: #787b7b;
    color: #ffffff;
    clear: both;
    margin-top: 15px;
    position: fixed;
    bottom: 0;
}

.footerBar {
    width: 100%;
    background-color: #787b7b;
    color: #ffffff;
    clear: both;
}

.footerBar a {
    color: #FFFFFF;
    text-decoration: none;
}

.footerBar > div {
    padding: 15px;
    width: 1160px;
    margin: 0 auto;
}

.footerBar > div span {
    padding: 0 5px;
}

#underFooter {
    overflow: auto;
    min-width: 1163px;
    position: relative;
    height: auto;
    padding-top: 10px;
    min-height: 300px;
}

#underFooter section {
    width: 1163px;
    margin: 0 auto;

}

#underFooter article {
    float: left;
    padding: 10px 15px;
    width: 33.3333%;
}

#underFooter p, #underFooter h5 {
    margin-bottom: 10px;
}

#underFooter h4 {
    font-size: 12px;
    margin-bottom: 10px;
}

/** furtherinfo**/
#schufaWrapper {
    display: inline-block;
}

#schufaWrapper {
    width: 380px;
}

#orderProcessWrapper .step {
    display: table-cell;
    table-layout: fixed;
    text-align: center;
}

#orderProcessWrapper .step:last-child {
    border: none;
}

#orderProcessWrapper .step > img {
    margin: 0 auto 7px auto;
}

#orderProcessWrapper .step > img + div {
    margin: 0 auto;
    width: 90%;
}

#orderProcessWrapper .infoTrigger + h3 {
    height: 40px;
    margin: -45px auto 15px !important;
    display: block;
    width: 145px;
}

#orderProcessWrapper .infoTrigger {
    margin: 25px auto 0;
}

#orderProcessWrapper .infoTrigger::before {
    margin-left: -3px;
}

/** registration**/

#overview {
    width: 640px;
}

#overviewButton {
    padding-left: 457px;
}

#feePopup table {
    border-collapse: separate;
    margin: -12px;
    width: 107%;
}

#selection {
    overflow: hidden;
}

.selectionBox {
    width: 206px;
    height: 190px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    float: left;
    margin: 20px 10px 0 0;
}

.selectionBox .header {
    height: 50px;
    border: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-top: 15px;
    font-size: 15px;
}

.selectionBox .content {
    padding: 10px;
    height: 65px;
}

.selectionBox:last-child {
    margin-right: 0;
}

/*quickRegistration*/
#quickRegistration {
    width: 642px;
}

#quickRegistration > div {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 315px;
}

#quickRegistration .label,
#quickRegistration .errorLabel {
    padding: 5px 0 2px 0px;
    width: 300px;
}

#quickRegistration input,
#quickRegistration select,
#quickRegistrationConfirm span,
#quickRegistration .bigSelect {
    width: 300px;
}

#quickRegistrationConfirm .businessNotation {
    margin: 0 33px;
}

#quickRegistrationConfirm .actionMessage {
    margin: -30px 0 10px 30px;
    width: 600px;
    padding: 0;
}

#quickRegistrationConfirm .actionMessage span {
    padding: 0;
    margin-left: 0;
}

.doubleLine {
    margin-top: -30px;
}

.oneLine {
    margin-top: -24px;
}

#consent {
    margin-top: 15px;
}

#nonfreelancer p {
    margin-top: 10px;
}

#quickRegistrationConfirm label > p {
    margin-left: 27px;
}

#quickRegistrationConfirm > span {
    padding: 30px 0 0 33px;
    display: inline-block;
}

#quickRegistration select {
    width: 138px;
}

#quickRegistration .infoTrigger {
    margin-top: 25px;
    width: 25px;
    height: 25px;
}

#quickRegistration .infoTrigger + div {
    margin: 0 !important;
}

#quickRegistration .infoTrigger + div .label,
#quickRegistration .infoTrigger + div .errorLabel {
    margin-left: 7px;
    padding-left: 0;
}

#quickRegistration .infoTrigger + div input {
    margin-left: 7px;
}

#quickRegistration > div#password_strength_indicator {
    margin: 22px 15px 0 0;
    width: 300px;
}

#quickRegistration > div#password_strength_indicator + .between {
    display: inline-block;
    margin-left: -10px;
}

#quickRegistration .dependableFields {
    width: 315px;
}

#quickRegistration .dependableFields input[type=text].smallContent {
    width: 80px !important;
}

#quickRegistration .dependableFields input[type=text].bigContent {
    width: 215px !important;
}

#quickRegistration .dependableFields div:last-child input[type=text] {
    margin-left: 0;
}

#quickRegistration .errorMessage {
    display: none;
}

.registrationForm .errorMessage {
    width: 191px;
}

.registrationForm div #rightContent {
    height: 100%;
}

.registrationForm .checkboxErrorLabel {
    margin-left: 13px !important;
}

#pepStatusConfirm .checkboxErrorLabel {
    margin-left: -13px !important;
}

#quickRegistrationConfirm label,
#pepStatusConfirm label {
    float: none;
    margin-left: -15px;
}

label[for="documentsConsent"] {
    float: none;
    margin-left: -19px;
}

#quickRegistrationConfirm ul {
    padding-left: 44px;
}

#quickRegistrationConfirm input,
#pepStatusConfirm input, #documentsConsent {
    float: left;
}

#rightBannerContent {
    float: right;
    width: 224px;
}

#emailConfirmation input[type="email"] {
    margin-top: 5px;
    width: 270px;
}

#emailConfirmation input[type="email"] ~ p {
    padding-top: 15px;
}

#emailConfirmation .rating {
    padding-top: 40px;
}

#emailConfirmation .errorMessage li {
    width: 470px;
}

#underField {
    font-size: 11px;
    margin-left: 0px;
    margin-top: -5px;
    width: 300px;
}

/* --- PostIdentForm --- */
#postIdentForm {
    overflow: hidden;
}

#postIdentForm .selectionBox {
    min-height: 220px;
    width: 250px;
}

#postIdentForm .selectionBox .content {
    font-weight: normal;
    min-height: 100px;
}

#postIdentForm #checkBoxContent {
    width: 100%;
}

#postIdentForm #optionsPositioning {
    height: 145px;
    margin: 0 auto;
    padding-top: 10px;
    width: 320px;
}

#postIdentForm .postIdentBox {
    border-radius: 5px;
    display: block;
    float: left;
    margin: 0 5px;
    padding: 10px;
    width: 45% !important;
    text-align: center;
}

#postIdentForm .postIdentBox input[type=radio] + label {
    margin: 0;
    display: block;
}

#postIdentForm .postIdentBox span label.label {
    width: 75%;
    padding: 0;
}

#postIdentForm .postIdentBox span input {
    margin-top: 8px;
}

.postIdentBox img {
    display: block;
    margin: 0 auto;
    padding: 5px;
    width: 55px;
}

.postIdentBox label {
    text-align: center;
    float: left;
    margin-left: -10px;
    margin-top: 5px;
}

#postidentForm .wwlbl > label .checkboxErrorLabel {
    width: 90px !important;
    float: left;
    padding: 5px 10px 0 40px;
}

#postIdentForm .checkboxErrorLabel {
    margin-top: -5px;
}

#postIdentForm #ajaxButton {
    display: none;
}

#codeConfirmation .wwlbl > label {
    width: 185px !important;
}

#postIdentOption {
    width: 100%;
    height: 145px;
    margin: 0 auto;
    padding-top: 10px;
}

#postIdentOption .postIdentBox:first-child {
    margin-left: 45px;
}

#postIdentOption .postIdentBox {
    border-radius: 5px;
    float: left;
    margin-left: 57px;
    padding: 10px;
    width: 70px !important;
    height: 70px !important;
    text-align: center;
}

#postIdentOption .postIdentBox input[type=radio] {
    margin-top: 50px;
}

#postIdentOption .postIdentBox input[type=radio] + label {
    width: 90px;
    margin-left: -20px;
    margin-top: -60px;
}

#postIdentOption #piVideo {
    width: 50px;
    height: 43px;
}

#postIdentOption #piDownload {
    width: 46px;
    height: 44px;
}

#postIdentOption #piSms {
    width: 28px;
    height: 45px;
}

/* --- AddressForm --- */

#extraShippingAddress {
    margin-top: 10px;
}

#extraShippingAddress input {
    float: left;
    font-size: 12px;
    padding: 0;
    text-decoration: underline;
}

#extraShippingAddress label {
    margin-left: 10px;
}

/* #### Eingeloggter Bereich #### */
/* customer order */
#controls {
    text-align: center;
    width: 120px;
}

#cart img.right {
    float: right;
    width: 85px;
}

#cart .tableScroll {
    margin-top: 38px;
}

#cart table img.right {
    width: 20px;
}

#cart p {
    clear: none;
}

#cart .underfooter {
    margin-top: 30px;
}

#confirmOrder .underfooter {
    margin: 30px 0;
}

#confirmOrder .buttonWithArrowLeft {
    background-position: left 0 top 11px;
}

#challenge img {
    float: right;
    margin-right: 30px;
    margin-top: 5px;
    margin-left: 30px;
    width: 75px;
}

#challenge p {
    max-width: 550px;
}

#challenge form {
    margin: 30px 0 0;
}

#challenge label {
    padding: 0;
    margin: 10px 10px 0 0;
}

#challenge input[type=number] {
    width: 100px;
    margin-top: 5px;
}

#challenge ul {
    padding: 20px 0 0;
}

#challenge li {
    padding: 5px;
    width: 460px;
    margin: 10px 0 0;
}

#challenge #digits {
    float: right;
    margin-right: 20px;
    margin-top: -30px;
}

#challenge #tanButtons {
    margin-top: 30px;
}

#challenge #tanButtons .button:first-of-type {
    margin-right: 40px;
}

#challenge #tanButtons form {
    width: 160px;
    display: inline-block;
}

#challenge .submitButton {
    float: none !important;
}

#challenge .boxAdditional .submitButton {
    float: right !important;
}

/* welcome page*/
#notifications #checkboxen {
    width: calc(100% + 20px);
    height: 80px;
    margin: 20px 0 0 -10px;
}

#notifications #checkboxen .check {
    width: calc(50% - 45px);
    padding: 25px 0 0 20px;;
    display: inline-block;
}

#notifications #checkboxen .check:last-child {
    padding-left: 50px;
}

#notifications #checkboxen .check p {
    width: 245px;
    margin-top: -33px;
    margin-left: 30px;
}

#notifications p.activeNotification {
    margin-top: 10px;
    max-width: 100%;
    line-height: 16px;
}

#notifications p.withInfo {
    margin-top: 10px;
    max-width: 420px;
    padding-left: 30px;
}

img.notificationIcon {
    float: right;
    margin-right: 30px;
    max-width: 100px;
}

#notifications .tableScrollHead table td:nth-child(9) {
    text-align: center;
}

#notifications .roundedBox#empty {
    height: 80px;
}

#notifications .infoTrigger#haendler {
    margin-top: 15px;
}

#notifications .infoTrigger#handy {
    margin-top: 0;
}

#notifications .infoTrigger#folgekarte {
    margin-top: 5px;
}

#notifications .infoTrigger#nonotification {
    margin-top: -2px;
}

.handyNotification {
    margin-top: 50px;
}

#handyNotificationImg {
    margin: 12px 40px 0;
}

#handyToUpHotline {
    font-size: 18px;
    line-height: 12px;
}

#welcome > div {
    width: 440px;
    display: inline-block;
    vertical-align: top;
}

#welcome ul {
    padding: 0 0 10px;
}

#welcome hr {
    width: 390px;
}

#welcome img {
    padding: 0 0 30px;
    width: 120px;
}

.roundedBox li {
    padding: 3px 0 4px 30px;
    list-style: none;
}

#welcome .checkedProperty li {
    padding: 3px 0 4px 30px;
    list-style: none;
}

#logout input[type=radio] + label {
    display: inline-block;
    margin: 0 0 0 20px;
    width: 44%;
}

#businessAccountNotOrdered input[type=radio] + label {
    display: inline-block;
    margin: 5px 0 0 20px;
    width: 29%;
    font-size: 16px;
}

#businessAccountNotOrdered input[type=radio] {
    margin-left: 85px;
}

#confirmRenewal {
    padding: 10px 0;
}

#confirmRenewal p {
    max-width: 650px !important;
    margin-left: 30px;
    margin-bottom: 20px;
}

#confirmRenewal fieldset div input[type="text"] {
    width: 320px;
}

#confirmRenewal fieldset div select {
    width: auto;
}

/* #### Einstellungen Ansicht#### */
#setting .tableView > div {
    padding: 10px 0;
    width: 405px;
}

#setting .tableView > div > div,
#limits .tableView > div > div {
    padding: 10px 0;
}

#limits .tableView > div > span > label,
#limits .tableView > div > span > input {
    width: 50%;
    padding-left: 0;
}

#limits .subline {
    margin-top: 20px;
}

#setting input[type=text],
#setting input[type=password] {
    width: 392px;
}

#setting .boxPicture p {
    margin-left: 10px;
    margin-top: 20px;
    position: absolute;
}

#setting .boxPicture p span {
    display: block;
    font-size: 24px;
    margin-top: 25px;
}

/* ##### Kündigung / Sperrung ##### */
#cancel p {
    margin-top: 20px;
    margin-bottom: 40px;
}

#cancel .infoTrigger p {
    margin: 10px 0 0 0;
}

#cancel textarea {
    width: 150px;
    border-radius: 5px;
    resize: none;
    height: 70px;
    font-family: Arial;
    font-size: 12px;
}

#cancel .passwort input[type="password"] {
    width: 130px;
    float: right;
    margin-right: -8px;
}

#cancel p.under {
    width: 260px;
    padding-top: 50px;
}

#cancel .button {
    float: right;
    margin-top: -63px;
}

#cancel ul {
    padding: 20px 0 0;
}

#cancel li {
    padding: 5px;
    width: 460px;
    margin: 10px 0 0;
}

/*--- PepStatus ---*/
#pepStatus #radiogroup label {
    margin: 7px 0 0 5px;
    width: 45%;
}

#pepStatusConfirm {
    margin-top: -16px !important;
}

#pepStatusConfirm > div {
    margin: -15px 0 20px 320px;
}

#pepStatusConfirm label {
    font-weight: normal;
}

#businessCheck input[type=checkbox], #businessCheck label {
    float: left;
}

#businessCheck label {
    padding-left: 20px;
}

#businessCheck {
    margin: 10px 0 10px 30px;
    display: block;
    height: 30px;
}

.smallSubmitButton > .submitButton {
    height: 30px;
    margin-top: -2px;
    min-width: 40px;
    width: 40px;
}

.smallSubmitButton input[type=submit] {
    font-size: 12px;
    height: 30px;
    padding: 5px;
    vertical-align: top;
    cursor: pointer;
}

#selectBistaCategory {
    height: 30px;
}

#selectBistaCategory .errorMessage {
    width: 100%;
}

#selectBistaCategory > div {
    float: left;
}

/*--- BusinessAccount ---*/

#businessAccount, #businessAccountNotOrdered {
    margin: 20px -10px;
    padding: 23px;
}

#centerContent #businessAccount h4 {
    margin-top: 0;
    margin-bottom: 0;
}

#businessAccount input[type=radio] + label {
    margin: 7px 65px 0 5px;
}

/*----------- Security Issues ----------*/

.securityIssue #infoButton {
    width: 600px;
    margin-top: -39px;
    margin-bottom: 50px;
}

/*--- ------ ---*/

#setting #cardProduction .tableView > div > div {
    padding: 5px;
}

.last table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}

.last thead tr {
    font-weight: bold;
}

.last td {
    padding: 5px;
    text-align: center;
}

#shareBankAccount {
    float: right;
}

#shareBankAccount img,
.shareIcon {
    vertical-align: text-bottom;
    width: 20px;
}

#sendBankAccountInformation .shareIcon {
    display: inline;
    vertical-align: text-bottom;
    margin-right: 10px;
}

#sendBankAccountInformation p {
    font-weight: bold;
    margin: 20px 0;
}

#sendBankAccountInformation h3 {
    display: inline-block;
}

.sharingOption input {
    float: left;
}

.sharingOption label {
    margin-left: 20px;
}

.sharingOption {
    width: 650px;
    margin-bottom: 30px;
}

.sharingOption input[type="text"],
.sharingOption input[type="email"],
.sharingOption input[type="tel"] {
    width: 277px;
    margin-left: 105px;
    margin-top: -20px;
}

#authorizeOnce {
    margin-bottom: 30px;
}

/* --------------------------  END IDs --------------------------------------------------------------------------------*/

/* --------------------------   START CLASSES -------------------------------------------------------------------------*/

/* ##### GENERAL ##### */
form input[type=submit].large {
    width: 200px;
}

.orderBox .bottomButton {
    bottom: 10px;
    position: absolute;
    left: 10%;
}

.attention {
    height: 22px;
    margin-right: 10px;
    width: 25px;
}

.hidden-input {
    display: none;
}

/* ##### TITLED BOX ##### */
.titleBar {
    border-radius: 1px;
    background-color: #D7D7D7;
    font-size: 13px;
    font-weight: bold;
    height: 35px;
    position: relative;
    margin-top: 10px;
    background-position: right !important;
    background-repeat: no-repeat !important;
    background-size: 32px 16px !important;
}

.titleBar .title img {
    vertical-align: middle;
    width: 15px;
    height: 15px;
}

.titleBar .title {
    line-height: 35px;
    padding-left: 5px;
    float: left;
}

.titleBar .additionalInfo {
    position: absolute;
    right: 7px;
    top: 0px;
    margin-right: 30px;
}

a + .titleBar:first-child, li > a.titleBar:first-child {
    margin-top: 0 !important;
}

.roundedBox {
    border-radius: 5px;
    padding: 10px 10px;
    height: 100%;
}

.roundedBox > .boxPicture {
    line-height: 0;
}

.roundedBox > table,
.headedTableView {
    border-radius: 5px 5px 5px 5px;
    border-spacing: 0;
    width: 100%;
}

.roundedBox > table tr.head td,
.headedTableView > div:first-child > div {
    background: repeat scroll 0 -1px;
    font-weight: bold;
    padding: 5px 7px 8px 5px;
}

.roundedBox > table tr.head td:nth-child(2n) {
    background: repeat-x scroll 0 -1px;
    padding: 5px;
    width: 0;
}

.roundedBox > table td,
#boxContent table td {
    padding: 2px 20px;
}

.roundedBox > table td:nth-child(2n) {
    padding: 5px;
    width: 0;
}

/* ##### INFO BOX ##### REMOVE WITH SPRINT 81*/
.infoBox {
    width: 223px;
    position: relative;
    top: -5px;
    left: -248px;
    text-align: left;
    z-index: 100;
}

.infoBox .roundedBox table, .infoBox .roundedBox table td {
    margin: 0;
    padding: 0;
}

.infoBoxHeader {
    height: 27px;
    border-radius: 5px 0 0 0;
    background: grey;
}

.infoBoxTitle {
    font-weight: bold;
    font-size: 15px;
    width: 100%;
}

.infoBoxTitle img:first-of-type {
    vertical-align: middle;
    margin-top: -4px;
}

.infoBoxTitle span {
    display: inline-block;
    padding-left: 10px;
    font-size: 15px;
    line-height: 30px;
}

img.infoBoxArrow {
    right: -24px;
    margin-top: -3px;
    position: absolute;
}

.infoBoxArrow::after {
    border-color: transparent transparent transparent grey;
    border-style: solid;
    border-width: 13px 0 13px 20.4px;
    content: " ";
    display: block;
    float: right;
    height: 1px;
    margin-right: -31px;
    margin-top: -30px;
    width: 12px;
}

/* ##### ERROR BOX ##### */

.hintBox .header {
    height: 29px;
    border-radius: 5px 5px 0 0;
}

.hintBox .title {
    font-weight: bold;
    font-size: 15px;
    display: block;
    margin-left: 5px;
    padding: 5px 0 0 40px;
}

.hintBox .text ul {
    list-style-type: none;
    padding: 0;
}

.roundedBox.errorBox {
    background: #ecece5 none repeat scroll 0 0;
    overflow: auto;
}

.errorBox .text > ul > li, .hintBox .text li {
    padding: 10px 0;
    font-size: 13px;
    border: 0 !important;
    margin: 0;
    width: 180px;
}

.errorBox .text li:last-child, .hintBox .text li:last-child {
    border-bottom: 0;
}

/* ##### TRIGGER ##### */
.besideTrigger {
    margin-left: 30px;
    margin-bottom: 20px;
}

.infoTrigger /*, .infoTriggerSubmit*/
{
    background: grey;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 100;
}

.infoTrigger:before {
    color: #ffffff;
    content: "i";
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    margin-left: 10px;
}

.infoTrigger + p, .infoTrigger + h3 {
    display: block !important;
    margin-bottom: 10px;
}

.infoTrigger + p, .infoTrigger + h3, .infoTrigger + div {
    margin-top: -25px !important;
    margin-left: 35px;
    padding-left: 0 !important;
}

.infoTrigger ~ p.singleLine {
    margin-top: 0;
    padding-top: 2px;
    padding-bottom: 5px;
}

.infoTrigger .roundedBox {
    border-radius: 0 0 5px 5px;
}

/*------------------------------------*/

.hidden, .hiddenDiv, .js-hide .hideOnScript {
    display: none;
}

.keyValueBox .key {
    width: 190px;
    float: left;
    clear: both;
    font-weight: bold;
}

.keyValueBox .value {
    float: left;
}

.keyValueBox {
    width: 450px;
    float: left;
}

.hintBox {
    float: right;
    width: 160px;
}

.hintBox .label, .hintBox .checkboxErrorLabel {
    width: 125px;
    font-size: 14px;
    padding: 0;
    float: left;
}

.indexTeaserText {
    margin: 0 auto 0 728px;
    padding: 21px 20px 0 0;
}

.indexTeaserText ul {
    padding-left: 15px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 22px;
    margin: 11px 0 5px;
    height: 120px;
}

.indexBox {
    height: 122px;
    float: left;
    text-align: left;
    width: 380px;
}

.indexBoxLeft {
    height: 122px;
    float: left;
    width: 15px;
}

.indexBoxCenter {
    height: 122px;
    width: 350px;
    float: left;
}

.indexBoxRight {
    height: 122px;
    width: 15px;
    float: left;
}

.button#rightSide {
    float: right;
    margin: 20px 10px 10px;
}

.submitButton, .button {
    border-radius: 5px;
    min-width: 180px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
}

.submitButton > input, .button > input, .button > a {
    width: 100%;
    height: 35px;
    font-size: 19px;
    font-weight: bold;
    padding: 5px 15px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

.submitButton > a, .button > a {
    text-decoration: none;
}

.submitButton > input, .button > input {
    font-size: 19px;
}

.disabled > input {
    cursor: default;
}

.boxContent {
    width: 470px;
    display: inline-block;
    vertical-align: top;
}

#feePrivate .boxContent:nth-child(2n),
#feeBusiness .boxContent:nth-child(2n) {
    width: 100%;
}

#feePrivate .boxContent:nth-child(2n) table,
#feeBusiness .boxContent:nth-child(2n) table {
    width: 470px;
}

#secondBoxForm .boxContent {
    width: 350px;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

#secondBoxForm .boxContent tr > td:first-of-type {
    text-align: left;
}

#secondBoxForm .boxContent tr > td:last-of-type {
    text-align: right;
}

.boxContent table td {
    padding: 2px 10px;
}

.boxAdditional {
    margin: 10px -10px -10px;
    padding: 10px;
    clear: right;
}

.boxPicture {
    float: right;
    margin-bottom: 10px;
}

.boxPicture img {
    border-radius: 5px;
}

.validatedIcon {
    float: right;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    width: 20px;
}

.titleBar.validated {
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    margin-top: 5px;
}

.dropDownMobile {
    margin-left: 6px;
    margin-top: 6px;
}

.dropDownMobile.Last {
    height: 22px;
}

.current + .roundedBox {
    display: block;
}

.icTable {
    width: 27px;
    height: 19px
}

.icNoletter {
    width: 133px;
    height: 93px;
    float: right;
    margin-top: -23px;
    margin-right: 20px;
}

.boxContent dl {
    padding-right: 10px;
}

.boxContent dt {
    display: inline-block;
    width: 230px;
    font-weight: bold;
    margin-bottom: 2px;
    vertical-align: top;
}

.boxContent dd {
    display: inline-block;
    margin-bottom: 2px;
}

.boxContent .rightButton {
    margin-bottom: 10px;
}

.boxContent .rightButton + h3 {
    margin-top: 70px;
}

/* --- Error messages for user input --- */
.errorPopup {
    display: inline-block;
    padding-top: 5px;
    margin-right: 10px;
}

.errorPopup div:hover > div > .errorMessage {
    display: block;
}

.errorPopup .errorMessage:before {
    content: " ";
    height: 0;
    left: 55px;
    position: absolute;
    top: -15px;
    width: 0;
}

.errorPopup .errorMessage {
    display: none;
    position: absolute;
    font-size: 13px;
    font-weight: normal;
    border-radius: 5px;
    box-shadow: 2px 2px 3px silver;
    padding: 10px;
    top: 0;
    z-index: 10;
    padding: 10px;
    margin-top: 40px;
}

ul.errorMessage li,
ul.actionMessage li {
    border-radius: 5px;
    margin: 15px 0 7px;
    padding: 5px;
    padding-right: 0;
    background: none;
}

div.twoColumnContent,
div.tableView,
#orderProcessWrapper {
    display: table;
    width: 100%;
}

div.twoColumnContent > div,
div.tableView > div {
    display: table-row;
}

div.tableView > div > div {
    display: table-cell;
}

.replenishmentBox {
    height: 300px;
}

.replenishmentBox div.tableView > div > div:last-child {
    word-break: break-all;
    padding-right: 5px;
}

div.twoColumnContent hr {
    height: 2px;
    margin: 5px 0;
}

div.twoColumnContent > div > div:first-child {
    border-left: none;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 20px;
    display: table-cell;
    width: 50%;
}

div.twoColumnContent > div > div:last-child {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 10px;
    display: table-cell;
}

.registrationButton {
    padding-left: 545px;
    float: left;
}

.dependableFields input[type=text].bigContent {
    width: 295px;
}

.boxContent table {
    border: medium none;
    border-collapse: collapse;
    width: 100%;
}

/*--Pinrequest--*/
.pinrequest {
    float: right;
    margin-top: -40px;
}

#pinrequest label {
    padding: 5px 10px 0 0;
    width: auto;
}

#pinrequest .info {
    display: block;
}

#pinrequest span.singleLine {
    margin-bottom: 10px;
    display: block;
}

#pinrequest input[type="password"] {
    width: 150px;
    margin: 0 0 40px 10px
}

#pinrequest .submitButton {
    float: none !important;
    margin-top: -5px;
    display: inline-block;
}

#pinrequest .passform {
    padding-top: 20px;
}

#pinrequest .passform form > div:first-child {
    width: 325px;
    display: inline-block;
}

#pinrequest img.card {
    position: absolute;
    margin-top: -35px;
    margin-left: 50px;
}

#showpin .additional {
    margin-top: 25px;
    line-height: 15px;
}

#showpin img {
    position: absolute;
    margin-left: 305px;
    margin-top: -21px;
}

#showpin > #digits {
    float: right;
    margin-right: 60px;
    margin-top: -21px;
}

/* --------------------------  END CLASSES ----------------------------------------------------------------------------*/

/* --------------------------  START STRUTS THEME ---------------------------------------------------------------------*/
.label {
    font-style: normal;
    width: 185px;
    padding: 5px 10px 0 30px;
}

.errorLabel {
    font-style: normal;
    font-size: 12px;
    padding: 5px 10px 0 30px;
    width: 185px;
    float: left;
}

.errorMessage {
    font-weight: normal;
    font-size: 0;
    padding: 0;
}

#errorContent .errorMessage {
    font-size: 12px;
}

ul.successMessage {
    list-style-type: none;
    margin: 20px 0 20px;
    padding-left: 0;
}

.actionMessage span {
    line-height: 1.5;
    white-space: pre-wrap;
    font-weight: bold;
}

.boxPicture + .actionMessage {
    padding-left: 30px;
    width: 440px;
}

/* --------------------------  END STRUTS THEME -----------------------------------------------------------------------*/

/* --------------------------  START POSITIONING AND GENERAL STYLES ---------------------------------------------------*/
#infoBoxTitle img:last-child,
form div.submitButton:not(#login),
#controls,
#turnover,
.welcomeButton,
#mobileButton,
#popupIcon,
.summary div:last-child,
#noJS > span,
#handyNotificationImg {
    float: right;
}

.summary > div {
    float: left;
}

.dependableFields div, .showDiv, .summary div {
    display: inline;
}

#infoBoxTitle img:first-child {
    vertical-align: middle;
}

.rightBannerBox strong,
.customView > div > div {
    text-align: center;
}

.tableView {
    text-align: left;
}

.tableView img {
    margin: 0 0 10px;
    width: 18px;
}

#overview {
    overflow: hidden;
}

.dependableFields input[type=text].smallContent {
    width: 80px;
}

#noJS > span,
.customView > div > div {
    padding: 10px;
}

.infoTrigger + div:not(.wwgrp) {
    padding-left: 30px;
}

.amount {
    padding-right: 20px;
}

#replenishmentBox span {
    margin-left: 0.27em;
}

.tableView > div > div:not(:first-child) {
    padding-left: 15px;
}

#secondPartInfoBox div {
    padding-left: 0px;
}

.boxContentHalf h3 {
    margin-bottom: 0;
}

.roundedBox h3 {
    margin-bottom: 9px;
}

.dependableFields div:last-child input[type=text],
.replenishmentBox .tableView {
    margin-left: 10px;
}

#feePopup > .tableView > div > div:last-child .boxAdditional {
    margin-bottom: 19px;
}

.amount {
    white-space: nowrap;
}

#revenueLimit img {
    width: 12px;
    vertical-align: text-top;
}

.replenishmentBox .tableView {
    font-size: 10px;
    margin-top: 5px;
    width: 204px;
    margin-right: 10px;
}

.replenishmentBox .tableView:nth-of-type(2) {
    margin-top: 10px;
    margin-bottom: 10px;
}

.replenishmentBoxPreautText {
    line-height: 36px;
}

.replenishmentBoxWithdrawalText {
    font-size: 10px;
}

.replenishmentBoxWithdrawalAmounts {
    text-align: right;
    padding-right: 10px !important;
}

.replenishmentBoxWithdrawalMailto {
    font-size: 9px;
    text-align: left;
    padding-left: 10px;
    margin-top: 15px;
}

.single {
    padding-top: 5px;
}

.boxContent p,
.single {
    display: inline-block;
}

.boxContent p:last-child {
    margin-bottom: 10px;
}

#banner > div > strong,
#leftBoxContent h4,
#middleBoxContent h4,
#rightBoxContent h4 {
    margin-bottom: 10px;
}

#leftBoxContent h3,
#middleBoxContent h3,
#rightBoxContent h3 {
    margin-bottom: 10px;
}

.tableView.customView {
    table-layout: fixed;
}

section {
    margin-bottom: 40px;
}

#saveBeneficiary input[type="checkbox"] {
    float: left;
    margin: 2px 15px 20px 0;
}

#saveBeneficiary span {
    font-weight: normal;
}

#saveBeneficiary .tableScroll, #saveBeneficiary fieldset {
    margin-bottom: 20px;;
}

#saveBeneficiary legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

#saveBeneficiary .errorMessage,
#beneficiaries .actionMessage {
    padding-left: 30px;
    width: 607px;
}

section h2 + p {
    margin: 5px 0 15px 0;
}

section .tableView {
    margin-bottom: 10px;
}

#charge_mobile p {
    width: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#charge_mobile p.undertable {
    float: left;
    padding-top: 15px;
}

#charge_mobile .button.undertable {
    margin-right: 10px;
}

#charge_mobile .fields {
    width: 50%;
    float: left;
}

#charge_mobile .fields > div {
    height: 40px;
    line-height: 24px;
    font-weight: bold;
    width: 90%;
}

#charge_mobile .fields input {
    width: 60%;
    float: right;
}

#charge_mobile .button {
    float: right;
    margin-right: 40px;
    margin-top: 30px;
}

#charge_mobile .button label {
    font-size: 16px;
    line-height: 14px;
}

#pkontostatus .footer,
#activeGarnishments .footer,
#inactiveGarnishments .footer,
#allowances .footer {
    margin-top: 20px;
}

#activeGarnishments img {
    width: 20px;
}

#pKontoPopUp {
    font-size: 15px;
    margin-bottom: 28px;
}

#activeGarnishments .tableScroll .creditorWidth,
#inactiveGarnishments .tableScroll .creditorWidth,
#payedGarnishments .tableScroll .creditorWidth,
#closedGarnishments .tableScroll .creditorWidth {
    width: 90px !important;
    min-width: 90px !important;
    max-width: 90px !important;
}

#activeGarnishments .tableScroll .statusWidth,
#inactiveGarnishments .tableScroll .statusWidth,
#payedGarnishments .tableScroll .statusWidth,
#closedGarnishments .tableScroll .statusWidth {
    width: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    padding-left: 0;
}

#activeGarnishments .tableScroll .dateWidth,
#inactiveGarnishments .tableScroll .dateWidth,
#payedGarnishments .tableScroll .dateWidth,
#closedGarnishments .tableScroll .dateWidth {
    width: 75px !important;
    min-width: 75px !important;
    max-width: 75px !important;
}

#activeGarnishments .tableScroll .amountWidth,
#inactiveGarnishments .tableScroll .amountWidth,
#payedGarnishments .tableScroll .amountWidth,
#closedGarnishments .tableScroll .amountWidth {
    width: 75px !important;
    min-width: 75px !important;
    max-width: 75px !important;
}

#activeGarnishments .pkontoManagementTable .payed,
#inactiveGarnishments .pkontoManagementTable .payed,
#payedGarnishments .pkontoManagementTable .payed,
#closedGarnishments .pkontoManagementTable .payed {
    color: #2c7357;
}

#activeGarnishments .pkontoManagementTable .rest,
#inactiveGarnishments .pkontoManagementTable .rest {
    color: #993030;
}

#payedGarnishments .pkontoManagementTable .rest {
    color: #2c7357;
}

#closedGarnishments .pkontoManagementTable .rest {
    color: #494b4c;
}

#activeGarnishments .tableScroll .countWidth,
#inactiveGarnishments .tableScroll .countWidth,
#payedGarnishments .tableScroll .countWidth,
#closedGarnishments .tableScroll .countWidth {
    width: 55px !important;
    min-width: 55px !important;
    max-width: 55px !important;
    vertical-align: bottom;
}

#activeGarnishments .tableBetween,
#inactiveGarnishments .tableBetween,
#payedGarnishments .tableBetween,
#closedGarnishments .tableBetween {
    display: none;
}

#activeGarnishments .pkontoManagementTable tr,
#inactiveGarnishments .pkontoManagementTable tr,
#payedGarnishments .pkontoManagementTable tr,
#closedGarnishments .pkontoManagementTable tr {
    vertical-align: top;
}

#activeGarnishments .pkontoManagementTable td,
#inactiveGarnishments .pkontoManagementTable td,
#payedGarnishments .pkontoManagementTable td,
#closedGarnishments .pkontoManagementTable td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pkontoManagementTable .withArrow .arrowDown::before {
    display: inline-block !important;
    right: 3px;
    top: -3px;
    transform: rotate(135deg);
}

.pkontoManagementTable .withArrow .arrowUp::before, .withArrow .arrowUp::before {
    position: relative;
    content: "";
    width: 5px;
    height: 5px;
    transform: rotate(-45deg);
}
.pkontoManagementTable .withArrow .arrowUp::before {
    top: 1px;
}

.garnishmentsDetails {
    display: none;
}

.pkontoManagementTable {
    max-height: 350px;
}

#pkontoactivation #data {
    padding: 5px;
    margin: 10px 0;
}

#pkontoactivation #data tr td:first-of-type {
    font-weight: bold;
}

#pkontoactivation .checkboxes {
    margin-top: 15px;
}

#pkontoactivation .checkboxes span {
    float: left;
}

#pkontoactivation .checkboxes > div {
    height: 30px;
    padding: 10px 0;
}

#pkontoactivation input[type="checkbox"] {
    margin: -30px 0 0 435px;
    display: block;
}

#pkontoactivation label {
    display: inline-block;
    float: none;
    padding: 10px 0;
    font-weight: normal;
    width: 425px;
}

#pkontoactivation .activation {
    font-size: 14px;
    font-weight: bold;
    width: 450px;
    display: inline-block;
    padding: 10px 0 0 0;
}

#pkontoactivation .boxPicture {
    height: 319px;
}

#pkontoactivation .buttons {
    width: 620px;
    margin-top: 30px;
}

#pkontoactivation .buttons div:last-child {
    float: right;
}

#pkontoactivation .buttons .buttonWithArrow {
    font-size: 16px;
}

#pkontoactivation li {
    width: 450px;
}

/* --------------------------  END POSITIONING AND GENERAL STYLES ---------------------------------------------------*/

/****Scrollable Tables*****/

.tableScroll table {
    width: 100%;
    border-collapse: collapse;
}

.tableScroll {
    margin-top: 20px;
    position: relative;
    padding-right: 17px;
}

.tableScrollContent {
    overflow-y: scroll;
    position: relative;
    margin-left: -17px;
    left: 17px;
}

#terminTransfer div.tableView > div > div {
    width: 50%;
    line-height: 1.5;
}

#standingOrder div.tableView > div > div {
    width: 60%;
    line-height: 1.5;
}

#cart .trDark td,
#terminTransfer td,
#standingOrder td {
    padding-bottom: 10px !important;
    padding-top: 5px !important;
}

tr.summary, div.dark {
    height: 30px;
    font-weight: bold;
}

.rightButton {
    float: right;
    margin-top: 7px;
}

#standingOrder div.tableView > div > div {
    width: 70%;
    line-height: 1.5;
}

#standingOrder div.tableView > div > div:last-child {
    width: 0;
    line-height: 1.5;
}

#terminTransfer .tableScrollContent,
#standingOrder .tableScrollContent,
#preauth .tableScrollContent, #openfee .tableScrollContent,
#prepareGeoControl .tableScrollContent {
    max-height: 235px;
}

#terminTransfer img, #standingOrderList img, .tableScroll img {
    width: 18px;
}

.tableView .replenishmentBoxPreautText {
    float: left;
}

.trLight td {
    height: 30px;
}

.tableScroll td {
    padding: 2px 10px;
}

.tableScroll .tickCell {
    width: 50px;
    text-align: center;
    padding: 0 4px;
}

.tableScroll .tickCell label {
    display: none;
}

.tableScroll .tickCell img {
    padding-top: 5px;
    width: 15px;
}

.tableScroll .tickCell span.neutral {
    display: inline-block;
    border: 4px solid;
    width: 17px;
    height: 17px;
    border-radius: 30px;
}

.tableScroll .dateWidth,
.tableScroll .creditorWidth {
    width: 150px;
}

.tableScroll .secureCodeWidth {
    width: 100px;
    text-align: center;
}

.tableScroll .persistentWidth {
    width: 200px;
    text-align: center;
}

.tableScroll .amountWidth,
.tableScroll .quantityWidth,
.tableScroll .blockedWidth {
    width: 100px;
}

.tableScroll .nameWidth {
    max-width: 100px;
    min-width: 100px;
}

.tableScroll .addressWidth {
    max-width: 150px;
    min-width: 150px;
}

.tableScroll .countWidth {
    width: 50px;
}

.tableScroll .ownershipInterestWidth {
    max-width: 50px;
    min-width: 50px;
    text-align: center;
}

.tableScroll .birthdateWidth {
    max-width: 100px;
    min-width: 100px;
}

.tableScroll .taxIdWidth {
    max-width: 100px;
    min-width: 100px;
    text-align: left !important;
}

.tableScroll .birthdateWidth input,
.tableScroll .taxIdWidth input {
    width: 100px;
}

.tableScrollContent td.birthdateWidth input,
.tableScrollContent td.taxIdWidth input {
    margin-top: 8px;
    margin-left: -1px;
}

#beneficiariesTaxIdTable > .tableScrollContent td {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.tableScroll .typeWidth {
    width: 240px;
}

.tableScrollHead {
    position: relative;
    font-weight: bold;
    height: 40px;
}

.tableScrollHead table td.tableBetween,
.headedTableView > div:first-child > div:nth-child(2n) {
    padding: 4px;
    width: 1px;
}

table td.tableBetween {
    padding: 4px;
    width: 1px;
}

.tableScrollHead table td {
    padding: 10px;
}

.tableScrollFooter, .tableScrollHeader {
    padding-right: 17px;
    margin-left: -17px;
    position: relative;
    left: 17px;
}

.tableScrollFooter td, .tableScrollHeader td {
    height: 30px;
}

#revenuesContent .tableScrollHead div {
    display: inline;
}

#revenuesContent .tableScrollHead .plus,
#revenuesContent .tableScrollHead .minus {
    color: inherit;
    float: right;
    margin-right: 70px;
    width: auto !important;
}

#revenuesTable .tableScrollContent tr.summary ~ tr,
#revenuesTable .tableScrollContent tr.summary ~ tr td.tableBetween {
    background: #FFFFFF !important;
}

.minus {
    color: inherit !important;
}

table .number,
table .numberNegative,
table .numberPositive, .amount, .countWidth,
table .amountWidth {
    text-align: right !important;
}

.numberPositive:before {
    content: '+'
}

.currency:after {
    content: ' \20AC'
}

.columnLineBreak {
    max-width: 180px;
    word-wrap: break-word;
}

#fees .tableScroll {
    margin-top: 20px;
    margin-bottom: 20px;
}

#fees .tableScrollContent {
    max-height: 285px;
}

#directDebit .tableScrollContent {
    max-height: 170px;
}

.purposeSimpleWidth {
    max-width: 195px;
    word-wrap: break-word;
}

.deactivateDirectDebit {
    padding-top: 50px;
}

#processUcafTransactions .tableScrollContent {
    max-height: 101px;
}

.toggable {
    color: #AFAFAF;
    border-top: 2px solid transparent;
}

.toggable .number {
    font-weight: normal !important;
}

.feeLink {
    color: #AFAFAF !important;
}

.feeLink:hover {
    text-decoration: none;
}

#revenuesTable .number {
    vertical-align: top;
}

#revenuesTable .tableScrollFooter {
    height: 41px;
    line-height: 36px;
    border-top: none;
}

#revenuesTable .tableScrollContent .toggable {
    display: none !important;
}

input#showFees[type=checkbox]:checked ~ #revenuesTable .tableScrollContent .toggable {
    display: table-row !important;
}

input#showFees[type=checkbox] ~ #revenuesTable .tableScrollContent .toggable {
    display: none;
}

.toggable.left {
    text-align: left;
}

.tableScrollContent .toggable td {
    padding-top: 0 !important;
}

input#showFees[type=checkbox] ~ label#toggleFee, input#showFees[type=checkbox]:checked ~ label#toggleFee {
    float: right;
    cursor: pointer;
    display: block;
    font-weight: bold;
    text-align: right;
    text-decoration: underline;
    margin-top: 15px;
}

input#showFees[type=checkbox] ~ label#toggleFee::after {
    content: attr(data-unchecked-message);
}

input#showFees[type=checkbox]:checked ~ label#toggleFee::after {
    content: attr(data-checked-message);
}

#revenuesContent #revenuesTable .print {
    width: 50px;
    text-align: center;
    vertical-align: top;
}

#revenuesContent #revenuesTable .tableScrollHead table td,
#revenuesContent #revenuesTable .tableScrollContent table td {
    padding: 10px;
}

#revenuesContent #revenuesTable .summary div:last-of-type {
    margin-right: 70px;
    color: inherit;
}

.revenueInfo {
    margin-top: 2px;
}

.feeLink svg {
    width: 18px;
    height: 18px;
}

.revenueGap {
    padding-left: 30px !important;
    padding-top: 4px !important;
}

.feeGap {
    padding-left: 20px !important;
}

#revenuesTable .columnLineBreak div[class^="arrow"] {
    margin-bottom: 5px;
    cursor: pointer;
}

#revenuesTable .columnLineBreak div:first-child,
.withArrow {
    font-weight: bold;
}

#revenuesTable .columnLineBreak div:first-child br {
    display: none;
}

#revenuesTable .columnLineBreak .arrowDown::before {
    top: 9px;
    left: -20px;
    display: block;
}

#revenuesTable .columnLineBreak .arrowDown::before,
.withArrow .arrowDown::before {
    content: "";
    width: 5px;
    height: 5px;
    transform: rotate(135deg);
    position: relative;
}

#revenuesTable .columnLineBreak .arrowUp::before {
    top: 12px;
    left: -20px;
    display: block;
}

#revenuesTable .columnLineBreak .arrowUp::before,
.withArrow .arrowUp::before {
    position: relative;
    content: "";
    width: 5px;
    height: 5px;
    transform: rotate(-45deg);
}

.withArrow .arrowDown::before,
.withArrow .arrowUp::before {
    display: inline-block !important;
    right: 10px;
    top: -2px;
}

/*----END TABLE SCROLL ---*/

.singleLine.greystroke a {
    font-weight: bold;
    text-decoration: underline;
}

.singleLine img {
    margin-top: -4px;
    margin-bottom: -7px;
}

#timeframe {
    float: right;
    margin-top: -40px;
}

#timeframe .submitButton {
    margin-top: -5px;
}

.welcomeIcon {
    float: right;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: 25px;
}

.welcomeText, .infoTriggerText {
    font-family: Arial;
    white-space: normal;
    margin-left: 23px;
    margin-top: 2px;
    margin-bottom: 10px;
    display: inline-block;
}

.roundedBox > table tr.head td.icTable {
    padding: 4px 8px 1px 18px
}

#carddataBG {
    text-align: center;
    max-width: 278px !important;
    margin: 0 auto;
    padding: 30px 0;
}

#carddataBG > img:first-of-type {
    width: 100%;
}

#carddataBG > img:nth-of-type(2) {
    margin-top: -15px;
}

#logoutContent, #radiogroup {
    margin: 20px -10px;
    padding: 23px;
}

#logoutContent input[type="radio"] + label {
    margin: 0 0 0 10px;
}

#popupIcon {
    margin-right: 75px;
    margin-top: -75px;
}

.smallContent {
    margin: 0 auto;
    width: 640px;
}

#devidedForm input[type="checkbox"] {
    float: right;
    margin-right: 5px;
}

/* ### KARTENDESIGNER ### */

#cardDesignerIFrame,
#dsbIFrame {
    border: 0 none;
    width: 100% !important;
    height: 545px;
}

iframe {
    display: block;
}

/* ### ENDE KARTENDESIGNER ### */

/* ### STYLED SELECTBOX ### */
#turnover form {
    display: inline;
}

#turnover form {
    float: right;
}

form#revenue_dateintervalfilter_form {
    margin-bottom: 10px;
}

form#revenue_dateintervalfilter_form > div > div, form#revenue_dateintervalfilter_form label {
    display: inline-block;
    width: auto;
    padding: 0;
    vertical-align: bottom;
}

#revenuesContent #pdf a img {
    vertical-align: middle;
    width: 30px;
}

form#revenue_dateintervalfilter_form label {
    position: absolute;
    margin-left: 1px;
}

form#revenue_dateintervalfilter_form input[type="text"] {
    margin-top: 18px;
}

form#revenue_dateintervalfilter_form .submitButton {
    margin-right: 20px;
    margin-bottom: 7px;
    min-width: 80px;
}

form#revenue_dateintervalfilter_form .or {
    margin-right: 10px;
    font-weight: bold;
    margin-bottom: 17px;
}

form#revenue_dateintervalfilter_form select {
    width: 130px;
    margin-right: 10px;
}

form#revenue_dateintervalfilter_form .submitButton {
    float: none !important;
}

#revenuesTable > .tableScrollContent {
    max-height: 250px;
}

#revenue_dateintervalfilter_form #controls {
    position: absolute;
    margin: -110px 0 0 310px;
}

button.ui-datepicker-trigger {
    display: none;
}

.infoPanel {
    line-height: 200%;
    border-radius: 5px 5px 0 0;
    padding-left: 20px;
    min-height: 30px;
}

.stickyTable {
    margin-top: -3px;
}

.selectBox select {
    width: 137px;
    padding: 4px 0 0 4px;
    font-size: 14px;
    border: 0;
    height: 32px;
    -webkit-appearance: none;
    cursor: pointer;

}

.selectBox select option {
    width: 140px;
    border-radius: 5px;
    padding: 5px;
    border: none;

}

.selectBox {
    border-radius: 5px 5px 5px 5px;
    margin-top: 4px;
    width: 120px;
    height: 26px;
    overflow: hidden;
    border-right: 0;
    float: left;
    margin-left: 20px;
}

#banner {
    padding-top: 10px;
}

#centerContent .splitted .label,
#centerContent .splitted .errorLabel {
    padding: 5px 0 2px 5px;
    width: 300px;
}

#centerContent .splitted input[type="text"],
#centerContent .splitted input[type="password"],
#centerContent .splitted input[type="email"],
#centerContent .splitted input[type="tel"] {
    width: 300px;
}

#centerContent .splitted {
    width: 640px;
}

#centerContent .splitted > div:not(.submitButton) {
    display: inline-block;
    position: relative;
    width: 315px;
    vertical-align: top;
}

#centerContent .splitted .wide {
    width: 620px !important;
}

#centerContent .splitted select {
    width: 300px;
    height: 27px;
}

#centerContent .splitted .dependableFields .bigContent {
    width: 235px !important;
    margin-left: 0;
}

#centerContent .splitted .dependableFields .smallContent {
    width: 62px !important;
}

#centerContent .splitted .submitButton {
    margin-right: 30px;
}

#centerContent .splitted div#password_strength_indicator,
#centerContent .splitted div#password_strength_indicator_fill {
    width: 628px !important;
    margin: 0;
}

#kwsContent {
    padding: 10px 0;
}

#kwsContent > .textCenter {
    text-align: center;
}

#kwsContent > .textCenter .submitButton {
    margin-top: 30px;
    float: none;
}

#kwsContent > p {
    padding: 5px 0;
}

#settingNotification label {
    width: 400px;
    padding: 0;
}

#settingNotification hr {
    margin: 10px 0;
}

#settingNotification #wwgrp_save_replenishmentSmsNotificationValue {
    margin-top: 15px;
    line-height: 25px;
}

#settingNotification #wwgrp_save_replenishmentSmsNotificationValue .wwerr {
    line-height: 0;
}

#settingNotification #wwctrl_save_replenishmentSmsNotificationValue input {
    width: 50px;
}

.cardPropertiesList {
    display: block;
    width: 100%;
    min-height: 90px;
}

.cardPropertiesList span {
    float: right;
}

.cardPropertiesList {
    border-collapse: collapse;
}

div.cardPropertiesList.tableView > div > div {
    vertical-align: bottom;
}

.cardPropertiesList > div {
    border-bottom: 1px solid #c9c9c9;
    height: 40px;
}

.cardPropertiesList hr {
    width: 100%;
}

.mediumTitle {
    font-weight: bold;
}

.mediumCheckBox {
    text-align: center;
}

#settingNotification .errorMessage {
    width: 470px;
}

.boxAdditional .button {
    float: right;
    margin-left: 19px;
}

#directDebitAgreement label {
    float: right;
    width: 93%;
    padding: 0;
}

#pictureCredits a {
    display: block;
    margin-left: 120px;
    margin-top: -15px;
}

div.popup iframe {
    height: 410px;
    width: 675px;
}

.clearRight {
    clear: right;
}

li .menuTitle > .title.loading {
    background: url('img_common/loading.gif') no-repeat right center;
}

li .submenu > .title.loading {
    background: url('img_common/loading.gif') no-repeat 5px center;
}

li .loading {
    background: url('img_common/loading.gif') no-repeat 5px center;
}

form.loading {
    background: url(img_common/loading.gif) no-repeat right top 0;
}

.boxAdditional .submitButton {
    margin-left: 19px;
}

#businessSmall img,
#businessFull img,
#businessAccountNotSatisfied img {
    float: right;
}

#businessSmall h5,
#businessFull h5 {
    margin-left: 20px;
}

#businessSmall ul,
#businessFull ul {
    line-height: 22px;
}

#moneyLaunderingForm h3 {
    padding: 0;
}

#moneyLaundering p ~ div > input {
    width: 20px;
    display: inline-block;
}

#moneyLaundering p ~ div > input {
    vertical-align: super;
}

#moneyLaundering p ~ div > label {
    width: 540px;
    display: inline-block;
}

#pictureCardDesign #defaultCard {
    text-align: center;
    margin: 0 -10px 20px;
}

#pictureCardDesign #divDesigner {
    width: 99% !important;
    margin: 20px auto 0;
}

#cardViewStatus {
    height: 20px;
}

#cardViewStatus > p {
    float: none;
    margin-left: 30px;
    margin-top: -21px;
}

#cardViewStatus img {
    width: 20px;
}

#cardViewPinRequest, #showCardHistory {
    margin-top: 30px;
}

#IBANWrapper {
    width: 28%;
}

#openfee #activatePromo {
    margin-top: 30px;
}

#openfee #activatePromo .actionMessage,
#openfee #activatePromo .errorMessage {
    width: 300px;
    padding-left: 0;
}

#feeFree .anchor,
#feeDefault .anchor,
#feePrivate .anchor,
#feeBusiness .anchor,
#feeNotification .anchor {
    cursor: text;
}

#feeDefault h2 {
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}

/*------------------------------------------------------------------------*/
#recipient, #save_purpose, #saveRedemption_purpose {
    float: left;
}

li#recipient {
    float: none;
}

/* --------------------------  JQUERY UI STYLES ------------------------- */

.ui-menu-item a {
    font-weight: bold !important;
}

.ui-autocomplete {
    max-height: 115px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 20px;
}

/* ------------------------  END JQUERY UI STYLES ----------------------- */

#leftContentBenefits img {
    height: 16px;
    width: 19px;
}

.float-right {
    float: right;
}

.replenishment-info {
    padding-top: 10px;
}

.replenishment-info > p:first-of-type {
    padding-bottom: 10px;
}

.replenishment-info ul {
    width: 100%;
    float: left;
}

.replenishment-info ul hr {
    margin: 10px 0;
}

.replenishment-info #pdf {
    width: 30%;
    float: left;
    text-align: right;
}

/*- PROGRESS BAR AND ESCORT STEPS*/

.progress-bar {
    height: 70px;
    background: repeating-linear-gradient(to top, #FFFFFF, #FFFFFF 40px, #eaeaea 40px, #eaeaea 45px);
    text-align: center;
    margin-bottom: 45px;
    padding: 0 14px;
}

.progress-bar .step {
    width: 19%;
    display: inline-block;
}

.progress-bar .bubble {
    border: 4px solid #eaeaea;
    border-radius: 30px;
    height: 50px;
    width: 50px;
    font-size: 15px;
    font-weight: bold;
    padding-top: 12px;
    text-align: center;
    margin: 0 auto;
}

.progress-bar .stepTitle {
    display: inline-block;
    margin-top: 10px;
}

.progress-bar .stepTitle.invalid {
    color: #e7e5e5;
}

.currentStep + span.stepTitle {
    color: inherit !important;
}

.progress-bar .bubble.invalid {
    background-color: #FFFFFF;
}

.progress-bar .bubble.valid {
    color: #ffffff;
}

.welcome-clipboard {
    float: right;
    padding-right: 20px;
}

.absoluteIndex10 {
    position: absolute;
    z-index: 10;
}

.firstReplenishmentNotification p:first-of-type {
    padding-bottom: 10px;
}

.firstReplenishmentNotification .wwgrp {
    padding: 5px 0;
}

.firstReplenishmentNotification .label,
.firstReplenishmentNotification label {
    padding: 0;
    width: 30%;
}

#paypal-button {
    margin-top: -7px;
    height: 20px;
    float: right;
}

/* WebKit browsers */
.hideablePlaceholder:focus::-webkit-input-placeholder {
    opacity: 0;
}

/* Mozilla Firefox 4 to 18 */
.hideablePlaceholder:focus:-moz-placeholder {
    opacity: 0;
}

/* Mozilla Firefox 19+ */
.hideablePlaceholder:focus::-moz-placeholder {
    opacity: 0;
}

/* Internet Explorer 10+ */
.hideablePlaceholder:focus:-ms-input-placeholder {
    opacity: 0;
}

input::-webkit-input-placeholder {
    color: #AEAFB0 !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #AEAFB0 !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #AEAFB0 !important;
}

input:-ms-input-placeholder {
    color: #AEAFB0 !important;
}

/*STAR RATING*/
.starRating {
    width: 160px;
    height: 40px;
    float: right;
    padding-top: 5px;
    overflow: hidden;
}

.starRating .greyStars {
    width: 95px;
    height: 18px;
    background: url("img_common/star_grey.svg") repeat-x;
    display: inline-block;
}

.starRating .yellowStars {
    height: 18px;
    background: url("img_common/star_yellow.svg") repeat-x;
}

.starRating span:first-of-type {
    font-size: 20px;
    padding-left: 10px;
}

.starRating span:last-of-type {
    font-size: 17px;
    padding-top: 30px;
    display: block;
}

#emailConfirmation .starRating {
    float: none;
    overflow: visible;
    width: auto;
}

#emailConfirmation .starRating span {
    display: inline;
    font-weight: bold;
    font-size: 20px;
    color: #FDD000;
    padding: 0 10px 0 0;
}

#emailConfirmation .starRating span:last-of-type {
    padding-left: 10px;
    font-size: 12px;
}

.starRating:hover {
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

.starRating .starRatingSlide {
    -webkit-animation: slide-animation 20s infinite;
    -moz-animation: slide-animation 20s infinite;
    animation: slide-animation 20s infinite;
}

.mobile-context .starRating .starRatingSlide {
    -webkit-animation: slide-animation-header 20s infinite;
    -moz-animation: slide-animation-header 20s infinite;
    animation: slide-animation-header 20s infinite;
}

#leftBoxContent .starRating {
    float: none;
    height: 65px;
    padding-top: 40px;
    width: 180px;
}

#leftBoxContent .starRating .greyStars,
#leftBoxContent .starRating .yellowStars,
.mobile-context .starRating .greyStars,
.mobile-context .starRating .yellowStars {
    background-size: 25px;
    width: 125px;
    height: 28px;
}

#leftBoxContent .starRating span:last-of-type,
.mobile-context .starRating span:last-of-type {
    padding-top: 0;
    display: inline-block;
    font-size: 20px;
    vertical-align: top;
}

.mobile-context .starRating .greyStars {
    vertical-align: top;
}

.mobile-context .starRating span:first-of-type {
    font-size: 22px;
}

.mobile-context .starRating {
    float: none;
    height: 30px;
    padding: 0;
    margin-bottom: 10px;
    width: 180px;
}

.languageIcon {
    width: 42px;
    height: 29px;
    vertical-align: middle;
}

#language-check[type=checkbox]:checked ~ #languageInfo,
#booking-check[type=checkbox] ~ .bookingPopUp {
    display: none;
}

#bookingtimes {
    position: relative;
    display: inline-block;
    font-style: italic;
    margin-top: 15px;
}

#bookingtimes img {
    width: 13px;
    vertical-align: middle;
    margin-top: -2px;
}

#bookingtimes > label {
    cursor: pointer;
    font-weight: normal;
}

#bookingtimes > div > label {
    cursor: pointer;
}

#booking-check[type=checkbox]:checked ~ .bookingPopUp {
    position: absolute;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    display: block;
    margin-top: 25px;
    height: auto;
    min-width: 175px;
    background-color: #ffffff;
    z-index: 100;
    padding: 12px;
    font-style: normal !important;
}

.footerBar #languageSwitch {
    float: right;
    display: inline;
    margin-top: -6px;
}

#googleAnalyticsForm h3:first-child, #googleAnalyticsInfo h3:first-child,
#facebookForm h3:first-child, #facebookInfo h3:first-child {
    padding-top: 20px;
}

#googleAnalytics-check[type=checkbox]:checked ~ #googleAnalyticsForm {
    height: 440px;
}

#facebook-check[type=checkbox]:checked ~ #facebookForm {
    height: 470px;
}

#googleAnalytics-check[type=checkbox]:checked ~ #googleAnalyticsInfo {
    height: 120px;
}

#facebook-check[type=checkbox]:checked ~ #facebookInfo {
    height: 140px;
}

#googleAnalytics-check[type=checkbox] ~ #googleAnalyticsForm,
#googleAnalytics-check[type=checkbox] ~ #googleAnalyticsInfo,
#facebook-check[type=checkbox] ~ #facebookForm,
#facebook-check[type=checkbox] ~ #facebookInfo,
#firstBox-check[type=checkbox] ~ #firstBoxForm,
#secondBox-check[type=checkbox] ~ #secondBoxForm,
#thirdBox-check[type=checkbox] ~ #thirdBoxForm {
    height: 0;
    -webkit-transition: height 1s;
    transition: height 1s;
    overflow: hidden;
}

input[type=checkbox][id*='footer-section-'] + label.titleBar + div.sectionContent {
    max-height: 0;
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
    overflow: hidden;
}

input[type=checkbox][id*='footer-section-']:checked + label.titleBar + div.sectionContent {
    max-height: 300px;
}

#firstBox-check[type=checkbox]:checked ~ #firstBoxForm {
    height: 100px;
}

#secondBox-check[type=checkbox]:checked ~ #secondBoxForm {
    height: 150px;
}

#thirdBox-check[type=checkbox]:checked ~ #thirdBoxForm {
    height: 50px;
}

label.toggleable:after,
.titleBar:after {
    width: 0;
    height: 0;
    float: right;
    margin: 8px 10px 0 0;
}

label.toggleable,
.titleBar:after {
    display: block;
}

#googleAnalytics-check[type=checkbox] ~ label.toggleable:after,
#googleAnalytics-check[type=checkbox]:checked ~ label.toggleable:after,
#facebook-check[type=checkbox] ~ label.toggleable:after,
#facebook-check[type=checkbox]:checked ~ label.toggleable:after,
#firstBox-check[type=checkbox] ~ label.toggleable[for=firstBox-check]:after,
#firstBox-check[type=checkbox]:checked ~ label.toggleable[for=firstBox-check]:after,
#secondBox-check[type=checkbox] ~ label.toggleable[for=secondBox-check]:after,
#secondBox-check[type=checkbox]:checked ~ label.toggleable[for=secondBox-check]:after,
#thirdBox-check[type=checkbox] ~ label.toggleable[for=thirdBox-check]:after,
#thirdBox-check[type=checkbox]:checked ~ label.toggleable[for=Box-check]:after,
.titleBar:after {
    content: '';
}

#googleAnalytics-check[type=checkbox] ~ label.toggleable:after,
#facebook-check[type=checkbox] ~ label.toggleable:after,
#firstBox-check[type=checkbox] ~ label.toggleable[for=firstBox-check]:after,
#secondBox-check[type=checkbox] ~ label.toggleable[for=secondBox-check]:after,
#thirdBox-check[type=checkbox] ~ label.toggleable[for=thirdBox-check]:after,
.titleBar:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left-width: 10px;
    border-left-style: solid;
}

#googleAnalytics-check[type=checkbox]:checked ~ label.toggleable:after,
#facebook-check[type=checkbox]:checked ~ label.toggleable:after,
#firstBox-check[type=checkbox]:checked ~ label.toggleable[for=firstBox-check]:after,
#secondBox-check[type=checkbox]:checked ~ label.toggleable[for=secondBox-check]:after,
#thirdBox-check[type=checkbox]:checked ~ label.toggleable[for=thirdBox-check]:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top-width: 10px;
    border-top-style: solid;
    margin-top: 13px;
}

.opt-out-form input[type=checkbox] {
    vertical-align: middle;
}

input#continent_AFRICA_check[type=radio]:checked ~ div.tableScrollContent#continent_AFRICA,
input#continent_SOUTH_AMERICA_check[type=radio]:checked ~ div.tableScrollContent#continent_SOUTH_AMERICA,
input#continent_EUROPE_check[type=radio]:checked ~ div.tableScrollContent#continent_EUROPE,
input#continent_ASIA_check[type=radio]:checked ~ div.tableScrollContent#continent_ASIA,
input#continent_NORTH_AMERICA_check[type=radio]:checked ~ div.tableScrollContent#continent_NORTH_AMERICA,
input#continent_OCEANIA_check[type=radio]:checked ~ div.tableScrollContent#continent_OCEANIA {
    display: block;
}

input#continent_AFRICA_check[type=radio] ~ div.tableScrollContent#continent_AFRICA,
input#continent_SOUTH_AMERICA_check[type=radio] ~ div.tableScrollContent#continent_SOUTH_AMERICA,
input#continent_EUROPE_check[type=radio] ~ div.tableScrollContent#continent_EUROPE,
input#continent_ASIA_check[type=radio] ~ div.tableScrollContent#continent_ASIA,
input#continent_NORTH_AMERICA_check[type=radio] ~ div.tableScrollContent#continent_NORTH_AMERICA,
input#continent_OCEANIA_check[type=radio] ~ div.tableScrollContent#continent_OCEANIA {
    display: none;
}

input#continent_AFRICA_check[type=radio]:checked ~ label[for=continent_AFRICA_check] > div.tableScrollHeader > span.arrowDown:before,
input#continent_SOUTH_AMERICA_check[type=radio]:checked ~ label[for=continent_SOUTH_AMERICA_check] > div.tableScrollHeader > span.arrowDown:before,
input#continent_EUROPE_check[type=radio]:checked ~ label[for=continent_EUROPE_check] > div.tableScrollHeader > span.arrowDown:before,
input#continent_ASIA_check[type=radio]:checked ~ label[for=continent_ASIA_check] > div.tableScrollHeader > span.arrowDown:before,
input#continent_NORTH_AMERICA_check[type=radio]:checked ~ label[for=continent_NORTH_AMERICA_check] > div.tableScrollHeader > span.arrowDown:before,
input#continent_OCEANIA_check[type=radio]:checked ~ label[for=continent_OCEANIA_check] > div.tableScrollHeader > span.arrowDown:before {
    border: none;
}

input#continent_AFRICA_check[type=radio]:checked ~ label[for=continent_AFRICA_check] > div.tableScrollHeader,
input#continent_SOUTH_AMERICA_check[type=radio]:checked ~ label[for=continent_SOUTH_AMERICA_check] > div.tableScrollHeader,
input#continent_EUROPE_check[type=radio]:checked ~ label[for=continent_EUROPE_check] > div.tableScrollHeader,
input#continent_ASIA_check[type=radio]:checked ~ label[for=continent_ASIA_check] > div.tableScrollHeader,
input#continent_NORTH_AMERICA_check[type=radio]:checked ~ label[for=continent_NORTH_AMERICA_check] > div.tableScrollHeader,
input#continent_OCEANIA_check[type=radio]:checked ~ label[for=continent_OCEANIA_check] > div.tableScrollHeader {
    cursor: default !important;
}

#prepareGeoControl .tableScrollContent .column1,
#prepareGeoControl .tableScrollHead .column1 {
    width: 60%;
    word-break: keep-all;
}

#prepareGeoControl .tableScrollContent .column2,
#prepareGeoControl .tableScrollHead .column2 {
    width: 15%;
}

#prepareGeoControl .tableScrollContent .column3,
#prepareGeoControl .tableScrollHead .column3 {
    width: 25%;
}

#prepareGeoControl .tableScrollContent .column4,
#prepareGeoControl .tableScrollHead .column4 {
    width: 5%;
}

.gray-border-top {
    border-top: 1px solid #94989c;
}

.info-bar {
    background-color: #ededed !important;
    border: 1px solid #d9d9d9 !important;
    box-sizing: content-box;
}

.cursorPointer {
    cursor: pointer;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.padding5 {
    padding: 5px;
}

.padding0 {
    padding: 0 !important;
}

.displayTableCell {
    display: table-cell !important;
}

.paddingLeft10 {
    padding-left: 10px;
}

.paddingLeft15 {
    padding-left: 15px;
}

.paddingTop5 {
    padding: 5px 0 0 0 !important;
}

.verticalAlignMiddle {
    vertical-align: middle;
}

.padding10 {
    padding: 10px;
}

.margin0 {
    margin: 0 !important;
}

.margin10 {
    margin: 10px !important;
}

.height40 {
    height: 40px;
}

.marginTop5 {
    margin-top: 5px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTopAndLeft5 {
    margin-top: 5px !important;
    margin-left: 5px !important;
}

.marginTopAndLeft10 {
    margin-top: 10px;
    margin-left: 10px;
}

.clarificationIcon {
    width: 13px !important;
    height: 13px;
    vertical-align: text-top;
}

.icon20 {
    height: 20px !important;
    width: 20px !important;
}

.alert {
    color: #cd0a0a;
}

.textDecorationNone {
    text-decoration: none;
}

.icon25 {
    width: 25px !important;
    height: 25px !important;
}

.icon23 {
    width: 23px !important;
    height: 23px !important;
}

.icon {
    padding: 0 5px;
}

.statusWaiting {
    color: #5b7ab5;
}

.statusOk {
    color: #0AA046;
}

.paddingRight10 {
    padding-right: 10px;
}

.paddingRight15 {
    padding-right: 15px;
}

.paddingRight20 {
    padding-right: 20px;
}

.paddingRight30 {
    padding-right: 30px;
}

.paddingTop10 {
    padding-top: 10px;
}

.textAlignCenter {
    text-align: center;
}

.positionRelative {
    position: relative;
}

.displayInlineBlock {
    display: inline-block !important;
}

.margin2_0 {
    margin: 2px 0;
}

.margin10_0 {
    margin: 10px 0;
}

.margin0_10 {
    margin: 0 10px;
}

.questionIcon {
    width: 12px;
    height: 12px;
}

@-webkit-keyframes slide-animation {
    0% {
        margin-top: 0;
    }

    48% {
        margin-top: 0;
    }

    50% {
        margin-top: -50px;
    }

    98% {
        margin-top: -50px;
    }

    100% {
        margin-top: 0;

    }
}

@-webkit-keyframes slide-animation-header {
    0% {
        margin-top: 0;
    }

    48% {
        margin-top: 0;
    }

    50% {
        margin-top: -25px;
    }

    98% {
        margin-top: -25px;
    }

    100% {
        margin-top: 0;

    }
}

input#system:checked ~ #systemPin,
input#custom:checked ~ #customPin {
    display: block;
}

input#system ~ #systemPin,
input#custom ~ #customPin {
    display: none;
}

#saveCustomPin input[type=password] {
    width: 50px;
}

#saveCustomPin .grey, #systemPin .grey {
    margin: 20px -10px;
    padding: 23px;
    background-color: #e4e4e4;
}

#saveCustomPin .grey .wwgrp {
    display: inline-block;
}

#pin, #pinConfirm {
    font-size: 12px;
}

#freelancertrue:checked ~ div#nonfreelancer {
    display: none;
}

#freelancertrue ~ div#nonfreelancer {
    display: block;
}

#freelancerfalse:checked ~ div#consent {
    margin-top: 25px;
}

.radioGroup > div > label {
    margin: 8px 0 2px 7px !important;
}

.radioGroup > div > label[for="save_selectedOption1"],
.radioGroup > div > label[for="save_selectedOption2"] {
    width: 70% !important;
}

/*ToggleWrapper für Facebook und Google OptIn/Out*/
.toggleWrapper {
    position: absolute;
    overflow: hidden;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    margin-top: -7px;
}

.toggleWrapper input {
    display: none;
}

.toggle {
    cursor: pointer;
    display: inline-block;
    position: relative;
    /*width: 120px;*/
    width: 131px;
    height: 35px;
    border-radius: 5px;
    -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.toggle:before, .toggle:after {
    position: absolute;
    line-height: 35px;
    font-size: 14px;
    z-index: 2;
    -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.toggle:before {
    content: attr(data-message-on-label);
    left: 24px;
}

.toggle:after {
    content: attr(data-message-off-label);
    right: 20px;
}

.toggleHandler {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 65px;
    height: 29px;
    border-radius: 3px;
    top: 3px;
    left: 3px;
    -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

input:not(:checked) + .toggle:after {
    color: lightgrey;
}

input:not(:checked) + .toggle:before {
    color: #fff;
}

input:checked + .toggle:before {
    color: lightgrey;
}

input:checked + .toggle:after {
    color: #fff;
}

input:checked + .toggle .toggleHandler {
    /*width: 54px;*/
    width: 65px;
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
    border-color: #fff;
}

.footerBarGa {
    padding-left: 201px;
    display: inline-block;
}

.footerBarFb {
    padding-left: 293px;
    display: inline-block;
}

.footerBarGa > .toggleWrapper {
    margin-left: 168px;
}

.footerBarFb > .toggleWrapper {
    margin-left: 130px;
}

div#secureDashboard {
    display: table;
    width: 100%;
}

div#secureDashboard img {
    height: 44px;
}

div#secureDashboard a {
    text-decoration: none;
    font-weight: bold;
    color: #5D5D5D;
}

div#dashboardPin, div#dashboardRevenues, div#dashboardRedemption {
    width: 33%;
    display: table-cell;
    text-align: center;
}