/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jul 23, 2019, 4:32:35 PM
    Author     : Unknown
*/

table.dataTable tr.child span.dtr-title {
    display: block;
}
span.btn {
    cursor: default;
}
.billing-images{
    justify-content: space-around;
}

.profile_images {
    width: 250px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 20px;
    overflow: hidden;
    object-fit: contain;
}
.status-active{
    color: #00a65a;
    font-weight: 800;
}
.status-inactive{
    color:#dd4b39;
}
.user_detail_row .col-md-6 {
    padding-bottom: 10px;
    border-bottom: 1px solid #cecece;
    margin-bottom: 10px;
}
.user_detail_row .col-md-6 label {
    min-width: 240px;
}
.user_profile_img {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}
table.dataTable{
    width:100%!important;
}
.main-footer.subscription {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #222d32;
    color: #fff;
    flex-wrap: wrap;
}


p.fieldRow span.inputText input, p.group span.field input {
    width: 100%;
}
input#btn_pay_cc {
    border: none;
    border-radius: 50px;
    padding: 8px 20px;
    background-color: #2d81bc !important;
}
#iframeContainer {
    width: 100%;
    height: 600px;
}
.shadowBox {
    background-color: transparent !important;
    border-width: 0px !important;
}
#iframeContainer .shadowBox {
    margin: 0;
    width: 100%;
}
iframe#payflow-iframe {
    border: none;
    margin: 0;
}
div#fieldrowCCNumber {
    padding: 0 10px;
}

.step-main-repeater iframe {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .main-footer.subscription .store-content {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .main-footer.subscription {
        text-align: center;
    }
}
