﻿body {
}

#root {
    /*height: 100%;*/
}

.rootLayout {
    height: 100%;
}

.menuSider {
    min-height:calc(100vh - 80px)
}

.contentLayout {
    /*height: 100%;*/
}
.search-form .ant-form-item {
    display: flex;
}

.search-form .ant-form-item-control-wrapper {
    flex: 1;
    overflow: hidden;
}
#components-layout-demo-custom-trigger .trigger {
    font-size: 18px;
    line-height: 64px;
    padding: 0 16px;
    cursor: pointer;
    transition: color .3s;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.trigger:hover {
    color: #108ee9;
    cursor: pointer;
}

.ant-layout-header {
    background: #1CB08F !important;
    padding: 0 50px;
    height: 80px !important;
    line-height: 80px !important;
}

.header-right a, .header-right span {
    color: #fff;
}

.logo {
    height: 70px;
    /* background: #002040; */
    /*border-radius: 6px;*/
    /* margin: 11px; */
    /*background-image: url(../Images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;*/
    width: 55%;
    float: left;
}

.csslogo {
    height: 55px;
    /* display: inline; */
    /* background: #002040; */
    /* border-radius: 6px; */
    margin: 11px;
    background-image: url(../Images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    /*width: 160px;*/
    width: 80px;
    float: left;
    /* line-height: 80px*/
}

.cssTitle {
    font-size: 20px;
    font-family: SimHei;
    color: rgba(255,255,255,1);
}

.ant-layout {
    background: #ECF0F6 !important;
}

.ant-layout-footer{
    /*position:absolute;*/
    width:100%;
    left:0;
    bottom:0;
}

.cssSearch {
    padding: 20px;
    background: #fbfbfb;
    border: 1px solid #e9e9e9;
    overflow: hidden;
    border-radius: 6px;
    min-height: 80px;
}

.flowCommon .gutter-row {
    padding-top: 15px;
    word-wrap: break-word;
    font-size: 14px;
    padding-right: 2px;
}

.gutter-example .gutter-row {
}

.closeCaseInfo .ant-form-item {
    display: flex;
}

.closeCaseInfo .ant-form-item-control-wrapper {
    flex: 1;
    overflow:hidden;
}

.closeCaseInfo .module {
    border-bottom: 3px solid #199ed8;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.closeCaseInfo .comName .ant-form-item-control-wrapper{
    position:relative;
    top:4px;
}
.closeCaseInfo .comName .ant-form-item-children {
    display: flex;
}

.closeCaseInfo .comName .ant-input {
    border-radius: 4px 0 0 4px;
}

.caseInfoCollapse .collapse_item {
    margin-bottom: 10px;
    color: #333;
}

    .caseInfoCollapse .collapse_item .label {
        color: #999;
    }


.icon {
    /* 通过设置 font-size 来改变图标大小 */
    width: 1.4em;
    height: 1.4em;
    /* 图标和文字相邻时，垂直对齐 */
    vertical-align: -0.3em;
    /* 通过设置 color 来改变 SVG 的颜色/fill */
    fill: currentColor;
    /* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
             normalize.css 中也包含这行 */
    overflow: hidden;
    margin-right: 20px;
    color: #038374; /*固定图标颜色*/
}
.iconWarm {
    /* 通过设置 font-size 来改变图标大小 */
    width: 1.5em;
    height: 1.5em;
    /* 图标和文字相邻时，垂直对齐 */
    vertical-align: -0.3em;
    /* 通过设置 color 来改变 SVG 的颜色/fill */
    fill: currentColor;
    /* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
             normalize.css 中也包含这行 */
    overflow: hidden;
    /*margin-right: 20px;*/
    color: #ff0000; /*固定图标颜色*/
}

.cssCIType {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    margin-top: -5px;
}

.cssCompanySearch {
    margin-left: 40px;
}

.ant-layout-sider {
    /*background: #aec2bc !important;*/
    background: #fff !important;
    -moz-box-shadow: 1px 0px 8px #B0B0B0;
    -webkit-box-shadow: 1px 0px 8px #B0B0B0;
    box-shadow: 1px 0px 8px #B0B0B0;
}

.ant-menu-light {
    /*background: #E9F3FF !important;*/
}

    .ant-menu-light .ant-menu-sub {
        /*background: #DCE7F4 !important;*/
    }

.ant-menu-inline .ant-menu-submenu-title {
    font-size: 14px !important;
    font-weight: bold;
}

    .ant-menu-inline .ant-menu-submenu-title:hover {
        /*color: #3F74E4 !important;*/
    }

.ant-menu-vertical .ant-menu-submenu-title {
    font-size: 14px !important
}

.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
    /*background-color: #DCE7F4 !important;*/
}

.ant-menu-item > a {
    padding-left: 28px !important;
}

.ant-menu-item-selected, .ant-menu-item-selected > a, .ant-menu-item-selected > a:hover {
    /*color: #3F74E4 !important;*/
    font-weight: bold;
}

.ant-tree {
    height: 470px;
    overflow: auto;
}

.cssnav {
    position: fixed;
    z-index: 1;
    top: 80px;
    width:100%;
    /*background-color: #fff;*/
    /*background: url(../Images/cssnav.png) no-repeat;*/
    background: #F9FCFF;
    background-size: 100% 100%;
    min-width: 1100px;
}
/*菜单栏*/
.ant-menu-root.ant-menu-inline {
    height: calc( 100vh - 167px - 80px );
    overflow-y: auto;
    overflow-x: hidden;
}
/*菜单栏*/
.loginfo {
    /* height: 125px; */
    background-color: #fff;
    text-align: left;
    /* padding-top: 20px; */
    /* padding-left: 24px; */
    /* padding-right: 24px; */
    padding: 18px;
}

.username {
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    color: #028B7B;
}

    .username a {
        font-size: 16px;
        font-family: 'Microsoft YaHei';
        color: rgba(102,102,102,1);
        padding-left: 5px
    }

.userdept {
    padding-top: 16px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    color: rgba(102,102,102,1);
}

.lastlogintime {
    font-size: 12px;
    padding-top: 10px;
    font-family: 'Microsoft YaHei';
    color: rgba(153,153,153,1);
}

.nav-right {
    float: right;
    /* display: inline-block; */
    /*margin: 18px;*/
    max-width: 1200px;
}
.nav-right .ant-tag{
    background:#F9FCFF
}
.p-title {
    float: left;
    /*margin-left: 24px;*/
    cursor: pointer;
    margin-right:12px
}

.titlename {
    font-family: 'Microsoft YaHei';
}

.titlevalue {
    font-family: 'Microsoft YaHei';
    color: #FC5E57;
    margin-left: 10px;
    font-size: 14px;
}


.cssReport {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    padding-top: 10px;
    border-top: 1px solid #ececec;
}

.cssztpp {
    margin-left: 10px;
}

@font-face {
    font-family: 'anticon';
    src: url('./fonts/iconfont.eot');
    src: url('./fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('./fonts/iconfont.woff') format('woff'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('./fonts/iconfont.ttf') format('truetype'), /* iOS 4.1- */ url('./fonts/iconfont.svg#iconfont') format('svg');
}

.ant-modal-footer {
    border-top: 1px solid #e9e9e9;
    padding: 10px 16px 10px 10px;
    text-align: center !important;
    border-radius: 0 0 4px 4px;
}

.videoCreateModal .ant-modal-footer {
    text-align: right !important;
}

#chengse {
    display: inline-block;
    width: 22px;
    height: 13px;
    background-color: #fa8c16;
    /* vertical-align: middle; */
    margin-right: 5px;
    /* margin-top: 4px; */
    position: relative;
    top: 1px;
}

#hongse {
    display: inline-block;
    width: 22px;
    height: 13px;
    background-color: #f5222d;
    /* vertical-align: middle; */
    margin-right: 5px;
    /* margin-top: 4px; */
    position: relative;
    top: 1px;
}

#pstyle {
    font-size: 14px;
    color: #999;
}

.label .ant-modal-footer {
    text-align: right !important
}

.reportabs .ant-tabs-bar {
    margin-bottom: 0 !important;
}


input.inputNumber::-webkit-outer-spin-button,
input.inputNumber::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input.inputNumber[type="number"] {
    -moz-appearance: textfield;
}


.videoCreate .ant-form-item {
    display: flex;
}

.videoCreate .ant-form-item-control-wrapper {
    flex: 1;
    overflow: hidden;
}


.dataCenter .ant-input-group-addon {
    background: none;
}
.doubleSelect .firstSelect .ant-select-selection{
    border-right:none;
    border-radius:4px 0 0 4px;
}
.doubleSelect .secondSelect .ant-select-selection {
    border-radius:0 4px 4px 0;
}
.personWrite>p{
    line-height:36px;
    margin-bottom:0;
}
.personWrite>p:hover {
   background:#aec2bc 
}

.ant-descriptions-item-content {

    word-break: break-word !important;
}

/*定义滚动条样式（高宽及背景）*/
.ant-menu-light::-webkit-scrollbar {
    width: 6px; /* 滚动条宽度， width：对应竖滚动条的宽度  height：对应横滚动条的高度*/
}
/*定义滑块 样式*/
.ant-menu-light::-webkit-scrollbar-thumb {
    border-radius: 3px;
    height: 6px; /* 滚动条滑块长度 */
}

/*.ant-modal-mask {
    z-index: 100000 !important;
}
.ant-modal-wrap {
    z-index: 100000 !important;
}*/
.viewer-container {
    z-index: 100000 !important;
}

.ant-layout-header {
    z-index:1100 !important;
}
.cssnav {
    z-index:1000 !important;
}
.menuSider {
    z-index:1000 !important;
}