
#outputTable tr.selectedrow {
    background: lightgreen;
}

#outputTable tr.noPropertyRow {
    background: lightpink;
}

#outputTable {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
}

    #outputTable th,
    #outputTable td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
        overflow-wrap: anywhere;
    }

    #outputTable th {
        background-color: gray;
        color: #fff;
    }

.groupDataCategoryRow {
    background-color: lightyellow;
}

#TagSelectionForm {
    width: 66vw;
    height: 80vh;
    left: 17vw;
    top: 10vh;
}

.singleTagConfigTextArea {
    display: none !important;
}

.dsConfigOpen {
    /*text-decoration: underline !important;
                        color: darkblue !important;*/
    cursor: pointer;
}

.configContainer {
    display: inline-block;
    width: 90%;
    border: solid 1px #808080;
    border-radius: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #f0f0f0; /* Light background for visibility */
}

.deleteTrendTag {
    width: 5%;
    border: solid 1px #808080;
    border-radius: 8px;
    background-color: #f0f0f0; /* Light background for visibility */
    padding-top: 2px;
    padding-bottom: 2px;
    display: inline-block;
}

#sortableTrendTagList {
    padding-left: 0px;
}

.sortableTagSelection {
    margin-top: 8px;
    cursor: move;
}

.drag-handle {
    display: inline-block;
    cursor: move; /* Change the cursor to indicate movability */
    padding: 4px 8px; /* Spacing around the text for easier clicking */
    font-family: monospace; /* Ensures the characters are evenly spaced */
    color: #666; /* Color of the drag handle */
    font-size: 12px; /* Smaller text to look like a subtle icon */
    user-select: none; /* Prevents the text from being selected */
}
        

.configContainer, #addTrendTag, #ControlsPanel button:nth-of-type(1) {
    padding: 4px 10px 8px;
    border: none;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    cursor: pointer;
    background-color: var(--primaryColour);
    color: #fff;
    font-weight: 600;
}

.configContainer {
    width: 80%;
    justify-content: left;
}

.deleteTrendTag, #ControlsPanel button:nth-of-type(2) {
    display: flex;
    width: auto;
    /*background-color: #fc4646;
    color: #fff;*/
    border: 0.14em solid #cc4646;
    border-radius: 0.25rem;
    color: #fff !important;
    background-color: #cc4646 !important;
    font-weight: 500;
    padding: 4px 14px;
    font-size: 0.9em;
    align-self: flex-end;
}

#sortableTrendTagList > li.sortableTagSelection.ui-sortable-handle {
    display: flex;
    color: #fff;
}

#TagSelectionForm {
    color: rgb(73, 80, 87);
}

.dsConfigOpen, .deleteTrendTag {
    margin-left:2%;
}

.editor-label {
    font-weight: 700;
    margin-top: 1.5%;
    color: var(--primaryColour)
}

.editor-label > label {
    margin-bottom: 2px;
}

#newDataPointName, #editorForm div:nth-of-type(5), #ControlsPanel {
    display: flex !important;
}

#editorForm div:nth-of-type(5) > input {
    width: 80% !important;
    text-indent: 10px;
}

#editorForm div:nth-of-type(5) > button {
    margin-left:2%; 
    padding: 4px 14px;
    width:74px;
}

#ControlsPanel button {
    width: 74px;
    margin-left: 1%;
    font-size:0.9em !important;
}

#ControlsPanel {
    margin-top: 2%;
}

#outputTable th {
    background-color: var(--primaryColour);
    font-weight: 500;
}

#outputTable td {
    font-size:0.9em;
}

.modal-header, .modal-footer {
    padding: 8px !important;
}

#nodeConfig div:nth-of-type(2) > div {
    margin: 2% 0 0;
}

#treePaneContainer div:nth-of-type(2) {
    margin-top: 4.5%;
}

#AggregationType, #AggregationBasis, #BoundaryMode, #newDataPointName, #StartTimestamp, #EndTimestamp {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal-footer button:nth-of-type(1) {
    margin:4px;
    width:74px;
    cursor: pointer;
    background-color: var(--primaryColour);
    color: #fff;
    font-weight: 600;
    border-color: transparent;
}

.modal-footer button:nth-of-type(2) {
    margin:4px 1%;
    width:74px;
    cursor: pointer;
    background-color: #cc4646 !important;;
    color: #fff;
    font-weight: 600;
    border-color: transparent;
}

.modal-disabled {
    background: rgba(0, 0, 0, 0.09);
    backdrop-filter: blur(4px);
}

*/.jstree-default-large .jstree-file {
    background: url("https://www.shareicon.net/data/32x32/2015/09/22/104966_fire_512x512.png") 0 0 no-repeat !important;
    background-size:32px;
}/*

/*.jstree-icon.jstree-ocl {
    background:none;
}

.jstree-open {
    background: url("https://www.shareicon.net/data/16x16/2015/10/07/652366_arrows_512x512.png") 0 0 no-repeat !important;
    background-size:32px;
}

.jstree-closed > i {
    background: url("https://www.shareicon.net/data/16x16/2015/10/07/652391_arrows_512x512.png") 0 0 no-repeat !important;
    background-size:32px;
}*/

.drag-handle {
    color: #fff;
}

#fieldContainer > div {
    margin: 0 1%;
}

#trendPane, #seriesPane {
    /* width: 100%; */
}

#trendPane > .editor-field, #seriesPane > .editor-field {
    height: calc(100% - 1.5% - 24px);
}

#trendPane *, #seriesPane * {
    display: flex;
}

#trendConfiguration, #seriesConfiguration {
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}
