@charset "utf-8";

html, body {
    height: 100%;
    font-size: 14px;
}

body:not(.main-body) {
    padding-right: 10px;
}

[v-cloak]{
    display: none;
}

/** login styles **/
.login-language {
    position: fixed;
    right: 20px;
    top: 10px;
    padding: 10px 20px;
}

.login-language .change-language {
    position: relative;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size: 14px;
    padding: 10px 20px;
    cursor: pointer;
}

.login-language .change-language .current-language {
    color: #29adeb;
}

.login-language .change-language:hover .dropdown {
    display: block;
}

.login-language .change-language .dropdown {
    border: none;
}

.slogan {
    position: absolute;
    left: 0;
    top: 26%;
    color: #ffffff;
    width: 100%;
    background-color: rgba(255, 255, 255, .2);
    padding: 20px 12%;
}

.slogan h2 {
    font-size: 66px;
    font-style: italic;
    border-bottom: 3px solid #f3ba1c;
    width: 450px;
    letter-spacing: 9px;
}

.slogan p {
    font-size: 22px;
    margin-top: 16px;
}

.loginBox {
    width: 400px;
    padding: 1rem 3rem 3rem;
    background: rgba(255, 255, 255, .9);
    border-radius: 4px;
    position: absolute;
    left: 75%;
    top: 12%;
    z-index: 9;
    transform: translateX(-50%);
}

.loginBox .ui.items {
    text-align: center;
    /*margin-bottom: 1.5em;*/
}

.loginBox .code-input .ivu-input-group-append {
    cursor: pointer;
    background: #2d8cf0!important;
    color: #fff!important;
    border-color: #2d8cf0!important;
    padding: 0;
    border: 0;
    width: 100px;
}

.loginBox .code-input .ivu-input-group-append .ivu-btn {
    height: 100%;
    width: 100%;
    border-radius: 0;
}

.loginBox .code-input .ivu-input-group-append .ivu-btn:focus {
    box-shadow: none;
}

.item.title {
    position: relative;
    margin-top: 1em;
    display: flex;
}

.ui.items > .item > .content > .header:not(.ui) {
    font-size: 1.28571429em;
}

.ui.items > .item > .content > .header {
    display: inline-block;
    margin: -0.21425em 0em 0em;
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.loginBox .title .line.left:before,
.loginBox .title .line.right:after {
    content: "";
    height: 1px !important;
    position: absolute;
    top: 9px;
    width: 100%;
    visibility: visible !important;
}

.loginBox .title .line {
    flex: 1;
    position: relative;
}

.ui.items > .item > .content {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    background: none;
    margin: 0em;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1em;
    border: none;
    border-radius: 0em;
    flex: 0 0 auto;
    /*padding: 0 7px;*/
    max-width: 100%;
    white-space: normal;
}

.loginBox .title .line.right:after {
    right: 0;
}

.loginBox .title .line.left:before {
    left: 0;
}

.loginBox .errorMessage {
    color: red;
    font-size: 12px;
    text-align: center;
    margin: 0.5em 0;
    line-height: 12px;
}

.loginBox .ivu-form .ivu-select-prefix .ivu-icon {
    font-size: 18px;
    color: #808695;
}

.loginBox .ivu-btn-text:hover {
    background-color: transparent;
}

.loginBox .ivu-btn-text:focus {
    box-shadow: none;
}

.version {
    font-size: 12px;
    margin-top: 20px;
    padding: 5px;
    text-align: center;
}

.footer-copyright {
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    color: #c1c1c2;
    text-align: center;
    line-height: 30px;
}
/** login styles end **/

.footer {
    width: 100%;
    height: 10px;
    background: transparent;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.footer .container {
    position: absolute;
    left: 0;
    bottom: -45px;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    transition: .4s;
}

.footer:hover .container {
    bottom: 0
}

.footer .ui.header {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.87);
}


/**** topBar styles start ****/
.topBar {
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    height: 50px;
    line-height: 50px;
    width: 100%;
    /*padding: 0 20px 0 0;*/
    box-shadow: 0 2px 8px -1px rgba(0,0,0,.2), 0 4px 10px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
}

.topBar .navInfo .ivu-breadcrumb-item-link {
    color: rgba(255, 255, 255, .7);
}
.topBar .navInfo .ivu-breadcrumb-item-link>a {
    color: rgba(255, 255, 255, .7);
}
.topBar .navInfo .ivu-breadcrumb-item-link>a:hover {
    color: #ffffff;
}

.topBar .navInfo .menu-icon,
.topBar .navInfo .refreshIcon {
    width: 24px;
    height: 24px;
    padding: 0 10px;
    box-sizing: content-box;
    margin-top: 14px;
    cursor: pointer;
    transition: all .3s;
}

.topBar .navInfo .rotate-icon{
    transform: rotate(-90deg);
}

.topBar .sysInfo,
.topBar .navInfo {
    display: flex;
}

.topBar .sysInfo .ivu-dropdown {
    padding: 0 15px;
    position: relative;
}

.topBar .sysInfo .ivu-dropdown:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: rgba(34,36,38,.1);
}

.topBar .sysInfo .ivu-dropdown:hover {
    background: rgba(255,255,255,.08);
}
/**** topBar styles end ****/

#main-tabs {
    height: 100%;
}

#main-tabs > .ivu-tabs-bar {
    margin-bottom: 10px;
}

#main-tabs > .ivu-tabs-content {
    height: calc(100% - 42px);
}

/** 侧边栏菜单 **/
.side-menu-container.ivu-layout-sider {
    width: 252px!important;
    min-width: 252px!important;
    max-width: 252px!important;
    flex: 0 0 252px!important;
    overflow: auto;
}

.side-menu-container.ivu-layout-sider.ivu-layout-sider-collapsed{
    width: 56px!important;
    min-width: 56px!important;
    max-width: 56px!important;
    flex: 0 0 56px!important;
    overflow: visible;
}

.side-menu-container.ivu-layout-sider .sysName {
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    white-space: nowrap;
}

.side-menu-container.ivu-layout-sider .sysName img {
    vertical-align: middle;
    display: inline-block;
  /*  width: 32px;*/
    max-width: 55px;
    max-height: 50px;
    padding: 5px 0;
}

.sysName a {
    display: inline-block;
    margin-left: 5px;
}

.side-menu-container.ivu-layout-sider.ivu-layout-sider-collapsed .ivu-layout-sider-children .ivu-menu {
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.side-menu-container.ivu-layout-sider.ivu-layout-sider-collapsed .ivu-layout-sider-children .ivu-menu .menu-dropdown .ivu-select-dropdown {
    width: 252px;
    max-height: 400px;
    overflow-y: auto;
    position: static;
    margin: 5px 0 5px 3px;
}

.side-menu-container.ivu-layout-sider.ivu-layout-sider-collapsed .ivu-layout-sider-children .ivu-menu .menu-dropdown .ivu-dropdown-rel .ivu-menu-item i {
    margin-right: 0;
}

.side-menu-container.ivu-layout-sider.ivu-layout-sider-collapsed .ivu-layout-sider-children .ivu-menu .menu-dropdown .ivu-dropdown-rel .ivu-menu-item {
    padding: 14px 21px;
}

.side-menu-container .ivu-menu-vertical.ivu-menu-light:after {
    display: none;
}

.side-menu-container .ivu-menu-submenu .ivu-menu-submenu-title,
.side-menu-container .ivu-menu>.ivu-menu-item {
    white-space: nowrap;
}
/** 侧边栏菜单end **/

/** 搜索框 **/
.search-form .ivu-card-body {
    padding: 16px 10px;
}

.ivu-card-body .search-form .ivu-row {
    padding: 0;
}

.ivu-card-body .search-form .ivu-row .ivu-col {
    margin-bottom: 4px;
    margin-top: 4px;
}

.search-form .ivu-card-body .ivu-row {
    padding: 0;
}

.search-form .ivu-card-body .ivu-row .ivu-col {
    margin-bottom: 4px;
    margin-top: 4px;
}

.search-form .ivu-form-item {
    margin-bottom: 0;
}

.search-form .ivu-date-picker .ivu-input-with-suffix {
    font-size: 12px;
    padding-right: 26px;
}

.search-form .ivu-collapse {
    border: none;
    position: relative;
}

.search-form .ivu-collapse .ivu-collapse-header {
    position: absolute;
    right: 6px;
    top: 100%;
    z-index: 9;
    color: #2d8cf0;
}

.search-form .ivu-collapse .ivu-collapse-header > i {
    margin-right: 5px;
}

.search-form .ivu-collapse .ivu-collapse-content {
    padding: 0;
}

.search-form .ivu-collapse .ivu-collapse-content > .ivu-collapse-content-box {
    padding-bottom: 0;
}
/** 搜索框end **/

.ivu-card-body .ivu-row {
    padding: 5px 0;
}

.layout-footer-center{
    text-align: center;
}

/*.ivu-btn.ivu-btn-default:not(.normal) {*/
    /*background-color: #c5c8ce;*/
    /*border-color: #c5c8ce;*/
    /*color: #ffffff;*/
/*}*/

/** table相关样式 **/
.table-card {
    margin-top: 10px;
}

.table-card .ivu-card-body {
    padding-bottom: 52px;
}

.ivu-table .ivu-table-header th {
    text-align: center;
    white-space: nowrap;
}

.ivu-table .ivu-table-header th .ivu-table-cell {
    white-space: nowrap;
}

.table-card .ivu-table-tool {
    margin-top: 0;
    padding: 0 0 10px;
    border: 0;
    text-align: right;
}

.table-card .ivu-card-body .ivu-btn-text {
    /*color: #0062FE;*/
    color: #348fed;
    position: relative;
}

.table-card .ivu-card-body .ivu-table-cell>div .ivu-btn-text:not(:last-child):after {
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    right: -4px;
    top: 0;
    background: #E5E5E5;
}

.table-card .ivu-card-body .ivu-btn-text .ivu-icon {
    font-size: 16px;
}
/*待删除*/
.ivu-table-tool {
    margin-top: 10px;
    padding: 10px 15px;
    background: #ffffff;
    text-align: right;
}
/*待删除end*/

.ivu-table-tool .ivu-btn:not(:last-child) {
    margin-right: 5px;
}

.ivu-table-tool .ivu-btn {
    margin-bottom: 6px;
}

.page-container {
    padding: 10px 16px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%
}

.ivu-affix .page-container {
    padding: 10px 0;
    border-top: 1px solid #e8eaec;
}

/** table相关样式end **/

/* 临时 */
.pagination-num {
    line-height: initial;
}
/* */

/** 详情页样式 **/
.detail-content label.name {
    color: rgba(0, 0, 0, .6);
    display: inline-block;
    min-width: 120px;
    text-align: right;
}

.detail-content span.val {
    color: rgba(0, 0, 0, .8);
}

.detail-content .info-title {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.80);
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 9px;
}

.detail-content .info-title:not(:first-child) {
    margin-top: 33px;
}
/** end **/


/** 统一设置drawer抽屉样式 **/
.ivu-drawer-body {
    height: calc(100% - 55px);
    overflow: auto;
    padding-bottom: 0;
    position: static;
}

.ivu-drawer-body:after {
    display: block;
    height: 53px;
    content: '';
    visibility: hidden;
}

.demo-drawer-footer{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 16px;
    text-align: right;
    z-index: 999;
}
/** end **/


/*@media screen and (max-width: 1400px) {*/
    /*.backgroundBox .textBox {*/
        /*left: 2%;*/
    /*}*/

    /*.backgroundBox .textBox > span:first-child {*/
        /*font-size: 60px;*/
    /*}*/

    /*.backgroundBox .textBox > span:last-child {*/
        /*font-size: 40px;*/
    /*}*/
/*}*/

/** 修改disabled状态input和select的文字颜色 **/
.ivu-input[disabled],
fieldset[disabled] .ivu-input,
.ivu-select-disabled .ivu-select-selection {
    color: #515a6e;
}


/** 修改modal垂直居中 **/
.ivu-modal {
    top: 0!important;
}

.ivu-modal-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}


/** 限制modal弹窗最大高度 **/
.limit-height .ivu-modal-wrap .ivu-modal-body {
    max-height: 400px;
    overflow-y: auto;
}

/*** confirm弹窗中英文强制换行 ***/
.ivu-modal-confirm-body>div {
    word-break: break-all;
}

/*** 图标选择器组件 ***/
.icon-select.ivu-poptip .ivu-poptip-rel {
    width: 100%;
}

/*** 分割线small ***/
.ivu-divider-horizontal.ivu-divider-small {
    margin: 2px 0;
}

/** 限制auto-complete下拉框最大高度 **/
.limit-height.ivu-auto-complete.ivu-select-dropdown {
    max-height: 200px;
}