/*!
 * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
 * 项目自定义的公共CSS，可覆盖jeesite.css里的样式  e3edf5    #a7d2f4  e6fed7
 */
/*week 修改bootstrap的禁止鼠标标识*/
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: default;
}
/*week实现公共的鼠标悬浮出现点击*/
.cursor-pointer{
    cursor:pointer;
}

body {
    font-family: 'Source Han Sans', Arial, sans-serif;
}

.ui-jqgrid tr.ui-state-highlight.ui-row-ltr td {
    background-color: #a1c3e6;
}

.ui-state-hover td,
.ui-widget-content .ui-state-hover td,
.ui-widget-header .ui-state-hover td,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background-color: #d2e6fa;
}

.bottonleft {
    display: flex;
}

.bodyhidden {
    display: none;
}

.tops {
    margin-top: -2px;
}


/*输入框变成下划线*/
.borderStr_bottom {
    border-color: #878787;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
    border-left-width: 0px
}

/*处理所有新增页面实现头部固定 zgh*/
.top-show .box-header {
    position: fixed;
    width: 100%;
    background: #eaedf1;
    z-index: 99999;
    height: 40px;
}

.top-show .box-main {
    padding-top: 0;
}

/*实现打印提示一下内容不打印 zgh*/
.noprint {
    width: 100%;
    height: 35px;
    display: flex;
    margin-top: 10px;
}

.dashline {
    height: 18px;
    border-bottom: 1px dashed #000;
}

.noprintfont {
    color: red;
    font-size: 1.2em;
    width: 16%;
    text-align: center;
    line-height: 35px;
}

.liwlfet {
    width: 46%;
}

.liwright {
    width: 38%;
}


/*表单页面宽高距离的设定*/
.form-group {
    margin-bottom: 7px;
}

.icheck label {
    font-size: 12px;
}

.tabpanel_mover li.active {
    background-color: #e0e0e0;
    font-weight: bold;
}

.sidebar-menu > li > a {
    font-size: 14px;
}

.ui-jqgrid-sortable {
    font-size: 12px;
}

.ui-jqgrid .ui-jqgrid-view {
    font-size: 12px;
}

label {
    font-size: 12px;
}

.form-control {
    height: 26px;
    font-size: 12px;
}

.select2-container .select2-selection--single {
    height: 26px;
    min-height: 26px;
}

.input-group-btn .btn {
    height: 26px;
}

.box-main > .box-header .box-tools .btn {
    font-size: 13px;
}

.inputwidth {
    width: 100% !important;
}

@media (min-width: 1028px) {
    .leftidth {
        width: 27%;
    }

    .rightidth {
        width: 73%;
    }

    .fjbzleft {
        width: 9%;
    }

    .fjbzright {
        width: 91%;
    }

    .sqrleftwidth {
        width: 13.5%;
    }

    .sqrrightwidth {
        width: 86.5%;
    }

    .inputwidthleft {
        width: 29% !important;
    }

    .inputwidthright {
        width: 69% !important;
    }

    .Wdate-datetime {
        width: 44% !important
    }
}

@media (min-width: 1200px) {
    .leftidth {
        width: 25%;
    }

    .rightidth {
        width: 75%;
    }

    .fjbzleft {
        width: 8.5%;
    }

    .fjbzright {
        width: 91.5%;
    }

    .sqrleftwidth {
        width: 12.5%;
    }

    .sqrrightwidth {
        width: 87.5%;
    }

    .inputwidthleft {
        width: 35%;
    }

    .inputwidthright {
        width: 65% !important;
    }

    .timewidthleft {
        width: 16.5%;
    }

    .timewidthright {
        width: 82% !important;
    }

    .Wdate-datetime {
        width: 44% !important
    }
}

@media (min-width: 1380px) {
    .leftidth {
        width: 22%;
    }

    .rightidth {
        width: 78%;
    }

    .fjbzleft {
        width: 7.4%;
    }

    .fjbzright {
        width: 92.6%;
    }

    .sqrleftwidth {
        width: 11%;
    }

    .sqrrightwidth {
        width: 89%;
    }

    .inputwidthleft {
        width: 30%;
    }

    .inputwidthright {
        width: 68% !important;
    }

    .timewidthleft {
        width: 14.5%;
    }

    .timewidthright {
        width: 84% !important;
    }

    .datetimewidth {
        width: 45% !important;
    }

    .Wdate-datetime {
        width: 44.5% !important
    }

    .btnleft {
        padding-left: 2.5%;
    }
}

@media (min-width: 1680px) {
    .leftidth {
        width: 20%;
    }

    .rightidth {
        width: 80%;
    }

    .fjbzleft {
        width: 6.5%;
    }

    .fjbzright {
        width: 93.5%;
    }

    .sqrleftwidth {
        width: 10%;
    }

    .sqrrightwidth {
        width: 90%;
    }

    .inputwidthleft {
        width: 27%;
    }

    .inputwidthright {
        width: 72%;
    }

    .Wdate-datetime {
        width: 45.5% !important
    }

    .btnleft {
        padding-left: 3%;
    }
}

.form-unit {
    font-style: normal;
    color: #000;
}

.bottomborder {
    padding-bottom: 5px;
    border-bottom: 3px solid #6379bb;
}

.select2-selection__rendered {
    font-size: 12px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    font-size: 12px;
}

.ui-jqgrid tr.jqgrow td {
    height: 32px !important;
}

/*查询居中列*/

.form-group .center {
    text-align: center;
}


/* 日期格式 */
.flexbj input {
    width: 44% !important;
}

.flexbj {
    display: flex;
}

.ftitle {
    display: none;
}

/*imageMaxWidth: @ObjectUtils.toInteger(imageMaxWidth!1024),
imageMaxWidth: @ObjectUtils.toInteger(imageMaxHeight!768),*/


/*附件名加宽*/
.wup_container .wup_file .filetable .template-upload .name {
    width: 300px !important;
    max-width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*设置附件继续添加按钮样式*/
.wup_file .statusBar .btns .webuploader-container .webuploader-pick {
    background-color: #00c0ef;
    border-color: #00acd6;
    color: #fff;
}

/*律聊图标样式*/
#btnSearch {
    position: relative;
}

.lawer_num {
    background: #f00;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: -2%;
    position: absolute;
    text-align: center;
    color: #FFF;
    z-index: 99999;
    display: none
}

/* 文档导航条 */
.table-responsive {
    max-height: 120px;
    overflow-y: scroll;
}

.img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

/*选项卡样式*/
.custom-tab {
    padding: 0 20px 10px 20px;
}

/*关联添加按钮*/
.addcasbtn {
    float: right;
    margin-bottom: 3px;
}

/*form悬浮样式公共部分开始 week*/
.btn-for-dialog {
    position: fixed;
    width: 40px;
    top: 20%;
    right: 20px;
    z-index: 11;
    background: #3c8dbc;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    padding: 5px;
    display: none;
}

/*form悬浮样式公共部分结束 week*/
.auto-dialog {
    display: inline-block;
    width: auto;
}

/* 操作类型提示样式 */
.nodeHint {
    font-size: 12px;
    color: red;
}


.RightCont {
    -webkit-box-flex: 1;
    overflow-y: scroll;
    padding-top: 0.5em;
}

.RightCont::-webkit-scrollbar {
    width: 15px;
}

.msg-left {
    overflow: hidden;
    position: relative;
    z-index: 1000;
    width: 60%;
}

.msg-left:before {
    content: attr(worker);
    display: block;
    color: #848484;
    margin-bottom: -.5em;
    margin-left: 3.8em;
    padding-top: .5em;
}

.msg-left > .msg-host {
    left: .5em;
    top: .7em;
    background-color: #6fbdf3;
}

.msg-host.photo {
    background-color: transparent !important;
    border-radius: 5px;
    position: absolute;
}

.msg-host {
    top: .5em;
    -webkit-border-radius: 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2em;
    width: 36px;
    height: 36px;
    background-color: #b3b5b7;
    color: #fff;
    overflow: hidden;
    text-align: center;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

.bg, .msg-host, .msg-audio-btn {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.msg-host {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.msg-host {
    top: .5em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    width: 2.5em;
    height: 2.5em;
    background-color: #6fbdf3;
    color: #fff;
    overflow: hidden;
    text-align: center;
}

.msg-ball-img{
    float: left;
    line-height: 20px;
    font-size: 1em;
    padding: 8px 1em;
    margin: .5em 4.2em;
    border-radius: .4em;
    min-width: 2em;
    max-width: 100%;
    color: #323232;
    word-break: break-all;
    background-color: #fff!important;
}
.msg-ball {
    float: left;
    line-height: 20px;
    font-size: 1em;
    padding: 8px 1em;
    margin: .5em 4.2em;
    border-radius: .4em;
    min-width: 2em;
    max-width: 100%;
    color: #323232;
    word-break: break-all;
    background-color: #e0f4e0;
}

.msg-ball::before {
    left: 3.2em;
    border-width: 0.4em 1em 0.4em 0em;
    position: absolute;
    content: "";
    top: 32px !important;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #e0f4e0 transparent transparent;
}

.msg-right {
    width: 60%;
    float: right;
    position: relative;
    padding-right: 0.8em;
}

.msg-right::before {
    content: attr(rightWorker);
    display: block;
    color: #848484;
    position: absolute;
    top: -0.5em;
    right: 3.3em;
}

.msg-right::after {
    content: "";
    height: 0;
    clear: both;
    overflow: hidden;
    display: block;
    visibility: hidden;
}

.msg-right .nesHead {
    width: 2.5em;
    height: 2.5em;
    overflow: hidden;
    text-align: center;
    position: absolute;
    right: 0;

}

.msg-right .nesHead > img {
    width: 100%;
    height: auto;
}

.msg-right .news {
    line-height: 20px;
    margin: 1em 3em 1em 1.2em;
    font-size: 1em;
    padding: 8px 1em;
    border-radius: .4em;
    min-width: 2em;
    max-width: 100%;
    color: #323232;
    background-color: #3c8dbc;
    position: relative;
}

.msg-right .news::before {
    right: -1em;
    border-width: 0.4em 0em 0.4em 1em;
    position: absolute;
    content: "";
    top: 5px !important;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #3c8dbc;
}

.news-img {
    margin: 1em 3em 1em 1.2em;
    border-color: #fff !important;
    line-height: 20px;
    font-size: 1em;
    padding: 8px 1em;
    border-radius: .4em;
    min-width: 2em;
    max-width: 100%;
    color: #323232;
    position: relative;
}

.msg-right .nesHead, .news,.news-img {
    float: right;
}


.RightFoot {
    position: relative;
}

.footTop {
    width: 100%;
    height: auto;
    padding-left: .5em;
    background: #f3f3f3;
}

.file-wrapper {
    position: relative;
    cursor: pointer;
    width: 30px;
    padding: 3px 5px;
}

.file-wrapper input {
    opacity: 0;
    filter: alpha(opacity=0);
    height: 30px;
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    cursor: pointer;
}

.file-wrapper img {
    cursor: pointer;
}

.RightFoot .inputBox textarea {
    width: 99%;
    outline: none;
    border: 0;
    resize: none;
}

.sendBtn {
    width: 68px;
    height: 25px;
    background: #0188fb;
    border: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    cursor: pointer;
}

.historyMsg {
    text-align: center;
    color: #bfbfbf;
    line-height: 10px;
    height: 1px;
    margin: 1.2em 2em;
    overflow: visible;
    padding: 0;
    cursor: pointer;
}

#histStart {
    cursor: pointer;
    margin: 0px;
    height: 2em;
    line-height: 2em;
    font-size: 1em;
    outline: none;
    background-color: transparent;
}

/*模块附件管理样式 week*/
#doccontent #file-info{background: #fff;}
.customnav {
    border-bottom: none !important;
    float: left;
}

.customnav > li > a {
    padding: 0 15px !important;
    background: none !important;
    border: none !important;
    color: #000 !important;
}

.customnav > li.active > a {
    border-bottom: 2px solid #0c91e5 !important;
    color: #3c8dbc !important;
}
.select2-results__options li{
    font-size:  12px;
}
/*实现默认打开时候隐藏 更多*/
.hide-list{display: none}

/*审批状态字体颜色*/
.fontcolorgreen{
    color: green;
}
.fontcoloryellow {
    color: #FFCC00;
}
.fontcolorred {
    color: red;
}
.fontcolorblue {
    color: #0e76a8;
}
.fontcolorCambridgeblue {
    color: #0d8ddb;
}
.fontcolorgray {
    color: gray;
}

/*审批状态字体颜色*/
