﻿
.stepwizard-step p {
    margin-top: 10px;
    min-width:95px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepBottomTextUnselected{
    color:lightgray;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #ccc;
    z-order: 0;
}

.nextBtn {
    margin-right: 14px;
    min-width: 100px;
}

.cancelBtn {
    margin-right: 5px;
    min-width: 100px;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 7px 0;
    font-size: 15px;
    line-height: inherit;
    border-radius: 30px;
}

.containerS {
    width: 80%;
}

#canvas .circle {
    display: inline-block;
    margin: 1em;
}

.circles-decimals {
    font-size: .4em;
}

.stepNavigation{
    margin-bottom:25px;
    margin-top:10px;
    padding-right:0px;
    padding-left:0px;
}

.stepButtonUnselected{
    background-color:white !important;
    color:#6f90b1 !important;
}

.stepButtonSelected {
    color: #fff !important;
    background-color: #6f90b1 !important;
    border-color: #6f90b1 !important;
}

.step6ButtonSelected {
    color: #fff !important;
    background-color: #1b9209 !important;
    border-color: #1b9209 !important;
}

.stepButtonSelected:hover{
        background-color:#546D87 !important;

}

.buttonNextClass {
    color: #fff !important;
    background-color: #6f90b1 !important;
    border-color: #6f90b1 !important;
}

.buttonPreviousClass {
    color: #fff !important;
    background-color: #6f90b1 !important;
    border-color: #6f90b1 !important;
}