/*** colors ***/
/*** fonts ***/
/*** responisve ***/
.logo-login {
  text-align: center; }
  .logo-login img {
    height: 80px; }

.logo-page {
  padding-top: 16px; }
  .logo-page img {
    height: 36px; }

.arrow-r {
  color: #58585b; }

.menu-btn {
  float: left; }

.login-bg {
  background: url("../../../image/login_bg.jpg") no-repeat center center fixed;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../image/login_bg.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../image/login_bg.jpg', sizingMethod='scale')"; }

#login-button {
  display: block;
  margin: 50px auto 20px; }
  @media only screen and (max-width: 500px) {
    #login-button {
      margin: 10px auto; } }

#logout-button {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -17px; }
  @media only screen and (max-width: 1180px) {
    #logout-button {
      display: none; } }

.dev-wrap {
  position: fixed;
  bottom: 40px;
  right: 5px;
  z-index: 9000;
  opacity: 0.8;
  display: none; }
  .dev-wrap label {
    color: #ffffff;
    font-weight: bold; }
  .dev-wrap select {
    display: block;
    width: 100%; }

#help-btn {
  position: fixed;
  margin-top: -24px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-left: auto;
  margin-right: auto;
  z-index: 101;
  background-color: #14a792;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  color: #ffffff;
  padding: 5px;
  border-radius: 0.3em;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  -ms-transition: 500ms;
  transition: 500ms; }
  #help-btn i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    -ms-transition: 500ms;
    transition: 500ms;
    float: right; }

.help-wrap {
  position: fixed;
  bottom: 0;
  z-index: 100;
  left: 0px;
  right: 0px;
  background-color: #14a792;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  max-height: 0px;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  -ms-transition: 500ms;
  transition: 500ms; }
  .help-wrap.active {
    overflow: auto; }
    .help-wrap.active #help-btn {
      margin-top: 5px;
      }
      .help-wrap.active #help-btn i {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        float: right; }

#help-container {
  background: none;
  color: #fff;
  padding: 40px 10px; }

.create-btn-line {
  background: #e8ebf1;
  text-align: right;
  padding: 0 10px;
  display: block;
  height: 30px;
  line-height: 30px; }

.detail .td {
  height: 55px;
  padding: 8px; }

.page-help {
  position: fixed;
  right: -100px;
  bottom: 30px; }

.content-head {
  height: 60px;
  background: #14a792;
  color: #ffffff;
  font-weight: 700;
  line-height: 60px;
  text-align: center; }
  .content-head .setup {
    margin: 0 20px; }
    .content-head .setup:hover {
      background: #6ab2df;
      color: #3f3f41; }

.save-mask {
  width: 100%;
  height: 100%;
  background: #58585b;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
  z-index: 10; }
  .save-mask:before {
    content: url("../../../image/spinner.gif");
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box; }

.detail-tipsy {
  text-align: left;
  font-size: 1.1em;
  padding: 0 10px; }

.tipsy-close {
  cursor: pointer;
  font-size: 1.1em; }
  @media only screen and (max-width: 768px) {
    .tipsy-close {
      font-size: 1.5em; } }

.cable-info {
  position: absolute;
  top: 50%;
  text-align: right;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%); }
  .cable-info .cable-icon {
    display: inline-block;
    background-color: #aab50a;
    color: #fff;
    height: 26px;
    line-height: 26px;
    font-size: 15px;
    border-radius: 12px;
    padding: 0px 10px;
    font-weight: bold;
    letter-spacing: 1px; }
  .cable-info .cable-icon-line {
    display: inline-block;
    width: 160px;
    border: 0;
    border-bottom: 1px solid #aab50a;
    margin-bottom: 4px; }
    @media only screen and (max-width: 768px) {
      .cable-info .cable-icon-line {
        width: 80px; } }
  .cable-info .speed-info {
    padding-right: 10px;
    display: inline-block; }
    .cable-info .speed-info.down-speed {
      -webkit-transform: translate(0, 10px);
      -moz-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
      -o-transform: translate(0, 10px);
      transform: translate(0, 10px); }
    .cable-info .speed-info.up-speed {
      -webkit-transform: translate(0, -7px);
      -moz-transform: translate(0, -7px);
      -ms-transform: translate(0, -7px);
      -o-transform: translate(0, -7px);
      transform: translate(0, -7px); }

#line-cancas {
  width: 100%;
  height: 70px; }
  @media only screen and (max-width: 768px) {
    #line-cancas {
      display: none; } }

.icon-bg-wps {
  background: url("../../../image/wps.png") no-repeat scroll 18px center; }

.icon-bg-schedule {
  background: url("../../../image/schedule.png") no-repeat scroll 20px center; }

.icon-bg-game {
  background: url("../../../image/devices/game.png") no-repeat scroll 16px center; }

.icon-bg-laptop {
  background: url("../../../image/devices/laptop.png") no-repeat scroll 15px center; }

.icon-bg-smartphone {
  background: url("../../../image/devices/smartphone.png") no-repeat scroll 21px center; }

.icon-bg-tablet {
  background: url("../../../image/devices/tablet.png") no-repeat scroll 16px center; }

.icon-bg-tv {
  background: url("../../../image/devices/tv.png") no-repeat scroll 16px center; }

.icon-bg-phone-u1 {
  background: url("../../../image/devices/phone_u1.png") no-repeat scroll 20px center; }

.icon-bg-phone-u2 {
  background: url("../../../image/devices/phone_u2.png") no-repeat scroll 20px center; }

.icon-bg-signal-1 {
  background: url("../../../image/signal_full.png") no-repeat scroll right center; }

.icon-bg-signal-2 {
  background: url("../../../image/signal_full.png") no-repeat scroll right center; }

.icon-bg-signal-3 {
  background: url("../../../image/signal_full.png") no-repeat scroll right center; }

.icon-bg-signal-4 {
  background: url("../../../image/signal_full.png") no-repeat scroll right center; }

.icon-bg-signal-5 {
  background: url("../../../image/signal_full.png") no-repeat scroll right center; }

.overview-number {
  font-size: 55px;
  line-height: 55px;
  font-weight: normal;
  color: #00b0ca; }
  @media only screen and (max-width: 768px) {
    .overview-number {
      display: inline;
      font-size: 40px;
      line-height: 40px; } }

.overview-title {
  line-height: 60px;
  color: #00b0ca;
  font-size: 26px; }
  @media only screen and (max-width: 768px) {
    .overview-title {
      display: inline; } }

.overview-row {
  text-align: left;
  height: 50px;
  line-height: 50px;
  padding-left: 55px;
  position: relative; }

.overview-device-row {
  line-height: 50px;
  height: 50px;
  padding-left: 55px;
  position: relative; }
  .overview-device-row.online {
    padding-top: 4px;
    line-height: 18px;
    height: 46px; }
  .overview-device-row:hover .arrow-box {
    display: block; }

.row-detail {
  color: #666e00;
  cursor: default; }

.arrow-box {
  font: 1em arial, sans-serif;
  position: absolute;
  background: #4a4d4e;
  color: #ffffff;
  left: 50%;
  top: 50%;
  z-index: 99;
  display: none;
  padding: 5px 8px 8px 8px;
  width: 250px;
  font-size: 0.8em;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  @media only screen and (max-width: 768px) {
    .arrow-box {
      left: 180px; } }
  .arrow-box:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #4a4d4e;
    border-width: 15px;
    margin-top: -18px; }

.grayBg {
  font-weight: bold;
  background-color: #f7f7f7; }

.overview-collapse-banner {
  padding-left: 35px;
  background: url("../../../image/icon-small-arrow-up.png") no-repeat scroll 10px center; }

.overview-collapse-banner-show {
  padding-left: 35px;
  background: url("../../../image/icon-small-arrow.png") no-repeat scroll 10px center; }

.sub-description {
  color: #888888;
  font-style: italic;
  font-weight: 100; }

.basic-shadow, .basic-pannel:hover, .basic-pannel:hover .basic-title, .basic-close {
  -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.2); }

.basic-view {
  padding-top: 80px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }

.basic-pannel {
  float: left;
  border: 1px solid rgba(88, 88, 91, 0.3);
  width: 46%;
  height: 260px;
  margin: 20px 1% 10px 1%;
  padding: 7px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .basic-pannel {
      height: auto;
      padding-bottom: 20px;
      width: 93%;
      margin-left: 2%;
      margin-right: 3%; } }
  @media only screen and (max-width: 500px) {
    .basic-pannel {
      height: auto;
      padding-bottom: 20px; }
      .basic-pannel .basic-close {
        display: none !important; } }
  .basic-pannel:hover .basic-title {
    cursor: move; }
  .basic-pannel:hover .basic-close,
  .basic-pannel.editable .basic-close {
    display: block; }
  .basic-pannel.fixed .basic-close {
    display: none !important; }
  .basic-pannel .basic-info {
    float: left;
    width: 30%;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media only screen and (max-width: 500px) {
      .basic-pannel .basic-info {
        float: none;
        width: 100%;
        text-align: center;
        margin: 10px 0;
        display: inline-block; } }
    .basic-pannel .basic-info .basic-icon {
      font-size: 80px;
      line-height: 220px; }
      @media only screen and (max-width: 500px) {
        .basic-pannel .basic-info .basic-icon {
          display: inline-block;
          position: relative;
          top: inherit;
          left: inherit;
          font-size: 48px;
          width: 48px;
          height: 48px;
          line-height: 1; } }
    .basic-pannel .basic-info .basic-title {
      position: absolute;
      top: -28px;
      background-color: white;
      padding: 4px 6px;
      left: 16px;
      margin: 16px 0 0 0;
      border: 1px solid rgba(88, 88, 91, 0.3);
      z-index: 50; }
      @media only screen and (max-width: 500px) {
        .basic-pannel .basic-info .basic-title {
          display: inline-block;
          position: relative;
          top: inherit;
          left: inherit;
          box-shadow: none;
          border: none;
          margin-top: -28px;
          vertical-align: middle;
          background-color: transparent; } }
    .basic-pannel .basic-info .line-dashed {
      border: 1px dashed rgba(88, 88, 91, 0.3); }
  @media only screen and (max-width: 500px) {
    .basic-pannel .setting-info .basic-title {
      margin-top: 5px !important;
      border: 0px !important; } }

.line-dashed {
  border: 1px dashed rgba(88, 88, 91, 0.3); }

.basic-close {
  position: absolute;
  right: -14px;
  top: -16px;
  z-index: 1001;
  display: none; }

.basic-content {
  float: left;
  width: 65%;
  margin: 0;
  overflow: hidden; }
  @media only screen and (max-width: 500px) {
    .basic-content {
      float: none;
      width: 96%;
      margin-left: 2%; } }
  .basic-content .item {
    margin-bottom: 10px; }
    .basic-content .item .item-header {
      font-size: 21px;
      margin-bottom: 10px;
      margin-top: 20px;
      font-weight: bold; }
      @media only screen and (max-width: 500px) {
        .basic-content .item .item-header {
          border-width: 0; } }
      .basic-content .item .item-header .switch {
        float: right;
        font-size: 12px;
        top: -2px;
        margin-right: 1%; }
      .basic-content .item .item-header .page-arrow {
        display: inline-block;
        float: right; }
        .basic-content .item .item-header .page-arrow .arrow {
          display: inline-block;
          font-size: 14px; }
        .basic-content .item .item-header .page-arrow .icon-arrow.arrow-left {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
      .basic-content .item .item-header span:last-child {
        float: right; }
    .basic-content .item .item-group {
      font-size: 14px;
      margin-bottom: 6px;
      line-height: 21px; }
      .basic-content .item .item-group .left {
        width: 45%;
        display: inline-block;
        position: relative; }
      .basic-content .item .item-group .right {
        float: right;
        display: inline-block;
        position: relative; }
        @media only screen and (max-width: 500px) {
          .basic-content .item .item-group .right {
            text-align: right; } }
    .basic-content .item td {
      font-size: 14px; }

#basic_container::after {
  clear: both;
  content: "";
  display: table; }

.text-wrap {
  text-overflow: ellipsis;
  overflow: hidden; }

#basic_access .item-group {
  margin-top: 30px; }
  @media only screen and (max-width: 500px) {
    #basic_access .item-group {
      margin-top: 0px;
      margin-bottom: 10px; } }
  #basic_access .item-group .switch {
    font-size: 12px;
    top: 8px; }

#basic_internet .basic-icon {
  color: #008080; }

#basic_wireless .basic-icon {
  color: #575F96; }

#basic_guest .basic-icon {
  color: #43A563; }

#basic_access .basic-icon {
  color: #7e5081; }

#basic_access article {
  margin-top: 60px; }
  #basic_access article .item-group {
    margin-top: 13px; }
    #basic_access article .item-group .left {
      width: auto;
      font-size: 21px; }
    #basic_access article .item-group .switch {
      float: right;
      top: 0px;
      margin-right: 1%; }

#basic_devices .basic-icon {
  color: #DB5A6B; }

#basic_devices .basic-content .operate {
  float: right;
  margin-left: 5px; }

#basic_system .basic-icon {
  color: #A35568; }

/* list table cdi style for basic */
table.basic_list tr:first-child {
  border-top: 1px solid #dfdfdf; }

table.basic_list tr:nth-child(2n+2) {
  background: #f0f5f6; }

table.basic_list tr .operate {
  display: none; }
  @media only screen and (max-width: 500px) {
    table.basic_list tr .operate {
      display: block !important; } }

table.basic_list tr:hover .operate {
  display: block; }

table.basic_list th {
  text-align: left;
  line-height: 28px;
  padding: 0 5px;
  border-right: 1px solid #dfdfdf; }
  table.basic_list th:first-child {
    min-width: 96px; }

table.basic_list td {
  border: 0px 1px 1px 1px solid #14a792;
  line-height: 30px;
  padding: 0 5px;
  white-space: nowrap; }
  table.basic_list td:first-child {
    white-space: normal;
    word-break: break-all;
    line-height: 15px;
    padding: 5px 5px; }
  table.basic_list td:last-child {
    text-align: right;
    right: 3px;
    position: relative; }

.table.basic_table .tr {
  font-size: 14px; }
  .table.basic_table .tr .td input {
    width: 100%;
    font-size: 14px;
    height: 25px;
    padding: 0;
    margin: 3px auto; }
    @media only screen and (max-width: 768px) {
      .table.basic_table .tr .td input {
        height: 33px;
        padding: 0;
        margin: 8px auto; } }
  .table.basic_table .tr .td input:focus {
    width: 100%;
    border-width: 3px; }

.basic-content-detail {
  display: none; }

#page {
  position: relative; }

#container {
  padding-bottom: 140px; }

.footer {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #dfdfdf;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0; }
  @media only screen and (max-width: 768px) {
    .footer small {
      width: 100%; } }

.footer-noborder {
  border-width: 0px !important; }

.basic-setting {
  padding: 35px 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media only screen and (max-width: 500px) {
    .basic-setting {
      padding: 15px 30px; } }
  .basic-setting .basic-fluid {
    width: 32.3333%;
    display: inline-block;
    text-align: center;
    vertical-align: top; }
    @media only screen and (max-width: 500px) {
      .basic-setting .basic-fluid {
        width: 48.3333%; } }
    .basic-setting .basic-fluid .basic-icon {
      font-size: 60px;
      margin: 15px 0;
      top: 0;
      cursor: pointer;
      width: 100%; }
    .basic-setting .basic-fluid:hover {
      -webkit-filter: grayscale(0.3);
      filter: grayscale(0.3); }
    .basic-setting .basic-fluid .basic-area {
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      .basic-setting .basic-fluid .basic-area .setting-tooltip {
        position: absolute;
        width: 100%;
        background-color: #14a792;
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
        color: #ffffff;
        padding: 5px 0;
        text-align: center;
        height: 20px;
        bottom: -30px;
        -webkit-transition: 200ms;
        -moz-transition: 200ms;
        -o-transition: 200ms;
        -ms-transition: 200ms;
        transition: 200ms; }
      .basic-setting .basic-fluid .basic-area:hover {
        background-color: #FAFAFA;
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7; }
        .basic-setting .basic-fluid .basic-area:hover .setting-tooltip {
          bottom: 0px; }
      @media only screen and (max-width: 768px) {
        .basic-setting .basic-fluid .basic-area {
          height: 100px; }
          .basic-setting .basic-fluid .basic-area .setting-tooltip {
            display: none; } }
      @media only screen and (max-width: 500px) {
        .basic-setting .basic-fluid .basic-area {
          height: 100px; }
          .basic-setting .basic-fluid .basic-area .setting-tooltip {
            display: none; } }
    .basic-setting .basic-fluid .active .icon-pc2 {
      color: #DB5A6B; }
    .basic-setting .basic-fluid .active .icon-global {
      color: #008080; }
    .basic-setting .basic-fluid .active .icon-wifi {
      color: #575F96; }
    .basic-setting .basic-fluid .active .icon-secure {
      color: #7e5081; }
    .basic-setting .basic-fluid .active .icon-group {
      color: #43A563; }

.basic-setting-new {
  text-align: center;
  position: absolute;
  width: 100%;
  background-color: #dfdfdf;
  height: 50px;
  bottom: 70px; }
  .basic-setting-new .basic-area {
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding: 15px 20px;
    height: 20px; }
    .basic-setting-new .basic-area .basic-icon {
      font-size: 24px;
      cursor: pointer; }
  .basic-setting-new .fixed:hover {
    background-color: #FAFAFA;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7; }
  @media only screen and (max-width: 768px) {
    .basic-setting-new .basic-area {
      padding: 15px 37px 15px 15px; } }
  @media only screen and (max-width: 500px) {
    .basic-setting-new .basic-area {
      padding: 15px 37px 15px 15px; } }
  .basic-setting-new .active .icon-pc2 {
    color: #DB5A6B; }
  .basic-setting-new .active .icon-global {
    color: #008080; }
  .basic-setting-new .active .icon-wifi {
    color: #575F96; }
  .basic-setting-new .active .icon-secure {
    color: #7e5081; }
  .basic-setting-new .active .icon-group {
    color: #43A563; }
