
.repeatedheader {
    margin-bottom: 10px !important;
}
.installments-row input,.installments-row-header input,.installments-row-headertop input,.collectionreports p,.collectionreports h3{
    font-family: 'Tajawal', sans-serif !important;
}
   .collectionreports .installments-row {
       display: flex !important;
   }
   .collectionreports .installments-row.page-break{
       page-break-after: always;
   }


   .cannotdeleted {
       background: #ffd7d7 !important;
   }
   div#installments {
       margin-top: 100px;
   }
   input[readonly].tableheader {
       background: transparent !important;
       padding: 6px 12px !important;
       border: none;
   }
   .installments-row-header,.installments-row-headertop{
       display: flex !important;
       background: #25533a !important;

   } .installments-row-header input,.installments-row-headertop input{
            color: white !important;

   }
   .header-print{
       display: none !important;
   }

   @media print {
       .collectionreports [name="propertyno[]"],.filterheader.well
       ,.updatedamount,.innline-edit,.print-hidden,.delete-installment{
           display: none !important;
       }
       .header-print{
           display: block !important;
       }
       div#installments {
           margin-top: 20px;
       }
       .installments-row input,.installments-row-header input,.installments-row-headertop input ,.installments-row-header.header-print input{
           width: 20%;
       }
       .installments-row-header.header-print{
           display: flex !important;
           background: #25533a !important;

       }

   }





