/*!
 * Put styles which over-ride bootstrap here - which are also used by mpdf
 */




 .grey_text{
  color: #D3D3D3;
 }

 .highlight{
  background-color: #FFBFBF;
 }

 .table_tint{
  background-color: #FFFFDA;
 }


 .table_tint_yellow{
  /*text-align: center;*/

  background-color: #FFFFDA;

 }



 td.table_tint_yellow{
  padding-left: 5px !important;
  padding-right: 5px !important;
 }



 .table_tint_purple{
  background-color: #CCCCFF;
 }


 .table_tint_pink{
  background-color: #FFBFC8;
 }


 .table_tint_blue{
  background-color: #BBEDFF;
  text-align: center;
  vertical-align: middle !important;

 }

 .tint_blue{
  background-color: #BBEDFF;
 }
 .tint_grey{
  background-color: #EEEEEE;
 }
 .tint_yellow{
  background-color: #FFFFDA;
 }
 .tint_pink{
  background-color: #FFBFC8;
 }
 .tint_green{
  background-color: #AAEEAA;
 }
 .tint_orange{
  background-color: #EEAA21;
 }


 .table_tint_dark_grey{
  background-color: #8B8B8B;
 }




 .table_tint_grey{
  background-color: #EEEEEE;
 }


 .micro_table_cell{
  width: 50px;
  border-bottom-style: none;

 }

.cell_centered{
  text-align: center;
}


 .no_bottom_border{
  border-bottom-style: none !important;
 }

 .bottom_border_purple{
  border-bottom-style: solid;
  border-bottom-color: #CCCCFF;
  border-bottom-width: 0.5pt;
 }


 .bottom_border_pink{
  border-bottom-style: solid;
  border-bottom-color: #FFBFC8;
  border-bottom-width: 0.5pt;
 }


/*
 .bottom_border_grey{
  border-bottom-style: solid;
  border-bottom-color: #EEEEEE;
  border-bottom-width: 0.5pt;
 }
*/


 .micro_table{
 }


.profile_table th{
  text-align: center;
 }



/*Yes, these two DO below here - used by html report*/
.info_page{
  font-size: 80%;
}
.info_table{
  font-size: 80%;
}



 .task_cell{
  border-bottom-style: solid;
  border-bottom-color: #EEEEEE;
  border-bottom-width: 0.5pt;
 }