/**
 * @license Copyright 2022 Lahuen Health SPA. All Rights Reserved.
 */
.c-table-body__cell--diagnosis [aria-label][data-balloon-pos][data-balloon-length="fit"]:after,
.c-table-body__cell--nombre [aria-label][data-balloon-pos][data-balloon-length="fit"]:after {
	width: 25rem;
}

/* Ancho de columnas */
.m-requests .c-table-header__cell--district {
	width: 8rem;
}

.m-requests .c-table-header__cell--state {
	width: 8.2rem;
}

.m-requests .c-table-header__cell.c-table-header__cell--cautions {
	width: 8.6rem;
}

.m-requests .c-table-header__cell--documento,
.m-requests .c-table-header__cell--cares,
.m-requests .c-table-header__cell--healthbenefit {
	width: 9rem;
}

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

.m-requests .c-table-header__cell--edad {
	width: 8.4rem;
}

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

.m-requests .c-table-header__cell--nombre{
	width: 14rem;
}

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

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

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

.m-requests .c-table-header__cell--care-type-requerimient {
    width: 16rem;
}

/* Precauciones */
.c-table-body__cell--cautions .c-table-cell__content {
	overflow: visible;
}

.c-cautions.c-cautions--icons {
	display: flex;
}

.c-cautions__item--drop .c-caution__label,
.c-cautions__item--touch .c-caution__label,
.c-cautions__item--air .c-caution__label {
	display: none;
}

.c-cautions__item {
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
}

.c-cautions__item--drop {
	background: url('/assets/skins/lahuen/base/images/icon_caution_drops.svg') no-repeat center/2.5rem;
	margin-right: .5rem;
}

.c-cautions__item--touch {
	background: url(/assets/skins/lahuen/base/images/icon_caution_touch.svg) no-repeat center/2.5rem;
	margin-right: .5rem;
}

.c-cautions__item--air {
	background: url(/assets/skins/lahuen/base/images/icon_caution_air.svg) no-repeat center/2.5rem;
}

/* Contador de días  */
.c-table-body__cell--days-date .c-table-cell__content {
	display: flex;
	align-items: center;
}

.c-table-cell__hospitalization-days {
	background: #fff url('/assets/skins/lahuen/base/images/icon_triangle.svg') no-repeat center/contain;
	background-origin: border-box;
	height: 3rem;
	width: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1rem;
	padding-top: .4rem;
}

.c-locations__item .c-label {
	word-break: break-word;
}

/* Acciones  */
.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-open-atention {
	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-show-details {
	background-image: url('/assets/skins/lahuen/worklist_bed_management/images/icon_see_document.svg');
}

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

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

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

/* Estados */
.c-table-formatted-content--bed-management .c-formatted-state__pill.c-formatted-state__pill--1 {
	background-color: var(--state-start);
}

.c-table-formatted-content--bed-management .c-formatted-state__pill.c-formatted-state__pill--2 {
	background-color: var(--state-initiating);
}

.c-table-formatted-content--bed-management .c-formatted-state__pill.c-formatted-state__pill--3,
.c-table-formatted-content--bed-management .c-formatted-state__pill.c-formatted-state__pill--7,
.c-table-formatted-content--bed-management .c-formatted-state__pill.c-formatted-state__pill--4,
.c-table-formatted-content--bed-management .c-formatted-state__pill.c-formatted-state__pill--8 {
	background-color: var(--state-finished-with-error);
}

.c-table-formatted-content--bed-management .c-formatted-state__pill.c-formatted-state__pill--5 {
	background-color: var(--state-executing);
}

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