@charset "utf-8";
/* CSS Document */
* :focus{outline: 0;}
.tickLabel { font-size: 8pt; }

body
{
	padding:0px;
	margin:0px;
	color:#000000;
	font-family:Helvetica, 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;
	height: 16px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	top: -30px;
	left: 10px;
	position:absolute;
	background-color:#e86c1e;
	/*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;
}

#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;
}

#info-button.selected {
  background-position: 0px 16px;
  background-position-y: -16px;
}

.i-cover {z-index: 3;position:absolute;top:0px;left:0px;width:100%;height:100%;background-color:rgba(50, 50, 50, 0.5);}

.i-popup
{
    position: absolute;
    display: inline-block;
    width: 490px;
    height: 270px;
    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;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.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: Helvetica, Arial, sans-serif;
}
.i-popup .i-content
{
    color: #292920;
    font-size: 10.5pt;
    margin-top: 10px;
    line-height: 1.5em;
    font-family: Helvetica, Arial, sans-serif;
    margin-top: 24px;
}

.i-popup .i-close-btn
{cursor: pointer;position: absolute;width: 10px;height: 10px;top: 0px;right: 0px;font-size: 14px;font-weight: 400;color: #CCC;background: url('../assets/cross.svg');padding: 10px;background-repeat: no-repeat;background-position: center;}

::-ms-clear {
    display: none;
}


.display-none {
    display: none;
}