
/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 100%;
  min-height: 100vh;
  background: #c850c0;
  background: -webkit-linear-gradient(45deg, #4158d0, #c850c0);
  background: -o-linear-gradient(45deg, #4158d0, #c850c0);
  background: -moz-linear-gradient(45deg, #4158d0, #c850c0);
  background: linear-gradient(45deg, #4158d0, #c850c0);

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px;
}

.wrap-table100 {
 /* width: 1170px; */
 width: 100%;
}

.tabler {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.tabler caption {
  caption-side: top;
}
.tabler * {
  position: relative;
}
.tabler td, .tabler th {
  padding-left: 8px;
}
.tabler thead tr {
  height: 30px;
  background: #36304a;
}
.tabler tbody tr {
  height: 50px;
}
.tabler tbody tr:last-child {
  border: 0;
}
.tabler td, .tabler th {
  text-align: left;
}
.tabler td.l, .tabler th.l {
  text-align: right;
}
.tabler td.c, .tabler th.c {
  text-align: center;
}
.tabler td.r, .tabler th.r {
  text-align: center;
}


.table100-head th{
  font-family: Roboto,sans-serif;
  /*font-size: 18px;*/
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
}

.tabler tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

.tabler tbody tr {
  font-family: Roboto,sans-serif;
  /*font-size: 15px;*/
  color: #808080;
  line-height: 1.2;
  font-weight: unset;
}

.tabler tbody tr:hover {
  color: #555555;
  background-color: #f5f5f5;
  cursor: pointer;
}

.column1 {
  /*width: 260px;*/
  padding-left: 40px;
}

.column2 {
 /* width: 160px;*/
}

.column3 {
  /*width: 245px;*/
}

.column4 {
  /*width: 110px;*/
  text-align: right;
}

.column5 {
  /*width: 170px;*/
  text-align: right;
}

.column6 {
 /* width: 222px;*/
  text-align: right;
 /* padding-right: 62px;*/
}


@media screen and (max-width: 992px) {
  .tabler {
    display: block;
  }
  .tabler > *, .tabler tr, .tabler td, .tabler th {
    display: block;
  }
  .tabler thead {
    display: none;
  }
  .tabler tbody tr {
    height: auto;
    padding: 37px 0;
  }
  .tabler tbody tr td {
    padding-left: 40% !important;
    margin-bottom: 5px;
  }
  .tabler tbody tr td:last-child {
    margin-bottom: 0;
  }
  .tabler tbody tr td:before {
    font-family: Roboto,sans-serif;
    /*font-size: 14px;*/
    color: #999999;
    line-height: 1.2;
    font-weight: unset;
    position: absolute;
    width: 40%;
    left: 30px;
    top: 0;
  }
  .tabler tbody tr td:nth-child(1):before {
    content: "Tipo Mto.";
  }
  .tabler tbody tr td:nth-child(2):before {
    content: "Número";
  }
  .tabler tbody tr td:nth-child(3):before {
    content: "Fecha";
  }
  .tabler tbody tr td:nth-child(4):before {
    content: "Código";
  }
  .tabler tbody tr td:nth-child(5):before {
    content: "Nombre";
  }
  .tabler tbody tr td:nth-child(6):before {
    content: "Unidades";
  }
  .tabler tbody tr td:nth-child(7):before {
    content: "Precio";
  }
  .tabler tbody tr td:nth-child(8):before {
    content: "Descuento";
  }
  .tabler tbody tr td:nth-child(9):before {
    content: "Neto";
  }
  .tabler tbody tr td:nth-child(10):before {
    content: "Neto Unidad";
  }
  .tabler tbody tr td:nth-child(11):before {
    content: "Días";
  }

  .column4,
  .column5,
  .column6 {
    text-align: left;
  }

  .column4,
  .column5,
  .column6,
  .column1,
  .column2,
  .column3 {
    width: 100%;
  }

  .tabler tbody tr {
   /* font-size: 14px; */
  }
}

@media (max-width: 576px) {
  .container-table100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}