/*
|---------------------------------------------------------------
| INDUAL CI FRAMEWORK
| http://www.indual.ch
|---------------------------------------------------------------
|
| Main stylesheet: print.css
|
*/


.filter,
.button_bar,
.navbar-default,
.footer,
.table_action_row,
.ibox-tools {
	display: none !important;
}

#page-wrapper {
	margin: 0 !important;
	height: auto !important;
	min-height: auto !important;
	position: static !important;
}

.page-heading,
.border-bottom,
.border-top {
	border: none !important;
	margin-top: 0 !important;
}

@media print {
  a[href]:after {
    content: none
  }
}
