.transaction-table {
    border-collapse: inherit !important;
    border-spacing: 0px !important;
}
.transaction-table .show-recurring-transition .plus {
    display: block;
}
.transaction-table .show-recurring-transition .minus, .transaction-table .opened-recurring .show-recurring-transition .plus {
    display: none;
}
.transaction-table .opened-recurring .show-recurring-transition .minus {
    display: block;
}
.transaction-table .transaction-type {
    text-transform: capitalize;
}
.transaction-table .status-text, .transaction-table .payment-method {
    line-height: 1;
    white-space: nowrap;
}
.transaction-table .checkbox-td {
    white-space: nowrap;
    border-radius: 3px;
}
.transaction-table .checkbox-td label {
    margin: 0;
}
.transaction-table .show-child-transaction {
    border: solid 2px #009CDE;
    border-radius: 50%;
    height: 30px;
    background: #009CDE;
    width: 30px;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
}
.transaction-table .ip-list>li {
    margin-right: 0px !important;
}
.transaction-table .ip-list>li>a {
    background: #f8f8f8;
    border-radius: 50%;
    color: #9aa0ac;
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    border: solid 1px #9aa0ac96;
}
.transaction-table .child-row {
    display: none;
}
.p-relative {
    position: relative;
}
.transaction-table tr.opened .button-line {
    height: 100%;
    width: 2px;
    background: #009CDE;
    position: absolute;
    left: 50%;
}
.transaction-table tr.child-row td.child-arrow:after, .transaction-table tr.child-row td.child-arrow-rec:after {
    content: '';
    left: 37%;
    display: block;
    height: 15px;
    width: 15px;
    position: absolute;
    border-radius: 50%;
    top: 45%;
}
.transaction-table tr.child-row td.child-arrow:after {
    background: #009CDE;
}
.transaction-table tr.child-row td.child-arrow-rec:after {
    background: #E8960F;
}
.transaction-table tr.opened-recurring td, .transaction-table tr.opened.highlight td {
    background: #c4e8ff !important;
}
.transaction-table tr.child-row td.child-arrow:before, .transaction-table tr.child-row td.child-arrow-rec:before, .transaction-table tr.child-row.last-group-row td.child-arrow:before, .transaction-table tr.child-row.last-group-row td.child-arrow-rec:before {
    content: '';
    left: 50%;
    display: block;
    height: 100%;
    width: 2px;
    background: #009CDE;
    position: absolute;
}
.transaction-table tr.child-row td.child-arrow-rec:before {
    top: 0px;
}
.transaction-table tr.child-row.last-group-row td.child-arrow:before, .transaction-table tr.child-row.last-group-row td.child-arrow-rec:before {
    height: 45%;
}
/*.transaction-table tr.highlight td { background: #DFF1FC; border-color: #7cc1de; }*/

.transaction-table tr.child-row.recurring {
    display: table-row;
}
.transaction-table .country-dropdown {
    border-radius: 0;
    width: 160px;
    max-height: 250px;
    overflow: auto;
    padding: 0;
}
.transaction-table .country-dropdown li {
    border-bottom: solid 1px #eee;
    display: table;
    vertical-align: middle;
    width: 100%;
}
.transaction-table .country-dropdown li:last-child {
    border: none;
}
.transaction-table .country-dropdown li .flag {
    width: 80px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 7px 0;
    margin: 0;
}
.transaction-table .country-dropdown li .ip {
    font-size: 13px;
    color: #9aa0ac;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    padding: 0px 5px;
}
.checkbox-td label input {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.checkbox-td label input:checked {
    border-color: dodgerblue;
}
.checkbox-td label input:after {
    top: 2px !important;
    left: 2px !important;
    content: '' !important;
    width: 14px;
    height: 14px;
    background: dodgerblue;
}
.table-responsive {
    overflow-y: hidden;
}
.transaction-table .actions .btn, .transaction-table .wallet-btn {
    border: none !important;
}
.transaction-table .actions .btn {
    font-size: 20px;
    padding: 5px;
    min-width: 41px;
    display: inline-block;
}
.transaction-table .wallet-btn {
    color: #9aa0ac;
    background: transparent;
    cursor: pointer;
    padding: 0;
    margin-right: 5px;
}
.transaction-table .hover-danger:hover {
    color: #e84848;
}
.transaction-table .hover-info:hover {
    color: #00bdff;
}
/* sales */

.transaction-table .wallet-sales-status-switch .radio.radio-inline input:checked+span {
    background: #FF8C00 !important;
    color: #fff;
}
.transaction-table .wallet-sales-status-switch-default .radio.radio-inline input:checked+span {
    background: #FF0000 !important;
    color: #fff;
}
/* sales */

.transaction-table .wallet-status-switch .radio.radio-inline:nth-child(1) input:checked+span {
    background: #e84848;
    color: #fff;
}
.transaction-table .wallet-status-switch .radio.radio-inline:nth-child(3) input:checked+span {
    background: #6362bb;
    color: #fff;
}
.transaction-table .wallet-status-switch-default .radio.radio-inline input:checked+span {
    background: #28a745 !important;
    color: #fff;
}
.transaction-table .wallet-status-switch .radio.radio-inline:nth-child(1) span, .transaction-table .wallet-status-switch .radio.radio-inline:nth-child(3) span {
    color: #9aa0ac;
    font-weight: 500;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-left: none;
}
.transaction-table .wallet-status-switch .radio.radio-inline:nth-child(1) span {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.transaction-table .wallet-status-switch label span {
    display: block;
    background: #fff;
    padding: 5px 8px;
    cursor: pointer;
    font-size: 12px;
    border: solid 2px #E8E8E8;
    white-space: nowrap;
}
.transaction-table .radio.radio-inline.loading img {
    width: 36px;
    margin: 0 auto;
    display: block;
}
.transaction-table .btn-wallet-info {
    background: none;
    border: none;
    color: #009cde;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
}
.transaction-table .btn-wallet-info:hover {
    color: #dfff;
    background: #009cde;
}
.transaction-table .btn-wallet-info i {
    font-size: 20px;
    vertical-align: middle;
}
.transaction-table .wallet-switch-cont {
    margin: 0;
    padding: 0;
    width: 78px;
}
.transaction-table .wallet-switch-cont .wallet-switch .radio.radio-inline {
    width: 24px;
}
.transaction-table .wallet-switch-cont .wallet-switch .radio.radio-inline span {
    border: none;
    border-radius: 20px;
    background: #E8E8E8;
    padding: 2px 5px;
}
.transaction-table .wallet-switch-cont .wallet-switch .radio.radio-inline.loading span {
    background: transparent;
}
.transaction-table .wallet-switch-cont .wallet-switch .radio.radio-inline.loading span img {
    width: 24px;
    margin: 0 auto;
    display: block;
}
.transaction-table .wallet-switch-cont .wallet-status-switch-cont .wallet-switch {
    width: 160px;
}
.transaction-table .wallet-switch-cont .wallet-status-switch-cont .wallet-switch .radio.radio-inline {
    width: 51px;
}
.transaction-table .wallet-switch-cont .wallet-status-switch-cont .wallet-switch .radio.radio-inline.loading span img {
    width: 50px;
    margin: 0 auto;
    display: block;
}
.transaction-table .wallet-switch-cont .wallet-status-switch-cont .wallet-switch .radio.radio-inline span {
    background: #fff;
    padding: 5px 10px;
}
.transaction-table .wallet-switch-cont .wallet-status-switch-cont .wallet-switch .radio.radio-inline span img {
    width: 24px;
    margin: 0 auto;
    display: block;
}
.transaction-table .wallet-switch-cont .wallet-status-switch-cont .wallet-switch .radio.radio-inline span span {
    display: inline-block;
}
.transaction-table .wallet-status-switch-cont .wallet-switch .radio.radio-inline span {
    background: #fff;
    padding: 5px 10px;
    cursor: pointer;
}
.transaction-table .wallet-status-switch-cont .wallet-switch .radio.radio-inline span img {
    width: 24px;
    margin: 0 auto;
    display: block;
}
.transaction-table .wallet-status-switch-cont .wallet-switch .radio.radio-inline span span {
    display: inline-block;
}
.transaction-table .wallet-status-switch-cont .wallet-switch .radio.radio-inline:nth-child(1) span, .transaction-table .wallet-status-switch-cont .wallet-switch .radio.radio-inline:nth-child(3) span {
    color: #9aa0ac;
    font-weight: 500;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-left: none;
}
.transaction-table .wallet-status-switch-cont .wallet-switch .radio.radio-inline:nth-child(1) span {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.transaction-table .wallet-status-switch-cont .wallet-switch .radio.radio-inline:nth-child(2) span {
    background: #fff;
    color: #6362bb;
    border: solid 2px #6362bb;
}
.transaction-table .wallet-status-switch-cont .wallet-switch .radio.radio-inline:nth-child(2) span img {
    width: 24px;
    margin: 0 auto;
    display: block;
}
.transaction-table .wallet-status-switch-cont .wallet-switch .radio.radio-inline:nth-child(2) span span {
    display: inline-block;
}
.transaction-table .wallet-status-switch-cont .wallet-switch .radio.radio-inline:nth-child(1) input:checked+span {
    background: #e84848;
    color: #fff;
}
.transaction-table .wallet-status-switch-cont .wallet-switch .radio.radio-inline:nth-child(3) input:checked+span {
    background: #6362bb;
    color: #fff;
}
.transaction-table .wallet-status-switch-cont .wallet-switch .radio.radio-inline:nth-child(1) input:checked+span img {
    width: 24px;
    margin: 0 auto;
    display: block;
}
.transaction-table .wallet-status-switch-cont .wallet-switch .radio.radio-inline:nth-child(3) input:checked+span img {
    width: 24px;
    margin: 0 auto;
    display: block;
}
.transaction-table .wallet-status-switch-cont .wallet-switch .radio.radio-inline:nth-child(1) input:checked+span span {
    display: inline-block;
}
.transaction-table .wallet-status-switch-cont .wallet-switch .radio.radio-inline:nth-child(3) input:checked+span span {
    display: inline-block;
}
.transaction-table .wallet-status-switch-cont .wallet-switch .radio.radio-inline:nth-child(1) input:checked+span img, .transaction-table .wallet-status-switch-cont .wallet-switch .radio.radio-inline:nth-child(3) input:checked+span img {
    width: 24px;
    margin: 0 auto;
    display: block;
}
.transaction-table .wallet-status-switch-cont .wallet-switch .radio.radio-inline:nth-child(1) input:checked+span span, .transaction-table .wallet-status-switch-cont .wallet-switch .radio.radio-inline:nth-child(3) input:checked+span span {
    display: inline-block;
}