@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");
}

.simulators-popup .close-popup {
  position: relative;
  z-index: 10;
}

#astig-simulator-root{
	font-family: CircularStdBook, serif;
	width:1024px;
	height: 100%;
	transform-origin: top left;
	display: block;
}


#astig-header {
	left:0;
}

#astig-header-title-bar{
	width:1024px;
	height: 120px;
	background-color: white;
}

#astig-header-logo{
	position: absolute;
	bottom: 0;
	left: 30px;
	width: 240px;
}

#astig-logo-img{
	width: 100%;
}

#astig-header-title{
	position: absolute;
	font-size: 34px;
	top: 30px;
	right:25px;
	height: 80px;

}

#astig-header-subtitle{
	position: absolute;
	font-size: 20px;
	top: 60px;
	right:25px;
	height: 80px;

}


#astig-body{
	position: absolute;
	top: 100px;
	width:1024px;
	height:680px;
}


#astig-btn-tab-array{
	position: absolute;
	top: -11px;
	right:0;
	width: 1024px;
	height:62px;
	overflow: hidden;
}

#astig-btn_tabs{
	position: absolute;
	right: 20px;
	height: 100%;
}

#astig-btn-bar-line{
	position: absolute;
	top: 47px;
	height: 5px;
	width: 1024px;
	background: #6AA7DAFF;

}


#astig-interactive{
	position: absolute;
	top: 40px;
	width: 1024px;
	height:720px;
}

#astig-instructions-overlay{
	position: absolute;
	top: 0;
	width: 1024px;
	height:635px; /*  see html for dimensions  */
	background: rgba(0,0,0,0.75);
	cursor: pointer;
}

#astig-instructions{
	position: relative;
	top: 40%;
	width : 250px;
	margin: auto;
}

#astig-instr-icon{
	height: 30px;
}

.astig-instructions-screen-text {
	font-size : 25px;
	color: white;
	text-align: center;
  line-height: 1.3;
}

.astig-instructions-section-title{
	margin-top: 0.7em;
	font-size : 24px;
	text-align: left;
	font-weight: bold;
	color: white;
}

.astig-instructions-text{
	font-size : 20px;
	text-align: left;
	line-height: 120%;
	font-family: CircularStdBook, serif;
	font-weight: normal;
	color: white;
}

#astig-interactive-ctrls{
	padding: 20px;
	position: absolute;
	top: 20px;
	left:20px;
	width: 250px;
	height: 540px;
	border-style:solid;
	border-color: #6AA7DAFF;
	border-radius: 10px;
	background: rgba(0,0,0,0.8);
	color: white;
	font-size: 16px;
}

.astig-scene-label{
	font-size: 20px;
	text-align: center;
}

.astig-scene-btn{
	float: left;
	margin: 5px;
	width: 180px;
	height: 50px;
	cursor: pointer;
	background: #6AA7DAFF;
	color: #6AA7DAFF;
	border-style: solid;
	border-width: 2px;
	border-color: #6AA7DAFF;
	border-radius: 10px;
	font-size: 18px;
	overflow: hidden;
}

.astig-radio{
	visibility: hidden;
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none;
}

.astig-radio-label {
	width: 100%;
	position: relative;
	text-align: center;
	background: white;
	color: #6AA7DAFF;
}

input:checked + .astig-radio-label{
	background: #6AA7DAFF;
	color: white;
}

.astig-unit-label{
	margin-top: 20px;
	font-size: 20px;
	font-weight: normal;
  margin-bottom: 6px;
}

.astig-cyl-label{
	font-size: 18px;
	width: 100%;
	height: 100%;
	background: white;
	color: #6AA7DAFF;
}

input:checked + .astig-cyl-label{
	background: #6AA7DAFF;
	color: white;
}

.astig-cyl-cell{
	float: left;
	padding: 0.1px;
	width: 46%;
	margin-right: 5px;
	background: #6AA7DAFF;
	color: #6AA7DAFF;
	border-style: solid;
	border-width: 2px;
	border-color: #6AA7DAFF;
	height: 40px;
	overflow: hidden;
}


.astig-axis-cell{
	float: left;
	padding: 0.1px;
	border-radius: 10px;
	width: 29%;
	margin-right: 5px;
	background: #6AA7DAFF;
	color: #6AA7DAFF;
	border-style: solid;
	border-width: 2px;
	border-color: #6AA7DAFF;
	height: 40px;
	overflow: hidden;
}

.astig-cyl-cell:last-child，
.astig-axis-cell:last-child {
  margin-right: 0;
}

.astig-ctrl-line{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 2px;
	background: #6AA7DAFF;
}

label {
	cursor: pointer;
}

input:checked + label {
	background: red;
}

.bth-check:checked + label{
	background: white;
}

#astig-ctrl-confirm{
	height: 40px;
	width: 70%;
	margin: auto;
	border-radius: 10px;
	background: white;
	color: #6AA7DAFF;
	border-style: solid;
	border-width: 2px;
	border-color: #6AA7DAFF;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
}

.astig-centered-text{
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
  font-size: 18px;
}

#astig-ctrl-confirm:active{
	color: white;
	background: #6AA7DAFF;
}

/* Controls collapsed */
#astig-ctrl-collapsed{
	position: absolute;
	top:34px;
	left:38px;
	font-size: 16px;
	height: 48px;
}

.astig-ctrl-coll-cell{
	font-size: 18px;
	font-weight: bold;
	height: 100%;
	float: left;
	margin-right: 5px;
	overflow: hidden;
}

.astig-ctrl-coll-cell-end{
	font-size: 18px;
	font-weight: bold;
	height: 100%;
	float: left;
	overflow: hidden;
}

.astig-ctrl-coll-black{
	background: black;
	color: white;
	padding: 10px;
	pointer-events: none;
}

.astig-ctrl-coll-btn{
	background: white;
	color: #6AA7DAFF;
	border-color: #6AA7DAFF;
	border-style: solid;
	cursor: pointer;
	padding: 10px;
}


.astig-round-borders{
	border-radius: 10px;
	border-width: 2px;
	overflow: hidden;
  box-sizing: border-box;
}

.astig-ctrl-coll-btn:active{
	color: white;
	background: #6AA7DAFF;
}


#astig-ctrl-collapsed-icon{
	padding-top: 3px;
	padding-bottom: 6px;
	height: 100%;
}

#astig-instr-coll-icon{
	height: 100%;
}


.astig-ctrl-collapse-row{
	padding: 5px;
	height: 100%;
	background: rgba(0,0,0,0.2);
	border-radius: 10px;
  box-sizing: border-box;
}

.astig-row:after{
	height: 100%;
	width: 100%;
	content: "";
	display: table;
	clear:both;
	margin: 5px;
}



#astig-footer{
  display: flex;
  justify-content: space-between;
	position: relative;
	top: 760px;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
}


#astig-footer-left{
	width: 78%;
}

.astig-footer-left-number{
	margin-bottom: 0;
	text-indent: -1em;
	padding-left: 1em;
}

#astig-footer-right{
	width: 18%;
	font-size: 16px;
	font-weight: 600;
	text-align: right;
}

#animation-container {
	position:absolute;
	margin:auto;
	left:0;right:0;
  }

#astig-header {
	position:absolute;
	margin:auto;
	left:0;right:0;
}

.astig-noselect{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.simulators-popup .popup-content {
  max-width: 1024px;
}
