@charset "UTF-8";
/* CSS Document */


@font-face{
	font-family: CircularStd;
	src: url("../fonts/CircularStd-Medium.otf");
}

@font-face{
	font-family: CircularStd;
	font-weight: bold;
	src: url("../fonts/CircularStd-Bold.otf");
}

@font-face{
	font-family: CircularStdBook;
	src: url("../fonts/CircularStd-Book.otf");
}


#oamax-simulator-root{
	font-family: CircularStdBook, serif;
	width:2048px;
	transform-origin: top left;
	display: block;
	margin: 0;
}

#oamax-header {
	width:2048px;
}


#oamax-header-title-bar{
	width:2048px;
	height: 230px;
	background-color: white;
}

#oamax-header-logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 700px;

}

#oamax-logo-img{
	width: 100%;
}

#oamax-header-title{
	position: absolute;
	font-size: 68px;
	top: 0;
	right:50px;
	height: 160px;
	color: #006161;

}

#oamax-header-subtitle-ous{
	position: absolute;
	font-size: 32px;
	top: 60px;
	right:50px;
	height: 160px;
	color: #349898;
}

#oamax-header-subtitle-ous.oamax-header-subtitle-ous-sub{
	top: 100px;
}

#oamax-header-instructions{
	position: absolute;
	font-size: 26px;
	top: 148px;
	right:342px;
	height: 160px;
	color: #999999;
}

#oamax-body{
	position: relative;
	top: -40px;
	width:2048px;
	height:1466px;
}


#oamax-btn-tab-array{
	position: absolute;
	top: -24px;
	right:0;
	width: 2048px;
	height:124px;
	overflow: hidden;
}

#oamax-btn_tabs{
	position: absolute;
	top: 5px;
	right: 0;
	height: 100%;
}

#oamax-btn-bar-line{
	position: absolute;
	top: 94px;
	height: 12px;
	width: 2048px;
	background: #006161;

}

.oamax-toggle-label{
	font-size: 30px;
}

#oamax-interactive{
	position: absolute;
	top: 80px;
	width: 2048px;
}


.oamax-scene-label{
	font-size: 40px;
	text-align: center;
}

.oamax-col{
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	width: 270px;
	height: 90px;
	cursor: pointer;
	overflow: hidden;
}

.oamax-scene-btn{
	float: left;
	margin: 10px;
	width: 300px;
	height: 90px;
	cursor: pointer;
	background: #006161;
	color: #006161;
	border-style: solid;
	border-width: 4px;
	border-color: #006161;
	border-radius: 20px;
	font-size: 36px;
	font-weight: bold;
	overflow: hidden;
}

.oamax-radio{
	visibility: hidden;
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none;
}

.oamax-radio-label {
	width: 100%;
	position: relative;
	text-align: center;
	background: white;
	color: #006161;
}

.oamax-radio-over {
	background: #006161;
	color: white;
}

input:checked + .oamax-radio-label{
	background: #006161;
	color: white;
}


label {
	cursor: pointer;
}

input:checked + label {
	background: red;
}

.bth-check:checked + label{
	background: white;
}

.oamax-centered-text{
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
}


.oamax-row:after{
	height: 100%;
	width: 100%;
	content: "";
	display: table;
	clear:both;
	margin: 10px;
}



#oamax-footer{
	position: relative;
	font-size: 20px;
	/* oamax-body at top: -80px */
	top: -40px;
	/*left: -40px;*/
	width:2048px;
	/* need this to have parent computing height */
	overflow: hidden;
}


#oamax-footer-left{
	float: left;
	width: 78%;
	/*padding-right: 20px;*/
}

.oamax-footer-line{
	display: none;
}

.oamax-footer-shown{
	display: block;
}

.oamax-footer-left-number{
	margin-bottom: 0;
	text-indent: -20px;
	padding-left: 20px;
	line-height: 23px;
}

.oamax-superscript{
	font-family: monospace;
	font-size: 20px;
	vertical-align: super;
}

.oamax-footer-left-star{
	margin-left: 0;

}

#oamax-footer-right{
	float: right;
	width: 21%;
	font-size: 32px;
	font-weight: bold;
	text-align: right;
	line-height: normal;
}
.oamax-footer-PPnum{
	font-size: 20px;
}

#animation-container {
	position:absolute;
	margin:auto;
	left:0;right:0;
  }


.oamax-noselect{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}