/* INICIO estilos Directorio - Proveedores Registrados */

/* estilo banner */
.bg-banner-prov-directorio {
  background-image: url(images/baner-directorio-proveedores-registrados.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0px;
}

.prov-banner-container-dir {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.left-baner-content-dir {
  width: 30%;
}

.search-container-prov-dir {
  width: 60%;
  display: flex;
  flex-direction: column;

  align-items: center;
}

.search-container-prov-dir h1 {
  position: unset;
  color: #3a3a3a !important;
  font-size: 24px;
  font-weight: bold;
}

.search-container-prov-dir p {
  text-align: center;
  font-size: 16px !important;
  font-weight: 500;
}

.right-baner-content-dir {
  width: 30%;
  text-align: center;
}

.right-baner-content-dir img {
  position: unset !important;
  max-width: 65%;
  height: auto;
  width: auto;
}

.search-prov-dir {
  width: 80%;
}

.search-prov-dir .input-group {
  background-color: #f5f5f5;
  border-top-right-radius: 21px;
  border-top-left-radius: 21px;
  border-bottom-right-radius: 21px;
  border-bottom-left-radius: 21px;
  width: 100%;
  border: solid #bcbcbc 1px;
  padding: 3px;
}

.search-prov-dir .input-group input {
  background-color: transparent;
  border: 0;
}

.search-prov-dir .input-group input:focus {
  background-color: transparent;
  border: 0;
}

.search-prov-dir .input-group .input-group-addon {
  width: 30%;
  border-right: 2px solid #bcbcbc;
  color: #bcbcbc;
  font-weight: 600;
  font-size: 16px;
}

.search-prov-dir .input-group .input-group-btn {
  width: 10%;
}

.search-prov-dir .input-group .input-group-btn a {
  background-color: #fcd040;
  border: solid black 0px;
  padding: 4px 18px;
}

.search-prov-dir .input-group .input-group-btn a:hover {
  background-color: #e7bf3c !important;
  border: solid black 0px !important;
  padding: 4px 18px;
  color: black !important;
}

.search-prov-dir .input-group .input-group-btn a i {
  font-size: 24px;
}

/* btn limpiar ver todos */
form#buscador_general-dir {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.input-group-btn-limpiar-dir {
  height: 42px;
}

.input-group-btn-limpiar-dir #limpiar_busquedas {
  background-image: url(images/limpiar-icono.png);
  background-size: 30px;
  background-repeat: no-repeat;
  border-top-right-radius: 21px;
  border-top-left-radius: 21px;
  border-bottom-right-radius: 21px;
  border-bottom-left-radius: 21px;
  height: 100%;
  border: solid #4a4a4a 2px;
  padding: 3px;
  min-width: 60px;

  background-position-x: center;
  background-position-y: center;
  background-color: transparent;
  margin-left: 15px;
}

.input-group-btn-limpiar-dir #limpiar_busquedas:hover {
  background-image: url(images/limpiar-icono.png);
  background-size: 30px;
  background-repeat: no-repeat;
  border-top-right-radius: 21px;
  border-top-left-radius: 21px;
  border-bottom-right-radius: 21px;
  border-bottom-left-radius: 21px;
  height: 100%;
  border: solid #4a4a4a 2px;
  padding: 3px;
  min-width: 60px;

  background-position-x: center;
  background-position-y: center;
  background-color: #f5f5f5;
}

.deshabilitar {
  pointer-events: none;
  cursor: default;
}

.deshabilitar i {
  color: gray;
}

.deshabilitar div {
  color: gray;
}

/* Inicio mensaje No se encontraron resiltados*/
.copy-no-resultados {
  color: #4a4a4a;
  font-size: 2em;
  width: 100%;
  text-align: center;
}
/* Fin mensaje No se encontraron resiltados*/

@media (max-width: 500px) {
  .bg-banner-prov-directorio {
    height: auto;
    padding-bottom: 10px;
  }

  .banner .form-control {
    width: auto !important;
    max-width: 33%;
    margin-right: 0px;
  }

  .prov-banner-container-dir {
    flex-direction: column;
    align-items: center;
  }

  .left-baner-content-dir {
    display: none;
  }

  .search-container-prov-dir {
    width: 100%;
  }

  .search-container-prov-dir p {
    padding: 0 39px;
    font-size: 14px !important;
  }

  .right-baner-content-dir {
    display: none;
  }

  .search-prov-dir {
    width: 85%;
  }

  .search-prov-dir .input-group .input-group-addon {
    width: 33%;
    font-size: 12px;
    padding: 10px 4px;
  }

  .search-prov-dir .input-group .input-group-btn {
    width: 33%;
    text-align: right;
  }

  #buscador_general-dir .input-group {
    display: flex;
    justify-content: space-between;
    width: 73%;
  }
  .input-group-btn-limpiar-dir #limpiar_busquedas {
    background-image: url(images/limpiar-icono.png);
    background-size: 30px;
    background-repeat: no-repeat;
    border-top-right-radius: 21px;
    border-top-left-radius: 21px;
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 21px;
    height: 100%;
    border: solid #4a4a4a 2px;
    padding: 3px;
    min-width: 60px;
    background-position-x: center;
    background-position-y: center;
    background-color: transparent;
    margin-left: 4px !important;
    margin-right: 10px;
  }
  form#buscador_general-dir {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-right: 10px;
  }

  .search-prov-dir .input-group .input-group-btn a {
    background-color: #fcd040;
    border: solid black 0px;
    padding: 4px 16px;
  }
}

@media (min-width: 501px) and (max-width: 767px) {
  .bg-banner-prov-directorio {
    height: auto;
    padding-bottom: 10px;
  }

  .prov-banner-container-dir {
    flex-direction: column;
    align-items: center;
  }

  .left-baner-content-dir {
    display: none;
  }

  .search-container-prov-dir {
    width: 100%;
  }

  .search-container-prov-dir p {
    padding: 0 39px;
    font-size: 14px !important;
  }

  .right-baner-content-dir {
    display: none;
  }

  .search-prov-dir {
    width: 90%;
  }

  .search-prov-dir .input-group .input-group-addon {
    width: 20%;

    font-size: 14px;
  }

  .search-prov-dir .input-group .input-group-btn {
    width: 10%;
  }
}

@media (min-width: 768px) and (max-width: 1077px) {
  .bg-banner-prov-directorio {
    height: auto;
    margin-top: 60px;
  }
  footer.sitio.dirProv {
    position: relative !important;
}
}

/* Fin estilo banner */

/* inicio estilos tabla directorio */
.table-prov-container {
  padding: 0 40px;
}

table#dev-table-m {
  border-spacing: 0 3px;
  border-collapse: separate;
  text-align: center;
}

#dev-table-m thead tr th {
  border: 0px !important;
  text-align: center;
  font-size: 1.2em !important;
  padding-bottom: 10px;
}

#dev-table-m tbody#tbl_directorio_prov tr td {
  background: transparent;
  border: 0px;
  padding: 5px 15px;
  min-height: 30px;
}

#dev-table-m tbody#tbl_directorio_prov tr td:first-child {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

#dev-table-m tbody#tbl_directorio_prov tr td:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.tbl-striped-dark {
  background-color: #e3e2e1;
}
.tbl-striped-light {
  background-color: #ececeb;
}

.info_row_prov_hidden {
  display: none;
}

.div-acciones-bs div row a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.div-acciones-bs div row a div {
  width: max-content;
  background: #fff;
  padding: 0 30px;
  margin: 0 15px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: -3px 3px #bfbaba;
  color: #3a3a3a;
}
.div-acciones-bs div row a.deshabilitar div {
  background: rgb(175 175 175);
  color: #5a5959;
}

@media screen and (max-width: 600px) {
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
    border-radius: 15px;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }

  table#dev-table-m td span {
    min-width: 50%;
    max-width: 50%;
    padding-left: 15px;
  }

  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    max-width: 50%;
  }

  table td.insignia::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    max-width: 100%;
  }

  table#dev-table-m td.insignia span {
    padding-left: 0px !important;
  }

  table td.url-web::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    max-width: 100%;
  }

  table td:last-child {
    border-bottom: 0;
  }

  .div-acciones-bs div row a {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* margin-top: 15px; */
    padding-top: 15px;
    text-decoration: none !important;
  }

  .table-prov-container {
    padding: 0 40px 0 40px;
  }
}

/* fin estilos tabla directorio */

/* Inicio estilo insignia membresias */
.insignia {
  width: 62px;
}
/* Fin estilo insignia membresias */

/*estilos boton con mundo adentro*/
.txtImg-prov {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;

  padding: 3px 15px !important;
}

.txtImg-prov img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.txtImg-prov p {
  margin-bottom: 0px;
}
.div-acciones-bs div row{
display: flex;
justify-content: center;
}
.deshabilitar.btnActiveStore img {
  filter: grayscale(1) brightness(0.5);
}

@media  (min-width:319px) and (max-width:499px){
.div-acciones-bs div row {
  display: flex;
  width: 100%;
}
.div-acciones-bs div row a div {
  background: #fff;
  padding: 0 30px;
  margin: 0 2px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: -3px 3px #bfbaba;
  color: #3a3a3a;
  width: 100%;
}
.txtImg-prov {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 3px 10px !important;
  justify-content: center;
}
}

/* FIN estilos Directorio - Proveedores Registrados */


@media screen and (min-width:601px) and (max-width:991px){

  .div-acciones-bs div row a div {
    background: #fff;
    padding: 0 30px;
    margin: 0 0px !important;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: -3px 3px #bfbaba;
    color: #3a3a3a;
  }

  .txtImg-prov {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 3px 7px !important;
  }

  .txtImg-prov p {
    margin-bottom: 0px;
    font-size: 10px;
  }
}

.bggray3 {
  background: #f5f5f5;
  padding-bottom: 70px;
  min-height: calc(100vh - 269px) !important;
}

.message_not_results {
  color: #4a4a4a;
    font-size: 2em;
    width: 100%;
    text-align: center;
}