/* author: Kiran Badave #828135
 <link rel="stylesheet" type="text/css" href="css/applicantStudentProfile.css" /> */

fieldset {
	border: 1px solid #deeeff !important;
	margin: 0;
	min-width: 0;
	padding: 10px;
	position: relative;
	background-color: #f8fbff;
	padding-left: 10px !important;
	margin-bottom: 20px;
}
legend {
	margin: 0;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0px;
	width: auto !important;
	border: 1px solid #bfddf7 !important;
	padding: 5px 10px;
	background-color: #dbe9ff;
	display: block;
	color: #1c5e96;
	border-radius: 5px;
	font-weight: normal;
}
.form-group {
	position: relative;
	margin-bottom: 15px;
}
.label-form {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	font-size:14px;
}
.form-control2 {
	display: block;
	width: 100%;
	height: 34px;
	padding: 0px 6px !important;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.fc2-select {
	width: 102%;
	
}
.fc2-signature {
	display: block;
	padding: 0px 6px !important;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

label.manadatory:after
{
    color: red;
    content: " *";
    font-size:16px;
}
.clr-padding-10px {
	padding:10px;
}
.span-mrg-25px {
	margin-top:25px
}
.supCls {
	font-size: 10px;
}

/* .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  
}
.full-upload-btn{
	width:90%;
	background-color:#4D9ECF;
	padding: 0px 5px;
}
.upload-btn-wrapper input[type=file] {
  position: absolute;
  left: 0;
  top: -1;
  opacity: 0;
  cursor:pointer;
} */
.radios {
	position: relative;
	padding: 10px 15px 0 25px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.radios input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.radios .checkmark {
	position: absolute;
	top: 8px;
	left: 0;
	height: 10px;
	width: 10px;
	background-color: #eee;
	border-radius: 50%;
	border: 5px solid #ddd;
}
.radios input:checked ~ .checkmark {
	background-color: #88caff;
	border: 5px solid #0a81db;
}

.list-fa-wpforms {
  list-style: none;
  padding: 0;
}
.list-fa-wpforms li {
  	list-style-type: none;
   	margin: 0 0 10px 25px;
	list-style-position: inside;
	text-indent: -1.5em;
	font-size: 1.1em;
}
.list-fa-wpforms li:before {
  content: "\f298"; /* FontAwesome Unicode fa-wpforms */
  font-family: FontAwesome;
  color: orange;
  display: inline-block;
   /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.borderBackgroundCss {
		border: 1px solid orange;
		padding: 30px;
		background-color: rgb(255, 255, 255);
}

.borderBackgroundCss2 {
		border: 1px solid #edcc90;
		padding: 10px;
		background-color: rgb(255, 255, 255);
}
/* #applicantAdmissionDiv {
	border: 1px solid orange;
	padding: 30px;
	background-color: rgb(255, 255, 255);
}

#applicantAdmissionDiv ul {
	list-style: none;
  	padding: 0;
}

#applicantAdmissionDiv ul li {
  	list-style-type: none;
   	margin: 0 0 10px 25px;
	list-style-position: inside;
	text-indent: -1.8em;
	font-size: 1.1em;
} 

#applicantAdmissionDiv ul li:before {
  content: "\f298"; /* FontAwesome Unicode fa-wpforms */
  font-family: FontAwesome;
  color: orange;
  display: inline-block;
  font-size: 22px
   /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
#applicantAdmissionDiv p {
	margin: 10px;
}*/

.alert-mark {
	margin-top: -25px;
	color: #c30;
	font-weight: 600;
}

/* appl-progress */
.appl-progress {
	height: 10px;
	background: #deeafd;
	border-radius: 0;
	box-shadow: none;
	margin: 20px 0px 0px;
	overflow: visible;
	border-bottom: 1px solid #b6c7e2;
}




.appl-progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #428bca;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}


.appl-progress .appl-progress-bar {
	position: relative;
	-webkit-animation: animate-positive 2s;
	animation: animate-positive 2s;
	line-height: 17px;
	background: #4d4d4d;
	height: 10px;
}

.appl-progress .appl-progress-value {
	display: block;
	font-size: 1.4em;
	color: #0b88e9;
	position: absolute;
	top: -25px;
	right: -5px;
	padding: 2px 5px;
	border-radius: 3px;
}

.appl-progress .appl-progress-value span {
	font-weight: 500;
	background-color: #318eed;
	color: #fff;
	padding: 5px 10px;
}

.appl-progress .appl-progress-green {
	background: #35ad2d;
}

.appl-progress .appl-progress-value .appl-progress-green {
	background: #35ad2d;
}

.appl-progress .appl-progress-value .appl-progress-blue {
	background: #1e90ff;
}

.appl-progress .appl-progress-blue {
	background: #1e90ff;
}


.appl-progress .appl-progress-value .appl-progress-orange {
	background: #ffa500;
}

.appl-progress .appl-progress-orange {
	background: #ffa500;
}

.programmeAppliedfor .label {
    float: left;
    margin: 4px;
}


