/* 

.not-set {
    color: #c55;
    font-style: italic;
}
*/

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  content: '';
  left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  margin: 4px 4px 2px 4px;
  background: transparent;
}

a.asc:after {
  border-bottom: solid 7px #fafafa;
  border-top-width: 0;
}

a.desc:after {
  border-top: solid 7px #fdfdfd;
  border-bottom-width: 0;
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

html,
body {
  height: 100%;
}

main {
  margin-top: 70px;
}

footer {
  font-size: .9em;
}

.grid-view {
  overflow-x: auto;
}

.bg-gradiente-azul-vertical {
  background: linear-gradient(to bottom, rgb(86, 100, 188), rgb(56, 70, 150));
}

.logo-login {
  display: block;
  margin: auto;
  width: 84px;
  height: 84px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../logo.png");
  border-width: 0.5px;
  background-size: cover;
}

.form-group {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.titulo-form {
  font-size: 1.5rem;
}

.help-block {
  color: var(--bs-warning-text-emphasis);
  font-size: 0.875em;
}

.ingreso-form button, .ingreso-programado-form button {
  margin-top: 23px;
}

@media (max-width: 576px) {
  .ingreso-form button {
    margin-top: 0;
  }
}