/* Simplified UI */
.qcard-admin {
    background: #f4f4f4;
    font-family: "Roboto", sans-serif;
}

.qcard-admin .form-table th {
    background-color: #e5e5e5;
    color: #333;
}

.qcard-admin .form-table td {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    text-shadow: 0.2px 0.2px 0.2px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
    .card {
        max-width: 100%;
        margin-top: 0;
        border-radius: 0;
        position: absolute;
        width: 100%;
        min-height: 0;
        overflow: scroll;
        bottom: 0;
        top: 55px;
    }
}

.qcard-general{
    font-size:1.2rem !important;
}
#qcard-container .form-table{
    border: 1px solid #e5e5e5;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
}
#qcard-container .form-table th {
    padding-left: 8px;
    font-weight: 300;
}

#qcard-container {
    font-weight: normal !important;
}

.flexi-checkout {
    font-size: 1.1em;
    padding-top: 0.3em;
     padding-bottom: 0.3em;
    background-color: #ff6900;
    color: #FFF;

}
.qcard-margin-below {
    margin-bottom: 10px;
}
.qcard-logo
 {
    /* float:left; */
    display:inline-block;
    vertical-align: middle;
    margin: 1px 20px 10px 5px;
    width: 152px;
    height:128px;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-image: url(../images/flexicards-ltfo.svg);
}
.qcard-header {
    display: table;
}
.qcard-desc
  {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 5px;
    text-shadow: 0.2px 0.2px 0.2px rgba(0, 0, 0, 0.5);
    display: table-cell;
    vertical-align: middle;
}
.qcard-payment-section.section-config.active > .admin__collapsible-block + input + fieldset { margin-left: 40px; }
