/**
 * @license Copyright 2021 Lahuen Health SPA. All Rights Reserved.
 */
/* Ancho de columnas */
.m-patient-service .c-table-header__cell--location {
	width: 9.3rem;
}

.m-patient-service .c-table-header__cell--document {
	width: 10rem;
}

.m-patient-service .c-table-header__cell--nombre {
	width: 26rem;
}

.m-patient-service .c-table-header__cell--diagnosis {
	width: 26rem;
}

.m-patient-service .c-table-header__cell--hospitalization {
	width: 16rem;
}

.m-patient-service .c-table-header__cell--days-date {
	width: 14rem;
}

.m-patient-service .c-table-header__cell--category {
	width: 8rem;
}

.m-patient-service .c-table-header__cell--age {
	width: 10rem;
}

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

.m-patient-service .c-table-header__cell--actions {
	width: 11rem;
}

/***/

.m-patient-reception .c-table-header__cell--nombre {
	width: 18rem;
}

.m-patient-reception .c-table-header__cell--document {
    width: 9rem;
}

.m-patient-reception .c-table-header__cell--diagnosis {
	width: 17rem;
}

.m-patient-reception .c-table-header__cell--cautions {
	width: 12.5rem;
}

.m-patient-reception .c-table-header__cell--age {
	width: 9rem;
}

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

.m-patient-reception .c-table-header__cell--destination {
	width: 7.5rem;
}

.m-patient-reception .c-table-header__cell--origin {
	width: 13rem;
}

.m-patient-reception .c-table-header__cell--requester {
    width: 10rem;
}

.m-patient-reception .c-table-header__cell--state {
    width: 8rem;
}

.m-patient-reception .c-table-header__cell--actions {
	width: 9rem;
}

/***/

.m-location-management .c-table-header__cell--location {
	width: 9.5rem;
}

.m-location-management .c-table-header__cell--nombre {
	width: 26rem;
}

.m-location-management .c-table-header__cell--observations {
	width: 20rem;
}

.m-location-management .c-table-header__cell--floor {
	width: 5rem;
}

/* Acciones en tabla */
.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;
}

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

.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-detalles-traslado {
	background-image: url('/assets/skins/lahuen/worklist/images/icon_document_view.svg');
}

.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-unlock-location {
	background-image: url('/assets/skins/lahuen/worklist_inpatient/images/icon_unblock.svg');
}

.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-reserve-location {
	background-image: url('/assets/skins/lahuen/worklist_inpatient/images/icon_reserve.svg');
}

.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-lock-location {
	background-image: url('/assets/skins/lahuen/worklist_inpatient/images/icon_block.svg');
}

.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-change-reserve-location {
	background-image: url('/assets/skins/lahuen/worklist_inpatient/images/icon_change_reserve.svg');
}

.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-release-location {
	background-image: url('/assets/skins/lahuen/worklist_inpatient/images/icon_free.svg');
}

.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-recepcionar-traslado {
	background-image: url('/assets/skins/lahuen/worklist_inpatient/images/icon_accept_patient.svg');
	height: 2.6rem;
}

.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-editar-asignacion,
.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-editar-solicitud {
	background-image: url('/assets/skins/lahuen/base/images/icon_edit.svg');
	width: 2.3rem;
}

.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-asignar-tarea {
	background-image: url(/assets/skins/lahuen/worklist_inpatient/images/icon_add_personal.svg);
    height: 3rem;
}

.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-check-list{
	background-image: url('/assets/skins/lahuen/worklist/images/icon_document_evaluate.svg');
	width: 2.2rem;
}

.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-crear-solicitud-servicio-apoyo{
	background-image: url('/assets/skins/lahuen/ehr/images/icon_document_plus.svg');
}

/* Estados */
.c-table-formatted-content--inpatient-patientreception .c-formatted-state__pill.c-formatted-state__pill--2 {
	background-color: var(--state-on-hold);
}

.c-table-formatted-content--inpatient-patientreception .c-formatted-state__pill.c-formatted-state__pill--5 {
	background-color: var(--state-start);
}

.c-table-formatted-content--inpatient-locationmanagement .c-formatted-state__pill.c-formatted-state__pill--0 {
	background-color: var(--state-finished-successfully);
}

.c-table-formatted-content--inpatient-locationmanagement .c-formatted-state__pill.c-formatted-state__pill--2 {
	background-color: var(--state-on-hold);
}

.c-table-formatted-content--inpatient-locationmanagement .c-formatted-state__pill.c-formatted-state__pill--3 {
	background-color: var(--state-finished-with-error);
}

.c-table-formatted-content--inpatient-locationmanagement .c-formatted-state__pill.c-formatted-state__pill--1 {
	background-color: var(--state-executing);
}

/* 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;
}
