
.botonForm 
{
 color: rgb(255, 255, 255) ;
 font-weight:bold;
 background-color: rgb(255, 196, 0)  ;
}

.botonCombo {
 color: rgb(255, 255, 255) ;
 font-weight:bold;
 background-color:  rgba(52, 52, 52, 0.363) ;
}


.sorting{
    background-color: rgb(255, 196, 0)  ;
}


#td_tabla{
    text-align: center;
}

#especial_boton_form{
    position: relative; 
    left: 3px; 
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}


#especial_boton_combo{
    border-top-right-radius: 15px;
     border-bottom-right-radius: 15px;
}

.color-rojo{
    background:rgb(128, 0, 0);
    color: rgb(234, 15, 15);
  }


  .dataTables_info{
    display: none;
  }

  /* Mensaje emergente */
/* START TOOLTIP STYLES */
[tooltip] {
    position: relative; /* opinion 1 */
  }
  
  /* Applies to all tooltips */
  [tooltip]::before,
  [tooltip]::after {
    text-transform: none; /* opinion 2 */
    font-size: .9em; /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
  }
  [tooltip]::before {
    content: '';
    border: 5px solid transparent; /* opinion 4 */
    z-index: 1001; /* absurdity 1 */
  }
  [tooltip]::after {
    content: attr(tooltip); /* magic! */
    
    /* most of the rest of this is opinion */
    font-family: Helvetica, sans-serif;
    text-align: center;
    
    /* 
      Let the content set the size of the tooltips 
      but this will also keep them from being obnoxious
      */
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 1000; /* absurdity 2 */
  }
  
  /* Make the tooltips respond to hover */
  [tooltip]:hover::before,
  [tooltip]:hover::after {
    display: block;
  }
  
  /* don't show empty tooltips */
  [tooltip='']::before,
  [tooltip='']::after {
    display: none !important;
  }
  
  /* FLOW: UP */
  [tooltip]:not([flow])::before,
  [tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
  }
  [tooltip]:not([flow])::after,
  [tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
  }
  [tooltip]:not([flow])::before,
  [tooltip]:not([flow])::after,
  [tooltip][flow^="up"]::before,
  [tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
  }
  
  /* FLOW: DOWN */
  [tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
  }
  [tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
  }
  [tooltip][flow^="down"]::before,
  [tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
  }
  
  /* FLOW: LEFT */
  [tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
  }
  [tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
  }
  
  /* FLOW: RIGHT */
  [tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
  }
  [tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
  }
  
  /* KEYFRAMES */
  @keyframes tooltips-vert {
    to {
      opacity: .9;
      transform: translate(-50%, 0);
    }
  }
  
  @keyframes tooltips-horz {
    to {
      opacity: .9;
      transform: translate(0, -50%);
    }
  }
  
  /* FX All The Things */ 
  [tooltip]:not([flow]):hover::before,
  [tooltip]:not([flow]):hover::after,
  [tooltip][flow^="up"]:hover::before,
  [tooltip][flow^="up"]:hover::after,
  [tooltip][flow^="down"]:hover::before,
  [tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
  }
  
  [tooltip][flow^="left"]:hover::before,
  [tooltip][flow^="left"]:hover::after,
  [tooltip][flow^="right"]:hover::before,
  [tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
  }



  /*Estilos alvaro*/
  .modal-open {
    padding-right: 0 !important;
  }

  .input-wrapper {
    position: relative;
    width: 271px;
  }

  .input-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .upload-perfil{
    height: 196px; 
    width: 196px;
    position: relative;
    margin: auto;

  }  
  .upload-perfil img{
    height: 196px; 
    width: 196px;
    border-radius: 50%;
    border: 6px solid #eaeaea;
  }

  .upload-perfil .round{
    position: absolute;
    bottom: 0;
    right: 25px;
    color: white;
    background: #00B4FF;
    width: 32px;
    height: 32px;
    line-height: 33px;
    border-radius: 50%;
    /* overflow: hidden; */
  }

  .upload-perfil .round input[type='file']{
    position: absolute;
    transform: scale();
    opacity: 0;
  }

  input[type='file']::-webkit-file-upload-button{
    cursor: pointer;
  }

/*Fin estilos Alvaro*/

  /* responsive */



  @media only screen and (max-width: 1033px) {

    /* .responsive_table {
      background-color: #00B4FF;
   } */


    tbody{
    overflow:scroll;
    }

    .order-6{
      order :12 !important;
    }

    .responsive_table {
    overflow:scroll;
 }

 .header_color {
  overflow:scroll !important;
  /* height:200px;
  width:700px; */
}

#data{
  overflow:scroll !important;
}

  }

 






  /* login */

  .gradient-custom-2 {
    /* fallback for old browsers */
    background: #fccb90;
    
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, #626262, #d8bd36, #f0ca0f, #e6780a);
    
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right,  #4b4b4a, #d8bd36, #696666, #b6b067);
    }
    
    @media (min-width: 768px) {
    .gradient-form {
    height: 100vh !important;
    }

    #map{
      width: 264px;
      height: 295px;
    }
    }
    @media (min-width: 769px) {
    .gradient-custom-2 {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
    }
    #map{
      width: 264px;
      height: 295px;
    }
    }



    .inicio_sesion{
      background-color: #535458;
      /* background-image: url(../img/fondo_logeo.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; */
    }


    .cardNuevo{
      -webkit-box-shadow: 1px 3px 12px 1px rgba(0,0,0,0.93); 
      box-shadow: 1px 3px 12px 1px rgba(0,0,0,0.93);
    }


#contenido_nombre {
  position: relative;
  padding: 5px;
  padding-bottom: 5px;
  background-attachment: fixed;
  }

  .mostrar_contrasenaregistro {
  position: absolute;
  right: 100px;
  bottom: 271px;
  }

  /* .mostrar_contrasenaregistroDos {
    position: absolute;
      right: 97px;
      bottom: 298px;
  } */

  /* .mostrar_contrasenaregistroDos {
    position: absolute !important;
    right: 52px !important;
    bottom: 273px !important;
} */

  /* .mostrar_contrasenaregistroDos {
    position: absolute;
    right: 51px;
    /* bottom: 347px; */
    /* bottom: 272px; */
 

  .not-active {
    pointer-events: none;
    cursor: default;
}

.not-active-usuarios{
  pointer-events: none;
  cursor: default;
}


/*Login*/
#imagen_m{
  border-radius: 5%;
}


/* responsive boton ver/no ver */

/* @media (min-width:768px) {
  .mostrar_contrasenaregistroDos {
    position: absolute !important;
    right: 97px !important;
    bottom: 300px !important;
  }

}



@media only screen and (max-width: 765px) {
  .mostrar_contrasenaregistro {
    right: 53px !important;
    bottom: 191px !important;
}
}


@media only screen and (max-width: 480px) {
  .mostrar_contrasenaregistro {
    right: 53px !important;
    bottom: 187px !important;
}
}


@media only screen and (max-width: 351px) {
  .mostrar_contrasenaregistro {
    right: 53px !important;
  bottom: 204px !important;
}

}


@media only screen and (max-width: 334px) {
  .mostrar_contrasenaregistro {
    right: 53px !important;
    bottom: 225px !important;
}

}

@media only screen and (max-width: 321px) {
  .mostrar_contrasenaregistroDos {
    position: absolute !important;
    right: 52px !important;
    bottom: 312px !important;
  }
} */









/* Final revisado */


/* responsive boton ver/no ver */
.mostrar_contrasenaregistroDos {
  position: absolute;
  /* right: 126px; */
  right: 52px;
  bottom: 334px;

}

@media only screen and (max-width: 1033px) {


  tbody{
  overflow:scroll;
  }

  .order-6{
    order :12 !important;
  }

  .header_color {
    overflow:scroll !important;
    /* height:200px;
    width:700px; */
  }

}

/*Mapa*/
.map{
  width: 520px !important; 
  height: 280px;
}

@media only screen and (max-width: 994px) {
  .map {
    width: 320px !important; 
    height: 280px;
  }
}
@media only screen and (max-width: 484px) {
  .map {
    width: 240px !important; 
    height: 280px;
  }
}
@media only screen and (max-width: 354px) {
  .map {
    width: 200px !important; 
    height: 280px;
  }
}




.mostrar_contrasenaregistroAdmin {
  position: absolute;
  right: 97px;
  /* bottom: 208px; */
  bottom: 165px;
}

@media only screen and (max-width: 770px) {
  .mostrar_contrasenaregistro {
    position: absolute;
    right: 103px;
    bottom: 271px;
  }
}

@media only screen and (max-width: 767px) {
  .mostrar_contrasenaregistro {
    position: absolute;
    right: 55px;
    bottom: 251px;
  }
}

@media (min-width:768px) {
  .mostrar_contrasenaregistroDos {
    position: absolute !important;
    /* right: 126px; */
    right: 97px !important;
    bottom: 356px !important;
  }

  .mostrar_contrasenaregistroAdmin {
    position: absolute;
    right: 100px !important;
    /* bottom: 208px; */
    bottom: 165px;
  }

}


@media only screen and (max-width: 765px) {
  .mostrar_contrasenaregistro {
    right: 53px !important;
    bottom: 248px !important;

}


}


@media only screen and (max-width: 480px) {
  .mostrar_contrasenaregistro {
    right: 53px !important;
    bottom: 247px !important;
}
}


@media only screen and (max-width: 351px) {
  .mostrar_contrasenaregistro {
    right: 53px !important;
    bottom: 265px !important;
}

}


@media only screen and (max-width: 334px) {
  .mostrar_contrasenaregistro {
    right: 53px !important;
    bottom: 225px !important;
}

}

@media only screen and (max-width: 321px) {
  .mostrar_contrasenaregistroDos {
    position: absolute !important;
    /* right: 126px; */
    right: 52px !important;
    bottom: 312px !important;
  }
}

@media only screen and (max-width: 330px) {
  .mostrar_contrasenaregistroDos {
    position: absolute !important;
    /* right: 126px; */
    right: 52px !important;
    bottom: 313px !important;
  }
}

@media only screen and (max-width: 335px) {
  .mostrar_contrasenaregistro {
    position: absolute;
    right: 52px !important;
    bottom: 286px !important;
}
}



@media only screen and (max-width: 336px) {
.mostrar_contrasenaregistroDos {
  position: absolute;
  right: 52px;
  bottom: 311px;
}
}


@media only screen and (max-width: 351px) {
  .mostrar_contrasenaregistroDos {
    position: absolute;
    right: 52px;
    bottom: 351px;

}
}




@media only screen and (max-width: 335px) {
  .mostrar_contrasenaregistroDos {
    position: absolute;
    right: 52px !important;
    bottom: 372px !important;
  }
}



.campo,.campoDos {
  position: relative;
}

.campo span {
position: absolute;
right: 5px;
top: 10px;
text-transform: uppercase;
cursor: pointer;
padding: 2px 10px;

}


.campoDos span{
position: absolute;
right: 5px;
top: 11px;
text-transform: uppercase;
cursor: pointer;
padding: 2px 10px;
}

.campoTres,.campoCuatro {
  position: relative;
}

.campoTres span{
  position: absolute;
  right: 5px;
  top: 11px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 2px 10px;
}

.campoCuatro span{
  position: absolute;
  right: 5px;
  top: 11px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 2px 10px;
}

.campoTres,.campoCuatro,.campoCinco,.campoSeis{
  position: relative;
}



.campoCinco span{
  position: absolute;
  right: 5px;
  top: 11px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 2px 10px;
}


.campoSeis span{
  position: absolute;
  right: 5px;
  top: 11px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 2px 10px;
}


.campoSiete{
  position: relative;
}


.campoSiete span{
  position: absolute;
  right: 5px;
  top: 11px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 2px 10px;
}


/* card productos */
/*panel*/
.panel {
  border: none;
  box-shadow: none;
}

.panel-heading {
  border-color:#eff2f7 ;
  font-size: 16px;
  font-weight: 300;
}

.panel-title {
  color: #2A3542;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
  font-family: 'Open Sans', sans-serif;
}


/*product list*/

.prod-cat li a{
  border-bottom: 1px dashed #d9d9d9;
}

.prod-cat li a {
  color: #3b3b3b;
}

.prod-cat li ul {
  margin-left: 30px;
}

.prod-cat li ul li a{
  border-bottom:none;
}
.prod-cat li ul li a:hover,.prod-cat li ul li a:focus, .prod-cat li ul li.active a , .prod-cat li a:hover,.prod-cat li a:focus, .prod-cat li a.active{
  background: none;
  color: #ff7261;
}

.pro-lab{
  margin-right: 20px;
  font-weight: normal;
}

.pro-sort {
  padding-right: 20px;
  float: left;
}

.pro-page-list {
  margin: 5px 0 0 0;
}

.product-list img{
  width: 100%;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}

.product-list .pro-img-box {
  position: relative;
}
.adtocart {
  background: #fdd835;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  display: inline-block;
  text-align: center;
  border: 3px solid #fff;
  left: 70%;
  bottom: 105px;
  position: absolute;
}

.adtocartDos {
  background: #a5e37e;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  display: inline-block;
  text-align: center;
  border: 3px solid #fff;
  left: 2%;
  bottom: 116px;
  position: absolute;
}

.Exittocart {
  background: #fc0000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  display: inline-block;
  text-align: center;
  border: 3px solid #fff;
  left: 75%;
  bottom: -95px;
  position: absolute;
}



.adtocart i{
  color: #fff;
  font-size: 25px;
  line-height: 42px;
}

.pro-title {
  color: #5A5A5A;
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
}

.product-list .price {
  color:#010000 ;
  font-size: 15px;
}

.pro-img-details {
  margin-left: -15px;
}

.pro-img-details img {
  width: 100%;
}

.pro-d-title {
  font-size: 16px;
  margin-top: 0;
}

.product_meta {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin: 15px 0;
}

.product_meta span {
  display: block;
  margin-bottom: 10px;
}
.product_meta a, .pro-price{
  color:#fc5959 ;
}

.pro-price, .amount-old {
  font-size: 18px;
  padding: 0 10px;
}

.amount-old {
  text-decoration: line-through;
}

.quantity {
  width: 120px;
}

.pro-img-list {
  margin: 10px 0 0 -15px;
  width: 100%;
  display: inline-block;
}

.pro-img-list a {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.pro-d-head {
  font-size: 18px;
  font-weight: 300;
}

.single-report p {
  font-size: 12px;
  font-weight: 700;
  color: #565656;
  background: #ececec;
  letter-spacing: 0;
  padding: 0 9px;
  height: 33px;
  line-height: 20px;
}

.slider {
  width: 75vw;
  height: auto;
  margin: auto;
  overflow: hidden;
}

.slider .slide-track {
  display: flex;
  animation: scroll 40s linear infinite;
  -webkit-animation: scroll 40s linear infinite;
  width: calc(400px * 20);
}

.slider .slide {
  width: 402px;
}

.slider .slide img {
  width: 100%;
}

@keyframes scroll {
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  100% {
      -webkit-transform: translateX(calc(-200px * 7));
      transform: translateX(calc(-200px * 7));
  }
}


.color-text{
  color: #f4d800;
}

.color-text-negro{
  color: #000000;
}

.product-list .pro-img-box {
  /* position: relative;
  width: 148px;
  height: 148px; */
  position: relative;
/* width: 148px; */
height: 148px;
width: var(--altura);
}



.pro-img-box img {
  max-width: 100%;
  max-height: 100%;
}

/* Buscador */
/* .image::after {
  content: "No cuenta con existencias";
  position: absolute;
  top:0;
  left:0;
  height: 100%;
  width: 100%;
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
  background: rgba(229, 154, 154, 0.6);
  z-index: 1;
} */

img {
  max-width: 100%;
  height: Opx;
}

#imageProducto{
  max-width: 100%;
  height: 60;
}

.short{
  display: none;
  }
  
  .white.active
  {
    background-color: rgb(255, 193, 7);
    color: #000000;
    border: solid 1px #000000;
  }
  
  .normal
  {
    background-color: #ffffff;
    color: #000000;
    border: solid 1px #0d0e0c;
  }

  .boton_matricula{
    color: #690079 !important;
    background-color: transparent;
    background-image: none;
    border-color: #690079 !important;
  }

  .boton_matricula:hover {
    color: #fff !important;
    background-color: #690079 !important;
    border-color: #690079 !important;
}

.notificacion {
  background: #fc0000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  display: inline-block;
  text-align: center;
  border: 3px solid #fff;
  left: 75%;
  bottom: -95px;
  position: absolute;
}

.contenedor_eliminar_multiple{
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
}

.fa-trash{
  font-size: 30px;
}

#label-elim{
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
}

