body {
  font-family: 'Lato', sans-serif;
  color: #4e5054;
}

.bg-gradient-lafinca-grey {
  background-color: #4E5054;
  background-image: linear-gradient(180deg, #4E5054 10%, #5c5f64 100%);
  background-size: cover;
}

h1,
h2,
h3,
h4,
h5 {
  color: #b7006a;
}

.subtitle-lf {
  color: #858890;
  font-weight: 600;
}

.table {
  color: #4e5054;
}

.btn,
.card,
.form-control,
.modal-content,
.custom-file-inpu,
.custom-file-label {
  border-radius: 0%;
}

.badge {
  font-size: 80%;
  font-weight: 500;
  padding: .3em .5em;
}

.badge i {
  font-size: 105%;
  font-weight: 900;
  margin-right: 3px;
}

.alert-lf {
  position: absolute;
  top: 90px;
  right: 20px;
  width: 30%;
  border-radius: 0px;
  z-index: 1000;
  box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.46);
  -webkit-box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.46);
}

.text-300 {
  font-weight: 300;
}

.copyright span {
  font-size: small;
  font-weight: 300;
}

.form-check-input {
  width: 1.1em;
  height: 1.1em;
  border: solid 1px #5e6063 !important;
  border-radius: 0% !important;

}

.form-check-input:checked {
  background-color: #b7006a !important;
  border-color: #b7006a !important;
  color: #fff !important;
}
.form-check-label {
  margin-left: 5px;
}

.table-lista {
  font-size: .9rem;
  line-height: normal;
}

.table-lista .text-8-7 {
  font-size: .8rem;
  line-height: normal;
}

/* ESTILOS BOTONES LAFINCA */

.btn-lafinca {
  color: #fff;
  background-color: #b7006a;
  border-color: #b7006a;

}

.btn-lafinca:hover {
  color: #fff;
  background-color: #900053;
  border-color: #b7006a;

}

.btn-lafinca:active {
  color: #fff;
  background-color: #900053 !important;
  border-color: #900053 !important;

}

.btn-lafinca2 {
  color: #fff;
  background-color: #de0081;
  border-color: #de0081;

}

.btn-lafinca2:hover {
  color: #fff;
  background-color: #cb0075;
  border-color: #cb0075;

}

.btn-lafinca2:active {
  color: #fff;
  background-color: #cb0075 !important;
  border-color: #cb0075 !important;

}

.btn-outline-lafinca {
  color: #686a6d;
  background-color: #fff;
  border-color: #999b9e;

}

.btn-outline-lafinca:hover {
  color: #fff;
  background-color: #7b7d81;
  border-color: #4a4f54;

}

.btn-outline-lafinca:active {
  color: #fff;
  background-color: #7b7d81 !important;
  border-color: #4a4f54 !important;

}




/* ESTILOS PARA ALINEACIÃ“N DE TABLAS */

/*.table-lista tbody tr:nth-of-type(odd) {
  background-color: #f8f9fc !important;
}

.table-lista tr:nth-child(even)>td {
  background-color: #fff;
} */

.table-lista td,
.table-lista th {
  text-align: center !important;
  /*padding-top: 10px !important;
  padding-bottom: 10px !important;*/
  padding-right: 30px !important;
}

.table-lista th {
  vertical-align: middle !important;
}

.table-lista th:first-child {
  text-align: left !important;
}

.table-lista td:first-child {
  text-align: left !important;
}

.table-lista tr:hover td {
  color: #000;
  background: #f5f6fa !important;
}

.table-lista td {
  font-weight: 300;
}

.table-lista th {
  font-weight: 400;
}

.table-lista a {
  margin-right: 1px;
  margin-bottom: 2px;
}

@media (max-width: 768px) {

  .alert-lf {

    width: 50%;


  }
}

@media (max-width: 575px) {
  .table-lista {
    font-size: .85rem;
  }

  .alert-lf {

    width: 90%;


  }
}



/* fin ESTILOS PARA ALINEACIÃ“N DE TABLAS */

.col-acc-2 {
  width: 110px !important;
}

/* ESTILOS PAGINACIÃ“N DATATABLE */

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #b7006a;
  border-color: #b7006a;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #b7006a;
  background-color: #fff;
  border: 1px solid #dddfeb;
}

.bg-login-image {
  background-image: url(img/foto-login.jpg);
  background-position: center;
  background-size: cover
}

/* estilos 9 mayo 2024 rbn */

.p-small {
  font-size: .85rem;
  line-height: normal;
}

.btn-xs {
  padding: .10rem .5rem;
  font-size: .75rem;
  line-height: 1.5;
}

.btn-block+.btn-block {
  margin-top: .25rem;
}



.table th, .table td {
  width: auto !important;
  padding: 10px !important;
} 