#module-daily .header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b7ea+0,009ec3+100;Blue+3D+%2315 */
	background: rgb(0, 183, 234); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(0, 183, 234, 1) 0%,
		rgba(0, 158, 195, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(0, 183, 234, 1) 0%,
		rgba(0, 158, 195, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(0, 183, 234, 1) 0%,
		rgba(0, 158, 195, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea',
		endColorstr='#009ec3', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

#module-daily .center-map {
	position: absolute;
	top: 80px;
	right: 50px;
	height: 37px;
	width: 37px;
	z-index: 100;
	padding: 0;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	background: #fff;
	border-radius: 4px;
	margin-right: 10px;
	overflow: hidden;
	line-height: 40px;
	text-align: center;
	font-size: 24px;
	cursor: pointer;
}

#module-daily .filters {
	background-color: #eeecec;
	padding: 0;
}

#module-daily .filters>.wrapper-content {
	position: relative;
	min-height: 50px;
	display: table;
	padding-left: 200px;
}

#module-daily .filters>.wrapper-content .filter {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}

#module-daily .header>.wrapper-content {
	display: table;
	position: relative;
	_padding-left: 200px;
}

#module-daily .header>.wrapper-content .preview {
	position: absolute;
	top: 13px;
	left: 30px;
	width: 130px;
	height: 130px;
	margin: 0;
}

#module-daily .header>.wrapper-content .preview>.wrapper-content {
	overflow: hidden;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	background: #fff no-repeat center;
	background-size: contain;
	height: 100%;
}

#module-daily .header>.wrapper-content .preview:before {
	position: absolute;
	top: -5px;
	left: -5px;
	width: 140px;
	height: 140px;
	background: rgba(255, 255, 255, 0.3);
	overflow: hidden;
	border-radius: 50%;
	margin: 0;
	content: "";
}

#module-daily .header>.wrapper-content .status {
	_position: absolute;
	bottom: 4px;
	left: 80px;
	background: #81bb3c;
	overflow: hidden;
	border-radius: 2px;
	margin: 0;
	content: "";
	z-index: 10;
	text-transform: uppercase;
	color: #fff;
	padding: 2px 5px;
	font-size: 11px;
}

#module-daily .header>.wrapper-content .status.inactive {
	background: #9c033a;
}

#module-daily .header>.wrapper-content .preview img {
	display: block;
	width: 100%;
}

#module-daily .header>.wrapper-content .block {
	display: table-cell;
	padding: 20px 20px;
	margin-right: 1px;
	position: relative;
}

#module-daily .header>.wrapper-content .block:after {
	position: absolute;
	top: 20%;
	bottom: 20%;
	background: rgba(0, 0, 0, 0.3);
	right: 0;
	width: 1px;
	content: "";
}

#module-daily .header>.wrapper-content .block.info .edit {
	font-size: 18px;
	color: rgba(0, 0, 0, 0.9);
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 30px;
	margin-top: -15px;
	background: none;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
}

#module-daily .header>.wrapper-content .block.info .edit:hover {
	background: rgba(0, 0, 0, 0.5);
}

#module-daily .header>.wrapper-content .block.info h2 {
	font-size: 30px;
	color: #fff;
	font-weight: 100;
	margin: 0;
	padding: 0;
}

#module-daily .header>.wrapper-content .block.info .reference {
	font-size: 13px;
	color: rgba(0, 0, 0, 0.9);
	display: block;
}

#module-daily .header>.wrapper-content .block.info .category {
	font-size: 13px;
	color: rgba(0, 0, 0, 0.9);
	font-weight: 400;
	text-transform: uppercase;
}

#module-daily .header>.wrapper-content .block label {
	font-size: 13px;
	color: rgba(0, 0, 0, 0.9);
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}

#module-daily .header>.wrapper-content .block .icon {
	font-size: 30px;
	color: rgba(0, 0, 0, 0.9);
	display: block;
	position: absolute;
	left: 20px;
	top: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-top: -6px;
	opacity: 0.5;
}

#module-daily .header>.wrapper-content .block.battery .value {
	font-size: 30px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	padding-left: 40px;
}

#module-daily .header>.wrapper-content .block.location .value {
	font-size: 13px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	padding-left: 40px;
}

#module-daily .header>.wrapper-content .block.info {
	background: none;
}

#module-daily .list-panel {
	position: absolute;
	left: 0;
	width: 50%;
	height: 100%;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	z-index: 200;
	overflow: auto;
	overflow-y: hidden;
}

#module-daily #dailyMap {
	position: absolute;
	top: 70px;
	left: 50%;
	right: 0px;
	width: 50%;
	height: 100%;
}

#module-daily .lastUpdated {
	margin-top: 20px;
	font-style: italic;
	font-size: 10px;
	float: right;
}