﻿.wizard-header {
    font-size: larger;
    font-weight: bold;
}

.wizard-navigation {
    margin-top: 10px;
    border: 0px !important;
    padding: 5px;
    height: 29px;
}
    .wizard-navigation .wizard-navigation-buttons{
        float: right;
    }

    .wizard-navigation input {
        min-width: 60px;
        margin-left: 10px;
        padding: 5px;
    }

    .wizard-navigation .back {
        margin-left: 40px;
    }


.wizard-step-label-wrapper {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.wizard-step-label small  {
    font-size: 10px;
}

div.wizard-steps {
    border-left: none !important;
    border-right: none !important;
}

div.wizard-step {
    display: inline-block;
    border: none !important;
    padding-left: 5px;
    padding-right: 10px;
}

.wizard-step-label {
    font-weight: bold;
}

.wizard-step-description {
    font-size: x-small;
}

.wizard-step-number {
    font-size: xx-large;
    padding-left: 2px;
    padding-right: 2px;
    width: 30px;
    font-family: sans-serif;
}

.wizard-step-arrow {
    padding-left: 4px;
    padding-top: 8px;
    float: left;
}

.wizard-stepcontent {
    clear: both;
}