.top-head{
    background-color: #231f20;
    color: #efefef;
    padding: 5px;
}
.After-Top-Head{
    padding: 10px 0;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #737071;
}
.Systems-head{
    background-color: #881a1b;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    padding: 5px;
}
.Systems-desc{
    background-color: #f9f9f9;
    color: #000;
    padding: 5px;
    border-bottom: 1px solid #881a1b;
    border-left: 1px dashed #881a1b;
    border-right: 1px dashed #881a1b;
}
.counters-area{
    background-color: #fffbfb;
    padding: 20px 0;
    border-top: 4px solid #fef0f0;
    border-bottom: 4px solid #fef0f0;
}
.clients_title{
    background-color: #231f20;
    color: #FFF;
    font-size: 18px;
    padding: 10px;
}
.clients_show{
    background-color: #FFF;
    border-bottom: 1px solid #881a1b;
    border-left: 1px dashed #881a1b;
    border-right: 1px dashed #881a1b;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.white-href{
    color: #FFF !important;
    text-decoration: none;
}


/*Step Wizard*/
.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: 14px;
    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: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}