/* html , body {margin:0;padding:0;} */
body {
    max-width: 100%;
    height: 100%;
    box-sizing: border-box;
}



::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7);
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
}

    ::-webkit-scrollbar-thumb:hover {
        background: #a8a8a8;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #a8a8a8;
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #a8a8a8;
    }

.display-flex {
    width: 100%;
    display: flex;
    height: 100%;
}

.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

.flex-fixheight {
    height: auto
}
/* .dashboard div {box-sizing: border-box;display: flex;background:#333;margin-left:10px;margin-bottom: 10px;} */
.rpt-div {
    display: flex;
    flex: 1;
}

.flex-row > .rpt-div {
    border-right: #000 10px solid;
    width: 1px;
}

.flex-column > .rpt-div {
    border-bottom: #000 10px solid;
    height: 1px;
}

.flex-fixheight > .rpt-div {
    display: flex;
    flex: 1;
}

.rpt-div:last-child {
    border-right: 0;
    border-bottom: 0;
}

.dashboard {
    height: 100%;
    overflow: hidden;
    /*padding: 0px 20px 0px 20px;*/ /*overflow:scroll;*/
}

    .dashboard > .display-flex {
        /*        padding: 55px 0px 45px 0px;*/
        box-sizing: border-box;
    }

.dashboard-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    font-family: '黑体'
}

.dashboard-foot {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0px 10px 0px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    font-size: small;
    box-shadow: 1px 1px 2px #8b99ad;
    height: 42px
}


.folder-a {
    background: #323332;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-folder {
    display: inline-block;
    background: url(../img/icon1.png) no-repeat;
    width: 19px;
    height: 17px;
}

.dashboard-head__right {
    display: flex;
    align-items: center;
}

.dashboard-head-title {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.dashboard-head-title-a {
    font-size: larger
}

.dashboard-head-title-b {
    font-size: small
}

.style-a {
    background: #323332;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-style {
    display: inline-block;
    background: url(../img/theme.png) no-repeat;
    width: 23px;
    height: 23px;
}

.style-b {
    width: 125px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-log {
    display: inline-block;
    background: url(../img/logo_erp.png) no-repeat;
    width: 125px;
    height: 40px;
}

.rpt-content {
    display: flex;
    flex-direction: column;
}

.rpt-charts {
    width: 100%;
    height: 100%;
}

.rpt-gcard {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* rpt-label */
.rpt-label {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    margin: 5px;
}

.rpt-label-title {
    text-align: center;
    color: #fff;
    line-height: 1;
    margin: 5px;
}

.rpt-label-body {
    color: #FFC069;
    text-align: center;
    flex: 1;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .rpt-label-body div {
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.rpt-label-foot {
    color: #FA8C16;
    text-align: center;
    line-height: 1;
    margin: 5px;
}


.rpt-textarea {
    width: 100%;
    padding: 10px;
}

.rpt-textarea-body {
    width: 100%;
}

/* rpt-editor */
.rpt-editor {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.rpt-editor-tit {
    color: #FFD48B;
    font-size: 24px;
    padding-bottom: 10px;
}

.rpt-editor-content {
    color: #FFC069;
    font-size: 18px;
    line-height: 1.8;
    flex: 1;
    height: 1px;
    overflow-x: hidden;
    overflow-y: auto;
}

/* rpt-editor */
.rpt-editor {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.rpt-editor-tit {
    color: #FFD48B;
    font-size: 24px;
    padding-bottom: 10px;
}

.rpt-editor-content {
    color: #FFC069;
    font-size: 18px;
    line-height: 1.8;
    flex: 1;
    height: 1px;
    overflow-x: hidden;
    overflow-y: auto;
}

/* rpt-form */
.rpt-form {
    display: flex;
    align-items: center;
    color: #A9A9A9;
    flex-wrap: wrap;
}

.rpt-form-item {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.rpt-form-label {
    margin-bottom: 0;
    min-width: 50px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
    white-space: nowrap;
}

.rpt-form-con {
    flex: 1;
}

.rpt-form-space {
    padding: 0px 5px;
    color: #A9A9A9;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto
}

.rpt-form-item .selectpicker {
    width: auto
}

.rpt-form-item .form-control {
    background: none;
    border: 1px solid rgba(255,255,255,0.20);
    color: #FFC069;
}

.rpt-table-head::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 18px;
    background: #1E5EFF;
    transform: translate(0, -50%);
}

.rpt-div .query-parameter {
    border: 1px solid rgba(255,255,255,0.20);
    border-radius: 0.25rem;
    background: #fff;
}



.query-fields {
    display: flex;
    flex: 1;
}

    .query-fields .query-title {
        flex: 1;
    }

    .query-fields .query-array {
        display: flex
    }

.query-fields2 {
    display: flex;
}
.rpt-table-box {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.rpt-table-bd {
    display: flex;
    flex: 1;
    height: 1px;
    overflow-y: auto;
    overflow-x: auto;
}

.rpt-table {
    width: 100%;
}
    /* .rpt-table thead {position: fixed;width:100%;} */
    .rpt-table th {
        background: #695b43;
        color: #ffd48b;
        font-size: 14px;
        line-height: 32px;
        padding: 0px 20px;
        white-space: nowrap;
    }

    .rpt-table td {
        border-bottom: #2c2c2d 1px solid;
        line-height: 30px;
        padding: 0px 20px;
        white-space: nowrap;
    }

    .rpt-table tbody {
        overflow-y: auto;
        overflow-x: auto;
    }


/* rtp-table */
.rpt-table {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: transparent;
}

.rpt-table-head {
    padding: 7px;
}

.rpt-table-body {
    display: flex;
    /* flex: 1;
    height: 1px;*/
    overflow-y: auto;
    overflow-x: auto;
}

.rpt-table-default {
    width: 100%;
}

    .rpt-table-default th {
        background: #695b43;
        color: #ffd48b;
        font-size: 14px;
        line-height: 32px;
        padding: 0px 20px;
        white-space: nowrap;
    }

    .rpt-table-default td {
        border-bottom: #2c2c2d 1px solid;
        line-height: 30px;
        padding: 0px 20px;
        white-space: nowrap;
    }

    .rpt-table-default tbody {
        overflow-y: auto;
        overflow-x: auto;
    }

.rpt-table-foot {
    text-align: center;
    color: #4E4E4E;
    font-size: 16px;
    padding: 0 10px;
}

    .rpt-table-foot strong {
        color: #FF0F09;
    }
/*rpt-chart*/
.rpt-chart {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: transparent;
}

.rpt-chart-head {
    padding: 7px;
    display:flex
}

.query-fields {
    display: flex
}

    .query-fields .query-title {
        flex: 1;
    }

    .query-fields .query-array {
        display: flex
    }

.rpt-chart-body {
    display: flex;  
    flex: 1;
}

.rpt-chart-head-btn {
    margin: 2px;
}

.rpt-chart-head-btn-img {
    width: 24px;
    height: 24px;
}
.chart-table {
    overflow:auto;
    
}
.chart-table table {
    border-collapse: collapse;
    margin: 4px;
    padding:4px;
}

    .chart-table table th, .chart-table table td {
        border: 1px solid #e4f3f9;
        padding: 5px 10px;
        text-wrap: nowrap;
    }

    
/*--rpt-cir*/
.rpt-cir {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.rpt-cir-title {
    align-self: center;
}

.rpt-cir-bar {
    width: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.isMobile {
    display: none
}

.style-select-box {
    position: relative;
    margin-left: 10px;
}

.style-select {
    position: absolute;
    top: 30px;
    right: 0;
    background: #ffffff;
    padding: 10px;
}

.style-select {
    display: flex;
    align-items: center;
    display: none;
}

.style-select-box:hover .style-select {
    display: flex;
    align-items: center;
}

.style-select .style-item {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    font-size: 0;
    cursor: pointer
}

.style-item-0 {
    background: #e4f3f9;
    border: 1px solid #007bff
}

.style-item-1 {
    background: #222222
}

.style-item-2 {
    background: #e4f3f9;
    border: 1px solid #007bff
}

.style-item-3 {
    background: #355717
}

.style-item-4 {
    background: #863c0c
}

.style-item-5 {
    background: #4b516f
}

.style-item-6 {
    background: #3fb1e3
}

.style-item-7 {
    background: #6441A5
}

.style-item.on {
    border: 1px solid #fff;
    -webkit-box-shadow: #666 0 0 10px;
    box-shadow: #666 0 0 10px
}

/* login */
body, html {
    width: 100%;
    height: 100%;
    font-size: 12px;
    background: #eff1f7;
}

.login-wrapper {
    height: 100%;
    background: url(../img/login-bg-pc.jpg) no-repeat center;
    position: relative;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.login-form {
    width: 400px;
    background: #fff;
    text-align: center;
    position: absolute;
    top: 25%;
    right: 15%;
    z-index: 1
}

.login-company-info {
    margin-top: -50px;
}

    .login-company-info h3 {
        line-height: 30px;
        font-size: 22px;
        margin: 18px 0;
    }

.login-logo {
    display: inline-block;
    background: #fff;
    padding: 14px;
    text-align: center;
    box-shadow: #eee 0px 10px 10px;
    border-radius: 50%;
}

    .login-logo img {
        width: 65px;
        height: 65px;
        display: block;
    }

.login-form-item {
    padding: 10px 45px;
}

.login-form-tip {
    text-align: right;
}

.login-i {
    border: 0;
    border-bottom: #D4D6DB 1px solid;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    font-size: 14px;
    color: #546483;
}

.login-footer {
    position: fixed;
    bottom: 40px;
    left: 0;
    right: 0
}

.footer-item, a.footer-item {
    display: flex;
    padding: 11px 35px;
    border: #fff 1px solid;
    border-radius: 100px;
    align-items: center;
    box-sizing: border-box;
    color: #fff;
    margin: 0px 48px;
    font-size: 18px;
}

    .footer-item span {
        padding-left: 10px;
    }

    .footer-item:hover {
        background: #284C71;
        border: #284C71 1px solid;
    }

.login-btn {
    background: #284C71;
    border-radius: 100px;
    color: #fff;
    border: 0;
    height: 44px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
}

.login-form-agree {
    font-size: 14px;
}

.login-form-submit {
    padding-top: 20px;
    padding-bottom: 20px;
}

.login-form-agree {
    padding-bottom: 20px;
}

.copyright {
    text-align: center;
    color: #fff;
    font-size: 16px
}

.login-footer-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.login-footer-copright {
    padding-top: 20px
}

/* icons */
.v-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.v-icon-help {
    background-image: url(../img/icon_help.png)
}

.v-icon-wechat {
    background-image: url(../img/icon_wechat.png)
}

.v-icon-notification {
    background-image: url(../img/icon_notification.png)
}

.v-icon-del {
    background-image: url(../img/icon_del.png)
}

.v-icon-query {
    background-image: url(../img/icon_query.png)
}

.v-icon-delete {
    background-image: url(../img/icon_delete.png)
}

.v-icon-copy {
    background-image: url(../img/icon_copy.png)
}

/* .tree-view ul {padding-left:20px;} */
.tree-view li {
    padding-left: 20px;
}

.card {
    border-radius: 0;
}
/* .tree-view > ul > li {background:#fff;} */

ul.tree-view, ul.tree-view ul {
    list-style-type: none;
    background: url(../img/vline.png) repeat-y;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

    ul.tree-view ul {
        margin-left: 10px;
    }

    ul.tree-view li {
        margin: 0;
        padding: 0 1px;
        line-height: 20px;
        background: url(../img/node.png) no-repeat;
        color: #369;
        font-weight: bold;
    }

        ul.tree-view li:last-child {
            background: #E4E4E4 url(../img/lastnode.png) no-repeat;
        }

/* iCheck plugin Square skin, blue
----------------------------------- */
.flow-checkbox {
    margin-left: 20px;
}

.icheckbox_square-blue,
.iradio_square-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 14px; /*no*/
    height: 14px; /*no*/
    background: url(../img/blue.png) no-repeat;
    border: none;
    cursor: pointer;
    margin-top: -3px;
}

.icheckbox_square-blue {
    background-position: 0px 0; /*no*/
}

    .icheckbox_square-blue.hover {
        background-position: -14px 0; /*no*/
    }

    .icheckbox_square-blue.checked {
        background-position: -28px 0; /*no*/
    }

    .icheckbox_square-blue.disabled {
        background-position: -42px 0; /*no*/
        cursor: default;
    }

    .icheckbox_square-blue.checked.disabled {
        background-position: -14px 0; /*no*/
    }

.iradio_square-blue {
    background-position: -120px 0; /*no*/
}

    .iradio_square-blue.hover {
        background-position: -144px 0; /*no*/
    }

    .iradio_square-blue.checked {
        background-position: -168px 0; /*no*/
    }

    .iradio_square-blue.disabled {
        background-position: -192px 0; /*no*/
        cursor: default;
    }

    .iradio_square-blue.checked.disabled {
        background-position: -216px 0; /*no*/
    }

.controls-attribute-row {
    display: flex;
    margin: 5px;
}

    .controls-attribute-row > label {
        width: 45px;
        margin: 5px 2px;
    }

    .controls-attribute-row > input, .controls-attribute-row > textarea {
        flex: 1
    }
/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_square-blue, .iradio_square-blue {
        background-image: url(../img/blue@2x.png);
        -webkit-background-size: 140px 14px; /*no*/
        background-size: 140px 14px; /*no*/
    }
}

/* 平板横屏 */
@media (min-width: 769px) and (max-width: 1024px) {
    .footer-item, a.footer-item {
        margin: 0px 20px;
        font-size: 14px;
    }

    .login-form {
        top: 15%;
        right: 10%;
    }
}
/* 平板竖屏 */
@media (max-width: 768px) {
    .login-wrapper {
        background: url(../img/login-bg-wap.jpg) no-repeat center;
        background-size: 100% 100%;
        padding-top: 70px;
    }

    .login-form {
        position: relative;
        width: 500px;
        margin: auto;
        float: left;
        top: 0;
        left: 50%;
        margin-left: -250px;
    }

    .footer-item, a.footer-item {
        margin: 0px 15px;
        font-size: 18px;
        padding: 8px 10px;
        border-radius: 50px;
    }

        .footer-item span {
            padding-left: 3px;
        }

    .login-footer {
        bottom: 100px;
    }

    .copyright {
        position: fixed;
        bottom: 20px;
    }
}
/* 手机 */
@media (max-width: 480px) {
    .login-i {
        height: 40px;
    }

    .login-form {
        position: relative;
        width: 300px;
        margin: auto;
        float: left;
        top: 0;
        left: 50%;
        margin-left: -150px;
    }

    .footer-item, a.footer-item {
        margin: 0px 5px;
        font-size: 12px;
        padding: 8px 10px;
        border-radius: 50px;
    }

    .login-footer {
        position: static;
        clear: both;
        padding-top: 20px;
    }

    .login-company-info h3 {
        font-size: 18px;
        margin: 10px 0;
    }

    .login-form-item {
        padding: 5px 35px;
    }

    .login-form-agree {
        padding-bottom: 20px;
    }

    .copyright.isMobile {
        position: static;
        padding-top: 30px;
    }

    .v-icon {
        width: 18px;
        height: 18px;
    }

    .isPC {
        display: none;
    }

    .isMobile {
        display: block;
    }

    .flex-row {
        flex-direction: column !important;
    }

    .dashboard > .display-flex {
        flex-direction: column !important;
    }

    .dashboard {
        overflow: auto
    }

    .flex-row > .rpt-div {
        width: 100%;
        border-right: 0;
    }

    .display-flex {
        height: auto; /*min-height: 300px;*/
    }

        .display-flex .rpt-div:last-child {
            border-bottom: #00000010 10px solid;
        }

    .rpt-table-body {
        max-height: 500px;
    }

    .rpt-editor-content {
        max-height: 200px;
    }

    .flex-column > .rpt-div {
        height: auto;
    }

    .rpt-charts {
        height: 300px;
    }

    .mainMenu {
        /*        display: none; */
    }

    .dashboard-head-title {
        display: none;
    }
}

::placeholder {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #969696;
    letter-spacing: 0;
}

.rpt-chart-solo {
    position: absolute;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: white;
    z-index: 2;
    border: 1px solid;
    box-shadow: 0px 0px 4px 3px #a5afb3;
}
/*  */


