﻿@media print {
    .notprint {
        display: none;
    }
}

/*ueditor弹窗样式设置*/
/*.edui-default {
    z-index: 5000 !important;
}*/

/*fileinput不可预览文件名称显示样式*/
.file-preview-image {
    font: 14px Impact,Charcoal,sans-serif !important;
    color: green;
}

/*FullCalendar*/
/*今天背景色和字体颜色chocolate */
.fc-unthemed td.fc-today {
    /*background: #FF6633;*/
    color: #3300FF;
    font-weight: bold;
}
/*星期六背景色和字体颜色wheat */
.fc-unthemed td.fc-sat {
    /*background: #F5DEB3;*/
    color: #FF0000;
}
/*星期天背景色和字体颜色burlywood */
.fc-unthemed td.fc-sun {
    /*background: #DEB887;*/
    color: #FF0000;
}

/*设置页面首选字体*/
body {
    font-family: 微软雅黑,宋体 !important;
}

/*使用说明模块*/
.instructions {
}

/*控制不折行*/
.nowrap {
    white-space: nowrap !important;
}

/*允许折行*/
.wrap {
    white-space: normal !important;
}

/*表单组内label中的文字不允许折行*/
.form-group > label {
    white-space: nowrap !important;
}

/*post跳转的链接*/
.postgoto {
    cursor: pointer;
}

.clearfix {
    clear: both;
}

/*自定义错误数据控件样式*/
.wrongData {
    border: 1px solid #ef5350 !important;
    background-color: #F6CECE !important;
}

.wrongData1 {
    border-bottom: 1px solid #ef5350 !important;
    background-color: #F6CECE !important;
}

/*自定义选中项目样式*/
.choosen {
    background-color: #ecf0f1 !important;
    /*border: 1px solid #d9e1e3 !important;*/
    border: 1px solid #38adff !important;
}

/*自定义日历盒样式*/
.input-group {
    float: none;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

/*省略显示信息样式-Start*/
.omitinfo {
    cursor: pointer;
}

/*最上层Header样式-Start*/
.topbar {
    z-index: 9999 !important;
}

/*@media (max-width: 420px) {
    .topbar-left {
        width: 70px !important;
    }
}

.topbar {
    height: 50px;
}

.logo {
    line-height: 50px;
    font-size: 15px;
}

.topbar .topbar-left {
    height: 50px;
}*/

/*.navbar {
    height: 50px;
}

.button-menu-mobile {
    line-height: 50px;
}

.nav > li > a {
    line-height: 50px;
}*/

/*最上层Header样式-End*/

.content-page > .content {
    margin-top: 90px;
}

/*提示信息样式*/
.notifyjs-corner {
    position: fixed;
    margin: 5px;
    z-index: 10000 !important;
}

/*超链接颜色*/
a {
    color: #2b9ac9;
}

/*自定义标题高度*/
.custom-title {
    height: 10px;
}

/*自定义页面标题高度*/
.custom-page-title {
    /*line-height: 8px;*/
    font-size: 14px;
    margin-top: -18px;
}

/*面包屑间隔符*/
.breadcrumb > li + li::before {
    padding: 0 0px;
    color: #ccc;
    content: ">\00a0";
}

/*面包屑高度设置*/
.breadcrumb {
    line-height: 8px;
    font-size: 14px;
    margin-top: -18px;
    padding: 0px 5px 0px 0px;
}

/*可收缩模块标题高度*/
.portlet-heading {
    height: 35px;
    background-color: #2894fe !important;
}

/*可收缩模块标题字体设置*/
.portlet .portlet-heading .portlet-title {
    font-size: 13px;
    font-weight: 400;
}

/*可收缩模块标题行高*/
.portlet .portlet-heading .portlet-widgets {
    line-height: 12px;
}

/*可收缩模块内容区域*/
.portlet .portlet-body {
    padding: 10px 10px 5px 10px;
}

h3 {
    line-height: 12px;
}

h4 {
    line-height: 8px;
    font-size: 14px;
}

/*区域头部分样式圆角*/
.portlet .portlet-heading {
    border-radius: 0px;
    color: #ffffff;
    padding: 12px 12px;
}

/*容器样式设置*/
.container {
    padding-left: 5px;
    /*padding-right: 5px;*/
    padding-right: 0px;
}

/*内容区设置*/
.content-page > .content {
    margin-bottom: 20px;
    padding: 20px 3px 15px 5px;
}

.table-responsive {
    /*z-index: 500;*/
}

/*表格*/
.table {
    margin-bottom: 5px;
}

    /*表头中的th*/
    .table > thead > tr > th {
        font-size: 14px;
        vertical-align: middle;
    }

/*表头th*/
th {
    font-size: 14px;
}

/*.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}*/

/*.table > tbody > tr > th,*/ /*表体中的th*/
/*.table > tfoot > tr > th,*/ /*表尾中的th*/
.table > thead > tr > td, /*表格中的td*/
.table > tbody > tr > td,
.table > tfoot > tr > td { /*实际上选中的是表格中的每一列*/
    padding: 6px; /*设置单元格内边距*/
    /*line-height: 1.07142857;*/ /*设置表格内元素的行高*/
    vertical-align: middle;
    white-space: nowrap; /*数据不折行*/
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    text-align: center;
    border-bottom-width: 1px;
    white-space: nowrap; /*数据不折行*/
}

/*手机浏览时表格底部边框设置*/
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd !important;
    white-space: nowrap; /*数据不折行*/
}

/*数据行选中后背景色*/
.trChosen {
    background-color: #FFE4E1 !important;
}

/*表单组*/
.form-group {
    margin-bottom: 10px;
}

/*控件边框*/
.form-control {
    border: 1px solid #ccc;
    background-color: #FCFCFC;
}

    /*获得焦点控件边框*/
    .form-control:focus {
        border: 1px solid #5897FB;
    }

    /*select2控件样式*/
    .form-control.select2-container.select2-dropdown-open {
        border-color: #5897FB;
        border-radius: 2px;
    }

/*select2控件不可用样式*/
.select2-container-disabled {
    background-color: #eee;
}

/*底部高度*/
.footer {
    position: absolute;
    line-height: 20px;
    left: 200px;
    padding: 10px 10px 5px 10px;
    bottom: -50px;
}

/*顶部logo处宽度*/
.topbar .topbar-left {
    width: 200px;
}

/*操作区左侧边距*/
.content-page {
    margin-left: 200px;
}

/*头像处下拉菜单宽度*/
.dropdown-menu {
    min-width: 100px;
}

/*增删查改等表单动作区域样式*/
.form-actions {
    display: block;
    border-top: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    /*background-color: #FCFCFC;*/
    /*border-top: 1px solid #e5e5e5;*/
    margin: 5px -10px -5px -10px;
    padding: 10px 30px 10px 20px;
}

/*弹窗位置样式*/
.modal .modal-dialog .modal-content {
    margin-top: 80px;
}

    /*弹窗按钮标题区样式*/
    .modal .modal-dialog .modal-content .modal-header {
        background-color: #FCFCFC;
        height: 50px;
        /*border-top: 1px solid #e5e5e5;*/
        margin: -30px -30px -10px -30px;
        padding: 20px 30px 10px 20px;
        border-bottom-width: 1px;
    }

    /*弹窗按钮动作区样式*/
    .modal .modal-dialog .modal-content .modal-footer {
        background-color: #FCFCFC;
        /*border-top: 1px solid #e5e5e5;*/
        margin: 0px -30px -30px -30px;
        padding: 10px 30px 10px 20px;
    }

    /*弹窗内容区样式*/
    .modal .modal-dialog .modal-content .modal-body {
        margin: 0px -20px 0px -20px;
        padding: 20px 0px 10px 0px;
    }

/*.bootbox-body ul {
    margin-left: -15px;
}*/

/*默认按钮样式*/
.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    background-color: #f9f9f9 !important;
    border: 1px solid #ef5350 !important;
    color: #ef5350 !important;
}

.m-b-5 {
    margin-bottom: 0px;
}

/*无圆角，居左显示文字*/
.no-border-radius {
    border-radius: 0px;
    text-align: left;
}

/*文件上传插件按钮样式*/
.file-input {
    margin: 0px -10px 0px -10px;
}

/*文件上传插件图片详细信息查看弹窗标题样式*/
.modal-title {
    margin: 0px;
    line-height: 1.42857143;
    /*margin-top: -15px;*/
}

/*文件上传插件图片详细信息查看弹窗按钮样式*/
.file-zoom-dialog .kv-zoom-actions .btn, .floating-buttons .btn {
    margin-left: 3px;
    margin-top: -15px;
}

/*文件上传插件图片预览区域样式*/
.file-preview {
    border: 1px solid #ccc;
    background-color: #FCFCFC;
}

/*文件上传插件图片预览样式*/
.file-preview-image {
    vertical-align: middle;
    width: 150px !important;
    height: 150px !important;
}

/*文件上传插件图片详细信息查看图片样式*/
.file-zoom-detail {
    vertical-align: middle;
    width: 100% !important;
    height: 100% !important;
}

/*带滚动条容器基础样式*/
.scrollContainer {
    overflow-x: auto;
    overflow-y: visible;
    border: 1px solid #ddd;
    width: 100%;
}

/*首页消息模块日期样式*/
.inbox-widget .inbox-item .inbox-item-date {
    color: #a9a9a9;
    font-size: 11px;
    position: absolute;
    right: 7px;
    top: 20px;
}

/*横线样式*/
hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}

/*Bootstrap分页样式*/
.pagination {
    margin: 5px 0;
}

/*左侧菜单*/
/*.side-menu.left {
    top: 50px;
}*/

/*左侧菜单滚动条*/

/*小屏幕设备的样式*/
@media screen and (min-width: 320px) and (max-width: 480px) {
    .side-menu {
        /*width: 200px;
        height: 450px;*/
        width: 100%;
        height: 100%;
    }
}
/*宽度大于321px小于1024px的样式(一般是平板电脑)*/
@media only screen and (min-width: 700px) and (max-width: 900px) {
    .side-menu {
        width: 200px;
        /*height: 450px;*/
        height: 100%;
    }
}
/*PC客户端的样式*/
@media only screen and (min-width: 900px) {
    .side-menu {
        width: 200px;
        height: 100%;
    }
}

/*左侧导航菜单补丁*/
#sidebar-menu {
    background-color: #ffffff;
    padding-bottom: 110px !important;
    width: 100%;
}

    /*左侧导航菜单内部子项补丁*/
    #sidebar-menu ul ul a {
        padding: 10px 25px 10px 50px;
        font-size: 13px;
    }

    /*左侧导航菜单内部子项补丁*/
    #sidebar-menu > ul > li > a {
        padding: 10px 25px;
    }

    /*左侧导航菜单内部子项高度*/
    #sidebar-menu a {
        line-height: 1.3;
    }

/*小屏幕设备的样式*/
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .slimscrollleft {
        max-height: 315px !important;
        overflow: scroll !important;
    }
}
/*小米*/
@media only screen and (min-width: 360px) and (max-width: 564px) {
    .slimscrollleft {
        max-height: 365px !important;
    }
}
/*苹果*/
@media only screen and (min-width: 375px) and (max-width: 667px) {
    .slimscrollleft {
        max-height: 365px !important;
    }
}
/*IPad等平板*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .slimscrollleft {
        max-height: 615px !important;
    }
}
/*半高分屏*/
/*@media only screen and (min-width: 900px) and (max-width: 1400px) {*/
@media only screen and (min-width: 1400px) {
    .slimscrollleft {
        max-height: 615px !important;
    }
}
/*高分屏*/
/*@media only screen and (min-width: 1080px) and (max-width: 1920px) {*/
@media only screen and (min-width: 1920px) {
    .slimscrollleft {
        max-height: 795px !important;
    }
}
/*2k屏*/
/*@media only screen and (min-width: 1440px) and (max-width: 2560px){*/
@media only screen and (min-width: 2160px) {
    .slimscrollleft {
        max-height: 1155px !important;
    }
}

@media only screen and (min-width: 2560px) {
    .slimscrollleft {
        max-height: 1155px !important;
    }
}

/*左侧菜单折叠时各个ul模块自动显示滚动条防止连接被遮挡*/
.scrollMenuUl {
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

/*弹窗内控件位移设置*/
.scrollContainer.form-horizontal .form-group {
    margin-right: 0px !important;
    margin-left: -15px;
}

/*文件上传插件样式*/
.file-preview {
    border-radius: 0px !important;
    border: 1px solid #ddd;
    padding: 3px;
    width: 100%;
    margin-bottom: 5px;
}

.file-drop-zone {
    border: 1px dashed #aaa;
    border-radius: 0px !important;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    margin: 3px 3px 3px 3px !important;
    padding: 0px !important;
}

/*文件上传框样式设置*/
.file-drop-zone {
    min-height: 200px !important;
}

/*ueditor清空颜色按钮高度修改*/
.edui-colorpicker-nocolor {
    height: 20px !important;
}
