﻿/* BESPOKE */
/* Handles wizard, does not require prefix since it is used in multiple controls */
.wizard .steps {
    margin-bottom: 30px;
}

.wizard .steps i {
    height: auto !important;
    width: 10px !important;
    border: none !important;
    padding: 0 !important;
    font-size: 15px !important;
    line-height: 23px;
    left: 15px !important;
    top: 33px !important;
}

.wizard .steps .number {
    float: none !important;
    font-size: 18px !important;
    font-weight: bold;
    position: static !important;
    top: 0 !important;
    line-height: 20px !important;
    margin-right: 8px !important;
    width: 25px;
    text-align: center;
}

.wizard .steps a {
    display: flex !important;
    flex-flow: row nowrap;
    padding: 10px 10px 12px !important;
    position: relative;
}

.wizard .steps h2 {
    font-size: 18px !important;
    font-weight: bold;
    line-height: 20px;
}

.wizard .steps p {
    font-size: 13px !important;
    line-height: normal;
    margin-bottom: 0;
}

.wizard .steps ul > .row {
    display: flex !important;
    flex-flow: row nowrap;
}

.wizard .steps  ul > .row li,
.wizard .steps ul > .row li > a {
    height: 100%;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a {
    background-color: #024543 !important;
}

.wizard > .steps .current a {
    background-color: #A2C3C3 !important;
}

.wizard > .steps .done h2,
.wizard > .steps .done p {
    color: #fff !important;
    font-weight: normal !important;
}

@media (max-width: 1199px) {
    .wizard .steps h2 {
        font-size: 15px !important;
        font-weight: bold;
        line-height: 20px;
    }

    .wizard .steps .number {
        font-size: 15px !important;
    }
}
/* END BESPOKE */