/**
 * @license Copyright 2021 Lahuen Health SPA. All Rights Reserved.
 */
/* Banners de área  */
.c-worklist-banner.patientService,
.c-worklist-banner.patientReception,
.c-worklist-banner.locationManagement,
.c-worklist-banner.patientDischarge {
	background-size: 72rem !important;
}

.c-worklist-banner.patientService {
	background-image: url('/assets/skins/lahuen/worklist_inpatient/images/03_Atenc_Hosp_LH.png');
}

.c-worklist-banner.patientReception {
	background-image: url('/assets/skins/lahuen/worklist_inpatient/images/02_Recep_Hosp_LH.png');
}

.c-worklist-banner.locationManagement {
	background-image: url('/assets/skins/lahuen/worklist_inpatient/images/04_Adm_Camas_LH.png');
}

.c-worklist-banner.patientDischarge {
	background-image: url('/assets/skins/lahuen/worklist_inpatient/images/02_Recep_Hosp_LH.png');
}