﻿* {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}

body {
    overflow: hidden;
    font-size: 10px;
}

.main_page {
    overflow: hidden;
}

.map_div {
    background-color: #fff;
}

.map_busy_loading {
    position: absolute;
    background-color: #FAFAFA;
    border: 1px solid #C1C1C1;
    inset-block-start: 0px;
    inset-inline-start: 0px;
}

.map_busy_loading_text {
    position: absolute;
    color: #C8C8C8;
    white-space: nowrap;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.search_box_search_icon {
    background-color: #fff;
    background-image: url("../Images/Search.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-inline-start: 0px;
    margin-inline-end: 3px;
}

.search_box_table {
    color: #666666;
    border-width: 2px;
    border-style: solid;
    padding: 5px;
    background-color: #fff;
    position: absolute;
    border-radius: 5px;
}

.search_box_textbox {
    background-color: #fff;
    color: #666666;
    border: 0px none transparent;
    padding-inline-start: 3px;
    padding-inline-end: 3px;
}

.search_box_textbox_helptext {
	color: #aeaeae;
}

.search_icon_div {
    color: #666666;
    border-width: 2px;
    border-style: solid;
    background-color: rgb(255, 255, 255);
    background-image: url("../Images/Search.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
}

.search_close_div {
    color: #666666;
    border-width: 2px;
    border-style: solid;
    background-color: #fff;
    background-image: url("../Images/HideSearch.png?a=1");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    width: 26px;
    height: 28px;
    margin-inline-start: 5px;
}

.search_panel_main_table {
    width: 280px;
    padding-block-start: 15px;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
}

.search_panel_side_cell {
    width: 17px;
}

textarea:focus, input:focus {
    outline: 0;
}

.search_results_table {
    width: 100%;
}

.search_result_div {
    height: auto;
    padding: 6px 6px 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.zoom_to_icon, .zoom_to_icon:hover {
    position: relative;
    inset-block-start: -9px;
    margin-block-end: -18px;
    margin-inline-end: -5px;
    float: right;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.zoom_to_icon {
    background-image: url("../Images/ZoomTo.png");
    width: 16px;
    height: 16px;
}

.zoom_to_icon:hover {
    background-image: url("../Images/ZoomToHovered.png?a=2");
    width: 18px;
    height: 18px;
}

.search_result_div:hover {
    background-color: #00a86217;
}

.search_result_div_selected, .search_result_div_selected:hover {
    border: 1px solid #00a86217;
    background-color: #00a86217;
    margin-block-start: -1px;
    margin-block-end: -1px;
}

.search_results_deactivated .search_result_div:hover {
    background-color: transparent;
    cursor: default;
}

.search_results_deactivated .zoom_to_icon {
    background-image :none;
}

.search_results_deactivated .zoom_to_icon:hover {
    background-image: none;
    cursor: default;
}

.search_result_div_selected, .search_result_div_selected:hover, .search_results_deactivated .search_result_div_selected, .search_results_deactivated .search_result_div_selected:hover {
    background-color: #00a86217;
    cursor: pointer;
}

.search_results_deactivated .search_result_div_selected .zoom_to_icon {
    background-image: url("../Images/ZoomTo.png");
}

.search_results_deactivated .search_result_div_selected .zoom_to_icon:hover {
    background-image: url("../Images/ZoomTo.png");
}

.identify_result_div {
    height: auto;
    padding-block-start: 6px;
    padding-block-end: 8px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    clear: both;
}

.search_result_container_div {
    background-color: #ffffff80;
    overflow: hidden;
    border-radius: 15px;
    padding-block-start: 10px;
    padding-block-end: 10px;
}

.search_result_scrollable_container_div {
    padding-inline-start: 10px;
    padding-inline-end: 10px;
}

.search_result_scrollable_inner_container_div {
    width: 246px;
    -webkit-box-shadow: 0px 0px 9px 0px #00000020;
    box-shadow: 0px 0px 9px 0px #00000020;
}

.title_div {
    height: 34px;
    background-color: midnightblue;
}

.title_text {
    line-height: 46px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    color: #fff;
    padding: 0 10px;
}

.title_text_old {
    color: #000000;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

.title_border_box_old {
    padding: 20px;
    margin: 10px 10px 10px 18px;
    background-color: #ffffff45;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 0px 70px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0px 70px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.15);
}

.map_container {
    border: 0;
    overflow: hidden;
}

.map_container_inner {
    border: 0;
    overflow: hidden;
}

.search_panel_div {
    position: absolute;
    background-color: #00a86217;
    display: none;
}

.search_spinner_div {
    display: none;
    width: 24px;
    height: 18px;
    vertical-align: middle;
}

.clear_search_results {
    background-image: url("../Images/close.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-inline-start: 5px;
    cursor: pointer;
    display: none;
}

.search_spinner_div_cell {
    width: 24px;
}

.title_border_box {
    background: linear-gradient(90deg, rgb(52, 74, 76), rgb(52, 74, 76)) padding-box, linear-gradient(90deg, rgb(0, 99, 62), rgb(18, 165, 55), rgb(187, 206, 0)) border-box;
    border-block-end: 4px solid transparent;
    height: 46px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.4);
}

/*.title_border_box {
    background: linear-gradient(90deg, rgb(0, 99, 62), rgb(18, 165, 55), rgb(187, 206, 0));
    border-block-end: 4px solid rgba(32, 111, 79, 0.50);
    height: 46px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.4);
}*/

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.title_logo {
    line-height: 46px;
    font-size: 1.125rem;
    color: #fff;
}
.title_logo_2 {
    position: relative;
}
.title_logo img {
    height: 46px;
    width: auto;
    margin-inline-start: 10px;
}

.title_box_shadow {
    position: absolute;
    inset-inline-start: 0px;
    inset-block-start: 48px;
    width: 100%;
    height: 0px;
    z-index: 1000;
}

.GroupTemplateHeading, .GroupTemplateHeadingSelected {
    margin: 0px 9px 2px;
    padding-block-start: 3px;
    padding-block-end: 3px;
    width: 246px;
    height: 18px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
}

.GroupTemplateHeadingSelected {
    border-radius: 5px 5px 0px 0px;
}

.GroupTemplateHeading {
    border: 1px solid rgb(192, 192, 192);
    background: #fcfff4; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5Y2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(100%,#e9e9ce)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfff4 0%,#e9e9ce 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom,  #fcfff4 0%,#e9e9ce 100%); /* W3C */
}

.GroupTemplateHeadingSelected, .GroupTemplateHeading:hover {
    border: 1px solid rgb(174, 210, 230);
    background: #fcfcfe; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iI2ViZjJmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iI2Q3ZTdmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNmUxZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfe), color-stop(67%,#ebf2f4), color-stop(93%,#d7e7f2), color-stop(100%,#b6e1ef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfcfe 0%,#ebf2f4 67%,#d7e7f2 93%,#b6e1ef 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, #fcfcfe 0%,#ebf2f4 67%,#d7e7f2 93%,#b6e1ef 100%); /* W3C */
}

.GroupTemplateHeading:hover {
    cursor: pointer;
}

.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;
}

.GroupTemplateHeadingCountSpan {
    font-family: Arial;
    font-size: 9px;
    font-style: normal;
    width: 100%;
    color: #4f4f4f;
    margin-inline-start: 4px;
}

.GroupTemplateHeadingSpan {
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    width: 100%;
    color: #4f4f4f;
    margin-inline-start: 8px;
    font-style: italic;
    font-weight: bold;
}

.IdentifyGroupTemplateHeadingSpan {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    width: 100%;
    color: #4f4f4f;
    margin-inline-start: 8px;
}

.IdentifyGroupTemplateHeading, .IdentifyGroupTemplateHeadingSelected, .IdentifyGroupTemplateHeading:hover {
    margin-inline-end: 5px;
    margin-block-end: 2px;
    padding-block-start: 3px;
    padding-block-end: 1px;
    width: 100%;
    height: 16px;
    border-radius: 3px;
    border: 1px solid rgb(192, 192, 192);
}

.IdentifyGroupTemplateHeading {
    background: #fcfff4; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5Y2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(100%,#e9e9ce)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfff4 0%,#e9e9ce 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom,  #fcfff4 0%,#e9e9ce 100%); /* W3C */
}

.IdentifyGroupTemplateHeadingSelected, .IdentifyGroupTemplateHeading:hover {
    background: #fcfff4; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkY2U4ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(100%,#dce8f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfff4 0%,#dce8f7 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom,  #fcfff4 0%,#dce8f7 100%); /* W3C */
}

.IdentifyGroupTemplateHeading:hover {
    cursor: pointer;
}

.template_spacer {
    width: 180px;
    border-top: 1px solid rgba(192, 192, 192, 0.5); /*rgba(192, 192, 192, 0.5)*/
    margin-inline-start: 35px;
}

.IdentifyResultContainerDiv {
    padding-inline-end: 5px;
}

.legend_outer_div {
    background-color: #00a86217;
    position: absolute;
    inset-block-start: 0px;
    inset-inline-start: 0px;
    z-index: 1000;
    border-start-end-radius: 15px;
    display: none;
}

.legend_inner_div {
    background-color: #ffffff80;
    border-radius: 15px;
    margin: 10px 10px 8px;
    padding: 10px;
}

.legend_header_text, .legend_layer_text, .legend_catalogue_text {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

.legend_header_text {
    font-weight: bold;
    font-size: 11px;
}

.legend_layer_text {
    font-weight: normal;
    font-size: 10px;
    padding-inline-start: 8px;
}

.legend_catalogue_text {
    font-weight: normal;
    font-size: 10px;
}

.legend_space {
    width: 10px;
}

.legend_checkbox {
    margin-inline-end: 7px;
}

.legend_image {
    width: 20px;
    height: 20px;
}

.legend_slider_header {
    background-image: url("../Images/drop down.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 13px;
    height: 13px;
    margin-inline-end: 3px;
}

.legend_slider_header.minimized {
  background-image: url("../Images/right arrow.png");
}

.templatedialog_full_page_div {
    position: absolute;
    inset-inline-start: 0px;
    background-color: #00a86201;
    display: none;
}

.templatedialog_outer_div {
    background-color: rgba(255, 255, 250, 0.9);
    border: 2px solid #666;
    border-radius: 8px;
    color: #666666;
    padding: 16px;
}

.templatedialog_button_div {
    padding: 6px;
    background: rgb(18, 165, 55);
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    float: right;
    text-transform: uppercase;
}

    .templatedialog_button_div:hover {
        background: #1c6347;
    }

.templatedialog_button_spacer {
    margin-block-start: 10px;
    position: relative;
}

.loading_search_results_outer {
    height: 55px;
}

.loading_search_results_spinner {
    margin-inline-start: 112px;
    margin-block-end: 5px;
    margin-block-start: 10px;
    width: 20px;
    height: 20px;
}

.loading_search_results_text {
    margin-inline-start: 42px;
    color: #4f4f4f;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}

.search_result_bottom_shadow {
    margin-inline-start: 10px;
    margin-inline-end: 10px;
    border-block-end: 1px solid rgba(192,192,192,0.5);
    height: 0px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
}

.titleButton.maximize {
    display: none;
}

.scalebar_top-left {
    inset-inline-start: 60px;
    inset-block-start: 70px;
}

.Coordinates_Display_Div {
    background-color: rgba(255, 255, 250, 0.8);
    text-align: center;
    border-radius: 5px;
    margin-inline-start: 10px;
    margin-inline-end: 10px;
    margin-block-end: 8px;
}

.Coordinates_Display_Span {
    color: #4f4f4f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    cursor: default;
}

.esriScalebarLineLabel {
    color: #000;
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 1); /*filter:DropShadow(Color=#000000, OffX=1, OffY=1)*/
    font-family: Verdana, Arial, Sans-Serif;
}

.esriScalebarLine {
    background-color: rgba(225, 225, 255, 0.2);
}

.childlist_panel_div {
    position: absolute;
    background-color: rgba(0, 148, 255, 0.169);
    width: 280px;
    display: none;
}

.child_list_container_div {
    background-color: rgba(255, 255, 250, 0.8); /*background-color:rgba(255, 255, 250, 1);*/
    overflow: hidden;
    border-radius: 15px;
    margin: 10px;
}

.child_list_scrollable_container_div {
    padding-inline-start: 10px;
    padding-inline-end: 10px;
}

.child_list_scrollable_inner_container_div {
    width: 241px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
}

.ChildListHeading {
    margin: 10px 9px 2px;
    padding-block-start: 3px;
    padding-block-end: 3px;
    width: 241px;
    height: 18px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
    border-radius: 5px 5px 0px 0px;
    border: 1px solid rgb(174, 210, 230);
    background: #fcfcfe; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iI2ViZjJmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iI2Q3ZTdmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNmUxZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfe), color-stop(67%,#ebf2f4), color-stop(93%,#d7e7f2), color-stop(100%,#b6e1ef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfcfe 0%,#ebf2f4 67%,#d7e7f2 93%,#b6e1ef 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, #fcfcfe 0%,#ebf2f4 67%,#d7e7f2 93%,#b6e1ef 100%); /* W3C */
}

.ChildListHeadingContent {
	width: 215px;
	white-space: nowrap;
	overflow: hidden;
}

.childlist_item_div {
    height: auto;
    padding-top: 6px 6px 8px;
    cursor: default;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.child_list_template_spacer {
    width: 180px;
    border-block-start: 1px solid rgba(192, 192, 192, 0.5);
    margin-inline-start: 33px;
}

.nicescroll-rails > div {
    background: #206F4F !important;
}

.ScaleLevelDiv {
    position: absolute;
    inset-block-start: 0px;
    inset-inline-start: 0px;
    z-index: 1000000;
    background-color: #fff;
    border: 1px solid black;
}

.ScaleLevelSpan {
    color: #000;
    white-space: nowrap;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.close_icon {
    background-color: transparent;
    background-image: url("../Images/close.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    width: 15px;
    height: 15px;
    position: absolute;
    inset-block-start: 0px;
    inset-inline-start: 0px;
    margin-block-start: 24px;
    margin-inline-start: 240px;
    border: 0px;
}

.link {
    color: #336699;
    text-decoration: underline;
    font-size: 11px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    cursor: pointer;
}

.search_handle_activation_div, .legend_handle_activation_div {
    position: absolute;
    background-color: transparent;
    border: 0;
    width: 25px;
    margin: 0px;
    inset-block-start: 15px;
    inset-inline-start: -25px;
}

.search_handle_activation_div {
    inset-block-start: 15px;
    inset-inline-start: -25px;
}

.search_handle_outer_div, .legend_handle_outer_div {
    cursor: pointer;
    border: 0px;
    width: 20px;
    padding-block-start: 9px;
    padding-block-end: 8px;
    overflow: hidden; 
}

.search_handle_outer_div {
    background-color: #00a86217;
    border: 1px solid rgba(118,120,121, 1);
    border-inline-end: 0;
    border-radius: 5px 0px 0px 5px;
}

.legend_handle_outer_div {
    background-color: #00a86217;
    border: 1px solid rgba(118,120,121, 1);
    border-inline-start: 0;
    border-radius: 0px 5px 5px 0px;
}

.search_handle_outer_div {
	margin-inline-start: 4px;
}

.legend_handle_outer_div {
	margin-inline-end: 4px;
}

.search_handle_arrow_div, .legend_handle_arrow_div {
    margin-inline-start: auto;
    margin-inline-end: auto;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    width: 13px;
    height: 14px;
    border: 0px;
    inset-block-start: 20px;
    inset-inline-start: -15px;
}

.search_handle_arrow_div {
	background-image: url("../Images/BlueRightArrow.png");
}

.legend_handle_arrow_div {
	background-image: url("../Images/BlueLeftArrow.png");
}

.search_handle_left_arrow_div {
    background-image: url("../Images/BlueLeftArrow.png");
}

.legend_handle_right_arrow_div {
    background-image: url("../Images/BlueRightArrow.png");
}

.esriSimpleSliderTL {
    inset-inline-start: 10px;
    inset-block-start: 60px;
}

.menu_icon {
    border: 2px solid rgb(102, 102, 102);
    background-image: url("../Images/menu.png");
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    inset-inline-start: 10px;
    inset-block-start: 66px;
    border-radius: 6px;
}

.menu {
    position: absolute;
    inset-inline-start: 50px;
    inset-block-start: 66px;
    background-color: White;
    border: 2px solid rgb(102, 102, 102);
    padding: 0px 15px 5px;
    border-radius: 0px 6px 6px 6px;
}

.menu_with_space_for_check {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
}

.extended_menu_icon {
    border: 2px solid rgb(102, 102, 102);
    border-inline-end: none;
    background-color: #fff;
    cursor: pointer;
    width: 40px;
    height: 30px;
    position: absolute;
    inset-inline-start: 10px;
    inset-block-start: 66px;
    border-radius: 6px 0px 0px 6px;
}

.extended_menu_icon_image {
	background-image: url("../Images/menu.png");
	background-repeat: no-repeat;
	background-position: center;
	margin-inline-start: 9px;
	margin-block-start: 9px;
	width: 13px;
	height: 13px;
}

.menu_header {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #666666;
    line-height: 30px;
    text-decoration: underline;
}

.menu_item_div {
    cursor: pointer;
    position: relative;
}

.disabled_menu_item_div .menu_item_span {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #B9B9B9;
    line-height: 30px;
    white-space: nowrap;
    padding-inline-start: 5px;
    padding-inline-end: 5px;
}

.menu_item_div:hover {
    background-color: #666666;
    border-radius: 6px;
}

.menu_item_span {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #666666;
    line-height: 30px;
    white-space: nowrap;
    padding-inline-start: 5px;
    padding-inline-end: 5px;
}

.menu_item_div:hover .menu_item_span {
    color: #fff;
}

.menu_icon_shift_right {
    inset-inline-start: 60px;
}

.menu_shift_right {
    inset-inline-start: 100px;
}

.maximize_minimize_icon {
    border: 2px solid rgb(102, 102, 102);
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    inset-inline-start: 10px;
    inset-block-start: 66px;
    border-radius: 6px;
}

.maximize_image {
    background-image: url("../Images/MaximizeMap.png");
}

.minimize_image {
    background-image: url("../Images/MinimizeMap.png");
}

.icons_without_title_div {
    inset-block-start: 15px;
}

*:-ms-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%;
    height: 100%;
    object-fit: contain;
}

*: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%;
    height: 100%;
    object-fit: contain;
}


.xy_tool_div {
    position: absolute;
    background-color: rgba(255, 255, 250, 0.9);
    color: #666666;
    border-width: 2px;
    border-style: solid;
    border-radius: 15px;
    padding: 10px;
    cursor: move;
}

.xy_tool_heading_div {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    white-space: nowrap;
    padding-inline-start: 5px;
    padding-inline-end: 5px;
    margin-block-end: 7px;
}

.xy_tool_heading_span {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: midnightblue;
    line-height: 20px;
    white-space: nowrap;
    padding-inline-start: 5px;
    padding-inline-end: 5px;
    margin-block-end: 7px;
}

.xy_tool_coordinates_div {
    cursor: default;
}

.xy_tool_close {
    position: relative;
    float: right;
    inset-block-start: 3px;
    inset-inline-end: 1px;
    cursor: default;
    background-image: url("../Images/close.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border: 0;
}

.area_item_normal, .coordinate_system_drop_down_normal {
    border: 1px solid transparent;
    background-color: transparent;
    cursor: pointer;
}

.area_item_hover, .coordinate_system_drop_down_hover {
    border: 1px solid #304742;
    background-color: white;
    cursor: pointer;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
}

.Area_span {
    color: #191970;
    background-color: transparent;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0px 1px 0px 1px;
    cursor: pointer;
}

.AreaPopupDiv, .coordinate_system_drop_down_popup_div, .search_option_drop_down_popup_div {
    position: absolute;
    background-color: white;
    border: 1px solid #304742;
    cursor: pointer;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
    overflow: hidden;
}

.AreaPopupText, .CoordinateSystemPopupText, .SearchOptionPopupText {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #191970;
    white-space: nowrap;
}

.AreaPopupRowHighlight, .CoordinateSystemRowHighlight, .SearchOptionHighlight {
    background-color: lavender;
}

.display_area_span, .coordinate_system_span, .search_options_span {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: midnightblue;
    line-height: 20px;
    white-space: nowrap;
    padding-inline-start: 5px;
    padding-inline-end: 5px;
    margin-block-end: 7px;
}

.coordinate_system_div {
    display: inline;
    cursor: pointer;
}

.CoordinateCellMarker {
    padding: 2px;
}

.CoordinatesCellContainer {
    text-align: center;
    border: 1px solid #000;
    background-color: #fff;
    border-collapse: separate;
    border-spacing: 10px;
    border-radius: 4px;
}

.coordinate_system_span_hover {
    border: 1px solid #304742;
    background-color: #fff;
    cursor: pointer;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
}

.area_span_div {
    display: inline;
    cursor: pointer;
}

.area_drop_down_arrow {
    cursor: pointer;
    width: 9px;
    height: 8px;
    margin-inline-start: 0px;
    margin-inline-end: 3px;
    display: inline;
}

.identify_no_results_span {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.no_search_results {
    margin: 10px;
    width: 246px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    text-align: center;
}

.no_search_results_span {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: italic;
}

.dialogue_heading {
	font-size: 12px;
	font-weight: bold;
}

.Country_Portal {
    clear: both;
    font-size: 12px;
}

.Country_Flag {
    height: 60px;
    width: 120px;
    float: left;
    margin-inline-start: 10px;
    margin-block-end: 5px;
}

.country_link, .country_link:hover {
 font-family: Verdana, Helvetica, Arial, sans-serif;
 font-size: 12px;
 font-weight: normal;
 text-decoration: none;
 color: #1523E6;
}

.country_link:hover {
 text-decoration: underline;
}

.Country_Flag IMG {
    height: 60px;
    border: 0;
    vertical-align: middle;
    border-radius: 3px;
}

.Country_Portal A {
    text-decoration: none;
}

.Country_Portal A:hover {
    text-decoration: underline;
}

.browser_message_div {
	border: 1px solid #000;
	position: absolute;
	background-color: #fff;
	padding: 10px;
}

.BrowserMessageOkButton {
	clear: both;
	float: right;
}

.map_service_visibility_switch_checked {
    background-image: url("../Images/Check.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 9px;
    height: 9px;
    position: absolute;
    inset-inline-start: -11px;
    inset-block-start: 10px;
}

.menu_separator {
    margin: 5px;
    border: none;
    border-block-start: 1px solid #b9b9b9;
}

.language_icon_placeholder {
    position: relative;
    display: flex;
    height: 46px;
    align-items: center;
}

.language_icon_div {
    font-size: 14px;
    background: #00000020;
    color: #999;
    border: 2px solid #ffffff20;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
}

/*.language_icon_div {
    font-size: 14px;
    background: #ffffff95;
    color: rgb(0, 99, 62);
    border: 2px solid rgba(32, 111, 79, 0.50);
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
}*/

.language_icon_div img {
    display: inline;
    padding-inline-start: 3px;
}

.language_menu_div {
    position: absolute;
    background-color: rgb(33, 47, 48);
    font-size: 14px;
    color: #999;
    border-radius: 4px;
    display: none;
    padding: 4px;
}

.language_item_row {
    height: 22px;
    font-size: 14px;
    color: #999;
}

.disabled_language_item_span {
    color: #666;
    padding: 2px 4px;
    border-radius: 4px;
}

.enabled_language_item_span {
    cursor: pointer;
    padding: 2px 4px;
    border-radius: 4px;
}

    .enabled_language_item_span:hover {
        color: #fff;
        background-color: rgb(18, 165, 55);
        padding: 2px 4px;
    }

.language_item_check {
    background-color: #fff;
    background-image: url("../Images/Check.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 9px;
    height: 9px;
    border: 0px;
    margin-inline-end: 4px;
}

.client-logo img {
    height: 46px;
    width: auto;
}

.client-logo.float-left {
    margin-inline-end: 10px;
}

.client-logo.float-right {
    margin-inline-start: 10px;
}

.esriPopupWrapper .title {
    cursor: move;
}

.esriPopup .hidden {
    display: none !important;
}

.Dataset_Download_Div {
    background-color: rgba(255, 255, 250, 0.8);
    text-align: center;
    border-radius: 5px;
    margin: 8px 10px;
}

.dataset_download_button_spacer {
    height: 30px;
    position: relative;
    padding-top: 5px 8px 1px 6px;
}

.dataset_download_button_div {
    padding-block-start: 3px;
    padding-block-end: 2px;
    width: 100%;
    height: 18px;
    position: relative;
    float: left;
    clear: both;
    display: inline;
    cursor: pointer;
    border: 1px solid rgb(102, 102, 102);
    border-radius: 6px;
    background-color: rgb(255, 255, 250);
}

.dataset_download_button_span {
    font-family: Arial;
    font-size: 14px;
    width: 100%;
    color: #6f6f6f;
    font-weight: bold;
}
