body.theme-design2021 nav.navbar {
	background: #f15652 !important;
}
body.theme-design2021 .sidebar .user-info {
	background-image: url('/branding/user-background.jpg') !important;
	background-size: cover;
}
body.theme-design2021 #dashboard-branding-area {
	height: 336px;
	width: 100%;
	background-image: url('/branding/dashboard-bg.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
}

.dataTables_wrapper .dataTables_filter {
	display: inline-block;
}
.dataTables_wrapper .dt-buttons {
	float: right;
}

#job_delivery_date_container_delivery_date1 {
	display: none !important;
}

/* Martin Gasser */
.user-cd26cd04-55be-4ac7-afc1-477ae68ed382 .positions-table input:focus, .positions-table button:focus, .positions-table textarea:focus, .positions-table select:focus, .positions-table .btn:focus {
	border: 2px solid red;
	background: #ecdc19; 
}