@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Lobster);
	
#header { min-height: 50px; margin-bottom: 20px;}
#logo { padding: 15px; text-align: center; }
#logo img { margin: 0 auto; }
#logo .h1 {
	font-family: "Lobster","Aguafina Script",​sans-serif;
	font-size: 3.5em;
}	
#tagline { text-align: center; }
#login-dp,
#system-dp{
	min-width: 250px;
	padding: 14px 14px 0;
	overflow:hidden;
	background-color:rgba(255,255,255,.8);
}
#login-dp .help-block{
	font-size:12px    
}
#login-dp .bottom,
#system-dp .bottom{
	background-color:rgba(255,255,255,.8);
	border-top:1px solid #ddd;
	clear:both;
	padding:14px;
}

/* PAGE HEADER */
#pageheader {
    margin-bottom: 50px;
}

/* ERROR MESSAGE */
.default-404 {
    color: rgba(0, 0, 0, 0.3);
    display: block;
    font-size: 170px;
    line-height: 170px;
    margin-bottom: 30px;
    text-align: center;
}

/* FORM CUSTOMIZATIONS */
.btn.btn-danger.btn-link {
    color: #d9534f;
}
.resume_number {
    margin: 5px 0 10px;
}
#studentrows {
    margin-bottom: 20px;
}
input.input-sm {
    padding: 0 8px !important;
}
.row.gutter-sm {
    padding-left: 5px;
    padding-right: 15px;
	margin-bottom: 1px;
    margin-top: 1px;
}
.row.gutter-sm .form-group {
    margin-bottom: 10px;
}
.row.gutter-sm:first-child > div {
    padding-left: 4px;
}
.row.gutter-sm [class*="col-"] {
    padding-right: 0;
}
.row.border-top1 {
    border-top: 1px solid #f7fbfe;
    padding-top: 10px;
    background-color: #f5fbff;
}
.row.border-top1:nth-child(2n) {
    background: #e5f6ff none repeat scroll 0 0;
}
.removeButton, .addButton { 
	padding: 4px;
	margin:0px;
}

/* FORM VALIDATOR ADJUSTMENT formValidation.min.css */
.captcha-group .form-control-feedback {
    top: 30px;
}
.form-select .form-control-feedback {
    right: 15px;
}
.has-feedback label ~ .form-control-feedback {
    top: 26px;
}
html.ie9 .has-feedback .form-control {
    padding-right: 12px;
}
html.ie9 .form-select .form-control-feedback {
    right: 25px;
}

/* PHONE PLUGIN ADJUSTMENT intlTelInput.css */
.intl-tel-input {
    display: block;
}

/* CAPTCHA ADJUSTMENT jquery.realperson.css */
.is-realperson {
	text-transform: uppercase;	
}
.realperson-regen {
    padding-top: 7px;
}
.realperson-challenge {
	margin-bottom: 5px;
}
	
@media(min-width:768px){
	#mainNav .navbar-nav {
	  width: 100%;
	  text-align: center;
	}
	#mainNav .navbar-nav > li {
	  float: none;
	  display: inline-block;
	}
}
@media(max-width:768px){
	#login-dp{
		background-color: inherit;
	}
	#login-dp .bottom{
		background-color: inherit;
		border-top:0 none;
	}
}