body {
	height: 100vh;
	background: white;
	font-family: 'Roboto', Sans-Serif !important;
}
.center-login{
	width: 300px;
	height: 414px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	margin-top: 5px;
}
.form-login-block{
	-webkit-box-shadow: 0 0 30px 0px rgb(0, 0, 0, 0.12);
	box-shadow: 0 0 30px 0px rgb(0, 0, 0, 0.12);
	border-radius: 10px;
	background: white;
}
.smart-form fieldset {
	background: transparent;
	padding: 25px !important;
}
.smart-form fieldset img {
	height: 83px;
	width: auto;
	margin: 0 auto;
	display: block;
}
.smart-form .label{
	font-weight: 600;
	font-size: 14px;
	color: #616161;
}
.smart-form .btn{
	width: 100%;
	font-size: 14px;
	margin-top: 13px;
	font-weight: 500;
	background: #616161;
}
.color-thead{
	background: #C9C9C9 !important;
}

.pnt {
	padding: 8px;
}
.point {
	display: flex;
	/*border-radius: 5px;*/
  border-radius: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	border: 1px solid transparent;
	/*border-left-width: 5px;*/
	padding: 8px;
	/*box-shadow: 5px 5px 10px 0px rgba(14, 15, 53, 0.29);*/
}
.stts {
	border-left-width: 1px;
	border-top-width: 5px;
}
.small {
	padding: 2px;
}
.btnsmall {
	padding: 4px;
}
.clr-on {
	border-color: #a9d3aa;
	background-color: #e4eedf;	
}
.clr-off {
	border-color: #b0b0b0;
	background-color: #e5e5e5;	
}
.clr-inf {
	border-color: #9cb6c5;
	background-color: #e0e9ed;	
}
.clr-alt {
	border-color: #e6e600;
	background-color: #ffffdf;	
}
.clr-war {
	border-color: #ff8000;
	background-color: #ffecd9;	
}
.clr-err {
	border-color: #ff6c6c;
	background-color: #ffd9d9;	
}
.infdata {
	padding-left: 4px;
	padding-right: 4px;
}
.mindata {
	padding-left: 5px;
}
.infnobd {
	display: flex;
	margin-bottom: 0px;
	margin-top: 8px;
	padding: 5px;
}
.infthin {
	display: flex;
	border-radius: 5px;
	margin-bottom: 0px;
	margin-top: 8px;
	border: 1px solid transparent;
	padding: 5px;
}
.inflrbd {
	display: flex;
	border-radius: 5px;
	margin-bottom: 0px;
	margin-top: 8px;
	border: 1px solid transparent;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	padding: 5px;
}
.dataclr-inf {
	border-color: #949494;
}
.dataclr-txt {
	font-size: small;
	color: #b1b1b1;	
}
.dataclr-val {
	font-size: 1.2em;
	color: #000000;	
}


.text-on {
	color: #98c999;
}
.text-off {
	color: #e77c7c;
}
.text-gray {
	color: #838383;
}
.fa-1x5 {
	font-size: 1.5em;
}
.vcenter{
	display: flex;
	align-items: center;
}
.hjust{
	display: flex;
	justify-content: center;
}
.mr20{
	margin-right: 20px;
}
.mt0{
	margin-top: 0px;
}
.mb0{
	margin-bottom: 0px;
}
.ml-20{
	margin-left: -35px;
}
.pl7{
	padding-left: 7px;
}
.fontmicro{
	font-size: xx-small;
	color: #b1b1b1;	
}
.progress {
	padding-left: 0px;
	margin: 10px 0 10px 0;
}
.point .easy-pie-chart .percent {
	margin-top: -21px;
}
