.trimble-map {
    inset-inline-start: 0px;
    inset-inline-end: 0px;
    position: absolute;
}

    .trimble-map .map {
        background-color: White;
    }

    .trimble-map .map-loading {
        position: absolute;
        background-color: #FAFAFA;
        display: flex;
        border: 0;
        inset-block-start: 0px;
        inset-inline-start: 0px;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-items: center;
        z-index: 10;
    }

        .trimble-map .map-loading .loading-content {
            position: relative !important;
            inset-block-start: unset !important;
            inset-inline-start: unset !important;
            margin: 0 auto;
        }

            .trimble-map .map-loading .loading-content .map-loading-text {
                display: block;
                color: #C8C8C8;
                white-space: nowrap;
                text-align: center;
                font-size: 12px;
                inset-block-start: unset !important;
                inset-inline-start: unset !important;
            }

            .trimble-map .map-loading .loading-content > div {
                position: relative;
                width: 80px;
                height: 60px;
                margin-block-end: 10px;
            }

                .trimble-map .map-loading .loading-content > div .spinner {
                    position: absolute;
                    left: 50% !important;
                    top: 10px !important;
                    inset-inline-start: 35%;
                }

    .trimble-map .process-loading {
        position: absolute;
        inset-block-start: 0px;
        inset-inline-start: 0px;
        width: calc(100% + 20px);
        height: calc(100% + 10px);
        cursor: wait;
        background: rgba(0,0,0,0.3);
        z-index: 15;
		margin: 0 -10px;
    }

[dir=rtl] .trimble-map .map-loading .loading-content > div .spinner {
    left: unset !important;
    inset-inline-start: 35%;
}

.admin_map_title_bar + .trimble-map {
    position: fixed;
    inset-block-start: 35px;
}

.trimble-map textarea:focus, .trimble-map input:focus {
    outline: 0;
}

.trimble-map .map_container, .trimble-map .admin_map_container {
    border: 1px solid #D2D2DF;
    overflow: hidden;
    clear: both;
    position: relative;
}

.trimble-map .title_box_shadow_top {
    position: absolute;
    inset-inline-start: 0px;
    inset-block-start: 0px;
    width: 100%;
    height: 0px;
    background: rgba(0,0,0,0.3);
    z-index: 1000;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
}

.trimble-map .title_box_shadow_left {
    position: absolute;
    inset-inline-start: 0px;
    inset-block-start: 0px;
    width: 0px;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 1000;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.15);
}

.trimble-map .title_box_shadow_top, .trimble-map .title_box_shadow_left {
    display: none;
}

.trimble-map .GroupTemplateHeading, .trimble-map .GroupTemplateHeadingSelected {
    margin-inline-start: 9px;
    margin-inline-end: 9px;
    margin-block-end: 2px;
    padding-block-start: 3px;
    padding-block-end: 3px;
    width: 246px;
    height: 18px;
    border-radius: 5px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
}

.trimble-map .GroupTemplateHeadingSelected {
    border-radius: 0px;
    border-start-start-radius: 5px;
    border-start-end-radius: 5px;
}

.trimble-map .GroupTemplateHeading {
    border: 1px solid rgb(192, 192, 192);
    background: #fcfff4; /* Old browsers */
    background: linear-gradient(to bottom, #fcfff4 0%,#e9e9ce 100%); /* W3C */
    background: -moz-linear-gradient(top, #fcfff4 0%, #e9e9ce 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(top, #fcfff4 0%,#e9e9ce 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfff4 0%,#e9e9ce 100%); /* Opera 11.10+ */
}

    .trimble-map .GroupTemplateHeadingSelected, .trimble-map .GroupTemplateHeading:hover {
        border: 1px solid rgb(174, 210, 230);
        background: #fcfcfe; /* Old browsers */
        background: linear-gradient(to bottom, #fcfcfe 0%,#ebf2f4 67%,#d7e7f2 93%,#b6e1ef 100%); /* W3C */
        background: -moz-linear-gradient(top, #fcfcfe 0%, #ebf2f4 67%, #d7e7f2 93%, #b6e1ef 100%); /* FF3.6+ */
        background: -webkit-linear-gradient(top, #fcfcfe 0%,#ebf2f4 67%,#d7e7f2 93%,#b6e1ef 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #fcfcfe 0%,#ebf2f4 67%,#d7e7f2 93%,#b6e1ef 100%); /* Opera 11.10+ */
    }

    .trimble-map .GroupTemplateHeading:hover {
        cursor: pointer;
    }

.trimble-map .DownArrow {
    position: relative;
    float: right;
    width: 10px;
    height: 6px;
    background-image: url("../images/DownArrow.png?a=1");
    background-repeat: no-repeat;
    background-position: center;
    display: none;
    margin-block-start: 7px;
    margin-inline-end: 15px;
}

.trimble-map .GroupTemplateHeadingCountSpan {
    font-size: 9px;
    font-style: normal;
    width: 100%;
    color: #4f4f4f;
    margin-inline-start: 4px;
}

.trimble-map .GroupTemplateHeadingSpan {
    font-size: 14px;
    width: 100%;
    color: #4f4f4f;
    margin-inline-start: 8px;
    font-style: italic;
    font-weight: bold;
}

.trimble-map .titleButton.maximize {
    display: none;
}

.trimble-map .BrowserMessageDiv {
    width: 300px;
    height: 300px;
}

.trimble-map .BrowserMessageHeading {
    font-size: 11px;
    font-weight: Bold;
}

.trimble-map .BrowserMessageText {
    font-size: 12px;
    font-weight: normal;
}

.trimble-map .esriScalebar {
    z-index: 1;
}

.trimble-map .scalebar_top-left {
    inset-inline-start: 70px;
    inset-block-start: 30px;
}

.trimble-map .scalebar_bottom-left {
    inset-inline-start: 25px;
    inset-block-end: 10px;
}

.trimble-map .coordinates {
    position: relative;
    background-color: #fff;
    border: 1px solid rgb(228, 228, 248);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    margin-block-start: 10px;
    height: 25px;
}

    .trimble-map .coordinates span {
        color: #4f4f4f;
        font-size: 11px;
    }

    .trimble-map .coordinates .info-icon {
        position: relative;
    }

.trimble-map .info-details {
    position: absolute;
    border: 1px solid #aaa;
    background-color: #f3f3f7;
    inset-inline-end: 15px;
    inset-block-end: 20px;
    width: 385px;
    display: none;
    padding: 10px;
    box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.3);
    z-index: 3;
}

    .trimble-map .info-details span {
        display: inline-block;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
    }

.trimble-map .esriScalebarLineLabel {
    color: Black;
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
}

.trimble-map .esriScalebarLine {
    background-color: rgba(225, 225, 255, 0.2);
}

.trimble-map .childlist_panel_div {
    position: absolute;
    background-color: rgba(0, 148, 255, 0.169);
    width: 280px;
    display: none;
}

.trimble-map .child_list_container_div {
    background-color: rgba(255, 255, 250, 0.8);
    overflow: hidden;
    border-radius: 15px;
    margin: 10px;
}

.trimble-map .child_list_scrollable_container_div {
    padding-inline-start: 10px;
    padding-inline-end: 10px;
}

.trimble-map .child_list_scrollable_inner_container_div {
    width: 241px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
}

.trimble-map .ChildListHeading {
    margin: 9px;
    margin-block-start: 10px;
    margin-block-end: 2px;
    padding-block-start: 3px;
    padding-block-end: 3px;
    width: 241px;
    height: 18px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
    border-radius: 0px;
    border-start-start-radius: 5px;
    border-start-end-radius: 5px;
    border: 1px solid rgb(174, 210, 230);
    background: #fcfcfe; /* Old browsers */
    background: linear-gradient(to bottom, #fcfcfe 0%,#ebf2f4 67%,#d7e7f2 93%,#b6e1ef 100%); /* W3C */
    background: -moz-linear-gradient(top, #fcfcfe 0%, #ebf2f4 67%, #d7e7f2 93%, #b6e1ef 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(top, #fcfcfe 0%,#ebf2f4 67%,#d7e7f2 93%,#b6e1ef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfcfe 0%,#ebf2f4 67%,#d7e7f2 93%,#b6e1ef 100%); /* Opera 11.10+ */
}

.trimble-map .ChildListHeadingContent {
    width: 215px;
    white-space: nowrap;
    overflow: hidden;
}

.trimble-map .childlist_item_div {
    height: auto;
    padding: 6px;
    padding-block-end: 8px;
    cursor: default;
    -webkit-user-select: none;
    user-select: none;
}

.trimble-map .child_list_template_spacer {
    width: 180px;
    border-block-start: 1px solid rgba(192, 192, 192, 0.5);
    margin-inline-start: 33px;
}

.trimble-map .ScaleLevelDiv {
    position: absolute;
    inset-block-start: 0px;
    inset-inline-start: 0px;
    z-index: 1000000;
    background-color: White;
    border: 1px solid black;
}

.trimble-map .ScaleLevelSpan {
    color: Black;
    white-space: nowrap;
    font-size: 12px;
    font-weight: normal;
}

.trimble-map .link {
    color: #336699;
    text-decoration: underline;
    font-size: 11px;
    cursor: pointer;
}

.trimble-map .link-inactive {
    pointer-events: none;
}

.trimble-map .esriSimpleSlider {
    border-color: #aaa;
    z-index: 1 !important;
}

.trimble-map .esriSimpleSliderTL {
    inset-inline-start: 20px;
    inset-block-start: 20px;
    color: #888;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    z-index: 1;
}

.trimble-map .menu-btn ~ .esriMapContainer .esriSimpleSliderTL {
    inset-block-start: 60px;
}

.trimble-map .menu-btn[style="display: none;"] ~ .esriMapContainer .esriSimpleSliderTL {
    inset-block-start: 20px;
}

.trimble-map[dir=rtl] .esriSimpleSliderTL, [dir=rtl] .trimble-map .esriSimpleSliderTL {
    direction: rtl;
    left: unset;
}

.trimble-map .esriSimpleSliderTL .esriSimpleSliderIncrementButton, .trimble-map .esriSimpleSliderTL .esriSimpleSliderDecrementButton {
    border-block-end: none;
}

.trimble-map .scalebar_div {
    position: absolute;
    inset-inline-start: 60px;
    inset-block-start: 20px;
    padding: 3px;
    background-color: White;
    border: 2px solid rgb(102, 102, 102);
    border-radius: 6px;
}

.trimble-map .map .esriMapContainer {
    text-align: start;
}

.trimble-map[dir=rtl] .map .esriMapContainer, [dir=rtl] .trimble-map .map .esriMapContainer {
    direction: rtl !important;
}

    .trimble-map[dir=rtl] .map .esriMapContainer .esriMapLayers, [dir=rtl] .trimble-map .map .esriMapContainer .esriMapLayers {
        direction: ltr;
    }

/*menu button*/
.trimble-map .menu-btn {
    border: 1px solid #aaa;
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    inset-inline-start: 20px;
    inset-block-start: 20px;
    border-radius: 6px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    z-index: 1;
}

    .trimble-map .menu-btn:hover {
        background-color: #eee;
    }

.trimble-map .menu-icon {
    background-image: url("../images/menu.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
}

.trimble-map .menu-btn-open {
    border: 1px solid #999;
    background-color: #fff;
    border-inline-end: none;
    cursor: pointer;
    position: absolute;
    inset-inline-start: 20px;
    inset-block-start: 20px;
    width: 40px;
    border-start-start-radius: 6px;
    border-start-end-radius: 0px;
    border-end-end-radius: 0px;
    border-end-start-radius: 6px;
    z-index: 2;
}

.trimble-map .menu-icon-open {
    background-image: url("../images/menu.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
}

/*expanded menu*/
.trimble-map .menu {
    position: absolute;
    inset-inline-start: 60px;
    inset-block-start: 20px;
    background-color: #fff;
    border: 1px solid #999;
    border-start-start-radius: 0px;
    border-start-end-radius: 6px;
    border-end-end-radius: 6px;
    border-end-start-radius: 6px;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.5);
    z-index: 2;
}

    .trimble-map .menu::before {
        content: "";
        position: absolute;
        width: 3px;
        height: 30px;
        inset-block-start: 0px;
        inset-inline-start: -3px;
        background-color: #fff;
    }

.trimble-map .menu-divider-start {
    border-inline-end: 1px solid #ddd;
}

.trimble-map .menu-divider-end {
    border-inline-start: 1px solid #ddd;
}

.trimble-map .item-contents {
    width: 0px;
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
}

.trimble-map .menu-items {
    vertical-align: top;
    display: inline-block;
    min-width: 120px;
}

    .trimble-map .menu-items .menu-item:first-child {
        border-start-start-radius: 0px;
        border-start-end-radius: 6px;
        border-end-end-radius: 0px;
        border-end-start-radius: 0px;
    }

    .trimble-map .menu-items .menu-item:last-child {
        border-start-start-radius: 0px;
        border-start-end-radius: 0px;
        border-end-end-radius: 6px;
        border-end-start-radius: 6px;
    }

    .trimble-map .menu-items.menu-divider-start .menu-item:first-child, .trimble-map .menu-items.menu-divider-end .menu-item:first-child {
        border-radius: 0px;
    }

    .trimble-map .menu-items.menu-divider-start .menu-item:last-child, .trimble-map .menu-items.menu-divider-end .menu-item:last-child {
        border-start-start-radius: 0px;
        border-start-end-radius: 0px;
        border-end-end-radius: 0px;
        border-end-start-radius: 6px;
    }

    .trimble-map .menu-items .menu-item, .trimble-map .shape-tools .menu-item {
        display: flex;
        justify-content: space-between;
    }

.trimble-map .menu-item {
    cursor: pointer;
    position: relative;
}

    .trimble-map .menu-item:hover {
        background-color: #eee;
    }

        .trimble-map .menu-item-selected, .trimble-map .menu-item:hover.menu-item-selected {
            background-color: rgba(25, 124, 182,0.5); /*#197CB6*/
        }

    .trimble-map .menu-item span {
        font-size: 13px;
        font-weight: normal;
        color: #666;
        line-height: 30px;
        white-space: nowrap;
        padding-inline-start: 10px;
        padding-inline-end: 5px;
    }

.trimble-map .menu-item_p {
    font-size: 13px;
    font-weight: normal;
    color: #666;
    line-height: 15px;
    padding-inline-end: 5px;
}

.trimble-map .menu-item-disabled {
    position: relative;
    display: flex;
    justify-content: space-between;
}

    .trimble-map .menu-item-disabled span {
        font-size: 13px;
        font-weight: normal;
        color: #B9B9B9;
        line-height: 30px;
        white-space: nowrap;
        padding-inline-start: 5px;
        padding-inline-end: 5px;
        pointer-events: none;
    }

.trimble-map .description {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    color: #777;
    line-height: 16px;
    padding: 0px 5px;
}

.trimble-map .shape-menu-contents {
    flex-grow: 1;
    padding: 10px;
    width: 0px;
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
}

    .trimble-map .shape-menu-contents .menu-item span {
        font-size: 13px;
        font-weight: normal;
        color: #666;
        line-height: 24px;
        white-space: nowrap;
        padding-inline-start: 5px;
    }

.trimble-map .menu-item-selected span, .trimble-map .menu-item:hover.menu-item-selected span {
    color: #fff;
}

.trimble-map .menu-item:hover span {
    color: #000000;
}

.trimble-map .menu-item span > .shape_reproject_div_to_open_downwards {
    position: inherit !important;
}

.trimble-map .menu-arrow-icon {
    background-image: url("../images/rightarrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 9px;
    height: 30px;
    margin-inline-end: 5px;
    display: inline-block;
}

.trimble-map .menu-item-selected .menu-arrow-icon {
    background-image: url("../images/whiterightarrow.png");
}

[dir=rtl] .menu-arrow-icon {
    transform: rotate(180deg);
}

.trimble-map .menu_separator {
    margin: 5px;
    border: none;
    border-block-start: 1px solid #b9b9b9;
}

.trimble-map .xy_tool_div {
    position: absolute;
    background-color: rgba(255, 255, 250, 0.9);
    color: #666666;
    border-width: 2px solid;
    border-radius: 15px;
    padding: 10px;
    cursor: move;
}

.trimble-map .xy_tool_heading_div {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    white-space: nowrap;
    padding-inline-start: 5px;
    padding-inline-end: 5px;
    margin-block-end: 7px;
}

.trimble-map .xy_tool_heading_span {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    white-space: nowrap;
    padding-inline-start: 5px;
    padding-inline-end: 5px;
    margin-block-end: 7px;
}

.trimble-map .xy_tool_coordinates_div {
    cursor: default;
}

.trimble-map .area_item_normal, .trimble-map .coordinate_system_drop_down_normal {
    border: 1px solid transparent;
    background-color: transparent;
    cursor: pointer;
}

    .trimble-map .area_item_normal:hover, .trimble-map .area_item_hover, .trimble-map .coordinate_system_drop_down_hover {
        border: 1px solid #304742;
        background-color: white;
        cursor: pointer;
        border-radius: 2px;
        box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
    }

.trimble-map .Area_span {
    color: #191970;
    background-color: transparent;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0px 1px 0px 1px;
    cursor: pointer;
}

.trimble-map .AreaPopupDiv, .trimble-map .DistancePopupDiv, .trimble-map .coordinate_system_drop_down_popup_div {
    position: absolute;
    background-color: white;
    border: 1px solid #304742;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
    overflow: hidden;
}

.trimble-map .AreaPopupText, .trimble-map .CoordinateSystemPopupText {
    font-size: 12px;
    font-weight: normal;
    color: #191970;
    white-space: nowrap;
}

.trimble-map .area_popup_row:hover, .trimble-map .distance_popup_row:hover, .trimble-map .CoordinateSystemRowHighlight {
    background-color: lavender;
}

.trimble-map .display_area_span {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    white-space: nowrap;
    padding-inline-start: 5px;
    padding-inline-end: 5px;
    margin-block-end: 7px;
}

.trimble-map .coordinate_system_span {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    white-space: nowrap;
    padding-inline-start: 5px;
    padding-inline-end: 5px;
    margin-block-end: 7px;
}

.trimble-map .coordinate_system_div {
    display: inline;
    cursor: pointer;
}

.trimble-map .coordinate_system_span_hover {
    border: 1px solid #304742;
    background-color: white;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
}


.trimble-map .area_span_div {
    display: inline;
    cursor: pointer;
}

.trimble-map .area_drop_down_arrow {
    cursor: pointer;
    width: 9px;
    height: 8px;
    margin-inline-start: 0px;
    margin-inline-end: 3px;
    display: inline;
}

.trimble-map .dialogue_heading {
    font-size: 12px;
    font-weight: bold;
}

.trimble-map .Country_Portal {
    clear: both;
    font-size: 12px;
}

.trimble-map .Country_Flag {
    height: 60px;
    width: 120px;
    float: left;
    margin-inline-start: 10px;
    margin-block-end: 5px;
}

.trimble-map .country_link, .trimble-map .country_link:hover {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #1523E6;
}

    .trimble-map .country_link:hover {
        text-decoration: underline;
    }

.trimble-map .Country_Flag IMG {
    height: 60px;
    border: 0;
    vertical-align: middle;
    border-radius: 3px;
}

.trimble-map .Country_Portal A {
    text-decoration: none;
}

    .trimble-map .Country_Portal A:hover {
        text-decoration: underline;
    }

.trimble-map .browser_message_div {
    border: 1px solid black;
    position: absolute;
    background-color: White;
    padding: 10px;
}

.trimble-map .BrowserMessageOkButton {
    clear: both;
    float: right;
}

.trimble-map .language_icon_placeholder {
    position: relative;
}

.trimble-map .language_icon_div {
    font-size: 14px;
    color: #666666;
    border: 1px solid rgb(102, 102, 102);
    cursor: pointer;
    height: 20px;
    border-radius: 4px;
    background-color: White;
    margin-block-start: 9px;
    margin-inline-end: 10px;
    padding-inline-start: 3px;
    padding-inline-end: 3px;
    padding-block-start: 2px;
    padding-block-end: 0px;
}

.trimble-map .language_menu_div {
    position: absolute;
    font-size: 14px;
    color: #666666;
    border: 2px solid rgb(102, 102, 102);
    border-radius: 4px;
    background-color: White;
    padding-right: 2px 5px;
    display: none;
}

.trimble-map .language_item_row {
    height: 21px;
}

.trimble-map .disabled_language_item_span {
    font-size: 14px;
    color: #666666;
    padding: 2px;
    cursor: default;
}

.trimble-map .enabled_language_item_span {
    font-size: 14px;
    color: #666666;
    padding: 2px;
    cursor: pointer;
}

    .trimble-map .enabled_language_item_span:hover {
        color: White;
        background-color: #666666;
        border-radius: 4px;
        padding: 2px;
        cursor: pointer;
    }

.trimble-map .language_item_check {
    background-color: rgb(255, 255, 255);
    background-image: url("../images/check.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 9px;
    height: 9px;
    border: 0px;
    margin-inline-end: 4px;
}

/*legend panel*/

.trimble-map .side-panel {
    margin: 10px;
}

.trimble-map .panel-content {
    overflow: hidden;
}

.trimble-map .legend {
    overflow: hidden;
}

.trimble-map .legend-section {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 4px;
    padding-block-start: 0px;
    padding-block-end: 0px;
}

    .trimble-map .legend-section + .legend-section {
        margin-block-start: 4px;
    }

    .trimble-map .legend-section .section-header {
        line-height: 28px;
        white-space: nowrap;
        padding-inline-start: 4px;
        display: flex;
        align-items: center;
        padding-inline-end: 15px;
    }

        .trimble-map .legend-section .section-header span {
            font-size: 12px;
            font-weight: bold;
            white-space: nowrap;
            overflow: hidden;
            vertical-align: middle;
            text-overflow: ellipsis;
            display: inline-block;
            -webkit-user-select: none;
            user-select: none;
            margin-inline-start: 6px;
        }

        .trimble-map .legend-section .section-header .info-icon {
            background-image: none;
        }

        .trimble-map .legend-section .section-header:hover .info-icon {
            background-image: url("../images/info.png");
        }

.trimble-map .section-collapsed .collapsible-section .section-header:hover {
    background-image: url("../images/Expand.png?a=5");
}

.trimble-map .collapsible-section .section-header:hover {
    background-image: url("../images/Expand.png?a=5");
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
}

[dir=rtl] .trimble-map .collapsible-section .section-header:hover, .trimble-map[dir=rtl] .collapsible-section .section-header:hover {
    background-position: left;
}

.trimble-map .legend-section.highlight .legend-content {
    background-color: #eee;
}

.trimble-map .legend-content {
    padding-block-start: 4px;
    padding-block-end: 4px;
    padding-inline-start: 4px;
    margin-block-end: 4px;
}

    .trimble-map .legend-content:empty {
        padding-block-start: 0px;
        padding-block-end: 0px;
        margin-block-end: 0px;
    }

    .trimble-map .legend-content .group.highlight {
        background-color: #eee;
    }

    .trimble-map .legend-content .child-item {
        display: inline-block;
        white-space: nowrap;
        margin-inline-start: 20px;
        margin-inline-end: 10px;
    }

.trimble-map .item-checkbox {
    position: relative;
    inset-block-start: 3px;
    margin-inline-end: 10px;
    width: 13px;
    height: 13px;
    background-image: url("../images/Checkbox_UnChecked.png");
    display: inline-block;
}

    .trimble-map .item-checkbox:hover {
        cursor: pointer;
    }

    .trimble-map .item-checkbox.checked {
        background-image: url("../images/Checkbox_Checked.png");
    }

.trimble-map div .unchecked-parent .item-checkbox.checked,
.trimble-map div .hidden-service .item-checkbox.checked {
    background-image: url("../images/Checkbox_Gray_Checked.png");
}

.trimble-map .header-checkbox {
    width: 13px;
    height: 13px;
    background-image: url("../images/Checkbox_UnChecked.png");
    background-color: White;
}

    .trimble-map .header-checkbox.checked {
        background-image: url("../images/Checkbox_Checked.png");
    }

.trimble-map .legend-item {
    white-space: nowrap;
    vertical-align: bottom;
}

    .trimble-map .legend-item:hover {
        background-color: #eee;
    }

    .trimble-map .legend-item .swatch {
        display: inline-block;
        line-height: 23px;
        width: 18px;
        height: 23px;
        margin-inline-end: 4px;
    }

        .trimble-map .legend-item .swatch img {
            width: 20px;
            height: 20px;
            vertical-align: middle;
        }

    .trimble-map .legend-item .info-icon {
        background-image: none;
    }

    .trimble-map .legend-item:hover .info-icon {
        background-image: url("../images/info.png");
    }

.trimble-map .legend-text {
    display: inline-block;
    line-height: 23px;
    margin-inline-start: 2px;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}

    .trimble-map .legend-text span {
        color: #4f4f4f;
        font-size: 11px;
    }

.trimble-map .checkbox-container.item {
    display: inline-block;
    line-height: 23px;
    height: 23px;
    width: 17px;
}

.trimble-map .legend_space {
    display: inline-block;
    width: 10px;
}

.trimble-map .parent-item {
    white-space: nowrap;
}

.trimble-map .warning-icon-container, .trimble-map .info-icon, .trimble-map .checkbox-container.header {
    display: inline-block;
    vertical-align: text-top;
}

.trimble-map .checkbox-container.header {
    line-height: 13px;
    vertical-align: middle;
}

.trimble-map .info-icon {
    width: 15px;
    height: 15px;
    margin-inline-start: 4px;
    vertical-align: middle;
}

.trimble-map .section-header:hover .info-icon, .trimble-map .legend-item:hover .info-icon, .trimble-map .parent-item:hover .info-icon, .trimble-map .coordinates .info-icon, .trimble-map .info-icon {
    background-image: url("../images/info.png");
    background-repeat: no-repeat;
    cursor: pointer;
}

.trimble-map .legend-item:hover .info-icon, .trimble-map .parent-item:hover .info-icon {
    vertical-align: middle;
}

.trimble-map .warning-icon-container {
    line-height: 15px;
    vertical-align: text-bottom;
}

.trimble-map .warning-icon {
    background-image: url("../images/loaded_warning.png");
    width: 15px;
    height: 15px;
    margin-inline-end: 4px;
}

.trimble-map .map_service_description {
    width: 500px !important;
    max-height: 500px;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
}

.trimble-map .test_blur {
    filter: blur(15px);
    opacity: 0.95;
}

.trimble-map .admin_map_body {
    margin: 0px;
}

/*sub-menu item rows*/
.trimble-map .map-selector {
    white-space: nowrap;
    cursor: pointer;
    height: 30px;
    padding-inline-end: 10px;
    display: flex;
    justify-content: space-between;
}

    .trimble-map .map-selector:hover {
        background-color: #eee;
    }

    .trimble-map .map-selector .check-icon {
        display: inline-block;
        width: 9px;
        height: 30px;
        background-image: url("../images/check.png");
        background-repeat: no-repeat;
        background-position: center;
    }

    .trimble-map .map-selector:first-child {
        border-radius: 0px 6px 0px 0px;
    }

    .trimble-map .map-selector span {
        line-height: 30px;
        font-size: 13px;
        font-weight: normal;
        color: #666666;
        white-space: nowrap;
        margin-inline-start: 10px;
        margin-inline-end: 10px;
    }

    .trimble-map .map-selector:hover span {
        color: #000000;
    }

.trimble-map .admin_map_title_bar {
    position: static !important;
}

.trimble-map .area_tool {
}

.trimble-map .area_tool_details {
    margin-block-start: 10px;
}

.trimble-map .result_heading {
    font-weight: bold;
}

.trimble-map .result_heading_div {
    margin-block-start: 10px;
    margin-block-end: 3px;
}

.trimble-map .result_div {
    display: none;
    white-space: nowrap;
}

.trimble-map .results_span_div {
    margin-inline-start: 10px;
    margin-inline-end: 10px;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 2px;
}

    .trimble-map .results_span_div:hover, .trimble-map .results_span_div_popped_up {
        border-radius: 3px;
        border: 1px solid gray;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    }

.trimble-map .map-message-box {
    display: none;
}

.trimble-map .loading_spainner_div {
    position: relative;
    inset-block-start: 0px;
    inset-inline-start: 0px;
}

.trimble-map .configuration_load_failed_icon {
    background-image: url("../images/loaded_warning.png");
    width: 15px;
    height: 15px;
    margin-inline-end: 5px;
}

.trimble-map .FeatureLayerSwatch {
    position: relative;
    inset-block-start: 5px;
}

.trimble-map .minimize_image {
    background-image: url("../images/MinimizeMap.png");
}

.trimble-map .fullscreen, .trimble-map.fullscreen {
    position: fixed;
    inset-block-start: 0;
    inset-block-end: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    border: none;
}

.TitleBarPinned ~ * .trimble-map.fullscreen, .TitleBarPinned ~ * .trimble-map .fullscreen {
    height: calc(100% - 34px) !important;
    width: calc(100% - 1px) !important;
}

.trimble-map .ModalDialogHeader {
    text-align: start;
    font-weight: bold;
    background-color: #005F9E;
    color: white;
    padding: 3px;
}

.trimble-map .ModalDialogClose {
    display: block;
    inset-block-start: 2px;
    inset-inline-end: 2px;
}

.trimble-map .ModalDialogCloseInTitle {
    inset-inline-end: 6px;
    inset-block-start: 8px;
}

    .trimble-map .ModalDialogClose:hover, .trimble-map .ModalDialogCloseInTitle:hover {
        cursor: pointer;
    }

.ModalDialogHost .trimble-map {
    position: relative;
}

.default_modal_dialog_handler_dialog_div {
    background-color: White;
    border: 1px solid #666666;
    border-radius: 5px;
    box-shadow: 2px 2px 20px 10px rgba(75, 75, 75, 0.5);
    max-height: 95%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px;
}

.default_modal_dialog_handler_overlay_div {
    position: fixed;
    inset-block-start: 0px;
    inset-inline-start: 0px;
    background-color: Black;
    opacity: 0.5;
}

.default_modal_dialog_handler_title_span {
    text-align: start;
    font-weight: bold;
    background-color: #005F9E;
    color: white;
    padding: 3px;
    display: block;
}

.default_modal_dialog_handler_dialog_div button {
    background-color: #0D6AA8;
    color: white;
    height: 25px;
    padding-inline-start: 7px;
    padding-inline-end: 7px;
    border-radius: 3px;
    border: 1px solid #7E7EAF;
    -webkit-appearance: none;
}

.default_modal_dialog_handler_dialog_div > .map-message-box {
    display: none;
}

.default_modal_dialog_handler_spacer_div {
    height: 10pt;
}

.trimble-map .pick-from-map-item {
    display: flex;
}

.trimble-map .pick-from-map-item .pick-from-map-item-span + div {
    flex-grow: 1;
}

.trimble-map .pick-from-map-item + .pick-from-map-item {
    margin-block-start: 5px;
}

.trimble-map .pick-from-map-item-span {
    font-size: 13px;
    margin-block-start: 5px;
    width: 140px;
    line-height: 18px;
    text-align: start;
}

.trimble-map .pick-from-map-dropdown {
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.trimble-map .choose_existing_shape_float_left {
    float: left;
}

[dir=rtl] .trimble-map .choose_existing_shape_float_left {
    float: right;
}

.trimble-map .choose_existing_shape_float_right {
    float: right;
}

[dir=rtl] .trimble-map .choose_existing_shape_float_right {
    float: left;
}

.trimble-map .choose_existing_shape_dropdown_control {
    width: 155px;
    max-width: 155px;
    min-width: 155px;
}

/* This is a marker class used in Javascript to drive functionality */
.trimble-map .choose_existing_shape_draw_mode_control {
    font-weight: inherit;
}

.trimble-map .bold {
    font-weight: bold;
}

.trimble-map .p-10 {
    padding: 10px;
}

.trimble-map .m-t-5 {
    margin-block-start: 5px;
}

.trimble-map .FloatLeft {
    float: left;
}

[dir=rtl] .trimble-map .FloatLeft {
    float: right;
}

.trimble-map .FloatRight {
    float: right;
}

[dir=rtl] .trimble-map .FloatRight {
    float: left;
}
