/*            body, html, .page-content {
                            height: 100%;
                        }*/


/*.page-content {*/

body {
    /*background: #175485;*/
    background: #ee0033;
    /*background-image: linear-gradient(to right, #00BDA0, #007DDD);*/
    /* background-image: url('images/wizard-v3.jpg');
                background-size: cover; */
}

.wizard-v3-content {
    width: 900px;
}

.form-register .steps ul {
    padding-left: 100px;
}

.form-register .steps li a .title .step-icon {
    margin-right: 100px;
}

.form-register .steps li .step-icon::before,
.form-register .steps li:last-child .step-icon::after {
    width: 100px;
}

.form-register .steps li.current a .step-icon,
.form-register .steps li.current a:active .step-icon,
.form-register .steps li.done a .step-icon,
.form-register .steps li.done a:active .step-icon {
    /*background: #00BDA0;*/
    background: #ee0033;
}

.form-register .steps .current .step-icon::before,
.form-register .steps .current:last-child .step-icon::after,
.form-register .steps .done .step-icon::before {
    /*background: #00BDA0;*/
    background: #ee0033;
}

.actions ul li {
    /*background: #00BDA0;*/
    background: #ee0033;
}

.actions ul li:hover {
    /*background: #009881;*/
    background: #ee0033;
}

.actions ul li:first-child {
    /*background: #f57f20b3;*/
    background: #FED3DD;
    color: #ee0033;
}

.actions ul li:first-child:hover {
    background: #F4ABB4;
}

fieldset[disabled=disabled] input[type=text] {
    border: none;
    background-color: #fff;
    border-radius: 0px;
    box-shadow: none;
    border-bottom: 1px solid #efe8e8;
}

fieldset {
    margin-top: 10px;
}

fieldset legend {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    width: auto;
    border: none;
}

.show-text {
    border-bottom: 1px solid #efe8e8;
    text-align: left;
    padding: 6px 12px;
    min-height: 32px;
}

.required-label {
    color: red;
}

.emphasize_importance {
    color: red;
    font-weight: bold;
}

.actions ul li.primary {
    background: #337ab7;
}

.actions ul li.primary:hover {
    background: #2e6da4;
}


/* Jquery Steps : Disable tabbed navigation */

.steps {
    pointer-events: none;
}