/*FROM ATV*/

/*
h1 {
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 400;
    padding-top: 35px;
    padding-bottom: 4px;
    color: #e84e0f;
    letter-spacing: -0.5px;
    line-height: 26px;
}

.introText {
    color: gray;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    margin: 0 0px 29px 0;
}
*/

/*END FROM ATV*/

html, body {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', Verdana, Arial, Sans-serif;
	color: gray;
}

a {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
}

.titleLink {
	font-weight:700;
	position: relative;
	margin-top: 32px;
	font-size: 13px;
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	line-height: 24px;
}

.titleLink:after {
	content: ' ';
	background-image: url('../images/angle-right.png');
	background-image: url('../images/angle-right.svg'), none;
	background-size: 13px;
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	top: 2px;
	position: absolute;
}

#startGraphicDiv {
	width: 230px;
	height: 162px;
	background-image: url('../images/startGraphic.png');
	background-image: url('../images/startGraphic.svg'), none;
	background-size: 230px 162px;
	border: 1px solid lightgray;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
	margin-top: 9px;
	cursor: pointer;
}

.timeline {
    padding: 5% 0;
}

#overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    /* background-color: rgba(0, 0, 0, 0.5); */
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}


#wrapper {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	background-image: url(../images/bg.png);
	height: 946px;
	top: -16px;
}


#timeline-launcher {
    position: relative;
    width: 400px;
    top: 203px;
    left: 276px;
    text-align: left;
    font-size: 14px;
    font-family: 'Open Sans', Verdana, Arial, Sans-serif;
}

#outerContainer {
	background-color: rgb(243, 242, 242);
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
	border: 1px solid #C8C8C8;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 12px 3px rgba(0,0,0,0.2);
}


.parent {
    border-bottom: 1px solid lightgray;
    background-color: white;
    height: calc(100% - 140px);
 }

.panzoom-parent {
    border: 2px solid #333;
}

.panzoom-parent .panzoom {
    border: 2px dashed #666;
}

.displayNone {
    display: none;
}

#topBar {
	background-color: #F3F2F2;
	padding: 10px 16px 8px 18px;
	border-bottom: 1px solid lightgray;
	position: relative;
	/* height: 88px; */
	overflow: visible;
	text-align: left;
	box-sizing: border-box;
}

#surTitle {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .05em;
}

#controlBar {
	box-sizing: border-box;
	/* background-color: lightblue; */
	margin-top: 40px;
	position: relative;
	height: 32px;
}

#titleBox {
    position: absolute;
    font-size: 25px;
    margin: 0px 0px 0px 14px;
    letter-spacing: -0.01em;
    color: #e74d0e;
    display: inline-block;
    top: 50%;
    margin-top: -18px;
    height: 32px;
    FONT-WEIGHT: 300;
}

#focal {
	height: 0px;
}

.btnContainer {
	box-sizing: border-box;
	display: inline-block;
}

.btnZoomContainer {
	  width: auto;
	  position: absolute;
	  right: 0;
	  top: 0;
}

.btnInfoContainer {
	  width: auto;
	  position: absolute;
		left: calc(50vw - 16px);
		top: 0;
}

button {
	margin:0;
	padding: 0;
}

button:focus {
    outline: none;
}

.btnSelect {
  width: 32px;
  height: 32px;
  border: none;
  color: white;
  background-size: 64px 32px;
  cursor: pointer;
  background-color: #A8A8A8;
}

.btnHelp {
	background-image:url(../images/question.png);
	background-image:url(../images/question.svg), none;
	background-size: 64px 32px;
	margin-left: 24px;
}

.btnInfo {
	background-image:url(../images/info.png);
	background-image:url(../images/info.svg), none;
	background-size: 64px 32px;
}


.btnZoomControl {
	width: 32px;
	height: 32px;
	color: #F3F2F2;
	background-color: #8C8C8C;
}


.zoomIn {
		background-image: url("../images/zoomIn.png");
		background-image: url("../images/zoomIn.svg"), none;
		background-size: 32px 32px;
}

.zoomOut {
		background-image: url("../images/zoomOut.png");
		background-image: url("../images/zoomOut.svg"), none;
		background-size: 32px 32px;
}

.zoomReset {
		background-image: url("../images/zoomReset.png");
		background-image: url("../images/zoomReset.svg"), none;
		background-size: 32px 32px;
}

.btnAT {
	background-image:url(../images/btn_AT.png);
  background-image:url(../images/btn_AT.svg), none;
}

.btnRT {
	background-image:url(../images/btn_RT.png);
  	background-image:url(../images/btn_RT.svg), none);
}

.btnAP {
	background-image:url(../images/btn_AP.png);
  	background-image:url(../images/btn_AP.svg), none;
}

.btnCL {
	background-image:url(../images/btn_CL.png);
  	background-image:url(../images/btn_CL.svg), none;
}

.btnALL {
	background-image:url(../images/btn_ALL.png);
	background-image:url(../images/btn_ALL.svg), none;
	margin-right: 20px;
}

.btnSelected {
	background-position: -32px 0;
}

.closeButtonDiv {
	-webkit-appearance: none;
	border: none;
	background-color: transparent;
	position: absolute;
	width: 18px;
	height: 18px;
	right: 5px;
	top: 5px;
	display: table;
	cursor: pointer;
	background-image:url(../images/close.png);
	background-image:url(../images/close.svg), none);
	background-repeat: no-repeat;
	background-size: 18px 18px;
}

.smallClose {
    -webkit-appearance: none;
    border-radius: 0;
	width: 12px;
	height: 12px;
	top: 6px;
	right: 6px;
	background-size: 12px 12px;
	cursor: pointer;
}

.arrow_box_top {
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #D0D0D0;
	z-index: 90;
	box-sizing: border-box;
	padding: 10px 26px 8px 14px;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 7px 2px rgba(0,0,0,0.1);
	border-radius: 4px;
}

.arrow_box_top:after, .arrow_box_top:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_top:after {
	border-color: rgba(243, 242, 242, 0);
	border-bottom-color: #FFFFFF;
	border-width: 13px;
	margin-left: -13px;
}
.arrow_box_top:before {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #C0BFBF;
	border-width: 14px;
	margin-left: -14px;
}

.arrow_box_forButtons {
	    width: 204px;
    top: 120px;
    margin-left: 13px;
    height: 69px;
    font-size: 11px;
}

.arrow_box_bottom {
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #D0D0D0;
	z-index: 90;
	box-sizing: border-box;
	padding: 10px 21px 8px 21px;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 7px 2px rgba(0,0,0,0.1);
	border-radius: 6px;
}

.arrow_box_bottom:after, .arrow_box_bottom:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_bottom:after {
	border-color: rgba(243, 242, 242, 0);
	border-top-color: #FFFFFF;
	border-width: 13px;
	margin-left: -13px;
}
.arrow_box_bottom:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #C0BFBF;
	border-width: 14px;
	margin-left: -14px;
}

.arrow_box_forZoom {
    width: 335px;
    right: 217px;
    top: 62px;
    height: 72px;
    font-size: 11px;
}

.helpIcon {
	float: right;
	width: 120px;
	height: 60px;
	margin-top: -5px;
	/* margin-right: 10px; */
	background-image: url("../images/pinch.png");
	background-image: url("../images/pinch.svg"), none;
}

.arrow_box_forManual {
    width: 204px;
    top: 123px;
    right: 26px;
    height: 69px;
    font-size: 11px;
}

.infoCallout {
	position: absolute;
	background: #ffffff;
	border: 1px solid #D0D0D0;
	z-index: 90;
	box-sizing: border-box;
	padding: 12px 24px 3px 17px;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 7px 2px rgba(0,0,0,0.1);
	border-radius: 4px;
	width: 638px;
	left: calc(50vw - 350px);
	top: 8px;
	font-size: 13px;
	font-weight: 400;
	color: #8c8c8c;
	line-height: 1.2em;
}
