/**
 * @license Copyright 2022 Lahuen Health SPA. All Rights Reserved.
 */
/* 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-view-ehr {
	background-image: url('/assets/skins/lahuen/base/images/icon_user.svg');
	background-size: 1.7rem;
}

.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-add-result {
	background-image: url('/assets/skins/lahuen/base/images/icon_edit.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;
}

/* Anchos de tabla */
.m-requests .c-table-cell.c-table-header__cell--id {
	width: 5rem;
}

.m-requests .c-table-cell.c-table-header__cell--date {
	width: 11rem;
}

.m-requests .c-table-cell.c-table-header__cell--actions,
.m-requests .c-table-cell.c-table-header__cell--location,
.m-requests .c-table-cell.c-table-header__cell--document {
	width: 9rem;
}

.m-requests .c-table-cell.c-table-header__cell--name {
	width: 18rem;
}

.m-requests .c-table-cell.c-table-header__cell--diagnosis {
	width: 17rem;
}

.m-requests .c-table-cell.c-table-header__cell--age {
	width: 10rem;
}

.m-requests .c-table-cell.c-table-header__cell--clinician {
	width: 12rem;
}

.m-requests .c-table-cell.c-table-header__cell--priority {
	width: 9rem;
}
