﻿#ta-report .jqx-cell, #select-reports-dialog .jqx-cell {
    min-height: 14px;
    height: 18px;
    vertical-align: bottom;
}

#ta-report .jqx-grid-cell, #select-reports-dialog .jqx-grid-cell {
    font-size: 10pt;
}

#ta-report input {
    font-size: 10pt;
}

#ta-report select {
    font-size: 9pt;
}

#ta-report {
    font-size: 10pt;
}

    #ta-report .jqx-widget-content, #select-reports-dialog .jqx-widget-content {
        font-family: Calibri, Helvetica, Tahoma;
    }

    #ta-report .jqx-grid-cell-pinned {
        background-color: white;
    }

    #ta-report .jqx-grid-cell-pinned-alt {
        background-color: #e5e5e5;
    }

    #ta-report .jqx-grid-cell-selected {
        background-color: #A2DDFF;
    }

    #ta-report .jqx-widget {
        font-size: 16px;
    }

#contenttg-ta-reports {
    background-color: #FFFFFF;
}

    #contenttg-ta-reports .jqx-cell {
        border: none;
        background-color: #F7F9FA;
    }

#tg-ta-reports {
    border: 1px solid #E7E9EA;
    height: 100%;
    overflow-y: auto;
}

    #tg-ta-reports .selected-report {
        background-color: #A2DDFF;
    }

.ta-report-header-container {
    padding-left: 10px;
    height: 35px;
}

    .ta-report-header-container label {
        line-height: 35px;
        font-weight: bold;
    }

.ta-report-reports-list {
}

    .ta-report-reports-list div {
        height: 35px;
        padding-left: 10px;
        cursor: pointer;
    }

        .ta-report-reports-list div:hover {
            background-color: #E9EBED;
        }

        .ta-report-reports-list div label {
            line-height: 35px;
        }

#ta-report-filter-content table {
    border-spacing: 10px !important;
    margin: unset !important;
}

    #ta-report-filter-content table td {
        text-align: left !important;
    }

    #ta-report-filter-content table tr {
    }

#ta-report-menu {
    float: right;
    border-width: 0;
    background: none;
    vertical-align: bottom;
    color: #FFFFFF;
    font-weight: 700;
}

    #ta-report-menu li:hover {
        background-color: #003F54;
        border: 1px solid #003F54;
    }

#ta-report-menu-wrapper {
    height: 35px;
    position: absolute;
    top: 1px;
    left: 170px;
    width: calc(100% - 570px);
    overflow: hidden;
}