/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

 .ace-wallet-pagination ul.page-numbers {
    display: inline-flex;
}
.ace-wallet-pagination ul.page-numbers li{
    color: #a7aaad;
    border-color: #dcdcde;
    background: #f6f7f7;
    box-shadow: none;
    margin-left: 9px;
    padding: 10px 15px;
    list-style-type:none;
}

.results-info {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.results-info label {
    display: inline-block;
    width: 120px;
    font-weight: bold;
    margin-bottom: 5px;
}

.results-info input[type="text"] {
    width: calc(100% - 130px);
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.results-info input[type="text"]:read-only {
    background-color: #eee;
    cursor: not-allowed;
}

#wpbody-content h1.wallet-history {
    font-size: 23px;
    font-weight: 400;
    padding: 9px 0 4px;
    line-height: 1.3;
}

table.wallet-data {
    width: 100%;
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    border-spacing: 0;
    clear: both;
    margin: 0;
    overflow: hidden;
}

.wallet-data td, th {
    border-bottom: 1px solid #c3c4c7;
    padding: 14px;
    font-size: 14px;
}
.wallet-data th {
    text-align: left;
}
div#wpcontent {
    padding: 10px 40px;
}
table.wallet-data tr:nth-child(even) {
    background-color: #dddddd8f;
}
td.wallet-status {
    text-transform: capitalize;
}
.pagination.ace-wallet-pagination {
    float: right;
    margin: 0 0 9px;
}