.usermenua:link{
	color:black;
	text-decoration:none;
}

.usermenu{
	padding:4px 4px 4px 24px;
	margin:4px 1px 10px 0;
	font-size:20px;
	font-weight: bold;
	position: relative;
	background-color: rgb(170,170,170);
}
.usermenu:hover{
	color:white;
	text-shadow: 1px 1px 1px black, 0 0 3px blue, 0 0 2px darkblue;
	background-color: rgb(98,98,98);
	border-bottom: 4px solid rgb(223, 231, 245);
	padding:4px 4px 0px 24px;
}


.table-bordered th{
	border:1px solid rgb(98,98,98) !important;
}
.table-bordered td{
	border:1px solid rgb(98,98,98) !important;
}

.adminmenua:link{
	color:black;
	text-decoration:none;
}

.adminmenu{
	padding:0px 4px 0px 12px;
	margin:0 1px 3px 0;
	font-size:18px;
	background-color: rgb(170,170,170);
}
.adminmenu:hover{
	color:white;
	background-color: rgb(98,98,98);
}
.adminmenutitle{
	margin-right: 4px;
	font-size:20px;
	margin-top:12px;
	font-weight: bold;
}
.admintitle{
	color:white;
	background-color: rgb(98,98,98);
	font-weight: bold;
	font-size:28px;
	margin-bottom: 12px;
}
.reglabel{
	font-size:18px;
	text-align:right;
}


.warmregtext{
	font-size:16px;
	color:red;
}

.paneltitle{
	color:white;
	background-color: rgb(98,98,98);
	text-align: center;
	font-size:28px;
}

.imgbtn{
	width:16px;
	cursor: pointer;
	vertical-align: middle;
}

@media only screen and (max-width: 768px) {
	.menublock{
		text-align:center;
		font-size:20px;
		padding:0 6px 0 6px;
		color:white;
		border-left:1px solid orange;
		border-right:1px solid orange;
	}
	.row {
		margin-left:0;
		margin-right:0;
	}
	.container{
		padding-left: 0;
		padding-right: 0;
	}
	.container-fluid{
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width: 767px) {
	.menublock{
		text-align:center;
		padding:0 12px 0 12px;
		font-size:24px;
		color:white;
		border-left:1px solid orange;
		border-right:1px solid orange;
	}
	.menublock:hover{
		background-color:rgba(136, 204, 0,0.7);
		color:white;
		text-decoration:none;
	}
}

@media only screen and (min-width: 1000px) {
	.menublock{
		text-align:center;
		padding:0 24px 0 24px;
		font-size:24px;
		color:white;
		border-left:1px solid orange;
		border-right:1px solid orange;
	}
}

@media only screen and (min-width: 1200px) {
	.menublock{
		text-align:center;
		padding:0 36px 0 36px;
		font-size:24px;
		color:white;
		border-left:1px solid orange;
		border-right:1px solid orange;
	}
}



.momenu{
	height:40px;
	cursor:pointer;
}


.headerbg{
	background-color:rgb(14, 54, 54);
}

.footerbg{
	background-color:rgb(14, 54, 54);
	color:white;
}
/********************/
@-webkit-keyframes listshow {
  from {left: -50%;}
  to {left: 0;}
}

@keyframes listshow {
  from {left: -50%;}
  to {left: 0;}
}

@-webkit-keyframes listhide {
  from {left: 0;}
  to {left: -50%;}
}

@keyframes listhide {
  from {left: 0;}
  to {left: -50%;}
}
.momenulistshow {
	animation-name: listshow;
	animation-duration: 0.5s;
	left:0;
}

.momenulisthide {
	animation-name: listhide;
	animation-duration: 0.5s;
	left: -50%;
}

.momenulist{
	width:50%;
	position:fixed;
	top:0;
	z-index:10;
	height:100%;
	background-color:rgb(127, 132, 143);
	margin-top:35px;
}

.momenublock{
	text-align:center;
	font-size:24px;
	color:white;
	padding:10px;
	border-top:1px solid orange;
	border-bottom:1px solid orange;
}
/****************/
@-webkit-keyframes rlistshow {
  from {right: -50%;}
  to {right: 0;}
}

@keyframes rlistshow {
  from {right: -50%;}
  to {right: 0;}
}

@-webkit-keyframes rlisthide {
  from {right: 0;}
  to {right: -50%;}
}

@keyframes rlisthide {
  from {right: 0;}
  to {right: -50%;}
}
.rmomenulistshow {
	animation-name: rlistshow;
	animation-duration: 0.5s;
	right:0;
}

.rmomenulisthide {
	animation-name: rlisthide;
	animation-duration: 0.5s;
	right: -50%;
}

.rmomenulist{
	width:50%;
	position:fixed;
	top:0;
	z-index:10;
	height:100%;
	background-color:rgb(127, 132, 143);
	margin-top:35px;
}

.rmomenublock{
	text-align:center;
	font-size:24px;
	color:white;
	padding:10px;
	border-top:1px solid orange;
	border-bottom:1px solid orange;
}
/**************/
.hide{
	display:none;
}

.footer-l{
	background-color:grey;
	color:white;
}

.footer-r{
	background-color:black;
	color:white;
}

.f-con{
	text-align:center;
	padding: 5px 0 5px 0;
}

.f-con-b{
	border-top:white 1px solid;
	border-bottom:white 1px solid;
}

#chat_box{
	position:fixed;
	bottom: 1px;
  right: 3px;
}

.chat_content{
	background-color: white;
	height:300px;
	width:300px;
}

.chat_input{
	position:absolute;
	bottom: 0px;
}


.text{
	font-size:20px;
	font-weight:1000;
}

.title{
	font-size:36px;
	text-align:center;
	font-weight:800;
}

.feature{
	text-align:center;
	font-weight:1000;
	font-size:28px;

}

.loginwrap{
	margin-top:50px;
	margin-bottom:50px;
	border-radius:5%;
	background-color:rgba(136, 191, 242,0.8);
	padding:16px;
}
.term1{
	margin-top:24px;
	margin-left:16px;

}
.term2{
	margin-left:4em;
	font-size:18px;
	text-indent:-2em;
}
body {
   background-image: url("../images/background/nor.jpg?r=8");
}

*:not(text){
	font-family:Microsoft JhengHei,DFKai-SB;
}

.featurewrap{
	margin:10px;
	padding:18px;
	border-radius: 10px;
	border:2px rgb(61,61,61) solid;
	background-color: rgba(151,201,151,0.5)
}