﻿.task-dashboard-key {
    text-align: left;
}

.task-dashboard-value {
    text-align: right;
}

#taskDashboard {
    width: calc(100% - 5px);
    height: 100%;
}

.task-header-inner {
    width: 96%;
    margin: 0 auto;
}

#taskHeader {
    height: 80px;
    margin: 0 20px;
    text-align: center;    
    margin-bottom: 5px;
    margin-top: 5px;    
}

    #taskHeader * {
    }

    #taskHeader .date-selector-container {
        float: left;
        margin: 0 10px;
        position: absolute;
        top: 80px;
        left: 40px;
        width: 32px;
    }

        #taskHeader .date-selector-container .ui-datepicker-trigger {
            width: 27px;
            height: 27px;
        }

        #taskHeader .date-selector-container img {
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            position: absolute;
            cursor: pointer;
        }

.task-header-button {
    float: left;
    height: 60px;
    padding: 0 10px;
    background-color: #FFFFFF;
    border-radius: 40px;
    cursor: pointer;
    margin: 0 10px;
    color: #2C2C2C;
    border: 1px solid #068ACA;
}

    .task-header-button:hover {
        background-color: #003F54;
        color: #FFFFFF;
        border: 1px solid #003F54;
    }

    .task-header-button * {
        margin: 0 10px;
        float: left;
        line-height: 60px;
        /*color: white;*/
        cursor: pointer;
        text-transform: capitalize;
    }

#taskHeader .stacked-stats-container {
    display: table;
    border-spacing: 5px 0;
    float: left;
    height: 60px;
    margin: 0 10px;
    border-radius: 40px;
    background-color: #FFFFFF;
    padding: 0 20px;
    border: 1px solid #068ACA;
    color: #2C2C2C;
}
    #taskHeader .stacked-stats-container:hover {
        border: 1px solid #003F54;
        background-color: #003F54;
        color: #FFFFFF;
    }

    #taskHeader .view-toggle-container {
        float: right;
        margin: 0 10px;
        height: 100%;
        position: relative;
        width: 60px;
    }

        #taskHeader .view-toggle-container div {
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            background-color: #0177BC;
            cursor: pointer;
            width: 80px;
            height: 32px;
            border-radius: 12.5px;
            line-height: 32px;
            color: #FFFFFF;
            text-align: center;
        }

        #taskHeader .view-toggle-container div:hover {
            background-color: #003F54;
        }

.stacked-stats-container .stack-row {
    height: 50%;
    display: table-row;
}

.stacked-stats-container .stack-row * {
    margin: 0 10px;
    line-height: 30px;
    display: table-cell;
    height: 30px;
    vertical-align: middle;
}

.document-tracking-header-selection {
    width: 765px;
    height: 35px;
    float: left;
    margin-right: auto;
    background: #FFFFFF;
    display: flex;
    border-bottom: 1px solid #E7E9EA;
    padding: 1px;
    margin: 0px 15px;
}

.past-due-body {
    width: 100%;
    height: calc(100% - 33px);
}

.past-due-header {
    height: 32px;
    margin: 5px 0px;
}

.past-due-header label {
    float: left;
    line-height: 32px;
    margin: 0 5px;
    text-transform: capitalize;
}

.past-due-header div {
    float: right;
    height: 32px;
}

.past-due-header div img {
    width: 28px;
    margin: 2px 5px;
    cursor: pointer;
}

.past-due-body table {
    width: 100%;
    height: calc(100% - 1px);
}

.past-due-body table thead {
    height: 25px;
    background-color: #939596;
    color: #000000;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.past-due-body table tbody {
    display: block;
    width: 100%;
    height: calc(100% - 25px);
    overflow-y: auto;
}

.past-due-body table tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.past-due-body table tr:nth-child(even) {
    background-color: #E7E9F0;
}

    .past-due-body table td {
        padding: 0 5px;
        height: 25px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .past-due-body table tr.selected {
        background-color: #A2DDFF;
    }

    .past-due-body table thead label {
        text-transform: capitalize;
    }

    .past-due-body table tbody .past-due-task-row {
        height: 25px;
        line-height: 25px;
        padding: 0;
        margin: 0 20px;
    }

.open-task-store-row {
    height: 25px;
    line-height: 25px;
    padding: 0;
    margin: 0 20px;
}

.task-planning-group {
    width: 200px;
    float: left;
    height: calc(100% - 1px);
    position: relative;
    line-height: 100%;
    border: 2px solid transparent;
}

    .task-planning-group label {
        position: absolute;
        left: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: fit-content;
        width: calc(100% - 50px);
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .task-planning-group .task-planning-collapse-button-wrapper img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: 8px;
        height: 8px;
    }

.task-planning-store-group-row {
    width: calc(100% - 204px);
    float: left;
    table-layout: fixed;
}

.task-planning-store-group-summary {
    width: calc(100% - 204px);
    float: left;
    table-layout: fixed;
}

    .task-planning-store-group-summary tbody td {
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
    }

.task-summary-task-completion {
    float: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.task-summary-task-name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.task-planning-store-group-row td {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
}

.task-planning-category-row {
    width: 100%;
}

#taskPlanningHeader label {
    width: 160px;
    float: left;
    padding: 0 20px;
    margin: 0 2px;
    line-height: 50px;
    font-size: 15px;
}

#taskPlanningHeader table {
    table-layout: fixed;
    float: left;
    width: calc(100% - 208px);
    height: 50px;
    margin: 0 2px;
    border: none;
    border-spacing: 0;
}

    #taskPlanningHeader table td {
        text-align: center;
        margin: 0;
        padding: 0;
        height: 50px;
    }

#taskPlanningHeader {
    height: 50px;
    position: relative;
    background-color: #939596;
    color: #000000;
}

.stack-row h1 {
    font-size: 22px;
    text-align: right;
}

.task-summary-task-count {
    font-weight: bold;
}

#tasksMainContent {
    height: calc(100% - 80px);
}

#taskPlanningContainer {
    height: 100%;
}

#taskPlanningList {
    height: calc(100% - 85px);
    overflow-y: auto;
    width: 100%;
}

#tasksPreviousWeekButton {
    left: 206px;
}

#tasksNextWeekButton {
    right: 0;
}

#taskPlanningHeader .week-button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 32px;
    width: 32px;
    cursor: pointer;
}

    #taskPlanningHeader .week-button img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 20px;
        height: 20px;
    }

#TaskPlanningFooter {
    width: 100%;
    height: 35px;
    background-color: #F3F5F6;
    text-transform: capitalize;
}

    #TaskPlanningFooter label {
        width: 200px;
        float: left;
        line-height: 35px;
        padding: 0 5px;
    }

    #TaskPlanningFooter table {
        table-layout: fixed;
        width: calc(100% - 210px);
        float: left;
        border-spacing: 0;
        border: 0;
        text-transform: capitalize;
    }

        #TaskPlanningFooter table td {
            text-align: center;
            line-height: 35px;
        }

#taskTrackingContainer {
    height: 100%;
    /*overflow-y: auto;*/
}

#taskTrackingBody {
    height: calc(100% - 30px);
    overflow: hidden;
}

#taskTrackingGridWrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.task-tracking-header-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.task-tracking-header {
    width: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    height: fit-content;
}

.task-stats-header {
    height: 60px;
    display: inline-block;
}

.tracking-filter-container {
    display: flex;
    position: absolute;
    left: 100px;
    top: -4px;
}

    .tracking-filter-container span {
        position: absolute;
        left: 0;
        right: 0;
        top: 80px;
        bottom: 0;
        margin: auto;
        background-color: #0177BC;
        cursor: pointer;
        width: 80px;
        height: 32px;
        border-radius: 12.5px;
        line-height: 32px;
        color: #FFFFFF;
        text-align: center;
    }

    .tracking-filter-container span:hover {
        background-color: #003F54;
    }

#task-categories-menu {
    position: absolute;
    z-index: 9999;
    background-color: #F3F5F6;
    width: 200px;
    top: 56px;
    font-weight: 700;
}

    #task-categories-menu li:hover {
        background-color: #003F54;
        border: 1px solid #003F54;
    }

    #task-categories-menu .task-category-menu {
        display: block;
        margin: 5px 0;
        width: 100%;
        overflow: hidden;
    }

        #task-categories-menu .task-category-menu div {
            float: left;
        }

        #task-categories-menu .task-category-menu label {
            margin: 0 5px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            width: calc(100% - 32px);
            display: block;
        }

#task-category-picker-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 9999;
}

.task-planning-collapse-button-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 32px;
    height: 32px;
}

#taskTrackingFooter {
    height: 30px;
    width: 100%;
    background-color: #F4F5F6;
}

#taskTrackingFooterWrapper {
    width: calc(100% - 250px);
    height: 30px;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

#taskTrackingFooter .work-effort-row {
    width: 150px;
    text-align: center;
    display: inline-block;
    line-height: 25px;
}

#taskTrackingContent {
    position: absolute;
}

#taskTrackingFooterLeft {
    width: 250px;
    display: inline-block;
    line-height: 25px;
    float: left;
}

    #taskTrackingFooterLeft label {
        margin-left: 10px;
        text-transform: capitalize;
    }

#taskTrackingBody .jqx-widget-content {
    background: transparent;
}

@media screen and (max-width: 1450px) {
    .task-stats-header {
    }

        .task-stats-header h1 {
            font-size: 20px !important;
        }

    #taskHeader .task-header-button {
    }

    .task-stats-header .stacked-stats-container .stack-row {
    }

    .task-header-button * {
        margin: 0 5px;
    }

    .stacked-stats-container .stack-row * {
        margin: 0 5px;
    }

    .task-header-button {
        padding: 0 5px;
        margin: 0 5px;
    }

    .stacked-stats-container {
        padding: 0 5px;
        margin: 0 5px;
    }

    .task-header-button label {
        font-size: 12px;
    }

    .stacked-stats-container label {
        font-size: 12px;
    }

    .task-planning-store-group-row td * {
        font-size: 12px;
    }

    .task-planning-group label {
        font-size: 12px;
    }
}

@media screen and (max-width: 1170px) {
    .task-stats-header {
    }

        .task-stats-header h1 {
            font-size: 18px !important;
        }

    #taskHeader .task-header-button {
    }

    .task-stats-header .stacked-stats-container .stack-row {
    }

    .task-header-button * {
        margin: 0 2px;
    }

    .stacked-stats-container .stack-row * {
        margin: 0 2px;
    }

    .task-header-button {
        padding: 0 2px;
        margin: 0 2px;
    }

    .stacked-stats-container {
        padding: 0 2px;
        margin: 0 2px;
    }

    .task-header-button label {
        font-size: 11px;
    }

    .stacked-stats-container label {
        font-size: 11px;
    }

    .task-planning-store-group-row td * {
        font-size: 11px;
    }

    .task-planning-group label {
        font-size: 11px;
    }
}
