/*登录页屏幕大小判断-start*/
.screen-large{
    display: none;
}
.px-screen{
    padding-left:0.5rem !important;
}

@media only screen and (min-width : 480px) {
    .screen-small{
        display:none;
    }
    .screen-large {
        display: block;
    }
    .px-screen {
        padding-left: 1.5rem !important;
    }
}
/*登录页屏幕大小判断-end*/


/*错词检查-start*/
#wrongtooltip,
#wrongtooltip p {
    line-height: 30px;
}

.wrong-tooltip {
    font-weight: 500;
    color: #ff0000 !important;
}
/*错词检查-end*/


/*弹出框样式-start*/
.me-alert-danger .modal-content {
    border-color: #fd3995;
}

.me-alert-danger .btn-primary {
    background-color: #fd3995;
    border-color: #fd3995;
}

.me-alert-success .modal-content {
    border-color: #1ab3a3;
}

.me-alert-success .btn-primary {
    background-color: #1ab3a3;
    border-color: #1ab3a3;
}

.me-alert-warning .modal-content {
    border-color: #212529;
}

.me-alert-warning .btn-primary {
    color: #212529;
    background-color: #ffc241;
    border-color: #ffc241;
}

.me-alert-info .modal-content {
    border-color: #2196F3;
}

.me-alert-info .btn-primary {
    background-color: #2196F3 !important;
    border-color: #2196F3 !important;
}

.me-bg-primary-active {
    color: #fff;
    background-color: #886ab5;
    border-color: #886ab5;
}
/*弹出框样式-end*/


/*自定义通用样式-start*/
.m-l-7 {
    margin-left: 7px;
}

.m-l-8 {
    margin-left: 8px;
}

.m-l-9 {
    margin-left: 9px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-r-7 {
    margin-right: 7px;
}

.m-r-8 {
    margin-right: 8px;
}

.m-r-9 {
    margin-right: 9px;
}

.m-r-10 {
    margin-right: 10px;
}
.color-info {
    color: #2196F3;
}
a.color-info:hover {
    color: #37aef3;
}
.btn-xs{
    padding:1px 3px;
}
/*自定义通用样式-end*/

/*样式兼容修正-start*/
.modal-header {
    /*modal顶部空白太多问题*/
    padding-bottom: 0;
}

.select2-dropdown {
    /*下拉框在modal中不显示问题*/
    z-index: 3000 !important;
}

.select2-hidden-accessible {
    /*下拉框导致页面出现横向滚动条问题*/
    width: 100px !important;
}

.dropzone .dz-preview .dz-error-message {
    top: 145px !important;
}

.nav-menu a[target] {
    /*导航栏链接有底部虚线问题*/
    border-bottom: none !important;
}
.shortcut-menu {
    bottom: 0.6rem !important;
}
.nav-menu li a.state_40 i {
    color: #ff0000 !important;
}
.nav-menu li a.state_30 i {
    color: gold !important; /*gold*/
}
.nav-menu li a.state_20 i {
    color: #32CD32 !important; /*#32CD32*/
}
.nav-menu li a.state_10 i {
    color: #c4f2f2 !important; /*#32CD32*/
}

.dataTables_empty {
    /*空表格提示字体颜色修正*/
    color: #999 !important;
}
/*样式兼容修正-end*/


/*滚动条全局样式-start*/
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 3px; /*滚动条的背景区域的圆角*/
    background-color: #fdf8f5; /*滚动条的背景颜色*/
}

::-webkit-scrollbar-thumb {
    border-radius: 3px; /*滚动条的圆角*/
    background-color: #ccc; /*滚动条的背景颜色*/
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgb(46, 86, 159);
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: rgb(46, 86, 159);
        cursor: pointer;
    }
/*滚动条全局样式-end*/

/*取消按钮字体颜色修正*/
button.btn.btn-secondary.btn-default.bootbox-cancel {
    color: #333 !important;
}

.pagination .page-item:first-child:not(.active) .page-link,
.pagination .page-item:last-child:not(.active) .page-link,
.pagination .page-item.disabled .page-link {
    background:#fff;
}

/*列表中标题样式*/
a[target]:not(.btn) {
    text-decoration: none !important;
}
.table-title {
    color: #212529 !important;
}
.table-title:hover {
    color: #2196F3 !important;
}
.table-file {
    color: #0c7cd5 !important;
}

.me-table-title {
    min-width: 180px;
}

/*已存在附件样式*/
.dropzone-div {
    position: relative;
}
.dropzone-files {
    position: absolute;
    top: 20px;
    right:0;
}
    .dropzone-files .dropzone-file {
        float: right;
        text-align: center;
        margin-right:10px;
    }
    .dropzone-file .dz-details {
        width: 120px;
        height: 120px;
        background-color: #eee;
        padding: 5px;
        padding-top: 10px;
    }

    .dropzone-file .dz-size {
        margin-bottom: 10px;
    }

.table tr td .select2-container .select2-selection--single {
    height: 32px;
}

.table tr td .select2-container .select2-selection__rendered {
    line-height: 32px;
}

.table tr td.td-select2 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    min-width: 120px;
}

.no-head-table tr td,
.no-head-table tr th {
    padding: 2px;
}
.no-head-table tr td{
    padding-right:15px;
}

/*info-table样式*/
.tb-images img {
    margin-bottom: 4px;
    margin-right: 4px;
}

.tb-comment {
    width: 100%;
    margin-bottom: 40px;
}

    .tb-comment tr th {
        padding: 15px 10px;
        text-align: center;
        line-height: 30px;
        background: #eeeeee3b;
        font-weight: 700;
        width: 80px;
    }

    .tb-comment tr td {
        padding: 15px 10px;
        text-align: left;
        line-height: 30px;
    }
        .tb-comment tr td p {
            margin-bottom: 0;
        }

    .tb-comment tr .comment-opt {
        text-align: center;
    }

    .tb-comment.tb-border {
        border-collapse: separate;
        border-spacing: 1px;
        background: #dddddddd;
    }
        .tb-comment.tb-border tr th {
            background: #fcfcfc;
        }

        .tb-comment.tb-border tr td {
            background: #fff;
        }

.tb-nohead {
    width: 100%;
    margin-bottom:20px;
}

    .tb-nohead tr th {
        padding: 5px;
        text-align: right;
        background: #eeeeee3b;
        font-weight: 600;
        width: 90px;
    }

    .tb-nohead tr td {
        padding: 5px;
        text-align: left;
        line-height: 22px;
    }

    /*树形右键菜单样式补充*/
.jstree-contextmenu {
    z-index: 20000
}

/*自定义下拉检索*/
.m-select-search {
    position: relative;
    width:100%;
    max-width:550px;
}

    .m-select-search .input-group {
        width: 100%;
    }

    .m-select-search .search_result {
        position: absolute;
        width: calc(100% - 50px);
        background: #fff;
        left: 0;
        top: 40px;
        z-index: 9999999999;
        border: 1px solid #d6d4d4;
    }

        .m-select-search .search_result ul {
            width: 100%;
            float: left;
            margin-top: 10px;
            list-style: none;
            padding: 0;
            margin: 2px 0;
        }

        .m-select-search .search_result li {
            line-height: 30px;
            text-align: left;
            padding-left: 10px;
            cursor: default;
        }

            .m-select-search .search_result li .color-danger {
                color: #f86e21;
            }

            .m-select-search .search_result li.active,
            .m-select-search .search_result li:hover {
                color: #fff !important;
                background-color: #2196F3;
            }

/*附件样式--start--*/
.item-file-img{
    text-align:center;
}
    .item-file-img .imgWrap {
        position: relative;
        vertical-align: middle;
        width: 111px;
        height: 120px;
    }

    .item-file-img i.file-preview {
        display: block;
        margin: 5px auto;
        width: 70px;
        height: 120px;
        background-image: url(../img/file-icons.png);
        background-image: url(../img/file-icons.gif) \9;
        background-position: -140px center;
        background-repeat: no-repeat;
        /*margin-top: 15px;*/
    }

i.file-preview.file-type-dir {
    background-position: 0 center;
}

i.file-preview.file-type-file {
    background-position: -140px center;
}

i.file-preview.file-type-filelist {
    background-position: -210px center;
}

i.file-preview.file-type-zip,
i.file-preview.file-type-rar,
i.file-preview.file-type-7z,
i.file-preview.file-type-tar,
i.file-preview.file-type-gz,
i.file-preview.file-type-bz2 {
    background-position: -280px center;
}

i.file-preview.file-type-xls,
i.file-preview.file-type-xlsx {
    background-position: -350px center;
}

i.file-preview.file-type-doc,
i.file-preview.file-type-docx {
    background-position: -420px center;
}

i.file-preview.file-type-ppt,
i.file-preview.file-type-pptx {
    background-position: -490px center;
}

i.file-preview.file-type-vsd {
    background-position: -560px center;
}

i.file-preview.file-type-pdf {
    background-position: -630px center;
}

i.file-preview.file-type-txt,
i.file-preview.file-type-md,
i.file-preview.file-type-json,
i.file-preview.file-type-htm,
i.file-preview.file-type-xml,
i.file-preview.file-type-html,
i.file-preview.file-type-js,
i.file-preview.file-type-css,
i.file-preview.file-type-php,
i.file-preview.file-type-jsp,
i.file-preview.file-type-asp {
    background-position: -700px center;
}

i.file-preview.file-type-apk {
    background-position: -770px center;
}

i.file-preview.file-type-exe {
    background-position: -840px center;
}

i.file-preview.file-type-ipa {
    background-position: -910px center;
}

i.file-preview.file-type-mp4,
i.file-preview.file-type-swf,
i.file-preview.file-type-mkv,
i.file-preview.file-type-avi,
i.file-preview.file-type-flv,
i.file-preview.file-type-mov,
i.file-preview.file-type-mpg,
i.file-preview.file-type-mpeg,
i.file-preview.file-type-ogv,
i.file-preview.file-type-webm,
i.file-preview.file-type-rm,
i.file-preview.file-type-rmvb {
    background-position: -980px center;
}

i.file-preview.file-type-ogg,
i.file-preview.file-type-wav,
i.file-preview.file-type-wmv,
i.file-preview.file-type-mid,
i.file-preview.file-type-mp3 {
    background-position: -1050px center;
}

i.file-preview.file-type-jpg,
i.file-preview.file-type-jpeg,
i.file-preview.file-type-gif,
i.file-preview.file-type-bmp,
i.file-preview.file-type-png,
i.file-preview.file-type-psd {
    background-position: -140px center;
}
/*附件样式--end--*/

/*大图显示--start--*/
.bigimg {
    width: 70%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 9999;
    border: 10px solid #fff;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    z-index: 9998;
    transition: all 1s;
    display: none
}
/*大图显示--end--*/

/*--表单附件-start--*/
.file-link {
    width: calc(100% - 40px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
.file-info {
    margin-bottom: 4px;
}
/*--表单附件-end--*/

/*--列表状态颜色-start---*/
.list-status {
    margin: 0 auto;
    width: 60px;
    text-align: center;
    padding: 2px 3px;
    border-radius: 9px;
    cursor:pointer;
}
    .list-status.check-40,
    .list-status.status-0,
    .list-status.status-30 {
        /*灰色-失效-驳回*/
        background-color: darkgray;
        color: #fff;
    }

    .list-status.check-0,
    .list-status.status-40 {
        /*红色-五炳-待审核*/
        background-color: orangered;
        color: #fff;
    }

    .list-status.status-20 {
        /*黄色-临期*/
        background-color: yellow;
        /*color: #212529;*/
    }

    .list-status.check-100,
    .list-status.status-10 {
        /*绿色-正常-审核通过*/
        background-color: green;
        color: #fff;
    }
    
/*--列表状态颜色-end---*/

.tags_info {
    color: #2196f3;
    padding: 3px 10px;
    border: 1px solid #2196f3;
    margin: 0 5px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 9px;
}
.tags_danger {
    color: red;
    padding: 3px 10px;
    border: 1px solid red;
    margin: 0 5px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 9px;
}

/*绑定状态-已绑定*/
.bind_1 {
    color: #2196f3;
    padding: 3px 10px;
    border: 1px solid #2196f3;
    margin: 0 5px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 9px;
}
/*绑定状态-待审核*/
.bind_0 {
    color: red;
    padding: 3px 10px;
    border: 1px solid red;
    margin: 0 5px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 9px;
}
/*绑定状态-已驳回，已解绑*/
.bind_3,
.bind_2 {
    color: darkgray;
    padding: 3px 10px;
    border: 1px solid darkgray;
    margin: 0 5px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 9px;
}
