/**
 * @license Copyright 2022 Lahuen Health SPA. All Rights Reserved.
 */
/* Checkboxs */
.auxTablaExamenIndicado .checkbox-celda label {
	display: none;
}

.tabla-examenes-programados .checkbox-celda input[type='checkbox'] {
	visibility: initial;
	background-color: #fff;
	border: 0.1rem solid var(--primary-e-normal);
	border-radius: 0.3rem;
	-webkit-appearance: none;
	background-size: 1rem;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	outline: none;
	transition: all ease 0.3s;
	width: 1.6rem;
	height: 1.6rem;
}

.tabla-examenes-programados .checkbox-celda input[type='checkbox']:checked {
	background-image: url('/assets/skins/lahuen/ehr/images/icon_check.svg');
}

.tabla-examenes-programados .checkbox-celda input[type='checkbox']:focus {
	outline: none;
	border-color: var(--primary-b-light);
	transition: border-color 0.3s ease;
}

/* Tabla vacía */
.tabla-examenes-programados .subtitulo,
.tabla-examenes-realizados .subtitulo {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: center;
	color: var(--primary-d-normal);
	font: 400 1.4rem 'Lato', sans-serif;
}

.tabla-examenes-programados .parrafo,
.tabla-examenes-realizados .parrafo {
	font: 400 1.2rem 'Open Sans', sans-serif;
	color: var(--primary-d-light);
	margin-top: 0.5rem;
	text-align: left;
}

.tabla-examenes-programados .parrafo .texto-ev-clinica,
.tabla-examenes-realizados .parrafo .texto-ev-clinica {
	font-weight: 700;
	color: var(--primary-a-normal);
}

/* Tabla */
.tabla-examenes-programados .tabla-grilla img {
	width: 2.2rem;
}

#w-examenes_procedimientos .recuadro-contenido-blanco.recuadro-contenido--block .tabla-grilla th {
    border: none;
    color: var(--primary-d-normal);
    background-color: var(--primary-e-bright);
    padding: 0.5rem 1rem;
    font: 600 1.2rem 'Lato', sans-serif;
    text-align: left;
}

.tabla-examenes-programados .boton-agregar.boton-agregar--emerald {
	display: flex;
	align-items: center;
	background-color: var(--primary-a-normal);
	border: none;
	border-radius: 0.3rem;
	color: #fff;
	padding: 0.5rem 1.5rem;
	font: 600 1.3rem 'Lato', sans-serif;
	cursor: pointer;
	width: fit-content;
	margin-top: 1rem;
}

.tabla-examenes-programados .boton-agregar.boton-agregar--emerald:hover {
	background-color: var(--primary-a-light);
	transition: background-color 0.3s ease;
}

.tabla-examenes-realizados .nombre-indicacion {align-items: baseline;display: flex;}

.tabla-examenes-realizados .nombre-indicacion:before {
    content: "\25BA";
    color: var(--primary-c-normal);
    font-size: .65rem;
    margin-right: 0.2rem;
}

.recuadro-contenido-blanco.recuadro-contenido--block .exams-lab__actions {
    gap: 1rem;
}

#w-examenes_procedimientos .icon-click {
    background: no-repeat center;
    background-size: 1.6rem;
    height: 2rem;
    width: 2rem;
    border-radius: 0.3rem;
    padding: 0.5rem;
    border: none;
    cursor: pointer;
    text-indent: -999rem;
}

#w-examenes_procedimientos .icon-click:hover {
    background-color: #f1f1f6;
    transition: background-color 0.3s ease;
}

#w-examenes_procedimientos .icon-click.icon-enviar-examen--lab{
	background-image: url('/assets/skins/lahuen/ehr/images/icon_drop_tube_2.svg');
}

#w-examenes_procedimientos .icon-click.icon-suspender-examen--lab{
	background-image: url('/assets/skins/lahuen/ehr/images/icon_document_cancel.svg');
}

#w-examenes_procedimientos .icon-click.icon-descargar-orden--lab,
#contenido_imagenes .icon-click.icon-descargar-orden-img
{
	background-image: url('/assets/skins/lahuen/ehr/images/icon_download.svg');
}

#w-examenes_procedimientos .icon-click.icon-descargar-resultado--lab,
#contenido_imagenes .icon-click.icon-descarga-resultado-img
{
	background-image: url('/assets/skins/lahuen/ehr/images/icon_see_document.svg');
}

#w-examenes_procedimientos .icon-click.icon-suspender-indicacion--lab,
#contenido_imagenes .icon-click.icon-suspender-img
{
	background-image: url(/assets/skins/lahuen/ehr/images/icon_document_cancel.svg);
}

#w-examenes_procedimientos th.tabla-grilla--columna-10,
#w-examenes_procedimientos th.tabla-grilla--columna-19,
#w-examenes_procedimientos th.tabla-grilla--columna-15 {
    width: auto;
}

#w-examenes_procedimientos .tabla-examenes-realizados th:nth-child(1) {
    width: 10rem;
}

#w-examenes_procedimientos .tabla-examenes-realizados th:nth-child(2) {
    width: 44rem;
}
#w-examenes_procedimientos .tabla-examenes-realizados th:nth-child(3) {
    width: 22rem;
}

#w-examenes_procedimientos .tabla-examenes-realizados th:nth-child(4) {
    width: 25rem;
}

#w-examenes_procedimientos .tabla-examenes-programados th:nth-child(3) {
    width: 12rem;
}

#w-examenes_procedimientos .tabla-examenes-programados th:nth-child(4) {
    width: 20rem;
}

#w-examenes_procedimientos .tabla-examenes-programados th:nth-child(5) {
    width: 20rem;
}

#w-examenes_procedimientos .tabla-examenes-programados th:nth-child(6) {
    width: 10rem;
}

/* Tag UMT */
.etiqueta__examen-umt {
	padding: 0 0.5rem;
	margin-left: 0.5rem;
	color: var(--gray-a);
	border: 0.1rem solid var(--gray-c);
	border-radius: 0.3rem;
}

/* Botones imagenología */
.table-buttons {
	display: flex;
	gap: 1rem;
}

.tabla-examenes-programados .boton-agregar.boton-agregar--emerald.boton-agregar--descargar {
	color: var(--primary-c-normal);
	background-color: var(--primary-f-light);
	font-weight: 400;
}

.tabla-examenes-programados .boton-agregar.boton-agregar--emerald.boton-agregar--descargar:hover {
	background: var(--primary-a-bright);
	color: var(--primary-a-normal);
	transition: background-color 0.3s ease;
}

/* Estados */
.exam-state {
	display: block;
	border-radius: 0.3rem;
	text-align: center;
	font: 400 1.1rem/1.1rem 'Open Sans', sans-serif;
	padding: 0.4rem;
}

.exam-state--iniciada {
	background-color: var(--state-initiating);
}

.exam-state--resultado-disponible,
.exam-state--finalizada {
	background-color: var(--state-finished-successfully);
}

.exam-state--tomando-muestra,
.exam-state--muestra-enviada,
.exam-state--en-proceso {
	background-color: var(--state-executing);
}

.exam-state--muestra-rechazada {
	background-color: var(--state-finished-with-error);
}

.exam-state--suspendida,
.exam-state--indicada-al-alta {
	background-color: var(--state-on-hold);
}

/*examenes procedimientos imagenología*/
