#app-logo {
	float: left;
	background-image: url(../logo/logo-dark-bg.png) !important;
	background-size: 184px 24px;
	width: 184px;
	height: 24px;
}

.lex #app-logo {
	background-size: 195px 24px;
	width: 195px;
}

.brewing #app-logo {
	background-size: 252px 36px;
	width: 252px;
	height: 36px;
	margin-top: -6px;
}

.isacuve #app-logo {
	background-size: 182px 24px;
	width: 182px;
}

/* Para dejar alineados los círculos de avisos con el resto de textos
no puedo usar la line-height por defecto, hay que usar un poco más */
#app-header {
	line-height: 24px;
}

#errores-registros-label, 
#advertencias-registros-label, 
#infos-registros-label,
#fecha-bloqueo-label,
#fecha-bloqueo-icon,
#reconfirmando-icon
{
	float: right;
}

#reconfirmando-icon button
{
	background: transparent;
	padding: 0px;
	margin-left: 4px;
}

.field label id {
	font-weight: bold;
	color: rgba(0, 0, 0, 0.50);
	float: right;
}

.x-form-label-top label.x-form-item-label id {
 	float: none;
    margin-left: 4px;
}

.x-grid3-header id, .ui.checkbox id {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.50);
    padding: 1px;
    margin-left: 4px;
    float: unset;
}

label.x-form-item-label span, input.x-form-field span {
    max-width: 125px;
    float: left;
}

.x-form-label-top label.x-form-item-label span {
    max-width: 100%;
}

id idtype {
    font-weight: normal;
    font-size: 8px;
    color: black;
    margin-left: 5px;
    vertical-align: text-top;
}

id idtypetooltip {
    font-weight: normal;
    font-size: 9px;
    margin-left: 4px;
    vertical-align: text-top;
}

.helper-text id {
    display: none;
}

/* Interfaz gráfica */

.ig .x-panel-body {
	background: #fff
}

.ig .x-window-header {
	font-size: 0.6em;
	padding-left: 0.8em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}

.color-icon {
	border: 1px solid rgba(34, 36, 38, 0.15);
	width: 1em;
	height: 1em;
	margin-right: 0.571428571em;
	display: inline-block;
	vertical-align: text-top;
}

.x-grid3-cell .color-icon {
    margin-right: 0px;
}

.alerta-silicie {
	cursor: pointer;
	border-radius: 4px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: yellow;
    color: black;
	float: right;
}

#app-header .con-margen-izquierdo {
	margin-left: 1em;
}

.news-list figure {
	display: none;
}

/* Nuevas reglas para las imágenes del logo-light de la pantalla de Cargando aplicación... */

img.app-logo {
	background-size: 195px 24px;
	width: 195px;
	height: 24px;
	margin-bottom: 6px;
}

.brewing img.app-logo {
	background-size: 256px 36px;
	width: 256px;
	height: 36px;
	margin-bottom: 0px;
	margin-top: -7px;
}

.isacuve img.app-logo {
	background-size: 182px 24px;
	width: 182px;
}

.graugriell img.app-logo {
	background-size: 184px 24px;
	width: 184px;
}
