.listview-page {
	margin: 1.4em 0em !important;
	min-height: 500px !important;
}
.listview-page .ui-listview li a{
	background-color: black !important;
	text-shadow: 0 1px 0 #111 !important;
}
.listview-page .ui-listview li a .ui-li-thumb {
	opacity: 0.5;
}

.listview-page ul {
	margin: 0 !important;
	width: 100%;
	-moz-box-shadow:  none; 
	-webkit-box-shadow: none;
	box-shadow: none;	
}

.listview-page .ui-content {
	padding: .5625em; /* 9px */
	overflow: hidden;
}
.listview-page .ui-listview li {
	float: none;
	width: 100%;
	height: 18em;
	margin: .5625em 0;
}
.listview-page .ui-listview li > .ui-btn {
	-webkit-box-sizing: border-box; /* include padding and border in height so we can set it to 100% */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
}
.listview-page .ui-listview li.ui-li-has-thumb .ui-li-thumb {
	width: 100%;
	height: 100%;
	max-width: 100% !important;
	max-height: none !important;
	
}
/* Make all list items and anchors inherit the border-radius from the UL. */
.listview-page .ui-listview li,
.listview-page .ui-listview li .ui-btn,
.listview-page .ui-listview .ui-li-thumb {
	-webkit-border-radius: inherit;
	border-radius: inherit;
}
/* Hide the icon */
.listview-page .ui-listview .ui-btn-icon-right:after {
	display: none;
}
/* Make text wrap. */
.listview-page .ui-listview p {
	white-space: normal;
	overflow: visible;
	position: absolute;
	left: 0;
	right: 0;
}
/* Text position */
.listview-page .ui-listview p {
	font-size: 1em;
	margin: 0;
	padding: 0 1.25em;
	min-height: 50%;
	bottom: 0;
}

/* ui-li-aside has class .ui-li-desc as well so we have to override some things. */
.listview-page .ui-listview .ui-li-aside {
	padding: .125em .625em;
	width: auto;
	min-height: 0;
	top: 0;
	left: auto;
	bottom: auto;
	/* Custom styling. */
	background: rgba(153, 82, 0, 0.85);
	-webkit-border-top-right-radius: inherit;
	border-top-right-radius: inherit;
	-webkit-border-bottom-left-radius: inherit;
	border-bottom-left-radius: inherit;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}
/* If you want to add shadow, don't kill the focus style. */
.listview-page .ui-listview li {
	-moz-box-shadow: 0px 0px 9px #111;
	-webkit-box-shadow: 0px 0px 9px #111;
	box-shadow: 0px 0px 9px #111;
}
/* Images mask the hover bg color so we give desktop users feedback by applying the focus style on hover as well. */
 .listview-page .ui-listview li > .ui-btn:hover{
	-moz-box-shadow: 0px 0px 20px rgba(123, 168, 125,1);
	-webkit-box-shadow: 0px 0px 20px rgba(123, 168, 125,1);
	box-shadow: 0px 0px 20px rgba(123, 168, 125,1);
}
.listview-page .ui-listview li > .ui-btn:visited{	
		border-color: #333 !important;
	}

/* Animate focus and hover style, and resizing. */
.listview-page .ui-listview li,
.listview-page .ui-listview .ui-btn {
	 -webkit-transition: box-shadow 800ms ease;
	-moz-transition: box-shadow 800ms ease;
	-o-transition: box-shadow 800ms ease;
	-ms-transition: box-shadow 800ms ease;
	transition: box-shadow 800ms ease; 
}

.listview-page .ui-listview li .ui-btn .ui-li-aside {
	color: #eee;
}


.listview-page .content {
	margin: 0px;
	width: 100%;
	height: 100%;
    display: block;
    left: 0px;
	top: 0px;
	position: absolute;
}

.listview-page .content .centerWapper {
	display: inline-flex;
	position: relative;
	text-align: center;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	/* background-color: rgba(0,0,0,0.8); */
	
}

/* ========= applications ===========/
/* Circle with number - Primary app */
.listview-page .app .numberCirclePrimary {

	width: 120px;
	height: 120px;
	font-size: 60px;
	line-height: 60px;
	font-weight: 900;
    padding: 5px;
    color: #fffefe;
    margin: -12px 0px;
	text-align: center;
	-moz-box-shadow: inset  0px 0px 4px rgba(246,251,253,0.44);
	-webkit-box-shadow: inset  0px 0px 4px rgba(246,251,253,0.44);
	box-shadow: inset  0px 0px 4px rgba(246,251,253,0.44);
	background-color: rgba(0,0,0,0.8);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	
}

.listview-page .app .numberCirclePrimary-header {
	padding-top: 0px;
}

.listview-page .app .numberCirclePrimary-text {
	font-size: 18px;
		white-space: normal;
		display: block;
		line-height: 22px;
}

/* Circle with number - secondary app */
.listview-page .app .numberCircle {
	width: 70px;
	height: 70px;
	line-height: 35px;
	font-weight: 900;
	padding: 12px;
	font-size: 28px;
	margin: -3% 8%;
    color: #fffefe;
	text-align: center;
	-moz-box-shadow: inset 0px 0px 4px rgba(246,251,253,0.44);
	-webkit-box-shadow: inset 0px 0px 4px rgba(246,251,253,0.44);
	box-shadow: inset 0px 0px 4px rgba(246,251,253,0.44);
	background-color: rgba(0,0,0,0.8);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.listview-page .app .numberCircle-header {
	font-size: 28px;
}

.listview-page .app .numberCircle-text {
	font-size: 12px;
	white-space: normal;
	line-height: 16px;
}

/* ============ gateways ============/
/* Circle with number - Primary gw  */
.listview-page .gw .numberCirclePrimary {

	width: 130px;
	height: 130px;
	font-size: 60px;
	line-height: 60px;
	font-weight: 900;
    padding: 10px;
    color: #fffefe;
    margin: 0px 1px;
	text-align: center;
	-moz-box-shadow: inset  0px 0px 4px rgba(246,251,253,0.44);
	-webkit-box-shadow: inset  0px 0px 4px rgba(246,251,253,0.44);
	box-shadow: inset  0px 0px 4px rgba(246,251,253,0.44);
	background-color: rgba(0,0,0,0.8);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	
}

.listview-page .gw .numberCirclePrimary-header {
	padding-top: 14px;
}

.listview-page .gw .numberCirclePrimary-text {
	font-size: 18px;
		white-space: normal;
		display: block;
		line-height: 22px;
}

/* Circle with number - secondary gw */
.listview-page .gw .numberCircle {
	width: 70px;
	height: 70px;
	line-height: 35px;
	font-weight: 900;
	padding: 10px;
	font-size: 28px;
	margin: 0px 2px;
    color: #fffefe;
	text-align: center;
	-moz-box-shadow: inset 0px 0px 4px rgba(246,251,253,0.44);
	-webkit-box-shadow: inset 0px 0px 4px rgba(246,251,253,0.44);
	box-shadow: inset 0px 0px 4px rgba(246,251,253,0.44);
	background-color: rgba(0,0,0,0.8);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.listview-page .gw .numberCircle-header {
	font-size: 28px;
}

.listview-page .gw .numberCircle-text {
	font-size: 12px;
	white-space: normal;
	line-height: 16px;
}

/* ============ devices =============/
/* Circle with number - on chart */
.listview-page .numberCircleChart {
	width: 50px;
	height: 50px;
	padding: 10px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 900;
	text-align: center;
	-moz-box-shadow: inset 0px 0px 4px rgba(246,251,253,0.44);
	-webkit-box-shadow: inset 0px 0px 4px rgba(246,251,253,0.44);
	box-shadow: inset 0px 0px 4px rgba(246,251,253,0.44);
	background-color: rgba(0,0,0,0.8);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.listview-page .numberCircleChart-header {
	font-size: 25px;
}

.listview-page .numberCircleChart-text {
	font-size: 12px;
	line-height: 16px;
}

.listview-page .numberCircleChart-container {
	position: absolute;
    left: 25px;
    top: 5px;
}

.listview-page .chart-container {
	position: relative;
	margin: auto;
	height: 90%;
	width: 100%;
	top: 10%;
}

/* Text box */
.listview-page .textBox {

	font-size: 14px;
	height: 50px;
	line-height: 25px;
	color: #e6e6e6;
    width: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	font-weight: 900;
}


@media ( min-width: 25em ) {

	.listview-page .ui-content{
		padding: 0.5625em 10%;
	}

}

@media ( min-width: 35em ) {


	.listview-page .ui-listview li {
		float: left;
		width: 47%;
		height: 14em;
		margin: .5625em 1.2%;
	}

	.listview-page .content .centerWapper {
		text-align: center;
		display: block;
		top: 50%;
		transform: translateY(-50%);
		/* background-color: rgba(0,0,0,0.8); */
	}

	/* ========= applications ===========/
	/* Circle with number - Primary app */
	.listview-page .app .numberCirclePrimary {
		width: 75px;
		height: 75px;
		font-size: 38px;
		line-height: 38px;
		margin: 0px 1px;
	}

	.listview-page .app .numberCirclePrimary-header {
		padding-top: 0px;
	}

	.listview-page .app .numberCirclePrimary-text {
		font-size: 13px;
		line-height: 15px;
	}

	/* Circle with number - secondary app */
	.listview-page .app .numberCircle {
		width: 52px;
		height: 52px;
		padding: 8px;
		font-size: 28px;
		line-height: 23px;
		margin: -12px 18px;

	}

	.listview-page .app .numberCircle-header {
		font-size: 22px;
	}

	.listview-page .app .numberCircle-text {
		font-size: 9px;
		white-space: normal;
		line-height: 12px;
	}

	/* ============ gateways ============/
	/* Circle with number - Primary gw  */
	.listview-page .gw .numberCirclePrimary {
		width: 90px;
		height: 90px;
		font-size: 40px;
		line-height: 40px;
	}

	.listview-page .gw .numberCirclePrimary-header {
		padding-top: 10px;
	}

	.listview-page .gw .numberCirclePrimary-text {
		font-size: 14px;
		white-space: normal;
		line-height: 15px
	}

	/* Circle with number - secondary gw */
	.listview-page .gw .numberCircle {
		width: 50px;
		height: 50px;
		padding: 10px;
		font-size: 28px;
		line-height: 23px;
		margin: 0px 2px;
	}

	.listview-page .gw .numberCircle-header {
		font-size: 22px;
	}

	.listview-page .gw .numberCircle-text {
		font-size: 9px;
		white-space: normal;
		line-height: 12px;
	}

	/* ============ devices =============/
	/* Circle with number - on chart */
	.listview-page .numberCircleChart {
		width: 30px;
		height: 30px;
		padding: 10px;
		font-size: 16px;
		line-height: 18px;
		font-weight: bold;
	}

	.listview-page .numberCircleChart-header {
		font-size: 15px;
	}

	.listview-page .numberCircleChart-text {
		font-size: 9px;
		line-height: 12px;
	}
  
	.listview-page .chart-container {
		top: 12%;
	}

	/* Text box */
	.listview-page .textBox {
		font-size: 14px;
		height: 50px;
		line-height: 25px;
	}

}

@media ( min-width: 50em ) {

	.listview-page ul {
		margin: 0em 8em !important;
	}

	.listview-page .ui-listview li {
		width: 35%;
		height: 17em; 
		margin: .625em 1%;
	}

	/* ========= applications ===========/
	/* Circle with number - Primary app */
	.listview-page .app .numberCirclePrimary {
		width: 95px;
		height: 95px;
		font-size: 50px;
		line-height: 40px;
	}

	.listview-page .app .numberCirclePrimary-header {
		padding-bottom: 4px;
	}

	.listview-page .app .numberCirclePrimary-text {
		font-size: 16px;
		line-height: 22px;
	}

	/* Circle with number - secondary app */
	.listview-page .app .numberCircle {
		width: 70px;
		height: 70px;
		line-height: 25px;
		padding: 6px;
		margin: -6% 6%;

	}

	.listview-page .app .numberCircle-header {
		font-size: 28px;
	}

	.listview-page .app .numberCircle-text {
		font-size: 12px;
		line-height: 16px;
	}

	/* ============ gateways ============/
	/* Circle with number - Primary gw  */
	.listview-page .gw .numberCirclePrimary {
		width: 130px;
		height: 130px;
		font-size: 60px;
		line-height: 60px;
		font-weight: 900;
	}

	.listview-page .gw .numberCirclePrimary-header {
		padding-top: 14px;
		display: block;
	}

	.listview-page .gw .numberCirclePrimary-text {
	    font-size: 18px;
		white-space: normal;
		display: block;
		line-height: 22px;
	}

	/* Circle with number - secondary gw */
	.listview-page .gw .numberCircle {
		width: 70px;
		height: 70px;
		line-height: 35px;
		font-weight: 900;
	}

	.listview-page .gw .numberCircle-header {
		font-size: 28px;
	}

	.listview-page .gw .numberCircle-text {
		font-size: 12px;
		white-space: normal;
		line-height: 16px;
	}

	/* ============ devices =============/
	/* Circle with number - on chart */
	.listview-page .numberCircleChart {
		width: 50px;
		height: 50px;
		padding: 10px;
		font-size: 16px;
		line-height: 30px;
		font-weight: 900;
	}

	.listview-page .numberCircleChart-header {
		font-size: 20px;
	}

	.listview-page .numberCircleChart-text {
		font-size: 12px;
		line-height: 16px;
	}

}

@media ( min-width: 70em ) {

	.listview-page ul {
		margin: 0em 5em !important;
	}

	.listview-page .ui-listview li {
		width: 40%;
		height: 21em;
	}

	/* ========= applications ===========/
	/* Circle with number - Primary app */
	.listview-page .app .numberCirclePrimary {
		width: 135px;
		height: 135px;
		font-size: 60px;
		line-height: 60px;
	}

	.listview-page .app .numberCirclePrimary-text {
		font-size: 19px;
		line-height: 24px;
	}

	/* Circle with number - secondary app */
	.listview-page .app .numberCircle {
		width: 90px;
		height: 90px;
		line-height: 36px;
		padding: 8px;
		margin: -25px 35px;
	}

	.listview-page .app .numberCircle-header {
		font-size: 30px;
	}

	.listview-page .app .numberCircle-text {
		font-size: 14px;
		line-height: 18px;
	}

	/* ============ gateways ============/
	/* Circle with number - Primary gw  */
	.listview-page .gw .numberCirclePrimary {
		width: 180px;
		height: 180px;
		font-size: 75px;
		line-height: 92px;
	}

	.listview-page .gw .numberCirclePrimary-header {
		padding-top: 15px;
	}

	.listview-page .gw .numberCirclePrimary-text {
		font-size: 20px;
		white-space: normal;
		line-height: 25px;
	}	

	/* Circle with number - secondary */
	.listview-page .gw .numberCircle {
		width: 90px;
		height: 90px;
		line-height: 45px;
	}

	.listview-page .gw .numberCircle-header {
		font-size: 30px;
	}

	.listview-page .gw .numberCircle-text {
		font-size: 14px;
		white-space: normal;
		line-height: 16px;
	}

	/* ============ devices =============/
	/* Circle with number - on chart */
	.listview-page .numberCircleChart {
		width: 50px;
		height: 50px;
		padding: 10px;
		font-size: 16px;
		line-height: 30px;
	}

	.listview-page .numberCircleChart-header {
		font-size: 25px;
	}

	.listview-page .numberCircleChart-text {
		font-size: 14px;
		line-height: 16px;
	}

	.listview-page .chart-container {
		top: 8%;
	}

	/* Text box */
	.listview-page .textBox {
		font-size: 18px;
		height: 73px;
		line-height: 36.5px;
	}

}

