@import url(https://fonts.googleapis.com/css?family=Montserrat);
html,
body {
font-family:montserrat,arial,verdana;
    height: 100%;
	/*background: url('../images/cover.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  background-color: #fe9900;
}

.container-fluid {
    /*height: 100%;
    display: flex;
    justify-content: center;*/
    align-items: center;
	width: 300px;
    padding: 20px 10px;
}
.main-col{ padding-bottom:15px; padding-top:15px;}
.border_shad{ background:#FFF; box-shadow:  0 0 10px 5px rgba(0,0,0,0.6);
		-moz-box-shadow: 0 0 10px  5px rgba(0,0,0,0.6);
		-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);
		-o-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);}
.panel-default {
    box-shadow: 0 0 15px 4px rgba(0,0,0,0.1);
}
.events1 {
    font-size: 12px;
    color: #2C3E50;
    margin-bottom: 20px;
}
.edit-align .checkbox label{
    /*padding-left: 50px;*/
	}
	
.edit-align .checkbox input[type=checkbox], .edit-align .checkbox input[type=radio]{
    position:relative;
    margin-top: 4px\9;
    margin-left: -19px;
    margin-right: 32px;
}
.main-heading{text-align: center;
    margin-bottom: 1em;
    background-color: #CC03A1;
    padding: 0.5em;
    font-weight: bold;
    color: #fff;
	line-height: 20px;}
	


#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
	padding-left:0;
}
#progressbar li {
	list-style-type: none;
	color: white;
	font-size: 12px;
	width: 50%;
	float: left;
	position: relative;
	font-weight: bold;
	cursor:pointer;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 79%;
    height: 2px;
    background: white;
    position: absolute;
    left: -38%;
    top: 9px;
    z-index: 999994;
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #27AE60;
	color: white;
}
#progressbar li.active{ color:#05632d;}
@font-face {
	font-family: 'WebRupee';
	src: url('fonts/WebRupee.V2.0.eot');
	src: local('WebRupee'), url('fonts/WebRupee.V2.0.ttf') format('truetype'), url('fonts/WebRupee.V2.0.woff') format('woff'), url('fonts/WebRupee.V2.0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.WebRupee, .panel-body span{
    font-family:'WebRupee';
}
.hd{ display:none;}

.error_alert {
	background: url(../images/error_input.png) no-repeat;
	background-position: right 7px center;
	padding-right: 12%;
	border-color: #f25f5c !important;
	-webkit-box-shadow: 0 0 10px rgb(242, 95, 92) !important;
	-moz-box-shadow: 0 0 10px rgba(242, 95, 92) !important;
	box-shadow: 0 0 6px rgb(242, 95, 92) !important;
}
.error_alert::-webkit-input-placeholder {
color: #f25f5c !important;
}
 .error_alert:-moz-placeholder { /* Firefox 18- */
color: #f25f5c !important;
}
 .error_alert::-moz-placeholder {  /* Firefox 19+ */
color: #f25f5c !important;
}
 .error_alert:-ms-input-placeholder {
color: #f25f5c !important;
}
.bannerss {
    font-size: 13px;
    color: #6A6A6B;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 26px;
}
.err-font{ color:#FF0000;}
.next2, .submit{ padding-left: 25px; padding-right: 25px; }
/*---------------------------*/
.main-heading-admin{text-align: center;
    margin-bottom: 1em;
    background-color:#0099FF;
    padding: 0.5em;
    font-weight: bold;
    color: #fff;
	line-height: 20px;}
.admin-fluid{ padding-top:15px; padding-bottom:15px;}
.left-fixed-bottom{ position:fixed; left:0; bottom:0;}
.right-fixed-bottom{ position:fixed; right:0; bottom:0;}
.bttn-hide, .common-class, .tuition-class{display:none;}
.desktop ul{list-style: none;}
.main-content{height: 395px;
    overflow-y: scroll; padding: 0 10px;}
.checkbox label{ padding-left:0;}
.mob-right{ width: 43px; right: 40px;}
.mob-left{ width: 43px; left: 40px;}
.footer-fixed{    position: fixed;
    left: 6px;
    right: 6px;
    bottom: 0;}
form{padding: 0 14px;}