﻿body {
}

.clickCheckbox {
    padding-right: .5em;
    padding-left: .25em;
}

.section-header {
    font-size: 1.25em;
    background-color: #04a4e4;
}

.section-header {
    background: #04a4e4;
    padding: 8px 10px;
    border-radius: 5px;
    color: #fff;
    margin: 0 0 5px 0;
}

.section-body {
    background-color: white;
}

.subsection-header {
    background-color: #242C6B;
    border-radius: 5px;
    color: #fff;
    margin: 5px 0;
    line-height: 40px;
}

.sub-subsection-header {
    background-color: #242C6B;
    border-radius: 5px;
    color: #fff;
    margin: 5px 0;
    line-height: 40px;
}

label {
    font-size: 1em;
}

.body-label {
    font-size: 0.9em;
    font-weight: normal;
    /*margin-top: 9px;*/
    padding-right: 1em;
}

.checkbox-label {
    font-weight: normal;
    /*margin-top: 9px;*/
    padding-right: 1em;
}

.section-label {
    font-size: 1.0em;
    font-weight: normal;
    /*margin-top: 9px;*/
    padding-right: 1em;
}

.product-label {
    font-size: 1.0em;
    font-weight: normal;
    /*margin-top: 9px;*/
    padding-right: 1em;
}

.body-label-left {
    float: left !important;
    font-size: 1.1em;
    font-weight: normal;
    margin-top: 7px;
    padding-right: 1em;
}

.editor-radio {
    display: inline-block;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        background: red;
        cursor: inherit;
        display: block;
    }

input[readonly] {
    background-color: white;
    cursor: text !important;
}

.form-readonly {
    background-color: #f0f0f0;
}

th {
    background-color: gray;
    color: white;
}

th {
    background: #06a7e2;
    border: #06a7e2 2px solid;
}

.validation-summary-errors {
    color: #b94a48;
    background-color: #f2dede;
}

.product-sub-header {
    background: #f88c2c;
    border-radius: 5px;
    color: #fff;
    margin: 5px 0;
    line-height: 40px;
}

    .product-sub-header input[type=checkbox] {
        margin: 9px;
    }

.product-sub-label {
    font-size: 1.0em;
    font-weight: 400;
    padding-left: .5em;
    color: #fff;
    line-height: 40px;
}

.product-sub-sub-header {
    background: #5c6c68;
    border-radius: 5px;
    color: #fff;
    margin: 5px 0;
    line-height: 40px;
}

    .product-sub-sub-header input[type=checkbox] {
        margin: 9px;
    }

.product-sub-sub-label {
    font-size: 1.0em;
    font-weight: 400;
    padding-left: .5em;
    color: #fff;
    line-height: 40px;
}

.row.rowflex {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

.flexPeripheral {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

    .flexPeripheral .control-label {
        margin-bottom: 0px;
        display: flex;
        align-items: center;
    }

        .flexPeripheral .control-label.pos-peripheral-checkbox {
            width: 20%;
        }

.input-group.flexgroup {
    width: 100%;
}


.fob-flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
}

.fob-flex-pricing-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 20px;
    align-items: center;
}

    .fob-flex-pricing-row .control-label {
        font-weight: bold;
    }

.fob-item input[type="checkbox"] {
    margin-right: 5px;
}

.fob-flex-checkbox .form-group {
    display: flex;
    align-items: center;
}

.fob-flex-checkbox .control-label {
    margin-bottom: 0;
    margin-left: 5px;
}

.fob-flex-brand-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    column-gap: 10px;
}

.fob-flex-brand-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 5px;
    flex-basis: 49%;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 400;
}



    .fob-flex-brand-item .form-group {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 0px;
        margin-left: 10px;
        width: 33%;
    }

    .fob-flex-brand-item .section-checkbox {
        margin-top: 0;
    }

    .fob-flex-brand-item .brand-fee-select-label {
        margin-bottom: 0;
        font-weight: bold;
    }

    .fob-flex-brand-item .input-group {
        /*max-width: 130px;*/
    }

h5 {
    color: #04a4e4;
}

.input-group.flexgroup {
    width: 100%;
}

/*.fob-flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}*/

.fob-flex-pricing-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 20px;
    align-items: center;
    margin-left: 10px;
}

    .fob-flex-pricing-row .control-label {
        font-weight: bold;
    }

.fob-item input[type="checkbox"] {
    margin-right: 5px;
}

.fob-flex-checkbox .form-group {
    display: flex;
    align-items: center;
}

.fob-flex-checkbox .control-label {
    margin-bottom: 0;
    margin-left: 5px;
}





.fob-flex-brand-item .form-group {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 0px;
        width: 35%;
}

    .fob-flex-brand-item .section-checkbox {
        margin-top: 0;
    }

    .fob-flex-brand-item .brand-fee-select-label {
        margin-bottom: 0;
        font-weight: bold;
    }

    .fob-flex-brand-item .input-group {
        /*max-width: 130px;*/
    }

#PRICING_FEES_BRAND_BODY .product-label {
    line-height: 30px;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
    background-color: whitesmoke;
}

.fob-flex-brand-radio-button-list {
    display: flex;
    flex-direction: row;
    column-gap: 25px;
    margin-left: 10px;
}

.fob-flex-brand-radio-button .control-label {
    font-weight: bold;
    flex-shrink: 0;
}

.fob-brand-top-item .control-label {
    font-weight: bold;
}

.btn-brand {
    margin-top: 15px;
}


/*#PRICING_FEES_BRAND_BODY .product-header {*/
    /*background: #E8F7FD;*/
    /*background: #798ea5;
    border-radius: 5px;
    color: #fff;
    margin: 5px 0;
    line-height: 40px;
}

#PRICING_FEES_BRAND_BODY .product-label {
    font-size: 1.0em;
    font-weight: 400;
    padding-left: .5em;
    color: #fff;
    line-height: 40px;
}*/


.fluid-pay-ach-fees{
    flex-wrap: wrap;
    width: 90%;
}

.section-header .product-funding-label {
    padding: 10px 0 0 10px;
}

.fob-flex-row-ndf{
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.fob-flex-row-ndf label{
    margin-bottom: 0px;
}