.custom-container {
  padding: 0px;
}

.custom-ibox-content {
  padding: 15px 10px 20px 10px !important;
}

.form-group {
    margin-bottom: 0.5rem;
}

@media (min-width: 1300px) {
    .custom-container {
      max-width: 1300px !important;
    }
  }
  /* CUANDO ES MÁS QUE 576PX*/
@media (min-width: 576px) {
  .custom-pedidos-productos > tbody > tr > td {
    font-size: 0.9em !important;
    border: none !important;
    padding: 3px 15px 3px 10px !important;
  }
  .custom-liquidaciones > tbody > tr > td {
    font-size: 0.9em !important;
    border: none !important;
    padding: 3px 15px 3px 10px !important;
  }
  .custom-container {
    padding: 15px;
  }
  .custom-ibox-content {
    padding: 15px 20px 20px 20px !important;
  }
}



  .custom-wrapper {
    padding: 0px 0px 30px 0px !important;
  }
  .custom-logo{
    background-color: initial !important;
    padding-bottom: 5px !important;
  }
  .custom-logo-mobile{
    background-color: initial !important;
    padding: 10px 15px 10px 10px !important;
  }
  .custom-banner {
    margin-bottom: 25px;
  }
  .custom-banner img {
    width: 100%;
  }
  /* Mobile */
  
  @media (max-width: 576px) {
    /* .hidden-mobile {
        display: none !important;
    } */
    #_listado_familias {
      display: none;
    }
}


/*DATATABLES*/
.custom-table {
  width: 100% !important;
}
.paginate_button {
  padding: 0px !important;
  margin: 0px !important;
  border: 0px !important;
}

.dataTables_paginate {
  float: right !important;
}

.product-imitation, .image-imitation {padding: 0px !important}


.total-producto {font-size: 1.8em; font-weight: bold; text-align: center;}

/* .carrito-linea-producto {border-bottom: 1px solid silver;} */

.touchspin {text-align: center;}

.custom-footer-carrito{
  z-index: 1000;
  position: sticky !important;
  bottom: 0 !important;
  /* background-color: red !important; */
  width: 100%;
  /* height: 100px; */
  display: block;
}

@media (min-width: 768px) {
  .custom-footer-carrito {
    display: none;
  }
}

.custom-pedidos-productos > tbody > tr > td {
  font-size: 0.8em;
  /* border: none; */
  padding: 3px 7px 3px 7px;
}

.custom-liquidaciones > tbody > tr > td {
  font-size: 0.8em;
  /* border: none; */
  padding: 3px 7px 3px 7px;
}


.footable-detail-row > td{
  padding-left: 0px !important;
}



.product-name {
  font-size: 1.1em;
}

.custom-producto-lista {
  color: inherit !important;
}
.custom-producto-lista:hover {
  color: #BB2D2D !important;
}

.label-presupuesto-aceptado, .badge-presupuesto-aceptado {
  background-color: #661ba3 !important;
  color: #FFFFFF !important;
}

.label-precio-solicitado, .badge-precio-solicitado {
  background-color: #de840d !important;
  color: #FFFFFF !important;
}

.label-entregado, .badge-entregado {
  background-color: #1BB394 !important;
  color: #FFFFFF !important;
}

.label-abierto, .badge-abierto {
  background-color: #1eba09 !important;
  color: #FFFFFF !important;
}


.btn-aviso {
  color: #fff;
  background-color: #399EE2;
  border-color: #45a0dd;
}

.btn-aviso:hover {
  color: #fff;
  background-color: #2C7AAF;
  border-color: #337bac;
}

.btn-aviso:focus, .btn-aviso.focus {
  box-shadow: 0 0 0 0.2rem rgba(44, 122, 175, 0.5);
}

.btn-aviso.disabled, .btn-aviso:disabled {
  color: #fff;
  background-color: #a7aaaa;
  border-color: #999b9b;
}

.btn-factura {
  color: #fff;
  background-color: #6FAF44;
  border-color: #73ad4c;
}

.btn-factura:hover {
  color: #fff;
  background-color: #68a340;
  border-color: #6ba147;
}

.btn-factura:focus, .btn-factura.focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 226, 88, 0.5);
}

.btn-factura.disabled, .btn-factura:disabled {
  color: #fff;
  background-color: #a7aaaa;
  border-color: #999b9b;
}



/* MENÚ DE LA BÚSQUEDA POR FAMILIAS */
.metismenu > .active > a{
  background-color: #0E1021 !important;
  color: #FFFFFF !important;
  border-top: 4px solid #BB2D2D;
}
.nav-second-level{
  background-color: #151E31 !important;
  color: rgb(39, 39, 39) !important;
}



.product-oferta{
    padding: 5px;
    position: absolute;
    left: 16px;
}

/* Cuando es más de 576*/
@media (min-width: 576px) {
.previsualizacion-dialog{
  width: 90%;
  max-width: 90%;
}
}
.previsualizacion-content {
  width: 100%;
}


.swal2-container {
  z-index: 3030 !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}


.footer {
  position: relative !important;
}

#_verFoto {
  z-index: 4040 !important;
  background-color: rgba(0, 0, 0, 0.822);
}
#_verFoto .modal-dialog {
  width: 100% !important;
  max-width: 100%;
  margin: 0px;
  /*background-color: transparent;*/
}
#_verFoto .modal-content {
  text-align: center;
  border: 0px;
  /*background-color: transparent;*/
}
#_verFoto .modal-body {
  text-align: center;
  padding: 0px;
  /*background-color: transparent;*/
}

#_fotoGrande{
  height: initial;
  max-height: initial;
  width: 100%;
  max-width: 100%;
}
/*Cuando es más de 576 PX*/
@media (min-width: 576px) {
  #_fotoGrande{
    height: 90%;
    max-height: 90%;
    width: initial;
    max-width: initial;
  }
  }