html, body {
	height: 100%;
}

* html #page {
	height: 100%;
}

html, body {
	margin:0;
  	padding:0;
	height: 100%;
	min-height: 100%;
}

body{
  margin:0;
  padding:0;
  font-family: Trebuchet, Arial, Helvetica;
  background-color: #FFFFFF;
  min-width:100%;
}

a:hover,a:link,a:visited,a:active,a:focus{
	color: ghostwhite;
	text-decoration: none;
}

#page {
	padding-top:0px;
 	padding-bottom:0px;
 	
	width:100%;
	margin-left: auto;
    margin-right: auto;
 	
	margin-top:50px;
	margin-bottom:50px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.7);
	
	border-right: solid 1px #EBE7E7;
	border-left: solid 1px #EBE7E7;
	height: calc(100% - 110px);
}



#pageContent{
    margin:10px;
	position:absolute;
 	width:100%;
 	height: calc(100% - 110px);
 	overflow:visible;
}
.pageListItem{
	position: absolute;
	width: 100%;
}

header{
	 min-width:100%;
	 top:0px;
	 left:0px;
     height:50px;
     width:100%;
     display:block;
	 background-color:rgb(43,41,46);
	 box-shadow: 0px 0px 10px #000;
	 z-index:5;
	 position: fixed;
}
footer{
	 min-width:100%;
	 bottom:0px;
	 left:0px;
	 position:absolute;
     height:50px;
     width:100%;
     display:block;
	 background-color:rgb(43,41,46);
	 box-shadow: 0px 0px 10px #000;
	 z-index:5;
	 color:white;
	 padding-left:20px;
}

#headerContainer{
	width:100%;
	margin-left: auto;
    margin-right: auto;
}


#log{
	background-color: #FFFFFF;
	height: 100px;
	width: 100px;	
}

#websiteLink{
	color:#EF5F22;
}
/**
 * 	plugin css
 */

#pluginDetails{
	margin-top: 50px;
}

#imgContainer{
	width: 100%;
}

#positionButtonDiv{
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(58, 56, 63);
	/* RGBa with 0.6 opacity */
	background: rgba(58, 56, 63, 0.8);	
	border: solid 1px #100000;
	color:#FFFFFF;
	padding: 8px;
	text-align: left;
	position:absolute;
	right: 35px;
	top: 190px;
}

#positionButtonDiv .positionButtonSpan img{
	float: right;
	border:0;
}

.positionMapClass area{
	cursor: pointer;
}

.zoomButton{
	border:0;
	cursor: pointer;
}

.palette{
	display: inline-block;
    position: relative;
    min-width: 32px;
    min-height: 32px;
    border: 2px solid var(--palette-item-border-color);
    border-radius: 3px;
    margin: 5px;
    cursor: pointer;
    bottom: 0;
    vertical-align: top;
}

.picked{
	box-shadow: 0px 0px 15px white,0px 0px 15px white,0px 0px 15px white;
}

.nav{
	color:white;
	font-weight:bold;
	margin-left:20px;
	margin-top:5px;
	font-size:26px;
	display:inline-block;
	user-select: none; 
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select:none;
}

.popbox{
	position: absolute;
    background: rgba(58, 56, 63, 0.9);
    color: white;
    border-radius: 10px;
    left: 10%;
    top: 15%;
    width: 80%;
    padding-left: 3%;
	
}

.info{
line-height: 0.6;
background: rgba(58, 56, 63, 0.8);
border: solid 1px #100000;
color: #FFFFFF;
padding: 8px;
text-align:left;
position: absolute;
left:1px;
bottom:50px;
width:180px;
height:220px;
}

.infom{
line-height: 0.6;
background: rgba(58, 56, 63, 0.8);
border: solid 1px #100000;
color: #FFFFFF;
padding: 8px;
text-align:left;
position: absolute;
left:1px;
bottom:50px;
width:120px;
height:150px;
font-size:12px;
}

.info2{
line-height: 1;
background: rgba(58, 56, 63, 0.8);
border: solid 1px #100000;
color: #FFFFFF;
padding: 8px;
text-align:left;
position: absolute;
right:1px;
top:50px;
width:220px;
height:300px;
}

.info2m{
line-height: 1;
background: rgba(58, 56, 63, 0.8);
border: solid 1px #100000;
color: #FFFFFF;
padding: 8px;
text-align:left;
position: absolute;
right:1px;
top:50px;
width:220px;
height:300px;
font-size:12px;
}

.info2s{
    background-color: gray;
}

.rank{
    display: inline-flex;
}
.closebt{
	background: white;
    color: black;
    display: inline-block;
    position: relative;
    width: 20%;
    height: 32px;
    border-radius: 3px;
    font-size: 20px;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 40%;
    user-select: none; 
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select:none;
}
.reload{
background: white;
    color: black;
    display: inline-block;
    position: relative;
    width: 90%;
    margin-left: 5%;
    height: 28px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 28px;
    user-select: none; 
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select:none;
}
.reloadm{
    background: white;
    color: black;
    display: inline-block;
    position: relative;
    width: 90%;
    margin-left: 5%;
    height: 20px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 20px;
    user-select: none; 
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select:none;
}