﻿#statistics {
    width: calc(100% - 5px);
    height: 100%;
    overflow: hidden;
}

.ui-dialog {
    z-index: 200000;
}

#statistics-menu-bar {
    height: 35px;
    width: 100%;
    background: #FFFFFF;
    border: none;
    border-bottom: 1px solid #E7E9EA;
    padding-top: 5px;
}

#statistics-menu {
    float: right;
    border-width: 0;
    background: none;
    color: #FFFFFF;
    font-weight: 700;
}

    #statistics-menu li:hover {
        background-color: #003F54;
        border: 1px solid #003F54;
    }

#statistics-totals, #statistics-days, #statistics-slots {
    margin: 0;
    padding: 0;
}

#statistics-content {
    height: 96%;
    margin: 0;
    padding: 0;
}

#statistics-fiscal-weeks {
    float: left;
    width: 150px;
    height: 24px;
    margin-left: 3px;
    margin-right: 3px;
}

#statistics-paper-sizes {
    width: 150px;
    height: 24px;
    margin-left: 3px;
    margin-right: 3px;
}

.statistics-title {
    display: block;
    width: calc(100% - 200px);
    text-align: center;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    font-family: Calibri, Helvetica, Tahoma;
    font-size: 15px;
}

#statistics-calendar-container {
    float: left;
    height: 24px;
    width: 21px;
    margin: 3px 3px 0px 3px;
    position: relative;    
}

/* JQX GRID CHANGES */
.jqx-grid-cell-alt {
    background-color: #F3F3F3;
}

.jqx-grid-column-header {
    background-color: #939596;
    color: #000000;
    z-index: 0;
}

.jqx-widget {
    vertical-align: middle;
    font-family: Calibri, Helvetica, Tahoma;
    font-size: 16px;
}

.jqx-grid-cell-selected {
    background-color: #A2DDFF !important;
}

#statistics .jqx-widget-content {
    background: transparent;
}

#statistics .jqx-grid-cell.jqx-grid-cleared-cell {
    background-color: transparent;
}

#columntablestatistics-totals-grid {
    background-color: #939596;
}

#columntablestatistics-days-grid {
    background-color: #939596;
}

#columntablestatistics-details-grid {
    background-color: #939596;
}

#statistics-menu-wrapper {
    height: 35px;
    position: absolute;
    top: 1px;
    left: 170px;
    width: calc(100% - 570px);
    overflow: hidden;
}

