/**
 * @license Copyright 2022 Lahuen Health SPA. All Rights Reserved.
 */
/* Ancho de columnas */
.m-order-during-care .c-table-cell.c-table-header__cell--id {
	width: 8rem;
}

.m-order-during-care .c-table-cell.c-table-header__cell--date {
	width: 12rem;
}

.m-order-during-care .c-table-cell.c-table-header__cell--name {
	width: 18rem;
}

.m-order-during-care .c-table-cell.c-table-header__cell--diagnosis {
	width: 18rem;
}

.m-order-during-care .c-table-cell.c-table-header__cell--exam {
	width: 18rem;
}

.m-order-during-care .c-table-cell.c-table-header__cell--actions,
.m-order-during-care .c-table-cell.c-table-header__cell--location,
.m-order-during-care .c-table-cell.c-table-header__cell--document {
	width: 10rem;
}

/* Prioridad */
.c-formatted-dot__icon.c-formatted-dot__icon--0 {
	background-color: #fff;
}

.c-formatted-dot__icon.c-formatted-dot__icon--1 {
	background-color: var(--system-error-normal);
}

.c-formatted-dot__icon.c-formatted-dot__icon--2 {
	background-color: var(--system-warning-normal);
}

.c-formatted-dot__icon.c-formatted-dot__icon--3 {
	background-color: var(--gray-e);
}

/* Acciones */
.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-add-result {
	background-image: url('/assets/skins/lahuen/ehr/images/icon_document_plus.svg');
	background-size: 1.7rem;
}

.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-view-profile {
	background-image: url('/assets/skins/lahuen/base/images/icon_user.svg');
	background-size: 1.7rem;
}

/* Estados */
span.c-formatted-state__pill.c-formatted-state__pill--3 {
	background-color: var(--state-finalizing);
}

span.c-formatted-state__pill.c-formatted-state__pill--1 {
	background-color: var(--state-on-hold);
}
