﻿/*------------------------------------------------------------------
  [Fuelux Wizard]
*/
.fuelux .wizard {
    *zoom: 1;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    background-color: #f9f9f9;
    position: relative;
    min-height: 48px;
    overflow: hidden;
}
.fuelux .wizard:before,
.fuelux .wizard:after {
    display: table;
    content: "";
    line-height: 0;
}
.fuelux .wizard:after {
    clear: both;
}
.fuelux .wizard > .steps-container > .steps {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}
.fuelux .wizard > .steps-container > .steps.previous-disabled li.complete {
    cursor: default;
}
.fuelux .wizard > .steps-container > .steps.previous-disabled li.complete:hover {
    background: #f3f4f5;
    color: #468847;
    cursor: default;
}
.fuelux .wizard > .steps-container > .steps.previous-disabled li.complete:hover .chevron:before {
    border-left-color: #f3f4f5;
}
.fuelux .wizard > .steps-container > .steps li {
    float: left;
    margin: 0;
    padding: 0 20px 0 30px;
    height: 46px;
    line-height: 46px;
    position: relative;
    background: #ededed;
    color: #999999;
    font-size: 1.154rem;
    cursor: not-allowed;
}
.fuelux .wizard > .steps-container > .steps li .chevron {
    border: 24px solid transparent;
    border-left: 14px solid #d4d4d4;
    border-right: 0;
    display: block;
    position: absolute;
    right: -14px;
    top: 0;
    /*z-index: 1;*/
}
.fuelux .wizard > .steps-container > .steps li .chevron:before {
    border: 24px solid transparent;
    border-left: 14px solid #ededed;
    border-right: 0;
    content: "";
    display: block;
    position: absolute;
    right: 1px;
    top: -24px;
}
.fuelux .wizard > .steps-container > .steps li.complete {
    background: #f3f4f5;
    color: #468847;
}
.fuelux .wizard > .steps-container > .steps li.complete:hover {
    background: #e7eff8;
    cursor: pointer;
}
.fuelux .wizard > .steps-container > .steps li.complete:hover .chevron:before {
    border-left: 14px solid #e7eff8;
}
.fuelux .wizard > .steps-container > .steps li.complete .chevron:before {
    border-left: 14px solid #f3f4f5;
}
.fuelux .wizard > .steps-container > .steps li.active {
    /*background: #f1f6fc;*/
    background: #f3f4f5;
    color: #3a87ad;
    cursor: default;
}
.fuelux .wizard > .steps-container > .steps li.active .chevron:before {
    border-left: 14px solid #f1f6fc;
}
.fuelux .wizard > .steps-container > .steps li.active .badge {
    background-color: #3a87ad;
}
.fuelux .wizard > .steps-container > .steps li .badge {
    margin-right: 8px;
}
.fuelux .wizard > .steps-container > .steps li .badge-success {
    background-color: #468847;
}
.fuelux .wizard > .steps-container > .steps li:first-child {
    border-radius: 4px 0 0 4px;
    padding-left: 20px;
}
.fuelux .wizard > .actions {
    /*z-index: 1000;*/
    position: absolute;
    right: 0;
    line-height: 46px;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
    background-color: #e5e5e5;
    border-left: 1px solid #d4d4d4;
}
.fuelux .wizard > .actions a {
    line-height: 45px;
    font-size: .9231rem;
    margin-right: 8px;
}
.fuelux .wizard > .actions .btn-prev[disabled] {
    cursor: not-allowed;
}
.fuelux .wizard > .actions .btn-prev span {
    margin-right: 5px;
}
.fuelux .wizard > .actions .btn-next[disabled] {
    cursor: not-allowed;
}
.fuelux .wizard > .actions .btn-next span {
    margin-left: 5px;
}
.fuelux .wizard .step-content {
    border-top: 1px solid #D4D4D4;
    padding: 10px;
    float: left;
    width: 100%;
}
.fuelux .wizard .step-content .step-pane {
    display: none;
}
.fuelux .wizard .step-content > .active {
    display: block;
}
.fuelux .wizard .step-content > .active .btn-group .active {
    display: inline-block;
}
.fuelux .wizard.complete > .actions .glyphicon-arrow-right:before {
    display: none;
}
.fuelux .wizard.complete > .actions .glyphicon-arrow-right {
    margin-left: 0;
}
.block-wizard {
    padding: 0;
}
.fuelux .wizard {
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    background: #FFFFFF;
}
.fuelux .wizard label.col-form-label {
    font-weight: 600;
}
.fuelux .wizard .wizard-title {
    margin: 10px 0 0;
}
.fuelux .wizard > .actions {
    line-height: 48px;
    background: #f7f7f7;
    padding: 0;
    font-size: 0;
}
.fuelux .wizard > .actions .btn {
    line-height: 48px;
    border-width: 0;
    border-radius: 0;
    vertical-align: top;
    padding: 0 14px;
    box-shadow: none;
    font-weight: 400;
    color: #949494;
}
.fuelux .wizard > .actions .btn:focus,
.fuelux .wizard > .actions .btn:active {
    box-shadow: none;
    border-width: 0;
}
.fuelux .wizard > .actions .btn:hover {
    background-color: #f7f7f7;
}
.fuelux .wizard > .actions .btn:first-child {
    border-right: 1px solid #d4d4d4;
}
.fuelux .wizard > .actions .btn .icon {
    font-size: 1.308rem;
    line-height: 17px;
    position: relative;
    top: -1px;
    color: #949494;
}
.fuelux .wizard > .actions .btn.btn-previous i {
    margin-right: 5px;
}
.fuelux .wizard > .actions .btn.btn-next i {
    margin-left: 5px;
}
.fuelux .wizard > .steps-container > .steps > li {
    height: 48px;
    background-color: #f7f7f7;
}
.fuelux .wizard > .steps-container > .steps > li .chevron {
    border-left-color: #e0e0e0;
}
.fuelux .wizard > .steps-container > .steps > li .chevron:before {
    border-left: 14px solid #f7f7f7;
}
.fuelux .wizard > .steps-container > .steps li {
    font-size: 1.154rem;
}
.fuelux .wizard > .steps-container > .steps li:first-child {
    border-radius: 0;
}
.fuelux .wizard > .steps-container > .steps li.active {
    background: #FFFFFF;
    color: #0fbcf0;
}
.fuelux .wizard > .steps-container > .steps li.active .chevron:before {
    -moz-transform: scale(0.9999);
    border-left: 14px solid #FFFFFF;
}
.fuelux .wizard > .steps-container > .steps li.complete {
    color: #FFFFFF;
    background: #0fbcf0;
}
.fuelux .wizard > .steps-container > .steps li.complete .chevron {
    border-left-color: #1b6cf2;
}
.fuelux .wizard > .steps-container > .steps li.complete .chevron:before {
    border-left: 14px solid #0fbcf0;
}
.fuelux .wizard > .steps-container > .steps li.complete:hover {
    background: #508ef5;
}
.fuelux .wizard > .steps-container > .steps li.complete:hover .chevron {
    border-left-color: #2572f2;
}
.fuelux .wizard > .steps-container > .steps li.complete:hover .chevron:before {
    border-left-color: #508ef5;
}
.fuelux .wizard > .steps-container > .steps li .chevron {
    -moz-transform: scale(0.9999);
}
.fuelux .wizard > .steps-container > .steps.previous-disabled li.complete:hover {
    color: #FFFFFF;
    background: #0fbcf0;
}
.fuelux .wizard > .steps-container > .steps.previous-disabled li.complete:hover .chevron:before {
    border-left-color: #0fbcf0;
}
.fuelux .wizard > .actions button {
    font-size: .9231rem;
}
.fuelux .wizard > .actions button i {
    font-size: .8462rem;
    line-height: 17px;
}
.fuelux .wizard > .actions button.btn-prev i {
    margin-right: 3px;
}
.fuelux .wizard > .actions button.btn-next i {
    margin-left: 3px;
}
.fuelux .wizard .step-content {
    min-height: 100px;
    padding: 20px 30px;
    clear: both;
    border-top: 1px solid #E2E2E2;
}
@media (max-width: 767px) {
    .wizard-row .fuelux {
        position: static;
    }
}
