body {
  margin: 0px;
  font-family: Futura, Arial, Helvetica, sans-serif;
  color: #072541;
}

.flex-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 170px;
}

.input-flex-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80vw;
  height: 100px;
  max-width: 1000px;
  position: relative;
  z-index: 0;
  flex-direction: row;
}

.input {
  width: 25px;
  height: 25px;
  background-color: red;
  position: relative;
  border-radius: 50%;
}

.input:hover {
  cursor: pointer;
}

.input::before,
.input::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  background-color: red;
  width: 11vw;
  height: 5px;
  max-width: 900px;
}

.input::before {
  left: calc(-4vw + 12.5px);
}

.input::after {
  right: calc(-4vw + 12.5px);
}

.input.active {
  background-color: red;
}

.input.active::before {
  background-color: #BAB8B8;
}

.input.active::after {
  background-color: red;
}

.input.active span {
  font-weight: 700;
}

.input.active span::before {
  font-size: 13px;
}

.input.active span::after {
  font-size: 14px;
}

.input.active~.input,
.input.active~.input::before,
.input.active~.input::after {
  background-color: #BAB8B8;
}

.input span {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}

.input span::before,
.input span::after {
  visibility: visible;
  position: absolute;
  left: 45%;
}

.input span::after {
  content: attr(data-year);
  top: 25px;
  transform: translateX(-50%);
  font-size: 14px;
  text-wrap: nowrap;
}

.input span::before {
  content: attr(data-info);
  top: -75px;
  width: 88px;
  height: 40px;
  transform: translateX(-5px) rotateZ(-45deg);
  font-size: 12px;
  text-indent: -10px;
}


/*header{
	height: 50px;
	background-color: #0476c2;
	position: fixed;
	width: 100%;
	box-shadow:  0 2px 5px rgba(0, 0, 0, 0.26);
}*/

header {
  background-color: #72b9ff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  position: fixed;
  width: 100%;
  z-index: 1040;
  height: 60px;
}

.userMenu a {
  line-height: 30px !important;
}


header.navbar-brand {
  padding: 5px 20px 0px 0px;
}

.Logo {
  padding: 10px 0px 5px 10px;
}

.logo_desc {
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  margin-top: 15px;
  /*vertical-align: bottom;*/
  padding-left: 20px;
  /*-webkit-text-fill-color: #333;
	-webkit-text-stroke: 0.5px #FFF;*/
}

.vertical_nav a:hover,
.vertical_nav a:link,
.vertical_nav a:visited,
.vertical_nav a:active {
  text-decoration: none;
  color: black;
}


.wrapper {
  padding: 65px 30px 15px 30px;
  transition: all 0.3s ease-out;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ImgLogo {
  height: 50px;
  width: 130px;
  text-align: center;
  float: none;
}

.navbar-login {
  width: 250px;
  padding: 5px 10px 5px 10px;
}

.icon-size {
  font-size: 87px;
}

header .nav>li>a {
  color: #FFF;
  background-color: #072541 !important;
}

header .nav>li>a:focus,
header .nav>li>a:hover {
  background-color: #de3743 !important;
  color: #FFF;
}

.no-seleccionable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#bar {
  height: 5px;
}

.finish a {
  background-color: #5cb85c !important;
}

.finish a:hover {
  background-color: #449d44 !important;
}

#DatePag {
  text-align: center;
}

#MonthPag {
  text-align: center;
}

.table th,
td {
  text-align: center;
}

.select .list-group li {
  cursor: pointer;
}

.deSelect .list-group li {
  cursor: pointer;
}

.selected-JJ {
  color: #fff !important;
  background-color: #2D8A9A !important;
}

.vertical_nav {
  position: fixed !important;
}



/*Lang Bar*/

.ImgFlag {
  width: 35px;
  height: 24px;
  cursor: pointer;
}

.banderas .col-md-4 {
  text-align: center;
}


/* Botones Metro
============================*/

.shortcut-button {
  padding: 0 1rem;
  vertical-align: middle;
  border: 1px #d9d9d9 solid;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  outline: none;
  font-size: 3.4rem;
  line-height: 0.8 !important;
  margin: .15625rem 0;
  position: relative;
  width: 9.5rem;
  height: 9.5rem;
  text-align: center;


  border-collapse: collapse;

  text-rendering: auto;

  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;

  background: #3DACD4 !important;
}


.shortcut-button:hover {
  border: 1px solid #333;
}

.shortcut-button .title {
  font-size: 1.2rem;
}


/* Mini devices 
==========================*/
@media (max-width: 240px) {

  .ImgLogo {
    height: 38px;
    width: 207px;
    text-align: left;
    margin-top: 5px;
    float: none;
  }

}

/* Small devices (tablets)
==========================*/
@media (max-width: 768px) {
  .navbar-header {
    float: none !important;
  }

  .input-flex-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80vw;
    height: 350px;
    max-width: 1000px;
    position: relative;
    z-index: 0;
    flex-direction: column;
  }

  .flex-parent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 450px;
  }

  .input::before,
  .input::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    right: 40%;
    transform: translateY(-50%);
    background-color: red;
    width: 5px;
    height: 11vh;
    max-width: 900px;
  }

  .input::before {
    top: calc(12.5px);
    left: auto;
  }

  .input::after {
    bottom: calc(12.5px);
    left: auto;
  }

  .input span::before {
    transform: translateX(50%);
    text-indent: 0px;
    text-wrap: nowrap;
    top: -9px;
  }

  .input span::after {
    transform: translateX(-150%);
    text-wrap: nowrap;
    top: -9px;
  }

  .input.active span::before {
    font-size: 12px;
    transform: translateX(50%);
    text-indent: 0px;
    text-wrap: no-wrap;
  }

  .input.active span::after {
    font-size: 12px;
    transform: translateX(-150%)
  }

}


/* Large devices (desktops ≥ 992px): sidebar siempre visible
==========================*/
@media only screen and (min-width: 992px) {

  body {
    overflow-y: scroll;
  }

  .wrapper {
    margin-left: 200px;
  }

  .wrapper__minify {
    margin-left: 50px;
  }

}


/* Dashboard Indicadores 
============================*/

.tile-stats.sparkline {
  padding: 10px;
  text-align: center;
}


.tile-stats {
  position: relative;
  display: block;
  margin-bottom: 12px;
  border: 1px solid #E4E4E4;
  -webkit-border-radius: 5px;
  overflow: hidden;
  padding-bottom: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background: #FFF;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.tile-stats:hover .icon i {
  animation-name: tansformAnimation;
  animation-duration: .5s;
  animation-iteration-count: 1;
  color: rgba(58, 58, 58, 0.41);
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: tansformAnimation;
  -webkit-animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: tansformAnimation;
  -moz-animation-duration: .5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}

.tile-stats .icon {
  color: #BAB8B8;
  position: absolute;
  right: 40px;
  top: 14px;
  z-index: 1;
}

.tile-stats .icon i {
  margin: 0;
  font-size: 40px;
  line-height: 0;
  vertical-align: bottom;
  padding: 0;
}

.tile-stats .count {
  color: #1A5B79;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.65857143
}

.tile-stats .count,
.tile-stats h3,
.tile-stats p {
  position: relative;
  margin: 0;
  margin-left: 10px;
  z-index: 5;
  padding: 0;
}

.tile-stats h3 {
  color: #BAB8B8;
}

.tile-stats p {
  margin-top: 5px;
  font-size: 12px;
  color: #333;
}

.tile-stats>.dash-box-footer {
  position: relative;
  text-align: center;
  margin-top: 5px;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.tile-stats>.dash-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}

.tile-stats>.dash-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}





/*Bootsrap Extra
==========================*/

.bs-callout {
  padding: 15px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

.bs-callout-JJ {
  border-left-color: #1A5B79;
}

.label-JJ {
  background-color: #35A4B7;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 10px !important;
}


.btn-JJ {
  color: #fff !important;
  background-color: #35A4B7;
  border-color: #2D8A9A;
}

.btn-JJ:hover {
  color: #fff !important;
  background-color: #2D8A9A;
  border-color: #2D8A9A !important;
}

.btn-JJ:focus,
.btn-JJ.focus {
  color: #fff !important;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-JJ:active:hover,
.btn-JJ.active:hover,
.open>.dropdown-toggle.btn-JJ:hover,
.btn-JJ:active:focus,
.btn-JJ.active:focus,
.open>.dropdown-toggle.btn-JJ:focus,
.btn-JJ:active.focus,
.btn-JJ.active.focus,
.open>.dropdown-toggle.btn-JJ.focus {
  color: #fff !important;
  background-color: #2D8A9A;
  border-color: #1b6d85;
}

.img_450px {
  height: 450px !important;
}



header.navbar-header.app-main-header {
  z-index: 1100 !important;
}

.navbar-header-inner {
  width: 100%;
}



.page-breadcrumb {
  position: relative;
  z-index: 1;
}


.page-breadcrumb {
  margin: 0 0 14px 0;
}

.page-breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
}

.page-breadcrumb-item {
  position: relative;
  display: flex;
  align-items: center;
  min-width: fit-content;
  height: 36px;
  margin-right: -8px;
  background: #242f5f1a;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%, 12px 50%);
}

.page-breadcrumb-item:first-child {
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
  border-radius: 10px 0 0 10px;
}

.page-breadcrumb-item.is-current {
  background: #242f5f;
  opacity: 1;
}

.page-breadcrumb-item.is-current .page-breadcrumb-link {
  color: #ffffff !important;
}

.page-breadcrumb-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 18px 0 22px;
  color: #242f5f !important;
  text-decoration: none !important;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.page-breadcrumb-item:first-child .page-breadcrumb-link {
  padding-left: 16px;
}

.page-breadcrumb-link:hover {
  color: #242f5f !important;
  text-decoration: none !important;
}

.page-breadcrumb-home-icon {
  display: none;
}

@media (max-width: 991.98px) {
  .page-breadcrumb {
    margin-bottom: 12px;
  }

  .page-breadcrumb-item {
    height: 32px;
    margin-right: 3px;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%, 10px 50%);
  }

  .page-breadcrumb-item:first-child {
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
  }

  .page-breadcrumb-link {
    font-size: 12px;
    padding: 0 14px 0 18px;
  }

  .page-breadcrumb-item:first-child .page-breadcrumb-link {
    padding-left: 14px;
  }
}

/* =============================================
   Mobile Nav — header oscuro + sidebar overlay
   ============================================= */

/* Por defecto (desktop): ocultar logo mobile del header */
.mobile-header-brand {
  display: none;
}

/* Por defecto (desktop): ocultar ícono Scotia blanco del header */
.header-scotia-mobile {
  display: none;
}

/* Mobile + Tablet: header oscuro + sidebar como overlay (< 992px)
   ============================================= */
@media (max-width: 991.98px) {

  /* Header oscuro en mobile/tablet */
  header.app-main-header {
    background-color: #242f5f !important;
  }

  /* Ícono hamburguesa blanco + separadores */
  .mobile-toggle {
    color: #ffffff !important;
    border-right: 1px solid rgba(255, 255, 255, 0.35) !important;
    border-top: none !important;
    border-bottom: none !important;
    text-align: center !important;
  }

  /* Logo POSTVENTA centrado en el header */
  .mobile-header-brand {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 75px;
    width: auto;
    pointer-events: none;
  }

  /* Logo de empresa en header: compacto */
  .header-right-section {
    padding-left: 4px !important;
  }

  header #imgLogo {
    display: none !important;
  }

  .header-scotia-mobile {
    display: block !important;
    height: 30px;
    width: auto;
    object-fit: contain;
  }

  /* Ocultar nombre de empresa */
  .logo_desc {
    display: none !important;
  }

  /* Sidebar empieza debajo del header (60px) */
  .vertical_nav {
    top: 60px !important;
    height: calc(100vh - 60px) !important;
    height: calc(100dvh - 60px) !important;
  }

  /* Cancelar el margin-top extra y sombra en mobile/tablet */
  .vertical_nav__opened {
    margin-top: 0 !important;
    box-shadow: none !important;
  }

  /* Ocultar el logo interno del sidebar */
  .sidebar-top-icon {
    display: none !important;
  }

  /* Quitar el padding-top reservado para el logo interno del sidebar */
  .vertical_nav #js-menu {
    padding-top: 10px !important;
  }

  /* Padding horizontal reducido en tablet para aprovechar el ancho completo */
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

}

/* ============================================================================
   Menu icons custom (SVG via CSS mask).
   Reemplazo de glyphicons/FontAwesome por SVGs de /Content/icons/.
   Background-color: currentColor para que herede el color del span padre
   (.InstColor setea color institucional, hover/active pueden cambiarlo).
   ============================================================================ */
.menu-icon-carga {
    background-color: currentColor;
    -webkit-mask: url('/Content/icons/icono_carga.svg') no-repeat center / 22px 22px;
            mask: url('/Content/icons/icono_carga.svg') no-repeat center / 22px 22px;
}

.menu-icon-inicio {
    background-color: currentColor;
    -webkit-mask: url('/Content/icons/home.svg') no-repeat center / 22px 22px;
            mask: url('/Content/icons/home.svg') no-repeat center / 22px 22px;
}

.menu-icon-historico {
    background-color: currentColor;
    -webkit-mask: url('/Content/icons/historico.svg') no-repeat center / 22px 22px;
            mask: url('/Content/icons/historico.svg') no-repeat center / 22px 22px;
}

.menu-icon-hitos {
    background-color: currentColor;
    -webkit-mask: url('/Content/icons/hitos.svg') no-repeat center / 22px 22px;
            mask: url('/Content/icons/hitos.svg') no-repeat center / 22px 22px;
}

/* ============================================================================
   Normalización de items del menú lateral.
   Antes cada ícono tenía inline `style="margin-top:-12px"` y cada label
   `style="height:0px; margin-top:-17px"` (con variantes -20px). Esos hacks
   compensaban ad-hoc diferencias visuales entre glyphicon / FA / img / mask.
   Con flex layout en .menu--link no hacen falta: icon y label quedan
   vertical-centered automáticamente, y todos los íconos respetan el mismo
   box de 57x60.
   ============================================================================ */

.menu--link {
    display: flex !important;
    align-items: center;
    height: 60px;
    overflow: hidden;
}

/* Caja contenedora del ícono — siempre 57x60, sin padding, ícono centrado.
   Aplica a span (font icon o mask) y a img. */
.menu--icon {
    width: 57px !important;
    height: 60px !important;
    line-height: 60px !important;
    padding: 0 !important;
    text-align: center;
    flex-shrink: 0;
    float: none !important;
    margin: 0 !important;
    box-sizing: border-box;
}

/* Font icons (glyphicon / FontAwesome) — tamaño uniforme 22px. */
.menu--icon.glyphicon,
.menu--icon.fa {
    font-size: 22px !important;
}

/* Imgs SVG — escalar contenido a max 22x22 dentro del box 57x60. */
img.menu--icon {
    object-fit: contain;
    padding: 19px 17px !important; /* centrar ícono de 22x22 dentro del box de 57x60 */
}

/* Label — sin altura fija ni margen negativo. El flex del .menu--link lo
   centra vertical automáticamente. */
.menu--label {
    height: auto !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    font-weight: 600;
}
