﻿.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 28px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 14px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 30px;
}

.has-error label {
    color: red;
}

.has-error input, select.has-error, input.has-error {
    border: 1px solid red;
}

.stepwizard-step .btn-default {
    background-color: #fff;
    border: 1px solid #ccc;
}

.text-size {
    font-size: 1.5rem;
}