.fa-cog {
	font-size: 4rem;
	margin-right: 1rem;
	cursor: pointer;
	color: gray;
}
.fa-cog:hover, .fa-cog.text-success:hover {
	color: #212529;
}
.comment-text {
	font-size: 0.8rem;
}
.modal-title {
	font-size: 1rem;
	margin: 0;
	color: white;
}
.loader {
	height: 3rem;
	width: auto;
}
.tHead {
	font-weight: bold;
	margin: 1rem 0 0.5rem 0;
}
.addTimerIcon {
	cursor: pointer;
}
.fa-alarm-plus {
	font-size: 4rem;
	color: #28a745;
}
.fa-alarm-plus:hover {
	color: green;
}
.fa-alarm-snooze {
	font-size: 4rem;
	color: #dc3545;
}
.fa-alarm-snooze:hover {
	color: red;
}
.newTimerLayer {
	display: none;
}
.fs09 {
	font-size: 0.9rem;
}
.timerState {
	font-size: 2rem;
}
div.timer {
	line-height: 2.5rem;
}
.fa-check-double {
	font-size: 0.8rem;
	position: absolute;
	margin: 2px 0 0 7px;
}
.deleteTimer {
	font-size: 2rem;
	cursor: pointer;
}
.deleteTimer:hover {
	color: #dc3545;
}
.setWorkLayer img {
	height: 2.4rem;
}
.fa-internet-explorer, .fa-history, .fa-clock {
	font-size: 4rem;
	float: right;
 }
.fa-minus-circle, .fa-plus-circle {
	font-size: 0.8rem;
}

body, #changeDevice {
	font-size: 2.5rem!important;
}
.wait1 {
	height: 3.5rem;
}
.pointer {
	cursor: pointer;
}
.selectIconsDiv {
	font-size: 4rem;
	text-align: center;
	position: fixed;
	width: 100%;
	background-color: white;
	left:0;
	right: 0;
	top: 0;
	padding-top: 2rem;
	padding-bottom: 1rem;
	-webkit-box-shadow: -1px 4px 8px 0px rgba(169, 169, 169, 0.2);
	-moz-box-shadow: -1px 4px 8px 0px rgba(169, 169, 169, 0.2);
	box-shadow: -1px 4px 8px 0px rgba(169, 169, 169, 0.2);
	max-height: 7rem;
	overflow-x: scroll;
	white-space: nowrap;
}
.selectIconsDiv .selectIcons:not(:last-child) {
	margin: 0 2rem;
}
.selectIconsDiv .selectIcons:last-child {
	margin: 0 4rem 0 2rem;
}
.selectIconsDiv .selectIcons:first-child {
	margin: 0 2rem 0 4rem;
}
.selectIconsDiv::-webkit-scrollbar {
  display: none;
}
.waitLayer {
	text-align: center;
}
.waitLayer img {
	height: 5rem;
	margin-right: 2rem;
}
#dataContainer {
	margin-top: 6rem;
}
.reloadPage {
	cursor: pointer;
	font-size: 2rem;
	position: absolute;
	right: 3rem;
	top: 1rem;
	color: gray;
}
.statDiv {
	width: 100%;
	height: 300px;
}
.statDiv.power {
	height: 700px;
}
.chartLayer {
	background: white;
	width: 100%;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.closeChart {
	font-size: 5rem;
	z-index: 110;
	position: fixed;
	top: 1 rem;
	right: 0;
}
.chartLayer .loader {
	height: 4rem;
	margin: 2rem;
}
.pwd1 {
	margin-left: 8rem;
	position: relative;
	margin-bottom: 3rem;
	line-height: 1.7rem;
}
.pwd2 {
	position: absolute;
	left: -7rem;
	font-size: 7rem;
}
.pwd2.s1 {
	left: -5.5rem;
}
span.l1k, span.l1a, span.l2k, span.l2a, span.l3k, span.l3a, span.l4k, span.l4a {
	width: 8rem;
}
span.lt {
	width: 3rem;
	font-size: 1rem;
}
.updatedLayer {
	color: blue;

}
.updatedLayer {
  color: gray;
  animation-name: updCol;
  animation-duration: 4s;
}
@keyframes updCol {
  0%   {color:gray;}
  25%  {color:blue;}
  75%  {color:blue;}
  100% {color:gray;}
}
.timeFilter {
	width: 8rem;
	height: 8rem;
	cursor: pointer;
}
.timeFilter img {
	height: 5rem;
	margin-top: 1.5rem;
}
.chartLayer .wait {
	margin: 10rem calc(50% - 5rem);
	position: fixed;
	height: 10rem;
}
.resetEnergy img {
	height: 3rem;
	padding: 0 5.5rem;
}
.switchLightDiv {
	width: 14rem;
	margin-bottom: 2rem;
}
.switchLightDiv:not(:first-child) {
	margin-left: 1rem;
}
.switchLight {
	border: 1px solid red;
	min-height: 12rem;
	max-width: 14rem;
}
.switchLight .button {
	cursor: pointer;
	display: inline-block;
	width: 50%;
	height: 12rem;
	padding-top: 7rem;
}