.sw-theme-circles > ul.step-anchor{
    background: transparent !important;
}

.sw-theme-circles > ul.step-anchor:before{
    background-color: #3c8dbc !important;
}

.sw-theme-circles > ul.step-anchor > li > a > small{
    position: inherit !important;
    bottom: -18px !important;
}

.sw-theme-circles > ul.step-anchor > li.done > a {
    border-color: #3c8dbc !important;
    background: #3c8dbc !important;
}
.sw-theme-circles > ul.step-anchor > li.done > a > small{
    color: #3c8dbc !important;
}

.sw-theme-circles > ul.step-anchor > li.done > a:hover {
    color: #555;
}

.sw-theme-circles > ul.step-anchor > li.active > a {
    border-color: #eeeeee !important;
    color: #555 !important;
    background: #eeeeee !important;
}
.sw-theme-circles > ul.step-anchor > li.active > a > small{
    color: #000000 !important;
}

.sw-main {
    padding: 0px 0px 20px 0px !important;
}
.sw-theme-circles>ul.step-anchor>li.done>.selected_step {
    border-color: #f13b3b !important;
    background: #f13b3b !important;
    color: #fff !important;
}
.scientific {
  font-weight: bold;
  color:#333 !important;
}

.alertify-dialog {
    padding: 0 !important;
}