/*main*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.noClicks {
    pointer-events: none;
    cursor: default;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
}

.liginbox {
    width: 1200px;
    min-width: 1200px;
    min-height: 600px;
    margin: 0 auto;
    overflow-x: hidden
}

/* .header{width: 942px;height: 70px; margin: 0 auto 10px auto;z-index: 10;} */
.loginArea {
    color: #777;
    text-align: right;
    width: 150px;
    position: absolute;
    top: 20px;
}

.loginArea a {
    text-decoration: none;
    color: #777;
    display: block;
    padding: 3px 10px;
    font-size: 13px;
}

.loginArea a:hover {
    color: #50068c;
}

.navigation {
    width: 200%;
    display: block;
    margin-left: 0px;
}

/*.navigation a{color: #000;text-decoration: none;}
.navigation a:hover, .navigation a:focus { background-color: #4E068E;color: #fff;border-radius: 10px;}*/
.navigation ul li {
    list-style: none;
    float: left;
}

.on {
    background: #4E068E !important;
    color: #fff !important;
}

.media_menu {
    display: none;
}

.menu a {
    height: 52px;
    line-height: 52px;
    color: #fff;
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 16px;
    display: block;
    text-align: center;
    text-decoration: none;
    border-right: 1px solid #fff;
    background: linear-gradient(180deg, #AA36FE, #545ADA);
}

.menu li:nth-child(1) a {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

a#tadvanceSetting {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-right: 0;
}

.footer {
    width: 942px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    background-color: #eee;
}

.bg_canvas {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url("../images/bg.png");
    background-repeat: no-repeat;
    background-position: top right;
    width: 100%;
    min-height: 600px;
}

.not_wrap {
    white-space: nowrap;
}


.container {
    width: 970px !important;
    max-width: none !important;
    margin: 0 auto;
}

#topContainer {
    padding: 10px 0px;
    background-color: #eaeaea;
}

#logo1 {
    width: 33.333%;
}

.left {
    float: left;
}

#logo2 {
    margin-left: 600px;
    margin-bottom: 40px;
}

#footer {
    text-align: center;
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #dddddd;
    margin-top: 5px;
}

.login-page-bg {
    background: url(../images/login-bg.png) repeat-x scroll 0 0 transparent;
    /* background: linear-gradient(#5A2F8A,#fff); */
}

#login-form-container {
    border: 1px solid gray;
    box-sizing: border-box;
    border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: white;
    box-shadow: 0 3px 5px #053984;
    -moz-box-shadow: 0 3px 5px #053984;
    -webkit-box-shadow: 0 3px 5px #053984;
    margin: 0 auto;
    width: 60%;
    padding: 50px 15px;
    text-align: center;
}

.loginText {
    width: 40%;
    line-height: 38px;
    height: 38px;
    border: 1px solid #5A2F8A;
    border-radius: 20px;
    padding: 2px 10px;
}

.buttonSIGN {
    width: 200px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    color: white;
    display: block;
    background: #4E068E !important;
    border-radius: 40px;
    margin: 10px auto 0;
}

.topBar1 {
    text-align: right;
    margin-left: 15px;
    margin-right: 15px;
}

.topBar {
    margin: 0px auto;
}

.selectBox {
    border: 1px solid;
}

.manageContainer {
    margin-left: 77%;
}

.btn-primary1 {
    color: #fff;
    background-color: #008AD7;
    border-color: #d50032;
    width: 100%;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 145px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #5A2F8A;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 40px;
    font-size: 14px;
    /*line-height: 1.42857143;*/
    border-radius: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    width: 8%;
}

.btn:hover,
.btn:focus {
    color: #ffffff;
    text-decoration: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    margin: 1px auto auto 68px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #5A2F8A;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.container:before,
#langLogoBar:before,
.deviceRow::before,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.container::after,
#langLogoBar::after,
.deviceRow::after,
.row:after {
    clear: both;
    content: " ";
    display: table;
}

.box1 {
    padding: 0 15px;
    display: inline-block;
}

#statusBar {
    text-align: right;
    margin-bottom: 10px;
}

#m_statusBar {
    text-align: right;
    margin-bottom: 10px;
}

/*login*/
.login_top_margin {
    height: 100px;
}

.title_box {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.box2 {
    text-align: right;
    padding: 7px 20px;
}

.box2 a {
    color: #777;
    text-decoration: none;
}

.box2 a:hover {
    color: #50068c;
}

.box3 {
    color: #777;
    margin: 20px auto;
    text-align: center;
}

.box3 label {
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    display: block;
}

.button {
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 40px;
    color: #fff;
    display: block;
    background-color: #05bda1;
    border: none;
    margin: 10px auto;
}

.button:hover {
    background-image: url("../images/1.png");
    background-repeat: repeat;
}

/*dashboard*/
.mainColumn {
    width: 942px;
    margin: 10px auto;
}

.mainColumn_table {
    margin: 10px auto;
    width: 100%;
}

.homeBox {
    margin: 20px 0;
    position: relative;
    background-image: url('../images/rgba_bg.png');
}

.formBox:before,
.formBox:after {
    content: "";
    display: table;
}

.formBox:after {
    clear: both;
    overflow: hidden;
}

.clearFloat :before,
.clearFloat:after {
    content: "";
    display: table;
}

.clearFloat:after {
    clear: both;
    overflow: hidden;
}

.signal_bg {
    display: inline-block;
}

.signal {
    width: 4px;
    border-radius: 2px;
    border: 1px solid #777;
    display: inline-block;
    margin: 0 1px 0 2px;
}

.signal1 {
    height: 8px;
}

.signal2 {
    height: 12px;
}

.signal3 {
    height: 16px;
}

.signal4 {
    height: 20px;
}

.signal5 {
    height: 24px;
}

.s_on {
    background-color: #3bc316;
    border: 1px solid #3bc316;
}

.listBox1 {
    width: 47.5%;
    display: inline-block;
    padding: 20px 0 20px 2%;
}

.listBox2 {
    width: 47.5%;
    display: inline-block;
    padding: 20px 2% 20px 0;
}

.listBox1 ul li,
.listBox2 ul li {
    list-style: none;
    line-height: 40px;
}

.li_key {
    font-size: 14px;
    font-weight: 600;
    width: 180px;
    display: inline-block;
    text-align: right;
    padding-right: 15px;
}

.switch_r {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 2px;
}

.canvas {
    display: inline-block;
}

.failed {
    padding: 10px 0px 15px 0px;
    color: red;
    text-align: center;
}

/*left*/
.mainColumn {
    width: 942px;
    margin: 20px auto;
}

.mainColumn:before,
.mainColumn:after {
    content: "";
    display: table;
}

.mainColumn:after {
    clear: both;
    overflow: hidden;
}

.leftBar {
    width: 190px;
    min-height: 200px;
    float: left;
}

.leftMenu {
    list-style: none;
    text-align: left;
    font-size: 14px;
}

.leftMenu li {
    background-color: #B6D6E8;
    margin-bottom: 15px;
    text-align: center;
}

.leftMenu li a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 10px;
}

.leftMenu li a:hover {}

.leftMenu .left_on a {
    color: #fff;
    background-color: #4299ED;
}

.left_on {
    position: relative;
}

.leftMenu .left_on a:hover {
    color: #fff;
}

.content {
    width: 670px;
    min-height: 200px;
    float: right;
}

.content label,
#ChangeUser label {
    display: block;
    color: #555;
    font-weight: 600;
    font-size: 14px;
    line-height: 35px;
    width: 350px;
}

.content .error,
.mainColumn .error {
    color: red;
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    text-align: left;
}

.content select,
.pBoxCont select {
    width: 200px;
    height: 30px;
    position: relative;
    line-height: 30px;
    color: #555;
    border: 1px solid #aaa;
}

select:focus {
    box-shadow: 0 0 5px #50068c;
    border: 1px solid #50068c;
}

.pwdBox img {
    position: relative;
    width: 2%;
    margin-left: -3%;
}

.textfield1 {
    border: 1px solid #aaa;
}

.dhcp_text:focus {
    box-shadow: 0 0 5px #50068c;
    border: 1px solid #50068c;
}

.textfield,
.txtEditBox {
    width: 200px;
    line-height: 28px;
    height: 28px;
    color: #555;
    border: 1px solid #aaa;
    margin-top: 5px;
    margin-bottom: 5px;
}

.sml {
    color: #555;
    border: 1px solid #aaa;
    text-align: center;
}

.sml:focus {
    box-shadow: 0 0 5px #50068c;
    border: 1px solid #50068c;
}

.sml_time {
    color: #555;
    border: 1px solid #aaa;
    text-align: center;
    width: 50px;
    height: 28px;
    line-height: 28px;
}

.sml_time:focus {
    box-shadow: 0 0 5px #50068c;
    border: 1px solid #50068c;
}

.textfield:focus,
.txtEditBox:focus {
    box-shadow: 0 0 5px #50068c;
    border: 1px solid #50068c;
}

.right_align {
    text-align: right;
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px;
    padding-right: 20px;
}

.btn-apply {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #50068c;
    color: #fff;
}

.btn-apply:hover {
    color: #fff;
}

.btn-apply1 {
    display: inline-block;
    padding: 0 25px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    color: #05bda1;
    border-radius: 32px;
    background-color: #ccc;
    text-shadow: 0 0 2px #eee;
    font-weight: 600;
}

.btn-apply:disabled {
    color: #eee;
    text-shadow: none;
    cursor: text;
}

.help {
    display: none;
}

.content .title {
    color: #777;
    font-size: 18px;
    text-shadow: 0 0 5px #aaa;
    font-weight: 600;
}

.wep_check {
    display: inline-block;
    width: 35px;
    height: 15px;
    margin-bottom: -5px;
}

.checked {
    background: url(../images/check_mep.png) no-repeat bottom right;
}

.dot {
    width: 40px;
    height: 30px;
    line-height: 30px;
}

/*.buttonRow1{text-align: center; width: 100%;margin-bottom: 5%;margin-left: -15%;}*/
.buttonRow1_PB {
    text-align: center;
    width: 100%;
    margin-bottom: 5%;
}

.file {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 32px;
    filter: alpha(opacity=0);
    opacity: 0;
    width: 177px;
    font-size: 18px;
}

.file1 {
    position: absolute;
    left: 0px;
    top: 4px;
    height: 32px;
    filter: alpha(opacity=0);
    opacity: 0.0;
    width: 101px;
    font-size: 18px;
}

/*table*/
tbody {
    font-size: 12px;
}

table {
    width: 100%;
    table-layout: fixed;
    /* border:1px solid #aaa;  */
    border-collapse: collapse;
    margin: 10px 0px 0 0
}

table tbody tr {
    height: 25px;
}

table tbody tr:nth-child(2n) {
    background-color: #eee;
}

table th,
table td {
    word-wrap: break-word;
    border-bottom: 1px solid #aaa;
    line-height: 33px;
    text-align: left;
}

table thead th {
    background-color: #f9f9f9;
    color: #777;
    background-image: linear-gradient(180deg, #fff, #d7d7d7);
    text-align: left;
}

table th.close {
    border-left: none;
}

/*wait*/
.pleaseWait {
    border: 1px solid #777;
    width: 300px;
    background-color: #fff;
    background-image: url("../images/wait.png");
    height: 150px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.mBox {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: none;
    height: 100% !important;
}

.popUpBox {
    background-color: #fff;
    border: 1px solid #aaa;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.popUpBox h1 {
    height: 35px;
    text-indent: 20px;
    line-height: 35px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    background-color: #eaeaea;
}

.popUpBox a.close {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 10px;
    top: 5px;
    text-align: center;
    display: block;
    background: #fff;
    border-radius: 50%;
    line-height: 28px;
}

.popUpBox input[type="text"] {
    border: 1px solid #aaa;
}

/*phonebook*/
.pBoxCont {
    margin: 10px auto 0 auto;
    width: 80%;
}

.pBoxContAPN {
    margin: 10px auto 0 auto;
    width: 80%;
}

.pBoxContIP {
    margin: 10px auto 0 auto;
    padding-left: 15%;
    width: 80%;
}

/*QuickSetup*/
.title_row span {
    display: inline-block;
    padding: 8px 15px;
    margin-right: 15px;
    background-image: url('../images/rgba_bg.png');
}

.quickBox {
    margin: 10px 0;
}

.quickBox:before,
.quickBox:after {
    content: "";
    display: table;
}

.quickBox:after {
    clear: both;
    overflow: hidden;
}

.title_row .quick_on {
    background-color: #50068c;
    color: #fff;
    position: relative;
}

.contQS {
    width: 100%;
    margin-top: 20px;
}

.exit {
    cursor: pointer;
}

.devices {
    display: inline-block;
    width: 230px;
    margin-right: 20px;
}

.btn-apply1 {
    display: inline-block;
    padding: 0 25px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    color: #05bda1;
    border-radius: 32px;
    background-color: #ccc;
    text-shadow: 0 0 2px #eee;
    font-weight: 600;
}

/*help*/
.helpTitle {
    color: #50068c;
    font-weight: 600;
    font-size: 18px;
    text-shadow: 0 0 5px #aaa;
}

.helpcontent {
    width: 100%;
}

ul.helpList,
.ul.helpList li,
ul.helpList ul,
ul.helpList ul li,
.helpBody h2 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold
}

ul.helpList,
ul.helpList ul {
    list-style: none
}

ul.helpList {
    margin-top: 10px;
}

ul.helpList ul li {
    margin: 4px 0 4px 20px;
    font-weight: normal;
}

.helpBody h2 {
    border-top: 1px solid #c4c8bd;
    margin-top: 15px;
    padding-top: 15px;
    color: #555789;
    background: #fff
}

ul.helpList>li>a {
    color: #777;
    text-decoration: none;
}

ul.helpList>li>a:hover {
    color: #50068c;
}

ul.helpList li ul li a {
    color: #999;
    text-decoration: none;
}

ul.helpList li ul li a:hover {
    color: #50068c;
}

.helpcontent h2 {
    color: #50068c;
}

.helpcontent p {
    margin: 5px 0 5px 20px;
}

ul.listContent li {
    margin: 3px 38px;
    list-style-type: circle;
}

.helpcontent div[align="right"] a {
    color: #3bc316;
    text-decoration: none;
}

/*homeNetwork*/
.boxCont2 label {
    display: inline-block;
    width: 200px;
    text-align: right;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
}

.boxCont2 span {
    text-align: left;
}

.dhcp_add_label {
    display: inline-block;
    width: 160px;
    text-align: left;
    margin-right: 10px;
}

.dhcp_addIP {
    display: inline-block;
    width: 400px;
    text-align: left;
}

.dhcp_txt {
    width: 50px;
    height: 28px;
    text-align: center;
    border: 1px solid #aaa;
}

.dhcp_txt:focus,
.textfield2:focus {
    box-shadow: 0 0 5px #50068c;
    border: 1px solid #50068c;
}

.dhcp_disabled {
    background-color: #ddd;
}

#divStaticIPDlg .sml {
    width: 50px;
    height: 28px;
    text-align: center;
}

.textfield2 {
    height: 28px;
    border: 1px solid #aaa;
    width: 200px;
}

.td_delete {
    position: relative;
}

.dhcp_deleteData {
    position: absolute;
    right: 5px;
    top: 2px;
    display: inline-block;
    width: 26px;
    height: 26px;
    cursor: pointer;
    background-image: url("../images/del.png");
}

.simLabel {
    display: block;
    color: #555;
    font-weight: 600;
    font-size: 14px;
    line-height: 35px;
    width: 350px;
}

.firewallRule_key {
    width: 180px;
    display: inline-block;
    line-height: 40px;
}

#divStaticIPDlg .sml,
#divFirewallRuleDlg .sml,
#divPorForwardDlg .sml {
    width: 50px;
    height: 28px;
    text-align: center;
}

.delete_spanBtn {
    display: inline-block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 5px #f53249;
    background-color: #f53249;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
}

.black_title {
    font-size: 16px;
    font-weight: 600;
}

.update_key {
    display: inline-block;
    width: 250px;
    line-height: 40px;
}

.update_fileName {
    color: #8fc31f;
}

.update_group {
    width: 100%;
    margin: 30px 0px;
}

.progress_bar {
    width: 0%;
    height: 30px;
    background-color: #aaa;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    border-radius: 5px;
    position: relative;
    background-image: linear-gradient(0deg, rgba(228, 0, 119, 0.5), rgba(228, 0, 119, 1));
    background-image: -webkit-linear-gradient(0deg, rgba(228, 0, 119, 0.5), rgba(228, 0, 119, 1));
    background-image: -moz-linear-gradient(0deg, rgba(228, 0, 119, 0.5), rgba(228, 0, 119, 1));
    background-image: -ms-linear-gradient(0deg, rgba(228, 0, 119, 0.5), rgba(228, 0, 119, 1));
    background-image: -o-linear-gradient(0deg, rgba(228, 0, 119, 0.5), rgba(228, 0, 119, 1));
}

.progress_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/progressBg.png);
    background-repeat: repeat;
}

.disBtn {
    color: #333;
    background-color: #bbb;
    cursor: not-allowed;
    background-image: none;
}

.disBtn:hover {
    color: #333;
    background-image: none;
}

.disBtn:focus {
    color: #333;
    background-image: none;
}

.disBtn:disabled {
    color: #eee;
}

.menu {
    z-index: 110;
}

.menu_bg {
    display: none;
}

.leftBar_bg {
    display: none;
}

.deviceInfo_all:before,
.deviceInfo_all:after,
.deviceInfo_eng:before,
.deviceInfo_eng:after {
    content: "";
    display: table;
}

.deviceInfo_all:after,
.deviceInfo_eng:after {
    clear: both;
    overflow: hidden;
}

.deviceInfo_all ul li label,
.deviceInfo_eng ul li label {
    color: #333;
    font-weight: 600;
    text-align: right;
    display: inline-block;
    width: 30%;
    margin-right: 2%;
    font-size: 13px;
}

.deviceInfo_all ul li span,
.deviceInfo_eng ul li span {
    color: #777;
    font-size: 12px;
}

.deviceInfo_all ul,
.deviceInfo_eng ul {
    list-style: none;
}

.deviceInfo_left,
.deviceInfo_right {
    width: 50%;
    float: left;
}

.deviceInfo_all .deviceInfo_right ul li label {
    width: 46%;
}

/* .deviceInfo_all{background-color: #85dacd;} */
.deviceInfo_eng {
    display: none;
    margin-top: 10px;
}

.confirmDlg_box {
    width: 400px;
    min-height: 17px;
    padding-bottom: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.help_content {
    width: 100%;
}

.help_content a[href="#top"] {
    color: #3bc316;
}

.help_content h2 {
    color: #50068c;
}

.titlebattery {
    background: url(../images/b.gif) no-repeat;
    display: inline-block;
    width: 35px;
    height: 21px;
    background-size: 35px auto;
}

.titlebattery0 {
    background: url(../images/b0.png) no-repeat;
    display: inline-block;
    width: 35px;
    height: 21px;
    background-size: 35px auto;
}

.titlebattery1 {
    background: url(../images/b1.png) no-repeat;
    display: inline-block;
    width: 35px;
    height: 21px;
    background-size: 35px auto;
}

.titlebattery2 {
    background: url(../images/b2.png) no-repeat;
    display: inline-block;
    width: 35px;
    height: 21px;
    background-size: 35px auto;
}

.titlebattery3 {
    background: url(../images/b3.png) no-repeat;
    display: inline-block;
    width: 35px;
    height: 21px;
    background-size: 35px auto;
}

.titlebattery4 {
    background: url(../images/b4.png) no-repeat;
    display: inline-block;
    width: 35px;
    height: 21px;
    background-size: 35px auto;
}

.titlebattery5 {
    background: url(../images/b5.png) no-repeat;
    display: inline-block;
    width: 35px;
    height: 21px;
    background-size: 35px auto;
}

.titlewifi1 {
    background: url(../images/wifi_on.svg) no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-left: 5px;
    padding-top: 3px;
}

.titlewifi {
    background: url(../images/wifi.svg) no-repeat;
    display: inline-block;
    width: 32px;
    height: 24px;
    margin: 5px;
}

.SimPresent {
    background: url(../images/sim_undetected.svg) no-repeat;
    display: inline-block;
    width: 35px;
    height: 27px;
    background-size: 35px auto;
    padding-top: 4px;
}

.SimAbsent {
    background: url(../images/sim_detected.svg) no-repeat;
    display: inline-block;
    width: 35px;
    height: 27px;
    background-size: 35px auto;
    padding-top: 4px;
}

.signal_quality0 {
    background: url(../images/signal.svg) no-repeat scroll 6px 2px transparent;
    height: 30px;
    width: 35px;
    display: inline-block;
    background-size: 26px
}

.signal_quality1 {
    background: url(../images/signal.svg) no-repeat scroll 6px -37px transparent;
    height: 30px;
    width: 35px;
    display: inline-block;
    background-size: 26px
}

.signal_quality2 {
    background: url(../images/signal.svg) no-repeat scroll 6px -75px transparent;
    height: 30px;
    width: 35px;
    display: inline-block;
    background-size: 26px
}

.signal_quality3 {
    background: url(../images/signal.svg) no-repeat scroll 6px -114px transparent;
    height: 30px;
    width: 35px;
    display: inline-block;
    background-size: 26px
}

.signal_quality4 {
    background: url(../images/signal.svg) no-repeat scroll 6px -151px transparent;
    height: 30px;
    width: 35px;
    display: inline-block;
    background-size: 26px
}

.signal_quality5 {
    background: url(../images/signal.svg) no-repeat scroll 6px -190px transparent;
    height: 30px;
    width: 35px;
    display: inline-block;
    background-size: 26px
}

.statusBar {
    display: flex;
    margin-left: 65%;
}

.networkType {
    position: relative;
    text-align: center;
    padding: 10px;
}

#networkTypeNo {
    position: absolute;
    background-color: #fff3e7;
    font-size: 4px;
    border: 1px solid #888888;
    display: none;
}

#SignalTitle {
    position: relative;
    text-align: center;
}

#SignalTitleNo {
    position: absolute;
    background-color: #FFFFFF;
    font-size: 4px;
    border: 1px solid #000000;
}

/* #statusBar span { margin-right: 5px;} */
/* #statusBar div { margin-right: 5px; display: none;color:green;margin-left: 3px;} */
.iconConnect {
    background: url(../images/icon_connection.svg) no-repeat scroll center 3px transparent;
    width: 42px;
    height: 30px;
    display: inline-block;
    background-size: 50px;
}

.iconDisconnect {
    background: url(../images/icon_disconnect.png) no-repeat scroll center 3px transparent;
    width: 42px;
    height: 30px;
    display: inline-block;
}

.iconConnect3 {
    background: url(../images/icon_connection.png) no-repeat scroll center -87px transparent;
    width: 42px;
    height: 30px;
    display: inline-block;
}

.iconConnect2 {
    background: url(../images/icon_connection.png) no-repeat scroll center -57px transparent;
    width: 42px;
    height: 30px;
    display: inline-block;
}

.iconConnect1 {
    background: url(../images/icon_connection.png) no-repeat scroll center -27px transparent;
    width: 42px;
    height: 30px;
    display: inline-block;
}

a {
    color: #0476E4;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline;
}

#menu a:hover {
    color: #fff;
    text-decoration: underline;
}

#menu {
    width: auto;
    -webkit-padding-start: 0;
    margin: 0;
    padding: 0;
}

.margin_10 {
    margin-right: 10px;
}

.hide {
    display: none;
}

.header-row {
    background-color: #018ad8;
    border-left-width: 0;
    border-radius: 10px 10px 0 0;
    color: white;
    margin: -1px 0 30px 0px;
    width: 940px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#AC57F4, endColorstr=#0893D8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#AC57F4), to(#0893D8));
    background: -webkit-linear-gradient(left top, #AC57F4, #0893D8);
    background: -o-linear-gradient(bottom right, #AC57F4, #0893D8);
    background: -moz-linear-gradient(bottom right, #AC57F4, #0893D8);
    background: -ms-linear-gradient(left, #AC57F4, #0893D8);
    background: linear-gradient(to bottom right, #AC57F4, #0893D8);
    height: 69px;
}

.homepageOne {
    float: left;
    width: 280px;
    height: 400px;
    margin-left: 26px;
    border-radius: 10px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#7a68ae, endColorstr=#7a68ae);
    text-align: center;
}

.form-title {
    display: inline-block;
    width: 90%;
    text-align: center;
    position: relative;
    top: -23px;
    font-size: 20px;
    font-weight: bold;
}

.form-note .notes-title {
    background: url(../images/help.svg) no-repeat scroll left center transparent;
    height: 30px;
    cursor: pointer;
    padding-bottom: 5px;
}

.form-note {
    background-color: #ededed;
    border-radius: 4px;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 10px;
}

.color_block {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.color_block_desc {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    margin-left: 8px;
}

.margin-top-20 {
    margin-top: 20px;
}

.ConnectImag {
    background: url(../images/surfing1.png) center center no-repeat;
    height: 45%;
}

.disconnectImag {
    background: url(../images/surfing2.png) center center no-repeat;
    height: 45%;
}

.h_connect_on {
    background: url(../images/connet-on.png) no-repeat scroll 0 0;
    width: 76px;
    height: 38px;
    display: block;
    margin: auto;
}

.h_connect_off {
    background: url(../images/connet-off.png) no-repeat scroll 0 0;
    width: 76px;
    height: 38px;
    display: block;
    margin: auto;
}

.net_surfing_list i.up {
    background: url(../images/arrow_top.png);
}

.net_surfing_list i.down {
    background: url(../images/arrow_down.png);
}

.net_surfing_list i {
    display: inline-block;
    width: 17px;
    height: 24px;
    margin-right: 15px;
    vertical-align: middle;
}

.network_control_container .item_icon {
    background: url(../images/router.png) center center no-repeat;
    height: 45%;
}

.my_router_list li a,
#lt_notSet {
    display: block;
    color: #FFF;
    background: url(../images/arrow.png) right center no-repeat;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    transition: all ease-in .3s;
}

.connected_devices_container .item_icon {
    background: url(../images/device1.png) center center no-repeat;
    height: 45%;
}

.traffic_control_container .item_icon {
    background: url(../images/ssid.png) center center no-repeat;
    height: 45%;
}

.connect_speed_container {
    background: -webkit-linear-gradient(left top, #CE13FD, #7309D6);
    background: -o-linear-gradient(bottom right, #CE13FD, #7309D6);
    background: -moz-linear-gradient(bottom right, #CE13FD, #7309D6);
    background: linear-gradient(to bottom right, #CE13FD, #7309D6);
}

.network_control_container {
    background: -webkit-linear-gradient(left top, #34A2FD, #0978D5);
    background: -o-linear-gradient(bottom right, #34A2FD, #0978D5);
    background: -moz-linear-gradient(bottom right, #34A2FD, #0978D5);
    background: linear-gradient(to bottom right, #34A2FD, #0978D5);
}

.connected_devices_container {
    background: -webkit-linear-gradient(left top, #6DE9E5, #08A0C5);
    background: -o-linear-gradient(bottom right, #6DE9E5, #08A0C5);
    background: -moz-linear-gradient(bottom right, #6DE9E5, #08A0C5);
    background: linear-gradient(to bottom right, #6DE9E5, #08A0C5);
}

.traffic_control_container {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FBC751), to(#F45708));
    background: -webkit-linear-gradient(left top, #FBC751, #F45708);
    background: -o-linear-gradient(bottom right, #FBC751, #F45708);
    background: -moz-linear-gradient(bottom right, #FBC751, #F45708);
    background: -ms-linear-gradient(left, #FBC751, #F45708);
    background: linear-gradient(to bottom right, #FBC751, #F45708);
    height: 340px;
}

.homePage::before,
.homePage::after {
    content: " ";
    display: table;
}

.homepageOne li {
    padding: 0 1em;
    list-style: none;
    line-height: 2em;
    font-size: 18px;
}

.homePage {
    color: #fff;
    height: 400px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.homepageOne h3 {
    font-size: 25px;
    font-weight: bold;
}

.my_router_list li {
    text-align: left;
}

.device_info_container {
    float: left;
    width: 580px;
    height: 340px;
    border-radius: 10px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#AF55F5, endColorstr=#0494D7);
    background: -webkit-linear-gradient(left top, #AF55F5, #0494D7);
    background: -o-linear-gradient(bottom right, #AF55F5, #0494D7);
    background: -moz-linear-gradient(bottom right, #AF55F5, #0494D7);
    background: linear-gradient(to bottom right, #AF55F5, #0494D7);
    margin-left: 25px;
}

.device_info_container #deviceInfo_title {
    font-size: 20px;
    text-align: left;
    padding-left: 15px;
    color: #fff;
    font-weight: bold;
    padding-top: 9px;
}

.labelONE {
    font-weight: normal;
    width: 58.33333333%;
    float: left;
}

.labelTWO {
    font-weight: normal;
    width: 40.66666667%;
    float: left;
}

.device_info_container a {
    color: #FFF;
    background: url(../images/arrow.png) right center no-repeat;
    padding-right: 2em;
    margin-right: 1em;
    font-weight: bold;
}

.lod {
    overflow-x: scroll;
}

.lod::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color: #d3dce6;
}

.lod::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
    background-color: #99a9bf;
}

.lod::-webkit-scrollbar {
    width: 1px;
    height: 3px;
}

.deviceRowInfo {
    color: #fff;
    position: relative;
    height: 210px;
    font-size: 18px;
    line-height: 1.8em;
    padding: 5px 0px 0px 15px;
}

#lt_notSet:hover {
    text-decoration: underline;
    color: #fff;
}

.inputRadio {
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.dataMspan {
    display: inline-block;
    width: 280px;
    padding-left: 60px;
}

.colDIV {
    float: left;
    position: relative;
    min-height: 1px;
}

.cursorhand {
    cursor: pointer;
    position: relative;
    top: 6px;
}

.margin-left-3em {
    margin-left: 3em;
}

.form-controlOne {
    font-size: 14px;
    display: inline-block;
    height: 25px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.dmzSpan {
    display: inline-block;
    width: 150px;
}

.sdcardKey {
    line-height: 40px;
    display: block;
}

.bold {
    font-weight: bold;
}

.right {
    width: 100%;
    text-align: right;
    margin-top: 5px;
}

.leftone {
    width: 100%;
    text-align: left;
    margin-top: 5px;
}

.deleteSms,
.forwordSms {
    position: relative;
    top: 3px;
}

.contQS h1 {
    padding-bottom: 8px;
    color: #777;
    font-size: 18px;
    text-shadow: 0 0 5px #aaa;
    font-weight: 600;
}

.contQS .formBox {
    border-bottom: 2px solid #ccc;
    margin-bottom: 10px;
}

.contQS .wps_title {
    width: 213px;
    display: inline-block;
    font-weight: 600;
    color: #666666;
}

.wps_group ul {
    list-style: none;
}

.wps_group {
    margin-bottom: 15px;
}

.wps_group ul li {
    line-height: 24px;
    margin-bottom: 10px;
    margin-left: 217px;
}

.left {
    float: left;
}

.statusItem {
    padding-right: 4px;
}

.deviceInfo_center {
    width: 100%;
    margin-left: -10%
}

.unreadSMS {
    padding: 2px 5px;
    line-height: 20px;
    text-align: center;
    background-color: red;
    color: white;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
    position: relative;
    bottom: 15px;
    left: -16px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.pwd_list {
    float: left;
    width: 67px;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    background-color: gray;
    color: #000;
}

.pwdCharge.rtl .pwd_list {
    float: right;
}

.checkboxOne {
    margin-top: 50px;
}

.pointer {
    cursor: pointer;
}

.wps_title {
    width: 213px;
    display: inline-block;
    font-weight: 600;
    color: rgb(102, 102, 102);
}

.wps_group {
    display: flex;
}

.lt_DM_title {
    width: 20%;
}

.lt_DMSwitch_title {
    width: 25%;
}

.remoteIP {
    width: 37%;
    direction: ltr;
}

.remoteIP input {
    width: 50px;
    line-height: 28px;
    height: 28px;
}

#remoteIP2 {
    margin-top: 20px;
}

.lt_Arabic_DHCPIP {
    width: 33%;
    direction: ltr;
}

.boxCont2_AVXAV {
    direction: ltr;
}

.lt_Arabic_up {
    display: flex;
}

.lable13 {
    width: 100%;
}