* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}
.generator_container
{
	border: solid 1px #ED1C24;
	padding:2%;
	font-size: 0.8 em;
}

.png_container
{
	width:100%;
	border:solid 0px #ED1C24;
	border-size: 0px;
}
.png_header
{
	display:none;
	width:100%;
	padding:2.5%;
}
.png_body
{
	width:100%;
	padding:2.5%;
}
.png_footer
{
	display:none;
	width:100%;
	padding:2.5%;
}
.png_left
{
	width:72%;
	float:left;
}
.png_right
{
	width:28%;
	float:right;
}
.options_container
{
	width:100%;
}
.left_column
{
	width:50%;
	padding-right:2%;
	float:left;
}
.right_column
{
	width:50%;
	padding-right:2%;
	float:left;
}
.option
{
	clear:both;
	position:relative;
	margin-top:0%;
	margin-bottom:2%;
}
.option.fixed_part
{
	display:none;
}
.option .name
{
	display:none;
}
.select_main.selected .selected_option
{
	background-color:#DDDDDD;
}
.label
{
	width:100%;
	clear:both;
	font-size:1.5vw;
	font-size:1.2em;
	color:#434343;
	
}
.select_main
{
	font-size:1.7vw;
	font-size:1em;
}
.selected_option
{
	border:solid 1px #000000;
	width:100%;
	padding-left:2px;
	padding-right:2px;
	padding-top:5px;
	padding-bottom:5px;
	overflow:hidden;
	cursor:pointer;
	background-image:url('/images/DropDownArrow.png');
	background-position: 99% center;
	background-repeat: no-repeat;
	background-size: 3% auto;
}
.select_options
{
	display:none;
	position:absolute;
	overflow:hidden;
	border:solid 1px #000000;
	background-color:#FFFFFF;
	width:100%;
	z-index:5;
}
.table_header
{
	overflow:hidden;
	border-bottom: solid 2px #C9D7FC;
	border-top: solid 2px #D6E1FC;
}
.table_title
{
	background-color: #A7BEF9;
}
.select_option
{
	cursor:pointer;
	overflow:hidden;
	
}
.select_option.selected
{
	background-color:#316AC5;
	color:#FFFFFF;

}
.select_label
{
	width:82%;
	float:left;
	border-right: solid 2px #C9D7FC;
	padding-top:5px;
	padding-bottom:5px;
}
.select_label_two .select_label
{
	width:41%;
}
.select_label_three .select_label
{
	width:27.3%;
}
.select_label_four .select_label
{
	width:20.5%;
}
.select_key
{
	border-left:solid 0px #000000;
	width:18%;
	padding-left:0.5%;
	padding-right:3%;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
	text-align:left;
}
.special_order_text
{
	display:none;
}
.part_action
{
	display:none;
}
.current_selection
{
	width:90%;
	float:left;
}
.current_selection_input
{
	font-size:1.8vw;
	font-size:1.3em;
	width:98%;
	padding: 1%;
	border: solid 1px #000000;
}
.reset_button
{
	width:7%;
	float:left;
	margin-left:2.5%;
	background-color:red;
	background-color:transparent;
	background-image:url('/images/Refresh.png');
	background-size:100% 100%;
	cursor:pointer;
}
.message_board
{
	width:100%;
	position:relative;
	font-size:1.6vw;
	font-size:1em;
	margin-top:8%;
	border:solid 1px #000000;
}
.message_board_spacer
{
	padding-top:0%;
}
.message_board_content
{
	/*position:absolute;*/
	
	width:100%;
	padding:2.5%;
	top:0;
	left:0;
}
.selection_unused
{
	font-weight:bold;
	color:#999999;
	font-size:1.1em;
}
.selection_correct
{
	font-weight:bold;
	color:green;
	font-size:1.1em;
}
.selection_incorrect
{
	font-weight:bold;
	color:red;
	font-size:1.1em;
}
.select_option_disabled
{
	background-color:#999999;
	background-color:#e5b8b7;
}
.non_standard
{
	background-color:yellow;
	background-color:#bfbfbf;
}
.special_order
{
	background-color:orange;
}
.non_standard_text
{
	margin-top:8px;
	margin-bottom:8px;
	font-weight:bold;
}
.special_order_text
{
	margin-top:8px;
	margin-bottom:8px;
	font-weight:bold;
}