#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;
	}
}

#sidebar {
    background-image: url('/images/background_menu_maips.jpg');
}

.page-link, back {
    color: #014689;
}

.theme-ocean .noUi-handle, .theme-ocean .simplebar-scrollbar, .theme-ocean #cardCalendar .clndr .days-container .days .headers, .theme-ocean #cardCalendar .clndr .days-container .days .day.event, .theme-ocean #cardCalendar .clndr .days-container .days .empty.event, .theme-ocean #cardCalendar .clndr .days-container .events .event-header, .theme-ocean .segment, .theme-ocean .tableContent.flcReport thead tr#row_0:not(:first-child) th, .theme-ocean table.dataTable thead>tr>th, .theme-ocean table.dataTable tfoot>tr>th, .theme-ocean .btn-primary, .theme-ocean .btn-success, .theme-ocean .inputButton, .theme-ocean .modal-header, .theme-ocean .select2-container--default .select2-results__option--highlighted[aria-selected], .theme-ocean .dropdown-item:active, .theme-ocean .page-item.active .page-link, .theme-ocean .daterangepicker td.selected, .theme-ocean .daterangepicker td.selected:hover, .theme-ocean .daterangepicker td.active, .theme-ocean .daterangepicker td.active:hover, .theme-ocean #sidebar .simplebar-scrollbar, .theme-ocean #cardCalendar .clndr .controls, .theme-ocean .dhx_cal_tab.active {
    background-color: #014689;
}

[name="login"],
.theme-ocean .bg-primary,
.theme-ocean #cardCalendar .clndr .controls,
.show>.btn-primary.dropdown-toggle {
	color: white !important;
    background-color: #014689 !important;
    border-color: transparent !important;
}

.theme-ocean .btn-primary:hover,
.theme-ocean .btn-success:hover,
.theme-ocean .inputButton:hover
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
	color: white !important;
    background-color: #014689 !important;
    border-color: transparent !important;
}

.btn-danger {
	background-color: #E9818B;
    border-color: transparent;
}

.dropdown-item:active {
	color: white !important;
}