.grecaptcha-badge {
    display: none
}

.steps-progress-page .error-message {
    padding: 0px 12px;
    color: #C30000;
    display: none;
    text-align: left;
}

.dropdown .dropdown-toggle#idiom, .dropdown .dropdown-toggle#idiom + ul li {
    display: inline-flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#direct-debit-html .direct-debit{
    padding-right:15px;
    padding-left:15px;
}

#direct-debit-html .breadcrumb{
    border-bottom:1px solid #ddd;
}

.direct-debit .profile-form-wrapper{
    width:100%;
    max-width:870px;
    margin:auto;
    padding:0;
}

.direct-debit small{
    text-transform:none !important;
}

.forms-container.profile{
    margin-bottom: 50px;
}


#generic-form textarea{
    resize: none;
    line-height: 55px;
    border: 1px solid #242424;
    font-size: 18px;
    width: 100%;
    float: left;
    padding: 0 24px;
    margin-bottom: 25px;
}

#generic-form .error textarea {
    border: 1px solid #c30000;
    color: #c30000;
}

#generic-form textarea::-webkit-input-placeholder { color: #bebebe; text-transform: none !important; }
#generic-form textarea:-moz-placeholder { color: #bebebe; text-transform: none !important; }


#generic-form .profile .generic-form-step{
    margin-top: 40px;
    max-height: 50000px;
    opacity: 1;
    transition: opacity 500ms 500ms ease-in-out, max-height 0s 500ms, min-height 0s 500ms, padding 0s 500ms, margin 0s 500ms;
}

#generic-form .profile .generic-form-step.hidden{
    display: block !important;
    max-height: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
    margin: 0 !important;
    opacity: 0;
    transition: opacity 500ms 0ms ease-in-out, max-height 0s 500ms, min-height 0s 500ms, padding 0s 500ms, margin 0s 500ms;
}


#generic-form .profile .generic-form-step.profile-member.hidden{
    /*transition: all 0ms;*/
}


#generic-form .profile .personal-tab{
    padding: 0;
    margin-top: 0;
}

#generic-form .profile input.place.place-left{
    margin-left: 0px !important;
}

#generic-form .profile .profile-form-wrapper .form-container{
    border-bottom: none;
    padding-top: 25px;
}

#generic-form .profile .place-trace:before{
    left: -5%;
}


#generic-form .profile .dropdown.text-dropdown{
    border: 1px solid #242424;
}

#generic-form .profile .required.error .dropdown.text-dropdown{
    border: 1px solid #c30000;
}

/* SLB fix #11939 - Contented the 'content: none' to show the required '*' on the Member Direct Debit Subscription */
/*
.direct-debit .profile .required::after{
    content: none;
}
*/

#generic-form .profile h2{


text-align: left;


margin: 0;


font-size: 28px;


margin-bottom: 20px;
}

#generic-form .button-holder{
    border-bottom: none;
    border-top: solid 1px rgb(221,221,221);
    padding-top: 20px;
    padding-bottom: 0px;
    margin-top: 30px;
}

#generic-form .button-holder .button{
    width: 100%;
    text-align: center;
    padding: 12px 24px;
}

#generic-form .button.next{
    color: white;
    background: rgb(36,36,36);
}

#generic-form .button.prev{
    float: left;
    margin-top: 20px;
}


#generic-form .warning{
    min-height: 1px;
    text-align: left;
    border-bottom: solid 1px rgb(221,221,221);
    margin-top: 5px;
}
#generic-form .warning p{
    text-transform: uppercase;
    font-size: 12px;
    padding: 7px 0;
}

#generic-form .data-validation a{
    text-decoration: underline;
}

#generic-form .data-validation .col-xs-4{
    padding-left: 0;
    padding-right: 0px;
}
#generic-form .data-validation .col-xs-4 .button{
    padding: 10px 10px;
}

#generic-form .data-validation #ResendSmsButton{
    float: left;
    width: 90%;
    text-align: center;
    margin-left: 5%;
}

#generic-form .small-text,
#generic-form .form-container > p{
    text-transform: none;
    text-align: left;
    font-size: 24px;
    margin-bottom: 20px;
    padding: 0 5%;
}

#generic-form .small-text {
    font-size: 11px;
    margin-bottom: 0px;
}

#generic-form .text-block{
    min-height: 1px;
}

#generic-form ..direct-debit-confirm .text-block{
    font-family: Arial;
    margin-bottom: 8px;
}

#generic-form .direct-debit-confirm .download-pdf img{
    width: 100%;
}

#generic-form .direct-debit-confirm .download-pdf {
    margin-top: 5px;
    margin-bottom: 25px;
}

#generic-form .direct-debit-confirm .download-pdf p{
    margin-top: 10px;
}

#generic-form .data-validation .form-container > p{
    font-size: 14px;
}


#generic-form .direct-debit-success {
    text-align: left;
}

#generic-form .profile .profile-form-wrapper .direct-debit-success .form-container{
    padding-top: 0px;
}

#generic-form .direct-debit-success .form-container .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#generic-form .direct-debit-success .content > div {
    width: 100%;
    margin-top: 20px;
}

#generic-form .profile .direct-debit-success h2 {
    margin-top: 0;
    padding: 0;
}

#generic-form .direct-debit-success p{
    font-size: 16px;
    text-transform: none;
}
#generic-form .direct-debit-success p:last-child{


margin-top: 15px;
}

#generic-form .direct-debit-success svg{
    stroke: #333;
    stroke-width: 0.3;
    max-width: 70px;
    max-height: 50px;
    fill: red;
}

#generic-form .direct-debit-success  h2 {
    margin-top: 22px;
    margin-bottom: 18px;
    text-align: left;
}
#generic-form .profile .direct-debit-success .profile-form-wrapper .form-container{

}

#generic-form .dropdown .arrow{
    max-width: 15px;
    height: 8px;
    stroke: #333;
    fill: none;
    transition: transform 200ms;
    stroke-width: 4px;
    margin-left: auto;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

#generic-form .dropdown.open .arrow{
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}

#generic-form .text-dropdown .dropdown-toggle {
    text-align: left;
    padding: 0 24px;
    display: flex;
    align-items: center;
}

#generic-form .dropdown-toggle .default {
    color: #bebebe;
    text-transform: none;
}
.direct-debit .profile .personal-tab .form-container p{
    text-transform: none;
}

#generic-form .text-dropdown .dropdown-menu {text-align: left;}
#generic-form .text-dropdown .dropdown-menu li {padding: 0 24px;}

.generic-form-step.profile-personal .form-container .required:nth-child(3){
    margin-bottom: 30px;
}

#generic-form .profile .personal-tab .form-container > .col-md-6, 
#generic-form .profile .personal-tab .form-container > .col-md-12,
#generic-form .profile .personal-tab .form-container > .col-md-12 > .col-sm-6, 
#generic-form .profile .personal-tab .form-container > .col-md-8,
 
#generic-form .profile .profile-form-wrapper .button-holder{
    padding-right: 0px;
    padding-left: 0px;
}

#generic-form .profile-member .button-holder{
    border: none;
    margin: 0;
    padding: 0;
}

#generic-form .profile .dropdown img:not(.dropdown-arrow){
    display: inline-block;
}

#generic-form .phone-initial{
    border: solid 1px #242424;
}

/*#generic-form .phone-number-holder{
    margin-top: 15px;
}*/

/* comentado porque o input do mes tb nao tinha border left*/
/*
#generic-form .dropdown-date-birth > div:first-child input{
    border-right: none;
}
*/


/* steps index header */

.steps-index{
    padding: 40px 0;
}

.steps-index.completed .step:last-child{
    display: block;
}

.steps-index .step{
    display: none;
}

.steps-index .step.active {
    display: block;
}

.steps-index .step p{
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    transition: color 500ms ease-in-out;
}

.steps-index .step .inner-item{display: flex;align-items: center;justify-content: flex-start;}

.steps-index .step .inner-item .circle-status{


    width: 50px;


    height: 50px;


    border: solid 1px rgb(221,221,221);


    border-radius: 100%;


    display: flex;


    align-items: center;


    justify-content: center;


    transition: border-color 500ms ease-in-out;
}

.steps-index .step .inner-item .circle-status svg{
    display: none;
}

.steps-index .step .inner-item .circle-status p{
}

.steps-index .step .inner-item .description {


margin-left: 20px;
}

.steps-index .step .inner-item .description p.step-count{font-size: 12px;color: rgb(209,209,209);font-weight: normal;}




@media (max-width: 425px) {
    #generic-form .data-validation .col-xs-4 .button {
        padding: 10px 5px;
        margin-left: 10px;
    }
}

@media (min-width: 768px) {

    
    #generic-form textarea{
        font-size: 24px;
    }


    #generic-form textarea::-webkit-input-placeholder { font-size: 24px; }
    #generic-form textarea:-moz-placeholder { font-size: 24px; }
    

    #generic-form .profile .generic-form-step.profile-member{
        margin-top: 50px;
    }

    #generic-form .profile .profile-form-wrapper .form-container{
        padding-top: 40px;
    }

    #generic-form .button-holder .button{
        width: auto;
        padding: 8px 37px;
    }

    /* Fix for previous button margin on laptop - margin is set on @media */
    /*
    #generic-form .button,
    #generic-form .button.prev{
        margin-top: 0;
    }
    */
    #generic-form .button{
        margin-top: 0;
    }

    #generic-form .small-text,
    #generic-form .form-container > p{
        padding: 0;
    }

    #generic-form p.pad-right{
        padding-right: 80px;
    }
    
    #generic-form .profile h2{
        padding: 0;
        font-size: 32px;
    }
    
    #generic-form .warning p{
        padding: 7px 0;
        font-size: 16px;
    }

    #generic-form .direct-debit-confirm .text-block{
        padding-right: 60px;
    }

    #generic-form .direct-debit-confirm .download-pdf {
        margin-top: 5px;
    }

    #generic-form .profile .locality {
        padding: 0 20px 0 20px !important; /* SLB fix #11939 */
    }

    #generic-form .data-validation .col-xs-4{
        padding-left: 5%;
    }
    #generic-form .data-validation .col-xs-4 .button{
        padding: 10px 24px;
    }
    #generic-form .data-validation .form-container > p{
        font-size: 16px;
    }

    
    #generic-form .data-validation #ResendSmsButton{
        width: auto;
        text-align: center;
        margin-left: 5%;
        margin-top: 6px;
    }
    

    #generic-form .direct-debit-success .content > div {
        padding-left: 5%;
        margin-top: 0;
    }
    #generic-form .direct-debit-success p:last-child{
        margin-top: 5px;
    }

    #generic-form .direct-debit-success .form-container .content {
    flex-wrap: nowrap;
    }

    #generic-form .direct-debit-success p {
        font-size: 24px;
    }

    #generic-form .profile-member .button-holder{
        border-top: solid 1px rgb(221,221,221);
        padding-top: 20px;
        padding-bottom: 0px;
        margin-top: 30px;
    }
    
    #generic-form .profile .direct-debit-success{
        margin-top: 50px;
    }

    /* steps index header */

    .steps-index {
        padding: 50px 5%;
        border-bottom: solid 1px rgb(221,221,221);
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .steps-index .step{
        display: block;
        width: auto;
        padding: 0 3%;
    }

    .steps-index .step p{
        font-size: 16px;
    }
    
    .steps-index .step.active .inner-item .circle-status,
    .steps-index .step.active ~ .step .inner-item .circle-status{
        border-color: rgb(221,221,221);
    }
    
    .steps-index .step.active .inner-item .circle-status svg,
    .steps-index .step.active ~ .step .inner-item .circle-status svg{
        display: none;
    }
    
    .steps-index .step.active .inner-item .circle-status p,
    .steps-index .step.active ~ .step .inner-item .circle-status p{
        display: block;
    }
    
    .steps-index .step .inner-item .circle-status p{
        display: none;
    }

    .steps-index .step .inner-item .circle-status{
        border-color: rgb(36,36,36);
    }

    .steps-index .step .inner-item .circle-status svg{
        display: block;
        height: 100%;
        width: 100%;
        stroke: #c30000;
        stroke-width: 0.5;
        padding: 8px;
    }

    @keyframes scale-zero-up-down {
        0%   {transform: scale(0);}
        90%  {transform: scale(1.1);}
        100% {transform: scale(1);}
    }

    .steps-index .step .inner-item .circle-status > *:not(.hidden) {
        animation-name: scale-zero-up-down;
        animation-duration: 500ms;
    }
    
    .steps-index .step.active .circle-status:not(.active),
    .steps-index .step.active .circle-status{
        animation-name: scale-up-down;
        animation-duration: 500ms;
    }

    @keyframes scale-up-down {
        0%   {transform: scale(1);}
        50%  {transform: scale(1.2);}
        100% {transform: scale(1);}
    }

    .steps-index .step.active ~ .step p.step-name{
        color: rgb(221,221,221);
    }
}
/* issue 743 */
@media (max-width: 992px) {
    #generic-form .button-holder .button {
        width:100%;
    }
}

@media (min-width: 992px) {
    #direct-debit-html .direct-debit{
        padding-right:0px;
        padding-left:0px;
    }
    #generic-form .pad-left-md{
        padding-left: 12px !important;
    }

    #generic-form .pad-right-md{
        padding-right: 12px !important;
    }

    /*#generic-form .phone-number-holder{
        margin-top: 0px;
    }*/

    #generic-form .phone-initial{
        border-right-color: transparent;
    }
    

    /* steps index header */

    .steps-index .step p{
        font-size: 24px;
    }

    /* Fix for previous button margin on laptop  */
    #generic-form .button.prev {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {

    #generic-form{
        min-height: 785px;
    }
    /* issue 743 */
    #generic-form .profile .profile-form-wrapper .button-holder .button{
        width: 222px;
    }

    #generic-form .profile .profile-form-wrapper .button-holder .button.prev{
        width: 200px;
    }

    #generic-form .profile .direct-debit-success h2 {
        font-size: 36px;
        margin-top: 0;
        margin-bottom: 25px;
    }
    
    /* steps index header */

    .steps-index .step p{
        font-size: 32px;
    }

}
@media (min-width: 992px) {
    #direct-debit-html #steps-progress .steps-progress-item:not(.current-step) {
        display:inline-block;
    }
    #direct-debit-html #steps-progress .steps-progress-item .steps-progress-item-wrapper .steps-progress-item-step{
        display:none;
    }
    #direct-debit-html #steps-progress .steps-progress-item {
        display: inline-block;
        width:25%;
    }
}
@media (min-width: 992px) and (max-width: 1349px) {
    #direct-debit-html #steps-progress .steps-progress-item:not(.step-complete) .steps-progress-item-number {
        font-size:25px;
    }
    #direct-debit-html #steps-progress .steps-progress-item .steps-progress-item-number{
        width:40px;
        height:40px;
        line-height:40px;

        margin-right:10px;
    }
    #direct-debit-html #steps-progress .steps-progress-item .steps-progress-item-wrapper{
        line-height:40px;
    }
    #direct-debit-html #steps-progress .steps-progress-item .steps-progress-item-wrapper h1{
        font-size:23px;
        line-height:40px;
    }
}

/***
 * START Submit and Cancel buttons
 * We need a button without the next/prev logic
 */
#generic-form .button.bdp-submit {
    background-color: rgb(36,36,36);
    color: white;
}
#generic-form .button.bdp-cancel {
    float: left;
}
@media (max-width: 992px) {
    #generic-form .button.bdp-cancel {
        margin-top: 20px;
    }
}
/*
 * END Submit and Cancel buttons 
 ***/
