﻿#taskmanagement {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#taskmanagement-content {
    width: 100%;
    height: 100%;
}

#taskmanagement-day-header-wrapper {
    width: 99%;
    height: 30px;
    overflow: hidden;
    margin-left: 15px;
}

#taskmanagement-day-header {
    width: 400px;
    height: 30px;
    line-height: 24px;
    margin-left: 5px;
    float: left;
    font-family: Calibri, Helvetica, Tahoma;
    font-size: 18px;
    font-weight: bold;
}

#taskmanagement-dashboard-header {
    height: 32px;
    background-color: #D2F4FE;
    text-align: center;
}

#taskmanagement-dashboard-content {
    height: 90%;
    text-align: center;
    width: 100%;
}

#taskmanagement-menu-wrapper {
    height: 35px;
    position: absolute;
    top: 1px;
    left: 170px;
    width: calc(100% - 570px);
    overflow: hidden;
}

#taskmanagement-menu {
    float: right;
    border-width: 0;
    background: none;
    vertical-align: bottom;
    color: #FFFFFF;
    font-weight: 700;
}

    #taskmanagement-menu li:hover {
        background-color: #003F54;
        border: 1px solid #003F54;
    }

#taskmanagement-assignedtask-control {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#taskmanagement-thisweekstatus-control {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#taskmanagement-unabletocomplete-control {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#taskmanagement-upcomingtask-control {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#taskmanagement-completionontime-control {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#taskmanagement-pastdue-control {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#taskmanagement-upcomingtask-content-table {
    width: 100%;
    margin: 2px;
}

#taskmanagement-completionontime-content-table {
    margin: 2px;
}

#taskmanagement-pastdue-content-table {
    width: 100%;
    margin: 2px;
}

#taskmanagement-second-row {
    width: 100%;
    height: 75%;
    overflow: hidden;
}

#taskmanagement-first-row {
    width: 100%;
    height: 25%;
    overflow: hidden;
}

#assignedtask {
    float: left;
    width: 33%;
}

#unabletocomplete {
    float: right;
    width: 34%;
}

#thisweekstatus {
    display: inline-block;
    width: 33%;
}

#upcomingtasks {
    float: left;
    width: 33%;
    height: 100%;
}

#completionontime {
    display: inline-block;
    width: 33%;
    height: 100%;
}

#pastdue {
    float: right;
    width: 34%;
    height: 100%;
}

.dashboardTable {
    font-size: 20px;
}

.taskreport-buttonset-btn {
    width: calc((100% / 20) - 5px);
    height: 20px;
    line-height: 20px;
}

#taskdashboard-grid-holder {
    height: calc(100% - 50px);
}

#task-reporting .ui-datepicker-trigger {
    position: relative;
    top: 4.5px;
    left: -22px;
}

    #task-reporting .ui-datepicker-trigger:hover {
        content: url("../../images/CalendarBlue.png");
    }

.tab {
    overflow: hidden;
    background-color: #FFFFFF;
    height: 30px;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: #FFFFFF;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        transition: 0.3s;
        font-size: 11pt;
        font-family: Calibri, Helvetica, Tahoma;
        margin-top: 0px;
        color: #000000;
        /*margin-left: 10px;*/
        text-align: left;
        width: 200px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #FFFFFF;
            color: #0177BC;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #FFFFFF;
            font-weight: 700;
            margin-top: 1px;
            color: #0177BC;
            border-bottom: 3px solid #0177BC !important;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 40px;
    border-top: none;
    text-align: center;
    margin: 20px;
}

.grid-boxes {
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    border: 1px solid #E7E9EA;
    height: 250px;
    width: 260px;
}

.task-status-content {
    width: 100%;
    height: calc(100% - 25px);
    overflow-y: auto;
}

.task-status-details {
    margin: 0 10px;
    display: flex;
    flex-direction: row;
}

    .task-status-details label {
        width: 250px;
    }

.task-status-images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 20px 10px 0 10px;
}

.task-status-image {
}

.task-status-image-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 250px;
    padding: 0 20px 0 0;
}

.task-status-picture-notes {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.task-status-image-wrapper img {
    height: 100px;
}

.task-status-image-wrapper label {
    line-break: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

#stores-data {
    width: 100%;
    height: calc(100% - 30px);
}

.task-reporting-photo-gallery {
    width: 100%;
    height: calc(100% - 46px);
    display: flex;
    flex-direction: column;
}

.task-reporting-photo-wrapper {
    width: 100%;
    height: calc(100% - 40px);
    display: flex;
    flex-direction: row;
    align-items: center;
}

.task-reporting-arrow {
    width: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    .task-reporting-arrow img {
        cursor: pointer;
    }

.task-reporting-photo-content {
    width: calc(100% - 80px);
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    .task-reporting-photo-content img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        width: auto;
        height: auto;
    }

.task-reporting-photo-footer {
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 10px;
}

    .task-reporting-photo-footer label {
        flex: 1;
    }

    .task-reporting-photo-footer img {
        justify-self: flex-end;
        width: 26px;
        height: 28px;
        cursor: pointer;
    }

.task-details-section {
    margin: 5px 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.task-details-left {
    width: 125px;
    text-align: right;
    display: flex;
    flex-direction: column;
}

.task-details-content {
    width: calc(100% - 135px);
}

.task-details-header {
}

.task-details-photos {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 5px;
}

.task-detail-photo-row {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.task-pictures-dialog {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.task-pictures-upload-picture {
    margin: 0 100px;
    ;
    margin-bottom: 5px;
}

.task-pictures-content {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 10px;
}

.task-pictures-item {
    width: 200px;
    display: flex;
    flex-direction: column;
    border: 2px solid #A4A6A7;
    border-radius: 10px;
    padding: 5px 10px;
    height: 230px;
}

.task-picture-picture {
    flex: 1;
}

.task-picture-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    height: 32px;
}

.task-picture-notes {
    cursor: pointer;
    height: 25px;
}

.task-picture-delete {
    cursor: pointer;
    height: 25px;
}
/*.folders-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}

.folder-item {
    flex-basis: calc(16.66% - 20px);*/ /* Set the width of each folder item to 1/6th of the container minus the spacing */
/*padding: 10px;
    box-sizing: border-box;
    border: 2px solid #05567E;
    border-radius: 10px;
    text-align: left;
}

.folder-icon img {
    width: 20px;
    height: 20px;
}

.folder-name {
    font-weight: bold;
    font-size: 16px;
    color: #05567E;
}

.photo-count {
    font-size: 14px;
    color: #05567E;
}*/
.folder-up-wrapper {
    height:30px;
    margin-top:15px;
    display: flex;
    align-items: flex-start;
}
.folder-up {
    width: 30px;
    height: 30px;
}
.folders-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px;
    margin-left:55px;
    margin-right:20px;
    margin-top:15px;
}

.folder-item {
    flex-basis: calc(11.66% - 30px); /* Set the width of each folder item to 1/6th of the container minus the spacing */
    padding: 10px;
    box-sizing: border-box;
    border: 2px solid #0C8ACA;
    border-radius: 10px;
    text-align: left;
    color: #0C8ACA;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    aspect-ratio: 1/1;
}

.folder-icon {
    width: 32px; /* Reduce the width of the folder icon */
    height: 32px; /* Reduce the height of the folder icon */
    background-color: #0C8ACA;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px; /* Reduce the spacing between the folder icon and details */
}

    .folder-icon img {
        width: 20px; /* Reduce the size of the PNG icon */
        height: 20px; /* Reduce the size of the PNG icon */
    }

.folder-details {
    margin-top: auto; /* Pushes the details to the bottom */
    display: flex;
    flex-direction: column;
}

.folder-name {
    font-weight: bold;
    font-size: 14px; /* Reduce the font size of the folder name */
    margin-left: 10px;
    margin-bottom: 10px;
}

.photo-count {
    font-size: 12px; /* Reduce the font size of the photo count */
    margin-left: 10px;
    margin-bottom: 10px;
}

.page-number-container {
    display: inline-block;
}

.page-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: transparent;
    color: #8C8C8C;
    cursor: pointer;
}

    .page-number:hover {
        background-color: #EFEFEF;
    }

.active-page {
    background-color: #0C8ACA;
    color: #FFFFFF;
}

.pagination-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

    .pagination-navigation .navigation-vector {
        box-sizing: border-box;
        width: 24px;
        height: 24px;
        flex: none;
        order: 0;
        flex-grow: 0;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .pagination-navigation .navigation-vector img {
            width: 16px;
            height: 16px;
            max-width: 100%;
            max-height: 100%;
        }

    .pagination-navigation .navigation-vector-left {
        margin-right: 10px;
    }

    .pagination-navigation .navigation-vector-right {
        margin-left: 10px;
    }