.page-content .content {
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 26px;
}
/***  Form wizard  ***/
.wizard-steps {
    display: block;
    list-style: none outside none;
    padding: 0;
    position: relative;
    width: 100%;
}
.wizard-steps a:hover,.wizard-steps a:active,.wizard-steps a:focus{
    text-decoration:none
}
.wizard-steps li {
    display: block;
    float: left;
    text-align: center;
    padding-left:0;
}
.wizard-steps li:before {
   border-top: 6px solid #55606E;
    content: "";
    display: block;
    font-size: 0;
    overflow: hidden;
    position: relative;
    top: 13px;
    right: 1px;
    width: 100%;
    z-index: 1;
}
.wizard-steps li:first-child:before {
    left: 50%;
    max-width: 50%;
}
.wizard-steps li:last-child:before {
    max-width: 50%;
    width: 50%;
}
.wizard-steps li.active .step,.wizard-steps li.active.complete .step  {
    background-color: #0090D9;
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px 15px;
    border:none;
    font-size: 16px;
}
.wizard-steps li.complete .step {
    background-color: #0aa699;
    padding: 1px 6px;
    border:4px solid #55606e;
}
.wizard-steps li  .step i{
    font-size: 10px;
    font-weight: normal;
    position: relative;
    top: -1.5px;
}
.wizard-steps li .step {
     background-color: #D1DADE;
    border-radius: 32px 32px 32px 32px;
    color: #FFFFFF;
    display: inline;
    font-size: 15px;
    font-weight: bold;
    line-height: 12px;
    padding: 4px 9px;
    position: relative;
    text-align: center;
    z-index: 2;
    transition: all 0.2s linear 0s;
}
.wizard-steps li.complete .title, .wizard-steps li.active .title {
    color: #2B3D53;
}
.wizard-steps li .title {
    color: #B1BCC5;
    display: block;
    font-size: 13px;
    line-height: 15px;
    max-width: 100%;
    position: relative;
    table-layout: fixed;
    text-align: center;
    top: 20px;
    word-wrap: break-word;
    z-index: 104;
}
.step-content {
    margin-left: 60px;
    margin-top: 40px;
}
.step-content .step-pane {
    display: none;
    min-height: 267px;
}
.step-content .active {
    display: block;
}
 .wizard-actions{
     display: block;
    list-style: none outside none;
    padding: 0;
    position: relative;
    width: 100%;
 }
 .wizard-actions li{
    display:inline;
 }
.table thead th {
    border-top: none !important;
}

.table tbody th, .table tbody td{
    padding: 0.3rem;
    height: 30px;
    line-height: 20px;
}
.table{
    margin: 0px;
}
.table-inverse {
    color: #f7ffff !important;
    background-color: #0090d9 !important;
}
