input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.select2-container {

  float: left !important;
}

.span_response{
  float: right !important;
}

.p_response{
  width: 80% !important;
  text-align: initial;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.modal-contenido {
  background-color: white;
  width: 80%;
  padding: 10px 20px;
  margin: 5% auto;
  position: relative;
}

.th_response{
  width: 50%;
}

.modal {
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 1s;
}

#miModal:target {
  opacity: 1;
  pointer-events: auto;
}

.error_operation {
  display:none;
}

@media only screen and (max-width: 600px) {
  .modal-contenido {
    width: 100%;
  }
}