/* Wizard */
#wizard-tabs {
    border: none;
    background: none;
    border-bottom: #D0D0D0 1px solid;
}
#wizard-tabs ul li, #wizard-tabs ul li.active {
    border-right: #D0D0D0 2px solid;
    background: #FFFFFF ;
}
#wizard-tabs ul li:last-child {
    border-right: none;
}
#wizard-tabs ul li a:hover, #wizard-tabs ul li.active a {
    background: #FFFFFF;
}
#wizard-tabs ul li.active a {
    color: #2A2A2A;
}
#wizard-tabs ul li a {
    color: #777777;
}
#wizard-tabs ul li a:hover {
}

#wizard-tabs ul {
    height: 60px;
    color: #777777;
}

#wizard-tabs ul li a > i {
    color: #81b71a;
    display: inline-flex;
}

tr.for-data td {
    padding-top: 10px !important;
    vertical-align: top !important;
}

