
	html,
	body {
	  height: 100%;
	  background-color: #E2EBED;
	}

	body {
  color: #000;
   text-shadow: none;
  /*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);*/
  /*box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
	}

	.alert_top {
		margin-bottom: 0rem!important;
	}
	
	
.cover-container {
  max-width: 42em;
}



/*
	html{

		height:100%;

	}

	body{

		background-color:#E2EBED;

		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	

		font-size:12px;

		width:100%;

		height:100%;		

		margin:0px;
		
	}
*/

#personal_info {
    z-index: 1;
	background-color:white;
	position: fixed;
	right: 0;
	width: 320px;
	/*top: 55px;*/
}

#quiz_intro {
    /*position: sticky;
    position: -webkit-sticky;*/
    top: 0;
    z-index: 2000;
}

.bg_table_color {
	background-color: rgb(250, 250, 210);
}

.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
	background-color: #D8BFD8!important;
}

.answer{
	background-color: #ffc107;
}

.answer_selected{
	background-color: #ff6f00;
}


.long_answer + label {
	display: block !important;
	margin-left: 19px;
	margin-top: -24px;
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-link.active {
    color: #007bff;
}

/*
	td{

		font-size:13px;

	}
*/	
	img {
		border: 0px;
	}

	#mainContainer{

		width:660px;

		margin:0 auto;

		text-align:left;

		height:100%;

		background-color:#FFF;

		border-left:3px double #000;

		border-right:3px double #000;

	}

	#formContent{

		padding:5px;

	}

	a:link {

                text-decoration:none

                font-color:#FFFFFF;

              } 

        a:visited {

                text-decoration:none

                font-color:#FFFFFF;

              } 

	

	/* END CSS ONLY NEEDED IN DEMO */
	form{

		display:inline;

	}
	
	
/**added by rocky ****/

#divWarning{
	/*margin-top: -15px;*/	
}

.divMain {
  	margin: auto;
}

.cssButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight: bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}
.cssButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}
.cssButton:active {
	position:relative;
	top:1px;
}


#tblQuestions{
	width: 100%;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
}

#tblQuestions th{
	background-color: #33123E;
	color: #FFF;
}

#tblQuestions .tdAnswerHeader{
	font-weight: bold;
	width: 120px;
	text-align: center;
}

#tblQuestions .trQuestion{
	background-color: rgb(250, 250, 210);	
}

#tblQuestions .trQuestion_even{
	background-color: rgb(250, 250, 150);	
}

#tblQuestions .trQuestion_error{
	background-color: rgb(255, 230, 230);	
}

#tblQuestions .tdQuestion{
	font-weight: bold;	
	text-align: left;
	padding: 5px 5px 5px 5px;
	width: 50%;
}

#tblQuestions .tdQuestionNumber{
	font-weight: bold;	
	text-align: left;
	padding: 5px 5px 5px 5px;
	width: 25px;
}

#tblQuestions .tdAnswer{	
	text-align: center;
}

#tblQuestions .lblAnswer{
	
}

.tblStudentPersonalInformation tr{
	border: 1px solid #33123E;
}

#tblAvailableProgramme {
	width: 100%;
	border-collapse: collapse;	
}

#tblAvailableProgramme th {
	background-color: rgb(204, 236, 255);
	font-size: 17px;
	font-weight: bold;
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
}

#tblAvailableProgramme td {
	background-color: rgb(255, 255, 204);
	font-size: 17px;
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
}

#tblDoneProgramme {
	width: 100%;
	border-collapse: collapse;	
}

#tblDoneProgramme th {
	background-color: rgb(204, 236, 255);
	font-size: 17px;
	font-weight: bold;
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
}

#tblDoneProgramme td {
	background-color: rgb(255, 255, 204);
	font-size: 17px;
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
}

#tblSurveyResultLeftMenu{
	width: 100%;
	padding: 3px 3px 3px 3px;	
}

#tblSurveyResultLeftMenu td{
	height:50px;
	margin-top:5px;
	margin-left:10px; 
	padding-left:10px;
}

.surveyResultLeftMenuButtonSelected{
	background-color : #D8BFD8; 
}

#divSurveyResultMain{
	overflow-x: auto;
	overflow-y: auto;
	width:100%;
	height: 100%;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}

#tblSurveyResult{
	margin: auto; width:90%;
	border-collapse: collapse;
}

#tblSurveyResult td{
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
}

#tblSurveyResult .tdHeader{
	color:white;
	height:50px;
	font-size: 22px;
	text-align: center;
}

#tblSurveyResult .tdButtons{
	text-align: right;
	padding-right: 10px;
}
.language_selector
{
    height: 30px;
    width: 150px!important;
    border: 0px #000 solid;
    position:absolute;
    padding:0px;
    margin:0px;
   	cursor: pointer;
}
#select_target
{
	cursor: pointer;
	border:#bbb 1px solid;
	background-color:#ddd;
	width: 150px!important;
}
.select_target_class
{
	cursor: pointer;
	border:#bbb 1px solid;
	background-color:#ddd;
}

.select_target_class>table
{
	float:left;
}
#select_target>table
{
	float:left;
}
.language_selector  li {  z-index: 2;  margin:0px;  display:inline-block; white-space: nowrap;cursor: pointer;border:#bbb 1px solid;}
.language_selector  li:not(.init) {  width: 150px!important; display: none; background: #ffffff; }
.language_selector  li:not(.init):hover, .language_selector li.selected:not(.init) { background: #09f; }
.language_selector li.init { cursor: pointer; }
.language_selector  li:last-child{
	border-top:0px;
}
.language_selector li:not(:last-child){
	border-bottom:0px;border-top:0px;
}
.languageOption{position: relative;z-index:3;}
.languageOption>*{
	position: relative;
}
/*.tdQuestionNumber*/
.login_para,.signUp_para{
	border:1px #cbc9c9 solid;color:#000000;background-color:#FFFFFF;padding:3px; width:80%;height:100%;
	-webkit-transition: border  0.3s linear;
	border-radius: 0px 4px 4px 0px/5px 5px 4px 4px;
    font-size: 15px;
}
.login_para:focus{
	outline: none !important;
	border:1px #31B7AC solid !important;
}
.signUp_para:focus{
	outline: none !important;
	border:1px #4C79FF solid !important;
}
/*
.logintab_selected{
	background-color:#3A57AF!important;
}
.login_tab
{
	-webkit-transition: background  0.5s linear;
}
.login_tab:hover{
	background-color:#233568!important;
}
.login_tab a:visited{
	color:#ffffff;
}
*/
#forget_password,#register_no_email{
	color:#000000;
	text-decoration:none;
	-webkit-transition: color  0.5s linear;
	font-weight:bold;
	cursor:pointer;
}
#forget_password:hover{
	color:#3A57AF!important;
}
.back_btn{
	cursor:pointer;
	text-decoration:none;
	color:#000000;
	-webkit-transition: color  0.5s linear;
}
.back_btn:hover
{
	color:#3A57AF!important;
}
.universityOption:hover
{
	background-color:#0099FF;
	color:#FFFFFF!important;
}

#page_title h1 
{
    font-size: 32px;
    font-weight: 300;
    color: #4c4c4c;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 10px;
}
.login_row{
	display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}
.university_select_target_class
{
	cursor: pointer;
	border:#bbb 1px solid;
	background-color:#fff;
}
.university_select_target_class table td{
	font-size:15px;
}
.university_selector
{
	    z-index: 1;
}
a.LoginButton {
  font-size: 14px;
  font-weight: 600;
  color: white;
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px; 
  background-color: #3a57af; 
  transition: all 0.1s linear 0s; 
  top: 0px;
  	-webkit-box-shadow: 0 3px rgba(58,87,175,.75);
    -moz-box-shadow: 0 3px rgba(58,87,175,.75);
    box-shadow: 0 3px rgba(58,87,175,.75);
  position: relative;
}

a.LoginMainButton{
	display:table;
	width: 70px; 
  	height: 60px; 
	padding: 6px 25px 0px 20px;
	margin: 10px 8px 20px 0px;
	-webkit-box-shadow: 0 3px rgba(58,87,175,.75);
    -moz-box-shadow: 0 3px rgba(58,87,175,.75);
    box-shadow: 0 3px rgba(58,87,175,.75);
    font-size:18px;
}

a.LoginButton:hover {
  top: 3px;
  background-color:#2e458b;
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
  box-shadow: none;
  
}

.captcha_refresh, .refresh_btn{
	-webkit-transition: -webkit-transform .8s ease-in-out;
  	transition: transform .8s ease-in-out;
    padding-top: 7.8%;
    padding-bottom: 7.8%;
}
.refresh_btn:hover{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
  	transform: rotate(360deg);
}
.personalInfo_container{
	text-align:center;
}
#select_target_for_enter:visited
{
	color:#000000;
}
#registration_progress_bar{
	 	margin:auto;
	    margin-bottom: 30px;
	    overflow: hidden;
	    counter-reset: step;
	    text-align:center;
	   
}
#registration_progress_bar li {
    list-style-type: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 13px;
    width: 33.33%;
    height:100%;
    line-height: 100%;
    /*float: left;*/
    /*line-height: 100%;*/
    position: relative;
    display: inline-block
    
}
#registration_progress_bar li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    height:40px;
    line-height: 40px;
    display: block;
    font-size: 15px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
   }
#registration_progress_bar li:not(:first-child):after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    color:white;
    left: -50%;
    top: 20px;
    z-index: -1;
}
#registration_progress_bar li.registration_current_state_active:before,  #registration_progress_bar li.registration_current_state_active:after{
	background: #5DA379;
	color: white;
}
.force_input{
	color:red;
	/*margin-left:8px;
	margin-right:8px;*/
}
.force_input_mark{
	color:red;
	/*margin-left:8px;
	margin-right:8px;*/
}
.force_msg{
	color:red;
	margin-left:8px;
	margin-right:8px;
	display:none;
}
.force_msg_special
{
	color:red;
	margin-left:8px;
	margin-right:8px;
	display:none;
}

/* ------------------------------- Floating Button ------------------------------- */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	/*border-radius:100px;*/
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	z-index: 2000;
}