/**
 * @license Copyright 2022 Lahuen Health SPA. All Rights Reserved.
 */
/* Ancho de columnas */
.m-patients .c-table-header__cell.c-table-header__cell--documento {
	width: 10rem;
}

.m-patients .c-table-header__cell.c-table-header__cell--edad {
	width: 10rem;
}

.m-patients .c-table-header__cell.c-table-header__cell--programming,
.m-patients .c-table-header__cell.c-table-header__cell--specialty,
.m-patients .c-table-header__cell.c-table-header__cell--location {
	width: 12rem;
}

.m-patients .c-table-header__cell.c-table-header__cell--actions {
	width: 13rem;
}

.m-patients .c-table-header__cell.c-table-header__cell--state {
	width: 14rem;
}

/* Acciones */
.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-open-health-record {
	background-image: url('/assets/skins/lahuen/base/images/icon_user.svg');
}

.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-admit-patient-to-surgical-process {
	background-image: url('/assets/skins/lahuen/worklist_surgical_process/images/icon_start_surgical_process.svg');
}

.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-preanesthetic-evaluation {
	background-image: url('/assets/skins/lahuen/worklist_surgical_process/images/icon_anesthesia_evaluation.svg');
}

.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-receive-patient {
	background-image: url('/assets/skins/lahuen/worklist_surgical_process/images/icon_accept_patient.svg');
}

.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-finish-care {
	background-image: url('/assets/skins/lahuen/worklist_surgical_process/images/icon_finalize_arrow.svg');
}

.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-finish-recovery {
	background-image: url('/assets/skins/lahuen/worklist_surgical_process/images/icon_care_kit.svg');
}

.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-start-recovery {
	background-image: url('/assets/skins/lahuen/worklist_surgical_process/images/icon_intravenous.svg');
}

.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-continue-surgery {
	background-image: url('/assets/skins/lahuen/worklist_surgical_process/images/icon_continue_surgical_process.svg');
}

.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-complete-protocol {
	background-image: url('/assets/skins/lahuen/worklist_surgical_process/images/icon_document_evaluate.svg');
}

.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-accept-order {
	background-image: url('/assets/skins/lahuen/worklist_surgical_process/images/icon_check.svg');
}

.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-reschedule-surgery {
	background-image: url('/assets/skins/lahuen/worklist_surgical_process/images/icon_calendar.svg');
}

.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-transfer-patient {
	background-image: url('/assets/skins/lahuen/worklist_surgical_process/images/icon_move_arrows.svg');
}

.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-add-surgical-process-pause-record-i {
	background-image: url('/assets/skins/lahuen/worklist_surgical_process/images/icon_pause_one.svg');
}

.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-add-surgical-process-pause-record-ii {
	background-image: url('/assets/skins/lahuen/worklist_surgical_process/images/icon_pause_two.svg');
}

.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-add-surgical-process-pause-record-iii {
	background-image: url('/assets/skins/lahuen/worklist_surgical_process/images/icon_pause_three.svg');
}

.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-discharge-patient {
	background-image: url('/assets/skins/lahuen/worklist_surgical_process/images/icon_exit_door.svg');
}

/* Estados */
.c-table-formatted-content--surgical-process .c-formatted-state__pill.c-formatted-state__pill--1,
.c-table-formatted-content--surgical-process .c-formatted-state__pill.c-formatted-state__pill--8 {
	background-color: var(--state-start);
}

.c-table-formatted-content--surgical-process .c-formatted-state__pill.c-formatted-state__pill--2,
.c-table-formatted-content--surgical-process .c-formatted-state__pill.c-formatted-state__pill--3 {
	background-color: var(--state-initiating);
}

.c-table-formatted-content--surgical-process .c-formatted-state__pill.c-formatted-state__pill--4,
.c-table-formatted-content--surgical-process .c-formatted-state__pill.c-formatted-state__pill--41,
.c-table-formatted-content--surgical-process .c-formatted-state__pill.c-formatted-state__pill--42,
.c-table-formatted-content--surgical-process .c-formatted-state__pill.c-formatted-state__pill--43,
.c-table-formatted-content--surgical-process .c-formatted-state__pill.c-formatted-state__pill--44,
.c-table-formatted-content--surgical-process .c-formatted-state__pill.c-formatted-state__pill--45 {
	background-color: var(--state-executing);
}

.c-table-formatted-content--surgical-process .c-formatted-state__pill.c-formatted-state__pill--5,
.c-table-formatted-content--surgical-process .c-formatted-state__pill.c-formatted-state__pill--51,
.c-table-formatted-content--surgical-process .c-formatted-state__pill.c-formatted-state__pill--52,
.c-table-formatted-content--surgical-process .c-formatted-state__pill.c-formatted-state__pill--53,
.c-table-formatted-content--surgical-process .c-formatted-state__pill.c-formatted-state__pill--54,
.c-table-formatted-content--surgical-process .c-formatted-state__pill.c-formatted-state__pill--55,
.c-table-formatted-content--surgical-process .c-formatted-state__pill.c-formatted-state__pill--61 {
	background-color: var(--state-finalizing);
}

.c-table-formatted-content--surgical-process .c-formatted-state__pill.c-formatted-state__pill--6 {
	background-color: var(--state-finished-successfully);
}

.c-table-formatted-content--surgical-process .c-formatted-state__pill.c-formatted-state__pill--7 {
	background-color: var(--state-finished-with-error);
}
