.Pending {
    color: #ff5a00
}

.refund_initiated {
    color: #ff5a00
}

.refund_success {
    color: green
}

.Approved {
    color: green
}

.Rejected {
    color: #fe0000
}

.Success {
    color: green
}

.Processing {
    color: #02af8d
}

.courseListingTable td,
.courseListingTable td a {
    line-height: 20px
}

.Cancelled {
    color: #fe0000
}

.custom-edit {
    width: 30px;
    height: 30px;
    background: #02af8d;
    text-align: center;
    padding: 7px;
    font-size: 14px;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    bottom: 2px;
    right: 2px
}

.custom-edit:hover {
    background: #4d489e
}

.sub-note {
    bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #686c71;
    font-style: italic
}

.cancelBtn {
    display: block;
    float: left;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    background: #bd2130;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 10px 0 0
}

.cancelBtn:hover {
    color: #fff;
    background: #db4655
}

input[readonly] {
    background-color: #f5f5f5fa
}

footer.inner span.copyright a.active {
    color: #02AF8D;
}

.no-list-marker .bs-ok-default {
    display: none !important;
    }