﻿#reportDetails {
    margin-top: 5px;
    padding: 15px;
    width: 80%;
    margin: auto;
}

#report-DetailPanelContent {
    height: 90%;
    overflow: auto;
}

.reportLabel {
    font-weight: 600;
}

    .reportLabel span {
        font-weight: 400;
    }

#reportHeader {
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
    margin-bottom: 40px;
}

#reportContainer {
    height: 95%;
    overflow: auto;
    display: none;
}

#reportSelection {
    padding: 4px 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: aliceblue;
}

    #reportSelection form > label {
        margin-right: 10px;
    }

#reportMakeSelection {
    background-color: #f5f5f5;
    margin: auto;
    position: relative;
    vertical-align: middle;
    text-align: center;
    display: inline-table;
    height: 90vh;
    width: 100%;
    padding: 100px;
}

    #reportMakeSelection p {
        font-size: xx-large;
    }

.reportListSubHeader {
    margin-left: -5px;
    margin-right: -5px;
    background-color: #adadad;
}

    .reportListSubHeader p {
        padding-top: 4px;
        padding-bottom: 4px;
        margin-left: 10px;
    }

.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-preview-surface .dxrd-report-preview-holder {
    height: 65% !important;
}