#dt_todo .action-column {
	display: none;
}

.cardHeader .header-item {
    right: 0.85rem;
    position: absolute;
    z-index: 100;
}

.cardHeader .has-collapse {
    right: 2rem !important;
}

.dataTables_length .select2-selection__clear, .no-selection__clear .select2-selection__clear{
    display: none!important;
}

.select2-overflow-unset .select2-selection__rendered {
    text-overflow: unset!important;
}

@media print {
	#sidebar, #header {
		display: none!important;
	}
	
	#content {
		margin-left: 0!important;
    	margin-top: 0!important;
	}
	
	@page {
	  size: landscape;
	}
}