
.cardType {
    display: block;
    width: 33px;
    height: 20px;
    float: left;
}

.cardType.typeVisa {
    background: url(https://www.groomarts.com/admin/resources/charge/cp/img/visa.png?x=9rCC1RlYM) 0 0 no-repeat;
}

.cardType.typeAmerican {
    background: url(https://www.groomarts.com/admin/resources/charge/cp/img/amex.png?x=9rCC1RlYM) 0 0 no-repeat;
}

.cardType.typeDiners {
    background: url(https://www.groomarts.com/admin/resources/charge/cp/img/diners.png?x=9rCC1RlYM) 0 0 no-repeat;
}

.cardType.typeJcb {
    background: url(https://www.groomarts.com/admin/resources/charge/cp/img/jcb.png?x=9rCC1RlYM) 0 0 no-repeat;
}

.cardType.typeMasterCard {
    background: url(https://www.groomarts.com/admin/resources/charge/cp/img/mastercard.png?x=9rCC1RlYM) 0 0 no-repeat;
}

.modeLabel {
    display: inline-block;
    border-radius: 3px;
    padding: 0 4px;
    font-size: 11px;
    color: #8f98a3;
    background: #F1C40E;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.modeLabel.live, .modeLabel.active {
    background: #27AE60;
}
.modeLabel.unset {
    background: #fff;
    color: #6B6464;
    border: 1px solid #D1D3D5;
    font-weight: normal;
}

.mode {
    display: block;
    text-indent: -999em;
    width: 54px;
    height: 55px;
    position: absolute;
    right: -26px;
    top: -25px;
}

.mode.mode-live {
    display: none;
}

.mode.mode-test {
    background: url(https://www.groomarts.com/admin/resources/charge/cp/img/modeTest.png?x=9rCC1RlYM) 0 0 no-repeat;
}

.charge-log .col-label {
    min-width: 5em;
}
.charge-log .typefade.type-note {
    /*opacity: 0.7;*/
}

.charge-log .logfadeout {
    opacity: 0.5;
}

.charge-log tr.looplast td {
    border-bottom: 1px solid #e3e5e8;
}

.charge-log .label {
    padding: 0.1em 0.4em 0.2em;
    font-variant: small-caps;
    background-color: #98A3AE; /* grey */
    color: #fff;
    border-radius: 2px;
}

.charge-log .label.label-error {
    background-color: #D0021B; /* red */
}

.charge-log .label.label-exception {
    background-color: #D0021B; /* red */
}

.charge-log .label.label-success {
    background-color: #27AE60; /* green */
}

.charge-log .label.label-info, .charge-log .label.label-request {
    background-color: #fff;
    color: #6B6464;
    border: 1px solid #D1D3D5; /* white */
}

.charge-log .label.label-api {
    background-color: #0D99F2; /* blue */
}

.charge-log .label.label-callback {
    background-color: #F2842D; /* orange */
}

.charge-log .label.label-action {
    background-color: #9B59B6; /* purple */
}

.charge-log .label.label-email {
    background-color: #2CE0BD; /* turquoise */
}

/*
orange #F2842D;
red  #D0021B;
yellow #F1C40E;
pink #FF50F2;
purple #9B59B6;
blue #0D99F2;
turquoise #2CE0BD;
light #CCD1D6;
grey #98A3AE;
black  #32475E;
*/


.status.test {
    background-color: #F1C40E;
    border-color: transparent !important;
}

div.pagination {
    margin: 1em 0 1em 0;
}

div.pagination ul li {
    float: left;
}

div.pagination ul li a, div.pagination ul li span {
    padding: 5px 10px;
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

div.pagination ul li a:hover {
    background: #f9f9f9;
    text-decoration: none;
}

div.pagination ul li span {
    background: #f2f2f2;
}

.chargeInfoBlock {
    width: 20%;
    float: left;
    padding: 2%;
    margin: 2%;
    border: 1px solid #ededed;
}

.chargeInfoBlock-container:first-child {
    margin-left: 0;
}

.modeswitch .modeswitch-offlabel {
    display: block;
    float: left;
    padding-right: 10px;
    padding-top: 2px
}

.modeswitch .modeswitch-onlabel {
    display: block;
    float: left;
    padding-left: 10px;
    padding-top: 2px;
}

.modeswitch .lightswitch {
    float: left;
}

.modeswitch .label.off {
    background-color: #F1C40E;
}

#loading-graphic.error { background-image: url(https://www.groomarts.com/admin/resources/charge/cp/images/error.png?x=9rCC1RlYM); background-size: 24px; }
#loading-status { display: inline-block; padding: 6px 0; }

.reg-header { position: relative; min-height: 150px; box-sizing: border-box; padding-top: 50px; }
body.ltr .reg-header { padding-left: 150px; padding-right: 25px; }
body.rtl .reg-header { padding-right: 150px; padding-left: 25px; }
#unknown-license-header { padding-top: 42px; }

.reg-header img { position: absolute; top: 25px; }
body.ltr .reg-header img { left: 25px; }
body.rtl .reg-header img { right: 25px; }

.reg-header h2 { margin: 0; font-size: 20px; }
.reg-header p { margin-top: 0.5em; max-width: 515px; }

.license-meta { margin: 50px 0 25px; }
.license-meta > .data { padding: 0 !important; }
.license-meta > .data .heading { width: 125px; }
body.ltr .license-meta > .data .heading { text-align: right; }
body.rtl .license-meta > .data .heading { text-align: left; }
.license-meta > .data .value { width: calc(100% - 150px); }

body.ltr .indented { margin-left: 150px; }
body.rtl .indented { margin-right: 150px; }

#license-key-wrapper { display: inline-block; }

@media only screen and (max-width: 768px) {
    .reg-header { min-height: 0; padding: 0 !important; text-align: center; }
    .reg-header img { position: static; margin-bottom: 14px; }


    .meta > .data { display: block; }
    .license-meta > .data .heading,
    .license-meta > .data .value { width: auto; }
    body.ltr .license-meta > .data .heading { text-align: left; }
    body.rtl .license-meta > .data .heading { text-align: right; }

    #license-key-wrapper { display: block; margin-bottom: 24px; }
    #license-key-wrapper input { width: 100%; }

    body.ltr .indented { margin-left: 0; }
    body.rtl .indented { margin-right: 0; }
}


.payment-status-refunded {
    color: grey;
    opacity : 0.8;
}

.issue-more-info {
    padding: 1em;
    background: #fafafafa;
    border: 1px solid #f0f0f0
}
