﻿@charset "utf-8";

/*ztree override*/
.ztree:not(#favoriteTree) li span.button.noline_docu,
.ztree:not(#favoriteTree) li span.button.noline_open,
.ztree:not(#favoriteTree) li span.button.noline_close {
    display: none;
}

.ztree:not(#favoriteTree) li span.button.ico_open,
.ztree:not(#favoriteTree) li span.button.icon01_ico_open {
    width: 0;
    height: 0;
    border-top: 4px solid #162a3d;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    margin: 0 5px;
}

.ztree:not(#favoriteTree) li span.button.ico_docu,
.ztree:not(#favoriteTree) li span.button.ico_close,
.ztree:not(#favoriteTree) li span.button.icon01_ico_close {
    width: 0;
    height: 0;
    border-left: 4px solid #888;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    margin: -1px 6px 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.mainbar {
    position: relative;
    padding: 10px 10px 0;
    background: #fff;
    min-width: 1250px;
}

.mainbar.fullscreen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
}

.main-head {
    padding: 10px;
    border: 1px solid #ccc;
    height: 42px;
}

.sub-menu a{
    color: #333;
    font-weight: bold;
    padding: 0 25px;
    position: relative;
    border-right: 1px solid #ccc;
}
.sub-menu a:first-child{
    margin-left: -10px;
}
.sub-menu a:last-child{
    border-right: none;
}
.sub-menu a.active:after{
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11px;
    border-bottom: 3px solid #0086c0;
}

.main-body {
    position: relative;
    margin-top: 10px;
}

.sidebar-menu,
.sidebar-tools {
    position: absolute;
    top: 0;
    bottom: 0;
}

.sidebar-menu {
    left: 0;
    overflow: hidden;
    width: 40px;
}

.sidebar-tools {
    right: 0;
    z-index: 3;
}

.easy-content {
    position: relative;
    margin: 0 40px;
}

.easy-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30%;
    background: #f7f7f7;
    border-left: 2px solid #0086c0;
    box-shadow: -6px 0 6px -6px rgba(0, 0, 0, 0.4);
}

.moveline {
    position: absolute;
    left: 30%;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #ccc;
    cursor: e-resize;
}

.easy-right {
    position: relative;
    margin-left: calc(30% + 5px);
    min-height: calc(100vh - 212px);
    border-right: 1px solid #ccc;
}

.easy-right.fullscreen {
    min-height: calc(100vh - 62px);
}

.sidebar-menu a {
    margin-bottom: 10px;
    padding: 10px;
    display: block;
    text-align: center;
    color: #333;
    border: 1px solid #0086c0;
    border-right: none;
    border-radius: 3px 0 0 3px;
    line-height: 1.2;
    text-decoration: none;
    font-weight: bold;
}


.sidebar-menu a:not(.active):hover {
    color: #0086c0;
}

.sidebar-menu .active {
    background: #0086c0;
    color: #fff;
    cursor: default;
}

.tree-head {
    height: 36px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    line-height: 34px;
    font-weight: bold;
    overflow: hidden;
}

.tree-body {
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}

.tree-body .ztree {
    overflow: visible;
}

.easy-filter {
    padding: 10px;
    padding-top: 0;
    min-height: 48px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f7f7f7;
    position: relative;
    z-index: 2;
}

.tools-list {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 3px;
    background: #e3f1f7;
    border: 1px solid #0086c0;
    white-space: nowrap;
}

.tools-list dl {
    margin-bottom: 0;
}

.tools-list dt,
.tools-list dd>div,
.tools-list dd>a {
    cursor: pointer;
    text-decoration: none;
    display: block;
}

.tools-list dd>div {
    color: #333;
    text-align: right;
}

.tools-icon {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    display: inline-block;
}

.tools-list dt {
    height: 35px;
    color: #0086c0;
    font-size: 20px;
    text-align: right;
    border-top: 1px solid #0086c0;
}

dt .tools-text {
    color: #333;
    font-size: 14px;
    padding-left: 8px;
    display: none;
}

dd .tools-text {
    color: #333;
    font-size: 12px;
    padding-left: 8px;
    padding-right: 3px;
    display: none;
}

.tools-list dd>div:hover {
    background-color: #39a4f9;
    color: #fff;
}

.tools-list dd>div:hover .tools-text {
    font-weight: bold;
    color: #fff;
}

.tools-list:hover {
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.tools-list:hover .tools-text {
    display: inline;
}

.tools-list dl:first-child dt{
    border-top: none;
}

.tools-list dt + dd.active {
    border-top: 1px solid #0086c0;
}

.tools-list dd {
    display: none;
}

.tools-list dd.active {
    display: block;
}

.droplist {
    margin: 10px 10px 0;
    float: right;
    position: relative;
    z-index: 1;
}

.echart-body {
    width: 100%;
    height: 400px;
}

.echart-foot {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 30px;
    padding-left: 10px;
    padding-top: 3px;
    padding-right: 60px;
    position: relative;
}

.echart-foot a {
    text-decoration: none;
}

.echart-foot * {
    vertical-align: middle;
}

.color-panel {
    margin-left: 20px;
}

.colorItem {
    float: left;
    margin-left: 6px;
    margin-top: 4px;
    position: relative;
    cursor: pointer;
}

.colorItem.on:after {
    content: ' ';
    position: absolute;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    border: 1px solid #0086c0;
}

.colorItem>span {
    width: 2px;
    height: 14px;
    float: left;
}

.chart-table-show-btns {
    width: 56px;
    height: 30px;
    position: absolute;
    top: -1px;
    right: -1px;
}

.chart-show-hide,
.table-show-hide {
    background: #0086c0;
    text-align: center;
    color: #fff;
    cursor: pointer;
    width: 26px;
    height: 30px;
    line-height: 25px;
    font-size: 16px;
    float: right;
    margin-left: 2px;
}

.chart-type-list>div {
    float: left;
    width: 93px;
    height: 93px;
    padding: 10px;
    text-align: center;
    margin: 10px;
    border: 2px solid #ccc;
    cursor: pointer;
    border-radius: 5px;
    line-height: 16px;
}

.chart-type-list>div.on {
    border-color: #0086c0;
}

#settingModal table {
    table-layout: fixed;
}

#settingModal table>thead>tr>th {
    background: #0086c0;
    color: #fff;
}

#settingModal .chart-fixtable-scroll {
    overflow-y: scroll;
}

#settingModal .chart-fixtable {
    position: relative;
    height: 31px;
    overflow: hidden;
}

#settingModal .chart-fixtable:after {
    content: ' ';
    position: absolute;
    height: 31px;
    width: 20px;
    right: -3px;
    top: 0;
    background: #fff;
}

#settingModal .chart-table {
    max-height: 200px;
    overflow-y: scroll;
}

#settingModal table>thead>tr>th:not(:first-child),
#settingModal table>tbody>tr>td:not(:first-child) {
    text-align: center;
}

#settingModal table>tbody {
    overflow-y: auto;
    max-height: 206px;
}

#settingModal .legend {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#datainfoModal table>tbody>tr>th {
    text-align: right;
}

#datainfoModal table>thead>tr>th {
    text-align: center;
    background: inherit;
    color: inherit;
}

.print-table,
.easytb-panel {
    overflow: hidden;
    position: relative;
    min-height: 72px;
    border-bottom: 1px solid #ddd;
    z-index: 1;
}

.print-table table,
.easytb-panel table {
    max-width: none;
    border-collapse: separate;
}

.easytb-panel thead>tr>th {
    white-space: nowrap;
}
.print-table thead>tr>th,
.easytb-panel thead>tr>th {
    background: #efefef;
    color: #333;
    vertical-align: middle;
    border: none;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.easytb-panel thead>tr>th .glyphicon-rank {
    color: #666;
    margin-left: 5px;
    cursor: pointer;
    font-size: 18px;
}

.easytb-panel thead>tr>th .glyphicon-rank.up:before {
    content: "\e91e";
    color: #0086c0;
}

.easytb-panel thead>tr>th .glyphicon-rank.down:before {
    content: "\e91f";
    color: #0086c0;
}

.easytb-panel thead>tr>th:not(:first-child).noline {
    border-left: none;
}

.print-table tbody>tr>td,
.easytb-panel tbody>tr>td {
    white-space: nowrap;
    border: none;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #333;
    position: relative;
}
.easytb-panel tbody>tr>td .memo{
    position: absolute;
    border: transparent 6px solid;
    border-right-color: #00f;
    top: -6px;
    left: -6px;
    height: 0;
    width: 0;
    font-size: 0;
    transform: rotate(45deg);
    cursor: pointer;
}
.exp {
    cursor: pointer;
    font-size: 16px;
    color: #0086c0;
}
.exp-title {
    margin-top: 0;
    text-align: center;
    color: #0086c0;
}
.print-table tbody>tr>td:first-child,
.easytb-panel tbody>tr>td:first-child {
    padding-right: 30px;
    position: relative;
}

.easytb-panel .rowCheckbox {
    position: absolute;
    right: 9px;
}

.print-table thead>tr>th,
.easytb-panel thead>tr>th {
    text-align: center;
}

.print-table thead>tr>th.calc,
.print-table tbody>tr>td.calc,
.easytb-panel thead>tr>th.calc,
.easytb-panel tbody>tr>td.calc {
    color: #f00;
}

.print-table tbody>tr>td:not(:first-child),
.easytb-panel tbody>tr>td:not(:first-child) {
    text-align: right;
}

.easytb-panel .checkbox-col>th:first-child {
    background: #fff;
    /* background: #eafef5; */
}

.easytb-panel .checkbox-col>th:not(:first-child) {
    text-align: right;
    background: #fff;
}

.easytb-panel tbody>tr>td.l.t {
    background: #f5fefb;
}

.easy-memo {
    position: relative;
    padding: 20px 20px 20px 50px;
    line-height: 20px;
}

.easy-memo>div {
    padding-left: 20px;
    position: relative;
}

.easy-memo>div .numbers {
    top: 0;
    left: 0;
    position: absolute;
}

.easy-memo:before {
    content: '注：';
    position: absolute;
    left: 20px;
    top: 20px;
    line-height: 20px;
}

.table-transform {
    background: #eee;
    position: relative;
}

.table-transform>div {
    background: #0086c0;
    color: #fff;
    width: 90px;
    height: 30px;
    line-height: 18px;
    padding: 5px;
    margin: 5px;
    float: left;
    border: 1px solid #c5c5c5;
    text-align: center;
    cursor: default;
}

.transform-filter {
    padding: 5px 5px 5px 60px;
    height: 50px;
}

.transform-filter>div {
    background: #666;
}

.transform-col {
    margin-top: 10px;
    margin-left: 111px;
    padding: 5px 5px 5px 50px;
    height: 50px;
}

.transform-row {
    width: 110px;
    padding: 25px 5px 5px 5px;
}

.transform-filter:before {
    content: '筛选维度';
    position: absolute;
    left: 5px;
    top: 0;
    line-height: 50px;
}

.transform-col:before {
    content: '主栏';
    position: absolute;
    left: 5px;
    top: 0;
    line-height: 50px;
}

.transform-row:before {
    content: '宾栏';
    position: absolute;
    left: 0;
    top: 0;
    line-height: 30px;
    width: 110px;
    text-align: center;
}

#fullscreen,
#shrink {
    cursor: pointer;
}

.echart-screen {
    position: absolute;
    top: 48px;
    bottom: 0;
    width: 100%;
}

.echart-screen .echart-body {
    height: calc(100% - 30px);
}

.echart-screen .echart-foot {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

#transformModal .ui-data-area {
    border: 1px solid #eee;
}

#addModal .calc-box {
    padding-top: 5px;
    text-align: center;
}

#addModal .calc-box button {
    margin: 5px;
    font-family: 'courier';
}

#addvaluebtn,
.delvaluebtn {
    cursor: pointer;
    font-size: 18px;
}
.print-filter {
    padding: 10px;
}
.datainfo {
    cursor: pointer;
}
.uniterr .datainfo{
    color: #f00;
}

.addindex-list,
.rank-list {
    border: 1px solid #ddd;
    height: 300px;
    overflow: auto;
    margin-top: 10px;
}

.addindex-list table>tbody>tr>td,
.rank-list table>tbody>tr>td {
    white-space: nowrap;
    border-top: none;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.addindex-list .on,
.rank-list .on {
    color: #fff;
    background: #0086c0;
}

.easy-load {
    padding-top: 100px;
    height: calc(100vh - 198px);
}

.easy-loading {
    width: 80px;
    height: 80px;
    color: #aaa;
    font-size: 80px;
    margin: 0 auto;
    animation: easyload 2s infinite linear;
}

.printDiv {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 5;
}

@keyframes easyload {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* 交叉查询 */

.high-content {
    position: relative;
    margin-left: 40px;
}

.high-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30%;
    background: #f7f7f7;
    border-left: 2px solid #0086c0;
    border-top: 1px solid #ccc;
    box-shadow: -6px 0 6px -6px rgba(0, 0, 0, 0.4);
}

.high-center {
    position: relative;
    margin: 0 30%;
    height: calc(100vh - 212px);
    border: 1px solid #ccc;
}

.fullscreen .high-center {
    height: calc(100vh - 72px);
}

.high-filter {
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.high-select-btn {
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    padding: 0 10px;
}

.high-select {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 31px;
    overflow: auto;
}

.high-root {
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.high-body {
    border-bottom: 1px solid #ccc;
    display: none;
    overflow: auto;
    position: relative;
}

.high-body .ztree {
    margin-top: -26px;
}

.high-body.on {
    display: block;
}

.high-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30%;
    background: #f7f7f7;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.hightb-panel {
    overflow: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 72px;
}

.high-select table>tbody>tr>td,
.hightb-panel table>tbody>tr>td {
    border-top: none;
    border-bottom: 1px solid #ddd;
}

.high-select td input,
.hightb-panel td input {
    vertical-align: middle;
    margin: 0;
}

#toQuery {
    margin-top: -5px;
}
/* end */

/*favorite modal*/
.favoriteBox {
    height: 280px;
    overflow-y: auto;
    border: 1px solid #ccc;
    margin-top: 7px;
}