@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans.woff2') format('woff2'),
        url('../fonts/OpenSans.woff') format('woff'),
        url('../fonts/OpenSans.ttf') format('truetype'),
        url('../fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype'),
        url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans-Light.woff') format('woff'),
        url('../fonts/OpenSans-Light.ttf') format('truetype'),
        url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
body{
	font-family: 'Open Sans';
	background: #fff;
}
h1,h2,h3,h4,h5,h6{
	font-weight: bold;
}
.LgnMn{
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
}
.LgnMn:after{
	content: "";
	width: 120%;
	height: 1080px;
	background: rgba(78,186,110,0.9);
	position: fixed;
	top: 600px;
	right: -62%;
	-webkit-transform: rotate(55deg);
	-moz-transform: rotate(55deg);
	-ms-transform: rotate(55deg);
	-o-transform: rotate(55deg);
	transform: rotate(55deg);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	-webkit-animation: balloon3 5s ease-in-out infinite;
	-moz-animation: balloon3 5s ease-in-out infinite;
	-ms-animation: balloon3 5s ease-in-out infinite;
	-o-animation: balloon3 5s ease-in-out infinite;
	animation: balloon3 5s ease-in-out infinite;
}
@-webkit-keyframes balloon3 {
	0%,100%{ -webkit-transform:translate(0, -10px) rotate(55deg);}
	50%{ -webkit-transform:translate(-20px, 30px) rotate(55deg); }
}
@-moz-keyframes balloon3 {
	0%,100%{ -moz-transform:translate(0, -10px) rotate(55deg);}
	50%{ -moz-transform:translate(-20px, 30px) rotate(55deg); }
}
@-o-keyframes balloon3 {
	0%,100%{ -o-transform:translate(0, -10px) rotate(55deg);}
	50%{ -o-transform:translate(-20px, 30px) rotate(55deg); }
}
@keyframes balloon3 {
	0%,100%{ transform:translate(0, -10px) rotate(55deg);}
	50%{ transform:translate(-20px, 30px) rotate(55deg); }
}
.LgnMn:before{
	content: "";
	width: 60%;
	height: 1080px;
	background: rgba(78,186,110,0.6);
	position: fixed;
	top: 0px;
	right: -18%;
	-webkit-transform: rotate(55deg);
	-moz-transform: rotate(55deg);
	-ms-transform: rotate(55deg);
	-o-transform: rotate(55deg);
	transform: rotate(55deg);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	-webkit-animation: balloon4 5s ease-in-out infinite;
	-moz-animation: balloon4 5s ease-in-out infinite;
	-ms-animation: balloon4 5s ease-in-out infinite;
	-o-animation: balloon4 5s ease-in-out infinite;
	animation: balloon4 5s ease-in-out infinite;
}
@-webkit-keyframes balloon4 {
	0%,100%{ -webkit-transform:translate(0, -20px) rotate(55deg);}
	50%{ -webkit-transform:translate(-10px, 40px) rotate(55deg); }
}
@-moz-keyframes balloon4 {
	0%,100%{ -moz-transform:translate(0, -20px) rotate(55deg);}
	50%{ -moz-transform:translate(-10px, 40px) rotate(55deg); }
}
@-o-keyframes balloon4 {
	0%,100%{ -o-transform:translate(0, -20px) rotate(55deg);}
	50%{ -o-transform:translate(-10px, 40px) rotate(55deg); }
}
@keyframes balloon4 {
	0%,100%{ transform:translate(0, -20px) rotate(55deg);}
	50%{ transform:translate(-10px, 40px) rotate(55deg); }
}
.LgnMn .container{
	display: inline-block;
	margin-top: 10%;
	background: #fff;
	padding: 40px 20px;
	-webkit-box-shadow: 0px 0px 18px #dfd9d9;
	-moz-box-shadow: 0px 0px 18px #dfd9d9;
	-ms-box-shadow: 0px 0px 18px #dfd9d9;
	-o-box-shadow: 0px 0px 18px #dfd9d9;
	box-shadow: 0px 0px 18px #dfd9d9;
	height: 580px;
}
.LgnLft{
	float: left;
	width: 100%;
	padding-top: 80px;
	overflow: hidden;
	height: 580px;
	position: relative;
	z-index: 1;
}
.DvRpt{
	float: left;
	width: 100%;
	text-align: left;
}
.DvRpt h3{
	float: left;
	width: 100%;
	text-align: center;
	color: #4EBA6E;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.DvRpt .form-group{
	float: left;
	width: 100%;
}
.DvRpt .form-group .form-control{
	border-color: #4eba6e;
	border-width: 2px;
	height: 50px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
.BtnLft{
	float: left;
}
.BtnLft input[type="submit"]{
	background: #4eba6e;
	color:#fff;
	border-color:#4eba6e;
	text-transform: uppercase;
	font-size: 14px;
}
.BtnLft input[type="submit"]:hover , .BtnLft input[type="submit"]:focus , .BtnLft input[type="submit"]:active{
	text-decoration: none;
	-webkit-box-shadow: 0 0 0 .2rem rgba(78, 186, 110, 0.5)!important;
	-moz-box-shadow: 0 0 0 .2rem rgba(78, 186, 110, 0.5)!important;
	-ms-box-shadow: 0 0 0 .2rem rgba(78, 186, 110, 0.5)!important;
	-o-box-shadow: 0 0 0 .2rem rgba(78, 186, 110, 0.5)!important;
	box-shadow: 0 0 0 .2rem rgba(78, 186, 110, 0.5)!important;
	background: #47a864!important;
	border-color:#47a864!important;
}
.BtnRt{
	float: right;
}
.BtnRt a{
	float: right;
	color: #4eba6e;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
}
.BtnRt.Gstr{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
}
.BtnRt.Gstr a{
	float: none;
	margin: 0px;
}
.LgnRt{
	float: right;
	width: 320px;
	height: 420px;
	background: #fff;
	position: relative;
	z-index: 1;
	margin-right: 20px;
	-webkit-box-shadow: 0px 0px 18px #dfd9d9;
	-moz-box-shadow: 0px 0px 18px #dfd9d9;
	-ms-box-shadow: 0px 0px 18px #dfd9d9;
	-o-box-shadow: 0px 0px 18px #dfd9d9;
	box-shadow: 0px 0px 18px #dfd9d9;
}
.Lgn_logo{
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	background: #fff;
	z-index: 2;
}
.Lgn_logo:after{
	content:"";
	width: 200px;
	height: 200px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #4eba6e;
	position: relative;
	display: inline-block;
}
.Lgn_logo span{
	float: left;
	width: 100%;
}
.Lgn_logo img{
	display: inline-block;
	z-index: 1;
	width: 190px;
	margin: 0 0 -200px 0;
	position: relative;
}
.Lgn_Dctn{
	float: left;
	width: 100%;
	background: #fff;
	margin: -70px 0 0 0;
	z-index: 2;
	position: relative;
	padding: 20px 35px 10px;
	height: 250px;
}
.Lgn_Dctn h3{
	float: left;
	width: 100%;
	color: #4eba6e;
	font-size: 22px;
	margin: 15px 0 20px 0;
}
.Lgn_Dctn p{
	display: inline-block;
	width: 100%;
	font-size:14px;
	line-height: 24px;
}
.cstBp_1{
	float: left;
	width: 100%;
	height: 340px;
}
.cstBp_2{
	float: left;
	width: 100%;	
	margin: 100% 0 0 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	height: 450px;
	background: #fff;
	padding: 40% 0 0 0;
}
.cstBp_2.active{
	margin: -100% 0 0 0;
}
.cstBp_2 .BtnLft {
    width: 100%;
    text-align: center;
}
.cstBp_3{
	float: left;
	width: 100%;	
	margin: 100% 0 0 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	height: 600px;
	background: #fff;
	padding: 40% 0 0 0;
}
.cstBp_3.active{
	margin: -1494px 0 0 0;
}
.cstBp_3 .BtnLft {
    width: 100%;
    text-align: center;
}
/****************************/
.Login_Bg{
    float:left;
    width:100%;
    padding-top:110px;
}
.LbLgn img{
	width: 100%;
	height: 100%;
	position:fixed;
	top: 0;
	left: 0;
}
.login_Lft{
    float:left;
    width:100%;
}
.LoginTtl{
    float:left;
    width:100%;
    text-align:center;
}
.LoginTtl h1 {
    float: left;
    width: 100%;
    color: #4eba6e;
    font-size:80px;
}
.LoginTtl img{
    display:inline-block;
}
.login_frm{
    float:left;
    width:100%;
    margin-top:60px;
}
.login_frm .form-group {
    float: left;
    width: 100%;
}
.login_frm .form-group label {
    float: left;
    background: #fff;
    font-size: 40px;
    color: #333;
    margin: 0 0 -28px 20px;
    position: relative;
    padding: 0 15px 0 10px;
}
.login_frm .form-group input[type="text"], .login_frm .form-group input[type="password"], .login_frm .form-group input[type="number"] {
    float: left;
    width: 100%;
    height: 90px;
    font-size: 35px;
    color: #333;
    padding-left: 30px;
    padding-right: 30px;
	-webkit-box-shadow: 2px 3px 9px #ddd;
	-moz-box-shadow: 2px 3px 9px #ddd;
	-ms-box-shadow: 2px 3px 9px #ddd;
	-o-box-shadow: 2px 3px 9px #ddd;
	box-shadow: 2px 3px 9px #ddd;
}
.login_frm .form-group:hover label, .login_frm .form-group:focus label {
    color: #4eba6e;
}
.login_frm .form-group:hover input[type="text"], .login_frm .form-group:focus input[type="text"] {
    border-color: #4eba6e; 
}
.login_frm .form-group:hover input[type="number"], .login_frm .form-group:focus input[type="number"]{
	border-color: #4eba6e; 
}
.login_frm .form-group:hover input[type="password"], .login_frm .form-group:focus input[type="password"] {
    border-color: #4eba6e;
}
.login_frm .form-group input[type="text"]:hover, .login_frm .form-group input[type="password"]:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.lgnCkBx{
    float:left;
    width:100%;
    margin-top:10px;
}
.lgnCkBx label{
    margin-left:0px!important;
}
.lgnCkBx label span {
    font-size: 36px;
    float: right;
    width: 200px;
    margin: -10px -230px 0 0;
    color: #4eba6e;
}
.login_frm .form-group .col-xl-6{
    padding:0px;
}
.lgnCkBxRt{
    float:right;
}
.lgnCkBxRt a {
    float: right;
    font-size: 36px;
    color: #333;
}
.lgnCkBxRt a:hover, .lgnCkBxRt a:focus {
    text-decoration: none;
    color: #4eba6e;
}
.cstRtCl{
    float:right;
    margin-top:8px;
	display: none;
}
.LoginButton{
    float:left;
    width:100%;
    text-align:center;
    margin:40px 0 0 0;
}/*
.LoginButton input[type="submit"] {
    width: 426px;
    height: 127px;
    background-color: transparent;
    border: none;
    background-image: url(../images/login_btn.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 46px;
    color: #fff;
    padding: 0 0 36px 0;
    cursor:pointer;
}*/
.login_Rt{
    float:left;
    width:100%;
}
.login_Rt img {
    float: right;
	width: 720px;
	margin: -40px -340px 0 0;
}
.CstPntImg img {
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.AdminTp{
	float:left;
	width:100%;
	position: fixed;
	z-index: 1000000;
	top: 0;
	background: #fafbfc;
	padding: 10px 0 10px 0;
	box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}
.AdminTpData{
	float:left;
	width: 100%;
}
.AdminTpData ul{
	float:right;
	margin:0px;
	padding: 0px;
	width: 18%;
}
.AdminTpData ul li{
	float: left;
	list-style: none;
}
.UsrImg{
	float: left;
	margin-right: 10px;
	position: relative;
}
.UsrImg:after{
	content: "";
	width: 46px;
	height: 46px;
	background: transparent;
	border: 2px solid #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	top: 2px;
	left: 2px;
}
.UsrImg img{
	width: 50px;
	border:2px solid #4eba6e;
}
.UsrName{
	float: left;
	width: 65%;
}
.UsrName h4{
	float: left;
	width: 100%;
	color: #4db96d;
	margin: 12px 0 0 0;
	position: relative;
	cursor: pointer;
	font-size: 21px;
}
.UsrName h4 i{
	float: right;
	font-size: 16px;
	position: absolute;
	top: 3px;
	right: -15px;
}	
.AdminTpData ul li input[type="submit"]{
	border: none;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	margin: 6px 0 0 0;
}
.AdminTpData ul li:first-child{
	width: 65%;
	position: relative;
}
.AdminTpData ul li:last-child{
	margin-left:15px;
	width: 26%;
	float: right;
}
.UsrNameData{
	float: left;
	width: 250px;
	position: absolute;
	top: 50px;
	left: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
	padding: 10px 20px;
	background: #fff;
}
.UsrNameData p{
	float: left;
	width: 100%;
	margin: 0px;
}
.AdminMd{
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 40px;
}
.cstLftBg{
	background-image: url(../images/sidebar-1.jpg);
	display: flex;
	z-index: 20000000;
	top: 0;
	overflow: hidden;
	width: 280px;
	position: fixed;
	height: 100%;
	-webkit-box-shadow: 7px 0 60px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 7px 0 60px rgba(0, 0, 0, 0.05);
	-ms-flex-direction: column;
	-o-box-shadow: 7px 0 60px rgba(0, 0, 0, 0.05);
	box-shadow: 7px 0 60px rgba(0, 0, 0, 0.05);
	flex-direction: column;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.cstLftBg:after{
	content:"";
	left: 0;
	display: flex;
	z-index: 20000000;
	top: 0;
	overflow: hidden;
	width: 280px;
	position: fixed;
	height: 100%;
	background-color: rgba(78,186,110,0.9);
}
.AdminLftBr{
	float: left;
	width: 100%;
	padding: 15px 10px;
	position: relative;
	z-index: 222222222222222;
}
.SidebarLogo{
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	position: relative;
}
.SidebarLogo:after{
	content: "";
	width: 95%;
	height: 54px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: transparent;
	border: 2px solid #4db96d;
	position: absolute;
	top: 5px;
	left: 5px;
}
.Lgo1{
	display: inline-block!important;
	float: none!important;
	width: 200px!important;
	padding: 10px 0;
}
.SidebarLogo img{
	float: left;
	width: 220px;
}
/**************/
.SidebarContent nav{
	float: left;
	width: 100%;
}
.SidebarContent nav ul{
	float: left;
	width: 100%;
	padding: 0px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.SidebarContent nav ul li{
	float: left;
	width: 100%;
	list-style: none;
	border-bottom: 1px solid #4eba6e;
}
.SidebarContent nav ul li .fa.right.fa-caret-down , .SidebarContent nav ul li .fa.right.fa-caret-up{
	float: right;
	margin-top: 4px;
}
.SidebarContent nav ul li a{
	float: left;
	width: 100%;
	color:#4eba6e;
	padding: 10px 10px 8px 10px;
	font-size: 15px;
}
.SidebarContent nav ul li a .spn1{
	margin-right: 5px;
}
.SidebarContent nav ul li a .spn2{
	font-weight: bold;
}
.SidebarContent nav ul li a:hover , .SidebarContent nav ul li a:focus{
	text-decoration: none;
	outline: none;
	color:#4eba6e;
	background: #eee;
}
.SidebarContent nav ul li ul {
    background: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
.SidebarContent nav ul li ul li{
	border-color: #4eba6e;
}
.SidebarContent nav ul li ul li a{
	color: #4eba6e;
	font-size: 15px;
	padding-left: 32px;
}
.SidebarContent nav ul li ul li a:hover , .SidebarContent nav ul li ul li a:focus{
	background: #f1f4f6;
	color: #4eba6e;
}
/*************/
.SidebarContent{
	float: left;
	width: 100%;
	padding: 10px 0;
}
.cstMnuBtn {
    float: left;
    margin-left: 260px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #f00;
    height: 50px;
    width: 45px;
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -ms-border-radius: 0px 10px 10px 0px;
    -o-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
}
.cstMnuBtn a {
    color: #4eba6e;
    font-size: 26px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.cstMnuBtn a i {
    position: absolute;
    top: 12px;
    left: 14px;
}
.cstMnuBtn a i.fa-chevron-right{
	display: none;
}
body.TpMnu .cstMnuBtn a i.fa-chevron-right{
	display: block;
	font-size: 26px;
}
body.TpMnu .cstMnuBtn a i.fa-times {
    display: none;
}
body.TpMnu .cstLftBg{
	width: 3.6%;
	padding-left: 12px;
}
body.TpMnu .cstMnuBtn {
    margin-left: 2.8%;
}
body.TpMnu .SidebarContent nav ul li a span{
	margin:8px 0 8px -8px;
}
.Lgo2{
	width: 13px!important;
	display: none;
}
body.TpMnu .Lgo2{
	display: block;
	margin: 4px 3px 4px 4px;
} 
body.TpMnu .SidebarLogo::after{
	display: none;
}
body.TpMnu .Lgo1{
	display: none!important;
} 
.spn1{
	margin: 2px 0 0 0;
}
body.TpMnu .spn2 , body.TpMnu .fa-caret-down{
	display: none;
}
body.TpMnu .SidebarContent nav ul{
	background: transparent;
}
body.TpMnu .SidebarContent nav ul li a{
	color:#fff;
}
.AdminRtBr {
    float: left;
    width: 100%;
    padding-left: 275px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}	
.cstCaptcha{
	float: left;
	width: 100%;
	padding: 20px 0;
}
.cstCaptcha h3{
	float: left;
	width: 100%;
}
.cstCaptcha h3 span{
	color:#4eba6e;
}
.cstCaptcha h3 .btn.btn-dark{
	float: right;
	margin: -8px 0 0 0;
}
.AdmnSclLst{
	float: left;
	width: 100%;
	background: #fff;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	min-height: 300px;
	position: relative;
	padding: 40px;
	-webkit-box-shadow: 7px 0 20px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 7px 0 20px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 7px 0 20px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 7px 0 20px rgba(0, 0, 0, 0.05);
	box-shadow: 7px 0 20px rgba(0, 0, 0, 0.05);
}
.AdmnSclLst:after{
	content:"";
	width: 96%;
	height: 94%;
	border: 3px solid #4eba6e;
	position: absolute;
	top: 3%;
	left: 2%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.SclIcn{
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	margin-top: 40px;
}
.SclIcn i{
	display: inline-block;
	color: #4eba6e;
	font-size: 56px;
}
.SclBtn{
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	margin-top: 10px;
}
.SclBtn a{
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	color: #fff !important;
	cursor: pointer;
	margin: 6px;
	white-space: normal !important;
	background: #4eba6e;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
	-ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
	-o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	padding: 6px 20px 4px;
	text-transform: uppercase;
}
.SclBtn a:hover , .SclBtn afocus{
	text-decoration:none;
	outline: none;
	-webkit-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
	-moz-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
	-ms-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
	-o-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
	box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
	box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
}
.TpMnu .AdminRtBr{
	padding-left: 4%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.TblBtn1{
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	color: #fff !important;
	cursor: pointer;
	margin: 0px;
	white-space: normal !important;
	background: #4eba6e;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
	-ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
	-o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	padding: 6px 20px 4px;
	text-transform: uppercase;
}
.TblBtn1:hover , .TblBtn1:focus{
	text-decoration: none;
	outline: none;
	-webkit-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
	-moz-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
	-ms-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
	-o-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
	box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
	box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
}
.AdminDshbrd_Ppp .modal-content{
	border-color:#28a745;
}
.AdminDshbrd_Ppp .modal-header{
	background: #28a745;
	text-align: center;
	display: block;
}
.AdminDshbrd_Ppp .modal-header h4{
	display: inline-block;
	color:#fff;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.AdminDshbrd_Ppp .modal-header .close{
	color: #fff;
	opacity: 1;
	font-size: 38px;
}
.AdminDshbrd_Ppp .MdlBdy{
	float: left;
	width: 100%;
	text-align: center;
}
.AdminDshbrd_Ppp .MdlBdy p{
	color: #111;
	display: inline-block;
	font-size: 24px;
}
.AdminDshbrd_Ppp .modal-body{
	padding-bottom: 0px;
	padding-top: 40px;
}
.AdminDshbrd_Ppp .modal-footer{
	display: block;
	border:none;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 40px;
}
.AdminDshbrd_Ppp .modal-footer .btn{
	display: inline-block;
}
.ResponsiveUsr , .RspcvIcn1 , .RspsvTm , .Rspsv_Out , .RspLgnLgo{
	display: none;
}
.Form_Error label{
	color: #ff0022!important;
}
.form-group.Form_Error input[type="text"], .form-group.Form_Error input[type="password"]{
	border-color: #ff0022;
}
.ErrorMsg{
	float: left;
	width: 100%;
	font-size: 18px;
	color: #ff0022!important;
	margin: 10px 0 0 0;
}
.sclFrm .login_frm {
    margin-top: 0px;
	margin-bottom: 20px;
}
.sclFrm .login_frm .form-group{
	margin:0px;
	float: left;
	width: 100%;
}
.sclFrm .login_frm ul{
	float: left;
	margin: -8px 0 0 0;
	padding: 0 0 0 2px;
}
.sclFrm .login_frm ul li{
	display: inline-block;
	list-style: none;
	margin: 0 0px 0 0;
}
.sclFrm .login_frm ul li:last-child{
	margin: 0px;
}
.sclFrm .login_frm .form-group label {
    font-size: 14px;
    margin: 0 0 5px 0px;
	position: relative;
	padding: 1px 15px 0px 0px;
	color: #000;
}
.sclFrm .login_frm .form-group input[type="text"], .sclFrm .login_frm .form-group input[type="password"], .sclFrm .login_frm .form-group input[type="number"] {
    height: 70px;
    font-size: 20px;
    padding-top: 8px;
	background: #fff;
}
.sclFrm .login_frm .form-group select , .sclFrm .login_frm .form-group textarea {
    float: left;
    width: 100%;
    height: 70px;
    font-size: 20px;
    color: #333;
    padding-left: 30px;
    padding-right: 30px;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;
    padding-top: 5px;
	background: #fff;
	-webkit-box-shadow: 2px 3px 9px #ddd;
	-moz-box-shadow: 2px 3px 9px #ddd;
	-ms-box-shadow: 2px 3px 9px #ddd;
	-o-box-shadow: 2px 3px 9px #ddd;
	box-shadow: 2px 3px 9px #ddd;
}
.sclFrm .login_frm .form-group textarea{
	height: 200px;
	resize: none;
	background: #fff;
}
.sclFrm .login_frm .form-group:hover textarea , .sclFrm .login_frm .form-group:focus textarea{
	border-color: #4eba6e;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.sclFrm .login_frm .form-group:hover select, .sclFrm .login_frm .form-group:focus select {
    border-color: #4eba6e;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.sclFrm .login_frm .form-group select:focus{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
/************* Start Select Search *************/
/*
.sclFrm select {
    display: none !important;
}
*/
.sclFrm .dropdown-select {
    float: left;
    width: 100%;
    height: 70px;
    font-size: 20px;
    color: #333;
    padding-left: 30px;
    padding-right: 30px;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;
    padding-top: 20px;
	background: #fff;
	-webkit-box-shadow: 2px 3px 9px #ddd;
	-moz-box-shadow: 2px 3px 9px #ddd;
	-ms-box-shadow: 2px 3px 9px #ddd;
	-o-box-shadow: 2px 3px 9px #ddd;
	box-shadow: 2px 3px 9px #ddd;
}
.sclFrm .dropdown-select:active,
.sclFrm .dropdown-select.open {
    border-color: #4eba6e;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
    box-shadow: none;
}
.sclFrm .dropdown-select:after {
    height: 0;
	width: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #000;
	-webkit-transform: origin(50% 20%);
	-moz-transform: origin(50% 20%);
	-ms-transform: origin(50% 20%);
	-o-transform: origin(50% 20%);
	transform: origin(50% 20%);
	transition: all 0.125s ease-in-out;
	content: '';
	display: block;
	pointer-events: none;
	position: absolute;
	right: 40px;
	top: 50%;
}
.sclFrm .dropdown-select.open:after {
    -webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
    transform: rotate(-180deg);
	border-top-color: #4eba6e;
}
.sclFrm .dropdown-select.open .list {
    -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}
.sclFrm .dropdown-select.open .option {
    cursor: pointer;
}
.sclFrm .dropdown-select.wide {
    width: 100%;
}
.sclFrm .dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important;
	margin: -20px 0 0 0;
}
.sclFrm .dropdown-select .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-ms-transform: scale(0.75);
	-o-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
    transform-origin: 50% 0;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
	-ms-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
	-o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #ddd;
}
.sclFrm .dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.sclFrm .dropdown-select .dd-search{
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0.5rem;
}
.sclFrm .dropdown-select .dd-searchbox{
	width:90%;
	padding:0.5rem;
	border:1px solid #999;
	border-color:#999;
	border-radius:4px;
	outline:none;
}
.sclFrm .dropdown-select .dd-searchbox:focus{
	  border-color:#12CBC4;
}
.sclFrm .dropdown-select .list ul {
    padding: 0;
}
.sclFrm .dropdown-select .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    list-style: none;
}
.sclFrm .dropdown-select .option:hover{
    background-color: #4eba6e !important;
	color: #fff!important;
}
.sclFrm .dropdown-select .option.selected {
    font-weight: 600;
    color: #4eba6e;
}
.sclFrm .dropdown-select .option.selected:focus {
    background: #f6f6f6;
}
.sclFrm .dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.sclFrm .dropdown-select a:hover {
    color: #666;
}
.sclFrm .form-control:hover , .sclFrm .form-control:focus{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
/************* End Select Search *************/
.sclFrm .LoginButton {
    margin: 20px 0 0 0;
} /*
.sclFrm .LoginButton input[type="submit"]{
	background-image: none;	
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	color: #fff !important;
	cursor: pointer;
	margin: 6px;
	white-space: normal !important;
	background: #4eba6e;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
	-ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
	-o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
	padding: 10px 20px 8px;
	text-transform: uppercase;
	font-size: 16px;
	height: auto;
	width: 150px;
	position: relative;
} */
.sclFrm .LoginButton input[type="submit"]:focus{
	-webkit-box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.125);
	-moz-box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.125);
	-ms-box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.125);
	-o-box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.125);
	box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.125);
}
.LoginButton1{
	float: right;
	width: auto;
}
.LoginButton2{
	float: left;
	width: auto;
}
/*********** Start Animation of Radio Buttons *************/
.Rdo input[type="radio"] {
  display: none;
}
.Rdo input[type="radio"] + label {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  margin-right: 32px;
  cursor: pointer;
  line-height: 16px;
  transition: all .2s ease-in-out;
  margin-bottom: 10px;
}
.Rdo input[type="radio"] + label:before, input[type="radio"] + label:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  text-align: center;
  color: #f5f5f5;
  font-family: Times;
  border-radius: 50%;
  transition: all .3s ease;
}
.Rdo input[type="radio"] + label:before {
  box-shadow: inset 0 0 0 1px #666565, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #44BB6E;
}
.Rdo input[type="radio"] + label:hover {
  color: #44BB6E;
}
.Rdo input[type="radio"] + label:hover:before {
  animation-duration: .5s;
  animation-name: change-size;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  box-shadow: inset 0 0 0 1px #44BB6E, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #44BB6E;
}
.Rdo input[type="radio"]:checked + label:hover {
  color: #333333;
  cursor: default;
}
.Rdo input[type="radio"]:checked + label:before {
  animation-duration: .2s;
  animation-name: select-radio;
  animation-iteration-count: 1;
  animation-direction: Normal;
  box-shadow: inset 0 0 0 1px #44BB6E, inset 0 0 0 3px #FFFFFF, inset 0 0 0 16px #44BB6E;
}

@keyframes change-size {
  from {
    box-shadow: 0 0 0 0 #44BB6E, inset 0 0 0 1px #44BB6E, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #44BB6E;
  }
  to {
    box-shadow: 0 0 0 1px #44BB6E, inset 0 0 0 1px #44BB6E, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #44BB6E;
  }
}
@keyframes select-radio {
  0% {
    box-shadow: 0 0 0 0 #91DEAC, inset 0 0 0 2px #FFFFFF, inset 0 0 0 3px #44BB6E, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #44BB6E;
  }
  90% {
    box-shadow: 0 0 0 10px #E8FFF0, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #44BB6E, inset 0 0 0 2px #FFFFFF, inset 0 0 0 16px #44BB6E;
  }
  100% {
    box-shadow: 0 0 0 12px #E8FFF0, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #44BB6E, inset 0 0 0 3px #FFFFFF, inset 0 0 0 16px #44BB6E;
  }
}
@keyframes select-checkbox {
  0% {
    box-shadow: 0 0 0 0 #91DEAC, inset 0 0 0 2px #FFFFFF, inset 0 0 0 3px #44BB6E, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #44BB6E;
  }
  90% {
    box-shadow: 0 0 0 10px #E8FFF0, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #44BB6E, inset 0 0 0 0 #FFFFFF, inset 0 0 0 16px #44BB6E;
  }
  100% {
    box-shadow: 0 0 0 12px #E8FFF0, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #44BB6E, inset 0 0 0 0 #FFFFFF, inset 0 0 0 16px #44BB6E;
  }
}
/*********** End Animation of Radio Buttons *************/
.login_frm .LoginButton2 .btn.btn-warning{
	color: #212529;
	background-color: #333;
	border-color: #333;
}
/*
.srchBx .LoginButton input[type="submit"]{
	padding: 21px 0 18px;
	width: 240px;
	margin: 7px 0 0 0;
} */
.AdminDshbrd_Ppp .modal-body .MdlBdy .sclFrm .login_frm .form-group label{
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-ms-border-radius: 10px 10px 0px 0px;
	-o-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
.cstBkBtns .backBtn img{
	width: 70px;
	margin: -5px 0 0 0;
}
.modal-backdrop{
	z-index: 1040000000;
}
.modal{
	z-index: 1050000000;
}
.QstnTtl label{
	background: transparent!important;
	font-size: 30px!important;
	margin: -20px 0 20px 0 !important;
	padding: 0px!important;
	float: left;
}
body .CkBmMdl label:hover , body .CkBmMdl label:focus{
	color:#333!important;
}
.CkBmMdl .lgnCkBx label span {
    font-size: 24px;
    float: left;
    width: 290px;
    margin: 0px 0px 0 40px;
    text-align: left;
}
.CkBmMdl .lgnCkBx .check-box{
	height: 30px;
	width: 30px;
}
.CkBmMdl .lgnCkBx .check-box::after {
    top: 12px;
}
.CkBmMdl .lgnCkBx .check-box::before{
	top: 18px;
}
.CkBmMdl .lgnCkBx input[type="checkbox"]:checked + .check-box::before, .CkBmMdl .lgnCkBx .check-box.checked::before{
	top: 22px;
	left: 15px;
	height: 35px!important;
	-moz-animation: dothatopcheck_1 0.4s ease 0s forwards!important;
	-o-animation: dothatopcheck_1 0.4s ease 0s forwards!important;
	-webkit-animation: dothatopcheck_1 0.4s ease 0s forwards!important;
	animation: dothatopcheck_1 0.4s ease 0s forwards!important;
}
.CkBmMdl .lgnCkBx input[type="checkbox"]:checked + .check-box::after, .CkBmMdl .lgnCkBx .check-box.checked::after {
    height: 2px;
    -moz-animation: dothabottomcheck_2 0.2s ease 0s forwards!important;
    -o-animation: dothabottomcheck_2 0.2s ease 0s forwards!important;
    -webkit-animation: dothabottomcheck_2 0.2s ease 0s forwards!important;
    animation: dothabottomcheck_2 0.2s ease 0s forwards!important;
}
@keyframes dothatopcheck_1 {
    0% {
        height: 0;
    }
    50% {
        height: 0;
    }
    100% {
        height: 35px!important;
    }
}
@-webkit-keyframes dothatopcheck_1 {
    0% {
        height: 0;
    }
    50% {
        height: 0;
    }
    100% {
        height: 35px!important;
    }
}
@-moz-keyframes dothatopcheck_1 {
    0% {
        height: 0;
    }
    50% {
        height: 0;
    }
    100% {
       height: 35px!important;
    }
}
@-moz-keyframes dothabottomcheck_2 {
    0% {
        height: 0;
    }
    100% {
        height: 16px;
    }
}
@-webkit-keyframes dothabottomcheck_2 {
    0% {
        height: 0;
    }
    100% {
        height: 16px;
    }
}
@keyframes dothabottomcheck_2 {
    0% {
        height: 0;
    }
    100% {
        height: 16px;
    }
}
body .CkBmMdl .lgnCkBx label{
	margin: 0px !important;
	-webkit-border-radius: 5px!important;
	-moz-border-radius: 5px!important;
	-ms-border-radius: 5px!important;
	-o-border-radius: 5px!important;
	border-radius: 5px!important;
}
.CkBmMdl .login_frm .form-group label{
	background:#fff!important;
}
.AddSclFrm.CkBmMdl .login_frm {
    margin-top: 0px;
    margin-bottom: 10px!important;
}
.QstnTtl{
	float: left;
}
.QstnTtl img{
	float: left;
	width: 100%;	
}
.QstnTtl span{
	float: left;
	width: 100%;
	text-align: left;
}
.NbrBtmBdr label{
	margin: 20px 0 10px 0 !important;
}
.cstPppMinHt{
	width: 100%;
	height: 100px;
	overflow-y: scroll;
}
.Bt4Tbl{
	float: left;
	width: 100%;
	border:2px solid #4eba6e;
	margin-bottom: 40px;
}
.Bt4Tbl table{
	margin:0px;
}
.Bt4Tbl table tbody tr td:nth-child(1){
	border-right:2px solid #4eba6e;
}
.Bt4Tbl table tbody tr{
	border-bottom:2px solid #4eba6e;
}
.Bt4Tbl table tbody tr:last-child{
	border-bottom: 0px;
}
.cstInfoBtn .LoginButton .btn-info{
	color: #fff;
	background-color: #17a2b8!important;
	border-color: #17a2b8!important;
}
.cstInfoBtn .LoginButton .btn-info:hover{
	background-color: #138496!important;
	border-color: #117a8b!important;
}
.cstInfoBtn .LoginButton .btn-info:focus{
	-webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)!important;
	-moz-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)!important;
	-ms-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)!important;
	-o-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)!important;
	box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)!important;
}
.sclFrm .Rdo .login_frm .form-group label{
	margin-left:0px;
	background: transparent;
	color:#333;
	border: none;
	font-weight: bold;
}
.sclFrm .Rdo .login_frm .form-group ul{
	margin: 5px 0 0 0;
}
.sclFrm .Rdo .login_frm .form-group ul li label{
	padding-left: 22px;
	font-weight: normal;
}
.cstClsLft{
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}
.cstClsLft ul{
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.cstClsLft ul li{
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
}
.cstClsLft ul li input[type="submit"]{
	padding-bottom: 2px;
}
.cstClsRt{
	float: left;
	width: 100%;
	background: #fff;
	padding: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
	-ms-box-shadow: 0 0 10px #ccc;
	-o-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
	margin: -60px 0 0 0;
}
.cstClsRt ul{
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.cstClsRt ul li{
	display: inline-block;
	list-style: none;
	width: 100%;
	margin: 0 0 10px 0;
}
.cstClsRt ul li:last-child{
	margin-bottom: 0px;
}
.cstClsRt ul li input[type="submit"]{
	padding-bottom: 2px;
	margin-right: 10px;
}
.cstQtnMnDv{
	float: left;
	width: 100%;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
	-ms-box-shadow: 0 0 10px #ccc;
	-o-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
	margin: 20px 0 0 0;
	padding: 25px 20px;
}
.cstQtnMnDv .login_frm{
	margin-top: 0px;
}
.cstQtnMnDv .login_frm .form-group ul{
	float: inherit;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.cstQtnMnDv .login_frm .form-group ul li{
	display: inline-block;
	list-style: none;
	width: 100%;
}
.cstQtnMnDv .login_frm .form-group label{
	font-size: 18px;
}
.cstQtnMnDv .login_frm .form-group:hover label, .cstQtnMnDv .login_frm .form-group:focus label {
    color: #333;
}
.cstQtnMnDv .login_frm .form-group ul li label:hover , .cstQtnMnDv .login_frm .form-group ul li label:focus{
	color: #4eba6e;
}
.cstQtnMnDv_2{
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}
.cstA_B .login_frm{
	width: 13%;
}
.cstA_B .CkBmMdl .lgnCkBx label span {
    margin: 0px 0px 0 30px;
	width: auto;
}
.sclFrm .cstABBtns .LoginButton input[type="submit"]{
	float: left;
	width: 120px;
}
.sclFrm .cstABBtns{
	float: left;
	width: auto;
	margin: 20px 10px 10px;
}
.cstMrks1{
	float: left;
	width: 100%;
	text-align: center;
	margin: 15px 0;
}
.sclFrmRdo .login_frm label{
	width: 100%;
}
.sclFrm.sclFrmRdo .login_frm .form-group label{
	float: left;
	margin-bottom: 0px;
}
.sclFrmRdo .login_frm ul{
	float: left;
	width: 100%;
	margin-top: 15px;
	padding-left: 20px;	
}
.sclFrmRdo .login_frm ul li{
	margin-bottom: 10px;
	width: 80%;
}
.sclFrm.sclFrmRdo .login_frm .form-group ul li label{
	margin: 0 0 0px 20px!important;
}
.TcrDsbrd{
	float: left;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	min-height: 180px;
	box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}
.TcrDsbrd_1{
	background: #f44235;
}
.TcrDsbrd_2{
	background: #4eba6e;
}
.TcrDsbrd_3{
	background: #ff9800;
}
.TcrDsbrd_4{
	background: #34495e;
}
.TcrDsbrdLft{
	float: left;
	width: 35%;
	border-right: 1px solid #fff;
	min-height: 180px;
	text-align: center;
}
.TcrDsbrdLft img{
	display: inline-block;
	width: 60px;
	margin-top: 60px;
}
.TcrDsbrdRt{
	float: left;
	width: 65%;
}
.TcrDsbrdRtTp{
	float: left;
	width: 100%;
	min-height: 80px;
	padding: 20px 0 0 20px;
}
.TcrDsbrdRtTp h4{
	float: left;
	width: 100%;
	color:#fff;
	font-size: 56px;
}
.TcrDsbrdRtBtm{
	float: left;
	width: 100%;
	min-height: 80px;
	border-top: 1px solid #fff;
	padding: 30px 0 0 20px;
}
.TcrDsbrdRtBtm p{
	float: left;
	width: 100%;
	color:#fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}
.cstPieChart{
	float: left;
	width: 100%;
	padding: 0 0 50px 0;
}
.cstPieChart1{
	float: left;
	width: 100%;
	padding: 50px 0 0 0;
}
.TcrDabrdTgl{
	float: left;
	width: 100%;
}
.TcrDabrdTgl .card-header{
	background: #4eba6e;
}
.TcrDabrdTgl .card-header a{
	width: 100%;
	color:#fff;
	display: block;
}
.cstNotification{
	float: left;
	width: 50px;
	position: relative;
	left: 78%;
	top: 12px;
}
.IcnNfyTp{
	float: left;
	width: 100%;
}
.IcnNfyTp a{
	font-size: 30px;
	color: #4eba6e;
	position: relative;
}
.IcnNfyTp a:hover , .IcnNfyTp a:focus{
	color: #4eba6e;
	text-decoration: none;
	outline: none;
}
.cstNtfNo{
	width: 30px;
	height: 30px;
	position: absolute;
	top: -10px;
	right: -10px;
	font-size: 14px;
	background: #4eba6e;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 32px;
}
.cstNtfNo:after{
	content:"";
	width: 26px;
	height: 26px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #fff;	
	position: absolute;
	top: 2px;
	right: 2px;
}
.IcnNfyBtm{
	position: absolute;
	left: 0px;
	top: 100%;
	width: 340px;
	background: #fff;
	padding: 18px;
	box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
	display: none;
	-webkit-border-radius: 0px 50px 50px 50px;
	-moz-border-radius: 0px 50px 50px 50px;
	-ms-border-radius: 0px 50px 50px 50px;
	-o-border-radius: 0px 50px 50px 50px;
	border-radius: 0px 50px 50px 50px;
}
.IcnNfyBtm:after{
	content: "";
	width: 321px;
	height: 92%;
	border: 2px solid #4eba6e;
	-webkit-border-radius: 0px 50px 50px 50px;
	-moz-border-radius: 0px 50px 50px 50px;
	-ms-border-radius: 0px 50px 50px 50px;
	-o-border-radius: 0px 50px 50px 50px;
	border-radius: 0px 50px 50px 50px;
	position: absolute;
	left: 11px;
	top: 8px;
}
.cstNotification.Active .IcnNfyBtm{
	display: block;
}
.IcnNfyBtm h3{
	float: left;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #4eba6e;
	font-size: 22px;
	border-bottom: 2px solid #333;
	position: relative;
	z-index: 1;
	padding-bottom: 5px;
}
.IcnNfyBtm ul{
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
.IcnNfyBtm ul li{
	float: left;
	width: 100%!important;
	text-align: left!important;
	margin: 0px!important;
}
.IcnNfyBtm ul li b{
	float: left;
	width: 30%;
}
.GrntBtn{
	float: left;
	width: 100%;
	text-align: center;
	margin: 10px 0 0 0;
}
.GrntBtn a{
	display: inline-block;
	color: #fff;
	background: #4eba6e;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	width: 100px;
	padding: 6px 0 4px;
	position: relative;
	z-index: 1;
}
.GrntBtn a:hover , .GrntBtn a:focus{
	text-decoration: none;
	outline: none;
	background: #333;
	color:#fff;
}
.dropdown-select.wide.open .list ul , .dropdown-select.wide.open .list ul li{
	width: 100%;
	margin-top: 0px;
}
.AdminBtm{
	float: left;
	width: 100%;
	position: fixed;
	z-index: 100;
	bottom: 0;
	background: #343a40;
	padding: 5px 0;
	text-align: center;
}
.AdminBtm p{
	display: inline-block;
	margin: 0px;
	color: #fff;
	font-size: 14px;
	padding-left: 10%;
}
body .login_frm.cstErrorNme .form-group label{
	background-color: #ff0022!important;
	border-color: #ff0022!important;
}
.sclFrm .login_frm.cstErrorNme .form-group input[type="text"], 
.sclFrm .login_frm.cstErrorNme .form-group input[type="password"], 
.sclFrm .login_frm.cstErrorNme .form-group input[type="number"]{
	border-color: #ff0022;
	background: #ff00220a;
}
.BdrImg img{
	width: 100%;
}
.LgnRt2{
	display: none;
}




.dddd {
    -webkit-appearance: none!important;
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    outline: none!important;
    cursor: pointer!important;
    width: 150px!important;
    height: 50px!important;
    background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%)!important;
    border-radius: 30px!important;
    border: 1px solid #8F9092!important;
    box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 3px 0 #CECFD1!important;
    transition: all 0.2s ease!important;
    font-family: "Source Sans Pro", sans-serif!important;
    font-size: 14px!important;
    font-weight: 600!important;
    color: #606060!important;
    text-shadow: 0 1px #fff!important;
}
.dddd:hover:not([disabled]), [role="button"]:hover:not([disabled]) {
    box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 3px 3px #CECFD1!important;
}
.dddd:hover:not([disabled]), [role="button"]:hover:not([disabled]) {
    box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 3px 3px #CECFD1!important;
}
.dddd:active:not([disabled]), [role="button"]:active:not([disabled]) {
    box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 5px 3px #999, inset 0 0 30px #aaa!important;
}
.cstGnMhi{
	float: left;
	width: 100%;
}
.Rt{
	float: right;
}
.CaptchaTxt{
	float: left;
	width: 100%;
	background: #4db96d;
	padding: 4px 15px 6px;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.CaptchaTxt h3{
	float: left;
	width: 100%;
	margin: 0;
}
.CaptchaTxt span, .CaptchaTxt span:after {
    font-weight: 900;
	color: #fff;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	letter-spacing: .1em;
	padding: 0;
}
.CaptchaTxt span {
    font-size: 36px;
	z-index: 100;
	text-shadow: 1px 1px 0 #9cb8b3;
}
.CaptchaTxt span:after {
    content: attr(data-shadow-text);
	color: rgba(0,0,0,.35);
	text-shadow: none;
	position: absolute;
	left: .0875em;
	top: .0875em;
	z-index: -1;
}
body.TpMnu .cstLftBg::after{
	width: 3.6%;
}

.Msgesss{
	float:left;
	width: 100%;
}
.Msgesss .alert-box {
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;  
}
.Msgesss .success {
    color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	position: fixed;
	width: 15%;
	z-index: 999999999;
	top: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	left: 45%;
}
.Msgesss .success.active{
	top: 91%;
	display: block;
}
.Msgesss .failure {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
	position: fixed;
	width: 15%;
	z-index: 999999999;
	top: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	left: 45%;
}
.Msgesss .failure.active{
	top: 91%;
	display: block;
}
.Msgesss .warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
	position: fixed;
	width: 15%;
	z-index: 999999999;
	top: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	left: 45%;
}
.Msgesss .warning.active{
	top: 91%;
	display: block;
}
table thead tr td{
    color:#fff;
}

.cstSlects{
    position:relative;
}
.cstSlects:after{
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #333;
    position: absolute;
    top: 60px;
    right: 20px;
}
.cstSleLognMn {
    float: left;
    width: 100%;
    text-align: center;
    padding: 12% 30% 0 31%;
}
.cstSleLognMn .navbar {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    text-align: center;
    display: block;
}
.cstSleLognMn #upd1 {
    -webkit-box-shadow: 0px 0px 22px #00000030;
    -moz-box-shadow: 0px 0px 22px #00000030;
    -ms-box-shadow: 0px 0px 22px #00000030;
    -o-box-shadow: 0px 0px 22px #00000030;
    box-shadow: 0px 0px 22px #00000030;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 5px;
}
.cstSleLognMn #upd1 .LoginButton.LoginButton2{
    float:left;
    width:100%;
    text-align:center;
    margin: 0 0 10px 0;
}
.cstSleLognMn #upd1 .sclFrm .login_frm .form-group span{
    float:left;
}
.nwbdrrds .product-item a {
    border-radius: 8px;
}
.nwbdrrds .product-icn {
    margin-top: 45px;
}

.animate_zoom_in_out {
    -webkit-animation: scale 5s linear infinite;
    -moz-animation: scale 5s linear infinite;
    -ms-animation: scale 5s linear infinite;
    -o-animation: scale 5s linear infinite;
    animation: scale 5s linear infinite;
    color:#fff;
}
@keyframes scale {
    50% {
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4);
    }
}
.scrollMnUl {
    overflow-y: scroll;
    height: auto;
    max-height: 420px;
}