.monitoring-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.circles {
  margin-bottom: -10px;
}

.circle {
  display: -webkit-inline-box;
  line-height: 1.2;
}

.circle canvas {
  vertical-align: top;
}

.circle strong {
  position: relative;
  top: 5px;
  left: -41px;
  width: 100%;
  line-height: 40px;
  font-size: 13px;
  color: #5AB9EA;
  font-weight: 700;
}

.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: 400;
}

.circle span {
  display: block;
  color: #aaa;
  margin-top: 12px;
}

.monitoring-content {
	background: #efefef;
	color: #000;
	margin-bottom: 10px;
	border-radius: 3px 3px 0px 0px;
}

.monitoring-content:hover {
	cursor: pointer;
}

.monitoring-content__header {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	justify-content: space-between;

	padding: 10px 10px 0px 10px;
}

.monitoring-content__body {
	padding: 3px 10px 10px 10px;
}

.monitoring-content__desc,
.monitoring-content__disable  {
	color: #7b7b7b;
}

.monitoring-content__name {
	font-weight: 600;
}

.monitoring-content__status {
	
}

.monitoring-content__bar {
	height: 3px;
	width: 100%;
	background: #eaeaea;
}

.monitoring-content__bar-value {
	background: #ff8c40;
	height: 3px;
	max-width: 100%;
}

.monitoring-content__stats {
	background: #efefef;
	color: #000;
	padding: 10px;
	border-radius: 3px;
}

.monitoring-content__full,
.monitoring-content__record {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	justify-content: space-between;
}

.monitoring-content__key {
	font-weight: 600;
}
.monitoring-content__value {
	color: #7b7b7b;
}