﻿label.reporting-compare-tab {
    padding: 2px 5px 0px; 
    height: 21px;
}

.disabledDiv {
    pointer-events: none;
    opacity: 0.5;
}

#pp-timeframe img.ui-datepicker-trigger, #sp-timeframe img.ui-datepicker-trigger, #pp-date img.ui-datepicker-trigger {
    position: relative;
    top: 5px;
    left: -22px;
}

#report-schedule img.ui-datepicker-trigger
{
    position: relative;
    top: 5px;
    left: -22px;
}

#reporting .jqx-cell, #select-reports-dialog .jqx-cell {
    min-height: 14px;
    height: 18px;
    vertical-align: bottom;
}

#reporting .jqx-grid-cell, #select-reports-dialog .jqx-grid-cell {
    font-size: 10pt;
}

#reporting input {
    font-size: 10pt;
}

#reporting select {
    font-size: 9pt;
}

#reporting {
    font-size: 10pt;
}

#reporting .jqx-widget-content, #select-reports-dialog .jqx-widget-content {
    font-family: Calibri, Helvetica, Tahoma;
}

#reporting .jqx-grid-cell-pinned {
    background-color: white;
 }

#reporting .jqx-grid-cell-pinned-alt {
    background-color: #e5e5e5;
 }

    #reporting .jqx-grid-cell-selected {
        background-color: #A2DDFF;
    }

#report-schedule .jqx-widget-content 
{
    border-color: black
}

#reporting .jqx-widget 
{
    font-size: 16px;
}

#select-reports-dialog .jqx-cell {
    border-color: transparent !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

#CustomDateRangeDialog img.ui-datepicker-trigger
{
    position: relative;
    top: 4.5px;
    left: -22px;
}

.kpi-select-dropdown
{
    width:100px;
}

#reporting-menu {
    float: right;
    border-width: 0;
    background: none;
    vertical-align: bottom;
    color: #FFFFFF;
    font-weight: 700;
}

    #reporting-menu li:hover {
        background-color: #003F54;
        border: 1px solid #003F54;
    }

.reporting-section-header {
    border: none;
    margin: 3px 0px 0px 0px;
    background-color: #939596;
    color: #000000;
    height: 25px;
    line-height: 22px;
    text-align: center
}

#employee-report-menu {
    float: right;
    border-width: 0;
    background: none;
    vertical-align: bottom; 
    color: #FFFFFF;
    font-weight: 700;
}

    #employee-report-menu li:hover {
        background-color: #003F54;
        border: 1px solid #003F54;
    }

#standard-report-menu {
    float: right;
    border-width: 0;
    background: none;
    vertical-align: bottom;
    color: #FFFFFF;
    font-weight: 700;
}

    #standard-report-menu li:hover {
        background-color: #003F54;
        border: 1px solid #003F54;
    }

#reporting-menu-wrapper {
    height: 35px;
    position: absolute;
    top: 1px;
    left: 170px;
    width: calc(100% - 570px);
    overflow: hidden;
}

#standard-report-menu-wrapper {
    height: 35px;
    position: absolute;
    top: 1px;
    left: 170px;
    width: calc(100% - 570px);
    overflow: hidden;
}

#employee-report-menu-wrapper {
    height: 35px;
    position: absolute;
    top: 1px;
    left: 170px;
    width: calc(100% - 570px);
    overflow: hidden
}