﻿.hiddenStepInfo {
    display: none;
    background:#00A1E3; border-radius:15px;
}

.activeStepInfo {
    display: block !important;
    background:#00A1E3; border-radius:15px;
}

.underline {
    text-decoration: underline;
}

.step {
    margin-top: 27px;
}

.progress {
    position: relative;
    height: 25px;
}

.progress > .progress-type {
    position: absolute;
    left: 0px;
    font-weight: 800;
    padding: 3px 30px 2px 10px;
    color: rgb(255, 255, 255);
    background-color:#FECD00;
    /*background-color: rgba(25, 25, 25, 0.2);*/
}

.progress > .progress-completed {
    position: absolute;
    right: 0px;
    font-weight: 800;
    padding: 3px 10px 2px;
}
.progress-completed
{
    margin-top:12px;
    color:#FFFFFF;
    float:right;
    z-index:9;
}

.step {
    text-align: center;
}

.step .col-md-2 {
    background-color: #fff;
    border: 1px solid #C0C0C0;
    border-right: none;
}

.step .col-md-2:last-child {
    border: 1px solid #C0C0C0;
}

.step .col-md-2:first-child {
    border-radius: 5px 0 0 5px;
}

.step .col-md-2:last-child {
    border-radius: 0 5px 5px 0;
}

.step .col-md-2:hover {
    color: #r: #4A92D9;
    height: 100px;
    margin-top: -7px;
    padding-top: 7px;
    border-left: 6px solid #4A92D9 !important;
    border-right: 6px solid #4A92D9 !important;
    border-top: 3px solid #4A92D9 !important;
    border-bottom: 3px solid #4A92D9 !important;
    vertical-align: central;
}

.step .fa {
    padding-topC !important;
    vertical-align: central;
}

.step .fa {
    padding-top: 15px;
    font-size: 40px;
}
.well
{
    background:#00A1E3; border:solid 0px;
}