﻿@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
	background: #fafafa;
	font-size: 0.75rem;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
	font-family: "Inter", sans-serif;
	font-feature-settings: "tnum";
}

p {
	font-family: "Inter", sans-serif;
	font-feature-settings: "tnum";
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.7em;
	color: #666;
}

a,
a:hover,
a:focus {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
}

	a.download {
		background: #fff;
	}

	a.article,
	a.article:hover {
		color: #fff !important;
	}

i,
span {
	display: inline-block;
}

h6, .h6 {
	font-size: 0.9rem;
}

button:focus {
	outline: none;
}

*:focus {
	outline: none;
}

button:focus {
	box-shadow: none;
}

/* Firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

	/* Chromium (Chrome, Edge, Opera, etc.) */
	*::-webkit-scrollbar {
		background: transparent;
	}

		*::-webkit-scrollbar:vertical {
			width: 1.25em;
		}

		*::-webkit-scrollbar:horizontal {
			height: 1.25em;
		}

	*::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0.3);
		border-radius: 99999px;
		border: 0.3125em solid transparent;
		background-clip: content-box;
	}

.lazy-sentinel {
	display: block;
	height: 1px;
}

::placeholder {
	text-align: left !important;
	opacity: 1 !important; /* Firefox */
}

input:hover::placeholder {
	opacity: 1 !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	text-align: left !important;
	opacity: 1 !important;
}

::-moz-placeholder { /* Firefox 19+ */
	text-align: left !important;
	opacity: 1 !important;
}

:-ms-input-placeholder { /* IE 10+ */
	text-align: left !important;
	opacity: 1 !important;
}

:-moz-placeholder { /* Firefox 18- */
	text-align: left !important;
	opacity: 1 !important;
}

/*---------------------------------
  EDITOR
---------------------------------*/

.ck a, .ck a:hover, .ck a:focus {
	color: #007bff;
}

.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by {
	display: none !important;
}

div[data-oembed-url] {
	width: 100%;
}

.ck.ck-evaluation-badge-balloon {
	display: none !important;
}

.trumbowyg-editor table {
	margin-bottom: 1.5em;
	border-collapse: collapse;
	border-spacing: 0;
}

.trumbowyg-editor td, .trumbowyg-editor th {
	height: calc(4px * 2 + 1.5em);
	min-width: calc(15px * 2);
	padding: 4px 4px;
	border: 1px solid #e7eaec;
}

.trumbowyg-input-html input[type=file] {
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0;
	opacity: 0;
}
.trumbowyg-modal-box .trumbowyg-input-html input:focus, .trumbowyg-modal-box .trumbowyg-input-html input:hover, .trumbowyg-modal-box .trumbowyg-input-html select:focus, .trumbowyg-modal-box .trumbowyg-input-html select:hover, .trumbowyg-modal-box .trumbowyg-input-html textarea:focus, .trumbowyg-modal-box .trumbowyg-input-html textarea:hover {
	outline: none!important;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
	color: #fff !important;
	background-color: #28a745 !important;
	border-color: #28a745 !important;
	line-height: 1.5 !important;
	border-radius: 0.25rem;
}
	.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus, .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover
	{
		color: #fff!important;
		background-color: #218838!important;
		border-color: #1e7e34!important;
	}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
	color: #fff !important;
	background-color: #343a40 !important;
	border-color: #343a40 !important;
	line-height: 1.5 !important;
	border-radius: 0.25rem;
}
	.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus, .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover {
		color: #fff;
		background-color: #23272b!important;
		border-color: #1d2124!important;
	}

.trumbowyg-editor-box {
	max-height: 500px;
}
.trumbowyg-fullscreen .trumbowyg-editor-box, .trumbowyg-fullscreen .trumbowyg-textarea {
	max-height: max-content;
}

/* Links en el editor - siempre visibles en modo edición */
.trumbowyg-editor a {
	color: #007bff !important;
	text-decoration: underline !important;
}

.trumbowyg-editor a:hover {
	color: #0056b3 !important;
}

	/*---------------------------------
  ERROR
---------------------------------*/
	.error {
	border-color: #c82333 !important;
}

/*---------------------------------
  UTILIDADES Y COSAS DE DUX 2
---------------------------------*/
.dropdown-menu {
	font-size: 0.75rem;
}

.text-orange {
	color: var(--orange);
}

.badge {
	font-size: 0.75rem;
	font-weight: 400;
}

#version {
	color: #ccc;
}

#lblAyuda {
	color: #fff;
}

.dux-tooltip {
	position: absolute;
	background-color: #333;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	margin-top: 10px;
	font-size: 14px;
	z-index: 9999;
	display: table;
}

.opacity-0 {
	opacity: 0 !important;
}

.opacity-1 {
	opacity: 0.2 !important;
}

.opacity-2 {
	opacity: 0.4 !important;
}

.opacity-3 {
	opacity: 0.6 !important;
}

.opacity-4 {
	opacity: .8 !important;
}

.opacity-5 {
	opacity: 1 !important;
}

/* Maybe even support hover opacity shifts */
.opacity-0h5 {
	opacity: 0 !important;
	transition: opacity .25s ease-in-out !important;
	-moz-transition: opacity .25s ease-in-out !important;
	-webkit-transition: opacity .25s ease-in-out !important;
}

	.opacity-0h5:hover {
		opacity: 1 !important;
	}

/*iconos fux */
.ico {
	min-width: 15px;
	min-height: 15px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #4679BD;
	float: left;
	display: block;
	padding: 5px,5px,5px,5px;
	text-align: center;
}

.icoOpe {
	background-image: url('../../Media/img/fux_ope_icon.png');
	/*background-image: url('/Iconos/icoOpe/fux_ope_icon.png');*/
	background-position-x: -36px;
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	width: 18px;
	height: 18px;
	padding: 0;
	margin: 0;
}

	.icoOpe.HCAE, .icoOpe.MCAE, .icoOpe.HCME, .icoOpe.MCME, .icoOpe.TTE, .icoOpe.MTTE {
		background-position-x: 0px;
	}

	.icoOpe.HCAI, .icoOpe.MCAI, .icoOpe.HCMI, .icoOpe.MCMI, .icoOpe.TTI {
		background-position-x: -18px;
	}

	.icoOpe.HCAI, .icoOpe.MCAI, .icoOpe.HCAE, .icoOpe.MCAE, .icoOpe.RCAI {
		background-position-y: 0px;
	}

	.icoOpe.HCMI, .icoOpe.MCMI, .icoOpe.HCME, .icoOpe.MCME, .icoOpe.RCMI {
		background-position-y: -18px;
	}

	.icoOpe.MTTE, .icoOpe.TTE, .icoOpe.TTI, .icoOpe.TTN {
		background-position-y: -36px;
	}

	.icoOpe.ECOU, .icoOpe.ICOU {
		background-position-y: -108px;
	}

	.icoOpe.ECOU {
		background-position-x: 0px;
	}

	.icoOpe.ICOU {
		background-position-x: -18px;
	}

	.icoOpe.OSFO {
		background-position-x: -36px;
		background-position-y: -90px;
	}

.estado0, .estado00 {
	background-color: #f1c40f;
	border-color: #f1c40f;
}

.estado10, .estado2 {
	background-color: #e67e22;
	border-color: #e67e22;
}

.estado20 {
	background-color: #27ae60;
	border-color: #27ae60;
}

.estado30, .estado1 {
	background-color: #27ae60;
	border-color: #aaaaaa;
}

.estado40, .estado3 {
	background-color: #e74c3c;
	border-color: #e74c3c;
}

.estado4 {
	background-color: #4679BD;
	border-color: #4679BD;
}

.estado50 {
	background-color: #a63ce7;
	border-color: #a63ce7;
}

.estado60 {
	background-color: #2753ae;
	border-color: #2753ae;
}

.estado70 {
	background-color: #27ae99;
	border-color: #27ae99;
}

.estado80 {
	background-color: #27ae60;
	border-color: #27ae60;
}

.estado90 {
	background-color: #ae9727;
	border-color: #ae9727;
}

.estado100 {
	background-color: #CCCCCC;
	border-color: #CCCCCC;
}

.dux-anim-glow {
	-webkit-animation-name: greenPulse;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
}

.dux-color-red {
	color: var(--red);
}

.dux-color-blue {
	color: var(--blue);
}

.dux-color-green {
	color: var(--green);
}

.ellipsis {
	text-overflow: ellipsis;
	width: 350px !important
}

.mwpx-1000 {
	max-width: 1000px;
}

.badge-orange {
	color: #fff;
	background-color: var(--orange);
}

.badge-mymtec {
	color: #fff;
	background-color: var(--loginUp);
}

.text-boton {
	display: inline-block;
	margin-left: 4px;
}

.displayNone {
	visibility: hidden
}

.custom-control-label {
	padding-top: 4px;
}
/*---------------------------------
  DUX 2 CONTENEDOR
---------------------------------*/
#dux2Contenedor {
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	grid-area: 3 / 1 / 4 / 3;
	position: relative;
}

	#dux2Contenedor iframe {
		border: 0;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

/*---------------------------------
  CONTENEDOR
---------------------------------*/

.wrapper {
	display: flex;
	align-items: stretch;
}

#programaTabs > ul > li {
	margin-left: 1px;
	margin-top: 1px;
}

#programaContenido {
	/* overflow: auto;
	top: 160px;
	bottom: 45px;
	right: 0px;
	left: 265px;
	margin: 0;
	padding: 0;
	padding-right: 15px;
	position: absolute; */

	grid-area: 3 / 1 / 4 / 3;
	padding-left: 15px;
	overflow-y: scroll;
	overflow-x: hidden;
}

/* #programaContenido.sin-tabs {
		top: 130px;
	} */

/* #sidebar:not(.active) #programaContenido.sidebarHidden {
	left: 5px;
}

#programaContenido.sidebarHidden {
	left: 75px;
} */

#content {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	height: 100vh;
	overflow: hidden;
	padding: 0;
}

	#content > nav {
		margin: 0;
	}

.contentPrograma { /*CAMBIO*/
	display: flex;
	flex-direction: column;
	flex: 1;
	overflow: hidden;
}

#main {
	display: grid;
	grid-template-rows: auto auto 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	max-height: calc(100vh - 134px);
	flex: 1;
	min-height: 0;
}

/* #main.dashboad {
	display: flex;
	flex-direction: column;
	height: calc(100% - 18px);
} */

#programaPrincipal {
	display: flex;
	flex-direction: column;
	flex: 1;
	overflow: hidden;
}

#tituloPrograma {
	grid-area: 1 / 1 / 2 / 2;
	padding-left: 15px;
	overflow: hidden;
	/*white-space: nowrap*/
}

	#tituloPrograma.sinBuscador {
		grid-area: 1 / 1 / 2 / 3;
		padding-right: 15px;
	}

#subTituloPrograma {
	font-size: 13px;
	font-weight: 500;
	color: var(--lt-color-gray-600);
	display: block;
}

#formBuscar {
	grid-area: 1 / 2 / 2 / 3;
	padding-right: 15px;
}

	#formBuscar .input-group {
		justify-content: flex-end;
	}

	#formBuscar .selectize-control, #formBuscar .busUsu, #formBuscar .busPer,
	#formBuscar .busqueda-1, #formBuscar .busqueda-2, #formBuscar .busqueda-3 {
		max-width: 400px;
	}

#programaTabs {
	grid-area: 2 / 1 / 3 / 3;
	padding: 0 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

	#programaTabs.nav-wizard {
		padding: 0;
	}

#programaRuta {
	padding-left: 15px;
}

#version {
	padding-right: 15px;
}
/*---------------------------------
  SIDEBAR
---------------------------------*/

#menuDux {
	padding: 0;
	margin: 0;
}

	#menuDux ul li ul li.dux2 a {
		font-style: italic;
		color: #ccc;
	}

		#menuDux ul li ul li.dux2 a span:not(.candado)::before {
			content: "**";
		}

	#menuDux span.candado {
		cursor: help;
	}

#navbarAvatar {
	margin: 0;
	padding: 0;
	cursor: pointer;
	color: #fff !important;
}

	#navbarAvatar:hover, #navbarAvatar:focus {
		color: #fff !important;
	}

	#navbarAvatar #circulo_span {
		cursor: pointer;
	}

	#navbarAvatar .dropdown::after {
		display: none;
		background-color: red;
	}

#sidebar {
	min-width: 60px;
	max-width: 60px;
	color: #fff;
	height: 100vh;
}

	#sidebar.active {
		min-width: 250px;
		max-width: 250px;
		text-align: center;
	}

	#sidebar .sidebar-header h3 {
		margin: 0 auto;
		padding: 0;
		padding-top: 3px;
		width: fit-content;
		position: relative;
	}

	#sidebar.active .CTAs {
		padding-top: 6px;
		display: block;
	}

	#sidebar.active .sidebar-header strong {
		display: none;
	}

	#sidebar.active .sidebar-footer div {
		bottom: 0px;
		margin: 8px 10px;
		vertical-align: middle;
	}

	#sidebar.active .sidebar-footer span {
		/*background-color: blue;*/
		display: inline-block;
		margin-top: 7px;
		vertical-align: middle;
		padding: 0;
		text-align: left;
		font-size: 0.85rem;
		animation: ease-in;
	}

	#sidebar:not(.active) .sidebar-footer div {
		bottom: 0px;
		margin: 8px 10px;
		vertical-align: middle;
	}

	#sidebar:not(.active) .sidebar-footer span {
		display: none;
		font-size: 0.1px;
		animation: linear;
	}

	#sidebar:not(.active) .resultados-busqueda {
		display: none !important;
	}

	#sidebar.active .resultados-busqueda {
		display: none;
		height: 45px;
		border-bottom: 1px #009a67 solid;
	}

		#sidebar.active .resultados-busqueda td {
			display: flex;
			justify-content: center;
			align-items: center;
			height: 100%;
		}

	#sidebar mark,
	#sidebar .mark {
		background-color: var(--teal);
	}

	#sidebar .hide-menu {
		display: none;
	}

div.sidebar-search {
	padding: 0.5rem 1rem;
}

	div.sidebar-search button {
		background: none;
		color: #FFF;
		border: none;
	}

	div.sidebar-search .form-control {
		border: none;
		color: #fff;
	}

		div .sidebar-search .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
			color: #ccc;
			opacity: 1; /* Firefox */
		}

		div .sidebar-search .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
			color: #ccc;
		}

		div .sidebar-search .form-control::-ms-input-placeholder { /* Microsoft Edge */
			color: #ccc;
		}

#sidebar ul li a {
	text-align: left;
}

#sidebar.active ul li a i {
	padding: 20px 10px;
	text-align: center;
	font-size: 0.85em;
}

#sidebar.active .search-popup {
	display: none;
}

#sidebar:not(.active) ul.popup {
	position: fixed;
	z-index: 1000;
	display: block !important;
	min-width: 300px;
	border: 1px solid #ddd;
	border-left: 5px solid;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 10px;
	max-height: 550px;
	overflow-y: auto;
}

	#sidebar:not(.active) ul.popup li a {
		background-color: #f9f9f9;
		padding: 5px 0 !important;
		padding-left: 10px !important;
	}

		#sidebar:not(.active) ul.popup li a:hover span {
			color: #fff;
		}

			#sidebar:not(.active) ul.popup li a:hover span path {
				color: #fff;
			}

	#sidebar:not(.active) ul.popup.dux-bg-azul {
		border-left-color: var(--blue) !important;
	}

		#sidebar:not(.active) ul.popup.dux-bg-azul li a:hover,
		#sidebar:not(.active) ul.dux-bg-azul li a.active,
		#sidebar:not(.active) li.dux-bg-azul a.active {
			background-color: var(--blue);
		}

	#sidebar:not(.active) ul.popup.dux-bg-rojo {
		border-left-color: var(--red) !important;
	}

		#sidebar:not(.active) ul.popup.dux-bg-rojo li a:hover,
		#sidebar:not(.active) ul.dux-bg-rojo li a.active,
		#sidebar:not(.active) li.dux-bg-rojo a.active {
			background-color: var(--red);
		}

	#sidebar:not(.active) ul.popup.dux-bg-naranja {
		border-left-color: var(--orange) !important;
	}

		#sidebar:not(.active) ul.popup.dux-bg-naranja li a:hover,
		#sidebar:not(.active) ul.dux-bg-naranja li a.active,
		#sidebar:not(.active) li.dux-bg-naranja a.active {
			background-color: var(--orange);
		}

	#sidebar:not(.active) ul.popup.dux-bg-verde {
		border-left-color: var(--green) !important;
	}

		#sidebar:not(.active) ul.popup.dux-bg-verde li a:hover,
		#sidebar:not(.active) ul.dux-bg-verde li a.active,
		#sidebar:not(.active) li.dux-bg-verde a.active {
			background-color: var(--green);
		}

	#sidebar:not(.active) ul.popup.dux-bg-cian {
		border-left-color: var(--cyan) !important;
	}

		#sidebar:not(.active) ul.popup.dux-bg-cian li a:hover,
		#sidebar:not(.active) ul.dux-bg-cian li a.active,
		#sidebar:not(.active) li.dux-bg-cian a.active {
			background-color: var(--cyan);
		}

	#sidebar:not(.active) ul.popup.dux-bg-amarillo {
		border-left-color: var(--yellow) !important;
	}

		#sidebar:not(.active) ul.popup.dux-bg-amarillo li a:hover,
		#sidebar:not(.active) ul.dux-bg-amarillo li a.active,
		#sidebar:not(.active) li.dux-bg-amarillo a.active {
			background-color: var(--yellow);
		}

	#sidebar:not(.active) ul.popup.dux-bg-gris {
		border-left-color: var(--gray) !important;
	}

		#sidebar:not(.active) ul.popup.dux-bg-gris li a:hover,
		#sidebar:not(.active) ul.dux-bg-gris li a.active,
		#sidebar:not(.active) li.dux-bg-gris a.active {
			background-color: var(--gray);
		}

	#sidebar:not(.active) ul.popup.dux-bg-negro {
		border-left-color: var(--black) !important;
	}

		#sidebar:not(.active) ul.popup.dux-bg-negro li a:hover,
		#sidebar:not(.active) ul.dux-bg-negro li a.active,
		#sidebar:not(.active) li.dux-bg-negro a.active {
			background-color: var(--black);
		}

	#sidebar:not(.active) ul.popup.dux-bg-violeta {
		border-left-color: var(--purple) !important;
	}

		#sidebar:not(.active) ul.popup.dux-bg-violeta li a:hover,
		#sidebar:not(.active) ul.dux-bg-violeta li a.active,
		#sidebar:not(.active) li.dux-bg-violeta a.active {
			background-color: var(--purple);
		}


#sidebar:not(.active) .search-popup {
	height: 53.9px;
	cursor: pointer;
}

	#sidebar:not(.active) .search-popup td {
		display: flex;
		justify-content: center;
		align-items: center;
		height: inherit;
		font-size: 1.6em;
	}

#sidebar:not(.active) ul li a.active span {
	color: #fff;
}

#sidebar:not(.active) ul.popup a * {
	display: block;
	color: #333;
	padding-left: 0;
}


#sidebar:not(.active) ul.popup a span.candado {
	position: absolute;
	right: 35px;
	top: 8px;
}

#sidebar.fixed.active ul li a span.candado {
	position: absolute;
	right: 10px;
}

#sidebar:not(.active) ul li a {
	padding: 5px -50%;
	width: 100%;
	text-align: left;
	padding-left: 20px;
	display: block;
	font-size: 1.8em;
}

#sidebar.active ul ul a {
	padding: 10px;
}

#sidebar.active i, #sidebar.active span {
	display: inline-block;
}

#sidebar:not(.active) ul .dropdown-toggle::after {
	display: none;
}

#sidebar:not(.active) ul.popup a.dropdown-toggle::after {
	display: inline;
	color: #333;
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	transform: rotate(-90deg);
}

#sidebar.active ul a.dropdown-toggle::after {
	display: inline;
	color: #fff;
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	transform: rotate(-90deg);
}

#sidebar.active ul a.dropdown-toggle:hover::after {
	color: #333;
}

#sidebar .sidebar-header {
	padding: 10px 5px;
	/*background: #00885b; pasa a mymtec.dux.css */
	text-align: center;
}

	#sidebar .sidebar-header strong {
		display: block;
		padding-top: 3px;
		position: relative;
	}

#sidebar ul.components {
	padding: 0px 0;
}

#sidebar ul li a {
	padding: 10px;
	font-size: 1.1em;
	display: block;
}

#sidebar td, #sidebar tr {
	margin: 0 !important;
	padding: 0 !important;
	vertical-align: top !important
}

#sidebar div.menuDux::-webkit-scrollbar {
	width: 0.25em;
}

#sidebar div.menuDux {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: auto;
	vertical-align: top;
	height: 100%;
}

#sidebar div.menuDuxFirefox {
	scrollbar-width: none;
}

#sidebar ul li .dropdown-menu a {
	padding: 5px 10px;
	font-size: 0.75rem;
	display: block;
}

#sidebar ul li a:hover {
	/*color: #00885b; pasa a mymtec.dux.css */
	background: #fff;
}

#sidebar.active ul li a.menuActivo {
	/*color: #00885b; pasa a mymtec.dux.css */
	background: #fff;
}

#sidebar ul li a i {
	margin-right: 10px;
}

#sidebar.fixed.active ul li a {
	text-align: left;
	font-size: 0.75rem;
	transition: none;
}

#sidebar.fixed.active ul li .dropdown-menu a {
	font-size: 1.25rem;
	margin: 0;
	padding: 10px 0px;
}

#sidebar:not(.active) tr.nav-item.search {
	display: none;
}

#sidebar tr.nav-item.search {
	/*border-top: 1px #009a67 solid; pasa a mymtec.dux.css */
	/*border-bottom: 1px #009a67 solid; pasa a mymtec.dux.css */
	text-align: center;
	vertical-align: middle;
	height: 45px;
}

#sidebar tr.nav-item.avatar > td img {
	margin: 5px;
}


#sidebar:not(.active) .sidebar-header h3, #sidebar:not(.active) tr.nav-item.avatar span {
	display: none;
}

#sidebar tr.nav-item.avatar {
	/*border-top: 1px #009a67 solid; pasa a mymtec.dux.css */
	/*border-bottom: 1px #009a67 solid; pasa a mymtec.dux.css */
	text-align: center;
	vertical-align: middle;
	height: 45px;
}

#sidebar li a {
	border-bottom: 1px solid;
}

#sidebar.active li ul li a {
	margin-left: 3px;
}

#sidebar.active td.nav-item.avatar {
	border: none;
}

#sidebar tr.nav-item.avatar div.dropdown-menu ul {
	list-style: none !important;
	text-align: left;
	padding-inline-start: 0px;
	margin: 5px;
	min-width: 100px;
}

	#sidebar tr.nav-item.avatar div.dropdown-menu ul li button {
		width: 100%;
	}


#sidebar.fixed.active ul li a span {
	display: inline-block;
	transition: none;
}

#sidebar.fixed ul li a span {
	display: none;
	transition: none;
}

#sidebar:not(.active) ul ul {
	display: none;
	transition: none;
}

a[data-toggle="collapse"] {
	position: relative;
}

.dropdown-toggle::after {
	display: none;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	border-top: 0.4em solid;
	border-right: 0.4em solid transparent;
	border-bottom: 0;
	border-left: 0.4em solid transparent;
}

#sidebar ul ul a {
	font-size: 1em !important;
	padding-left: 25px !important;
}

#sidebar ul ul ul a {
	padding-left: 30px !important;
}

#sidebar ul ul ul ul a {
	padding-left: 35px !important;
}

#sidebar .dropdown-toggle {
	white-space: normal;
}

#sidebar ul ul ul ul ul a {
	padding-left: 40px !important;
	overflow: hidden;
}

.dux-bg-azul, #sidebar:not(.active) li.dux-bg-azul a:hover {
	background-color: var(--blue) !important;
	border-left-color: var(--blue) !important;
	color: #fff !important;
}

.dux-bg-rojo, #sidebar:not(.active) li.dux-bg-rojo a:hover {
	background-color: var(--red) !important;
	border-left-color: var(--red) !important;
	color: #fff !important;
}

.dux-bg-verde, #sidebar:not(.active) li.dux-bg-verde a:hover {
	background-color: var(--green) !important;
	border-left-color: var(--green) !important;
	color: #fff !important;
}

.dux-bg-naranja, #sidebar:not(.active) li.dux-bg-naranja a:hover {
	background-color: var(--orange) !important;
	border-left-color: var(--orange) !important;
	color: #fff !important;
}

.dux-bg-teal, #sidebar:not(.active) li.dux-bg-teal a:hover {
	background-color: var(--teal) !important;
	border-left-color: var(--teal) !important;
	color: #fff !important;
}

.dux-bg-cian, #sidebar:not(.active) li.dux-bg-cian a:hover {
	background-color: var(--cyan) !important;
	border-left-color: var(--cyan) !important;
	color: #fff !important;
}


.dux-bg-amarillo, #sidebar:not(.active) li.dux-bg-amarillo a:hover {
	background-color: var(--yellow) !important;
	border-left-color: var(--yellow) !important;
	color: #fff !important;
}

.spin-icon.dux-bg-amarillo a {
	color: #000 !important;
}
.title.dux-bg-amarillo {
	color: #000 !important;
}

.dux-bg-gris, #sidebar:not(.active) li.dux-bg-gris a:hover {
	background-color: var(--gray) !important;
	border-left-color: var(--gray) !important;
	color: #fff !important;
}

.dux-bg-violeta, #sidebar:not(.active) li.dux-bg-violeta a:hover {
	background-color: var(--purple) !important;
	border-left-color: var(--purple) !important;
	color: #fff !important;
}

.circulo_avatar {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: var(--loginDown);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 5px;
	padding: 1%
}

	.circulo_avatar > label {
		color: white;
	}

.sidebar-header {
	position: relative;
}

	.sidebar-header div {
		position: absolute;
		top: 3px;
		right: 7px;
		font-size: 20px;
		cursor: pointer;
	}

	.sidebar-header svg {
		fill: #fff;
		width: 18px;
		height: 18px;
	}

#sidebar .dropdown-menu {
	box-shadow: none;
	border: none;
	border-radius: 9px;
	padding: 0;
	min-width: 200px;
}

	#sidebar .dropdown-menu ul {
		padding: 0 !important;
		margin: 0 !important;
	}

	#sidebar .dropdown-menu li {
		color: #fff !important;
	}

	#sidebar .dropdown-menu span {
		display: inline-block !important;
	}

	#sidebar .dropdown-menu button {
		text-align: left;
		font-size: 0.75rem;
		padding: 10px;
		border: none;
		background: none;
		color: #fff;
		min-height: 48px;
	}

		#sidebar .dropdown-menu button:hover {
			background-color: #fff;
			color: #055239;
			box-shadow: 0px 1px 34px -10px rgb(0 0 0 / 10%) inset;
			-webkit-box-shadow: 0px 1px 34px -10px rgb(0 0 0 / 10%) inset;
			-moz-box-shadow: 0px 1px 34px -10px rgba(0,0,0,0.10) inset;
		}

		#sidebar .dropdown-menu button svg {
			width: 20px;
		}

#sidebar #btnCerrarSesion {
	height: 38px;
	width: 100%;
	background: none;
	border: none;
	color: #fff;
	background-color: #009a67 !important;
	box-shadow: -1px 1px 27px -7px rgb(0 0 0 / 10%) inset;
	text-align: left;
	height: 53.4px;
	padding-left: 20px;
	font-size: 1.8em;
}

	#sidebar #btnCerrarSesion span {
		display: none;
	}

#sidebar.active #btnCerrarSesion span {
	display: inline-block;
}


#sidebar.active #btnCerrarSesion {
	padding-left: 10px;
	height: 38px;
	font-size: 0.75rem;
}

#sidebar.active #menuDux svg {
	width: 20px;
}

.sidebarChangeProduct {
	position: absolute;
	color: #fff;
	border-radius: 50%;
	display: block;
	bottom: 0;
	right: -17px;
	height: fit-content;
	line-height: 0;
	font-size: 13px;
	width: 18px;
	height: 18px;
}

	.sidebarChangeProduct:hover {
		background-color: #fff;
	}

.sidebar-header strong .sidebarChangeProduct {
	right: 1px;
}

.img-sidebarLogoLg, .img-sidebarLogoXs {
	position: relative;
}
/*---------------------------------
  HEADER
---------------------------------*/
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #eee;
	vertical-align: middle;
}

.navbar-light .navbar-nav .nav-link {
	color: #ccc;
	margin: 0;
	font-size: 1.25rem;
	line-height: 0.5rem;
	vertical-align: middle;
}

	.navbar-light .navbar-nav .nav-link span {
		color: #ccc;
		margin: 0;
		font-size: 0.75rem;
		vertical-align: middle;
	}

.navbar.bg-light, .navbar {
	background: #555 !important;
	padding: 5px 5px;
	margin: 0 -15px;
	border: none;
	border-radius: 0;
	margin-bottom: 5px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	position: relative;
}

.navbar-btn {
	box-shadow: none;
	outline: none !important;
	border: none;
}

#Titulo {
	text-align: left;
	color: #fafafa;
	font-size: 1.2rem;
	padding: 0;
	margin: 0;
}

	#Titulo label {
		vertical-align: middle;
	}

#logoCotizaciones {
	font-size: 0.85rem;
}

	#logoCotizaciones strong {
		font-weight: 600;
		color: #fff;
		margin-right: 10px;
	}

	#logoCotizaciones svg {
		margin-right: 5px;
		font-size: 17px;
		padding: 0;
		vertical-align: text-top;
		display: none;
	}

	#logoCotizaciones .tipoCambioSpanDesk {
		display: inline-block;
	}

	#logoCotizaciones .tipoCambioSpanMob {
		display: none;
	}

.dropdown-submenu {
	position: relative;
}

	.dropdown-submenu a::after,
	.dropdown-submenu input::after {
		transform: rotate(-90deg);
		position: absolute;
		right: 6px;
		top: .8em;
	}

	.dropdown-submenu .dropdown-menu {
		top: 0;
		left: 100%;
		margin-left: .1rem;
		margin-right: .1rem;
	}

#logoCotizaciones p {
	color: #fafafa;
	margin: 0;
}

#Titulo {
	font-size: 1.4rem;
	margin-left: 10px;
}

#navLogoCotizacion {
	padding: 0 5px;
}

#navbarSupportedContent a {
	cursor: pointer !important;
}

#navbarSupportedContent .nav-item ul {
	position: absolute;
	left: -9px;
	top: 40px;
}

#navbarDropdownMenuAccesos li {
	width: 260px;
}

#navbarDropdownMenuAccesos .dropdown-item {
	white-space: inherit;
}

#navbarDropdownMenuAccesos {
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}

#navbarDropdownMenuAccesos::-webkit-scrollbar {
	width: 6px;
	background: #fff;
}

#navbarDropdownMenuAccesos::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 3px;
}

#btnNavbarSupportedContent {
	display: none;
}

#navbarDropdownMenuNotificaciones {
	padding-top: 0;
}

#navbarSupportedContent .nav-item ul#navbarDropdownMenuNotificaciones {
	left: auto;
	right: -9px;
	max-height: calc(100vh - 300px);
	overflow-y: auto;
	overflow-x: hidden;
	min-width: 200px;
}

	#navbarSupportedContent .nav-item ul#navbarDropdownMenuNotificaciones::-webkit-scrollbar {
		background: #fff;
	}

#navbarSupportedContent .notificacion_item {
	min-width: 400px;
	padding: 5px 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	cursor: pointer;
}

	#navbarSupportedContent .notificacion_item h6 {
		margin: 0;
	}

	#navbarSupportedContent .notificacion_item p {
		margin: 0;
	}

#navbarSupportedContent .separador {
	background: #777;
	width: 1px;
	height: 40px;
}
/*---------------------------------
  FORMULARIO Y BUSCADOR
---------------------------------*/
label.form-control {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-width: 5px;
	border-bottom-right-radius: 0px;
	background-color: #f7f7f7;
	padding-top: 8px;
	margin: 0;
}

.form-control {
	font-size: 0.75rem;
	line-height: 0.75rem;
	padding: 0.25rem 0.4rem 0.2rem 0.4rem;
	color: #000;
	height: 1.6rem;
}

select.form-control:not([size]):not([multiple]) {
	height: calc(1.5em + 0.50rem);
}

.form-group {
	line-height: 0.9rem;
	margin-bottom: 0.2rem;
	overflow: hidden;
}

label {
	margin: 0.1rem 0;
}

	label.cRequerido::after {
		content: '*';
	}

.form-control:not(.disabled):required,
.form-control.cRequerido:not(.disabled),
.selectize-input.cRequerido:not(.disabled),
.selectize-input.required:not(.disabled) {
	border-left-width: thick;
}

.form-control.cNaranja:not(.disabled),
.selectize-input.cNaranja:not(.disabled) {
	border-right-width: thick;
}

.selectize-dropdown {
	position: absolute;
	z-index: 99999 !important;
	overflow-wrap: normal !important;
	width: auto;
}

	.selectize-dropdown [data-selectable],
	.selectize-dropdown .optgroup-header {
		white-space: nowrap;
	}

.selectize-control .selectize-input.disabled {
	color: var(--gray);
	background-color: #f7f7f7;
}

.form-control.selectize-control {
	padding: 0;
	height: auto;
	border: none;
	background: none;
	box-shadow: none;
	border-radius: 0;
	max-height: 25.59px;
}

	.form-control.selectize-control.multi {
		max-height: none;
	}

	.selectize.selectize-input {
		border: 1px solid #ced4da;
		padding: 0.37rem 0.30rem;
		margin: 0;
		min-height: 1.6rem;
	}

	.selectize.selectize-input input {
		height: 0.85rem;
	}

.selectize-control > div.items > div.item {
	max-height: 1rem !important;
}

.input-group-text {
	height: 1.6rem;
	font-size: 14px;
}

.selectize-input.items.has-options.full.has-items.focus.input-active.dropdown-active {
	max-height: 0.75rem;
}

.form-control.disabled,
.form-control:disabled,
.form-control[readonly] {
	color: var(--gray);
	background-color: #f7f7f7;
}

.datepicker td,
.datepicker th {
	width: 2.5rem;
	height: 2.5rem;
	font-size: 0.85rem;
}

.datepicker {
	margin-bottom: 3rem;
}

	.datepicker.active {
		z-index: 9999 !important;
	}

.form-radio {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

	.form-radio > label {
		margin-bottom: 2px;
	}

	.form-radio > div {
		max-height: 25.6px;
	}

		.form-radio > div label {
			display: flex;
			flex-direction: column;
			justify-content: center;
		}

.selectize.selectize-input::before {
	content: '';
	position: absolute;
	background-color: #fff;
	width: 52px;
	height: 15px;
	right: 0;
}

.selectize.selectize-input.disabled .item .clearItem {
	color: #ccc;
}
.selectize.selectize-input .item .clearItem {
	position: absolute;
	top: 5px;
	right: 33px;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	background-color: #fff;
	color: var(--secondary);
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 2px;
	font-size: 11px;
	font-weight: 600;
}

.selectize.selectize-input.disabled::before {
	background-color: transparent;
}

.selectize-input {
	height: 25px;
	padding: 0;
}

	.selectize-input > * {
		padding-right: 2px;
	}

.selectize-control.multi .selectize-input {
	height: auto;
}

.selectize-dropdown .active {
	background-color: #00885b;
	color: #fff !important;
}

.input-group .selectize-input {
	border-radius: 0.25rem;
}

.selectize-control {
	min-width: 125px;
}

.form-control .selectize-control {
	min-width: inherit;
}

#formBuscar .input-group-prepend .selectize-input {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

#formBuscar .selectize.ayu {
	border-radius: 0 !important;
}

label.active.btn.btn-success.disabled {
	opacity: 0.85;
}

.form-radio-group > div {
	max-height: 25.6px;
}

	.form-radio-group > div label {
		padding: 0.2rem 0.75rem;
	}

span.spanBuscador {
	border-radius: 0.25rem;
	border: 1px solid #ced4da;
	padding: 0.35rem 0.75rem 0.25rem 0.75rem;
	margin: 0;
	min-height: 1.6rem;
	background-color: #fff;
	border-right: none;
	margin-right: -1px;
	z-index: 1 !important;
}

.selectize-input::after {
	content: ' ';
	display: block;
	position: absolute;
	top: 50%;
	right: calc(0.75rem + 5px);
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #343a40 transparent transparent transparent;
}

.selectize-input.dropdown-active::after {
	margin-top: -4px;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #343a40 transparent;
}

.group-fec {
	flex-wrap: nowrap;
}

.input-group-prepend {
	margin-left: -1px !important;
	margin-right: -1px !important;
}

.group-fec .input-group-btn select,
.group-fec span select {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right-color: transparent !important;
}

.group-fec div.date input {
	border-radius: 0;
}

.group-fec .date .input-group-append {
	display: none;
}

.group-fec div.date:last-child input {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.group-fec select,
.group-fec .input-group-text {
	background: #ffffff !important;
	color: #212529 !important;
	border-color: #d3d9df !important;
}

.selectize-dropdown.ayu.disabled {
	color: #000 !important;
	background-color: #fff !important;
}

input.is-valid,
input.is-invalid {
	padding-right: 25px !important;
}

div.form-group > label {
	white-space: nowrap;
	overflow: hidden;
}


/*---------------------------------
  TABLA
---------------------------------*/
td {
	padding: 0.15rem !important;
}

.table th, .table-sm th {
	font-weight: 400;
}

.table th, .table td, .table-sm th, .table-sm td {
	padding: 0.6rem;
}

.table-sm th, .table-sm td {
	padding: 0.4rem;
}

table.dataTable tr td.editable.active {
	background-color: white;
}

table.dataTable .form-control.selectize-control {
	height: 1.6rem;
}

table.dataTable label.input-group-text {
	margin-top: 0px;
}

table .selectize {
	z-index: 0;
}

.DTFC_LeftBodyLiner {
	top: 0px !important;
	overflow-y: unset !important;
}

.column-min-width-400 {
	width: 400px;
	min-width: 400px;
}

.column-min-width-350 {
	width: 350px;
	min-width: 350px;
}

.column-min-width-300 {
	width: 300px;
	min-width: 300px;
}

.column-min-width-250 {
	width: 250px;
	min-width: 250px;
}

.column-min-width-200 {
	width: 200px;
	min-width: 200px;
}

.column-min-width-175 {
	width: 175px;
	min-width: 175px;
}

.column-min-width-150 {
	width: 150px;
	min-width: 150px;
}

.column-min-width-120 {
	width: 120px;
	min-width: 120px;
}

.column-min-width-100 {
	width: 100px;
	min-width: 100px;
}

.column-min-width-75 {
	width: 75px;
	min-width: 75px;
}

.column-min-width-50 {
	width: 50px;
	min-width: 50px;
}

.column-min-width-40 {
	width: 40px;
	min-width: 40px;
}

.column-min-width-30 {
	width: 30px;
	min-width: 30px;
}

.column-min-width-25 {
	width: 25px;
	min-width: 25px;
}

.column-max-width-25 {
	width: 25px;
	max-width: 25px;
}

.column-max-width-30 {
	width: 30px;
	max-width: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.column-max-width-40 {
	width: 40px;
	max-width: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.column-max-width-50 {
	width: 50px;
	max-width: 50px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.column-max-width-75 {
	width: 75px;
	max-width: 75px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.column-max-width-100 {
	width: 100px;
	max-width: 100px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.column-max-width-120 {
	width: 120px;
	max-width: 120px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.column-max-width-150 {
	width: 150px;
	max-width: 150px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.column-max-width-175 {
	width: 175px;
	max-width: 175px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.column-max-width-200 {
	width: 200px;
	max-width: 200px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.column-max-width-250 {
	width: 250px;
	max-width: 250px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.column-max-width-300 {
	width: 300px;
	max-width: 300px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.column-max-width-350 {
	width: 350px;
	max-width: 350px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.btnGridFile {
	height: 20px;
	padding: 0px 5px;
	margin: 1px;
}

table.dataTable .selectize.selectize-input::before {
	width: 20px;
	right: 0px;
}

table.dataTable .selectize-control.single .selectize-input:after {
	right: calc(0.75rem - 5px);
}

table td .grid-cell-editable, #footer .grid-cell-editable, #ZZS004_1 .grid-cell-editable {
	text-overflow: ellipsis;
	overflow: hidden;
}

table td.editable .grid-cell-editable, #footer .grid-cell-editable, #ZZS004_1 .grid-cell-editable {
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	background-color: #fff;
	background-clip: padding-box;
	padding: 0.25rem;
	height: 1.6rem;
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
}
	table td.editable .grid-cell-editable.disabled, table td.editable .grid-cell-editable.soloLectura {
		color: var(--gray);
		background-color: #f7f7f7;
	}

table td.editable .grid-cell-select, #footer .grid-cell-select, #ZZS004_1 .grid-cell-select {
	padding-right: 1.4rem;
	text-overflow: ellipsis;
	overflow: hidden;
}

	table td.editable .grid-cell-select::after, #footer .grid-cell-select::after, #ZZS004_1 .grid-cell-select::after {
		content: ' ';
		display: block;
		position: absolute;
		top: 50%;
		right: 8px;
		margin-top: -3px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 5px 0 5px;
		border-color: #343a40 transparent transparent transparent;
	}

table td.editable .input-group {
	flex-wrap: nowrap;
}

	table td.editable .input-group .grid-cell-editable, table td.editable .input-group .input-group.date {
		flex: 1;
	}

	table td.editable .input-group .selectize-control {
		width: 100%;
		min-width: auto;
	}

		table td.editable .input-group .selectize-control .item {
			padding-right: 32px;
		}

tr.row-cabecera td {
	background-color: rgb(255, 229, 225) !important;
}

tfoot tr.row-footer td {
	background-color: rgb(232, 232, 232) !important;
}

tr.row-operacion-cargada-EIA006 td {
	background-color: rgb(197, 224, 100) !important;
}

tr.row-operacion-oficializada-EIA006 td {
	background-color: rgb(197, 224, 200) !important;
}

tr.row-operacion-normal-EIA006 td {
	background-color: lightgray !important;
}
table td.editable .date .form-control {
	border-radius: 0.25rem;
}
table td.editable .date .input-group-append {
	display: none;
}

/*.dataTables_wrapper {
	width: fit-content;
}*/
/*---------------------------------
  FOOTER
---------------------------------*/
#footer {
	background-color: #555;
	color: #ccc;
	vertical-align: middle;
	margin-left: 250px;
	padding: 2px 8px;
}

	#footer.sidebarHidden {
		margin-left: 60px;
	}

	#footer button.btn {
		margin-left: 4px;
	}

	#footer #toggleFooter {
		display: none;
	}

	#footer #guardarPlantilla {
		margin-left: 0;
	}

	#footer #formPlantilla select {
		border: none;
	}

		#footer #formPlantilla select:focus {
			outline: none;
		}

	#footer #formPlantilla label {
		padding-top: 7px;
		background-color: #343a40;
		padding-left: 7px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		margin: 0;
	}

	#footer #selectPlantillaFooter {
		width: calc(100% - 80px);
		height: 33px;
		border-radius: 0;
		display: flex;
		align-items: center;
		color: #212529;
		cursor: pointer;
	}

		#footer #selectPlantillaFooter span {
			width: 195px;
			max-width: 195px;
			text-overflow: ellipsis;
			overflow: hidden;
			white-space: nowrap;
		}

#datosPlantillaFooter {
	margin-left: 0;
	display: none;
	background: #fff;
	border: 1px solid #ced4da;
	border-radius: 5px;
	position: absolute;
	top: 0px;
	transform: translateY(-100%);
	margin-left: 10px;
	color: #212529;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-width: 0;
}

	#datosPlantillaFooter .contenedor-tabla-plantilla {
		max-height: 400px;
		overflow-y: auto;
		position: relative;
	}

	#datosPlantillaFooter table {
		width: 100%;
		border-collapse: collapse;
	}

		#datosPlantillaFooter table thead {
			position: sticky;
			top: 0;
			background: #fff;
			z-index: 2;
		}

		#datosPlantillaFooter table tbody {
			overflow-y: auto;
			background: #fff;
		}

		#datosPlantillaFooter table th {
			padding: 2px 10px;
			text-align: center;
		}

		#datosPlantillaFooter table tbody tr.seleccionado {
			background-color: #28a745 !important;
			color: #fff !important;
		}

		#datosPlantillaFooter table tbody tr {
			cursor: pointer;
		}
			#datosPlantillaFooter table tbody tr:hover {
				background-color: #f2f2f2;
			}


#footer #formPlantilla button.btn {
	margin-left: 0;
}

#filterTipoBtn {
	cursor: pointer;
	margin-left: 5px;
}
#filterTipoBtn.active {
	color: var(--primary);
}
#filterMenu {
	transform: translate(0, -100%);
	position: absolute;
	z-index: 5;
	top: 35px;
	right: -50px;
	width: fit-content;
	float: none;
	left: initial;
	padding: 0;
}

	#filterMenu .dropdown-item.active, #filterMenu .dropdown-item:active {
		background-color: var(--primary);
	}

#icono:hover span {
	display: inline-block;
}

#rutasIrA span {
	display: none;
}

#rutasIrA:hover span {
	display: inline-block;
}

#footer .btn-oculto span {
	display: none;
}
/*#footer .btn-oculto:hover span {
display: inline-block;
}*/

#footer #descripcionPrograma {
	text-overflow: ellipsis;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	color: #fff;
	overflow: hidden;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: left;
}


#formPlantilla > div {
	height: 33px;
	padding-right: 0;
}

	#formPlantilla > div label {
	}

	#formPlantilla > div > div {
		display: flex;
		position: relative;
		width: calc(100% - 63px);
		max-width: 300px;
	}

		#formPlantilla > div > div select {
			width: calc(100% - 79px);
		}

		#formPlantilla > div > div > div {
			left: inherit;
			position: absolute;
			right: 0;
		}


#footer > div {
	padding: 4px 0;
}

/* PLANTILLA COLOR */
.container-color.blue, .container-color .blue {
	background-color: var(--blue);
	color: #fff;
}

.container-color.indigo, .container-color .indigo {
	color: #fff;
	background-color: var(--indigo);
}

.container-color.purple, .container-color .purple {
	color: #fff;
	background-color: var(--purple);
}

.container-color.pink, .container-color .pink {
	color: #fff;
	background-color: var(--pink);
}

.container-color.red, .container-color .red {
	color: #fff;
	background-color: var(--red);
}

.container-color.orange, .container-color .orange {
	color: #fff;
	background-color: var(--orange);
}

.container-color.yellow, .container-color .yellow {
	color: #000;
	background-color: var(--yellow);
}

.container-color.green, .container-color .green {
	color: #fff;
	background-color: var(--green);
}

.container-color.teal, .container-color .teal {
	color: #000;
	background-color: var(--teal);
}

.container-color.cyan, .container-color .cyan {
	color: #fff;
	background-color: var(--cyan);
}

.container-color.gray, .container-color .gray {
	color: #fff;
	background-color: var(--gray);
}

.container-color.gray-dark, .container-color .gray-dark {
	color: #fff;
	background-color: var(--gray-dark);
}
/*GRID FOOTER*/
#footer {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.formPlantillaContainer {
	grid-area: 1 / 1 / 2 / 3;
	display: none;
	height: 40px;
}

#desProgramaContainer {
	grid-area: 1 / 1 / 2 / 4;
	height: 40px;
}

#iconsContainer {
	grid-area: 1 / 4 / 2 / 9;
	height: 40px;
	display: flex;
	justify-content: flex-end;
}

#footer.PlantillaShow .formPlantillaContainer {
	display: block;
}

#footer.PlantillaShow #desProgramaContainer {
	grid-area: 1 / 3 / 2 / 6;
}

#footer.PlantillaShow #iconsContainer {
	grid-area: 1 / 5 / 2 / 9;
}

#programaAyuda {
	height: 40px;
	position: absolute;
	width: 40px;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	margin-top: 2px;
	margin-left: 5px;
	cursor: pointer;
	display: none;
	bottom: 0;
}

#formPlantillaContainer.programaAyudaShow, #desProgramaContainer.programaAyudaShow {
	margin-left: 40px;
}

#programaAyuda.programaAyudaShow {
	display: flex;
}

#formBuscar.buscador-xl {
	grid-area: 1 / 1 / 2 / 3;
}
/*---------------------------------
  BOTONES
---------------------------------*/
.btn {
	font-size: 0.75rem;
}

	.btn.btn-tab {
		background-color: #999;
		border: none;
	}

		.btn.btn-tab:focus {
			background-color: #777 !important;
			border: none;
		}

		.btn.btn-tab.active {
			border: none;
		}

.btn-sm {
	padding: 0px 5px;
	margin: 1px;
}

.btn-small {
	padding: 1px 6px;
}

td .btn-group-toggle label {
	z-index: 0 !important;
}

.btn-group-toggle .btn {
	border: 1px solid #ced4da !important;
}

.btn-group-toggle label.btn-success.disabled:not(.active) {
	background-color: #f7f7f7 !important;
	color: var(--gray);
	border-color: #f7f7f7;
}

.btn-group-toggle label.btn-success.disabled.active {
	background-color: #777;
	border-color: #777;
}

.btn-group-toggle label.btn-success:not(.active) {
	background-color: #f7f7f7 !important;
	color: var(--gray);
}

.btn-grilla {
	background-color: var(--loginUp);
	border-color: var(--loginUp);
	color: #fff;
}

	.btn-grilla:hover {
		background-color: var(--loginUp);
		border-color: var(--loginUp);
		color: #fff;
	}
/*---------------------------------
  CARD
---------------------------------*/
.card-title .btn-sm {
	margin: -2px 0px -2px 5px;
}

.card-title {
	margin-bottom: 0;
	display: block;
	font-size: 1.17em;
}

.card {
	margin-bottom: 5px;
}

.card-header {
	padding: 0.5rem 10px;
}

.collapsing {
	-webkit-transition: none !important;
	transition: none !important;
}

.collapse {
	transition: none !important;
}

.card-link {
	display: inline-block;
	width: 70%;
}

/*.card-body { // TODO: Probar
	overflow-x: auto;
}*/
/*---------------------------------
  TOAST Y MENU AUXILIAR
---------------------------------*/
.toast-success {
	background-color: var(--success);
}

.toast-error {
	background-color: var(--danger);
}

.toast-info {
	background-color: var(--info);
}

.toast-warning {
	background-color: var(--warning);
}
.toast.toast-warning {
	color: #000 !important;
}

#menu-auxiliar-tabs .spin-icon {
	display: flex;
	justify-content: center;
}

.setings-item.toastr-list .list-group {
	list-style: none;
}

	.setings-item.toastr-list .list-group li {
		padding: 5px 15px;
		position: relative;
	}

		.setings-item.toastr-list .list-group li p {
			line-height: 1;
		}

		.setings-item.toastr-list .list-group li .closeToastrElement {
			position: absolute;
			top: 3px;
			right: 15px;
			cursor: pointer;
		}

#menu-auxiliar-contenido-info,
#menu-auxiliar-contenido-warning,
#menu-auxiliar-contenido-success,
#menu-auxiliar-contenido-error {
	min-width: 220px;
	max-width: 400px;
	background: #f3f3f4;
}

#menu-auxiliar-contenido-info > .setings-item.toastr-list.datos,
#menu-auxiliar-contenido-warning > .setings-item.toastr-list.datos,
#menu-auxiliar-contenido-success > .setings-item.toastr-list.datos,
#menu-auxiliar-contenido-error > .setings-item.toastr-list.datos {
	overflow-y: auto;
}

#menu-auxiliar-contenido-info {
	border-left: 3px solid var(--blue) !important;
	border-bottom: 1px solid #55555e;
}

#menu-auxiliar-contenido-warning {
	border-left: 3px solid var(--yellow) !important;
	border-bottom: 1px solid #55555e;
}

#menu-auxiliar-contenido-success {
	border-left: 3px solid var(--green) !important;
	border-bottom: 1px solid #55555e;
}

#menu-auxiliar-contenido-error {
	border-left: 3px solid var(--red) !important;
	border-bottom: 3px solid var(--red) !important;
}

.link-toastr {
	color: #007bff !important;
	font-weight: 600;
}

	.link-toastr:hover {
		cursor: pointer;
	}

.link-mensaje {
	color: #212529 !important;
	font-weight: 600;
}

	.link-mensaje:hover {
		cursor: pointer;
	}

.toast-message .link-mensaje {
	color: #fff !important;
	font-weight: 600;
}

/*---------------------------------
  MAPA TAB
---------------------------------*/

#mapDatosBuque {
	height: 400px;
	width: 370px;
}

.leaflet-bottom.leaflet-right {
	display: none!important;
}
/*---------------------------------
  IMAGENES
---------------------------------*/
i.img-sidebarLogoMymtec {
	background: url('/media/img/sidebar_logoMymtec.png') no-repeat;
	width: 30px;
	height: 30px;
}

#logoCliente {
	vertical-align: middle;
	display: inline-block !important;
	margin-left: 5px;
	border: none;
	background-size: cover;
	background-position: top left;
	max-width: 150px;
	height: 45px;
}

/*---------------------------------
  LOADER
---------------------------------*/
.mymtec-container-grisado-1 {
	display: none;
	position: relative;
	width: calc( 100% + 30px );
	left: -15px;
	z-index: 1060;
}

.mymtec-container-grisado-open {
	display: block;
}

.mymtec-container-grisado {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0, 0.7);
}

.mymtec-container-grisado-content {
	margin: 0 auto;
	padding: 10px;
	width: 100%;
	height: 100%;
	max-height: 650px;
	max-width: 650px;
	border-radius: 10px;
	background-color: white;
	background: transparent;
}

.mymtec-loader-container-logo p {
	text-align: center;
	width: fit-content;
	margin: 0 auto;
	padding: 3px 6px;
	color: #fff !important;
	border-radius: 1px;
	font-weight: 400;
	letter-spacing: 0.4px;
}

#loaderText {
	margin-top: 5px;
	margin-bottom: 5px;
	display: none;
}


.vertical-center {
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mymtec-loader-container-logo {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#mymtecProgressBar {
	margin: 0 auto;
	max-width: 250px;
	width: 100%;
	height: 20px;
	border-radius: 3px;
	border: 1px solid rgba(255,255,255,1);
}

.mymtec-progressbar-porcentage-complete {
	padding: 0;
	min-width: 0%;
	max-width: 100%;
	width: 0%;
	height: 100%;
	/*background-color: var(--green);*/
	background-color: rgba(255,255,255,1);
	transition: 0.3s ease-in;
}

@-webkit-keyframes shake {
	0%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {
	0%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	70% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	80% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	90% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

#logoMymtec-100 {
	width: 100px;
	height: 100px;
	/*position: absolute;*/
	/*top: 50%;
	left: 50%;*/
	position: relative;
	margin: 0 auto;
	-ms-transform: translateY(-50%);
	transform: translateY(50%);
	-webkit-animation-name: flip;
	animation-name: flip;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
}

	#logoMymtec-100 .triangulo1 {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 0;
		height: 0;
		border-top: 60px solid #2f4696;
		border-right: 40px solid transparent;
	}

	#logoMymtec-100 .triangulo2 {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 0;
		height: 0;
		border-top: 60px solid #2f4696;
		border-right: 40px solid transparent;
	}

	#logoMymtec-100 .triangulo3 {
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 0;
		height: 0;
		border-bottom: 60px solid #00a1db;
		border-left: 40px solid transparent;
	}

	#logoMymtec-100 .triangulo4 {
		position: absolute;
		bottom: 0px;
		right: 0px;
		width: 0;
		height: 0;
		border-bottom: 60px solid #00a1db;
		border-left: 40px solid transparent;
	}


	#logoMymtec-100 .triangulo1, .triangulo2 {
		border-top: 60px solid rgba(255,255,255,1) !important;
	}

	#logoMymtec-100 .triangulo3, .triangulo4 {
		border-bottom: 60px solid rgba(255,255,255,1) !important;
	}

/*---------------------------------
  MODAL
---------------------------------*/
#modalMsg .modal-body label {
	white-space: normal !important;
}

.modal-seccion {
	padding: 0.75rem;
	border-top: 1px solid #dee2e6;
}

.modal-header.bg-warning .modal-title {
	color: #000!important;
}
/*---------------------------------
  DASHBOARD
---------------------------------*/
#dashboard .addModulo {
	font-size: 30px;
	text-align: center;
	cursor: pointer;
}

#dashboard {
	display: flex;
	flex-direction: column;
	flex: 1;
	overflow-y: auto;
	margin-right: -8px;
}

/*---------------------------------
  IA
---------------------------------*/


#chatAyudaForm {
	margin: 0;
}


#chatAyudaForm,
#chatAyudaForm .form-control,
#respuestaChat {
	font-size: 0.8rem; 
}


#botonChatIA, #preguntaInput {
	line-height: 1;
	height: 2rem;
}



#chatAyudaForm .dropdown-divider {
	margin: 1rem 0;
}

#contenedorChatModal hr {
	width:100%;
	margin-top:0px;
	margin-bottom:0px;
}

#chatScroll {
	max-height: 100%;
	overflow-y: scroll;
}

.respuestaChat, .preguntaHecha {
	white-space: pre-wrap;
	padding: 0.7rem;
	overflow-y: auto;
	width:fit-content;
	margin-bottom:.6rem;
}

.respuestaChat {
	margin-right: auto;
	background: #F5FAFF;
	border-radius: 1rem 1rem 1rem .1rem;
}
	.respuestaChat a {
		color: green;
	}

.preguntaHecha {
	margin-left: auto;
	align-items: end;
	background: #F5FFF7;
	border-radius: 1rem 1rem .2rem 1rem;
}
	.preguntaHecha pre {
		font-weight: 600;
		text-align: end;
	}

pre {
	text-wrap: wrap;
	margin-bottom: 0px;
	width: 100%;
}

/*---------------------------------
  DRIVER
---------------------------------*/

/*.driver-active-element {
	position: relative;
	z-index: 10000 !important;
}*/

.driver-popover.driverjs-theme {
	background-color: #D4EDDA;
	color: #000;
}

	.driver-popover.driverjs-theme .driver-popover-title {
		font-size: 16px;
		text-align: center;
	}

.driver-popover.driverjs-theme .driver-popover-title,
.driver-popover.driverjs-theme .driver-popover-description,
.driver-popover.driverjs-theme .driver-popover-progress-text {
	color: #000;
}

.driver-popover.driverjs-theme button {
	flex: 1;
	text-align: center;
	background-color: #000 !important;
	color: #ffffff;
	border: 2px solid #000;
	text-shadow: none;
	font-size: 11px;
	padding: 5px 8px;
	border-radius: 6px;
}

	.driver-popover.driverjs-theme button:hover {
		background-color: #000;
		color: #ffffff;
	}

.driver-popover.driverjs-theme .driver-popover-navigation-btns {
	justify-content: space-between;
	gap: 5px;
}

.driver-popover.driverjs-theme .driver-popover-close-btn {
	color: #9b9b9b;
	padding: 0px;
	margin-right:2px;
	margin-top: 2px;
}

	.driver-popover.driverjs-theme .driver-popover-close-btn:hover {
		color: #000;
	}
    
    .driver-popover.driverjs-theme .driver-popover-arrow-side-left.driver-popover-arrow {
		border-left-color: #D4EDDA;
	}

    .driver-popover.driverjs-theme .driver-popover-arrow-side-right.driver-popover-arrow {
		border-right-color: #D4EDDA;
	}

	.driver-popover.driverjs-theme .driver-popover-arrow-side-top.driver-popover-arrow {
		border-top-color: #D4EDDA;
	}

	.driver-popover.driverjs-theme .driver-popover-arrow-side-bottom.driver-popover-arrow {
		border-bottom-color: #D4EDDA;
	}

/*---------------------------------
  PROGRESS STEP
---------------------------------*/
	
.progress-tracker {
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}
.progress-step {
	min-width: auto;
	position: relative;
	width: 40px;
	max-width: 60px;
}
.progress-icon {
	transform: translate(50%, -50%);
	top: 50%;
	right: 50%;
}

.progress-marker {
	padding-left: 0px;
}


.background-color-celda-deshabilitada {
	background-color: #f5f5f5 !important;
}	
	
/*---------------------------------
 Scrollable
---------------------------------*/

#columnas_disponibles #columnas_seleccionadas {
	max-height: 300px;
	overflow-y: scroll;
	-ms-overflow-style: none; 
	scrollbar-width: none;
}

#columnas_disponibles::-webkit-scrollbar {
	display: none; 
}
#columnas_seleccionadas::-webkit-scrollbar {
	display: none; 
}

