.header {
	position:relative;
	width:100%;
	float:left;
	height: 75px;
	min-width:650px;
}

.headerLine {
	position:relative;
	clear:both;
	width: 100%;
	float: left;
	height: 8px;
	background: #9e217d;
	margin-bottom: 4px;
}

.firstLine {
	position:relative;
	float:left;
	clear:both;
	display:none;
}

.secondLine {
	position:relative;
	float:left;
	clear:both;
	width:100%;
}

.headerCCPI {
	/*background: url(../images/vodafone.png) left no-repeat;*/
	float: left;
	font-size: 15px;
	margin-left: 8px;
	padding-left: 8px;/*30px*/
	font-weight: bold;
}

.headerCCPI p {
	margin: 0;
	height: 24px;
}

.headerUser {
	float: right;
}

.headerLogout {
	float: right;
	margin-left: 4px;
	margin-right: 10px;
	cursor: pointer;
}

.headerLogout:hover {
	text-decoration: underline;
}

.headerDevices {
	float: left;
	display: table;
	vertical-align: middle;
	margin-left: 4%;
	margin-right: 2%;
	color: #9e217d;
	font-style: bold;
}

.headerDevices p{
     margin-top:5px;
	font-size: 1.2em;
}

.headerDevices:hover {
	cursor: pointer;
	text-decoration: underline;
}

.headerCanvas {
	float: left;
	vertical-align: middle;
	color: #9e217d;
	font-style: bold;
	font-size: 1.2em;
	height:60px;
}

.headerAlarms {
	position:relative;
	float: right;
	margin-right: 1%;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-o-border-radius: 5px !important;
	width: 350px;
	max-width:350px;
	height: 60px;
}

.headerAlarms:hover {
	cursor: pointer;
}

.imgAlarm {
	position:relative;
	display: table-cell;
	float:left;
	width: 40px;
	height: 40px;
	background: url(../images/alarm.png) no-repeat transparent center;
	background-size: contain;
	background-position: center center;
	margin:2%;
}

.txtAlarms {
	position:relative;
	display: table-cell;
	float:left;
	width: 64%;
	text-align:center;
	line-height:55px;
	height: 100%;
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bold;
}

.numAlarms {
	position:relative;
	display: table-cell;
	clear:none;
	float:right;
	width: 20%;
	height: 60px;
	line-height:55px;
	font-size: 2em;
	box-sizing: border-box;
	color: #9d277f;
	background: #e9e9e9;
	border: 1px solid #e9e9e9;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px !important;
	-webkit-border-radius: 0px 0px 5px 5px !important;
	-o-border-radius: 0px 0px 5px 5px !important;
	text-align: center;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}