/* issue 1477 -- safari */
input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
}

.input-row {
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (min-width:992px) {
    .input-row {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.profile > .breadcrumb {
    border-bottom: 1px solid #ddd;
}


.profile h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    text-align: center;
}


.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 > 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;
    }

.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 .profile-form-wrapper .button-holder p.error-msg {
        color: #c30000;
    }

    .profile .profile-form-wrapper .button-holder p.sucess-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;
}


.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 .fav-description strong {
            font-weight: bold;
        }

@media (max-width: 425px) {

    .profile .profile-alert a {
        font-size: 16px;
    }
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .profile .profile-user-section {
        padding: 100px 0px;
    }
    /* 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 {
        font-size: 32px;
        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;
    }
}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {

    .profile .dropdown-date-birth .dropdown {
        border-left: transparent;
    }

    .profile .dropdown:not(.dropdown-right),
    .profile .black-border {
        border-right: 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;
    }
}


/* 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;
    }
}
/* 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;
    }
}
