@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding:0;
	padding-bottom:0;
	background-color:#383838;	
	height:auto;
	width:auto;
	overflow:scroll;
    position:relative;
}

div.logo{
	icon:url(EDU-HK_logo.svg);
	position:relative;
    float:left;
	padding-left:0px;
	padding-top:0px;	 
}

div.confirm_logo{
	icon:url(edu-hk_confirm_notice.png);
    position: relative;
	float:left;	
	padding-top:0px;
}

a:visited,a:link{
	color:#FFF;
}

/*main menu*/
table.top{
	width: 100%;
	background: background-image: linear-gradient(top, #000000 0%, #000000 68%, #4C5B66 100%);
	background: -o-linear-gradient(top, #000000 0%, #000000 80%, #4C5B66 100%);
	background: -moz-linear-gradient(top , #000000 0%, #000000 80%, #4C5B66 100%);
	background: -webkit-linear-gradient(top , #000000 0%, #000000 80%, #4C5B66 100%);
	background: -ms-linear-gradient(top , #000000 0%, #000000 80%, #4C5B66 100%);
	height: 130px;
	float: left;
	margin: 0;
	top: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	position: fixed;
	z-index: 1;
	clear: both;
	cursor: pointer;
	line-height: normal;
	letter-spacing: normal;
}

/*member zone dropdown CSS*/
.dropbtn {background-color:black; color:white; padding: 16px; font-size: 16px; border: none; cursor: pointer;}
.dropbtn:hover{background-color:#00000}
.dropbtn:focus{background-color:#black;color:white;}
.dropdown{position: relative;display: inline-block;}
.dropdown-content{display:none; position:relative; background-color: #212121; min-width:300px; overflow:auto; 
box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2); left:0; z-index: 1;}
.dropdown-content a {color: white; padding: 12px 16px; text-decoration: none; display: block; font-size:12px; font-weight:800;}
.dropdown a:hover {background-color:#999;}
.dropshow {display:block;}

/*the bar shows different districts*/
table.top2{
	background: -moz-linear-gradient(90deg, rgba(255,255,255,0.7) 0%, rgba(219,217,255,0.7) 7%, rgba(128,128,128,0.74) 13%, rgba(0,0,0,0.86) 49%, rgba(128,128,128,0.98) 86%, rgba(195,193,236,1) 92%, rgba(207,204,255,1) 93%, rgba(255,255,255,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(7%, rgba(207,204,255,1)), color-stop(8%, rgba(195,193,236,1)), color-stop(14%, rgba(128,128,128,0.98)), color-stop(51%, rgba(0,0,0,0.86)), color-stop(87%, rgba(128,128,128,0.74)), color-stop(93%, rgba(219,217,255,0.7)), color-stop(100%, rgba(255,255,255,0.7))); /* safari4+,chrome */
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,0.7) 0%, rgba(219,217,255,0.7) 7%, rgba(128,128,128,0.74) 13%, rgba(0,0,0,0.86) 49%, rgba(128,128,128,0.98) 86%, rgba(195,193,236,1) 92%, rgba(207,204,255,1) 93%, rgba(255,255,255,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(90deg, rgba(255,255,255,0.7) 0%, rgba(219,217,255,0.7) 7%, rgba(128,128,128,0.74) 13%, rgba(0,0,0,0.86) 49%, rgba(128,128,128,0.98) 86%, rgba(195,193,236,1) 92%, rgba(207,204,255,1) 93%, rgba(255,255,255,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(90deg, rgba(255,255,255,0.7) 0%, rgba(219,217,255,0.7) 7%, rgba(128,128,128,0.74) 13%, rgba(0,0,0,0.86) 49%, rgba(128,128,128,0.98) 86%, rgba(195,193,236,1) 92%, rgba(207,204,255,1) 93%, rgba(255,255,255,1) 100%); /* ie10+ */
	background: linear-gradient(0deg, rgba(255,255,255,0.7) 0%, rgba(219,217,255,0.7) 7%, rgba(128,128,128,0.74) 13%, rgba(0,0,0,0.86) 49%, rgba(128,128,128,0.98) 86%, rgba(195,193,236,1) 92%, rgba(207,204,255,1) 93%, rgba(255,255,255,1) 100%); /* w3c */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* ie6-9 */
	width: 100%;
	margin: 0;
	height: 35px;
	text-align: center;
	color: #EEEEEE;
	margin-top: 130px;
	position: static;
	z-index: 1;
	cursor: auto;	
}/*end of district bar code*/

/*slideshow container*/	

.slideshowTutor{
	
	max-width:800px;
	max-height:400px;
	margin:10;
	}

/* Position the "next button" to the right for slideshowTutor
.next {
  right: 0;
  font-family:"Times New Roman", Times, serif;
  font-weight:800;
}
*/

/* The number indicators for slideshowTutor*/
.number {
  cursor:pointer;
  font-size:18px;
  color: #999;
  display: inline;
  transition: background-color 0.6s ease;
}

/* The number indicators for slideshowTutor during hover*/
.active, .number:hover {
  color: #EEEEEE;
}

/* On smaller screens, decrease text size for slideshowTutor*/
@media only screen and (max-width: 300px) {
  .slprev, .slnext,.text {font-size: 11px}
}

/*slidershow content*/
table.show{
	width:100%;
	height:50%;
	border: 1px #FFF;
	background:#181818;
	text-align: left;
	vertical-align:top;
	padding:0px 12px;
	font-size:15px;
	color:white;
	margin 0px 0px;
	position:relative;
	float:left;
}/*end of all slideshow element*/

/*autoscroll parent case*/
nav{
  margin-top:0;
  padding:50;
  box-sizing:border-box;
}
  

.container{
	width:400px;
	margin-right:20px;
	height:800px;
	background-color:#333;
	overflow: hidden;
    float:right;	
	margin-top:0;
}
ul{
  list-style:none;
  position:relative;
}
li{
  height:100px;
  background-color:rgba(57, 173, 117,0.3);
   text-align:center;
  border-bottom:1px solid #333;
}
h2{
  color:#fff;
  padding-top:10px;
}
p{
  text-align:left;
  padding:10px;
  color:#eee;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
 }/*end of autoscroll parent case*/
	
table.center{
	background-color:#181818;
	padding:12px 12px;
	width: 100%;
	height: 30%;
	text-align:center;
	color:#F0F0F0;
	overflow: scroll;
	position:inherit;
	border-collapse:collapse;  
}

table.district{
	background-color:#282828;
	border:#E2E2E2 2px;
	border-collapse:collapse;
	width: 100%;
	height:70%;
	overflow:scroll;
	position: static;
	color:#FFFFFF;
	z-index: -1;
	
}

table.confirm{
	margin-left:100px;
	margin-top:160px;
	vertical-align:central;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-weight:800;
	color:#EAEAEA;
}

table.update{
	margin-left:100px;
	margin-right:100px;
	margin-top:100px;
	vertical-align:central;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#EAEAEA;
}

table.mail{
	background-color:#181818;
	alignment-adjust:middle;
	padding: 2px;
	margin:0;
	height: 20%;
	width:100%;
	position:inherit;
	z-index:-1;
}

footer{
	position:relative;
	margin: 0;
	width:100%;
    clear:left;
}

p.business{
	font-size:15px;
	color:rgb(255,255,255);
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
	padding-left:60px;
	padding-right:60px;
	
}
p.table{
	font-size: 15px;
	color: rgb(255,255,255);
	font-weight: 100;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-align: left;
	vertical-align: middle;
}

p.header{
	font-size: 20px;
	font-weight: bold;
	line-height: 38px;
	color:rgb(228,228,228);
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
	
h1{
   text-align:left;
   padding-left:50px;
   font-weight:bold;
   font-size:18px;
   color:rgb(255,255,255);
   top:160;
  }
  
h2{
	text-align:left;
	padding-left:60px;
	color:#EAEAEA;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:16px;
}
table.warn{
	width:100%;
	height:60%;
	top:238;
	float:left;
	border: 2px hidden;
	padding-left:80px;
	padding-right:80px;
	padding-top:60px;
    overflow:scroll;
	positon:static;
	clear:both;
}

table.fee{
	width:60%;
	height:20%;
	top:128;
	margin:auto;
    text-align:center;
	font-size:15px;
	font-weight:800;
	background:#323232;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border: 1px solid #C1C1C1;
	border-collapse:collapse;
	color:#EEE;	
	position:static;
}

/*warning wordings*/
.red{
	color: rgb(255,0,0);
	font-weight: 500;
}
		
.agree{
	background-color:#100;
	border:2px 
	border-color:#FFF;
	border-raduis:20px;
	padding:3px 30px;
    text-align:center;
	font-size:16px;
	color:#FFF;	
	display:inline-block;
	margin: 10px 10px;
	cursor:pointer;
			
}
.disagree{
	background-color:#100;
    border:2px 
	border-color:#FFF;
	border-raduis:20px;
	padding:3px 25px;
    text-align:center;
	font-size:16px;
	color:#FFF;	
	display:inline-block;
	margin:10px 10px;
	cursor:pointer;
}

button.accordion:hover{
	-webkit-box-shadow: -2px -2px 2px 6px rgba(240,228,240,0.85);
-moz-box-shadow: -2px -2px 2px 6px rgba(240,228,240,0.85);
box-shadow:  -2px -2px 2px 6px rgba(240,228,240,0.85);
}

button.accordion {
	background-color:#282828;
	color: rgb(236,236,236);
	cursor: pointer;
	padding: 0px;
	width: 100%;
	border: none;
	text-align: center;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color:#282828; 
	cursor:pointer;
}

/*for accordion*/
div.panel {
    padding: 8px 8px;
	background-color:#181818;
	color:#EEE;
    display: none;
}

/*for accordion*/
div.panel.show {
    display: block !important;
}

table.accrodion{
	height:70%;
	padding: 8px 8px;
	margin: 0px 0px;
	text-align: left;
	vertical-align: middle;
	border: hidden 1px;
	white-space: normal;
	display: inline;
}

th{
	font-weight:bold;
	}

td{
	text-align: left;
	color: rgb(238,238,238);
}
.box{
	margin-top:150;
	width:100%;
	margin-left:0;
	margin-bottom:0;
	position:relative;
}

table.complete{
	vertical-align: middle;
	margin-top: 180px;
	margin-left: 150px;
	margin-right: 80px;
	width: 756px;
	height: 268px;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}
