﻿/*自定义按钮*/
.p-btn{
    position:relative;
    display: inline-block;
    padding: 3px 7px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}
.p-btn i{
    font-size:14px;
    padding-right: 3px;
}

.p-btn:focus,
.p-btn:active {
    outline: none;
}
/*新弹标签页-开始*/
.lh34{line-height:34px;}
/* hd */
.openWindow-hd-inner{
    position: relative;
    margin: 4px 8px;
    overflow: hidden;
}
.openWindow-hd-inner button{
    padding: 3px 5px;
}
.openWindow-hd-tit{
    display: inline-block;
    float: left;
    height: 34px;
    width: 34px;
    margin-right: 10px;
    border-radius: 4px;
    text-align: center;
    background-color: #27ae60;
    color: #bdc3c7;
}
.openWindow-hd-label{
    display: block;
    float: left;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    font-weight: 600;
}
.openWindow-hd-tit i{
    color: #FFF;
    font-size: 24px;
    line-height: 34px;
}
.openWindow-hd{
    border-bottom:1px solid #e1e1ea;
}
/* ft */
.openWindow-ft{
    border-top: 1px solid #e1e1ea;
}
.openWindow-ft-inner{
    margin: 10px 8px;
}
/*新弹标签页-结束*/

/*list原型图界面-bootstarp-table 样式重写*/
.list-area{
    width:100%;
    min-height:100px;
    height:100px;
    height:auto !important;
    background:#fff;
    float: left;
    font-family: "微软雅黑";
}
.list-area .btns{
    position: absolute;
    right: 10px;
    top: 10px;
}
.list-area .buttons{
    padding: 10px 10px 0 0;
    width: 100%;
    text-align: right;
}

.list-top{
    width:100%;
    height:70px;
    min-height:70px;
    height:auto !important;
    float:left;
    border-bottom: 1px solid #999;
}
.left-color{
    width:6px;
    height:60px;
    margin:10px 8px 10px 20px;
    float:left;
}
.left-color span{
    width: 5px;
    height: 60px;
    background: #1FB291;
    display: inline-block;
}
.list-con{
    float:left;
    width:100%;
    margin-top: 10px;
    padding:10px;
}
.list-top h4{
    font-size: 18px;
    font-weight: 600;
    padding: 14px 0;
    margin-top:0;
    margin-bottom:0;
}
.list-top .option span{
    font-size:14px;
    color:#222;
    padding:4px 5px;
    position:relative;
    cursor:pointer;
}
.list-top .option span.red{
    color:#FF3F3F;
}
.list-top .arrow{
    width: 0;
    height: 0;
    position: absolute;
    bottom: -11px;
    left: 30px;
    border: 10px solid transparent;
    border-bottom-color: #999;

}
.list-top .arrow-in{
    width: 0;
    height: 0;
    position: absolute;
    bottom: -13px;
    left: 30px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
}
/*bootstarp样式重写*/
/*分页样式重写*/
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    font-size: 16px;
    background-color: #2db7f5 !important;
    border-color: #2db7f5 !important;
    border-radius: 4px !important;
}
/* 分页 Prev && Next */
.pagination>li .disabled {
    cursor: not-allowed;
}
.pagination > .disabled > a {
    color: rgba(0,0,0,.25);
}
/*.platformplatformplatform>li:first-child>a,
.pagination>li:first-child>span{
    border-radius: 4px;
    color: #d9d9d9;
    font-size: 16px;
    border: 1px solid #d9d9d9 !important;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 4px;
    color: #d9d9d9;
    font-size: 16px;
    border: 1px solid #d9d9d9 !important;
}*/

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 2px 8px !important;
    line-height: 1.42857143;
    color: rgba(0,0,0,.65);
    font-size: 16px;
    border-radius: 4px;
    text-decoration: none;
    background-color: #fff;
    margin: 0 3px;
    border: 1px solid #d9d9d9 !important;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff !important;
    background-color: #2db7f5 !important;
    border-color: #2db7f5;
    border-radius:4px;
}
.pagination>li:last-child>a:hover,
.pagination>li:last-child>span:hover,
.pagination>li:first-child>a:hover,
.pagination>li:first-child>span:hover{
    border: 1px solid #2db7f5 !important;
    color: #2db7f5 !important;
    background-color: transparent !important;
}

/*弹出框样式*/
.popup{
    position:absolute;
    min-width: 113px;
    min-height:20px;
    height:180px;
    height:auto !important;
    border: 1px solid #2DB7F5;
    border-radius:2px;
    background: #2DB7F5;
    box-shadow: 3px 3px 5px #e4e4e4;
    right: -1px;
    z-index: 1;
    top: 30px;
    display:none;
    text-align: left;
    padding: 5px 0;
    border-radius: 4px;
}
.popup.active{
    display:block;
}
.popup span{
    display:block;
    color: #fff;
    padding:5px 6px;
    cursor:pointer;
}
.popup span label{
    color:#fff;
}
.popup span:hover{
    background:#cfdcdf;
    background:#42bef6;
}
.popup .arrow{
    width: 0;
    height: 0;
    position: absolute;
    top:-16px;
    right:10px;
    border:8px solid transparent;
    border-bottom-color: #e4e4e4;
    /*隐藏*/
    display: none;
}
.popup .arrow-in{
    width: 0;
    height: 0;
    position: absolute;
    top:-15px;
    right:10px;
    border: 8px solid transparent;
    border-bottom-color: #e6f4f8;
    /*隐藏*/
    display: none;
}
/*bootstarp-dropdown-menu 样式重写*/
.dropdown-menu{
    background-color: #fff !important;
    min-width: 120px;
}
.dropdown-menu>li>a {
    color: #3b8cff;
    padding: 3px 10px;
}
.dropdown-menu>li>a i{
    font-size:14px;
    padding-right:5px;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    background: #fff;
    border-bottom: 1px solid #c0d9fe;
    color: #77afff !important;
}
.dropdown-menu>li>span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-indent: 20px
}

.dropdown-menu>li>span:focus,
.dropdown-menu>li>span:hover {
    color: #262626;
    text-decoration: none;
    background-color: #CFDCDF
}

.dropdown-menu>.active>span,
.dropdown-menu>.active>span:focus,
.dropdown-menu>.active>span:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>span,
.dropdown-menu>.disabled>span:focus,
.dropdown-menu>.disabled>span:hover {
    color: #777
}

.dropdown-menu>.disabled>span:focus,
.dropdown-menu>.disabled>span:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

/*增加箭头*/
.dropdown-menu .arrow{
    width: 0;
    height: 0;
    position: absolute;
    top: -16px;
    border:8px solid transparent;
    border-bottom-color: #ccc;
}
.dropdown-menu .arrow-in{
    width: 0;
    height: 0;
    position: absolute;
    top: -15px;
    border: 8px solid transparent;
    border-bottom-color: #E6F4F8;
}
.dropdown-menu.pull-left .arrow,
.dropdown-menu.pull-left .arrow-in{
    left:8px;
}
.dropdown-menu.pull-right .arrow,
.dropdown-menu.pull-right .arrow-in{
    right:8px;
}

/*按钮组*/
.input-group-addon:not(:first-child):not(:last-child){
    border-left:0;
}
/*表单下的form-group左右margin值重写*/
.form-horizontal .form-group {
    margin-right:0 !important;
    margin-left:0 !important;
}
/* 表单类 */
[type=checkbox],[type=radio] {
    box-sizing:border-box;
    padding:0
}

/*栏目树搜索*/
.left-search {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 27px;
}
.left-search .ipt {
    width: 100%;
    height: 25px;
    padding-left: 2px;
    padding-right: 21px;
    line-height: normal;
    *line-height: 25px;
    line-height: 25px\0/;
    border: none;
}
.left-search i.platform {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 27px;
    cursor: pointer;
    color: #ccc;
}
.left-search i.platform:hover {
    color: #278daa;
}

/*其他搜索*/
.search-group .search-ipt {
    border-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.search-group .search-btn {
    border-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/*栏目树后按钮调整*/
.treeMenu-hd .tree-node {
    position: relative;
}
.treeMenu-hd .followed-btns {
    position: absolute;
    top: 0;
    right: 0;
}
.treeMenu-hd .followed-btns i {
    margin-right: 2px;
    color: #aaa;
}
.treeMenu-hd .followed-btns i:hover {
    color: #ff9900;
}
.treeMenu-hd .followed-btns i.platform-lajx34:hover {
    color: #d43f3a;
}
.followed-btns{/*
    line-height: 25px;*/
    padding-top: 5px;
}
.treeMenu-control{
    display: block;
    padding: 7px 4px 7px 14px;
    background-color: #dedede;
}
/*按钮+按钮旋转*/
.l-btns {
    padding-right:130px;
}
.l-btns .p-btn {
    float: left;
    margin-right: 2px;
    /*margin-bottom: 5px;*/
}
/*************************
  update:2016-07-18 10:50;
  折叠效果-结构-开始 znb
*************************/
/*折叠区域*/
.slide-bd{
    width: 100%;
}
/*单个折叠组*/
.slide-bd .group:first-child{
    padding-top:10px;
}
.slide-bd .group{
    padding: 5px 10px;
    background: #fff;
}
.slide-bd .group .name{
    font-weight:600;
    cursor:default;
}

/*组名字*/
.slide-bd .group .group-name{}
.slide-bd .group .group-name .arrow-a{
    cursor:pointer;
}
/*子列表-ul*/
.slide-bd .group .group-sub-list{
    padding-left: 20px;
}
/*子列表-li-item*/
.slide-bd .group .group-sub-list li.sub-item{
    padding:5px 0;
    cursor:pointer;
}
.slide-bd .group .group-sub-list li.sub-item a{
    color:#666;
}
.btn-clear{
    margin:0;
    padding:0;
    border:none;
    background:none;
}

/*按钮组响应隐藏*/
.hide-more {
    display: none;
}
@media screen and (max-width: 1700px) {
    .hide-btns {
        position: relative;
        z-index: 1;
        width: 80px;
    }
    .hide-btns:hover .hide-in {
        display: block;
    }
    .hide-in {
        position: absolute;
        top: 28px;
        display: none;
        min-width: 136px;
        padding-top: 2px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .hide-btns .btn {
        float: none;
        display: block;
        width: 100%;
        margin: 0;
    }
    .hide-in .btn{
        border-radius:0;
    }
    .hide-in .btn:first-child{
        border-radius:4px 4px 0 0;
    }
    .hide-in .btn:last-child{
        border-radius:0 0 4px 4px ;
    }
    .hide-in .btn {
        text-align: left;
    }
}
/*jquery ui selectable css*/
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}
.ui-selecting { background: #5F9EA0; }

/* Tools: bubble 20160725 update by lizj */
.bubble {
    position:absolute;
    z-index:1010;
    padding:1px;
    text-align:left;
    white-space:normal;
    background-color:#fff;
    border:1px solid #ccc;
    border:1px solid rgba(0,0,0,0.2);
    border-radius:6px;
    -webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
    box-shadow:0 5px 10px rgba(0,0,0,0.2);
    background-clip:padding-box
}
.bubble-title{
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.bubble-content{
    padding: 7px 15px;
    font-size: 14px;
}
.bubble .arrow,.bubble .arrow:after {
    position:absolute;
    display:block;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid
}
.bubble .arrow {
    border-width:11px
}
.bubble .arrow:after {
    border-width:10px;
    content:""
}
.bubble.top .arrow {
    bottom:-11px;
    left:13%;
    margin-left:-11px;
    border-top-color:#999;
    border-top-color:rgba(0,0,0,0.25);
    border-bottom-width:0
}
.bubble.top .arrow:after {
    bottom:1px;
    margin-left:-10px;
    border-top-color:#fff;
    border-bottom-width:0;
    content:" "
}
.bubble.bottom .arrow {
    top:-11px;
    left:13%;
    margin-left:-11px;
    border-bottom-color:#999;
    border-bottom-color:rgba(0,0,0,0.25);
    border-top-width:0
}
.bubble.bottom .arrow:after {
    top:1px;
    margin-left:-10px;
    border-bottom-color:#fff;
    border-top-width:0;
    content:" "
}
/*************************
  开始
  zhunb
  2016-07-25 15:00
  tab切换
  默认显示风格 form-tab-green
  可选风格
  1. form-tab-green
  2. form-tab-blue
  3. form-tab-orange
  4. form-tab-green2
*************************/
.form-tab{
    padding-left:-10px;
    padding-right:0;
}
.form-tab .nav-tabs {
    border-bottom: 2px solid #44B549
}
.form-tab .nav-tabs>li {
    float: left;
    margin-bottom: -2px
}
.form-tab .nav-tabs>li>a {
    margin-right:0;
    border:none;
    border-radius:0;
    border-bottom:none;
    color:#fff;
}
.form-tab .nav>li>a {
    position: relative;
    display: block;
    padding:5px 10px;
    color:#296d2c;
}
.form-tab .nav-tabs>li.active>a,
.form-tab .nav-tabs>li.active>a:focus,
.form-tab .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #44B549;
    border: 1px solid #44B549;
    border-bottom-color: transparent;
    border-radius:0;
    font-weight:600;
}
.form-tab .nav-tabs>li>a:hover {
    background:#ecf8ed;
    border-radius:0;
    color:#44B549;
    border:none;
}
.form-tab .nav-tabs{
    margin:0;
    padding:0;
    margin-bottom:10px;
}
.form-tab .editor-area{
    width:100%;
    min-height:200px;
    height:200px;
    height:auto !important;
    border:1px solid #eee;
}
/*theme*1-form-tab-green*/
.form-tab.form-tab-green .nav-tabs {
    border-bottom: 2px solid #44B549
}
.form-tab.form-tab-green .nav>li>a {
    color:#296d2c;
}
.form-tab.form-tab-green .nav-tabs>li.active>a,
.form-tab.form-tab-green .nav-tabs>li.active>a:focus,
.form-tab.form-tab-green .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #44B549;
    border: 1px solid #44B549;
}
.form-tab.form-tab-green .nav-tabs>li>a:hover {
    background:#ecf8ed;
    color:#44B549;
}
/*theme*2-form-tab-blue*/
.form-tab.form-tab-blue .nav-tabs {
    border-bottom: 2px solid #31B0D5
}
.form-tab.form-tab-blue .nav>li>a {
    color:#31B0D5;
}
.form-tab.form-tab-blue .nav-tabs>li.active>a,
.form-tab.form-tab-blue.nav-tabs>li.active>a:focus,
.form-tab.form-tab-blue .nav-tabs>li.active>a:hover {
    color:#fff;
    background-color: #31B0D5;
    border: 1px solid #31B0D5;
}
.form-tab.form-tab-blue .nav-tabs>li>a:hover {
    background:#e6f4f8;
    color:#31B0D5;
}
/*theme*3-form-tab-orange*/
.form-tab.form-tab-orange .nav-tabs {
    border-bottom: 2px solid #ff9900;
}
.form-tab.form-tab-orange .nav>li>a {
    color:#ff9900;
}
.form-tab.form-tab-orange .nav-tabs>li.active>a,
.form-tab.form-tab-orange.nav-tabs>li.active>a:focus,
.form-tab.form-tab-orange .nav-tabs>li.active>a:hover {
    color:#fff;
    background-color: #ff9900;
    border: 1px solid #ff9900;
}
.form-tab.form-tab-orange .nav-tabs>li>a:hover {
    background:#fff5e6;
    color:#ff9900;
}
/*theme*4-form-tab-green2*/
.form-tab.form-tab-green2 .nav-tabs {
    border-bottom: 2px solid #00CC90
}
.form-tab.form-tab-green2 .nav>li>a {
    color:#008f65;
}
.form-tab.form-tab-green2 .nav-tabs>li.active>a,
.form-tab.form-tab-green2 .nav-tabs>li.active>a:focus,
.form-tab.form-tab-green2 .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #00CC90;
    border: 1px solid #00CC90;
}
.form-tab.form-tab-green .nav-tabs>li>a:hover {
    background:#b3f0de;
    color:#00CC90;
}
/*************************
  结束
  zhunb
  2016-07-25 15:00
  tab切换
  默认显示风格 form-tab-green
  可选风格
  1. form-tab-green
  2. form-tab-blue
  3. form-tab-orange
  4. form-tab-green2
*************************/
/****************************
  开始
  zhunb
  2016-07-25 17:40
  表单-输入区域-对bs样式控制
  1.input
  2.input-group
  3.select
  4.textarea
  5.control label
  6.button
  7.checkbox-radio
*****************************/
.form-input-area .form-group{
    margin-bottom:5px;
    padding-bottom:5px;
}
/*input*/
.form-input-area input[type="text"].form-control{
    height:28px;
    border-radius:0;
    font-size: 12px;
}
/*input-group*/
.form-input-area .input-group-addon{
    padding:0 12px;
    border-radius:0;
}
/*select*/
.form-input-area select.form-control{
    height:28px;
    line-height:28px;
    padding:0 10px;
    border-radius:0;
    font-size: 12px;
}
/*textarea*/
.form-input-area textarea.form-control{
    border-radius:0;
    font-size: 12px;
}
/*control label*/
.form-input-area .control-label{
    padding-top:3px;
}
.form-input-area label{
    font-weight:400;
}
/*button*/
.form-input-area .btn-sm{
    border-radius:0;
    padding:2px 10px;
}
.form-input-area .btn{
    border-radius:0;
}
@media (min-width: 768px) {
    .form-input-area .control-label{
        padding-top:3px !important;
    }
}
/*checkbox-radio*/
.form-input-area .form-horizontal .checkbox,
.form-input-area .form-horizontal .checkbox-inline,
.form-input-area .form-horizontal .radio,
.form-input-area .form-horizontal .radio-inline{
    padding-top:5px;
}
/****************************
  结束
  zhunb
  2016-07-25 17:40
  表单-输入区域-对bs样式控制
  1.input
  2.input-group
  3.select
  4.textarea
  5.control label
  6.button
  7.checkbox-radio
*****************************/

/* 操作后结果信息 */
.l-msg{
    position: absolute;
    right: 0px;
    top: 0px;
    width:100%;
    font-size: 1em;
    line-height: 1.2em;
    padding: 9px 15px;
    text-align: center;
    z-index: 9999;
    opacity:.8;
}
.l-msg-danger{
    background-color: #fcc;
    border-top:1px solid #da5d5d;
    border-bottom: 1px solid #da5d5d;
    color: #c03;
}
.l-msg-success{
    background-color: #9cc;
    border-top:1px solid #9cc;
    border-bottom:1px solid #9cc;
    color: #366;
}

/****************************
  开始
  zhunb
  2016-07-26 16:30
  【智能表单模块】
  设计打印模板-界面
*****************************/
/*设计打印模板-开始*/
/*字段列表-头部*/
.field-list-hd{
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #167f67;
    cursor:default;
}
/*字段列表-主体*/
.field-list-bd{
    width:240px;
}
.field-item{
    width:100%;
    float:left;
    min-height:30px;
    line-height:30px;
    position:relative;
}
.field-item .field-name{
    position:absolute;
    left:10px;
    right:65px;
    display:inline-block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    cursor:pointer;
}
/*操作按钮区域块*/
.field-item .field-opr{
    height:100%;
    cursor:default;
    padding-right:10px;
}
.field-item .field-opr i{
    cursor:pointer;
    font-size:16px;
    display:inline-block;
}
.field-item .field-opr i:hover{
    font-size:16px;
    display:inline-block;
}
.field-item:nth-child(odd){
    background:#eaf7fb
}
.field-item:hover{
    background:#deebee
}
/****************************
  结束
  zhunb
  2016-07-26 16:30
  【智能表单模块】
  设计打印模板-界面
*****************************/

/******************************
  开始
  zhunb
  2016-07-27 14:30
  操作行下拉框样式
********************************/
.toolbar-select{
    display:inline-block;
    width:260px;
    padding:0;
    vertical-align: middle;
}
.toolbar-select .input-group-addon{
    color: #31b0d5 !important;
    border-radius: 4px 0 0 4px;
    background-color: #fafafa;
    border:1px solid #31b0d5;
    border-right: none;
}
.toolbar-select select{
    border-left: none;
    border-color: #31b0d5;
}
.toolbar-select select.form-control{
    border-color: #31B0D5;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 12px;
}
/******************************
  开始
  zhunb
  2016-07-27 14:30
  操作行下拉框样式
********************************/

/*帮助按钮 start*/
.help-btn {
    display: inline-block;
    *zoom: 1;
    width: 22px;
    height: 22px;
    font-family: "Arial";
    line-height: 22px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #f0c74d;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.help-btn:hover,
.help-btn:focus{
    color: #fff;
    text-decoration: none;
    background: #fdd96c;
}
.help-btn:active {
    color: #fff;
    text-decoration: none;
}
/*帮助按钮 end*/
/*********************************************
  开始
  zhunb
  2016-07-28 15:00
  【可通用】上面图标，下边名字
  (上边icon 下面name)
  提供两种主题形式
  1、图标带颜色，背景为白色，有边框。
     提供一组图标颜色可选
  2、图标为白色，带背景颜色，边框无色。
     提供一组背景颜色可选
**********************************************/
.icon-name-block{
    background:#fff;
}
.icon-name-item{
    float: left;
    padding: 20px 30px;
    text-align: center;
}
.icon-name-item .icon-block{
    display: inline-block;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    border:1px solid #e2e2e2;
    /*box-shadow: 3px 3px 2px #999;*/
}
.icon-name-item .icon-block i{
    font-size: 36px;
    color: #1FB9F7;
}
/*可供选择的图标颜色-start*/
.icon-name-item .icon-block .blue{
    color:#1FB9F7
}
.icon-name-item .icon-block .blue2{
    color:#33b3ed;
}
.icon-name-item .icon-block .green{
    color:#00D096
}
.icon-name-item .icon-block .green2{
    color:#1fb71f
}
.icon-name-item .icon-block .yellow{
    color:#F9AB01
}
.icon-name-item .icon-block .orange{
    color:#F78B43
}
.icon-name-item .icon-block .pink{
    color:#F15E4A
}
.icon-name-item .icon-block .purple{
    color:#7A43E2
}
/*可供选择的图标颜色-end*/

.icon-name-item .name{
    font-size: 14px;
    padding: 5px 0;
}

/*图标带背景情况-图标白色，背景带底色*/
.icon-name-item .icon-block-bg{
    background:#00D096;
    border: 1px solid transparent;
}
.icon-name-item .icon-block-bg i{
    color:#fff !important;
}
/*可供选择的图标背景色-start*/
.icon-name-item .icon-block-bg.bg-blue{
    background:#1FB9F7
}
.icon-name-item .icon-block-bg.bg-blue2{
    background:#33b3ed;
}
.icon-name-item .icon-block-bg.bg-green{
    background:#00D096
}
.icon-name-item .icon-block-bg.bg-green2{
    background:#1fb71f
}
.icon-name-item .icon-block-bg.bg-yellow{
    background:#F9AB01
}
.icon-name-item .icon-block-bg.bg-orange{
    background:#F78B43
}
.icon-name-item .icon-block-bg.bg-pink{
    background:#F15E4A
}
.icon-name-item .icon-block-bg.bg-purple{
    background:#7A43E2
}
/*可供选择的图标背景色-end*/

/******************************
  结束
  zhunb
  2016-07-28 15:00
  【可通用】上面图标，下边名字
  (上边icon 下面name)
  提供两种主题形式
  1、图标带颜色，背景为白色，有边框。
     提供一组图标颜色可选
  2、图标为白色，带背景颜色，边框无色。
     提供一组背景颜色可选
*******************************/

/******************************
  开始
  zhunb
  2016-07-29 15:00
  分组列表【可通用】
  可带子分类
*******************************/
.group-lists{
    width: 100%;
}
.group-lists .group-list-item{
    width: 100%;
    background: #fff;
    text-indent: 5px;
    padding: 5px 0;
}
.group-lists .group-list-item:first-child{
    padding-top:10px;
}
.group-list-item .group-name{
    width: 100%;
    padding-bottom: 5px;
    display: inline-block;
}
.group-list-item .group-name .name{
    font-weight: 600;
    cursor: default;
}
.group-list-item .group-sub-list{
    text-indent: 30px;
}
.group-list-item .group-sub-list > span{
    display: block;
    width: 100%;
}
.group-list-item .group-sub-list .sub-item{
    position:relative;
    /*padding: 5px 0;*/
    height:30px;
    line-height:30px;
    cursor:pointer;
    float: left;
    width: 100%;
}
.group-list-item .group-sub-list .sub-item:hover{
    background: #eee;
}
.group-list-item .group-sub-list .sub-item .title{
    position:absolute;
    left:0;
    right:40px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    word-break: break-all;
    text-overflow: ellipsis;
}
.group-list-item .group-sub-list .sub-item .num{
    text-indent:0;
    padding:0 5px;
}
.group-list-item .group-sub-list .sub-item:hover .num{
    background:#98d8ea
}
/******************************
  结束
  zhunb
  2016-07-29 15:00
  分组列表【可通用】
  可带子分类
*******************************/

/******************************
  开始
  zhunb
  2016-08-01 10:00
  新弹页tab切换
  以及新弹页头部样式重写
*******************************/
.open-win-tab{
    height:60px;
    margin:0 8px;
}
.open-win-tab .nav-tabs{
    border:0;
    float:left;
    margin:0;
    padding:0;
    position:absolute;
    top:35px;
    left:40px;
}

.open-win-tab .nav-tabs>li {
    float: left;
    margin-bottom: -2px
}
.open-win-tab .nav-tabs>li>a {
    margin-right:0;
    border:none;
    border-radius:0;
    border-bottom:none;
    color:#fff;
}
.open-win-tab .nav>li>a {
    position: relative;
    display: block;
    padding:0px 10px;
    color:#296d2c;
    font-size:12px;
}
.open-win-tab .nav-tabs>li.active>a,
.open-win-tab .nav-tabs>li.active>a:focus,
.open-win-tab .nav-tabs>li.active>a:hover {
    color: #44B549;
    cursor: default;
    border:none;
    border-radius:0;
    font-size:12px;
}
.open-win-tab .nav-tabs>li>a:hover {
    background:none;
    border-radius:0;
    color:#44B549;
    border:none;
}
/*箭头*/
.open-win-tab .active .arrow{
    width: 0;
    height: 0;
    position: absolute;
    bottom: -11px;
    left:40%;
    border: 8px solid transparent;
    border-bottom-color:#cbcbd3;
}
.open-win-tab .active .arrow-in{
    width: 0;
    height: 0;
    position: absolute;
    bottom: -12px;
    left:40%;
    border: 8px solid transparent;
    border-bottom-color: #fff;
}
/*切换主体*/
.open-win-tab .editor-area{
    width:100%;
    min-height:200px;
    height:200px;
    height:auto !important;
    padding:10px;
}
/*新打开窗框头部样式重写*/
/*hd-左侧图标*/
.open-win-tab .openWindow-hd-tit{
    width:40px;
    height:40px;
    line-height:40px;
}
/*hd-左侧title*/
.open-win-tab .openWindow-hd-label{
    height: 30px;
    line-height: 30px;
    padding-top: 5px;
}
/*hd-左侧图标*/
.open-win-tab .openWindow-hd-tit i{
    line-height: 40px;
}
/******************************
  结束
  zhunb
  2016-08-01 10:00
  新弹页tab切换
  以及新弹页头部样式重写
*******************************/

/******************************
  人员选择器-开始
*******************************/
.userSelect-wraper{
    position: relative;
}
.userSelect{
    background-color: #FFF;
    border: 1px solid #dedede;
    z-index: 1024;
}
.userSelect-hd{
    padding: 2px;
    color: #FFF;
    font-size: 12px;
    background-color: #43b1eb;
}
.userSelect-hd i{
    font-size: 12px;
}

.userSelect-search-box {
    border: 1px solid #ccc;
    border-radius: 4px;
}
.userSelect-search-box input{
    border: none;
}

.userSelect-search-box .btn-group button {
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.userSelect-bd .tree-file,
.userSelect-bd .tree-folder,
.userSelect-bd .tree-folder-open {
    background: none !important;
}
/*切换站点*/
.userSelect-site select{
    padding: 4px 0;
    border-left: none;
    border-right: none;
    font-family: 'microsoft yahei';
}

.userSelect-bd-l .selector_left {
    border: 1px solid #e1e1ea;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.userSelect-bd-l, .userSelect-bd-r{
    width: 45%;
}

.userSelect-bd-l {
    float: left;
    margin-left: 5px;
}

.userSelect-bd-r {
    float: right;
    margin-right: 5px;
    font-size: 12px;
}

/* 右侧选择结果 Start */
.selector_right_con .table > tbody > tr > td {
    border-top: none;
}

#selBody .type {
    color: #929390;
}

/* 右侧选择结果 End */

/* 选择源 */
.userSelect-bd-selForm{
    height: auto;
    border-top: 1px solid #e1e1ea;
}

.userSelect-c {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-left: -25px;
    margin-top: -25px;
    text-align: center;
}

.userSelect-c i {
    font-size: 24px;
    color: #93dd73;
}
.userSelect-ft{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #e1e1ea;
}
.userSelect-ft-inner button{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 4px 18px;/*
    margin-left: 15px;*/
}
.userSelect-ft-inner .gray{
    background-color: #f1f1f1;
    border:1px solid #eeeeee;
    color: #333333;
}
.userSelect-ft-inner{
    margin: 11px;
}
.userSelect-bd-r .table i{
    font-size: 12px;
    color: #d44d4d;
}
/*人员选择器 树上定位图标-开始*/
.pos-tree-icon{
    position: absolute !important;
    right: 10px;
    top: 0;
    display: block;
    cursor: pointer;
    font-size:18px;
    z-index: 1;
}
/*人员选择器树上定位图标-开始*/
/******************************
  人员选择器-结束
*******************************/

/******************************
发起表单流程页面-top tab切换-开始
*******************************/

.start-form-flow-tab{
    position: absolute;
    left: 50px;
    top: 35px;
    height: 26px;
}
.start-form-flow-tab li {
    float: left;
    height: inherit;
    padding-top: 4px;
    cursor: pointer;
    text-align: center;
    position: relative;
    padding: 0 10px;
}
.start-form-flow-tab li.current {
    color: #05AD10;
    text-align: center;
    font-size: 14px;
}
.start-form-flow-tab li .arrow{
    width: 0;
    height: 0;
    position: absolute;
    bottom: 1px;
    left: 30%;
    border: 8px solid transparent;
    border-bottom-color: #cbcbd3;
}
.start-form-flow-tab li .arrow-in{
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 30%;
    border: 8px solid transparent;
    border-bottom-color: #27AE60;
}
/******************************
发起表单流程页面-top tab切换-结束
*******************************/

/*默认将模态框隐藏*/
.modal{
    display: none;
}
/******************************
  开始
  zhunb
  2016-08-01 10:00
  新弹页tab切换
  以及新弹页头部样式重写
*******************************/
.open-win-tab{
    height:60px;
    margin:0 8px;
}
.open-win-tab .nav-tabs{
    border:0;
    float:left;
    margin:0;
    padding:0;
    position:absolute;
    top:35px;
    left:40px;
}

.open-win-tab .nav-tabs>li {
    float: left;
    margin-bottom: -2px
}
.open-win-tab .nav-tabs>li>a {
    margin-right:0;
    border:none;
    border-radius:0;
    border-bottom:none;
    color:#fff;
}
.open-win-tab .nav>li>a {
    position: relative;
    display: block;
    padding:0px 10px;
    color:#296d2c;
    font-size:12px;
}
.open-win-tab .nav-tabs>li.active>a,
.open-win-tab .nav-tabs>li.active>a:focus,
.open-win-tab .nav-tabs>li.active>a:hover {
    color: #44B549;
    cursor: default;
    border:none;
    border-radius:0;
    font-size:12px;
}
.open-win-tab .nav-tabs>li>a:hover {
    background:none;
    border-radius:0;
    color:#44B549;
    border:none;
}
/*箭头*/
.open-win-tab .active .arrow{
    width: 0;
    height: 0;
    position: absolute;
    bottom: -11px;
    left:40%;
    border: 8px solid transparent;
    border-bottom-color:#cbcbd3;
}
.open-win-tab .active .arrow-in{
    width: 0;
    height: 0;
    position: absolute;
    bottom: -12px;
    left:40%;
    border: 8px solid transparent;
    border-bottom-color: #fff;
}
/*切换主体*/
.open-win-tab .editor-area{
    width:100%;
    min-height:200px;
    height:200px;
    height:auto !important;
    padding:10px;
}
/*新打开窗框头部样式重写*/
/*hd-左侧图标*/
.open-win-tab .openWindow-hd-tit{
    width:40px;
    height:40px;
    line-height:40px;
}
/*hd-左侧title*/
.open-win-tab .openWindow-hd-label{
    height: 30px;
    line-height: 30px;
    padding-top: 5px;
}
/*hd-左侧图标*/
.open-win-tab .openWindow-hd-tit i{
    line-height: 40px;
}

/*流程管理 flow-Mgt-tab切换*/
.flow-Mgt-tab{
    height:60px;
    margin:0;
    padding:0 10px;
}
.flow-Mgt-tab .nav-tabs{
    border:0;
    float:left;
    margin:0;
    padding:0;
    position:absolute;
    top:35px;
    left:50px;
}

.flow-Mgt-tab .nav-tabs>li {
    float: left;
    margin-bottom: -2px;
    position:relative;
    height:25px;
}
.flow-Mgt-tab .nav-tabs>li>a {
    margin-right:0;
    border:none;
    border-radius:0;
    border-bottom:none;
    color:#fff;
}
.flow-Mgt-tab .nav>li>a {
    position: relative;
    display: block;
    padding:0px 10px;
    color:#296d2c;
    font-size:12px;
}
.flow-Mgt-tab .nav-tabs>li.active>a,
.flow-Mgt-tab .nav-tabs>li.active>a:focus,
.flow-Mgt-tab .nav-tabs>li.active>a:hover {
    color: #44B549;
    cursor: default;
    border:none;
    border-radius:0;
    font-size:12px;
    background: transparent;
}
.flow-Mgt-tab .nav-tabs>li>a:hover {
    background:none;
    border-radius:0;
    color:#44B549;
    border:none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
/*箭头*/
/*.flow-Mgt-tab .active .arrow{
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0px;
    left:40%;
    border: 8px solid transparent;
    border-bottom-color:#cbcbd3;
}*/
.flow-Mgt-tab .active .arrow-in{
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0px;
    left:40%;
    border: 8px solid transparent;
    border-bottom-color: #44B549;
}
/******************************
  结束
  zhunb
  2016-08-01 10:00
  新弹页tab切换
  以及新弹页头部样式重写
*******************************/

/******************************
  开始
  zhunb
  2016-08-15 10:00
  流程-分类-块
  公文分类类型-列表
  列表行：图标-标题-操作按钮块（包括图标）
    ul> icon-title-opr-lists
    li> icon-title-opr-item
*******************************/
.flow-type-block{
    padding:5px;
    padding-bottom:39px;
}
.flow-type-block .top-title{
    padding: 6px 1.1em;
    color: #239d56;
    border-radius: 6px;
    background: #ecf8ed;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    cursor:default;
}
.flow-type-block .top-title .name{
    border-bottom:2px solid #01B0F1;
}
.flow-type-block .top-title .num{
    padding:0 10px;
    color:#999;
    cursor:default;
    font-size:12px;
}
.icon-title-opr-lists{
    position:relative;
}
/*每一行*/
.icon-title-opr-item{
    position:relative;
    padding:10px 0;
    border-bottom:1px dashed #ddd;
}
/*航前图标*/
.icon-title-opr-item i[class*="youjth103"]{
    font-size:15px;
    color:#E1AF60;
}
/*标题*/
.icon-title-opr-item .title{
    position: absolute;
    left: 15px;
    right: 85px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor:pointer;
}
/*操作按钮*/
.icon-title-opr-item .opr-btnIcon{
    visibility:hidden;
    padding-right:5px;
    cursor:default;
}
.icon-title-opr-item .opr-btnIcon i{
    display: inline-block;
    text-align: center;
    width: 25px;
    cursor: pointer;
    color:#80DEEA;
}
.icon-title-opr-item:hover .opr-btnIcon{
    visibility:visible;
}
.icon-title-opr-item:hover .opr-btnIcon i:hover{
    color:#00ACC2;
}
/******************************
  结束
  zhunb
  2016-08-15 10:00
  流程-分类-块
******************************
/******************************
    公文管理-查询页面-开始
    0823-增加select项
*******************************/
.treeMenu-select{
    margin-top: 4px;
    width: 100%;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
    background-color: #FFF;
}
.treeMenu-select select{
    width: 100%;
    border: none;
    padding: 4px 5px;
}
/******************************
    公文管理-查询页面-结束
    0823-增加select项
*******************************/
/******************************
    表格内容 除去第一列外-距左 -开始
    table-left-offset-1
    0827-使用：在table上添加 class "table-left-offset-1"
*******************************/
.table-left-offset-1  tr th,
.table-left-offset-1  tr td{
    text-align: left !important;
}
.table-left-offset-1  tr th:nth-child(1),
.table-left-offset-1  tr td:nth-child(1){
    text-align: center !important;
}
/******************************
    表格内容 除去第一列外-距左 -结束
    table-left-offset-1
    0827-使用：在table上添加 class "table-left-offset-1"
*******************************/


/******************************
    系统管理-》人员管理-人员排序
    修改表格边框以及表格上提醒下边距问题
    0913--开始
*******************************/
@media screen and (max-width: 767px) {
    .userSortDialog .table-responsive {
        border:none !important;
    }
    .userSortDialog .alert{
        margin-bottom:0;
    }
}
/******************************
    系统管理-》人员管理-人员排序
    修改表格边框以及表格上提醒下边距问题
    0913--结束
*******************************/

/*******************************
    对引用的插件进行样式增添覆盖
    author: lizj
    time: 2016-09-19 10:34;
    use: reset css of the plugins
*******************************/

/* for easyui treeMenu Start */
.tree{
    width:96%;
    margin: 0 auto !important;
}
.tree .glyphicon{
    font-size: 12px !important;
}
.tree li {
    margin: 3px 0;
}
.tree-lines .tree-node-last .tree-expanded, .tree-lines .tree-root-one .tree-expanded{
    background-position: -80px -3px !important;
}
.tree-lines .tree-node-last .tree-collapsed, .tree-lines .tree-root-one .tree-collapsed{
    background-position: -64px -3px !important;
}
/*.tree-folder-open, .tree-folder, .tree-file{
    background: none !important;
}*/
.tree-expanded,
.tree-collapsed,
.tree-folder,
.tree-file,
.tree-checkbox,
.tree-indent {
    display: inline-block;
    width: 16px;
    height: 18px !important;
    line-height:18px !important;
    vertical-align: middle !important;
    overflow: hidden;
}
.tree-expanded, .tree-collapsed{
    margin-top: 4px;
}
.tree-node{
    height: 25px !important;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.tree-node:hover,
.tree-node-hover {
    background: #eaf8fe !important;
    color: #666666 !important;
    border-radius: 4px;
}

.tree-title{
    display: inline-block;
    max-width: 9em;
    font-size: 12px;
    padding: 0 5px !important;
    height: 25px !important;
    line-height: 25px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-decoration: none;
    vertical-align: middle;
}
.tree-node-selected{
    background:#d5f1fd !important;
    color: #666666 !important;
    border-radius: 4px;
}
/* for easyui treeMenu End */



/* for bootstrap form Start */
textarea{
    resize: none;
}
label{
    font-weight: normal;
    font-size:14px;
    vertical-align: middle;
    color: #393939;
}
.form-horizontal .form-control{border-radius: 0;  }
.form-group .control-label{color:#31B0D5;  }
/* input onFocus */
.form-control:focus {
    color:#696969;
    border-color: #f59942 !important;
    background-color:#fff;
    outline:0;
}
.form-control[disabled]:focus, .form-control[readonly]:focus, fieldset[disabled]:focus {
    background-color: #eee;
    opacity: 1;
    outline: 0;
}
/*.form-horizontal input, .form-horizontal select*/
.form-horizontal .form-control, .form-horizontal select{
    line-height:1.2;
    font-size:14px;
    transition-duration: .8s;
    padding: 5px 4px;
    border:1px solid #d5d5d5
}
input .bdred2, select .bdred2 { border: 1px solid #e01515 !important;  }
/* input-group */
.input-group .bor, .input-group .bor{border-color: #278daa;  }
.input-group-addon{padding: 5px 8px;border: none  }
.input-group-addon:last-child{border-radius: 0;}
/* for bootstrap form End */


/* for bootstrap table Start */
.fixed-table-header{
    background-color:#e5e5e5;
}
.fixed-table-body .table{
    margin-top: -41px;
}
.fixed-table-body .table a{
    text-decoration: none;
}
.fixed-table-body .table a:hover{
    text-decoration: none;
}
.table td{
    word-break: break-all;
}

.table-hover>tbody>tr:hover,
.table>tbody>td:hover {
    background-color:#ECF6FD
}

.fixed-table-container tbody .selected td {
    background-color:#D2EAFB !important;
}


/*fixed-table-pagination*/
.fixed-table-pagination .pagination-detail .page-list button{
    outline: none;
    user-select: none;
    box-sizing: border-box;
    background: none;
    padding: 3px 12px;
    border-radius: 6px;
    border: 1px solid #d9d9d9;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.fixed-table-pagination .pagination-detail .page-list .dropdown-menu{
    background-color: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 1px 6px hsla(0,0%,39%,.2);
    border-radius: 6px;
    margin-bottom:5px;
    min-width: auto !important;
    font-size: 12px;
}
.fixed-table-pagination .pagination-detail .page-list button:hover {
    border-color: #57c5f7
}

.fixed-table-pagination .pagination-detail .page-list button:focus {
    border-color: #57c5f7;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(45,183,245,.2)
}

.fixed-table-pagination .pagination-detail .page-list .dropdown-menu{
    background-color: #FFFFFF !important;
}
.fixed-table-pagination .pagination-detail .page-list .dropdown-menu li a,
.fixed-table-pagination .pagination-detail .page-list .dropdown-menu li a:hover{
    color: #666;
    font-weight: 400;
}
.fixed-table-pagination .pagination-detail .page-list .dropdown-menu li a:hover{
    background-color: #eaf8fe !important;
}
.fixed-table-pagination .pagination-detail .page-list .dropdown-menu>.active>a {
    background-color: #EAF8FE !important;
    color: #666;
    font-weight: 700;
}
/* for bootstrap table End */
/*帮助页面 start*/
.help-look[disabled]{
    border:1px solid transparent;
    background:transparent;
    box-shadow: 0 0 0 transparent;
}
/*帮助页面 end*/
/*bs-table无数据时候，checkbox显示无间隙问题-start*/
.fixed-table-container .bs-checkbox .th-inner{
    padding:8px !important;
}
/*bs-table无数据时候，checkbox显示无间隙问题-end*/


/* update by lizj start*/
.topSearch{
    display: none;
    border: 1px solid #DEDEDE;
    border-radius:2px;
    padding: 0px 7px;
    margin-left: 2px;
}
.topSearch input{
    height: 26px;
    border:none;
}
.topSearch input:focus{
    border: none;
}
/* update by lizj end */

/* 页面内搜索 */
/* Search */
.search-container {
    padding-top: 8px;
    padding-bottom: 8px;
}
.search-box{
    padding: 0px 5px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    border: 1px solid #2d9162;
    background-color: #FFF;
    position:relative;
}
.search-box input{
    border: none;
    width: 145px;
    height: 28px;
    border: none;
    vertical-align: baseline;
    color: #959393;
    text-align:left;
}
.search-box i{
    font-weight: bold;
    color: #2d9162;
    cursor: pointer;
}

.search-container .refresh {
    display: inline-block;
    height: 32px;
    line-height:32px;
    width: 32px;
    text-align:center;
    border-radius: 4px;
    border: 1px solid #2d9162;
}

.search-container .refresh i {
    color: #2d9162;
    font-size: 16px;
    font-weight: bold;
}
.search-container .refresh:hover,
.search-container .refresh:active {
    background: #f7b52c;
    border: 1px solid #f7b52c;
}

.search-container .refresh:hover i,
.search-container .refresh:active i {
    color: #fff;
}



/* 字母检索 */
.letter-search-box {
    border-bottom: 1px solid rgba(0,0,0,.4);
    .
}

.letter-search {

}
.letter-search li {
    display: inline-block;
    float: left;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
}

.letter-search li:hover {
    background: #f7b52c;
}

.letter-search li:hover a{
    color: #fff;
}

.letter-search li a{
    display: block;
    color: rgba(0,0,0,.6);
    text-decoration: none;
}

.letter-search li.active {
    background: #f7b52c;
}
.letter-search li.active a{
    color: #fff;
}

/* 通讯录名片展示item */
.grid-view-item {
    position: relative;
    float: left;
    width: 220px;
    height:280px;
    margin: 20px 0 0 22px;
    text-align: center;
    border: 1px solid #dddddd;
}
/*@media screen and (min-width:960px) {
    .grid-view-item {
        width: 255px;
    }
}
@media screen and (min-width: 1400px) {
    .grid-view-item {
        width: 220px;
    }
}*/

.grid-view-item .shortcut {
    position:absolute;
    right: 8px;
    top: 15px;
}

.grid-view-item .shortcut span{
    display:block;
    float: right;
    height: 26px;
    width: 26px;
    margin-right: 7px;
   /* line-height: 18px;*/
    text-align: center;
    border-radius:50px;
    border: 1px solid #a5a5a5;
    color: #a5a5a5;
    cursor: pointer;
    vertical-align: middle;
}
.grid-view-item .shortcut i {
    font-size: 12px;
}

.grid-view-item .shortcut span:hover {
    background-color: #2d9162;
    color: #fff;
    border-color: #2d9162;
}

/* 头像 */
.grid-view-item .user-photo {
    display: block;
    margin: 30px auto 0;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.grid-view-item label {
    display: block;
    padding-top:5px;
    font-size: 14px;
    color: #333;
}

.grid-view-item label.line {
    height: 1px;
    width: 10px;
    background-color: #333;
    margin: 10px auto 0;
    padding-top: 0;
}

.grid-view-item label.name {
    padding-top: 20px;
    font-weight: bold;
    font-size:18px;
}

/* bootstrapTable.css 样式增加 */
.fixed-table-toolbar .bs-bars {
    margin-bottom: 0 !important;
}

/** 按钮的点击效果 */
/*模型管理*/
.opacity{
    background-color: #27AE60 !important;
    color:#fff !important;
}
.p-btn.opacity:active{
    color:#fff !important;
}
.p-btn.opacity:visited,
.p-btn.opacity:focus,
.p-btn.opacity:hover,
.p-btn.opacity:active{
    color:#fff !important;
}

/*dept*/
.tree-node-top {
    border-top: 1px solid #1296db !important;
    background: url('../../images/deptTree/upArrow.png') no-repeat right 0 !important;
}
.tree-node-bottom {
    border-bottom: 1px solid #1296db !important;
    background: url('../../images/deptTree/downArrow.png') no-repeat right  !important;
}
.tree-node-append {
    border: 1px solid #1296db !important;
    background: url('../../images/deptTree/leftArrow.png') no-repeat right 0 !important;
}
.tree-node-append .tree-title {
    border: 1px dotted transparent !important;
}
/*部门树特殊样式*/
.dept-tree .tree-file,
.dept-tree .tree-folder,
.dept-tree .tree-folder-open {
    background: none !important;
}
.table .bs-checkbox{
    vertical-align: middle;
}