/**
 * @license Copyright 2022 Lahuen Health SPA. All Rights Reserved.
 */

.c-modal-patient .information-container-section .c-quick-table__table.c-table {
    width: -webkit-fill-available;
}

.c-modal-patient .c-form-subsection__vital-signs .c-pair .c-label.c-pair__label {
    width: -webkit-fill-available;
}

.c-modal-patient .c-form-section-clinician-information .c-form-section__body {
	column-count: 2;
	margin-right: 76rem;
	padding: 1rem 0;
}

.c-modal-patient .c-form-subsection__vital-sign--size__value.c-textfield,
.c-modal-patient .c-form-subsection-vital-sign--weight__value.c-textfield {
	width: 7rem;
	margin-right: 0.5rem;
}

.c-form-subsection__observations.c-pair {
    width: 30rem;
}

.c-modal-patient .c-form-subsection-observations__value.c-textfield {
	width: 27rem;
}

.c-modal-patient .c-form-subsection__vital-sign--weight.c-pair {
	margin-top: 1rem;
}

.c-modal-patient .information-container-section .c-form-section__body {
	padding: 1rem 0;
	font: 400 1.2rem 'Open sans', sans-serif;
}

.c-modal-patient .c-table-header__cell {
	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;
}

.c-modal-patient .c-table-header__cell:first-child{
    border-radius: 0.3rem 0 0 0.3rem;
}

.c-modal-patient .c-table-header__cell:last-child {
    border-radius: 0 0.3rem 0.3rem 0;
}

.c-modal-patient .action-send-container-section .c-action {
	font: 600 1.3rem 'Lato', sans-serif;
	padding: 0.5rem 1.5rem;
	color: var(--primary-d-normal);
	background-color: #fff;
	border: 0.1rem solid var(--primary-d-normal);
	margin-left: 1rem;
	border-radius: 0.5rem;
	transition: all ease .3s;
	cursor: pointer;
}

.c-modal-patient .action-send-container-section .c-samples-modal__action--send-sample.c-action {
	background-color: var(--primary-a-normal);
	border: none;
	color: #fff;
}

.c-modal-patient .action-send-container-section .c-samples-modal__action--send-sample.c-action:hover {
	background-color: var(--primary-a-light);
}

.c-modal-patient .action-send-container-section .c-action.c-action--secondary:hover {
	background-color: var(--primary-d-normal);
	color: #fff;
}

.c-modal-patient .c-table-header__cell.c-table-header__cell--checksend {
	width: 8rem;
}

.c-modal-patient .c-table-header__cell.c-table-header__cell--id {
	width: 6rem;
}

.c-modal-patient .c-table-header__cell.c-table-header__cell--contenedor {
	width: 20rem;
}

.c-modal-patient .c-table-header__cell.c-table-header__cell--muestra,
.c-modal-patient .c-table-header__cell.c-table-header__cell--volume-min {
	width: 10rem;
}

.c-modal-patient .c-table-header__cell.c-table-header__cell--state {
	width: 11rem;
}

.c-modal-patient .c-table-header__cell.c-table-header__cell--actions {
    width: 8rem;
}

.c-modal-patient .c-table-header__cell.c-table-header__cell--flebotomista {
    width: 12rem;
}

.c-modal-patient .c-table-body__cell {
	padding: 0.5rem 1rem;
}

.information-detail-section.c-form-section .c-table-body.c-table__body {
	padding: 1rem 0;
	font: 400 1.2rem 'Open sans', sans-serif;
}

.c-modal-patient .c-table-actionbar__action .c-action__label {
    text-indent: -9999rem;
}

.l-root__main-content .c-modal-patient .c-action.c-action--tertiary {
    background: no-repeat center;
    background-size: 1.8rem;
    height: 2rem;
    width: 2rem;
    border-radius: 0.3rem;
    padding: 0.5rem;
    border: none;
    cursor: pointer;
}

.l-root__main-content .c-modal-patient .c-action.c-action--tertiary:hover {
    background-color: #f1f1f6;
    transition: background-color 0.3s ease;
}

.l-root__main-content .c-modal-patient .c-action.c-action--tertiary.c-table-actionbar__action-view-details {
    background-image: url('/assets/skins/lahuen/ehr/images/icon_see_document.svg');
}

/* Tabla ver detalle */
.information-detail-section.c-form-section {
    margin-top: 3rem;
}

.information-detail-section.c-form-section .c-quick-table__table.c-table {
    width: -webkit-fill-available;
}

.c-modal-patient .information-detail-section .c-table-header__cell.c-table-header__cell--exam {
    width: 10rem;
}

.c-modal-patient .information-detail-section .c-table-header__cell.c-table-header__cell--stability {
    width: 18rem;
}
