@charset "UTF-8";
.navbar a:not(.btn) {
    color: #000 !important;
}

.btn-app {
    font-size: 28px !important;
    height: auto !important;
    padding: 40px 15px !important;
    margin: 0 0 10px 0;
    line-height:  30px !important;
}
.btn-app.btn-info {
  border: 1px solid #17a2b8 !important;
  color: #17a2b8 !important;
}
.btn-app.btn-success {
  border: 1px solid #28a745 !important;
  color: #28a745 !important;
}
.btn-app>.fa, .btn-app>.fab, .btn-app>.far, .btn-app>.fas, .btn-app>.glyphicon, .btn-app>.ion {
    font-size: 34px !important;
}


.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: 2px;
    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: 0;
  font-size: 22px;
  line-height: 56px;
  border-radius: 30px;
}

.form-control[readonly] {
    background-color: #FFF !important;
}

.table.table-head-fixed thead tr:nth-child(1) th {
  top: 0 !important;
}
