.table-row.false.open {
    padding-bottom: 180px !important;
}

.padding-circle {
    position: relative;
    border-radius: 50%;
    width: 30px;
    margin: 0 auto;
    height: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
}

    .padding-circle:hover {
        cursor: pointer;
    }

    .padding-circle.active {
        cursor: pointer;
    }

    .padding-circle svg {
        width: 30px;
        height: 30px;
    }

    .padding-circle:hover svg {
        fill: #c30000;
    }

    .padding-circle.active svg {
        fill: #c30000;
    }

.profile .dropdown:not(.dropdown-right),
.profile .black-border {
    border-right: transparent;
    border-left: transparent;
}

@media (max-width:400px) {
    .table-row.false.open {
        padding-bottom: 220px !important;
    }
}

.table-row.false {
    color: #ddd;
}

#opened-info .payment-in-fault {
    width: 100%;
    margin-top: 20px;
    margin-bottom: -20px;
    color: #000 !important;
}

    #opened-info .payment-in-fault .text {
        justify-content: center;
    }

    #opened-info .payment-in-fault .button.white {
        width: 70%;
    }

.invalid-data {
    /*text-align: center;
    margin-top: 50px;
    font-size: 12px;*/
    color: #c30000;
    margin-right: 20%;
}

.set-before-info .padding-circle:before {
    content: "";
    position: absolute;
    left: -7px;
    top: -5px;
    background-image: url(../Images/redpower/warning-red-redpass.jpg);
    width: 15px;
    height: 18px;
    background-size: cover;
}

.payment-in-fault .text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
}

    .payment-in-fault .text img {
        margin: 0;
        margin-right: 10px;
    }

section.movements-head .card-overview .expire-section .warning-wrapper {
    margin-right: 20px;
}

.payment-in-fault .button.white {
    width: 100%;
    margin: 20px 0;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
}

.movements-head .expire-section {
    background-color: #F5F5F5;
    border-top: 1px solid #ddd;
}

.extra-info-minor {
    line-height: 18px;
    margin-bottom: 14px;
}

.extra-info-expire {
    margin-bottom: 20px;
}

/* issue 1477 -- safari */
input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
}

.profile .newsletters-tab a.terms-conditions-link {
    color: #c30000;
}

.input-row {
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (min-width:992px) {
    .input-row {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.profile > .breadcrumb {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

h4 .arrow {
    width: 20px;
    height: 10px;
    margin: 0px;
    max-width: 20px;
    transform: rotate(0deg);
    margin-left: 20px;
}

h4.collapsed .arrow {
    width: 20px;
    height: 20px;
    margin: 0px;
    max-width: 20px;
    transform: rotate(180deg);
    margin-left: 20px;
}

.profile h2 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    text-align: center;
    font-size: 32px;
    margin-bottom: 0;
    line-height: 52px;
    font-weight: 500;
}

    .profile h2.text-left {
        text-align: left;
        padding-left: 0px;
    }

.profile .success {
    margin-top: 60px;
}

    .profile .success h2 {
        font-size: 36px;
        line-height: 48px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .profile .success p {
        font-size: 24px;
        line-height: 32px;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .profile .success .successPadding {
        padding-bottom: 70px;
    }

    .profile .success .submit-button {
        padding-top: 20px;
    }

.profile .profile-alert {
    background-color: rgb(244, 244, 244);
    overflow: hidden;
    max-height: 120px;
    opacity: 1;
    transition: opacity 250ms ease-in-out, max-height 250ms 250ms ease-in-out;
}

    .profile .profile-alert.dismissed {
        max-height: 0;
        opacity: 0;
    }

    .profile .profile-alert .inner-item {
        display: flex;
        align-items: center;
        padding: 15px;
    }


    .profile .profile-alert.dismissed .icon {
    }

    .profile .profile-alert a {
        text-decoration: underline;
        font-size: 18px;
        padding: 0 15px;
    }

    .profile .profile-alert .circular-exclamation {
        width: 30px;
        height: 30px;
    }


    .profile .profile-alert .icon:last-child {
        margin-left: auto;
    }

    .profile .profile-alert .cross {
        width: 24px;
        height: 24px;
        stroke: rgb(104, 104, 104);
        transition: stroke 250ms ease-in-out;
        margin-left: auto;
    }

        .profile .profile-alert .cross:hover {
            stroke: #c30000;
            cursor: pointer;
        }





.profile .profile-user-section {
    background: #fff url(/Images/profile/profile-top.jpg) top center no-repeat;
    background-size: auto 615px;
    background-attachment: fixed;
    padding-bottom: 0;
    padding: 20px 0px;
}

    .profile .profile-user-section .top-title:hover {
        color: #fff;
    }

        .profile .profile-user-section .top-title:hover .slb-icon {
            fill: #fff;
        }

    .profile .profile-user-section .profile-top {
        display: block;
        text-align: center;
        justify-content: center;
        text-transform: uppercase;
    }

        .profile .profile-user-section .profile-top .logout svg {
            stroke: #fff;
            stroke-width: 3px;
            margin-left: 10px;
            width: 12px;
            height: 12px;
        }

        .profile .profile-user-section .profile-top > div {
            display: block;
        }

            .profile .profile-user-section .profile-top > div:not(.profile-img) {
                padding: 20px 3% 0 2%;
            }

        .profile .profile-user-section .profile-top .profile-img {
            width: 130px;
            margin: auto;
        }

        .profile .profile-user-section .profile-top .profile-details {
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 18px;
            font-weight: 300;
        }

            .profile .profile-user-section .profile-top .profile-details p {
                white-space: nowrap;
            }

            .profile .profile-user-section .profile-top .profile-details .small-profile-details {
                font-size: 0.6em;
            }

        .profile .profile-user-section .profile-top .logout {
            font-size: 12px;
            white-space: nowrap;
        }

            .profile .profile-user-section .profile-top .logout a:hover {
                color: #fff;
            }

            .profile .profile-user-section .profile-top .logout .svg-cross {
                stroke: #fff;
                stroke-width: 3px;
                margin-left: 10px;
                width: 12px;
                height: 12px;
            }

.profile input {
    width: 100%;
    float: left;
    padding: 0 24px;
    font-size: 12px;
}

textarea + label[placeholder]::before,
input[type="email"] + label[placeholder]::before,
input[type="number"] + label[placeholder]::before,
input[type="text"] + label[placeholder]::before {
    font-size: 18px;
    text-transform: none;
}

.profile .dropdown-date-birth input {
    padding: 0;
    margin-bottom: 0;
    text-align: center;
}


.profile .error input {
    border: 1px solid #c30000 !important;
    color: #c30000 !important;
}

    .profile .error input[type=text] {
    }

.profile .text-left {
    text-align: left !important;
}

.profile input,
.profile .dropdown,
.profile .black-border {
    height: 55px;
    line-height: 55px;
    border: 1px solid #242424;
    font-size: 18px;
}

.profile .form-phone .black-border {
    border-left: transparent;
}

.profile input.place {
    width: 80%;
    margin-left: 20%;
}

    .profile input.place.place-left {
        margin-left: 10% !important;
    }

.dropdown-menu.dropdown-address .pdl10 p {
    width: 100%;
}

.address .dropdown-toggle {
    height: 100%;
}

.profile .address-dropdown #addressDD > p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/** bug fixing for modal address only*/
.modal-address .profile input.place.place-left {
    margin-left: 0 !important;
}

.modal.modal-address .dropdown-menu li {
    padding-left: 0 !important;
    line-height: 1.6;
    margin-bottom: 10px;
}

.modal.modal-address .profile .dropdown,
.profile .dropdown .dropdown-menu {
    text-align: left;
}

.profile .place-trace:before {
    content: "-";
    position: absolute;
    left: -2px;
    top: 15px;
    font-size: 18px;
}

.profile input.input-small {
    padding: 0px 15%;
    text-align: center;
}

.profile input[type="radio"] + label span {
    display: inline-block;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

    .profile input[type="radio"] + label span.outer {
        position: relative;
        width: 20px;
        height: 20px;
        margin: 0px 0px 0px 15px;
        cursor: pointer;
        border: solid 1px rgb(137, 137, 137);
        background-color: white;
    }

.profile input[type="radio"] + label span,
.profile input[type="radio"]:checked + label span {
    -webkit-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

    .profile input[type="radio"] + label span.inner {
        width: 10px;
        height: 10px;
        background-color: white;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .profile input[type="radio"]:checked + label span.inner {
        background-color: #c30000;
    }

/* START SLB fix #12030 */
.profile input[type="radio"] + label.disabled-input {
    background-color: transparent;
}

.profile input[type="radio"]:checked + label.disabled-input span.inner {
    background-color: #808080;
}

/* END SLB fix #12030 */

.profile input::-webkit-input-placeholder {
    color: #bebebe;
    text-transform: none !important;
}

.profile ::-moz-placeholder {
    color: #bebebe;
    text-transform: none !important;
}

/* firefox 19+ */
.profile :-ms-input-placeholder {
    color: #bebebe;
    text-transform: none !important;
}

/* ie */
.profile input:-moz-placeholder {
    color: #bebebe;
    text-transform: none !important;
}


.profile .error.required::after {
    color: #c30000 !important;
}

.profile input.separate::after {
    content: "-";
    position: absolute;
}

.profile input::-webkit-input-placeholder,
.profile .placeholder {
    text-transform: none !important;
    font-size: 18px;
    color: #bebebe;
}

.profile .placeholder {
    transition: color 250ms ease-in-out;
}

    .profile .placeholder:hover {
        cursor: pointer;
        color: #242424;
    }

.profile .profile-alert,
.profile .profile-user-section {
    margin: 0;
}

.profile .profile-nav > div {
    min-width: 2000px;
}

.profile .profile-nav {
    text-transform: uppercase;
    background-color: #f4f4f4;
    overflow-x: scroll;
}

.profile .profile-form-wrapper {
    text-align: center;
    padding-bottom: 40px;
}


    .profile .profile-form-wrapper .member-tab,
    .profile .profile-form-wrapper .personal-tab {
        width: 96%;
        margin-left: 2%;
    }

    .profile .profile-form-wrapper .profile-member .button-holder {
        border-bottom: 1px solid #dddddd;
        padding-bottom: 25px;
    }


    .profile .profile-form-wrapper .profile-personal .form-container {
        border-bottom: 1px solid #dddddd;
    }

.profile-login .button-holder {
    border-top: 1px solid #dddddd;
    margin-top: 10px;
    padding-top: 25px;
}


.profile .profile-nav .item:first-child {
    border-left: 1px solid #dddddd;
}

.profile .profile-nav .item {
    white-space: normal;
    vertical-align: middle;
    height: 70px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    position: relative;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    float: left;
    width: 200px;
}

@media screen and (max-width: 425px) and (min-width: 350px) {
    .profile .profile-nav .item {
        width: 245px;
    }
}

.profile .profile-nav .item:hover {
    cursor: pointer;
}

.profile .profile-nav .item.active {
    color: #c30000;
    background: #fff;
    border-bottom: none;
}

/**** .personal-tab ****/



/* Button holder */
.profile .profile-form-wrapper .button-holder .button {
    padding: 8px 37px;
}

.profile .profile-form-wrapper .button-holder {
    text-align: right;
}

.profile .personal-tab .form-container p {
    text-transform: uppercase;
}

.profile .profile-personal .col-md-8 {
    font-size: 24px;
}

    .profile .profile-personal .col-md-8 .line-height {
        line-height: 55px;
    }

.profile .profile-personal .form-container label,
.profile .profile-personal .form-container .light {
    font-size: 16px;
    line-height: 16px;
}

.profile .profile-personal .form-container label {
    margin-bottom: 0;
    font-weight: 400;
}

.profile .profile-personal .top-field {
    margin-bottom: 25px;
}

/* Improvement Loading after click button - Simulation  */
.profile .profile-form-wrapper .button-holder p {
    /*float: left;
    text-align: left;
    width: 50%;
    */
    text-transform: none;
    margin-right: 20px;
    display: inline;
}

.profile .noMessage {
    color: #BEBEBE;
}

.profile .profile-form-wrapper .button-holder p.error-msg {
    color: #c30000;
}

.profile .profile-form-wrapper .button-holder p.success-msg {
    color: #00884c;
}

.profile .profile-personal .col-margin-left > div {
    margin-left: 10%;
}

.profile .profile-personal .vertical-align {
    min-height: 56px;
    line-height: 56px;
}

.profile .profile-personal .padding-0-xs {
    padding: 0 !important;
}

.profile .profile-personal .resolve-alignment {
    line-height: 80px;
}

.profile .profile-personal .resolve-input-height {
    /*margin-bottom: 25px;*/
    margin-top: 25px;
    min-height: 100px !important;
}

.profile .profile-personal .gender .gender-item {
    line-height: 35px;
    text-align: left;
}

.profile .profile-personal .padding-bottom {
    padding-bottom: 10px;
}

    .profile .profile-personal .padding-bottom:not(.date-birth-wrapper) {
        padding-bottom: 0;
    }

/* Dropdowns */
.profile .dropdown,
.profile .dropdown .dropdown-menu {
    text-align: center;
    cursor: pointer;
}

    .profile .dropdown .dropdown-menu.left > li {
        padding-left: 24px;
        padding-right: 24px;
        text-align: left;
    }

    .profile .dropdown .dropdown-menu {
        z-index: 8;
    }

    .profile .dropdown:not(.text-left) {
        cursor: pointer;
        padding: 0;
    }

.profile .text-left {
    padding-left: 24px;
}

.profile .dropdown.text-left li {
    padding-left: 24px;
    text-align: left;
}

.profile .dropdown .dropdown-menu {
    border-radius: 0;
    border: 1px solid #ddd;
    border-top-color: transparent;
    margin-top: 0;
    min-width: 100%;
    padding: 0;
    max-height: 200px;
    overflow-y: auto;
    left: -1px;
    right: -1px;
    font-size: 18px;
}

    .profile .dropdown .dropdown-menu li:hover {
        background-color: #eee;
    }

.profile .dropdown p {
    display: inline-block;
}

.profile .dropdown.dropdown-no-padding {
    padding: 0 !important;
}

.profile .dropdown.dropdown-qualifications {
    overflow: hidden;
}

    .profile .dropdown.dropdown-qualifications.open {
        overflow: visible;
    }

.profile img.dropdown-arrow {
    background-color: #242424;
    position: absolute;
    top: 50%;
    right: 20px;
    /*5%;*/
}

.profile .dropdown img:not(.dropdown-arrow) {
    margin: 0;
    display: initial;
    margin-left: 10%;
    display: none;
}

/* BUG 11125 - O ".profile .error input" não era suficiente para aparecer o border vermelho na dropdown. */
.profile .dropdown.error {
    border: 1px solid #c30000 !important;
    color: #c30000;
}

.profile .profile-personal .date-birth {
    margin-bottom: 25px;
    margin-top: 25px;
}


.profile .personal-tab .profile-personal .button-holder {
    padding-top: 15px;
    padding-bottom: 25px;
    clear: both;
}

/**** NEWSLETTERS ****/
.profile .newsletters-tab {
    max-width: 900px;
    margin: auto;
    padding: 50px 0px;
    padding-top: 30px;
}

    .profile .newsletters-tab h2 {
        padding-bottom: 25px;
    }

    .profile .newsletters-tab .button-holder {
        padding-top: 25px;
        /* Bug SLB #12034 */
        margin-top: 30px;
        /* Bug SLB #12034 */
        border-top: 1px solid #ddd;
    }

    .profile .newsletters-tab .button.dark {
        width: 100%;
        /* Bug SLB #12034 */
        text-align: center;
    }

    .profile .newsletters-tab .row {
        text-align: left;
        padding-left: 5%;
        padding-right: 5%;
    }

    .profile .newsletters-tab [type="checkbox"]:not(:checked),
    .profile .newsletters-tab [type="checkbox"]:checked {
        display: none;
    }

        .profile .newsletters-tab [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        .profile .newsletters-tab [type="checkbox"]:not(:checked) + label,
        .profile .newsletters-tab [type="checkbox"]:checked + label {
            position: relative;
            padding-left: 40px;
            cursor: pointer;
            font-weight: 400;
            font-size: 24px;
            color: #242424;
            /* issue 1015 */
            font-size: 16px;
            margin-bottom: 18px;
        }

            .profile .newsletters-tab [type="checkbox"]:not(:checked) + label:before,
            .profile .newsletters-tab [type="checkbox"]:checked + label:before {
                content: '';
                position: absolute;
                /*top: 5px;*/
                top: 0;
                left: 0;
                width: 23px;
                height: 23px;
                border: 1px solid #bbb;
                background: #fff;
                box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
            }

            .profile .newsletters-tab [type="checkbox"]:not(:checked) + label:after,
            .profile .newsletters-tab [type="checkbox"]:checked + label:after {
                /*content: '✔';*/
                position: absolute;
                /*top: 5px;*/
                top: 0;
                left: 0px;
                padding: 5px;
                font-size: 14px;
                width: 23px;
                height: 23px;
                line-height: 0.8;
                color: #c30000;
                transition: all .2s;
            }

    .profile .newsletters-tab .row div > div {
        padding-left: 40px;
    }

/**** FAVORITOS ****/

.profile .favorites-tab .bdp-button-wrapper {
    padding: 0 25px;
    /* Bug SLB #12034 */
}

.profile .favorites-tab .button-holder {
    padding-top: 25px;
    /* Bug SLB #12034 */
    margin-top: 30px;
    /* Bug SLB #12034 */
    border-top: 1px solid #ddd;
}

    .profile .favorites-tab .button-holder .button {
        width: 100%;
        /* Bug SLB #12034 */
        text-align: center;
    }

.profile .favorites-tab {
    max-width: 900px;
    margin: auto;
    padding: 50px 0px;
}

    .profile .favorites-tab .modalities-container {
        margin-top: 2%;
    }

        .profile .favorites-tab .modalities-container .modality {
            margin-bottom: 30px;
            min-height: 150px;
            /* SLB fix sports grid */
            /* issue 1012 */
            text-align: center;
        }

            .profile .favorites-tab .modalities-container .modality .img-wrapper img {
                max-width: 100px;
                height: 100px;
                position: relative;
                z-index: 2;
                display: block;
                /*border: 1px solid #fff;*/
            }

            .profile .favorites-tab .modalities-container .modality p {
                font-size: 18px;
                color: #888;
            }

            .profile .favorites-tab .modalities-container .modality .img-wrapper {
                position: relative;
                width: 100px;
                height: 100px;
                margin: 0px auto;
                display: inline-block;
                overflow: hidden;
                background-color: rgb(167, 167, 167);
                vertical-align: middle;
                z-index: 2;
            }

                .profile .favorites-tab .modalities-container .modality .img-wrapper .hover {
                    width: 100%;
                    height: 100%;
                    background-color: #c30000;
                    z-index: 1;
                    -moz-transition: -moz-transform 0.75s ease-in-out;
                    -o-transition: all 0.75s ease-in-out;
                    -webkit-transition: -webkit-transform 0.75s ease-in-out;
                    transition: all 0.75s ease-in-out;
                }

        .profile .favorites-tab .modalities-container .modality {
            /* SLB fix cursor for all items */
            cursor: pointer;
        }

            .profile .favorites-tab .modalities-container .modality:not(.selected).hover p,
            .profile .favorites-tab .modalities-container .modality.selected p {
                color: #242424;
            }

            .profile .favorites-tab .modalities-container .modality:not(.selected).hover .img-wrapper .hover,
            .profile .favorites-tab .modalities-container .modality.selected .img-wrapper .hover {
                transform: translate(0, -100%);
            }

    .profile .favorites-tab .no-bottom {
        border-bottom: none !important;
        margin-top: 0;
        padding: 0;
    }

    .profile .favorites-tab .players-grid {
        padding-bottom: 25px;
        margin-top: 25px;
    }

        .profile .favorites-tab .players-grid .player-item {
            cursor: pointer;
            margin-top: 3%;
        }

            .profile .favorites-tab .players-grid .player-item .player-photo {
                position: relative;
                height: 200px;
                background-size: cover;
                background-repeat: no-repeat;
                -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
                -webkit-transition: all 300ms ease-in-out;
                -moz-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
                background-position: center top;
                margin-bottom: 10px;
            }

        .profile .favorites-tab .players-grid .player-info {
            color: #888888;
            font-size: 16px;
            padding-top: 7px;
            /* issue 1013 */
            text-align: center;
            margin-top: -10px;
            margin-bottom: 10px;
        }

            .profile .favorites-tab .players-grid .player-info > div {
                -webkit-transition: color 300ms ease-in-out;
                -moz-transition: color 300ms ease-in-out;
                transition: color 300ms ease-in-out;
            }

            .profile .favorites-tab .players-grid .player-info .player-name {
                text-transform: uppercase;
                white-space: nowrap;
            }

        .profile .favorites-tab .players-grid .player-item.hover .player-photo,
        .profile .favorites-tab .players-grid .player-item.selected .player-photo {
            -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
        }

        .profile .favorites-tab .players-grid .player-item.hover .player-name,
        .profile .favorites-tab .players-grid .player-item.selected .player-name {
            color: #242424;
        }

        .profile .favorites-tab .players-grid .player-item.hover .player-position,
        .profile .favorites-tab .players-grid .player-item.selected .player-position {
            color: #c30000;
        }

.profile .profile-nav.fixed-nav {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    z-index: 9;
    max-width: 1564px;
    /* Bug #11601 - with 1536px ther are still margins on the tab menu. It needs 1564px. */
}

.profile .profile-form-wrapper.topmargin {
    margin-top: 106px;
}

.profile .required::after {
    content: "*";
    position: absolute;
    top: 0px;
    font-size: 24px;
    padding-left: 5px;
}

.lifeCycleConditions.required::after {
    content: "" !important;
}

.lifeCycleConditions .error {
    color: #C30000 !important;
}

.lifeCycleConditions label.error:before {
    border: 1px solid #C30000 !important;
}

.profile .required.not-show-content::after {
    content: none;
}

.preferences-tab {
    width: 96%;
    margin-left: 2%;
}

    /* issue 1014 */
    .preferences-tab .slb-profile-item-half .fav-description {
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .preferences-tab .slb-profile-item-half .title {
        padding-bottom: 5px;
    }

    .preferences-tab .slb-profile-item-half .fav-description strong {
        font-weight: bold;
    }

@media (max-width: 425px) {

    .profile .profile-alert a {
        font-size: 16px;
        line-height: 1.15em;
    }
}

/* Redpower Section */

.redpower-tab .slb-profile-item-half {
    flex-direction: column;
}

    .redpower-tab .slb-profile-item-half h2 {
        font-size: 22px;
        margin: 30px 0px 8px 0px;
    }

    .redpower-tab .slb-profile-item-half a {
        width: 100%;
    }

.redpower-tab .slb-profile-item-info p {
    margin: 8px 10%;
}

#opened-info {
    position: absolute;
    display: none !important;
    opacity: 0;
}

    #opened-info .hidden-info {
        margin-right: 20px;
        font-size: 16px;
    }

.open #opened-info {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    bottom: 0px;
    opacity: 1;
    left: 0px;
    color: #242424;
}

section.movements-head {
    margin-top: 30px;
    margin-left: 4%;
    margin-right: 4%;
}

    section.movements-head.extra-after-table-info {
        padding-bottom: 50px;
    }

    section.movements-head .notification-wrapper {
        margin-top: 40px;
        margin-bottom: 40px;
        font-size: 14px;
        line-height: 18px;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
    }

.notification-wrapper .mainInfo .content > strong {
    font-weight: 500;
}

.notification-wrapper a .bold {
    font-weight: 600;
}

section.movements-head .notification-wrapper .extra {
    color: #888888;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    margin-right: 20px;
    white-space: nowrap;
}

section.movements-head .notification-wrapper .options a:not(:last-child) {
    margin-right: 15px;
}

section.movements-head .notification-wrapper .options a,
section.movements-head .notification-wrapper .options p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 7px;
    margin-bottom: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

    section.movements-head .notification-wrapper .options a:not(:last-child) {
        margin-right: 15px;
    }

    section.movements-head .notification-wrapper .options a:only-child,
    section.movements-head .notification-wrapper .options p:only-child {
        margin-bottom: 0px;
    }

    section.movements-head .notification-wrapper .options a:last-child {
        margin-bottom: 0px;
    }

section.movements-head .notification-wrapper .options {
    margin-left: auto;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    padding-left: 20px;
}

section.movements-head .notification-wrapper.old {
    color: #888888;
}

    section.movements-head .notification-wrapper.old .return {
        color: #242424;
        margin-top: 20px;
        margin-bottom: 80px;
    }

section.movements-head .notification-wrapper .row:last-child {
    padding-top: 10px;
}

section.movements-head .notification-wrapper a {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

section.movements-head .notification-wrapper .bottom-border {
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
    color: #242424;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    line-height: 18px;
}

section.movements-head .notification-wrapper .options.choice span[accept="false"]::before,
section.movements-head .notification-wrapper .options.choice .icon-check {
    width: 12px;
    height: 12px;
    margin-right: 3px;
}

section.movements-head .notification-wrapper .options.choice span[accept="false"]::before {
    content: '✕';
}

section.movements-head .notification-wrapper .options.choice .icon-check {
    fill: #242424;
}

section.movements-head .notification-wrapper .options.choice a:hover .icon-check {
    fill: #c30000;
}

.notification-wrapper .notifications .notification {
    background-color: #F9F9F9;
    margin-bottom: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .notification-wrapper .notifications .notification .mainInfo {
        display: flex;
        flex-wrap: wrap;
    }

        .notification-wrapper .notifications .notification .mainInfo .content {
            margin-left: 20px;
        }

            .notification-wrapper .notifications .notification .mainInfo .content span {
                margin-right: 20px;
            }

    .notification-wrapper .notifications .notification .desc {
        color: #888888;
        line-height: 24px;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 500;
        padding-top: 4px;
        margin-left: 44px;
        font-size: 14px;
    }

    /*
        .notification-wrapper.old .notifications .notification .mainInfo .content {
            margin-right: 0px;
        }
    */
    .notification-wrapper .notifications .notification .icon-wrapper {
        height: 100%;
        display: flex;
        align-self: flex-start;
    }

.notification-wrapper.old .notifications .notification {
    background-color: transparent;
}

.notification-wrapper .notifications .notification .icon {
    /*
        margin-right: 20px;
        */
    height: 24px;
    width: 24px;
    fill: #C30000;
}

.notification-wrapper.old .notifications .notification .icon {
    fill: #888;
}

section.movements-head .card-overview .flex {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

section.movements-head .card-overview.family-overview .flex .maths-wrapper {
    width: 98%;
}

section.movements-head .card-overview {
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    margin-bottom: 20px;
}

.filter-bar .filter-button-wrapper .arrow {
    height: 12px;
    margin-left: 10px;
}

#filter-dropdown .row div .over-datpicker {
    margin: 40px 40px 0px;
}

section.movements-head .card-overview > .flex {
    padding: 40px 5%;
}

.movements-head .card-wrapper {
    width: 220px
}


.movements-head .button-rotate i,
.movements-head .button-rotated i {
    font-weight: 700 !important;
    margin-left: 10px;
    margin-right: 10px;
}

.movements-head .button-rotate {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.movements-head .button-rotated {
    transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    -moz-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
}

@media (min-width:768px) {
    .movements-head .maths-wrapper {
        padding-left: 10px;
        margin-top: 0;
    }
}

.movements-head .maths-wrapper > div:first-of-type {
    padding-bottom: 15px;
}

.movements-head .card {
    margin-bottom: 10px;
}

.movements-head table.details-member-card {
    width: 100%;
    margin-bottom: 15px;
    margin-top: -15px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.maths-wrapper table tr td:first-of-type {
    text-align: left;
    padding-left: 25px;
    width: 75%;
}

.maths-wrapper table tr td:last-of-type {
    text-align: right;
    width: 25%;
}

.movements-head .info-closed {
    opacity: 0;
    line-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.movements-head .info-opened {
    display: inline-table !important;
    opacity: 1;
    line-height: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.movements-head .card > .card-wrapper > .card-info p {
    font-size: 12px;
    line-height: 1.2;
}


.movements-head .maths-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.profile .disclaimer {
    font-size: 14px;
}

.movements-head .maths-wrapper .text > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: inherit;
    padding-top: 20px;
    padding-bottom: 20px;
}

.movements-head .maths-wrapper .text {
    flex-wrap: wrap;
}

.movements-head .maths-wrapper .buttons {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}

.movements-head .maths-wrapper .no-family-info {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
}

.movements-head .maths-wrapper .buttons > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 145px;
}

.movements-head .maths-wrapper .buttons > div {
    padding: 0px;
}

.movements-head .maths-wrapper .buttons a {
    margin-left: 0px;
}

.movements-head .maths-wrapper .buttons > div:nth-of-type(1) {
    margin-top: 0px;
}

.movements-head .maths-wrapper .buttons > div:nth-of-type(2) {
    margin-top: 10px;
}

.movements-head .maths-wrapper .buttons > div:nth-of-type(3) {
    margin-top: 10px;
}

.movements-head .maths-wrapper .buttons > div:nth-of-type(4) {
    margin-top: 10px;
}

#block-btn .row.buttons .text-alert {
    font-size: 16px;
    margin-bottom: 0;
}

.bottom-border {
    border-bottom: 1px solid #DDD;
}

.sub-section {
    margin-bottom: 40px;
}

    .sub-section .bottom-border {
        border-bottom: 1px solid #DDD;
        padding-bottom: 10px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .sub-section .form-container {
        margin: 0px;
        padding: 0px;
    }

    .sub-section .moneyFont {
        font-size: 24px;
        line-height: 18px;
    }

.movements-head .maths-wrapper .text > div:nth-of-type(1),
.movements-head .maths-wrapper .text > div:nth-of-type(2) {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}

    .movements-head .maths-wrapper .text > div:nth-of-type(1) .normal {
        font-weight: normal;
    }

    .movements-head .maths-wrapper .text > div:nth-of-type(2) .normal {
        color: #C30000;
    }

.movements-head .card {
    margin: auto;
}


.movements-head .select-season-div {
    padding: 0 !important;
}

.movements-head .select-season {
    font-size: 24px;
    display: flex;
    border: 1px solid #DDDDDD;
    margin-bottom: 0px;
    background-color: rgb(247, 247, 247);
    padding: 20px;
}

    .movements-head .select-season .carousel .carousel-control {
        color: #000000 !important;
        opacity: 0.75 !important;
    }

        .movements-head .select-season .carousel .carousel-control.right,
        .movements-head .select-season .carousel .carousel-control.left {
            background-image: none !important;
        }

.movements-head .carousel-inner {
    width: 70% !important;
    left: 15% !important;
}

.movements-head .carousel-control {
    text-shadow: none !important;
}

.movements-head .season-prev-next-div {
    margin-top: 4px;
}

.movements-head .season-prev-next {
    font-size: 18px;
    font-weight: 900;
}



section.redpower-table {
    margin: 0;
    padding-top: 10px;
}

.redpower-table .table .table-row:nth-child(odd) {
    background-color: #F5F5F5;
}

.redpower-table .table .table-row:first-child {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.redpower-table .table .table-row:last-child {
    border-bottom: 1px solid #ddd;
}

.redpower-table .table {
    display: flex;
    flex-direction: column;
}

section.movements-head .card-overview .expire-section {
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.redpower-table .table .table-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .redpower-table .table .table-row.header {
        align-items: flex-end;
    }

    .redpower-table .table .table-row.open {
        position: relative;
        padding-bottom: 90px;
    }

    .redpower-table .table .table-row > div.open-info-header {
        padding-left: 50px;
        padding-right: 0px;
        flex-grow: initial;
    }

    .redpower-table .table .table-row > div:nth-of-type(2),
    .redpower-table .table .table-row > div:nth-of-type(3) {
        display: none;
    }

    .redpower-table .table .table-row.header > div:first-of-type {
        visibility: hidden;
    }

    .redpower-table .table .table-row > div:first-of-type {
        text-align: center;
        font-size: 14px;
    }

    .redpower-table .table .table-row > div {
        flex-grow: 1;
        flex-basis: 0;
        position: relative;
        text-align: center;
        padding: 20px 5px;
        padding-left: 10px;
        font-size: 14px;
    }

        .redpower-table .table .table-row.header,
        .redpower-table .table .table-row > div:first-of-type > div:first-of-type {
            font-weight: bold;
        }

    .redpower-table .table .table-row:not(.header) > div:nth-last-of-type(2).positive {
        color: #c30000;
    }

    .redpower-table .table .table-row:not(.header) > div:not(:first-of-type) {
        font-size: 24px;
        color: #c30000;
    }

    .redpower-table .table .table-row:not(.header) .open-info {
        padding: 0px;
        padding-right: 10px;
        padding-left: 10px;
        flex-grow: 0;
    }

    .redpower-table .table .table-row:not(.header) > div:nth-child(6) {
        color: #242424;
    }

.redpower-table .table-row.header svg {
    color: #242424;
    fill: #fff;
    stroke: #242424;
    width: 25px;
    height: 25px;
}

.header .savings-svg {
    stroke-width: 0;
    fill: #242424 !important;
}

.header .payment-svg {
    stroke-width: 0;
    fill: #242424 !important;
}

.redpower-filter .filter-bar {
    margin-top: 20px;
    height: 80px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.redpower-filter #filter-dropdown {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: white;
    border: 1px solid #ddd;
    transform-origin: top;
    top: 77px;
    transform: scaleY(0);
    transition: transform 300ms ease-out;
    z-index: 2;
}

    .redpower-filter #filter-dropdown.active {
        transform: scaleY(1);
    }

.filter-bar .filter-input-wrapper input {
    border: none;
}

.filter-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}


    .filter-input-wrapper svg {
        fill: #242424;
        stroke: #242424;
        position: absolute;
        width: 25px;
        height: 25px;
        right: 0px;
    }

        .filter-input-wrapper svg:hover {
            fill: #c30000;
            stroke: #c30000;
            cursor: pointer;
        }

.filter-bar .filter-button-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    min-width: 120px;
    text-align: center;
    justify-content: space-around;
    text-transform: uppercase;
}

    .filter-bar .filter-button-wrapper:hover {
        color: #c30000;
        cursor: pointer;
    }

#filter-button:hover {
    color: #c30000;
    cursor: pointer;
}

.filter-bar .filter-button-wrapper.active {
    color: #c30000;
    border-bottom: 1px solid white;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    position: relative;
    z-index: 1;
}

    .filter-bar .filter-button-wrapper.active svg {
        stroke: #c30000;
        transform: rotate(270deg);
    }

#filter-button:hover svg,
.filter-bar .filter-button-wrapper:hover svg {
    stroke: #c30000;
}

#picker {
    display: flex;
    justify-content: center;
    position: relative;
}

    #picker .month.dp-large > thead .weekday {
        padding: 15px 4px;
    }

.filter-bar .filter-select-holder {
    display: flex;
    flex-direction: column;
    margin: 40px 35px 0;
}

    .filter-bar .filter-select-holder input {
        padding: 0px 20px;
        text-align: center;
    }

    .filter-bar .filter-select-holder input,
    .filter-bar .filter-select-holder select {
        height: 40px;
        font-size: 16px;
    }

    .filter-bar .filter-select-holder select {
        margin-bottom: 20px;
        border-color: #242424;
        padding-left: 15px;
    }

    .filter-bar .filter-select-holder > div {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

        .filter-bar .filter-select-holder > div > input {
            margin: 0 5px;
            text-align: center;
        }

    .filter-bar .filter-select-holder .input-euro-wrapper:last-of-type {
        margin-right: 0;
    }

    .filter-bar .filter-select-holder label {
        font-weight: normal;
        text-transform: uppercase;
    }

.filter-bar .input-euro-wrapper {
    margin: 0 10px;
    position: relative;
    width: 100%;
}

    .filter-bar .input-euro-wrapper > div {
        position: absolute;
        right: 5px;
        top: 10px;
    }

.filter-bar .filter-select-holder .button {
    margin-top: 50px;
    margin-left: 0px;
    align-self: flex-end;
    width: 200px;
}

.filter-bar .dropdown.dropdown-right {
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding-left: 20px;
}

    .filter-bar .dropdown.dropdown-right .dropdown-toggle {
        width: 100%;
        text-align: left;
    }


    .filter-bar .dropdown.dropdown-right li {
        text-align: left;
        padding-left: 15px;
        font-size: 16px;
    }

#picker > .prev,
#picker > .next {
    transform: scale(0.9, 1.5);
    display: inline-block;
    cursor: pointer;
    z-index: 8;
    position: absolute;
    top: 11px;
    padding: 10px;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

#picker > .prev {
    left: 75px;
}

#picker > .next {
    right: 75px;
}

.grayscale {
    color: #ddd !important;
}

    .grayscale div {
        color: #ddd !important;
    }

svg.arrow.arrow-right {
    transform: rotate(0deg);
}

.seeAll .arrow {
    margin-left: 0px;
    margin-right: 10px;
    transition: margin ease-in 0.1s;
}

.seeAll:hover .arrow {
    margin-left: 10px;
    margin-right: 0px;
    stroke: #c30000;
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {

    section.movements-head .notification-wrapper .options {
        text-align: right;
        margin-top: -3px;
        padding-left: 0;
    }

    section.movements-head .notification-wrapper .desc + .options {
        margin-top: -32px;
    }

    section.movements-head .notification-wrapper .options a {
        /*margin-right: 40px;*/
    }

    section.movements-head .notification-wrapper .options a {
        margin-right: 0px !important;
        margin-left: auto;
    }

    section.movements-head .notification-wrapper .options a,
    section.movements-head .notification-wrapper .options p {
        margin-bottom: 0px;
    }

    .notification-wrapper .notifications .notification {
        align-items: center;
    }

    .redpower-table .table .table-row > div {
        padding: 20px 5px;
    }

    .redpower-filter {
        margin: 0 18px;
    }

    section .redpower-table {
        margin: 0 18px;
    }

    .redpower-table .table .table-row > div:first-of-type {
        font-size: 16px;
    }

    .redpower-table .table .table-row > div {
        font-size: 16px;
    }

    #opened-info .payment-in-fault {
        width: auto;
        margin: 0px;
        color: #000 !important;
    }

    .table-row.false.open {
        padding-bottom: 120px !important;
    }

    .open #opened-info {
        flex-wrap: initial;
    }

    .redpower-table .table .table-row.open {
        padding-bottom: 40px;
    }

    .payment-in-fault {
        padding: 0 !important;
        margin-left: 38%;
        margin-bottom: 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .payment-in-fault .text p {
            padding: 0 10px;
        }

        .payment-in-fault .button.white {
            padding-top: 20px;
            padding-bottom: 20px;
            margin-right: 20px;
            font-size: 16px;
            width: auto;
        }

    .profile .profile-user-section {
        padding: 100px 0px;
        margin: 0 2%;
    }

    .profile .profile-alert {
        margin: 0 2%;
    }

    /* issue 1015 */
    .profile .newsletters-tab [type="checkbox"]:not(:checked) + label,
    .profile .newsletters-tab [type="checkbox"]:checked + label {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .profile .newsletters-tab .button.dark {
        width: 150px;
        /* Bug SLB #12034 */
        margin-left: 0px;
    }

    .profile .favorites-tab .button-holder .button {
        width: 150px;
        /* Bug SLB #12034 */
    }

    .preferences-tab {
        width: 100%;
        margin-left: 0px;
    }

    .profile .profile-form-wrapper .member-tab,
    .profile .profile-form-wrapper .personal-tab {
        width: 100%;
        margin-left: 0;
    }

    textarea + label[placeholder]::before,
    input[type="email"] + label[placeholder]::before,
    input[type="number"] + label[placeholder]::before,
    input[type="text"] + label[placeholder]::before {
        font-size: 24px;
    }

    .profile .profile-alert .circular-exclamation {
        width: 28px;
        height: 28px;
        /* issue 985 */
        width: 30px;
    }

    .profile .profile-alert .cross {
        width: 18px;
        height: 18px;
    }

    .profile .profile-alert a {
        font-size: 14px;
        margin-left: 3.5%;
    }

    .profile .profile-nav > div {
        min-width: 0;
        display: flex;
    }

    .profile .profile-alert .inner-item {
        padding: 15px 4%;
    }

    .profile .profile-nav .item {
        height: 80px;
        line-height: inherit;
        width: 25%;
        padding: 0 2%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .profile .profile-user-section .profile-top {
        display: flex;
        align-items: center;
        text-align: left;
        width: 100%;
    }

        .profile .profile-user-section .profile-top > div {
            display: inline-block;
        }

            .profile .profile-user-section .profile-top > div:not(.profile-img) {
                padding-top: 0;
            }

        .profile .profile-user-section .profile-top .profile-img {
            margin: 0;
        }

        .profile .profile-user-section .profile-top .logout {
            border-left: 1px solid #fff;
            padding-top: 10px !important;
            padding-bottom: 10px !important;
            font-size: 16px;
        }

    .profile .profile-nav {
        margin: 0 2%;
    }

        /**/
        .profile .profile-nav.fixed-nav {
            top: 56px;
        }

    .profile .profile-alert,
    .profile .profile-user-section,
    .profile .profile-nav,
    .profile .profile-form-wrapper {
        margin: 0 18px;
    }

        .profile .profile-form-wrapper.topmargin {
            margin-top: 80px;
        }

    .profile h2 {
        margin-bottom: 0;
    }


    .profile input,
    .profile .profile-personal .form-container .text-left,
    .profile .profile-personal .form-container label,
    .profile .profile-personal .form-container .light,
    .profile .placeholder,
    .profile .required::after,
    .profile input,
    .profile .dropdown,
    .profile .black-border,
    .profile .dropdown .dropdown-menu,
    .profile .profile-user-section .profile-top .profile-details {
        font-size: 24px;
    }

    .profile .profile-personal .form-container .light {
        line-height: 24px;
    }

    .profile input::-webkit-input-placeholder {
        font-size: 24px;
    }

    .profile .place-trace:before {
        top: 10px;
        left: 0;
        font-size: 24px;
    }

    .profile .personal-tab .form-container {
        padding-top: 40px;
    }

    .profile .button-holder {
        text-align: right;
    }

    .profile .favorites-tab .button-holder {
        padding-right: 10px;
    }

    .profile .personal-tab .button-holder {
        padding-bottom: 40px !important;
    }

    .profile .newsletters-tab label {
        font-size: 24px;
    }

    .profile .dropdown {
        padding: 0 24px;
    }

    .profile .profile-personal .vertical-align.assembled {
        line-height: initial;
    }

    .profile .profile-personal .top-field {
        margin-bottom: 9%;
    }

    .profile .profile-personal .date-birth {
        margin-bottom: 0;
        margin-top: 0;
    }

    .profile .profile-nav {
        overflow-x: inherit;
    }

    .profile .newsletters-tab [type="checkbox"]:not(:checked) + label:before,
    .profile .newsletters-tab [type="checkbox"]:checked + label:before,
    .profile .newsletters-tab [type="checkbox"]:not(:checked) + label:after,
    .profile .newsletters-tab [type="checkbox"]:checked + label:after {
        top: 5px;
    }

    .profile .profile-personal .padding-0-xs {
        padding: initial !important;
    }

    .profile .profile-personal .resolve-alignment {
        line-height: initial;
    }

    .profile .profile-personal .margin-auto {
        margin: 0;
    }

    .profile .profile-personal .form-container {
        padding-bottom: 0;
    }

    .profile .profile-form-wrapper .profile-member .button-holder,
    .profile .profile-form-wrapper .profile-login .button-holder {
        padding-top: 15px;
    }

    .profile-login .button-holder {
        border-top: 1px solid #dddddd;
        margin-top: 35px;
        padding-top: 40px !important;
    }

    .profile .profile-personal .padding-bottom {
        padding-bottom: 10px;
    }

    .profile .profile-personal .resolve-input-height {
        margin-bottom: 25px;
        margin-top: 0;
    }


    .profile .dropdown-lower p {
        text-transform: none !important;
    }

    .profile .date-birth-wrapper p {
        text-transform: uppercase !important;
    }

    .dropdown-date-birth .dropdown-menu.dropdown-year,
    .dropdown-date-birth .dropdown-menu.dropdown-day {
        font-size: 18px !important;
    }

    .profile .dropdown-date-birth .dropdown.dropdown-no-padding p:not(.placeholder) {
        font-size: 18px;
    }

    .redpower-tab #member-card a.button.dark {
        width: 180px;
    }

    .redpower-tab .slb-profile-item-info p {
        margin: 8px 25%;
    }

    .movements-head .maths-wrapper > div:first-of-type,
    .movements-head .maths-wrapper > div:last-of-type {
        font-size: 24px;
    }

    .redpower-table .table .table-row > div {
        display: block !important;
    }

    .redpower-table .table .table-row.header > div:first-of-type {
        visibility: visible;
    }

    .redpower-table .table .table-row > div:first-of-type {
        text-align: center;
    }

    .redpower-table .table .table-row:not(.header) > div:not(:first-of-type) {
        font-size: 24px;
    }

    .redpower-table .table .table-row:not(.header) > div:nth-of-type(-n+3) {
        font-size: 16px;
        color: #242424;
    }

    /*.redpower-table .table .table-row:not(.header) > div:nth-of-type(-n+4) {
        font-size: 14px;
    }*/
}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {

    .slb-profile-item .card, .movements-head .card {
        padding-bottom: 0px;
    }

    .tableWhenDesktop .sub-section .content,
    .tableWhenDesktop .sub-section .bottom-border {
        padding-left: 10px;
        padding-right: 10px;
    }

    .tableWhenDesktop .sub-section .header-pad {
        padding-left: 97px;
    }

    .tableWhenDesktop .submit-button-money {
        padding-top: 30px;
    }

    .notification-wrapper .notifications .notification {
        padding-left: 25px;
        padding-right: 25px;
    }

    section.movements-head {
        margin-left: 10%;
        margin-right: 10%;
    }


        section.movements-head.container-max-width {
            /*
            margin-left: 18.2%;
            margin-right: 18.2%;
        */
        }

            section.movements-head.container-max-width .generic-form {
                max-width: 868px;
                margin: auto
                /*
            margin-left: 18.2%;
            margin-right: 18.2%;
        */
            }

        section.movements-head .card-overview > .flex {
            padding: 40px 7%;
        }

        section.movements-head .card-overview.personal-overview > div {
            padding-right: 0px;
        }

    .movements-head .card {
        margin: 0;
    }

    section.movements-head .card-overview .flex {
        flex-direction: row;
    }

    .movements-head .maths-wrapper .buttons > div:nth-of-type(1) {
        padding-top: 0px;
    }

    .movements-head .maths-wrapper {
        padding-left: 40px;
    }

    .movements-head .family-overview .maths-wrapper {
        padding-left: 0px;
    }

    .profile .success h2 {
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .profile .dropdown-date-birth .dropdown {
        border-left: transparent;
    }

    .profile .profile-personal .profile-photo {
        width: 100%;
    }

    .profile .dropdown img:not(.dropdown-img) {
        display: inline-block;
    }

    .profile .dropdown img.phone-lang-img {
        display: none !important;
    }

    .profile .personal-tab .form-container > .col-md-6,
    .profile .personal-tab .form-container > .col-md-8,
    .profile .personal-tab .form-container > .col-md-12,
    .profile .profile-form-wrapper .button-holder {
        padding-right: 5%;
        padding-left: 5%;
    }

    .profile .required {
        position: relative;
    }

        .profile .required::after {
            content: "*";
            position: absolute;
            top: 0px;
            font-size: 24px;
            padding-left: 5px;
        }

    .profile .zipCodeFirstHalf.required::after {
        right: 7%;
    }

    .profile .profile-personal .gender .gender-item {
        line-height: 55px;
        text-align: center;
    }
}


@media (min-width: 1025px) {
    .profile .profile-nav.fixed-nav {
        top: 84px;
    }


    .profile .profile-alert {
        border-top: solid 1px rgb(221, 221, 221);
    }
}

/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {

    .profile .profile-personal .form-container .ident-right {
        padding-left: 4%;
    }

    .profile .profile-personal .vertical-align.assembled p {
        font-size: 24px;
    }

    .profile .dropdown img.phone-lang-img {
        display: inline-block !important;
    }

    .preferences-tab .slb-profile-item-half .fav-description {
        text-align: left;
    }

    .redpower-filter #filter-dropdown {
        padding-left: 100px;
        padding-right: 100px;
    }
}


/* Five column layout */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 100%;
    float: left;
}

.profile .slb-profile-item {
    width: 100%;
    background: #f9f9f9;
    padding: 20px;
    margin-top: 20px;
}


@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }

    .profile .slb-profile-item {
        border: 1px solid #ddd;
        padding: 40px;
        margin-top: 40px;
        padding-left: 45px;
    }
}


@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }

    section.movements-head .card-overview .flex .row {
        width: 100%;
        display: flex;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .payment-in-fault {
        margin: 40px 22%;
    }
}

/* End five column layout */


@media (min-width: 1625px) {
    .profile .profile-nav.fixed-nav {
        width: 100%;
        margin: auto;
        max-width: 1564px;
        /* Bug #11601 - with 1550px ther are still margins on the tab menu. It needs 1564px. */
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */

    .profile .favorites-tab .players-grid .player-item .player-photo::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        transition: all 300ms ease-in-out;
    }

    .profile .favorites-tab .players-grid .player-item.hover .player-photo::after,
    .profile .favorites-tab .players-grid .player-item.selected .player-photo::after {
        background: transparent;
    }
}

/* success mesage in personal info */

.profile .personal-info .profile-bb .success-msg {
    text-align: center;
}

    .profile .personal-info .profile-bb .success-msg span {
        text-transform: initial;
        font-size: 13px;
        line-height: 16px;
        display: block;
    }


@media (min-width: 768px) {
    .profile .personal-info .profile-bb .success-msg {
        text-align: right;
    }
}

#addressDD p.pull-left {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
