﻿.ta-dashboard-charts-selected-week {
    padding-top: 23px;
    padding-left: 40px;
    position: absolute;
    font-size: 15px;
}

#ta-dashboard-charts-fiscal-weeks {
    height: 24px;
    margin-top: 20px;
}

#ta-dashboard-charts-top {
    padding: 0 10px;
}

    #ta-dashboard-charts-top .fiscal-week-wrapper {
        position: relative;
        width: 120px;
        height: 60px;
        display: inline-block;
        float: left;
        margin-right: 10px;
        margin-left: 25px;
    }

    #ta-dashboard-charts-top .fiscal-date-picker-wrapper {
        height: 60px;
        width: 24px;
        position: relative;
        float: left;
    }

        #ta-dashboard-charts-top .fiscal-date-picker-wrapper .ui-datepicker-trigger {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            display: inline-block;
            width: 25px;
            height: 25px;
        }

#AddTimeCardDialog .ui-datepicker-trigger
{
    position:relative;
    left:-22px;
    z-index:999999;
}
.ta-dashboard-charts-wrapper {
    height: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#ta-dashboard-charts-footer {
    width: 100%;
    height: 25%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.ta-dashboard-charts-stats-color {
    font-weight: 700;
    color: #0177BC;
}

.ta-dashboard-charts-footer-bubble-wrapper {
    height: 100%;
    position: relative;
}