/*================================================================================
	Item Name: Stack - Responsive Admin Theme
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.full_screen {
	width: 100%;
	position: fixed;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}

.page-content {
	background-color: #f3f1f1;
}

.radio{
	display:inline-flex !important;
	overflow:hidden;
	border-radius:15px;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.25);
}

.radio__input{
	display:none;
}

.radio__label {
	padding: 8px 14px;
	font-size: 14px;
	font-family: sans-serif;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.1s;
}



.vcn-cal-dayoflife {
	width: 90px;
	text-align: center;
}

.vcn-cal-week {
	width: 50px;
	text-align: center;
}

.vcn-cal-patology {
	width: 50px;
	text-align: center;
}

.vcn-cal-name {
	width: 50px;
	text-align: center;
}

.vcn-cal-lab {
	width: 50px;
	text-align: center;
}

.vcn-cal-apl {
	width: 50px;
	text-align: center;
}

.vcn-cal-obs {
	width: 50px;
	text-align: center;
}

.vcn-cal-action {
	width: 50px;
	text-align: center;
}

/*Columnas*/

.column-week-std {
	width: 90px;
	text-align: center;
}

.column-type-std {
	width: 200px;
	text-align: center;
}

.column-desc-std {
	width: 300px;
	text-align: center;
}

.column-anal-std {
	width: 200px;
	text-align: center;
}

.column-lab-std {
	width: 120px;
	text-align: center;
}

.column-action-std {
	width: 50px;
	text-align: center;
}

/*-------------------------*/

.column-week-ctr {
	width: 130px;
	text-align: center;
}

.column-type-ctr {
	width: 200px;
	text-align: center;
}

.column-desc-ctr {
	width: 200px;
	text-align: center;
}

.column-anal-ctr {
	width: 200px;
	text-align: center;
}

.column-lab-ctr {
	width: 120px;
	text-align: center;
}

.column-send-ctr {
	width: 100px;
	text-align: center;
}

.column-res-ctr {
	width: 90px;
	text-align: center;
}

.column-action-ctr {
	width: 50px;
	text-align: center;
}

/*Fin columnas*/


@media screen and (max-width: 800px) {

	.custom-table {
		display: block;
	}

	.custom-table > *, .custom-table tr, .custom-table td, .custom-table th {
		display: block;
	}

	.custom-table thead {
		display: none;
	}

	.custom-table tbody tr {
		height: initial;
	}

		.custom-table tbody tr td {
			border: none;
			position: relative;
			padding-left: 50% !important;
			padding-top: 1% !important;
			padding-bottom: 1% !important;
			text-align: left;
		}

	.custom-table tbody tr td:last-child {
		text-align: center;
		padding-left: 0% !important;
	}

	.custom-table tbody tr td:before {
		position: absolute;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}

	td.column-week-std:before,
	td.column-week-ctr:before {
		content: "Semana";
	}

	td.column-type-std:before,
	td.column-type-ctr:before {
		content: "Tipo";
	}

	td.column-desc-std:before,
	td.column-desc-ctr:before {
		content: "Descripci\00f3n";
	}

	td.column-anal-std:before,
	td.column-anal-ctr:before {
		content: "Tipo de an\00e1lisis";
	}

	td.column-lab-std:before,
	td.column-lab-ctr:before {
		content: "Laboratorio";
	}

	td.column-res-ctr:before {
		content: "Resultados";
		padding-top: 0.5%;
	}

	td.column-send-ctr:before {
		content: "Env\00edo";
		padding-top: 2%;
	}


	/*Columnas*/

	.column-week-std,
	.column-type-std,
	.column-desc-std,
	.column-anal-std,
	.column-lab-std,
	.column-action-std,
	.column-week-ctr,
	.column-type-ctr,
	.column-desc-ctr,
	.column-anal-ctr,
	.column-lab-ctr,
	.column-send-ctr,
	.column-res-ctr,
	.column-action-ctr {
		width: 100%;
	}

	/*Fin columnas*/

	.cal-btn {
		width: 100%;
		justify-content: center;
		display: flex;
		background-color: rgba(17, 109, 173, 0.8) !important;
		color: white !important;
	}


		.cal-btn:active {
			background-color: rgba(17, 109, 173, 1.0) !important;
			color: white;
		}

	.cal-column1,
	.cal-column1-alt,
	.cal-column2,
	.cal-column3,
	.cal-column3-alt,
	.cal-column4,
	.cal-column5,
	.cal-column5a,
	.cal-column5b,
	.cal-column6 {
		width: 100%;
	}

}

.cal-btn {
	background-color: transparent;
	padding: 0px 2px 2px 2px;
	color: #808080;
}
	.cal-btn:hover {
		background-color: rgba(17, 109, 173, 0.8);
		color: white;
	}

	.cal-btn:active {
		background-color: rgba(17, 109, 173, 1.0);
		color: white;
	}


.dropdown-select {
	padding: 1.5rem;
	border-radius: 4px;
	background: #009578;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.6rem;
	cursor: pointer;
	color:white;
}


.dropdown-list {
	border-radius: 4px;
	background-color: white;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	position: absolute;
	top: 110%;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s linear, visibility 0.2s linear;
}

.dropdown-list__item{
	padding:1rem;
	font-size:1.4rem;
}

.btn-cal {
	color: #fff;
	background-color: #404E67;
	border-color: #404E67;
}

.btn-cal:hover {
	background-color: #293242;
}

.ui-dialog{
	margin-right:30px;
}

.rz-card {

	margin-top: 15px;
}

.rz-dialog-content > .rz-card {
	margin: 0px;
}

body > .content > .row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

/*Zona progressbar*/
.rz-progressbar-label {
	display: block !important;
}

.rz-progressbar {
	height: 20px;
}

/*Zona containers*/

/* selectpickers */
.dropdown-menu {
	display: none !important;
}

.dropdown-menu.show {
	display: block !important;
}

.warning-message {
	color: red;
}

.margin-wrapper {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
	margin-right: 2px;
}

.padding-wrapper {
	padding: 5px;
}

.total-panel {
	height: 60px;
	text-align: center;
	padding: 4px;
	color: black;
}

#containers-wrapper {
	margin-top: 20px;
	margin-left: -10px;
	margin-right: -10px;
}

/* Contenedores */
.container-table {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
}

.tg {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

.tg td {
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 0px 20px;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	word-break: normal;
	border-color: black;
}

.tg th {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 0px 20px;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	word-break: normal;
	border-color: black;
}

.tg .tray-numbers, .tg .lineage-6, .tg .lineage-8, .tg .no-lineage {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif !important;
	text-align: center;
	vertical-align: middle;
}

.tg .lineage-6, .tg .lineage-8, .tg .no-lineage {
	min-width: 120px;
}

.tg .tray-numbers {
	background-color: #c0c0c0;
	border-color: #efefef;
}

.tg .lineage-6 {
	background-color: #000000;
	color: #ffffff;
	border-color: #efefef;
}

.tg .lineage-8 {
	background-color: #cb0000;
	color: #ffffff;
	border-color: #efefef;
}

.tg .no-lineage {
	background-color: #ffffff;
	color: #000000;
	border-color: #efefef;
}

.tg .row-header {
	font-weight: bold;
	background-color: #efefef;
	border-color: #efefef;
	text-align: center;
	vertical-align: middle;
}

.tg .containers-info {
	font-weight: bold;
	background-color: #efefef;
	border-color: #efefef;
	text-align: left;
	vertical-align: top;
}

.tg .containers-info-values {
	font-weight: bold;
	background-color: #efefef;
	border-color: #efefef;
	text-align: right;
	vertical-align: top;
}

table.greyGridTable {
	border: 2px solid #FFFFFF;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}

table.greyGridTable td, table.greyGridTable th {
	border: 1px solid #FFFFFF;
	padding: 3px 4px;
	text-align: right;
}

table.greyGridTable tbody td {
	font-size: 13px;
}

table.greyGridTable td:nth-child(even) {
	background: #EBEBEB;
}

table.greyGridTable thead {
	background: #FFFFFF;
	border-bottom: 4px solid #333333;
}

table.greyGridTable thead th {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	border-left: 2px solid #333333;
}

table.greyGridTable thead th:first-child {
	border-left: none;
}

table.greyGridTable tfoot {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	border-top: 4px solid #333333;
}

table.greyGridTable tfoot td {
	font-size: 15px;
}

.L4-detail-header > thead > tr > th,
.L8-detail-header > thead > tr > th {
	width: 20%;
}

.L4-detail-table > tbody > tr > td,
.L8-detail-table > tbody > tr > td {
	width: 20%;
}

.bootstrap-datetimepicker-widget {
	display: block !important;
}

.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.tg {
	border-collapse: collapse;
	border-spacing: 0;
	border-color: #ccc;
}

.tg td {
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 1px 5px;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	word-break: normal;
	border-color: #ccc;
	color: #333;
	background-color: #fff;
}

.tg th {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 1px 5px;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	word-break: normal;
	border-color: #ccc;
	color: #333;
	background-color: #f0f0f0;
}

.tg .tg-4opv {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif !important;
	background-color: #efefef;
	border-color: #9b9b9b;
	text-align: center
}

.tg .tg-hsdh {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif !important;
	background-color: #fe0000;
	color: #ffffff;
	border-color: #9b9b9b;
	text-align: center;
	vertical-align: top
}

.tg .tg-g0la {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif !important;
	background-color: #fe0000;
	color: #ffffff;
	border-color: #9b9b9b;
	text-align: center
}

.tg .tg-0dwc {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif !important;
	background-color: #efefef;
	border-color: #9b9b9b;
	text-align: center;
	vertical-align: top
}


.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
	float: left;

}



.titlewithbutton .rz-panel-titlebar {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
}

.grouper {
  border-radius: 5px;
}

.grouper h4 {
  text-align: start;
	margin-bottom: -0.7em;
}

.grouper h4 span {
	display: inline-flex;
	align-items: center;
	background-color: white;
	position: relative;
	top: -0.7em;
	left: 0.4em;
	padding: 0em 0.4em;
}

.grouper h4 span div {
	color: #fff;
	display: inline;
	margin-left: 0.4rem;
	padding: 0.1rem 0.3rem;
	border-radius: 2px;
	font-size: 0.9rem;
}

.grouper > div {
  padding: 0.5rem 1rem 1rem 1rem;
}

div.cardinsidecard.rz-panel {
	border: var(--rz-border-base-300);
	box-shadow: none;
}

.farms-progress {
	height: 25px;
	background: #c5c3c3;
	border-radius: 0.25rem;
	position: relative;
}

.farms-progress div {
	height: 100%;
	position: absolute;
	border-radius: 0.25rem;
}

.farms-progress p {
  position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: bold;
	color: #fff;
}

.list-group-with-button-last > .list-group-item:last-child {
	text-align: center;
	background-color: var(--bs-primary);
	color: #fff;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.list-group-with-button-last > .list-group-item:last-child:hover {
	background-color: var(--bs-primary-dark);
	color: #fff;
}

.list-group-with-button-last > .list-group-item:last-child:active {
	background-color: var(--bs-primary-darker);
	color: #fff;
}

.rz-dialog-content:has(.fullscreen-tablet-dialog) {
		padding: 0;
}

.fullscreen-tablet-dialog {
	display:flex;
	flex-direction: column;
}

.fullscreen-tablet-dialog > div:first-of-type {
	background-color: var(--bs-primary);
}

.fullscreen-tablet-dialog > div:first-of-type button {
	background-color: transparent;
	border: none;
	color: var(--bs-white);
	transition: color 0.115s ease-in-out;
	padding: 1.4rem 0.6rem 1.5rem 0.6rem;
}

.fullscreen-tablet-dialog > div:first-of-type button:hover {
	color: var(--bs-gray-300);
}

.fullscreen-tablet-dialog > div:first-of-type button:active {
	color: var(--bs-gray-400);
}

.fullscreen-tablet-dialog > div {
	margin:0;
}

.fullscreen-tablet-dialog > div:not(:first-of-type) {
	padding: var(--rz-dialog-content-padding);
}


.white-breadcrumb {
	color: white;
	font-size: large;
}

.white-breadcrumb > span:not(:last-child):after {
	content: ' >';
	font-size: medium;
	margin: 0 0.8rem 0 0.8rem;
	color: white;
}

.white-breadcrumb > span:last-child {
	font-weight: bold;
}

.table-icon {
	height: 30px;
}

/*-------------TABLET---------------*/
@media only screen and (max-width: 595px) {
	.customtabs > .rz-tabview-nav {
		flex-direction: column;
	}

	.customtabs.rz-tabview.rz-tabview-top > .rz-tabview-nav .rz-tabview-selected {
		border-left: 2px solid var(--rz-primary);
	}

	.customtabs.rz-tabview.rz-tabview-top > .rz-tabview-nav > li {
		border-bottom: var(--rz-border-base-300);
	}

	.customtabs.rz-tabview.rz-tabview-top > .rz-tabview-nav > li:last-of-type {
		border-bottom: none;
	}

	.customtabs.rz-tabview.rz-tabview-top > .rz-tabview-panels {
		border: none;
	}

	.rz-dialog:has( .fullscreen-tablet-dialog) {
		height: 100%;
		border-radius: 0;
	}

	.rz-dialog-content:has( .fullscreen-tablet-dialog), .fullscreen-tablet-dialog {
		height: 100%;
	}

}
/*-------------END TABLET---------------*/

/* Stock page*/
.stock_table th, .stock_table td {
	border-collapse: collapse;
	border: 3px solid black;
}

/* End Stock page*/


/* Absolute Center Spinner */
.loading {
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: visible;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

	/* Transparent Overlay */
	.loading:before {
		content: '';
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.3);
	}

	/* :not(:required) hides these rules from IE9 and below */
	.loading:not(:required) {
		/* hide "loading..." text */
		font: 0/0 a;
		color: transparent;
		text-shadow: none;
		background-color: transparent;
		border: 0;
	}

		.loading:not(:required):after {
			content: '';
			display: block;
			font-size: 10px;
			width: 1em;
			height: 1em;
			margin-top: -0.5em;
			-webkit-animation: spinner 1500ms infinite linear;
			-moz-animation: spinner 1500ms infinite linear;
			-ms-animation: spinner 1500ms infinite linear;
			-o-animation: spinner 1500ms infinite linear;
			animation: spinner 1500ms infinite linear;
			border-radius: 0.5em;
			-webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
			box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
		}

/* Animation */

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}