body{
margin-left: 8px;
margin-right: 8px;
}

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{
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;	
}