﻿.wizard > .actions > ul > li > a {
    background: #673e7d;
}

.wizard > .steps > ul > li.current .number {
    color: #673e7d;
    border-color: #673e7d;
}

.wizard > .steps > ul > li.done .number {
    background-color: #673e7d;
    border-color: #673e7d;
}

.wizard > .steps > ul > li:before, .wizard > .steps > ul > li:after {
    background-color: #673e7d;
}


.form-wizard-count {
    float: left;
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #673E7D;
    color: #673E7D;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
}

.btn-mirum {
    color: #fff;
    background-color: #673E7D;
    border-color: #673E7D;
}

.ui-datepicker {
    font-size:small;
}

.bg-mirum {
    background-color: #673e7d;
    border-color: #673e7d;
    color: #fff;
}

.rotateHeader {
    transform: rotate(-90deg);
    width: 1px;
    padding: 10px;
    height:350px;
    
}