@charset "UTF-8";

/**
*
* Filename		:	style_override.css
* Description	:	CSS file that overrides default styles / layouts
* Author		:	25-Jan-2016 / M. Heruela / P.A. Lim
* Revised		:	
* 
* $Revision: 372569 $
* $Author: mh2 $
* $Date: 2016-07-25 09:15:42 +0800 (Mon, 25 Jul 2016) $
* $HeadURL: https://svn.asiandevbank.org/erp_repos/branches/prod/taleo/external01/theme/css/style_printstylesheet.css $
*
**/

@media print {
  a[href]:after {
    content: none !important;
  }
  
  div[class="top-bar"] {
	display: none;
  }
  
  div[class="adb-footer"] {
	display: none;
  }
  
  /* critical style to remove all whitespaces in the pdf */
  div.jumbotron, div.jumbotron a.logo, div.top-bar, iframe#ftlhiddenframe, div._ftlmessages_hide, div.metagrouppanel, div.adb-breadcrumbs {
    height: 0px;
    overflow: hidden;
		display: none;
  }
  
  .no-change-header {
    display: none;
  }
}