@charset "utf-8";
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
	html, body {
		width: 100%;
		height: 100%;
	}
	.colorchoice{
		width: 150px;
		background-color:#ffffff;
		color:#000000;
		margin-right: -4px;
		-webkit-appearance: none;
		-moz-appearance: none;
		-o-appearance: none; 
		appearance: none;		
	}
	.offline{
		font-weight:bold;
	}
	.notifications{
		display: inline-block;
		width: 36px;
		text-align: center;
	}
	.nf{
		background-color:#f00;
		color:#fff !important;
	}
	.nnf{
		background-color: rgba(0, 0, 0, 0.1);
		color:#fff !important;
	}
	.lename{
		color: #ffffff !important;
		text-decoration: underline;
	}
	.vca{
		display:inline block;
		padding: 6px 15px;
		height: 100%;
		margin: 3px;
		width:100%;
		text-align:left;
	}
	input[type="submit"], input[type="button"], button, .top1 a, .for a, .button
	{
		display:inline-block;
		font-size: 15px;
		font-weight: bold;
		padding: 6px 15px;
		border: 0px;
	}
	textarea{
		border-top:none;
		border-left:none;
		resize:none;
		overflow:hidden;
	}
	textarea:hover{
		overflow-y:scroll;
	}
	.nbc
	{
		text-align: center;
	}
	.nbc a
	{
		font-size: 15px;
		font-weight: bold;
		border: 0px;
		height: 30px;
		padding: 6px 15px;
	}
	.inline { 
    	display: inline-block; 
    }
	.cu{
		width: 90%;
		padding:25px;
		text-align: justify;
		margin: 0 auto;
		color: #000000 !important;
	}
	.cu li{
		position:relative;
		width:95%;
		left:30px;
	}
	td li{
		position:relative;
		display:list-item;
		width:auto;
		margin-right:30px;
		left:30px;
	}
	.example{
		width:95%;
	}
	.example td{
		width:25%;
	}
	.ea
		{
		font-size:15px;
		font-weight:bold;
		border: 0px;
		text-decoration:none;
		}
	.sidebar	{
		display: none;
	}
	.top0, .top1{
		visibility: hidden;
	}
	.statsbar{
		text-align: left;
	}
	.footer-right{
		visibility:visible;
		text-align:center;
	}
	.sessioninfosidebar{
		position:relative;
		top:-10px;
		right: 25px;
		text-align:right;
	}
	.infosidebar{
		text-align:center;
		margin: 0 auto;
	}
	.sessioninfonavbar, .infonavbar{
		padding: 10px 15px;
	}
	.changelog ul{
		padding-left:35px;
	}
	.lastentriesbutton {
		padding: 0px;
	}
	.entry{
    	width: 98%;
		margin: 0 auto;
    }
	.entrytop{
    	width: 100%;
		margin: 0 auto;
		border-top-left-radius:4px;
		border-top-right-radius:4px;
		padding-left: 5px;		
    }
	.entrybody{
    	width: 100%;
		margin: 0 auto;
		text-align: center;
		border-style:solid;
		border-width: 1px;		
		border-bottom-right-radius:4px;
		border-bottom-left-radius:4px; 		
		
    }
	.page{							
		text-align: center;
		position:absolute;
		top: 70px;
		right:10px;
		left:10px;
		margin: 0 auto;
	}		
/*navbar css*/		
* {
  margin: 0;
  padding: 0;
}

#wrapper {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
}

label {
  cursor: pointer;
}
label:focus {
  outline: none;
}

.menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  min-height: 100%;
  -moz-transform: translate3d(-240px, 0, 0);
  -moz-transition: -moz-transform 0.35s;
  -o-transform: translate3d(-240px, 0, 0);
  -o-transition: -o-transform 0.35s;      
  -webkit-transform: translate3d(-240px, 0, 0);
  -webkit-transition: -webkit-transform 0.35s; 
  z-index:1;
}
.menu label.menu-toggle {
  position: fixed;
  right: -60px;
  width: 60px;
  height: 60px;
  line-height: 0px;
  display: block;
  padding: 0;
  text-indent: -9999px;
  background: url(menu-alt-512.png) 50% 50%/25px 25px no-repeat;
}
/*
.menu ul li > label {
  background: url(https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-arrow-right-b-128.png) 95% 50%/16px 16px no-repeat;
}
*/
.menu ul li a, .menu ul li label {
  display: block;
  text-align: center;
  padding: 0 20px;
  line-height: 35px;
  text-decoration: none;
}
/*
.menu ul li a:hover, .menu ul li label:hover {
  color: #666;
}
*/

/* hide inputs */
.menu-checkbox {
  display: none;
}

/* hide navigation icon for sublabels */
.menu .menu label.menu-toggle {
  background: none;
}

/* fade in checked menu */
.menu-checkbox:checked + .menu {
  -moz-transform: translate3d(0, 0, 0);
  -moz-transition: -moz-transform 0.35s;  
  -o-transform: translate3d(0, 0, 0);    
  -o-transition: -o-transform 0.35s; 
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.35s;    
  transform: translate3d(0, 0, 0);
  transition: transform 0.35s;  
}
.menu-checkbox:checked + page {
  -moz-transform: translate3d(0, 0, 0);
  -moz-transition: -moz-transform 0.35s;  
  -o-transform: translate3d(0, 0, 0);    
  -o-transition: -o-transform 0.35s; 
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.35s;
  transform: translate3d(0, 0, 0);
  transition: transform 0.35s;   
}

/* for show */
html, body {
  height: 100%;
}

p {
  margin-bottom: 15px;
}
.strrtng{
	border: unset;
	position: relative;
	top: -40px;
	text-align: center;
	margin-bottom: -25px;
}


fieldset, label { margin: 0; padding: 0; }

/****** Style Star Rating Widget *****/

.rating { 
  border: none !important;
  float: right;
}

.rating > input { border: none; display: none; } 
.rating > label:before { 
  margin: 5px !important;
  font-size: 1.25em !important;
  font-family: FontAwesome !important;
  display: inline-block !important;
  content: "\f005" !important;
}
[type="radio"]:not(:checked) + label::before {
    border: none;
}
[type="radio"]:not(:checked) + label::after {
    border: none;
}
[type="radio"]:checked + label::before {
    border: none;
	background-color: unset;
}
[type="radio"]:checked + label::after {
    border: none;
	background-color: unset;
}
.rating > .half:before { 
  content: "\f089" !important;
  position: absolute !important;
}

.rating > label { 
  color: #ddd !important; 
 float: right !important; 
}
/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700 !important;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 

.strcont{
	margin-right: 25px;
	position: relative;
	top: 20px;
	float: right;
}
.starrating{
	margin-right: 7px;
	margin-left: 7px;	
}
.mobilehide{
	display: none;
}

.seclink{
	font-size: 12px;
	color: black;
	position: relative;
	top: 10px;
}
.seclinknone{
	display: none;
}
.seclinkblock{
	display: block;
}

/*
#info {
  display: table;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
}
#info #info-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}
#info #info-content h1 {
  color: #fff;
  border: 3px solid #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  font-size: 22px;
  font-weight: normal;
  padding: 20px;
  margin: 10px;
  display: inline-block;
}
#info #info-content h1 strong {
  display: block;
  font-size: 26px;
}
*/
@media screen and (max-width: 480px){	
	.restab{
		margin: 0 auto;
		display: block;
		overflow: auto;
		table-layout: auto; 
		max-width: 100%;
	}
}
@media screen and (min-width: 1080px){
	body{
		height: 100%;
		margin:0;
	}
	.header	{
		width: 80%;
	}
	.restab{
		margin: 0 auto;
		width: 95% !important;
	}	
	.restab tr{
		width: 100%;
	}
	.restab table{
		width: 95% !important;
	}
	.top0{
		visibility: visible;		
		width: 100%;
		position: fixed;
		top:0px;
		left:0px;
		z-index:1;
		text-align:right;
	}	
	.top1	{
		visibility: visible;
		width: 80%;
		position: fixed;
		top:0px;
		right:0px;
		z-index:1;
	}
	.top2	{
		width: 80%;
	}
	input[type="submit"], input[type="button"], button, .top1 a, .for a, .top0 span
	{
		display:inline-block;
		font-size: 15px;
		font-weight: bold;
		padding: 6px 15px;
		border: 0px;
	}
	.page{
		width: 100%;
		float: left;						
		text-align: center;
		position:relative;
		top: -105px;
		right: 0px;
		left: -10%;		
		margin: 0 auto;
	}
	.sidebar	{
		display: block;
		width: 20%;
		min-height: 100%;
		position: absolute;
		top: 0px;
		right: 0px;	
		padding-top: 25px;
		padding-bottom:125px;
		z-index:2;
	}
	.vca{
		display: inline-block;
		width: auto;	
	}
	#wrapper {
		display: none;
	}
	.strrtng{
		top: -25px;
	}
	.mobilehide{
		display: inline-block;
	}
}