/* Alumni Registration Section */

/* Custom Global */
.section-title-purplebg {
  background: #450170 url("../images/purple-bg.jpg") no-repeat scroll center;
}
.text_white{
	color: #fff;
}
.col-md-10 {
  padding-left: 0;
}
.min_height_350 {
  min-height: 350px;
}
/* Styling Header */
header {
  background: #001c27 none repeat scroll 0 0;
}
.header_inner {
  padding: 20px 10px;
}
.inst_name > a {
  color: #fff;
}
.inst_name > a:hover{
  text-decoration: none;
  color: #8D5A3C;
}
.inst_info {
  color: #ddd;
  font-size: 14px;
}
.main_logo {
  display: block;
  margin: 0px auto;
}
.navbar-inverse {
  background-color: transparent;
  border-color: #001c27;
}
.nav.navbar-nav a {
  border-right: 1px solid #3e3e3e;
}

.navbar {
  margin-bottom: 0;
}
/* Registration form styling */
.text-center.text_white.section-title-purplebg.Alumni_regi_title {
  padding: 20px;
}
.container_alumni_regi{
  background: #e0ceae none repeat scroll 0 0;
  padding: 10px;
}
.container_alumni_regi h2{
  font-family: Arial !important;
  font-size: 16px;
  font-weight: bold;
  color: #CE694A;
  border-bottom: 2px solid #CE694A;
}
.form-group p#pass_message {
  display: inline;
  padding-left: 5px;
}
.container_alumni_regi fieldset {
  border: 1px solid #fff !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow:  0px 0px 0px 0px #000;
  box-shadow:  0px 0px 0px 0px #000;
 
}
.alumni_regi_form legend{
	font-size: 1.2em !important;
	font-weight: bold !important;
	text-align: left !important;
	width:auto;
	padding:0 10px;
	border-bottom:none;
	white-space: nowrap;
	margin-top:15px;
	
}
.form-group {
  width: 100% !important;
}
.alumni_regi_form legend.legend3{
	
}
.alumni_regi_form legend.legend10{
	
}
.alumni_regi_form label {
  display: inline;
  padding: 10px 0;
  font-weight: normal;
  color: #222;
}
.alumni_regi_form label .requiered_star{
	color: red;
}
.alumni_regi_form input, .alumni_regi_form select, .alumni_regi_form textarea{
  
}
.alumni_regi_form .batch_info {
  
}
.form-control.stName {
  min-width: 56%;
}
.personal_info {

}
.alumni_regi_form .education_input {
  
}
.form-control.education_achiv_input {
  min-width: 58%;
}
.form-control.tmsscrApoin {
  min-width: 28%;
}
.alumni_regi_form textarea.addr_area {
  min-width: 23%;
}
.form-control.contact_input {
  min-width: 24%;
}
.form-control.contact_input_email {
  min-width: 40%;
}
.form-control.spouse_info {
  min-width: 24%;
}
table.table-bordered thead tr th, table.table-bordered tbody tr td{
	border: 1px solid #888;
}
.table-bordered {
  border: 1px solid #888;
}
.modal-dialog {
	position: absolute;
	bottom: 0px;
	left: 28% !important;
}
.form-footer {
  text-align: center;
}

/* Registration complete page */
.container.warning_container {
  min-height: 350px;
}
/* Modal styling */

.form-control.CstdID, .form-control.RstdID {
  display: inline-block;
  margin-bottom: 10px;
  width: 26% !important;
}

/* Footer styling */
#footer {
  background: #001c27 none repeat scroll 0 0;
  margin: 20px 0 0;
  width: 100%;
}
.copy_message {
  color: #fff;
  padding: 20px 5px;
  margin-bottom:0px !important;
}
.footer-bottom {
  background: #333 none repeat scroll 0 0;
  height: 20px;
  width: 100%;
}
/* Responsive */
@media only screen and (min-device-width: 990px) and (max-device-width: 1240px){
	
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){ 
.alumni_regi_form input, .alumni_regi_form select, .alumni_regi_form textarea{
  width: 60% !important;
  display:block !important;
  padding:10px !important;
}
.modal-dialog {
	position: absolute;
	bottom: 100px;
	left: 15% !important;
}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 767px){ 

} 
.login_form {
	width: 50%;
	margin: 0px auto;
	text-align: left !important;
}