@charset "UTF-8";

/*******************************************************************************************************************
*  Author: fangpeiqing (zuiyuexuan.sinaapp.com)
*  Date: 25.07.2013
*******************************************************************************************************************/

/*******************************************************************************************************************
* reset
*******************************************************************************************************************/
html,
body,
div,
table,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p,
dl,
dt,
dd,
th,
td,
tr,
form,
fieldset,
legend,
strong,
input,
span,
input {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 13px "微软雅黑", tahoma, arial, "宋体";
    color: #4a4b45;
}

#yidi_table input,
select,
textarea {
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    box-shadow: 0 1px 1px #aaaaaa inset;
    resize: none;
}

html,
body {
    overflow: hidden;
    height: 100%;
}

#loading,
#loading_soft {
    margin-left: 60px;
}

select {
    width: 218px;
    height: 28px;
    line-height: 25px;
    /* color: #989ca0;*/
    border: 1px solid #CCC;
    border-radius: 5px;
}

fieldset,
img {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

ul,
ol,
li {
    list-style: none outside none;
}

em {
    font-style: normal;
}

/*a {color: #4082a7;text-decoration: none;}
a:hover {
    color: #456caa;
    opacity: 0.65;
}*/
img {
    vertical-align: middle;
}

.img_cursor {
    cursor: pointer;
}

h2 {
    font: 20px/1.6 "微软雅黑", tahoma, arial, "宋体";
}

/*清除浮动*/
.clearfix {}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.editButton {
    background: url(../images/bg/write.png) no-repeat;
    width: 21px;
    height: 20px;
    border: none;
    vertical-align: middle;
}


.api_table {
    text-align: center;
    border: 0px;
    width: 150px;
    height: 30px;
    line-height: 30px;
    font: 13px "微软雅黑", tahoma, arial, "宋体";
}

.voice_table {
    width: 20%;
    height: 31px;
}

/*radio垂直居中*/
input[type='radio'] {
    /*position: relative;*/
    top: 2px;
}

input[type='text'] {
    padding-left: 5px;
}

select,
option {
    padding-left: 2px;
}

*:focus {
    outline: none;
}

/*当页面只有一个模块时*/
.solo {
    margin-left: -76px;

}

/*******************************************************************************************************************
*  原子类
*******************************************************************************************************************/
.wd40 {
    width: 40%;
}

.wd132 {
    width: 132px;
}

.wd100 {
    width: 100px;
}

.wd492 {
    width: 492px;
}

.wd250 {
    width: 250px;
}

.hg40 {
    height: 40px;
}

.hg54 {
    height: 54px;
}

.hg200 {
    max-height: 200px;
    overflow-y: auto;
    width: 550px;
    overflow-x: auto
}

.hg250 {
    max-height: 200px;
    overflow-y: auto;
    width: 250px;
    overflow-x: auto
}

.hg512 {
    max-height: 200px;
    overflow-y: auto;
    width: 390px;
    overflow-x: auto;
    text-align: left
}

.line-hg40 {
    line-height: 40px;
}

.line-hg54 {
    line-height: 54px;
}

.mg-lf3 {
    margin-left: 1px;
}

.mg-lf4 {
    margin-left: 4px;
}

.mg-lf10 {
    margin-left: 4px;
}

.mg-lf22 {
    margin-left: 22px;
}

.mg-lf40 {
    margin-left: 40px;
}

.mg-lf56 {
    margin-left: 56px;
}

.mg-lf60 {
    margin-left: 60px;
}

.mg-lf80 {
    margin-left: 80px;
}

.mg-tp20 {
    margin-top: 20px;
}

.mg-tp30 {
    margin-top: 30px;
}

.mg-tp8 {
    margin-top: 8px;
}

.mg-tp10 {
    margin-top: 10px;
}

.mg-bottom8 {
    margin-bottom: 8px;
}

.pad-tp14 {
    padding-top: 15px;
}

.pad-lf5 {
    padding-left: 5px;
}

.pad-lf10 {
    padding-left: 10px;
}

.pad-lf20 {
    padding-left: 20px;
}

.pad-10r {}

.dis-line-block {
    display: inline-block;
}

.bgColor {
    background-color: #CCCCCC;
}

.hide,
.hideClass {
    display: none;
}

.hidden {
    visibility: hidden;
}

.waring-info i {
    display: inline-block;
    height: 16px;
    margin-top: -3px;
    vertical-align: middle;
    width: 16px;
}

.fl {
    width: 98%;
    margin: 0 auto;
}

.pos-rel {
    position: relative;
    z-index: auto !important;
}

.addHrefStyle {
    text-decoration: underline;
    cursor: pointer;
}

.addHrefStyle label {
    cursor: pointer;
}

.links_href label {
    cursor: pointer;
}

.links_icon {
    background: url(../images/arrow_right_16.png) no-repeat 0 1px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-top: -5px;
    vertical-align: middle;
    width: 16px;
}

.callback_icon {
    background: url(../images/arrow_left_16.png) no-repeat 0 1px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-top: -5px;
    vertical-align: middle;
    padding: 0 1px;
    width: 16px;
}

.require_sign {
    color: #FF0000;
    font: 100% "微软雅黑", Arial, Helvetica;
}

/*******************************************************************************************************************
*  向导样式
*******************************************************************************************************************/
#page {
    margin: 0 auto;
    width: 79%;
    min-width: 1270px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #c6dae9;
    border-radius: 5px;
}

#header {
    background: url("../images/bg/nv.png") repeat-x;
    position: relative;
    margin: 0;
    padding-top: 0;
    left: 0;
    top: 0;
    height: 36px;
    width: 100%;
    min-width: 1270px;
}

.main_body {
    width: 100%;
    margin-top: -1px;
    padding-top: 15px;
    min-width: 1220px;
    background: -moz-linear-gradient(top, rgb(142, 181, 232), rgb(101, 151, 219));
    background: -ms-linear-gradient(top, #8eb5e8, #6597db);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#8eb5e8), to(#6597db));
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#8eb5e8, endColorStr=#6597db);
    height: 100%;
    z-index: -1;
}

.active-s {
    background-color: #D3E8FD;
}

.wizard_body_top {
    min-width: 1270px;
    width: 100%;
    opacity: 1.0;
    background: -moz-linear-gradient(top, rgb(207, 212, 217), rgb(240, 246, 252));
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#CFD4D9), to(#F0F6FC));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#CFD4D9, endColorstr=#F0F6FC);
    /*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#CFD4D9, endColorstr=#F0F6FC)";
    /*IE8+*/
    background: -ms-linear-gradient(top, #CFD4D9, #F0F6FC);
    height: 5px;
}

#header h1 {
    background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
    bottom: 32px;
    height: 61px;
    left: 0;
    position: absolute;
    width: 114px;
}

#header h1 a {
    display: block;
    height: 35px;
    outline: medium none;
    text-indent: -9999em;
    width: 140px;
}

.wizard_div .pppoe-icon {
    padding-left: 22px;
    background: url("../images/bg/pppoe_icon.png") no-repeat scroll 5px 9px;
    height: 34px;
    display: inline-block;
    border: 1px solid rgb(151, 151, 151);
    border-radius: 5px;
    padding-left: 23px;
}

.wizard_div .pppoe-icon1 {
    padding-left: 22px;
    background: url("../images/bg/pppoe_icon.png") no-repeat scroll 5px -17px;
    height: 34px;
    display: inline-block;
    border: 1px solid rgb(151, 151, 151);
    border-radius: 5px;
    padding-left: 23px;
}

.pppoe_us {
    width: 300px;
    height: 34px;
    border: 1px solid rgb(151, 151, 151);
    border-radius: 5px;
}

.pppoe_us:hover {
    border: 1px solid #60b5ff;
    box-shadow: 0 0 8px rgba(103, 166, 217, 1);
    -webkit-box-shadow: 0 0 8px rgba(103, 166, 217, 1);
    -moz-box-shadow: 0 0 8px rgba(103, 166, 217, 1);
}

#contents {
    border: 0 none;
    margin: 0 auto;
    width: 65%;
    min-width: 1220px;
    min-height: 268px;
    height: 86%;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    padding-top: 22px;
    margin-top: 45px;
    background: -moz-linear-gradient(top, #FEFEFF, #E0EFFF);
    background: -ms-linear-gradient(top, #FEFEFF, #E0EFFF);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FEFEFF), to(#E0EFFF));
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#FEFEFF, endColorStr=#E0EFFF);
}

#content {
    border: 0 none;
    margin: 0 auto;
    width: 65%;
    min-width: 1244px;
    min-height: 268px;
    height: 80%;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    padding-top: 20px;
    background: -moz-linear-gradient(top, #FEFEFF, #E0EFFF);
    background: -ms-linear-gradient(top, #FEFEFF, #E0EFFF);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FEFEFF), to(#E0EFFF));
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#FEFEFF, endColorStr=#E0EFFF);
}

#content .i-text-short {
    text-align: center;
}

.fax-read {
    width: 300px;
    border: 0;
    background: transparent;
    height: 28px;
    line-height: 24px;
    color: #666;
    border-radius: 5px;
    padding-left: 5px;
}

.wizard_h3 {
    color: #4082a7;
    width: 150px;
    float: left;
    margin: 4px;
    font: 16px "微软雅黑", tahoma, arial, "宋体";
}

.wizard_div input[type=text] {
    width: 258px;
    height: 32px;
    line-height: 32px;
}

.wizard_result_waiting {
    background: url("../images/bg/123456789.gif") no-repeat scroll center center;
}

/*******************************************************************************************************************
*  状态图标样式
*******************************************************************************************************************/
.right-box {
    float: right;
    height: 36px;
    margin-right: -7px;
}

.q-navbox .q-navitem {
    float: left;
    height: 100%;
    line-height: 40px;
    text-align: center;
}

.q-navbox .q-nav-sp span {
    border-right: 1px solid #646464;
    display: block;
    float: left;
    font-size: 14px;
    height: 12px;
    line-height: 12px;
    margin-top: 14px;
}

.q-navbox .q-navitem a {
    color: #1152a2;
    padding: 0 15px;
}

.q-navbox .q-navitem a:hover {
    color: #456caa;
}

.wi-icons {
    background: url("../images/bg/iconsbg.png") no-repeat scroll 0 0 transparent;
    color: #646464;
    font-size: 14px;
    font-family: "微软雅黑", tahoma, arial, "宋体";
    font-weight: 500;
    height: 43px;
    line-height: 15px;
    padding-top: 10px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 10px;
    width: 413px;
}

.wizardTitle {
    line-height: 75px;
    vertical-align: middle;
    padding-left: 7.3%;
}

#statusIcon {
    color: #646464;
    font-size: 14px;
    font-family: "微软雅黑", tahoma, arial, "宋体";
    font-weight: 500;
    height: 45px;
    line-height: 15px;
    text-align: right;
    /* width: 250px;*/
}

#statusIcon span {
    float: left;
    padding: 7px 3px;
}

#statusIcon span a {
    background: url("../images/sys_status.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 23px;
    width: 33px;
}

#statusIcon span a:hover {
    opacity: 1.0;
}

#statusIcon span a.sh_a {
    background-position: -246px 0px;
}

#statusIcon span a.sh_3g {
    background-position: -285px 0px;
}

#statusIcon span a.sh_d {
    background-position: -72px 0px;
    position: relative;
}

#statusIcon span a.sh_d em {
    color: #76C220;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    right: 4px;
    top: -4px;
}

#statusIcon span a.sh_phone {
    background-position: -531px 0px;
}

#statusIcon span a.sh_usb {
    background-position: -402px 0px;
}

#statusIcon span a.sh_wan {
    background-position: -358px 0px;
}

#disconnect {
    top: 38px;
    left: 879px;
    display: block;
    position: absolute;
}

#statusIcon span a.sh_print {
    background-position: -425px 0px;
}

#statusIcon span.current a.sh_d em {
    display: none;
}

#statusIcon span.current a.sh_a {
    background-position: 4px 0;
}

#statusIcon span.current a.sh_3g {
    background-position: -35px 0px;
}

#statusIcon span.current a.sh_d {
    background-position: -322px 0px;
}

#statusIcon span.current a.sh_phone {
    background-position: -494px 0px;
}

#statusIcon span.current a.sh_usb {
    background-position: -148px 0px;
}

#statusIcon span.current a.sh_wan {
    background-position: -109px 0px;
}

#statusIcon span.current a.sh_print {
    background-position: -173px 0px;
}

#statusIcon span.nosign a.sh_a {
    background-position: 0 0px;
}

.nopainter {
    cursor: default;
}

.current .nopainter {
    cursor: pointer;
}

a label {
    cursor: pointer;
}



/*******************************************************************************************************************
*  向导导航
*******************************************************************************************************************/

.flowstep {
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 63px;
}

.flowstep ul {
    overflow: hidden;
}

.flowstep li {
    float: left;
    text-align: center;
}

.flowstep .step-name {
    color: #999999;
    height: 37px;
    margin-left: 56px;
    position: relative;
}

.flowstep .step-name label {
    position: absolute;
    left: 11px;
    top: 6px;
    width: 82px;
}

.flowstep .step-no {
    margin-left: 100px;
    width: 100%;
    height: 16px;
    border: 1px solid;
    border-top-color: rgb(182, 190, 197);
    border-right-color: rgb(182, 190, 197);
    border-left-color: rgb(205, 213, 220);
    border-bottom-color: rgb(233, 240, 247);
    background: -moz-linear-gradient(top, #e4eef6, #f1f9ff);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#e4eef6), to(#f1f9ff));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#e4eef6, endColorstr=#f1f9ff);
    /*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#e4eef6, endColorstr=#f1f9ff)";
    /*IE8+*/
    background: -ms-linear-gradient(top, #e4eef6, #f1f9ff);
}

.flowstep .step-done .step-no {
    margin-left: 109px;
    width: 100%;
    height: 16px;
    border: 1px solid;
    border-top-color: rgb(182, 190, 197);
    border-right-color: rgb(182, 190, 197);
    border-left-color: rgb(205, 213, 220);
    border-bottom-color: rgb(233, 240, 247);
    background: -moz-linear-gradient(top, #e4eef6, #f1f9ff);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#e4eef6), to(#f1f9ff));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#e4eef6, endColorstr=#f1f9ff);
    /*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#e4eef6, endColorstr=#f1f9ff)";
    /*IE8+*/
    background: -ms-linear-gradient(top, #e4eef6, #f1f9ff);
}

.flowstep .step-last .step-no {
    margin-left: 100px;
    width: 100%;
    height: 16px;
    border-bottom-right-radius: 11px;
    border-top-right-radius: 11px;
    border: 1px solid;
    border-top-color: rgb(182, 190, 197);
    border-right-color: rgb(205, 213, 220);
    border-left-color: rgb(205, 213, 220);
    border-bottom-color: rgb(233, 240, 247);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#e4eef6), to(#f1f9ff));
    background: -moz-linear-gradient(top, #e4eef6, #f1f9ff);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#e4eef6, endColorstr=#f1f9ff);
    /*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#e4eef6, endColorstr=#f1f9ff)";
    /*IE8+*/
    background: -ms-linear-gradient(top, #e4eef6, #f1f9ff);
}

.flowstep .step-time {
    color: #999999;
    padding: 8px 0;
}

.flowstep .step-time .time-first,
.flowstep .step-time .time-last {
    display: inline-block;
}

.flowstep .step-time .time-first {
    padding-right: 25px;
}

.flowstep .step-time .time-last {
    padding-left: 25px;
}

.flowstep .step-first .step-cur .step-name {
    margin-left: 53px;
}

.flowstep .step-first .step-cur .step-no {
    margin-left: 102px;
}

.flowstep .step-cur .step-name {
    color: #00b32a;
    background: url("../images/bg/pop_bar.png") no-repeat;
    margin-left: 56px;
    height: 37px;
    width: 106px;

}

.flowstep .step-done .step-name {
    color: #999999;
    height: 37px;
}

.flowstep .step-cur .step-no {
    margin-left: 109px;
    width: 100%;
    height: 16px;
    border: 1px solid;
    border-top-color: rgb(182, 190, 197);
    border-right-color: rgb(182, 190, 197);
    border-left-color: rgb(205, 213, 220);
    border-bottom-color: rgb(233, 240, 247);
    background: -moz-linear-gradient(top, #e4eef6, #f1f9ff);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#e4eef6, endColorstr=#f1f9ff);
    /*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#e4eef6, endColorstr=#f1f9ff)";
    /*IE8+*/
    background: -ms-linear-gradient(top, #e4eef6, #f1f9ff);
}

.flowstep .step-first .step-cur .step-no {
    border-bottom-left-radius: 11px;
    border-top-left-radius: 11px;
}

.flowstep .step-last .step-cur .step-no {
    margin-left: 109px;
    width: 100%;
    height: 16px;
    border-bottom-right-radius: 11px;
    border-top-right-radius: 11px;
    border-left-color: rgb(205, 213, 220);
    border-right-color: rgb(205, 213, 220);
}

.flowstep .step-done .step-no .step_inner_no {
    width: 100%;
    height: 10px;
    border: 1px solid;
    border-top-color: rgb(24, 174, 59);
    border-right-color: rgb(24, 174, 59);
    border-left-color: rgb(36, 178, 70);
    border-bottom-color: rgb(36, 178, 70);
    margin-top: 2px;
    background: rgb(75, 196, 82);
}

.flowstep .step-complete .step-no {
    background-position: 50% -65px;
}

.flowstep .step-first .step-done .step-no {
    border-bottom-left-radius: 11px;
    border-top-left-radius: 11px;
}

.flowstep .step-first .step-done .step-no .step_inner_no {
    margin-left: 3px;
    width: 100%;
    height: 10px;
    border-bottom-left-radius: 11px;
    border-top-left-radius: 11px;
}

.flowstep .step-last .step-done .step-no .step_inner_no {
    width: 98%;
    height: 10px;
    border-bottom-right-radius: 11px;
    border-top-right-radius: 11px;
}

.flowstep .step-sub {
    height: 34px;
    margin: 0 auto;
    position: relative;
    width: 120px;
}

.flowstep .step-sub-box .step-sub-done {
    background-position: 50% -238px;
}

.flowstep .step-sub-box .step-sub-none {
    background-position: 50% -272px;
}

.flowstep .step-sub-box .step-sub-half {
    background-position: 50% -306px;
}

.flowstep .step-sub .sub-first,
.flowstep .step-sub .sub-last {
    color: #888888;
    font-weight: 700;
    position: absolute;
    top: 11px;
    white-space: nowrap;
}

.flowstep .step-sub .sub-first {
    right: 120px;
    text-align: right;
}

.flowstep .step-sub .sub-last {
    left: 120px;
}

.flowstep-5 {
    height: 56px;
    margin-left: 2%;
    width: 100%;
}

.flowstep-5 li {
    width: 24%;
}


/*******************************************************************************************************************
*  向导自动检测
*******************************************************************************************************************/
.auto_check {
    width: 90%;
    margin: 0 auto;
    display: block;
    height: auto;
}

.add_auto_check {
    /*padding-left:206px;TODO*/
    padding-left: 222px;
}

.add_auto_check_G3 {
    padding-left: 148px;
}

.add_wi_PPPoE {
    margin-left: -100px;
}

.add_padding134 {
    margin-left: -134px;
}

.add_padding77 {
    margin-left: -77px;
}

.add_padding55 {
    margin-left: 55px;
}

.add_padding153 {
    /* padding-left: 153px;TODO*/
    padding-left: 161px;
}

.auto_check .position_div {
    float: left;
}

.auto_check .wizard_h3 {
    color: #2B579E;
    display: block;
    font: 15px "微软雅黑", tahoma, arial, "宋体";
    margin: 16px 0 0 34px;
    text-align: left;
    width: 80%;
}

.auto_check .wi-item {
    height: 28px;
    margin: 0 0 0 34px;
    padding-bottom: 8px;
}

.auto_check .item_card {
    /* width: 462px;*/
    /*大屏幕*/
    /*TODO*/
    width: 444px;
    /*height:290px;*/
    border-radius: 10px;
    /*border: #b6b7b6 solid 3px;*/
    margin: 0 auto;
}

.add_item_card {
    /*   height:280px;TODO*/
    height: 260px;
}

.pppoe_div_class {
    padding-left: 35px;
}

.auto_check .item_card_useless {
    width: 430px;
    /*height:260px;*/
    border-radius: 10px;
    border: #808080 solid 3px;
    margin: 0 auto;
}

.wan_img {
    background: url("../wizard_img/wi_sketch_1.png") no-repeat scroll 0 -1px rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: inline-block;
    height: 22px;
    padding-left: 241px;
    padding-top: 43px;
    width: 309px;
}

.g3_img {
    display: inline-block;
    width: 222px;
    height: 65px;
    background: url("../wizard_img/wi_sketch_1.png") no-repeat scroll -41px -67px;
}

.no_result {
    width: 242px;
    height: 25px;
    line-height: 25px;
    background-color: #969696;
    margin: 56px auto 38px auto;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}

.no_result_info {
    width: 360px;
    height: 66px;
    margin: 0 auto;
    border-bottom: 1px dashed #d7d7d7;
}

.no_result_info .img_div {
    float: left;
    width: 25px;
}

.no_result_info .words_div {
    float: left;
    width: 335px;
    font-size: 14px;
}

.preview_wan {
    background: url('../wizard_img/wi_sketch.png') no-repeat scroll 0 0 transparent;
    width: 312px;
    height: 66px;
    margin: 0 auto;
    position: relative;
}

.preview_3g {
    background: url('../wizard_img/wi_sketch.png') no-repeat scroll 0 -64px transparent;
    width: 312px;
    height: 66px;
    margin: 0 auto;
    position: relative;
}







/*******************************************************************************************************************
*  向导摘要
*******************************************************************************************************************/
.summary {
    display: inline-block;
    width: 90%;
    margin: 10px 0 0 0;
    zoom: 1;
}

.summary-item {
    width: 100%;
    float: left;
}

.summary-item label {
    margin-bottom: 5px;
}

#step7 .hide {
    display: none;
}

.wi-info {
    margin-top: 20px;
    padding-bottom: 20px;
    display: block;
}

.wi-title {
    width: 92%;
    float: left;
    font-size: 14px;
    font-weight: 100;
    border-bottom: 1px solid rgb(204, 204, 204);
    margin-left: 47px;
}

.wi-title img {
    padding-right: 5px;
    margin-top: -4px;
}

.wi-content {
    width: 100%;
    float: left;
    min-height: 40px;
    -moz-border-radius: 5px;
    margin-left: 37px;
    -webkit-border-radius: 5px;
}

.wi-middle {
    margin: auto 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
}

.wi-gap {
    height: 25px;
    width: 100%;
    float: left;
}

.wi-link {
    display: inline-block;
    width: 75px;
    float: right;
    cursor: pointer;
}

.wi-link label {
    cursor: pointer;
}

#summary_trunk,
#summary_iptrunk {
    width: 88%;
    float: left;
}

#summary_trunk .div_table,
#summary_iptrunk .div_table {
    width: 100%;
}

#sum_department {
    width: 85%;
    float: left;
    margin-left: 20px;
}

#sum_department td {
    line-height: 38px;
}


/*******************************************************************************************************************
*  表单样式
*******************************************************************************************************************/

.mt {
    margin-top: 30px;
}

.form {
    width: 96%;
    max-height: 85%;
    margin: auto auto;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    left: 0;
    top: 0;
}

.form p {
    padding: 10px 0;
}

.form strong {
    display: inline-block;
    padding-bottom: 10px;
}

.form .wi-general {
    width: 98%;
    margin: 0 auto;
}

#content .form .wi-left {
    display: inline-block;
    float: left;
    height: 28px;
    line-height: 28px;
    margin-left: 47px;
    text-align: left;
    /* width: 12%;*/
}

#contents .form .wi-left {
    display: inline-block;
    float: left;
    height: 28px;
    line-height: 28px;
    text-align: left;
    /* width: 12%;*/
}

.form .wi-right {
    float: left;
    display: inline-block;
    margin-left: 365px;
}

.indexText .form .wi-general .wi-right {
    float: left;
    display: inline-block;
    margin-left: 0px;
}

.form .subItem-hd {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#68af4e), to(#76d280));
    background: -moz-linear-gradient(left top, #68af4e, #76d280);
    font-family: "微软雅黑", tahoma, arial, "宋体";
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
    color: #ffffff;
    text-indent: 1em;
    border-radius: 4px;
}

.subItem-h4 {
    border-bottom: 2px solid #2b579e;
    font-size: 14px;
    margin: 24px 0 24px -46px;
    width: 110%;
    text-indent: 1em;

}

.solid_div {
    width: 100%;
    float: left;
    display: block
}

.solid_h1 {
    width: 96%;
    display: block;
    margin: 0 auto;
}

.solid_line {
    /* height: 1px;
     border-bottom: 1px dashed #c0cfe2;
     width: 99%;
     margin: 20px auto 28px auto;*/
}

.solid_noline {
    height: 1px;
    background-color: #ffffff;
    width: 82%;
    margin: 20px auto;
}

.subItem-h5 {

    width: 96%;
    font-size: 14px;
    height: 36px;
    line-height: 30px;
    margin: 0 auto;
    font-weight: 100;
    color: #2b579e;
}

.form .subItem-h5 {
    width: 90%;
}

.subItem-h5 a {
    float: left;
    font-size: 14px;
    color: #4d4d4d;
    padding: 0 7px;
    margin-right: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 1px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    background: -moz-linear-gradient(top, #ffffff, #e0efff);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e0efff));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#e0efff);
    /*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#e0efff)";
    /*IE8+*/
    background: -ms-linear-gradient(top, #ffffff, #e0efff);
    opacity: 1.0;
    border-radius: 5px;
    border: 1px solid #c3d2da;
}

.subItem-h5 a label {
    cursor: pointer;
    padding-right: 2px;
    color: #2a2a2a;
    font-size: 14px;
}

#new_iptrunk {

    font-size: 14px;
    color: #4d4d4d;
    /* padding: 6px 13px;*/
    /* margin-right: 2px;*/
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 1px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    background: -moz-linear-gradient(top, #ffffff, #e0efff);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e0efff));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#e0efff);
    /*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#e0efff)";
    /*IE8+*/
    background: -ms-linear-gradient(top, #ffffff, #e0efff);
    opacity: 1.0;
    border-radius: 5px;
    border: 1px solid #c3d2da;
    /*height: 35px;*/
    width: 50px;
    float: right;
    margin-top: -6px;
}

#wi-iptrunk #add_glabol_iptrunck {
    color: #4D4D4D;
    display: inline-block;
    float: left;
    font-size: 14px;
    margin-top: 10px;
    background-color: #F5F3F3;
    border-radius: 3px 3px 3px 3px;
    border-color: #E5E5E5;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 1px rgba(0, 0, 0, 0.05);
    text-decoration: none;
}

.subItem-h5 a:hover {

    background: -moz-linear-gradient(top, #e0efff, #ffffff);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#e0efff), to(#ffffff));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#e0efff, endColorstr=#ffffff);
    /*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#e0efff, endColorstr=#ffffff)";
    /*IE8+*/
    background: -ms-linear-gradient(top, #e0efff, #ffffff);
    border-radius: 5px;
    border-color: #c3d2da;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 1px rgba(0, 0, 0, 0.05);
    text-decoration: none;
}

#linkWPS label {
    cursor: pointer;
}

#linkWPS a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.subItem-oprator {
    /*text-align: center;
    width: 100%;
    margin: 20px auto 40px auto;
    float: left;*/
    /*background-color: #E6E6E6;*/
    margin: 0 auto;
    line-height: 52px;
    text-align: center;
    vertical-align: middle;
    width: 84%;
}

.button-disabled {
    border: 1px solid #c3d2da;
    font-size: 14px;
    line-height: 30px;
    margin: 0 auto;
    font-weight: 100;
    color: #515151;
    width: 81px;
    height: 35px;
    text-decoration: none;
    border-radius: 5px;
    background: #CCCCCC;
    opacity: 1.0;
}

.button-disabled:hover {
    background: #CCCCCC;
    border: 1px solid #c3d2da;
    cursor: pointer;
}

.button-Next {
    border: 1px solid #c3d2da;
    font-size: 14px;
    line-height: 30px;
    margin: 0 auto;
    font-weight: 100;
    color: #2a2a2a;
    width: 81px;
    height: 35px;
    text-decoration: none;
    border-radius: 5px;
    background: -moz-linear-gradient(top, #47c360, #3ab052);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#47c360), to(#3ab052));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#47c360, endColorstr=#3ab052);
    /*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#47c360, endColorstr=#3ab052)";
    /*IE8+*/
    background: -ms-linear-gradient(top, #47c360, #3ab052);
    color: #ffffff;
    border-radius: 5px;

}

.button-Next:hover {
    background: -moz-linear-gradient(top, #3ab052, #47c360);
    background: -ms-linear-gradient(top, #3ab052, #47c360);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#3ab052), to(#47c360));
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#3ab052, endColorStr=#47c360);
    border: 1px solid #c3d2da;
    cursor: pointer;
}

.uploadDownload {
    border-radius: 5px;
    padding: 6px 15px;
    background: -moz-linear-gradient(top, #ffffff, #e0efff);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e0efff));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#e0efff);
    /*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#e0efff)";
    /*IE8+*/
    background: -ms-linear-gradient(top, #ffffff, #e0efff);
    border: 1px solid #c3d2da;
    color: #2A2A2A;
    display: inline-block;
}

.uploadDownload:hover {
    background: -moz-linear-gradient(top, #e0efff, #ffffff);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#e0efff), to(#ffffff));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#e0efff, endColorstr=#ffffff);
    /*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#e0efff, endColorstr=#ffffff)";
    /*IE8+*/
    background: -ms-linear-gradient(top, #e0efff, #ffffff);

}

.uploadDownload a {
    color: #2A2A2A;
    font-size: 14px;
}

select,
.wi-item,
.init-i-text .i-text,
.i-text-small,
.i-text-short,
.i-text-85,
.wi-item .i-shorttext,
.wi-item .msg,
.wi-item .msg-weak,
.wi-item .msg-b-weak {
    vertical-align: middle;
}

.wi-item {
    height: 25px;
    padding-bottom: 8px;
    font-size: 14px;
    width: 412px;
    margin: 0 auto;
}

.wi-item-dashed {
    border: 1px dashed #B5D0DE;
    padding-bottom: 0;
}

.wi-item select {
    border-radius: 5px;
    width: 220px;
    height: 28px;
}

input[type=checkbox] {
    /* height: 28px; */
    margin-top: -3px;
    line-height: 28px;
    vertical-align: middle;
}

.IPDiv {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #666666;
    display: table;
    float: left;
    height: 28px;
    line-height: 24px;
    overflow: hidden;
    text-align: left;
    width: 217px;
    border-radius: 5px;
}

div.IPDiv_diabled {
    background-color: #f0f0f0;
    display: inline-block;
    display: inline;
}

.IPInput {
    border: 0 solid #CCCCCC;
    color: #666666;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0 2px;
    text-align: center;
    width: 37px;
}

.i-text-short {
    border: 1px solid #CCCCCC;
    color: #666666;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    width: 42px;
    border-radius: 5px;
}

.i-text-small {
    width: 108px;
    height: 28px;
    line-height: 24px;
    color: #666;
    border: 1px solid #CCC;
    border-radius: 5px;
    padding-left: 5px;
}

.wi-label {
    display: inline;
    float: left;
    height: 28px;
    line-height: 28px;
    text-align: left;
    width: 180px;
}

.marginspecial {
    width: 70px;
}

.yitip-content .wi-item {
    height: 22px;
    line-height: 28px;
    text-align: left;
    /*  width: 280px;*/
    width: 320px;
}

.yitip-content .wi-item label {
    color: #2461AC;
}

.wi-label i {
    display: inline-block;
    color: red;
    width: 10px;
    margin: 0 3px;
    text-align: left;
}

.wi-label em {
    color: #808080;
    display: block;
    margin-top: -10px;
}


.wi-item .msg-box {
    display: inline;
    position: relative;
    vertical-align: top;
    width: 250px;
}

.wi-item .msg-inline {
    width: 316px;
    display: inline;
}

.wi-item .msg,
.wi-item .msg-weak,
.wi-item .msg-b-weak {
    color: #666666;
    line-height: 18px;
    position: absolute;
}

.wi-span {
    height: 28px;
    margin: auto 0;
    vertical-align: middle;
    line-height: 28px;
}

.radio-middle {
    height: 28px;
    line-height: 28px;
}

.radio-middle label {
    display: inline-block;
    /*   width: 123px;*/
    padding: 0 36px 0 3px;
}

.i-text {
    width: 212px;
    height: 28px;
    line-height: 24px;
    color: #666;
    border: 1px solid #CCC;
    border-radius: 5px;
    padding-left: 5px;
}

.init-i-text {
    width: 212px;
    height: 28px;
    line-height: 24px;
    color: #CDCDCD;
    border: 1px solid #CCC;
    border-radius: 5px;
    padding-left: 5px;
}

.i-text-noborder {
    width: 279px;
    padding: 0 2px;
    height: 25px;
    line-height: 25px;
    color: #666;
    border: 0 solid #CCC;
    background-color: transparent;
}

.i-shorttext {
    width: 65px;
    padding: 0 2px;
    height: 24px;
    line-height: 24px;
    color: #666;
    border: 1px solid #CCC;
    border-radius: 5px;
}

.edit-row {
    background: #daf2ff;
}

.edit-row input[type=text],
.edit-row select {
    /*    background: #ffffff;*/
    border: 1px solid #D6D6D6;
    box-shadow: 0 1px 1px #AAAAAA inset;
    border-radius: 5px;
}

.edit-row input[type=text].unSelected {
    border: 0px;
    border-radius: 0px;
    box-shadow: 0 0 0 #aaaaaa inset;
}

/*******************************************************************************************************************
*  form 验证样式
*******************************************************************************************************************/
.err-input {
    border-color: #FF8080;
}

.msg-weak {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #404040;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 5px 5px 28px;
}

.msg-weak i {
    display: inline;
    float: left;
    margin-left: -20px;
    width: 16px;
    height: 16px;
    background: url(../wizard_img/icon_validator.png) no-repeat 0 -160px;
}

.msg-ok i {
    background-position: 0 -200px;
}

.msg-error i {
    background-position: 0 0;
}

.msg-stop i {
    background-position: 0 -40px;
}

.msg-question i {
    background-position: 0 -80px;
}

.msg-notice i {
    background-position: 0 -240px;
}

.msg-attention i {
    background-position: 0 -120px;
}

.msg-tips i {
    background-position: 0 -160px;
}

.tipInfoIcon {
    background: url("../wizard_img/icon_validator.png") no-repeat scroll 0 -160px rgba(0, 0, 0, 0);
    display: inline;
    float: left;
    margin-left: -20px;
    height: 16px;
    width: 16px;
}

.x-form-tip {
    height: 24px;
    line-height: 24px;
    /*padding-left: 225px;*/
    text-align: left;
}

.transparent_class {

    filter: alpha(opacity=0);

    -moz-opacity: 0;

    -khtml-opacity: 0;

    opacity: 0;

}

/*******************************************************************************************************************
*  密码强弱
*******************************************************************************************************************/

.pw-strength {
    background-color: #d2d1d1;
    height: 14px;
    margin: 3px 0 0 151px;
    margin: 0px 0 0 151px;
    overflow: hidden;
    position: relative;
    width: 216px;
}


.pw-bar {
    background-color: #FF6600;
    height: 14px;
    overflow: hidden;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: width .4s linear;
    width: 0;
}

.pw-weak .pw-bar {
    width: 72px;
}

.pw-medium .pw-bar {
    width: 121px;
}

.pw-strong .pw-bar {
    width: 182px;
}

.pw-letter {
    left: 0;
    position: absolute;
    top: 0;
}

.pw-strength span {
    border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: inline;
    float: left;
    font-size: 14px;
    height: 14px;
    line-height: 16px;
    text-align: center;
    width: 71px;
}

.pw-strength span label {
    margin-top: -3px;
    display: block;
}


/*******************************************************************************************************************
*  表格
*******************************************************************************************************************/

.div_table {
    width: 96%;
    margin: 0 auto;
}

.div_input {
    width: 96%;
    height: 30px;
    cursor: pointer;
    font-size: 14px;
    outline: medium none;
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 1;
    /*left:100;
    top: 100;*/
}

.div_table table {
    width: 100%;
    table-layout: fixed;
}

.wid200 {
    width: 200px;
    display: inline-block;
}

.wid100 {
    width: 118px;
    display: inline-block;
}

.wid150 {
    width: 150px;
    display: inline-block;
}

.div_table table {
    border: 1px solid #3c7dbb;
    border-radius: 5px;
    background: #ffffff;
}

#tra2 td {
    text-align: left;
}

.div_table table th {
    font-weight: bold;
}

table tbody {
    border: #808080 solid 1px;
}

table thead tr {
    background: -moz-linear-gradient(top, #f9f9f9, #efefef);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#efefef));
    background: -ms-linear-gradient(top, #f9f9f9, #efefef);
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#f9f9f9, endColorStr=#efefef);
    border-radius: 5px;
}

#listInfo {
    /*background: -moz-linear-gradient( top,#f9f9f9,#efefef);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#efefef));
    background:-ms-linear-gradient(top, #f9f9f9, #efefef);
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f9f9f9,endColorStr=#efefef);*/
    border-radius: 5px;
}

.yitip-content table thead tr {
    background: -moz-linear-gradient(top, #ffffff, #e0efff);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e0efff));
    background: -ms-linear-gradient(top, #ffffff, #e0efff);
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#ffffff, endColorStr=#e0efff);
}

.yitip-content table .x-grid-th-col {
    color: #2461ac;
}

table th {
    color: #4d4d4d;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}

table .x-grid-th-col {
    color: #6b6b6b;
    font-size: 14px;
}

.div_table th,
.cmenutitle th {
    /*background: -moz-linear-gradient( top,#f9f9f9,#efefef);
    background:-ms-linear-gradient(top, #f9f9f9, #efefef);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#efefef));
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f9f9f9,endColorStr=#efefef);*/
    background: #c9d7ec;
    border-bottom: 1px solid #3c7dbb;
    /* border-right: 2px solid #FFFFFF;*/
    font: 13px;
    font-family: "微软雅黑", tahoma, arial, "宋体";
    height: 30px;
    text-align: center;
    vertical-align: middle;
    cursor: default;
    width: 143px;
}

.div_table td {
    border-right: 2px solid #FFFFFF;
}

.div_table th:first-child,
.cmenutitle th:first-child {
    border-radius: 5px 0 0 0;
}

.div_table th:last-child,
.cmenutitle th:last-child {
    border-radius: 0 5px 0 0;
}

.div_table td:last-child,
.cmenutitle td:last-child {
    border-radius: 0 0 5px 0;
}

.x-grid-data {
    text-align: center;
}

.x-grid-t {
    text-align: center;
    font: 13px "微软雅黑", tahoma, arial, "宋体";
    width: 96%;
    /*设置宽度*/
    white-space: nowrap;
    /*设置不折行*/
    text-overflow: ellipsis;
    /*这就是省略号喽*/
    -o-text-overflow: ellipsis;
    /*兼容opera*/
    overflow: hidden;
    /*设置超过的隐藏*/
}

table td,
table th {
    height: 30px;
    line-height: 30px;
    /*   text-align: center;*/
}

.ivrtd {
    height: 30px;
    line-height: 30px;
    min-width: 80px;
    /*   text-align: center;*/
}

table tr {

    border-color: #cc3e46;
}

.highlight {
    background-color: #EDF7FF;
}

/*api 内容居中对齐*/
.api_ipphone {
    text-align: center;
}

/*列表操作图标*/
table tbody td a.link {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/Forward.png) center center no-repeat;
}

table tbody td a.edit {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/bg/write.png) no-repeat;
}

table tbody td a.delete {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/bg/delete.png) 3px 3px no-repeat;
}

table tbody td a.delete:hover {
    background: url("../images/bg/callDelet_active.png") 3px 3px no-repeat;
}

table tbody td a.copy {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/copy.png) 3px 3px no-repeat;
}

table tbody td a.copy:hover {
    background: url("../images/copy.png") 3px 3px no-repeat;
}

table tbody td a.down {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/bg/down.png) 3px 3px no-repeat;
}

table tbody td a.down:hover {
    background: url("../images/bg/down.png") 3px 3px no-repeat;
}

table tbody td a.upload {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/bg/upload.png) 3px 3px no-repeat;
}

table tbody td a.upload:hover {
    background: url("../images/bg/upload.png") 3px 3px no-repeat;
}

/*table tbody td a.move {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/bg/permit.png) 3px 3px no-repeat;
}
table tbody td a.move:hover{
    background: url("../images/bg/permit.png") 3px 3px no-repeat;
}*/
table tbody td a.more {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/bg/advance-icon.png) 1px 2px no-repeat transparent;
}

table tbody td a.more:hover {
    background: url("../images/bg/advance-icon_active.png") 1px 2px no-repeat transparent;
}

.add-icon {
    background: url("../images/bg/add.png") no-repeat;
    display: inline-block;
    height: 16px;
    vertical-align: -3px;
    *vertical-align: 1px;
    /*ie7 HACK*/
    width: 14px;
}

.voiceInfo {
    background: url("../images/voice_info.png") no-repeat;
    display: inline-block;
    height: 16px;
    vertical-align: -3px;
    *vertical-align: 1px;
    /*ie7 HACK*/
    width: 14px;
}

.export_pk {
    background: url("../images/export_pk.png") no-repeat;
    display: inline-block;
    height: 16px;
    vertical-align: -3px;
    *vertical-align: 1px;
    /*ie7 HACK*/
    width: 14px;
    cursor: pointer;
}

.addBatch-icon {
    background: url("../images/bg/addBatch.png") no-repeat;
    display: inline-block;
    height: 16px;
    vertical-align: -3px;
    *vertical-align: 1px;
    /*ie7 HACK*/
    width: 14px;
}

.edit-icon {
    background: url("../images/bg/write.png") no-repeat;
    display: inline-block;
    height: 16px;
    vertical-align: -3px;
    *vertical-align: 1px;
    /*ie7 HACK*/
    width: 20px;
}

.import-icon {
    background: url("../images/daoru.gif") no-repeat;
    display: inline-block;
    height: 16px;
    vertical-align: -3px;
    *vertical-align: 1px;
    /*ie7 HACK*/
    width: 14px;
}

.export-icon {
    background: url("../images/daochu.gif") no-repeat;
    display: inline-block;
    height: 16px;
    vertical-align: -3px;
    *vertical-align: 1px;
    /*ie7 HACK*/
    width: 14px;
}

/*.cmenutitle{
    border-radius:5px;
    border:1px solid #3c7dbb;
}*/
.summmary-edit-icon {
    background: url("../images/bath_edite.png") no-repeat;
    display: inline-block;
    height: 16px;
    vertical-align: -3px;
    *vertical-align: 1px;
    /*ie7 HACK*/
    width: 20px;
}

.down-icon {
    background: url("../images/bg/down.png") no-repeat;
    display: inline-block;
    height: 16px;
    vertical-align: -3px;
    *vertical-align: 1px;
    /*ie7 HACK*/
    width: 11px;
}

.clock-icon {
    background: url("../images/clock.png") no-repeat;
    display: inline-block;
    height: 16px;
    vertical-align: -3px;
    *vertical-align: 1px;
    /*ie7 HACK*/
    width: 18px;
    cursor: pointer;
}

.upload-icon {
    background: url("../images/bg/upload.png") no-repeat;
    display: inline-block;
    height: 16px;
    vertical-align: -7px;
    *vertical-align: 1px;
    /*ie7 HACK*/
    width: 11px;
    cursor: pointer;
}

.unbind-icon {
    background: url("../images/bg/unbind.png") no-repeat;
    display: inline-block;
    height: 9px;
    width: 21px;
    cursor: pointer;
}

.delete-icon {
    background: url("../images/bg/delete.png") no-repeat;
    display: inline-block;
    height: 16px;
    vertical-align: -3px;
    *vertical-align: 1px;
    /*ie7 HACK*/
    width: 14px;
    cursor: pointer;
}

.set-icon {
    background: url("../images/bg/advance-icon.png") no-repeat;
    display: inline-block;
    height: 15px;
    vertical-align: -3px;
    *vertical-align: 1px;
    /*ie7 HACK*/
    width: 20px;
    cursor: pointer;
}

.permit-icon {
    background: url("../images/permit.png") no-repeat;
    display: inline-block;
    height: 16px;
    vertical-align: -5px;
    *vertical-align: 1px;
    /*ie7 HACK*/
    width: 17px;
    cursor: pointer;
}

.deny-icon {
    background: url("../images/deny.png") no-repeat;
    display: inline-block;
    height: 16px;
    vertical-align: -3px;
    *vertical-align: 1px;
    /*ie7 HACK*/
    width: 17px;
    cursor: pointer;
}

.delete-disabled-icon {
    background: url("../images/delete-disable.png") no-repeat;
    display: inline-block;
    height: 16px;
    vertical-align: -3px;
    *vertical-align: 1px;
    /*ie7 HACK*/
    width: 14px;
    cursor: pointer;
}

.register-icon {
    background: url("../images/bg/register_option.png") no-repeat transparent;
    display: inline-block;
    height: 16px;
    vertical-align: -3px;
    *vertical-align: 1px;
    /*ie7 HACK*/
    width: 20px;
}

.help-icon,
.wi-label .help-icon {
    background: url("../images/bg/help.png") no-repeat;
    display: inline-block;
    height: 19px;
    width: 22px;
    vertical-align: -6px;
    *vertical-align: 2px;
    /*ie7 HACK*/
}

.wizard_body .help-icon {
    vertical-align: middle;
    margin: -3px 0 0 3px;
}

.button {
    min-width: 81px;
    max-width: 222px;
    height: 35px;
    color: #ffffff;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #4483c0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    border: solid 1px #3f7ebc;
    font: 15px "微软雅黑", tahoma, arial, "宋体";
}

.button:hover {
    background: -moz-linear-gradient(top, #4483c0, #7cc6fa);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#4483c0), to(#7cc6fa));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#4483c0, endColorstr=#7cc6fa);
    /*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#e0efff, endColorstr=#7cc6fa)";
    /*IE8+*/
    background: -ms-linear-gradient(top, #4483c0, #7cc6fa);
}

.button:active {
    background: -moz-linear-gradient(top, #7cc6fa, #4483c0);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#7cc6fa), to(#4483c0));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#7cc6fa, endColorstr=#4483c0);
    /*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#7cc6fa, endColorstr=#4483c0)";
    /*IE8+*/
    background: -ms-linear-gradient(top, #7cc6fa, #4483c0);
    text-shadow: 1px 1px 1px rgb(152, 212, 164);
}

.button-disabled {
    border-radius: 5px;
    border: 1px solid #c3d2da;
    font-size: 14px;
    line-height: 22px;
    margin: 0 auto;
    font-weight: 100;
    color: #515151;
    min-width: 81px;
    max-width: 122px;
    height: 35px;
    text-decoration: none;
    background: #CCCCCC;
    opacity: 1.0;
}

.button-disabled:hover {
    background: #CCCCCC;
    border: 1px solid #c3d2da;
    cursor: default;
}

.big-button {
    background-color: #2b579e;
    border: 0;
    height: 30px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}

.button_little {
    background-color: #2b579e;
    border: 0;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    width: 58px;
    height: 25px;
    line-height: 15px;
}

.big-button:hover,
.button_little:hover {
    background-color: #1D7AD9;
}

.checkbox {
    background: url("../wizard_img/wi_icons.png") no-repeat scroll -11px -52px transparent;
    clear: left;
    float: right;
    height: 28px;
    padding: 0 5px 0 0;
    margin: 10px 10px 0 0;
    width: 26px;
    cursor: pointer;

}

.checkbox_default {
    background-position: -11px -52px;
}

.checkbox_checked {
    background-position: -11px -81px;
}

.checkbox_disabled {
    background-position: -11px -112px;
    cursor: default;
}


.i-text-edit input,
.i-text-edit select {
    text-align: center;
    padding: 0;
    margin: 0;
}

.ellipsis {
    width: 100%;
    /*设置宽度*/
    white-space: nowrap;
    /*设置不折行*/
    text-overflow: ellipsis;
    /*这就是省略号喽*/
    -o-text-overflow: ellipsis;
    /*兼容opera*/
    overflow: hidden;
    /*设置超过的隐藏*/
}

.td_div_ellipsis {
    width: 96%;
    /*设置宽度*/
    white-space: nowrap;
    /*设置不折行*/
    text-overflow: ellipsis;
    /*这就是省略号喽*/
    -o-text-overflow: ellipsis;
    /*兼容opera*/
    overflow: hidden;
    /*设置超过的隐藏*/
}

.pos-rel label {
    padding: 0 3px;
}


/*******************************************************************************************************************
*  弹出框 dialog 样式
*******************************************************************************************************************/
.openDialog {
    font-size: 14px;
    font-family: "微软雅黑", tahoma, arial, "宋体";
    box-shadow: 0 3px 26px #000000;
    max-height: 100%;
    overflow: auto;
}

.openDialog_border {
    border: 1px solid #2b579e;
}

.openDialog_header {
    background-color: #FFFFFF;
    padding: 0 10px;
    line-height: 30px;
    cursor: move;
    background: -moz-linear-gradient(top, #f3f3f3, #ffffff);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#ffffff));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f3f3f3, endColorstr=#ffffff);
    /*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f3f3f3, endColorstr=#ffffff)";
    /*IE8+*/
    background: -ms-linear-gradient(top, #f3f3f3, #ffffff);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
}

.openDialog_title {
    line-height: 30px;
    float: left;
    width: 70%;
    _width: 70%;
    font-size: 14px;
    text-align: left;
    font-family: "微软雅黑", tahoma, arial, "宋体";
    color: #386389;
}

.openDialog_close {
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
    float: right;
    background: -moz-linear-gradient(top, #cde8ff, #9ecaf0);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#cde8ff), to(#9ecaf0));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#cde8ff, endColorstr=#9ecaf0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#cde8ff, endColorstr=#9ecaf0)";
    background: -ms-linear-gradient(top, #cde8ff, #9ecaf0);
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    width: 48px;
    height: 27px;
    text-align: center;
    vertical-align: middle;
}

.openDialog_main {
    background: -moz-linear-gradient(top, #ffffff, #f3f3f3);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f3f3f3));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f3f3f3);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#f3f3f3)";
    background: -ms-linear-gradient(top, #ffffff, #f3f3f3);
    padding: 25px 20px;
    width: 480px;
    height: auto;
    border: 1px solid #f3f3f3;
}

.openDialog_main .wi-label {
    margin: 0 2px 0 20px;
    width: 180px;
}

.uploadDownload label {
    color: #4a4b45;
}

.openDialog_main .wi-item {
    width: 505px;
}

.openDialog_main label {
    width: 60px;
}

.openDialog_main .i-select {
    width: 100px;
}

.i-select {
    width: 100px;
}


.openTable {
    margin: 0 auto;
}

.NEW_SKYPE {
    height: 34px;
    line-height: 34px;
}

.openTable .OpenWindow_left {
    text-align: left;
    width: 150px;
    margin-left: 20px;
}

.openTable .OpenWindow_right span {
    height: 28px;
    margin: auto 0;
    vertical-align: middle;
}

.openTable .OpenWindow_right label {
    padding: 0 10px;

}

.openTable .i-text {
    width: 188px;
}

.openTable select {
    width: 195px;
}


.openDialog_footer {
    background: -moz-linear-gradient(top, #f3f3f3, #f3f3f3);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#f3f3f3));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f3f3f3, endColorstr=#f3f3f3);
    /*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f3f3f3, endColorstr=#f3f3f3)";
    /*IE8+*/
    background: -ms-linear-gradient(top, #f3f3f3, #f3f3f3);

}

.openDialog_buttons {
    text-align: center;
    padding-bottom: 20px;
}

.openDialog_buttons input {
    /*background: -moz-linear-gradient( top,#ffffff,#e0efff);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e0efff));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#e0efff);*/
    /*IE<9>*/
    /*
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#e0efff)";*/
    /*IE8+*/
    /*
    background:-ms-linear-gradient(top, #ffffff, #e0efff);
    border:1px solid #afc0cc;
    color: #59809b;
    cursor: pointer;
    font-size: 16px;
    font-family: "微软雅黑",tahoma,arial,"宋体";
    height: 35px;
    width: 81px;
    border-radius: 5px;
    margin-bottom: 10px;*/

    min-width: 81px;
    max-width: 122px;
    height: 36px;
    color: #ffffff;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #4483c0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    border: solid 1px #3f7ebc;
    font: 15px "微软雅黑", tahoma, arial, "宋体";
}

.openDialog_buttons input:hover {
    /*background: -moz-linear-gradient( top,#e0efff,#ffffff);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#e0efff), to(#ffffff));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#e0efff, endColorstr=#ffffff);*/
    /*IE<9>*/
    /*
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#e0efff, endColorstr=#ffffff)";*/
    /*IE8+*/
    /*
    background:-ms-linear-gradient(top, #e0efff, #ffffff);*/

    background: -moz-linear-gradient(top, #4483c0, #7cc6fa);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#4483c0), to(#7cc6fa));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#4483c0, endColorstr=#7cc6fa);
    /*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#e0efff, endColorstr=#7cc6fa)";
    /*IE8+*/
    background: -ms-linear-gradient(top, #4483c0, #7cc6fa);

}

.openDialog_buttons input:active {
    /*background: -moz-linear-gradient( top,#47c360,#3ab052);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#47c360), to(#3ab052));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#47c360, endColorstr=#3ab052);*/
    /*IE<9>*/
    /*
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#47c360, endColorstr=#3ab052)";*/
    /*IE8+*/
    /*
    background:-ms-linear-gradient(top, #47c360, #3ab052);
    text-shadow: 1px 1px 1px rgb(152,212,164);
    color:#ffffff;*/
    background: -moz-linear-gradient(top, #7cc6fa, #4483c0);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#7cc6fa), to(#4483c0));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#7cc6fa, endColorstr=#4483c0);
    /*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#7cc6fa, endColorstr=#4483c0)";
    /*IE8+*/
    background: -ms-linear-gradient(top, #7cc6fa, #4483c0);
    text-shadow: 1px 1px 1px rgb(152, 212, 164);
}

.openDialog_mask {
    background-color: #4d4d4d;
    filter: alpha(opacity=50);
    opacity: 0.5;
    position: fixed;
    _position: absolute;
}


/*******************************************************************************************************************
*  USB
*******************************************************************************************************************/
.process-bar {
    width: 200px;
    height: 18px;
    display: inline-block;
    *zoom: 1;
}

.pb-wrapper {
    border: 1px solid gray;
    border-style: solid none;
    position: relative;
    background: #cfd0d2;
}

.pb-container {
    border: 1px solid gray;
    border-style: none solid;
    height: 14px;
    position: relative;
    left: -1px;
    margin-right: -2px;
    font: 1px/0 arial;
    padding: 1px;
}

.pb-highlight {
    position: absolute;
    left: 0;
    top: 0;
    _top: 1px;
    width: 100%;
    opacity: 0.6;
    filter: alpha(opacity=60);
    height: 6px;
    background: white;
    font-size: 14px;
    line-height: 0;
    z-index: 1
}

.pb-text {
    width: 100%;
    position: absolute;
    left: 0;
    top: 8px;
    text-align: center;
    font-size: 14px;
    font-family: "微软雅黑", tahoma, arial, "宋体";
}

.pb-value {
    height: 100%;
    width: 50%;
    background: #109bc0;
}

.pb-warning {
    background: #c02e0d;
}

.pb-text {
    color: #262626;
    font-size: 14px;
    font-family: "微软雅黑", tahoma, arial, "宋体";
}

.sys_info {
    position: relative;
    border-bottom: 1px solid #666666;
    line-height: 18px;
    padding: 3px;
    margin-left: 43px;
    width: 100%;
}

.sys_info em {
    display: block;
    width: 15%;
    font: 100% Arial, Helvetica;
    text-align: left;
    float: left;
    line-height: 22px;
}

.sys_words {
    width: 200px;
    top: 16%;
    left: 22%;
    position: absolute;
}

.info_position {
    width: 200px;
    top: 18px;
    left: 16px;
    position: absolute;
}

.info_position label {
    padding: 0 2px;
}

#sum_department table tr {
    width: 120px;
    float: left;

}

/*******************************************************************************************************************
*  状态监控
*******************************************************************************************************************/

#status_list .rightMiddle {
    position: absolute;
    top: 42px;
    left: 167px;
}

#status_list .leftMiddle {
    position: absolute;
    top: 27px;
    right: 165px;
}

#status_list li {
    float: left;
    height: 170px;

}

.status-bar {
    width: 58%;
    height: 322px;
    margin: 0 auto;
    min-width: 1140px;
}

.status-item {
    background: url("../images/bg/status_normal.png") no-repeat 4px 0;
    float: left;
    height: 165px;
    width: 126px;
    font-size: 14px;
    font-family: "微软雅黑", tahoma, arial, "宋体";
    margin: 0 -1px 20px 0;
    cursor: pointer;

}

.status-posision {
    position: relative;
}

.status-item label {
    cursor: pointer;
}

.status-item_false {
    background: url("../images/bg/status_normal.png") no-repeat 4px 0;
    float: left;
    height: 165px;
    width: 126px;
    font-size: 14px;
    font-family: "微软雅黑", tahoma, arial, "宋体";
    margin: 0 -1px 20px 0;
    cursor: pointer;
}

.status-item:hover {
    background: url("../images/bg/status_hover.png") no-repeat 4px 0;
    height: 165px;

}

.status-bar .lastOne {
    margin: 0 0 20px 0;
}

.status-bar .useless {
    cursor: default;
}

.item-icon {
    background: url(../images/bg/status_icons.png) no-repeat 0 0 transparent;
    width: 73px;
    height: 58px;
    margin: 14px auto 0 auto;
}

.item-title {
    height: 39px;
    line-height: 39px;
    text-align: center;
    color: #1152a2;
}

.item-info {
    height: 50px;
    /* line-height: 50px;*/
    text-align: center;
    color: #2B579E;
    margin-left: 4px;
    width: 98%;
    margin-top: 16px;
}

.item-info-read {
    color: #999999;
}

/*图标位置*/
.wifi_icon .item-icon {
    background-position: 2px 2px;
}

.wan_icon .item-icon {
    background-position: -98px -2px;
}

.safe_icon .item-icon {
    background-position: -212px 2px;
}

.usb_icon .item-icon {
    background-position: -336px -1px;
}

.tietrunk_icon .item-icon {
    background-position: -488px 7px;
}

.dns_icon .item-icon {
    background-position: -602px -83px;
}

.ddns_icon .item-icon {
    background-position: -4px -82px;
}

.RAM_icon .item-icon {
    background-position: -483px 0;
}

.storage_icon .item-icon {
    background-position: -483px 0;
}

.lan_icon .item-icon {
    background-position: -4px -85px;
}

.ipextension_icon .item-icon {
    background-position: -101px -79px;
    width: 86px;
}

.SIP_icon .item-icon {
    background-position: -464px -81px;
    width: 120px;
}

.desk_icon .item-icon {
    background-position: -213px -77px;
}

.iptrunk_icon .item-icon {
    background-position: -314px -82px;
    width: 120px;
}

.linked_icon .item-icon {
    background-position: -578px -81px;
    width: 120px;
}


.wifi_icon_false .item-icon {
    background-position: 2px -182px;
}

.wan_icon_false .item-icon {
    background-position: -98px -186px;
}

.safe_icon_false .item-icon {
    background-position: -212px -182px;
}

.usb_icon_false .item-icon {
    background-position: -340px -194px;
}

.tietrunk_icon_false .item-icon {
    background-position: -485px -176px;
}

.dns_icon_false .item-icon {
    background-position: -602px -188px;
}

.ddns_icon_false .item-icon {
    background-position: -4px -263px;
}

.RAM_icon_false .item-icon {
    background-position: -483px -186px;
}

.storage_icon_false .item-icon {
    background-position: -483px -186px;
}

.lan_icon_false .item-icon {
    background-position: -3px -269px;
}

.ipextension_icon_false .item-icon {
    background-position: -101px -263px;
    width: 86px;
}

.SIP_icon_false .item-icon {
    background-position: -465px -265px;
    width: 120px;
}

.desk_icon_false .item-icon {
    background-position: -213px -261px;
}

.iptrunk_icon_false .item-icon {
    background-position: -314px -266px;
    width: 120px;
}

.linked_icon_false .item-icon {
    background-position: -578px -265px;
    width: 120px;
}

/*刻度值位置*/
.current_occ {
    background: url(../images/bg/status_icons.png) no-repeat -122px -486px transparent;
    position: absolute;
    left: 85px;
    top: 7px;
    height: 48px;
    width: 24px;
}

/*警告信息*/
.i-warning {
    background: url(../wizard_img/wi_warning.png) no-repeat scroll 6px 0 transparent;
    color: #FFFFFF;
    font-weight: bold;
    height: 19px;
    width: 19px;
    left: 84px;
    padding-left: 5px;
    position: absolute;
    top: 23px;
    text-align: center;
}

.warning {
    color: #FF0000;
}


.i-warn-text {
    color: #ff0000;
}

.add-icon-time {
    position: absolute;
    margin-left: 95px;
    margin-top: -15px;
}


/*event*/
.eventList {
    height: 28px;
    padding: 0 5px;
}

.event_h2 {
    font-size: 14px;
    border-bottom: 1px solid #CDCDCD;
    text-align: left;
    color: #4082A7;
    margin-bottom: 5px;
    font-family: "微软雅黑", tahoma, arial, "宋体";
}

.eventList span {
    display: inline-block;
    width: 150px;
    overflow: hidden;
    text-align: left;
}

.eventList div {
    display: inline;
    text-align: right;
    width: 41px;
}

#safeGroup {
    /*background: -moz-linear-gradient( top, #d9e3e8, #F3F9FF);
    background:-ms-linear-gradient(top, #d9e3e8, #F3F9FF);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#d9e3e8), to(#F3F9FF));
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#d9e3e8,endColorStr=#F3F9FF);*/
    border-radius: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
}

#redGroup {
    background: -moz-linear-gradient(top, #fe8b8b, #e8d6d6);
    background: -ms-linear-gradient(top, #fe8b8b, #e8d6d6);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fe8b8b), to(#e8d6d6));
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#fe8b8b, endColorStr=#e8d6d6);
    border-radius: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
}

#orangeGroup {

    background: -moz-linear-gradient(top, #fdc673, #e7e0d5);
    background: -ms-linear-gradient(top, #fdc673, #e7e0d5);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fdc673), to(#e7e0d5));
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#fdc673, endColorStr=#e7e0d5);
    border-radius: 5px;
    padding-top: 5px;
}

#redGroup h2,
#orangeGroup h2,
#safeGroup h2 {
    width: 98%;
    margin: 0 auto 5px;

}

#redGroup h2>a,
#orangeGroup h2>a,
#commonGroup>a {
    font-size: 14px;
}

#safe.red_word {
    color: #FF0000;
    font-weight: bold;
}

.orange_word {
    color: #fd971f;
    font-weight: bold;
}

/*设备外观图*/
.status-view {
    height: 125px;
    width: 965px;
    margin: 26px auto 0 auto;
    background: url(../images/bg/outside_view.png);
    position: relative;
}

.v-trunk {
    position: absolute;
    height: 13px;
    width: 30px;
    left: 94%;
    top: 77px;
}

.v-extension {
    position: absolute;
    height: 13px;
    width: 30px;
    left: 94%;
    top: 92px;
}

.tools {
    height: 60px;
    /*margin: 0 auto 0 139px;*/
    margin: 0 auto;
    width: 1156px;
    padding-top: 20px;
}

.tools #tdiv {
    position: relative;
    float: right;
    text-align: right;
    line-height: 19px;
    width: auto;
}

.tools #tdiv label {
    cursor: pointer;
}

.tools a {
    width: 100px;
}

.ie-placeholder {
    color: #ababab;
}

/*******************************************************************************************************************
* auto-call-timesection
*******************************************************************************************************************/
.wi-time {
    display: inline-block;

}

.selectinput {
    position: relative;
    width: 44px;
    padding: 0;
    height: 25px;
    line-height: 25px;
}

.selectinput select {
    width: 50px;
}

.sinput {
    position: absolute;
    border: 0px solid #CCC;
    height: 25px;
    padding: 0px;
    width: 44px;
}

.sup {
    border: 0 solid #C4E8FD;
    height: 0.6em;
    position: absolute;
    right: 0;
}

.sdown {
    border: 0 solid #C4E8FD;
    bottom: 0;
    height: 0.6em;
    position: absolute;
    right: 0;
}

.supIMG {
    border-width: 0;
    height: 15px;
    position: relative;
    top: -7px;
    width: 18px;
}

.sdownIMG {
    border-width: 0;
    height: 15px;
    position: relative;
    top: -13px;
    width: 18px;
    vertical-align: middle;
}

/*自动搜索*/
.autocomplete-suggestions {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #999999;
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    cursor: pointer;
    overflow: auto;
    text-align: left;
    color: #4a4b45;
    font: 13px "微软雅黑", tahoma, arial, "宋体";

}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
}

.autocomplete-selected {
    background: none repeat scroll 0 0 #F0F0F0;
}

.autocomplete-suggestions strong {
    color: #3399FF;
    font-weight: normal;
}

.spotbar {
    display: block;
    margin-bottom: 8px;
    text-align: left;
}

#autocomplete {
    background: url("../images/spot.png") no-repeat scroll 190px 6px #fff;
    border: 1px solid #aac9ed;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(170, 201, 237, 0.3) inset;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding: 2px 17px 2px 5px;
    position: relative;
    top: -2px;
    width: 186px;
}


/*=======================placeholder========================*/
input {
    color: black;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #CDCDCD;
}

.ie-placeholder {
    color: #CDCDCD;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #CDCDCD;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #CDCDCD;
}

/*========================line===============================*/
.line_bg {
    position: relative;
    height: 20px;
    width: 40px;
    margin: 0 auto;
    background: url(../images/bg/line.png) no-repeat center;
}

.line_bg span {
    left: 22px;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 16px;
}

.phone_bg {
    position: relative;
    height: 20px;
    width: 60px;
    margin: 0 auto;
    background: url(../images/phone_lock.png) no-repeat;
}

.phone_lock_bg {
    background-position: center top;
}

.phone_unlock_bg {
    background-position: center bottom;
}

.phone_lock_bg span,
.phone_unlock_bg span {
    left: 42px;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 16px;
    color: #ffffff;
}

/*
.link_page{
    text-decoration: underline;
}*/
#max_width {
    width: 96%;
}

#max_width .wi-general,
#max_width .div_table {
    width: 96%;
}

/*======================Progress bar=====================*/


/* Webkit animation keyframes */
@-webkit-keyframes animate-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 44px 0;
    }
}

.ui-progress-bar {
    position: relative;
    height: 33px;
    padding-right: 0px;
    overflow: hidden;

    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;

    background: #9da5b0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b6bcc6), color-stop(1, #9da5b0));
    background: -moz-linear-gradient(#9da5b0 0%, #b6bcc6 100%);

    background-color: #abb2bc;
    /* background-color: #abb2bc\9; */
    /*所有ie*/

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9da5b0, endColorstr=#b6bcc6, grandientType=1);

    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px 0px #FFF;
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px 0px #FFF;
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px 0px #FFF;
}

.ui-progress-bar2 {
    /* Usual setup stuff */
    position: absolute;
    display: block;
    overflow: hidden;
    border: 0px solid #4c8932;
    height: 32px;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;


    -webkit-background-size: 44px 44px;
    /* Webkit */

    background: #74d04c;

    background: -webkit-repeating-linear-gradient(-45deg,
            rgba(255, 255, 255, 0.17),
            rgba(255, 255, 255, 0.17) 15px,
            rgba(255, 255, 255, 0) 15px,
            rgba(255, 255, 255, 0) 30px), -webkit-linear-gradient(#9bdd62 0%, #74d04c 100%);

    background: -moz-repeating-linear-gradient(top left -30deg,
            rgba(255, 255, 255, 0.17),
            rgba(255, 255, 255, 0.17) 15px,
            rgba(255, 255, 255, 0) 15px,
            rgba(255, 255, 255, 0) 30px), -moz-linear-gradient(#9bdd62 0%, #74d04c 100%);

    background: -webkit-repeating-linear-gradient(-30deg,
            rgba(255, 255, 255, 0.17),
            rgba(255, 255, 255, 0.17) 15px,
            rgba(255, 255, 255, 0) 15px,
            rgba(255, 255, 255, 0) 30px), -webkit-linear-gradient(#9bdd62 0%, #74d04c 100%);

    background: -ms-repeating-linear-gradient(-30deg,
            rgba(255, 255, 255, 0.17),
            rgba(255, 255, 255, 0.17) 15px,
            rgba(255, 255, 255, 0) 15px,
            rgba(255, 255, 255, 0) 30px), -ms-linear-gradient(#9bdd62 0%, #74d04c 100%);

    background: -o-repeating-linear-gradient(-30deg,
            rgba(255, 255, 255, 0.17),
            rgba(255, 255, 255, 0.17) 15px,
            rgba(255, 255, 255, 0) 15px,
            rgba(255, 255, 255, 0) 30px), -o-linear-gradient(#9bdd62 0%, #74d04c 100%);
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9bdd62,endColorstr=#74d04c,grandientType=1);*/

    -webkit-box-shadow: inset 0px 1px 0px 0px #abb2bc, inset 0px -1px 1px #abb2bc;
    -moz-box-shadow: inset 0px 1px 0px 0px #abb2bc, inset 0px -1px 1px #abb2bc;
    box-shadow: inset 0px 1px 0px 0px #abb2bc, inset 0px -1px 1px #abb2bc;
    -webkit-animation: animate-stripes 2s linear infinite;
    animation: animate-stripes 2s linear infinite;
    -moz-animation: animate-stripes 2s linear infinite;

    -webkit-background-size: 35px 35px;
    -moz-background-size: 35px 35px;
    -ms-background-size: 35px 35px;
    -o-background-size: 35px 35px;
    background-size: 35px 35px;

    background-color: #abb2bc;
}

.ui-progress,
.ui-progress_online {
    /* Usual setup stuff */
    position: absolute;
    display: block;
    overflow: hidden;
    border: 0px solid #4c8932;
    height: 32px;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;


    -webkit-background-size: 44px 44px;
    /* Webkit */

    background: #74d04c;

    background: -webkit-repeating-linear-gradient(-45deg,
            rgba(255, 255, 255, 0.17),
            rgba(255, 255, 255, 0.17) 15px,
            rgba(255, 255, 255, 0) 15px,
            rgba(255, 255, 255, 0) 30px), -webkit-linear-gradient(#9bdd62 0%, #74d04c 100%);

    background: -moz-repeating-linear-gradient(top left -30deg,
            rgba(255, 255, 255, 0.17),
            rgba(255, 255, 255, 0.17) 15px,
            rgba(255, 255, 255, 0) 15px,
            rgba(255, 255, 255, 0) 30px), -moz-linear-gradient(#9bdd62 0%, #74d04c 100%);

    background: -webkit-repeating-linear-gradient(-30deg,
            rgba(255, 255, 255, 0.17),
            rgba(255, 255, 255, 0.17) 15px,
            rgba(255, 255, 255, 0) 15px,
            rgba(255, 255, 255, 0) 30px), -webkit-linear-gradient(#9bdd62 0%, #74d04c 100%);

    background: -ms-repeating-linear-gradient(-30deg,
            rgba(255, 255, 255, 0.17),
            rgba(255, 255, 255, 0.17) 15px,
            rgba(255, 255, 255, 0) 15px,
            rgba(255, 255, 255, 0) 30px), -ms-linear-gradient(#9bdd62 0%, #74d04c 100%);

    background: -o-repeating-linear-gradient(-30deg,
            rgba(255, 255, 255, 0.17),
            rgba(255, 255, 255, 0.17) 15px,
            rgba(255, 255, 255, 0) 15px,
            rgba(255, 255, 255, 0) 30px), -o-linear-gradient(#9bdd62 0%, #74d04c 100%);
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9bdd62,endColorstr=#74d04c,grandientType=1);*/

    -webkit-box-shadow: inset 0px 1px 0px 0px #dbf383, inset 0px -1px 1px #58c43a;
    -moz-box-shadow: inset 0px 1px 0px 0px #dbf383, inset 0px -1px 1px #58c43a;
    box-shadow: inset 0px 1px 0px 0px #dbf383, inset 0px -1px 1px #58c43a;
    -webkit-animation: animate-stripes 2s linear infinite;
    animation: animate-stripes 2s linear infinite;
    -moz-animation: animate-stripes 2s linear infinite;

    -webkit-background-size: 35px 35px;
    -moz-background-size: 35px 35px;
    -ms-background-size: 35px 35px;
    -o-background-size: 35px 35px;
    background-size: 35px 35px;
}

@-moz-keyframes animate-stripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 60px 0;
    }
}

@-webkit-keyframes animate-stripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 60px 0;
    }
}

/* Progress indicator text */
.ui-progress span.ui-label {
    font-size: 14px;
    position: absolute;
    right: 0;
    line-height: 30px;
    padding-right: 4px;
    color: rgba(0, 0, 0, 0.6);
    text-shadow: rgba(255, 255, 255, 0.45) 0 1px 0;
    white-space: nowrap;
}

/* Tab切换页样式 */
.tabbox {
    width: 98%;
    margin: 5px auto;
}

.tabbox .tabbtn {
    height: 28px;
    /*    border-bottom: 1px solid #DDDDDD;*/
}

.tabbox .tabbtn .add-tab {
    width: 20px;
    height: 24px;
}

.tabbox .tabbtn .add-tab img {
    padding: 2px 0 0 3px;
    cursor: pointer;
}

.tabbox .tabbtn li {
    border-radius: 4px 4px 0 0;
    float: left;
    margin: 0 0 -1px 5px;
    /*    z-index:1000;*/
    background-color: #c9d7ec;
    position: relative;
    width: 80px;
}

.tabbox .tabbtn li:hover {
    background-color: #EEEEEE;
}

.tabbox .tabbtn li a,
.tabbox .tabbtn li span {
    display: block;
    float: left;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    padding: 3px 6px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    width: 84%;
}

.tabbox .tabbtn li.current {
    border-left: solid 1px #3c7dbd;
    border-right: solid 1px #3c7dbd;
    border-top: solid 1px #3c7dbd;
}

.tabbox .tabbtn li.current:hover {
    background-color: #FFFFFF;
}

.tabbox .tabbtn li.current a,
.tabbox .tabbtn li.current span {
    height: 22px;
    line-height: 22px;
}

.tabbox .tabcon {
    padding: 5px;
    max-height: 270px;
    height: 100%;
    overflow-y: auto;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

.mod-content {
    border: 1px solid #dfdfe0;
    font-size: 14px;
    padding-bottom: 4px;
    border-top: none;
    border-top: 1px solid #ffffff;
    padding-bottom: 0px;
}

.mod-content .content-title {
    float: left;
    overflow: hidden;
    padding-left: 14px;
    padding-top: 7px;
    width: 114px;
    color: #5C5F62;
    font-family: "微软雅黑", tahoma, arial, "宋体";
    font-size: 14px;
}

.mod-content .content-link {
    color: #054DA1;
    float: left;
    overflow: hidden;
    width: 80%;
}

.mod-content .content-link li {
    float: left;
    height: 37px;
    overflow: hidden;
    width: 100px;
}

.mod-content .content-link li h3 {
    /*    border-bottom: 1px solid #EFEFEF;*/
    height: 36px;
    line-height: 36px;
    position: relative;
    width: 95px;
    font-weight: 100;
}

.mod-content .content-link li h3 div {
    position: absolute;
    width: 95px;
    color: #4a4b45;
    font-size: 14px;
}

#bd {
    border-top: 1px solid #DFDFE0;
    border-top: 0px solid #DFDFE0;
    margin-top: 10px;
    position: relative;
    clear: both;
}

#user-defined input {
    margin-top: 7px;
}

#multi-service fieldset {
    border: 1px solid #CDCDCD;
    margin: 25px;
    padding: 0.725em;
    width: 66%;
}

#multi-service fieldset legend {
    color: #4082A7;
    margin: 0;
    padding: 0;
}

#multi-service .wi-right {
    margin-left: 30px;
}

.x-tab-close-btn {
    background: url("../images/tab-default-close.png") no-repeat -12px 0px transparent;
    height: 12px;
    width: 12px;
    display: inline-block;
}

.x-tab-close-btn:hover {
    background-position: -24px 0;
}

.x-tab-close-btn {
    position: absolute;
    right: 2px;
    top: 2px;
    cursor: pointer;
}

/*分机状态*/
.NRP1012 {
    background: url(../images/aa.png) no-repeat 0 0;
    width: 598px;
    height: 382px;
    position: relative;
    margin-top: 16px;
}

.NRP1012 .keys {
    position: absolute;
    left: 424px;
    top: 77px;
}

.NRP1012 .keys div {
    margin-bottom: 4px;
}

.NRP1012 .keys select {
    width: 64px;
}

.NRP1004 {
    background: url(../images/bb.png) no-repeat 0 0;
    width: 545px;
    height: 300px;
    position: relative;
    margin-top: 16px;
}

.NRP1004 .keys {
    position: absolute;
    left: 364px;
    top: 107px;
}

.NRP1004 .keys div {
    margin-bottom: 3px;
}

.NRP1004 .keys select {
    width: 64px;
}

#dataTable table {
    width: 440px;
}

.t_thead th {
    width: 85px;
}

.t_tbody td {
    text-align: center;
}

.extension_key {
    width: 11.8%;
    display: inline-block;
    height: 25px;
    line-height: 25px;
}

/*批量配置线路*/
.selectImg {
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin-top: -4px;
    vertical-align: middle;
    width: 16px;
}

.extSelected {
    background: url("../images/true.png") no-repeat 0 3px;
}

.extNotSelected {
    background: url("../images/false.png") no-repeat 0 3px;
}

table.tableconfig {
    font-size: 14px;
    margin: 5px 0;
    text-align: center;
    margin: 0 auto;
}

table.tableconfig tbody td {
    background-color: #ffffff;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-top: 1px;
    text-align: left;
}

.moulde_line label {
    padding: 0 3px;
}

.moulde_line>td {
    border: 1px solid #e1e1e0;
}

.td_text {
    border-left: 1px solid #1152a2;
    border-top: 1px solid #1152a2;
    text-align: center;
}

/*mx8-II*/
#t2 th {
    border-bottom: none;
}

#t2 {
    border-top: none;
    border-left: none;
}

.quicksearch {
    margin-bottom: 5px;
}

/*表格宽度,英文版本可能需要修改此部分内容*/
.vlanTW {
    width: 620px;
}

.fxocfgBTW {
    width: 665px;
}

.fxocfgTW {
    width: 650px;
}

.linecfgBTW {
    width: 665px;
}

.linecfgTW {
    width: 650px;
}

.storageTable {
    width: 750px;
}

.usbrecordTW {
    width: 702px;
}

.usbrecordTW .frame_tab_left {
    width: 158px;
}

.featureTW {
    width: 652px;
}

.tieManage {
    width: 88%;
}

.sipTrunkOption {
    width: 955px;
}

.sipTrunkOption .frame_tab_left {
    width: 212px;
}

.digitMapTW {
    width: 690px;
}

.downcfgTW {
    width: 330px;
}

.downcfgTW2 {
    /*width: 478px;*/
}

.faxTW {
    width: 770px;
}

.wanTW {
    width: 732px;
}

.autoCallTW {
    width: 872px;
}

.dialTW {
    width: 900px;
}

.domainTW {
    width: 650px;
}

.encryTw {
    width: 785px;
}

.sipoptionTW {
    width: 764px;
}

.lineoptionTW {
    width: 696px;
}

.regIpextTW {
    width: 750px;
}

.extensionMoreTW {
    width: 625px;
}

.ttsTW {
    width: 600px;
}

.autoMangeTW {
    width: 970px;
}

.autoMangeTW .frame_tab_left {
    width: 268px;
}

.secureTW {
    width: 640px;
}

.numberFilterTw {
    width: 974px;
    /* padding-left: 20px;*/
}

.groupTW {
    width: 600px;
}

.fxoTW {
    width: 650px;
}

#helpDivs,
.helpDiv,
#helpBody {
    max-height: 500px;
    overflow-y: auto;
}

.tables {
    font-size: 14px;
    font-family: "微软雅黑", tahoma, arial, "宋体";
    color: #000000;
    background-color: #333333;
}

.td_white {
    padding-left: 5px;
    height: 25px;
    background-color: #FFFFFF;
}

.td_hui {
    padding-left: 5px;
    height: 25px;
    background-color: #CCCCCC;
}

.STYLE2 {
    height: 25px;
    background-color: #CCCCCC;
    font-weight: bold;
    padding-left: 5px;
}

.STYLE1 {
    height: 25px;
    background-color: #FFFFFF;
    font-weight: bold;
    padding-left: 5px;
}

.imgText {
    margin-left: -8px;
}

.td_eee {
    padding-left: 5px;
    height: 25px;
    background-color: #eeeeee;
}

.usbStat {
    width: 518px;
    height: 30px;
    line-height: 30px;
    text-align: left;
}

.timeSearch {
    width: 227px;
    height: 30px;
    /*float: right;*/
    /*margin: -36px 25px 0px 0px;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f1f1f1;
    border: solid 1px rgba(0, 0, 0, .16);
}

.imgTimeSearch {
    cursor: pointer;
    float: right;
    border: 0px;
    width: 24px;
    height: 20px;
    margin-right: 8px;
    margin-top: 5px;
}

.timeSearchText {
    width: 184px;
    height: 30px;
    border: 0px;
    background-color: #f1f1f1;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #000;
    padding-left: 10px;
    cursor: pointer;
}

.buttonUpload {
    cursor: pointer;
    background: url("../images/bg/upload.png") no-repeat scroll 0 3px;
    border: 0 none;
    color: #4082a7;
    font-size: 14px;
    padding-left: 10px;
    text-decoration: underline;
}

.buttonDel {
    cursor: pointer;
    background: url("../images/bg/delete.png") no-repeat scroll 0 3px;
    border: 0 none;
    color: #4082a7;
    font-size: 14px;
    padding-left: 19px;
    text-decoration: underline;
}

.buttonDel:hover,
.buttonDel:active {
    background: url("../images/bg/callDelet_active.png") no-repeat scroll 0 3px;
}

.buttonUpload:hover,
.buttonUpload:active {
    background: url("../images/bg/upload_shadow.png") no-repeat scroll 0 3px;
}

.treePlantName {
    float: left;
    position: relative;
    top: 60px;
    line-height: 140px;
    margin-right: 10px
}

.treePlant {
    float: left;
    position: relative;
    top: 10px;
    height: 211px;
}

.ivrTree {
    position: relative;
    border-left: 1px solid rgb(205, 205, 205);
    top: 20px;
    height: 70px;
}

.ivrTree .ivr_tree {
    left: -11px;
    display: inline-block;
    border-top: 1px solid rgb(205, 205, 205);
    width: 68px;
    top: -31px;
    height: 20px;

}

.ivrTree .keyCfg {
    width: 124px;
    position: relative;
    top: -17px
}

.ivrTree .del_pos {
    position: relative;
    top: -17px;
    left: 5px;
    text-decoration: none;
}

.ivrTree .lanCfg {
    width: 124px;
    position: relative;
    top: 14px;
    /* left: -143px;*/
    left: -124px;
}

.select_disabled_color {
    background-color: #cccccc;
}

#ivrtreeAdd {
    position: relative;
    border-left: 1px solid rgb(205, 205, 205);
    top: 20px;
    height: 20px;
}

#ivrtreeAdd .ivr_tree {
    left: -11px;
    display: inline-block;
    border-top: 1px solid rgb(205, 205, 205);
    width: 68px;
    top: -31px;
    height: 2px;
}

#ivrtreeAdd .subItem-h5 {
    display: inline-block;
    left: 68px;
    position: relative;
    top: -28px
}

#iptrunk_tab .fixHeadDiv,
#trunk_tab .fixHeadDiv,
#ipextension_tab .fixHeadDiv,
#extension_tab .fixHeadDiv,
#extension_sec_tab .fixHeadDiv,
#ipextension_sec_tab .fixHeadDiv {
    max-height: 240px;
    overflow-y: auto;
    border-radius: 5px;
    border: 1px solid #3C7DBB;
    margin-left: -5px;
    width: 99.8%;
    margin-top: -1px
}

#iptrunk_tab .fixheader,
#trunk_tab .fixheader,
#ipextension_tab .fixheader,
#extension_tab .fixheader,
#extension_sec_tab .fixheader,
#ipextension_sec_tab .fixheader {
    border-radius: 5px;
    border-left: 1px solid #3C7DBB;
    border-top: 1px solid #3C7DBB;
    margin-left: -5px;
    width: 100%;
    margin-top: -5px
}

#api_iptrunk td,
#api_trunk td {
    width: 20%;
}

#api_phone td,
#api_ipphone td,
#sec_ipphone td,
#sec_phone td {
    width: 27%;
}

.phone_bind {
    width: 25%;
    text-align: center;
}

.voiceSecurity {
    width: 20%;
    text-align: center;
}

.toptips {
    position: absolute;
    /*background-color:white;*/
    background: -moz-linear-gradient(top, #ffffff, #e0efff);
    background: -ms-linear-gradient(top, #ffffff, #e0efff);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e0efff));
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#ffffff, endColorStr=#e0efff);
    /*圆角*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: none;
    z-index: 100;
}

/*-------蓝色-------*/
.toptips.blue {
    /*background-color:#d9f1fb;*/
    background: -moz-linear-gradient(top, #ffffff, #e0efff);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#e0efff);
    /*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#e0efff)";
    /*IE8+*/
    border: 1px solid #65a1e9;
    color: #1b475a;
}

.toptips .yitip-content {
    padding: 6px 12px;
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
    text-shadow: 0 0 1px white;
    color: #5b5316;
}

.toptips .yitip-trigon,
.toptips .yitip-trigon-border {
    position: absolute;
    border: 6px solid;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.toptips.blue .yitip-trigon {
    border-color: #d9f1fb;
}

.toptips.blue .yitip-trigon-border {
    border-color: #65A1E9;
}

.ml0 {
    margin-left: 0px;
}

.mr8 {
    margin-right: 8px !important;
}

.mt20 {
    margin-top: 30px;
}

.ivr_tree {
    display: inline-block;
    margin-left: 10px;
    width: 8px;
    height: 1px;
    border-bottom: 1px solid #0066cc;
    position: relative;
    top: 1px
}

.help_css {
    vertical-align: middle;
    margin-top: -2px;
}

#ipextension_list a {
    margin-right: 3px !important;
}