@charset "UTF-8";
/* font */
@import url("all-styles/font-style.css");
/* modal */
@import url("all-styles/modal-table-style.css");
/* buttons */
@import url("all-styles/buttons-style.css");
/* background */
@import url("all-styles/background-style.css");
/* margin */
@import url("all-styles/margin-padding-style.css");
/* scroll */
@import url("all-styles/scroll-border-style.css");
/* height - width */
@import url("all-styles/height-width-style.css");
/* tooltip */
@import url("all-styles/tooltip.css");
body::-webkit-scrollbar,
section::-webkit-scrollbar {
  display: none;
}
textarea {
  resize: none;
}
button:disabled,
input:disabled {
  cursor: not-allowed;
}
div.daterangepicker {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
}
.custom-separator-hr {
  border: 1px solid #ccc;
  margin: 5px !important;
}
.custom-text-justity {
  text-align: justify;
}
.custom-clean-spaces {
  margin: 0px;
  padding: 0px;
}
.ccsp {
  margin: 0px;
  padding: 0px;
}
.custom-hover:hover {
  cursor: pointer;
}
.custom-box-shadow,
.custom-box-shadow-hover:hover {
  box-shadow: 1px 2.5px #555;
}
.custom-element-selected,
.custom-element-selected:hover,
.custom-element-selected:active,
.custom-element-selected:focus,
.custom-element-selected:active:focus,
.custom-element-selected:focus-within,
.custom-element-selected:visited {
  background-color: #013544;
  border: 1px solid #fff !important;
  color: white;
}
/* ESTILO NÚMEROS DENTRO DE CIRCULOS */
.custom-circle-number {
  display: inline-block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  font: 23px Arial, sans-serif;
  padding-top: 0.5px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
}
/* Estilizar los input para aprovechar más el espacio */
.custom-input-narrow {
  padding: 2px 10px;
  height: 26px;
}
/* Cuando un input contiene la clase .custom-input-narrow y tiene un icono agregado, el icono se centra verticalmente */
.custom-input-icon-center {
  line-height: 27px !important;
}
.transition {
  transition: left 1s ease;
  -webkit-transition: width 500ms ease;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 1s;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/* ESTILO VENTANA JQUERY-CONFIRM */
div.jconfirm-title-c {
  text-align: center !important;
}
span.jconfirm-title,
div.jconfirm-buttons {
  text-align: center;
}
/*  */
.custom-display-none {
  display: none;
}
.cdn {
  display: none;
}
.custom-display-block {
  display: block;
}
.custom-display-inline-flex {
  display: inline-flex;
}
.custom-display-inline-block {
  display: inline-block;
}
.custom-display-flex {
  display: flex;
}
.custom-display-grid {
  display: grid;
}
/*  */
/* icono cargando */
#icon-loading-moovin {
  color: #013544;
}
.loader {
  border: 5px solid #ebebeb;
  border-radius: 50%;
  border-top: 5px solid #013544;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*  */
.custom-btl-box-shadow {
  box-shadow: 1.5px 1.5px #555;
}
/* estilo hover */
.custom-hs-normal {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
}
.custom-hs-hover:hover {
  box-shadow: 0 5px 10px #a9a9a9;
}
/* item selected */
.custom-item-selected {
  background-color: lightgoldenrodyellow !important;
  border: 1px solid #013544 !important;
}
/*  */
.custom-center-placeholder::-webkit-input-placeholder {
  text-align: center;
}
.custom-center-placeholder:-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
}
.custom-center-placeholder::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
}
.custom-center-placeholder:-ms-input-placeholder {
  text-align: center;
}
/*  */
.custom-inline-service {
  padding-top: 10px;
  display: inline-block;
  width: 50%;
}
.scrollDivsAuto {
  width: 100%;
  height: 100%;
  overflow: scroll;
  overflow-y: auto;
  overflow-x: auto;
}
/* estilo contenedor de cajas | métodos de pago | pagos pendientes */
.content-style-box {
  border: 1px solid #ccc;
  border-radius: 10px;
}
.custom-float-right {
  float: right;
}
.custom-float-left {
  float: left;
}
.my-custom-class-for-label {
  width: 70px;
  height: 20px;
  border: 1px solid #000000;
  border-radius: 5px;
  background: #ffffff;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}
.custom-image-circle {
  border-radius: 50% !important;
}
.custom-overflow-auto {
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .custom-pull-left-rp {
    float: left !important;
  }
  .custom-clean-spaces-rp {
    margin: 0px;
    padding: 0px;
  }
}
#system-newsletter-count {
  font-size: 12px !important;
  background-color: orangered !important;
}
#system-newsletter img {
  width: 20px;
}
.table-danger {
  background-color: #f9dadd !important;
}
.table-warning {
  background-color: #ffeeba !important;
}
/*  */
/* paginación de tablas */
.table-pagination ul {
  float: right;
}
.dropImageContainer {
  width: 100%;
  margin-bottom: 5px;
  display: none;
}
.profile-info-collapse {
  display: none;
}
.fa-rotate-45 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* input */
.custom_input_desabled {
  opacity: 0.6;
  cursor: not-allowed !important;
  pointer-events: none;
}
/* estilo de etiqueta para el tipo de cobro del moover */
.cm_charge_type {
  margin-bottom: 0px;
}
/* notification */
div[data-notify="container"] {
  font-size: 1.2em !important;
}

/*  */
.notif_dl_content {
  background-color: #fff;
  padding: 10px;
  color: #333;
  margin-top: 20px;
  border-radius: 3px;
}
.notif_dl_title {
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-family: "Atkinson Hyperlegible" !important;
  font-weight: 700;
}
.notif_dcl_c_display {
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
}
#notif_dl_delegate,
#notif_dl_delegate_zone {
  padding-left: 15px;
}
.ciofz {
  font-size: 20px !important;
  cursor: pointer;
}
.cmt_title1 {
  margin: 0px;
  font-family: "Atkinson Hyperlegible" !important;
  font-weight: 700;
  font-size: 1.8em;
}


.dropdown-menu .dropdown-item {
  min-width: 250px;
  border-radius: 6px;
  display: flex;
    align-items: center;
    font-weight: normal;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #f1f1f1;
  color: #333;
  text-decoration: none;
}

.dropdown-toggle::after {
  margin-left: 5px;
}

.btn-blue-enterprise {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}

.btn-blue-enterprise:hover,
.btn-blue-enterprise:focus {
  background-color: #0056b3;
  border-color: #004f9b;
}
.btn-group-sm>.btn,
.btn-sm {
  padding: 1px 5px !important;
}

.displayFlex {
  display: flex;
  flex-direction: column;
  gap: 5px;
}


.input-group-btn {
  vertical-align: top !important;
}

/* ===== ANIMACIONES DE ENTRADA ===== */

/* Animación de entrada con fade-in */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Animación de entrada con slide desde la izquierda */
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Animación de entrada con slide desde la derecha */
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Animación de entrada con zoom */
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Animación de entrada con bounce */
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Clases para aplicar las animaciones */
.animate-fade-in {
  animation: fadeIn 0.6s ease-out forwards;
}

.animate-slide-left {
  animation: slideInLeft 0.6s ease-out forwards;
}

.animate-slide-right {
  animation: slideInRight 0.6s ease-out forwards;
}

.animate-zoom-in {
  animation: zoomIn 0.5s ease-out forwards;
}

.animate-bounce-in {
  animation: bounceIn 0.8s ease-out forwards;
}

/* Clases para retrasar la animación */
.delay-100 {
  animation-delay: 0.1s;
}

.delay-200 {
  animation-delay: 0.2s;
}

.delay-300 {
  animation-delay: 0.3s;
}

.delay-400 {
  animation-delay: 0.4s;
}

.delay-500 {
  animation-delay: 0.5s;
}

/* Estado inicial para elementos que se animarán */
.animate-fade-in,
.animate-slide-left,
.animate-slide-right,
.animate-zoom-in,
.animate-bounce-in {
  opacity: 0;
}

/* Animación para elementos que aparecen al hacer scroll */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}
.boderRadius {
  border-radius: 5px 0px 0px 5px;
}
.ms-drop ul > li label {
  display: flex;
  flex-wrap: wrap !important;
  align-items: center !important;
  align-content: center !important;
  gap: 5px !important;
}
/* Ajustar el ancho del treeview-menu para que el texto no se corte */
.sidebar-menu .treeview-menu > li > a {
  white-space: normal !important;
  word-wrap: break-word !important;
  padding: 5px 10px 5px 15px !important;
  line-height: 1.4 !important;
}

/* Reusable info panels (actualmente se usa en la página de detalles de la factura) */
.di-info-panel {
  border: 1px solid #d2d8e0;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  height: 100%;
}
.di-info-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
}
.di-info-col {
  flex: 0 1 auto;
  display: flex;
  width: auto;
  min-width: 0;
  max-width: 100%;
}
.di-info-col.custom-display-none {
  display: none !important;
}
/* Ocultar panel SAP (y otros info-panel) cuando llevan custom-display-none */
.di-info-panel.custom-display-none {
  display: none !important;
}
.di-info-panel-header {
  background: #d1d6df;
  color: #2f3b4a;
  padding: 8px 12px;
  border-bottom: 1px solid #c0c8d3;
}
.di-info-panel-body {
  background: #fff;
  padding: 10px 12px;
}
.sap-info-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.sap-info-item-label {
  white-space: nowrap;
  font-weight: normal;
}
@media (max-width: 991px) {
  .di-info-col {
    min-width: 100%;
  }
  .sap-info-item {
    flex-direction: column;
    gap: 2px;
  }
 } 
/* banner de información (Actualmente solo se usa en el modal de agregar cargo y facturacion con descuento general)*/
.custom-info-banner {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid #9ec5dc;
  background: #e9f3fb;
  color: #035388;
  border-radius: 4px;
}

.custom-info-banner .fa-info-circle {
  color: #0b7ec4;
  margin-left: 0;
  font-size: 13px;
}

.custom-info-banner-message {
  flex: 1;
} 
