.gutter pre {
	color: #999;
}

pre {
	color: #525252;
}

pre .function .keyword,
pre .constant {
	color: #0092db;
}

pre .keyword,
pre .attribute {
	color: #e96900;
}

pre .number,
pre .literal {
	color: #ae81ff;
}

pre .tag,
pre .tag .title,
pre .change,
pre .winutils,
pre .flow,
pre .lisp .title,
pre .clojure .built_in,
pre .nginx .title,
pre .tex .special {
	color: #2973b7;
}

pre .class .title {
	color: #fff;
}

pre .symbol,
pre .symbol .string,
pre .value,
pre .regexp {
	color: #42b983;
}

pre .title {
	color: #a6e22e;
}

pre .tag .value,
pre .string,
pre .subst,
pre .haskell .type,
pre .preprocessor,
pre .ruby .class .parent,
pre .built_in,
pre .sql .aggregate,
pre .django .template_tag,
pre .django .variable,
pre .smalltalk .class,
pre .javadoc,
pre .django .filter .argument,
pre .smalltalk .localvars,
pre .smalltalk .array,
pre .attr_selector,
pre .pseudo,
pre .addition,
pre .stream,
pre .envvar,
pre .apache .tag,
pre .apache .cbracket,
pre .tex .command,
pre .prompt {
	color: #42b983;
}

pre .comment,
pre .java .annotation,
pre .python .decorator,
pre .template_comment,
pre .pi,
pre .doctype,
pre .deletion,
pre .shebang,
pre .apache .sqbracket,
pre .tex .formula {
	color: #b3b3b3;
}

pre .coffeescript .javascript,
pre .javascript .xml,
pre .tex .formula,
pre .xml .javascript,
pre .xml .vbscript,
pre .xml .css,
pre .xml .cdata {
	opacity: 0.5;
}

body {
	font-family: 'Arial', 'Helvetica Neue', Source Sans Pro, sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #333;
	margin: 0;
}

img {
	border: none;
}

h1,
h2,
h3,
h4,
strong {
	font-weight: 600;
	color: #060606;
}

code,
pre {
	font-family: 'Roboto Mono', Monaco, courier, monospace;
	font-size: 0.8em;
	background-color: #f8f8f8;
	-webkit-font-smoothing: initial;
	-moz-osx-font-smoothing: initial;
}

code {
	color: #e96900;
	padding: 3px 5px;
	margin: 0 2px;
	border-radius: 2px;
	white-space: nowrap;
}

em {
	color: #7f8c8d;
}

p {
	word-spacing: 0.05em;
}

a.button {
	display: inline-block;
	font-family: 'Roboto Mono', Monaco, courier, monospace;
	font-weight: 700;
	color: #fff;
	background-color: #4fc08d;
	border-bottom: 2px solid #3aa373;
	padding: 12px 14px;
	border-radius: 4px;
	transition: all 0.15s ease;
}

a.button:hover {
	background-color: #5dc596;
	-webkit-transform: translate(0, -2px);
	transform: translate(0, -2px);
}

.highlight {
	overflow-x: auto;
	position: relative;
	padding: 0;
	background-color: #f8f8f8;
	padding: 0.8em 0.8em 0.4em;
	line-height: 1.1em;
	border-radius: 2px;
}

.highlight table,
.highlight tr,
.highlight td {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

.highlight .gutter {
	width: 1.5em;
}

.highlight .code pre {
	padding: 1.2em 1.4em;
	line-height: 1.5em;
	margin: 0;
}

.highlight.html .code:after,
.highlight.js .code:after,
.highlight.bash .code:after,
.highlight.css .code:after {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	text-align: right;
	font-size: 0.75em;
	padding: 5px 10px 0;
	line-height: 15px;
	height: 15px;
	font-weight: 600;
}

.highlight.html .code:after {
	content: 'HTML';
}

.highlight.js .code:after {
	content: 'JS';
}

.highlight.bash .code:after {
	content: 'Shell';
}

.highlight.css .code:after {
	content: 'CSS';
}

#main {
	position: relative;
	z-index: 1;
	padding: 0 60px 30px;
	overflow-x: hidden;
}

#ad {
	width: 140px;
	text-align: center;
	position: fixed;
	z-index: 99;
	bottom: 10px;
	right: 10px;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.65);
	border-radius: 3px;
	font-size: 13px;
}

#ad a {
	color: #7f8c8d;
	font-weight: normal;
}

#ad span {
	display: inline-block;
	margin-bottom: 5px;
}

#ad img {
	width: 125px;
}

#nav .nav-link {
	cursor: pointer;
}

#nav .nav-dropdown-container .nav-link:hover {
	border-bottom: none;
}

#nav .nav-dropdown-container:hover .nav-dropdown {
	display: block;
}

#nav .nav-dropdown-container li {
	white-space: nowrap;
}

#nav .nav-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: -30%;
	background-color: #fff;
	padding: 10px 0;
	border: 1px solid #ddd;
	border-bottom-color: #ccc;
	text-align: left;
	border-radius: 4px;
}

#nav .nav-dropdown li {
	line-height: 1.8em;
	margin: 0;
	display: block;
	white-space: nowrap;
}

#nav .nav-dropdown a {
	color: #7f8c8d;
	font-size: 0.9em;
	display: block;
	padding: 0 30px 0 20px;
}

#nav .nav-dropdown a:hover {
	color: #42b983;
}

#nav .arrow {
	display: inline-block;
	vertical-align: middle;
	margin-top: -1px;
	margin-left: 6px;
	margin-right: -14px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #ccc;
}

#donate {
	height: 24px;
}

#donate .wrapper {
	vertical-align: top;
	height: 20px;
	border: 1px solid #d4d4d4;
	display: inline-block;
	box-sizing: border-box;
	line-height: 16px;
	border-radius: 3px;
	cursor: pointer;
	background-image: linear-gradient(to bottom, #fcfcfc 0, #eee 100%);
	position: relative;
	width: 72px;
}

#donate .wrapper:hover {
	border-color: #ccc;
	background-image: linear-gradient(to bottom, #eee 0, #ddd 100%);
}

#donate .wrapper img {
	width: 14px;
	height: 14px;
	position: absolute;
	top: 2px;
	left: 6px;
}

#donate .wrapper a {
	font: 700 11px/14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333;
	text-shadow: 0 1px 0 #fff;
	position: absolute;
	top: 2px;
	left: 26px;
}

#qrcode {
	display: none;
	position: fixed;
	z-index: 9999;
	width: 300px;
	padding: 20px 30px 30px;
	top: 50%;
	left: 50%;
	margin-top: -230px;
	margin-left: -180px;
	border: 1px solid #eee;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	text-align: center;
	background-color: #fff;
	transition: all 0.25s ease-in-out;
}

#qrcode img {
	display: block;
	width: 300px;
	height: 300px;
}

#qrcode.hidden {
	opacity: 0;
	transform: translate3d(0, 20px, 0);
}

#demo,
.demo {
	border: 1px solid #eee;
	border-radius: 2px;
	padding: 25px 35px;
	margin-bottom: 40px;
	font-size: 1.2em;
	line-height: 1.5em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#demo h1,
.demo h1 {
	margin: 0 0 0.5em;
	font-size: 1.8em;
}

#demo ul,
.demo ul {
	padding-left: 1.5em;
	margin: 0;
}

#demo li,
.demo li {
	cursor: pointer;
	color: #34495e;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

#demo li.done,
.demo li.done {
	color: #7f8c8d;
	text-decoration: line-through;
}

ul#demo li,
ul.demo li {
	margin-left: 1.5em;
}

@media screen and (max-width: 720px) {

	#demo,
	.demo {
		margin-left: 0;
	}
}

@media (min-width: 768px) {
	.aa-dropdown-menu {
		min-width: 515px;
	}
}

.algolia-docsearch-suggestion {
	border-color: #ddd;
}

.algolia-docsearch-suggestion--content {
	color: #2c3e50;
}

.algolia-docsearch-suggestion--subcategory-column {
	border-color: #ddd;
}

.algolia-docsearch-suggestion--category-header {
	background: #42b983;
}

.algolia-docsearch-footer {
	border-color: #ddd;
}

.algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--highlight {
	background: rgba(255, 255, 255, 0.6);
}

.algolia-docsearch-suggestion--highlight {
	color: #2c815b;
}

.aa-cursor .algolia-docsearch-suggestion--content {
	color: #2c3e50;
}

#header {
	background-color: #e20074;
	position: relative;
	z-index: 2;
}/*Jennie modify 20210512*/

#header .row {
    z-index: 10;
    max-width: 1400px;
    margin: 0 auto;
}/*Jennie modify 20210512*/

#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 60px;
	top: 25px;
	height: 40px;
	line-height: 40px;
}

#nav .break {
	display: none;
}

#nav li {
	display: inline-block;
	position: relative;
	margin: 0 0.6em;
}

.nav-link {
	padding-bottom: 3px;
}

.nav-link:hover,
.nav-link.current {
	border-bottom: 3px solid #42b983;
}

#search-query {
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	padding: 0 15px 0 30px;
	border: 1px solid #e3e3e3;
	outline: none;
	border-radius: 15px;
	margin-right: 10px;
	transition: border-color 0.2s ease;
	background: #fff url("../../images/search.html") 8px 5px no-repeat;
	background-size: 20px;
}

#search-query:focus {
	border-color: #42b983;
}

#logo {
	display: inline-block;
	font-size: 1.5em;
	line-height: 40px;
	color: #2c3e50;
	font-family: 'Dosis', 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 500;
}

#logo img {
	vertical-align: middle;
	margin-right: 6px;
	width: 40px;
	height: 40px;
}

#mobile-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background-color: #FFFFFF;
	z-index: 9;
	display: none;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

#mobile-bar .menu-button {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 8px;
	left: 12px;
	background-size: 24px;
	cursor: pointer;
}

#mobile-bar .logo {
	position: absolute;
	width: 108px;
	height: 30px;
	top: 5px;
	left: 40%;
	margin-left: -15px;
	background-size: 108px;
}

.sidebar {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	background-color: rgb(165, 165, 165);
	text-align: left;
	padding: 2.2em 0;
	width: 250px;
	margin-right: 20px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
}

.sidebar h2 {
	margin-top: 0.2em;
}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	line-height: 1.8em;
	padding-left: 1em;
}

.sidebar .version-select {
	vertical-align: middle;
	margin-left: 5px;
}

.sidebar .menu-root {
	padding-left: 0;
}

.sidebar .menu-sub {
	font-size: 0.85em;
}

.sidebar .sidebar-link {
	color: #7f8c8d;
}

.sidebar .sidebar-link.current {
	font-weight: 600;
	color: #42b983;
}

.sidebar .sidebar-link.new:after {
	content: "NEW";
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	color: #fff;
	background-color: #42b983;
	line-height: 14px;
	padding: 0 4px;
	border-radius: 3px;
	margin-left: 5px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.sidebar .sidebar-link:hover {
	border-bottom: 2px solid #42b983;
}

.sidebar .section-link.active {
	font-weight: bold;
	color: #42b983;
}

.sidebar .main-menu {
	margin-bottom: 20px;
	display: none;
	padding-left: 0;
}

.guide-links {
	margin-top: 2em;
	height: 1em;
}

.footer {
	color: #7f8c8d;
	margin-top: 2em;
	padding-top: 2em;
	/*border-top: 1px solid #e5e5e5;*/
	font-size: 0.9em;
}

#main.fix-sidebar .sidebar {
	position: fixed;
}

#donate {
	margin-top: 15px;
}

@media screen and (max-width: 1300px) {
	.content.with-sidebar {
		margin-left: 290px;
	}

	#ad {
		z-index: 8;
		position: relative;
		width: 140px;
		height: 60px;
		padding: 0;
		bottom: 0;
		right: 0;
		margin: 0 0 15px -6px;
	}

	#ad .carbon-wrap,
	#ad .carbon-img,
	#ad .carbon-text,
	#ad .carbon-poweredby {
		display: inline-block;
		vertical-align: top;
	}

	#ad .carbon-text {
		width: 130px;
		margin-left: 15px;
	}

	#ad .carbon-poweredby {
		position: absolute;
		bottom: 0;
		left: 145px;
	}
}

@media screen and (max-width: 720px) {
	#ad {
		width: 100%;
	}

	body {
		-webkit-text-size-adjust: none;
		font-size: 14px;
	}

	#header {
		display: none;
	}

	#logo {
		display: none;
	}

	.nav-link {
		padding-bottom: 1px;
	}

	.nav-link:hover,
	.nav-link.current {
		border-bottom: 2px solid #42b983;
	}

	#search-query {
		width: 200px;
		margin-bottom: 10px;
	}

	#mobile-bar {
		display: block;
	}

	#main {
		padding: 2em 1.4em 0;
	}

	.highlight pre {
		padding: 1.2em 1em;
	}

	.sidebar {
		position: fixed;
		background-color: #f9f9f9;
		height: 100%;
		top: 0;
		left: 0;
		padding: 60px 30px 20px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		box-sizing: border-box;
		transition: all 0.4s cubic-bezier(0.4, 0, 0, 1);
		-webkit-transform: translate(-280px, 0);
		transform: translate(-280px, 0);
	}

	.sidebar .main-menu {
		display: block;
	}

	.sidebar.open {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.content.with-sidebar {
		margin-left: 0;
	}

	.footer {
		margin-left: 0;
		text-align: center;
	}
}

@media screen and (max-width: 560px) {
	#downloads {
		text-align: center;
		margin-bottom: 25px;
	}

	#downloads .info {
		margin-top: 5px;
		margin-left: 0;
	}

	iframe {
		margin: 0 !important;
	}
}



/****   css   *****/
.tableContainer {
	display: table;
}

.tableRow {
	display: table-row;
}

.tableCell {
	display: table-cell;
}

a.Logout {
	color: #fff;
	margin-left: 10px;
	size: 12px;
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
	font-weight: normal;
	cursor: pointer;
}

a.Logout:link {
	columns: #000000;
	text-decoration: none;
}

a.Logout:visited {
	columns: #000000;
	text-decoration: none;
}

a.Logout:hover {
	columns: #000000;
	text-decoration: none;
}

a.Logout:active {
	columns: #000000;
	text-decoration: none;
}

a.log_in{
	background: transparent url(../img/icon_t_logout.svg) no-repeat left;
	display: inline-block;
	width: auto;
	height: 14px;
	padding-left: 25px;
}
:-ms-fullscreen, :root a.log_in{
	background-position: -22px;
}
a.Help {
	background: transparent url(../img/icon_t_help.svg) no-repeat left;
	display: inline-block;
	width: 50px;
    height: 14px;
}
:-ms-fullscreen, :root a.Help{
	background-position: -14px;
}

.error {
	color: red;
	font-size: 13px;
}

.title-of-content {
	height: 18px;
	line-height: 18px;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #303030;
	vertical-align: middle;
	margin-top: 20px;
}

.content-area {
	padding: 5px 0px 5px;
	background-color: #f9f9f9;
}

.title-of-table {
	height: 22px;
	line-height: 22px;
	font-family: Arial;
	font-size: 13px;
	color: #303030;
	font-weight: bold;
	padding-left: 20px;
	vertical-align: middle;
}

.table-underline {
	height: 1px;
	color: #8499a2;
	opacity: .40;
	filter: alpha(opacity=40);
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 15px;
}

.TitleofContent {
	height: 32px;
	line-height: 32px;
	font-family: Arial;
	font-size: 32px;
	font-weight: normal;
	color: #303030;
	vertical-align: middle;
	margin-top: 20px;
}

.right-content {
	padding-top: 16px;
}

.right-content-overview {
	padding-top: 50px;
	padding-left: 50px;
}

.table-title {
	height: 60px;
    line-height: 50px;
    font-family: Arial;
    font-size: 18px;
    color: rgb(226,0,116);
    font-weight: bold;
    padding-left: 20px;
    vertical-align: middle;
	border-style: solid;	/* Terry 20210623 */
    border-color: #E20074;	/* Terry 20210623 */
    border-radius: 30px;	/* Terry 20210623 */
}/*Jennie modify 20210513*/

.table-title-group {
	height: 60px;
}/*Jennie modify 20210513*/

.table-title-underline {
	height: 1px;
	color: #8499a2;
	opacity: .40;
	margin: 0px 30px 10px 30px; /* Terry modify 15px to 30px 20210623 */
	display: block;
	border-top: 1px solid #8499a2;
}

td>.table-title-underline {
	margin: 0px 8px 0 -10px;
}

.table-box-warpper {
	padding: 5px 10px 0px 10px;
}

.table-responsive.table-responsive {
	padding: 0;
	margin: 2%;
}

.table-info {
	font-size: 16px;
}/*Jennie modify 20210513*/

.expand-transition .table-info>tbody>tr .td-checker {
    width: 280px;
}

.table-info>tbody>tr>td,
.table-info>tbody>tr>th,
.table-info>tfoot>tr>td,
.table-info>tfoot>tr>th,
.table-info>thead>tr>td,
.table-info>thead>tr>th {
	border: 0px;
	vertical-align: middle;
}

.table-info>tbody>tr>td:first-child,
table-info>thead>tr>td:first-child {
	padding-left: 20px;
	width: 200px;
}

.guest.table-info>tbody>tr>td:first-child,.device_restart-table td, .str_firmware_table td{
	padding-left: 20px;
	width: 300px;
}

.vlan_str_select>td:first-child{
	width: 40%;
}

.table-info>tbody>tr>td.vtop,
.table-info>tbody>tr>th.vtop,
.table-info>tfoot>tr>td.vtop,
.table-info>tfoot>tr>th.vtop,
.table-info>thead>tr>td.vtop,
.table-info>thead>tr>th.vtop {
	vertical-align: top;
	padding-top: 1.3em;
}

.table-info-bg {
	padding-top: 5px;
}

.table-info-bg>tbody>tr>td,
.table-info-bg>tbody>tr>th,
.table-info-bg>tfoot>tr>td,
.table-info-bg>tfoot>tr>th,
.table-info-bg>thead>tr>td,
.table-info-bg>thead>tr>th {
	padding: 2px 8px;
	border-left: 1px solid #FFFFFF;
	border-top: 0px;
}

.table-info-bg>thead>tr>td,
.table-info-bg>thead>tr>th {
	background-color: #303030;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
}

.table-info-bg>tbody>tr.blue-bg:hover {
	color: #e20074;
	border-bottom:2px solid #ff008a;
}/*Jennie modify 20210520*/

.table-bordered>tbody>tr>td {
	border: 1px solid #e6e6e6;
	text-align: center;
	vertical-align: middle;
	width: auto;
}

.table>tbody+tbody {
	border-top: 0px;
}

.table-half {
	border: 1px solid #ddd;
	border-radius: 0px;
}

.table-half>tbody>tr>td {
	width: 50%;
}

div.checker span {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: center;
	background-position: 0 -320px;
}

div.checker,
div.checker span,
div.checker input {
	width: 23px;
	height: 23px;
}

div.checker input,
input[type="search"],
input[type="search"]:active {
	-moz-appearance: none;
	-webkit-appearance: none;
}

div.checker {
	position: relative;
	left: -3px;
}

div.checker {
	margin-right: 10px;
}

div.checker input,
input[type="search"],
input[type="search"]:active {
	-moz-appearance: none;
	-webkit-appearance: none;
}

div.checker {
	position: relative;
}

div.checker {
	margin-right: 10px;
}

div.checker.empty {
	margin-right: 0;
}

div.checker input {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: none;
	background: none;
	display: -moz-inline-box;
	display: inline-block;
	display: inline;
	zoom: 1;
}

div.selector,
div.checker,
div.button,
div.radio,
div.uploader {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	/* Keeping this as :focus to remove browser styles */
}

div.checker span.disabled {
	background-position: -184px -320px;
}

div.checker span.checked {
	background-position: -92px -320px;
}

div.checker span.checked.disabled {
	background-position: -207px -320px;
}

span.checkstd {
	margin-left: -10px;
}

.table-title-btn {
	line-height: 17px;
}

.input {
	width: 174px;
}

.input-sm {
	width: 110px;
	border-radius: 0px;
	height: 22px;
	padding: 1px 2px;
}

.input-mini {
	width: 60px;
}

.form-actions {
	text-align: right;
	padding: 10px 10px 10px;
	/*margin-top: 18px;*/
	margin-bottom: 50px;
	background-color: #fdfdfd;
	/*border-top: 1px solid #e5e5e5;*/
	zoom: 1;
}

@media (min-width: 768px) {

	.modal-dialog {
		width: 600px;
	}

	.modal-big-dialog {
		width: 700px;
	}

	.modal-sm {
		width: 300px;
		margin: 50px auto;
	}
}

@media (min-width: 768px) {
	#popModal .modal-dialog {
		width: 720px;
	}
}

@media (min-width: 992px) {
	#popModal .modal-dialog {
		width: 75%;
	}
}

@media (min-width: 1200px) {
	#popModal .modal-dialog {
		width: 900px;
	}
}


.modal-header {
	padding: 1px;
	height: 30px;
	text-align: center;
	border: 0px;
	margin: 10px;
}/*Jennie modify 20210518*/



.pop-modal h3,
.modal h3 {
	font-weight: normal;
	margin: 0px;
	color: #ff008a;
	font-size: 24px;
	line-height: 27px;
}

.modal-content {
	padding: 2px;
}

.btncancel {
	color: #a4a4a4;
	border: 1px solid #a4a4a4;
	vertical-align: middle;
    outline: none;
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    padding: 13px 30px;
	cursor: pointer;
	width: auto;
	text-align: center;
	white-space: nowrap;
	background-color: #fff;
}/*Jennie modify 20210513*/

.btncancel:hover {
	border-color: #a4a4a4;
	color: #4b4b4b;
	/*border: 1px #000000;*/
}/*Jennie modify 20210513*/

.btn {
	vertical-align: middle;
    outline: none;
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    padding: 13px 30px;
    border: none;
    color: #fff;
    background-color: #e20074;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	cursor: pointer;
	width: auto;
	text-align: center;
	white-space: nowrap;
	max-width: 400px;
}/*Jennie modify 20210513*/

.table-responsive .btn,
.table-info .btn,
.table-info-bg .btn,
.table-title-group .btn,
.btn.short {
	padding-left: 15px;
	padding-right: 15px;
}

.btn.focus,
.btn:hover {
	background-color: #ff008a;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	color:#fff;
}/*Jennie modify 20210513*/

div.selector {
	margin-left: -4px;
	background-position: 0 -160px;
	background-color: #FFFFFF;
	line-height: 60px;
	height: 60px;
	padding: 0 0 0 10px;
	position: relative;
	overflow: hidden;
	min-width: 380px;
}/*Jennie modify 20210513*/

div.selector.w120 {
	min-width: 120px;
}/*Jennie modify 20210517*/

.upnp_data input, .upnp_data div.selector{
	min-width: auto;
    width: 100%;
	margin: 0 auto;
}/*Jennie modify 20210517*/

div.selector span {
	vertical-align: middle;
	text-overflow: ellipsis;
	overflow: hidden;
	background-position: right 0;
	height: 50px;
	line-height: 50px;
	padding-right: 35px;
	cursor: pointer;
	width: 100%;
	display: none;
}/*Jennie modify 20210513*/

div.selector.disabled span {
	color: #ccc;
}

div.selector span p {
	overflow: hidden;
}

div.selector select {
	/*opacity: 0;*/
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	padding: 13px 15px;
    border: 1px solid #e6e6e6;
	background: none;
	position: absolute;
	/*height: 24px;*/
	top: 4px;
	left: 0px;
	width: 100%;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.selector.ipv6_allow {
    min-width: 130px;
	margin-left: 5px;
}
div.selector select.selectOption{
	min-width: 120px;
	margin-left: 10px;
}

.upnp_data div.selector select.selectOption,
.schedule div.selector select.selectOption, 
.ipv6_setting_table div.selector select.selectOption,
.qos div.selector select.selectOption{
	min-width: auto;
	margin: 0 auto;
}/*Jennie add 20120518*/

.qos select#Priority{
	min-width: 400px;
	margin: 0 auto;
}/*Jennie add 20120518*/

.wan div.selector select.selectOption, #secmode div.selector select.selectOption{
	min-width: 400px;
	margin: 0 auto;
}/*Jennie add 20120518*/

select#id_mtu_enable{
	min-width: 300px;
	margin-left: 15px;
}/*Jennie add 20120518*/

.schedule div.selector, .ipv6_setting_table div.selector, .qos div.selector{
    min-width: 180px;
}

div#id_div_Priority{
	min-width: 400px;
}

#trbridge div.selector, #secmode div.selector{
	width: 400px;
}

.schedule td, .qos td{
	padding: 0 5px;
}

.qos.table-info>tbody>tr>td:first-child{
	width: 280px;
}

.parental_block_table input{
	width: 100%;
}

.admin-tz div.selector select.selectOption{
    min-width: 460px;
    margin: 0 auto;
}/*Jennie add 20120518*/

.admin-tz div.selector{
	min-width: auto;
    width: 480px;
}/*Jennie add 20120518*/

/*div.selector,
div.selector span,*/
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
	background-image: url("../img/sprite-aristo.png");
	background-repeat: no-repeat;
	-webkit-font-smoothing: antialiased;
}

div.selector,
div.checker,
div.button,
div.radio,
div.uploader {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	/* Keeping this as :focus to remove browser styles */
}

input[type=file] {
	display: inline;
}

div.radio {
	margin-right: 10px;
}

div.radio.empty {
	margin-right: 0;
}

div.radio {
	position: relative;
}

.radio input[type="radio"],
.checker input[type="checkbox"],
.checkbox input[type="checkbox"] {
	margin-left: 0px;
	margin: 0px;
	position: absolute;
	top: 0;
	left: 0;
}

div.radio,
div.radio span,
div.radio input {
	width: 23px;
	height: 23px;
}

.radio {
	padding: 0px;
}

div.radio input {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: none;
	background: none;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: center;
}

div.radio span {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: center;
	background-position: 0 -343px;
	position: relative;
}

div.radio span.disabled {
	background-position: -184px -343px;
}

div.radio span.checked {
	background-position: -92px -343px;
}

div.radio span.checked.disabled {
	background-position: -207px -343px;
}

span.radiostd {
	margin-left: 10px;
	margin-right: 15px;
}

.radio-title {
	margin-top: 10px;
	margin-bottom: 10px;
}

.lodingImgBig {
	height: 50px;
	width: 50px;
}

/*.modal-body {
max-height: 400px;
overflow-y: auto;
padding: 0px;
}
*/
.top-menu-link {
	color: #ffffff;
	text-decoration: none;
	height: 100%;
	display: block;
	background-color: #333;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial;
	cursor: pointer;
	position: relative;
	z-index: 1;
	top: 0px;
	left: 0px;
	border-bottom: 1px solid #eceae4;
	border-left: 1px solid #eceae4;
	border-right: 1px solid #eceae4;
	border-radius: 30px;	/* Terry 20210623 */
}

a:focus.top-menu-link,
a:hover.top-menu-link {
	background-color: #d4d4cd;
	text-decoration: none;
	border-bottom: 1px solid #d4d4cd;
	border-left: 1px solid #d4d4cd;
	border-right: 1px solid #d4d4cd;
}

.top-menu-link-clk {
	background-color: #0068D9;
	border-bottom: 1px solid #0068D9;
	border-left: 1px solid #0068D9;
	border-right: 1px solid #0068D9;
}

a:focus.top-menu-link-clk,
a:hover.top-menu-link-clk {
	background-color: #70b148;
	text-decoration: none;
}


.top-menu-link-active {
	/* background:repeat-x url(./btn_mouse_clk.jpg); */
	background-color: #74d44c;
	height: 29px;
	line-height: 29px;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Arial;
	cursor: pointer;
	position: relative;
	z-index: 1;
	top: 0px;
	left: 0px;
	border-bottom: 1px solid #74d44c;
	border-left: 1px solid #74d44c;
	border-right: 1px solid #74d44c;
}

.left-menu-tri {
	border-width: 4px 0px 4px 5px;
	/*border-color: transparent transparent transparent #000;
	border-style: solid;*/
	margin: 0 0 0 8px;
	padding: 0;
	height: 0;
	width: 8px;
	display: inline-block;
}/*Jennie modify 20210513*/

.top-menu-link-active .left-menu-tri {
	border-width: 5px 4px 0px 4px;
	border-color: #fff transparent transparent transparent;
}

input.disabled {
	cursor: default;
	background-color: rgb(221, 221, 221);
}

.btn-small {
	padding: 2px 4px;
}

.btn.disabled,
.btn[disabled] {
	background-color: #9aaab8;
	color: #ffffff;
	border: 1px solid #9aaab8;
}

.input-tac {
	width: 30px;
	text-align: center;
}

.alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}

.btn-loading {
	width: 20px;
	height: 20px;
	padding: 0 0 0 5px;
}

select:disabled {
	cursor: not-allowed;
	background-color: rgb(221, 221, 221);
}

.table-responsive-wireless {
	min-height: .01%;
	max-height: 450px;
	overflow: auto;
}

.content {
	padding-top: 30px;
}

.content-title {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	color: #a5a5a5;
	padding-bottom: 3px;
}

.content-title p {
	margin: 0 0 0 0px;
}

.content-subtitle {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	color: #000000;
}

.content-background {
	background-color: #f9f9f9;
}

.content-text {
	font-size: 23px;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.content-name {
	padding-top: 6px;
	padding-left: 15px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	text-align: left;
	color: #272727;
}

.content-name-text {
	padding-top: 6px;
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	text-align: left;
	color: #272727;
}

.title-underline {
	height: 2px;
	opacity: 0.73;
	border: solid 1px #cccccc;
}

.title-underline hr {
	border-top: 0px;
}

.modal-footer {
	border-top: 0px;
}

.status-table {
	width: 100%;
}

.status-table>thead>tr>th {
	background-color: #cce1f7;
	padding-left: 20px;
	border-left: solid 1px #ffffff;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
}

.status-table>tbody>tr>td {
	padding-left: 20px;
	border-left: solid 1px #ffffff;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
}

.status-table>tbody>tr:nth-child(odd) {
	background-color: #ebebeb;
}

.status-table>tbody>tr:nth-child(even) {
	background-color: #ffffff;
}

a:hover {
	cursor: pointer;
	transform: scale(1.1); /* Terry 20210623 */
}

div.button {
	font-family: GalaxiePolaris;
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	text-align: center;
	color: #ffffff;
}

.close {
	opacity: 1;
	width: 30px;
}

.close-shape {
	padding-right: 5px;
	padding-top: 5px;
	object-fit: contain;
}

.modal-body {
	padding-top: 0px;
}

.input-lg {
	height: 36px;
	width: 65%;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.3;
	border-radius: 0px;
}

.warning {
	background: transparent url("../attention.png") top left no-repeat;
	width: 65px;
	height: 65px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.no-url-anchor {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	text-align: left;
	color: #e20074;
}/*Jennie modify 20210513*/

.no-url-anchor:hover {
	text-decoration: none;
}

a[disabled] {
	pointer-events: none;
	cursor: default;
}

.Bar {
	width: 200px;
	border: 1px solid #e20074;
	padding: 1px
}/*Jennie modify 20210513*/

.Bar,
.Bar div {
	position: relative
}

.Bar div {
	display: block;
	background: #e20074;
	color: #fff;
	height: 20px;
	line-height: 20px
}/*Jennie modify 20210513*/

.Bar div span {
	position: absolute;
	width: 200px;
	text-align: center;
	font-weight: 700
}

/*Add_20200320 by Jennie*/
ol,
ul {
	list-style: none
}

a {
	text-decoration: none;
}
.nav a,
.nav label {
	display: block;
}
.nav label {
	cursor: pointer;
	margin-bottom: 3px;
}


.group-list,
.sub-group-list,
.sub-sub-group-list {
	height: 100%;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .5s ease-in-out;
	transition: max-height .5s ease-in-out;
}

#leftMenu input[type="radio"] {
	position: absolute;
	opacity: 0;

}

#leftMenu input[type="radio"]:checked~label {
	background-color: #e20074;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Arial;
	cursor: pointer;
	position: relative;
	z-index: 1;
	top: 0px;
	left: 0px;
	border-bottom: 1px solid f#e20074;
	border-left: 1px solid #e20074;
	border-right: 1px solid #e20074;
}

.nav__list input[type="radio"]:checked+label+ul {
	max-height: 1000px;
	padding: 0
}

/*.nav__list input[type="radio"]:checked+label>span {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}*/

.right-content {
	/*background-color: #fdfdfd;*/
	margin-top: 10px;
}/*jennie modify 20210513*/

#leftMenu input[type="radio"]:checked~label .left-menu-tri{
	border-color: transparent transparent transparent #fff;
}
#leftMenu input[type="radio"]:checked~label:focus ,
#leftMenu input[type="radio"]:checked~label:hover {
	background-color: #ff008a;
	text-decoration: none;
	border-bottom: 1px solid #ff008a;
	border-left: 1px solid #ff008a;
	border-right: 1px solid #ff008a;
}/*Jennie modify 202105013*/

/** External Storage progress **/
progress {
	width: 160px;
	border: 1px solid #e5e5e5;
	background-color: #f5f5f5;
	color: #e20074;
	-webkit-box-shadow: 0px;
	box-shadow: 0px;
	/*IE10*/
}/*Jennie modify 20210513*/

progress::-moz-progress-bar {
	background: #e20074;
}

progress::-webkit-progress-bar {
	background: #f5f5f5;
}

progress::-webkit-progress-value {
	background: #e20074;
}

#tabSummary tr .input, #tabSummary tr.edit .static, #tabSummary tr .cancel-edit-user, #tabSummary tr.edit .edit-user {
    display: none;
}

#tabSummary tr.edit .input, #tabSummary tr.edit .cancel-edit-user, #tabSummary tr .edit-user {
    display: inline;
}


/*Add_20200826 by Jennie*/
bottom:disabled {
	background: #ccc;
}

.portIcon {
	display: block;
	background: transparent url(../img/port_internet.svg) top left no-repeat !important;
	width: 90px;
    height: 90px;
    float: right;
    margin-right: 0px;
    margin-top: 3px;
}

.port4 {
	background: transparent url(../img/port_4.svg) top left no-repeat !important;
	width: 90px;
	height: 90px;
    float: right;
    margin-right: 0px;
    margin-top: 3px;
}

.port3 {
	background: transparent url(../img/port_3.svg) top left no-repeat !important;
	width: 90px;
	height: 90px;
    float: right;
    margin-right: 0px;
    margin-top: 3px;
}

.port2 {
	background: transparent url(../img/port_2.svg) top left no-repeat !important;
	width: 90px;
	height: 90px;
    float: right;
    margin-right: 0px;
    margin-top: 3px;
}


/*Add_20200831 by Jennie*/
.systemPorts_table {
	border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
	width: 60%;
}

.systemPorts_tbodyTd {
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	text-align: center;
	width: 25%;
	height: 40px;
}

.upnp {
	display: block;
}


.table-info>tbody>tr>td.upnp_img {
	width: 12%;
}

.table-info>tbody>tr .upnp_data {
	width: 88%;
}

.upnp .table,
.upnp_data .table {
	margin-bottom: 0;
}

/**.upnp .table-bordered>tbody>tr>th,
.upnp .table>tbody>tr>th,
.upnp_data .table-bordered>tbody>tr>th,
.upnp_data .table>tbody>tr>th {
	border: none
}**/

.vlan_str_select {
	display: block;
	width: 100%;
}

.wifi_str_protect {
	width: 550px;
	height: 150px;
	/*border: 1px solid #808080;*/
	background-color: #e20074;
	color:#fff;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.content_line {
	width: 90%;
	padding: 20px;
}

.w50 {
	width: 100px;
}


.div_pro.ipv6_allow {
	width: auto;
	min-width: auto;
}

.paddingLR24 {
	padding-left: 24px;
}

.MAC-filterList{
	border-width:0
}

.dhcp-client_table{
	overflow-x: auto;
	height: 350px;
}

.btn-group {
    margin-top: 10px;
}/*Jennie modify 20210520*/

p#id_dlog_content {
    text-align: left;
}

/****Jennie 20200925****/
/***config-wifi-filter.html***/
.MAC-filterList .table-info > tbody > tr > td:first-child{
        width: 33%;
}

/***Jennie add 20210518***/
.num .staticTextBox{
	width: 100px;
}

/*** Terry 20210623 ***/
.table-info tr:hover {
	transform: scale(1.03);
}
.table-bordered tr:hover {
	transform: none;
}


/*** terry, 20210817 ***/

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px;
  vertical-align: middle;
  margin-left: 15px;
  margin-bottom: 0px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cfcfcf;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: #FFFFFF;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #E20074;
}

input:focus + .slider {
  box-shadow: 0 0 1px #E20074;
}

input:checked + .slider:before {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px);
}

input:checked + .slider:after {
  position: absolute;
  content: "✓";
  font: 16px Arial;
  margin-left: 10px;
  margin-top: 0px;
  color: #FFFFFF;
}

.slider:after {
  position: absolute;
  content: "✗";
  font: 16px Arial;
  margin-left: 38px;
  margin-top: 0px;
  color: #FFFFFF;
}