﻿p.current, .pagination > li.active > a {
    color: #fff !important;
    background: #4eb14e !important;
}

.pagination > li.active > a {
    border: 1px solid #4eb14e !important;
}

.pagination > li > a {
    color: #4eb14e !important;
}

p.current:after {
    border-left-color: #4eb14e !important;
}

.nav-tabs > li > a {
    color: #4cae4c;
}

.stepwizard-step p {
    margin-top: 0px;
    color: #666;
}

.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 .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb;
}

.stepwizard-row:after {
    top: 14px;
    left: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: -10;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.panel {
    border:none !important;
}

.panel-body {
    height: 455px;
    padding: 0;
}
.panel-overview > dd {
    padding-left: 15px;
}
.setup-content {
    border: none !important;
}