.form-box {
    padding-top: 40px;
    padding-bottom: 40px;
    background: rgb(234,88,4); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(234,88,4,1) 0%, rgba(234,40,3,1) 51%, rgba(234,88,4,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(234,88,4,1) 0%,rgba(234,40,3,1) 51%,rgba(234,88,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(234,88,4,1) 0%,rgba(234,40,3,1) 51%,rgba(234,88,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5804', endColorstr='#ea5804',GradientType=0 ); /* IE6-9 */
}

.form-wizard {
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    /*font-weight: 300;*/
    color: #555;
    line-height: 30px;
    text-align: center;
}

    .form-wizard strong {
        font-weight: 500;
    }

    .form-wizard a, .form-wizard a:hover, .form-wizard a:focus {
        color: #2E9AFE;
        text-decoration: none;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s;
    }

    .form-wizard h1, .form-wizard h2 {
        margin-top: 10px;
        font-size: 38px;
        font-weight: 100;
        color: #555;
        line-height: 50px;
    }

    .form-wizard h3 {
        font-size: 25px;
        font-weight: 300;
        color: #2E9AFE;
        line-height: 30px;
        margin-top: 0;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .form-wizard h4 {
        float: left;
        font-size: 20px;
        font-weight: 300;
        color: #2E9AFE;
        line-height: 26px;
        width: 100%;
    }

        .form-wizard h4 span {
            float: right;
            font-size: 18px;
            font-weight: 300;
            color: #555;
            line-height: 26px;
        }

    .form-wizard table tr th {
        font-weight: normal;
    }

    .form-wizard img {
        max-width: 100%;
    }

    .form-wizard ::-moz-selection {
        background: #2E9AFE;
        color: #fff;
        text-shadow: none;
    }

    .form-wizard ::selection {
        background: #2E9AFE;
        color: #fff;
        text-shadow: none;
    }


.form-control {
    height: 44px;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 44px;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 9px;
    margin-left: -20px;
}

.form-control option:hover, .form-control option:checked {
    box-shadow: 0 0 10px 100px #2E9AFE inset;
}

.form-control:focus {
    outline: 0;
    background: #fff;
    border: 1px solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:-moz-placeholder {
    color: #888;
}

.form-control:-ms-input-placeholder {
    color: #888;
}

.form-control::-webkit-input-placeholder {
    color: #888;
}

.form-wizard label {
    font-weight: 300;
}

    .form-wizard label span {
        color: #2E9AFE;
    }


.form-wizard .btnfd {
    min-width: 105px;
    height: 40px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

    .form-wizard .btnfd:hover {
        background: #f34727;
        color: #fff;
    }

    .form-wizard .btnfd:active {
        outline: 0;
        background: #f34727;
        color: #fff;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .form-wizard .btnfd:focus,
        .form-wizard .btnfd:active:focus,
        .form-wizard .btnfd.active:focus {
            outline: 0;
            background: #f34727;
            color: #fff;
        }

    .form-wizard .btnfd.btnfd-next,
    .form-wizard .btnfd.btnfd-next:focus,
    .form-wizard .btnfd.btnfd-next:active:focus,
    .form-wizard .btnfd.btnfd-next.active:focus {
        background: #2E9AFE;
    }

    .form-wizard .btnfd.btnfd-submit,
    .form-wizard .btnfd.btnfd-submit:focus,
    .form-wizard .btnfd.btnfd-submit:active:focus,
    .form-wizard .btnfd.btnfd-submit.active:focus {
        background: #2E9AFE;
    }

    .form-wizard .btnfd.btnfd-previous,
    .form-wizard .btnfd.btnfd-previous:focus,
    .form-wizard .btnfd.btnfd-previous:active:focus,
    .form-wizard .btnfd.btnfd-previous.active:focus {
        background: #bbb;
    }

.form-wizard .success h3 {
    color: #4F8A10;
    text-align: center;
    margin: 20px auto !important;
}

.form-wizard .success .success-icon {
    color: #4F8A10;
    font-size: 100px;
    border: 5px solid #4F8A10;
    border-radius: 100px;
    text-align: center !important;
    width: 110px;
    margin: 25px auto;
}

.form-wizard .progress-bar {
    background-color: #2E9AFE;
}

.form-wizard-steps {
    margin: auto;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.form-wizard-step {
    padding-top: 10px !important;
    border: 2px solid #fff;
    background: #ccc;
    -ms-transform: skewX(-30deg); /* IE 9 */
    -webkit-transform: skewX(-30deg); /* Safari */
    transform: skewX(-30deg); /* Standard syntax */
}

    .form-wizard-step.active {
        background: #2E9AFE;
    }

    .form-wizard-step.activated {
        background: #2E9AFE;
    }

.form-wizard-progress {
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    height: 0px;
    background: #2E9AFE;
}

.form-wizard-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 0px;
    background: #2E9AFE;
}

.form-wizard-tolal-steps-3 .form-wizard-step {
    position: relative;
    float: left;
    width: 33.33%;
    padding: 0 5px;
}

.form-wizard-tolal-steps-4 .form-wizard-step {
    position: relative;
    float: left;
    width: 33%;
    padding: 0 5px;
}

.form-wizard-tolal-steps-5 .form-wizard-step {
    position: relative;
    float: left;
    width: 20%;
    padding: 0 5px;
}

.form-wizard-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #777;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -ms-transform: skewX(30deg); /* IE 9 */
    -webkit-transform: skewX(30deg); /* Safari */
    transform: skewX(30deg); /* Standard syntax */
}

.form-wizard-step.activated .form-wizard-step-icon {
    background: #2E9AFE;
    border: 1px solid #fff;
    color: #fff;
    line-height: 38px;
}

.form-wizard-step.active .form-wizard-step-icon {
    background: #fff;
    border: 1px solid #fff;
    color: #2E9AFE;
    line-height: 38px;
}

.form-wizard-step .p {
    font-family: gitbook-content-font,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    -ms-transform: skewX(30deg); /* IE 9 */
    -webkit-transform: skewX(30deg); /* Safari */
    transform: skewX(30deg); /* Standard syntax */
}

.form-wizard-step.activated p {
    color: #fff;
}

.form-wizard-step.active p {
    color: #fff;
}

.form-wizard fieldset {
    display: none;
    text-align: left;
    border: 0px !important
}

.form-wizard-buttons {
    text-align: right;
}

.form-wizard .input-error {
    border-color: red;
}
.form-wizard .input-success {
    border-color: green !important;
}

/** image uploader **/
.image-upload a[data-action] {
    cursor: pointer;
    color: #555;
    font-size: 18px;
    line-height: 24px;
    transition: color 0.2s;
}

    .image-upload a[data-action] i {
        width: 1.25em;
        text-align: center;
    }

    .image-upload a[data-action]:hover {
        color: #2E9AFE;
    }

    .image-upload a[data-action].disabled {
        opacity: 0.35;
        cursor: default;
    }

        .image-upload a[data-action].disabled:hover {
            color: #555;
        }

.settings_wrap {
    margin-top: 20px;
}

.image_picker .settings_wrap {
    overflow: hidden;
    position: relative;
}

    .image_picker .settings_wrap .drop_target,
    .image_picker .settings_wrap .settings_actions {
        float: left;
    }

    .image_picker .settings_wrap .drop_target {
        margin-right: 18px;
    }

    .image_picker .settings_wrap .settings_actions {
        float: left;
        margin-top: 100px;
        margin-left: 20px;
    }

.settings_actions.vertical a {
    display: block;
}

.drop_target {
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
    width: 250px;
    height: 250px;
    background: #f2f2f2;
    border-radius: 100%;
    margin: 0 auto 25px auto;
    overflow: hidden;
    border: 8px solid #E0E0E0;
}

    .drop_target input[type="file"] {
        visibility: hidden;
    }

    .drop_target::before {
        content: 'Drop Hear';
        font-family: FontAwesome;
        position: absolute;
        display: block;
        width: 100%;
        line-height: 220px;
        text-align: center;
        font-size: 40px;
        color: rgba(0, 0, 0, 0.3);
        transition: color 0.2s;
    }

    .drop_target:hover,
    .drop_target.dropping {
        background: #f80;
        border-top-color: #cc6d00;
    }

        .drop_target:hover:before,
        .drop_target.dropping:before {
            color: rgba(0, 0, 0, 0.6);
        }

    .drop_target .image_preview {
        width: 100%;
        height: 100%;
        background: no-repeat center;
        background-size: contain;
        position: relative;
        z-index: 2;
    }

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

    #progressbar .active {
        color: #673AB7
    }

    #progressbar li {
        list-style-type: none;
        font-size: 15px;
        width: 25%;
        float: left;
        position: relative;
        font-weight: 400
    }

   /* for member application */
   .liMember #progressbar  li{
        list-style-type: none;
        font-size: 15px;
        width: 33%;
        float: left;
        position: relative;
        font-weight: 400
    }  
   /*after account creation*/
   .liMembercreated #progressbar  li{
        list-style-type: none;
        font-size: 15px;
        width: 14%;
        float: left;
        position: relative;
        font-weight: 400
    }
    
   /*change class chapter*/
   .liMemberclassChapter #progressbar  li{
        list-style-type: none;
        font-size: 15px;
        width: 14%;
        float: left;
        position: relative;
        font-weight: 400
    }


    #progressbar #account:before {
        font-family: FontAwesome;
        content: "\f073"
    }

    #progressbar #personal:before {
        font-family: FontAwesome;
        content: "\f09d"
    }

    #progressbar #payment:before {
        font-family: FontAwesome;
        content: "\f05a"
    }
#progressbar #setting:before {
    font-family: FontAwesome;
    content: "\f013"
}

    #progressbar #confirm:before {
        font-family: FontAwesome;
        content: "\f00c"
    }

#progressbar #accountS:before {
    font-family: FontAwesome;
    content: "\f234"
}

#progressbar #membershipS:before {
    font-family: FontAwesome;
    content: "\f02c"
}
#progressbar #requirements:before {
    font-family: FontAwesome;
    content: "\f0cb"
}
#progressbar #types:before {
    font-family: FontAwesome;
    content: "\f145"
}
#progressbar #personalInfor:before {
    font-family: FontAwesome;
    content: "\f073"
}
#progressbar #firmInfor:before {
    font-family: FontAwesome;
    content: "\f0f7"
}

#progressbar #educationS:before {
    font-family: FontAwesome;
    content: "\f02d"
}

#progressbar #experienceS:before {
    font-family: FontAwesome;
    content: "\f0b1"
}


#progressbar #proposersS:before {
    font-family: FontAwesome;
    content: "\f0c0"
}


#progressbar #documentsS:before {
    font-family: FontAwesome;
    content: "\f15c"
}
#progressbar #additionalInfoS:before {
    font-family: FontAwesome;
    content: "\f05a"
}
#progressbar #paymentS:before {
    font-family: FontAwesome;
    content: "\f07a"
}



    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 20px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #673AB7
    }

