.dataTables_paginate{
	float:right;
}

select[multiple] {
  width: 41%;
  float: left;
}
.remove_option, .add_option  {
  float: left;
}

@media print {
	a[href]:after {
		content: none !important;
	  }
	.noPrint,  .panel-heading, .panel-footer, .page-header  { 
		display:none !important;
	}
	.table-responsive { 
		display:block;
	}
}

.alert{
	display: none;
}

.btn_table{
	padding: 0.4rem 0.4rem !important;	
}

.dataTables_filter{
	text-align: right;	
}

table.dataTable {
    font-size: 0.9rem  !important;	
}

.navigation-main {
    font-size: 1rem  !important;	
}

.table_print {
    font-size: 0.8rem  !important;	
}


.form-group {
    margin-bottom: 1rem  !important;	
}

	.show_print{
	display : none;
	}
	@media print {
	.no_print{
	display: none;
	}
	.table_print{
	width: 70% !important;
	}
	#page-wrapper{
	padding: 20px 0 0 0 !important;
	}
	.show_print{
	display : block;
	}
	html, body, b, td{
	font-size: 10px !important;
	}
	body{
	height :auto  !important;
	}
	td, th{
	padding: 5px !important;
	}
	
	}