﻿div.error-wrapper {
    /*background: #fcf6da url('../images/closeDark.svg') no-repeat 99% 15%;*/
    cursor: pointer;
    text-align: center;
}

.error-wrapper ul {
    margin: auto;
    padding-left: 0;
    list-style: none;
}

error-wrapper ul li {
    list-style: none;
    line-height: 30px;
}

.passwordInformation {
    position: absolute;
    background-color: #F0FFFF;
    text-align: left;
}
.wallet-radio-list label {
    display: inline-block;
    margin: -20px 0 10px 30px;
}
.wallet-radio-list input {
    vertical-align: middle;
}

.achtype-radio-list {
    min-height: 30px;
    padding-top: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    margin-right: 25px;
 -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
    margin-top: 2px;
}

    .achtype-radio-list label {
        margin-right: 25px;
        margin-bottom: 10px;
        display: inline-block;
        cursor: pointer;
        font-weight: normal;
        padding-left: 5px;
        
    }

    .achtype-radio-list input[type="radio"] {
        width: 18px;
        height: 18px;
        margin-top: 20px;
        margin-right: 10px;
        margin-left: 0px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
       margin: 4px 0 0;
        margin-top: 1px \9;
        line-height: normal;
        float: left;
        margin-left: -20px;
    }


.radio-field.w-radio label {
    margin-right: 25px;
    margin-bottom: 0px;
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
}

.radio-field.w-radio input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width: 18px;
    height: 18px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
   
}


.paymentText {

    max-width: 100px;
    text-align: end;
}

.checkBoxMinWidth {
    min-width: 30px;
}


/* Required for AODA Compliance to hide a label for controls which does not have text labels*/
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    color: #ffffff;
    background-color: #006080
}

.show-in-print {
    display: none;
}

.logo-print {
    width:350px
}

@media (max-width: 991px) {
    .my-biller-wrapper.first {
        margin-left: auto!important;
        margin-right: auto!important;
    }
}

@media print {
    .flex-wrapper {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 75%
    }

    .page-details-content.top {
        padding-top: 0
    }

    .page-details-title.pay {
        height: 80px
    }
    .multi-list.sum {
        width: 350px
    }
    .multi-list-col {
        height: 20px
    }

    .body {
        line-height: 1em
    }
    .content-box {
        margin-bottom: 0
    }
    .hide-in-print {
        display: none
    }
    .show-in-print {
        display: block
    }
    .biller-stamp {
        height:100px
    }

}
/*#region ASPNET CHECKBOX*/
/*Add this style to match the size of WebFlow checkbox input button*/
.check.w-checkbox-input input {width:18px; height:18px;}

/*#region BillLoading*/
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-min-width: 200px;
    -ms-min-width: 200px;
    -o-min-width: 200px;
    -webkit-min-width: 200px;
    min-width: 200px;
    min-height: 200px;
    background: #000000 url('../images/Rolling-1s-100px.gif') no-repeat center center;
    background: rgba(0, 0, 0, .8) url('../images/Rolling-1s-100px.gif') no-repeat center center;
    opacity: 0.60;
    z-index: 99999;
}

.key-in-box {
    position: relative;
    width: 100%;
    max-width: 350px;
}

.key-in-box input {
    border: none;
    background-color: #fff;
    display: block;
    width: 100%;
    box-sizing: border-box
}

.key-in-box img {
    position: absolute;
    top: 5px;
    left: 5px
}

.key-in-box button {
    position: absolute;
    top: 5px;
    right: 5px
}

.ok-wrapper {
    position: absolute;
    left: 0px;
    top: 60px;
    right: 0px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fcf6da;
    color: #157c02;
    font-weight: 600;
}

/*Override for Account No and Invoice number width to fix overlapping to other columns on Desktop web views */
.multi-list-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 165px;
    padding-right: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


@supports (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button {
        display: inline-block;
        -webkit-appearance: -apple-pay-button;
    }

    .apple-pay-button-black {
        -apple-pay-button-style: black;
    }

    .apple-pay-button-white {
        -apple-pay-button-style: white;
    }

    .apple-pay-button-white-with-line {
        -apple-pay-button-style: white-outline;
    }
}

@supports not (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button {
        display: inline-block;
        background-size: 100% 60%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        border-radius: 5px;
        padding: 0px;
        box-sizing: border-box;
        min-width: 200px;
        min-height: 32px;
        max-height: 64px;
    }

    .apple-pay-button-black {
        background-image: -webkit-named-image(apple-pay-logo-white);
        background-color: black;
    }

    .apple-pay-button-white {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
    }

    .apple-pay-button-white-with-line {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
        border: .5px solid black;
    }
 
    .truncate {
         white-space: nowrap;
         overflow: hidden;
         text-overflow: ellipsis;
     }
   .nomenu {
       width: 50px;
       height: 50px;
   }
}

/*.error-wrapper ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}*/

input[type="submit"]
{
    -webkit-appearance: none;
    border-radius: 0;
} 