@charset "UTF-8";/* CSS Document *//*--------------------------------------------------------------------------------------------------------------------*//*--------------------------------------------------------------------------------------------------------------------*//* BUTTONS *//*--------------------------------------------------------------------------------------------------------------------*//*--------------------------------------------------------------------------------------------------------------------*/.send_button_block {	margin: 5px auto 0px auto;	width: 65%;	float: right;	text-align: left;} @media only screen and (min-width : 1px) and (max-width :740px) {.send_button_block {	width: 100%;}}/*--------------------------------------------------------------------------------------------------------------------*//*--------------------------------------------------------------------------------------------------------------------*//* FORM DATA ENTRY *//*--------------------------------------------------------------------------------------------------------------------*//*--------------------------------------------------------------------------------------------------------------------*/.query_border_wrapper {	margin: 0px 0px 0px 0px;	padding: 25px;	width: calc(100%-52px);	text-align: center;	border: 1px solid #c0c0c0;	background-color: #fafafa;} @media only screen and (min-width : 1px) and (max-width :740px) {.query_border_wrapper {	margin: 0px 0px 0px 0px;	padding: 12px;	width: calc(100%-26px);	text-align: center;}}.query_wrapper {	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;	width: 100%;	text-align: center;}.query_row {	margin: 0px auto 0px auto;	padding: 0px 0% 0px 0%;	width: 100%;	position: relative;	text-align: center;}.query_category {	margin: 0px 5% 0px 0px;	padding: 8px 0% 0px 0%;	float: left;	width: 30%;	text-align: right;	height: 30px;	font-family: din400, "din400 Regular", Helvetica, Arial, sans-serif;	font-style: normal;	font-size: 15px;	line-height: 20px;	color: #333333;	text-decoration: none;}.query_item {	margin: 0px auto 0px auto;	padding: 0px 0% 0px 0%;	width: 65%;	text-align: left;	float: left;	min-height: 50px;}.query_item_variable_length {	margin: 0px auto 0px auto;	padding: 0px 0% 0px 0%;	width: 65%;	text-align: left;	float: left;}.query_entry_box {	margin: 0px 0px 12px 0px;	padding: 6px 2% 6px 2%;	font-family: din400, "din400 Regular", Helvetica, Arial, sans-serif;	font-style: normal;	font-weight: 400;	font-size: 15px;	box-shadow: inset 0px 0px 3px #e5e5e5;	color: #242424;	border-radius: 0px;	border: 1px solid #999999;	background-color: #fefefe;	width: calc(96% - 2px);	max-width: 100%;	height: 22px;	text-align: left;}.query_entry_multi_box {	margin: 0px 0px 12px 0px;	padding: 8px 2% 8px 2%;	font-family: din400, "din400 Regular", Helvetica, Arial, sans-serif;	font-style: normal;	font-size: 15px;	box-shadow: inset 0px 0px 3px #e5e5e5;	color: #242424;	border-radius: 0px;	border: 1px solid #999999;	background-color: #fefefe;	width: calc(96% - 2px);	max-width: 100%;	height: 100px;	max-height: 100px;	text-align: left;	resize: none;}.query_row_clear {	clear: both;} @media only screen and (min-width : 1px) and (max-width :740px) {.query_wrapper {	margin: 0px 0px 0px 0px;}.query_row {	width: 100%;}.query_category {	margin: 0px 0% 5px 0px;	padding: 3px 0% 0px 0%;	width: 100%;	font-size: 14px;	line-height: 16px;	text-align: left;	float: left;	height: 20px;}.query_item {	margin: 0px auto 0px auto;	padding: 0px 0% 0px 0%;	width: 100%;	text-align: left;	float: left;}.query_entry_box {	padding: 4px 3% 6px 3%;	font-size: 14px;	width: 94%;}.query_entry_multi_box {	padding: 4px 0% 6px 0%;	font-size: 14px;	width: 100%;}}/*--------------------------------------------------------------------------------------------------------------------*//*--------------------------------------------------------------------------------------------------------------------*//* FORM DROP DOWN LIST *//*--------------------------------------------------------------------------------------------------------------------*//*--------------------------------------------------------------------------------------------------------------------*/.query_pull_down {	float:left;	margin: 0px 0px 0px 0px;	width:100%;	border:1px solid #00000;	position:relative;	z-index:10000;	border-bottom:1px solid #999999;	border-top:1px solid #999999;}.query_pull_down select {  display: none; /*hide original SELECT element:*/}.select-selected {  background-color: #fafafa;}/*style the arrow inside the select element:*/.select-selected:after {  position: absolute;  content: "";  top: 14px;  right: 10px;  width: 0;  height: 0;  border: 6px solid transparent;  border-color: #999999 transparent transparent transparent;}/*point the arrow upwards when the select box is open (active):*/.select-selected.select-arrow-active:after {  border-color: transparent transparent #999999 transparent;  top: 7px;}/*style the items (options), including the selected item:*/.select-items div,.select-selected {  color: #333333;  padding: 9px 8px 10px 8px;	border-left:1px solid #999999;	border-right:1px solid #999999; 	border-bottom:1px solid #eeeeee; cursor: pointer;  user-select: none;  font-family: din400, "din400 Regular", Helvetica, Arial, sans-serif;	font-style: normal;	font-size: 15px;	line-height: 15px;	color: #333333;}/*style items (options):*/.select-items {  position: absolute;  background-color: #fafafa;  top: calc(100% + 1px);  left: 0;  right: 0;  z-index: 99;	border-bottom:1px solid #999999;}/*hide the items when the select box is closed:*/.select-hide {  display: none;}.select-items div:hover, .same-as-selected {  background-color: rgba(0, 0, 0, 0.1);}