.epay-transactionid p,
.epay-paymenttype p {
    line-height: 6px;
}

.epay-transactionid p:first-child,
.epay-paymenttype p:first-child {
    font-size: 12px;
    font-weight: 400;
    color: grey;
}

.epay-transactionid p:last-child,
.epay-paymenttype p:last-child {
    font-weight: 600;
}

.epay-paymenttype-img {
    float: right;
    height:24px;
    margin-left:5px;
}

.epay-info-overview {
    font-weight: 600;
}

.epay-info-overview p {
    display: inline-block;
    margin: 0;
}

.epay-info-overview p:last-child {
    float: right;
}

.epay-action-container {
    background-color: #eaecf0;
    border: 1px solid #b9c4e2;
    padding: 15px 9px 0 9px;
    margin: 20px 0;
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
}

.epay-action {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

.epay-action p,
.epay-action input,
.epay-action a {
    display: inline-block;
}

.epay-action p {
    padding: 6px 0px;
    font-weight: 400;
    line-height: 0.9;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    -ms-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    margin: 0;
    width: 20%;
}

.epay-action input {
    margin: 0;
}

.epay-action a {
    box-shadow: none !important;
    height: inherit !important;
    color: #ffffff !important;
}

.epay-action .capture,
.epay-action .refund,
.epay-action .delete {
    box-shadow: none !important;
    height: inherit !important;
    color: #ffffff !important;
}

.epay-action .capture {
    background-color: #5cb85c !important;
    border-color: #4cae4c;
    padding: 0;
    -ms-border-radius: 0 4px 4px 0 !important;
    border-radius: 0 4px 4px 0 !important;
    width: 34%;
    text-align: center;
    line-height: 24px;
}

.epay-action .capture:hover {
    background-color: #449d44 !important;
    border-color: #398439 !important;
}

.epay-action .delete {
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
    -ms-border-radius: 4px !important;
    border-radius: 4px !important;
    float: right;
    margin: 0 0 10px 0;
    padding: 0;
    width: 34%;
    text-align: center;
}

.epay-action .delete:hover {
    background-color: #c9302c !important;
    border-color: #ac2925 !important;
}

.epay-action .refund {
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
    -ms-border-radius: 0 4px 4px 0 !important;
    border-radius: 0 4px 4px 0 !important;
    width: 34%;
    text-align: center;
    line-height: 24px;
}

.epay-action .refund:hover {
    background-color: #ec971f !important;
    border-color: #d58512 !important;
}

.epay-amount {
    width: 45%;
}

.epay-table {
    width: 100%;
    border-collapse: collapse;
}

.epay-transaction-row-header {
    font-size: 11px;
    font-weight: 400;
    color: grey;
    line-height: 9px;
}

.epay-transaction-row-header td {
    padding: 12px 10px 2px 10px;
}

.epay-transaction-row-header-user td {
    padding-top: 4px;
}

.epay-transaction {
    border-bottom: 1px solid #C1C1C1;
    font-weight: 600;
    padding-bottom: 10px;
}

.epay-transaction td {
    padding: 0 10px 7px 10px;
}

#epay-format-error {
    display: none;
}

.epay-message {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.epay-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 5px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.epay-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 5px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

#epay-admin-documentation {
    margin-right: 5px;
}

.epay-message {
    padding: 15px !important;
    margin-bottom: 20px !important;
}
