.slideInRight {
	animation-name: slideInRight;
}
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
 @keyframes slideInRight {
 from {
 transform: translate3d(100%, 0, 0);
 visibility: visible;
}
to {
	transform: translate3d(0, 0, 0);
}
}
.important-blue {
	width: 80px;
	height: 80px;
	line-height: 80px
}
.gray-box-activ, .green-box-activ, .magenta-box-activ {
	width: 70px !important;
	height: 70px !important;
	line-height: 70px !important;
	;
	font-size: 35px !important;
}
 .green-box-activ::after {
 display: block;
 clear: both;
 content: "";
 background: url(tick.png) no-repeat;
 background-size: auto;
 height: 40px;
 width: 40px;
 background-size: 40px;
 position: absolute;
 top: 18px;
 left: 0;
 right: 0;
 margin: 0 auto;
}
.img-text-area {
	color: #000;
	margin: 16px auto;
	border-bottom: 0px solid #0f9c00;
	font-weight: normal;
	text-align: center;
	position: relative;
}
.area {
	width: 33%;
	float: left;
}
.img-text-area {
	color: #000;
	margin: 16px auto;
	border-bottom: 0px solid #0f9c00;
	font-weight: normal;
	text-align: center;
}
.green-box {
	cursor: pointer;
	width: 60px;
	height: 60px;
	text-align: center;
	background-color: #37aa5c;
	border-radius: 50px;
	font-size: 23px;
	line-height: 61px;
	color: #fff;
}
.gray-box {
	cursor: pointer;
	width: 60px;
	height: 60px;
	text-align: center;
	background-color: #c3cfe5;
	border-radius: 50px;
	font-size: 23px;
	line-height: 61px;
	color: #fff;
}
.magenta-box {
	cursor: pointer;
	width: 60px;
	height: 60px;
	text-align: center;
	background-color: #ab37a6;
	border-radius: 50px;
	font-size: 23px;
	line-height: 61px;
	color: #fff;
}
.magenta-box2 {
    cursor: pointer;
    width: 60px;
    text-align: center;
    border-radius: 50px;
    font-size: 29px !important;
}
.bluetext {
	background: #b9d9ff;
	border: 1px solid #ccc;
	border-radius: 88px;
	padding: 14px 20px;
	margin: 10px 0;
	line-height: 18px;
}
.bt-sub-n {
	border-radius: 20px;
	border: none;
}
.cam-text {
	line-height: 16px;
	font-size: 14px;
	font-weight: 600;
	padding-top: 10px;
	color:#000 !important;
}
.login_btn_width {
	width:190px;
	border-radius: 30px;
}
#dvloader {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
	cursor: pointer;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999999;
	display: none;
}
#dvloader img {
	margin-left: 45%;
	margin-top: 15%
}
.btninfo {
	background: #3aaf9f;
 / Old browsers / background: -moz-linear-gradient(top, #3aaf9f 0 %, #3aaf9f 6 %, #086b57 83 %, #075e4e 100 %);
 / FF3 .6 - 15 / background: -webkit-linear-gradient(top, #3aaf9f 0 %, #3aaf9f 6 %, #086b57 83 %, #075e4e 100 %);
 / Chrome10-25, Safari5 .1 - 6 / background: linear-gradient(to bottom, #3aaf9f 0 %, #3aaf9f 6 %, #086b57 83 %, #075e4e 100 %);
 / W3C, IE10 +, FF16 +, Chrome26 +, Opera12 +, Safari7 + / filter: progid: DXImageTransform . Microsoft . gradient( startColorstr = '#3aaf9f', endColorstr = '#075e4e', GradientType = 0 );
 / IE6-9 / color: #fff;
	border: none;
	height: 30px;
	color: #fff;
	font-weight: 600;
	border-radius: 5px;
	cursor: pointer;
}
.card {
	min-height: 400px;
	height:auto !important;
	padding-top:50px;
}
.aft-helo-p {
	color:#000 !important;
	font-size: 16px;
	margin:10px 0;
	line-height:18px;
	padding-bottom: 16px;
	text-align: center;
}
.logout{margin-bottom: 15px;width: 95px;font-size: 15px;text-align: center;padding: 5px;font-weight: bold;border-radius: 30px;}
.warning-text{ color:#f00; font-weight:bold; margin:15px 0; text-align:center;}
.ploader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	position: relative;
	height: 75px;
	width: 75px;
	margin: 50px auto 0;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
  }
  