
/* Public CSS will have the style sheet settings for Public Portal Welcome Page */

.welcomePage {
	/* padding-bottom: 10px; */
	margin-right: auto;
  	margin-left: auto;
}

.welcomeMsg{
	/* background-color: #ffffff; */
	padding: 0px 20px 0px 0px;
	min-height: 270px;
}

.welcomeMenu{
	background-color: #dffbff;
	padding: 20px;
  	border-radius: 8px;
  	height: 400px;
  	text-align: center;
}

.welcomeMenu a{
	font-weight: bold;
}

.welcomeMenu a:hover {
	color: #ffffff;
	background-color: #008DA1;
	text-decoration: none;
}

.announcementAlert{
	width: 690px;
}
.announcementSection{
	margin: 10px;	
	color: #dd7900;
}

.carousalSlide{
	height: 200px;
}

.carousalSlide img{
	margin:auto;  	
}

.carousel-indicators {
	top: 93%; 
}


.thumb {
    width: 24px;
    height: 24px;
    float: none;
    position: relative;
    top: 7px;
}

form .progress {
    line-height: 15px;
}

.progress {
    display: inline-flex;
    width: 150px;
    border: 3px groove #CCC;
    margin: 10px;
    
}

.progress div {
    font-size: smaller;
    background: orange;
    width: 0;
}


/* .infoAlertMsg {
	text-align: center;
	float: center;
	width: 100%;	
	font-size: 14px;	
	font-weight: bold;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 5px;
    background: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.errorAlertMsg {
	text-align: center;
	float: center;
	width: 100%;
	font-size: 14px;	
	font-weight: bold;
	padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 5px;
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
} */

/* My Profile Page */
.myProfileInfo{
	padding-left: 20px;
	padding-right: 20px;
}

.formLabels{	
	text-align: right;	
}

.formFields{	
	text-align: left;	
}

/* Create New Application */
.publicApplication{
	padding: 0px 10px 0px 10px;
}

.hrFormLine{
	border: 1px;
	border-style: solid;
	border-color: #c0c0c0;
	margin-top: 0px;
	margin-bottom: 0px;
}

.subHeading{
	font-weight: bold;
	color: #1ea8b7;
	font-size: 15px;
}

.accordianHeading{
	font-weight: bold;
	color: #1ea8b7;
	font-size: 14px;
}

.applInfo1{
	margin: 15px 25px 15px 15px;
}
.applInfo2{
	margin: 15px;
}

.applicantInfoBg{
	background-color: #f2f2f2; 
}
	
.applicantInfo{
	margin: 15px 25px 15px 15px;
	background-color: #dffbff;
	border-radius: 8px;
	padding: 10px 10px 2px 10px;
}

.custHeight{
	height: 3px;
	font-size: 2px;
}

.pushCenter{
 	margin-right: 25%;
 	margin-left:25%;
 }
 
 .inputLabel{
 	color: #008DA1; 
 	padding-right: 5px; 	
 }
  
.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;	
	border-top: 20px solid #f00;
}

.piCol1{
	width: 20%;
}

.piCol2{
	width: 30%;
}

.piCol3{
	width: 20%;
}

.piCol4{
	width: 30%;
}

.appTable > tbody > tr {
	padding: 10px;
}

/* Explore Programs Page CSS*/

.explorePrograms{
	margin: 15px 25px;
}

.expSearchResults{
	background-color: #ffffff;
	min-height: 555px;
}


.searchButtons{
	text-align: center;
	display: block;
}

.addBgImg{
	min-height: 905px;
	background-image: url("../img/siPicnic2010.jpg");	
}

.coverBgImg{
	opacity: 2.5;
	background-color: #ffffff;
	filter: alpha(opacity=60); /* For IE8 and earlier */
	
}

/* My Apps */

.myApps-table tbody tr:hover{
	background-color: #E3F0F6;	
}

.myAppsSelect{
	display: -webkit-inline-box;
}

/* UI Grid CSS */
.myAppsGrid {
    width: 100%;
    height: 100%;
  }
  
  
  
/* Vertical Menu 

.verticalMenu{margin:0; padding:0; width:200px; list-style:none;background:rgb(255,255,255);}
.verticalMenu li{padding:0; margin:0 0 1px 0; height:40px; display:block;}
.verticalMenu li a{text-align:left;height:40px; padding:0px 25px; font:16px Verdana, Arial, Helvetica, sans-serif; color:rgb(0,0,0); display:block; background:url('../img/verMenuImages.png') 0px 0px no-repeat; text-decoration:none;}
.verticalMenu li a:hover{background:url('../img/verMenuImages.png') 0px -40px no-repeat; color:rgb(0,0,0);}
.verticalMenu li a.active, .verticalMenu li a.active:hover{background:url('../img/verMenuImages.png') 0px -80px no-repeat; color:rgb(255,255,255);}
.verticalMenu li a span{line-height:40px;}  

*/

/* Public Login Page*/

.ploginInfo {	
	padding: 20px;
	font: inherit;	
}

/* Home Login Option */

.homeLoginBox{
	background-color: #dffbff;
	padding: 20px 10px 10px 10px;
  	border-radius: 8px;
  	min-height: 470px;
  	text-align: center;
}

.loginLable{	
	font-weight: normal;
	padding-bottom: 3px;
}

.homeLoginBox a{
	font-weight: bold;
}

.homeLoginBox a:hover {
	color: #ffffff;
	background-color: #008DA1;
	text-decoration: none;
}

#secureLogin > legend {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: initial;
    font-weight: bold;
    /* width: 45%; */
    border-bottom: 0px solid #e5e5e5;
}

#secureLogin a{
	color: #800080;
	text-decoration: none;
	font-weight: normal;
}

#secureLogin a:hover{
	color: #ffff00;
	font-weight: normal;	
	background-color: mediumturquoise;
}

fieldset {
    padding-top:0px;   
    padding-bottom: inherit;
    border-radius:8px;
    box-shadow:0 0 10px #666;
    background: mediumturquoise;
}

legend + * {
    clear:both;
}

.spaceAfter{
	padding-bottom: 3px;
}

/* New Login Box without legend*/

.loginBox{
	padding-top: 0px;
    padding-bottom: inherit;
    border-radius: 8px;
    box-shadow: 0 0 10px #666;
    background: mediumturquoise;
}

.loginBoxHeading{   
    font-size: initial;
    font-weight: bold;
    padding-top:10px;
    padding-bottom: 10px;        
}

/* Current Affiliation Page */

.framePadding{
	padding: 10px;
	width: 100%;  	
	background: white;
}

.framePadding .frameLabel{
	height: 30px;
	padding-top: 8px;
	padding-bottom: 25px;
	padding-right: 8px;
	text-align: right;	
}

.framePadding .frameLabelL{	
	height: 30px;
	padding-top: 8px;
	padding-bottom: 25px;
	padding-right: 8px;
	text-align: right;
	width: 287px;
}

.framePadding .frameLabelM{	
	height: 30px;
	padding-top: 8px;
	padding-bottom: 25px;
	padding-right: 8px;
	text-align: right;
	width: 180px;
}

.framePadding .frameLabelS{
	height: 30px;
	padding-top: 8px;
	padding-bottom: 25px;
	padding-right: 8px;
	text-align: right;
	width: 150px;
}

.framePadding .matLabelS{
	height: 30px;
	padding-top: 8px;
	padding-bottom: 25px;
	padding-right: 8px;
	text-align: right;
	width: 135px;
}

.framePadding .matLabelM{	
	height: 30px;
	padding-top: 8px;
	padding-bottom: 25px;
	padding-right: 8px;
	text-align: right;
	width: 234px;
}

.framePadding .frameData{	
	font-weight: normal;
	padding-bottom: 3px;
}

.boxShadow{	
	padding: 10px;
	box-shadow:0 0 7px #7EC4CE;    
	border-radius:5px;
}

.boxNoShadow{	
	padding: 10px;
	/* box-shadow:0 0 7px #7EC4CE; */    
	border-radius:5px;
}
 
.appSubHeading{
	display: inherit;
	background-color: #E3F0F6;
    vertical-align: middle;
    border-bottom: 2px solid #ddd;
    padding: 6px;
    line-height: 1.628;
	font-weight: bold;
	border-radius:2px;
	
	/* box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.14), 
				0px 6px 10px 0px rgba(0, 0, 0, 0.098), 
				0px 1px 18px 0px rgba(0, 0, 0, 0.084); */
	
} 

/* App Academics Page */
.inputGroup{
	display: table-row-group;
}

.inputGroupBtn{
	display: inline-table;
}

.dateBtn{	
	border-color: #c0c0c0;
	border-radius:4px;
	background-color: #B2D5E2;
	border: 1px inset;
	padding: 3px 5px;
	height: 30px;
}

.academicHistForm {
   transition:all linear 0.5s;
  /*  background: #f4fff4; */
 }
 .academicHistForm.ng-invalid {
  /*  background: #5bff5b; */
 }
 
 .modelTable tr{
 	height: 35px;
 }
 
 .modelTable td{
 	padding: 0px 0px 0px 10px;
 }
 
 /* Program Choices Page */
 .brLineSpacing{
 	height: 20px;
 }
 
 .addLockImg{	
	background-image: url("../img/siLock.jpg");	
	height: 125px;
   /*  width: 400px; */
}

.addSmithLogoImg{	
	background-image: url("../img/siLogo.jpg");	
	height: 125px;
   /*  width: 430px; */
}

/* Logout Page*/
.whiteText{
	color: #ffffff;
}


/* Create Account & Edit Profile Pages */
.screenBgColor{
	background: #a0ebf3;
	/* background: gainsboro; */
}



 