﻿#progressbar{
    display: flex;
    width: 60%;
    justify-content: center;
    margin: auto;
}

#step-progress #form {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#step-progress #form .step-content {
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#step-progress .finish {
    text-align: center
}

#step-progress #form .step-content:not(:first-of-type) {
    display: none
}

#step-progress #form .previous-step, .next-step, .next-step2 {
    min-width: 100px;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#step-progress .form, #step-progress .previous-step {
    background: #616161;
}

#step-progress .form, #step-progress .next-step, #step-progress .next-step2 {
    background: #2F8D46;
}

#step-progress #form .previous-step:hover, #step-progress #form .previous-step:focus {
    background-color: #000000
}

#step-progress #form .next-step:hover, #step-progress #form .next-step:focus {
    background-color: #2F8D46
}

#step-progress #form .next-step2:hover, #step-progress #form .next-step2:focus {
    background-color: #2F8D46
}
/*#step-progress .text {color: #2F8D46;font-weight: normal}*/
#step-progress #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #CFD8DC;
}

#step-progress #progressbar .active {
    color: #333333;
}

#step-progress #progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 30%;
    float: left;
    position: relative;
    font-weight: 400
}

#step-progress #progressbar #step1:before {
    content: "1"
}

#step-progress #progressbar #step2:before {
    content: "2"
}

#step-progress #progressbar #step3:before {
    content: "3"
}

#step-progress #progressbar #step4:before {
    content: "4"
}

#step-progress #progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 1rem;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    font-weight: 700;
}

#step-progress #progressbar li:after {
    content: '';
    width: 100%;
    height: 5px;
    background: lightgray !important;
    position: absolute;
    /*left: 0;*/
    top: 25px;
    z-index: -1
}
/*#step3:after{
    content: unset !important;
}*/
.badge.badge-danger{
    padding: 4px !important;
}
#step4:after {
    content: unset !important;
}

#step-progress #progressbar li.active:before, #step-progress #progressbar li.active:after {
    background: #F2D431;
    color: #333333;
}

#step-progress .step-progress {
    height: 20px
}

#step-progress .progress-bar {
    background-color: #2F8D46
}

.account-popup-area.static {
    position: static;
    float: left;
    width: 100%;
    display: flex !important;
    justify-content: center;
    overflow: auto;
    background: no-repeat;
    z-index: 1;
}

.account-popup-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(20,31,114,0.6);
    opacity: 1;
    z-index: 99;
    overflow-Y: scroll;
}

    .account-popup-area.static .account-popup {
        margin-top: 0;
        width: 430px;
        /*padding: 0;*/
    }

.account-popup {
    position: relative;
    float: left;
    /*width: 460px;*/
    z-index: 1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
/*    left: 50%;
    margin-left: -230px;*/
    margin-top: 140px;
    margin-bottom: 60px;
    text-align: center;
    padding: 40px 15px;
}

.pf-field > input, .pf-field > textarea {
    float: left;
    width: 100%;
    /* border: 2px solid #e8ecec;*/

    margin-bottom: 20px;
    /*    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;*/
    padding: 14px 45px 14px 15px;
    background: #ffffff;
    /*font-family: Open Sans;*/
    /* font-family: YuGothic,'Yu Gothic','Arial','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;*/
    color: #101010;
    line-height: 24px;
}

    .pf-field > input[type="date"] {
        padding: 7px;
    }

.pf-field {
    float: left;
    width: 100%;
    position: relative;
}

.pf-title {
    font-size: 15px;
    text-align: left;
}

@media (max-width: 1200px) {
    .pf-title {
        float: left;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

.pf-title {
    float: left;
    width: 100%;
    margin-top: 30px;
    font-family: Open Sans;
    font-size: 13px;
    color: #202020;
    margin-bottom: 13px;
}

.account-popup > form button {
    background-color: #141f72;
}

.account-popup > form button {
    width: 100%;
    height: 50px;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin-top: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    color: white;
    order: 0;
}

.account-popup button {
    font-size: 18px;
    padding: 8px 16px;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: black;
    border: 0;
    letter-spacing: 1px;
}

.register-button {
    justify-content: center;
}

.account-popup > form .cfield input {
    float: left;
    width: 100%;
    background: no-repeat;
    margin: 0;
    font-family: Open Sans;
    font-size: 15px;
    color: #474747;
    padding: 16px 45px 16px 15px;
}

.account-popup > form .cfield {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 19px;
    border: 2px solid #e8ecec;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.remember-label {
    float: left;
    margin: 0;
    font-family: Open Sans;
    font-size: 15px;
    color: #202020;
}

.account-popup > form > a {
    float: right;
    font-family: Open Sans;
    font-size: 16px;
    text-decoration: underline;
    line-height: 30px;
}

/*.account-popup input[type="checkbox"], .account-popup input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
    margin: 0;
}*/

.login-social a {
    text-decoration: underline;
}

.login-social {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.extra-login {
    float: left;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    position: relative;
}

.extra-login::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #d8dcdc;
    content: "";
}

.extra-login > span {
    width: auto;
    float: none;
    display: inline-block;
    background: #ffffff;
    padding: 1px 20px;
    z-index: 1;
    position: relative;
    font-family: Open Sans;
    font-size: 13px;
    color: #afafaf;
    text-transform: capitalize;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/*input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

label:before {
    top: -2px;
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

label {
    position: relative;
    cursor: pointer;
}
*/
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.la-remove:before, .la-times:before {
    content: "\00d7";
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.notif-register a {
    margin-left: 5px;
}

body {
    background-color: white;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.select2-container--default {
    width: 100% !important;
    min-height: 2.425rem !important;
}

.select2-selection--multiple {
    min-height: 2.425rem !important;
}

select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field {
    margin: 0 !important;
    height: auto;
    min-height: 25px
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    color: #e08d18;
    font-weight: 700 !important;
    font-family: unset
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--multiple, .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #1A3365 !important
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field {
    padding-left: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0px 0px 0px 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    margin: 3px 3px 0px 0px;
    /*padding: .3rem 0.4rem 0.3rem .4rem;*/
}


.select2-selection--multiple ul li {
    margin-bottom: 0;
}

.select2-selection__rendered {
    text-align: left;
    margin-top: 7px !important;
}

.dropdown-item .text {
    color: #333 !important;
}