
.ets_ws-table-flat .fa-check.text-success {
    color: #1ca51c;
}
.ets_ws-voucher-history h4.text-uppercase {
    font-weight: 600;
    color: #555;
}
.ets_ws-note {
    font-size: small;
    color: #999;
    font-style: italic;
}
table.table.ets_ws-table-flat {
    font-size: 13px;
}
.ets_ws-voucher-history .paggination {
    display: flex;
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 14px;
}
.ets_ws_paggination a,.ets_ws_paggination b,
.paggination a,.paggination b{
    width: 30px;
    height: 30px;
    display: inline-flex;
    text-align: center;
    border: 1px solid #ccc;
    margin-right: 4px;
    align-items: center;
    justify-content: center;
    color: #999;
}
.ets_ws_paggination b,.paggination b {
    color: #000;
    font-weight: 600;
}
.ets_ws_paggination,.paggination {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
}
.ets_ws-voucher-form .input-group {
    max-width: 200px;
}
.ets_ws-voucer-message a.ets_ws-apply-voucher {
    font-size: inherit;
    padding: 8px 10px;
}
input[name="ets_ws_VOUCHER_AMOUNT"] {
    height: 38px;
}

