/*
    Document   : estilo.css
    Created on : 08-nov-2012, 17:44:30
    Author     : Administrador
    Description:
        Purpose of the stylesheet follows.
*/

:root {
	--control-color-borde: steelblue;
	--control-color-focus: rgba(40, 93, 152, 0.89);
    --control-color-hover: rgba(61, 132, 206, 0.8);
    --control-color-active: rgba(5, 108, 211, 0.89);
	--control-borde: 1px solid var(--control-color-borde);
	--control-borde-radio: 3px;

	--bt-border: var(--control-borde);
}

*:hover, *:active, *:focus {
    outline: 0;
}

body {
	font-family: Helvetica, Arial, serif;
    font-size: small;
}

html, body {
	min-height: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

button, input[type="text"], select {
	border: var(--control-borde);
    border-radius: var(--control-borde-radio);
    background-color: white;
}

input[type="text"] {
    border-radius: 0;
}

input[readonly] { background-color: #eee; }

button:focus, input[type="text"]:focus, select:focus {
	border-color: var(--control-color-focus);
	box-shadow: 0 0 3px 1px var(--control-color-focus);
}

button:hover { border: var(--bt-border); }

button:hover, input[type="text"]:hover, select:hover {
	border-color: var(--control-color-focus);
	box-shadow: 0 0 3px 1px rgba(61, 132, 206, 0.8);
}

button:active, input[type="text"]:active, select:active {
    box-shadow: none;
    border-color: var(--control-color-active);
}

#header, .division {
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 1em;
	margin: 0 !important;
}

.division {
	padding-bottom: 2em;
}

body {
	display: flex;
	flex-direction: column;
}

body > .contenido, #contenido {
	flex: 1;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	display: flex;
	flex-direction: column;
}

.menuVertical {
    list-style: none;
    padding: 0;
    min-width: 10em;
	margin: 0 1em 0 0;
	position: relative;
}
.menuVertical div {
    font-weight: bold;
    color:white;
    cursor: pointer;
	padding: 5px 2em 5px 5px;
	margin:0;
    background-color: #375d84;
    background-image: url("../img/arrowdown.gif");
	background-position: 96% center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #eff2f5;
}

@media (max-width: 680px) {
	.menuVertical div span {
		line-height: 2em;
	}
}

.menuVertical ul {
    list-style-type: none;
    display: none;
    background-color: #eff2f5;
    padding-left: 0;
    z-index: 1000;
}

.menuVertical ul li {
    font-weight: normal;
    cursor: auto;
    padding: 0.4em;
    line-height: 1.2em;
    color: #375d84;
    display:block;
    z-index: 1000;
}

@media (max-width: 680px) {
	.menuVertical ul li {
		line-height: 2em;
	}
}

.menuVertical ul li.seccionMenu {
    color: white;
    background-color: #375D84;
}

.menuVertical ul li:hover {
    background-color: #d6dfec;
    font-weight: normal;
    cursor: auto;
    padding: 0.4em;
    color: #375d84;
    display: block;
}

.menuVertical ul li.seccionMenu:hover {
    color: white;
    background-color: #375D84;
}

.menuVertical a {
    display: block;
    text-decoration: none;
    color: #375d84;
}

.mvmenuVertical ul li {
    font-weight: normal;
    cursor: auto;
    padding: 0.4em;
    color: #375d84;
    display:block;
    height: 2em;
}

.mvmenuVertical ul li:hover {
    background-color: #d6dfec;
    font-weight: normal;
    cursor: auto;
    padding: 0.4em;
    color: #375d84;
    display: block;
}

.mvmenuVertical a {
    display: block;
    text-decoration: none;
    color: #375d84;
    height: 100%;
    width: 100%;
}

h3.titulo_seccion {
    background-color: #EFF2F5;
    color: #375d84;
    padding: 0.5em;
}

table.tablaPrincipal {
    border-collapse: separate;
    border-spacing: 1px;
}

table.tablaPrincipal tr th {
    padding: 0.2em;
}

table.tablaPrincipal thead tr th {
    background-color: #369 !important;
    color: white;
}

table.dataTable.tablaConFiltros thead tr:not(:first-child) th/*.contenedorFiltroColumna*/ {
    background-color: white !important;
	color: black;
}

table.tablaPrincipal td {
    padding: 0.2em 1em !important;
	white-space: nowrap;
}

table.tablaPrincipal .mvtd {
    padding: 0.2em;
}

table.tablaPrincipal:not(.nostriped) tr.filaPar td,
table.tablaPrincipal:not(.nostriped) tr:nth-child(even) td,
table.striped tbody tr:nth-child(even) td {
    background-color: #d3e9ff;
}

table.tablaPrincipal:not(.nostriped) tr.filaImpar td,
table.tablaPrincipal:not(.nostriped) tr:nth-child(odd) td,
table.striped tbody tr:nth-child(odd) td
{
    background-color: #f9f9ff;
}

table.tablaElementoAlta thead th {
	padding: 0.4em 1em;
	background-color: #369;
	color: white !important;
	font-weight: bold !important;
}

table.dataTable.tablaElementoAlta thead tr th {
	padding: 0.4em 1em;
	background-color: #369;
}

table.tablaElementoAlta thead tr:last-child th.sorting {
	padding-right: 1.6em;
}

table.tablaElementoAlta tbody th,
table.tablaElementoAlta tbody td {
	padding: 0.4em .8em;
	white-space: nowrap;
}

.tablaElementoAlta td.columnaAccion {
	text-align: center;
	min-width: 20px;
	width: 20px;
	padding: .2em .6em;
}

.tablaElementoAlta td.columnaAccion button {
	border: none;
	background: none;
	padding: 0;
	cursor: pointer;
	text-align: center;
}

table.tablaElementoAlta span.estado-inactivo {
	color: #999;
}

table.dataTable .columnaAutonum {
	color: darkgray;
}

td.tablaElementoAltaComentario {
	width: 220px;
	max-width: 220px;
	min-width: 220px;
}

.altaPantalla {
	font-size: small;
	padding: .4em;
}

.altaPantalla button {
	border: 1px solid #336699;
	border-radius: 4px;
	padding: 0.4em 0.8em;
	cursor: pointer;
	background-color: white;
}

.altaPantalla button:hover, .altaPantalla button:focus {
	box-shadow: 0 0 3px 0 rgba(61, 132, 206, 0.8);
}

.altaPantalla button:active {
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.altaPantalla button:disabled {
	box-shadow: none;
	cursor: not-allowed;
	border-color: lightgrey;
}

.altaPantalla .contenedorBotones {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.altaPantalla .contenedorBotones button {
	margin: 0.2em;
	flex: 1 1 0;
}

.altaPantallaPanel {
	border-radius: 0;
	border: 1px solid lightgrey;
	padding: 0.8em 1em;
	box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 3px;
	margin-top: .4em;
	margin-bottom: .8em;
}

.altaPantallaGrid {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-column-gap: 2em;
	grid-row-gap: .6em;
	align-items: center;
}

.altaPantallaGrid.informaciones,
.altaPantallaGrid.alarmas {
	grid-template-columns: 1fr 1fr;
}

.altaPantallaGrid.operaciones,
.altaPantallaGrid.ordenes {
	grid-template-columns: auto 1fr;
}

.altaPantallaGrid .titulo {
	grid-column: 1 / 3;
	font-weight: bold;
	color: #555;
	font-size: .9em;
	font-variant: petite-caps;
	border-bottom: 1px solid lightblue;
}

.altaPantallaGrid.panelInformacionesGenerico {
	grid-template-columns: 1fr auto auto;
}

.altaPantallaGrid.panelInformacionesGenerico .titulo {
	grid-column: 1 / 4;
}

.altaPantallaGrid.panelInformacionesGenerico span.columna2a3 {
	grid-column: 2 / 4;
}

.altaPantallaGrid.panelInformacionesGenerico span.columna3 {
	margin-left: -1.6em;
}

.altaPantallaGrid.panelConsignasGenerico {
	grid-template-columns: 1fr auto auto auto;
}

.altaPantallaGrid.panelConsignasGenerico .titulo {
	grid-column: 1 / 5;
}

.altaPantallaGrid.panelConsignasGenerico span.columna2 {
	display: flex;
}

.altaPantallaGrid.panelConsignasGenerico span.columna3 {
	margin-left: -1.6em;
}

.altaPantallaGrid.panelConsignasGenerico span.columna4 {
	margin-left: -1.2em;
}

.altaPantallaGrid.panelConsignasGenerico span.columna2 input,
.altaPantallaGrid.panelConsignasGenerico span.columna2a3 select {
	flex: 1;
}

.altaPantallaGrid.panelConsignasGenerico span.columna2a3 {
	grid-column: 2 / 4;
	display: flex;
}

.altaPantallaGrid.panelOrdenesGenerico button,
.altaPantallaGrid.panelConsignasGenerico button {
	padding: 0.2em 0.8em;
}

.altaPantalla .panelConsignasGenerico span[data-modificado="true"] input,
.altaPantalla .panelConsignasGenerico span[data-modificado="true"] select {
	border: 1px solid orange;
}

.altaPantalla .oculto {
	display: none;
}

.altaPantallaGrid .etiqueta {
	font-weight: bold;
}

.altaPantalla span.alarma {
	font-weight: bold;
	color: red;
}

.panelComunicacion {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 1em;
}

.panelComunicacion > span {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: .6em;
}

.panelComunicacion span.conectado {
	background: url("../img/conectado.png") no-repeat left center;
	padding-left: 20px;
	color: #339966;
	font-weight: bold;
}

.panelComunicacion span.conectando {
	background: url("../img/spinner.gif") no-repeat left center;
	padding-left: 20px;
	color: #00abff;
	font-weight: bold;
}

.panelComunicacion span.fallo {
	background: url("../img/error.png") no-repeat left center;
	padding-left: 20px;
}

.panelComunicacion button.conectado {
	background-color: #b5e5b9;
	border: 1px solid green;
	color: white;
	font-weight: bold;
}

.panelComunicacion .sutil {
	font-size: .9em;
	color: #1c94c4;
}

.panelComunicacion button.conectado:hover,
.panelComunicacion button.conectado:active {
	box-shadow: none;
}

td.colNumerica {
    text-align: right;
}

.multilinea {
	white-space: normal !important;
}

#cabecera {
    width: 100%;
    text-align: center;
}

#cabecera #tituloPrincipal {

}

#cabecera #tituloSecundario {

}


.ui-accordion-header {
	background-image: none;
    background-color: #336699;
    color: white;
    padding: 0.2em;
    margin-top: 0.1em;
    cursor: pointer;
}

.ui-icon {
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    display: inline-block;
    overflow: hidden;
}

.ui-icon-circle-arrow-e {
    background-image: url("../img/exp.gif") !important;
	background-position-x: 0 !important;
	background-position-y: 0 !important;
}

.ui-icon-circle-arrow-s {
    background-image: url("../img/colp.gif") !important;
	background-position-x: 0 !important;
	background-position-y: 0 !important;
}

#modal-cargando {
    text-align: center;
	z-index: 2000 !important;
}

.search_init {
    font-style: italic;
    color: #999;
}

#botoneraDescarga {
    float: right;
}


@media print {
    .ocultoEnImpresion {
        display: none;
    }
}

input[type=button] {
    color: black;
}

input[type=button]:disabled {
    color: lightgray;
}

.ui-datepicker {
    z-index: 9999 !important;
}


#header {
	margin-top: 1em;
	margin-bottom: 1em;
}

#header img.header-logo {
	max-width: 100%;
}

#header div.header-col {
	vertical-align: middle;
	//float: left;
	display: inline-block;
}

#header div.header-col-izq {
	text-align: left;
}

#header div.header-col-cent-sup,
#header div.header-col-cent-inf {
	text-align: center;
}

#header div.header-col-der {
	text-align: right;
}

#header div.header-col-izq,
#header div.header-col-der {
	width: 28%;
}

#header div.header-col-cent-sup {
	width: 40%;
}

#header div.header-col-cent-inf {
	display: none;
}

#header.header-sin-irrigest div.header-col-izq,
#header.header-sin-irrigest div.header-col-der {
	//width: 50% !important;
}

#header.header-con-irrigest div.header-col-cent-sup {
	display: none;
}

@media (max-width: 480px) {
	#header div.header-col-izq,
	#header div.header-col-der {
		width: 48% !important;
		text-align: center;
	}
	
	#header div.header-col-cent-sup {
		display: none;
	}
	
	#header div.header-col-cent-inf {
		width: 100% !important;
		display: inline-block;
	}
	
	#header div.header-col-der {
		left: 100%;
	}
}

#header {
	font-size: 1.2em;
}

#header h2 {
	font-weight: 900;
	color: #369;
}

table.rowslink tr {
	cursor: pointer;
}

button span, button img {
	line-height: 1em;
	vertical-align: middle;
}

.expandMovil {}
@media (max-width: 600px) {
.expandMovil {
	min-width: 100%;
}
}

.expandir {
	width: 100%;
}

.section {
	margin-bottom: 1.2em;
}

.sectionline {
	margin-bottom: 0.6em;
}

.formulario > label span:first-child, 
.formulario .formulario-linea > label span:first-child {
	width: 4em;
	display: inline-block;
	line-height: 1.8em;
	padding-left: 1em;
	padding-right: 1em;
}

.formulario > label span:nth-child(2),
.formulario .formulario-linea > label span:nth-child(2) {
	display: inline-block;
	line-height: 1.8em;
	padding-left: 1em;
	padding-right: 1em;	
}

div.formulario-titulo {
	font-weight: bold;
	text-align: center;
}

.formulario-titulo, .formulario-linea {
	margin-bottom: 0.1em;
}

.formulario.formularioColor > label span:first-child,
.formulario.formularioColor .formulario-linea > label span:first-child {
	background-color: #369;
	color: white;
}

.formulario > label span:nth-child(2),
.formulario .formulario-linea > label span:nth-child(2) {
	background-color: #d3e9ff;
}

table.fixedHeader-floating {
	position: fixed !important;
	background-color: white;
}

table.fixedHeader-floating.no-footer {
	border-bottom-width: 0;
}

table.fixedHeader-locked {
	position: absolute !important;
	background-color: white;
}

table.detalles thead th, table.detalles tbody th {
	color: white;
	font-weight: bold;
	background-color: #336699;
	padding: 0.4em;
}

table.detalles tbody td {
	padding: 0.4em;
	background-color: #d3e9ff;
}

.detalles tbody tr:nth-child(even) td {
	background-color: #d3e9ff;
}

.detalles tbody tr:nth-child(odd) td {
	background-color: #f9f9ff;
}

.th-izq th {
	text-align: left;
}

@media(max-width: 480px) {
	select {
		line-height: 1em;
		min-height: 1.4em;
	}
}

.formLayout {
	display: table;
	width: 100%;
}

.formLayout .formRow {
	display: table-row;
}

.formLayout .formRow > label, .formLayout .formRow > div:not(.formRowGroup), .formLayout .formRow > span {
	display: table-cell;
	padding-right: 1em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	vertical-align: middle;
}

.formLayout .formRow > input, .formLayout .formRow > select, .formLayout .formRow > textarea {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

.formLayout .formRowGroup {
	display: table-row-group;	
}

/*.formLayout .formRowGroup .formRow:last-child > label, .formLayout .formRowGroup .formRow:last-child > div {
	padding-bottom: 1.4em;
}*/

.formLayout .formTitle {
	display: table-caption;
	padding-top: 1.2em;
	padding-bottom: 0.4em;
	font-weight: bold;
	font-size: small;
	white-space: nowrap;
}


.formLayout .formTitle2 {
	display: table-caption;	
	font-weight: bold;
	font-size: small;
	white-space: nowrap;
}

div.disabled label, div.disabled span, label.disabled, span.disabled {
	color: lightgray;
}

img.withTooltip {
	line-height: 1em;
	vertical-align: middle;
	margin-left: 0.2em;
	margin-right: 0.2em;
}

.fixed_height360 {
	min-height: 360px;
	height: 360px;
}

.fixed_height240 {
	min-height: 240px;
	height: 240px;
}

table.dataTable.seleccionable tbody tr {
	cursor: pointer;
}

table.dataTable tr.selected td {
	background-color: lightsteelblue !important;
}

.scw {
	z-index: 9999 !important;
}

.text-wrap {
	white-space: normal !important;
}

.altaAlarmaPorConsigna {
	background-color: red !important;
	color: white;
	font-weight: bold;
}


.alta-estado-operativo {
	color: green;
	font-weight: bold;
}

.alta-estado-maniobra {
	color: darkorange;
	font-weight: bold;
}


#contenedorTablas > table {
	margin-bottom: 1em;
}

td.ajustarTexto {
	white-space: normal !important;
}

div.listaDetalles {
	display: table;
}

div.listaDetalles .lineaDetalle {
	display: table-row;
}

div.listaDetalles .lineaDetalle > span {
	display: table-cell;
}

div.listaDetalles .lineaDetalle > span:first-child {
	font-weight: bold;
	padding-right: 2em;
}

.valorObsoleto {
	color: #e97d00;
	text-decoration: dotted underline #e97d00;
}

a.boton-light {
	display: inline-block;
}

.boton-light {
	border: 1px solid steelblue;
	border-radius: 4px;
	padding: 0.4em 0.8em;
	cursor: pointer;
	background-color: white;
}

button.boton-critico{
	color: red;
	font-size: 0.9em;
}

.boton-light:hover {
	box-shadow: 0 0 3px 1px rgba(61, 132, 206, 0.8);
}

.boton-light:focus {
	box-shadow: 0 0 3px 1px rgba(61, 132, 206, 0.8);
}

.boton-light:active {
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.boton-azul {
	border: 1px solid #357ebd;
	border-radius: 4px;
	padding: 0.4em 0.8em;
	cursor: pointer;
	background-color: #428bca;
	color: white;
}

.boton-azul:hover {
	box-shadow: 0 0 3px 1px rgba(61, 132, 206, 0.8);
	background-color: #3276b1;
}

.boton-azul:active {
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	background-color: #3276b1;
}

.boton-img { cursor: pointer; border: none; background: none; }
.boton-img:hover { border: none; box-shadow: none; }

.boton-enlace { color: blue; border: none; background: none; cursor: pointer; font-size: 1em; }
.boton-enlace:hover { border: none; box-shadow: none; }

.ui-dialog .ui-dialog-title {
	white-space: normal;
}

.ui-dialog-titlebar {
	border: none !important;
	border-bottom: #aaaaaa 1px solid !important;
	border-radius: 0 !important;
	background: none !important;
	margin-bottom: 1em !important;
}
/*
.ui-dialog {
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}*/

.ajustePaginacion .dataTables_length {
	padding: 0.8em;
}

.botoneraModal {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

.login-header {
	padding-top: 1em;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.login-header > div {
	margin: .4em;
}

.login-logo {
	max-width: 100%;
	height: auto;
}

#login {
	flex: 1;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
}

#login .panel {
	border: 1px lightgrey solid;
	border-radius: 8px;
	padding: 2em;
	text-align: center;
	max-width: 100%;
}

#login .panel img {
	margin-bottom: .4em;
}

#login .panel form {
	text-align: left;
	display: grid;
	grid-template-columns: min-content auto;
	grid-template-rows: auto auto auto;
	align-items: center;
	grid-row-gap: 1em;
	grid-column-gap: 0.4em;
}

#login form label {
	grid-column: 1;
	font-weight: bold;
	text-align: right;
}

#login form input {
	grid-column: 2;
	display: block;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	width: 90%;
}

#login form input:focus {
	border-color: #66afe9;
	outline: 0;
}

.login-contenedor-boton {
	text-align: center;
	grid-column: 1 / span 2;
}

@media(max-width: 400px) {
	.login-header {
		flex-direction: column;
		justify-content: initial;
		align-items: center;
	}

	#login {
		align-items: start;
	}

	#login .panel form {
		grid-template-columns: auto;
		grid-template-rows: min-content;
	}

	#login form label {
		text-align: left;
	}

	#login form input {
		grid-column: 1;
		margin-bottom: .3em;
	}

	.login-contenedor-boton {
		grid-column: 1;
	}
}

.panel-error {
	border: 2px solid darksalmon;
	border-radius: 4px;
	background: url("../img/error.png") no-repeat 1em center;
	padding: 1em 1em 1em 3em;
	color: red;
	font-weight: bold;
}

.panel-titulo {
	background-color: #f6f6f6;
	border: none;
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	column-gap: 1em;
	row-gap: 0.4em;
	flex-wrap: wrap;
	padding: .6em 1.2em;
	margin-bottom: 0.6em;
	align-items: center;
}

.panel-filtros {
	background-color: #f6f6f6;
	border: none;
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	column-gap: 1em;
	row-gap: 0.4em;
	flex-wrap: wrap;
	padding: .6em 1.2em;
	margin-bottom: 0.6em;
	align-items: center;
}

.panel-filtros > div {
	display: flex;
	flex-direction: row;
	column-gap: .6em;
	align-items: center;
}

.panel-filtros > span, .panel-filtros > div > span {
	display: inline-block;
}

.panel-filtros > label,
.panel-filtros > div {
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: .2em .4em;
}

.panel-filtros > label {
	display: flex;
	flex-direction: row;
	gap: 0.2em;
	align-items: center;
}

.panel-filtros.layout-lr {
	display: flex;
	justify-content: space-between;
}

span.grupo-input-boton { display: flex; flex-direction: row; }
span.grupo-input-boton input { display: inline-block; }
span.grupo-input-boton button { display: inline-block; border-left: none; border-top-left-radius: 0; border-bottom-left-radius: 0; }
span.grupo-input-boton button:hover { border-left: none; border-top-left-radius: 0; border-bottom-left-radius: 0; }

.panel-resumen {
	border-radius: 0;
	border: 1px solid lightgrey;
	padding: 0.8em 1em;
	box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 3px;
	margin: 1em auto;
	width: fit-content;
}

@media(max-width: 650px) {
	.panel-resumen {
		width: auto;
	}
}

.tabla-resumen {
	border: none;
	border-spacing: 0;
}

.tabla-resumen th, .tabla-resumen td {
	padding: .4em 2em;
}

.tabla-resumen tbody th[scope="row"] {
	text-align: left;
}

span.texto-aviso {
	color: #db8e00;
	font-weight: bold;
}

.texto-nota {
    color: lightslategray;
    font-size: x-small;
    font-style: italic;
}

.espacio-inferior-2em {
	margin-bottom: 2em;
}

table.dataTable tr.group td{font-weight:bold;background-color:#e0e0e0}

span.badge-levels {
    border: 1px solid #ddd;
    border-radius: .6em;
    display: inline-block;
    padding: 0.2em 0.6em;
    vertical-align: middle;
}

span.badge-levels-05-0 { background-color: red; color: white; }
span.badge-levels-05-1 { background-color: #f66300; color: white; }
span.badge-levels-05-2 { background-color: #dd9500; color: black; }
span.badge-levels-05-3 { background-color: #bdbc00; color: black; }
span.badge-levels-05-4 { background-color: #8fdf00; color: black; }
span.badge-levels-05-5 { background-color: green; color: white; }