@charset "UTF-8";

/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: 'Arial','微軟正黑體',FontAwesome;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.blur {
  /* Chrome, Opera */
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}

.btn {
  font-size: 16px;
  cursor: pointer;
  padding: 0 15px;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.input-group-prepend{
  width: 36px;
  text-align: center;
}

.btn-default {
  color: #7c7c7c;
  border: 1px solid #ddd;
  background: -webkit-linear-gradient(#f2f2f2, #e7e7e7);
  background: -o-linear-gradient(#f2f2f2, #e7e7e7);
  background: -moz-linear-gradient(#f2f2f2, #e7e7e7);
  background: linear-gradient(#f2f2f2, #e7e7e7);
}

.btn-disable {
  cursor: default;
  color: #cbcbcb;
  border: 1px solid #f1f1f1;
  background: -webkit-linear-gradient(#fafafa, #f5f5f5);
  background: -o-linear-gradient(#fafafa, #f5f5f5);
  background: -moz-linear-gradient(#fafafa, #f5f5f5);
  background: linear-gradient(#fafafa, #f5f5f5);
}
.btn-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: rgba(220,99,78,1)!important;
  font-size: 25px;
}

h2 {
  color: #9c9c9c;
  margin: 50px auto 20px;
  text-align: center;
  font-size: 40px;
  font-weight: normal;
}

.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.mask #backup_win {
  width: 450px;
  height: 310px;
  overflow: hidden;
  padding: 10px 25px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  position: relative;
  margin: 10% auto;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
}

.mask #backup_win .mCSB_inside > .mCSB_container {
  margin-right: 15px;
}

.mask #backup_win .backup_time {
  margin: 10px 0;
  color: #6babe2;
}

.mask #backup_win .backup_btn {
  text-align: center;
  line-height: 60px;
  border-radius: 10px;
  display: block;
  margin: 10px auto 20px;
  font-size: 25px;
}
/*
.mask #backup_win .backup_btn:before {
  content: "";
  width: 62px;
  height: 48px;
  display: block;
  float: left;
  margin: 6px;
  background: url("http://www.8yen.tw/works/esys/images/icon_imgs_72dpi.png") no-repeat;
  position: absolute;
  left: 130px;
  transform: scale(0.7);
}
*/
.mask #backup_win .backup_btn.btn-default {
  color: #fff;
  border: 1px solid #48a3e7;
  background: -webkit-linear-gradient(#5fbaff, #48a3e7);
  background: -o-linear-gradient(#5fbaff, #48a3e7);
  background: -moz-linear-gradient(#5fbaff, #48a3e7);
  background: linear-gradient(#5fbaff, #48a3e7);
}

.mask #backup_win .backup_btn.btn-default:before {
  background-position: -153px -256px;
}

.mask #backup_win .backup_btn.btn-disable:before {
  background-position: -153px -189px;
}

.mask #backup_win .backup_btn.btn-default:hover {
  background: #3286c5;
  color: #fff;
}

.mask #backup_win .backup_btn.btn-default:hover:before {
  background-position: -153px -256px;
}

.mask #backup_win .backup_list {
  max-height: 170px;
  width: 95% !important;
  position: absolute;
  left: 0;
  padding-left: 5%;
}

.mask #backup_win .backup_list li {
  overflow: hidden;
  padding: 0 0 15px;
}

.mask #backup_win .backup_list .progress {
  background: #fff;
  border-radius: 5px;
  float: left;
  margin-right: 10px;
  width: calc(100% - 124px);
  display: block;
  box-shadow: 0 0 4px 0 #999 inset;
  position: relative;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
}

.mask #backup_win .backup_list .progress span {
  padding:0 8px;
  color: #666;
  position: absolute;
}

.mask #backup_win .backup_list .progress .progressbar {
  height: 40px;
  width: 0%;
  display: block;
  background: rgba(0, 0, 0, 0.1);
}

.mask #backup_win .backup_list .reduction {
  width: 74px;
  overflow: hidden;
  padding: 4px 10px;
  font-size: 16px;
  float: left;
  line-height: 30px;
}
/*
.mask #backup_win .backup_list .reduction:before {
  content: "";
  width: 27px;
  height: 25px;
  display: block;
  float: left;
  margin-right: 2px;
  margin-top: 3px;
  background: url("http://www.8yen.tw/works/esys/images/icon_imgs_72dpi.png") no-repeat;
}

.mask #backup_win .backup_list .reduction.btn-default:before {
  background-position: -100px -16px;
}

.mask #backup_win .backup_list .reduction.btn-disable:before {
  background-position: -100px -84px;
}
*/

.mask #backup_win .backup_list .reduction.btn-default:hover {
  background: #5cb85c;
  color: #fff;
  border-color: #5cb85c;
}

.mask #backup_win .backup_list .reduction.btn-default:hover:before {
  background-position: -100px -50px;
}

.mask #backup_win .backup_list .btn_cancel {
  width: 30px;
  height: 30px;
  float: left;
  margin: 3px 0 3px 8px;
  cursor: pointer;
  border-radius: 15px;
  height: 100%;
  line-height: 35px;
  font-size: 25px;
  color: rgba(220,99,78,1);
  text-align: right;
  float: right;
}

#User_login .content {
  position: relative;
  width: 80%;
  max-width: 1200px;
  height: auto;
  margin: 5% auto 10px;
  padding: 5% 20px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
}



#User_login .content:before {
  content: '';
  width: 280px;
  height: 260px;
  display: block;
  overflow: hidden;
  background-size: 140%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-filter: grayscale(1) opacity(10%);
  -moz--filter: grayscale(1) opacity(10%);
  filter: grayscale(1) opacity(10%);
}

#User_login .content .logo {
  width: 145px;
  margin: 20px auto 50px;
}

#User_login .content .logo img {
  width: 100%;
}

#User_login .content ul.input_group {
  width: 250px;
  margin: 0 auto 30px;
}

#User_login .content ul.input_group li label {
  display: block;
  color: #999;
  font-size: 18px;
  font-weight: bold;
}
/*
#User_login .content ul.input_group li input {
  margin-bottom: 10px;
  background: #f1f1f1;
  border: none;
  font-size: 15px;
  color: #666;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-family: FontAwesome;
  letter-spacing: 1px!important;
}
*/
#User_login .content ul.input_group li input::-moz-placeholder,
#User_login .content ul.input_group li input::-webkit-input-placeholder{
  color: #ccc;
  font-family: 'Arial','微軟正黑體',FontAwesome;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 1px!important;
}

#User_login .content ul.input_group li.login_li{
  text-align: center;
}

#User_login .content ul.input_group li .login_btn {
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  min-width: 50%;
}

#User_login .content ul.input_group li .login_btn.btn-default {
  color: #fff;
  padding: 5px 0;
  border: none;
  background: #5cb85c;
}

#User_login .content .user_info {
  top: 30px;
  right: 30px;
}

#User_portal .content {
  width: 80%;
  max-width: 1200px;
  height: auto;
  margin: 5% auto 10px;
  padding: 20px 20px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
}



#User_portal .content .user_info {
  padding: 0 0 0;
  font-size: 18px;
  background: red;
}
#User_portal .content .user_info .info{
  right: 0;
  top: 0;
}
.content .user_info .info{
  position: absolute;
  top: 20px;
  right: 20px;
}
.content .user_info .info .menu{
  font-size: 13px;
  color: #ccc;
  margin-bottom: 20px;
  border: 1px solid #dedede;
  padding: 5px 20px;
  max-width: 300px;
  margin: 0 auto;
  min-width: 80px;
  text-align: center;
  border-radius: 20px;
  position: relative;
}

.content .user_info .info .menu .member_info{
  color: #00ae3e;
  margin-right: 10px;
}

.content .user_info .info .menu > a{
  color: #666;
  text-decoration: none;
}
.content .user_info .info .menu > a:hover{
  color:#00ae3e;
}
#User_portal .content .user_info .logo {
  width: 480px;
  height: 80px;
  margin-bottom: 20px;
  float: left;
  font-size: 25px;
  color: #666;
}

#User_portal .content .user_info .logo span div {
  margin: 2px;
}

#User_portal .content .user_info .logo img {
  height: 48px;
}

#User_portal .content .user_info .logo h2 {
  color: #666;
  margin-top: 5px;
}

#User_portal .content .user_info .info {
  min-width: 200px;
  float: right;
  color: #fff;
  text-align: center;
  position: relative;
}

#User_portal .content .user_info .info .detail {
  background: #5cb85c;
  border-radius: 5px;
  text-indent: 20px;
}

#User_portal .content .user_info .info .btn {
  padding:5px 10px;
  cursor: pointer;
}

#User_portal .content .user_info .info .box {
  text-align: center;
  position: absolute;
  top: 50px;
  z-index: 999;
  background: rgba(50, 50, 50, 0.9);
  width: 200px;
  padding: 5px 0;
  border-radius: 5px;
}

@media screen and (max-width: 991px) {
  #Main_navbar{
    padding-bottom: 0!important;
  }
  #User_portal .content .main_navbar li{
    line-height: 30px!important;
  }
  #User_portal .content .main_navbar {
    width: 100%;
    height: 40px;
    display: table;
    text-align: center;
    background: #323232;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ccc;
    font-size: 16px;
    font-weight: bold;
    background: -webkit-linear-gradient(#f5f5f5, #e6e6e6);
    background: -o-linear-gradient(#f5f5f5, #e6e6e6);
    background: -moz-linear-gradient(#f5f5f5, #e6e6e6);
    background: linear-gradient(#f5f5f5, #e6e6e6);
  }

  #User_portal .content .main_navbar li {
    display: table-cell;
    line-height: 40px;
    color: #777;
    cursor: pointer;
    position: relative;
  }

  #User_portal .content .main_navbar li:not(:first-child) {
    border-left: 1px solid #fff;
  }

  #User_portal .content .main_navbar li:not(:last-child) {
    border-right: 1px solid #ccc;
  }

  #User_portal .content .main_navbar li.active {
    color: #fff!important;
    background: #fff;
    box-shadow: 0 5px 5px #ccc inset;
    border-left-color: #ccc;
  }

  #User_portal .content .main_navbar li:hover:not(.active) {
    color: #999;
  }

}
#User_portal .content .pclist li {
  padding: 25px 0 25px 0;
  color: #333;
  border-bottom: 1px solid #ddd;
  position: relative;
}

#User_portal .content .pclist li:after{
  content: '';
  display: block;
  clear: both;
}

#User_portal .content .pclist li:hover {
  border-bottom: 1px solid #999;
  box-shadow: 0 -1px 0 #999 inset;
}

#User_portal .content .pclist li div {
  display: inline-block;
}

#User_portal .content .pclist li .icon {
  line-height: 30px;
  margin: 0 30px 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: #666;
  float: left;
}
#User_portal .content .pclist li .icon span i.fa,
#User_portal .content .pclist li .icon span i.fas{
  font-size: 30px;
  position: absolute;
  left: 0;
}

#User_portal .content .pclist li .icon img {
  height: 30px;
  margin-right: 10px;
  float: left;
}

#User_portal .content .pclist li .icon span {
  float: left;
  padding-left: 40px;
  position: relative;
  width: 125px;
  overflow: hidden;
}

#User_portal .content .pclist li .status {
  height: 30px;
  line-height: 30px;
  padding-left: 25px;
  position: relative;
  font-size: 18px;
}

#User_portal .content .pclist li .status i {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 5px;
  border-radius: 10px;
  position: absolute;
  top: 2px;
  left: 0;
}

#User_portal .content .pclist li .status.on {
  color: #4ad138;
}

#User_portal .content .pclist li .status.on i {
  background: #4ad138;
}

#User_portal .content .pclist li .status.off {
  color: #ff4d00;
}

#User_portal .content .pclist li .status.off i {
  background: #ff4d00;
}

#User_portal .content .pclist li .status.wait {
  color: #ffc800;
}

#User_portal .content .pclist li .status.wait i {
  background: #ffc800;
}

#User_portal .content .pclist li .controls {
  float: right;
}

#User_portal .content .pclist li .controls .btn {
  line-height: 38px;
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 0 0 10px;
}



#User_portal .content .pclist li .controls .power_off.btn-default i{
  color: rgba(220,99,78,1);
}
#User_portal .content .pclist li .controls .power_off.btn-default:hover i{
  color: #fff;
}
#User_portal .content .pclist li .controls .power_off.btn-default:hover {
  color: #fff;
  border-color: rgba(220,99,78,1);
  background: rgba(220,99,78,1);
}


#User_portal .content .pclist li .controls .open.btn-default i{
  color: #5cb85c;
}
#User_portal .content .pclist li .controls .open.btn-default:hover i{
  color: #fff;
}
#User_portal .content .pclist li .controls .open.btn-default:hover {
  color: #fff;
  border-color: #5cb85c;
  background: #5cb85c;
}

#User_portal .content .pclist li .controls .screen.btn-default i{
  color:#ff9a00;
}
#User_portal .content .pclist li .controls .screen.btn-default:hover i {
  color: #fff;
}
#User_portal .content .pclist li .controls .screen.btn-default:hover {
  color: #fff;
  border-color: #ff9a00;
  background: #ff9a00;
}

#User_portal .content .pclist li .controls .backup.btn-default i {
  color: #48a3e7;
}
#User_portal .content .pclist li .controls .backup.btn-default:hover i {
  color: #fff;
}
#User_portal .content .pclist li .controls .backup.btn-default:hover {
  color: #fff;
  border-color: #48a3e7;
  background: #48a3e7;
}

#User_portal .content .pclist li .controls .info:before {
  width: 21px;
  height: 20px;
  display: block;
  border: 1px solid transparent;
}

#User_portal .content .pclist li .controls .info.btn-default:hover {
  color: #fff;
  border-color: #717171;
  background: #717171;
}

#User_portal .content .pclist li .controls .info.btn-default:hover:before {
  background-position: -132px -52px;
}

#User_portal .content .pclist li .controls .info.btn-default:before {
  background-position: -132px -18px;
}

#User_portal .content .pclist li .controls .info.btn-disable:before {
  background-position: -132px -86px;
}

#User_portal .content .pcinfo {
  width: 500px;
  margin: 30px auto;
  overflow: hidden;
}

#User_portal .content .pcinfo .pc_box {
  width: 230px;
  height: 230px;
  position: relative;
  float: left;
  margin-right: 20px;
  margin-top: 25px;
}

#User_portal .content .pcinfo .pc_box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: #f1f1f1;
  position: absolute;
  z-index: 1;
}

#User_portal .content .pcinfo .pc_box i {
  width: 100px;
  height: 90px;
  margin: 55px auto 5px;
  display: block;
  position: relative;
  /*
  background: url("http://www.8yen.tw/works/esys/images/icon_imgs_72dpi.png") no-repeat;
  */
  background-position: -286px -13px;
  z-index: 2;
  color: #999;
  font-size: 90px;
  text-align: center;
}

#User_portal .content .pcinfo .pc_box .pcname {
  text-align: center;
  font-size: 16px;
  color: #666;
  position: relative;
  z-index: 3;
  height: 40px;
  line-height: 40px;
}

#User_portal .content .pcinfo ul.input_group {
  width: 250px;
  float: left;
  padding-bottom: 10px;
}

#User_portal .content .pcinfo ul.input_group li {
  display: block;
}

#User_portal .content .pcinfo ul.input_group li label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  color: #666;
}

#User_portal .content .pcinfo ul.input_group li select {
  width: 240px;
  line-height: 40px;
  height: 30px;
  padding: 4px 10px;
  margin-bottom: 10px;
  background: #f1f1f1;
  border: none;
  font-size: 16px;
  color: #666;
  border-radius: 5px;
  border: 1px solid #ddd;
}

#User_portal .content .pcinfo ul.input_group li input {
  width: 240px;
  height: 30px;
  padding: 4px 10px;
  margin-bottom: 10px;
  background: #f1f1f1;
  border: none;
  font-size: 16px;
  color: #666;
  border-radius: 5px;
  border: 1px solid #ddd;
}

#User_portal .content .pcinfo ul.input_group li textarea {
  width: 240px;
  height: 70px;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  background: #f1f1f1;
  font-size: 16px;
  color: #666;
  border: 1px solid #ddd;
}

#User_portal .content .pcinfo ul.input_group li .submit_btn {
  width: 30%;
  display: block;
  text-align: center;
  float: left;
  margin-right: 10px;
  width: 46%;
}

#User_portal .content .pcinfo ul.input_group li .submit_btn.btn-success {
  padding: 6px 10px;
  color: #fff;
}

#User_portal .content .pcinfo ul.input_group li .cencal_btn {
  width: 30%;
  display: block;
  text-align: center;
  float: left;
  width: 46%;
}

#User_portal .content .pcinfo ul.input_group li .cencal_btn.btn-danger {
  padding: 6px 10px;
  color: #fff;
}

.footer {
  text-align: center;
  overflow: hidden;
  margin-top: 10px;
  padding: 10px 0;
  width: 100%;
}

.footer .element_a {
  display: inline-block;
  width: 30%;
  height: 100px;
  background: #eee;
  color: #fff;
  line-height: 100px;
  color: #999;
}

.footer .element_b {
  display: inline-block;
  width: 36%;
  height: 100px;
  background: #eee;
  color: #fff;
  margin: 0 1%;
  line-height: 100px;
  color: #999;
}

.copyright {
  font-size: 12px;
  text-align: center;
  padding: 10px 0 30px;
  color: #5f5f5f;
}

.login_span{
  position: relative;
  width: 100px;
}

.login_span a{
  color: #666;
  text-decoration: none;
}
.login_span a:hover{
  color:#00ae3e;
}

.lang_box{
  background: rgba(0,0,0,0.6);
  color: #fff;
  text-align: right;
  position: absolute;
  top: 35px;
  right: 0;
  border-radius: 5px;
  padding: 5px 10px;
  z-index: 99999;
  display: none;
}
.lang_box li{
  height: 25px;
  line-height: 25px;
}
.lang_box .arrow{
  color: rgba(0,0,0,0.6);
  position: absolute;
  font-size: 20px;
  top: -20px;
  right: 10px;
}
.lang_box a{
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  text-align: right;
  display: block;
  white-space:nowrap;
}
.lang_box a:hover{
  color: #fc0;
}
#User_portal .lang_box{

}
.power_off,
.screen,
.open,
.backup{
  width: 110px;
  font-weight: 300;
  font-size: 15px;
}
.screen{
  font-weight: normal;
}
#Main_navbar{
  width: 100%;
  clear: both;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
#Main_navbar a{
  color: #666;
}
#Main_navbar .active{
  color: #28a745;
  border-bottom:3px solid #28a745;
}
#PcList .info_box{
  font-size: 16px;
  width: calc(100% - 680px) ;
  height: 40px;
  overflow: hidden;
  line-height: 20px;
  position: absolute;
  left: 250px;
  color: #666;
  font-weight: 300;
}
#User_portal .content .pclist li .icon span{
  position: relative;
}
#User_portal .content .pclist li .icon .note{
  top: 0;
  left: 10px;
  position: absolute;
  background: rgba(0,0,0,0.7);
  color: #fff;
  border-radius: 5px;
  text-align: center!important;
  padding-left: 0;
  padding: 3px 10px!important;
  font-size: 13px;
  width: auto;
  z-index: 9999;
  top: -30px;
  display: none;
}
@media screen and (max-width: 1200px) {
  #User_portal .content .pclist li {
    padding-bottom: 55px;
  }
  #PcList .info_box{
    left: 15px;
    bottom:10px;
    width: calc(100% - 30px) ;
    height: auto;
    max-height: 40px;
    font-weight: 300;

  }
}
@media screen and (max-width: 991px) {
  li.nav-item {
      width: calc(96%/4);
      font-size: 14px;
  }
  #User_portal .content .pclist li {
    padding-bottom: 0;
  }
  #User_portal .content .pclist li .icon span {
    width: 101px;
  }
  #PcList .info_box{
    position: static;
    width: calc(100% - 30px);
    margin: 15px 15px 0;
    font-size: 12px;
  }
  body {
    padding-bottom: 50px;
    background: #fff;
  }

  .mask {
    z-index: 9999;
  }
  
  #User_portal .content .pclist li .status,
  #User_portal .content .pclist li .icon{
    font-size: 13px;
  }
  .mask #backup_win {
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 5%;
    border-radius: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .mask #backup_win .backup_btn {
    position: relative;
  }
  .mask #backup_win .mCSB_inside > .mCSB_container {
    margin-right: 0;
  }
/*
  .mask #backup_win .backup_btn:before {
    left: 20px;
  }
*/
  .mask #backup_win .backup_list {
    max-height: 60%;
  }

  .mask #backup_win .backup_list .progress {
    width: calc(100% - 145px);
    margin-left: 2%;
  }

  .mask #backup_win .backup_list .progress span {
    font-size: 13px;
  }

  .mask #backup_win .backup_list .reduction {
    width: 74px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .mask #backup_win .backup_list .reduction:before {
    display: none;
  }

  #User_login h2,
  #User_portal h2 {
    display: none;
  }

  #User_login .content,
  #User_portal .content {
    border: none;
    width: 100%;
    margin: 0 auto 10px;
    padding: 0 0 0 0;
    padding-bottom: 0;
  }

  #User_login .content {
    padding-top: 60px;
  }

  #User_login .content:before,
  #User_portal .content:before {
    display: none;
  }

  #User_login .content .logo {
    width: 40%;
    max-width: 150px;
    margin-bottom: 50px;
  }

  #User_portal .content {
    border-radius: 0;
  }

  #User_portal .content .logo {
    width: 40%;
  }

  #User_portal .content .user_info {
    height: auto;
    padding: 0;
    border-radius: 0;
  }

  .btn{
    font-size: 13px;
  }

  #User_portal .content .user_info .logo {
    margin: 10px;
    height: 45px;
  }

  #User_portal .content .user_info .logo span{
    display: none;
  }

  #User_portal .content .user_info .info{
    position: absolute;
    top: 10px;
    right: 0;
  }

  .content .user_info .info {
    width: 100%;
    padding: 0;
    border-radius: 0;
    margin-bottom: 50px;
    top: 10px;
    position: absolute;
  }

  .pclist{
    border-top: 1px solid #eee;
  }

  #Main_navbar a{
    padding: 10px 0 0;
  }

  #User_login .content .user_info .info{
    right: 0;
  }
  .content .user_info .info .menu {
      font-size: 13px;
      color: #ccc;
      margin-bottom: 20px;
      border: 1px solid #eee;
      padding: 5px 10px;
      max-width: 275px;
      margin: 0 10px 0 0;
      text-align: center;
      border-radius: 20px;
      position: relative;
      float: right;
  }

  #User_portal .content .user_info .info .detail.btn {
    border-radius: 0;
    font-size: 18px;
    text-align: left;
    text-indent: 30px;
    border-bottom: 2px solid #267526;
  }

  #User_portal .content .user_info .info .detail.btn:before {
    top: 13px;
  }

  #User_portal .content .user_info .info .box {
    width: 96%;
    margin: 0 2%;
    top: 52px;
  }

  #User_portal .content .user_info .info .box .btn {
    font-size: 18px;
  }

  #User_portal .content .user_info .info .box:before {
    left: 47%;
  }

  #User_portal .content .main_navbar {
    border-radius: 0;
    margin: 0;
    font-size: 15px;
    height: 50px;
    position: fixed;
    bottom: 0;
    z-index: 999;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.8);
    border: none;
  }

  .clear{
    display: block;
    clear: both;
  }

  #User_portal .content .main_navbar li {
    line-height: 50px;
  }

  #User_portal .content .main_navbar li.active {
    color: #fff!important;
    background: #333;
    box-shadow: 0 3px 3px #000 inset;
    border-left-color: #000;
  }

  #User_portal .content .main_navbar li.active a{
    color: #fff;
  }

  #User_portal .content .pclist li {
    position: relative;
    padding: 15px 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ddd;
  }

  #User_portal .content .pclist li:hover {
    border-bottom: 1px solid #ddd;
    box-shadow: none;
  }

  #User_portal .content .pclist li .controls {
    width: 100%;
    padding: 0 5px;
  }

  #User_portal .content .pclist li .controls .btn {
    padding: 0;
    text-align: center;
    width: calc((100% - 30px)/3);
    margin: 10px 5px;
    border: none;
  }
  #User_portal .content .pclist li .controls .btn.power_off {
    margin:10px 5px;
  }
  #User_portal .content .pclist li .controls .btn.open {
    margin:10px 5px;
  }
  #User_portal .content .pclist li .controls .btn.screen {
    margin:10px 5px;
  }

  #User_portal .content .pclist li .controls .btn:before {
    display: block;
    position: static;
    padding: 0;
    margin: 15px auto 0px;
  }

  #User_portal .content .pclist li .controls .info {
    position: absolute;
    right: 5px;
    top: 0;
    width: 40px;
    padding: 0;
    background: none;
  }

  #User_portal .content .pclist li .controls .info:hover {
    color: #666;
  }

  #User_portal .content .pclist li .controls .info:before {
    margin: 7px;
  }

  #User_portal .content .pclist li .controls .info.btn-default:hover {
    background: none;
    color: #999;
  }

  #User_portal .content .pclist li .controls .info.btn-default:hover:before {
    background-position: -132px -86px;
  }

  #User_portal .content .pcinfo {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  #User_portal .content .pcinfo .pc_box {
    margin: 10px auto;
    height: auto;
    float: none;
  }

  #User_portal .content .pcinfo .pc_box i {
    margin-top: 30px;
  }

  #User_portal .content .pcinfo .pc_box:after {
    display: none;
  }

  #User_portal .content .pcinfo ul.input_group {
    width: 270px;
    margin: 0 auto;
    float: none;
  }

  #User_portal .content .pcinfo ul.input_group li select {
    width: 270px;
    border: 1px solid #ccc;
  }

  #User_portal .content .pcinfo ul.input_group li input,
  #User_portal .content .pcinfo ul.input_group li textarea {
    width: 270px;
    border: 1px solid #ccc;
  }

  #User_portal .content .pcinfo ul.input_group li .submit_btn {
  }

  #User_portal .content .pcinfo ul.input_group li .cencal_btn {
    float: right;
  }

  .footer .element_a,
  .footer .element_b {
    width: 96%;
    height: 50px;
    margin: 2px 2%;
    line-height: 50px;
    color: #999;
  }

  .copyright {
    display: none;
  }
  #User_portal .content,
  #User_login .content{
    border-radius: 0;
    box-shadow: none;
  }
  body{
    background-image: none!important;
  }
}

body{
  background: url('images/bg.png');
}

/*# sourceMappingURL=esys.css.map */