/* Carga de tipografías */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Roboto:400,500,700&display=swap");

/* Aquí se definen las variables */
:root {
	--farmazul-menuleft--bgcolor: #022B56;
	--farmazul-brand--bgcolor: #022B56;
	--farmazul-menuleft__item--bgcolor: #023569;
	--farmazul-menuleft__item--text: #989eb3; //lightgrey;
	--farmazul-menu__clientes: #a4dbf8;
	--farmazul-menu__almacen: #66c5ee;
	--farmazul-menu__gestion: #33b2e9;
	--farmazul-menu__grupo: #006fb4;
	--prioridadRotacion--bgcolor: #ff0000;
	--prioridadCaducidad--bgcolor: #8d5d2e;
	--prioridadBeneficio--bgcolor: #eac31b;
	--prioridadSobrestock--bgcolor: #a5b30f;
	--s-white: #fff;
	--s-azul: #397fac;
	--s-azul-claro: #009fe3;
	--s-azul-oscuro: #316d92;
	--s-pistacho: #b6c50a;
	--s-verde: #00906c;
	--s-verde-oscuro: #047055;
	--s-gris: #708090;
	--s-gris-oscuro: #63707e;
	--s-rojo: #db6d6d;
	--s-rojo-oscuro: #b44d4d;
	--s-amarillo: #ffb822;
        --farmazul-azul-claro: #a3d5ed;
	--farmazul-azul-menos-claro: #009ed5;
	--farmazul-azul-menos-oscuro: #006da9;
	--farmazul-azul-oscuro: #1d2f4e; //lightgrey;
        --azul-sisfarma-2020: #0d3747; 
        --verde-sisfarma-2020: #00a12e;
        --azul-sisfarma-2022: #172a3c; 
        --verde-sisfarma-2022: #38ac4b;
	--s-naranja: #ed7d31;
        --s-azul-sisfarma-2025: #0c2538; 
        --s-verde-sisfarma-2025: #009d46;
}

html,
body {
	/* font-family: 'Montserrat', sans-serif !important; */
	font-family: "Roboto", sans-serif !important;
	/* font-family: 'Poppins', sans-serif !important; */
	scroll-behavior: smooth;
}

.circulo {
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    height: 40px;
    width: 40px;
    border: 1px solid #000;
}

ol.order {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol.order > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol.order > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

li ol.order > li {
  margin: 0;
}

li ol.order > li:before {
  content: counters(item, ".") " ";
}

.marcar-favorito {
	color: #fff;
	cursor: pointer;
}
.marcar-favorito:hover:not(.es-favorito) {
	color: var(--s-verde);
	transition: all .2s;
}
.es-favorito {
	color: var(--s-verde);
}
.cursor-pointer {
	cursor: pointer !important;
}
.imas-menuleft {
    background-color: #616161 !important;
}
.imas-menuleft__item {
    background-color: #525252 !important;
}
.imas-brand {
    background-color: #616161 !important;
}
.farmazul-menuleft {
	background-color: var(--farmazul-menuleft--bgcolor) !important;
}
.farmazul-menuleft__item {
	background-color: var(--farmazul-menuleft__item--bgcolor) !important;
}
.farmazul-menuleft__item--text {
	color: var(--farmazul-menuleft__item--text) !important;
}
.farmazul-brand {
	background-color: var(--farmazul-brand--bgcolor) !important;
}
.farmazul-menu__clientes {
	background-color: var(--farmazul-menu__clientes) !important;
}
.farmazul-menu__almacen {
	background-color: var(--farmazul-menu__almacen) !important;
}
.farmazul-menu__gestion {
	background-color: var(--farmazul-menu__gestion) !important;
}
.farmazul-menu__grupo {
	background-color: var(--farmazul-menu__grupo) !important;
}
.kt-grid-nav-v2__item:hover {	/* Se sobreescribe la propiedad background del estilo principal */
	background: var(--s-azul) !important;
}
.kt-offcanvas-panel__close:hover {
	background: var(--s-azul) !important;
}
.warning-oscuro {
	color: #fee76f !important;
}
.danger-oscuro {
	color: var(--s-rojo) !important;
}
.success-oscuro {
	/* color: #7cea4d; */
	color: var(--s-pistacho) !important;
}
.quick-btn {
	/* background: #1167a2; */
	background: rgba(0, 0, 0, 0)
		linear-gradient(to bottom, #3f96ed 0px, #1167a2 100%) repeat scroll 0 0;
	-webkit-box-shadow: 0 0 0 1px #f8f8f8 inset, 0 0 0 1px #cccccc;
	box-shadow: 0 0 0 1px #f8f8f8 inset, 0 0 0 1px #cccccc;
	color: #fff;
	display: inline-block;
	height: 80px;
	margin: 10px;
	padding-top: 16px;
	text-align: center;
	text-decoration: none;
	width: 90px;
	position: relative;
	border-radius: 10px;
}
.quick-btn-esp {
	background-position: center center;
	box-shadow: 0 0 0 1px #f8f8f8 inset, 0 0 0 1px #cccccc;
	border-radius: 10px;
	background-size: 90px 90px;
	color: #fff;
	display: inline-block;
	height: 90px;
	margin: 10px;
	padding-top: 16px;
	text-align: center;
	text-decoration: none;
	width: 90px;
	position: relative;
	margin-top: 40px;
	background-color: #fff;
}
.quick-btn-esp.big {
	width: 110px;
	height: 110px;
	background-size: 110px 110px;
}
.quick-btn-esp span {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	left: 0px;
	position: absolute;
}
.quick-btn-esp.big span {
	width: 110px;
	height: 40px;
	top: 110px;
}
.quick-btn-esp.big span.label {
	top: 0px;
	width: auto;
	height: auto;
	position: absolute;
	top: -5px;
	right: -5px;
	left: 90px;
}
.quick-btn-esp:hover {
	opacity: 0.5;
}
.quick-btn-esp-app {
	background-position: center center;
	box-shadow: 0 0 0 1px #f8f8f8 inset, 0 0 0 1px #cccccc;
	border-radius: 10px;
	background-size: 90px 90px;
	color: #fff;
	display: inline-block;
	height: 90px;
	margin: 10px;
	padding-top: 16px;
	text-align: center;
	text-decoration: none;
	width: 90px;
	position: relative;
	margin-top: 20px;
	background-color: #fff;
}
.quick-btn-esp-app.big {
	width: 64px;
	height: 64px;
	background-size: 64px 64px;
}
.quick-btn-esp-app span {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	left: 0px;
	position: absolute;
}
.quick-btn-esp-app.big span {
	width: 64px;
	height: 40px;
	top: 64px;
}
.quick-btn-esp-app.big span.label {
	top: 0px;
	width: auto;
	height: auto;
	position: absolute;
	top: -5px;
	right: -5px;
	left: 90px;
}

.quick-btn-esp-app:hover {
	opacity: 0.5;
}

.quick-btn span {
	display: block;
}
.quick-btn .label {
	position: absolute;
	right: -5px;
	top: -5px;
}
.quick-btn:hover {
	text-decoration: none;
	color: #fff;
	/* background-color: #4d7589; */
	background: rgba(0, 0, 0, 0)
		linear-gradient(to bottom, #1167a2 0px, #4d7589 100%) repeat scroll 0 0;
}
.quick-btn.small {
	width: 40px;
	height: 30px;
	padding-top: 6px;
}
.quick-btn.big {
	width: 110px;
	height: 100px;
}
.bg-prioridad-rotacion {
	background-color: var(--prioridadRotacion--bgcolor);
}
.bg-prioridad-caducidad {
	background-color: var(--prioridadCaducidad--bgcolor);
}
.bg-prioridad-beneficio {
	background-color: var(--prioridadBeneficio--bgcolor);
}
.bg-prioridad-sobrestock {
	background-color: var(--prioridadSobrestock--bgcolor);
}
/* .kt-grid--overflow {
	overflow-x: hidden !important;
} */
.kt-portlet__head--height {
	min-height: 50px !important;
}
.kt-header__topbar--padding {
	padding-top: 7.5px !important;
}
.kt-header__topbar {
	padding-right: 25px !important;
}
.kt-header__topbar-user--dashboard {
	padding-right: 0 !important;
	border-radius: 5px !important;
}
.kt-header__topbar-icon--dashboard {
	padding-right: 0 !important;
	border-radius: 5px !important;
}
.nav-link--s-bg-azul.active {
	background-color: var(--s-azul) !important;
}
.nav-link--s-bg-azul:hover {
	background-color: var(--s-azul) !important;
	color: #fff !important;
}
.kt-scrolltop--s-bg-azul {
	opacity: 0.5 !important;
	background-color: hsla(203, 50%, 45%, 0.85) !important;
}
.kt-scrolltop--s-bg-azul:hover {
	opacity: 1 !important;
	background-color: var(--s-azul-oscuro) !important;
}
.btn--selection {
	margin-left: 25px !important;
}
.kt-radio--s-azul > span::after {
	border-color: hsla(203, 50%, 45%, 0.85) !important;
	background-color: hsla(203, 50%, 45%, 0.85) !important;
}
.kt-radio--s-azul > span {
	border-color: hsla(203, 50%, 45%, 0.85) !important;
}
.kt-radio--s-white > span::after {
	border-color: #fff !important;
	background-color: #fff !important;
}
.kt-radio--s-white > span {
	border-color: #fff !important;
}
.prevision__progress-bar--color {
	background-color: hsla(203, 50%, 45%, 0.85) !important;
}
[class*="--s-white"] {
	color: var(--s-white) !important;
}
[class*="--s-azul"] {
	color: var(--s-azul) !important;
}
[class*="--s-verde"] {
	color: var(--s-verde) !important;
}
[class*="--s-pistacho"] {
	color: var(--s-pistacho) !important;
}
[class*="--s-gris"] {
	color: var(--s-gris) !important;
}
[class*="--s-rojo"] {
	color: var(--s-rojo) !important;
}
[class*="--s-amarillo"] {
	color: var(--s-amarillo) !important;
}
[class*="--s-azul-3"] {
	color: hsla(203, 50%, 45%, 0.85) !important;
}
[class*="--s-azul-2"] {
	color: hsla(203, 50%, 45%, 0.7) !important;
}
[class*="--s-azul-1"] {
	color: hsla(203, 50%, 45%, 0.55) !important;
}
[class*="--s-gris-3"] {
	color: hsla(210, 13%, 50%, 0.85) !important;
}
[class*="--s-gris-2"] {
	color: hsla(210, 13%, 50%, 0.7) !important;
}
[class*="--s-gris-1"] {
	color: hsla(210, 13%, 50%, 0.55) !important;
}
[class*="--s-pistacho-3"] {
	color: hsla(65, 90%, 41%, 0.85) !important;
}
[class*="--s-pistacho-2"] {
	color: hsla(65, 90%, 41%, 0.7) !important;
}
[class*="--s-pistacho-1"] {
	color: hsla(65, 90%, 41%, 0.55) !important;
}
[class*="--s-rojo-3"] {
	color: hsla(0, 60%, 64%, 0.85) !important;
}
[class*="--s-rojo-2"] {
	color: hsla(0, 60%, 64%, 0.7) !important;
}
[class*="--s-rojo-1"] {
	color: hsla(0, 60%, 64%, 0.55) !important;
}
[class*="--s-verde-3"] {
	color: hsla(165, 100%, 28%, 0.85) !important;
}
[class*="--s-verde-2"] {
	color: hsla(165, 100%, 28%, 0.7) !important;
}
[class*="--s-verde-1"] {
	color: hsla(165, 100%, 28%, 0.55) !important;
}
[class*="--bg-pistacho"] {
	background-color: var(--s-pistacho) !important;
}
[class*="--bg-gris"] {
	background-color: var(--s-gris) !important;
}
[class*="--bg-gris-oscuro"] {
	background-color: var(--s-gris-oscuro) !important;
}
[class*="--bg-rojo"] {
	background-color: var(--s-rojo) !important;
}
[class*="--bg-azul"] {
	background-color: var(--s-azul) !important;
}
[class*="--bg-azul-sisfarma-2025"] {
	background-color: var(--s-azul-sisfarma-2025) !important;
}
[class*="--bg-azul-grafica"] {
	background-color: var(--s-azul-claro) !important;
}
[class*="--bg-verde"] {
	background-color: var(--s-verde) !important;
}
[class*="--bg-amarillo"] {
	background-color: var(--s-amarillo) !important;
}
[class*="--bg-naranja"] {
	background-color: var(--s-naranja) !important;
}
[class*="--bg-azul-3"] {
	background-color: hsla(203, 50%, 45%, 0.85) !important;
}
[class*="--bg-azul-2"] {
	background-color: hsla(203, 50%, 45%, 0.7) !important;
}
[class*="--bg-azul-1"] {
	background-color: hsla(203, 50%, 45%, 0.55) !important;
}
[class*="--bg-color-menu"] {
	background-color: hsla(225, 39%, 20%, 0.85) !important;
}
[class*="--bg-gris-3"] {
	background-color: hsla(210, 13%, 50%, 0.85) !important;
}
[class*="--bg-gris-2"] {
	background-color: hsla(210, 13%, 50%, 0.7) !important;
}
[class*="--bg-gris-1"] {
	background-color: hsla(210, 13%, 50%, 0.55) !important;
}
[class*="--bg-pistacho-3"] {
	background-color: hsla(65, 90%, 41%, 0.85) !important;
}
[class*="--bg-pistacho-2"] {
	background-color: hsla(65, 90%, 41%, 0.7) !important;
}
[class*="--bg-pistacho-1"] {
	background-color: hsla(65, 90%, 41%, 0.55) !important;
}
[class*="--bg-rojo-3"] {
	background-color: hsla(0, 60%, 64%, 0.85) !important;
}
[class*="--bg-rojo-2"] {
	background-color: hsla(0, 60%, 64%, 0.7) !important;
}
[class*="--bg-rojo-1"] {
	background-color: hsla(0, 60%, 64%, 0.55) !important;
}
[class*="--bg-verde-3"] {
	background-color: hsla(165, 100%, 28%, 0.85) !important;
}
[class*="--bg-verde-2"] {
	background-color: hsla(165, 100%, 28%, 0.7) !important;
}
[class*="--bg-verde-1"] {
	background-color: hsla(165, 100%, 28%, 0.55) !important;
}
[class*="--toolbar"]:hover > * {
	color: var(--s-gris)!important;
}
.btn-s-outline-gris {
	color: var(--s-gris) !important;
	border-color: var(--s-gris) !important;
}
.btn-s-outline-gris:hover {
	color: #ffffff !important;
	background-color: hsla(211, 12%, 44%, 0.9) !important;
	border-color: var(--s-gris-oscuro) !important;
}
.btn-s-outline-gris:focus,
.btn-s-outline-gris.focus {
	-webkit-box-shadow: 0 0 0 0.2rem hsla(210, 13%, 50%, 0.5) !important;
	box-shadow: 0 0 0 0.2rem hsla(210, 13%, 50%, 0.5) !important;
}
.btn-s-outline-gris.disabled,
.btn-s-outline-gris:disabled {
	color: var(--s-gris-oscuro) !important;
	background-color: transparent !important;
}
.btn-s-outline-gris:not(:disabled):not(.disabled):active,
.btn-s-outline-gris:not(:disabled):not(.disabled).active,
.show > .btn-s-outline-gris.dropdown-toggle {
	color: #fff !important;
	background-color: hsla(211, 12%, 44%, 0.9) !important;
	border-color: var(--s-gris-oscuro) !important;
}
.btn-s-outline-gris:not(:disabled):not(.disabled):active:focus,
.btn-s-outline-gris:not(:disabled):not(.disabled).active:focus,
.show > .btn-s-outline-gris.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem hsla(210, 13%, 50%, 0.5) !important;
	box-shadow: 0 0 0 0.2rem hsla(210, 13%, 50%, 0.5) !important;
}
.btn-s-gris {
	color: #fff !important;
	background-color: var(--s-gris) !important;
	border-color: var(--s-gris) !important;
}
.btn-s-gris:hover {
	color: #fff !important;
	background-color: hsla(211, 12%, 44%, 0.9) !important;
	border-color: var(--s-gris-oscuro) !important;
}
.btn-s-gris:focus,
.btn-s-gris.focus {
	-webkit-box-shadow: 0 0 0 0.2rem hsla(210, 13%, 50%, 0.5) !important;
	box-shadow: 0 0 0 0.2rem hsla(210, 13%, 50%, 0.5) !important;
}
.btn-s-gris.disabled,
.btn-s-gris:disabled {
	color: #fff !important;
	background-color: var(--s-gris-oscuro) !important;
	border-color: var(--s-gris-oscuro) !important;
}
.btn-s-gris:not(:disabled):not(.disabled):active,
.btn-s-gris:not(:disabled):not(.disabled).active,
.show > .btn-s-gris.dropdown-toggle {
	color: #fff !important;
	background-color: hsla(211, 12%, 44%, 0.9) !important;
	border-color: var(--s-gris-oscuro) !important;
}
.btn-s-gris:not(:disabled):not(.disabled):active:focus,
.btn-s-gris:not(:disabled):not(.disabled).active:focus,
.show > .btn-s-gris.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem hsla(210, 13%, 50%, 0.5) !important;
	box-shadow: 0 0 0 0.2rem hsla(210, 13%, 50%, 0.5) !important;
}
.btn-s-gris + .btn.dropdown-toggle {
	position: relative !important;
}
.btn-s-gris + .btn.dropdown-toggle:before {
	display: block !important;
	content: " " !important;
	border-left: 1px solid #ffffff !important;
	position: absolute !important;
	top: 3px !important;
	left: -1px !important;
	bottom: 3px !important;
	opacity: 0.3 !important;
}
.btn-s-gris + .btn.dropdown-toggle:hover:before,
.btn-s-gris + .btn.dropdown-toggle:focus:before,
.btn-s-gris + .btn.dropdown-toggle.active:before {
	display: none !important;
}
.btn-s-outline-azul {
	color: var(--s-azul) !important;
	border-color: var(--s-azul) !important;
}
.btn-s-outline-azul:hover {
	color: #ffffff !important;
	background-color: hsla(203, 50%, 38%, 0.9) !important;
	border-color: var(--s-azul-oscuro) !important;
}
.btn-s-outline-azul:focus,
.btn-s-outline-azul.focus {
	-webkit-box-shadow: 0 0 0 0.2rem hsla(203, 50%, 45%, 0.5) !important;
	box-shadow: 0 0 0 0.2rem hsla(203, 50%, 45%, 0.5) !important;
}
.btn-s-outline-azul.disabled,
.btn-s-outline-azul:disabled {
	color: var(--s-azul-oscuro) !important;
	background-color: transparent !important;
}
.btn-s-outline-azul:not(:disabled):not(.disabled):active,
.btn-s-outline-azul:not(:disabled):not(.disabled).active,
.show > .btn-s-outline-azul.dropdown-toggle {
	color: #fff !important;
	background-color: hsla(203, 50%, 38%, 0.9) !important;
	border-color: var(--s-azul-oscuro) !important;
}
.btn-s-outline-azul:not(:disabled):not(.disabled):active:focus,
.btn-s-outline-azul:not(:disabled):not(.disabled).active:focus,
.show > .btn-s-outline-azul.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem hsla(203, 50%, 45%, 0.5) !important;
	box-shadow: 0 0 0 0.2rem hsla(203, 50%, 45%, 0.5) !important;
}
.btn-s-azul {
	color: #fff !important;
	background-color: var(--s-azul) !important;
	border-color: var(--s-azul) !important;
}
.btn-s-azul:hover {
	color: #fff !important;
	background-color: hsla(203, 50%, 38%, 0.9) !important;
	border-color: var(--s-azul-oscuro) !important;
}
.btn-s-azul:focus,
.btn-s-azul.focus {
	-webkit-box-shadow: 0 0 0 0.2rem hsla(203, 50%, 45%, 0.5) !important;
	box-shadow: 0 0 0 0.2rem hsla(203, 50%, 45%, 0.5) !important;
}
.btn-s-azul.disabled,
.btn-s-azul:disabled {
	color: #fff !important;
	background-color: var(--s-azul-oscuro) !important;
	border-color: var(--s-azul-oscuro) !important;
}
.btn-s-azul:not(:disabled):not(.disabled):active,
.btn-s-azul:not(:disabled):not(.disabled).active,
.show > .btn-s-azul.dropdown-toggle {
	color: #fff !important;
	background-color: hsla(203, 50%, 38%, 0.9) !important;
	border-color: var(--s-azul-oscuro) !important;
}
.btn-s-azul:not(:disabled):not(.disabled):active:focus,
.btn-s-azul:not(:disabled):not(.disabled).active:focus,
.show > .btn-s-azul.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem hsla(203, 50%, 45%, 0.5) !important;
	box-shadow: 0 0 0 0.2rem hsla(203, 50%, 45%, 0.5) !important;
}
.btn-s-azul + .btn.dropdown-toggle {
	position: relative !important;
}
.btn-s-azul + .btn.dropdown-toggle:before {
	display: block !important;
	content: " " !important;
	border-left: 1px solid #ffffff !important;
	position: absolute !important;
	top: 3px !important;
	left: -1px !important;
	bottom: 3px !important;
	opacity: 0.3 !important;
}
.btn-s-azul + .btn.dropdown-toggle:hover:before,
.btn-s-azul + .btn.dropdown-toggle:focus:before,
.btn-s-azul + .btn.dropdown-toggle.active:before {
	display: none !important;
}
.btn-s-outline-verde {
	color: var(--s-verde) !important;
	border-color: var(--s-verde) !important;
}
.btn-s-outline-verde:hover {
	color: #ffffff !important;
	background-color: hsla(165, 93%, 23%, 0.9) !important;
	border-color: var(--s-verde-oscuro) !important;
}
.btn-s-outline-verde:focus,
.btn-s-outline-verde.focus {
	-webkit-box-shadow: 0 0 0 0.2rem hsla(165, 100%, 28%, 0.5) !important;
	box-shadow: 0 0 0 0.2rem hsla(165, 100%, 28%, 0.5) !important;
}
.btn-s-outline-verde.disabled,
.btn-s-outline-verde:disabled {
	color: var(--s-verde-oscuro) !important;
	background-color: transparent !important;
}
.btn-s-outline-verde:not(:disabled):not(.disabled):active,
.btn-s-outline-verde:not(:disabled):not(.disabled).active,
.show > .btn-s-outline-verde.dropdown-toggle {
	color: #fff !important;
	background-color: hsla(165, 93%, 23%, 0.9) !important;
	border-color: var(--s-verde-oscuro) !important;
}
.btn-s-outline-verde:not(:disabled):not(.disabled):active:focus,
.btn-s-outline-verde:not(:disabled):not(.disabled).active:focus,
.show > .btn-s-outline-verde.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem hsla(165, 100%, 28%, 0.5) !important;
	box-shadow: 0 0 0 0.2rem hsla(165, 100%, 28%, 0.5) !important;
}
.btn-s-verde {
	color: #fff !important;
	background-color: var(--s-verde) !important;
	border-color: var(--s-verde) !important;
}
.btn-s-verde:hover {
	color: #fff !important;
	background-color: hsla(165, 93%, 23%, 0.9) !important;
	border-color: var(--s-verde-oscuro) !important;
}
.btn-s-verde:focus,
.btn-s-verde.focus {
	-webkit-box-shadow: 0 0 0 0.2rem hsla(165, 100%, 28%, 0.5) !important;
	box-shadow: 0 0 0 0.2rem hsla(165, 100%, 28%, 0.5) !important;
}
.btn-s-verde.disabled,
.btn-s-verde:disabled {
	color: #fff !important;
	background-color: var(--s-verde-oscuro) !important;
	border-color: var(--s-verde-oscuro) !important;
}
.btn-s-verde:not(:disabled):not(.disabled):active,
.btn-s-verde:not(:disabled):not(.disabled).active,
.show > .btn-s-verde.dropdown-toggle {
	color: #fff !important;
	background-color: hsla(165, 93%, 23%, 0.9) !important;
	border-color: var(--s-verde-oscuro) !important;
}
.btn-s-verde:not(:disabled):not(.disabled):active:focus,
.btn-s-verde:not(:disabled):not(.disabled).active:focus,
.show > .btn-s-verde.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem hsla(165, 100%, 28%, 0.5) !important;
	box-shadow: 0 0 0 0.2rem hsla(165, 100%, 28%, 0.5) !important;
}
.btn-s-verde + .btn.dropdown-toggle {
	position: relative !important;
}
.btn-s-verde + .btn.dropdown-toggle:before {
	display: block !important;
	content: " " !important;
	border-left: 1px solid #ffffff !important;
	position: absolute !important;
	top: 3px !important;
	left: -1px !important;
	bottom: 3px !important;
	opacity: 0.3 !important;
}
.btn-s-verde + .btn.dropdown-toggle:hover:before,
.btn-s-verde + .btn.dropdown-toggle:focus:before,
.btn-s-verde + .btn.dropdown-toggle.active:before {
	display: none !important;
}



.btn-s-verde-sisfarma-2022 {
	color: #fff !important;
	background-color: #38ac4b !important;
	border-color: #38ac4b !important;
}
.btn-s-verde-sisfarma-2022:hover {
	color: #fff !important;
	background-color: hsla(165, 93%, 23%, 0.9) !important;
	border-color: #047055 !important;
}
.btn-s-verde-sisfarma-2022:focus,
.btn-s-verde-sisfarma-2022.focus {
	-webkit-box-shadow: 0 0 0 0.2rem hsla(165, 100%, 28%, 0.5) !important;
	box-shadow: 0 0 0 0.2rem hsla(165, 100%, 28%, 0.5) !important;
}
.btn-s-verde-sisfarma-2022.disabled,
.btn-s-verde-sisfarma-2022:disabled {
	color: #fff !important;
	background-color: #047055 !important;
	border-color: #047055 !important;
}
.btn-s-verde-sisfarma-2022:not(:disabled):not(.disabled):active,
.btn-s-verde-sisfarma-2022:not(:disabled):not(.disabled).active,
.show > .btn-s-verde-sisfarma-2022.dropdown-toggle {
	color: #fff !important;
	background-color: hsla(165, 93%, 23%, 0.9) !important;
	border-color: #047055 !important;
}
.btn-s-verde-sisfarma-2022:not(:disabled):not(.disabled):active:focus,
.btn-s-verde-sisfarma-2022:not(:disabled):not(.disabled).active:focus,
.show > .btn-s-verde-sisfarma-2022.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem hsla(165, 100%, 28%, 0.5) !important;
	box-shadow: 0 0 0 0.2rem hsla(165, 100%, 28%, 0.5) !important;
}
.btn-s-verde-sisfarma-2022 + .btn.dropdown-toggle {
	position: relative !important;
}
.btn-s-verde-sisfarma-2022 + .btn.dropdown-toggle:before {
	display: block !important;
	content: " " !important;
	border-left: 1px solid #ffffff !important;
	position: absolute !important;
	top: 3px !important;
	left: -1px !important;
	bottom: 3px !important;
	opacity: 0.3 !important;
}
.btn-s-verde-sisfarma-2022 + .btn.dropdown-toggle:hover:before,
.btn-s-verde-sisfarma-2022 + .btn.dropdown-toggle:focus:before,
.btn-s-verde-sisfarma-2022 + .btn.dropdown-toggle.active:before {
	display: none !important;
}


.btn-s-azul-farmazul-2022 {
	color: #fff !important;
	background-color: #006da9 !important;
	border-color: #006da9 !important;
}
.btn-s-azul-farmazul-2022:hover {
	color: #fff !important;
	background-color: hsla(218, 63%, 31%, 0.9) !important;
	border-color: #1d2f4e !important;
}
.btn-s-azul-farmazul-2022:focus,
.btn-s-azul-farmazul-2022.focus {
	-webkit-box-shadow: 0 0 0 0.2rem hsla(165, 100%, 28%, 0.5) !important;
	box-shadow: 0 0 0 0.2rem hsla(165, 100%, 28%, 0.5) !important;
}
.btn-s-azul-farmazul-2022.disabled,
.btn-s-azul-farmazul-2022:disabled {
	color: #fff !important;
	background-color: #a3d5ed !important;
	border-color: #a3d5ed !important;
}
.btn-s-azul-farmazul-2022:not(:disabled):not(.disabled):active,
.btn-s-azul-farmazul-2022:not(:disabled):not(.disabled).active,
.show > .btn-s-azul-farmazul-2022.dropdown-toggle {
	color: #fff !important;
	background-color: hsla(165, 93%, 23%, 0.9) !important;
	border-color: #a3d5ed !important;
}
.btn-s-azul-farmazul-2022:not(:disabled):not(.disabled):active:focus,
.btn-s-azul-farmazul-2022:not(:disabled):not(.disabled).active:focus,
.show > .btn-s-azul-farmazul-2022.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem hsla(165, 100%, 28%, 0.5) !important;
	box-shadow: 0 0 0 0.2rem hsla(165, 100%, 28%, 0.5) !important;
}
.btn-s-azul-farmazul-2022 + .btn.dropdown-toggle {
	position: relative !important;
}
.btn-s-azul-farmazul-2022 + .btn.dropdown-toggle:before {
	display: block !important;
	content: " " !important;
	border-left: 1px solid #ffffff !important;
	position: absolute !important;
	top: 3px !important;
	left: -1px !important;
	bottom: 3px !important;
	opacity: 0.3 !important;
}
.btn-s-azul-farmazul-2022 + .btn.dropdown-toggle:hover:before,
.btn-s-azul-farmazul-2022 + .btn.dropdown-toggle:focus:before,
.btn-s-azul-farmazul-2022 + .btn.dropdown-toggle.active:before {
	display: none !important;
}



.btn-s-outline-rojo {
	color: var(--s-rojo) !important;
	border-color: var(--s-rojo) !important;
}
.btn-s-outline-rojo:hover {
	color: #ffffff !important;
	background-color: hsla(0, 41%, 50%, 0.9) !important;
	border-color: var(--s-rojo-oscuro) !important;
}
.btn-s-outline-rojo:focus,
.btn-s-outline-rojo.focus {
	-webkit-box-shadow: 0 0 0 0.2rem hsla(0, 60%, 64%, 0.5) !important;
	box-shadow: 0 0 0 0.2rem hsla(0, 60%, 64%, 0.5) !important;
}
.btn-s-outline-rojo.disabled,
.btn-s-outline-rojo:disabled {
	color: var(--s-rojo-oscuro) !important;
	background-color: transparent !important;
}
.btn-s-outline-rojo:not(:disabled):not(.disabled):active,
.btn-s-outline-rojo:not(:disabled):not(.disabled).active,
.show > .btn-s-outline-rojo.dropdown-toggle {
	color: #fff !important;
	background-color: hsla(0, 41%, 50%, 0.9) !important;
	border-color: var(--s-rojo-oscuro) !important;
}
.btn-s-outline-rojo:not(:disabled):not(.disabled):active:focus,
.btn-s-outline-rojo:not(:disabled):not(.disabled).active:focus,
.show > .btn-s-outline-rojo.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem hsla(0, 60%, 64%, 0.5) !important;
	box-shadow: 0 0 0 0.2rem hsla(0, 60%, 64%, 0.5) !important;
}
.btn-s-rojo {
	color: #fff !important;
	background-color: var(--s-rojo) !important;
	border-color: var(--s-rojo) !important;
}
.btn-s-rojo:hover {
	color: #fff !important;
	background-color: hsla(0, 41%, 50%, 0.9) !important;
	border-color: var(--s-rojo-oscuro) !important;
}
.btn-s-rojo:focus,
.btn-s-rojo.focus {
	-webkit-box-shadow: 0 0 0 0.2rem hsla(0, 60%, 64%, 0.5) !important;
	box-shadow: 0 0 0 0.2rem hsla(0, 60%, 64%, 0.5) !important;
}
.btn-s-rojo.disabled,
.btn-s-rojo:disabled {
	color: #fff !important;
	background-color: var(--s-rojo-oscuro) !important;
	border-color: var(--s-rojo-oscuro) !important;
}
.btn-s-rojo:not(:disabled):not(.disabled):active,
.btn-s-rojo:not(:disabled):not(.disabled).active,
.show > .btn-s-rojo.dropdown-toggle {
	color: #fff !important;
	background-color: hsla(0, 41%, 50%, 0.9) !important;
	border-color: var(--s-rojo-oscuro) !important;
}
.btn-s-rojo:not(:disabled):not(.disabled):active:focus,
.btn-s-rojo:not(:disabled):not(.disabled).active:focus,
.show > .btn-s-rojo.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem hsla(0, 60%, 64%, 0.5) !important;
	box-shadow: 0 0 0 0.2rem hsla(0, 60%, 64%, 0.5) !important;
}
.btn-s-rojo + .btn.dropdown-toggle {
	position: relative !important;
}
.btn-s-rojo + .btn.dropdown-toggle:before {
	display: block !important;
	content: " " !important;
	border-left: 1px solid #ffffff !important;
	position: absolute !important;
	top: 3px !important;
	left: -1px !important;
	bottom: 3px !important;
	opacity: 0.3 !important;
}
.btn-s-rojo + .btn.dropdown-toggle:hover:before,
.btn-s-rojo + .btn.dropdown-toggle:focus:before,
.btn-s-rojo + .btn.dropdown-toggle.active:before {
	display: none !important;
}
[id^="chartjs-tooltip"] {
	opacity: 1;
	position: absolute;
	background: rgba(0, 0, 0, .7);
	color: white;
	border-radius: 3px;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
	pointer-events: none;
	min-width: 250px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1000;
}
.chartjs-tooltip-key {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 10px;
}
.chartjs-container--height {
	position: relative;
	height: 300px;
}
.tippy--info {
	font-size: 12px !important;
	font-family: 'Montserrat', sans-serif !important;
}
[class*="--font-size"] {
	font-size: 12px !important;
}
[class*="--sticky-head"] {
	position: -webkit-sticky !important;
	position: -moz-sticky !important;
	position: -ms-sticky !important;
	position: -o-sticky !important;
	position: sticky !important;
	top: 60px;
	z-index: 89;
	box-shadow: 0 5px 5px lightgrey;
	background-color: #fff;
}
.select2-results__option--highlighted {
	background-color: var(--s-azul-oscuro) !important;
}
/* .select2-search__field {
	width: 100% !important;
} */
.max-height {
	max-height: 100px;
	overflow-y: auto;
}
.dropdown-item--no-active:active {
	background-color: initial!important;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: var(--s-azul)!important;
	color: #ffffff!important;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
	padding-left: 27px;
	padding-right: 30px; 
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
	padding-left: 60px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
	padding: 0px 30px;
	padding-left: 45px;
}
.kt-aside__brand {
	padding-left: 5px;
	padding-right: 15px;
}
.kt-aside--minimize .kt-aside__brand {
	padding-left: 0;
	padding-right: 0;
	justify-content: center;
}
.force-center {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	width: max-content;
	margin-left: auto;
	margin-right: auto;
}
.border-azul-sisfarma {
	border-color: var(--s-azul);
}
.modal-xxl {
	max-width: 90vw;
}
.top-selection {
	align-self: center;
	position: absolute;
	z-index: 1;
	padding-left: 10px;
	padding-right: 10px;
	left: 0;
	cursor: pointer;
	height: 40px;
	display: flex;
	align-items: center;
}
.top-selection.add-top-selection:hover:not(.es-top-selection,.disable-top-selection) {
	color: var(--s-amarillo)!important;
}
.top-selection.eliminar-top-selection:hover {
	color: var(--s-rojo)!important;
}
.es-top-selection {
	color: var(--s-amarillo)!important;
	cursor: initial;
}
.icon-star-favorito-top-menu {
	translate: -21px -7px;
}
.cursor-normal {
	cursor: initial!important;
}
.texto-vertical--lr {
	writing-mode: sideways-lr;
	letter-spacing: .5rem;
	text-align: center;
	font-size: 1.2rem;
}

/* Definicion de las clases responsive */
@media screen and (max-width: 1024px) {	/* para tamaño máximo Tablet aproximadamente */
	.kt-header__topbar {
		padding-right: 15px !important;
	}
}

@media screen and (max-width: 768px) {	/* para tamaño máximo móvil aproximadamente */
	.chartjs-container--height {
		height: 200px;
	}
	.tippy--info {
		font-size: 10px !important;
	}
	.kt-scrolltop--s-bg-azul {
		opacity: 1 !important;
		background-color: var(--s-azul-oscuro) !important;
	}
	[class*="--font-size"] {
		font-size: 10px !important;
	}
	.force-center {
		position: initial;
	}
}

@media screen and (min-width: 1024px) {	/* para tamaño mínimo de monitor */
	[class*="--sticky-head"] {
		top: 75px;
	}
}

.truncate-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dropdown-item--btn-toolbar:hover {
	background-color: rgba(90, 90, 90, .6);
	color: #fff !important;
}
.dropdown-item--btn-toolbar:hover > span:nth-child(2) {
	color: #fff !important;
}

.error_input {
    border: 2px solid #f44029 !important;
    color: #f44029 !important;
}

.letra_pequenia{
  font-size:0.8em;
}

.cab_informe{
	background-color: #222e7e;color: #fff;font-weight: bold;text-align: center;
}

table.tabla_informes {
    width: 100%;
    border-collapse: collapse;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    overflow: hidden;
}

.amarillo_suave{ background-color: #f9fadc !important;}
.azul_suave{ background-color: #dbecfb !important;}

.elementos_carrito{
	position: absolute;
    right: 17px;
    top: 2px;
    width: 15px;
    height: 15px;
    font-size: 9px;
    padding-top: 2px;
    text-align: center;
    background-color: #ff0000;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
}

.input_error{
border:1px solid #f44029  !important;
color:#f44029  !important;
}

/* Estilos para el modal de novedades de dashboard */
@font-face {
	font-family: "Open Sans Extrabold";
	src: url("../../fonts/OpenSans-ExtraBold.ttf");
}
@font-face {
	font-family: "Open Sans Regular";
	src: url("../../fonts/OpenSansRegular.ttf");
}
.header-class-novedad,.title-class-novedad, .title-class-novedad div{
	border-radius: 5px 5px 0 0;
}
.container-class-novedad>.swal2-popup{
	padding: 0 0 3rem;
	border-radius:5px;
}
.content-class-novedad #cuerpo-modal{
	padding: 0 3rem;
}

.content-class-novedad #cuerpo-modal-app{
	padding: 0 1rem;
}

.imagen-fondo-sis{
	width: 50px;
	height: 50px;
}
#enlaceNovedad,
#enlaceListadoCampaniasActivas {
	width: 230px;
	text-decoration: none;
	color: #009d45;
	padding: 15px 10px;
	border: 1px solid #0e2538;
	float: left;
	font-weight: 500;
	line-height: 1;
	font-size: 20px;
	margin: 0 4px;
	font-family: "Open Sans Extrabold", "Open Sans Regular", Arial, sans-serif;
}
#enlaceNovedad:hover,
#enlaceListadoCampaniasActivas:hover {
	background-color: #0E2538;
}

ul.list-sisfarma {
  list-style: none; /* Remove default bullets */
}

ul.list-sisfarma li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #009d45; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
/* Fin estilos para el modal de novedades de dashboard */

@media screen and (max-width: 1024px) {	/* para tamaño máximo Tablet aproximadamente */
    .img-fondo-sis-1 {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {	/* para tamaño máximo móvil aproximadamente */
    .img-fondo-sis-1 {
        display: none !important;
    }
    
    .img-fondo-sis-2 {
        display: none !important;
    }
}
.popup-class-novedad.popup-class-novedad--ajustar-ancho {
	max-width: 50vw;
}
.container-class-novedad.container-class-novedad--con-scroll-vertical {
	overflow-y: auto !important;
}
.no-z-index {
	z-index: unset;
}