@charset "UTF-8";
/*!
 * REasy UI CSS v1.0.3 2014-05-30
 *
 * Copyright 2014 ET.W
 * Licensed under the Apache License v2.0
 * https://www.apache.org/licenses/LICENSE-2.0
 *
 * The CSS for REasy UI.
 */
/**
 * Table of Contents
 *
 * Reset
 * Structure
 * Generic typography and lists
 * Global elements
 * Links
 * Forms
 * Tables
 * Visual media
 * Components
 * Reusable
 * Unique
*/
/*Color reference:

Main color   #ed7020;
*/
/**
 * Reset
 *
 * Reset for all brower.
 *
 * @section reset
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
s,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
  font: inherit; }

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  outline: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input[type='button'] {
  font-family: 微软雅黑, Arial, Verdana; }

button,
input {
  line-height: normal;
  *overflow: visible; }

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button; }

textarea {
  height: auto;
  overflow: auto;
  vertical-align: top; }

textarea {
  resize: none; }

ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption,
th {
  text-align: center; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: baseline; }

img {
  -ms-interpolation-mode: bicubic; }

del {
  text-decoration: line-through; }

/*============== end css reset ==============*/
/*============== normalize tags ==============*/
html {
  height: 100%; }

body {
  height: 100%;
  background-color: #fff;
  color: #343c48;
  font: 13px/2 'Microsoft YaHei', 'Helvetica', 'Arial', 'Sans-serif';
  line-height: 20px;
  *font-size: small;
  /* for IE */
  *font: x-small;
  /* for IE in quirks mode */ }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: 1em 0;
  padding: 0;
  /* TODO: change border color for you need */
  /*border-top:1px solid #ccc;
    margin: 1em 0;
    padding: 0*/ }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

abbr[title],
dfn[title],
acronym[title] {
  border-bottom: 1px dotted;
  cursor: help; }

a:link,
a:visited {
  text-decoration: none;
  outline: 0;
  color: #333;
  /* For ie7 when focus has outline
a, input[type='radio'] , input[type='checkbox'] {
    *hide-focus: expression(this.hideFocus=true);*/ }

a:hover,
a:focus,
a:active,
a:focus {
  outline: 0; }

h1 {
  font-size: 138.5%; }

h2 {
  font-size: 123.1%; }

h3 {
  font-size: 108%; }

p {
  margin-bottom: 6px; }

optgroup {
  font-weight: normal; }

table {
  max-width: 100%;
  background-color: transparent;
  font-size: inherit; }

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

pre {
  margin: .2em 0 0 0;
  padding: .2em;
  background: whiteSmoke;
  border: 1px dotted #785; }

code {
  white-space: pre; }

a:link acronym[title],
a:visited acronym[title] {
  cursor: pointer; }

/*============== form elements ==============*/
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px; }

input,
button,
select,
textarea {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }

select,
textarea,
input[type='text'],
input[type='password'],
input[type='number'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'],
.uneditable-input,
.text-input,
.text {
  display: inline-block;
  height: 30px;
  border: 1px solid #ccc;
  /* padding: 3px 6px; */
  font-size: 13px;
  /* line-height: 30px; */
  /* line-height:26px \9; */
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }

select {
  -webkit-border-radius: 0; }

select:focus,
textarea:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.text-input:focus,
.text:focus {
  border: 1px solid #f00;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 153, 0, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 153, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 153, 0, 0.6); }

input,
textarea,
.uneditable-input {
  width: 206px; }

select {
  width: 220px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  height: 28px;
  line-height: 28px \9;
  /* For IE7, add top margin to align select with labels */
  *margin-top: 4px; }

label[for],
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer; }

input[type='radio'],
input[type='checkbox'] {
  margin-top: 4px;
  line-height: normal;
  cursor: pointer;
  /* For ie8*/
  margin-top: 0px \9;
  /* For ie7*/
  *margin-top: 0; }

input[type='file'],
input[type='image'],
input[type='submit'],
input[type='reset'],
input[type='radio'],
input[type='checkbox'] {
  width: auto; }

legend,
.legend {
  color: #ed7020;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  margin-left: 20px;
  border-bottom: 1px solid #ccc; }

form .legend {
  line-height: 35px; }

legend .head-button {
  float: right;
  margin-top: 5px;
  margin-right: 30px; }

legend .help-img {
  background: url(/common/img/help_button.jpg?version=1627463871);
  display: inline-block;
  float: right;
  width: 19px;
  height: 20px;
  cursor: pointer; }

legend small {
  font-size: 12px;
  color: #999; }

.legend-main {
  padding-top: 30px; }

label.radio,
label.checkbox {
  display: inline-block;
  min-height: 18px;
  padding-left: 15px;
  padding-top: 5px;
  margin-right: 5px;
  margin-left: -15px;
  vertical-align: middle;
  /* for IE7 */
  *margin-right: 18px; }

label.radio-label,
label.checkbox {
  display: inline-block;
  min-height: 18px;
  padding-left: 15px;
  padding-top: 8px;
  margin-left: -15px;
  margin-right: 20px;
  vertical-align: middle;
  /* for IE7 */
  *margin-right: 18px; }

label.radio input,
label.checkbox input {
  float: left;
  width: auto;
  margin-right: 4px;
  /* for ie8*/
  margin-right: 1px \9;
  *zoom: 1; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee; }

.disabled {
  cursor: not-allowed;
  background-color: #eeeeee; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent; }

/* Placeholder */
.placeholder-content {
  position: relative; }

input.placeholder-text,
.placeholder-text {
  color: #c6c3c0;
  opacity: 1;
  text-align: left; }

.placeholder-content .placeholder-text {
  position: absolute;
  min-width: 200px;
  left: 7px; }

input.placeholder-text {
  color: #c6c3c0; }

.input-mic-mini,
input.input-mic-mini {
  width: 25px;
  padding: 2px 4px; }

.input-minic,
input.input-minic {
  width: 40px; }

.input-mini,
input.input-mini {
  width: 63px; }

.input-little,
input.input-little {
  width: 70px; }

.input-small,
input.input-small {
  width: 90px; }

.input-medium,
input.input-medium {
  width: 150px; }

.input-large,
input.input-large {
  width: 215px; }

.input-xlarge,
input.input-xlarge {
  width: 420px; }

.input-xxlarge,
input.input-xxlarge {
  width: 530px; }

.control-group {
  margin-bottom: 12px; }

.control-group:before,
.control-group:after {
  display: table;
  line-height: 0;
  content: ''; }

.control-group:after {
  clear: both; }

.control-label {
  float: left;
  width: 180px;
  padding-top: 4px;
  font-size: 13px;
  text-align: right;
  color: #000; }

.control-label-title {
  float: none; }

.controls {
  margin-left: 210px;
  color: #333;
  /* for IE7 */
  /* *display: inline-block;
    *padding-left: 20px;
    *margin-left: 0; */ }

.controls-text {
  padding-top: 4px; }

.head-control-group {
  margin-bottom: 12px;
  /*width:95%;*/
  padding-left: 40px;
  *zoom: 1; }

.head-control-group:before,
.head-control-group:after {
  display: table;
  line-height: 0;
  content: ''; }

.head-control-group:after {
  clear: both; }

.head-control-label {
  float: left;
  width: 60px;
  padding-top: 4px;
  font-size: 13px;
  text-align: left;
  color: #000; }

.head-controls {
  margin-left: 80px;
  color: #333;
  /* for IE7 */
  *display: inline-block;
  *padding-left: 20px;
  *margin-left: 0; }

/* for IE7 */
.controls:first-child {
  *padding-left: 180px; }

table .control-label {
  float: none;
  padding-bottom: 12px; }

table .controls {
  padding-bottom: 12px;
  padding-left: 20px; }

.help-block,
.help-inline {
  color: #999; }

.help-inline {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
  /* for IE7 */
  *display: inline;
  *zoom: 1; }

.text-red,
.red {
  color: #ff0000; }

.text-warning {
  color: #c09853; }

.text-title {
  color: #f90; }

.text-error {
  color: #b94a48; }

.text-info {
  color: #3a87ad; }

.text-success {
  color: #468847; }

/*============== table ==============*/
.table {
  width: 90%;
  margin: 0px 18px 10px;
  text-align: right;
  border: 1px solid #f2f2f2; }

.table-tail {
  border: none; }

.table-control {
  width: 90%;
  margin: 0px 0px 10px; }

.table a,
.tableClass a {
  color: blue; }

.table a:hover,
.table a:focus,
.table a:active,
.table a:focus {
  text-decoration: underline;
  color: #ed7020; }

.tableClass a:hover,
.tableClass a:focus,
.tableClass a:active,
.tableClass a:focus {
  text-decoration: underline;
  color: #ed7020; }

.tableClass {
  width: 98%;
  margin: 0px 0px 10px; }

.table .tr-odd {
  background: #fafafa; }

.table th,
.table td,
.tableClass th,
.tableClass td {
  padding: 4px;
  line-height: 20px;
  height: 28px;
  text-align: center;
  vertical-align: middle; }

.table th,
.tableClass th {
  font-weight: 500;
  font-size: 13px;
  color: #ed7020; }

.table-fixed {
  table-layout: fixed; }

.table-fixed tr td.fixed,
.table-fixed tr th.fixed {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap; }

.table-fixed tr td[title],
.table-fixed tr th[title] {
  cursor: pointer; }

.sort {
  cursor: pointer; }

.delete {
  display: inline-block;
  background: url(/common/img/delete.png?version=1627463871) no-repeat 0 0;
  width: 20px;
  height: 20px;
  cursor: pointer; }

table .sort-up {
  background: url(/common/img/icon-edit.png?version=1627463871) no-repeat right -1px; }

table .sort-down {
  background: url(/common/img/icon-edit.png?version=1627463871) no-repeat right -25px; }

/*============== button ==============*/
.btn {
  display: inline-block;
  width: auto;
  padding: 3px 14px;
  border: 1px solid #ccc;
  border-radius: 1px/2px;
  background-color: #f4f4f4;
  line-height: 20px;
  color: #333333;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  overflow: visible;
  cursor: pointer;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /* For ie7, ie8 */
  /* filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0); */
  /* For ie7 */
  *display: inline;
  *margin-left: .3em;
  *zoom: 1; }

/* Opera and Firefcx nosupport change line-height, default line-height is 16px*/
input.btn {
  line-height: 16px;
  padding: 5px 14px; }

.btn:hover,
.btn:focus {
  border: 1px solid #f90; }

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.btn.disabled,
.btn[disabled] {
  background-image: none;
  cursor: default;
  opacity: 0.65;
  color: #000;
  filter: alpha(opacity=65); }

.btn.disabled:hover,
.btn[disabled]:hover {
  border: 1px solid #ccc; }

.btn-large {
  padding: 9px 16px;
  border-radius: 5px;
  font-size: 16px;
  line-height: normal; }

.btn-small {
  padding: 3px 12px;
  font-size: 12px;
  line-height: 18px; }

.btn-mini {
  padding: 2px 6px;
  font-size: 12px;
  line-height: 17px; }

.btn-link {
  margin-top: 15px;
  text-decoration: none; }

.btn-group {
  text-align: center;
  margin: 20px auto; }

.wizard .btn-group {
  text-align: right; }

/* .btn-group .btn-link,
.btn-group .btn {
    margin-left: 15px;
} */
/*============== layout ==============*/
.masthead {
  background: #ed7020;
  width: 100%;
  height: 60px;
  min-width: 1000px;
  z-index: 1000;
  position: relative; }

.container {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  /* For ie7 */
  *zoom: 1; }

[class*='span'] {
  float: left;
  min-height: 1px;
  margin-left: 20px; }

.span12 {
  width: 940px; }

.span11 {
  width: 860px; }

.span10 {
  width: 780px; }

.span9 {
  width: 700px; }

.span8 {
  width: 620px; }

.span7 {
  width: 540px; }

.span6 {
  width: 460px; }

.span5 {
  width: 380px; }

.span4 {
  width: 300px; }

.span3 {
  width: 220px; }

.span2 {
  width: 140px; }

.span1 {
  width: 60px; }

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: ''; }

.container:after {
  clear: both; }

.main-container {
  margin-top: 49px;
  min-height: 600px;
  position: relative;
  left: 0;
  top: 0; }

.main-content {
  width: 100%;
  margin-top: 20px; }

.fixed-bottom {
  background: url(/common/img/icon-bottom.png?version=1627463871) -2px 0 no-repeat;
  height: 27px;
  width: 1000px; }

.fixed-top {
  background: url(/common/img/icon-top.png?version=1627463871) -2px 0 no-repeat;
  height: 27px; }

.main-right-content {
  min-height: 600px;
  width: 78%;
  border-radius: 4px;
  padding: 0 0 0 30px;
  background: #fff;
  float: right;
  position: relative; }

#mainRightContent .vlanEn {
  background-color: #fff; }

.main-html {
  *background: #d7d7d7; }

.main-body {
  position: relative;
  background: #d7d7d7;
  overflow-y: auto;
  *overflow-y: none; }

/*============== nav ==============*/
.logo-head {
  height: 60px;
  width: 100%;
  background: #ed7020;
  z-index: 200; }

.navbar {
  min-width: 1000px;
  overflow: visible;
  color: #777;
  /* For ie7 */
  *position: relative;
  *z-index: 2; }

.navbar-inner {
  background: #ed7020;
  margin: 0 auto;
  height: 60px;
  width: 1000px;
  z-index: 1000;
  /* For IE6 */
  _height: 85px;
  zoom: 1; }

.navbar-inner .brand {
  vertical-align: -7px; }

.brand {
  display: inline-block;
  width: 200px;
  height: 35px;
  line-height: 60px;
  background: #ed7020 url(/common/img/logo.png?version=1627463871) no-repeat 0 0;
  margin-top: 15px; }

.navbar-inner .logout {
  float: right;
  margin-top: 25px;
  font-size: 16px;
  color: #fff;
  cursor: pointer; }

.navbar-head {
  height: 24px;
  background: #d7d7d7; }

.navbar-head-text {
  text-align: right;
  margin-right: 40px;
  padding-top: 7px; }

.navbar-bottom {
  position: fixed;
  bottom: 0;
  height: 35px;
  background: #d7d7d7;
  *position: relative; }

@media (max-height: 500px) {
  .login-body .navbar-bottom {
    height: 19px;
    width: 100%;
    text-align: right;
    position: relative; } }

@media (max-width: 980px) {
  .navbar-bottom {
    position: relative; } }

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: ''; }

.navbar-inner:after {
  clear: both; }

.nav-list {
  border-bottom: 1px solid #f2f2f2; }

.nav-list > a {
  display: block;
  height: auto;
  color: #333;
  padding: 9px 0 9px 0;
  /* For ie7 */
  *zoom: 1; }

.nav-list ul li {
  padding: 5px 0 4px 55px;
  border-bottom: 1px solid #fff; }

.nav-list > a {
  padding: 13px 5px 13px 50px;
  color: #666;
  border-top: none;
  border-bottom: none;
  vertical-align: middle; }

.nav-list > ul {
  background: #f2f2f2; }

.nav-list > .menu-text-blur {
  color: #ed7020; }

.active > a {
  color: #fff; }

.nav-list ul .active,
.nav-content > .active {
  display: block;
  color: #fff;
  background: #ed7020;
  /* For ie6 */
  _display: inline;
  zoom: 1; }

.nav-left,
.nav-right,
.nav-text {
  display: inline-block;
  float: left;
  height: 29px;
  cursor: pointer; }

.nav-menu {
  width: 180px;
  height: 100%;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0; }

.nav-content {
  width: 180px;
  margin-top: 20px;
  border-top: 1px solid #f2f2f2; }

.page-footer {
  position: fixed;
  bottom: 0;
  height: 10px;
  min-width: 480px;
  background: #f2f2f2;
  /* For IE6 */
  _display: none; }

/**
 * UI textboxs.
 *
 * @section textboxs
 */
.textboxs {
  margin-left: -1px;
  border: 1px solid #fff;
  width: 240px; }

.textboxs input {
  text-align: center;
  margin-left: 1px; }

.textboxs input:first-child,
.textboxs .first {
  margin-left: 0; }

#head-legend {
  border-bottom: 3px solid #ed7020; }

.help {
  float: right;
  text-align: center;
  cursor: pointer; }

.help .help-txt {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding-left: 4px;
  vertical-align: middle; }

.help-window {
  padding: 30px; }

.help-window .legend {
  border: none;
  margin-left: 0; }

.help-open {
  width: 36px;
  height: 28px;
  background: url(/common/img/help-open.png?version=1627463871) 0 no-repeat; }

.help-close {
  width: 36px;
  height: 28px;
  background: url(/common/img/help-close.png?version=1627463871) 0 no-repeat; }

/*默认状态下图标为灰色*/
.img-icons {
  background-image: url(/common/img/menu-ico.png?version=1627463871);
  background-repeat: no-repeat; }

/*二级菜单处于展开状态，图标为灰色(tenda)*/
.img-icons-open {
  background-image: url(/common/img/menu-ico-open.png?version=1627463871);
  background-repeat: no-repeat; }

/*二级菜单处于折叠状态，图标为白色*/
.img-icons-close {
  background-image: url(/common/img/menu-ico-close.png?version=1627463871);
  background-repeat: no-repeat; }

.icons-status {
  background-position: 10px 11px; }

.icons-wizard {
  background-position: 10px -27px; }

.icons-network {
  background-position: 10px -65px; }

.icons-wireless {
  background-position: 10px -97px; }

.icons-advance {
  background-position: 10px -135px; }

.icons-tool {
  background-position: 10px -177px; }

/* Utilities */
.cb {
  clear: both; }

.none {
  display: none !important; }

.onwdsscan {
  cursor: wait; }

.fl {
  float: left;
  display: inline-block; }

.fr {
  float: right;
  display: inline-block; }

.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both; }

/* Specific pages */
.login {
  width: 462px;
  margin: 100px auto;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.login-title {
  height: 46px;
  padding-left: 18px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#d6d6d6));
  background-image: -webkit-linear-gradient(top, #fafafa, #d6d6d6);
  background-image: -o-linear-gradient(top, #fafafa, #d6d6d6);
  background-image: linear-gradient(to bottom, #fafafa, #d6d6d6);
  background-image: -moz-linear-gradient(top, #fafafa, #d6d6d6);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffd6d6d6', GradientType=0);
  color: #f90;
  line-height: 46px;
  font-size: 18px;
  font-weight: bold; }

.navbar-content {
  width: 350px;
  margin: 100px auto 0 auto;
  border: 1px solid #cccccc;
  background: #fff; }

.login-body {
  background: #f2f2f2; }

.login .btn-group {
  margin: 30px 0; }

.login .btn-group .btn-link {
  margin-top: 0; }

.login .message {
  text-align: center;
  margin-top: 10px; }

.login .permit {
  margin-right: 0; }

.login .notice {
  width: 252px;
  text-align: right;
  margin-top: 0;
  color: #ed7020;
  cursor: pointer; }

.btn-login {
  width: 252px !important;
  font-size: 14px;
  color: #fff !important;
  line-height: 22px !important; }

.text-box {
  position: relative;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }

.text-focus {
  border: 1px solid #ed7020; }

.user-icon {
  background: url(/common/img/user.png?version=1627463871) 2px no-repeat;
  width: 33px;
  height: 28px; }

.country-icon {
  background: url(/common/img/country.png?version=1627463871) 5px 2px no-repeat;
  width: 33px;
  height: 28px; }

.password-icon {
  background: url(/common/img/password.png?version=1627463871) 2px -2px no-repeat;
  width: 33px;
  height: 32px; }

.login .input-medium {
  width: 200px; }

.login .control-group {
  width: 250px;
  margin-left: auto;
  margin-right: auto; }

.login .control-label {
  width: 40px;
  padding-top: 0; }

.login .controls {
  margin-left: 45px;
  *margin-left: -15px; }

.login .input-box {
  border: none;
  height: 30px;
  font-size: 13px;
  padding: 0;
  padding-top: 5px \9;
  vertical-align: middle; }

.login .select-box {
  padding-bottom: 5px \9; }

.login .input-box:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }

#gbx_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 2999;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
  /*filter: alpha(opacity=50); */
  -moz-opacity: 0.5; }

#forgetpwd .tip {
  display: none;
  position: absolute;
  text-align: left;
  top: 370px;
  left: 50%;
  border: 1px solid #ccc;
  padding: 5px;
  width: 300px;
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

#forgetpwd:hover .tip {
  display: block; }

* html #gbx_overlay {
  position: absolute;
  /*IE does not work with position fixed*/
  top: expression((0 + (ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) + 'px');
  right: expression((0 + (ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft)) + 'px');
  width: 110%; }

#saveMsg {
  position: fixed;
  top: 120px;
  left: 50%;
  margin-left: -119px;
  width: 222px;
  padding: 28px 8px;
  color: #fff;
  font-size: 14px;
  z-index: 9999;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #666;
  opacity: .9;
  filter: alpha(opacity=90); }

/*******data Check*******/
.validatebox-em {
  position: relative;
  margin: 0;
  width: 0;
  min-width: 0;
  height: 0;
  min-height: 0; }

.validatebox-tip {
  position: absolute;
  width: 200px;
  height: auto;
  visibility: hidden;
  z-index: 999; }

.validatebox-em .validatebox-tip {
  left: 1px;
  top: 0px; }

.validatebox-tip-content {
  display: inline-block;
  position: absolute;
  top: -3px;
  left: 8px;
  max-width: 240px;
  border-width: 1px;
  border-style: solid;
  padding: 3px 5px;
  z-index: 9900001;
  font-size: 12px; }

.validatebox-tip-pointer {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 16px;
  left: 1px;
  top: 0px;
  z-index: 9900002; }

.validatebox-invalid,
input.validatebox-invalid,
input.validatebox-invalid:focus {
  border-color: #f00; }

.validatebox-invalid input.text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.validatebox-tip-pointer {
  background: url(/common/img/validatebox_arrows.png?version=1627463871) no-repeat -4px center; }

.validatebox-tip-content {
  border-color: #CC9933;
  background-color: #FFFFCC;
  color: #000; }

/*end data check*/
.permit {
  background: #ed7020;
  color: #fff;
  margin-right: 15px; }

.icon-area {
  float: left;
  margin-left: 110px;
  margin-top: 30px;
  width: 180px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.user-text {
  margin-top: -23px;
  color: #fff;
  width: 155px;
  text-align: center;
  margin-bottom: 6px; }

.icon-area .admin {
  width: 140px;
  height: 120px;
  background: url(/common/img/admin.png?version=1627463871) 15px no-repeat; }

.icon-area .user {
  width: 140px;
  height: 120px;
  background: url(/common/img/guest.png?version=1627463871) 15px no-repeat; }

.icon-area .edit {
  width: 30px;
  height: 30px;
  background: url(/common/img/edit.png?version=1627463871) 0 no-repeat;
  float: right;
  margin-top: -36px;
  cursor: pointer; }

.first-notice {
  margin-left: 20px;
  margin-top: -10px; }

.next-notice {
  margin-left: 20px; }

.window {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.dialog {
  margin: auto;
  width: 580px;
  height: auto;
  position: fixed;
  z-index: 4000;
  top: 100px;
  left: 100px; }

/******信号强度***/
.signal {
  background: url(/common/img/wifi_singal.png?version=1627463871) no-repeat;
  display: inline-block;
  min-width: 26px;
  min-height: 28px; }

.signal1 {
  background-position: -10px 0; }

.signal2 {
  background-position: -10px -38px; }

.signal3 {
  background-position: -10px -74px; }

.signal4 {
  background-position: -10px -114px; }

.signal5 {
  background-position: -10px -148px; }

.iframe-close {
  float: right;
  margin-right: 20px;
  font-size: 22px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  *margin-top: -35px; }

/*升级,重启等状态*/
.load-timing {
  position: absolute;
  top: 100px;
  left: 400px;
  width: 500px;
  height: 200px;
  background: #ccc;
  z-index: 999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.loading-box {
  width: 400px;
  height: 30px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px; }

#loadding-pc {
  height: 30px;
  background: #666; }

.loadding-msg {
  margin-top: 20px;
  text-align: center; }

.notice {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  color: red !important; }

/*for systen_config.html*/
.config .control-group {
  margin-top: 30px;
  margin-left: 20px; }

.config .control-label {
  font-weight: bold;
  color: #a2a2a2; }

.config .btn-login {
  background: #ed7020 !important;
  width: 150px !important; }

.btn-off {
  background: url(/common/img/btn_off.png?version=1627463871) 0 no-repeat; }

.btn-on {
  background: url(/common/img/btn_en.png?version=1627463871) 0 no-repeat; }

.btn-on,
.btn-off {
  width: 30px;
  height: 24px;
  width: 120px \9;
  height: 72px \9;
  zoom: 30% \9;
  padding-right: 50px;
  float: left;
  cursor: pointer;
  background-size: contain; }

.wizard .control-label {
  text-align: left;
  width: 0; }

.wizard label {
  font-size: 13px;
  width: 100%; }

.wizard .controls {
  margin-left: 20px; }

.wizard .controls-text {
  /*优化firfox浏览器下的显示，解决文字水平不对应的问题@edit by pjl*/
  /*padding-top: 8px;*/
  vertical-align: middle;
  font-size: 12px; }

.wizard label.radio {
  padding-top: 0px; }

.text-link {
  text-decoration: underline;
  color: #00f;
  cursor: pointer; }

.table-info {
  float: left;
  width: 129px;
  border-right: 1px solid #ccc;
  background: #eee;
  color: #333;
  padding: 4px;
  text-align: center;
  cursor: pointer; }

.table-info:hover {
  color: #ed7020; }

#wanSpeedList {
  width: 660px;
  height: 300px;
  margin-left: 50px;
  margin-top: 50px;
  position: relative; }

.head-table {
  border: 1px solid #ccc;
  border-right: none;
  width: 690px;
  height: 28px;
  margin: 0px 18px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.head-table .active {
  background: #ed7020;
  color: #fff; }

.legend-left {
  float: left;
  width: 350px;
  margin-left: 30px; }

.legend-right {
  float: right;
  width: 350px; }

.legend-title {
  width: 90%;
  margin-left: 30px;
  font-size: 15px;
  font-weight: 600;
  float: left; }

.legend-left .control-label,
.legend-right .control-label {
  width: 130px; }

.legend-left .controls,
.legend-right .controls {
  margin-left: 150px;
  width: 160px; }

.legend-select {
  position: relative;
  left: 620px;
  top: 10px;
  height: 0;
  z-index: 999; }

.line {
  width: 210px;
  height: 4px;
  margin-top: 14px;
  margin-left: -30px;
  background: #ccc;
  cursor: pointer;
  float: left;
  *margin-left: -76px; }

.line-min {
  float: left;
  margin-top: 24px;
  width: 50px; }

.line-max {
  margin-left: 204px;
  padding-top: 22px; }

.move-content {
  position: relative;
  top: -63px;
  left: 34px;
  width: 20px;
  cursor: pointer; }

.no-text-select {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.select-btn {
  width: 28px;
  height: 26px;
  background: #f2f2f2;
  display: inline-block;
  margin-left: -33px;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.select-caret {
  width: 18px;
  height: 18px;
  background: url(/common/img/caret.png?version=1627463871) 0 no-repeat;
  margin-left: 6px;
  padding-top: 8px; }

.loading {
  width: 18px;
  height: 18px;
  background: url(/common/img/loading.gif?version=1627463871) 0 no-repeat;
  display: inline-block;
  vertical-align: middle; }

.page-loading {
  background: url(/common/img/loading.gif?version=1627463871) no-repeat center;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 700px;
  height: 100%; }

.hidden {
  visibility: hidden; }

.round {
  background: url(/common/img/round.png?version=1627463871) 0 no-repeat;
  width: 12px;
  height: 12px; }

/*某些功能描述在中文下需要隐藏（之前采用的方式是在中文界面下翻译为空字符串）@edit by pjl*/
.lang-cn .cn-hide {
  display: none; }

#_macList_ label.radio {
  padding-top: 0; }

#title span {
  display: inline-block;
  vertical-align: bottom; }

#title .curTitle {
  color: #ed7020;
  font-size: 16px;
  border-bottom: 3px solid #ed7020; }

#title .curMode {
  float: right;
  padding-right: 10px; }

#title .arrow {
  color: #000; }

#title {
  height: 40px;
  margin-top: 10px;
  border-bottom: 1px solid #eee; }

/*
*   快速设置自定义样式       Start
*/
.config-box,
.help-box {
  margin-right: 40px; }

.block-label {
  margin-left: 20px; }

.block-label label {
  display: block;
  margin-bottom: 12px !important; }

.block-label .controls-text {
  display: inline-block;
  vertical-align: top;
  padding-top: 0; }

#wizard .form-content {
  margin-bottom: 12px; }

.underline-a {
  text-decoration: underline;
  color: blue !important;
  margin-left: 4px;
  margin-right: 10px;
  cursor: pointer; }

.inline-block {
  display: inline-block; }

.form-text {
  line-height: 30px;
  height: 30px; }

#wizard .form-wrap .control-wrap {
  margin-bottom: 0; }

.select-small {
  margin-left: 10px;
  width: 70px !important; }

#scanTable input,
#multiScanTable input {
  margin-top: 0;
  margin-bottom: 2px; }

#scanTable,
#multiScanTable {
  font-size: 13px; }

#scanTable td,
#multiScanTable td {
  position: relative; }

#scanTable .signal-text,
#multiScanTable .signal-text {
  position: absolute;
  left: 32px;
  top: 12px;
  font-size: 12px; }

#scanTable .signal,
#multiScanTable .signal {
  position: absolute;
  left: 25px;
  top: 12px; }

#scanTable td,
#multiScanTable td {
  padding: 0 0 0 1em; }

#scanTable .table-sort,
#multiScanTable .table-sort {
  right: 10px; }

.wep-wrap {
  position: relative; }

.wep-wrap .wep-select {
  position: absolute;
  left: 53%;
  top: 0; }

.scan-table input[type=checkbox] {
  margin-top: 0;
  margin-bottom: 2px; }

.table-sort {
  right: 8px !important; }

.signal-text {
  visibility: hidden;
  line-height: 28px; }

tr:hover .signal-text {
  visibility: visible;
  transition: .5s; }

tr:hover .signal {
  transition: .5s;
  left: 5px !important; }

#remoteMac1,
#remoteMac2,
#remoteMac3,
#remoteMac4,
#macAddr {
  width: 210px; }

#start-set p,
#start-set .block-label {
  margin-left: 0 !important; }

#remoteApSsid {
  width: 242px; }

#remoteApSsid .form-input-pholder {
  max-width: 228px !important; }

#remoteWpaPassword .form-input-pholder {
  max-width: 158px !important; }

#wizardLastText {
  margin-top: 15px; }
  #wizardLastText .form-row-title {
    font-weight: normal;
    color: #ed7020; }
  #wizardLastText .form-row {
    display: block;
    width: 100%; }
  #wizardLastText .col-xs-6.form-title {
    width: 30%; }
  #wizardLastText .form-text {
    width: 200px; }

/*
*   快速设置自定义样式       End
*/
/**
*系统状态页面自定义样式   Start
*/
#sys {
  margin-right: 0; }

.formlist-wrap {
  position: relative; }

.formlist-wrap .form-row-title {
  position: static;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px; }

.formlist-wrap .form-title {
  font-size: 13px;
  height: 40px !important;
  line-height: 20px !important; }

.formlist-wrap .form-text {
  line-height: 20px;
  float: left;
  padding-left: 20px; }

.formlist-wrap .form-row {
  width: 50%;
  display: inline-block;
  margin-bottom: 5px; }

.tab-wrap {
  margin-bottom: 50px;
  margin-right: 30px; }

.status-tab {
  margin-bottom: 30px; }

.status-tab .btn-tab {
  border: 1px solid #ccc !important;
  color: #333 !important;
  line-height: 30px !important;
  width: 120px;
  text-align: center; }

.status-tab .btn-tab.active {
  background-color: #ed7020 !important;
  color: #fff !important; }

.status-tab .btn-tab.active:hover {
  color: #fff !important; }

.status-tab .btn-tab:hover {
  color: #ed7020 !important; }

.charts {
  width: 340px;
  height: 300px;
  display: inline-block;
  position: relative; }

.help-text-wrap p {
  margin-bottom: 15px; }

.help-box {
  font-size: 13px; }

/**
*系统状态页面自定义样式   End
*/
/**
*无线设置自定义样式 Start
*
*/
.pwdInterval-wrap em {
  max-width: 350px; }

.md-toolbar .md-btn.ok,
.md-toolbar .md-btn.success {
  border-color: #f90 !important;
  background-color: #ed7020 !important;
  color: #fff; }

.md-toolbar .md-btn {
  width: 80px !important; }

.md-btn.cm-cancel {
  width: 80px !important; }

.cm-footbar {
  text-align: center !important;
  padding-left: 0 !important;
  width: 87%; }

.bottom-blank {
  display: block;
  height: 80px;
  width: 0; }

.form-div-wrap {
  position: relative; }

.form-radio-tail {
  position: absolute !important;
  left: 65%;
  top: 0;
  width: 300px; }

.pwdInterval-wrap em {
  white-space: normal;
  word-wrap: break-word;
  overflow: hidden; }

.form-input-tail {
  position: absolute !important;
  left: 63%;
  top: 0; }

.form-input-checkbox-tail {
  position: absolute !important;
  left: 53%;
  top: 0; }
  .form-input-checkbox-tail .form-container {
    min-width: 50px; }
  .form-input-checkbox-tail .form-label {
    width: auto !important; }

.form-container-wrap {
  margin-bottom: 100px; }

.mac-wrap {
  position: relative; }

.mac-wrap .btn-wrap {
  position: absolute;
  left: 70%;
  top: 0; }

.btn-wrap {
  margin-top: 2px; }

.bottom-line {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px; }

.filter-table {
  text-align: center; }

.filter-table input {
  margin: 0 5px 2px 0; }

#submit {
  width: 80px; }

#wpaPassword,
#radiusKey {
  padding-right: 25px; }

#adv-wrap .form-container .form-label {
  display: inline-block;
  box-sizing: border-box;
  width: 140px;
  text-align: left;
  padding: 0;
  vertical-align: text-bottom; }

#adv-wrap .form-label input {
  vertical-align: top;
  vertical-align: text-top\9; }

/*
#preamble .form-label{
    padding-right:2em!important;
}
#penetration .form-label{
    padding-right:3em!important;
} */
#sensitivity {
  width: 40px;
  padding-left: 8px; }

/**
*无线设置自定义样式 End
*
*/
/*
 * 网络诊断样式xh
*/
.ping-area {
  margin-top: 15px; }

.ping-statistics {
  line-height: 40px;
  background-color: #eceff2;
  text-align: right;
  padding-right: 10px; }

.ping-time {
  line-height: 40px; }

.ping-time span {
  display: inline-block;
  width: 33%;
  text-align: center; }

.ping-time span.ping-max {
  width: 32%; }

#testResult {
  width: 462px;
  margin: 20px 50px;
  border: 1px solid #eee; }

.rate-test-head {
  height: 31px;
  width: 100%;
  text-align: center; }

.rate-test-head span {
  display: inline-block;
  width: 154px;
  line-height: 31px;
  background-color: #eee; }

.rate-test-result span {
  display: inline-block;
  width: 154px;
  line-height: 40px;
  text-align: center; }

.rxAvg,
.txAvg,
.totalAvg {
  font-size: 18px; }

#testProcess .form-content p {
  line-height: 30px;
  width: 165px;
  display: table-cell; }

#testProcess .form-content span {
  border: 1px solid #eee;
  border-radius: 50px;
  height: 15px;
  line-height: 31px;
  vertical-align: middle;
  width: 100%;
  display: inline-block; }

#testProcess .form-content em {
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  background: #ed7020;
  border-radius: 30px;
  transition: all .5s linear; }

.traceroute-area,
.signal-list-area {
  margin-top: 15px; }

.analysis-result-area {
  margin-top: 15px; }
  .analysis-result-area .form-select {
    width: 130px; }
  .analysis-result-area .md-toolbar input[disabled] {
    cursor: not-allowed;
    background-color: #eeeeee !important;
    border-color: #eeeeee !important; }

.analysis-chart {
  position: relative;
  min-height: 400px;
  margin-bottom: 20px;
  /* .legend-y-title {
        width: 50px;
        text-align: center;
        position: absolute;
        z-index: 1111;
        top: 46%;
        left: -10px;
    }
    .legend-y-tips {
        display: inline-block;
        width: 8px;
        line-height: 1.1;
        word-break: break-all;
        margin-left: -5px;
    } */ }
  .analysis-chart .chart-content {
    width: 98%;
    margin-left: 20px; }
  .analysis-chart .highcharts-container {
    /* margin-left: 20px; */ }
  .analysis-chart .highcharts-axis-title {
    top: 180px;
    color: #333 !important;
    font-size: 14px;
    font-family: 'Microsoft YaHei', 'Helvetica', 'Arial', 'Sans-serif';
    fill: #333 !important; }
  .analysis-chart .highcharts-xaxis-labels span {
    margin-left: -15px\9  !important;
    width: 30px;
    text-align: center; }
    .analysis-chart .highcharts-xaxis-labels span.rotate {
      transform: rotate(-45deg) !important; }
  .analysis-chart .legend-group {
    margin-top: 20px;
    text-align: center; }
  .analysis-chart .legend-item {
    display: inline-block;
    margin-left: 30px; }
  .analysis-chart .legend-line {
    width: 30px;
    display: inline-block;
    height: 2px;
    margin-top: -2px;
    line-height: 20px;
    vertical-align: middle; }
    .analysis-chart .legend-line.max {
      background: #03f; }
    .analysis-chart .legend-line.power {
      background: #0c0; }
    .analysis-chart .legend-line.average {
      background: #cc6; }

/*
 * 网络诊断样式end
*/
/*
 * 带宽控制样式
*/
.up-speed-unit,
.down-speed-unit {
  width: 70px;
  height: 30px;
  vertical-align: text-bottom; }

.rule-config-area .ip-range span {
  display: inline-block;
  line-height: 30px; }

.rule-config-area .ip-range input {
  width: 27px;
  padding: 1px;
  vertical-align: 1px; }

.rule-operate-area label {
  cursor: pointer; }

/*
 * 带宽控制样式end
*/
/*
 * MAC过滤样式start
*/
#filterCfg .time-range select {
  width: 55px; }

input.ruleEn {
  margin-top: -3px; }

/*
 *MAC过滤样式end
*/
/*
 *网络服务样式start
*/
a.goRegist {
  text-decoration: underline;
  color: blue; }

/*
 *网络服务样式end
*/
/*
 *MAC克隆 start
*/
#cloneMac,
#recoverMac {
  height: 35px; }

#macClone {
  margin-bottom: 340px; }

/*
 * END
*/
/*
 *时间设置Start
*/
#sysTime .btn-wrap {
  text-align: center; }

#sysTime {
  margin-bottom: 195px; }

#copyLocalTime {
  height: 36px;
  position: relative;
  right: 73px; }

/*
 * END
*/
/*
 * 设备维护start
*/
#maintainDevice {
  margin-top: 30px; }

#maintainDevice .control-wrap {
  margin-bottom: 60px; }

.btn-normal {
  min-width: 150px;
  font-size: 13px;
  line-height: 30px;
  border-radius: 5px;
  background-color: #eee;
  border: 1px solid #ccc; }

.btn-normal:hover {
  background-color: #e9e9e9; }

.notice {
  color: red;
  top: 23px; }

#backup .form-content {
  width: 50%; }

#backup .form-title {
  width: 30%; }

/*end*/
/*
 *用户名密码
*/
#accountCfg .form-content {
  width: 50%; }

#systemLog .btn-normal {
  min-width: 90px; }

.sys-handle-area {
  margin: 10px 0; }

.progress-box {
  height: 36px;
  margin: 15px 0;
  border: 1px solid #eee;
  border-radius: 7px; }

.progress-bar {
  height: 100%;
  background: #ed7020;
  border-radius: 4px;
  transition: .3s linear; }

.avg-up {
  background: url(/common/img/up.png?version=1627463871) 18px 1px no-repeat; }

.avg-down {
  background: url(/common/img/down.png?version=1627463871) 26px -1px no-repeat; }

.avg-duo {
  background: url(/common/img/duo.png?version=1627463871) 10px 1px no-repeat; }

#sysTime input[type='text'] {
  width: 36px; }

.nodata {
  display: none; }

.help-box section {
  margin-bottom: 15px; }

.help-box section p:first-child span:first-child {
  font-weight: bold; }

.help-text-title {
  font-weight: bold; }

.module-title {
  color: #ed7020;
  margin-bottom: 10px; }

/**
组件样式覆盖
*/
.form-table-tr:hover {
  background-color: #fff !important; }

.table-sort:after,
.table-sort:before {
  content: "" !important;
  height: 0 !important; }

.sortabled:hover {
  background-color: #F9F9F9; }

/**
*使IE8下组件重新渲染
*/
html.fix-ie-font-face :before,
html.fix-ie-font-face :after {
  content: none !important; }

.startPing,
.stopPing,
.startTrace,
.stopTrace,
.startTest,
.stopTest,
#addRule {
  position: relative;
  right: 63px; }

.lang-en #maintainDevice div.notice {
  line-height: 20px;
  font-size: 13px;
  position: absolute; }

#maintainDevice div.notice {
  position: absolute;
  top: 28px;
  left: 22px;
  width: 470px; }

.lang-en #maintainDevice .control-wrap:last-child {
  top: 10px; }

.overlay-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 1100;
  opacity: .5;
  filter: alpha(opacity=50); }
  .overlay-loading.hide {
    display: none;
    opacity: 0;
    filter: alpha(opacity=0); }
  .overlay-loading .loading-round {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 20%;
    left: 40%;
    background: url(/common/img/loading-ball.gif?version=1627463871) 0 no-repeat; }

/*
    清除IE下自带的小眼睛
*/
::-ms-clear {
  display: none; }

::-ms-reveal {
  display: none; }

#sysLog .form-table-tr td {
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden; }

.mask {
  height: 580px;
  width: 90%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  cursor: not-allowed; }

.overlay-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 1100;
  opacity: .1;
  cursor: not-allowed;
  filter: alpha(opacity=10); }
  .overlay-content.hide {
    display: none;
    opacity: 0;
    filter: alpha(opacity=0); }

.scan-btn {
  height: 30px;
  box-sizing: border-box;
  background-color: #ed7020;
  border: 0;
  padding: 4px 16px;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  margin-left: 10px; }

.pop.md-modal .md-toolbar {
  text-align: right;
  padding-right: 40px; }

.tdmax-priority .form-container {
  width: 170px; }
@charset "UTF-8";
/* 变量定义,定制或中性软件时，修改此处的变量值即可改变界面的整体配色及LOGO图片 */
/* 界面整体色号，默认为ip-com */
/* 帮助入口图片 */
/* 帮助入口图片 */
/* 界面logo */
/* 展开状态下的菜单颜色 */
html.otherStyle {
  /*组件样式更新*/
  /*日历插件*/
  /*组件样式end*/
  /*product logo*/
  /*二级菜单处于展开状态*/
  /*登录忘记密码提示*/ }
  html.otherStyle .md-toolbar .md-btn.ok, html.otherStyle .md-toolbar .md-btn.success {
    border-color: #d82228;
    background-color: #d82228;
    color: #fff; }
  html.otherStyle .form-table-th {
    border-bottom: 1px solid #d82228; }
  html.otherStyle .check-label.active {
    background-color: #d82228;
    border: 2px solid #d82228; }
  html.otherStyle .active.check-label:before {
    border-color: #d82228; }
  html.otherStyle .form-calendar dl dd a.today {
    color: #d82228; }
  html.otherStyle .formtab.bg-theme .btn-tab {
    color: #d82228;
    border: 1px solid #d82228; }
    html.otherStyle .formtab.bg-theme .btn-tab.last {
      border-right: 1px solid #d82228; }
    html.otherStyle .formtab.bg-theme .btn-tab.active {
      background-color: #d82228; }
  html.otherStyle .md-modal .md-title {
    color: #d82228; }
  html.otherStyle .brand {
    margin-top: 15px;
    background: #d82228 url(/common/img/logo-ipcom.png?version=1627463871) no-repeat 0 0; }
  html.otherStyle .img-icons-open {
    background-image: url(/common/img/menu-ico-open-ipcom.png?version=1627463871); }
  html.otherStyle .tip-wrap {
    color: #d82228; }
  html.otherStyle #forgetpwd {
    color: #d82228; }
  html.otherStyle legend,
  html.otherStyle .legend {
    color: #d82228; }
  html.otherStyle .table a:hover,
  html.otherStyle .table a:focus,
  html.otherStyle .table a:active,
  html.otherStyle .table th {
    color: #d82228; }
  html.otherStyle .tableClass a:hover,
  html.otherStyle .tableClass a:focus,
  html.otherStyle .tableClass a:active,
  html.otherStyle .tableClass th {
    color: #d82228; }
  html.otherStyle .masthead {
    background-color: #d82228; }
  html.otherStyle .logo-head {
    background-color: #d82228; }
  html.otherStyle .navbar-inner {
    background-color: #d82228; }
  html.otherStyle .nav-list .menu-text-blur {
    color: #d82228; }
  html.otherStyle .nav-list ul .active {
    background-color: #d82228; }
  html.otherStyle .nav-content > .active {
    background-color: #d82228; }
  html.otherStyle #head-legend {
    border-bottom: 3px solid #d82228; }
  html.otherStyle .help-open {
    background: url(/common/img/help-open-ipcom.png?version=1627463871) 0 no-repeat; }
  html.otherStyle .help-close {
    background: url(/common/img/help-close-ipcom.png?version=1627463871) 0 no-repeat; }
  html.otherStyle .login .notice {
    color: #d82228; }
  html.otherStyle .login-title {
    color: #d82228; }
  html.otherStyle .text-focus {
    border: 1px solid #d82228; }
  html.otherStyle .permit {
    background: #d82228; }
  html.otherStyle .config .btn-login {
    background: #d82228 !important; }
  html.otherStyle .table-info:hover {
    color: #d82228; }
  html.otherStyle .head-table .active {
    background: #d82228; }
  html.otherStyle #title .curTitle {
    color: #d82228;
    border-bottom: 3px solid #d82228; }
  html.otherStyle .status-tab .btn-tab:hover {
    color: #d82228 !important; }
  html.otherStyle .status-tab .btn-tab.active {
    background-color: #d82228 !important; }
    html.otherStyle .status-tab .btn-tab.active:hover {
      color: #fff !important; }
  html.otherStyle .md-toolbar .md-btn.ok,
  html.otherStyle .md-toolbar md-btn.success {
    background-color: #d82228 !important; }
  html.otherStyle .md-toolbar .md-btn:hover {
    border: 1px solid #d82228; }
  html.otherStyle #testProcess .form-content em {
    background: #d82228; }
  html.otherStyle .progress-bar {
    background: #d82228; }
  html.otherStyle .module-title {
    color: #d82228; }
  html.otherStyle .btn:hover,
  html.otherStyle .btn:focus {
    border: 1px solid #d82228; }
  html.otherStyle #wizardLastText .form-row-title {
    font-weight: 100;
    color: #d82228; }
  html.otherStyle .scan-btn {
    background-color: #d82228; }
@charset "UTF-8";
/* 变量定义 */
/*组件宽度*/
/* 功能函数定义 */
/* 弹出框 */
.md-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  z-index: 1100;
  opacity: 0;
  background-color: transparent;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -moz-transition: visibility 0.3s, opacity 0.3s;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000; }
  .md-overlay.md-show {
    background-color: #000; }

.md-modal-wrap {
  max-height: 100%;
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  visibility: hidden;
  z-index: 1101;
  overflow: auto;
  overflow-x: hidden; }

.md-modal {
  position: relative;
  top: 0;
  left: 50%;
  float: left;
  overflow: visible;
  visibility: hidden;
  border-radius: 4px;
  max-width: 90%;
  margin: 40px 0 0; }
  .md-modal .md-content {
    margin-bottom: 40px;
    position: relative;
    top: 0;
    left: -50%;
    background: #fff;
    min-width: 360px;
    opacity: 0;
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -moz-transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
    transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000; }
  .md-modal.iniframe {
    /* G0特有 */
    margin-left: -115px; }
  .md-modal .md-header,
  .md-modal .md-close,
  .md-modal .md-toolbar {
    height: 44px;
    font-size: 14px;
    line-height: 44px;
    text-align: center; }
  .md-modal .md-header {
    background-color: #fff;
    padding: 0;
    margin: 0 50px;
    position: relative; }
  .md-modal .md-title {
    border-bottom: 1px solid #eee;
    margin: 0;
    font-size: 16px;
    height: 100%;
    line-height: 44px;
    text-align: left;
    font-weight: normal;
    color: #ed7020; }
  .md-modal .md-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    border: 0;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    font-size: 24px;
    -moz-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000; }
    .md-modal .md-close:link, .md-modal .md-close:visited, .md-modal .md-close:hover, .md-modal .md-close:active {
      outline: none; }
    .md-modal .md-close:hover {
      -webkit-transform: rotateZ(180deg);
      -moz-transform: rotateZ(180deg);
      -ms-transform: rotateZ(180deg);
      -o-transform: rotateZ(180deg);
      transform: rotateZ(180deg); }
  .md-modal .md-con-body {
    padding: 40px 50px 24px;
    max-width: 100%;
    box-sizing: border-box;
    transition: all 0.3s;
    word-wrap: break-word;
    word-break: break-all; }
  .md-modal .md-content iframe {
    border: 0; }

.md-toolbar {
  padding-left: 0;
  /*border-top: 1px solid #eee;*/
  text-align: center;
  height: 60px !important; }
  .md-toolbar .md-btn {
    border: 0;
    padding: 0.4em 1em;
    min-width: 90px;
    box-sizing: border-box;
    border: 1px solid #a9b3bb;
    margin: 0 1em;
    cursor: pointer;
    font-size: 13px;
    height: 32px;
    border-color: #a9b3bb;
    background-color: #fff;
    color: #333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .md-toolbar .md-btn.ok, .md-toolbar .md-btn.success {
      border-color: #ed7020;
      background-color: #ed7020;
      color: #fff; }
    .md-toolbar .md-btn.info {
      border-color: #46b8da;
      background-color: #5bc0de;
      color: #fff; }
    .md-toolbar .md-btn.warning {
      border-color: #eea236;
      background-color: #f0ad4e;
      color: #fff; }
    .md-toolbar .md-btn.danger {
      border-color: #d43f3a;
      background-color: #d9534f;
      color: #fff; }
    .md-toolbar .md-btn.primary {
      border-color: #2e6da4;
      background-color: #286090;
      color: #fff; }
    .md-toolbar .md-btn:hover {
      border: 1px solid #ed7020; }

.modal-iframe,
.overhiden {
  overflow: hidden; }

.modal-iframe {
  width: 100%;
  border: 0; }

.md-show {
  visibility: visible;
  height: 100%;
  width: auto; }
  .md-show .md-modal {
    visibility: visible;
    opacity: 1; }
  .md-show .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

/* 弹出框 end */
.form-mess-con {
  position: fixed;
  top: 10%;
  left: 50%;
  margin-left: -120px;
  width: 240px;
  z-index: 9999; }

.form-message {
  width: 100%;
  padding: 28px 8px;
  margin-bottom: 0.2em;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .form-message.ani-init {
    transition: all 0.3s ease-out;
    margin-top: -75px;
    opacity: 0;
    filter: alpha(opacity=0); }
  .form-message.ani-final {
    opacity: 0.6;
    filter: alpha(opacity=60); }

/* 弹出框内部UI end */
/* --- formtable --- */
.form-table {
  width: 100%;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
  text-align: left; }

.form-table-th {
  height: 40px;
  font-weight: normal;
  padding: 0 0 0 8px;
  vertical-align: middle;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ed7020;
  text-align: center;
  color: #333; }
  .form-table-th.check {
    padding-left: 1em;
    width: 40px; }

.sortabled {
  cursor: pointer;
  padding-right: 12px; }

.form-table-tr {
  height: 50px;
  color: #666;
  background-color: #fff;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #fafafa; }
  .form-table-tr td {
    padding: 1em 0 0 1em;
    vertical-align: middle; }
  .form-table-tr:hover {
    background-color: #eceff2; }

.form-table-empty {
  height: 150px; }

.form-table-footbar {
  margin-bottom: 15px; }

.select-page {
  height: 30px;
  margin: 0 0.5em;
  width: 50px; }

.btn-page {
  height: 30px;
  line-height: 30px;
  padding: 0 14px;
  font-size: 13px;
  color: #333;
  border: 1px solid #a9b3bb;
  background-color: #fff;
  margin-left: 3px;
  cursor: pointer;
  display: inline-block; }
  .btn-page:hover {
    color: #ff6a17; }
  .btn-page.active {
    border-color: transparent;
    background-color: #fff;
    color: #ff6a17; }
  .btn-page.disabled {
    color: #ccc;
    background-color: #eee;
    cursor: no-drop;
    text-decoration: none; }

.page-right {
  float: right; }

.disabled {
  color: #ccc;
  background-color: #eee;
  cursor: no-drop;
  text-decoration: none; }

.page-left {
  float: left; }

.page-left,
.page-right {
  height: 30px;
  line-height: 30px; }

.page-total {
  color: #aaa;
  font-style: normal;
  font-size: 13px;
  padding: 0 1em; }

/* --- formtable end --- */
/**
 * 表单组件
 */
.error {
  border: 1px solid #f00; }

.cm-title {
  text-align: left; }

.right .cm-title {
  text-align: right; }

.check-label {
  position: relative;
  display: inline-block;
  margin-right: 0.5em;
  top: 5px;
  width: 34px;
  height: 22px;
  background-color: #fff;
  box-sizing: border-box;
  border: 2px solid #cdcdcd;
  cursor: pointer;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000; }
  .check-label:before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: 22px;
    height: 22px;
    background-color: #fff;
    box-sizing: border-box;
    border: 2px solid #c9c9c9;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000; }
  .check-label.active {
    background-color: #ed7020;
    border: 2px solid #ed7020; }
  .check-label.disabled {
    cursor: not-allowed;
    background-color: #eee; }
    .check-label.disabled:before {
      background-color: #eee; }

.active.check-label:before {
  left: 12px;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-color: #ed7020; }

.form-container {
  line-height: 30px;
  font-size: 14px;
  margin: 0;
  min-width: 170px;
  display: inline-block; }
  .form-container .form-radiolist,
  .form-container .form-checklist {
    vertical-align: top;
    margin-bottom: 2px;
    margin-right: 4px; }
  .form-container .form-label {
    display: inline-block;
    padding: 0 2em 0 0;
    cursor: pointer;
    margin-bottom: 0; }

.host-name {
  margin-bottom: 0; }

.form-multi {
  line-height: 30px;
  font-size: 14px;
  margin: 0;
  min-width: 170px;
  display: inline-block; }

.form-input {
  height: 30px;
  line-height: 28px !important;
  padding: 0;
  padding-left: 12px;
  box-sizing: border-box;
  border: 1px solid #a9b3bb; }

.form-select,
.form-input {
  width: 170px;
  border-radius: 2px; }

.form-inputread {
  height: 30px;
  line-height: 30px;
  width: 170px;
  position: relative; }
  .form-inputread .edit-icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.5em;
    cursor: pointer; }

.form-inputmess {
  padding-right: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.form-row {
  position: relative;
  line-height: 50px;
  font-size: 13px; }
  .form-row:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both; }
  .form-row .form-title {
    text-align: right;
    margin: 0;
    color: #666;
    line-height: 50px;
    font-weight: normal; }
  .form-row .form-text {
    color: #333; }

.form-hideerror {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  cursor: pointer;
  color: #f60;
  font-size: 14px;
  z-index: 99; }

.form-error {
  border-radius: 2px;
  font-size: 14px;
  padding: 5px 6px;
  max-width: 180px;
  min-width: 100px;
  line-height: 18px;
  left: 100px;
  color: #f00;
  margin: 0;
  cursor: pointer;
  position: absolute;
  z-index: 111;
  border: 1px solid #c93;
  background-color: #ffc; }
  .form-error:before {
    content: "";
    height: 0;
    width: 0;
    border: 8px solid transparent;
    position: absolute;
    left: -16px;
    top: 6px; }
  .form-error:after {
    content: "";
    height: 0;
    width: 0;
    border: 8px solid transparent;
    position: absolute;
    left: -15px;
    top: 6px; }

.error-left.form-error:before {
  border-right-color: #a96b01; }

.error-left.form-error:after {
  border-right-color: #ffc; }

.error-top.form-error:before {
  border-bottom: 8px solid #a96b01;
  left: 1em;
  top: -16px;
  margin-top: 0; }

.error-top.form-error:after {
  border-bottom: 8px solid #ffc;
  left: 1em;
  top: -15px;
  margin-top: 0; }

.error-tip {
  outline: 1px solid #f00;
  border-color: transparent; }
  .error-tip.form-input {
    outline: 0;
    border: 1px solid #f00; }

.hide {
  visibility: hidden; }

.form-select {
  height: 30px;
  padding: 3px 0 3px 8px;
  padding-bottom: 6px\9;
  border: 1px solid #a9b3bb; }

.none {
  display: none; }

.hide {
  visibility: hidden; }

.control-wrap {
  position: relative; }

.form-title,
.form-content {
  float: left;
  margin: 0;
  padding-left: 15px;
  position: relative; }

.col-xs-6.form-title {
  width: 43.3%; }

.first-cloumns {
  width: 35% !important; }

.form-title {
  line-height: 30px;
  width: 25.3%;
  text-align: right; }

.form-content {
  width: 62.6%; }
  .form-content .form-label {
    display: inline-block; }

.form-wrap .control-wrap {
  margin-bottom: 15px; }

.table-icon {
  color: #666;
  padding: 12px 6px;
  font-size: 14px;
  cursor: pointer; }

.table-icon:hover {
  color: #914514;
  text-decoration: none; }

.active-text {
  color: #009f05; }

.cell-red {
  border: 1px solid #f00;
  color: #f00;
  border-radius: 3px;
  padding: 2px;
  font-size: 12px;
  margin-left: 0.5em; }

/*---------- dropdownlist -------- start----*/
.dropdownlist {
  position: relative;
  height: 30px; }
  .dropdownlist .drop-handle {
    height: 30px;
    border: 1px solid #a9b3bb;
    border-radius: 3px;
    width: 170px;
    padding: 0 0 0 0;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    line-height: 28px;
    font-size: 14px;
    background-color: #fff; }
  .dropdownlist .drop-list {
    font-size: 14px; }
  .dropdownlist .drop-btn:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border: 5px solid transparent;
    border-width: 6px 3px;
    border-top-color: #555;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px; }
  .dropdownlist .control-wrap {
    font-size: 0; }
  .dropdownlist .form-input {
    width: 100%;
    font-size: 14px;
    line-height: inherit;
    height: 28px;
    border: 0 !important; }
  .dropdownlist .drop-btn {
    background-color: #fff;
    position: absolute;
    top: -1px;
    right: -1px;
    height: 100%;
    border-radius: 0 3px 3px 0;
    width: 30px;
    border: 1px solid #a9b3bb;
    border-left: 0;
    cursor: pointer;
    box-sizing: content-box; }
  .dropdownlist .drop-text-wrap {
    width: 100%;
    height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 30px 0 0; }

.drop-list,
.drop-list li {
  padding: 0;
  margin: 0; }

.drop-list {
  display: none;
  list-style: none;
  border: 1px solid #a9b3bb;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  /*min-width: $form-width;*/
  z-index: 1000;
  box-sizing: border-box;
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
  background-color: #fff;
  top: 29px; }
  .drop-list.top {
    top: auto;
    bottom: 29px; }

.dropdownlist-item.active {
  background-color: #4b9bed;
  border-bottom: 0; }
  .dropdownlist-item.active .drop-item-btn {
    color: #fff; }

.dropdownlist-item:hover {
  background-color: #4b9bed; }

.drop-item-btn {
  text-align: left;
  height: 24px;
  display: block;
  line-height: 24px;
  font-size: 12px;
  padding-right: 10px;
  color: #565656;
  min-width: 100%;
  white-space: nowrap;
  cursor: pointer;
  padding-left: 12px; }
  .drop-item-btn:hover {
    background-color: #4b9bed;
    color: #fff;
    text-decoration: none; }

.drop-text {
  display: block;
  padding-left: 12px;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.table .form-control {
  width: 140px;
  min-width: 140px; }

/*----------- end ---------- end ----*/
/*----------- 日历组件 ------------*/
.form-calendar {
  border-left: 1px solid #a9b3bb;
  border-top: 1px solid #a9b3bb;
  width: 197px;
  /*font-family: '微软雅黑', arial,sans-serif;*/
  border-right: 0;
  position: absolute;
  background-color: #fff;
  z-index: 2000; }

dl,
dt,
dd {
  margin: 0;
  padding: 0; }

.form-calendar dl {
  list-style: none;
  font-size: 0; }
  .form-calendar dl dt,
  .form-calendar dl dd a {
    display: inline-block;
    width: 28px;
    height: 26px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    border-bottom: 1px solid #a9b3bb;
    border-right: 1px solid #a9b3bb; }
  .form-calendar dl dt.form-calen-head {
    display: block;
    width: 196px;
    font-size: 14px; }
    .form-calendar dl dt.form-calen-head a {
      cursor: pointer;
      line-height: 24px;
      height: 26px;
      width: 28px; }
      .form-calendar dl dt.form-calen-head a.fc-left {
        border-right: 1px solid #a9b3bb;
        float: left; }
      .form-calendar dl dt.form-calen-head a.fc-right {
        border-left: 1px solid #a9b3bb;
        float: right; }
    .form-calendar dl dt.form-calen-head select {
      margin: 0 2px;
      font-size: 12px;
      height: 20px; }

.form-calendar .select-wrap {
  float: left;
  line-height: 26px;
  width: 138px;
  text-align: center; }

.form-calendar dl dd a {
  cursor: pointer; }
  .form-calendar dl dd a.today {
    color: #ed7020; }
  .form-calendar dl dd a.selected {
    background-color: #a9b3bb; }
  .form-calendar dl dd a.last, .form-calendar dl dd a.next {
    color: #bdb8b8; }

/*----------- 日历组件 end------------*/
.formtab .btn-tab {
  line-height: 34px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  background-color: #fff; }

.formtab.bg-theme .btn-tab {
  padding: 0 1em;
  color: #ed7020;
  border: 1px solid #ed7020;
  border-right: 0; }
  .formtab.bg-theme .btn-tab.first {
    border-radius: 3px 0 0 3px; }
  .formtab.bg-theme .btn-tab.last {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #ed7020; }
  .formtab.bg-theme .btn-tab.active {
    background-color: #ed7020;
    color: #fff; }

.formtab.line-theme .btn-tab {
  padding: 0 2px;
  margin-right: 1em;
  color: #000;
  border-bottom: 2px solid #aaa; }
  .formtab.line-theme .btn-tab.active {
    color: #f60;
    border-bottom: 2px solid #f60; }

.form-row-title {
  border-top: 1px solid #e4e4e4;
  padding: 35px 0 0 0;
  position: relative;
  top: 35px; }

.form-description {
  font-style: normal;
  margin-left: 0.5em;
  font-size: 13px;
  color: #999;
  position: relative;
  position: absolute;
  background-color: transparent;
  line-height: 30px;
  white-space: nowrap;
  word-break: break-word;
  word-wrap: break-word; }

.form-input-min {
  width: 100%; }
  .form-input-min input {
    width: 140px;
    min-width: 140px; }

.form-control.disabled,
.form-control.disabled .drop-btn {
  background-color: #eceff2;
  cursor: no-drop; }

.form-input-eyes {
  height: 100%;
  width: 30px;
  cursor: pointer;
  text-align: center;
  position: absolute;
  line-height: 30px;
  line-height: 30px;
  left: 0;
  top: 50%;
  margin-top: -9px;
  font-size: 18px;
  z-index: 11; }

.active.icon-eyes-close:before {
  content: "\E909"; }

.table-sort {
  position: absolute;
  border-collapse: separate !important;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acacad;
  font-size: 12px;
  right: 4px;
  height: 14px;
  width: 10px;
  top: 50%;
  margin-top: -7px;
  margin-top: -4px\9; }
  .table-sort:before {
    content: "\E917";
    position: absolute;
    top: 6px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    zoom: 0.7\9;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center; }
  .table-sort:after {
    content: "\E918";
    position: absolute;
    top: -4px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    zoom: 0.7\9;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center; }

.desc.table-sort:before {
  top: 0;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center; }

.desc.table-sort:after {
  content: ""; }

.asc.table-sort:before {
  content: ""; }

.asc.table-sort:after {
  top: 0;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center; }

.form-disabled {
  background-color: #ddd;
  cursor: not-allowed; }

.ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.info-hidden-flag {
  letter-spacing: 4px;
  padding: 0 6px; }

.bold {
  color: #a94442; }

.gray {
  color: #a9b3bb; }

.cm-footbar {
  text-align: left;
  padding: 1em 1em 1em 26%; }

.form-multi-wrap {
  display: inline-block; }
  .form-multi-wrap .form-multi-input {
    display: inline-block;
    width: 30px;
    margin: 0 2px;
    padding: 0;
    padding-left: 4px; }

.form-multi-input .form-input {
  width: 100%; }

/*兼容safari*/
::made-up-pseudo-element,
.form-input {
  line-height: 1px !important; }

.form-percent {
  height: 30px;
  padding-top: 9px; }

.form-per-wrap {
  width: 170px;
  height: 10px;
  border-radius: 3px;
  background-color: #ededed;
  position: relative;
  border: 1px solid #ccc; }
  .form-per-wrap .form-per-val {
    font-size: 12px;
    position: absolute;
    top: -22px;
    left: 50%;
    min-width: 28px;
    margin-left: -14px;
    border-radius: 2px;
    color: #fff;
    padding: 1px 0;
    text-align: center;
    background-color: #ababab;
    display: none; }
    .form-per-wrap .form-per-val:hover {
      display: block; }
    .form-per-wrap .form-per-val::before {
      content: "";
      position: absolute;
      height: 0;
      width: 0;
      top: 100%;
      left: 50%;
      margin-left: -3px;
      border: 3px solid transparent;
      border-top-color: #ababab; }
  .form-per-wrap .form-per-bar {
    position: absolute;
    width: 16px;
    height: 16px;
    cursor: move;
    top: 50%;
    left: 0;
    margin-top: -8px;
    background-color: transparent; }
    .form-per-wrap .form-per-bar .bar {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      background-color: #ededed;
      border: 1px solid #cccccc;
      border-radius: 2px; }
  .form-per-wrap .form-per-s,
  .form-per-wrap .form-per-e {
    font-style: normal;
    position: absolute;
    top: 100%;
    margin-top: 2px;
    font-size: 12px;
    color: #9e9e9e; }
  .form-per-wrap .form-per-s {
    left: 0; }
  .form-per-wrap .form-per-e {
    right: 0; }

.form-upload {
  height: 34px;
  width: 170px;
  line-height: 30px;
  position: relative;
  overflow: hidden; }
  .form-upload .form-upload-text {
    height: 100%;
    border: 0;
    background-color: #e3e3e3;
    border: 1px solid #a9b3bb;
    border-right: 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    padding-left: 1em;
    vertical-align: top;
    line-height: 30px; }
  .form-upload .form-upload-btn {
    height: 100%;
    border: 0;
    cursor: pointer;
    padding: 0 1em;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    background-color: #fff;
    border: 1px solid #a9b3bb; }
  .form-upload .form-upload-file {
    /*  opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    cursor: pointer;
    width: 149px;
    height: 33px; */
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    opacity: 0;
    filter: Alpha(opacity=0);
    color: transparent;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 100px;
    background: transparent; }
  .form-upload .form-btn-up {
    margin-left: 2em;
    background-color: #009f05;
    border-color: #009f05;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff; }
