.progressbar-wrapper {
    background: #fff;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    display: inline-block;
}

.progressbar li {
    list-style-type: none;
    width: 10%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}
.progressbar li:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    content: "";
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 3px auto;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: 0;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active {
    color: green;
    font-weight: bold;
    cursor: pointer;
}
.progressbar li.active:before {
    border-color: #55b776;
    background: green;
}
.progressbar li.active + li:after {
    background-color: #55b776;
}
.progressbar li.active:before {
    background: #55b776  url(user.svg) no-repeat center center;
    background-size: 60%;
}


.progressbar li.skip {
    color: #ce5807;
    font-weight: bold;
    cursor: pointer;
}
.progressbar li.skip:before {
    border-color: #FF6A03;
    background: #ce5807;
}
.progressbar li.skip + li:after {
    background-color: #FF6A03;
}
.progressbar li.skip:before {
    background: #FF6A03  url(user.svg) no-repeat center center;
    background-size: 60%;
}



.progressbar li::before {
    background: #fff url(user.svg) no-repeat center center;
    background-size: 60%;
}
.progressbar {
    counter-reset: step;
}
.progressbar li:before {
    content: counter(step);
    counter-increment: step;
}

@media (max-width: 768px) {
    .progressbar {
        padding-left: 0;
    }
    .progressbar li {
        display: block;
        float: none;
        width: 100%;
        text-align: left;
        white-space: nowrap;
    }
    .progressbar li:before {
        display: inline-block;
        width: 40px; height: 40px; line-height: 40px;
        margin-right: 10px;
    }
    .progressbar li:after {
        display: none;
    }
}

#mollieConnectFrame {
    width:100%;
    height: 70vh;
    border:0;
}

.wizardForms form {
    border:1px solid #efefef;
    padding:25px;
    border-radius: 20px;
    margin-top: 50px;
    margin-bottom: 25px;
    display: none;
    /*display: block;*/
}
.wizardForms form hr {
    margin-left: -25px;
    margin-right: -25px;
}
.wizardForms form:first-child {
    /*display: block;*/
}
.wizardForms h2 {
    margin-top: 0;
}
.panel-default {
    border:1px solid #efefef;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.panel-default > .panel-heading {
    border-bottom: 0;
}
.panel-heading h3.panel-title {
    font-size: 22px;
}

.pass-text {
    font-size: 12px;
}

.dayRow:not(:first-child) {
    margin-top: 15px;
}



/*Merchant portal*/
.photo_holder {
    display: inline-block;
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    background-color: #efefef;
}
.photo_specs {
    display: inline-block;
    vertical-align: top;
}

.fc-toolbar h2 {
    font-size: 18px !important;
    margin: 0;
}
.fc-toolbar.fc-header-toolbar {
    margin-bottom: 5px !important;
}
.fc-button {
   padding:5px 10px !important;
}


ul.preparelist {
    list-style-type: none;
    padding-left: 7px;
}
ul.preparelist li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    padding: 0 10px 0 0;
    color:#0FA780;
}