﻿#add-edit-worksheet {
    width: 100%;
    height: 100%;
}

.add-edit-worksheet-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.worksheets-list-wrapper {
    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px 10px 0 10px;
    overflow: auto;
    border-right: 1px solid lightgray;
}

    .worksheets-list-wrapper label {
    }

.worksheet-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#saved-worksheets-list {
}

.worksheet-list-item {
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

    .worksheet-list-item label {
        cursor: pointer;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.worksheet-wrapper {
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    gap: 20px;
}

.worksheet-parameters-wrapper {
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    gap: 20px;
}

.worksheet-list-header {
    font-weight: bold;
    padding: 10px;
}

.worksheet-timeframe-label {
}

#worksheet-location-button {
    width: 200px;
    height: 30px;
    margin: 10px 10px 0 0;
    border: 1px solid gray;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0 5px;
}

    #worksheet-location-button label {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        cursor: pointer;
    }

.worksheet-timeframe-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.worksheet-timeframe-row {
    display: flex;
    flex-direction: column;
    width: 60%;
    border: 1px solid lightgray;
}

.timeframe-header {
    text-align: center;
    font-weight: bold;
    margin: 5px 0;
}

    .timeframe-header.left {
        text-align: left;
        font-weight: bold;
        padding: 5px 10px;
        border-bottom: 1px solid lightgray;
        margin: 0;
    }

.worksheet-timeframe-daterange-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 5px 0;
    padding: 0 10px;
}

.timeframe-year {
}

.timeframe-week {
}

.timeframe-date {
}

.timeframe-calendar {
}

.timeframe-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

    .timeframe-group img {
        height: 15px;
        position: relative;
        left: -40px;
    }

.worksheet-timeperiod-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 10px;
    flex-wrap: wrap;
}

.worksheet-button {
    background-color: #0177BC;
    border: none;
    color: white;
    padding: 0 15px;
    height: 30px;
    border-radius: 15px;
    cursor: pointer;
}

.worksheet-generate-button {
    width: 150px;
}

.worksheet-secondary-button {
    background-color: white;
    border: 1px solid #0177BC;
    color: #0177BC;
}

.worksheet-options-wrapper {
}

.worksheet-row {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.worksheet-select-kpis-wrapper {
    width: 60%;
}

.worksheet-selected-kpis-container {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.worksheet-selected-kpi {
    height: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.worksheet-kpi-label {
}

.worksheet-kpi-remove {
    cursor: pointer;
}

.worksheet-kpis-selector {
}

#location-selector-dialog {
}

.planning-worksheets-location-wrapper {
    height: calc(100% - 40px);
    width: calc(100% - 2px);
}

.aag-add-content-location-selector-location-hierarchy {
}

.location-selector-search-wrapper {
    display: flex;
    flex-direction: row;
    gap: 5px;
    padding-right: 10px;
    height: 40px;
    align-items: center;
}

.location-selector-search {
    flex: 1;
}

.location-selector-search-button-wrapper {
    cursor: pointer;
}

.location-selector-search-button {
    height: 20px;
}

.worksheet-selected-kpi-delete {
    font-size: 16px;
}

.worksheet-add-kpi {
    height: 30px;
}

.worksheet-add-attribute {
    height: 30px;
}

.worksheet-delete-worksheet {
    height: 22px;
}
