[v-cloak] {
  display: none;
}
.winButton{
    display: none/*!important;*/
}
.topButton {
   float:left;padding:15px 15px;color:#fff;cursor:pointer;text-decoration:none;
}
.topButton:hover ,.topButton:focus{
   background: #367fa9;
   color:#fff;
}
.topButton:active {
   background: none;
   color:#fff;
}
.padding0 {
    padding:0px !important;
}

.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)}


.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);
}

 .chat_row {
            padding: 5px 30px;
        }

        .chat_time {
            font-size: 12px;
            padding: 10px 10px 5px;
            color: #808080;
        }



        .chat_content::after {
            border-color: #e2e2e2 transparent transparent;
            border-style: solid dashed dashed;
            border-width: 10px;
            content: "";
            height: 0;
            left: -10px;
            overflow: hidden;
            position: absolute;
            top: 13px;
            width: 0;
        }

        .chat_content {
            background-color: #e2e2e2;
            border-radius: 3px;
            color: #333;
            line-height: 22px;
            margin-top: 5px;
            padding: 8px 15px 8px 15px;
            position: relative;
            word-break: break-all;
            font-size: 16px;
            /*display: inline-block;*/
            vertical-align: top;
        }

        .chat_min {
            background-color: #f8f8f8;
            border-bottom: 1px solid #eee;
            border-radius: 2px 2px 0 0;
            color: #333;
            font-size: 14px;
            height: 42px;
            line-height: 42px;
            overflow: hidden;
            padding: 0 10px 0 10px;
            background: #009f95 none repeat scroll 0 0;
            border: medium none;
            color: #fff;
            text-align: center;
        }
/*
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #1f2438;
}
.skin-blue .treeview-menu>li>a {
    background: #1e282c;
    color: #8aa4af;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a {
    color: #fff;
    border-left-color: #35fdff;
    background: #1e282c;
    background-color: rgba(255,255,255,.1);
}
.sidebar-menu .treeview-menu > li > a {
    padding: 8px 5px 8px 15px;
    display: block;
    font-size: 14px;
}
    
.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;
}
    */


.money {
    color:red;
    font-size:18px;
    text-align:center;
}