.mui-control-content {
	background-color: white;
	min-height: 435px;
}

.mui-control-content .mui-loading {
	margin-top: 50px;
}


/*========================================================*/

.mui-content {
	margin: 10px;
}

.mui-segmented-control.mui-segmented-control-inverted .mui-control-item {
	border-bottom: 1px solid #CCCCCC;
}

.mui-slider .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
	color: #6CCAC9;
	border-bottom: 1px solid #6CCAC9;
}

.mui-segmented-control {
	font-size: 13px;
}

.app-statistics {
	margin-bottom: 20px;
}

.app-statistics-right {
	display: block;
	line-height: 13px;
	border-right: 1px solid #CCCCCC;
}

.app-scroll {}

.app-scroll span {
	font-weight: bold;
	line-height: 30px;
}

.app-scroll button {
	font-size: 12px;
	line-height: 16px;
}

.app-select {
	width: 70px;
	border: 0;
	margin-left: 5px;
	background: #6CCAC9;
	color: white;
}

.app-table-view {
	margin-top: 20px;
	font-size: 12px;
	width: 100%;
	text-align: center;
}

.app-table-view tr {
	margin: 10px;
	line-height: 35px;
	border-bottom: 1px solid #CCCCCC;
}

.app-table-view .app-title {
	background: #EEEEEE;
}