/* Layout */
* {
	box-sizing: border-box;
}
body {
	background-color: #fbfcfb !important;
	/* min-width: 1300px; */
	font-family: Comfortaa !important;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

/* Content */
div.displayShifts, div.displayHospital, div.displayInformation {
	position: relative;
	margin: 10px 10px 5px 10px;
}
div.displayInformation, div.displayHospital {
	float: left;
}

div.information {
	padding: 15px;
	width: 1000px;
}
div.information .title {
	color: white;
	border: solid #187db3 0px;
	border-radius: 10px;
	background-color: #192a67;
	font-size: 1.7em;
}
div.information marquee {
	font-size: 2em;
	margin: 10px 0px;
}





/*
* Portail Update
*/

div#time, div#date {
	position: relative;
	float: right;
	font-size: 2.4em;
	margin-right: 25px;
}
div.shift div.title {
	background-color: #2c3e7b;
	color: #ffffff;
	border-radius: 4px 4px 0px 0px;
	padding: 5px 15px 5px 15px;
	margin: 0px;
	text-align: left;
}
div.shift > div.block {
	padding: 0px 0px;
	display: table-row;
	background-color: #ffffff;
}
div.shift div.time {
	color: #2c3e7b;
	padding: 5px 10px;
	float: left;
}
div.shift div.car {
	padding: 5px 5px 5px 20px;
	text-align: left;
	float: left;
	width: 100%;
}
div.shift div.position {
	padding: 5px 0px;
	width: 160px;
	float: left;
}
div.shift div.intervention {
	padding: 3px 0px 3px 10px; !important
}
div.shift div.position div.emploi {
	padding: 0px 5px 0px 0px;
	text-align: left;
}
div.shift div.position div.name {
	padding: 0px 5px 0px 0px;
	font-weight: bold;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 150px;
}
.shift_COMPLETE {
	border-color: rgba(6,214,160,.8);
	border-width: 0px 0px 0px 7px;
	border-style: solid;
}
.shift_PARTIAL {
	border-color: #009fe3;
	border-width: 0px 0px 0px 7px;
	border-style: solid;
}
.shift_DEGRADED {
	border-color: rgba(89,109,255,.8);
	border-width: 0px 0px 0px 7px;
	border-style: solid;
}
.shift_INCOMPLETE {
	border-color: rgba(255,89,100,.8);
	border-width: 0px 0px 0px 7px;
	border-style: solid;
}
.shift_EMPTY {
	border-color: rgba(193,0,46,.8);
	border-width: 0px 0px 0px 7px;
	border-style: solid;
}
span.lastAlarm {
	float: right;
	color: #dfdfdf;
}
div.intervention div.stichwort {
	position: relative;
	float: left;
	width: 300px;
	margin: 15px;
	text-align: center;
	padding: 15px;
	font-size: 4em;
	background-color: #2c3e7b;
	color: white;
	border-radius: 10px;
}
div.intervention div.adresse {
	float: left;
	margin: 5px 15px;
	padding: 5px;
	font-size: 3em;
	color: #2c3e7b;
}
div.intervention div.sachverhalt {
	float: left;
	width: 1400px;
	height: 50px;
	margin: 5px 15px 15px 15px;
	padding: 5px;
	font-size: 1.7em;
	color: #2c3e7b;
}
div.alarminfo {
	width: 220px;
}
