
#enviar-form{
  display: flex;
  flex-direction: column;
  width: 97%;
}
  
.oneInput {
    display: flex;
    flex: 1;
    flex-grow: 1;
    justify-content: start;
    margin: 8px 10px 14px 10px;
    flex-direction: column;
  }


.oneInput.coment {
  padding-bottom: 1rem;
}
.oneInput.correoe {
  width: 100%;
}

.inputForm.inputcorreo{
  width: 100%;
  background-color: white;
  border-radius: 20px;
  padding: 5px 5px 5px 20px !important;
}

.textg{
    font-weight: 400;
    margin-bottom: 8px;
    margin-left: 10px;
    color: white;
    font-size: 13px;
    width: 14rem;
    text-align:justify;
}


.labelForm {
    font-size: 14.4px;
    font-weight:600;
    margin-bottom: 8px;
    margin-left: 1rem;
}  

.row{
    display: flex;
    flex-direction: row;
    flex-grow: grow;
    /* min-width: 38rem; */
  }

  .bigrow{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .col{
    display: flex;
    flex-direction: column; 
  }
  .col.csecond{
    width: 22rem;
  }


  .comments{
    background-color: var(--input-color);
    color: var(--black-font);
    border: 1px solid transparent;
    font-size: 15px !important;
    resize: none;
    height: 7.5rem;
  }

  .inputForm{
    background-color: var(--input-color);
    color: var(--black-font);   
    border: 1px solid transparent;
    font-size: 15px !important; 
  }

  .inputForm:active, .inputForm:focus, .comments:active, .comments:focus {
    outline: none !important;
    border: 1px solid var(--input-border-color);
    box-shadow: 0 0 5px var(--input-border-color);
}


.buttonDesign.aa{
  margin-top: 1rem;
  height: 2rem;
  padding-top: 5px;
  width: 10rem;
  padding-left: 8px;
  text-align: center;
  margin-left: 4rem;
}

  
  input[type="checkbox"] {
    transform: scale(1.8);
    margin-right: 10px;
    margin-left: 11px;
  }
  
  .box.parametros{
    padding: 40px 3rem 40px 3rem!important;  
  
  }

  .box.comment{
    width: 20rem;
    margin-bottom: 2rem;
  }

  .box.tabla{
    padding: 0!important;
    box-shadow: 0px 0px 40px rgba(0, 0, 0,0.8);
    max-width:100%;
    width: 100%;
    flex: 1 1 60%;

  }


  table{
    display:flex;
    flex-direction: column;
    /* width: 1000px; */
    width: 100%;
    border-collapse: collapse;
    }
  
  table.historyTable.hidden{
    display: none;
  }

thead *{
  color: var(--purple-font);
  text-transform: uppercase;
  font-family: nexaBlack;
  letter-spacing:0.1em;
  /* font-size: 20px; */
  font-weight: 900;
}

/* .botones{
  margin-left: 2rem;
} */

.buttonDesign.semail{
margin-top: 1rem;
font-size: 1rem;
width: 10rem;
height: 2rem;
margin-bottom: 2rem;
align-self: center;
}


.box.envemail{
  padding: 40px 3rem 40px 3rem!important; 
  width: 20rem;
  
  background-color: #1F1D28;
}



thead ,tbody {
  border-bottom: 1px solid var(--grid-table-color);
  justify-content: center;
  vertical-align: middle;
}


th.select, 
td.select{
  display: flex;
  flex-basis: 10%;
  border-right: 1px solid var(--grid-table-color);
  justify-content: center !important;
}

hr{
  margin-bottom: 1rem;
  border-top: 3px solid white;
}


th.experiment, 
td.experiment{
  
  flex-basis: 50%;
  border-right: 1px solid var(--grid-table-color);
}
th.date, 
td.date{
  /* display:flex; */
  /* align-items: center; */
  flex-basis: 20%;
  border-right: 1px solid var(--grid-table-color);
}
th.time, 
td.time{
  /* display: flex; */
  flex-basis: 20%;
  /* align-items: center; */
}
th.select{
  border-right: none !important;

}

th, td {
  /* display: flex; problema*/
  height: 3.5rem;
}

th {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
tr{

  display: flex;
}
td {

  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;

}

td.experiment{
  padding-left: 20px;
  justify-content: left !important;
}
.pagination{
  height: 8vh;
  display: flex;
  flex-direction: row;
  justify-content: end;
  width: 100%;
  padding-right: 5%;
  align-items: center;
  gap: 10px;
}


li.page-item.disabled *{
  color:transparent;
  cursor:initial;
}

li.page-item{
  list-style-type: none; 
  cursor: pointer;
  color: #6d6788;
  user-select: none;
  font-size: 18px;
}

li.page-item.active *{
  color: black;
}

.popupDate{
  position: absolute;
  padding: 0px;
  background-color: white;
  border: 1px solid gray;
  z-index: 9999;
  width: auto;
  height: auto;
  border-radius: 13px;
  margin-left: -170px;
  display: none;
}
.popupTime{
  position: absolute;
  padding: 0px;
  background-color: white;
  border: 1px solid gray;
  z-index: 9999;
  width: auto;
  height: auto;
  border-radius: 13px;
  display: none;
  margin-left: -100px;
}


.popup-close {
  position: absolute;
  top: -1px;
  right: 4px;
  cursor: pointer;
  font-weight: bold;
}
.popup-closeTime {
  position: absolute;
  top: -1px;
  right: 4px;
  cursor: pointer;
  font-weight: bold;
}


.popup-content {
  background-color: white;
  padding: 15px;
  border-radius: 13px;
  text-align: center;
  position: relative;
}

.info-link {
  height: 1.2rem;
  text-decoration: none;
  cursor: pointer;
  margin-left: 1rem;
  margin-bottom: -0.1rem;
}

.info-par {
  max-height: 1.1rem;
  margin-left: 0.4rem;
  margin-bottom: -0.2rem;
}


.info-time {
  max-height: 1.3rem;
  margin-left: 1rem;
  margin-bottom: -0.1rem;
}
  
.titleConfig.titlereporte{
  margin-top: -1rem;
  color: #FFFF;
}

.sendP {
  width: 10rem;
  height: 2rem;
  font-size: 1rem;
  margin-top: 22px;
  align-self: center;
}

.dpdf {
  width: 8rem;
  height: 3rem;
  font-size: 1rem;
  margin-bottom: 2rem;
}

th, td{
  word-break: break-all;
}

thead.time{
  font-size: 20px;
}
thead.date{
  font-size: 18px;
}