/* Fix link printing */
@media print {
  a[href]:after {
    content: none !important;
  }
}

body{
}

body.login{
background-color: #D9D9D9;
}

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

.navbar{
margin-top: 15px;
}

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

.separabot{
margin-bottom: 20px;
}

.separatop{
margin-top: 20px;
}

.texto{
}
.numero{
text-align: right;
white-space: nowrap;
}
.importe{
text-align: right;
white-space: nowrap;
}
.importe-negativo{
color: RED;
white-space: nowrap;
}
.fecha{
text-align: center;
white-space: nowrap;
}
.descri{
font-size: 0.9em;
font-style: italic;
}
.minidescri{
font-size: 0.8em;
font-style: italic;
}
.accion{
text-align: center;
}

/* 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;
}

/* Para typeahead que viene sin estilos y estos estan tomados y adaptados de examples */

/* 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;
}

.gist {
  font-size: 14px;
}

.debug{
border: 1px solid red;
}

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

.saldo{
font-size: 28px;
font-weight: bold;
}

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

.seistolink{
color: inherit;
text-decoration: none;
}