html, body {
	font-family: 'PT Sans', sans-serif;
}

.center {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

.station-status.good {
	color: #00CC00;
}

.station-status.average {
	color: #cece00;
}

.station-status.bad {
	color: #f00;
}

.allow-x-scroll {
	overflow: auto;
	overflow-y: hidden;
}

label {
	padding: 0 !important;
}

#load-screen {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999999;
	background-color: #fff;
	background-image: url("loading_bisous.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-position-x: center;
	background-position-y: center;
	background-size: auto 50%;
}

/* BADGES */

.badge {
	font-size: 1rem;
}

.badge.badge-operator {
	color: #fff;
}

.badge-operator.badge-cp {
	background-color: #388344;
}

.badge-operator.badge-fertagus {
	background-color: #013861;
}