:root {
  --bs-breadcrumb-font-size: 0.85em;
  --bs-breadcrumb-bg: #101030;
  --bs-breadcrumb-divider: "❭";
  --bs-breadcrumb-divider-color: #A2A2BB;
  --font-size-base: 16px;
  --color-subtitulo: #8C8C8C;
}


.atenuado {
  color: #666666;
  font-size: 95%;
}

.bi-exclamation-diamond {
  color: red;
  }

#header {
  display: flex;
  margin-bottom: 2px;
  border: 0px solid red;
  min-height: 80px;
  justify-content: space-between;
  background-color: white;
  align-items: flex-start;
  padding: 0;
  margin-bottom: 0;
  }

#pie {
  line-height: 22px;
}

.titulo {
  text-align: right;
  font-size: 105%;
  font-weight: 700;
}

.subtitulo {
  text-align: right;
  font-size: 90%;
  font-weight: normal;
  color: var(--color-subtitulo);
  content: var(--color-subtitulo);
}


#logo {
  border: 0px dashed red;
  max-width: 152px;
  max-height: 80px;
  }

#top-menu {
  text-align: right;
  font-size: 0.9em;
  color: #535353;
  margin-top: 5px;
  margin-right: 5px;
  padding-top: 2px;
  padding-bottom: 0px;
  margin-bottom: 0;
}

#top-menu a {
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: silver;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-left: 0;
  margin-right: 0;
}

#top-menu a:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

#top-menu a:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

#top-menu a:hover {
  background-color: grey;
  color: white!important;
  text-decoration: underline!important;
  }

#top-menu a {
  color: #282828;
  text-decoration: none;
  }

#top-menu ul {
  list-style-type: none;
  }

#breadcrumbs {
  padding-left: 1rem;
  background-color: #262626;
  color: white;
}

#breadcrumbs a {
  color: white;
  text-decoration: none;
  }

img.card-top-logo {
  vertical-align: middle;
  border-style: none;
  height: 128px;
  width: 128px;
  }

.just-for-print {
  display: None;
}

#navbar {
  background-color: white;
  margin-bottom: 1ex;
}

#content {
  background-color: #E9E9E9;
  padding-top: 20px;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.right-float-menu {
  border: 2px solid #1C6EA4;
  border-radius: 8px 0px 0px 8px;
  position: fixed;
  top: 150px;
  z-index: 1000;
  right: -2px;
  width: 220px;
  background-color: #f2f2f2;*/
  padding: 10px;
  overflow-y: auto;
}

.right-float-menu > .sidebar-title {
  text-align: center;
  background-color: #C2C2C2;
}

.right-float-menu > .sidebar-menu {
  list-style: none;
  margin-left: 0;
  padding-right: 1em;
  text-indent: -1em;
}

.bool-on {
  font-weight: bolder;
  }

.bool-off {
  color: #A0A0A0;
  font-weight: normal;
  }

.dir3 {
  font-family: monospace,courier;
  background-color: white;
  padding: 4px;
  border-radius: 0.4em;
  font-size: 90%;
}

.dir3::before {
  content: "DIR3 ";
  color: gray;
}

.enlace-externo {
  text-decoration: none;
}

.enlace-externo:hover {
  text-decoration: underline;
}

.enlace-externo::before {
  content: "➚"
}

.commands {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: right;
  text-align: right;
  /*border: 1px dotted red;*/
  /*background-color: pink;*/
}

.commands > button {

}

.tema {
  background-color: #0d6efd;
  color: #fff !important;
  padding-top: 0.35em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0.35em;
  font-size: 0.75em;
  font-weight: 700;
  border-radius: 1em;
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.tema a {
  color: #fff !important;
  text-decoration: none!important;
}

.sistema-codigo {
  text-align: right;
  font-size: 125%;
  font-weight: bolder;
  margin: 2px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 2px;
  border-radius: 3px;
  border: 2px solid #9A9A9A00;
  text-decoration: none;
  }

.sistema-codigo:hover {
  border: 2px solid #9A9A9AFF;
  }

.sistema-nombre {
  text-align: right;
  font-size: 110%;
  color: #303030;
  font-weight: normal;
  margin-top: 0;
  padding-top: 0;
  border: 0px dashed green;
}



.clave-externa {
  font-size: 85%;
  padding: 2px;
  font-family: monospace;
  color: #303030;
  border: 1px solid silver;
  }


.campo {
  padding: 4px;
  font-family: monospace;
  color: #303030;
}

.clave-primaria {
  font-weight: bolder;
  border-bottom: 1px solid #303030;
}

.clave-foranea {
  border-bottom: 1px dashed #303030;
}

.card-organismo {
  font-size: 80%;
  color: #606060;
}

.card-organismo a {
  text-decoration: none;
  color: #606060;
}

.card-organismo a:hover {
  text-decoration: underline;
  color: #6060A0;
}

.chart-marco {
  width: 100%;
  min-height: 340px;
  max-height: 540px;
  padding-right: 8%;
  padding-left: 8%;
  border: 1px dotted silver;
}

a.email {
  font-family: monospace;
  text-decoration: none;
}

a.email:hover {
  text-decoration: underline;
}


.lista_errores, .form-errors {
  color: #aa4400;
  font-weight: bolder;
  font-size: 110%;
}

.color-red {
  color: #aa4400;
}

.color-grey {
  color: #334455;
}

.color-green {
  border: 1px solid #00B894;
  color: #16A085;
  background-color: #A9DFBF;
  padding-top: 1px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 1px;
  border-radius: 2.5px;
  text-decoration: None;
  font-weight: bolder;
}
