/* html */
html{padding:0;height:100%;padding:0;}
body{background-color: #868686; font-family: 'Arial', sans-serif; color: #333;font-size: 12px;margin:0;height: 100%;padding:0;}
img { border:0;}
a{color:#666;font-size:12px;font-weight:bold;}


/* main */
#main{padding:0;max-width: 970px;margin:0 auto;height: auto;background-repeat: no-repeat;background-color:#ffffff;}
#welcomeMessage{font-size: 14px; font-family: 'Arial', sans-serif; padding:10px 40px 20px 40px;}
#welcomeMessage h3{text-align:center;}


/* global */
img.pad {padding:5px 10px 5px 10px;position: relative;}
div.verticalLine {width:1px; background-color:#666;}
.clearer {border: 0 none;clear: both;display: block;float: none;font-size: 0;height: 0;line-height: 0;overflow: hidden;visibility: hidden; width:0;}
.ulined{text-decoration:underline;}
.justifyText {text-align: justify;}
.ssi_green{color:#33AA44;}
.vrline {float:left; display:inline;background-color: #CCCCCC;width: 1px;margin:5px 10px 5px 10px;}
.alert{color:#ff0000;font-weight:bold;font-size:12px;text-align:center;}
.button_gray{background-color:#D8D6D6;}
.button_blue{background-color: #4d90fe; background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed));}

/* header */
div#topSearch{ height:25px; background-image:url("/finesource/images/grey-bar-tile.jpg");margin:0;}
div#logoArea{ height: 115px;background-color:#ffffff;font-size: 25px;text-align:center; display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;}
div#headerBar{height: 15px;background-color:#D8D6D6; box-shadow: 0 1px 1px rgba(0,0,0,0.3); }
div#headerBarBlue{height: 2px;background-color:#003388; }
.headerBarLP{height: 40px;background-color:#666666; box-shadow: 0 1px 1px rgba(0,0,0,0.3); display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;}
.headerBarLPText{ font-family: 'Arial', sans-serif; color: #FFF;
  text-align: center;
  font-size: 25px;}

/* footer */
div#footerContainer {margin: 0 auto;height: 50px; width: 970px; background-image:url("/finesource/images/masthead_bkgndSafetyServe.jpg");  font-size: 11px;}
#footer ul{list-style-type: none;font-weight: bold;display: block;margin:0 0 0 0;}
#footer li a {color: #fff; text-decoration: none;line-height: 22px;display: block;padding: 0 15px 0 15px;margin: 0;}
#footer li {margin: 0; padding: 0;font-size: 11px;float: left; font-size: 1.0em;color: #333333;padding:2px 3px 2px 1px;}
#footer li a:hover,#footer li.current a:hover {text-decoration: none;}
.footerImg {padding:2px 2px 2px 5px; vertical-align: middle; position: relative;}
.footerTxt {padding:1px 1px 1px 5px;}

/*Landing Page Image */
.mainImage {
	width: 100%;
}
.mainImage img {
    width: 100%;
    height: auto;
}
.mainImage a {
  float: right;
  margin-right: 5px;
}

.LandingPageloginButton{
  width:320px;
  max-height: 50px;
  padding: 10px;
  margin-right:15px;
  margin-left:15px;
  margin-top:15px;
  margin-bottom:15px;
  float:center;
  border: 0px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
	background-color: #4d90fe; 
	background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#075CE4));/*4787ed));*/
	border: 2px;
	border-radius:10px;
}
.LandingPageloginButton a {
  text-decoration: none;
  font-family: 'Arial', sans-serif;
  color: #FFF;
  text-align: center;
  font-size: 25px;
  display: inline-block;
}

.LandingPageloginButtonGray{
  width:320px;
  max-height: 50px;
  padding: 10px;
  margin-right:15px;
  margin-left:15px;
  margin-top:15px;
  margin-bottom:15px;
  float:center;
  border: 0px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
	background-color: #D8D6D6; 
	background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#D8D6D6), to(#939292));
	border: 2px;
	border-radius:10px;
}
.LandingPageloginButtonGray a {
  text-decoration: none;
  font-family: 'Arial', sans-serif;
  color: #FFF;
  text-align: center;
  font-size: 25px;
  display: inline-block;
}

/* Student Container */
.contentContainer{
	margin:0 auto;
	display: flex;
	justify-content: center;
	}


.Student-card {
  display: inline-block;
  padding: 20px;
  max-width: 200px;
  height: 120px;
  background-color: #D8D6D6;
  margin: 0 auto 10px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  margin: 1em;
}

.RightStudent-card {
  padding: 20px;
  display: inline-block;
  max-width: 200px;
  height: 120px;
  background-color: #D8D6D6;
  margin: 0 auto 10px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  margin: 1em;
}

.Studentlogin-submit {
  /* border: 1px solid #3079ed; */
  width:180px;
  height: 25px;
  padding: 10px;
  float:center;
  color: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
  background-color: #4d90fe;
  background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#075CE4));
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
		  border: 2px;
	border-radius:10px;
}
.Studentlogin-submit a {
  text-decoration: none;
  font-family: 'Arial', sans-serif;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  display: inline-block;
}


/* CenterReturningStudentContainer */
.login-card {
  padding: 40px;
  width: 274px;
  /*background-color: #F7F7F7;*/
  background-color: #D8D6D6;
  margin: 0 auto 10px;
  border-radius: 2px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.login-card h1 {
  font-weight: 100;
  text-align: center;
  font-size: 2.3em;
}
.login-card input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.login-card input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.login-card input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.login {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.login-submit {
  /* border: 1px solid #3079ed; */
   border: 2px;
	border-radius:10px;
  color: #fff;
  text-shadow: 0 2px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#075CE4)); */
}

.login-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 2px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.login-card a {
  text-decoration: none;
  /*color: #666;*/
  color: #000;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
}

.login-card a:hover {
  opacity: 1;
}

.login-help {
  width: 100%;
  text-align: center;
  font-size: 12px;
}

/*Content Liscense Agreement */
.hoverContentLicense{
	cursor:pointer;
	text-align:center;
	margin-top:10px;	
}

.hoverContentLicense p{
	display:none;
}

.hoverContentLicense:hover p{
	background-color: #FFFFF;
	display:block;
	text-align:left;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 40%;
  overflow: auto;
}
/*ADDED ON FOR MOBILE */
@media only screen and (max-device-width: 480px) {
	
.contentContainer{
	display: block;
width:40%;
}

.Student-card {
  display: block;
top-padding:40px;

	}
	.RightStudent-card{
  display: block;
top-padding:40px;
 }
 
  .popup{
    width: 70%;
  }
