/* Add here all your css styles (customizations) */

.stepwizard-step h4 {
    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: 29px;
    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: 50px;
  height: 50px;
  text-align: center;
  padding: 0px;
  font-size: 30px;
  font-weight:bold;
  line-height: 1.628571429;
  border-radius: 30px;
  cursor: default !important;
}

.btn-circle:hover { 
    background-color: #5cb85c;
    border-color: #4cae4c;
}

/*.btn-success:not(.nohover):hover {  
        color: #fff;
    background-color: #449d44;
    border-color: #398439;
}*/