.active {
    color: #57B7F3;
}

#wrapper {display: flex;}

#device_info {}

#header {
    /* height: 106px; */
    width: 110px;
    margin: 0 auto;
    display: flex;
    /* display: none; */
}

.top_line_bg {
    height: 26px;
    width: 960px;
    background: url("../graphics/top_line_bg.png") repeat-x;
}

.top_line_bg td {
    color: #fff;
    width: 960px;
}

.top_bg {
    position: relative;
    height: 70px;
    width: 980px;
    background-color: #58b6f3;
    margin: 0 auto;
}

.top_bg td {
    text-align: right;
    font-weight: bold;
    font-size: 12px;
    width: 960px;
    color: #fff;
}

.middle_language {
    position: absolute;
    right: 10px;
    top: 10px;
}

.nav_bg{
    background-color: rgb(229, 236, 239);
}

#nav {
    width: auto;
    height: 510px;
    float: left;
    display: flex;
    flex-direction: column;
    background: #e5ecef;
    
}

.nav_side {

    color: #fff;
    font-weight: bold;
}

.nav_left {
    background: #3089CF;
    width: 6px;
    height: 36px;
    float: left;
    display: none;
}

.nav_right {
    background: #3089CF;
    height: 36px;
    width: 6px;
    float: right;
    display: none;
}

#nav li {
    float: left;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #fff;
    display: flex;
}

#nav li a {
    position: fixed;
    left: 73px;
    /* display:none; */
    width: 160px;
    color: #000;
    font-size: 12px;
    padding: 0 23px;
    /* background: url("../graphics/nav_line.jpg") no-repeat right center; */
    text-transform: capitalize;
    background-color: rgb(229, 236, 239);
}
#nav:hover li a{
    display:block;
}
#nav li span{
    width: 20px;
}
#nav li a.active + span{
    background-image: url(/image/arrow-left.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    background-size: 25px 30px;
}
#nav li a.active {
    background: #57B7F3;
    color: #fff;
}
#nav li div{
    height: 50px;
    width: 50px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
#nav .icon_home{
    background-image: url(/image/home.png);
}
#nav .icon_wan{
    background-image: url(/image/wan.png);
}
#nav .icon_lan{
    background-image: url(/image/lan.png);
}
#nav .icon_wlan{
    background-image: url(/image/wlan.png);
}
#nav .icon_services{
    background-image: url(/image/services.png);
}
#nav .icon_voip{
    background-image: url(/image/voip.png);
}
#nav .icon_advance{
    background-image: url(/image/advance.png);
}
#nav .icon_diagnose{
    background-image: url(/image/diagnose.png);
}
#nav .icon_admin{
    background-image: url(/image/admin.png);
}
#nav .icon_statistics{
    background-image: url(/image/statistics.png);
}
#wrapper{
    margin: 0 auto;
}
.box_wrapper {
    background: #f2f2f2;
}
.display_none{
    display: none;
}
.box_wrapper .box_top {
    background: #C6E9FF;
    /* padding-top: 13px; */
}

.box_wrapper .box_content {
    /* background: rgb(255, 255, 255); */
    /* padding-bottom: 13px; */
}

#side_wrapper,
#content_wrapper {
    float: left;
}

#side_wrapper {
    width: 170px;
}

#content_wrapper {
    width: 717px;
}

#main {
    width: 960px;
    /* margin: 20px auto; */
    display: flex;
}

.side_menu {
    float: left;
    width: 243px;
    height: auto;

}

#side {
    /* background: rgb(255, 255, 255); */
    /* padding: 15px; */
}

.page_confirm {
    padding: 10px;
}

.page_confirm p {
    color: red;
    font-size: 14px;
    margin-bottom: 10px;
}

#page_container {
    margin-top: 10px;
}

#side ul {
    /* padding-bottom: 20px; */
    background: #fff;
}

#side li h3 {
    height: 50px;
    line-height: 50px;
    /* margin-top: 5px; */
    /* background: #3089CF; */
    background-image: url('/graphics/arrow_up.png');
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 10px;
}
#side li.collapsed h3{
    background-image: url('/graphics/arrow-down.png');
}
#attention {
    margin-top: 10px;
}

#side li h3 a {
    display: block;
    /* width: 180px; */
    height: 50px;
    color: rgb(51, 51, 51);
    font-size: 12px;
    font-weight: bold;
    line-height: 50px;
    padding-left: 10px;
    /* background: #3089CF; */
}

#side li.collapsed h3 a {
    /* background: #3089CF; */
    line-height: 50px;
}

#side li ul li {
    /* background: url("../graphics/icon_menu_li.jpg") no-repeat 13px center; */
    /* background: #3089CF; */
    border-bottom: 1px solid #ccc;
    height: 50px;
    line-height: 50px;
    padding: 0 10px 0 25px;
}

#side li ul li a {
    display: inline-block;
    width: 100%;
    /* font-weight: bold; */
}

.collapsed ul {
    display: none;
}

.transition {
    float: right;
    margin-top: 10px;
}

#content {
    float: right;
    width: 100%;
    height: 100%;
    background: #f5f9fd;
    display: flex;
}

#contentIframe {
    width: 100%;
    min-height: 600px;
    background-color: #aabfd3;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    list-style: none;
}

.intro_main {}

.intro_icon {
    background: url("../graphics/intro_icon.jpg") no-repeat;
    width: 5px;
    height: 35px;
    float: left;
}

.intro_title {
    height: auto;
    /* line-height: 30px; */
    font-size: 16px;
    color: #333333;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.intro_content {
   padding: 5px 0px;
    font-size: 12px;
    color: #5c5d55;
    padding-left: 5px;
    width: 100%;
}

.intro_content_b {
    font-size: 13px;
    font-weight: bold;
    padding-left: 5px;
}

.column {
    margin-top: 10px;
}

.column_overflow {
    overflow: auto;
}

.column_title {
    border: #C7C7C4 0px;
    background-color: #E3E3E3;
    font-size: 14px;
    text-align: center;
    color: #333333;
    height: 30px;
    line-height: 150%;
}

.column_title p {
    float: left;
    font-size: 13px;
    /* line-height: 30px; */
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    color: #333333;
}

.column_table_line {
    background: #3089CF;
}

.statistics_title {
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
}

.statistics_title tr th {
    text-align: center;
    font-weight: bold;
}

.column_title_left {
    background: #3089CF;
    width: 10px;
    height: 30px;
    float: left;
    display: none;
}

.statistics_title_left {
    background: #3089CF;
    width: 10px;
    height: 30px;
    float: left;
}

.column_title_right {
    background: #3089CF;
    width: 8px;
    height: 30px;
    float: right;
    display: none;
}

.column_main {
    width: 700px;
    background: #fff;
    border-top: none;
    border-bottom: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
}

.adsl_main {
    border-top: 1px solid #d3d3d3;
}

.column_space {
    height: 5px;
}

.column_space_btm {
    height: 10px;
}

.column_table {
    width: 680px;
    border: none;
}

.column_table .td_right_line {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    font-size: 13px;
    font-weight: bold;
}

.column_table .td_top_line {
    border-top: 2px solid #fff;
}

.btn_ctl {
    /*margin-top: 10px;*/
}

.btn_ctls {
    float: left;
    margin: 0 10px 0 0;
}

.small_bg {
    height: 36px;
    width: 80px;
    border: #56B2F8 1px solid;
    background-color: #56B2F8;
    -mox-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 16px;
    margin-left: 8px;
}

.mid_bg {
    height: 36px;
    width: 120px;
    border: #56B2F8 1px solid;
    background-color: #56B2F8;
    -mox-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 16px;
    margin-left: 8px;
}

.link_bg {
    height: 36px;
    width: 160px;
    border: #56B2F8 1px solid;
    background-color: #56B2F8;
    -mox-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 16px;
    margin-left: 8px;
}

.link_bg_equilong {
    display: inline-block;
    vertical-align: middle;
    padding: 3px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    background: url("../graphics/button_bg.jpg") repeat-x;
    border: 1px solid #000;
    zoom: 1;
    width: 60px;
}

.btn_bg {
    background: url("../graphics/button_bg.jpg") repeat-x;
    padding: 0 10px;
    padding: 3px 10px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border: none;
}

.btn_ctl span {
    font-weight: bold;
    font-size: 13px;
    margin-right: 10px;
}

.adsl {
    margin-top: 10px;
}

.button_topline {
    border-top: 1px solid #ccc;
    margin-top: 10px;
}

.adsl p {
    float: left;
    padding-right: 20px;
    font-size: 13px;
    font-weight: bold;
}

.statistics_main {
    padding: 10px;
    width: 700px;
    background: #fff;
    border: 1px solid #cecece;
}

.select {
    padding: 5px 10px;
    height: 25px;
    line-height: 25px;
}

.input_site {
    float: left;
    margin-right: 10px;
    margin-top: 1px;
}

.table_inner tr td {
    border: 0 none;
}

.table_inner table {
    border-spacing: 0;
}

.table_port_trigger {
    margin-top: 10px;
}

.column_table .column_sub_title {
    background: url("../graphics/column_sub_title.jpg") repeat-x;
    border: none;
}

.log_table {
    border-top: 1px solid #ccc;
    margin-top: 10px;
}

.page_log {
    text-align: left !important;
}

.adsl_diagnostics_th,
.adsl_diagnostics_th th {
    text-align: center !important;
}

.data_common_sth th {
    font-size: 11px;
}

.secondary_ip {
    min-height: 30px;
}

.block {
    display: block;
}

.none {
    display: none;
}

.input_iesix {
    border: 1px solid #7E9DB9;
    font-size: 12px;
    font-weight: normal;
    height: 20px;
    margin-left: 5px;
    padding: 1px;
}

.data_vertical table tr {
    width: 600px;
    font-weight: normal;


}

#login_body {
    background: #fff;
}

.loginBox {
    margin: 100px auto;
    width: 500px;
}

.loginBox1 {
    margin: 20.5% auto;
    width: 500px;
}

.login_left_bg {
    background: url("../graphics/login_left.png") no-repeat;
    width: 8px;
    height: 229px;
    float: left;
}

.login_right_bg {
    background: url("../graphics/login_right.png") no-repeat;
    width: 8px;
    height: 229px;
    float: left;
}

.loginCtr {
    background: url("../graphics/login_bg.png") repeat-x;
    width: 480px;
    height: 229px;
    float: left;
}

.loginCtr h2 {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    line-height: 42px;
    text-align: center;
    /* border-bottom: 1px solid #CBCBCB; */
    margin: 5px 15px 0;
}

.loginCtr table {
    margin: 22px auto 10px;
    text-align: left;
}

.loginCtr table tr td {
    height: 30px;
    font-size: 14px;
    color: #333;
    padding: 0 5px;
}

.login_btn {
    margin-left: 156px;
}

/* #username,
#password {
    width: 200px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #b2b2b2;
    padding: 0 3px;

} */

#loginBtn {
    margin-right: 10px;
}

.tablewidth {
    table-layout: fixed;
    width: 600px;
}

.tablewidth tr td {
    word-wrap: break-word;
}

.upgp {
    margin: 0 auto;
    text-align: center;
}

.loading {
    background: url("../graphics/loading.gif") no-repeat #191919 -147px -95px;
    height: 100px;
    width: 100px;
    left: 50%;
    margin-left: -150px;
    margin-top: -50px;
    position: fixed;
    top: 50%;
    z-index: 99999;
    opacity: 0.75;
    border-radius: 15px;
}

#shade {
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    _background: none;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    z-index: 100;
}

#loadpagediv {
    width: 270px;
    height: 50px;
    padding: 30px;
}

#loadpagediv p {
    float: right;
    font-size: 30px;
    color: #cacaca;
}

*html {
    background: url(*) fixed;
}

*html body {
    margin: 0;
    height: 100%;
}

.ie6fixedTL {
    position: fixed;
    left: 0;
    top: 0
}

.ie6fixedBR {
    position: fixed;
    right: 0;
    bottom: 0
}
.link_bg{
    border: #56B2F8 1px solid;
    background-color: #56B2F8;
    -mox-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    margin-left: 8px;
}
.fast-setting {
    position: relative;
    left: 800px;
    top: 24px;
    width: 100px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid;
    background-color: #f5f5f5;
}