body {
    font: 14px/1.5 "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei", sans-serif;
}    
    
.wrapper-content {
/*    padding: 5px 15px; */
    padding: 0px;    
}

.bootbox-alert{
	z-index: 9999 !important;
}

.chosen-drop{
	z-index: 99999 !important;
}


.btn {
    padding: 4px 12px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 3px;
    -webkit-transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
    -o-transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
    transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
}

.btn-sm, .btn-xs {
    padding: 3px 5px;
    font-size: 13px;
    line-height: 1.5;
}


.ibox-title {
	  padding: 5px 14px;
    min-height: 40px;
    border-width: 0px;  
    font-weight:600; 
 }

table.dataTable {
/* 	font-size:13px;	*/
 	font-size:11px;	
 	min-width:100%;
} 

.width120 table.dataTable {
	width:120%;
}

.inmodal .modal-header {
    padding: 10px;
}

/*  影响到chosen-drop 下来的效果
.modal-body {
    overflow: hidden;
}
*/

/*
.addModal .modal-dialog {
	width: 90%;
	margin: 30px auto;
}

.addUploadModal .modal-dialog {
	width: 90%;
	margin: 30px auto;
}
*/

/*
.tab-pane{
	padding-top: 15px;
}
*/

.edit_pic_wrp{
	width:44px;
	height:30px;
}
.edit_pic_wrp img{
	width:44px;
	height:30px;	
}
.page {
    position: relative;
    overflow-x: hidden;
		overflow-y: auto;    
}

.clients-list .nav-tabs > li.active > a, .clients-list .nav-tabs > li.active > a:hover, .clients-list .nav-tabs > li.active > a:focus {
    border-bottom: 2px solid #62a8ea;
}

.clients-list .nav-tabs>li>a {
     border-radius: 0px;
}
.clients-list {
	background:white;
  margin-top: 1px;
}
	
.clients-list .tab-pane{
	padding-top: 0px;
}

.page-aside {
    position: fixed;
    width: 220px;
/*    z-index: 2001; 
    height: 100%;*/
    overflow-y: auto;
    background: #fff;
    border-right: 1px solid #e4eaec;
    -webkit-transition: visibility .1s ease,top .3s ease,left .5s ease;
    -o-transition: visibility .1s ease,top .3s ease,left .5s ease;
    transition: visibility .1s ease,top .3s ease,left .5s ease;
}

.page-main {
    height: 100%;
    margin-left: 220px;
    overflow-y: auto;
}

.page-main .ibox {
   margin-bottom: 5px;
}


.page-main .ibox-content {
    overflow: hidden;
}
    

.ibox-content {
     width: 100%;	
    overflow:hidden;
/*     overflow-y: auto; */
}

.ibox-search {
    clear: both;
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px;
    border-color: #e7eaec;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
    display:none;
}


.btn-group>.btn{
    margin-right: 5px;
    border-radius:3px !important; 
}
.pages{
	text-align:right;
	padding-right:70px;
	
}

.ibox-tools.btn-group>.btn-primary {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
}

.tender .pull-left{
	padding-right:15px;
	line-height:30px;
}
.tender .table-striped>tbody>tr{
	border-bottom:1px solid #1ab394;
}

.tender table tr td .row{
	width:100%;
}

/*
.table-hover>tbody>tr:hover {
    background-color: #1ab394
}
*/

.blog h3{
    font-size: 20px;
}

.blog h5{
    display: inline-block;
}

.blog .ibox-content {
    padding: 10px 20px 10px 20px;
 }

.page-aside-section {
    position: relative;
}
 
.page-aside-section:after {
    position: relative;
    display: block;
/*    margin: 11px; */
    content: "";
    border-bottom: 1px solid #e4eaec;
}
.page-aside-section:first-child {
    padding-top: 11px;
}


.page-aside-title {
    padding: 10px 20px;
    overflow: hidden;
    font-weight: 400;
    color: #526069;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
    font-weight: 600;    
}
 
.treemenu .list-group {
    margin-bottom: 22px;
}

.page-aside-section:last-child {
    margin-bottom: 0px;
/*    margin-bottom: 11px; */
}
 
.treemenu .list-group-item {
    padding: 10px 20px;
    margin-bottom: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
    border-radius: 0;
}
.list-group-item .fa {
    margin-right: 10px;
}
 
.treemenu .list-group.has-actions .list-group-item {
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 32px;
    cursor: pointer;
}
 
.treemenu .jstree-leaf:focus, .treemenu .jstree-leaf:hover {
    color: #62a8ea;
    background-color: #f3f7f9;
    border: none;
}

.treemenu .list-group-item .btn-icon {
    margin: 0;
    color: #a3afb7;
}

.treemenu  .item-actions .btn-icon:hover{
    color: #62a8ea;
}


.treemenu .item-actions {
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
    padding-left: 0px;    
} 

.treemenu .nodename{
    display: inline-block;	
    max-width: 7em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.treemenu.role_list .item-actions{
	top:10px;
}

.jstree-default .jstree-anchor {
   width: 100%;
}

.treemenu .item-actions.op{
    display: inline-block;	
}

.treemenu .item-actions .btn-icon {
    padding-right: 2px;
    padding-left: 2px;
    background-color: transparent;
}

.modal-header {
    padding: 10px 20px;
    background-color: #f3f7f9;
}
.modal-content {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 1px 1px 15px rgba(0,0,0,.3);
    box-shadow: 1px 1px 15px rgba(0,0,0,.3);
}

.form-control.layer-date {
    max-width: 140px;
 }
 
 
 /*模拟手机界面*/
 .app-preview {
    position: relative;
/*    float: left; */
    width: 350px;
    margin: 0px auto;    
}

 .app-preview .app-header {
    height: 71px;
    background: url(../img/phone_head.png) no-repeat top left;
}

.app-preview .app-entry {
    background-color: #fff;	
    position: relative;
    padding: 0 13px;
    min-height: 100px;
    border: 1px solid #e5e5e5;
    border-top: 0;
}


.app-preview .app-entry .app-content {
    border: 1px solid #ddd;
    border-bottom: 0;
    background-color: #efeff4;
}

.app-preview .app-config {
    padding-top: 20px;
    background: url(../img/titlebar.png) no-repeat;
}

.app-preview .app-config .app-field-menu h1 {
    margin: 0;
    color: #fff;
    height: 44px;
    background: #3b3a3a url(../img/titlebar.png) no-repeat center bottom;
}


.app-field-menu {
    position: relative;
}

.logo {
    position: absolute;
    left: 10px;
    top: 7px;
    z-index: 2;
}

.mui-pull-left {
    float: left;
}

.mui-title {
    position: relative;
    z-index: 1;
    font-size: 17px;
    font-weight: 500;
    line-height: 44px;
    position: absolute;
    display: block;
    width: 100%;
    margin: 0 -10px;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    color: #000;
}



.app-field-region {
    position: relative;
}

.app-field-region .app-field {
    position: relative;
    background-color: #efeff4;
    cursor: move;
}

.nav-menu.nav-menu-1 {
    position: relative;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background-color: #fafafa;
}

.nav-menu {
    width: 100%;
    height: 52px;
}

.nav-menu-1 .nav-main-item {
    position: absolute;
    width: 43px;
    height: 50px;
}


.nav-menu-1 .nav-main-item a {
    text-indent: -10000px;
    background-image: url(../img/wx_home.png);
}

.nav-menu-1 .nav-items-wrap {
    margin-left: 43px;
}

.nav-menu-1 .nav-items-wrap .nav-items {
    zoom: 1;
    width: 100%;
}

.nav-menu-1 .nav-items.item-3 .nav-item {
    width: 33.33333333%;
}

.nav-menu-1 .nav-item {
    float: left;
    position: relative;
    padding: 1px 1px 1px 0;
    height: 50px;
    border-left: 1px solid #e9e9e9;
    text-align: center;
}

.nav-menu-1 .nav-item .mainmenu {
    padding: 0 3px;
}

.nav-menu-1 a {
    display: block;
    color: #5c5c5c;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.nav-menu a {
    display: block;
    height: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.nav-menu-1 .nav-item .mainmenu .txt {
    max-width: 100%;
    line-height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.nav-menu-1 .nav-item .submenu {
    display: none;
    position: absolute;
    bottom: 54px;
    max-width: 140px;
    min-width: 92px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    background-color: #fafafa;
}


.nav-menu-1 .nav-item .submenu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
    
.nav-menu-1 .nav-item .submenu li a {
    padding: 10px;
    line-height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.nav-menu-1 .nav-item .submenu li:after {
    display: block;
    content: ' ';
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid #ddd;
}


.nav-menu-1 .nav-item.current .submenu {
    display: block;
}




.nav-tabs-line>li>a {
    padding: 10px 20px;
    border-bottom: 2px solid transparent
}

.nav-tabs-line>li>a:focus,.nav-tabs-line>li>a:hover {
    background-color: transparent
}

.nav-tabs-line>li>a:hover {
    border-bottom-color: #ccd5db
}

.nav-tabs-line>li.active>a,.nav-tabs-line>li.active>a:focus,.nav-tabs-line>li.active>a:hover {
    color: #62a8ea;
    background-color: transparent;
    border-bottom: 2px solid #62a8ea
}

.nav-tabs-line .open>a,.nav-tabs-line .open>a:focus,.nav-tabs-line .open>a:hover {
    border-color: transparent;
    border-bottom-color: #ccd5db
}

.nav-tabs-line.nav-tabs-bottom>li>a {
    border-top: 2px solid transparent;
    border-bottom: none
}

.nav-tabs-line.nav-tabs-bottom>li>a:hover {
    border-top-color: #ccd5db;
    border-bottom-color: transparent
}

.nav-tabs-line.nav-tabs-bottom>li.active>a,.nav-tabs-line.nav-tabs-bottom>li.active>a:focus,.nav-tabs-line.nav-tabs-bottom>li.active>a:hover {
    border-top: 2px solid #62a8ea;
    border-bottom: none
}

.nav-tabs-line.nav-justified>li>a {
    border-bottom: 2px solid #e4eaec
}

.nav-tabs-line.nav-justified>li>a:hover {
    border-bottom-color: #ccd5db
}

.nav-tabs-line.nav-justified>li.active>a,.nav-tabs-line.nav-justified>li.active>a:focus,.nav-tabs-line.nav-justified>li.active>a:hover {
    border-color: transparent;
    border-bottom: 2px solid #62a8ea
}

.nav-tabs-line.nav-justified.nav-tabs-bottom {
    border-top: none
}

.nav-tabs-line.nav-justified.nav-tabs-bottom>li>a {
    border-top: 2px solid #e4eaec;
    border-bottom: none
}

.nav-tabs-line.nav-justified.nav-tabs-bottom>li>a:hover {
    border-top-color: #ccd5db
}

.nav-tabs-line.nav-justified.nav-tabs-bottom>li.active>a,.nav-tabs-line.nav-justified.nav-tabs-bottom>li.active>a:focus,.nav-tabs-line.nav-justified.nav-tabs-bottom>li.active>a:hover {
    border-top-color: #62a8ea;
    border-bottom: none
}

/*---------  */

.img-circle {
    height:72px;
    width:72px;
}

.contact-box.user small {
    margin-left: 10px;
}

a.text-action .fa {
    margin-right: 10px;
}

a.text-action, a.text-action:focus, a.text-action:hover {
    text-decoration: none;
}

a.text-action {
    padding-right:10px;
}


.media {
    padding: 15px 0;
    margin-top: 0;
    border-bottom: 1px solid #e4eaec
}
.media-body, .media-left, .media-right, .media-checkbox {
    display: table-cell;
    vertical-align: top;
}

.media .media-right, .media .media-checkbox{
  vertical-align: middle;
}

.media .media-right a{
    margin-bottom: 5px;
}
  
.media-object {
    width: 120px
}

.media-left,.media>.pull-left {
    padding-right: 10px
}

.media-right,.media>.pull-right {
    padding-left: 10px
}


.media-body {
    overflow: visible;
    width: 10000px;
}

.media .media {
    padding-bottom: 0;
    border-bottom: none
}

.media-meta {
    margin-bottom: 3px;
    font-size: 12px;
    color: #526069
}

.media-body .row{
    margin-left:0px;
    margin-right:0px;
    padding-top:5px;
}

.media-body small{
    padding-left:25px;
}

.media-body .btn{
    margin: 0px 5px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;    
}

@media screen and (min-width: 768px) {
    .media .media {
        margin-left:0
    }
}

.list-group .media {
    padding: 2px 0;
    border-bottom: 0
}

.list-group .media .media-left,.list-group .media .pull-left {
    padding-right: 20px
}

.list-group .media .media-right,.list-group .media .pull-right {
    padding-left: 20px
}

.list-group .media .pull-right .status {
    margin-top: 15px;
    margin-right: 5px
}

.list-group .media .media-heading {
    font-size: 14px
}

.list-group .media .status {
    margin-top: 2px
}

.avatar {
    position: relative;
    display: inline-block;
    width: 40px;
    white-space: nowrap;
    vertical-align: bottom;
    border-radius: 1000px;
}

.avatar img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0 none;
    border-radius: 1000px;
}

.avatar i {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 100%;
}

.avatar-online i {
    background-color: #46be8a;
}

.select2-container.form-control{
    border: 0px;
    border-radius: 0px;
    padding: 0px;	
}

/*图片上传控件*/

.upload_wrp {
    margin-top: 5px;
    width: 100%;
}

.upload_preview {
    display: inline;
    vertical-align: top;
    margin: 0;
}

.upload_preview .pics_wrp .edit_pic_wrp {
    position: relative;
    background-color: #F3EFEF;
    width: 98px;
    height: 125px;
    /* height: 98px; */
    display: inline-block;
    margin: 0 10px 10px 0;
    /* border: 1px solid #ccc; */
}

.pics_wrp .edit_pic_wrp img {
    width: 100%;
    height: 98px;
    /* height: 100%; */
}

.pics_wrp .edit_pic_wrp .edit_pic_mask {
    position: absolute;
    width: 100%;
    height: 25px;
    background: rgba(229,229,229,0.9)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e6e5e5e5',endcolorstr = '#e6e5e5e5');
    text-align: center;
    /* display: none; */
    left: 0;
    /* bottom: 0; */
}

.upload_preview .icon18_common {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
    line-height: 100px;
    overflow: hidden;
}
.pics_wrp .edit_pic_wrp .left_gray {
    background: url(../img/shop_create_z218878.png) 0 -352px no-repeat;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
}

.pics_wrp .edit_pic_wrp .right_gray {
    background: url(../img/shop_create_z218878.png) 0 -408px no-repeat;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
}

.upload_preview .icon18_common.del_gray {
    background: url(../img/base_z25404f.png) 0 -4610px no-repeat;
}

.pics_wrp .edit_pic_wrp .edit_pic_mask a {
    margin: 5px 3px;
}


.pics_wrp .edit_pic_wrp:first-child .left_gray {
    display: none;
}

.upload_box {
    vertical-align: top;
    position: relative;
    z-index: 1;
    display: inline-block;
    line-height: 1.6;
}

.upload_box .upload_area {
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.upload_box .upload_area .create_access_primary {
    width: 96px;
    height: 96px;    
    line-height: 96px;
    display: block;
    border: 2px dotted #d9dadc;
    text-align: center;
    margin-bottom: 20px;
}

.upload_box .upload_area .create_access_primary i {
    cursor: pointer;
    margin-top: 30px;    
}

.upload_box .icon20_common.add_gray {
    background: url(../img/base_z25404f.png) 0 -2809px no-repeat;
}

.upload_box .icon20_common {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
    line-height: 100px;
    overflow: hidden;
}

.weui-cells {
  position: relative;
/*  margin-top: 1.17647059em; */
  margin-top: 0.6em;
  background-color: #FFFFFF;
  line-height: 1.41176471;
  font-size: 15px;
}


.weui-cells_after-title {
    margin-top: 0;
}

.weui-cell {
  padding: 10px 15px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.weui-cell:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1rpx solid #D9D9D9;
  color: #D9D9D9;
  left: 15px;
}
.weui-cell:first-child:before {
  display: none;
}
.weui-cell_active {
  background-color: #ECECEC;
}
.weui-cell_primary {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.weui-cell__bd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.weui-cell__ft {
  text-align: right;
  color: #999999;
}
.weui-cell_access {
  color: inherit;
}
.weui-cell__ft_in-access {
  padding-right: 13px;
  position: relative;
}
.weui-cell__ft_in-access:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
          transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}

.weui-cell_input {
  padding-top: 5px;
  padding-bottom: 5px;
}
.weui-label {
  width: 8em;
  word-wrap: break-word;
  word-break: break-all;
}
.weui-input {
  height: 2.58823529em;
  min-height: 2.58823529em;
  line-height: 2.58823529em;
  /*
  width:100%;
  border: 1px solid #e5e6e7;
  */
}

.group_box .weui-check__label{
 font-weight:normal;
}

#CASelectorList .weui-cells {
 font-size:15px;
}

#CASelectorList .weui-cells:after {
 display:none;
}

.first_appmsg_item .appmsg_thumb {
    background: url(../img/media_z3874ce.png) 0 -88px no-repeat;
    width: 44px;
    height: 34px;
    vertical-align: middle;
    display: inline-block;
    line-height: 300px;
    overflow: hidden;
}


.tree {
    max-width: 100%;
    overflow: auto;
    padding: 10px 5px;
/*    font: 10px Verdana, sans-serif;
    box-shadow: 0 0 5px #ccc;
    border-radius: 5px;
    */
}


.icon-state-warning {
    color: #dfba49;
}


.input-inline {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.input-mini {
    width: 45px !important;
}


.pagination-panel a.btn{
	min-width:50px;
  height: 28px;
  padding: 5px 10px;
  font-size: 13px;	
  color: #333333;  
  background-color: #e5e5e5;  
}

.input-icon {
    position: relative;
}

.input-icon.right > i {
    right: 8px;
    float: right;
}

.has-error .input-icon > i {
    color: #f3565d;
}

.input-icon > i {
    color: #ccc;
    display: block;
    position: absolute;
    margin: 11px 2px 4px 10px;
    z-index: 3;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;    
}

.input-icon.right > .form-control {
    padding-right: 33px;
    padding-left: 12px;
}




.ccit-cell{
  padding:10px 15px;
  position:relative;
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
          align-items:center;
}
.ccit-cell:before{
  content:" ";
  position:absolute;
  left:0;
  top:0;
  right:0;
  height:1px;
  border-top:1px solid #e5e5e5;
  color:#e5e5e5;
  -webkit-transform-origin:0 0;
          transform-origin:0 0;
  -webkit-transform:scaleY(0.5);
          transform:scaleY(0.5);
  left:15px;
  z-index:2;
}
.ccit-cell:first-child:before{
  display:none;
}
.ccit-cell_primary{
  -webkit-box-align:start;
  -webkit-align-items:flex-start;
          align-items:flex-start;
}
.ccit-cell__bd{
  -webkit-box-flex:1;
  -webkit-flex:1;
          flex:1;
  padding-left:15px;
  paddig-right:15px;
}
.ccit-cell__ft{
  text-align:right;
  color:#999999;
}

.select2-container.form-control {
   	height:30px !important;
    min-height: 30px;	
}

.select2-container .select2-choice {
   	height:30px !important;
    min-height: 30px;	
}
.weui-display-inline{
	    display: inline-block;
}
.weui-caption-right{
	text-align:right;
	padding-right:10px;
}


.fixed_menu{
    width: 80px;
    position: fixed;
    top: 50%;
    margin-top: -60px;
    z-index: 9999;
    right: 50px;
    line-height:40px;
}
.fixed_menu button{
    width: 110px;
    border-bottom: 1px solid;
}

.fixed_menu button .fa{
    padding-right: 5px;
}


.weui-status{
    position:absolute;
    display:none;
    top:10px;
    left:300px;
    width:60px;
    height:60px;
    background: url("../../Home/weui/images/icon_bingo.png");
		background-size:60px 60px;
		background-repeat:no-repeat;    
}

.weui-status_eSuccess{
    position:absolute;
    top:0px;
    left:350px;
    width:60px;
    height:60px;
    background: url("../../Home/weui/images/detail_eSuccess.png");
		background-size:60px 60px;
		background-repeat:no-repeat;    
}

.weui-status_expire{
    position:absolute;
    top:0px;
    left:350px;
    width:60px;
    height:60px;
    background: url("../../Home/weui/images/detail_expire.png");
		background-size:60px 60px;
		background-repeat:no-repeat;    
}

.form-control.layer-date{
	font-size:12px;
}


.weui-ul_add{
	margin-top:20px;
	padding-right:10px;
  }
  
.weui-ul_add li{
    background-color: #1ab394;
    margin-bottom:5px;
    padding:5px;
    border-radius:5px;	
  }
  

.weui-ul_add li a{
    color: #FFFFFF;
}
.weui-ul_add li i{
	  padding:0 5px;	  
}

.btn .fa {
  padding-right: 5px;
}



.nav-pills>li.active {
	   border-left:0px;
     background: #fff;
}

.nav-pills-rounded>li>a {
    padding:5px 20px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 1000px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #62a8ea;
}

.pic_mask_inner{
	display:none;
}

.trRow .upload_preview .pics_wrp .edit_pic_wrp {
	 width:45px;
	 height:45px;
}


.mainImgae .upload_preview .pics_wrp .edit_pic_wrp{
	height:98px;
}


.trRow .upload_preview .pics_wrp .edit_pic_wrp img {
    width: 100%;
    height: 45px;
}

.trRow .pics_wrp .edit_pic_wrp .left_gray,.mainImgae .pics_wrp .edit_pic_wrp .left_gray{
	display:none;
}

.trRow .pics_wrp .edit_pic_wrp .right_gray,.mainImgae .pics_wrp .edit_pic_wrp .right_gray{
	display:none;
}

.trRow .pics_wrp .edit_pic_wrp:hover .edit_pic_mask,.mainImgae .pics_wrp .edit_pic_wrp:hover .edit_pic_mask{
	display:block;
}

.trRow .pics_wrp .edit_pic_wrp .edit_pic_mask,.mainImgae .pics_wrp .edit_pic_wrp .edit_pic_mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display:none;
}


.trRow .upload_preview .pic_mask_inner ,.mainImgae .upload_preview .pic_mask_inner{
    padding: 6px;
    height: 100%;
    -moz-opacity: .3;
    -khtml-opacity: .3;
    opacity: .3;
    background-color: #000;
    filter: alpha(opacity=30);
    display:block;
}	


.trRow .upload_preview .icon18_common.del_gray {
    position: absolute;
    top: 5px;
    left: 5px;
    background: transparent url(../img/pic_delete.png) no-repeat 0 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    display: inline-block;
    background-position: 50% 50%;
}

.mainImgae .upload_preview .icon18_common.del_gray {
    position: absolute;
    top: 30px;
    left: 30px;
    background: transparent url(../img/pic_delete.png) no-repeat 0 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    display: inline-block;
    background-position: 50% 50%;
}


.right_menu_bg{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+91,f6f6f6+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(241,241,241) 50%, rgb(225,225,225) 91%, rgb(246,246,246) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(241,241,241) 50%,rgb(225,225,225) 91%,rgb(246,246,246) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(255,255,255) 0%,rgb(241,241,241) 50%,rgb(225,225,225) 91%,rgb(246,246,246) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */	
}	

.right_menu_bg11{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6db3f2+0,54a3ee+46,1e69de+100 */
background: rgb(109,179,242); /* Old browsers */
background: -moz-linear-gradient(top, rgb(109,179,242) 0%, rgb(84,163,238) 46%, rgb(30,105,222) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(109,179,242) 0%,rgb(84,163,238) 46%,rgb(30,105,222) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(109,179,242) 0%,rgb(84,163,238) 46%,rgb(30,105,222) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */

}

.bill_title_status{
	padding:5px;
	font-size:18px;
	color:#000;
	text-align:center;
}

.bill_title_status .weui-cell__bd:after{
    position: relative;
    display: block;
    content: "";
  	border-right:1px solid #fff;
}

.weui-label_caption,.weui-label_num{
	display:inline-block;
	font-size:22px;	
	font-weight:600;	
}

.weui-label_num,.weui-label_status{
	color:red;
}

.bill_input_form .weui-label{
	width:6em;
}


.modal-footer-pannel{
   background: #f8fafb;
   padding: 0px;
   font-size: 10px;	
}
.modal-footer-pannel span{
 /* text-decoration:underline; */
  padding:2px 10px;
  border-bottom:1px solid #999;
}

span.bill_status{
	border:1px solid red;
	border-radius:100%;
	color:red;
	margin-left:30px;
	margin-right:30px;
	padding:5px;
	font-size:10px;
}

.r_arrow {
	width:0;
	height:0;
	border: 8px solid transparent;
	border-left-color: orange;
	position:absolute;
	content:'';
  margin-left: 5px;	
}

.mt50{
  margin-top: 50px;	
}

.panel-heading{
	padding:10px;
}

.del_item{
    font-size: 20px;
    padding: 10px;
    color: coral;
}



.weui-status{
    position:absolute;
    display:none;
    top:10px;
    left:300px;
    width:60px;
    height:60px;
    background: url("../../Home/weui/images/icon_bingo.png");
		background-size:60px 60px;
		background-repeat:no-repeat;    
}

.weui-status_eSuccess{
    position:absolute;
    top:0px;
    left:350px;
    width:60px;
    height:60px;
    background: url("../../Home/weui/images/detail_eSuccess.png");
		background-size:60px 60px;
		background-repeat:no-repeat;    
}

.weui-status_expire{
    position:absolute;
    top:0px;
    left:350px;
    width:60px;
    height:60px;
    background: url("../../Home/weui/images/detail_expire.png");
		background-size:60px 60px;
		background-repeat:no-repeat;    
}

.form-control.layer-date{
	font-size:12px;
}


.weui-ul_add{
	margin-top:20px;
	padding-right:10px;
  }
  
.weui-ul_add li{
    background-color: #1ab394;
    margin-bottom:5px;
    padding:5px;
    border-radius:5px;	
  }
  

.weui-ul_add li a{
    color: #FFFFFF;
}
.weui-ul_add li i{
	  padding:0 5px;	  
}

.weui-home-intro{
    width: 300px;
    height: 300px;
    overflow: hidden;
    background: url(../img/about_bg.png) no-repeat;
    padding:50px 20px 15px 25px;
}	

.weui-home-intro p {
    line-height: 24px;
    height: 26px;
    color:#666;
}



.home_channel .ibox-title{
    background: url(../img/rbtbg.jpg) repeat-x;
    height: 36px;
    line-height: 36px;
    min-height:36px;
    padding:0px;
    margin:0px;
    overflow: hidden;
    padding-right: 10px;	
	  border-right: 1px solid #D9D9D9;    
}

.home_channel .ibox-title h5{
    background: url(../img/rtbtbg.jpg) no-repeat;
    width: 160px;
    height: 36px;
    line-height: 36px;    
    display: inline-block;
    padding: 0 30px 0 5px;
    text-align: center;
    color: #FFF;	
}

.home_channel .ibox-content{
	border: 1px solid #D9D9D9;
}

span.bill_status {
    border: 1px solid red;
    border-radius: 100%;
    color: red;
    margin-left: 30px;
    margin-right: 30px;
    padding: 5px;
    font-size: 10px;
}

.ibox-tools a.collapse-link{
	 font-size:16px;
   cursor: pointer;
   margin-left: 5px;
   color: #c4c4c4;	
}
