@supports not selector(::-webkit-scrollbar) {
    * {
        scrollbar-width: thin;
        scrollbar-height: thin;
        scrollbar-color: var(--color-grey) #FFFFFF;
    }
}

::-webkit-scrollbar-thumb {
    background: var(--color-grey-25);
}
.Hover ::-webkit-scrollbar-thumb:hover {
    background: var(--color-grey-50);
}

.Docks .Header {
    top: 0px;
    left: 0px;
    width: auto;
    height: 50px;
    margin: 5px 10px;
    background-size: contain;
    z-index: 8999;
   -webkit-transition: none;
   -moz-transition: none;
   -ms-transition: none;
   -o-transition: none;
   transition: none;
}

.Docks .Header img {
    height: 50px;
    width: 143.75px;
}

.Docks .Navigation {
    min-height: 60px;
    padding-left: 160px;
    background-color: #FFFFFF;
    opacity: 1;
    -webkit-box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 20%)
}

.Docks .Navigation ul li.Sub:after {
    display: none;
}

.Docks .NavigationClose,
.Docks .NavigationMobile {
    display: inline-block;
    position: relative;
    float: left;
    z-index: 150;
    top: 0px;
    bottom: 0px;
    left: 10px;
    height: 20px;
    padding: 21px 0px 19px 33px;
    margin: 0px 2% 0px 0px;
    overflow: hidden;
    background: none;
    border: none;

    /*text-indent: -1000px;*/
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    line-height: 20px;
    color: var(--color-grey);
    letter-spacing: 0.5px;
    cursor: pointer;
}

.Docks .NavigationClose b,
.Docks .NavigationMobile b {
    font-weight: normal;
}

.Docks .NavigationMobile .Bar1,
.Docks .NavigationMobile .Bar2,
.Docks .NavigationMobile .Bar3 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 25px;
    height: 3px;
    padding: 0px;
    margin: -8px 0px 0px 0px;
    background-color: var(--color-grey);
    opacity: 0.5;
}

.Docks .NavigationMobile .Bar2 {
    margin: -1px 0px 0px 0px;
}

.Docks .NavigationMobile .Bar3 {
    margin: 6px 0px 0px 0px;
}

.Docks .NavigationMobile:hover .Bar1,
.Docks .NavigationMobile:hover .Bar2,
.Docks .NavigationMobile:hover .Bar3 {
    opacity: 1;
}

.Docks .NavigationMobile span {
    display: block;
    position: absolute;
    width: 25px;
    height: 0px;
    top: 50%;
    left: 0px;
}

.Docks .NavigationMobile.Opened span {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.Docks #navWorkspacesMobile .Bar1,
.Docks #navWorkspacesMobile .Bar2,
.Docks #navWorkspacesMobile .Bar3 {
    width: 5px;
    height: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.Docks #navWorkspacesMobile .Bar1 {
    margin-top: -10px;
}

.Docks #navWorkspacesMobile .Bar2 {
    margin-top: -2px;
}

.Docks #navWorkspacesMobile .Bar3 {
    margin-top: 6px;
}

.Docks #navWorkspacesMobile .Bar1:before,
.Docks #navWorkspacesMobile .Bar1:after,
.Docks #navWorkspacesMobile .Bar2:before,
.Docks #navWorkspacesMobile .Bar2:after,
.Docks #navWorkspacesMobile .Bar3:before,
.Docks #navWorkspacesMobile .Bar3:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 5px;
    height: 5px;
    padding: 0px;
    background-color: var(--color-grey);
}

.Docks #navWorkspacesMobile .Bar1:before,
.Docks #navWorkspacesMobile .Bar2:before,
.Docks #navWorkspacesMobile .Bar3:before {
    margin-left: -8px;
}

.Docks #navWorkspacesMobile .Bar1:after,
.Docks #navWorkspacesMobile .Bar2:after,
.Docks #navWorkspacesMobile .Bar3:after {
    margin-left: 8px;
}

.Docks .NavigationClose {
    position: absolute;
    z-index: 90000;
    float: none;
    left: auto;
    bottom: auto;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
    margin: 0px;
    padding: 0px;
    line-height: 25px;
}

.Docks .NavigationClose:before,
.Docks .NavigationClose:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 25px;
    height: 3px;
    padding: 0px;
    margin: -5px 0px 0px 0px;
    background-color: var(--color-grey);
    opacity: 0.5;
}

.Docks .NavigationClose:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -2px 0px 0px 0px;
}

.Docks .NavigationClose:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -2px 0px 0px 0px;
}

.Docks .NavigationClose:hover:before,
.Docks .NavigationClose:hover:after {
    opacity: 1;
}

.Docks .Navigation .Glue {
    height: 60px;
}

.Docks .NavigationMobile .Search,
.Docks .NavigationMobile .Measure,
.Docks .NavigationMobile .Geolocation,
.Docks .NavigationMobile .Mode2D,
.Docks .NavigationMobile .Mode3D,
.Docks .NavigationMobile .Image  {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 25px;
    height: 30px;
    padding: 0px;
    margin: -15px 0px 0px 0px;
    background: transparent url(../images/blank.gif) no-repeat center left;
    background-size: contain;
}

.Docks .NavigationMobile .Search {
    background-image: url(../images/bg/bg_search_grey.svg);
}

.Docks .NavigationMobile .Geolocation {
    background-image: url(../images/bg/bg_geolocation.svg);
}

.Docks .NavigationMobile .Measure {
    background-image: url(../images/bg/bg_measure.svg);
}

.Docks .NavigationMobile span.Mode2D,
.Docks .NavigationMobile span.Mode3D {
    display: none;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    text-indent: 0;
    font-style: normal;
}

.Docks .NavigationMobile.Mode2D span.Mode3D,
.Docks .NavigationMobile.Mode3D span.Mode2D {
    display: block;
}

.Docks .NavigationMobile .Image  {
    opacity: 0.5;
}

.Docks .NavigationMobile .Image:hover  {
    opacity: 1;
}

.Docks .NavigationContainer {
    display: block;
    position: absolute;
    z-index: 9000;
    top: 0px;
    right: initial;
    left: -150%;
    width: 100%;
    height: auto;
    max-width: 1200px;
    opacity: 1;
    margin: 55px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    overflow: auto;
    overflow-x: hidden;
    background: none;
    background-color: #FFFFFF;
    /*background-color: rgba(255,255,255,0.95);*/
    box-sizing: border-box;

    -webkit-box-shadow:  0px 2px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:  0px 2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

.Docks .NavigationContainer ul {
    float: none;
    height: auto;
    margin: 0px;
    white-space: pre;
}

.Docks .NavigationContainer ul li,
.Docks .NavigationContainer ul span {
    display: block;
    position: relative;
    z-index: 5200;
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
    color: #333333;
    padding: 5px 25px;
    line-height: 24px;
    height: auto;
    cursor: pointer;
    white-space: pre;
}
.Docks .NavigationContainer ul span {
    display: inline-block;
    padding: 0px;
    font-weight: bold;
}
.Docks .NavigationContainer ul span.Desktop {
    display: none;
}
.Docks .NavigationContainer ul span.Docks {
    display: inline-block;
    padding: 0px;
}

.Docks .NavigationContainer ul li.Sub {
    padding: 0px 0px 10px 0px;
    /*background: transparent url(../images/bg/bg_navigation_mainmenu.png) no-repeat right center;*/
    background: none;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: right center;
    break-inside: avoid-column;
}

.Hover .NavigationContainer ul li.Sub:hover {
    background: #FFFFFF url(../images/bg/bg_navigation_mainmenu_over.png) no-repeat right center;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: right center;
}

.Docks .NavigationContainer ul li.Sub:hover,
.Docks .NavigationContainer ul li.Sub:hover:after {
    background: none !important;
}

.Docks .NavigationContainer .Glue {
    display: none;
}

.Docks .NavigationContainer ul.Submenu {
    display: block;
    position: relative;
    z-index: 5300;
    float: none;
    margin: 0px;
    top: 0px;
    left: 0px;
    background-color: transparent;
    padding: 5px 15px 5px 15px;
    overflow: auto;
    white-space: nowrap;
    min-width: 100%;
    max-height: unset;
    height: auto;
    list-style: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.Docks #navNavigationWorkspaces {
    display: block;
    columns: 3;
    column-gap: 3%;
    padding: 3% 6% 3% 2%;
}

.Docks #navNavigationWorkspaces li {
    /*min-width: 25%;
    margin: 0px 3% 0px 0px;*/
    width: auto;
    line-height: 20px;
    white-space: normal;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 0px 0px;
}

@media only screen and (max-width: 1000px) {
    .Docks #navNavigationWorkspaces {
        columns: 2;
        column-gap: 6%;
    }
}

@media only screen and (max-width: 600px) {
    .Docks #navNavigationWorkspaces {
        columns: auto;
        column-gap: 0;
    }
    .Docks #navNavigationWorkspaces li {
        width: auto;
        margin: 0px;
    }
    .Docks .NavigationContainer ul.Submenu {
        padding: 0px 10px;
    }
}

.Docks .Navigation ul.Submenu li {
    font-size: 16px;
    line-height: 20px;
    white-space: normal;
}

.Docks .Navigation ul.Submenu li.Auto {
    display: block;
}

.Docks .Navigation ul.Submenu li.Desktop {
    display: none;
}

.Docks .Navigation ul.Submenu li.Responsiv {
    display: block;
}

.Docks .NavigationOptions ul li.Sub {
    background: #FFFFFF url(../images/bg/bg_navigation_mainmenu_over.png) no-repeat right center;
    padding: 10px 20px 10px 10px;
}

.Docks .NavigationOptions ul li.Sub.Opened:after,
.Docks .NavigationOptions ul li.Sub:hover:after {
    background: none;
}

/*
.Docks .Navigation ul li.Sub > img {
    display: none;
}*/

.Docks .Navigation ul li img,
.Docks .Navigation ul.Submenu li img {
    height: 24px;
    width: 24px;
    /*margin: 2px 10px 2px 0px;*/
    margin: -2px 10px -1px 0px;
}

.Docks .NavigationOptions,
.Docks .NavigationSearch {
    position: relative;
    float: right;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    height: 60px;
    background: none;
    border: none;
    border-radius: 0;
    padding: 0px;
    box-shadow: none;
}

.Docks .NavigationSearch {
    padding: 12px 0px;
    height: 36px;
    z-index: 9000;
}

.Docks .NavigationOptions ul.Submenu {
    top: 55px;
    height: 0px;

    /*
    z-index: 99999;
    right: initial;
    left: -100%;
    width: 100%;
    max-width: 1200px;*/

    background: none;
    background-color: #FFFFFF;
    /*background-color: rgba(255,255,255,0.95);*/
    box-sizing: border-box;

    -webkit-box-shadow:  0px 2px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:  0px 2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 2px 5px 0px rgba(0, 0, 0, 0.5);

    display: inline-block !important;
    opacity: 0;
    overflow: hidden;
    padding: 0px 15px;
}

.Docks .NavigationOptions ul.Submenu.Visible {
    height: auto;
    opacity: 1;
    overflow: auto;
    padding: 5px 15px 5px 15px;
}

.Docks .Navigation ul li,
.Docks .Navigation ul span {
    padding: 5px 0px;
    margin: 0px 0px;
    white-space: normal;
}

.Docks .NavigationOptions ul li,
.Docks .NavigationOptions ul span {
    padding: 10px 25px 10px 10px;
}

.Docks .NavigationOptions ul li img {
    margin: 8px 0px !important;
}

.Docks .NavigationOptions ul.Submenu li img {
    /*margin: 2px 10px 2px 0px !important;*/
    margin: -2px 10px -1px 0px !important;
}

.Docks .NavigationOptions ul li,
.Docks .NavigationOptions ul span {
    white-space: nowrap !important;
}

.Docks .NavigationContainer {
    max-width: 900px;
    width: auto;
    /*padding: 2% 1% 2% 1%;
    margin-right: 2%;*/

    left: 0px;
    display: inline-block !important;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    height: 0px;
    padding: 0;

    -webkit-transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
    transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.Docks .NavigationContainer.Visible {
    /*top: 0px;
    left: 0px;*/
    opacity: 1;
    overflow: auto;
    height: auto;
    padding: 0;
    z-index: 9500;
}

.Docks #navNavigationContainer {
    padding: 0 4% 0 2%;
}

.Docks #navNavigationContainer.Visible {
    padding: 2% 4% 2% 2%;
}

.Docks #navNavigationContainer .Wrapper {
    columns: 3;
    column-gap: 3%;
}

@media only screen and (max-width: 1200px) {
    .Docks .NavigationContainer {
        max-width: 600px;
    }

    .Docks #navNavigationContainer .Wrapper {
        columns: 2;
    }
}

@media only screen and (max-width: 700px) {
    .Docks #navNavigationContainer,
    .Docks #navNavigationContainer.Visible {
        columns: unset;
    }
}

.Docks .Navigation ul.Submenu li.Desktop {
    display: block;
}

.Docks .Navigation ul.Submenu li.Responsiv {
    display: none;
}

.Docks .NoEvents {
    pointer-events: none;
}

.Docks .Box .BoxHeader {
    /*background-color: var(--color-grey);
    background: none;
    background-color: #F0F0F0;*/
    opacity: 1;
    border-bottom: 1px solid var(--color-grey-50);
    padding: 0px 65px 0px 15px;
}

.Docks .Box .BoxHeader div {
    padding: 10px 0px 8px 0px;
}

.Docks .Box .BoxActions div {
    border: 1px solid transparent;
    margin: 0px;
    opacity: 0.5;
}

.Hover.Docks .Box .BoxActions div:hover {
    opacity: 1;
}

.Docks .Box .BoxHeader * {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 16px;
}

.Dock {
    display: inline-block;
    position: relative;
    z-index: 20;
    float: left;
    height: 100%;
    /*width: 20%;*/
    width: 15px;
    box-sizing: border-box;
    background-color: #F9F9F9;
    padding: 60px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 20%);
}

/*.Dock.Left {
    border-right: 1px solid #cccccc;
}*/

.Dock.Right {
    /*border-left: 1px solid #cccccc;*/
    float: right;
    /*width: 25%;*/
    width: 15px;
}

.Dock.Minimized {
    width: 15px;
}
.Dock.Left.Minimized .Resizer {
    left: 15px;
}
.Dock.Right.Minimized .Resizer {
    right: 15px;
}

.Dock .Content {
    top: 0px;
    width: auto;
    min-height: 0;
    overflow: hidden;
    padding: 15px 0;
}

.Docks .Box {
    padding: 0px !important;
}

.Dock .Box,
.Dock .Box .BoxContainer {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: unset !important;
    min-width: 180px;

    /*
    overflow: visible !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    */
}

.Dock .Box {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    padding: 0px !important;
    background: none;
    margin: 15px 30px;
    min-width: 15px;
}

.Dock .Box .Intended {
    margin: 0px;
}

.Dock .Box .IntendedLeft {
    padding-left: 5px;
}

.Dock .Box.Maximized {
    margin-bottom: 30px;
}

.Dock .Box .Title,
.Dock .Box .Title + .Space10 {
    display: none;
}

.Dock .Box .Title.Error {
    display: block;
}

.Box .BoxContainer {
    -webkit-box-shadow: 1px 2px 3px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 3px 0px rgb(0 0 0 / 20%);
    border-radius: 5px;
    background: #FFFFFF;
}

/*
.Box .BoxActions .BoxMinimize {
    background: transparent url(../images/box/box_minimize_grey.svg) no-repeat center;
    background-size: 100% auto;
}
.Box .BoxActions .BoxMaximize {
    background: transparent url(../images/box/box_maximize_grey.svg) no-repeat center;
    background-size: 100% auto;
}
.Box .BoxActions .BoxClose {
    background: transparent url(../images/box/box_close_grey.svg) no-repeat center;
    background-size: 100% auto;
}*/

.Dock .Box.Minimized .BoxHeader,
.Dock .Box.Minimized .BoxContainer {
    border-bottom: none;
}

.Dock .Box .BoxContent {
    overflow: auto !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: unset !important;
    background: none;
}

.Dock span.Resizer {
    display: block;
    box-sizing: border-box;
    position: fixed;
    z-index: 9999;
    left: 20%;
    top: 50%;
    width: 10px;
    height: 40px;
    margin: -20px 0px 0px 0px;
    cursor: ew-resize;
    -webkit-box-shadow: 0px 0px 10px 0px #FFFFFF;
    box-shadow: 0px 0px 10px 0px #FFFFFF;
    background-color: #ffffff;
}

.Dock span.Resizer:before,
.Dock span.Resizer:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin: -20px 0px 0px -3px;
    background-color: #cccccc;
}

.Dock span.Resizer:after {
    right: 50%;
    left: auto;
    margin-right: -3px;
}

.Dock.Right span.Resizer {
    left: auto;
    right: 25%;
    margin: -20px 0px 0px 0px;
}

.Docks div.olControlPanel,
.Docks div.olControlZoom,
.Docks div.olControlTextButtonPanel {
    top: 15px !important;
}

.Docks div.olControlZoom a {
    padding: 5px;
    background: var(--color-grey-50);
}

.Hover.Docks div.olControlZoom a:hover {
    background: var(--color-grey);
    color: #FFFFFF;
}

/*region LEGEND*/
.Docks #TBViewLegendMap,
.Docks #TBViewLegendMap3D,
.Docks #TBViewLegendDrawing,
.Docks #TBViewLegendFavorites {
    padding: 0px;
    border: none;
    overflow: visible;
}

.Docks .LegendRegisters {
    padding: 0px 10px;
    margin-top: -5px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--color-grey-50);
}

.Docks #TBViewLegendMap ul.TreeItem {
    margin: 0px 0px 5px 15px;
    width: auto;
    max-width: 100%;
    display: block;
    float: none;
    clear: both;
}

.Docks #TBViewLegendMap ul.TreeItem dt,
.Docks #TBViewLegendMap3D ul.TreeItem dt,
.Docks #TBViewLegendDrawing ul.TreeItem dt,
.Docks #TBViewLegendFavorites ul.TreeItem dt,
.Docks #TBViewDockLeft ul.TreeItem dt,
.Docks #TBViewDockRight ul.TreeItem dt {
    display: block;
    position: absolute;
    float: none;
    right: 0;
    background: #FFFFFF;
    z-index: 100;
    margin: 0px -15px 0px 0px;
    padding: 0px 10px 0px 0px;
}

.Hover.Docks #TBViewLegendMap ul.TreeItem li:hover dt,
.Hover.Docks #TBViewLegendMap3D ul.TreeItem li:hover dt,
.Hover.Docks #TBViewLegendDrawing ul.TreeItem li:hover dt,
.Hover.Docks #TBViewLegendFavorites ul.TreeItem li:hover dt,
.Hover.Docks #TBViewDockLeft ul.TreeItem li:hover dt,
.Hover.Docks #TBViewDockRight ul.TreeItem li:hover dt {
    background-color: #f8f8f8;
}

.Docks #TBViewLegendMap ul.TreeItem div,
.Docks #TBViewDockLeft ul.TreeItem div,
.Docks #TBViewDockRight ul.TreeItem div,
.Docks #TBViewLegendMap ul.TreeItem dd,
.Docks #TBViewLegendMap ul.TreeItem dd.Disabled {
    display: inline-block;
    position: relative;
    z-index: 10;
    margin: 0px 0px 0px 60px;
    padding: 0px 0px;
    font-size: 14px;
    line-height: 24px;
}

.Docks #TBViewLegendMap ul.TreeItem dt .Settings,
.Docks #TBViewLegendMap3D ul.TreeItem dt .Settings,
.Docks #TBViewLegendDrawing ul.TreeItem dt .Settings,
.Docks #TBViewLegendFavorites ul.TreeItem dt .Settings,
.Docks #TBViewDockLeft ul.TreeItem dt .DialogMap,
.Docks #TBViewDockRight ul.TreeItem dt .DialogMap {
    width: 24px;
    height: 24px;
    margin: 0px;
    opacity: 0.3;
}

.Docks #TBViewLegendMap ul.TreeItem dd.WithIcon {
    margin-left: 90px !important;
}

.Docks #TBViewLegendMap ul.TreeItem dd.WithCheckbox {
    margin-left: 85px !important;
}

.Docks #TBViewLegendMap ul.TreeItem dd.WithCheckbox.WithIcon {
    margin-left: 105px !important;
}

.Docks #TBViewLegendMap ul.TreeItem li {
    display: block;
    width: auto;
    max-width: 100%;
    line-height: 24px;
    padding: 0px 0px;
    margin: 10px 0px !important;
    float: none;
    clear: both;

    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}

.Hover.Docks #TBViewLegendMap ul.TreeItem li:hover {
    background-color: #f8f8f8;
    cursor: pointer;
}

.Docks #TBViewLegendMap ul.TreeItem dl {
    top: 0px;
    display: block;
    box-sizing: border-box;
    width: 105px !important;
    height: 24px;
    clear: both;
    margin: 0px;
    padding: 0px 0px 0px 24px;
    background-position: 0px -48px;
    background-size: 24px auto;
}

.Docks #TBViewLegendMap ul.TreeItem dl.Closed {
    background-position: 0px -72px;
    background-size: 24px auto;
}

.Docks #TBViewLegendMap ul.TreeItem dl.Opened {
    background-position: 0px -96px;
    background-size: 24px auto;
}

.Docks #TBViewLegendMap ul.TreeItem dl img.UncheckedInactive {
    background: transparent url(../images/legend/checkbox_light.svg) no-repeat 50% -72px;
    background-size: 24px;
}

.Docks #TBViewLegendMap ul.TreeItem dl img.Unchecked {
    background: transparent url(../images/legend/checkbox_light.svg) no-repeat 50% -24px;
    background-size: 24px;
}

.Docks #TBViewLegendMap ul.TreeItem dl img.CheckedInactive {
    background: transparent url(../images/legend/checkbox_light.svg) no-repeat 50% -48px;
    background-size: 24px;
}

.Docks #TBViewLegendMap ul.TreeItem dl img.Checked {
    background: transparent url(../images/legend/checkbox_light.svg) no-repeat 50% 0px;
    background-size: 24px;
}

.Docks #TBViewLegendMap ul.TreeItem dl img.Closed {
    background: transparent url(../images/legend/folder_light.svg) no-repeat 50% 0px;
    background-size: 24px;
}

.Docks #TBViewLegendMap ul.TreeItem dl img.Opened {
    background: transparent url(../images/legend/folder_light.svg) no-repeat 50% -24px;
    background-size: 24px;
}

.Docks #TBViewLegendMap ul.TreeItem dl img.Checked,
.Docks #TBViewLegendMap ul.TreeItem dl img.Unchecked,
.Docks #TBViewLegendMap ul.TreeItem dl img.CheckedInactive,
.Docks #TBViewLegendMap ul.TreeItem dl img.UncheckedInactive {
    width: 24px !important;
    max-width: 24px !important;
    height: 24px !important;
    max-height: 24px !important;
    margin: 0px 5px 0px 0px !important;
}

.Docks #TBViewLegendMap ul.TreeItem dl img,
.Docks #TBViewLegendMap ul.TreeItem dl img.Opened,
.Docks #TBViewLegendMap ul.TreeItem dl img.Closed {
    width: 43px !important;
    max-width: 43px !important;
    height: 24px !important;
    max-height: 24px !important;
    margin: 0px !important;
}

.Docks ul.TreeItem div,
.Docks ul.TreeItem dd,
.Docks ul.TreeItem dd.Disabled {
    min-height: 20px;
    font-size: 14px;
    line-height: 20px;
}

.Docks ul.TreeItem dl {
    background-image: url(../images/legend/folder_light.svg);
}

.Docks ul.TreeItem dt .Settings {
    background: transparent url(../images/legend/settings.svg) no-repeat center;
    background-size: 70%;
    margin: 0px !important;
}

.Docks ul.TreeItem dt .DialogMap {
    background: transparent url(../images/legend/layer_dialog.svg) no-repeat center;
    background-size: 70%;
    pointer-events: visible;
}

.Docks ul.SelectionRoot dt .Settings {
    background: transparent url(../images/legend/settings.svg) no-repeat center;
    background-position: 50% 4px;
    background-size: 85%;
    opacity: 0.3;
}

.Docks .LegendRegisters .Register {
    opacity: 0.3;
    background-size: 65% auto;
}
.Docks .Hover .LegendRegisters .Register:hover,
.Docks .LegendRegisters .Active {
    opacity: 1;
}
.Docks .LegendRegisters .Map {
    background-image: url(../images/legend/tabpage_map.svg);
}
.Docks .LegendRegisters .Drawing {
    background-image: url(../images/legend/tabpage_drawing.svg);
}
.Docks .LegendRegisters .Favorites {
    background-image: url(../images/legend/tabpage_favorites.svg);
}

/*endregion*/

/*region MAP*/
#TBViewOverview,
#TBViewOverview .olMap {
    width: 100% !important;
    box-sizing: border-box;
}
/*endregion*/

/*region FORMULAR*/
.ButtonBox,
.ButtonBoxActive,
.ButtonBoxInactive,
.ButtonIcon,
.ButtonIconActive,
.ButtonIconInactive {
    padding: 7px !important;
    margin: 3px 0px;
}

.Dock .FieldColor {
    width: 38px !important;
    height: 38px !important;
}

.Docks .Box fieldset {
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    color: #333333;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0px 0px 0px 15px;
    border: none;
}

.Docks .Box .FilesExplorer fieldset {
    padding: 0px 20px 20px 20px;
    border: 1px solid #c7c7c7;
}

.Docks .Box .FilesExplorer legend {
    font-size: 13px;
    line-height: 20px;
    padding: 0px 10px;
    margin: 0px;
    margin-bottom: 3px;
    letter-spacing: normal;
}

.Docks .Box legend {
    font-size: 15px;
    text-decoration: none;
    color: var(--color-grey);
    font-weight: bold;
    font-style: normal;
    line-height: 20px;
    padding: 0px 0px;
    margin: 0px 0px 0px -15px;
    margin-bottom: 5px;
    display: block;
    letter-spacing: 0.5px;
}
/*endregion*/


/*region SEARCH*/
.SearchContainer,
.olControlSearching .SearchContainer {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 0px;
    display: inline-block !important;
    margin-top: -20px;
    width: auto;
    height: auto;
    overflow: visible;
    border: 1px solid transparent;
    background-color: transparent;
    -webkit-transition: height 0.3s ease-in-out, width 0.3s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out, width 0.3s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out, width 0.3s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out, width 0.3s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
    transition: height 0.3s ease-in-out, width 0.3s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
    box-sizing: border-box;
}

.olControlSearching .SearchResults {
    display: inline-block !important;
    height: 0px;
    overflow: hidden;
    overflow-y: auto;
    border: 0px;
    padding: 0px;
}

.SearchContainer.Visible .SearchResults {
    border: 1px solid #c7c7c7;
}

.SearchContainer.Visible {
    -webkit-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 50%);
    background-color: #F9F9F9;
    height: auto;
    width: auto;
}

.SearchContainer input {
    display: block;
    position: relative;
    z-index: 100;
    border: 1px solid transparent;
    background-color: transparent;
    margin: 2px;
    padding: 0px;
    width: 32px;
    height: 32px;
    font-size: 14px;
    text-indent: 1000px;
}

.SearchContainer.Visible input {
    border-bottom: 1px solid #c7c7c7;
    background-color: #F9F9F9;
    text-indent: 0px;
    width: 98%;
    padding: 6px 36px 6px 6px;
    margin: 4px 1%;
    box-sizing: border-box;
}

.SearchContainer .SearchButton,
.SearchContainer .SearchClear {
    position: absolute;
    z-index: 300;
    top: 0px;
    right: 0px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    width: 32px;
    height: 32px;
}

.SearchContainer .SearchButton,
.SearchContainer.Visible .SearchClear {
    display: block;
}

.SearchContainer.Visible .SearchButton,
.SearchContainer .SearchClear {
    display: none;
}

.SearchContainer .SearchClear {
    background: transparent url(../images/actions/cancel.svg) no-repeat center;
    background-size: 100%;
    margin: 2px 3px 2px 10px;
}

.SearchContainer.Visible .SearchFilters,
.SearchContainer.Visible .SearchResults {
    display: flex !important;
    position: relative;
    z-index: 200;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: auto;
    min-width: 0px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    padding: 0px;
    background-color: #F9F9F9;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
}

.SearchContainer.Visible .SearchFilters {
    margin: 10px 0px;
    padding: 0px 4%;
    /*padding: 0px 25px;*/
}

.SearchContainer .Filter {
    display: inline-block;
    background-color: #f0f0f0;
    color: var(--color-grey);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 20px;
    margin: 5px;
    padding: 5px 10px;
    -webkit-box-shadow: 1px 2px 3px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 3px 0px rgb(0 0 0 / 20%);
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.SearchContainer .Filter.Selected {
    color: #FFFFFF;
    background-color: var(--color-dark);
}

@media only screen and (max-width: 800px) {
    .SearchContainer .Filter {
        letter-spacing: 0px;
        font-size: 12px;
        line-height: 18px;
        height: auto;
        margin: 3px;
        padding: 3px 8px;
    }

    .SearchResults fieldset legend {
        letter-spacing: 0px;
        font-size: 12px;
        line-height: 18px;
        padding: 3px 8px;
    }
}

.SearchResults,
.SearchResults * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.SearchResults fieldset {
    display: none;
    position: relative;
    box-sizing: border-box;
    min-width: 150px;
    /*max-width: 600px;*/
    width: 92%;
    margin: 2.5% 5% 5% 5%;
    /*margin: 15px 30px 30px 30px;*/
    padding: 0px;
    -webkit-box-shadow: 1px 2px 3px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 3px 0px rgb(0 0 0 / 20%);
    border-radius: 5px;
    background: #FFFFFF;
    border: none;
}

.SearchResults fieldset.Visible {
    display: inline-block;
}

.SearchResults fieldset legend {
    position: relative;
    float: right;
    margin: 0px;
    padding: 5px 20px 5px 20px;
    border-bottom-left-radius: 1em;
    background-color: #f0f0f0;
    color: var(--color-grey);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 20px;
}

.SearchResults .Results {
    display: none;
    width: 100%;
    /*max-height: 200px;*/
    margin: 0px;
    padding: 15px 15px 15px 15px;
    box-sizing: border-box;
    overflow: auto;
}

.SearchResults .Results.Visible {
    display: block;
}

.SearchResults .Count,
.SearchResults .Info {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: -13px -10px 0px 0px;
    padding: 0px;
    width: 26px;
    height: 26px;
    font-size: 11px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--color-dark);
    color: #FFFFFF;
    box-sizing: border-box;
}

.SearchResults .Info {
    margin: 15px -10px 0px 0px;
    background: transparent url(../images/actions/info.png) no-repeat center;
    background-size: auto;
    background-color: #f0f0f0;
    opacity: 1;
}

.SearchResults .Results.Spinner {
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: top center;
}

.SearchResults ul {
    white-space: normal;
    float: none;
    height: auto;
}

.Docks .Navigation .SearchResults ul li,
.Docks .Navigation .SearchResults ul span {
    padding: 0px;
    margin: 5px 0px;
    height: auto;
    white-space: normal;
    cursor: auto;
}

.Docks .Navigation .SearchResults ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.Docks .Navigation .SearchResults ul li.Line + li.legend {
    margin-top: 15px;
}

.Docks .Navigation .SearchResults ul li.legend:hover {
    color: #333333;
    background-color: transparent;
}

.Docks .Navigation .SearchResults ul li.legend dd {
    font-weight: bold;
    font-style: italic;
}

.Docks .Navigation .SearchResults ul li.legend dd:hover {
    color: #333333;
}

.Docks .Navigation .SearchResults ul span {
    padding: 0px;
    margin: 0px;
}

.Docks .Navigation .SearchResults ul li.intended {
    margin-left: 15px;
    width: auto;
}

.Docks .Navigation .SearchResults ul.attachments {
    margin: 0px 0px 5px 15px;
}

.Docks .Navigation .SearchResults ul.attachments li {
    margin: 1px 0px;
}

.Docks .Navigation .SearchResults dd {
    width: 100%;
    box-sizing: border-box;
    cursor: auto;
    pointer-events: none;
}

.Docks .Navigation .SearchResults dt {
    display: inline-block;
    line-height: 22px;
    margin: 0px 0px 0px 5px;
    pointer-events: none;
}

.Docks .Navigation .SearchResults ul li img {
    height: 30px;
    width: 30px;
    margin: 0px;
    box-sizing: border-box;
}

.Docks .Navigation .SearchResults ul dt img {
    height: 20px;
    width: 20px;
    margin: 0px 5px;
}

@media only screen and (max-width: 900px) {
    .Docks .NavigationClose b,
    .Docks .NavigationMobile b {
        display: none;
    }
}

.Docks .SettingsContainer {
    background: var(--color-grey);
}
.Docks .SettingsContainer .Tail {
    border-top: 5px solid var(--color-grey);
}
.Docks .SettingsContainer .Actions li {
    border: 1px solid var(--color-white);
}
.Docks .SettingsContainer .Actions li:hover {
    opacity: 0.5;
}
/*endregion*/