.nav-link {
  font-size: 16px;
  display: block;
  padding: .5rem 1rem;
  color: #ffffff;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.nav-link:focus, .nav-link:hover {
  color: #ffffff;
}

a:hover {
  color: #ffffff;
}

.sidebar .dropdown-item {
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: 0;
  background-color: #89a18a;
  color: #ffffff;
}



.obligatorio:after {
  content: '( * )';
  color: #daf263;
  margin-left: 5px;
}


.btn-sinfondo{
  background-color: transparent;
  border-color: green;
  color: white;
}

.tablaproveedores {
  display: block;
  height: 400px;
  overflow-y: scroll;
  overflow-x: scroll;
  width:1600px;
}

.tablaproveedoresy {
   border-collapse: collapse;
    
    width: 100%;
    font-size: 16px;
    font-family: Arial, sans-serif;
    overflow-y: scroll;
}


.tableencabezadopr-cell {
  width: 12.5%; /* Each cell takes up 12.5% of the table's width */
  text-align: left; /* Center the text within each cell */
  font-size: 12px; 
  border-width: 1px; /* ancho del borde */
  border-style: solid; /* estilo del borde */
  border-image: linear-gradient(to bottom, #ccc, #999) 1; 
 }


.tableinventario-cell {
  width: 12.5%; /* Each cell takes up 12.5% of the table's width */
  text-align: left; /* Center the text within each cell */
  font-size: 12px; 
  word-wrap: break-word;
  min-width: 300px;
  max-width: 200;
  border-width: 1px; /* ancho del borde */
  border-style: solid; /* estilo del borde */
  border-image: linear-gradient(to bottom, #ccc, #999) 1; 
 }
 .tableinventario-cell2 {
  width: 12.5%; /* Each cell takes up 12.5% of the table's width */
  text-align: left; /* Center the text within each cell */
  font-size: 12px; 
  word-wrap: break-word;
  min-width: 300px;
  max-width: 200;
  border-width: 1px; /* ancho del borde */
  border-style: solid; /* estilo del borde */
  border-image: linear-gradient(to bottom, #ccc, #999) 1; 
 }
.tableinventariodes-cell {
  width: 12.5%; /* Each cell takes up 12.5% of the table's width */
  text-align: left; /* Center the text within each cell */
  font-size: 12px; 
  word-wrap: break-word;
  min-width: 300px;
  max-width: 500px;
  border-width: 1px; /* ancho del borde */
  border-style: solid; /* estilo del borde */
  border-image: linear-gradient(to bottom, #ccc, #999) 1; 
}


.outline {
  height: 2.5rem;
  width: 2.5rem;
  position: relative;
  z-index: 3;
  font-size: 14px;
  color: #7dc21e;
  border-color: #7dc21e;
  background: transparent;
  border-style: solid;
  border-width: 2px;
  border-radius: 100%;
  text-transform: uppercase;
  transition: all 0.2s linear;
  margin-left: .8rem;
  margin-right:.8rem;
  margin-top:.5rem;
}




.outline:hover {
  color: white;
  background: #7dc21e;
  border-color: #7dc21e;
  transition: all 0.2s linear;
}

.outline.verde {
  font-weight: 700;
  color: #198754;
  border-color: #198754;
  background: transparent;
  /* box-shadow: 2px 2px 7px 1px rgb(25,135,84); */
}

.outline.verde:hover {
  color: white;
  background: #198754;
  border-color: #198754;
}

.outline.azul {
  font-weight: 700;
  color: #0d6efd;
  border-color: #0d6efd;
  background: transparent;
  /* box-shadow: 2px 2px 7px 1px rgb(13,110,253); */
}

.outline.azul:hover {
  color: white;
  background: #0d6efd;
  border-color: #0d6efd;
}



.outline.asul {
  font-weight: 700;
  color: white;
  border-color: #0d6efd;
  background: transparent;
  
}

.outline.asul:hover {
  color: white;
  background: #0d6efd;
  border-color: #0d6efd;
}

.outline.rojo {
  font-weight: 700;
  color: #91301b;
  border-color: #91301b;
  background: transparent;
  /* box-shadow: 2px 2px 7px 1px rgb(145,48,27); */
}

.outline.rojo:hover {
  color: white;
  background: #91301b;
  border-color: #91301b;
}

.outline.cyan {
  font-weight: 700;
  color: #0dcaf0;
  border-color: #0dcaf0;
  background: transparent;
  /* box-shadow: 2px 2px 7px 1px rgb(13,202,240); */
}

.outline.cyan:hover {
  color: white;
  background: #0dcaf0;
  border-color: #0dcaf0;
}

.inputdarkc {
  font-family: Lato, sans-serif;
  background: rgba(60,60,60,0);
  color: white;
  border-color: #c1e500;
  width: 100%;
  padding: .375rem .75rem;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  display: block;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #005a0c;
  border-color: #88a089 #88a089 #c1e500;
}

.subtab {
  font-size: .8rem;
  font-family: Lato, sans-serif;
}

.nav-tabs {
  border-bottom: 1px solid #88a089;
}

.tabfontc {
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.contorno {
  box-shadow: 2px 2px 7px 1px rgb(83,84,83);
  color: white;
  background: rgba(0,0,0,0);
  margin-top: 1.5rem;
}

.inputdarkc:focus {
  color: #ffffff;
  background-color: rgba(60,60,60,0);
  font-family: Lato, sans-serif;
  border-color: var(--bs-teal);
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(57,137,75,0.25);
}

.is-invalid {
  color: #ffffff;
  background-color: rgba(60,60,60,0);
  font-family: 'Lora';
  border-color: var(--bs-teal);
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(255, 36, 36, 0.25);
}


.btncirculo {
  border-radius: 100%;
  height: 2.5rem;
  width: 2.5rem;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contorno_tabla {
  box-shadow: 1px 1px 5px 1px rgb(121,125,129);
}

.colorselect {
  --bs-dropdown-link-active-bg: #157e35;
  --bs-dropdown-link-hover-bg: #c1e500;
}

.elementosresumen {
  background-color: #89a18a7e;
  color: white;
}

.filaseleccionada {
  background-color: #88a089 !important;
}

table th {
  background-color: rgb(31,31,33);
  top: 0;
  position: sticky;
  z-index: 11;
}

.tablaseparador {
  font-family: arial, sans-serif;
  min-height: 150px;
  max-height: 450px;
  overflow: scroll;
  display: block;
  overflow-x: scroll;
}

/* .select-sencillo,
option {
  background: rgba(60,60,60);
  font-family: Lato, sans-serif;
  color: white;
  font-size: 1rem;
  font-weight: 400;
  box-sizing: border-box;
  border-radius: .375rem;
  border: 1px solid #c1e500;
  padding: .375rem .75rem;
  line-height: 1.5;
} */

.input-pintura:focus {
  outline: 0;
  box-shadow: 0 0 0 .35rem rgba(57,137,75,0.25);
  border: 1px solid rgb(57,137,75);
}

.input-pintura {
  border: 1px solid #c1e500;
  max-width: 80px;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 1rem;
  font-weight: 400;
  box-sizing: border-box;
  border-radius: .375rem;
  padding: .375rem .75rem;
  line-height: 1.5;
  background-color: rgb(60,60,60,0); /* Cambia el color de fondo del input */
  caret-color: rgb(60,60,60,0); /* Establece el color del cursor igual al color de fondo */
  /* background-image: url('https://www.svgrepo.com/show/3363/scroll.svg');  */
  /* background-image: url('assets/img/utilidades/arrows.png');  */
  background-image: url('../img/utilidades/arrows-c.png');
  background-repeat: no-repeat; /* Evita que se repita la imagen */
  background-position: right center; /* Alinea la imagen a la derecha del input */
  background-size: auto 20px;
  text-align: center; /* Alinea el texto al centro */
}

.xcomprobar {
  color: #f1c40f;
}