body
{
    height: 100vh;
    overflow: hidden;
}
.rpt-statistic
{
    width: 100%;
    height: 100%;
}
.rpt-statistic-head
{
    position: relative;
    width: 100%;
    height: 100px;
    box-shadow: 0px 1px 3px 0px  rgb(0 0 0 / 15%);
    background-color: #ffffff;
}
.rpt-statistic-filter
{
    position: absolute;
    top: 20px;
    width: 100%;
    height: 35px;
}
.rpt-statistic-toolbar
{
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    padding-left: 16px;
    background-color: #fff;
    height: 45px;
}
.rpt-statistic-data
{
    position: relative;
    margin-top:3px;
    width: 100%;
    height: 100%;
    background-color: rgb(226, 231, 239);
}
.rpt-statistic-content
{
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    background-color: #fff;
    overflow: hidden;
}
.rpt-statistic-tips
{
    position: absolute;
    width: 370px;
    height: 370px;
    left: 50%;
    top: 50%;
    margin-left: -185px;
    margin-top: -195px;
    text-align: center;
    z-index: 1;
}
.rpt-statistic-tips-background
{
    height: 200px;
    width: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.rpt-statistic-tips-text
{
    position: absolute;
    width: 100%;
    top: 286px;
    font-size: 14px;
    text-align: center;
    color: #353C45;
}
.rpt-statistic-selector-tips-text
{
    position: absolute;
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #353C45;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
;
}
.rpt-statistic-content-row-count
{
    position: absolute;
    height: 30px;
    left: 10px;
    background-color: #fff;
    border-bottom: 1px solid #d7e2e2;
    display: none;
}
.rpt-statistic-data-table-cell-center
{
    line-height: 30px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}
.rpt-statistic-data-table-cell-left
{
    line-height: 30px;
    padding-left: 8px;
    padding-right: 8px;
}
.rpt-statistic-content-table
{
    position: absolute;
    left: 10px;
    right: 10px;
    top: 41px;
    bottom: 10px;
    background-color: #fff;
}
.rpt-statistic-search-searchBox
{
    position: absolute;
    float: right;
    right: 20px;
    width: 230px;
    height: 43px
}
.rpt-statistic-click-open-panel
{
    color: #5582f3;
    cursor:pointer
}
.rpt-statistic-detail-panel-top
{
    position: relative;
    height: 25px;
}
.rpt-statistic-detail-panel-operation-time
{
    border: 1px solid #cccccc;
    padding: 2px 7px 2px 7px;
}
.rpt-statistic-detail-search-searchBox
{
    position: absolute;
    float: right;
    right: 9px;
    width: 200px;
    height: 22px;
}
.rpt-statistic-detail-content
{
    position: relative;
    width: calc(100% - 2px);
    height: calc(100% - 27px);
    border: 1px solid #cccccc;
}
.rpt-statistic-export
{
    color: #5582f3;
    color: var(--color-main, #5582f3);
    cursor:pointer
}
.rpt-statistic-detail-content-row-count
{
    position: absolute;
    height: 30px;
    left: 8px;
    background-color: #fff;
}
.rpt-statistic-detail-content-table
{
    position: absolute;
    width: 100%;
    top: 32px;
    background-color: #fff;
}
.rpt-statistic-dialog-detail-content-table
{
    left: 1px;
    right: 1px;
    width: calc(100% - 1px);
    bottom: 1px;
}
.rpt-statistic-publish-selector-content-table
{
    left: 1px;
    right: 1px;
    bottom: 1px;
    width: calc(100% - 1px);
}
/*排序*/
.detaillist-sort-box
{
    z-index: 65535;
    position: absolute;
    border: 1px solid transparent;
    cursor: pointer;
}

.detaillist-sort-box_clickable
{
    border: 1px solid #3cf;
    background-color: #fff;
}

/*新增样式自己样式，覆盖之前下拉框的样式*/
.access-sa-ctrl-common-singlelineborder
{
    width: 210px !important;
    box-shadow: 0px 0px 0px 1px #dbdbdb;
}
.access-sa-ctrl-common-singlelineborder:hover
{
    box-shadow: 0px 0px 0px 1px #dbdbdb;
}
.dsb-widget-calendar-okcancel-left
{
    position: absolute;
    right: 90px;
    width: 60px;
    bottom: 10px;
    height: 24px;
}
.dsb-widget-calendar-okcancel-right
{
    position: absolute;
    right: 20px;
    width: 60px;
    bottom: 10px;
    height: 24px;
}
.fromDate-text
{
    position: absolute;
    top: 0;
    left: 10px;
}
.date-Separator
{
    position: absolute;
    top: 0;
    left: 90px;
}
.ToDate-text
{
    position: absolute;
    top: 0;
    right: 10px;
}

/* 选择发布名的组件css */
.select-filter-head
{
    position: relative;
    top: -10px;
    height: 39px;
    border-bottom: 1px solid #E5E5E5;
}
.select-filter-searchBox
{
    width: 196px;
    height: 25px;
    float: left;
    top: 4px;
    position: relative;
}
.select-filter-data-content
{
    position: relative;
    top: -10px;
    height: 93%;
    border-bottom: 1px solid #E5E5E5;
}
.select-filter-menu-searchBox
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 27px;
}
.select-filter-menu-Show-Search-count
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 25%;
    height: 31px;
    line-height: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.select-tree-menu-data
{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 28px;
    bottom: 0px;
    overflow: auto;
    cursor: default;
}
.select-tree-menu-dir
{
    height: 33px;
    line-height: 36px;
    font-size: 12px;
    padding-left: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.select-tree-menu-text
{
    position: absolute;
    left: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.select-tree-menu-count
{
    position: absolute;
    right: 0px;
}
.select-tree-menu-icon
{
    position: absolute;
    top: 15px;
}
.select-tree-menu-preset
{
    position: absolute;
    top:8px;
    padding: 1px 1px;
    font-size: 12px;
    color: #b2b2b2;
    border: 1px solid #b2b2b2;
    border-radius: 2px;
    line-height: 16px;
}
.select-tree-menu-preset-selected
{
    color: white;
    border-color: white;
}
.select-delete-icon
{
    width: 10px;
    height: 10px;
    line-height: 12px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: yellow;
    color: rgb(188, 17, 24);
    border: 1px solid rgb(188, 17, 24);
    border-radius: 7px;
    position: absolute;
    left: 0px;
    top: 9px;
}
/*下三角*/
.lower-triangle
{
    position: absolute;
    top: 15px;
    width: 0;
    height: 0;
    border-top: 6px solid #bbbbbb;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
/*右三角*/
.right-triangle
{
    position: absolute;
    top: 12px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 6px solid #bbbbbb;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

/*已选择*/
.select-publish-selected
{
    position: absolute;
    top: 10px;
}
.select-publish-delete-all
{
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    color: blue;
}
.select-publish-selected-ol
{
    margin-top: 0;
    padding: 0;
    height: 90%;
    width: 95%;
    overflow-y: auto;
}
.select-publish-selected-li
{
    position: relative;
    list-style: none;
    height: 35px;
    line-height: 35px;
}
.select-publish-selected-li:hover
{
    background-color: #eff3fd;
    background-color: var(--color-pale, #eff3fd);
    color: #5582f3;
    color: var(--color-main, #5582f3);
}
.select-publish-selected-li-text
{
    display: inline-block;
    padding-left: 2px;
    width: 85%;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.select-publish-selected-li-icon
{
    position: absolute;
    top: 10px;
    right: 12px;
    height: 16px;
    width: 16px;
    cursor: pointer;
}
.select-publish-name-preset-tag
{
    color: #5582f3;
    color: var(--color-main, #5582f3);
    border: 1px solid #5582f3;
    border: 1px solid var(--color-main, #5582f3);
    padding: 1px 2px;
    margin-top: 5px;
    margin-right: 2px;
    margin-left: 8px;
    border-radius: 2px;
    float: left;
}
.select-publish-icon-type
{
    width: 16px;
    height: 16px;
    padding: 1px 2px;
    margin-top: 7px;
    float: left;
    margin-left: 15px;
}
.select-publish-name
{
    line-height: 28px;
    padding-left: 5px;
    overflow: hidden;
    white-space: nowrap;
}
.tab-switch-tab-head
{
    height: 50px;
    background-color: white;
    border-bottom: 1px solid #e5e5e5;
}
.tab-switch-tab-head-tips
{
    float: left;
    margin-top: 16px;
    margin-left: 16px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
}
.tab-switch-tab-switch-btn
{
    float: left;
    margin-top: 10px;
    margin-left: 16px;
    line-height: 30px;
    font-weight: 400;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #666666;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    background: #FAFAFA;
    border-radius: 15px;
    cursor: pointer;
}
.tab-switch-tab-switch-btn-selected
{
    border: 1px solid #276FF5FF;
    background: #E0EFFFFF;
    color: #276FF5FF;
}
.tab-switch-tab-body
{
    position: relative;
    height: calc(100vh - 45px);
}
.rpt-statistic-foot
{
    position: relative;
    width: 100%;
    height: 35px;
    top: calc(100% - 32px);
    background-color: rgba(255, 248, 225, 1);
    z-index: 2;
}
.rpt-statistic-foot-sum
{
    position: absolute;
    line-height: 35px;
    text-align: center;
    color: #eb743f;
}
.customise-box
{
    left: 50px;
    right: 0;
    top: 0;
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rpt-clear-icon
{
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    top: 50%;
    margin-top: -9px;
    position: absolute;
    right: 1px;
    width: 16px;
    display: block;
}
.select-publish-name-preset-tag
{
    color: #5582f3;
    color: var(--color-main, #5582f3);
    border: 1px solid #5582f3;
    border: 1px solid var(--color-main, #5582f3);
    padding: 1px 2px;
    margin-top: 5px;
    margin-right: 2px;
    margin-left: 8px;
    border-radius: 2px;
    float: left;
}
.rpt-statistic-menu-deleted
{
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: yellow;
    color: rgb(188, 17, 24);
    border: 1px solid rgb(188, 17, 24);
    border-radius: 7px;
    position: absolute;
    left: 0px;
    top: 12px;
}
.rpt-drop-selector-tips
{
    position: absolute;
    left: 0px;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
