table.config1-table-row {
  border-collapse: separate;
}
table.config1-table-row tbody > tr > td {
  padding-bottom: 1em;
}
table.config1-table-row tbody > tr > td.group_elem {
  padding-bottom: 5px;
}

.main_icon {
  height: 27px;
  width: 27px;
}

.centeredBlockObject {
  margin-left: auto;
  margin-right: auto;
}

.wizardSteps {
  max-width: 1200px;
  margin-bottom: 30px;
}

table.wizardTable {
  margin-top: 16px;
  max-width: 1200px;
}
table.wizardTable tbody > tr > td.firstColumn  {
  width: auto;
  vertical-align: top;
}
table.wizardTable tbody > tr > td.secondColumn  {
  width: auto;
  padding-left: 16px;
  vertical-align: top;
}
table.wizardTable tbody > tr > td  {
  padding-bottom: 1em;
}
table.wizardTable tbody > tr > td.group_elem {
  padding-bottom: 5px;
}
table.wizardTable fieldset table .firstColumn {
  vertical-align: top;
}
table.wizardTable fieldset table .secondColumn {
  padding-left: 16px;
  vertical-align: top;
}
table.wizardTable td > .input-component > .input-description-wrapper {
  padding-bottom: 16px;
}

.wizard {
  overflow: auto;
  padding-top: 100px;
  text-align: center;
}

#pcap-start-form table tr td {
  padding-bottom: 16px;
}

#main_conf_table {
  border-spacing: 3px;
  margin-bottom: 20px;
}

.config1_table_icon_wrapper {
  display: flex;
  gap: 5px;
  margin-right: 5px;
}
.config1_table_icon_wrapper > * {
  height: 18px;
  min-width: 18px;
}

.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_heading {
  font-size: 150%;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}

.webConfig2Tab {
  table-layout: fixed;
  width: 100%;
}

table.webConfig2Tab tbody > tr > td {
  padding-bottom: 1em;
}
table.webConfig2Tab tbody > tr > td.group_elem {
  padding-bottom: 5px;
}
table.webConfig2Tab tbody > tr > td.firstColumn {
  vertical-align: top;
}
table.webConfig2Tab fieldset table {
  width: 100%;
}

#inheritTab {
  table-layout: fixed;
  width: 95%;
}

#inheritTab .firstColumn {
  width: 15%;
}

#inheritTab .secondColumn {
  width: 20%;
}

/* dashboard */
#statTable {
  width: 1200px;
  border-collapse: collapse;
}
#statTable > thead > tr > th,
#statTable > tbody > tr > td {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid var(--color-light-grey);
}
#statTable > thead {
  font-weight: 400;
  height: 40px;
  text-align: left;
}
#statTable .innerTable {
  width: 100%;
}
#statTable .statTable_state {
  min-width: 300px;
}
#statTable .statTable_info {
  min-width: 300px;
}
#statTable .innerTable > thead {
  font-weight: 400;
  text-align: left;
}
#statTable .innerTable > thead > tr > th,
#statTable .innerTable > tbody > tr > td {
  padding-top: 2px;
  padding-bottom: 2px;
}
#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;
}

#service-table .first {
  width: 110px;
}

.noWrapCol {
  white-space: nowrap;
}

.firstColumn
{
  width: 40%;
}

.secondColumn {
  width: 60%;
}

#reload_page_control {
  font-size: 12px;
  font-weight: 400;
  color: var(--color-black);
}

.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;
  gap: 5px;
}

.main_link_entry_wrapper {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.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;
}

.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 {
  -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;
}

/* systemdata */
.systemdata-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.systemdata-content > .systemdata-entry {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-bottom: 2px;
}
.systemdata-content > .systemdata-entry > .systemdata-entry-label {
  flex: 0 0 200px;
  width: 200px;
}
.systemdata-content > .systemdata-entry > .systemdata-entry-label > label {
  display: inline-block;
  width: 100%;
}
.systemdata-content > .systemdata-entry > .systemdata-entry-input {
  flex: 1 1 auto;
}

.fw-management-row {
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
}
.fw-management-row > * {
  flex: 1 1 250px;
  max-width: max-content;
}
.fw-management-row .afu-data {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.fw-management-row .afu-data-row {
  display: flex;
  gap: 8px;
}
.fw-management-row .afu-data-row > *:first-child {
  flex: 0 0 auto;
  width: 220px;
}
.fw-management-row .afu-data-row > *:nth-child(2) {
  flex: 1 0 0;
  min-width: 160px;
}

.FixedHeader_Footer {
  display: none;
}

.ui-widget-header {
  border: 0px solid #fff !important;
  background: #fff !important;
}

.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_wrapper .connection_state_target_image_wrapper {
  width: 60px;
}
.connection_state_wrapper .connection_state_device_image_wrapper {
  width: 180px;
}
.connection_state_wrapper .connection_state_device_image_wrapper,
.connection_state_wrapper .connection_state_target_image_wrapper {
  height: 70px;
}
.connection_state_wrapper .connection_state_target_image_wrapper > img,
.connection_state_wrapper .connection_state_device_image_wrapper > img {
  width: 100%;
  height: 100%; 
  object-fit: contain;
}

.connection_state_wrapper .connection_state_line_label_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
}
.connection_state_wrapper .connection_state_label_wrapper {
  z-index: 1;
}

.element_margin_topbottom_small {
  margin-top: 2px;
  margin-bottom: 2px;
}

#templateboxed_login_submit_button {
  margin-top: 12px;
}

.toolbar > * {
  margin-left: 8px;
  margin-right: 8px;
}

#footer-link {
  font-size: 13px;
}
