<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
  overflow: auto;
  background: #fff;
  color: #333333;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', helvetica, sans-serif;
}

#outside_page_area {
  height: 100vh;
  width: auto;
  overflow: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  min-width: 500px;
  min-height: 100%;
  font-family: 'Titillium Web', sans-serif;
}

#outside_content_area {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 0;
  background-color: #2f5c89;
  background-image: linear-gradient(#23384f, #3b80c2);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#outside_box {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 1;
  height: auto;
  max-height: 600px;
  width: 500px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

#outside_box_upper {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  width: 100%;
  background-color: #3b80c2;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

#outside_device_string_wrapper {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  color: #ffffff;
  text-align: center;
}

#outside_device_string_type {
  font-weight: 600;
  font-size: 24px;
  margin-top: 25px;
}

#outside_device_string_name {
  font-weight: 400;
  font-size: 22px;
}

.outside_device_string_common {
  display: block;
}

#outside_device_image_wrapper {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 25px 0;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#outside_device_image {
  border: none;
  max-height: 200px;
  max-width: 350px;
}

#outside_box_lower {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.outside_content_wrapper_style {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
}

#outside_content_wrapper {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 1;
  height: auto;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.outside_content_headline {
  font-weight: 600;
}

.outside_login_label {
  margin-bottom: 5px;
  font-size: 13px;
  display: inline-block;
}

.outside_login_input {
  box-sizing: border-box;
  width: 100%;
  height: 32px !important;
}

.outside_login_select {
  display: block;
}

.outside_notification_error {
  background-color: #ffc6c6;
  color: black;
}

.outside_notification_info {
  background-color: #65c0fe;
  color: black;
}

.outside_notification_nojs {
  display: none;
}

.outside_notification {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border-radius: 3px;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 8px;
}

.outside_element_wrapper {
  width: 100%;
  margin-bottom: 10px;
}

.outside_element_last {
  margin-bottom: 0px !important;
}

.outside_button_login {
  width: 100%;
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-top: 5px !important;
}

.outside_button_control {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-top: 5px !important;
  border-width: 0;
  color: #fff;
  background-color: #65c0fe;
}

.outside_button_control:hover,
.outside_button_control:focus {
  background-color: #3b80c2;
}

.outside_button_control:active {
  background-color: #2b5b8b;
}

#outside_error_smiley_label {
  font-size: 60px;
  font-weight: 100;
  color: #65c0fe;
}

#outside_error_headline_label {
  font-size: 28px;
  font-weight: 400;
}

#outside_error_text_label {
  font-size: 13px;
}

#outside_footer_area {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  height: 46px;
  border-top: 1px solid #3b80c2;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: flex-start;
  overflow: hidden;
}

.outside_footer_item {
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
}

#outside_footer_left {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

#outside_footer_center {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: center;
}

#outside_footer_right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

#outside_footer_vendorlogo_area {
  height: 38px;
}

#outside_footer_vendor_img {
  height: 38px;
}

#outside_slogan {
  font-weight: 400;
  color: #3b80c2;
  text-transform: uppercase;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
}

.outside_readonly {
  color: #333333;
  background: #f0f0f0 !important;
  cursor: default;
}

#main_page_area {
  height: 100%;
  width: 100%;
  overflow: hidden;
  min-width: 845px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
}

#main_main_area {
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  flex-shrink: 1;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.main_icon {
  height: 27px;
  width: 27px;
}

.main_svg_icon_10x16 {
  width: 10px;
  height: 16px;
}

.main_svg_icon_16x16 {
  width: 16px;
  height: 16px;
}

#main_header_area {
  width: 100%;
  height: 46px;
  overflow: hidden;
  border-bottom: 3px solid #3b80c2;
  background: white;
  top: 0;
  left: 0;
  right: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: stretch;
}

.main_subheader {
  height: 100%;
  overflow: hidden;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
}

.main_header_item {
  height: auto;
  width: auto;
  padding-right: 25px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}

#main_header_vendorlogo_area {
  padding-left: 25px;
}

#main_header_search_area {
  padding-left: 93px;
}

#main_header_search_field {
  width: 300px;
}

#main_header_search_button {
  margin: 0px 0px 0px 10px;
}

#main_header_home_link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  height: 100vh;
}

#main_header_vendor_img {
  height: 38px;
}

#main_header_separator {
  width: 1px;
  height: 25px;
  background-color: #ddd;
  align-self: center;
}

#header_logout_link {
  align-self: center;
  text-decoration: none;
  align-items: center;
  display: flex;
}

#main_header_logout_text {
  margin-right: 15px;
  box-sizing: border-box;
  font-size: 10px;
  color: #333;
}

#main_header_logout_icon {
  vertical-align: middle;
  display: inline-block;
  fill: #666;
  width: 20px;
  height: 20px;
}

#main_sidebar_area {
  flex: 0 0 auto;
  height: 100%;
  width: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1;
}

#main_sidebar_wrapper {
  background: #3B80C2;
  min-height: 100%;
  width: 100%;
}

.main_sidebar_menu {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  list-style: none;
}

.main_sidebar_submenu {
  height: auto;
  width: 100%;
  overflow: hidden;
  transition: height .2s ease-in-out;
}

.sidebar_entry {
  width: 100%;
}

.sidebar_entry_content_wrapper {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
}

.sidebar_entry_icon_wrapper {
  width: 27px;
  height: 27px;
}

.sidebar_entry_title_wrapper {
  width: auto;
  height: auto;
  color: #fff;
}

.sidebar_entry_title_with_icon {
  padding-left: 10px;
}

.sidebar_entry_link {
  text-decoration: none;
}

.sidebar_entry_wrapper {
  cursor: pointer;
  font-size: 13px;
  color: #B9D1E5;
  transition: background .2s ease-in-out;
  height: 100%;
}

.sidebar_level0 .sidebar_entry_wrapper {
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 14px;
  padding-top: 14px;
 
}

.sidebar_level1 .sidebar_entry_wrapper {
  padding-left: 48px;
  background: #21476C;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-top: 4px;
}

.sidebar_level2 .sidebar_entry_wrapper {
  padding-left: 64px;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-top: 2px;
}

.sidebar_entry.active &gt; .sidebar_entry_wrapper.sidebar_entry_toggleable {
  background: #21476C;
}

.sidebar_entry.loaded.active &gt; .sidebar_entry_wrapper.sidebar_entry_toggleable {
  background: #21476C;
}

.sidebar_entry.loaded.inactive &gt; .sidebar_entry_wrapper.sidebar_entry_toggleable {
  background: #1b3753;
}

.sidebar_entry.loaded &gt; a &gt; .sidebar_entry_wrapper.sidebar_entry_fixed {
  background: #1b3753;
  font-weight: 700;
}

.main_sidebar_submenu.inactive {
  height: 0px;
}

.sidebar_entry_wrapper:hover {
  background: #1b3753 !important;
  color: #fff;
}

#main_noscript_header_warning_wrapper {
  display: none;
}

#main_noscript_header_warning_label {
  font-size: 85%;
  color: #ff0000;
  padding: 3px;
  border: 1px solid #ff0000;
  cursor: help;
}

#main_content_area {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
}

.main_content {
  background: #fff !important;
  margin-left: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-right: 21px;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 50px;
  font-size: 13px;
  overflow: auto;
  height: auto;
  width: auto;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
}

#main_content_section {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 14px;
  padding-right: 14px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  overflow: hidden;
}

#main_content_section.shadow {
  box-shadow: 0px 2px 5px 0px #ccc;
  margin-top: 0px;
  margin-bottom: 8px;
}

#main_content_section.no_sidebar {
  padding-left: 25px;
}

.main_content_footer_surrounding_form {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  height: 100%;
  width: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;
}

#main_content_footer {
  border-top: 1px solid #ddd;
  background-color: #fff;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: auto;
  text-align: center;
  padding: 5px;
}

#main_content_footer.shadow {
  box-shadow: 0px -2px 5px 0px #ccc;
  margin-top: 8px;
  margin-bottom: 0px;
}

#main_service_footer_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  align-contents: center;
}

.main_service_footer_item {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  margin: 0 30px;
}

.centeredBlockObject {
  margin-left: auto;
  margin-right: auto;
}

.steps {
  margin-left: 15px;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
}

.wizardTable {
  margin-top: 16px;
  margin-left: 16px;
  width: 95%;
}

.wizard {
  overflow: auto;
  padding-top: 100px;
  text-align: center;
}

.progress-outer {
  height: 8px;
  width: 300px;
  margin-top: 16px;
  border-radius: 15px;
  background: #F2F2F2;
  margin-left: 16px;
}

.steps .progress-outer {
  margin-left: 0;
}

.progress-inner {
  background: #3B80C2;
  height: 100%;
  width: 50%;
  border-radius: 15px;
  transition: width .2s ease-in-out;
}

#main_refresh_period_input {
  width: auto !important;
  padding: 0px 0px 0px 0px !important;
  height: auto !important;
  text-align: right;
  margin-left: 5px;
}

#main_conf_table {
  border-spacing: 3px;
  margin-bottom: 20px;
}

.main_table_icon_img_in_line {
  vertical-align: top;
}

.main_table_icon_img {
  vertical-align: top;
  margin-right: 2px;
}

.main_table_icon_img.extended_margin_right {
  margin-right: 5px;
}

.main_table_icon_img.extended_margin_left {
  margin-left: 5px;
}

.main_table_icon_link {
  display: inline-block;
}

.main_table_heading {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.main_table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 17px;
}

.main_table &gt; thead .col_icon {
  width: 16px;
}

.main_table &gt; thead .col_xs {
  width: 34px;
}

.main_table &gt; thead .col_s {
  width: 80px;
}

.main_table &gt; thead .col_m{
  width: 250px;
}

.main_table &gt; thead .col_l{
  width: 400px;
}

.main_table &gt; tbody &gt; tr &gt; td &gt; a {
  display: inline-block;
}

.main_table &gt; tbody &gt; tr &gt; td &gt; a &gt; img {
  vertical-align: middle;
}

.main_table &gt; tbody &gt; tr &gt; td,
.main_table &gt; tbody &gt; tr &gt; th,
.main_table &gt; tfoot &gt; tr &gt; td,
.main_table &gt; tfoot &gt; tr &gt; th,
.main_table &gt; thead &gt; tr &gt; td,
.main_table &gt; thead &gt; tr &gt; th {
  padding: 4px;
  vertical-align: middle;
  border-top: 1px solid #ccc;
}

.main_table &gt; thead &gt; tr &gt; th {
  font-weight: 500;
}

.main_table &gt; thead:first-child &gt; tr:first-child &gt; td,
.main_table &gt; thead:first-child &gt; tr:first-child &gt; th {
  border-top: 0;
}

table {
  border-spacing: 0;
  background-color: transparent;
}

.main_table &gt; thead &gt; tr &gt; th {
  text-align: left;
}

.main_table &gt; tbody &gt; tr:nth-of-type(2n+1) {
  background-color: #f0f0f0;
}

.firstColumn {
  width: 40%;
}

.secondColumn {
  width: 60%;
}

.labelRow {
  padding-top: 1em;
}

.webConfig2Tab {
  table-layout: fixed;
  width: 95%;
}

#inheritTab {
  table-layout: fixed;
  width: 95%;
}

#inheritTab .firstColumn {
  width: 15%;
}

#inheritTab .secondColumn {
  width: 20%;
}

#statTable {
  border-collapse: collapse;
  margin-top: 5px;
  background-color: #fff;
}

#statTable &gt; thead &gt; tr &gt; th,
#statTable &gt; tbody &gt; tr &gt; td {
  padding: 0.1em 1em;
  border: 1px solid #ddd;
}

#statTable &gt; thead {
  background-color: #f0f0f0;
  text-align: left;
}

#statTable .innerTable {
  width: 100%;
}

#statTable .statTable_state {
  min-width: 300px;
}

#statTable .statTable_info {
  min-width: 300px;
}

#statTable .innerTable &gt; thead &gt; tr &gt; th {
  text-align: left;
}

#statTable .innerTable .innerTable_label {
  width: 40%;
}

#statTable .innerTable .innerTable_value {
  width: 60%;
}

#statTable .innerTable th,
#statTable .innerTable td {
  border: none;
  padding-right: 1em;
}

#statTable .innerTable .placeholder {
  display: none;
}

.noWrapCol {
  white-space: nowrap;
}

.main_table_link {
  font-size: 100%;
}

.main_table_link:link {
  color: #3b80c2;
  text-decoration: none;
}

.main_table_link:visited {
  color: #3b80c2;
  text-decoration: none;
}

.main_table_link:hover {
  color: #295988;
  text-decoration: underline;
}

.main_table_link:active {
  color: #295988;
  text-decoration: underline;
}

.wizardlink {
  font-size: 100%;
}

.wizardlink:link {
  color: #3b80c2;
  text-decoration: underline;
}

.wizardlink:visited {
  color: #3b80c2;
  text-decoration: underline;
}

.wizardlink:hover {
  color: #3b80c2;
  text-decoration: none;
}

.wizardlink:active {
  color: #3b80c2;
  text-decoration: underline;
}

.content_footer_button_with_timer {
  margin-bottom: 0px !important;
}

#reload_page_control {
  font-size: 60%;
  margin-left: 32px;
}

.dashboard_update_second_text {
  padding-left: 5px;
}

#dashboard_update_error {
  color: #ef3d3f;
}

.main_link_list_wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.main_link_entry_wrapper {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.main_link_entry_icon {
  align-self: center;
  height: 16px;
  width: 16px;
}

.main_link_entry_title_wrapper {
  margin-left: 5px;
}

.main_element_margin_low {
  margin-top: 1px;
  margin-bottom: 1px;
}

.main_element_margin_med {
  margin-top: 2px;
  margin-bottom: 2px;
}

.checkbox_label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  position: static;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: max-content;
}

.checkbox_title {
  padding-left: 5px;
}

.checkbox_label input {
  display: none;
}

.checkbox_label input ~ .checkbox_checkmark {
  position: relative !important;
  display: inline-block;
  height: 20px;
  width: 20px;
  background-color: #d5d5d5;
}

.checkbox_label input:required:not(:checked) ~ .checkbox_checkmark {
  box-shadow: inset 0px 0px 0px 1px #ff0000;
}

.checkbox_label input:hover ~ .checkbox_checkmark {
  background-color: #bbb;
}

.checkbox_label input[readonly]:hover ~ .checkbox_checkmark {
  background-color: #d5d5d5;
}

.checkbox_label input:disabled:hover ~ .checkbox_checkmark {
  background-color: #d5d5d5;
}

.checkbox_label input:checked ~ .checkbox_checkmark {
  background-color: #3b80c2;
}

.checkbox_label input[readonly]:checked ~ .checkbox_checkmark {
  background-color: #888;
}

.checkbox_label input:checked:disabled ~ .checkbox_checkmark {
  background-color: #888;
}

.checkbox_label input:checked:hover ~ .checkbox_checkmark {
  background-color: #2b5b8b;
}

.checkbox_label input[readonly]:checked:hover ~ .checkbox_checkmark {
  background-color: #888;
}

.checkbox_label input:checked:disabled:hover ~ .checkbox_checkmark {
  background-color: #888;
}

.checkbox_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox_label input:checked ~ .checkbox_checkmark:after {
  display: block;
}

.checkbox_label .checkbox_checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transfor: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

table.display thead th div.DataTables_sort_wrapper span.checkbox_checkmark,
table.display thead th div.DataTables_sort_wrapper span.checkbox_title {
  position: static;
  top: 0;
  margin-top: 0;
  right: 0;
}

.radio_label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  position: static;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: max-content;
}

.radio_title {
  padding-left: 5px;
}

.radio_label input {
  display: none;
}

.radio_label input ~ .radio_checkmark {
  position: relative !important;
  display: inline-block;
  height: 20px;
  width: 20px;
  background-color: #d5d5d5;
  border-radius: 50%;
}

.radio_label input:hover ~ .radio_checkmark {
  background-color: #bbb;
}

.radio_label input[readonly]:hover ~ .radio_checkmark {
  background-color: #d5d5d5;
}

.radio_label input:disabled:hover ~ .radio_checkmark {
  background-color: #d5d5d5;
}

.radio_label input:checked ~ .radio_checkmark {
  background-color: #3b80c2;
}

.radio_label input[readonly]:checked ~ .radio_checkmark {
  background-color: #888;
}

.radio_label input:checked:disabled ~ .radio_checkmark {
  background-color: #888;
}

.radio_label input:checked:hover ~ .radio_checkmark {
  background-color: #2b5b8b;
}

.radio_label input[readonly]:checked:hover ~ .radio_checkmark {
  background-color: #888;
}

.radio_label input:checked:disabled:hover ~ .radio_checkmark {
  background-color: #888;
}

.radio_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio_label input:checked ~ .radio_checkmark:after {
  display: block;
}

.radio_label .radio_checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}

.select_wrapper {
  width: 100%;
  height: 32px;
  display: inline-block;
}

.select_wrapper::after {
  content: "";
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transfor: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  width: 6.5px;
  height: 7px;
  position: relative;
  bottom: 21px;
  left: calc(100% - 20px);
  pointer-events: none;
}

.select_wrapper.select_width_low {
  width: 100px;
}

.select_wrapper.select_width_med {
  width: 200px;
}

.select_wrapper.select_width_high {
  width: 400px;
}

.select_wrapper select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #bbb;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  padding-right: 25px;
  background: #fff;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  outline: none;
}

.select_wrapper select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #000 !important;
}

.select_wrapper select:-moz-focusring * {
  color: #000;
  text-shadow: none;
}

.select_wrapper select:focus {
  background: #eee;
  color: #000;
}

.select_wrapper select:hover {
  background: #eee;
  border-color: #888;
  color: #000;
}

.select_wrapper select:active {
  background: #ddd;
  color: #000;
  border-color: #888;
}

.select_wrapper select[readonly],
.select_wrapper select:disabled {
  background: #f5f5f5;
  color: #555;
}

.select_wrapper select:disabled {
  cursor: initial;
}

.select_wrapper select[readonly]:focus,
.select_wrapper select:disabled:focus {
  background: #f5f5f5;
  border-color: #bbb;
  color: #555;
}

.select_wrapper select[readonly]:hover,
.select_wrapper select:disabled:hover {
  background: #f5f5f5;
  border-color: #bbb;
  color: #555;
}

.select_wrapper select[readonly]:active,
.select_wrapper select:disabled:active {
  background: #f5f5f5;
  border-color: #bbb;
  color: #555;
}

.select_wrapper select::-ms-expand {
  display: none;
}

.select_wrapper select:focus::-ms-value {
  background-color: transparent;
  color: #000;
}

.select_wrapper select[readonly]:focus::-ms-value,
.select_wrapper select:disabled:focus::-ms-value {
  color: #555;
}

.select_wrapper select option {
 color: #000;
}

fieldset {
  margin: 1.5em 0 0 0;
  border-color: #ccc;
  border-width: 1px;
  background-color: #fff;
}

img {
  border-style: none;
}

button {
  height: 32px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding-left: 8px;
  padding-right: 8px;
  margin: 4px 8px;
  background-color: #fff;
  white-space: nowrap;
  min-width: 128px;
  font-size: 12px;
  cursor: pointer;
  font-family: 'Open Sans', helvetica, sans-serif;
}

button:hover,
button:focus {
  background-color: #ddd;
}

button:active {
  background-color: #bbb;
}

button:disabled {
  background-color: #ddd !important;
  border-width: 0 !important;
  color: #999 !important;
  cursor: default !important;
}

button.submitbutton {
  background-color: #65c0fe;
  color: #fff;
  border-width: 0;
}

button:hover.submitbutton,
button:focus.submitbutton {
  background-color: #3b80c2;
}

button:active.submitbutton {
  background-color: #2b5b8b;
}

input,
select {
  font-family: 'Open Sans', helvetica, sans-serif;
  font-size: 13px;
}

.input_text_default {
  padding: 4px 4px 4px 8px;
  border: 1px solid #ccc;
  border-radius: 3px !important;
  height: 32px;
  background: #fff;
  box-sizing: border-box;
}

.input_text_width_default {
  width: 100%;
  max-width: 400px;
}

.FixedHeader_Footer {
  display: none;
}

.ui-widget-header {
  border: 0px solid #fff !important;
  background: #fff !important;
}

.hidden {
  display: none;
}

input[type=text].readOnly,
input[type=password].readOnly {
  color: #555;
  cursor: initial;
  background: #f5f5f5;
}

input[type=text]:focus.readOnly,
input[type=password]:focus.readOnly {
  outline: none;
}

.progressbar_background {
  width: 100%;
  text-align: left;
  background-color: #d5d5d5;
}

.progressbar_progress {
  text-align: right;
  color: #fff;
}

.progressbar_common {
  text-indent: 3px;
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 3px;
  height: 100%;
}

.progressbar_base {
  position: relative;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
}

.resultbox_base {
  width: 100%;
  height: 16px;
  border-radius: 3px;
  line-height: 16px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  border: 0;
  padding: 0 5px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.resultbox_base.green {
  background-color: #8ccb2f;
}

.resultbox_base.orange {
  background-color: #fe9a27;
}

.resultbox_base.red {
  background-color: #ef3d3f;
}

.resultbox_base.grey {
  background-color: #888;
}

.resultbox_base.blue {
  background-color: #3b80c2;
}

.connection_state_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.element_margin_topbottom_small.connection_state_wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
}

.connection_state_line_label_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
}

.connection_state_label_wrapper {
  z-index: 1;
}

.loading_animation {
  border-radius: 50%;
  float: left;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loading_animation.small {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  width: 10px;
  height: 10px;
}

.loading_animation.normal {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  width: 30px;
  height: 30px;
}

.loading_animation.big {
  border: 25px solid #f3f3f3;
  border-top: 25px solid #3498db;
  width: 50px;
  height: 50px;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.element_width_stat_small {
  width: 80px;
}

.element_width_dyn_small {
  min-width: 80px;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.element_margin_topbottom_small {
  margin-top: 2px;
  margin-bottom: 2px;
}

.centered {
  text-align: center;
}

.underlined {
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

.fullwidth {
  width: 100%;
}

.experimental,
.stable-hidden {
  display: none !important;
}
</pre></body></html>