/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.etiquetamarcador {
	margin-top: -12px;
	font-size: 16px !important;
	color: #fff !important;
}
#mapawrapper {
	display: flex;
	flex-direction: column;
	font-size: 12px;
}
#graella {
	overflow: hidden;
	height: 50vh;
	background: #fff;
	padding: 0 15px;
}
#mapaocupacio {
	width: 100%;
}
.edifici {
	background: #fff;
	color: #000;
	display: flex;
	padding: 1px 0;
	border-bottom: 1px solid #ccc;
}
.edifici.clicable {
	cursor: pointer;
}
#interngraella {
	overflow: scroll;
	height: 100%;
}
#interngraella.centrat {
	text-align: center;
	position: relative;
}
#interngraella.centrat img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#alarma {
	display: none;
}
.edifici.alarma {
 -webkit-animation: animacio-alarma 1s infinite; /* Safari 4+ */
  -moz-animation:    animacio-alarma 1s infinite; /* Fx 5+ */
  -o-animation:      animacio-alarma 1s infinite; /* Opera 12+ */
  animation:         animacio-alarma 1s infinite; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes animacio-alarma {
0%, 49% {
	background-color: #eab527;
}
50%, 100% {
  background-color: #fe5f55;
}
}
.edifici .comptador {
	min-width: 20px;
	display: inline-block;
	text-align: right;
}
.edifici .visites {
	min-width: 65px;
	text-align: center;
}
.edifici.nivell1 .visites {
	background-color: #56ac62;
	color: #fff;
}
.edifici.nivell2 .visites {
	background-color: #eab527;
	color: #fff;
}
.edifici.nivell3 .visites {
	background-color: #fe5f55;
	color: #fff;
}
.edifici .titol {
	height: 18px;
	overflow: hidden;
	width: calc(100% - 85px);
}
.separadorinicial {
	margin: 0;
}
table.cuesespera {
	margin: 40px auto;
	width: calc(100% - 60px);
	max-width: 700px;
}
.cuesespera td {
	padding: 5px;
}
.cuesespera thead td {
	background: #000;
	color: #fff;
	text-align: center;
}
.cuesespera td.index {
	text-align: center;
}
.cuesespera tr:nth-child(2n) td {
	background: #e0e0e0;
}
.linksseguiment a {
	display: inline-block;
	margin: 15px auto;
	color: #404040;
	text-decoration: none;
	text-align: center;
}

@media screen and (min-width:992px) {
#mapawrapper {
	flex-direction: row;
}
}
