.floating-card-list-report {
    overflow: auto;
    top: 40px;
    bottom: 0px;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.25);
}

@media only screen and (min-device-width: 1200px) {
    .floating-card-list-report {
        top: 32px;
    }
}

.floating-card-report {
    overflow: hidden;
    background-color: var(--color-stripe);
    height: 0px;
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 0;
    right: 55px;
    transition: height 0.5s ease;
    -webkit-transition: height 0.5s ease;
    z-index: 1;
}

.float-action.opened .floating-card-report {
    height: 200px;
}

.zh-floating-control.pos-top .floating-card,
.float-action.fix-position-bottom .floating-card-report {
    top: auto;
    bottom: 0;
}

.float-action.fix-position-top .floating-card-report {
    top: 0;
    bottom: auto;
}

.zh-floating-control.pos-left .floating-card-report {
    left: 55px;
    right: 0;
}

.floating-card-label-report {
    text-align: center;
    color: white;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 80px;
    right: 80px;
    height: 40px;
    line-height: 40px;
    z-index: 5;
}

@media only screen and (min-device-width: 1200px) {
    .floating-card-label-report {
        height: 32px;
        line-height: 32px;
    }
}

ul.floating-report-options {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: inline-block;
}

ul.floating-report-options li {
    width: 100%;
    position: relative;
    display: inline-block;
    padding-left: 10px;
    line-height: 32px;
    cursor: pointer;
}

span.zh-report-pdf-landscape, span.zh-report-pdf-portrait, span.zh-report-xls, span.zh-report-csv {
    position: relative !important;
    float: right;
    transition: height 0.5s ease;
    -webkit-transition: height 0.5s ease;
}

span.zh-report-pdf-landscape, span.zh-report-pdf-portrait {
    display: block;
}

span.zh-report-pdf-landscape.selected, span.zh-report-pdf-portrait.selected {
    background-color: rgba(255, 255, 255, 0.3);
}

span.zh-report-text {
    color: #cccccc;
    font-size: 13px;
    transition: height 0.5s ease;
    -webkit-transition: height 0.5s ease;
}