/*!
 * REasy UI CSS v1.0.3 2014-05-30
 *
 * Copyright 2014 ET.W
 * Licensed under the Apache License v2.0
 * http://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
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

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;
}

ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

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;
}

/**
 * Common tags for all.
 *
 * @section common
 */

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 */
}

body.no-select {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    /* TODO: change border color for you need */
    border-top: 1px solid #dbe2e7;
    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
}

/* 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
}

/**
 * Class layout.
 *
 * @section layout
 */

.container {
    width: 1030px;
}

[class*='span'] {
    float: left;
    min-height: 1px;
}

/* For IE 6 */

.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12 {
    _float: left;
    _height: 1px;
    _margin-left: 20px;
}

.span12 {
    width: 1170px;
}

.span11 {
    width: 1070px;
}

.span10 {
    width: 970px;
}

.span9 {
    width: 870px;
}

.span8 {
    width: 770px;
}

.span7 {
    width: 670px;
}

.span6 {
    width: 570px;
}

.span5 {
    width: 470px;
}

.span4 {
    width: 370px;
}

.span3 {
    width: 270px;
}

.span2 {
    width: 170px;
}

.span1 {
    width: 60px;
}

.offset12 {
    margin-left: 1230px;
}

.offset11 {
    margin-left: 1130px;
}

.offset10 {
    margin-left: 1030px;
}

.offset9 {
    margin-left: 930px;
}

.offset8 {
    margin-left: 830px;
}

.offset7 {
    margin-left: 730px;
}

.offset6 {
    margin-left: 630px;
}

.offset5 {
    margin-left: 530px;
}

.offset4 {
    margin-left: 430px;
}

.offset3 {
    margin-left: 330px;
}

.offset2 {
    margin-left: 230px;
}

.offset1 {
    margin-left: 130px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    /* For ie7 */
    *zoom: 1;
}

.container:before,
.container:after {
    display: table;
    line-height: 0;
    content: '';
}

.container:after {
    clear: both;
}

.txt-center {
    text-align: center;
}

.clickable {
    cursor: pointer;
}

.row {
    *zoom: 1;
}

.row:before,
.row:after {
    display: table;
    line-height: 0;
    content: "";
}

.row:after {
    clear: both;
}

.row [class*="span"]:first-child {
    margin-left: 0;
}

/**
 * Elements in form .
 *
 * @section form
 */

label,
input,
button,
select,
textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 32px;
}

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: 32px;
    border: 1px solid #ccc;
    padding: 3px 8px;
    font-size: 14px;
    line-height: 20px;
    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);
}

.radius {
    width: 10px;
    height: 10px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #f00;
}

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 #FF801F;
    background: #fff;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(237, 109, 0, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(237, 109, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(237, 109, 0, .6);
    /*opacity:0.50;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;*/
}

input[type="submit"]:focus,
input[type="button"]:focus {
    outline: none;
}

input,
textarea,
.uneditable-input {
    width: 272px;
    box-sizing: border-box;
    /**width: 230px;*/
}

select {
    width: 272px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 32px;
    *margin-top: 4px;
    *line-height: 30px;
}

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: 1px \9;
    outline: none;
    /* For ie7*/
    *margin-top: 0;
}

input[type='file'],
input[type='image'],
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='radio'],
input[type='checkbox'] {
    /*width: auto;*/
    cursor: pointer;
}

legend,
.legend {
    display: block;
    /* width: 100%; */
    margin-bottom: 12px;
    /* margin-left: 20px; */
    margin-top: 10px;
    padding-left: 14px;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
}

legend small {
    font-size: 12px;
    color: #999;
}

/* input[type='radio'],input[type='checkbox']{
    width: 0;
    visibility: hidden;
} */

input[type=radio],
input[type=checkbox] {
    width: 13px;
    visibility: inherit;
    line-height: 32px;
    vertical-align: middle;
    height: 32px;
    margin-top: 0px;
    margin-right: 10px;
}

label.radio-group,
label.checkbox-group {
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    vertical-align: baseline;
}

label.radio-group span,
label.checkbox-group span {
    line-height: 32px;
    display: inline-block;
    height: 32px;
    padding: 0 24px 0 4px;
    vertical-align: baseline;
    user-select: none;
    background-color: #fff;
}

.switch-group {
    font-size: 30px;
    cursor: pointer;
    user-select: none;
    color: #8D8D8D;
}

.switch-group input[type=radio],
.switch-group input[type=checkbox],
.radio-group input[type=radio],
.checkbox-group input[type=checkbox] {
    width: 0 !important;
    visibility: hidden !important;
    display: contents;
    padding: 0px !important;
    margin-right: 0px !important;
}

.switch-group+select,
.radio-group+select,
.checkbox-group+select,
.switch-group+input,
.radio-group+input,
.checkbox-group+input {
    margin-left: 16px;
}

.switch-group.icon-switch-on::before {
    color: #FF801F;
}

.switch-group.disabled {
    background-color: #fff;
    /* pointer-events:none; */
}

.radio-group.icon-radio-selected:before,
.checkbox-group.icon-checkbox-selected::before,
.switch-group.icon-switch-on::before {
    color: #FF801F;
}

.radio-group.disabled,
.checkbox-group.disabled,
.switch-group.disabled {
    cursor: not-allowed;
}

.radio-group.disabled:before,
.checkbox-group.disabled:before,
.switch-group.disabled::before {
    color: rgba(0, 0, 0, 0.25);
}

.radio-group.disabled span,
.checkbox-group.disabled span,
.switch-group.disabled: span {
    color: rgba(0, 0, 0, 0.25);
}


label.radio,
label.checkbox {
    display: inline-block;
    min-height: 18px;
    /*padding-left: 15px;*/
    padding-top: 5px;
    /*margin-left: -15px;*/
    margin-right: 20px;
    vertical-align: middle;
    /* For IE7 */
    *margin-right: 18px;
    outline: none;
}

label.radio input,
label.checkbox input {
    float: left;
    width: auto;
    margin-right: 4px;
    /* For IE8 */
    margin-right: 1px \9;
    /* For IE7 */
    *margin-right: 0;
    *zoom: 1;
    *outline: none;
}

.disabled,
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #f4f4f4;
}

input[disabled] {
    color: rgba(0, 0, 0, 0.5);
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    background-color: transparent;
}

input+input,
input+select,
select+input {
    margin-left: 16px;
}

.input-mic-mini,
input.input-mic-mini {
    width: 24px;
    padding: 3px 4px;
}

.input-mini-medium,
input.input-mini-medium {
    width: 39px;
    *width: 30px;
}

.input-mini,
input.input-mini {
    width: 60px;
}

.input-mini,
input.input-mini-50 {
    width: 50px;
}
.input-little,
input.input-little {
    width: 70px;
}

.input-small,
input.input-small {
    width: 90px;
}

.input-medium,
input.input-medium {
    width: 150px;
}

select.input-medium {
    width: 168px;
}

.input-large,
input.input-large {
    width: 210px;
}

.input-xlarge,
input.input-xlarge {
    width: 270px;
}

.input-xxlarge,
input.input-xxlarge {
    width: 530px;
}

.input-ipv6 {
    width: 226px;
}

.input-ipv6.small-input {
    width: 160px;
}

/* Placeholder */

.placeholder-content {
    position: relative;
}

input.placeholder-text,
.placeholder-text {
    color: #c6c3c0;
    text-align: left;
}

.placeholder-content .placeholder-text {
    position: absolute;
    min-width: 200px;
    /* top: -2px; */
    left: 7px;
    white-space: nowrap;
}

/* Form control-group */

.control-group {
    margin-bottom: 20px;
    *zoom: 1;
}

.control-group:before,
.control-group:after {
    display: table;
    line-height: 0;
    content: '';
}

.control-group:after {
    clear: both;
}

.control-label {
    float: left;
    width: 327px;
    /* padding-top: 4px; */
    font-size: 14px;
    text-align: left;
    color: #666;
}

.control-label-title {
    float: none;
}

.controls {
    margin-left: 337px;
    color: #333;
    /* for IE7 */
    /**padding-left: 20px;*/
    /**margin-left: 0;*/
}

.mutl-radio label+input,
.mutl-checkbox label+input {
    margin-left: 16px;
}

.mutl-radio label,
.mutl-checkbox label {
    line-height: 32px;
    vertical-align: middle;
}

.legend-main .control-label {
    width: 250px;
}

.legend-main .controls {
    margin-left: 260px;
}

.controls-text {
    padding-top: 4px;
}


table .control-label {
    float: none;
    padding-bottom: 12px;
}

table .controls {
    padding-bottom: 12px;
    padding-left: 20px;
}

.help-block,
.help-inline {
    color: #676767;
}

.help-block {
    display: block;
}

.help-tips {
    color: #999;
    font-size: 13px;
}

.help-inline {
    display: inline-block;
    /* padding-left: 5px; */
    color: #999;
    margin-left: 12px;
    vertical-align: middle;
    /* for IE7 */
    *display: inline;
    *zoom: 1;
}

.text-warning {
    color: #ffba79;
}

.text-title {
    color: #ed7020;
}

.text-error {
    color: #ff0000;
}

.text-tips {
    color: #ed7020;
}

.text-info {
    color: #3a87ad;
}

.text-pro {
    color: #9DC640;
    font-size: 18px;
}

.text-success {
    color: #96CF18;
}

.text-muted {
    color: #999;
}

.text-tip {
    color: #676767;
    cursor: default;
}

.text-ellipsis {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

/**
 * Class table.
 *
 * @section table
 */

.table {
    width: 100% !important;
    /* border:1px solid #fafafa; */
}

.table th,
.table td {
    /* padding: 8px; */
    /* padding: 20px; */
    padding-left: 8px !important;
    border-bottom: 1px solid #f2f2f2 !important;
    line-height: 20px !important;
    /* text-align: center; */
    vertical-align: middle !important;
    font-size: 14px;
}

.small-table.table td {
    height: 60px !important;
    padding: 0 !important;
    padding-left: 8px !important;
}

.table th {
    background: #fafafa !important;
    color: #333 !important;
    padding: 10px !important;
}

.table th {
    font-weight: 600 !important;
    font-size: 14px !important;
    height: 54px !important;
    box-sizing: border-box;
}

.table td {
    border-bottom: 1px solid #f2f2f2 !important;
    background: #fff !important;
    text-align: left !important;
}

.table td.left {
    font-weight: 600 !important;
    color: #333 !important;
}

.table tr td b {
    width: auto;
}

.bg-first tr td b {
    color: inherit;
    font-weight: inherit;
}

.table tbody tr td {
    width: auto;
}

.table tbody tr td.wd15 {
    width: 15%;
}

.table tbody tr td.wd40 {
    width: 40%;
}

.table-fixed {
    table-layout: fixed !important;
}

.text-fixed,
.table-fixed tr td.fixed,
.table-fixed tr th.fixed {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    word-break: keep-all !important;
    white-space: nowrap !important;
}

.table-fixed tr td[title],
.table-fixed tr th[title] {
    cursor: pointer !important;
}

.table tbody td {
    color: #666 !important;
    height: 44px !important;
}

.table .notd {
    background: #fff !important;
    border: none !important;
    width: 2px !important;
}

.table .ali-th {
    /*background:#9dc640;*/
    background: #ffba79 !important;
    color: #fff !important;
    border: none !important;
    text-align: center !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}

.table .row0 {
    background: #f2f2f2 !important;
}

.table .row1 {
    background: #e6e6e6 !important;
}

.table.line-table {
    border: none !important;
}

.table.line-table th {
    background: none !important;
    border-bottom: 1px solid #f2f2f2 !important;
}

/* 第一行加个背景色 */
.table.bg-first tbody tr:first-child td {
    background: #FAFAFA !important;
    color: #333333 !important;
    font-weight: 600;
}

.table.bg-first tbody tr:first-child td font b {
    color: #333333 !important;
    font-weight: 600;
}

.table td.edit-td {
    position: relative !important;
    /* padding-right: 30px; */
}

.table-btn-group {
    margin-bottom: 16px;
}

table i.icon {
    font-size: 16px;
    cursor: pointer;
}

table i.icon:hover {
    color: #FF801F;
}

i.icon+i.icon {
    margin-left: 8px;
}

font {
    font-size: 14px !important;
}

b {
    /* font-weight:normal; */
    color: #333;
}

table {
    width: 100%;
}


/**
 * Class button.
 *
 * @section button
 */

.btn {
    display: inline-block;
    width: auto;
    padding: 0 24px;
    border: 1px solid #ccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background: #FF801F;
    line-height: 20px;
    border-radius: 2px;
    color: #333333;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    overflow: visible;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    *height: 28px;
    *display: inline;
    *margin-left: .3em;
    *zoom: 1;
}

/* Opera and Firefcx nosupport change line-height, default line-height is 16px*/

.btn,
.btn-color-white.btn {
    line-height: 16px;
    color: #fff;
}

.btn-em {
    border-color: #777;
    border-bottom-color: #777;
}

.btn:hover,
.btn:focus {
    background: #DB6016;
    /*border:1px solid #61e04d; */
}

.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],
.btn-em.disabled,
.btn-em[disabled] {
    border: 1px solid #ccc;
    background-image: none;
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    color: rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.04);
}

.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: 4px 12px;
    font-size: 13px;
    line-height: 18px;
    *height: 26px;
}

.btn-mini {
    padding: 2px 6px;
    font-size: 12px;
    line-height: 17px;
    *height: 22px;
}

.btn-group {
    text-align: center;
    margin-top: 20px;
}

.legend-main table .table-btn-group {
    margin-top: 0;
}

.legend-main table .table-btn-group .btn {
    margin-left: 8px;
}

.legend-main .btn-group {
    margin-top: 50px;
    margin-bottom: 24px;
}

.legend-main .legend {
    background: #f9f9f9;
    font-weight: 400;
}

.btn-group-right {
    text-align: right;
}

.btn-group-right .btn {
    margin-right: 15px;
}

.table-fixed .btn-gray {
    background: #fff;
    color: #ccc;
    border: 1px solid #ccc;
    width: 55px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn-on {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    background: url(../img/btn_en.png) 0 no-repeat;
    width: 48px;
    height: 28px;
    padding-top: 1px;
    cursor: pointer;
}

.btn-off {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    background: url(../img/btn_off.png) 0 no-repeat;
    width: 48px;
    height: 28px;
    padding-top: 1px;
    cursor: pointer;
}

.btn.btn-link {
    background-color: #fff;
    color: #0088CC;
    border: 0;
}

.btn.btn-link,
.input-unlink {
    padding: 3px 12px;
    text-align: left;
    font-size: 18px;
}

.input-unlink {
    color: #58BF14;
    display: inline-block;
}

.input-unlink.none {
    display: none;
}

.btn-normal-link {
    background: #fff;
    color: #FF801F;
    border: 1px solid #FF801F;
}

.btn-normal-link:hover,
.btn-normal-link:focus {
    background: #fff;
}

.btn-normal {
    /* min-width: 120px; */
    padding: 0 24px;
    color: #fff;
    height: 32px;
    font-size: 14px;
    font-weight: 400;
}

.btn-normal.btn-gray {
    background: #e4e4e4;
    color: #666;
}

.btn-normal-gray {
    display: inline-block;
    width: auto;
    padding: 3px 14px;
    border: 1px solid #ccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background: #ccc;
    line-height: 20px;
    color: #333333;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    overflow: visible;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 20px;
}

.btn+.btn {
    margin-left: 24px;
}

.btn-cancel {
    /* width: 120px; */
    color: rgba(0, 0, 0, 0.65);
    height: 32px;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
}

.btn-cancel:hover,
.btn-cancel:focus {
    background-color: rgba(0, 0, 0, 0.04);
}

/*============================ UI dropdown ==============================*/

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 10000;
    min-width: 100%;
    white-space: nowrap;
    *width: 186px;
    display: none;
    padding: 5px 0;
    margin: 1px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    text-color: #333333;
}

.dropdown-menu li {
    margin: 0;
    text-align: left;
}

.divider {
    border-top: 1px solid #cccccc;
    height: 1px;
}

.dropdown-menu li a {
    display: block;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    padding: 3px 8px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ed7020;
}

/* input append */

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    margin-top: 8px;
}

.input-append {
    display: inline-block;
}

.input-select {
    /*zzc add*/
    position: relative;
    z-index: 10000
}

.input-append+.help-inline,
input[type="button"]+.help-inline {
    margin-left: 14px;
}

.input-append>input {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    display: inline-block;
}

.input-append>.btn-group {
    margin-top: 0;
    width: 30px;
    height: 28px;
    white-space: nowrap;
    word-spacing: 0;
    margin-left: 0;
    display: inline-block;
}

.legend-main .input-append .btn-group {
    margin-bottom: 0;
}

.input-append>.btn-group>.btn-small {
    *height: 30px;
    margin-left: 0;
    line-height: 20px;
    border-left: 0 none;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    display: inline-block;
    background-image: none;
    background: #f2f2f2;
}

.input-append>.btn-group>.btn-small:hover,
.input-append>.btn-group>.btn-small:focus,
.input-append>.btn-group>.btn-small:active {
    border: 1px solid #cccccc;
    border-left: 0 none;
    background: #f2f2f2;
    background-image: none;
}

/**
 * Class utilities.
 *
 * @section utilities
 */
.margin0 {
    margin: 0;
}

.cb {
    clear: both;
}

.none {
    display: none;
}

.fl {
    /* float: left; */
    display: inline-block;
}

.fr {
    float: right;
    display: inline-block;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

/**
 * UI textboxs.
 *
 * @section textboxs
 */

.textboxs {
    display: inline-block;
    margin-left: -1px;
    border: 1px solid #fff;
}

.textboxs input {
    text-align: center;
    margin-left: 1px;
}

.textboxs input:first-child,
.textboxs .first {
    margin-left: 0;
}

/**
 * UI validate.
 *
 * @section validate
 */

.validatebox-em {
    position: relative;
    margin: 0;
    width: 0;
    min-width: 0;
    height: 0;
    min-height: 0;
}

.validatebox-tip {
    /*position: relative;*/
    position: absolute;
    left: 0;
    top: 30px;
    max-width: 240px;
    height: 30px;
    display: block;
    visibility: hidden;
    z-index: 999;
}

.validatebox-em .validatebox-tip {
    left: 1px;
    top: 0;
}

.validatebox-tip-content {
    display: block;
    max-width: 240px;
    padding: 0px 5px;
    z-index: 1000;
    font-size: 12px;
    white-space: nowrap;
}

.validatebox-tip-pointer {
    /*  display: inline-block;
  position: absolute;
  width: 8px;
  height: 16px;
  left: 1px;
  top: 0;
  z-index: 9900002;*/
}

/* .validatebox-invalid, */

input.validatebox-invalid,
input.validatebox-invalid:focus {
    border-color: #F7421E;
}

.validatebox-invalid input {
    border-color: #f00;
}

.validatebox-invalid input.text {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.validatebox-tip-pointer {
    /*background: url('../img/validatebox_arrows.png') no-repeat -4px center;*/
}

.validatebox-tip-content {
    /* border-color: #CC9933; */
    /*background-color: #fff;*/
    color: #F7421E;
}

/* table 的表格样式start */
.table-title {
    font-size: 18px;
    font-weight: 600;
    color: rgb(51, 51, 51);
    margin-bottom: 24px;
    /* margin-top: 40px; */
}

.table-form tr {
    height: 52px;
}

.table-form th {
    width: 250px !important;
}

.table-form tr td {
    width: 100%;
}

.table-form .table-sub-title {
    font-weight: bold;
    line-height: 32px;
}

.table-form tr b {
    /* display: inline-block; */
    width: 260px;
    font-weight: 400;
    line-height: 32px;
    float: left;
    color: #666;
}

.table-form input[type='radio'],
.table-form input[type='checkbox'] {
    width: auto;
    visibility: inherit;
    line-height: 32px;
    vertical-align: middle;
    height: 32px;
    margin-top: 0px;
    margin-right: 10px;
}

.table-form input+input {
    margin-left: 20px;
}

.table-form select {
    width: 272px !important;
}

.dsl-form input[type='radio'],
.dsl-form input[type='checkbox'] {
    margin-top: 0px;
    vertical-align: middle;
    height: 32px;
    margin-top: 0px;
    margin-right: 10px;
}

.dsl-form tr td {
    width: auto !important;
    /* margin-right: 32px; */
}

/* table 的表格样式end */
/* 主页面样式 */
.bg-black {
    background-color: #242229;
}

.bg-white {
    background: #fff;
}

.aside-left {
    width: 280px;
    float: left;
    height: 100%;
}

.logo {
    height: 26px;
    margin: 19px auto;
    width: 118px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    background-color: #242229;
    height: 100%;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.index-main {
    margin-left: 280px;
}

.nav-top {
    height: 64px;
    background: #fff;
    min-width: 1000px;
}
.lang-uk .easy-set{
    width: 200px;
}

.nav-item {
    float: right;
    display: block;
    width: 115px;
    cursor: pointer;
    text-align: center;
}
.nav-item:hover span {
    color: #FF801F;
}

.nav-item:hover i {
    color: #FF801F;
}

.easy-set:hover a{
    color: #FF801F;
}

.easy-set a{
    color: #000000;
    line-height: 64px;
    display: inline-block;
    height: 100%;
    width: 100%;
}

.logout {
    margin-right: 24px;
}

.logout i {
    vertical-align: middle;
    font-size: 16px;
    margin-right: 5px;
}

.logout span {
    line-height: 64px;
}

.logout span {
    line-height: 64px;
}

/* 菜单start */
.list-group>.list-group-item {
    display: block;
    height: 52px;
    line-height: 52px;
    background-color: #242229;
    color: #BBBBBB;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    padding-left: 20px;
}

.list-group>.list-group-item.collapsed,
.list-group>.list-group-item:hover {
    font-weight: 600;
    color: #fff;
}

.list-group>.list-group-item>span {
    margin-left: 12px;
    font-size: 14px;
    vertical-align: middle;
}

.list-group i {
    font-size: 18px;
    vertical-align: middle;
}

.list-group .active {
    background-color: #ff801f;
    color: #fff;
}

.menu-group {
    transition: height 0.6s ease 0s;
    height: 0px;
    overflow: hidden;
}

.menu-group li {
    min-height: 40px;
    width: 230px;
    display: table;
    cursor: pointer;
    background-color: #0E0D12;
    padding-left: 50px;
    color: #bbb;
    font-weight: 400;
    height: 0;
}

.menu-group li a {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #bbb;
    word-break: break-word;
}

.menu-group li.active a,
.menu-group li:hover a {
    font-weight: 600;
    color: #fff;
}

.menu-group li:active {
    background-color: #ff801f;
}

.list-group-item .icon-down {
    float: right;
    line-height: 52px;
    margin-right: 16px;
    font-size: 12px;
    font-weight: 400;
    transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transition: transform 0.5s linear;
}

.list-group-item.collapsed .icon-down {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
}

/* 菜单end */

/* 帮助信息start */
.help-icon {
    position: absolute;
    right: 56px;
    top: 112px;
    font-size: 18px;
    width: 20px;
    color: #8D8D8D;
    z-index: 5000;
    cursor: pointer;
}

.help-icon:hover {
    color: #FF801F;
}

.help-info {
    position: absolute;
    right: 42px;
    top: 147px;
    font-size: 14px;
    padding: 22px;
    width: 360px;
    color: #fff;
    z-index: 5000;
    background: rgb(51, 51, 51);
    cursor: pointer;
    border-radius: 4px;
}

.arrow {
    width: 16px;
    height: 16px;
    position: absolute;
    top: -16px;
    transform: translateX(-8%);
    -ms-transform: translateX(-8%);
    right: 16px;
    overflow: hidden;
}

.arrow:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: rgb(51, 51, 51);
    transform: translateX(-50%) translateY(71%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(71%) rotate(45deg);
    top: 0;
    left: 50%;
}

/* 帮助信息end */
.aside-left-transition {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.main-container {
    /* width: 950px; */
    /* margin-left: 265px; */
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    min-width: 1000px;
}

.main-container .main-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}


/* 基础页面样式start */
.bg-gray {
    background-color: #f5f5f5;
}

.page-title {
    height: 28px;
    font-size: 24px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    line-height: 28px;
    margin: 24px;
    padding: 0px 16px;
    border-left: 5px solid #FF801F;
}

.legend-main {
    margin: 24px;
    border-radius: 4px;
    background-color: #fff;
    padding: 32px;
    /* min-width: 1000px; */
}

.page-sec-title {
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    line-height: 25px;
    margin-bottom: 20px;
}

.sub-title {
    height: 25px;
    font-size: 18px;
    font-weight: 600;
    color: rgb(51, 51, 51);
    margin-bottom: 24px;
    margin-top: 40px;
}

/* 弹窗样式 */
.main-dailog {
    min-height: 220px;
    width: 640px;
    position: fixed;
    z-index: 4000;
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    /* right: 50%; */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.fopare-ifmwrap-title {
    width: 100%;
    height: 46px;
    font-size: 16px;
    font-weight: 600;
    color: #343c48;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
}

.fopare-ifmwrap-title.border-bottom {
    border-bottom: 5px solid #ed6d00;
}

.iframe-title {
    line-height: 16px;
    float: left;
    margin-top: 15px;
    width: 100%;
}

.iframe-close {
    float: right;
    margin-top: -23px;
    margin-right: 20px;
    font-size: 25px;
    line-height: 30px;
    cursor: pointer;
}

.dailog-content {
    padding: 24px;
    padding-bottom: 0px;
    overflow-y: auto;
}

.dailog-content a+a {
    margin-left: 10px;
}

.dailog-content .btn-group {
    margin-top: 50px;
    margin-bottom: 32px;
}

.dailog-content .control-label {
    width: 210px;
    text-align: right;
    margin-right: 24px;
}

.dailog-content .controls {
    margin-left: 235px;
}

.dailog-content tr b {
    width: 210px;
    text-align: right;
    margin-right: 24px;

}

label.radio-group span,
label.checkbox-group span{
    padding: 0 24px 0 4px;
    white-space: pre;
}

/* 弹窗样式end */
/* 基础页面样式end */
/* Reusable
 *
 * Modular classes that can be applied to other elements
 *
 * @section reset
 */

/**
 * Unique
 *
 * 特殊样式，它们的效果与我们已有框架的设计模式完全不一样，需为其专门开发样式。
 *
 * @section unique
 */

/**
 * Pages
 *
 * 具体页面样式。
 *
 * @section pages
 */
/* 备份与恢复 */
.file {
    position: relative;
    display: inline-block;
    background: #FF801F;
    border-radius: 2px;
    /* width: 120px; */
    padding: 0 24px;
    height: 32px;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    border: 1px solid #ccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-decoration: none;
    text-indent: 0;
    line-height: 32px;
    text-align: center;
    box-sizing: border-box;
}

.file input {
    position: absolute;
    font-size: 120px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file:hover {
    background: #DB6016;
    text-decoration: none;
}

/* Wireless*/
.icon-locks {
    background: url("../img/lock32.png") 0 3px no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    float: right;
}

.online-link {
    cursor: pointer;
    text-decoration: underline;
    color: #067BFB;
}

.btn.btn-action {
    background: #fff;
    border-color: #999;
    color: #666;
    line-height: 22px;
}

.refresh {
    background: url(../img/refresh.png) 0 no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

.edit-td .edit-btn {
    position: absolute;
    margin-top: 3px;
    right: 20px;
}

.text-link {
    text-decoration: none;
    cursor: pointer;
    color: #FF0000;
}

.ddns-status {
    line-height: 32px;
}

/* 校验提示语 */
.red {
    color: #f00;
}

fieldset .page-err {
    text-align: center;
    font-size: 14px;
}

.fix-ie-font-face:before,
html.fix-ie-font-face:before,
.fix-ie-font-face:after,
html.fix-ie-font-face:after {
    content: none !important;
}

/* 数据保存状态 */
.save-msg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 4000;
    background-color: transparent;
}

.save-msg-con {
    width: 175px;
    min-height: 76px;
    color: #343c48;
    background: #fff;
    position: absolute;
    top: 40%;
    left: 45%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 9001;
    -webkit-transform: translateZ(270px);
    transform-style: preserve-3d;
}

.save-loading {
    width: 36px;
    height: 36px;
    margin: 20px auto;
    background: url("../img/send-loading.gif") 0 no-repeat;
    background-size: cover;
}

#gbx_overlay, #full_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    z-index: 2999;
    display: block;
    background: #000;
    opacity: 0.50;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    cursor: pointer;
    -webkit-transform: translateZ(90px);
    transform-style: preserve-3d;
}

/* adsl 页面 */
#setting .dailog-content tr b{
    width: 198px;
}

/* 语言选择 主菜单*/

.lang {
    position: relative;
    float: right;
    color: #262626;
    cursor: pointer;
}

a.lang-toggle {
    display: inline-block;
    min-width: 60px;
    height: 64px;
    line-height: 64px;
}

a.lang-toggle .caret {
    vertical-align: middle;
    margin: -2px 0 0 10px;
    border-top-color: #262626;
}

.lang-menu {
    position: absolute;
    top: 110%;
    left: 0;
    background-color: #fff;
    width: 123px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    text-align: center;
    z-index: 9999;
}

.lang-menu li a {
    display: block;
    height: 30px;
    line-height: 30px;
}

.lang-menu li a:hover {
    color: #FF801F;
}
.lang-menu li a:active {
    background-color: #FFF5E4;
}

.lang-menu-active {
    color: #FF801F;
    background-color: #FFF5E4;
}

.langIcon {
    margin-left: 12px;
    margin-top: 6px;
}

/* 状态页连接按钮 */
.ppp0btn {
    border: 0px;
    color: #FF801F;
    background-color: transparent;
    width: auto;
    padding: 0px;
    display: block;
}
