html {
  font-size: 14px;
}

body {
  font-family: revert;
  /*font-size: 14px;*/
}

  body.Fondo {
    font-size: 14px;
  }

/*.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: revert;
  margin-bottom: revert;
  font-weight: inherit;
  line-height: revert;
}
*/

h1, h2, h3 {
  margin-top: revert;
  margin-bottom: revert;
  font-weight: inherit;
  line-height: revert;
}


legend {
  float: revert;
  width: revert;
  padding: revert;
  margin: revert;
  font-size: 1rem;
  line-height: revert;
}

fieldset {
  min-width: revert;
  padding: revert;
  margin: revert;
  margin-left: 0;
  margin-right: 0;
  border: revert;
}

button {
  border-radius: revert;
}

  button.bi-only {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.268rem;
    /*--bs-btn-font-family:;*/
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    /*font-family: var(--bs-btn-font-family);*/
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    text-align: center;
    text-decoration: none;
    vertical-align: unset;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

/*.btn-xs, .btn-group-xs > .btn {
  --bs-btn-padding-y: 0.15rem;
  --bs-btn-padding-x: 0.3rem;
  --bs-btn-font-size: 0.6rem;
  --bs-btn-border-radius: 0.12rem;
}
*/

.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-check-label {
  display: revert;
  font-size: 1rem;
  line-height: 1rem;
}

.form-label {
  font-size: 1rem;
  margin-bottom: unset;
}

.form-check-input[type=radio], .form-check-input[type=checkbox] {
  margin-top: 0.25em;
  vertical-align: top;
}

.input-group .form-check-input {
  margin-top: 0;
}

.reset-bs, .modal-dialog, .es-modal-dialog {
  /*font-size: 14px;*/
  line-height: 1.5;
}

#tabs input[type="radio"], #tabs input[type="checkbox"] {
  margin-top: 0;
  vertical-align: unset;
  margin-right: 0.5em;
}

/*a.btn.btn-primary:visited {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
*/

.badge-label {
  top: -0.8rem !important;
}

.blink {
  -webkit-animation: blink 1s step-end infinite;
  animation: blink 1s step-end infinite;
}

@-webkit-keyframes blink {
  50% {
    visibility: hidden;
  }
}

@keyframes blink {
  50% {
    visibility: hidden;
  }
}

.es-modal-dialog {
  position: relative;
  width: auto;
  margin-top: var(--bs-modal-margin);
  margin-right: var(--bs-modal-margin);
  margin-left: var(--bs-modal-margin);
  pointer-events: none;
  overflow-x: auto;
}

i.bi {
  font-size: 16px;
}

  i.bi.bi-question-circle-fill {
    color: #0099CC;
  }

    i.bi.bi-question-circle-fill:hover {
      color: #00779f;
    }

nav ul.pagination {
  margin-bottom: 0;
}

textarea[readonly]:focus {
  border: 1px solid #ced4da;
  box-shadow: none;
}

.table {
  margin-bottom: 0;
}

.table > :not(caption) > * > *:first-child {
  padding-left: 0;
}

.table > :not(caption) > * > *:last-child {
  padding-right: 0;
}

.wa-6 { /*width absolute*/
  width: 6em;
}

.ha-0 { /*height absolute*/
  height: 0
}