.ets_ws-withdraw-form input::-webkit-input-placeholder,
.ets_ws-panel input::-webkit-input-placeholder{
    color: #999999!important;
    opacity: 1!important;
}
.ets_ws-withdraw-form input:-ms-input-placeholder,
.ets_ws-panel input:-ms-input-placeholder{
    color: #999999!important;
    opacity: 1!important;
}
.ets_ws-withdraw-form input::placeholder,
.ets_ws-panel input::placeholder{
    color: #999999!important;
    opacity: 1!important;
}
.ets_ws-table-data {
    font-size: 13px;
}
.col-md-12 > .panel.ets_ws-panel {
    padding: 0;
    margin-bottom: 0;
}
i.mp-retailer-commissionsicons:before {
    content: "\f091";
    font-family: Fontawesome, Arial, Helvetica, sans-serif;
    display: block;
    width: 100%;
    font-size: 40px;
    line-height: 1;
}
button#ets_ws_submit_ws_commissions {
    border: 1px solid #ddd;
    background: #fff;
    font-size: 13px;
    padding: 7px 12px;
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 3px;
}
.ets_ws-panel .panel-heading {
    height: 32px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin-bottom: 20px;
}
table.table.configuration.alltab_ss .name {
    text-align: center;
}
table.table.configuration.alltab_ss {
    font-size: 13px;
}
tr.nodrag.nodrop th {
    border-bottom: 1px solid #a0d0eb;
}
.ets_ws-panel .table td, .ets_ws-panel .table th {
    border-top: none;
}
span.ets_ws_commision_usage {
    color: #e60000;
}
.table td, .table th {
    border-top: 1px solid #cccccc;
}
.ets_ws_status.pending{
    background: #fbbb21;
    color: #ffffff;
    border-color: #fbbb21;
}
.ets_ws_status.deducted{
    background: #e18f95;
    color: #ffffff;
    border-color: #e18f95;
}
.ets_ws_status.refunded{
    background: #00aff0;
    color: #ffffff;
    border-color: #00aff0;
}
.ets_ws_status.canceled{
    background: #ccc;
    color: #ffffff;
    border-color: #ccc;
}
.ets_ws_status.expired{
    background: #e08f95;
    color: #333;
    border-color: #e08f95;
}
.ets_ws_status.declined{
    background-color: #8f0621;
    border-color: #8f0621;
    color: white;
}
.ets_ws_status {
    padding: 3px 7px;
    border-radius: 3px;
    min-width: 86px;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
}
.ets_ws_status.approved{
    background: #72c279;
    border-color: #72c279;
    color: #ffffff;
}