﻿.wizardProgress
{
    padding: 0px;
    text-align: left;
    width: 100%;
    border: 4px;
    background-color: #EEEEEE;
    border: solid 1px #C0C0C0;
    margin-bottom: 20px;
    margin-top: 10px;
    /* border-radius: 5px; */
    padding: 4px;
}

.wizardProgress td
{
    vertical-align: top;
    color: #5D5D5D;
    border: 2px solid #EEEEEE;
    /* border-radius: 6px; */
    font-size: 14px;
}
.wizardProgress .active
{
    color: #5D5D5D;
    font-weight: bold;
}

.wizardProgress a
{
    color: #5D5D5D;
    font-size: 14px;
}

.wizardProgress .completed a
{
    color: #5D5D5D;
    font-size: 14px;
}

.wizardNavigator a.fxs-button
{
    margin-left: 5px;
    margin-right: 0px;
}

.wizardProgress .completed
{
    color: #5D5D5D;
    /* border-radius: 4px; */
    font-weight: normal;
    font-size: 14px;
}
.wizardProgress .activecell
{
    background-color: #FFCC00;
    /* border-radius: 4px; */
    height: 14px;
}

.wizardProgress .completedcell
{
    background-color: #808080;
    /* border-radius: 4px; */
    height: 14px;
}

.wizardProgress .pendingcell
{
    background-color: #FFFFFF;
    height: 14px;
}

.wizardNavigator
{
    display: inline-block;
    padding-top: 10px;
    white-space: nowrap;
}

.wizardHead .wizardNavigator
{
    padding: 0px;
}

.wizardHead table
{
    padding: 0px;
    margin: 0px;
}

.wizardHead td
{
    margin: 0px;
    color: gray;
    padding: 0px;
    border-collapse: collapse;
}

.wizardHead 
{
    background-color: rgb(238, 238, 238);
}

.wizardHead .bar .caption
{
    font-size: 14px;
    font-weight: bold;
    margin: 4px 4px 4px 10px;
}

.wizardHead .state
{
    margin-right: 10px;
}

.wizardErrors
{
    padding-top: 10px;
}

.wizardErrors .error
{
    color: Red;
}

ul.wizardErrors
{
    color: Red;
    padding-left: 15px;
}

ul.wizardErrors li
{
    margin: 0px;
}
