
.page-wrap-test{
    margin:0 10px 0 10px ;
}

.vexsni_input_parametro_busqueda{
    border:2px solid #e5e5e5 !important;
    border-radius: 0px!important;
    padding:5px 15px !important;
    width: 90%;
    max-width: 700px !important;
    display: inline-block !important;
}


.vexsni_btn_buscar{
    background-color: #2D9C6A !important;
    color:white !important;
    text-align: center !important;
    padding: 5px 15px !important;
    display: inline-block !important;
    transition: all 0.5s;
    line-height:0 !important;
}

.vexsni_btn_buscar:Hover{
    background-color: #0589A4 !important;
}

.separador_filtros{
    margin-top: 5px;
}


.vex_label{
    font-weight: 600 !important;
    display: inline-block !important;
}

.vex_radio{
    margin-right:0px !important;
    margin-left: 15px !important;
}


.subtitulo_formulario{
}


.snibuscador-filtro{

}

.snibuscador-titulo{
   margin-bottom: 10px;
}


.contenedor-table-asociados{
    margin-top: 15px;
}

.table-asociados-total-rows{
    margin-bottom: 5px;
    font-size: 12px;
}

.table-asociados {
  border: none;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  font-size: 12px;
}

.table-asociados thead tr{
    font-weight: 600 !important;
    height: 40px;
}

.table-asociados thead th{
    text-align: center;
}


.table-asociados tr {
  border: none;
  padding: .35em;
}

.table-asociados th,
.table-asociados td {
  padding: .5em;
}

.table-asociados th {
  letter-spacing: .1em;
  text-transform: uppercase;
}


@media screen and (min-width: 1200px) {

    .col-num{
        width: 40px;
        text-align: center;
    }

    .col-nombre{
        padding-left: 5px !important;
    }

    .col-email{
        padding-right: 5px !important;
    }

    .col-telefono{
        width: 100px;
        text-align: center;
    }

    .col-email{
        width: 180px;
        text-align: center;
    }

    .col-web{
        width: 180px;
        text-align: center;
    }

    .table-asociados tbody tr:Hover{
        background-color: #f2f2f2;
    }

}

@media screen and (max-width: 600px) {

  .table-asociados {
    border: 0;
  }

  .subtitulo_formulario{
    display: block;
  }

  .table-asociados thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .table-asociados tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  .table-asociados td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
  }

  .table-asociados 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;
    text-transform: uppercase;
  }

  .table-asociados td:last-child {
    border-bottom: 0;
  }

}
