/* .panel-title1,
.panel-collapse,
.partial-input {
    border: 1p;
} */

/* .round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px 10px 115px 0px;
    cursor: pointer;
    height: 28px;
    left: -13px;
    position: relative;
    top: 44px;
    width: 28px;
} */

/* .round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
} */

/* .round input[type="checkbox"] {
    visibility: hidden;
} */

/* .round input[type="checkbox"]:checked+label {
    background-color: #00529d;
    border-color: #00529d;
}

.round input[type="checkbox"]:checked+label:after {
    opacity: 1;
} */
.invoice-label {
    color: #757474;
    font-size: 16px;
}
.invoice-label-value{
    font-size: 14px;
}
.invoice-border{box-shadow:0px 2px 3px -1px lightgray;}

.status {
    position: relative;
    top: -1px;
    /* left: 1010px; */
    /* border: 1px solid #e7e6e6; */
    /* padding: 1px 4px; */
    border-radius: 0px 0px 0px 25px;
    background: #e7e6e6;
    height: max-content;
    color: black;
    padding: 3px 10px;
    font-size: 12px;
    width: 120px;
    text-align: center;
}

.status-paid {
    background: #41b6eb;
    color:#FFF;
}

.status-rejected {
    background: lightcoral;
    color:#FFF;
}

.status-pending {
    background: #e7e6e6;
    color:#FFF;
}

.status-partial-paid {
    background: #e7e6e6;
    color:#FFF;
}

.p-amount-disabled {
background-color: lightgray;
}


.fa-angle-up {
    display: none;
}

.down {
    -moz-transform: rotate(180deg)!important;
    -webkit-transform: rotate(180deg)!important;
    transform: rotate(180deg)!important;
    cursor: pointer;
}

.invoice-default,
.external-down {
    position: relative;
    left: 30px;
    right: -25px;

    top: -12px;
}

.angle-down {
   /* top: 2px !important */
}

.partialanmount {
    width: 80px;
    border: 1px solid #ced4da;
}

.panel-title[aria-expanded="true"]::after {
    content: "\f106";
}



/* .actions::before{
    content: 'hia';
} */
.profile-info {
    width: max-content;
    top: 42px;
    left: -80px;
}

.fa-external-link {
    color: #005192;
    font-size:18px;
}

.invoice-payment {
    margin: 0 0px;
    border: 1px solid #e7e6e6;
    padding: 22px;
    background: #e7e6e6;
    box-shadow: 4px 8px 8px 4px darkgrey;
    border-radius: 10px;
}

.panel-body {
    padding: 22px;
    display:none;
}

/* footer ul li span {
    margin: 0 2px;
} */

/*.invoiceheight{margin-top:-117px}; */

.collapse.show::before {
    display: none !important
}

.invoice-back {
    margin-top: -60px
}

.invoice-main {
    margin-bottom: 0px !important
}

/* .list {
    height: 388px;
    overflow-y: scroll;
    overflow-x: hidden;
} */

.creditNoteList {
    height: 420px;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {

    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ced4da;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ced4da;
}

/* .panel-group {
    margin-top:66px !important;
} */

.invoice-acc {
    margin-top: -42px;
    border-top: 1px solid #e7e6e6;
}
.payment-opt {
    height: fit-content;
}

/* footer ul li span {
    margin: 0 10px
} */

footer {
    background-color: white;
}

footer ul li a {
    color: black;
}

.invoice-search input[type="search"] {
    border: none;
    border-bottom: 2px solid darkgray;
    /* box-shadow: 1px 2px 3px; */
    width: 40%;
    font-size: 16px;
    text-transform: capitalize;

}


.invoice-search select {
    padding: 5px;
    /* margin-left: 40px; */
    /*border: 2px solid darkgray; */
    /* color: black; */
    border-radius: 5px;
    width: auto;
    font-size: 14px;
}

.invoice-search select option {
    padding: 0 10px
}

.invoice-search span {
    /* margin-left: -32px; */
    color: #ced4da;
}

.profile a,
.query a,

footer {
    border-top: 1px solid #ced4da;
}

footer ul span {
    margin: 0 10px
}

/* .down {
    cursor: pointer;
} */

@media(max-width:576px) {
    .panel-title::after {
        top: -65px;
        left: -21px;
    }
}

.paySelCheckbox {
    -webkit-appearance: none;
    width: 28px;
    height: 28px;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid rgba(220, 220, 225, 1);
    border-radius: 0px 10px 255px 0px;
    position: relative;
    top: -1px;
    cursor: pointer;
}

.paySelCheckbox:after {
    content: "";
    display: inline-block;
    position: relative;
    top: -1px;
    left: 9px;
    width: 7px;
    height: 15px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
}



input:focus:not[type="checkbox"],
input:active:not[type="checkbox"] {
    outline: none;
}


.inputCheckbox {
    -webkit-appearance: none;
    width: 28px;
    height: 28px;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid rgba(220, 220, 225, 1);
    border-radius: 0px 10px 255px 0px;
    position: relative;
    top: 0px;
    cursor: pointer;
}

.inputCheckbox:after {
    content: "";
    display: inline-block;
    position: relative;
    top: -1px;
    left: 9px;
    width: 7px;
    height: 15px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
}

input[type=checkbox]:checked {
    background: #014f9b;
    outline: none;
    border: 1px solid #014f9b;
    content: "✓";
}

input[type=checkbox] {
    content: "✓";
    background: lightgray;
}


@media (max-width:1024px) {
    .invoice-profile {
        width: 200px;
        word-break: break-all;
        white-space: normal;
    }
     
}

@media (max-width:767px){
.invoice-search input[type="search"]{width:97%}
.invoice-category-search{margin-top:0px!important}
.card-row{
  display:flex;
  justify-content:space-between; 
}
.payment-view h6{text-align:center!important}
}
.panel-group{
    box-shadow: 2px 4px 8px 4px lightgrey; 
    border-radius: 10px; 
    margin-top:66px !important;
}
.card,.payment-view{
 
box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 8%);
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,0.09);
}
.invoice-search-number {
    color: darkgray;
    font-size: 20px;
    cursor:pointer;
}

.panel-group:hover {

    box-shadow: 2px 4px 8px 4px lightblue;
    border-radius: 10px;
}



.question,
.fa-sign-out {
    position: relative;
    left: 1px
}

.invoice-label-total {
    font-size: 16px;
    color: black;
}

.invoice-total {
    font-size: 20px
}

.invoice-make,
.invoice-apply {
    font-size: 20px;

}

.panel-title {
    margin-top: -22px;
    padding-bottom: 10px;
}

.list .panel-group:first-child {
     margin: top 42px !important;
}

.invoice-title {
    margin-top: -32px
}

.invoice-category-search {
    display: flex;
    height: 31px;
    margin-top: 12px;
    padding: 1px;
}



#viewMore,#viewMoreCreditNote,#viewMoreBillers,#viewMorePayHistry, #viewMoreCreditNoteList,.non-invoice-viewMore,.instacollect-viewMore{
    font-size: 20px;
    color: #fff;
    background: red;
    width: 24px;
    border-radius: 50%;
    margin: 20px auto;
}

#viewMore:hover,#viewMoreCreditNote:hover,#viewMoreBillers:hover,#viewMorePayHistry:hover , #viewMoreCreditNoteList:hover,.non-invoice-viewMore:hover,.instacollect-viewMore:hover{
    font-size: 28px;
    cursor: pointer;
    box-shadow: 1px 2px 6px lightblue;
    padding: 0 14px;
    border-radius: 50%
}
.invoice-expand{display:flex!important}
.invoice-panel-body {
            display: none;
            padding:22px; 
        }
/* .panel-body{display:none} */
        @media (max-width:1023px) {
             
       .credit-out{display:none}

           
}
@media (max-width:767px){.invoice-make,.invoice-apply{width:199px}}
@media (max-width:1024px) and (min-width:767px){
  .partial{margin-left:35px}
   .tax{margin-right:-5px}
   .late{margin-left:-23px}
.crop-checker{margin-left:-27px}
.invoice-make,.invoice-apply{padding:7px 11px}

}

.action{position:relative;right:-3px}

@media(max-width:576px) {
  /* .action{margin-right:-26px} */
.action{right:42px;position:absolute;}
/* .action-link{margin-right:14px;}  */
.credit-action{position:absolute;right:-23px}
.invoice-align{display:flex!important}
}
@media (max-width:740px) and (min-width:660px){
 .action{position:absolute;right:58px;margin-right:10px}
 /* .action-link{margin-right:75px;} */
 .credit-action{position:absolute;right:20px}

}
@media (max-width:1024px) and (min-width:768px){
 .action{position:absolute!important;right:56px!important}
.credit-action{position:absolute;right:20px}
/* .action-link{margin-top: 0px!important;} */

}
@media (max-width:992px) and (min-width:800px){
.action{position:absolute!important;right:117px!important}
.credit-action{position:absolute;right:50px}

} 

/*.invoice-minheight{height:605px} */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}


/* pay welcome css*/
.thumsup{
       border-radius: 50%;
    width: 57px;
    height: 57px;
    padding: 10px;
    
    text-align: center;
    
     
}
.check-color{

    border: 1px solid #5fc551;
    color: #5fc551;
}
.exclamation-color{

    border: 1px solid #0162a8;
    color: #0162a8;
}

.warning-color{

    border: 1px solid #e15257;
    color: #e15257;
    padding:6px;  
}
.reload-color{
border: 1px solid #f46a27;
    color: #f46a27;
}
.payment-status{color:green}

#my-payment-calendar button.fc-prev-button.fc-button.fc-button-primary {background:#757474;border:1px solid #757474}

#my-payment-calendar button.fc-next-button.fc-button.fc-button-primary {margin-left:6px;background:#757474;border:1px solid #757474}

.payment-billers{display:none}
.fa-bars{
    font-size: 13px;
    padding: 2px 6px;
    border:1px solid #0062a8;
    color:#0062a8;
}

@media (max-width:768px){
.refno{padding:0;padding-left:8px}
/*.pay-amount-limit{margin-left:-20px} */
.credit-hide{display:none}
}
@media (max-width:992px){
.credit-hide{display:none}

}
@media (max-width:680px){
.pay-wel{margin-top:55px}
}
@media (max-width:420px){
/* .credit-title{ padding-bottom:32px!important} */
.credit-height{margin-top:-18px!important}
}

.pay-wel,.last{
text-transform:uppercase;
font-size:16px;
color:#757474
}
.pay-icon-1{margin-top:-6px}
.ref-label{color:#757475;margin-bottom:3px;font-size:16px;}
.ref-label-value{font-size: 14px;}
.payment h6 {color:black}

.fa-hourglass-half{color:orange}
.pay-imgsizes{height:75px;width:76px}
.credit-height{margin-top:-10px}
/* .credit-main-title{margin-top: -22px;
    padding-bottom: 23px;} */

.payment-view .fa-angle-right{
    font-size:35px;
    color:#d8d4d4;
}  
.payment-view{
    background-color: #eeeeee;
    cursor:pointer;
}  
.invoice-history,.instacollect-history{
    /* display: none; */
}
.invoice-history-down .fa-angle-up,.non-invoice-history-down .fa-angle-up,.instacollect-history-down .fa-angle-up,.noninvoice-show .fa-angle-down,.instacollect-show .fa-angle-down{
    font-size: 26px;
    color: lightgray;
    font-weight: bold;
}
.pay-analsis-heading{
    color:#757474;
    font-size: 22px;
}
.payslip-row,.payslip-td{display: block;text-align: start;}
.payslip-row,.payslip-label-value,.payslip-label {float: left; width: 47%;}
.payslip-seprator{float:left;width:5%}
.action-link{
    font-size: 20px;
     position: relative;
     top:-3px;
}
.invoice-close{
	font-size: 18px;
	color:#005192;
    cursor: pointer;
}
.pay-noninvoice img{
    height: 15px;
    width:30px
}