

.text-bold {font-weight: bold ;
}


#appID_panel {
    display:None !important ;
}



.children-format {
  border: 0;  
  border-top: 1px solid dimgrey; 
  margin: 0;  
}


.children-format_bkup{
  background: dimgrey;
  color: dimgrey;
  border-color: dimgrey;
  height: 0.5px;
}

.marginbtm{
  margin-bottom:30px;
}


.margin_button{
 margin: -5px 0px 20px 0px;
}

.hundredwidth{
  width: 100%;
}

.trn_format{
  width: 280px;
  padding: 0px;
  min-height: auto;
  background: none;
}

.ack_highlight{
  font-size: 18px; 
  color: #CC4C02; 
  font-weight: bold; 
}

.ack_red{
  color: #ff0000; 
  font-weight: bold;
}

.next_step_link{
  font-size: 16px; 
  font-weight: bold; 
}


#print-first-page-end { display: none; }

@media print { body.print-first-page 

  body.print-first-page .first-page *
   { visibility: visible !important;
     position: static !important; 
     margin: 0 !important; 
     padding: 0 !important; 
     background: #fff !important; 
     width: auto !important; 
     max-width: none !important; } 
     
     body.print-first-page .first-page 
     { page-break-inside: avoid !important;
       break-inside: avoid-page !important; }
      
      }
