/* Don't print link hrefs */
@media print {
  a[href]:after {
    content: none
  }
}

body {
  margin-left: 8px;
  margin-right: 8px;
  padding-bottom: 20px;
}

div.login {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 5px;
}

/* Estilos nuevo menu */

@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

.navbar {
  margin-top: 60px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.07em;
}

.navbar a {
  color: #3d3d3d;
  padding: 10px 13px !important;
}

.logo {
  margin-top: 30px !important;
  height: auto !important;
  width: 160px;
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 10px;
}

.logologin {
  width: 60px;
}

.nav {
  padding-left: 0px;
}

.navbar-right {
  padding-left: 0px !important;
  border-radius: 5px;
}

.menuusername {
  font-size: 0.85em;
  padding-right: 0px;
}

.aplicaciones {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1em;
  margin-bottom: 30px;
}

.apps {
  margin-top: 40px;
  margin-bottom: 40px;
}

.full-height {
  height: 60vh;
  position: relative;
  margin-top: 100px;
}

.vcenter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.app-titulo {
  font-size: 3em;
  font-weight: bolder;
  font-style: italic;
  line-height: 0.75;
  color: #005e96;
  margin-top: 20px;
}

.app-subtitulo {
  font-size: 3em;
  font-weight: 100;
  font-style: italic;
  color: #005e96;
}

.app-espacio {
  margin-bottom: 20px;
}

.aplicaciones a {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1em;
  color: #3d3d3d;
}

@media only screen and (max-width: 600px) {
  .full-height {
    margin-top: 20px !important;
  }

  .aplicaciones img {
    width: 300px !important;
  }
}

/* Fin de estilos menu */

.logologin {
  width: 60px;
}

.error {
  font-style: italic;
  color: #E65A5A;
}

.separabot {
  margin-bottom: 20px;
}

.separatop {
  margin-top: 20px;
}

.texto {
  text-align: left;
}

.numero {
  text-align: right;
}

.numero-negativo {
  color: #FF3D3D;
}

.importe {
  text-align: right;
}

.fecha {
  text-align: center;
}

.descri {
  font-size: 0.9em;
  font-style: italic;
}

.minidescri {
  font-size: 0.8em;
  font-style: italic;
}

.accion {
  text-align: left;
  white-space: nowrap;
}

/* Para separar los iconos en celda de acciones en tablas */
span.accion {
  margin-right: 5px;
}

.imagencentrada {
  margin-left: auto;
  margin-right: auto;
}

.centrado {
  text-align: center;
}

div.indicador {
  border-radius: 20px;
  text-align: center;
  height: 160px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
}

div.indicadorMini {
  border-radius: 20px;
  text-align: center;
  height: 70px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
}

.indicadorNormal {
  border: 5px solid #A2B7D8;
  color: #A2B7D8;
}

.indicadorWarning {
  border: 5px solid #eea236;
  color: #eea236;
}

.indicadorNeutral {
  border: 5px solid #999;
  color: #999;
}

div.indicadorValor {
  padding-top: 15px;
  font-size: 42px;
}

div.indicadorValorMini {
  padding-top: 5px;
  font-size: 38px;
}

.indicadorDetalle {
  font-size: 14px;
  font-style: italic;
  color: #4D4D4D;
}

div.regcount {
  font-style: italic;
  font-size: 0.8em;
}

.menuusername {
  font-size: 12px;
}

.aclara {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 15px;
}

.aclarawarning {
  color: #f0ad4e;
}

.identificadorregistro {
  font-size: 22px;
  font-weight: bold;
}

.form-control-seistoreadonly {
  font-weight: bold;
  background-color: #E0E0E0;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.padded {
  padding: 10px;
}

/* Para fix de boostrap cuando trabajamos con labels para controles typeahead */
.form-inline .form-control {
  vertical-align: middle !important;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  text-align: left;
  position: relative;
  right: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
  padding: 5px 20px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.twitter-typeahead,
.tt-hint,
.tt-input,
.tt-menu {
  width: 100%;
}

/* End of Typeahead fixex */

.curreg {
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
}

.saldo {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
}

.nowrap {
  white-space: nowrap;
}

.seisto-input-file-placeholder {
  margin-top: 10px;
  margin-left: 10px;
  font-style: italic;
  font-size: 0.9em;
}

.field-helper {
  margin-top: 10px;
  margin-left: 10px;
  font-style: italic;
  font-size: 0.9em;
}