﻿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: 10px;
    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: 10pt;
        transform: scale(0.80);
    }

    .page-details-content.top {
        padding-top: 0
    }

    .page-details-title.pay {
        height: 80px
    }
    .multi-list {
        width: 350px
    }
    .multi-list-col {
        height: 20px;
    }
    .payment-details-wrapper {
        width: 100%;
        height: 400px;
    }
    
    .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;
}

.cust-col {
    min-width: 125px;
}
@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;
}*/

.updatePanel {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
}

/*Info Tooltip*/
/* BUILD TOOLTIP USING BEFORE PSEUDO-CLASS */
[data-tooltip]::before {
    content: attr(data-tooltip);
}

/* POSITION TOOLTIP */
[data-tooltip] {
    position: relative;
    display: inline-block;
    font-size: small;
}

[data-tooltip]::before {
    position: absolute;
    z-index: 999;
}

[data-tooltip].top::before {
    bottom: 100%;
    margin-bottom: 10px;
}

[data-tooltip].bottom::before {
    top: 100%;
    margin-top: 10px;
}

[data-tooltip].left::before {
    right: 100%;
    margin-right: 10px;
}

[data-tooltip].right::before {
    left: 100%;
    margin-left: 10px;
}

/* SHOW TOOLTIP ONLY ON HOVER */
[data-tooltip]::before {
    visibility: hidden;
    opacity: 1;
    transition: opacity 1s;
}

[data-tooltip]:hover::before {
    visibility: visible;
    opacity: 1;
}

/* STYLE THE TOOLTIP */
[data-tooltip]::before {
    background: #fcf6da;
    color: #000;
    padding: 10px;
    min-width: 100px;
    text-align: center;
}

input[type="submit"]
{
    -webkit-appearance: none;
    border-radius: 0;
}

.btnCancel {
    max-width: 200px;
}

@media screen and (max-width: 479px) {
    .btnCancel {
        max-width: none;
    }
}

/* Edge, hide password eye icon from inputs */
::-ms-reveal {
    display: none;
}

/* Mask field*/
@font-face {
    font-family: text-security-disc;
    src: url('/Resources/css/text-security-disc.woff');
}

.maskField {
    font-family: text-security-disc;
    font-size: x-large;
}

input:focus::placeholder {
    color: transparent;
}

/*Position change for Scan icon (camera) for Hybrid App*/
.scanIcon {
    left: 0;
}

/*AODA compliant Loading Spinner*/
.loadingDiv {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side,#006080 94%,#0000) top/8px 8px no-repeat, conic-gradient(#0000 30%,#006080);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation: loading 1s infinite linear;
}
@keyframes loading {
    100% {
        transform: rotate(1turn)
    }
}

.loadingDivContainer {
    margin-right: auto;
    margin-left: auto;
    display: table;
}

/*AODA compliant Loading Spinner End */

/*Session Expire Popup Start*/
#jquery-idle-hands {
    display: none;
    margin: 0 !important;
    padding: 0 !important;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    line-height: 1.5 !important;
    color: #333333;
}

#jquery-idle-hands-overlay {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: rgba(0,0,0,0.25) !important;
    z-index: 1001 !important;
    margin: 0 !important;
    margin: 0 !important;
}

#jquery-idle-hands-dialog {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 1002 !important;
    background-color: #ffffff !important;
    border-radius: 4px !important;
    padding: 4px !important;
    margin: 0 !important;
    min-width: 300px !important;
    border: 1px solid black;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    line-height: 1.5 !important;
    color: #333333;
}

#jquery-idle-hands-dialog-title {
    color: #333333 !important;
    text-align: center !important;
    /* background-color: #006080 !important;*/
    border-radius: 4px !important;
    padding: 4px !important;
    margin: 4px !important;
    text-align: center !important;
    line-height: 1.5 !important;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    font-size: 16px;
    font-size: 1.2em;
    font-weight: 300;
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    margin-bottom: 20px;
    padding-right: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    font-size: 1.5em;
    font-weight: 600;*/
}

#jquery-idle-hands-message-container p {
    padding: 0 !important;
    margin: 14px !important;
    text-align: left !important;
    line-height: 1.5 !important;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    color: #333333;
    font-size: 14px;
}

#jquery-idle-hands hr {
    padding: 0 !important;
    margin: 0 0 4px 0 !important;
    border: 1px solid #006080 !important;
    border-bottom: none !important;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    color: #333333;
    line-height: 1.5 !important;
    height: 1px !important;
}

#jquery-idle-hands-button-container {
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    color: #333333;
    line-height: 1.5 !important;
}

    #jquery-idle-hands-button-container button {
        width: 40% !important;
        height: 40px;
        padding: 5px 0 !important;
        font-size: 16px;
        margin: 5px 10px !important;
        line-height: 1.5 !important;
        font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
        color: #ffffff;
        background-color: #006080;
    }
/*Session Expire Popup End*/