
.featureContextMenu {
    background-color: #ffffff;
    border: 1px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000
}

.featureType {
    font-weight: bold;
}

.selectFeatureSpan {
    display: block;
    padding: 5px;
    margin-bottom: 3px;
    cursor: pointer;
}

.selectFeatureWrapper:hover {
    background-color: #f8f8f8
}

.GIS_Client .ms-side-panel.ms-absolute-dock > div > div {
    height: initial !important;
}

.ms2-border-layout-content {
    max-height: calc(100vh - 70px);
}

.ms2-border-layout-content > iframe {
    border: 0 !important;
    height: calc(100vh - 75px) !important;
}

.GIS_Client .background-tool-button {
    display: none;
}

.wheelWrapper {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 99999;
}

/*Changes visualization panel*/

.changesVisualizationPanel {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    font-size: 10px;
    width: 300px;
    height: 170px;
    padding: 5px 10px;
    position: absolute;
    bottom: 170px;
    left: 0;
    z-index: 9999;
    transition: left 0.3s ease-out 0s;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px;
}

.changesVisualizationPanel.loading {
    height: 170px;
}

.changesVisualizationPanel.collapsed {
    left: -350px;
}

.changesVisualizationPanelBody {
    display: flex;
    flex-wrap: wrap;
}

.changesVisualizationPanelBody > * {
    flex-basis: 50%;
    flex-shrink: 1;
}

.changesVisualizationPanelBody > *:nth-child(even), .changesVisualizationPanelHeaderInner > * {
    flex-grow: 1;
    min-width: 50%;
}

.changesVisualizationPanelHeaderInner > *:nth-child(1), .changesVisualizationPanelHeaderInner > *:nth-child(2) {
    font-weight: bold;
}

.changesVisualizationPanelHeaderInner > * {
    height: 18px;
    line-height: 20px;
}

.changesVisualizationPanelHeaderInner > .empty {
    flex-shrink: 1;
    min-width: 1%;
}

.changesVisualizationPanelHeader {
    padding: 0 0 5px 10px;
    display: flex;
}

.changesVisualizationPanelHeaderInner {
    flex-grow: 1;
    display: flex;
    white-space: nowrap;
    flex-wrap: wrap;
}

.changesVisualizationPanelHeaderButtonWrapper {
    flex-shrink: 1;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.changesVisualizationPanelBody {
    border-top: 1px solid #dddddd;
    padding: 5px 0 0 10px;
}

.changesVisualizationPanelBodyCheckboxes {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    flex-grow: 1;
}

.changesVisualizationPanelBodyCheckboxes > * {
    flex-basis: 50%;
    white-space: nowrap;
    line-height: 10px;
}

.changesVisualizationPanel label {
    font-weight: normal;
    margin-left: 2px;
    margin-bottom: 0px;
    padding-bottom: 3px;
    vertical-align: top;
    padding-top: 5px;
    user-select: none;
}

.changesVisualizationPanelHeaderButtonWrapper > button {
    white-space: nowrap;
}

.changesVisualizationLoading {
    background: #078aa3 linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
    animation: Loading 0.8s infinite linear;
    background-size: 200% 100%;
    border: 1px solid #dddddd;
    flex-basis: 100%;
    text-align: center;
    color: white;
    text-shadow: 0px 0px 3px black;
    font-weight: bold;
    margin-top: 3px;
}

@keyframes Loading {
    0% {
        background-position: 0 50%;
    }

    100% {
        background-position: 42% 50%;
    }
}

.refreshButton {
    padding: 1px 4px 1px 3px !important;
    margin-left: 8px !important;
}

.layerColor {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 3px;
    opacity: 0.8;
}

.datePicker {
    padding: 0px;
    height: 16px;
    width: 70px;
}

.highlightedDate {
    color: #fff !important;
    background-color: #bb1b1b;
    border-radius: 0.3rem;
}

.react-datepicker__day:hover {
    background-color: unset !important;
}

.highlightedDate:hover {
    background-color: #bb1b1b !important;
}

.react-datepicker__day--selected:hover,
.react-datepicker__day--keyboard-selected:hover {
    background-color: #1d5d90 !important;
}

.utcWarn {
    color: #b5b3b3;
}


.collapsablePanelHeader {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    color: #ffffff;
    background-color: #078aa3;
    border-color: #06758b;
    margin: 0 !important;
    height: 38px;
}


.collapsablePanelTitle {
    width: 100%;
    color: #ffffff;
    text-align: center;
    margin: auto;
}

.textFilter {
    padding: 5px;
}

.textFilter input {
    width: 100%;
}

.menu-button-open-panel {
    float: right;
}

.panelHeaderButton {
    border: none !important;
}

.geocalcSearch {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px;
}

.paging {
    display: flex;
    justify-content: space-between;
}

.paging .arrow {
    cursor: pointer;
    color: #078aa3;
}

.geocalcSearch .results {
    margin: 5px 0;
}

.geocalcSearch .results .result, .geocalcVisualisedCalculations .result {
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
}

.geocalcSearch .results .result .addCalculation, .removeCalculation {
    cursor: pointer;
    color: #078aa3;
}


.selectedButton {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    border: 2px solid #3baa2c !important;
}

.editToolbar {
    background-color: #3b3b3b;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 40%;
    z-index: 1040;
}

span:not(:first-child) > .toolbarItem {
    margin-left: 3px;
}

.toolbarItem {
    border-radius: 5px !important;
}

#layers {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100000;
    display: flex;
    flex-direction: column;
    /*justify-content: flex-end;*/
    width: 30px;
    height: 30px;
}

#layers:has(.layersContainer){
    height: calc(100% - 30px);
    width: 340px;
}

#layers .toc-grab {
    display: none;
}

#layers .itemText {
    font-size: 12px;
    overflow-wrap: break-word;
    max-width: 170px;
}

#layers .glyphicon {
    font-size: 12px;
}

.expandedContainer {
    background-color: white;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px;
    overflow-y: scroll;
}

.background-list-container {
    top: 0px;
}

.background-plugin-position {
    position: relative !important;
    top: 0px;
    margin-bottom: 0px !important;
}

.itemLookUpHeader {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    color: #ffffff;
    background-color: #078aa3;
    border-color: #06758b;
    margin: 0 !important;
    height: 30px;
    cursor: move;
}

.itemLookUp .layerItem:nth-child(2n) {
    background-color: #eefbfe;
}

.itemLookUpTitle {
    color: white;
    line-height: 30px;
    margin-left: 5px;
}

.itemButton {
    cursor: pointer;
}

.itemText {
    flex-grow: 2;
    padding-left: 4px;
}

.layerItem {
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
}

.itemText {
    width: 100%;
    padding-left: 5px;
}

.itemTextClickable:hover {
    cursor: pointer;
}

.react-draggable {
    position: absolute;
}


.GIS_Client .toc-default-group .toc-default-group-head {
    height: 14px;
}

.GIS_Client .toc-default-group .toc-default-layer .toc-default-layer-head {
    height: 14px;
    font-size: 12px;
    padding: 8px 0 18px 0;
}

.GIS_Client .toc-default-group .toc-default-layer .toc-default-layer-head .toc-title {
    line-height: 1 !important;
}

.GIS_Client .toc-default-group .toc-default-group {
    margin-bottom: 5px !important;
}

.GIS_Client .toc-default-group .toc-default-layer .toc-default-layer-head .toc-title:hover {
    font-weight: normal;
}

.GIS_Client .toc-default-group .toc-default-group-head .toc-group-title {
    font-size: 12px;
}

.GIS_Client .mapstore-toc-head {
    display: none;
}

.GIS_Client .toc-default-group .glyphicon {
    font-size: 12px;
}

.mapstore-slider {
    display: none;
}

.GIS_Client .layer-collapsed.toc-default-layer .toc-legend {
    display: none;
}

.GIS_Client .mapstore-toc.toc-body-sections-3 .mapstore-layers-container {
    height: auto;
}

.GIS_Client .mapstore-toc .mapstore-layers-container {
    position: inherit;
}

.GIS_Client .nav-body {
    bottom: unset;
    position: unset;
    overflow-y: initial;
    max-height: calc(100vh - 200px);
}

.GIS_Client .nav-content {
    bottom: unset;
    position: unset;
}

.GIS_Client .nav-menu {
    bottom: unset !important;
    height: unset !important;
}

.GIS_Client .panel {
    margin-bottom: 0px;
}

.GIS_Client .layer-expanded.toc-default-layer {
    display: none;
}

.GIS_Client .toc-default-group {
    border-bottom: none;
}

.GIS_Client #mapstore-drawermenu .navHeader > .glyphicon {
    font-size: 14px !important;
}

.GIS_Client .square-button .glyphicon {
    font-size: 14px !important;
}

.GIS_Client .square-button {
    width: 30px;
    height: 30px;
    padding: unset;
}

.GIS_Client .nav-menu .navHeader {
    height: unset;
}

.GIS_Client .background-plugin-position {
    left: 0 !important;
}

.background-plugin-position {
    background-size: calc(100% - 80px);
    background-repeat: no-repeat;
    background-position: right top;
}

#geoCalc {
    position: static;
    right: 0px;
    z-index: 100000;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.layersContainer {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.layersContainer .collapsablePanelBody {
    flex-grow: 1;
    flex-shrink: 1;
    overflow-y: auto;
}

.layersContainer .collapsablePanelBody > div {
    border-top: 1px solid #bcd5d9;
    margin: 0 5px;
}

.changesVisualizationPanel {
    position: static;
    width: auto;
    box-shadow: none;
    height: auto;
    font-size: 12px;
}

.GIS_Client .toc-default-group .toc-default-layer {
    box-shadow: none;
}

.collapsablePanelHeader {
    height: 30px;
}

.GIS_Client .background-preview-button-container {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.hideButton {
    margin: 0 5px;
}

.layerItem {
    padding: 0;
}

.itemButton.expand {
    padding: 0 10px 0 5px;
}

.layerGroupItem {
    height: 26px;
    margin-top: 3px;
}

.featureContextMenu {
    padding: 10px 10px;
}

.changesVisualizationPanelHeader, .changesVisualizationPanelBody {
    padding-left: 0;
}

.toc-default-group-head {
    height: 25px !important;
}

.itemList .itemText {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 5px;
}

.itemList .addButton {
    margin-right: 5px;
}

.layerItem {
    min-height: 26px;
    margin-top: 3px;
}

.changesVisualizationPanel.loading {
    height: auto;
}

.featureContextMenu {
    max-height: 400px;
    overflow-y: auto;
}

.geoCalculation .removeButton {
    margin-right: 10px;
}

.paging {
    padding: 5px 10px;
}

.treeViewReadonly {
    opacity: 0.5;
}

.delimited-section {
    border-top: 1px solid #BCD5D9;
    /*border-bottom: 1px solid #BCD5D9;*/
    margin-top: 0.5rem;
}

.delimited-section:empty{
    border: none !important;
    margin-top: 0 !important;
}

.currentZoom {
    font-weight: bold;
}

.collapsedPanel {
    height: 30px !important;
    width: 30px !important;
}

.heightAdjuster{
    height: 25px;
}

.layer-collapsed{
    border-top: 1px solid #dddddd;
    padding-top: 10px !important;
}

.background-tool-buttons {
    z-index: 0 !important;
}
