﻿.Invoice-Payment-Wrapper {
    min-height: 1000px;
    width: 100%;
}

.Invoice-Payment-Block {
    display: inline-block;
    width: 100%;
}

.Invoice-Content {
}

/*.InvoicePaymentBorder {
    border-style: solid;
    border-width: 1px; border-color: #e7e9e8;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
}*/
.InvoicePaymentBorder {
    border-style: solid;
    border-width: 1px;
    border-color: #e7e9e8;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    margin-bottom: 18px;
    padding: 20px;
    border-radius: 5px;
}

.PaymentBorder {
    border-style: solid;
    border-width: 1px;
    border-color: #e7e9e8;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    /*  min-height: 700px;*/
    padding: 20px;
    border-radius: 4px;
}

.PaymentValueLabel select, .PaymentValueLabel input, input.ng-pristine.ng-untouched.ng-valid.ng-not-empty.ng-valid-min.ng-valid-max {
    height: 28px;
    width: auto; /* Adjust width as needed */
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 0 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-weight: 400;
}

.Invoice-Number {
    padding-left: 10px;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    width: 15%;
    border-right-width: 1px;
    border-color: #e7e9e8;
}

.Text-To-Center {
    text-align: center;
}

.Payment-Number {
    padding-left: 10px;
    display: inline-block;
    width: 15%;
    border-right-width: 1px;
    border-color: #e7e9e8;
}

.Payment-Date {
    padding-left: 10px;
    font-size: 1em;
    display: inline-block;
    width: 15%;
    border-right-width: 1px;
    border-color: #e7e9e8;
}

.Payment-Type {
    padding-left: 10px;
    font-size: 1em;
    display: inline-block;
    width: 50%;
}

.Payment-Amount {
    padding-left: 10px;
    font-size: 1em;
    display: inline-block;
    width: 15%;
    border-right-width: 1px;
    border-color: #e7e9e8;
    text-align: right;
}

.Invoice-Date {
    padding-left: 10px;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    width: 15%;
    border-right-width: 1px;
    border-color: #e7e9e8;
}

.Invoice-Type {
    padding-left: 10px;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    width: 50%;
}

.Invoice-Amount {
    padding-left: 10px;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    width: 15%;
    text-align: right;
}

.Invoice-Padding-Right {
    padding-right: 25%;
}

.Invoice-Item {
    width: 100%;
    font-size: .75em;
    padding-left: 35%;
}

.Payment-Content {
    display: inline-block;
    width: 100%;
}

.Balance-Content {
    display: inline-block;
    width: 100%;
}

.Balance-Amount {
    float: right;
    /* display: inline-block; */
    /* width: 100%; */
    /* padding-left: 85%; */
    font-weight: 600;
    margin-bottom: 6px;
}

.Balance-Buttons {
    display: inline-block;
    text-align: right;
    width: 100%;
}
.ng-scope label, .PaymentDetailLabel {
    font-weight: 500;
    font-size:14px;
}
.ng-binding {
    font-weight: 500;
    margin-bottom: 14px;
}
.Button .printreceipt {
}

.Button.makeapayment {
    background-color: #EE7835;
    border-color: #EE7835;
    color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.Payment-Display-Label.heading, .heading, PaymentDetailLabel label {
    font-size: 18px;
    margin-bottom: 4px;
    display: block;
    font-weight: 600;
}

.sub-heading {
    font-size: 17px;
    margin-bottom: 16px;
    display: block;
    font-weight: 600;
}

.mb-2 {
    margin-bottom: 12px;
}

label.total {
    display: inline;
    font-weight: 600;
    font-size: 20px;
}

span.total-amount.ng-binding {
    font-size: 15px;
    font-weight: 500;
}

.checkboxes-sec {
    display: flex;
    gap: 30px;
    align-items: center;
    width: 100%;
    margin-bottom: 8px;
}

.Payment-Display-Label {
    /*padding-left:5%;*/
    font-weight: 500;
    font-size:13px;
    margin-bottom: 12px;
}
/*.Payment-Amount-Group {
    padding-left:15%;
}*/
/*.PaymentOptionsFull{
    padding-left:5%;
}
.PaymentOptionsPartial{
    padding-left:23%;
}*/
.PaymentTypeCredit {
    /*padding-left:5%;*/
    display: block;
}
/*.PaymentTypeACH{
    padding-left:5%;
}
.Payment-Method-Group{
    width:35%;
    float:left;
}*/
/*.PaymentDetailsGroup{
    margin-left:35%;
}*/
.PaymentMethodInfo {
    margin-top: 20px;
}
/*.PaymentDetailLabel{
    min-width:200px;
    display:inline;
    text-align:right;
    padding-right:5%;
}*/
.PaymentValueLabel {
    /*    min-width:200px;
    display:inline;
    padding-right:5%;*/
    display: flex;
}

label {
    font-size: 13px;
    font-weight: 500;
}

.MarginTop10 {
    margin-top: 10px;
}

.MarginBottom10 {
    margin-bottom: 10px;
}
