body{
    /*font-family: "Helvetica Neue", Helvetica, 'Hiragino Sans GB', Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;*/
    font-family: 'PingFang SC','Helvetica Neue','Microsoft YaHei UI','Microsoft YaHei','Noto Sans CJK SC',Sathu,EucrosiaUPC,sans-serif;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -o-text-overflow: ellipsis;
}

.modal-header .close {
    font-size: 24px;
}

/** Page **/
.page-heading{
    margin: 10px 0;
    padding-top: 4px;
    padding-bottom: 4px;
}

.page-heading .page-title{
    color: #2b7dbc;
}
.page-heading  .page-title h3{
    margin: 0px;
}

.page-toolbar {

}
.page-toolbar .fileinput{
    margin-bottom: 0px;
}
.page-actions {
    margin-top: -25px;
}

.oz-span-red {
    color: red;
}

.oz-gray-text {
    color: #999999;
}

.oz-hitinfo-text {
    color: #999999;
    font-weight: normal;
}

.oz-category {
    border-bottom: 2px solid #ddd;
    margin: 15px 10px;
    height: 30px;
}

.oz-category h4 {
    display: inline-block;
    border-bottom: 2px solid #166ca5;
    margin: 0;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
}

.oz-category .oz-count {
    color: #999;
    font-size: 12px;
    margin-left: 3px;
    font-weight: normal;
}

/*** sidebar-shortcuts **/
.no-skin .sidebar-fixed .sidebar-shortcuts{
    background-color: #FFFFFF;
}

.sidebar-shortcuts .sidebar-shortcuts-large {
    line-height: 22px;
}

.sidebar-shortcuts .sidebar-shortcuts-large .fa{
    margin-top: 10px;
    font-size: 20px;
}
.sidebar-shortcuts .sidebar-shortcuts-large .fa{
    width: 100%;
}

.sidebar-shortcuts .sidebar-shortcuts-large .sidebar-q-icon{
    color: red;
    width: 25%;
    float: left;
    display: block;
    height: 40px;
    line-height: 40px;
}

.sidebar-shortcuts .sidebar-shortcuts-large .sidebar-q-icon .fa{
    display: block;
}
.sidebar-shortcuts .sidebar-shortcuts-large .sidebar-q-icon span{
    display: none;
}

.sidebar-shortcuts .sidebar-shortcuts-large .sidebar-q-icon:hover .fa{
    display: none;
}
.sidebar-shortcuts .sidebar-shortcuts-large .sidebar-q-icon:hover span{
    display: block;
}


/** Table **/
.th-sortable {
    cursor: pointer;
}
.th-sortable .th-sort {
    float: right;
    position: relative;
}
.th-sort i {
    position: relative;
    z-index: 1;
}
.th-sort i.fa.fa-sort {
    position: relative;
    left: 0;
    top: 0;
    color: #bac3cc;
    z-index: 0;
}
.th-sortable .fa-sort-down,
.th-sortable .fa-sort-up{
    display: none;
}

.th-sortable.th-sort-desc i.fa.fa-sort,
.th-sortable.th-sort-asc i.fa.fa-sort{
    position: absolute;
    left: 0;
    top: 2px;
}

.th-sortable.th-sort-desc .fa-sort-down{
    display: inline-block !important;
}
.th-sortable.th-sort-desc .fa-sort-up{
    display: none !important;
}
.th-sortable.th-sort-asc .fa-sort-down{
    display: none !important;
}
.th-sortable.th-sort-asc .fa-sort-up{
    display: inline-block !important;
}

/** Search **/
input[type='search'].search-text-input {
    background-image: url(../images/icon-search.png);
    background-repeat: no-repeat;
    background-position: 10px;
    padding-left: 25px;
}

.dropdown-menu {
    font-size: 13px;
}

.form-header-panel {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 75px;
    color: #555;
    font-weight: bold;
}

.form-header-panel .form-identicon-holder {
    position: absolute;
    left: 0;
}

.form-header-panel .form-identicon-holder {
    width: 64px;
    height: 64px
}

.form-header-panel .form-header-dropdown {
    margin-left: 0px;
    float: right
}

.form-header-panel .form-header-row {
    padding-top: 3px;
    margin-bottom: 0;
}

.form-header-panel .form-header-row .form-header-desc {
    float: left;
    color: #333;
    font-size: 16px
}

.form-header-panel .form-header-row .form-header-desc-ex {
    float: left;
    color: #b3b3b3;
    font-size: 13px;
    font-weight:normal;
    padding-top: 0;
}

.form-header-panel .form-header-row {
    min-width: 200px;
    font-size: 14px;
    font-weight: bold
}

.form-header-panel .form-header-row a:hover,.form-header-panel .form-header-row a:hover {
    text-decoration: none
}

.form-header-panel a {
    font-size: 13px;
    font-weight: normal;
    outline: none;
    color: #446e9b;
}

.dlg-form.form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
}

.tooltip-inner {
    background-color: rgba(0, 0, 0, 0.9);
    background-color: #5a6a7a;
}
.tooltip-inner {
    background-color: rgba(0, 0, 0, 0.9);
    background-color: #5a6a7a;
}
.tooltip.top .tooltip-arrow {
    border-top-color: rgba(0, 0, 0, 0.9);
    border-top-color: #5a6a7a;
}
.tooltip.right .tooltip-arrow {
    border-right-color: rgba(0, 0, 0, 0.9);
    border-right-color: #5a6a7a;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: rgba(0, 0, 0, 0.9);
    border-bottom-color: #5a6a7a;
}
.tooltip.left .tooltip-arrow {
    border-left-color: rgba(0, 0, 0, 0.9);
    border-left-color: #5a6a7a;
}

.btn-sm,.btn-group-sm>.btn {
    /*font-size: 13px;*/
    line-height: 1.5;
    border-radius: 3px
}

/* 背景颜色及边框颜色定义 */
.bg-green {
    border-color: #22AC38;
    background-color: #22AC38;
}
.bg-dark-green {
    border-color: #007B43;
    background-color: #007B43;
}
.bg-light-green {
    border-color: #69B076;
    background-color: #69B076;
}
.bg-red {
    border-color: #C9171E;
    background-color: #C9171E;
}
.bg-dark-red {
    border-color: #B7282E;
    background-color: #B7282E;
}
.bg-light-red {
    border-color: #E83929;
    background-color: #E83929;
}
.bg-blue {
    border-color: #1c8ac4;
    background-color: #1c8ac4;
}
.bg-dark-blue {
    border-color: #2A83A2;
    background-color: #2A83A2;
}
.bg-light-blue {
    border-color: #00a0e9;
    background-color: #00a0e9;
}
.bg-indigo-blue {
    border-color: #4EC6A2;
    background-color: #4EC6A2;
}
.bg-indigo-greenblue {
    border-color: #0095D9;
    background-color: #0095D9;
}
.bg-yellow {
    border-color: #F39700;
    background-color: #F39700;
}
.bg-light-yellow {
    border-color: #FFA200;
    background-color: #FFA200;
}
.bg-dark-yellow {
    border-color: #ec6941;
    background-color: #ec6941;
}
.bg-purple {
    border-color: #674598;
    background-color: #674598;
}
.bg-dark-purple {
    border-color: #65318E;
    background-color: #65318E;
}
.bg-light-purple {
    border-color: #B772C7;
    background-color: #B772C7;
}
.bg-gold {
     border-color: #E6B422;
     background-color: #E6B422;
 }
.bg-tea {
    border-color: #965042;
    background-color: #965042;
}

/* 统计色块使用 */
.statistic {
    list-style:none;
    margin: -15px 0 0 -15px;
    padding:0;
}
.statistic li {
    float: left;
    padding: 15px 0 0 15px;
    width: 50%;
}
.statistic-item {
    padding: 10px;
    border-radius: 2px;
    color: #FFFFFF;
}
.statistic-item .statistic-nums {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
}
.statistic-item .statistic-label {
    text-align: center;
    padding-top: 6px;
}



.wizard-steps {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 0
}

.wizard-steps:after,.wizard-steps:before {
    display: table;
    line-height: 0;
    content: ""
}

.wizard-steps:after {
    clear: both
}

.wizard-steps li {
    display: inline-block;
    position: relative;
    float: left;
    padding: 0 5px 0 20px
}

.wizard-steps li.active {
    background: #2b7dbc
}

.wizard-steps li.active:after {
    border-left-color: #2b7dbc
}

.wizard-steps li.active a {
    color: #fff;
    font-weight: 700;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.wizard-steps li a {
    display: block;
    padding: 9px 5px;
    text-align: center;
    color: #ccc;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.wizard-steps li a:focus,.wizard-steps li a:hover {
    text-decoration: none
}

.wizard-steps li:after,.wizard-steps li:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    top: 0;
    right: -36px;
    position: absolute;
    pointer-events: none;
    bottom: 100%
}

.wizard-steps li:after {
    border-color: transparent transparent transparent #f9f9f9;
    border-width: 18px;
    z-index: 2
}

.wizard-steps li:before {
    border-color: transparent transparent transparent #eee;
    border-width: 20px;
    right: -40px;
    top: -2px;
    z-index: 1
}

/* 修正左边Tab的样式错误 */
.tabs-left > li > a {
    border-radius: 2px 2px 0 0;
    border-bottom-color: transparent !important;
}
.tabs-left > li.active > a {
    border-bottom-color: #ddd !important;
}


/**模版区域**/
.as-template{
    display: none;
}

/*** 显示附件 ***/
.attachment-list {
    margin: 0 10px;
}

.attachment-thumbnail {
    border-radius: 3px;
    min-height: 80px;
    margin: 0 0 8px 0;
    padding-right: 8px;
    overflow: hidden;
    position: relative;
    /*width: 50%;*/
    /*float: left;*/
}

.attachment-thumbnail:hover .attachment-thumbnail-details {
    background-color: #e3e3e3;
}

.attachment-thumbnail:hover .attachment-thumbnail-preview {
    background-color: #dbdbdb;
    border-color: #dbdbdb;
}

.attachment-thumbnail-preview {
    border: 1px solid #dcdcdc;
    background-color: #e3e3e3;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 3px;
    height: 78px;
    margin-top: -44px;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    text-decoration: none;
    z-index: 0;
    width: 108px;
}

.attachment-thumbnail-preview-ext {
    color: #8c8c8c;
    display: block;
    font-size: 18px;
    font-weight: 700;
    height: 100%;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
}

.attachment-thumbnail-details {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    padding: 8px 8px 8px 120px;
    min-height: 80px;
}

.attachment-thumbnail-details-title {
    display: block;
    text-decoration: none;
    margin-bottom: 6px;
    word-wrap: break-word;
}

.attachment-thumbnail-details-title:hover {
    color: inherit;
    text-decoration: none;
}

.attachment-thumbnail-details-options-item {
    border-radius: 3px;
    margin-right: 8px;
    text-decoration: none;
}
.attachment-thumbnail-details-options-item:hover{
    text-decoration: none;
}
.attachment-thumbnail-details-options-item-text {
    text-decoration: underline
}
.quiet, .quiet a {
    color: #8c8c8c;
}

.as-dropzone-wrapper .as-attachment-dropzone {
    position: relative;
    padding: 0;
    border: 0;
    /*margin-bottom: 5px*/
}

.as-dropzone-wrapper .as-attachment-dropzone.focus {
    border-color: #66afe9 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
    outline: 0 !important;
}
.as-dropzone-wrapper .as-attachment-dropzone.focus .as-attachment-addfile{
    min-height: 100px;
}
.as-dropzone-wrapper .as-attachment-dropzone.focus .as-attachment-addfile .btn{
    display: none;
}

.as-dropzone-wrapper .as-attachment-dropzone .as-attachment-dropzone-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left: -0.6em;
    opacity: 0;
    font-size: 50px;
    transition: opacity 200ms ease-in-out;
}

.as-dropzone-wrapper .as-attachment-dropzone .as-attachment-dropzone-spinner {
    position: absolute;
    top: 100%;
    left: 100%;
    margin-top: -1.1em;
    margin-left: -1.1em;
    opacity: 0;
    font-size: 30px;
    transition: opacity 200ms ease-in-out
}

.as-dropzone-wrapper .as-attachment-dropzone .as-attachment-dropzone-icon {
    display: block;
    text-align: center;
    font-size: inherit
}

.as-dropzone-wrapper .as-attachment-dropzone .dz-preview {
    display: none
}

.as-attachment-dropzone-alert {
    margin-top: 5px;
    margin-bottom: 0;
    transition: opacity 200ms ease-in-out
}


.no-margin {
    margin: 0!important
}

.margin-xs {
    margin: 5px!important
}

.margin-sm {
    margin: 10px!important
}

.margin-md {
    margin: 20px!important
}

.margin-lg {
    margin: 40px!important
}

.m-top-none {
    margin-top: 0
}

.m-top-xs {
    margin-top: 5px
}

.m-top-sm {
    margin-top: 10px
}

.m-top-md {
    margin-top: 20px
}

.m-top-lg {
    margin-top: 40px
}

.m-left-xs {
    margin-left: 5px
}

.m-left-sm {
    margin-left: 10px
}

.m-left-md {
    margin-left: 20px
}

.m-left-lg {
    margin-left: 40px
}

.m-right-xs {
    margin-right: 5px
}

.m-right-sm {
    margin-right: 10px
}

.m-right-md {
    margin-right: 20px
}

.m-right-lg {
    margin-right: 40px
}

.m-bottom-xs {
    margin-bottom: 5px
}

.m-bottom-sm {
    margin-bottom: 10px
}

.m-bottom-md {
    margin-bottom: 20px
}

.m-bottom-lg {
    margin-bottom: 40px
}

.m-bottom-none {
    margin-bottom: 0
}

.stat-bg-warning {
    background-color: #f3ce85;
    color: #fff
}

.stat-bg-info {
    background-color: #6bafbd;
    color: #fff
}

.stat-bg-success {
    background-color: #65cea7;
    color: #fff
}

.stat-bg-danger {
    background-color: #fc8675!important;
    color: #fff!important
}

.vcard-details {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.vcard-detail {
    width: 100%;
    padding: 2px 0 2px 0;
    overflow-x: hidden;
    white-space: nowrap;
    font-size: 14px;
    text-overflow: ellipsis;
}

.icon-gray {
    color: #ccc;
    font-size: 14px;
    width: 16px;
    text-align: center;
}

.img-circle {
    border-radius: 3px;
}

.member-avatar {
    list-style: none;
    height: 30px;
    width: 30px;
}

.member-avatar-right{
    float: right!important;
}

.member-avatar.member-avatar-right:last-child{
    margin-right: -15px;
}

.member-avatar>li {
    float: left;
    position: relative;
    display: block;
}

/* 快捷方式图标样式 */
.shortcut{
    width: 100%;
}
.shortcut li{
    display: inline-block;
    text-align: center;
    margin: 10px 20px;
    cursor: pointer;
}

.shortcut .shortcut-title{
    color: #999;
    margin-top: 10px;
    display: block;
}
.shortcut li:hover .shortcut-title{
    color: #666;
}

.shortcut .shortcut-icon{
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    z-index: 1;

    /**背景色、字体颜色变化**/
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.shortcut .shortcut-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.shortcut .shortcut-icon:before {
    font-size: 24px;
    line-height: 48px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.shortcut .shortcut-icon-red{
    box-shadow: 0 0 0 2px #dd4b39;
    color:  #dd4b39;
}
.shortcut li:hover .shortcut-icon-red{
    color: #fff;
    background-color: #dd4b39;
}

.shortcut .shortcut-icon-blue{
    box-shadow: 0 0 0 2px #01aced;
    color: #01aced;
}
.shortcut li:hover .shortcut-icon-blue{
    color: #fff;
    background-color: #01aced;
}

.shortcut .shortcut-icon-green{
    box-shadow: 0 0 0 2px #2ecc71;
    color: #2ecc71;
}
.shortcut li:hover .shortcut-icon-green{
    color: #fff;
    background-color: #2ecc71;
}

.shortcut .shortcut-icon-purple{
    box-shadow: 0 0 0 2px #9b59b6;
    color: #9b59b6;
}
.shortcut li:hover .shortcut-icon-purple{
    color: #fff;
    background-color: #9b59b6;
}

.shortcut .shortcut-icon-yellow{
    color: #ff8c00;
    box-shadow: 0 0 0 2px #ff8c00;
}
.shortcut li:hover .shortcut-icon-yellow{
    color: #fff;
    background-color: #ff8c00;
}

.shortcut li:hover .shortcut-icon:before {
    -webkit-animation: spinAround 2s linear infinite;
    -moz-animation: spinAround 2s linear infinite;
    animation: spinAround 2s linear infinite;
}

/***========================= 响应设计 =============================**/
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
    .shortcut li{
        margin: 10px 7px 12px 8px;
    }

    #sharePortal li{
        margin-bottom: 10px;
    }
    #sharePortal li .image img{
        margin-top: 20px;
    }
    #sharePortal li .subject{
        font-size: 13px;
        margin-bottom: 5px;
    }
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
    .shortcut li{
        margin: 10px 5px 12px 6px;
    }

    #sharePortal li{
        margin-bottom: 10px;
    }
    #sharePortal li .image img{
        margin-top: 20px;
    }
    #sharePortal li .subject{
        font-size: 13px;
        margin-bottom: 5px;
    }
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
    .shortcut li{
        margin: 10px 20px;
    }

    #sharePortal li{
        margin-bottom: 15px;
    }
    #sharePortal li .image img{
        margin-top: 5px;
    }
    #sharePortal li .subject{
        font-size: 14px;
        margin-bottom: 10px;
    }
}


/** 360度旋转 **/
/*
    -webkit-animation: spinAround 2s linear infinite;
    -moz-animation: spinAround 2s linear infinite;
    animation: spinAround 2s linear infinite;
*/
@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}

/* 应用中心应用条目样式 */
.app-category {
    border-bottom: 2px solid #ddd;
    margin: 10px .5% 0;
    height: 30px;
}

.app-category h4 {
    display: inline-block;
    border-bottom: 2px solid #166ca5;
    margin: 0;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}

.app-category .app-acount {
    color: #999;
    font-size: 12px;
    margin-left: 3px;
    font-weight: normal;
}

.app-list {
    list-style: none;
    margin: 0;
    min-height: 10px;
    margin-top: 15px;
}

.app-list>li {
    width: 24%;
    margin: 0 .5% 15px;
    float: left;
    border: 1px solid #ddd;
    height: 106px;
}

.app-list .app-list-box {
    position: relative;
}

.app-list .inner-app {
    padding: 10px;
}

.app-list .content {
    position: absolute;
    top: 12px;
    left: 50px;
    right: 20px
}

.app-list>li .app-icon {
    font-size:24px;
    height: 30px;
    left: -40px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: -2px;
    width: 30px;
    color: #aaa;
}

.app-list>li .inner-app .app-icon {
    left: 0px;
    position: relative;
}

.app-list .active {
    border: 1px solid #00a0e9;
}

.app-list .active .app-icon {
    color: #00a0e9;
}

.app-list>li h4 {
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
    line-height: 1.2;
    color: #333;
}

.app-list>li .inner-app h4 {
    padding: 5px;
}

.app-list>li .app-document {
    margin-top:10px;
    color: #999;
    font-weight: normal;
}

.app-list>li .inner-app .app-document {
    height: 55px;
    overflow: auto;
}

.app-list>li:hover {
    border: 1px solid #47b6ee;
    background: #f1f9ff
}

.app-list>li .app-actions {
    padding: 3px 10px 0 0;
    top: 60px;
}

.app-list>li:hover .btn {
    border: 1px solid #47b6ee;
}

.app-list>li:hover .btn:hover {
    background: #d7ecff
}

.app-list>li:hover .app-icon {
    color: #ec6800;
}

.applist-actions .applist-expander {
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.applist-actions:hover .applist-expander {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* 集成中心图标导航样式 */
.integrate-item {
    padding: 4px;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    color: white;
    margin-bottom: -19px;
}

.integrate-item .panel-body{
    padding: 10px;
}

.integrate-item .iconfont {
    font-size: 50px;
    transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease
}

.integrate-item .title {
    font-size: 18px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.integrate-item:hover .title {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

/* 复写导航菜单激活时的样式 */
.nav-list li.active > a:after {
    display: none;
}
.no-skin .nav-list > li.active:after {
    display: none;
}
.nav-list > li.active:before {
    display: block;
    background-color: #EB6106;
    width: 4px;
}

.list-actions .btn {
    width:24px;
    margin-right:5px;
}

.list-actions .btn:last-child {
    margin-right:0;
}

.help {
    margin-top:25px;
    color:#616161;
}

.help-header {
    font-weight:bold;
    padding-bottom:4px;
    border-bottom:1px solid #ccc;
}

.help-content {
    padding-left:35px;
}

.help-content ul {
    list-style:decimal;
}

.help-content li {
    padding-top: 6px;
}

/** 图标选择样式定义 */
.oz-icon-selector {
    display: none;
}

.oz-icon-container {
    background:#FFFFFF;
    text-align:center;
    border:0px;
}

.oz-icon-selector-icon {
    font-size: 1.5em;

}

.oz-action-select-icon {
    margin-top:-5px;
    margin-left:5px;
}

.oz-icon-picker-panel {
    display: none;
    width: 360px;
    height: 180px;
    border: 1px solid #00a0e9;
    position: absolute;
    z-index: 1000;
    background-color: #FFFFFF;
    overflow: auto;
}

.icon-list {
    margin: 12px 6px;
}

.icon-list .icon {
    width: 39px;
    position: relative;
    float: left;
}

.icon-list .icon a {
    display: block;
    color: #222222;
    line-height: 32px;
    height: 32px;
    border-radius: 4px;
}

.icon-list .icon i {
    width: 32px;
    font-size: 14px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
}

.icon-list .icon a:hover {
    background-color: #1d9d74;
    color: #ffffff;
    text-decoration: none;
}
.icon-list .icon a:hover i {
    font-size: 24px;
    vertical-align: -6px;
}

.oz-multi-select-container {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    width:100%;
    border:1px solid #CCC;
    border-radius:4px;
    padding:4px;
    max-height:102px;
    overflow-y: auto;
}

.oz-multi-select-container .oz-select-choices {
    height: auto !important;
    margin: 0;
    padding: 0;
    position: relative;
    cursor: text;
    background-color: #fff;
    min-height: 26px;
}

.oz-multi-select-container .oz-select-choices li {
    float: left;
    list-style: none;
    margin:4px;
    padding:4px;
    border:1px solid #aaaaaa;
    border-radius:2px;
    background-color: #f2f2f2;
    color: #333;
    line-height: 13px;
    cursor: default;
    user-select: none;
}

.oz-multi-select-container .oz-action-delete-select-choice {
    width: 12px;
    height: 13px;
    outline: none;
    color: gray;
}

.oz-sub-title {
    border-bottom: 2px solid #ddd;
    margin:6px .5% 0;
    height: 28px;
}

.oz-sub-title h4 {
    display: inline-block;
    border-bottom: 2px solid #166ca5;
    margin: 0;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
}

.oz-tree-container {
    border:1px solid #ccc;
    overflow-y:auto;
    padding:0;
}

.oz-list-container {
    border:1px solid #ccc;
    overflow-y:auto;
    padding:0;
}

.oz-list-container ul {
    list-style:none;
    padding-left:0;
    position: relative;
}

.oz-list-container li {
    padding:8px 4px;
    border-bottom:1px solid #f2f2f2;
}

.oz-list-container li:nth-child(odd) {
    background-color: #f2f2f2;
}

.oz-list-container li:hover {
    background-color: #f7fafa;
}

.oz-list-container li.selected {
    background-color: #DEF1FF;
}

.oz-list-container .oz-list-item span {
    padding-left: 6px;
}

.oz-page-tree {
    width:190px;
    float:left;
    position:static;
    padding-left:0;
    padding-right:0;
    position: fixed;
    bottom: 0;
    top: 105px;
    border-style: solid;
    border-color: #cccccc;
    border-width: 0px 1px 0 0;
}

.oz-view-row-highlight td {
    font-weight: bold;
}

#edui1 #edui1_iframeholder{padding:0 5px\9!important;}

@media print {
    a[href]:after {
        content: none !important;
    }
}

#grid .table-responsive{
    overflow: hidden !important;
}