﻿/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 0.5em; 
}
::-webkit-scrollbar:horizontal {
    height: 0.5em; 
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 0 0 rgba(245,245,245,0.3) inset;
}
::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 0 0 rgba(153,153,153,0.3) inset;
}

/*删除bootstrap-table表格边框线*/
.table > tbody > tr > td, .table > thead > tr > th {
    border-top: none !important;
}

.fixed-table-container tbody td, .fixed-table-container thead th {
    border-left: none !important;
}

.fixed-table-container {
    border: none !important;
}

.bootstrap-table .table > thead > tr > th, .bootstrap-table .table {
    border-bottom: none !important;
}



/*格式化首页*/
body {
    padding: 0px;
    margin: 0px;
    background: #fff;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    overflow-x: hidden;
}

img {
    border-style: none;
}

h1, h2, h3, h4, h5, h6, p, ul, li, ol, li, dl, dt, dd {
    list-style: none;
    border: none;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
    overflow-y: auto;
}

/*左右布局*/
.left-menu {
    width: 200px;
    position: fixed;
    left: 15px;
    top: 30px;
}

.right-content {
    margin-left: 250px;
    /* padding-right: 20%;*/
    margin-top: 30px;
}

.left-menu-container {
    padding: 0;
}

    .left-menu-container > ul {
        max-height: 300px;
    }

        .left-menu-container > ul > li > a {
            display: block;
            padding: 0 15px;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
            color: #000000;
            text-decoration: none;
            cursor: pointer !important;
        }

            .left-menu-container > ul > li > a:hover {
                background-color: #F6F6F6;
            }

        .left-menu-container > ul > li.active, .left-menu-container > ul > li.active > a {
            background-color: #F6F6F6;
            font-weight: bold;
        }

.left-menu > .layui-card > .layui-card-header {
    font-weight: bold;
    color: black !important;
}
/*自定义公众类*/
.publish-wrap {
    margin-left: 8px;
}

.publish-journal {
    margin: 10px 0;
}

.publish-name {
    margin-top: 8px;
}

.publish-info {
    color: #ccc;
    font-size: 12px;
}

.public-hide {
    display: none
}

.public-mgb10 {
    margin-bottom: 10px;
}

.public-mgb20 {
    margin-bottom: 20px;
}

.public-mgb0 {
    margin-bottom: 0;
}

/*公告*/
.search {
    margin: 20px 0;
}

.search-text {
    width: 300px;
    margin-right: -4px;
}

.notice-mg10 {
    margin: 10px 0;
}

.notice-card {
    border: 1px solid #E6E6E6
}

    .notice-card .layui-btn {
        margin-bottom: 5px;
        margin-top: 6px;
    }

.layui-card-header {
    border-bottom: 1px solid #E6E6E6;
}

ul.range {
    letter-spacing: -8px;
}

    ul.range li {
        letter-spacing: normal;
        display: inline-block;
        padding: 3px 8px;
        margin: 5px 3px;
        border: 1px solid #E6E6E6
    }

        ul.range li i {
            cursor: pointer;
            color: red;
            border-radius: 50%;
            background: #dddddd;
            margin-left: 3px;
        }

.read-info {
    padding: 5px 0 10px;
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
}

/*未读*/
.avatar-round {
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
    max-width: 50px;
    border-radius: 50%;
    padding: 0px
}

.ikonw {
    padding: 3px 8px;
    color: white;
    background-color: #009688;
    border-radius: 8px;
    margin-top: 12px;
    cursor: pointer
}

.ikonwn {
    color: #ccc;
    margin-top: 14px;
}


.read-detail-info {
    padding: 20px 0;
    border-bottom: 1px solid #E6E6E6;
}

    .read-detail-info > h5 {
        font-weight: bold;
    }

.attachment-img > img {
    width: 150px;
    margin-right: 5px;
}

    .attachment-img > img:hover {
        cursor: zoom-in;
    }

.oa-Microsoft-Excel {
    color: #107B0F;
    font-size: 20px;
}

.oa-PDF {
    color: #D93838;
    font-size: 20px;
}

.oa-fujian {
    font-size: 18px;
}

ul.attachment-file > li:hover {
    text-decoration: underline;
    color: #41A0FF;
    cursor: pointer;
}

ul.attachment-file > li > span:nth-child(2) {
    vertical-align: text-bottom;
}

ul.attachment-file > li > a {
    color: #FF7878;
    font-size: 20px;
    text-decoration: none;
}

.copy-to-range {
    padding: 3px 8px;
    border: 1px solid #41A0FF;
    color: #41A0FF;
    cursor: pointer;
    margin-right: 10px;
}

.good {
    padding: 10px 0;
    border-bottom: 1px solid #E6E6E6;
}

.zan {
    font-size: 18px;
    color: #41A0FF;
    vertical-align: middle;
}

.avatar-round-thumb {
    min-width: 30px;
    min-height: 30px;
    max-height: 30px;
    max-width: 30px;
    border-radius: 50%;
    padding: 0px;
    margin-right: 8px;
}

.operate {
    border-bottom: 1px solid #E6E6E6;
}

ul.more-tool {
}

    ul.more-tool li {
        display: inline-block;
        margin-right: 50px;
        color: #999999;
        cursor: pointer;
    }

.more-comment {
    padding: 10px 0;
}

.more-left {
    width: 50px;
}

.more-right {
    margin-left: 58px;
}

.more-info {
    margin-top: 0;
}

.more-name {
    color: #41A0FF;
    font-size: 16px;
}

.more-time {
    color: #ccc;
    font-size: 12px;
    margin: 0 5px;
}

.more-delete {
    color: #ccc;
    font-size: 12px;
    cursor: pointer;
}

    .more-delete:hover {
        color: red;
    }

.more-icon {
    font-size: 17px;
    cursor: pointer;
}

.more-detail {
    font-size: 14px;
}

.comment-content {
    resize: none;
    margin-bottom: 10px;
}

.comment-auto-height {
    min-height: 34px;
    height: 34px;
}

.comment-content:hover {
    border-color: #C9C9C9;
}

.comment-btn {
    text-align: right;
    display: none;
    margin-bottom: 10px;
}

.bar {
    background-color: #E3E4E9;
    height: 20px;
}

/*KindEditor富文本编辑器*/
.ke-icon-hello {
    background-position: 0px -672px;
    width: 16px;
    height: 16px;
}

.ke-icon-attachment {
    background-position: 0px -1040px;
    width: 16px;
    height: 16px;
}

.ke-icon-img {
    background-position: 0px -496px;
    width: 16px;
    height: 16px;
}

.ke-icon-at {
    background-position: 0px -1249px;
    width: 16px;
    height: 16px;
}

.ke-icon-at_today {
    background-position: 0px -1249px;
    width: 16px;
    height: 16px;
}

.ke-icon-at_tomorrow {
    background-position: 0px -1249px;
    width: 16px;
    height: 16px;
}

.ke-icon-customer {
    background-position: 0px -1286px;
    width: 16px;
    height: 16px;
}

.ke-icon-contacter {
    background-position: 0px -1267px;
    width: 16px;
    height: 16px;
}

.ke-icon-project {
    background-position: 0px -1302px;
    width: 16px;
    height: 16px;
}

.ke-icon-tag {
    background-position: 0px -1318px;
    width: 16px;
    height: 16px;
}

/*任务*/
.task-list {
}

ul.task-list > li {
    float: left;
    padding: 10px 0;
    text-align: center;
    width: 150px;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    margin: 0 10px 10px 0;
    cursor: pointer;
}

    ul.task-list > li > span {
        display: inline-block;
        width: 60px;
        height: 60px;
        background: url(../erp-oa-images/tubiao.png) no-repeat;
    }

.task-logo {
    background-position: -406px -259px !important;
}

ul.task-list > li > em {
    display: block;
}

.task-label {
    width: 110px;
    padding: 9px;
    text-align: left;
}

.task-input {
    height: 38px;
    line-height: 1.3;
    line-height: 38px\9;
    border: 1px solid #E6E6E6;
    background-color: #fff;
    border-radius: 2px;
    padding-left: 10px;
    vertical-align: top;
}

.task-tab-bg > .layui-tab-title .layui-this {
    color: #ffffff;
    background-color: #009688;
}

ul.task-info {
}

    ul.task-info > li {
        padding: 4px 8px;
    }

        ul.task-info > li > em {
            color: #EB9C24;
            margin-left: 10px;
        }

        ul.task-info > li > span {
            display: inline-block;
        }

            ul.task-info > li > span:first-child {
                color: #999999;
                padding: 0 8px;
                width: 88px;
                font-size: 14px;
            }

            ul.task-info > li > span:last-child {
            }

/*日志*/
.journal-txt {
    resize: none;
    margin-bottom: 10px;
}

.journal-logo {
    background-position: -338px -339px !important;
}

.journal-title {
    color: #999999;
    margin-bottom: 5px;
}

/*知识库*/
.rep-wrap {
    padding-left: 10px;
    padding-bottom: 10px;
}

.rep-menu {
    padding-top: 10px;
    width: 200px;
    float: left;
}

.rep-content {
    margin-left: 200px;
    background-color: #F5F5F5;
    min-height: 500px;
}

.rep-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}

ul.rep-list {
}

    ul.rep-list > li {
        border-bottom: 1px solid #ccc;
        cursor: pointer;
        text-align: left;
        height: 46px;
        line-height: 45px;
        padding-top: 3px;
    }

        ul.rep-list > li:hover {
            background: #41a0ff;
            color: #fff;
        }

        ul.rep-list > li > i {
            display: inline-block;
            width: 36px;
            height: 36px;
            margin: -10px 5px;
            background: url(../erp-oa-images/gs.png) no-repeat;
        }

.rep-card-header {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #DDDDDD;
    background: #F5F5F5;
    padding: 0 15px;
}

.rep-card-body {
    padding: 0 10px;
}

.rep-knowledge-content {
    width: 70%;
    float: left;
}

.rep-knowledge-menu {
    margin-left: 72%;
}

    .rep-knowledge-menu .layui-card .layui-card-body .rep-operate:last-child {
        border-bottom: none;
    }

.rep-operate {
    padding: 10px 0;
    border-bottom: 1px solid #E6E6E6;
}

    .rep-operate ul li {
        display: inline-block;
        width: 48%;
        padding: 0 3px;
    }

        .rep-operate ul li:hover {
            color: white;
            background-color: #2BA89C;
            cursor: pointer;
        }

.rep-operate-info {
    padding: 3px 0;
}

    .rep-operate-info label {
        display: inline-block;
        width: 60px;
        text-align: left;
        color: #9EA7B3;
        font-weight: normal;
    }

    .rep-operate-info span {
        display: inline-block;
        width: 80px;
        text-align: left;
    }

    .rep-operate-info p {
        margin-left: 60px;
        margin-top: -28px;
    }

.rep-down {
    color: #9EA7B3;
}

.rep-range {
    cursor: pointer;
    color: #8cc6ff;
}


/*访客报告*/
.visitor-report {
    border: 1px solid #E6E6E6;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 10px;
    width: 100%;
}

    .visitor-report header {
        color: #666666;
        margin-bottom: 10px
    }

.report-title {
    margin: 0 auto;
    padding: 8px;
    background-color: #41A0FF;
    color: white;
    font-size: 24px;
    text-align: center;
}

ul.report-content {
    margin-top: 10px;
}

.row-title {
    width: 100px;
    float: left;
    color: #666666;
}

.row-content {
    color: #000000;
    margin-left: 100px;
}

ul.report-content li {
    font-weight: bold;
    padding: 5px;
    width: 100%;
}

    ul.report-content li:after {
        content: "";
        display: block;
        clear: both;
    }

.visitor-report footer {
    padding: 5px 0 10px;
}

.publish-customer {
    color: #009688;
}

.oa-kehu2, .oa-lianxiren, .oa-xiangmushenbaoguanli, .oa-biaoqianlabel241 {
    font-size: 18px;
}

.publish-contactor {
    margin-top: 5px
}

.report-dynamic {
    font-weight: bold;
    color: #000000;
    font-size: 18px;
}

.report-form {
    width: 800px;
}

    .report-form .layui-form-item {
        margin-bottom: 5px;
    }

    .report-form .layui-form-text {
        margin-bottom: 10px;
    }

    .report-form .layui-form-label {
        width: 130px;
    }

    .report-form .layui-input-block {
        margin-left: 160px;
        min-height: 36px;
    }

.visitor-tpl {
    margin-left: 160px;
    padding: 3px;
    border-radius: 3px;
    border: 1px solid #E6E6E6;
    margin-bottom: 10px;
}

    .visitor-tpl .layui-form-item .layui-input-inline {
        width: 420px;
    }

    .visitor-tpl .layui-form-item .layui-form-label {
        text-align: left;
    }


/*@用户、抄送范围选择*/
.customer-modal, .contacter-modal, .project-modal {
    margin-top: 10px;
}

    .at-users .layui-form-item .layui-form-label,
    .customer-modal .layui-form-item .layui-form-label,
    .project-modal .layui-form-item .layui-form-label {
        text-align: left;
    }

.bread-crumb {
    padding: 8px 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.search-company-users {
    margin-bottom: 15px
}

.view {
    overflow: auto;
}

.view-company-users {
    max-height: 250px; /*195-280*/
}

.view-organization, .view-position {
    max-height: 300px; /*250-340*/
}

.view-customer, .view-contacter {
    max-height: 290px;
}

.view-project {
    max-height: 230px;
}

.view-lbl {
    max-height: 408px;
}

ul.view li {
    padding: 5px 10px;
    cursor: pointer;
}

    ul.view li .layui-form-checkbox {
        width: 100%;
    }

    ul.view li:hover {
        background-color: #EBF3F8
    }

.result {
    padding: 5px 10px;
    position: absolute;
    right: 0;
    bottom: 3px;
}

    .result span:nth-child(2) {
        color: #009688;
        font-weight: bold;
    }

    .result .layui-btn {
        margin-left: 10px;
    }
/*客户、联系人选择*/
.customer-modal .search-company-users, .contacter-modal .search-company-users, .project-modal .search-company-users {
    padding: 0 10px;
}

/*更多工具*/
.more-tool-container {
    padding: 10px;
    width: 200px;
}

ul.tool-list li {
    float: left;
    width: 60px;
    text-align: center;
    padding: 10px 0;
    cursor: pointer
}

    ul.tool-list li:hover {
        color: #009688
    }
/*下拉箭头*/
.bottom-arrow {
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid green;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.oa-zuorenwu {
    font-size: 18px;
}

.oa-10 {
    font-size: 18px;
}

.oa-zu {
    font-size: 18px;
}

.oa-biaoqianlabel241 {
    font-size: 18px;
}

.oa-tianjiaguanzhu {
    font-size: 18px;
}

.oa-shanchu4 {
    font-size: 18px;
}

.zan-num {
    color: #999;
}

.render-at, .render-at:hover, .render-at:focus {
    color: #2299EE
}

/*高德地图样式*/
.gd-map {
    width: 600px;
    height: 300px;
}

/*任务标题*/
.task-font-txt {
    text-align: center;
    margin: 5px;
}
/*任务状态文本*/
.task-font-btn {
    padding: 8px;
    border-radius: 50%;
    text-align: center;
    margin: 5px;
}
/*执行、完成*/
.task-btn-info {
    border: 1px solid #38cf9b;
    color: #38cf9b;
}
/*逾期*/
.task-btn-expired {
    border: 1px solid red;
    color: red;
}


/*五星-有色*/
.five-star {
    cursor: pointer;
    width: 83px;
    height: 12px;
    display: inline-block;
    background: url(../erp-oa-images//five_star.png);
}

    .five-star.num1 {
        background-position: 0 0;
    }

    .five-star.num2 {
        background-position: 0 -15px;
    }

    .five-star.num3 {
        background-position: 0 -30px;
    }

    .five-star.num4 {
        background-position: 0 -45px;
    }

    .five-star.num5 {
        background-position: 0 -60px;
    }

/*评论中的星星：一星：红色*/
.one-star-red {
    cursor: pointer;
    width: 15px;
    height: 12px;
    display: inline-block;
    background: url(../erp-oa-images/five_star.png);
}

/*一星：灰色*/
.one-star-gray {
    cursor: pointer;
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../erp-oa-images/five_star.png);
    background-position: -35px -15px;
}

.five-star-s {
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../erp-oa-images/five_star_large.png);
}

.five-star-o {
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../erp-oa-images/five_star_large.png);
    background-position: -23px 0px;
}

.comment-five-stars {
    height: 36px;
    line-height: 50px;
}

ul.render-relate-item {
    color: #41A0FF;
    margin-left: 25px;
    cursor: pointer;
}

.layer-wrap-container {
    padding: 15px 20px 0 0;
}

    .layer-wrap-container .layui-form-label {
        width: 100px;
    }

/*查看更多评论*/
.short-comments {
    display: block
}

.all-comments {
    display: none;
}

.short-comments-operate, .all-comments-operate {
    color: #41A0FF;
    cursor: pointer;
}

/*返回上一层*/
.return-back {
    margin: 10px;
}

/*全公司和我的部门*/
.all-company {
    margin-bottom: 10px;
    margin-left: 15px;
}

.custom-btn-group {
    width: 100%;
}

    .custom-btn-group > .layui-btn {
        width: 50%;
    }


.detail {
    padding: 20px 70px;
}

/*数据源*/
.data-source-name, .data-source-name:focus {
    color: #000;
    text-decoration: none;
}

    .data-source-name:hover {
        color: #41A0FF;
        text-decoration: none;
    }

/*评价区的表情符号*/
.face-box {
    padding: 10px;
}

    .face-box ul {
    }

    .face-box li {
        float: left;
    }

    .face-box img {
        width: 24px;
        height: 24px;
        cursor: pointer;
    }

.standard-img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: inline-block;
    cursor: zoom-in;
    position: relative;
    background: black;
    margin: 5px;
}

    .standard-img > img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

.attachment-btn {
    position: relative
}

.attachment-input-file {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}











.jason-divider {
    margin: 30px 0;
}

.jason-table-tool {
    margin: 0 0 10px;
}

.jason-custom-footer {
    margin-top: 10px;
}

.jason-footer-button {
    margin: 10px;
}

.jason-drawer-close-btn {
    margin-top: 24px;
}

.jason-dropdown-menu {
    padding: 0;
}

.jason-steps {
    justify-content: flex-end;
}

.jason-step {
    margin: 15px 0;
}

.jason-companycode-search {
}

.jason-run-stop {
    color: #999999;
}

.jason-run-running {
    color: #28A745;
}

.jason-run-exception {
    color: #DC3545
}

.company-error:hover {
    color: blue;
    text-decoration: underline;
    cursor:pointer;
}
.jason-form-control {
    display: inline-block;
}

/*迁移样式拓展*/
.form-row {
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    display: flex;
    margin-bottom: 16px;
}

.pointer {
    cursor: pointer;
}

.breadcrumb {
    border-top: none !important;
    padding: 0.75rem 1rem !important;
    background-color: #e9ecef;
}

.form-inline {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

    .form-inline .form-group {
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1rem;
    }


@media (min-width: 576px) {
    .form-inline .form-group {
        margin-bottom: 1rem;
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
    }

    .form-inline input.form-control {
        width: 196px;
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}

.switch {
    width: auto !important;
}

.loading-status {
    background: white !important;
}

.loading-status > .intro {
    border: none !important;
    animation: none !important;
    margin-top: 200px;
}

.loading-status .intro:before {
    animation: none !important;
}

.layui-form .form-check .form-check-input{
    display:inline-block !important;
}


.flex-systemset-wrap{
    display:flex;
    flex-flow:row nowrap;
}
.flex-system-gutter{
    margin-right:15px;
}
.database-type > .select.dropdown {
    width: 410px;
}

.system-btn-textnowarp {
    white-space: nowrap;
}