﻿div.error-wrapper {
    background: #fcf6da url('../images/close_2.svg') no-repeat 99% 15%;
    cursor: pointer;
}

.error-wrapper ul {
    margin: 0;
    padding-left: 0
}

.passwordInformation {
    position: absolute;
    background-color: #F0FFFF;
    text-align: left;
}
.error-wrapper ul li {
    list-style: none;
    height: 30px
}

.wallet-radio-list label {
    display: inline-block;
    margin: 10px 0 10px 10px;
}
.wallet-radio-list input {
    vertical-align: middle;
}

.achtype-radio-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    margin-right: 25px;
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.achtype-radio-list label {
    margin-right: 25px;
    margin-bottom: 0;
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
}

.achtype-radio-list input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

/* 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;
}

.show-in-print {
    display: none;
}

.logo-print {
    width:350px
}

.addEmailSection {
    max-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
    }
}
/*#region ASPNET CHECKBOX*/
/*Add this style to match the size of WebFlow checkbox input button*/
.check.w-checkbox-input input {width:16px; height:16px;}

.paymentAmountText {
    max-width: 100px;
    text-align: end;
}