@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Acme&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
  --bg-cliente: #3e004e;
  --fc-cliente: #fff;
}

h1,
h2,
h3 {
  font-family: Roboto;
}

.navbar-nav {
  /*font-family: monospace;*/
  font-family: Roboto;
}

.mydashboard{font-size: 20px;}

.navbar-brand{padding-top: 7px;}

.navbar-brand .version {
  display: block;          /* fuerza a que esté debajo del título */
  font-size: 10px;         /* más pequeño que el título */
  color: #ccc;             /* color gris para diferenciar */
 
}

.login_box {
  max-width: 300px;
  margin-top: 100px;
  background-color: #fff;
  border: 5px solid #4484fc;
  border-radius: 10px;
}

.body_login {
  background-image: url(../images/fondo.jpg);

  background-size: cover;
}

.sys_titulo {
  color: var(--fc-cliente);
  font-size: 22px;
  font-family: Acme, Arial;
}

.sys_logo{width: 120px;}

/*#728669*/
.sys_bg {
  background-color: var(--bg-cliente);
  ;
}

.sys_icon {
  color: var(--bg-cliente);
}
.sys_bar_bg {
  background-color: var(--bg-cliente);
  ;
  border-radius: 0;
  box-shadow: 0px 1px 8px 2px #898989;
  font-family: 'Roboto';
}

.sys_footer_bg {
  background-color: #222222;
  border-radius: 0;
  text-align: center;
  height: 45px;
  padding-top: 9px;
}

.sys_footer_a {
  color: var(--fc-cliente);
  text-decoration: underline;
}

.sys_footer_pipe {
  margin: 0 10px 0 10px
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  color: var(--fc-cliente);
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: var(--fc-cliente);
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

.badge_faltante {
  background-color: #F00;
  color: var(--fc-cliente);
  font-size: 16;
}

.badge_adelanto {
  background-color: #329bce;
  color: var(--fc-cliente);
  font-size: 16;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media only screen and (max-height: 450px) {
  .sidebar {
    padding-top: 15px;
  }

  .sidebar a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 450px) {
  .h1_gen {
    font-size: 23px !important;
  }
}

@media only screen and (min-width: 1250px) {
  .modal-huge {
    width: 100% !important;
  }
}

.checksn {
  margin-right: 15px !important;
}

.checkreport {
  margin-left: 25px !important;
}

.modal-content {
  border-radius: 0 !important;
  border: 2px solid #333;
}

.panel {
  border-radius: 0 !important;
}

.h1_gen {
  font-size: 26px;
  padding: 5px;
  border-top: 2px solid var(--bg-cliente);
  border-bottom: 2px solid var(--bg-cliente);
  font-family: Roboto;
  background-color: #f8f8f8;
}

.h1_ind {
  font-size: 36px;
  padding: 5px;
  border-top: 2px solid #038a0a;
  border-bottom: 2px solid #038a0a;
  font-family: 'Inter', sans-serif;
}

.inventario_dig {
  font-weight: normal !important;
}

.tabla_font {
  /*font-family: 'Courier New', Courier, monospace !important;*/
  font-family: 'Inter',sans-serif;
  font-size: 14px;
}

.row_custom {
  margin-top: 15px;
}

.row_customline {
  padding: 10px;
  border-top: 1px solid #acacac;
}

.noborder {
  border: none;
}

.noweight {
  font-weight: normal;
}

.conteo {
  font-weight: normal;
  margin: 0 0 20px 20px;
  font-size: 12;
  color: green;
}

.orden_finalizada {
  background-color: #c1e9ff !important;
}

.sys_alertas {
  position: absolute;
  top: 60px;
  right: 0;
  background-color: #e5e5e5;
  /*border: 2px solid red;*/
  height: 50px;
  width: 50px;
  border-radius: 5px 0 0 5px;
}

.sys_alertas:hover {
  cursor: pointer !important
}

.sys_alertas_campana {
  font-size: 30px;
  color: #e2bc40;
  padding: 7px 0px 0px 10px;
}

.sys_alertas_cantidad {
  position: absolute;
  font-weight: bold;
  font-size: 12px;
  background: red;
  left: 25px;
  top: 5px;
  z-index: 9;
}

.sys_alert_header {
  background: red;
  color: #fff;
}

.img_shake {
  animation: shake 0.7s;
  animation-iteration-count: 5;
}

@keyframes shake {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    transform: translate(-16px, 0px) rotate(0deg);
  }

  50% {
    transform: translate(0px, 0px) rotate(0deg);
  }

  75% {
    transform: translate(-16px, 0px) rotate(0deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}