﻿/* 
    Step Progress Bar 
    Relies upon Bootstrap
*/
.step-progress-bar-table {
    vertical-align: top;
    line-height: 1em;
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 0;
    margin: 0; }

.step-progress-bar-row {
    width: 100%;
    display: table-row; }

.step-progress-bar-cell {
    display: table-cell;
    width: auto;
    vertical-align: middle;
    box-sizing: border-box; }

.step-progress-bar-label {
    overflow: hidden;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.25em;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 0.75em; }

.step-progress-bar-line {
    width: 50%;
    height: 0.2em;
    z-index: -1;
    position: relative;
    top: 0.4em;
    display: inline-block; }

.step-progress-bar-circle {
    height: 0.8em;
    width: 0.8em;
    border-radius: 0.4em;
    border-style: solid;
    border-width: 0.2em;
    margin-left: auto;
    margin-right: auto;
    margin-top: -0.2em; }

.bg-incomplete-step {
    background-color: #aaaaaa; }

.border-incomplete-step {
    border-color: #aaaaaa; }
