@charset "utf-8";
/* CSS Document */
* :focus{outline: 0;}
.tickLabel { font-size: 8pt; }

body
{
	padding:0px;
	margin:0px;
	color: #31363A;
	font-family: Arial, sans-serif;
	font-size:12px;
	background-color: #fff;/*#fff;*/
	margin:auto;
	line-height:1.5em;
}

#container
{
	width:920px;
	height:580px;
	position:relative;
	left:30px;
	top:40px;
	-moz-border-radius: 6px; 
	border-radius: 6px;
	border:#CCC solid 1px;
	background-color:#f5f5f5;
	-moz-box-shadow: 0px 5px 5px #CCC;
	-webkit-box-shadow: 0px 5px 5px #CCC;
	box-shadow: 0px 5px 5px #CCC;
}

#title
{
	/*width: 100px;*/
	padding: 7px 12px;
	height: 16px;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
	top: -30px;
	left: 40px;
	position:absolute;
	background-color: #f7941d;
	/*border:#CCC solid 1px;*/
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	z-index: 2;
}

#logo
{
	/* background-image:url('../assets/hbpub_logo.png'); */
	position:absolute;
	left:860px;
	top:5px;
	width:86px;
	height:30px;
	display: none;
}

#copyright
{
	height:30px;
	text-align:center;
	font-size:9px;
	color:#666;
	margin-top: 45px;
	width: 922px;
	margin-left: 30px;
}

.hidden
{
	position:absolute !important;
	left:-10000px !important;
	top:auto !important;
	width:1px !important;
	height:1px !important;
	overflow:hidden !important;
}

.lightgrey_textbox
{
	border: solid #999 1px;
	/*background-color:#CCC;*/
	background-color:#F4EAF4;
}

.darkgrey_textbox
{
	border: solid #999 1px;
	background-color:#999;
}

#info-button {
  /* background: url('../assets/i-btn.png'); */
  width: 16px;
  height: 16px;
  position: absolute;
  top: 6px;
  right: -28px;
  cursor: pointer;
  display: none;
}

#info-button.selected {
  background-position: 0px 16px;
  background-position-y: -16px;
}

.i-cover {z-index: 3;position:absolute;top:0px;left:0px;width: 100%;border-radius: 5px;height: calc(100%);background: rgba(0,0,0,0.6);}

.i-popup
{
    position: absolute;
    background-color: #FFFFFF;
    z-index:51;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.75);
    padding: 20px;
    top: 63px;
    left: calc((100% - 430px) / 2);
    width: 430px;
    /* height: 70px; */
    font-size: 14px;
    box-shadow: 0 0 15px rgba(0,0,0,0.8);
    padding: 54px 36px;
    box-sizing: border-box;
}

.i-popup .i-title
{
    color: #292920;
    width: 100%;
    height: 25px;
    font-size: 13pt;
    font-weight: normal;
    line-height: 1.5em;
    border-bottom: 1px solid #292920;
    font-family: Arial, sans-serif;
}
.i-popup .i-content
{
    color: #292920;
    font-size: 15px;
    margin-top: 7px;
    line-height: 1.5em;
    font-family: Arial, sans-serif;
    /* margin-top: 24px; */
    /* box-shadow: 0 0 10px rgba(0,0,0,0.5); */
}

.i-popup .i-close-btn
{cursor: pointer;position: absolute;width: 10px;height: 10px;top: 8px;right: 8px;font-size: 14px;font-weight: 400;color: #CCC;background: url('../assets/close.svg');background-size: 12px;padding: 10px;background-repeat: no-repeat;background-position: center;}

::-ms-clear {
    display: none;
}

.display-none {
    display: none;
}

.box-graph-table > div > div, .results-table > div > div {
  display: table-cell;
  width: 89px;
  height: 64px;
  vertical-align: top;
  text-align: center;
  font-size: 17px;
  vertical-align: middle;
}