@charset "utf-8";
*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Instrument Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	-moz-font-smoothing:antialiased;
	font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body 
{
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: auto;
    background-color: #ffffff;
    margin: 0;
	overflow-x: hidden;
	height:100%;
}
html
{
	scroll-behavior: smooth;
	overflow-x: hidden;
	height:100%;
}
hr
{
  border: 0;
  border-top: 1px solid #dee2e6!important;
  opacity: 1;
}
.carousel-control-next, .carousel-control-prev
{
    width: 13%;
}
.desktop
{
	display:block;
}
.mobile
{
	display:none;
}
@media (max-width: 768px) 
{
	.mobile
	{
		display:block;
	}
	.desktop
	{
		display:none;
	}
}
.modal-dialog.modal-fullscreen
{
    width: 100vw!important;
    max-width: none!important;
    height: 100%!important;
    margin: 0!important;
	padding-bottom:0px;
}
/*******************************/
/******** MENU LATERAL ********/
/******************************/
.nav-scroller{position:relative;z-index:2;height:2.75rem;overflow-y:hidden}
.nav-scroller .nav{display:flex;flex-wrap:nowrap;padding-bottom:1rem;margin-top:-1px;overflow-x:auto;text-align:center;white-space:nowrap;-webkit-overflow-scrolling:touch}
@media (min-width: 768px)
{
  .sidebar .offcanvas-lg {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
  }
}
.sidebar .nav-link.active
{
  color: #000000;
}
.bg-body-tertiary
{
	background-color:#ededed;
}
.sidebar .btn-close
{
  background-image: none !important;
  width: auto;
  height: auto;
  padding: .35rem .5rem .25rem .5rem;
  color:#000000 !important;
  outline:none;
  border:none;
  margin-left:8px!important;
}
.sidebar .offcanvas-header .btn-close
{
	left:0px;
	margin-left:0px;
}
.sidebar .nav-link
{
  color:#000000 !important;
  position: relative;
  font-weight: 400;
  background:none;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left:3px !important; 
  margin-right:3px !important;
  font-size:14px; 
  display: inline-flex !important;
  width: auto !important;
}	
.sidebar .nav-link::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  width: 100%;
  height: 3px;
  background-color: #e31837; /* Rojo Calox */
  transition: transform 0.3s ease;
}		

.sidebar .nav-link.active,
.sidebar .nav-item.active .nav-link {
  font-weight: 700 !important;
}
.sidebar .nav-link:hover::after
{
  transform: scaleX(1) !important;
}
@media (max-width: 767.98px)
{
    .offcanvas-md
	{
        max-width: 93%;
    }
}
/********************************/
/************ HEADER ************/
/********************************/
.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
}
/*******************************/
/************ LOGIN ************/
/*******************************/
.form-signin {
  max-width: 330px;
  padding: 1rem;
}
.form-signin .form-floating:focus-within {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.copyrightt
{
	font-size:12px;
	font-weight:400;
}
/*******************************/
/************ FORMS ************/
/*******************************/
small.form-text
{
	font-size:11px!important;
}
small.espaciadosmalform
{
	line-height:30px!important;
}
.circulocheckstatus
{
	width:10px;
	height:10px;
	display:inline-flex;
	border-radius:50%;
}
/***************************************/
/************ DRAG AND DROP ************/
/***************************************/
.bloque-item { 
	cursor: move;
	background-image:url(../img/system/dragandrop.jpg);
	background-position:top right;
	background-size:auto;
	background-repeat:no-repeat;
}
.ui-state-highlight { background: #f0f0f0; border: 2px dashed #ccc; height: 60px; }
/********************************/
/****** FARMACO VIGILANCIA ******/
/********************************/
.page-item.active .page-link
{
	background-color: #e31837!important;
	border-color: #e31837!important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before
{
	background-color: #e31837!important;
}
table.dataTable tbody tr.selected>* {
    box-shadow: inset 0 0 0 9999px rgb(33, 178, 90) !important;
}
.dt-buttons .btn-secondary
{
	margin-right:4px !important;
	margin-top: 4px !important;
}
/*************************/
/****** DATA TABLES ******/
/*************************/
/* Oculta los estilos por defecto de DataTables en el mensaje de processing */
.dataTables_processing {
    background: none !important; /* quita el fondo gris por defecto */
    border: none !important;
    box-shadow: none !important;
}
/* Asegura que no se vea el loader default */
.dataTables_processing::before,
.dataTables_processing::after {
    display: none !important;
    content: none !important;
}
/* Centrado bonito de tu spinner */
.dataTables_processing {
   /* display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;*/
    background-color: rgba(255,255,255,0); /* opcional: semitransparente */
}
div.dataTables_processing>div:last-child
{
	display:none;
    position: relative;
    width: 80px;
    height: 15px;
    margin: 1em auto;
}
.dataTables_filter{
    text-align: left !important;
    margin-top: 24px;
	margin-bottom:24px;
}
/***********************/
/***** PRODUCTOS ******/
/***********************/
.radios-tiendas .form-check-inline .form-check-input
{
     position: relative!important;
}
.radios-tiendas .form-check-input {
  margin-bottom: 0.25rem; /* separa el check de la imagen */
}
.radios-tiendas .form-check {
  display: flex;
  flex-direction: column; /* apila verticalmente */
  align-items: center;    /* centra el check y el texto */
  width: 134px;       /* para que todos tengan mismo ancho visual */
}
.radios-tiendas {
  display: flex;      
  flex-wrap: nowrap;  
  gap: 24px;  
  overflow-x: auto; 
  padding-bottom: 12px; 
  scrollbar-width: thin;
}
.radios-tiendas::-webkit-scrollbar {
  height: 6px;
}
.radios-tiendas::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 3px;
}
.radios-tiendas::-webkit-scrollbar-track {
  background: transparent;
}
.radios-tiendas img {
  max-height: 30px;
  width: auto;
  object-fit: contain;
}
.radios-tiendas .form-check-label
{
  display: block; 
  text-align: center!important; 
  font-size: 11px!important;
  font-weight:400;
}
@media (max-width: 1222.98px)
{
    .radios-tiendas .form-check-label
	{
	  font-size: 10px!important; 
	  text-align: center!important; 
	}
}