.winButton{display: none}
.smalltxt {
    display:inline-block;
    width:60px;
    text-align:center;
}
.select {
    padding:3px;
    border:1px solid #ddd;
}
body{
  font-family: Microsoft YaHei,sans-serif;
}

html { overflow-x:hidden; height:100%!important;}
.content-header {
	position: relative;
	padding: 0 0 3px 8px
}
.bg01{
  width:100%;
  height:100%!important;
  min-width: 1280px;
  min-height: 720px;
  position: relative;
    background: #0c1635;
    background-image:url(../images/bg_01.jpg);
    background-size: 100% auto;
    /*background-size:contain;*/
    background-repeat: no-repeat;
    /* background-attachment:fixed;*/
  /*background-position:center;*/
}
.bg01 .login-logo, .bg01 .register-logo{
  position: relative;
  top:0;
  right: 0;
  width: 100%;
  padding-top: 30px;
  text-align: center;
}
.bg01 .login-logo img, .bg01 .register-logo img{
  width: 200px;
}
.bg01 .regForm{
width: 50%; 
padding-top: 30px;
max-width: 1920px; 
margin: 20px auto;
 background:#fff;
            border-radius: 5px;
            position: relative;
            z-index: 100;
            box-shadow: 0 1px 3px rgba(0,0,0,0.2) inset;
}

.bg01 .regForm h1{
  position: relative;
    width: auto;
    margin:0 0 10px 0;
    padding: 0 0 12px 22px;
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid #eee;
    color:#404040;
    font-weight: 300;
}
.bg01 .regForm h1 .btnlogin{
  position: absolute;
  left:12px;
  color:#666;
  /*height: 40px;
  line-height: 40px;*/
  font-size: 16px;
  vertical-align: middle;
}
.bg01 .regForm h1 .btnlogin:hover{
  color:#31487c;
}
.bg01 .regForm h1 .btnlogin i{
  font-size: 30px;
  margin-top: -4px;
  padding-right: 6px;
  vertical-align: middle;
}
/*.bg01 .regForm h1:before{
  content: '';
  position: absolute;
  left:10px;
  top:2px;
  width:4px;
  height:24px;
  background-color: #404040;
}*/
.bg01 .regForm .form-content{
  width:80%;
  margin:0 auto;
  padding: 10px 20px;  
}
.bg01 .regForm .label{
    display: inline-block;
    display: block;
    /*width: 20%;*/
    text-align: left;
    margin: 8px auto;
    padding: 0;
    font-size: 16px;
    color:#878787;
    /*color:#8088a7;*/
    font-weight: normal;
}

.bg01 .regForm .text {
    margin:0 auto;
    display: inline-block;
    border:1px solid #dcdcdc;
    /*border:0;
    border-bottom: 1px solid #ddd;*/
      height: 42px;
  box-shadow: inset 2px 2px 6px rgba(10,10,10,.1);
    font-size: 16px;
    vertical-align: top;
    padding: 10px 10px;
    text-align: left;
    border-radius: 3px;
    width: 100%;
    outline:none
}
.button {
    background-color: #0099cc;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin: 25px auto 10px;
    padding: 10px 10px;
    vertical-align: top;
    width: 62%;
    font-size: 16px;
    cursor: pointer;
    border: 0px;
}

.button:hover {
    background-color: #0088cc;
}
.bg01 .getpwd {
    width:160px;
    height:42px;
    line-height: 42px;
    padding: 0 10px;
    margin:0 auto;
    border:1px solid #31487c;
    background:rgba(0,0,0,0);
    color:#31487c;
}
.bg01 .getpwd:hover {
    width:160px;
    background:#31487c;            
    color:#fff;
}
.bg01 .regForm .text:focus {
  border:1px solid #31487c;
}

.bg01 .regForm input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b9b9b9;
}
.bg01 .regForm input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b9b9b9;
}
.bg01 .regForm input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b9b9b9;
}
.bg01 .regForm input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b9b9b9;
}
.bg01 .row {
    width: 94%;
    margin: 5px auto 0px;
}
.bg01 .btn.btn-primary{
  display: block;
  width: 100%!important;
  height: 44px;
  margin:10px auto!important;
  padding:0;
  line-height: 44px;
  font-size: 18px;
}
/*.btnlogin {
  background-color: #0099cc;
  border-radius: 3px;
  color: #fff;
  float: right;
  padding: 8px 15px;
  font-size: 16px;
  margin: 15px 0px;
}*/




.content-page{
  background-color: #efefef!important;
  background-color: #ecf0f5!important;
}
.content-page .wrapper {
  background-color: transparent!important;
}
.content-page .wrapper.wrapper-content {
  background-color: #fff!important;
  padding:20px;
  border-radius: 3px;
}
.content-page .panel {
     background-color: #efefef; 
     background-color: #ecf0f5; 
    border: 1px solid transparent;
}
.content-header>.breadcrumb {
    position: relative;
    top: 0;
    right: 0;
    float: none;
    margin-top: 0px;
    padding-left: 10px;
    background: #ecf0f5;
}

.main-footer {
    padding: 7px;
    color: #444;
    border-top: 1px solid #eee;
}

[v-cloak] {
  display: none;
}

.grid-btn{
	margin-bottom:12px;
}
.grid-btn .btn{
	margin-right:10px;
}
.pointer{cursor: pointer;}

.ml-10 { margin-left:0 !important; }
@media (min-width: 768px) {
	.ml-10 { margin-left:10px !important; }
	.col-sm-10 {width: 70%;padding-left: 0px;}
	.col-sm-2 {width: 24%;}
}
tbody > tr > th {font-weight: normal; }
.panel .table { margin:0 0; }
.panel .pagination { margin:0; }
.panel-default>.panel-heading {background-color: #f5f5f5;}
.row{
	/*border-top: 1px solid #ddd;*/
	margin:0;
	padding:10px 2px 0px 2px;
}
.col-xs-6{padding-left: 0px;padding-right: 0px;}
.form-horizontal .form-group {margin-left:0px;margin-right:0px;}
.form-horizontal{
  width:550px;
	width:100%;
  padding-top:20px;
}


.form-group.login-inpBox{
    /*background-color: #102f50;
    border:1px solid #4ca0d6;
    border-radius: 3px;*/
}
.form-group.login-inpBox .form-control{
    /*background-color: transparent;
    border:0;*/
    display: block;
    width: 100%;
    height: 46px;
    /*padding: 6px 12px;*/
    font-size: 16px;
    background-color: #102f50;
    border:1px solid #4ca0d6;
    border-radius: 3px;
}
.login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
    color: #fff;
}
.login-box-body .row .col-xs-12, .btn.register-box-body .row .col-xs-12 {
	padding-left: 0;
	padding-right: 0;
}
.login-box-body .btn.btn-primary, .btn.register-box-body .btn-primary {
	height:44px;
	font-size: 16px;
   	background-color: #2192fc;
	background: -webkit-linear-gradient(-180deg, #2096ff, #2875e8)!important;
  	background: -o-linear-gradient(-180deg, #2096ff, #2875e8)!important;
  	background: -moz-linear-gradient(-180deg, #2096ff, #2875e8)!important;
  	background: linear-gradient(-180deg, #2096ff, #2875e8)!important;
    border:0;
    border-radius: 3px;
}
.form-group.login-inpBox .form-group.inp-vcode {
	/*width:220px;*/
}
.form-group.login-inpBox.inp-vcode:before,
.form-group.login-inpBox.inp-vcode:after{
	display: table;
    content: " ";
}
.form-group.login-inpBox.inp-vcode:after{
	clear: both;
}
.form-group.login-inpBox.inp-vcode .col-xs-8,
.form-group.login-inpBox.inp-vcode .col-xs-4{
	padding-left:0;
	padding-right:0;
}

.form-group.has-feedback.login-inpBox .vcode-control{
	width:100%;
	height:46px;
	line-height: 46px;
	padding-left: 12px;
	color:#fff;
}

.form-group.has-feedback.login-inpBox .form-control {
    padding-left: 58px;
    padding-right: 12px;
    color:#fff;
}
.form-group.login-inpBox .form-control-feedback {
    position: absolute;
    top: 7px;
    left: 0;
    z-index: 2;
    display: block;
    width: 46px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    pointer-events: none;
    border-right:1px solid #3e5369;
}
 .login-box-body .form-login-label{
 	margin-bottom: 0;
 	padding-bottom: 10px;
 	font-size: 16px;
 	color:#3eb4d4;
 }

 .login-otherLinks{ 
 	padding-top:20px;
 	text-align: center;
 	color:rgba(255,255,255,.5);
 }
 .login-otherLinks a{
 	color:#fff;
 	padding:0 14px;
 }

.form-group.has-feedback.login-inpBox input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.form-group.has-feedback.login-inpBox input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.form-group.has-feedback.login-inpBox input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.form-group.has-feedback.login-inpBox input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}


.main-header .top-fastBtn:hover{

    background: rgba(0,0,0,0.1);
    color: #f6f6f6;
    color: #404040
}
.main-header .top-fastBtn {
    float: left;
    color:#878787;
    background-color: transparent;
    background-image: none;
    padding: 10px 15px;
    font-family: fontAwesome;
}
.main-header .top-fastBtn .zIcon-refresh01{
/*  padding: 2px 0;*/
  font-size: 2.2rem;
}

.topBar{
	position: absolute;
	top:0;
	right:0;
	padding:6px 14px 14px;
  z-index: 3;
}
.topBar .appicon{
	display: inline-block;
	width:38px;
	height:38px;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	cursor: pointer;
}
.topBar .appicon:hover{
	transform: scale(1.1);
}
.topBar .appicon:active{
	transform: scale(1);
}
.topBar .icon-min{background-image: url(../images/btn_top_min.png)}
.topBar .icon-max{background-image: url(../images/btn_top_max.png)}
.topBar .icon-close{background-image: url(../images/btn_top_close.png)}


.navbar-custom-menu .topBar{
  position: initial;
  padding-top: 6px;
  padding-bottom:0;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #1f2438;
}
.main-header .logo .logo-lg{padding-top: 40px}
.main-header .logo .logo-lg img{width: 70%;height: auto}
.main-header .logo .logo-mini img{width: 90%;height: auto}
.zm-sidebar-menu{
  padding-top: 120px!important;
  text-align: center;
  font-size: 18px;
  color:#fff;
}
.zm-sidebar-menu ul{
  list-style: none;
  padding:0;
  margin:0;
}
.zm-sidebar-menu li{
  position: relative;
  margin-bottom: 0;
  list-style: none;
}
.zm-sidebar-menu li.selected{
  background-color: rgba(255,255,255,.1)
}
.zm-sidebar-menu li.selected:after{
  content: '';
  position: absolute;
  left:0;
  top:0;
  width:3px;
  height: 100%;
  background-color: #35fdff;
  box-shadow:2px 0 20px rgba(53,253,253,1)
}
.zm-sidebar-menu li.selected:before{
  content: '';
  position: absolute;
  right:0;
  top:50%;
  width:0;
  height:0;
  font-size: 0;
  line-height: 0;
  border-width: 0.8rem;
  border-color: transparent rgba(255,255,255,0.95)  transparent transparent;
  border-style: dashed solid dashed  dashed;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.zm-sidebar-menu li:hover{
  background-color: rgba(255,255,255,.1)
}
.zm-sidebar-menu li a{
  display: block;
  padding:20px 0;
}

.zm-sidebar-menu .zm-sb-icon{
  display: block;
  width:40px;
  height:40px;
  margin:0 auto 4px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.zm-sidebar-menu .zm-sb-icon.zm-sb-home{background-image: url(../images/zm_sb_home.png)}
.zm-sidebar-menu .zm-sb-icon.zm-sb-member{background-image: url(../images/zm_sb_member.png)}
.zm-sidebar-menu .zm-sb-icon.zm-sb-market{background-image: url(../images/zm_sb_market.png)}
.zm-sidebar-menu .zm-sb-icon.zm-sb-data{background-image: url(../images/zm_sb_data.png)}
.zm-sidebar-menu .zm-sb-icon.zm-sb-setting{background-image: url(../images/zm_sb_setting.png)}

.zm-sidebar-menu  .zm-treeview-menu{
  position: absolute;
  right:-140px;
  bottom:0;
  width:140px;
  background-color: #1f2438;
  font-size: 14px;
  border-radius: 0 5px 5px 0;
  display: none;
}
.zm-sidebar-menu li:hover>.zm-treeview-menu {
    display: block;
}

.zm-sidebar-menu .zm-treeview-menu li{
    padding:0 24px;
    text-align: left;
}
.zm-sidebar-menu .zm-treeview-menu li.selected:before{
    display: none;
}
.zm-sidebar-menu .zm-treeview-menu li a{
  padding:12px 0;
}
.zm-sidebar-menu .zm-treeview-menu .fa{
  width:16px;
  height:14px;
  text-align: center;
}



.main-topFuns{}
.main-topFuns a{
  text-decoration: none;
}
.main-topFuns .topFuns-item{
  display: block;
  text-align: center;
  color:#fff;
  font-size: 24px;
  text-shadow: 0 4px 8px rgba(0,0,0,.4);
  cursor:pointer;
}
.main-topFuns .topFuns-item i{
  display: inline-block;
  width:72px;
  height: 70px;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.main-topFuns .topFuns-item i.icons-topFun-add{background-image: url(../images/icons_top_fun01.png)}
.main-topFuns .topFuns-item i.icons-topFun-topup{background-image: url(../images/icons_top_fun02.png)}
.main-topFuns .topFuns-item i.icons-topFun-topup01{background-image: url(../images/icons_top_fun03.png);margin-right: 10px;}
.main-topFuns .topFuns-item i.icons-topFun-luckdraw{background-image: url(../images/icons_top_fun04.png)}
.main-topFuns .topFuns-item i.icons-topFun-useData{background-image: url(../images/icons_top_fun05.png);margin-top: -10px;}
.main-topFuns .topFuns-item i.icons-topFun-topupData{background-image: url(../images/icons_top_fun06.png)}
.main-topFuns .topFuns-item>div{
  border-radius: 5px;
  width:97%;
  height:120px;
  line-height: 120px;
  vertical-align: middle;
  margin:0 auto;
  background-position: center;
  background-size: 100% 100%;
}
.main-topFuns .bg-btn-darkblue{
  background-image: url(../images/bg_topFuns_darkblue.png);
  box-shadow:0 8px 29px rgba(55,160,253,.4);
}
.main-topFuns .bg-btn-blue{
  background-image: url(../images/bg_topFuns_blue.png);
  box-shadow:0 8px 29px rgba(55,160,253,.4);
}
.main-topFuns .bg-btn-pink{
  background-image: url(../images/bg_topFuns_pink.png);
  box-shadow:0 8px 29px rgba(255,113,117,.4);
}
.main-topFuns .bg-btn-purple{
  background-image: url(../images/bg_topFuns_purple.png);
  box-shadow:0 8px 29px rgba(168,146,253,.4);
}
.main-topFuns .bg-btn-orange{
  background-image: url(../images/bg_topFuns_orange.png);
  box-shadow:0 8px 29px rgba(255,143,95,.4);
}
.main-topFuns .bg-btn-green{
  background-image: url(../images/bg_topFuns_green.png);
  box-shadow:0 8px 29px rgba(43,202,171,.4);
}

.main-totalData{
  margin-top: 20px;
}
.main-totalData .totalData-item{
  display: block;
  text-align: right;
  color:#535353;
  font-size: 18px;
  cursor:pointer;
  font-weight: bold;
}
.main-totalData .totalData-item h3{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  line-height: 34px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  color:#6378cb;
  color:#fff;
  background-color: #559ad6;
  background-color: rgba(85,154,214,.7);
  text-align: center;
}
.main-totalData .totalData-item>div{
  position: relative;
  width:98%;
  line-height: 1;
  padding:28px 34px 28px 88px;
  border-radius: 5px;
  background-color: #fff;
  vertical-align: middle;
  margin:0 auto;
  background-position: center;
  background-size: 100% 100%;
  overflow: hidden;
}
.main-totalData .totalData-item>div:hover{
  box-shadow: 0 0 16px rgba(0,0,0,.14)
}
.main-totalData .totalData-item>div:hover h3{
  background-color: rgba(85,154,214,1);
}

.main-totalData .totalData-item p{
  padding-bottom: 10px;
}
.main-totalData .totalData-item p em{
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
}
.main-totalData .totalData-item span{font-weight: normal;}
.main-totalData .totalData-item span>label{font-size: 12px;color:#999;}
.main-totalData .totalData-item i{
  position: absolute;
  left:34px;
  top:25px;
  width:76px;
  height:76px;
  background-color: #eee;
  border-radius: 50%;
  background-image: url(../images/icons_total_split.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.main-totalData .totalData-item i.icons-money{
  background-position:0 0;
}
.main-totalData .totalData-item i.icons-time{
  background-position:0 100%;
}
.main-totalData .totalData-item i.icon-bg-pink{background-color: #fb56c0}
.main-totalData .totalData-item i.icon-bg-blue{background-color: #57adfb}
.main-totalData .totalData-item i.icon-bg-yellow{background-color: #ebcd27}

.main-totalData .color-pink{color: #ff6600}
.main-totalData .color-blue{color: #57adfb}
.main-totalData .color-yellow{color: #ebcd27}


.main-totalData .totalData-item.totalTree{
  color:#535353;
  font-size: 14px;
  text-align: center;

}
.main-totalData .totalData-item.totalTree>div{
  padding-top: 56px;
  padding-left: 0;
  padding-right: 0;
}
.main-totalData .totalData-item.totalTree>div .col-xs-2,
.main-totalData .totalData-item.totalTree>div .col-xs-3,
.main-totalData .totalData-item.totalTree>div .col-xs-4{
  border-right: 1px solid #ccc;
}
.main-totalData .totalData-item.totalTree>div div:last-child{
  border-right: 0;
}
.main-totalData .totalData-item.totalTree p{
  margin-bottom: 0;
}
.main-totalData .totalData-item.totalTree p em{
  font-size: 34px;
}

.main-deviceList{
  background: #fff;
  width: 97%;
  margin:20px auto;
  padding:28px 22px;
  min-height: 426px;
  border-radius: 5px;
}
.main-deviceList ul,
.main-deviceList li{
  list-style: none;
  padding:0;
  margin:0;
}
.main-deviceList .dev-sumInfo{
  position: relative;
  line-height: 1;
  padding-left:10px;
  padding-bottom:16px;
  font-size: 20px;
  border-bottom: 1px solid #eee;
  /*box-shadow: 0 4px 2px rgba(100,100,100,.1)*/
}
.main-deviceList .dev-sumInfo:after{
  content: '';
  position: absolute;
  top:40%;
  left:0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width:3px;
  height:22px;
  background-color:#5868d9;
}
.main-deviceList .dev-sumInfo .qty{
  padding-left: 4px;
  font-weight: bold;
  font-size: 26px;
}
.main-deviceList .dev-sumInfo .qty.color-free{color:#ebaf3d;}
.main-deviceList .dev-sumInfo .qty.color-online{color:#74df55;}

.main-deviceList .dev-sumInfo .main-deviceFilter{
  position: absolute;
  right:12px;
  top:50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 14px;
  color:#999;
}
.main-deviceList .main-deviceFilter li{
  float: left;
  margin-left: 12px;
  vertical-align: middle;
}
.main-deviceList .dev-sumInfo .main-deviceFilter{}

.main-deviceList .devList{
  min-height: 280px;
  /*max-height: 720px;*/
  margin-top: 34px;
  /*overflow: hidden;
  overflow-y:scroll;*/ 
}
.main-deviceList .devList .empty-devList{
  width: 100%;
  text-align: center;
  font-size: 16px;
  color:#999;
}
.main-deviceList .devList .empty-devList i.fa{
  display: block;
  width:80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin:30px auto 20px auto; 
  font-size: 40px;
  background-color: #eee;
  border-radius: 50%;
  color:#fff;
}
.main-deviceList .devList .devItem{
  margin-bottom: 50px;
  text-align: center;
}

.main-deviceList .devList .devItem.status-pause{}
.main-deviceList .devList .devItem.status-used{}
.main-deviceList .devList .devItem.status-error{}
.main-deviceList .devList .devItem.status-offline{}
.main-deviceList .devList .devItem.status-free{}

.main-deviceList .devList .devContent{
  position: relative;
  width:90%;
  padding:36px;
  margin:0 auto;
  border:1px solid #b5b5b5;
  color:#404040;
  font-size: 18px;
  cursor: pointer;
}
.main-deviceList .devList .devItem .devItem-opt{
  position: absolute;
  right:10px;
  bottom:10px;
  width:24px;
  height:24px;
  background-image: url(../images/icons_more.png);
  background-position: center;
  background-size: 90% auto;
  background-repeat: no-repeat;
}
.main-deviceList .devList .icons-dev{
  display: block;
  width:158px;
  height:144px;
  margin:0 auto;
  background-image: url(../images/icons_dev_split.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 -576px;
}
.main-deviceList .devItem.status-pause .icons-dev{background-position: 0 -432px;}
.main-deviceList .devItem.status-used .icons-dev{background-position: 0 -144px;}
.main-deviceList .devItem.status-error .icons-dev{background-position: 0 -288px;}
.main-deviceList .devItem.status-offline .icons-dev{background-position: 0 -576px;}
.main-deviceList .devItem.status-free .icons-dev{background-position: 0 0;}


.main-deviceList .devList .devItem-name{
  display: block;
  height:24px;
  line-height: 1.4;
}
.main-deviceList .devList .devItem-others{
  padding-top: 12px;
}
.main-deviceList .devList .devItem-status{
  /*min-width: 60px;*/
  /*padding:4px 14px;*/
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  color:#b5b5b6;
  /*color:#fff;*/
}
.main-deviceList .devItem.status-pause .devItem-status{color:#2da1e3;}
.main-deviceList .devItem.status-used .devItem-status{color:#59c73b;}
.main-deviceList .devItem.status-error .devItem-status{color:#dc2c1d;}
.main-deviceList .devItem.status-offline .devItem-status{color:#b5b5b6;}
.main-deviceList .devItem.status-free .devItem-status{color:#ffb400;}

.main-deviceList .devList .devItem-time{font-size: 16px;padding-left: 12px;}


.main-deviceList .devItem-menu{
  position: absolute;
  bottom:0;
  /*right:-224px;
  width:212px;
  min-height:300px;*/
  width:100%;
  height:0;
  font-size: 0;
  left:0;
  /*padding:24px;*/
  background-color: rgba(89,89,89,.9);
  /*border-radius: 5px;*/
  color:#fff;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  z-index: 10;
  /*display: none;*/
  transition: height .1s;
  -moz-transition: height .1s;
  -webkit-transition: height .1s;
  overflow: hidden;
}
.main-deviceList .devItem:hover .devItem-menu{
  /*display: block;*/
  height:100%;
  padding:24px;
}
/*.main-deviceList .devItem-menu:after{
  content: '';
  position: absolute;
  bottom:10px;
  left:-1.54rem;
  width:0;
  height:0;
  font-size: 0;
  line-height: 0;
  border-width: 0.8rem;
  border-color: transparent rgba(89,89,89,.9)  transparent transparent;
  border-style: dashed solid dashed  dashed;
}
*/
.main-deviceList .devItem-menu .btn-menu{
  width:100%;
  max-width: 180px;
  padding:8px 20px;
  margin:0 auto;
  margin-bottom: 20px;
  margin-bottom: 10px;
  border-radius: 30px;
  border:1px solid #a0a0a0;
  text-align: center;
  font-size: 18px;
  font-size: 16px;
  cursor: pointer;
}
.main-deviceList .devItem-menu .btn-menu:hover{
  color: #50aafb;
  border-color: #50aafb;
}
.main-deviceList .devItem-menu .btn-menu:last-child{
  margin-bottom: 0;
}
.main-deviceList .devItem-menu .devItem-menuInfo{
  margin-bottom: 20px;
}
.main-deviceList .devItem-menu .devItem-menuInfo{
  font-size: 18px;
}
.main-deviceList .devItem-menu .devItem-menuInfo time{
  font-size: 36px;
}



.main-deviceList .devList.list-small{}
.main-deviceList .devList.list-small{}
.main-deviceList .devList.list-small{}
.main-deviceList .devList.list-small .devItem{}
.main-deviceList .devList.list-small .devItem .icons-dev{
  display: block;
  width:90px;
  height:76px;
  margin:0 auto;
  background-image: url(../images/icons_dev_split.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 -329px;
}
.main-deviceList .devList.list-small .devContent{
  position: relative;
  width:93%;
  padding:24px 16px;
  margin:0 auto;
  border:1px solid #b5b5b5;
  color:#404040;
  font-size: 14px;
  cursor: pointer;
}
.main-deviceList .list-small .devItem.status-pause .icons-dev{background-position: 0 -247px;}
.main-deviceList .list-small .devItem.status-used .icons-dev{background-position: 0 -83px;}
.main-deviceList .list-small .devItem.status-error .icons-dev{background-position: 0 -165px;}
.main-deviceList .list-small .devItem.status-offline .icons-dev{background-position: 0 -329px;}
.main-deviceList .list-small .devItem.status-free .icons-dev{background-position: 0 0;}


.main-deviceList .devList.list-small .devItem-name{
  height:22px;
  line-height: 1.3;
}
.main-deviceList .devList.list-small .devItem-others{
}
.main-deviceList .devList.list-small .devItem-status{
  /*padding:4px 10px;*/
  font-size: 14px;
}
.main-deviceList .devList .devItem-time{font-size: 14px;padding-left: 10px;}
.main-deviceList .devList.list-small .devItem .devItem-opt{
  right:4px;
  bottom:8px;
  width:20px;
  height:20px;
}
.main-deviceList .list-small .devItem-menu{}
.main-deviceList .list-small .devItem-menu .btn-menu{
  padding:4px 20px;
  margin-bottom: 4px;
  border-radius: 30px;
  font-size: 12px;
}
.main-deviceList .list-small .devItem:hover .devItem-menu{
  padding:14px 10px;
}
.main-deviceList .list-small .devItem-menu .devItem-menuInfo{
  margin-bottom: 14px;
}
.main-deviceList .list-small .devItem-menu .devItem-menuInfo{
  font-size: 14px;
}
.main-deviceList .list-small .devItem-menu .devItem-menuInfo time{
  font-size: 26px;
}




.main-deviceList .pagination-dev{
  text-align: center;
}
.pagination-dev .pageNo{
  font-size: 14px;
  color:#878787;
}
.pagination-dev .pageNo .curPageNo{
  font-weight: bold;
  color:#404040;
}
.pagination-dev .btn-pagination{
  display: inline-block;
  width:44px;
  height:44px;
  border-radius: 50%;
  text-align: center;
  background-color: #c3c3c3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70% auto;
}
.pagination-dev .btn-pagination.btn-prePage{
  margin-right: 18px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVCMjREM0E0NTgzMDExRTg4RkU3RjBDN0I2NDVBNjQ1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVCMjREM0E1NTgzMDExRTg4RkU3RjBDN0I2NDVBNjQ1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUIyNEQzQTI1ODMwMTFFODhGRTdGMEM3QjY0NUE2NDUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUIyNEQzQTM1ODMwMTFFODhGRTdGMEM3QjY0NUE2NDUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/lB6nAAABW0lEQVR42mL8//8/w0AAJoYBAtS2mBGI/YBYnaBKUFBTCbMB8ZL/EPCVkHoWKvmUC4jXAbE7lL+JHj4WAeIT/xFgNhAzE9JHqaWyQHwdydImYvVSYqkWED+BWvgPiHNJ0U+upZZA/BZq6S8gDifVDHIs9QLib1BLPwOxKzmOJ1VDHNSHIPAaiE3JjSpSFBchJaIHQKxGScIkRhEjEHchWXoZiKUpzYaEFIDy43wkS48AsQA1SjpCCpYjWboJiLmoVcQSqiT+IrGZqVqdEBHUc5F8fQyIhegR1LDE1YZk+RUglqGHxTBcgGT5IyDWoJfFIByFVoCY08tiEPZAKjJBFb47vSxmgPr0NVIlEUUvixmgcfwYKd7z6WUxAzR1X0WyvBWaC2huMQM0Xx9DsnwOPZo+MAwqSrchWb6SXhaDMCsQLyS2ectI5S4MqEHvBcS3gfgWXoUjru8EEGAAPgINO6m+2yIAAAAASUVORK5CYII=);
}
.pagination-dev .btn-pagination.btn-nextPage{
  margin-left: 18px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdFRjAyQTY3NTgzMDExRThCMzQ0Q0VCOTE5M0ZBRDI0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjdFRjAyQTY4NTgzMDExRThCMzQ0Q0VCOTE5M0ZBRDI0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N0VGMDJBNjU1ODMwMTFFOEIzNDRDRUI5MTkzRkFEMjQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0VGMDJBNjY1ODMwMTFFOEIzNDRDRUI5MTkzRkFEMjQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4een25AAABTklEQVR42mL8//8/w0AAJoYBAoQsVgdiPyBmpLrNoKDGg7/+h4AlQMxGQC1JmJCPN0HpaCibi14+Zgbi2f8R4AQQi1DDx8QqbEKy/DoQy9LLYhDOBeJ/UMufALEWvSwG4XAg/gW1/C0QW9LLYhB2BeLPUMu/AbEXvSwGYVMgfg21HBQCcfSyGITVgPgBUqIropfFICwNxJeRLO8CYkZ6WAzCAkB8BMny+dD8T3OLQZgLiDchWb6c0iKTFMCMxP5LaZFJDBYC4mNIvp1Lj6CWAeIrSJa20SNxaQDxIyRLC+iRnczRCpAoehQg7kgNBFCR6UGPIjMKqZJ4DfU5zSuJfKT4fAyNY5pWi6BU2opk6VVoaqZpQwCUH+cgWXoMmm9p3vRZiWTpNmjRyEAPi2GpdyEQs1KzectIoAujBsSqQLwNVLpSsz3POOL6TgABBgDNZA1RAiRPpQAAAABJRU5ErkJggg==);
}
.pagination-dev .btn-pagination:not(.disabled):hover{
  box-shadow: 2px 4px 6px rgba(0,0,0,.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  cursor: pointer;
}
.pagination-dev .btn-pagination:not(.disabled):active{
  box-shadow: none;
    transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  cursor: pointer;
}
.pagination-dev .btn-pagination.disabled{
  background-color: #e4e4e4;
}

.main-deviceList{}
.main-deviceList{}
.main-deviceList{}
.main-deviceList{}
.main-deviceList{}
.qrcode-example{
    border-left:1px solid #ddd;
}
.qrcode-example .qrcode-exampleList{
    width:76%;
    margin:10px auto;
}
.qrcode-example .exampleItem{
    min-height:200px;
    margin:0 10px;
    padding:30px;
    background-color: #f5f5f5;
}
.qrcode-example .exampleItem img{width: 100%; vertical-align: top;}
.qrcode-example .exampleItem-desc{
    padding:20px 14px;
    text-align:center;
    color:#999;
}
.qrcode-example{}


h1.subpage-title{
  position: relative;
    width: auto;
    margin:8px 0 26px 0;
    padding: 0 0 12px 12px;
    font-size: 24px;
    border-bottom: 1px solid #eee;
    color:#7787c9;
    font-weight: 300;
}
h1.subpage-title:before{
  content: '';
  position: absolute;
  left:0;
  top:2px;
  width:4px;
  height:24px;
  background-color: #7787c9;
}


@media (max-width: 1600px) {
  .main-topFuns .topFuns-item{
    font-size: 20px;
    text-shadow: 0 4px 8px rgba(0,0,0,.4);
    cursor:pointer;
  }
  .main-topFuns .topFuns-item i{
    width:62px;
    height: 60px;
  }
  .main-topFuns .topFuns-item>div{
    height:100px;
    line-height:100px;
    vertical-align: middle;
  }

  .main-totalData .totalData-item>div{
    width:100%;
    padding:28px 24px 28px 78px;
  }
  .main-totalData .totalData-item i{
    left:24px;
    top:25px;
    width:66px;
    height:66px;
  }
  .main-totalData .totalData-item p em{
    font-size: 24px;
  }  
  .main-totalData .totalData-item.totalTree>div{
    padding-left: 0;
    padding-right: 0;
  }
  .main-totalData .totalData-item.totalTree p em{
    font-size: 28px;
  }
  .main-deviceList .devList{
    margin-top: 24px;
  }
  .qrcode-example .qrcode-exampleList{
    width: 80%;
  }
}
@media (max-width: 1330px) {
  .main-topFuns .topFuns-item{
    font-size: 18px;
    text-shadow: 0 4px 8px rgba(0,0,0,.4);
    cursor:pointer;
  }
  .main-topFuns .topFuns-item i{
    width:52px;
    height: 50px;
  }
  .main-topFuns .topFuns-item>div{
    height:80px;
    line-height:80px;
    vertical-align: middle;
  }
  .main-totalData .totalData-item>div{
    width:100%;
    padding:28px 14px 28px 68px;
  }
  .main-totalData .totalData-item i{
    left:14px;
    top:25px;
    width:56px;
    height:56px;
  }
  .main-totalData .totalData-item p em{
    font-size: 18px;
  }
  .main-totalData .totalData-item.totalTree>div{
    padding-left: 0;
    padding-right: 0;
  }
  .main-totalData .totalData-item.totalTree p em{
    font-size: 22px;
  }
  .main-deviceList .devList{
    margin-top: 34px;
  }
    .qrcode-example .qrcode-exampleList{
    width: 86%;
  }
}


.mb-form .form-horizontal .btn{
    min-width:240px;
    height:40px;
    line-height: 40px;
    padding:0 14px;
}
.mb-form .panel-heading{
  font-size: 20px;
  font-weight: bold;
  background-color: #eee;
  border-bottom: 1px solid #eee;
  text-align: center;
  color:#8088a7;
}
.mb-form .panel-subheader{
  padding: 10px 15px;
  margin:26px auto 10px auto;
  font-size: 16px;
  font-weight: bold;
  color:#8088a7;
  background-color: #ececec;
  text-align: center;
}
.mb-form .form-horizontal{
  width: 50%;
  margin:0 auto;
}
.mb-form .form-horizontal .btn.btn-primary,
.bg01 .btn.btn-primary{

    background: #2387f6!important;
    background: -webkit-linear-gradient(0deg, #2974e9, #2095fe)!important;
    background: -o-linear-gradient(0deg, #2974e9, #2095fe)!important;
    background: -moz-linear-gradient(0deg, #2974e9, #2095fe)!important;
    background: linear-gradient(0deg, #2974e9, #2095fe)!important;
    border-color: transparent;
}
.mb-form .form-horizontal .btn.btn-warning{
    background: #5fb3ff!important;
    background: -webkit-linear-gradient(0deg, #5fb3ff, #5fb3ff)!important;
    background: -o-linear-gradient(0deg, #5fb3ff, #5fb3ff)!important;
    background: -moz-linear-gradient(0deg, #5fb3ff, #5fb3ff)!important;
    background: linear-gradient(0deg, #5fb3ff, #5fb3ff)!important;
    border-color: transparent;
    color:#fff;
}
.mb-table .btn{

}
.mb-table .ui-jqgrid .table-bordered, 
.mb-table .ui-jqgrid .table-bordered td, 
.mb-table .ui-jqgrid .table-bordered th.ui-th-ltr{
  border:0;
}
.mb-table .ui-th-ltr, .mb-table .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr{
  background-color: #efefef;
  border-bottom:0;
  border-right:0;
  color:#575757;
  /*color:#8088a7;*/
}
.mb-table .ui-jqgrid .ui-jqgrid-htable .ui-th-div {
    height: initial;
    margin-top: 0;
    display: inline-block;
}
.mb-table .ui-jqgrid .ui-jqgrid-btable tbody tr:hover{
  background-color: #dee4ff!important;
  background-color: rgba(92,149,236,.1)!important;
  font-weight: normal;
  box-shadow: 0 0 6px rgba(0,0,0,.3)
}
.mb-table .ui-jqgrid .ui-jqgrid-btable tbody tr:nth-child(odd){
  background-color: #eee;
}
.mb-table .ui-jqgrid .ui-jqgrid-btable tbody tr:nth-child(even){
  
}
.mb-table .ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td {
      padding: 12px;
      border:0px;
      color:#666;
}
/*.mb-table .table>tbody>tr>td, .mb-table .table>tbody>tr>th, .mb-table .table>tfoot>tr>td, .mb-table .table>tfoot>tr>th, .mb-table .table>thead>tr>td, .mb-table .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top:0;
}*/
.mb-table .table>tbody>tr>th, .mb-table .table>thead>tr>th {
    padding: 12px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top:0;
}
.mb-table .table>tbody>tr.active>td, .mb-table .table>tbody>tr.active>th, .mb-table .table>tbody>tr>td.active, .mb-table .table>tbody>tr>th.active, .mb-table .table>tfoot>tr.active>td, .mb-table .table>tfoot>tr.active>th, .mb-table .table>tfoot>tr>td.active, .mb-table .table>tfoot>tr>th.active, .mb-table .table>thead>tr.active>td, .mb-table .table>thead>tr.active>th, .mb-table .table>thead>tr>td.active, .mb-table .table>thead>tr>th.active {
    background-color: transparent;
    color:#8088a7;
    font-weight: bold;
} 
.mb-table .table>tbody>tr.success>td, .mb-table .table>tbody>tr.success>th, .mb-table .table>tbody>tr>td.success, .mb-table .table>tbody>tr>th.success, .mb-table .table>tfoot>tr.success>td, .mb-table .table>tfoot>tr.success>th, .mb-table .table>tfoot>tr>td.success, .mb-table .table>tfoot>tr>th.success, .mb-table .table>thead>tr.success>td, .mb-table .table>thead>tr.success>th, .mb-table .table>thead>tr>td.success, .mb-table .table>thead>tr>th.success {
    background-color: #dee4ff;
    font-weight: bold;
    color:#8088a7;
}
.mb-form .control-label{
  color:#575757;
  color:#8088a7;
  font-size: 16px;
  font-weight: bold;
}
.mb-form .mb-form-tip{
  color:#999;
  font-size: 14px;
}

.mb-form .form-group{
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
}
.mb-form .form-group:last-child{
  border-bottom: 0;
}
.mb-form .form-group:hover{
  background-color:#eee!important;
}

.mb-form .mb-form-radioRow{
  padding:0 15px;
}
.mb-form .payment-totalAmt{
  padding:30px 15px;
  font-size: 18px;
  /*text-align: center;*/
  background-color: #eee;
}
/*.mb-form .payment-totalAmt .control-label,
.mb-form .payment-amt .control-label{
  text-align: center!important;
}*/
.mb-form .payment-totalAmt .payment-amt-val{}
.mb-form .payment-totalAmt .payment-amt-val .control-label{
  font-size: 28px;
}
.mb-form .form-control{
  height: 40px;
  box-shadow: inset 2px 2px 6px rgba(10,10,10,.15)
}
.mb-form .mb-form-btns{
  border-top: 1px solid #ddd;
  margin-top: 36px;
  padding-top: 26px;
  text-align: center;
}
.mb-form .form-group.mb-form-btns:hover{
  background-color:transparent!important;
}
.mb-form .mb-form-btns .btn{
    font-size: 16px;
}
.mb-form .btn.btn-topupMB{
  min-width:100px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-left:30px;
}

@media (min-width: 768px){
  .mb-form .col-sm-1, .mb-form .col-sm-10, .mb-form .col-sm-11, .mb-form .col-sm-12, .mb-form .col-sm-2, .mb-form .col-sm-3, .mb-form .col-sm-4, .mb-form .col-sm-5, .mb-form .col-sm-6, .mb-form .col-sm-7, .mb-form .col-sm-8, .mb-form .col-sm-9 {
       float: initial; 
  }
  .mb-form .col-sm-10 {
      width: 100%;
      padding-left: 15px; 
  }
  .mb-form .col-sm-2 {
      width: inherit; 
  }
  .mb-form .form-horizontal .control-label {
      padding-top: 0; 
      margin-bottom: 4px; 
      text-align: left; 
  }
}


.floatAct{
  position: absolute;
  right:60px;
  top:70%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width:80px;
  height: 80px;
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  cursor: pointer;
}
.floatAct:hover{
  transform: translateY(-50%) scale(1.1);
  -webkit-transform: translateY(-50%) scale(1.1);
}
.floatAct:active{
    transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
}
.floatAct.goTask{
  background-image: url(../images/icons_goTask.png)
}



/*radio box &*/
@keyframes hover-color {
  from {
    border-color: rgba(0,0,0,.8); }
  to {
    border-color: #384c9b; } }

.magic-radio,
.magic-checkbox{
    position: relative;
}
.magic-radio,
.magic-checkbox input[type='checkbox']{
  position: absolute;
  display: none; }

.magic-radio[disabled],
.magic-checkbox input[type='checkbox'][disabled] {
  cursor: not-allowed; }

.magic-radio + label,
.magic-checkbox input[type='checkbox'] + label {
    position: relative;
    display: block;
    padding-left: 26px;
    padding-top: 6px;
    padding-bottom: 6px;
    cursor: pointer;
    vertical-align: middle;
    font-size:16px;
    height:34px;
    line-height: 34px;
    line-height: 1.2;
    margin-bottom: 0;
    color:#404040;
    font-weight: normal;
    vertical-align: middle;
}
.magic-radio + label:hover:before,
.magic-checkbox input[type='checkbox'] + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color; }
.magic-radio + label:before,
.magic-checkbox input[type='checkbox'] + label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 20px;
    /*background-color: rgba(0,0,0,0.2);
    box-shadow: inset 0 0 8px rgba(0,0,0,.4);*/
    border: 1px solid #999;
    }
.magic-radio + label:after,
.magic-checkbox input[type='checkbox'] + label:after {
    position: absolute;
    display: none;
    content: ''; }

.magic-radio[disabled] + label,
.magic-checkbox input[type='checkbox'][disabled] + label {
    cursor: not-allowed;
    color: #e4e4e4; }
.magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
.magic-checkbox input[type='checkbox'][disabled] + label:hover,
.magic-checkbox input[type='checkbox'][disabled] + label:before,
.magic-checkbox input[type='checkbox'][disabled] + label:after {
    cursor: not-allowed; }
.magic-radio[disabled] + label:hover:before,
.magic-checkbox input[type='checkbox'][disabled] + label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none; }
.magic-radio[disabled] + label:before,
.magic-checkbox input[type='checkbox'][disabled] + label:before {
    border-color: #e4e4e4; }

.magic-radio:checked + label:before,
.magic-checkbox input[type='checkbox']:checked + label:before {
    animation-name: none; 
}

.magic-radio:checked + label:after,
.magic-checkbox input[type='checkbox']:checked + label:after {
  display: block; }

.magic-radio + label:before {
  border-radius: 50%; }

.magic-radio + label:after {
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #384c9b; }

.magic-radio:checked + label:before {
  border: 1px solid #384c9b; }

.magic-radio:checked[disabled] + label:before {
  border: 1px solid #c9e2f9; }

.magic-radio:checked[disabled] + label:after {
  background: #c9e2f9; }

.magic-checkbox input[type='checkbox'] + label:before {
  border-radius: 3px; }

.magic-checkbox input[type='checkbox'] + label:after {
  top: 30%;
  top:22%;
  left: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  box-sizing: border-box;
  width: 6px;
  height: 18px;
  width: 10px;
  height: 16px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-width: 3px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0;
}

.magic-checkbox input[type='checkbox']:checked + label:before {
  border: 1px solid #384c9b;
  background:#384c9b; 
}

.magic-checkbox input[type='checkbox']:checked[disabled] + label:before {
  border:1px solid #c9e2f9;
  background: #c9e2f9; }




::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	border-radius: 3px;
	background-color: rgba(255,255,255,.2);
}

::-webkit-scrollbar
{
	width: 12px;
	border-radius: 10px;
	background-color: #F5F5F5;
	background-color: rgba(255,255,255,0);
}

::-webkit-scrollbar-thumb
{
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgba(0,0,0,.9);
	background-color: #4e5987;
	/*box-shadow:inset 0 0 .3rem rgba(24,219,219,.8);*/
	/*box-shadow:inset 0 0 .2rem rgba(255,255,255,.2);
	background-image: url(../images/bg_btn_metal.png);
	background-size: auto 100%;*/

}