/* Default CSS Stylesheet for a MTS ALT wizard project */

.bodydiv {
	visibility:hidden; 
	z-index: 999;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    cursor: wait;
    background-color: #000;
    opacity: 0;
    transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
}

.MT_options_cell{
	width:25%; 
	text-align:center; 
	Float:left; 
	background-color:#e4e4e4; 
	border: solid 1px #808080; 
	box-sizing: border-box;
}

.header_MT_options_frame{
	width:100%; 
	border: solid 1px #808080;
}

.links{
	display: block; 
	text-decoration: none; 
	color: black;
}

hr {
    height: 4px;
    color: #79ceff;
    background-color: #79ceff;
    border: none;
}

.ButtonClass{
    cursor: pointer;
	border: 1px solid #808080;
	background-color: #79ceff;
	font-family: Arial; 
	font-size: 2.5em;
	width: 150px;
	-webkit-appearance:none;
	border-radius: none;
	text-align: center;
	padding: 0px;
	margin: 0px auto;
}

.outputs{
	width: 100%;
}

.outputs_header__left{
	width: 20%; 
	background-color:#79ceff;
	Float:left;	
	Border:1px solid black; 
	padding:10px; 
	box-sizing: border-box; 
	text-align:center;"
}

.outputs_header_right{
	width:80%; 
	background-color:#79ceff;	
	Float:right; 	
	Border:1px solid black; 
	padding:10px; 
	box-sizing: border-box;"
}

.outputs__left{
	width:20%; 	
	Float:left; 
	Border:1px solid black; 
	padding:10px; 
	box-sizing: border-box; 
	text-align:center;
}

.outputs_right{
	width:80%;			
	Float:right; 	
	Border:1px solid black; 
	padding:10px; 
	box-sizing: border-box;
}

.outputs_label{
	font-family: Arial; 
	Font-Size:1.3em;
}

.options_text{
	width:55%;
	height:66px; 
	Float:left; 
	padding:10px; 
	box-sizing: border-box;
	font-family: Arial; 
	font-size: 1em;
}

.options_label{
	font-family: Arial;
	font-size: 2.5em;
}

.options_dropdown{
	width:45%; 
	height:66px; 
	Float:right; 
	padding:10px; 
	box-sizing: border-box;
}

.options_dropdown_asp{
	width: 100%;
	font-size: 2.5em;
	Border:1px solid #C0C0C0; 
	font-family: Arial;
	background-color: #ffffff;
	color: #666666;
	
	-webkit-appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==);
    background-position : right center;
    background-repeat: no-repeat;
    padding-right: 0.5em;
	padding-left: 0.2em;
}

.spacer{
	font-size:0.5em;
}