﻿#BankLogoDisplay
{
    position: relative;
    top: -206px;
    left: 30px;
}

.surchargeWarningText
{
    font-weight: bold;
    color: red;
}

div.nodata
{
    font-style: italic;
    font-size: 12px;
}

div.Processing
{
    min-height: 150px;
    text-align: center;
    color: #2b752a;
}

    div.Processing h1, div.Processing h2, div.Processing h3
    {
        color: #2b752a;
    }

#SearchBox
{
    background-image: url(/content/images/icon_search_green.png);
    background-position: right;
    background-repeat: no-repeat;
    width: 41%;
    float: right;
    margin-right: 0.5%;
}

div.AdditionalTransaction
{
    margin: 10px 0px 10px 0px;
    padding: 10px 10px 10px 10px;
    text-align: justify;
    background: #F6F6F6;
    border: solid 1px #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}



    div.AdditionalTransaction .wizardFormPostBtn
    {
        float: right;
    }

div.MultiPaymentInformation
{
    margin: 10px 0px 10px 0px;
    padding: 10px 10px 10px 10px;
    text-align: justify;
    background: #F6F6F6;
    border: solid 1px #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.jqw-buttons .wizardFormPostBtn
{
    float: right;
    margin-right: 10px;
}

.MenuPage_InfoTab
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    background-color: #eee;
    border-bottom-right-radius: 2em;
    border-bottom-left-radius: 2em;
    -moz-border-radius-bottomleft: 2em;
    -moz-border-radius-bottomright: 2em;
    padding-bottom: 2%;
    box-shadow: 0 0 10px #666;
    padding-top: 2%;
    padding-right: 2%;
    padding-left: 2%;
}

.layoutLinks a
{
    color: #277328;
    padding-right: 40px;
    padding-left: 5px;
    text-shadow: 1px 1px 3px #848484;
    font-size: 1.2em;
    font-weight: 500;
}

.layoutLinks
{
    display: block;
    float: right;
    clear: right;
}

/* =========================================
* Paging and Sorting
 =========================================
 */
.customer-page-sort-wrapper
{
    display: block;
    float: left;
    clear: both;
    width: 100%;
    background: #E4E4E4;
    height: auto;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* customer Paging */
ul.customer-paging
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    width: 80%;
}

    ul.customer-paging li
    {
        display: block;
        float: left;
        width: 3.846153846153846%;
        border-right: 1px solid #FFFFFF;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        ul.customer-paging li:last-child
        {
            border-right: none;
        }

        ul.customer-paging li a, ul.customer-paging li a:link, ul.customer-paging li a:active, ul.customer-paging li a:visited
        {
            display: block;
            text-decoration: none;
            text-transform: uppercase;
            color: #848484;
            text-align: center;
            width: 100%;
            padding: 8px;
            font-size: .8em;
            font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
        }

            ul.customer-paging li a:hover
            {
                color: #222222;
                background-color: #D8D8D8;
                background-position: 0 -40px;
            }

            ul.customer-paging li a.select
            {
                color: #222222;
                background-color: #D8D8D8;
            }

/* Featured New Paging */

ul.featured-new-paging
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    width: 20%;
}

    ul.featured-new-paging li
    {
        display: block;
        float: left;
        border-right: 1px solid #FFFFFF;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

li.featured-customer-paging
{
    width: 100%;
    background-color: #A7A7A7;
}

    li.featured-customer-paging a, li.featured-customer-paging a:link, li.featured-customer-paging a:active, li.featured-customer-paging a:visited
    {
        width: 100%;
    }

li.new-customer-paging
{
    width: 38%;
    background-color: #A7A7A7;
}

    li.new-customer-paging a, li.new-customer-paging a:link, li.new-customer-paging a:active, li.new-customer-paging a:visited
    {
        width: 100%;
    }

ul.featured-new-paging li a, ul.featured-new-paging li a:link, ul.featured-new-paging li a:active, ul.featured-new-paging li a:visited
{
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    height: 32px;
    padding-top: 8px;
    font-size: .8em;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

    ul.featured-new-paging li a:hover
    {
        color: #FFFFFF;
        background-color: #6B6B6B;
    }

    ul.featured-new-paging li a.select
    {
        color: #FFFFFF;
        background-color: #666666;
    }

/* Featured customer */

.customer-featured-hero
{
    display: block;
    position: relative;
    background-color: #D8D8D8;
    max-width: 100%;
    height: 300px;
    margin-bottom: 1.3em;
}

/* customer Tiles */

.customer-listing-item-wrapper
{
    display: block;
    float: left;
    width: 33%;
    padding: .6em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.customer-listing-item-content
{
    display: block;
    width: 100%;
    padding: .6em;
    text-align: center;
    border: 1px solid #CCD2D6;
    text-transform: uppercase;
    padding-bottom: .75em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 9.7em;
}

    .customer-listing-item-content a, .customer-listing-item-content a:link, .customer-listing-item-content a:active, .customer-listing-item-content a:visited
    {
        color: #848484;
        display: block;
        font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
        text-decoration: none;
    }

        .customer-listing-item-content a:hover
        {
            color: #222222;
        }

        .customer-listing-item-content a img
        {
            margin-bottom: .6em;
        }
/* All customers Section */

.all-customers-links-wrapper
{
    display: block;
    float: left;
    width: 25%;
}

    .all-customers-links-wrapper h2
    {
        background-color: #E4E4E4;
        display: block;
        margin: 0 0 .5em 0;
        padding: .5em 0 .5em .60em;
    }

    .all-customers-links-wrapper li
    {
        padding-left: .75em !important;
    }

    .all-customers-links-wrapper a, .all-customers-links-wrapper a:link, .all-customers-links-wrapper a:active, .all-customers-links-wrapper a:visited
    {
    }

        .all-customers-links-wrapper a:hover
        {
        }

.noresult
{
    min-height: 800px;
    padding: .6em;
    text-align: center;
    padding-bottom: .75em;
    height: 12em;
    margin-bottom: 25%;
    display: block;
    position: relative;
}

.pager, .top-Pager
{
    margin: 8px 3px;
}

    .pager a, .top-Pager a
    {
        border: 1px solid #aaa;
        padding: 3px 5px;
        text-align: center;
        text-decoration: none;
    }

    .pager span, .pager a, .top-Pager span, .top-Pager a
    {
        margin: 4px 3px;
    }

    .pager .current, .top-Pager .current
    {
        background-color: #277328;
        border: 1px solid #277328;
        color: #fff;
        font-weight: bold;
        margin-top: 4px;
        padding: 3px 5px;
        text-align: center;
    }

    .pager .disabled, .top-Pager .disabled
    {
        display: none;
    }

.top-Pager
{
    display: none;
}

.content
{
    padding: 0 2% 2% 2%;
}

.item
{
    text-transform: uppercase;
    padding: .75em 0em .75em 0em;
    height: 14em;
}

.item-link
{
    margin: 0 auto;
    display: block;
    color: #848484;
    text-decoration: none;
    border: 1px solid #ccd2d6;
    width: 95%;
    min-height: 105%;
    border-radius: 5px;
    padding: 1% 0 1% 0;
}

    .item-link:hover
    {
        color: #000;
    }


.menu-image
{
    margin-bottom: 0.2em;
    max-width: 80%;
    max-height: 9em;
}

div.PVKFailure
{
    margin: 10px 0px 10px 0px;
    padding: 10px 10px 5px 10px;
    text-align: center;
}

div.PVKBox
{
    margin: 10px 0px 10px 0px;
    padding: 10px 10px 5px 10px;
    text-align: justify;
    border: solid 1px #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.ConFeeBefore
{
    margin: 10px 0px 10px 0px;
    padding: 10px 10px 5px 10px;
    text-align: justify;
    border: solid 1px #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #F6F6F6;
    border-radius: 3px;
}

div.ConFeeAfter
{
    margin: 10px 0px 10px 0px;
    padding: 10px 10px 5px 10px;
    text-align: justify;
    border: solid 1px #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #F6F6F6;
    border-radius: 3px;
}

#PayerInfo_CCExpiration
{
    visibility: hidden;
    height: 0px;
}


#PayerInfo_CCExpYear
{
    width: 75px;
    min-width: 75px;
}

    #PayerInfo_CCExpYear option
    {
        width: 75px;
        min-width: 75px;
    }

#PayerInfo_CCExpMonth
{
    width: 85px;
    min-width: 85px;
}

    #PayerInfo_CCExpMonth option
    {
        width: 85px;
        min-width: 85px;
    }

img.LoadingImage
{
    background-repeat: no-repeat;
    float: none;
    padding: 10px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
    color: #333333;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

div.CheckContainer
{
    margin: 0 auto;
    left: 0px;
    width: 650px;
    height: 260px;
    background-image: url('../../Content/images/blankcheck.jpg');
    position: relative;
    top: 0px;
    border: 1px solid #262626;
}

div.CheckStub
{
    margin: 0 auto;
    left: 5px;
    width: 650px;
    height: 60px;
    background-color: inherit;
    position: relative;
    top: 6px; /*border:1px solid #262626;*/
}

div.RoutingNumber
{
    margin: 0 auto;
    height: 50px;
    position: absolute;
    top: 170px;
    left: 30px; /*background-color: #dfe5e6;*/
}

div.FloatContainer
{
    height: 100px;
    display: inline-block;
    position: relative;
}

#CTBusiness
{
    margin-left: 17px;
}

#BTSavings
{
    margin-left: 25px;
}



div.AccountNumber
{
    margin: 0 auto;
    height: 50px;
    position: absolute;
    top: 170px;
    left: 370px; /*background-color: #dfe5e6;*/
}

div.ConfirmAccountNumber
{
    margin: 0 auto;
    height: 10px;
    position: absolute;
    top: 10px;
    left: 370px; /*border:1px solid #262626;*/ /*background-color: #dfe5e6;*/
}


fieldset, img
{
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var
{
    font-style: normal;
    font-weight: normal;
}

ol, ul
{
    /*list-style: none;*/
}

    ul li
    {
        margin: 0px 0px 0px 0px;
    }

caption, th
{
    text-align: left;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
}

q:before, q:after
{
    content: '';
}

abbr, acronym
{
    border: 0;
}

#FAQTabs-1 a,
#FAQTabs-2 a,
#FAQTabs-3 a,
a
{
    color: #009040;
}

    a:hover
    {
        color: #00b050;
    }

p
{
    line-height: 1.5em;
    margin: 0px 0px 15px 0px;
    text-align: justify;
}

*
{
    outline-color: #277328;
}

.noselect
{
    cursor: default;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding-top: 0px;
}

.Clear_Float::after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

fieldset
{
    margin: 0px !important;
    padding: 10px 20px 0px 20px !important;
    margin: 0px 0px 20px 0px !important;
    background: #FFF !important;
    border: solid 1px #AAA !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

legend
{
    margin: 0px 10px;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    width: auto;
    background: #FFF;
    padding: 0 10px;
    border-bottom: 1px solid lightgray;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="file"] ::-webkit-file-upload-button, button
{
    padding: 4px 10px;
    margin: 0px;
    font-weight: bold;
    cursor: pointer;
}


body
{
    margin: 0px;
    background: #E0E0E0;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 14px;
    font-family: Arial;
}

.page
{
    margin: 0px auto 0px auto;
    background: #F6F6F6;
    border: solid 1px #AAA;
    border-top: none;
    height: auto;
    width: 100%;
    -moz-box-shadow: 0px 0px 10px #666666;
    -webkit-box-shadow: 0px 0px 10px #666666;
    box-shadow: 0px 0px 10px #666666;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.header
{
    position: relative;
    display: block;
    width: 100%;
    max-height: 125px;
    overflow: hidden;
    background: #FFF;
    padding: 0px;
}

#clientlogo
{
    padding: 10px 0px 0px 10px;
    float: left;
}


img.Paystation_Logo
{
    margin: 0px;
    padding: 10px 10px 10px 0px;
    float: right;
    cursor: pointer;
    width: 25%;
}


div.title
{
    position: relative;
    display: block;
    width: 100%;
    padding: 1.2%;
    background: #EEEEEE;
    background: -webkit-linear-gradient(#DDDDDD, #FFFFFF, #DDDDDD);
    background: -o-linear-gradient(#DDDDDD, #FFFFFF, #DDDDDD);
    background: -moz-linear-gradient(#DDDDDD, #FFFFFF, #DDDDDD);
    background: linear-gradient(#DDDDDD, #FFFFFF, #DDDDDD);
    border-top: solid 1px #AAA;
    border-bottom: solid 1px #AAA;
}

    div.title span
    {
        color: #666;
        font-weight: bold;
        font-size: 16px;
        line-height: 22px;
        white-space: nowrap;
    }

    div.title .nav
    {
        float: right;
        margin: 5px 20px 5px 0px;
    }

        div.title .nav a
        {
            display: inline-block;
            color: #666;
            font-size: 15px;
            font-weight: bold;
            text-decoration: none;
            padding: 5px 8px 4px 8px;
            margin: 0px 0px 0px 10px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            background: #F6F6F6;
            border: solid 1px #AAA;
            -webkit-box-shadow: #AAA 0px 0px 4px -1px inset;
            box-shadow: #AAA 0px 0px 4px -1px inset;
        }

            div.title .nav a:hover
            {
                background: #FFF;
                color: #00B050;
                -webkit-box-shadow: #AAA 0px 0px 2px 0px inset;
                box-shadow: #AAA 0px 0px 2px 0px inset;
            }

            div.title .nav a:active
            {
                -webkit-box-shadow: #AAA 0px 0px 5px 0px inset;
                box-shadow: #AAA 0px 0px 5px 0px inset;
            }

#main
{
    margin: 0px 0px 0px 0px;
}

.footer
{
    margin: 0px auto 20px auto;
}

    .footer .FooterLinks
    {
        text-align: center;
        margin: 20px 0px 0px 0;
        width: 100%;
    }

        .footer .FooterLinks .col {
            display: inline-block;
            vertical-align: middle;
            width: 32%;
        }

            .footer .FooterLinks .col img {
                max-width: 100%;
                height: auto;
            }

    .Support a
    {
        display: inline-block;
        width: 132px;
        height: 30px;
        background: url(images/btnPSTechSupport.png) top center no-repeat;
        cursor: pointer;
    }

        .Support a:hover
        {
            background-position: bottom center;
        }

body > div > div.footer > span.PoweredBy > a > img
{
    width: 100%;
    height: 100%;
}

.GoDaddy
{
    float: right;
    margin: 10px 10px 0px 0px;
}

.GoDaddy_old
{
    float: right;
    margin: 20px 10px 0px 0px;
}

.McAfee
{
    display: inline-block;
    margin: 5px 0 0 10px;
    vertical-align: middle;
}

.display-label, .editor-label
{
    float: left;
    clear: both;
    font-weight: bold;
    width: 100%;
}

    .editor-label .SampleText
    {
        color: #AAB1EE;
        font-size: 12px;
        font-weight: bold;
    }

.check-label
{
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.SampleText a
{
    color: #AAB1EE;
    text-decoration: none;
}

    .SampleText a:hover
    {
        color: #BBC2FF;
    }

    .SampleText a img.Link_Arrow
    {
        width: 8px;
        height: 8px;
        margin: 2px 0px 0px 1px;
        background-color: #AAB1EE;
    }

    .SampleText a:hover img.Link_Arrow
    {
        background-color: #BBC2FF;
    }


.display-field
{
    clear: both;
    padding: 0px 0px 20px 20px;
}

.editor-field
{
    clear: both;
    padding: 0px 0px 20px 0px;
}

    .editor-field input[type=email],
    .editor-field input[type=tel],
    .editor-field input[type=text],
    .editor-field select
    {
        -webkit-rtl-ordering: logical;
        -webkit-user-select: text;
        box-sizing: border-box;
        background-attachment: scroll;
        background-clip: border-box;
        background-color: #FDFDFD;
        background-origin: padding-box;
        color: #333;
        cursor: text;
        font-size: 14px;
        line-height: 14px;
        height: 30px;
        min-width: 250px;
        padding: 0px 5px 0px 5px;
        position: static;
        width: 200px;
        border: inset 1px #BCB691;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border-collapse: separate;
        -webkit-box-shadow: #FFF6F6 0px 0px 3px 3px inset;
        box-shadow: #FFF6F6 0px 0px 3px 3px inset;
    }

        .editor-field input[type=email]:focus,
        .editor-field input[type=tel]:focus,
        .editor-field input[type=text]:focus,
        .editor-field select:focus
        {
            border-style: outset;
        }

#ach > div.CheckContainer > div.RoutingNumber > div.editor-field-02.Clear_Float.required,
#ach > div.CheckContainer > div.AccountNumber > div.editor-field-02.Clear_Float.required,
#ach > div.CheckStub > div > div.editor-field-02.Clear_Float.required
{
    width: 320px;
}


.required input[type=email],
.required input[type=tel],
.required input[type=text],
.required select
{
    padding-right: 0px;
    border-left: solid 5px !important;
    border-color: #BF0000 !important;
    -webkit-box-shadow: #FFEEEE 0px 0px 3px 3px inset;
    box-shadow: #FFEEEE 0px 0px 3px 3px inset;
    width: 8em;
}


input[type="text"].valid,
input[type="tel"].valid,
input[type="email"].valid,
select.valid
{
    border-color: #00BF00 !important;
    -webkit-box-shadow: #EEFFEE 0px 0px 3px 3px inset;
    box-shadow: #EEFFEE 0px 0px 3px 3px inset;
}

.input-validation-error
{
    border-color: #BF0000 !important;
    -webkit-box-shadow: #BF0000 0px 0px 3px 3px inset;
    box-shadow: #BF0000 0px 0px 3px 3px inset;
}

.CheckContainer .field-validation-error
{
    position: absolute;
}

.CheckStub .field-validation-error
{
    position: absolute;
}


.field-validation-error
{
    background-clip: border-box;
    background-color: transparent;
    background-image: url(images/errorbg.gif);
    background-position: left center;
    border-collapse: separate;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    color: #FFF;
    font-size: 12px;
    height: 2em;
    width: auto;
    line-height: 16px;
    padding: 5px 10px 5px 15px;
    margin: 2px 5px 5px -7px;
    text-align: left;
    vertical-align: baseline;
    z-index: 10;
}

.warning
{
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../../Content/images/FailureMark.png');
    background-size: contain;
    background-repeat: no-repeat;
    text-align: right;
    margin: 10px 0px;
    display: inline-block;
    background-position: 0px center;
    height: auto;
    width: 25%;
    z-index: 10;
}

.validation-summary-errors, .validation-summary-errors ul li
{
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-color: red;
    list-style-type: none;
}

    .validation-summary-errors::before
    {
        content: "Error(s):";
    }

.validation-summary-errors
{
    padding: 0.2em 0 0.2em 1em;
}

.expMonth, .expYear
{
    min-width: 95px !important;
    width: 95px !important;
    margin: 0px 10px 0px 0px;
}


.hidden
{
    display: none;
}

.Paybtn
{
    display: block;
    height: 16px;
    width: 16px;
    position: relative;
    border: none;
    background: none;
    background-color: transparent;
    background-position: 0px 0px;
    cursor: pointer;
    float: none;
    margin: 0px 5px 0px 0px;
}

.ErrorMessage
{
    font-size: 3em;
    color: #F00;
    margin: 0.2em 0 0.2em 0;
    /*background-color: #E0E0E0;
    border: 5px ridge #AFAFAF;
    border-radius: 5px;
    margin-bottom: 0.5em;
    background: linear-gradient(to bottom , #DDDDDD 0% , #FFFFFF 50%, #DDDDDD 100%);*/
}


.SuccessMessage
{
    font-size: 3em;
    color: #00b050;
    margin: 0.2em 0 0.2em 0;
    /*background-color: #E0E0E0;
    border: 5px ridge #AFAFAF;
    border-radius: 5px;
    margin-bottom: 0.5em;
    background: linear-gradient(to bottom , #DDDDDD 0% , #FFFFFF 50%, #DDDDDD 100%);*/
}


.WarningMessage
{
    margin: 0px 0px 10px 0px;
    overflow: hidden;
}

    .WarningMessage *
    {
        color: #555 !important;
    }

    .WarningMessage h3
    {
        margin: 0px 0px 0px 0px;
    }

    .WarningMessage h4
    {
        margin: 0px 0px 0px 0px;
    }



#demo
{
    background: #FF0000;
    border-width: thin;
    border-style: solid;
    border-color: #000000;
    color: #ffffff;
    font-size: medium;
    padding: 10px 15px 10px 15px;
}

    #demo h1
    {
        font-size: larger;
        font-weight: bolder;
        color: #ffffff;
    }

.CustomerList
{
    align-content: center;
    margin-top: 20px;
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    background: url("./images/Container_BG.png");
    border: solid 1px #AAA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #AAA 0px 0px 10px -1px inset;
    box-shadow: #AAA 0px 0px 10px -1px inset;
}

    .CustomerList ul
    {
        list-style: none;
    }

        .CustomerList ul li
        {
            margin: 0px;
            padding: 0px;
        }

            .CustomerList ul li a
            {
                position: relative;
                display: block;
                padding: 10px;
                border-bottom: solid 1px #AAA;
                text-decoration: none;
                font-size: 13px;
                color: #555;
                font-weight: 600;
            }

                .CustomerList ul li a:hover
                {
                    padding: 10px 0px 10px 20px;
                    color: #000;
                    background: #F6F6F6 url(images/arrow_right.png) no-repeat 8px;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
                    filter: alpha(opacity=50);
                    -moz-opacity: 0.5;
                    -khtml-opacity: 0.5;
                    opacity: 0.5;
                }

#Customer_Wrapper
{
    min-height: 588px;
}

#ECHECK
{
    background-image: url("../../content/images/echeckSingle.png");
}

#VISA
{
    background-image: url("../../content/images/visaSingle.png");
}

#MASTC
{
    background-image: url("../../content/images/mastercardSingle.png");
}

#AMEXP
{
    background-image: url("../../content/images/americanexpressSingle.png");
}

#DISCR
{
    background-image: url("../../content/images/discoverSingle.png");
}

#jStepWizard > div.jqw-panel-2 > fieldset > div > table > tbody > tr > td > label
{
    background-position-x: center;
    background-repeat: no-repeat;
    width: 4.4em;
    height: 3em;
    margin-right: auto;
    margin-left: auto;
}


    #jStepWizard > div.jqw-panel-2 > fieldset > div > table > tbody > tr > td > label:hover
    {
        cursor: pointer;
    }



#jStepWizard > div.jqw-panel-2 > fieldset > div > table > tbody > tr > td > input[type="radio"]
{
    margin: 0 1.7em;
}

#jStepWizard > div.jqw-panel-2 > fieldset > div > table
{
    width: 30%;
}

#PayTypeTable + span[class="field-validation-error"]
{
    position: relative;
    top: -6.5em;
    left: 13em;
}

.field-validation-valid
{
    color: red;
    font-weight: bold;
}

#main > p
{
    padding: 0 1em 0 1em;
}

#main > ul
{
    padding: 0 4em 0 4em;
}

#PayTypeToggle
{
    position: relative;
    float: right;
    padding: 9px 10px;
    background-image: none;
    border-radius: 4px;
}

.icon-bar1
{
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #888;
    margin-top: 4px;
}

.loader-load
{
    background: #000000 url(../../content/images/loading.gif) no-repeat 50% 50%;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    -webkit-opacity: 0.8;
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 1000;
}

#jStepWizard > div > fieldset > div.editor-label > label
{
    display: block;
    padding: 0 0;
    font-size: 1em;
    line-height: inherit;
    color: black;
    text-align: left;
    white-space: initial;
}

.navbar
{
    margin: 0 0 0 0;
    padding: 0;
}

.navbar-light .navbar-brand
{
    color: #777;
    font-size: 18px;
    line-height: 20px;
    padding: 15px;
    margin-right: 0;
}

.navbar-light .navbar-nav>li>a:hover, .navbar-light .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-light .navbar-nav>.active>a, .navbar-light .navbar-nav>.active>a:hover, .navbar-light .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-toggler {
    padding: 4px 9px;
    margin: 8px 15px 8px 0;
}

.navbar-toggler .navbar-toggler-icon {
    font-size: 16px;
    line-height: 16px;
}

.navbar-nav>li>a {
    padding: 10px 15px !important;
}

#cc > div:nth-child(4) > span
{
    position: relative;
    top: -2.35em;
    left: 16em;
}

#main > div.content > div.ErrorMessage > *
{
    color: #F00;
    font-size: 0.65em;
}

#PayerInfo_PaymentType_Test
{
    visibility: hidden;
    height: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (max-width: 991px) and (min-width:481px)
{
    #jStepWizard > div.jqw-panel-2 > fieldset > div > table
    {
        width: 80%;
    }
}

@media (min-width: 768px) {
    .navbar-collapse {
        border: none !important;
    }

    .navbar-nav>li>a {
        padding: 15px !important;
        line-height: 20px;
    }
}

@media (max-width: 991px)
{
    .container
    {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
    }

    div.CheckStub
    {
        margin: 0 0;
        width: auto;
        height: auto;
        background-color: inherit;
        position: inherit;
        border: none;
    }

    div.RoutingNumber
    {
        margin: 0 0;
        width: auto;
        height: auto;
        position: inherit;
        background-color: inherit;
        padding-bottom: 1em;
    }

    div.AccountNumber
    {
        margin: 0 0;
        width: auto;
        height: auto;
        position: inherit;
        background-color: inherit;
        padding-bottom: 1em;
    }

    div.ConfirmAccountNumber
    {
        margin: 0 0;
        width: auto;
        height: auto;
        position: inherit;
        border: none;
        background-color: inherit;
        padding-bottom: 1em;
    }

    .display-label, .editor-label
    {
        float: none;
        padding: 0 0 0 0;
    }

    div.CheckContainer
    {
        margin: 0px 0px 0px 0px;
        width: auto;
        height: auto;
        background-image: none;
        position: inherit;
        border: none;
    }


    #ach > div.CheckContainer > div:nth-child(-n+7)
    {
        display: none;
    }


    #main > div.content > fieldset > form > div > a
    {
        font-size: xx-large;
    }

    #ach > div.CheckContainer > div.RoutingNumber > div.editor-field-02.Clear_Float.required,
    #ach > div.CheckContainer > div.AccountNumber > div.editor-field-02.Clear_Float.required,
    #ach > div.CheckStub > div > div.editor-field-02.Clear_Float.required
    {
        width: auto;
    }

    .editor-field-02 input[type=text],
    .editor-field-02 input[type=tel],
    .editor-field-02 input[type=email],
    .editor-field-02 select
    {
        -webkit-rtl-ordering: logical;
        -webkit-user-select: text;
        box-sizing: border-box;
        background-attachment: scroll;
        background-clip: border-box;
        background-color: #FDFDFD;
        background-origin: padding-box;
        color: #333;
        cursor: text;
        font-size: 14px;
        line-height: 14px;
        height: 30px;
        min-width: 250px;
        padding: 0px 5px 0px 5px;
        position: static;
        width: 200px;
        border: inset 1px #BCB691;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border-collapse: separate;
        -webkit-box-shadow: #FFF6F6 0px 0px 3px 3px inset;
        box-shadow: #FFF6F6 0px 0px 3px 3px inset;
        position: inherit;
    }

    #BankLogoDisplay
    {
        position: inherit;
        margin-bottom: 10px;
    }

    
    .footer > .FooterLinks .col {
        width: 45%;
    }

    .footer > .FooterLinks .McAfee, .footer .FooterLinks .PoweredBy
    {
        display: none;
    }
}

@media (max-width: 650px)
{
    .customer-page-sort-wrapper
    {
        display: none;
    }

    #jStepWizard > ul > li
    {
        display: none;
    }

        #jStepWizard > ul > li.jqw-current
        {
            width: 100%;
            display: block;
        }

    #jStepWizard > div.jqw-panel-2 > fieldset > div > table
    {
        width: 100%;
    }

        #jStepWizard > div.jqw-panel-2 > fieldset > div > table > tbody > tr > td > label
        {
            width: 5.5em;
            height: 3em;
        }

        #jStepWizard > div.jqw-panel-2 > fieldset > div > table > tbody > tr > td > input[type="radio"]
        {
            height: 0px;
            margin: 0 35%;
        }

    .editor-field, .editor-field-02
    {
        max-width: 275px;
    }

    .CheckContainer .field-validation-error, .CheckStub .field-validation-error
    {
        position: initial;
    }

    #cc > div:nth-child(4) > span
    {
        position: initial;
    }

    .field-validation-error
    {
        color: red;
        background-image: none;
        font-size: 1.1em;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        height: 1.1em;
        font-weight: bold;
    }

    #PayTypeTable + span[class="field-validation-error"]
    {
        position: initial;
    }

    .SuccessMessage, .ErrorMessage
    {
        font-size: 2em;
    }
}


@media (max-width: 480px)
{

    img.Paystation_Logo
    {
        width: 100%;
        height: 80%;
    }

    .MenuPage_InfoTab
    {
        display: none;
    }

    #index > div.title.noselect
    {
        font-size: 1.75em;
    }

        #index > div.title.noselect > span
        {
            display: none;
        }

    #index > div.content > div:nth-child(3) > br:nth-child(1), #index > div.content > div:nth-child(3) > br:nth-child(3)
    {
        display: none;
    }

    .top-Pager
    {
        /*display: block;*/
        display: none;
        padding-left: 0;
        margin: 0 0;
        text-align: center;
        list-style: none;
        font-size: 3.5em;
    }

    #SearchBox
    {
        width: 100%;
        background-image: none;
    }

    #index > div.content > div > div.pager
    {
        font-size: 3.5em;
    }

    .editor-field input[type=text],
    .editor-field-02 input[type=text],
    .editor-field input[type=tel],
    .editor-field-02 input[type=tel],
    .editor-field input[type=email],
    .editor-field-02 input[type=email],
    .editor-field input[type=number],
    .editor-field-02 input[type=number],
    .editor-field select,
    .editor-field-02 select
    {
        min-width: 100%;
        width: 100%;
    }

    .jqw-panel-1, .jqw-panel-2, .jqw-panel-3, .jqw-panel-4, .jqw-panel-5
    {
        padding: 3px 3px 0px 3px;
    }

    #jStepWizard > div.jqw-panel-2 > fieldset > div > table > tbody > tr > td
    {
        display: inline-block;
    }

        #jStepWizard > div.jqw-panel-2 > fieldset > div > table > tbody > tr > td > label
        {
            width: 6em;
            height: 3.5em;
        }

    .Paystation_Logo
    {
        display: none;
    }

    div.Processing
    {
        width: 100%;
    }
}

.mocking-for-confirm #BankLogoDisplay
{
    position: inherit;
    margin-bottom: 0px;
    margin-top: 5px;
    top: 0px;
    left: 0px;
}
.mycustom_btn {
    color: black;
    width: 300px;
    height: 70px;
    border: 2px solid;
    border-color: forestgreen;
    text-align: center;
}

    .mycustom_btn:hover, .mycustom_btn:focus, .mycustom_btn:active, .mycustom.mycustom_btn.active, .open > .dropdown-toggle.mycustom_btn {
        color: #fff;
        background-color: aquamarine;
        border-color: #285e8e; /*set the color you want here*/
    }

.mycustom_btn {
    color: black;
    background-color: #F6F6F6;
    width: 280px;
    height: 50px;
    border: 8px solid;
    border-color: forestgreen;
    font-size:12pt;
}
    .mycustom_btn:hover, .mycustom_btn:focus, .mycustom_btn:active, .mycustom.mycustom_btn.active, .open > .dropdown-toggle.mycustom_btn {
        color: #fff;
        background-color: forestgreen;
        border-color: forestgreen;
    }






