
.customer-credit-cards > .span12 {
    position: relative;
}

.customer-credit-cards .nav-tabs {
    margin-bottom: 15px;
}

.customer-credit-cards #customer-search {
    width: 300px;
}

.customer-credit-cards th {
    padding: 0.5rem;
}

.customer-credit-cards .lp-table-heading, .customer-credit-cards .lp-table-content {
    overflow-y: scroll;
}

.customer-credit-cards .table-responsive table {
    margin-bottom: 0;
}

.customer-credit-cards .lp-table-heading th {
    border-bottom-width: 1px;
}

.customer-credit-cards .lp-table-content {
    max-height: 900px;
}

.customer-credit-cards td label {
    margin: 0;
}

.customer-credit-cards td label input[type=checkbox] {
    vertical-align: middle;
    margin-top: -2px;
}

#customers-list td:last-child a {
    display: inline-block;
    margin-right: 7px;
    padding-right: 7px;
    border-right: 1px solid #aaa;
}

#customers-list td:last-child a:last-child {
    border-right: none;
}

#customer-credit-card-popup {
    width: 500px;
    background: #f3f3f3;
    padding: 30px;
    border-radius: 5px;
    margin-top: 20px;
}

#customer-credit-card-popup .StripeElement {
    background-color: white;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid lightgrey;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

#customer-credit-card-popup .StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

#customer-credit-card-popup .StripeElement--invalid {
    border-color: #fa755a;
}

#customer-credit-card-popup .StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#customer-credit-card-popup #card-errors {
    color: red;
    font-size: 14px;
}

#customer-credit-card-popup #payment-form {
    margin-top: 15px;
}

#customer-credit-card-popup #payment-form > div:last-child {
    margin-top: 15px;
}

#customer-credit-card-popup #card-customer-name {
    display: inline-block;
    margin-bottom: 15px;
    color: #555;
}

#customer-credit-card-popup h3 {
    color: #888;
    font-weight: 400;
    font-size: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

#customer-credit-card-popup h3 span {
    text-transform: capitalize;
}

#customer-credit-card-popup #card-element {
    width: 100% !important;
}

#close-card-popup {
    color: #555;
    display: inline-block;
    margin-left: 10px;
    text-decoration: none;
}
#close-card-attach-popup {
    color: #555;
    display: inline-block;
    margin-left: 10px;
    text-decoration: none;
}

#customer-email-popup, #customer-sms-popup {
    width: 500px;
}

@media (max-width: 767px) {
    .customer-credit-cards .col-12.customer-manage-cards {
        padding-top: 50px;
    }

    .fancybox-slide {
        height: auto !important;
    }

    .fancybox-slide #customer-email-popup, .fancybox-slide #customer-sms-popup {
        width: auto; !important;
        display: block !important;
        margin-top: 30%;
    }

}
