.smdn-pagination-footer{
    color: white;
    background-color: rgb(69, 88, 97);
}
.smdn-pagination-footer .button-cells {
  text-align: center !important;
}
.smdn-pagination-footer .button-cells form:first-child input{

}
.pagination-button{
    margin-left: 10px !important;
}

.smdn-reconcile-report {
    width: 100%;
    max-width: 100%;
    padding: 0 3px;
    overflow-x: scroll;
    overflow-style: marquee-block;
}
.smdn-reconcile-report table { font-size: 11px; overflow: visible;}

.smdn-reconcile-report .smdn-product-name {
    width: 12%;
    max-width: 12%;
}

.smdn-refund-record td {
    color: red;
}
.smdn-audit-record td{
    color: green;
    font-width: bolder;
}

.msdn-currency {
    text-align: right;

}
.msdn-currency::before {
    content: "$";
}

.reconconcile-report thead{
    color: white; background-color: rgb(69, 88, 97);
}
.reconconcile-report th{

}

.report-formula td { font-size: 8px; text-align: center;}
.report-desc td { font-size: 8px; text-align: center;}
#update-maintain{
    float: right;
    padding: 8px 50px;
}


.scroll-tbody {
    display: block;
    height: 50vh;
    overflow: auto;
    width:100%;
}

.scroll-thead, .scroll-tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.scroll-thead {
    width: calc( 100% - 1em )
}




.smdn-section-header { background-color: #0a4b78; padding: 3px 20px; }
.smdn-section-header h4 {color: #ffffff !important; margin-top: 10px !important;margin-bottom: 10px !important; font-weight: bold;}

.maintain-form { width: 100%;}
.maintain-form .smdn-form-label, #authTransactionForm .smdn-form-label{
    width:33% !important;
    max-width: 33%;
    flex: 0 0 33%;
    height: 30px;
}
.smdn-form-group{
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.maintain-form .smdn-col-4 {
    max-width: 30% !important;
    margin-right: 20px !important;
    width:30% !important;
}

.smdn-col-6 {
    max-width: 50% !important;
    width:50% !important;
    display: block;
    padding: 1%;
}
.smdn-col-8 {
    max-width: 62% !important;
    width:62% !important;
}
.smdn-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 50vh;
    height: 50vh;
}

 #authTransactionForm .smdn-col-4 {
    max-width: 30% !important;
    margin-right: 20px !important;
    width:30% !important;
}



.current-statistics-form .smdn-col-6.col-6{
    width: 46%;
    margin-right: 30px;
}
.current-statistics-form .smdn-col-6.col-6 label{
    margin-right: 40px;
}

.current-statistics-form  .smdn-form-group{
    padding-bottom: 15px;
 }
.border-bottom{
    border-bottom: 1px solid black;
}

.maintain-form input[type=search],.maintain-form input[type=tel],
.maintain-form input[type=text], .maintain-form input[type=url],
.maintain-form select,#maintain-form textarea,.maintain-form input[type=date] {
    width: 66%;
    color: #666;
    padding: 0 5px;
    height: 30px;
}
.donation-history{
    font-size: 12px;
}
.smdn-table{
    font-size: 11px;
}
.smdn-table tr td{
    color:#000;
}
.smdn-word-break{
    word-break: break-word;
}

.donation-history td{
    padding: 3px 8px !important;


}
.smdn-row.smdn-col-12{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.smdn-sort{
    cursor: pointer;
}


.smdn_donation_content {
    margin: 10px 2px;
}
.smdn_donation_content input.smdn_partial_payment {
    width: 256px;
    height: 40px;
    padding: .618em 1em;
    margin-bottom: 3px;
    display: table;
    position: relative;
}

.smdn_donation_content a.button.smdn_partial_payment_button {
    width: auto;
    height: auto;
    border: 0;
    font-weight: 700;
    border-radius: 3px;
    cursor: pointer;
    line-height: 1;
    padding: 12px 40px;
    margin: 4px 4px 4px 0px;
    position: absolute;
    right: 0;
    margin-top: -43px;
    margin-right: 35px;

}
.smdn_error_front {
    color: red;
}

.smdn_loader_img
{
    display: none !important;
}
.smdn_loader{
    margin: 5px;
    width: auto !important;
}
.donation_note
{
    max-width: 300px;
    display: table;
}