﻿.review-section {
    border: none;
    margin: 5px;
}

.review-section-header {
    border: none;
    background-color: #FFFFFF;
    color: #2C2C2C;
    border: 1px solid #E7E9EA;
    padding-left: 10px;
    font-weight: bold;
    height: 30px;
    padding-top: 5px;
    font-size: 12pt;
    cursor: pointer;
    overflow: hidden;
}

    .review-section-header:hover {
        background-color: #068ACA;
        color: #FFFFFF;
        border: 1px solid #068ACA;
    }

.review-section-header-no-hover {
    border: none;
    background-color: #939596;
    color: #000000;
    padding-left: 10px;
    height: 25px;
    font-size: 12pt;
    overflow: hidden;
    text-align: center;
}

.review-section-content {
    padding: 5px;
    overflow: auto;
    padding-bottom: 0px;
}

.review-report-type {
    border: 1px solid #A0C2CE;
    margin-bottom: 5px;
}

.review-kpi-select {
    width: 100px;
}

.review-report-header {
    background-color: #FFFFFF;
    font-weight: bold;
}

.conduct-content {
    border: 1px solid #A0C2CE;
    height: 100%;
}

.generateReport-selected-location {
    color: #2D84A0;
    font-weight: bold;
}

.generateReport-currently-generating {
    color: gray;
    font-weight: lighter;
}

.jqx-switchbutton-on {
    background: #A2DDFF;
}

.review-schedule-stats-item {
    width: 33%;
    float: left;
    min-width: 400px;
}

.report-schedule-stats-item {
    width: 30%;
    float: left;
    margin-bottom: 15px;
}

#sv-action-plan img.ui-datepicker-trigger {
    position: relative;
    left: -22px;
    top: 4.5px;
}

.sv-report-cell {
    border: none;
    padding: 3px 6px;
    font-weight: 400;
}

#table-wrapper {
    position: relative;
}

#table-scroll {
    height: calc(100% - 50px);
    overflow: auto;
    margin-top: 20px;
}

#table-wrapper table {
    width: 100%;
}

    #table-wrapper table thead th .text {
        position: absolute;
        top: -20px;
        z-index: 2;
        height: 20px;
        width: 35%;
    }

table.scroll {
    /* width: 100%; */
    /* Optional */
    /* border-collapse: collapse; */
    border-spacing: 0;
    border: 1px solid rgb(171, 192, 201);
}

    table.scroll tbody, table.scroll thead {
        display: block;
    }

    table.scroll tbody {
        height: 500px;
        overflow-y: auto;
        overflow-x: hidden;
    }

tbody td:last-child, thead th:last-child {
    border-right: none;
}

#schedule-review-grid .ui-datepicker-trigger {
    top: 4.5px;
    position: relative;
    left: -22px;
}

.review-table-grid-data {
    padding: 20px;
    height: calc(100% - 200px);
}

#storeVisitDashboardContainer {
    height: 100%;
    overflow-y: auto;
}

#storeVisitDashboardBody {
    height: 100%;
    overflow: hidden;
}

#storeVisitDashboardGridWrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.dashboard-sv-header-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.dasboard-sv-1-header {
    width: 100%;
    bottom: 0;
    top: 0;
    position: absolute;
    margin: auto;
    height: fit-content;
}

.dasboard-sv-header {
    width: 100%;
    bottom: 0;
    position: absolute;
    margin: auto;
    height: fit-content;
}

.jqx-widget .jqx-grid-cell, .jqx-widget .jqx-grid-column-header, .jqx-widget .jqx-grid-group-cell {
    border: none;
}

#storeVisitDashboardGrid {
    background-color: #FFFFFF;
}

.multiselectforadd {
    width: 200px;
    float: left;
    margin-right: 23px;
}

.selectBox {
    position: relative;
}

    .selectBox select {
        width: 100%;
        font-weight: bold;
    }

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#taskDetailAssigntoDropdown {
    max-height: 200px;
    overflow: auto;
    display: none;
    border: 1px #dadada solid;
    z-index: 99999;
    position: absolute;
    background-color: white;
}

    #taskDetailAssigntoDropdown label {
        display: block;
        white-space: nowrap;
        overflow: hidden;
    }

#storeVisitHeader {
    height: 85px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
}

    #storeVisitHeader .date-selector-container {
        float: left;
        margin: 0 10px;
        position: absolute;
        top: 80px;
        left: 40px;
        width: 32px;
    }

        #storeVisitHeader .date-selector-container .ui-datepicker-trigger {
            width: 27px;
            height: 27px;
        }

        #storeVisitHeader .date-selector-container img {
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            position: absolute;
            cursor: pointer;
        }

    #storeVisitHeader .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;
    }

        #storeVisitHeader .stacked-stats-container:hover {
            border: 1px solid #003F54;
            background-color: #003F54;
            color: #FFFFFF;
        }

#storeVisit-menu {
    float: right;
    border-width: 0;
    background: none;
    vertical-align: bottom;
    color: #FFFFFF;
    font-weight: 700;
}

    #storeVisit-menu li:hover {
        background-color: #003F54;
        border: 1px solid #003F54;
    }

[id^="menuItem"].jqx-fill-state-pressed {
    background-color: #003F54 !important;
    border: 1px solid #003F54 !important;
    color: #FFFFFF !important;
}

.store-visit-reporting-tab {
    text-align: left;
    width: 200px;
    cursor: pointer;
}

    .store-visit-reporting-tab:hover {
        color: #0177BC;
    }

#columntablestoreVisitDashboardGrid {
    background-color: #939596;
}

#storeVisit-menu-wrapper {
    height: 35px;
    position: absolute;
    top: 1px;
    left: 170px;
    width: calc(100% - 570px);
    overflow: hidden;
}

#storeVisit {
    height: 100%;
    width: calc(100% - 5px);
    min-width: 600px;
}

div.sv-header-button {
    height: 65px;
    padding: 0 10px;
    background-color: #FFFFFF;
    border-radius: 40px;
    cursor: pointer;
    margin: 0 5px;
    color: #2C2C2C;
    border: 1px solid #068ACA;
}

    div.sv-header-button:hover {
        background-color: #003F54;
        color: #FFFFFF;
        border: 1px solid #003F54;
    }

td.sv-big-bubble-number {
    font-size: 2em;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

td.sv-small-bubble-number {
    font-size: 22px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

td.sv-big-bubble-label {
    padding-right: 10px;
    max-height: 63px;
}

td.sv-small-bubble-label {
    padding-right: 10px;
    max-height: 44px;
}

/*.store-visit-pictures-wrapper {
    width: 100%;
    height: 100%;
}
.store-visit-pictures {
    overflow-y: auto;
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/ /* Adjust spacing between images */
/*}

.store-visit-picture {
    width: calc(50% - 10px);*/ /* Adjust the width of each picture container */
    /*height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;*/ /* Add margin bottom for spacing between rows */
/*}

.store-visit-picture-element {
    max-width: 100%;
    max-height: calc(100% - 44px);
    margin-top: auto;
    margin-bottom: auto;
}

.store-visit-picture-footer {
    height: 44px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.store-visit-picture-footer span {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.store-visit-picture-footer img {
}*/

.store-visit-drag-drop-wrapper {
    display: flex;
    justify-content: center;
    margin: 10px;
}
.store-visit-pictures {
    overflow-y: auto;
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.store-visit-picture {
    width: calc(50% - 10px);
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.store-visit-picture-element {
    max-width: 100%;
    max-height: 400px; /* Limit the image height to 400 pixels */
    margin-top: auto;
    margin-bottom: auto;
}

.store-visit-picture-footer {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

    .store-visit-picture-footer span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        flex-grow: 1;
    }

    .store-visit-picture-footer img {
        margin-left: 10px;
    }
