body {
  font-family: 'Open Sans', sans-serif;
  color: #444444;
}
span {
  color: white;
}

.btn-sicerrar {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1.85rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#documento .card-body {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 20px 10px 25px 10px;
  position: relative;
}
#documento form {
  height: 22px;
  margin: 0;
  top: 0px;
  right: 9px;
  font-size: 15px;
}

.filtrofecha input {
  height: 32px;
  padding: 0px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.card-body .filtrofecha {
  background-color: white;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 9px;
  top: 5px;
}
.card-body .fecha1 {
  display: flex;
  margin: 2px;
}
.card-body .fecha2 {
  display: flex;
  margin: 2px;
}
.fecha1 p {
  margin: 0px 0px;
  padding-top: 4px;
}
.fecha2 p {
  margin: 0px 0px;
  padding-right: 4px;
  padding-top: 4px;
}
.fecha1 button {
  background-color: #06694c;
  padding: 0px 5px 0px 5px;
  border-radius: 5px;
  color: white;
}
.fecha2 button {
  background-color: #09755e;
  padding: 0px 5px 0px 5px;
  border-radius: 5px;
  color: white;
}

#documento .container_accion {
  width: 100%;
  padding: 0px 4px;
  margin-right: auto;
  margin-left: auto;
}
button {
  background-color: transparent;
  margin: 0em;
  padding: 1px 1px;
  border: none;
}
.fa-square-xmark,
.fa-square-pen,
.fa-eye {
  font-size: 25px;
  color: #063326;
}
#documento .containerdocumento {
  padding: 20px;
}
.participantes .section-title {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 0px;
  margin: 0;
  position: relative;
}
.section-title .reporte {
  padding: auto;
  position: absolute;
  right: 30px;
  bottom: 0px;
}
.reporte button {
  color: white;
  padding: 7px 10px;
  font-size: 15px;
  cursor: pointer;
  font-weight: bold;
  background-color: #05968a;
  border-radius: 6px;
}

.reporte button:hover {
  background-color: #000000;
}
.participantes .section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-bottom: 5px;
  position: relative;
}

.participantes .bg-light {
  background-color: #9198998c !important;
}

.participantes .sorting_disabled {
  padding: 2px;
}

#tododocumento .sorting_disabled {
  padding: 2px;
  font-size: 14px;
}
#tododocumento section {
  padding: 0;
  overflow: hidden;
  position: relative;
}
#tododocumento .bg-light {
  background-color: #9198998c !important;
}
#tododocumento {
  width: 100%;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0 30px rgb(174 174 175 / 60%);
}

#tododocumento .padding {
  padding: 0;
}

#actualizar label {
  display: inline-block;
  margin-bottom: 0.4rem;
  font: 1em sans-serif;
}
#actualizar .modal-header {
  padding: 5px;
  background: #069683; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #05968a,
    #0c867c
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #057575,
    #058f78
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

#actualizar .modal-header .close {
  padding: 0;
  margin: 10px 15px 0px 10px;
}

#actualizar .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#actualizar .modal-footer {
  padding: 20px 0px 0px 0px;
}

#actualizar .btn-info {
  color: #fff;
  background-color: #0b7b71;
  border-color: #0b7b71;
}

#ver_registro .btn-info {
  color: #fff;
  background-color: #0b7b71;
  border-color: #0b7b71;
}
#ver_registro .tabletr {
  background-color: white;
}

#ventanaModal label {
  display: inline-block;
  margin-bottom: 0.4rem;
  font: 1em sans-serif;
}
#ventanaModal .modal-header {
  padding: 5px;
  background: #069683; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #05968a,
    #0c867c
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #057575,
    #058f78
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

#ventanaModal .modal-header .close {
  padding: 0;
  margin: 10px 15px 0px 10px;
}

#ventanaModal .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#ventanaModal .modal-footer {
  padding: 20px 0px 0px 0px;
}

#ventanaModal .btn-info {
  color: #fff;
  background-color: #0b7b71;
  border-color: #0b7b71;
}
#ver_registro .modal-footer {
  padding: 20px 0px 0px 0px;
}

#ver_registro thead {
  background: linear-gradient( to right, #057575, #058f78 );
  font-size: 14px;
  color: white;
}
#ver_registro tbody {
  font-size: 12px;
}
#example_length {
  float: left;
  margin-left: 10px;
}
#example_filter {
  margin-right: 10px;
}

#modalformulario .btn-close {
  padding: 0;
  margin: 7px 15px 0px 10px;
}
#modalformulario .modal-header {
  padding: 10px 0px 0px 35px;
  color: white;
  background: #069683; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #05968a,
    #0c867c
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #057575,
    #058f78
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

#modalformulario .modal-contentt {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background: #ece9e6; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #ffffff,
    #ece9e6
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #ffffff,
    #ece9e6
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  outline: 0;
  box-shadow: 0 0 30px rgba(95, 96, 97, 0.6);
  box-shadow: 0 0 30px rgba(5, 58, 45, 0.6);
}

.modalformulario .modal-body {
  padding: 0px 35px 0px 35px;
}
.modalformulario .modal-footer {
  padding: 1px 15px 0px 15px;
}
.modalformulario .form-control,
.form-select {
  display: block;
  width: 100%;
  height: 32px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.modalformulario .modal-header {
  font-weight: bold;
}
.modalformulario label {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 10px;
  font: 1em sans-serif;
}
.modalformulario .btn-success {
  color: #fff;
  background-color: #14837a;
  border-color: #117970;
}


#actualizar #afile{
  border: none;
  padding: 2px 0px;
}

#actualizar #file{
  border: 1px solid #bdbebe;
}
