/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Fonts */

/* @font-face {
  font-family: 'Roboto';
  src: url('Roboto-Regular.woff2') format('woff2'),
      url('Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Roboto';
  src: url('Roboto-Bold.woff2') format('woff2'),
      url('Roboto-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Roboto';
  src: url('Roboto-Black.woff2') format('woff2'),
      url('Roboto-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('Roboto-Medium.woff2') format('woff2'),
      url('Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
} */

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  color: #333;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
/* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
/* mark {
  background-color: #ff0;
  color: #000;
} */
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
/* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
/* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none !important;
}
/*end normalize
 * ==========================================================================
 * */
html,
body,
div,
h1,
h3,
h4,
p,
ul,
ol,
li,
dl,
dt,
dd,
tr,
td,
th,
input,
select,
textarea {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 16px;
  color: #333;
  text-align: start;
}
h2 {
  font-size: 25px;
  font-weight: bold;
  color: #333;
  line-height: 1;
  margin: 0;
}
input,
select,
textarea {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 16px;
  background-color: transparent;
}

table {
  font-size: 16px;
}

td {
  height: 30px;
}

/* td.tbl_title, tr.tbl_title td {
  color: #333;
  font-weight: bold;
} */
/* .rt_table.auto tr:nth-child(2n+1) {
  background-color: #eee;
  color: #000;
} */
/* .rt_table.auto tr:first-child {
  background-color: #00b956;
  color: #fff;
  font-weight: bold;
} */
/* tr.tbl_second td {
  background-color: #eee;
  color: #000;
} */
/* tr.tbl_first td {
  background-color: #fff;
  color: #000;
} */
/* tr.tbl_second td {
  background-color: #eee;
  color: #000;
} */

#topnav_container {
  border-collapse: collapse;
  width: 100%;
  background-color: #fff;
  margin: 0;
  padding: 0;
  box-shadow: 0 0 3px rgb(51 51 51 / 20%);
}
.input_label {
  font-weight: bolder;
}
#topnav_container td.subMenu {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  width: 176px;
  border-color: #fff;
  height: 32px;
  background-color: transparent;
  padding: 1px;
}
#topnav_container td.subMenuDummy {
  background-color: #fff;
}
#topnav_container #modnum {
  width: 15%;
}
#topHeaderId {
  width: 176px;
  height: 30px;
  line-height: 30px;
  border: 1 px solid #808080;
  text-align: center;
}
#topnav_container td.topHeaderMenu {
  width: 176px;
  height: 32px;
  background-color: white;
  padding: 1px;
}
.nav {
  background-color: white;
  width: 100px;
}
.nav:hover {
  color:#70f
}
.nav a {
  box-sizing: border-box;
  display: inline-block;
  color: #333;
  width: 100%;
  padding-left: 20px;
  padding-right: 6px;
  line-height: 35px;
  text-decoration: none;
  text-align: left;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
}

.nav a:hover{
  color:#70f;
}

.navactive a,
.navactive a:hover {
  color: #70f;
}
.link_bg {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  background: #333;
  border-collapse: collapse;
  border: none;
  padding: 15px;
  font-weight: bold;
}
.link_bg:hover {
  background: #70f;
  cursor: pointer;
}

.button_link:hover{
  color: #5b09c0;
  cursor: pointer;
}

.button_small {
  border: none;
  border-bottom: 1px dashed;
  color: #333;
  padding: 0px;
}
.button_small:hover {
  color: #5b09c0;
  cursor: pointer;
}
.button_small:disabled {
  color: #ababab;
  cursor: default;
}
.button_normal {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  /* background: #01a1be; */
  border-collapse: collapse;
  border: none;
  padding: 12px;
  font-weight: bold;
}
.button_normal:hover {
  cursor: pointer;
  /* background: #e27420; */
}
.button_normal:disabled {
  background: #eee;
}
/* .data_common {
  padding: 8px;
  background: #fff;
  border: none;
}
.data_common_notitle {
  border: none;
  margin-top: 10px;
} */
/* .data_common table {
  border: none;
  width: 100%;
  background: #fff;
}
.data_common table td,
.data_common table th {
  text-align: left;
  padding: 8px 6px;
}
.data_common table th {
  font-weight: bold;
}
.data_common table th em {
  font-weight: normal;
  color: #666;
}
.btn_center {
  text-align: center;
} */
/* .wizard_page {
  margin: 0 auto;
  width: 960px;
  height: 100%;
}
.data_prompt_info td {
  border: none;
  text-align: center;
  line-height: 200%;
}
.data_prompt_td_info {
  border: none;
  text-align: center;
  line-height: 200%;
  color: #fff;
  background-color: #00b956;
  font-size: 12px;
  font-weight: bold;
}
#wan_img {
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  display: block;
} */
/* .portbox_content {
  border-style: ridge;
  margin-left: 30%;
  margin-right: 30%;
  margin-top: 5px;
}
.portbox_text {
  white-space: nowrap;
  margin-top: 10px;
}
.portbox_checkbox {
  white-space: nowrap;
  margin-bottom: 10px;
}
.portbox_text span {
  margin-left: 12px;
}
.portbox_text #span1 {
  margin-left: 32px;
}
.portbox_checkbox span {
  margin-left: 18px;
}
.portbox_checkbox #span1 {
  margin-left: 40px;
} */
/* .rt_table {
  margin-top: 5px;
  margin-bottom: 5px;
  border-collapse: collapse;
  width: 600px;
} */
.off {
  display: none;
}
/* .bridge tbody#binding_non_bridge {
  display: none;
} */
.nonbridge tbody#binding_bridge {
  display: none;
}

#port_binding_div {
  width: 100%;
}

#binding_non_bridge {
  text-align: left;
  width: 100%;
}

#binding_bridge {
  width: 100%;
}

#binding_table label {
  margin-right: 0;
}
/* #binding_table tr {
  background: #eee;
} */
/* span.div_title {
  background-color: #00b956;
  color: #fff;
  font-weight: bold;
  width: 700px;
}
.tbl_special_title {
  font-weight: bold;
}
.vlan_tbl th {
  text-align: left;
  text-align: center;
  padding: 0px;
} */
/* .rt_table th,
.rt_table td {
  padding: 5px;
  text-align: left;
}
.rt_table td:first-child,
.rt_table th:first-child {
  padding-left: 10px;
}
.rt_table input {
  background-color: #fff;
} */
/* .content {
  padding-left: 40px;
  width: 700px;
}
.content input {
  margin-right: 3px;
}
.content div.settings label {
  padding: 5px;
  display: block;
  font-weight: bold;
}
.content div.button {
  padding: 10px;
}
.content h3 {
  background-color: #00b956;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  margin: 0px;
} */

.main_page {
  background: white;
  margin-right: 0;
  box-shadow: 0 0 3px rgb(51 51 51 / 20%);
}

.page_content {
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  color: #333;
}

.page_info {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  color: #333;
}

.page_span {
  width: 48%;
}

.status .page_content, .multiwan .page_content, .lan .page_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.page_content h2,
.content_info {
  width: 100%;
}

.info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tbl_title {
  text-align: center;
  padding-bottom: 20px;
}

.common_tbl {
  width: 48%;
}

.tbl-status {
  width: 48%;
  border: 3px solid #ededed;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  text-align: start;
}

.tbl-wan {
  width: 100%;
  border: 3px solid #ededed;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.tbl-wan th, .tbl-wan td {
  text-align: left;
}

.table-new {
  width: 48%;
  border: 3px solid #ededed;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.nonbridge, .bridge {
  border: 3px solid #ededed;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}
.common_tbl td {
  width: 50%;
}

.title_tbl td {
  width: 40%;
  display: flex;
  align-items: center;
}

.main_button {
  padding: 10 32px;
  margin-bottom: 30px;
  color: white;
  background: #70f;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: all .2s;
}

.secondary_button {
  padding: 5px 15px;
  font-size: 14px;
  color: white;
  background: #70f;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: all .2s;
}

.main_button:disabled, .secondary_button:disabled {
  background: #F2F2F2;
  border: 1px solid #D6D6D6;
  opacity: 1;
  color: #b2b2b2;
  cursor: none;
}

.main_button:hover, .secondary_button:hover {
  background-color: #5b09c0;
}

.main_button:disabled:hover, .secondary_button:disabled:hover {
  background: #F2F2F2;
  border: 1px solid #D6D6D6;
  opacity: 1;
  color: #b2b2b2;
  cursor: default;
}

.clients_table {
  width: 100%;
  margin-bottom: 30px;
}

.clients_table td {
  height: 40px;
}

.clients_table td, .clients_table th{
  text-align: left;
}

.clientsPage .clients_table th, .clientsPage .clients_table td{
  text-align: center;
}

.clientsPage .clients_table th {
  font-size: 11px;
}

.page_desc {
  margin-bottom: 30px;
  margin-top: 30px;
}

/* .multiwan input[type='text'], .multiwan input[type='password'],
.lan input[type='text'], .lan input[type='password'],
.basic-wifi input[type='text'], .basic-wifi input[type='password'],
.security [type="text"], .security [type="password"],
.wlactrl [type="text"], .wlactrl [type="password"],
.wlwds [type="text"], .wlwds [type="password"],
.wlft [type="text"], .wlft [type="password"],
.portfw [type="text"], .portfw [type="password"],
.ipfilter [type="text"], .ipfilter [type="password"],
.macfilter [type="text"], .macfilter [type="password"],
.dos [type="text"], .dos [type="password"],
.dmz [type="text"], .dmz [type="password"],
.acl [type="text"], .acl [type="password"],
.route [type="text"], .route [type="password"],
.saveconf [type="text"], .saveconf [type="password"],
.admin [type="text"], .admin [type="password"],
.ntp [type="text"], .ntp [type="password"],
.syslog [type="text"], .syslog [type="password"],
.debug [type="text"], .debug [type="password"],
.qosPolitics [type="text"], .qosPolitics [type="password"],
.tr069 [type="text"], .tr069 [type="password"],
.wizard_page [type="text"], .wizard_page [type="password"]{
  border: 1px solid gray;
  width: 200px;
  outline: none;
  padding: 5px;
} */

input[type="text"], input[type="password"]{
  border: 1px solid gray;
  width: 200px;
  outline: none;
  padding: 5px;
}

.multipleAP input[type ='text'], .multipleAP input[type='password'] {
  border: 1px solid gray;
  outline: none;
  padding: 5px;
  width: auto;
}

.wifi-advanced input[type="text"], .wifi-advanced input[type="password"] {
  border: 1px solid gray;
  width: 200px;
  outline: none;
  padding: 5px;
}

/* blockquote:hover {
  overflow-y: scroll;
} */

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  border-radius: 2px;
}

.inputsGroup {
  position: absolute;
}

.label {
  font-size: 10pt;
  white-space: nowrap;
}

.page_link {
  color:#333;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.page_link:hover {
  color: #5b09c0;
}

.head {
  font-weight: bold;
}

.auth_tbl {
  width: 30%;
  text-align: left;
  margin-bottom: 30px;
}

.auth_tbl th {
  font-weight: bold;
  font-size: 18px;
  vertical-align: top;
}

.auth input[type='text'], .auth input[type='password'] {
  border: 1px solid gray;
  outline: none;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 250px;
  font-size: 18px;
}

.auth_content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.auth_form {
  width: 100%;
  height: 100%;
  margin: 0;
}

.auth_block {
  height: 565px;
  margin: 0;
}

/* .auth .btn_center {
  width: 30%;
} */

#login_warning {
  font-size: 14px;
  color: red;
}

.btn_center .main_button {
  margin-top: 20px;
}

.buttonsGroup {
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.small {
  font-size: 10px;
  white-space: nowrap;
}

.lan span {
  width: 48%;
}

.lan span .tbl-status{
  width: 100%;
  margin-right: 0;
}

.lan input {
  margin-bottom: 5px;
}

#staticIpTable .tbl-status {
  width: 100%;
}

#config_prefix_div {
  width: 100%;
  display: flex;
}

#config_prefix_div .tbl-status {
  width: 48%;
}

#config_prefix_div .tbl-status input {
  width: auto;
}

.basic-wifi .tbl-status, .wifi-advanced .tbl-status {
  width: 100%;
}

input[type="checkbox"], input[type="radio"] {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}
input[type="checkbox"] + span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #b2b2b2;
}

input[type="checkbox"]:checked + span {
  background-image: url("checkbox.png");
  background-size: contain;
}

input[type="checkbox"]:disabled + span{
  border: 1px solid #b2b2b2;
  cursor: not-allowed;
}

.labelCheckbox {
  display: flex;
  align-items: center;
}

.labelCheckbox span {
  margin-left: 5px;
}

.radioBtn {
  display: inline-flex;
  align-items: center;
}

[type="radio"] + span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #b2b2b2;
  border-radius: 100%;
  margin-right: 5px;
}

[type="radio"]:checked + span {
  background-image: url("radio.svg");
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
}

[type="radio"]:checked:disabled + span {
  background-image: url("radio_disabled.svg");
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
}

.security {
  font-size: 16px;
}

.security .page_desc {
  width: 100%;
}

.security .page_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.security .tbl-wan {
  width: 70%;
}

.security .radioBtn {
  margin-bottom: 5px;
}

.security th, .security td{
  width: 50%;
}


.noMargins {
  margin: 0;
}

.wlwps .radioBtn span {
  margin-right: 5px;
}

/* .wlactrl_content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
} */

.wlactrl_content form {
  width: 50%;
}

.wlactrl_inputs {
  display: flex;
}

.formOne {
  margin-right: 5px;
}

.frameSurvey {
  width: 100%;
}

.wlwdsContent, .wlftContent {
  display: flex;
  justify-content: space-between;
}

.tbl {
  margin-right:10px;
}


.wlftContent {
  flex-wrap: wrap;
}

.wlftContent form {
  width: 100%;
}

.tbl-port {
  width: 75%;
  border: 3px solid #ededed;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.ipfilter input:not([type="submit"]),
.macfilter input:not([type="submit"]),
.dos input:not([type="submit"]),
.dmz input:not([type="submit"]),
.acl input:not([type="submit"]),
.route input:not([type="submit"]),
.saveconf input:not([type="submit"]),
.ntp input:not([type="submit"]) {
  width: auto;
}

.ipfilter table .tbl_head, .macfilter table .tbl_head {
  font-weight: bold;
}

.ipfilter, .macfilter {
  margin-right: 0;
}

.ipfilter .main_button,
.macfilter .main_button {
  margin-top: 10px;
  margin-right: 10px;
}

.dos .secondary_button {
  margin-bottom: 20px;
}

.dmz .main_button {
  margin-top: 20px;
}

/* стили для страницы Контроль доступа (ACL) */

.algctl body, .algctl input, .algctl div{
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 16px;
}

.algDiv {
  display: flex;
  flex-direction: column;
  width: 48%;
  border: 3px solid #ededed;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  text-align: start;
}

.algDiv .labelCheckbox {
  margin-bottom: 15px;
}

.algctl h2 {
  margin-bottom: 20px;
}

.route .tbl-port {
  width: 50%;
}

.tbl-half {
  width: 50%;
  border: 3px solid #ededed;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.tbl-half td, .tbl-half th {
  text-align: start;
}

[type="file"] + span {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid #5b09c0;
  border-radius: 100%;
  margin-right: 5px;

  background-image: url("download.svg");
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;

  transition: all .2s;
}

[type="file"] + span:hover {
  border: 1px solid #ebebeb;
}

[type="file"]:disabled + span {
  border: 1px solid gray;
  cursor: auto;
}

input[type="file"]{
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

.saveconf td {
  height: 35px;
}

.file {
  display: flex;
}

.textArea {
  border: 1px solid gray;
  border-radius: 10px;
  outline: none;
  margin: 0px;
  padding:10px;
  width: 75%;
  height: 150px;
}

.debugOutput .main_page {
  background: white;
  margin: 0;
  box-shadow: none;
}

.output_content {
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 0px;
  padding-right: 20px;
  font-size: 16px;
  color: #333;
}

.hidden {
  display: none;
}

#title {
  margin-bottom: 30px;
}

.macfilter .row {
  margin: 0;
  margin-bottom: 10px;
}

#slider .slider {
  height: 25px;
  width: 45px;
  border-radius: 10px;
  background-color: #9b9e9c;
  background-image: none;
  outline: none;
  border: 1px solid transparent;
  -webkit-transition: .2s;
  transition: .2s;
  position: relative;
  cursor: pointer;
}

#slider .slider input:disabled {
  background-color: #b2b2b2;
  cursor: auto;
}

#slider .slider:hover {
  opacity: .7; /* Fully shown on mouse-over */
}

#slider .slider::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  width: 21px;
  height: 21px;
  background-image: url("toggle.png");
  background-size: contain;
  transition: all .5s;
}

#slider :checked + .slider::before {
  left: 23px;
  transform: translateY(-50%) rotate(180deg);
}

#slider :checked + .slider{
  cursor:pointer;
  background-color: #70f;;
}

#slider :disabled + .slider {
  cursor: auto;
  background-color: #ededed;
}

/* Inversed slider for wps page */
#slider .sliderWPS {
  height: 25px;
  width: 45px;
  border-radius: 10px;
  background-color: #70f;
  background-image: none;
  outline: none;
  border: 1px solid transparent;
  -webkit-transition: .2s;
  transition: .2s;
  position: relative;
  cursor: pointer;
}

#slider .sliderWPS input:disabled {
  background-color: #b2b2b2;
  cursor: auto;
}

#slider .sliderWPS:hover {
  opacity: .7; /* Fully shown on mouse-over */
}

#slider .sliderWPS::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  width: 21px;
  height: 21px;
  background-image: url("toggle.png");
  background-size: contain;
  transition: all .5s;
}

#slider :checked + .sliderWPS::before {
  left: 23px;
  transform: translateY(-50%) rotate(180deg);
}

#slider :checked + .sliderWPS{
  cursor:pointer;
  background-color: #9b9e9c;
}

#slider :disabled + .sliderWPS {
  cursor: auto;
  background-color: #ededed;
}


#clone-mac-select {
  margin-left: -8px;
}

.ipfilter .content #ipfilterWidth > form {
  width: 55%;
  border: 3px solid #ededed;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  text-align: start;
}

.ipfilter table {
  width: 100%;
}

.ipfilter .ros-table-rm-list, .ipfilter .ros-table-rm-list table {
  width: 100%;
}
#ipfilterWidth .blocks-leftPart {
  width: 280px;
}

.blocks-leftPart {
  width: 275px;
}

.special {
  display: flex;
  flex-direction: column;
}

.boldText {
  font-weight: bold;
}

#dhcpSettings {
  height: 135px;
  margin-right: 0;
}

.policy_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tr069 th {
  white-space: nowrap;
}

.tr069Form {
  display: flex;
}

.error_message {
  color: #BC104B;
}

.ready_message {
  color: #57D9B7;
}

.portbox_checkbox {
  display: flex;
  justify-content: space-between;
  width: 60%;
}

.portbox_checkbox_lan2 {
  display: flex;
  justify-content: space-between;
  width: 20%;
}

.portbox_checkbox_lan3 {
  display: flex;
  justify-content: space-between;
  width: 40%;
}


.special_th {
  width: 100%;
}

.data_prompt_td_info {
  padding-top: 0;
}

.wifi th, .confirm th {
  width: 40%;
}

/* wizard styles */

.content_wiz {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ready .content_wiz {
  height:50%;
  justify-content: center;
}

.wiz_desc {
  width: 50%;
}

.disconnect .wiz_desc{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.disconnect {
  padding-bottom: 0;
}

.wizard_page .tbl-status {
  width: 100%;
}

/* .wizard_page .tbl-status th {
  width: 50%;
} */


.wizard_page .btn_center {
  text-align: center;
}

.wiz_img {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.MainTD {
  padding-left: 10px;
}

.tbl_padding {
  padding-bottom: 10px;
}

/* fix for ie needed some changes in top menu styles */
.top-tr {
  height: 50px;
}

.top-tr-2 {
  height: 70px;
}

.top-img {
  width: 170px;
  padding-left: 20px;
  padding-top: 25px;
}

.top-table-height {
  height: 40px;
}

.frameset frame #document html body {
  background-color: #ededed;
}

/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .top-tr, .top-tr-2 {
    height: 20px;
  }

  .top-img {
    width: 150px;
    padding-left: 20px;
    padding-top: 0;
  }

  .top-table-height {
    height: auto;
  }

  blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
  }
}

/* IE6,7,9,10 */
/* @media screen and (min-width: 640px), screen\9 {
  .top-tr, .top-tr-2 {
    height: 20px;
  }

  .top-img {
    width: 150px;
    padding-left: 20px;
    padding-top: 0;
  }

  .top-table-height {
    height: auto;
  }
} */

/* IE6,7 */
@media screen\9 {
  .top-tr, .top-tr-2 {
    height: 20px;
  }

  .top-img {
    width: 150px;
    padding-left: 20px;
    padding-top: 0;
  }

  .top-table-height {
    height: auto;
  }

  blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
  }
}

/* IE8 */
@media \0screen {
  .top-tr, .top-tr-2 {
    height: 20px;
  }

  .top-img {
    width: 150px;
    padding-left: 20px;
    padding-top: 0;
  }

  .top-table-height {
    height: auto;
  }

  blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
  }
}

/* IE6,7,8 */
@media \0screen\,screen\9 {
  .top-tr, .top-tr-2 {
    height: 20px;
  }

  .top-img {
    width: 150px;
    padding-left: 20px;
    padding-top: 0;
  }

  .top-table-height {
    height: auto;
  }

  blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
  }
}

/* IE9,10 */
@media screen and (min-width:640\0){
  .top-tr, .top-tr-2 {
    height: 20px;
  }

  .top-img {
    width: 150px;
    padding-left: 20px;
    padding-top: 0;
  }

  .top-table-height {
    height: auto;
  }

  blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
  }
}

/* Safari 10.1+ (alternate method) */

@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {

  .top-tr, .top-tr-2 {
    height: 20px;
  }

  .top-img {
    width: 150px;
    padding-left: 20px;
    padding-top: 0;
  }

  .top-table-height {
    height: auto;
  }
}}

/* @supports (-webkit-text-size-adjust:none) and (not (-ms-ime-align:auto))
and (not (-moz-appearance:none))
{
  .top-tr, .top-tr-2 {
    height: 20px;
  }

  .top-img {
    width: 150px;
    padding-left: 20px;
    padding-top: 0;
  }

  .top-table-height {
    height: auto;
  }
} */

