.trimble-map .main_page {
    overflow: hidden;
}

.trimble-map .map_div {
    /* border: 1px solid #AAAAAA; */
    background-color: White;
}

.trimble-map .map_busy_loading {
    position: absolute;
    background-color: #FAFAFA; /* aliceblue; */
    border: 0;
    top: 0px;
    left: 0px;
}

.trimble-map .map_busy_loading_text {
    position: absolute;
    color: #C8C8C8;
    white-space: nowrap;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.admin_map_title_bar + .trimble-map {
    position: fixed;
    top: 35px;
}

.trimble-map .withshadow {
}

.trimble-map textarea:focus, .trimble-map input:focus {
    outline: 0;
}

.trimble-map .title_div {
    height: 34px;
    background-color: midnightblue;
}

.trimble-map .title_text_old {
    color: #000000;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

.trimble-map .title_border_box_old {
    padding: 20px;
    margin-left: 18px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: rgba(255,255,255,0.45);
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-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);
    -moz-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);
}

.trimble-map .map_container, .trimble-map .admin_map_container {
    border: 0;
    overflow: hidden;
    clear: both;
    position: relative;
}

.trimble-map .map_container_inner {
    border: 0;
    overflow: hidden;
}

.trimble-map .title_border_box {
    background-color: #355E95; /* rgba(53, 94, 149, 1); */
    -webkit-box-shadow: inset 0px 0px 80px 10px rgba(44, 77, 122, 1), 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 0px 80px 10px rgba(44, 77, 122, 1), 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    height: 46px;
    overflow: hidden;
}

.trimble-map .title_border_box_inner {
    border: 0px solid white;
    padding-left: 0px; /* 25px; */
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}


.trimble-map .title_logo {
    position: relative;
    z-index: 1100;
    margin: 2px;
    margin-top: 4px;
    margin-right: 11px;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 0px;
    background-color: White;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px; /*border: 2px solid #666666;*/
}

    .trimble-map .title_logo img {
        height: 30px;
        border: 0;
    }

.trimble-map .title_box_shadow_top {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    background: rgba(0,0,0,0.3);
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
}

.trimble-map .title_box_shadow_left {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.15);
    -moz-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 .title_text {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    font-size: 24px;
    text-shadow: 2px 2px 1px rgba(255,255,255,0.2);
    margin-left: 10px; /*filter: progid:DXImageTransform.Microsoft.Shadow(color=#FFFFFF,direction=45);     filter: dropshadow(color=#a8aaad, offx=2, offy=2);*/
}

.trimble-map .GroupTemplateHeading, .trimble-map .GroupTemplateHeadingSelected {
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 246px;
    height: 18px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
}

.trimble-map .GroupTemplateHeadingSelected {
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
}

.trimble-map .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: -moz-linear-gradient(top, #fcfff4 0%, #e9e9ce 100%); /* FF3.6+ */
    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: -o-linear-gradient(top, #fcfff4 0%,#e9e9ce 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcfff4 0%,#e9e9ce 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fcfff4 0%,#e9e9ce 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9e9ce',GradientType=0 ); /* IE6-8 */
}

    .trimble-map .GroupTemplateHeadingSelected, .trimble-map .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: -moz-linear-gradient(top, #fcfcfe 0%, #ebf2f4 67%, #d7e7f2 93%, #b6e1ef 100%); /* FF3.6+ */
        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: -o-linear-gradient(top, #fcfcfe 0%,#ebf2f4 67%,#d7e7f2 93%,#b6e1ef 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #fcfcfe 0%,#ebf2f4 67%,#d7e7f2 93%,#b6e1ef 100%); /* IE10+ */
        background: linear-gradient(to bottom, #fcfcfe 0%,#ebf2f4 67%,#d7e7f2 93%,#b6e1ef 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfe', endColorstr='#b6e1ef',GradientType=0 ); /* IE6-8 */
    }

    .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-top: 7px;
    margin-right: 15px;
}

/*
.GroupTemplateHeading:hover .DownArrow
{
	display:block;
}
*/

.trimble-map .GroupTemplateHeadingCountSpan {
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-style: normal;
    width: 100%;
    color: #4f4f4f;
    margin-left: 4px;
}

.trimble-map .GroupTemplateHeadingSpan {
    font-family: Arial, sans-serif;
    font-size: 14px;
    width: 100%;
    color: #4f4f4f;
    margin-left: 8px;
    font-style: italic;
    font-weight: bold;
}

/* .TestPie
{
    width: 100px;
    height: 100px;
    border: 1px solid black;
    background: #CCC; fallback for non-CSS3 browsers
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#CCC) to(#EEE)); old webkit
    background: -webkit-linear-gradient(top, #CCC, #EEE); newer webkit
    background: -moz-linear-gradient(top, #CCC, #EEE); old gecko
    background: -o-linear-gradient(top, #CCC, #EEE); opera 11.10+
    background: linear-gradient(to bottom, #CCC, #EEE); firefox 16+, chrome 26+, IE10+, opera 12.10+, future browsers
    -pie-background: linear-gradient(to bottom, #CCC, #EEE); ie 6-9 via PIE
    behavior: url(Styles/PIE-2.0Beta/PIE.htc);
} */

.trimble-map .template_spacer {
    width: 180px;
    border-top: 1px solid rgba(192, 192, 192, 0.5);
    margin-left: 35px;
}

.trimble-map .IdentifyResultContainerDiv {
    padding-right: 5px;
    width: auto;
}

.trimble-map .legend_swatch_div {
    display: inline-block;
    line-height: 23px;
    width: 18px;
    height: 23px;
    margin-right: 4px;
}

.trimble-map .legend_item_checkbox_div {
    display: inline-block;
    line-height: 23px;
    height: 23px;
    width: 17px;
}

.trimble-map .legend_border_div {
    overflow: hidden;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
}

.trimble-map .legend_div {
    overflow: hidden;
}

.trimble-map .legend_tab_div {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.trimble-map .legend_image {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.trimble-map .legend_text {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #4f4f4f;
    font-size: 11px;
}

.trimble-map .legend_group_spacer {
    display: inline-block;
    width: 19px;
}

.trimble-map .legend_sub_items_div {
    display: inline-block;
    white-space: nowrap;
    margin-right: 10px;
}

.trimble-map .legend_space {
    display: inline-block;
    width: 10px;
}

.trimble-map .legend_item_info_div {
    white-space: nowrap;
    vertical-align: bottom;
}

.trimble-map .legend_text_div {
    display: inline-block;
    line-height: 23px;
    margin-left: 2px;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top
}

.trimble-map .legend_parent_div {
    white-space: nowrap;
}

.trimble-map .legend_load_failed_icon_outer, .trimble-map .legend_information_icon, .trimble-map .legend_heading_checkbox_outer {
    display: inline-block;
}

.trimble-map .legend_information_icon {
    width: 15px;
    height: 15px;
}

.trimble-map .LegendSectionHeadingDiv:hover .legend_information_icon, .trimble-map .legend_item_info_div:hover .legend_information_icon, .trimble-map .legend_parent_div:hover .legend_information_icon {
    background-image: url("../Images/info.png");
    background-repeat: no-repeat;
    cursor: pointer;
}

.trimble-map .legend_item_info_div:hover .legend_information_icon, .trimble-map .legend_parent_div:hover .legend_information_icon {
    vertical-align: middle;
}

.trimble-map .legend_load_failed_icon {
    background-image: url("../Images/loaded_warning.png");
    width: 15px;
    height: 15px;
}

.trimble-map .templatedialog_full_page_div {
    position: absolute;
    left: 0px; /*background-color:rgba(0, 148, 255, 0.169);*/
    background-color: rgba(0, 148, 255, 0.01);
    display: none;
}

.trimble-map .templatedialog_outer_div {
    background-color: rgba(255, 255, 250, 0.9);
    color: #666666;
    border-width: 2px;
    border-style: solid;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 10px;
}

.trimble-map .templatedialog_inner_div {
}

.trimble-map .templatedialog_button_div {
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 80px;
    height: 18px;
    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: -moz-linear-gradient(top, #fcfcfe 0%, #ebf2f4 67%, #d7e7f2 93%, #b6e1ef 100%); /* FF3.6+ */
    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: -o-linear-gradient(top, #fcfcfe 0%,#ebf2f4 67%,#d7e7f2 93%,#b6e1ef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcfcfe 0%,#ebf2f4 67%,#d7e7f2 93%,#b6e1ef 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fcfcfe 0%,#ebf2f4 67%,#d7e7f2 93%,#b6e1ef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfe', endColorstr='#b6e1ef',GradientType=0 ); /* IE6-8 */
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid rgb(174, 210, 230);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
    cursor: pointer;
    position: relative;
    float: right;
}

.trimble-map .templatedialog_button_div {
    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: -moz-linear-gradient(top, #fcfcfe 0%, #ebf2f4 67%, #d7e7f2 93%, #b6e1ef 100%); /* FF3.6+ */
    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: -o-linear-gradient(top, #fcfcfe 0%,#ebf2f4 67%,#d7e7f2 93%,#b6e1ef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcfcfe 0%,#ebf2f4 67%,#d7e7f2 93%,#b6e1ef 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fcfcfe 0%,#ebf2f4 67%,#d7e7f2 93%,#b6e1ef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfe', endColorstr='#b6e1ef',GradientType=0 ); /* IE6-8 */
}

    .trimble-map .templatedialog_button_div:hover {
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iI2YwZjVmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY4JSIgc3RvcC1jb2xvcj0iI2NlZGRmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMmM1ZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #fcfcfe 0%, #f0f5fc 26%, #ceddf3 68%, #b2c5e1 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfe), color-stop(26%,#f0f5fc), color-stop(68%,#ceddf3), color-stop(100%,#b2c5e1)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #fcfcfe 0%,#f0f5fc 26%,#ceddf3 68%,#b2c5e1 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #fcfcfe 0%,#f0f5fc 26%,#ceddf3 68%,#b2c5e1 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #fcfcfe 0%,#f0f5fc 26%,#ceddf3 68%,#b2c5e1 100%); /* IE10+ */
        background: linear-gradient(to bottom, #fcfcfe 0%,#f0f5fc 26%,#ceddf3 68%,#b2c5e1 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfe', endColorstr='#b2c5e1',GradientType=0 ); /* IE6-8 */
    }

.trimble-map .templatedialog_button_span {
    font-family: Arial, sans-serif;
    font-size: 14px;
    width: 100%;
    color: #6f6f6f;
    margin-left: 8px;
    font-weight: bold;
}

.trimble-map .templatedialog_button_spacer {
    height: 35px;
    position: relative;
}

.trimble-map .titleButton.maximize {
    display: none;
}

.trimble-map .BrowserMessageDiv {
    width: 300px;
    height: 300px;
}

.trimble-map .BrowserMessageHeading {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: Bold;
}

.trimble-map .BrowserMessageText {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.trimble-map .scalebar_top-left {
    left: 70px;
    top: 30px;
}

.trimble-map .scalebar_bottom-left {
    left: 25px;
    bottom: 10px;
}

.trimble-map .Coordinates_Display_Div {
    background-color: rgba(255, 255, 250, 0.9);
    text-align: center;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: 9px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 9px;
    height: 25px;
}

.trimble-map .Coordinates_Display_Span {
    color: #4f4f4f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    cursor: default;
}

.trimble-map .esriScalebarLineLabel {
    color: Black;
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 1); /*filter:DropShadow(Color=#000000, OffX=1, OffY=1)*/
    font-family: Verdana, Arial, Sans-Serif;
}

.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); /*background-color:rgba(255, 255, 250, 1);*/
    overflow: hidden;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    margin: 10px;
}

.trimble-map .child_list_scrollable_container_div {
    padding-left: 10px;
    padding-right: 10px;
}

.trimble-map .child_list_scrollable_inner_container_div {
    width: 241px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
}

.trimble-map .ChildListHeading {
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 2px;
    margin-top: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 241px;
    height: 18px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -o-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: -moz-linear-gradient(top, #fcfcfe 0%, #ebf2f4 67%, #d7e7f2 93%, #b6e1ef 100%); /* FF3.6+ */
    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: -o-linear-gradient(top, #fcfcfe 0%,#ebf2f4 67%,#d7e7f2 93%,#b6e1ef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcfcfe 0%,#ebf2f4 67%,#d7e7f2 93%,#b6e1ef 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fcfcfe 0%,#ebf2f4 67%,#d7e7f2 93%,#b6e1ef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfe', endColorstr='#b6e1ef',GradientType=0 ); /* IE6-8 */
}

.trimble-map .ChildListHeadingContent {
    width: 215px;
    white-space: nowrap;
    overflow: hidden;
}

.trimble-map .childlist_item_div {
    height: auto;
    padding-top: 6px;
    padding-bottom: 8px;
    padding-left: 6px;
    padding-right: 6px;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.trimble-map .child_list_template_spacer {
    width: 180px;
    border-top: 1px solid rgba(192, 192, 192, 0.5);
    margin-left: 33px;
}


.trimble-map .ScaleLevelDiv {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000000;
    background-color: White;
    border: 1px solid black;
}

.trimble-map .ScaleLevelSpan {
    color: Black;
    white-space: nowrap;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

/* .trimble-map .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;
    top: 0px;
    left: 0px;
    margin-top: 24px;
    margin-left: 240px;
    border: 0px;
} */

.trimble-map .link {
    color: #336699;
    text-decoration: underline;
    font-size: 11px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    cursor: pointer;
}

.trimble-map .search_handle_activation_div, .trimble-map .legend_handle_activation_div {
    position: absolute;
    background-color: transparent;
    border: 0;
    width: 25px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    top: 15px;
    left: -25px;
}

.trimble-map .search_handle_activation_div {
    top: 15px;
    left: -25px;
}

.trimble-map .search_handle_outer_div, .trimble-map .legend_handle_outer_div {
    cursor: pointer;
    border: 0px;
    width: 20px;
    padding-top: 9px;
    padding-bottom: 8px;
    overflow: hidden;
}

.trimble-map .search_handle_outer_div {
    background-color: rgba(0,148,255,0.169);
    border: 1px solid rgba(118,120,121, 1);
    border-right: 0; /* Top left border radius */
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px; /* Bottom left border radius */
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px; /* Top top right radius */
    -moz-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -o-border-top-right-radius: 0px; /* Bottom right border radius */
    -moz-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -o-border-bottom-right-radius: 0px;
}

.trimble-map .legend_handle_outer_div {
    background-color: rgba(0,148,255,0.169);
    border: 1px solid rgba(118,120,121, 1);
    border-left: 0;
    -moz-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -o-border-top-left-radius: 0px; /* Bottom left border radius */
    -moz-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -o-border-bottom-left-radius: 0px; /* Top top right radius */
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px; /* Bottom right border radius */
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
}

.trimble-map .search_handle_outer_div {
    margin-left: 4px;
}

.trimble-map .legend_handle_outer_div {
    margin-right: 4px;
}

.trimble-map .search_handle_arrow_div, .trimble-map .legend_handle_arrow_div {
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    width: 13px;
    height: 14px;
    border: 0px;
    top: 20px;
    left: -15px;
}

.trimble-map .legend_handle_arrow_div {
    background-image: url("../Images/BlueLeftArrow.png");
}

.trimble-map .legend_handle_right_arrow_div {
    background-image: url("../Images/BlueRightArrow.png");
}

.trimble-map .esriSimpleSliderTL {
    left: 20px;
    top: 60px;
}

.trimble-map .menu_icon_image {
    background-image: url("../Images/menu.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 13px;
    height: 13px;
    margin-left: 9px;
    margin-top: 9px;
}

.trimble-map .menu_icon {
    border: 1px solid #57585A;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 20px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}

.trimble-map .menu {
    position: absolute;
    left: 60px;
    top: 20px;
    background-color: White;
    border: 2px solid rgb(102, 102, 102);
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 5px; /* Top left border radius */
    -moz-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -o-border-top-left-radius: 0px; /* Bottom left border radius */
    -moz-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -o-border-bottom-left-radius: 6px; /* Top top right radius */
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -o-border-top-right-radius: 6px; /* Bottom right border radius */
    -moz-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -o-border-bottom-right-radius: 6px;
}

.trimble-map .scalebar_div {
    position: absolute;
    left: 60px;
    top: 20px;
    padding: 3px;
    background-color: White;
    border: 2px solid rgb(102, 102, 102);
    -moz-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -o-border-top-left-radius: 6px; /* Bottom left border radius */
    -moz-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -o-border-bottom-left-radius: 6px; /* Top top right radius */
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -o-border-top-right-radius: 6px; /* Bottom right border radius */
    -moz-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -o-border-bottom-right-radius: 6px;
}

.trimble-map .extended_menu_icon {
    border-left: 2px solid rgb(102, 102, 102);
    border-right: 0px none;
    border-top: 2px solid rgb(102, 102, 102);
    border-bottom: 2px solid rgb(102, 102, 102);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    width: 40px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 20px; /* Top left border radius */
    -moz-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -o-border-top-left-radius: 6px; /* Bottom left border radius */
    -moz-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -o-border-bottom-left-radius: 6px; /* Top top right radius */
    -moz-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -o-border-top-right-radius: 0px; /* Bottom right border radius */
    -moz-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -o-border-bottom-right-radius: 0px;
}

.trimble-map .extended_menu_icon_image {
    background-image: url("../Images/menu.png");
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 9px;
    margin-top: 9px;
    width: 13px;
    height: 13px;
}

.trimble-map .menu_header {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #666666;
    line-height: 30px;
    text-decoration: underline;
}

.trimble-map .menu_item {
}

.trimble-map .menu_item_div {
    cursor: pointer;
    position: relative;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}

.trimble-map .disabled_menu_item_div {
}

    .trimble-map .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-left: 5px;
        padding-right: 5px;
    }

.trimble-map .menu_item_div:hover {
    background-color: rgb(242, 242, 242);
}

    .trimble-map .menu_item_div_selected, .trimble-map .menu_item_div:hover.menu_item_div_selected {
        background-color: #666666;
    }

.trimble-map .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-left: 5px;
    padding-right: 5px;
}

.trimble-map .menu_item_p {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #666666;
    line-height: 15px;
    padding-right: 5px;
}

.trimble-map .advanced_menu_item_p {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #666666;
    line-height: 24px;
    padding: 0px 5px;
}

.trimble-map .sub_menu_item_span {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #666666;
    line-height: 22px;
    white-space: nowrap;
}

.trimble-map .menu_item_div_selected .menu_item_span, .trimble-map .menu_item_div:hover.menu_item_div_selected .menu_item_span {
    color: White;
}

.trimble-map .menu_item_div:hover .menu_item_span {
    color: #000000;
}

.trimble-map .menu_item_span > .shape_reproject_div_to_open_downwards {
    position: inherit !important;
}

.trimble-map .menu_arrow {
    background-image: url("../Images/rightarrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 9px;
    height: 9px;
    margin-top: 12px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    float: right;
}

.trimble-map .menu_item_div_selected .menu_arrow {
    background-image: url("../Images/whiterightarrow.png");
}

.trimble-map .menu_separator {
    margin: 5px;
    border-top: 1px solid #b9b9b9;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.trimble-map .xy_tool_div {
    position: absolute;
    background-color: rgba(255, 255, 250, 0.9);
    color: #666666;
    border-width: 2px;
    border-style: solid;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 10px;
    cursor: move;
}

.trimble-map .xy_tool_heading_div {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 7px;
}

.trimble-map .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-left: 5px;
    padding-right: 5px;
    margin-bottom: 7px;
}

.trimble-map .xy_tool_coordinates_div {
    cursor: default;
}

/* .trimble-map .xy_tool_close
{
    position: relative;
    float: right;
    top: 3px;
    right: 1px;
    cursor: default;
    background-image: url("../Images/close.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border: 0;
} */

.trimble-map .area_item_normal, .trimble-map .coordinate_system_drop_down_normal {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 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;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -o-border-radius: 2px;
        -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
        -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
        box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
    }

.trimble-map .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;
}

.trimble-map .AreaPopupDiv, .trimble-map .DistancePopupDiv, .trimble-map .coordinate_system_drop_down_popup_div {
    position: absolute;
    background-color: white;
    border: 1px solid #304742; /* #AAAAAA; */
    cursor: pointer;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
    overflow: hidden;
}

.trimble-map .AreaPopupText, .trimble-map .CoordinateSystemPopupText {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    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-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: midnightblue;
    line-height: 20px;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 7px;
}

.trimble-map .coordinate_system_span {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: midnightblue;
    line-height: 20px;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 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;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
}


.trimble-map .area_span_div {
    /* 	background-color:White; 	border:1px solid rgb(0, 148, 255); 	*/
    display: inline;
    cursor: pointer;
}

.trimble-map .area_drop_down_arrow {
    cursor: pointer;
    width: 9px;
    height: 8px;
    margin-left: 0px;
    margin-right: 3px;
    display: inline;
}

.trimble-map .identify_no_results_span {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.trimble-map .dialogue_heading {
    font-size: 12px;
    font-weight: bold;
}

.trimble-map .dialogue_text {
}

.trimble-map .Country_Portal {
    clear: both;
    font-size: 12px;
}

.trimble-map .Country_Flag {
    height: 60px;
    width: 120px;
    float: left;
    margin-left: 10px;
    margin-bottom: 5px;
}

.trimble-map .country_link, .trimble-map .country_link:hover {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    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;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-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-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #666666;
    border: 1px solid rgb(102, 102, 102);
    cursor: pointer;
    height: 20px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: White;
    margin-top: 9px;
    margin-right: 10px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 0px;
}

.trimble-map .language_icon_span {
}

.trimble-map .language_menu_div {
    position: absolute;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #666666;
    border: 2px solid rgb(102, 102, 102);
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: White;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: none;
}

.trimble-map .language_item_row {
    height: 21px;
}

.trimble-map .disabled_language_item_span {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #666666;
    padding: 2px;
    cursor: default;
}

.trimble-map .enabled_language_item_span {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #666666;
    padding: 2px;
    cursor: pointer;
}

    .trimble-map .enabled_language_item_span:hover {
        color: White;
        background-color: #666666;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-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-right: 4px;
}

.trimble-map .LegendSectionHeadingSpan {
    color: Black;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 190px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 6px;
}

.trimble-map .LegendSectionHeadingRow {
    height: 20px;
}

.trimble-map .LegendSectionHeadingDiv {
    background-color: rgb(238, 238, 248);
    border: 1px solid rgb(228, 228, 248);
    height: 17px;
    padding-top: 1px;
    padding-left: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    white-space: nowrap;
}

.trimble-map .LegendSectionHeadingDivCollaped .LegendSectionHeadingDivCollapsible .LegendSectionHeadingDiv:hover {
    background-image: url("../Images/Expand.png?a=5");
}

.trimble-map .LegendSectionHeadingDivCollapsible .LegendSectionHeadingDiv:hover {
    background-image: url("../Images/Collapse.png?a=5");
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
}

.trimble-map .legend_section_table {
    width: 100%;
}

.trimble-map .legend_section_container_div {
}

.trimble-map .Legend_Section_Div {
    padding-left: 4px;
}

.trimble-map .legend_section_highlighted .Legend_Section_Div {
    background-color: rgba(128, 128, 128, 0.1);
}

.trimble-map .legend_group.legend_group_highlight {
    background-color: rgba(128, 128, 128, 0.1);
}

.trimble-map .legend_item_checkbox {
    position: relative;
    top: 3px;
    margin-right: 10px;
    width: 13px;
    height: 13px;
    background-image: url("../Images/Checkbox_UnChecked.png");
    display: inline-block;
}

.trimble-map div .legend_parentlayer_unchecked .legend_item_checked.legend_item_checkbox,
.trimble-map div .legend_service_hidden .legend_item_checked.legend_item_checkbox {
    background-image: url("../Images/Checkbox_Gray_Checked.png");
}

.trimble-map .legend_item_checkbox:hover {
    cursor: pointer;
}

.trimble-map .legend_item_checked.legend_item_checkbox {
    background-image: url("../Images/Checkbox_Checked.png");
}

.trimble-map .legend_heading_checkbox {
    margin-top: 2px;
    width: 13px;
    height: 13px;
    background-image: url("../Images/Checkbox_UnChecked.png");
    background-color: White;
}

.trimble-map .legend_heading_checked.legend_heading_checkbox {
    background-image: url("../Images/Checkbox_Checked.png");
}

.trimble-map .legend_section_spacer_top {
    height: 3px;
}

.trimble-map .legend_section_spacer_bottom {
    height: 3px;
    width: 0px;
    border: 0;
}

.trimble-map .map_service_description {
    width: 500px !important;
    max-height: 500px;
    padding-left: 10px;
    padding-right: 10px;
}

.trimble-map .test_blur {
    -webkit-filter: blur(20px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
    opacity: 0.95;
}

.trimble-map .admin_map_body {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.trimble-map .menu_container_element, .trimble-map .sub_menu_container_element {
    vertical-align: top;
    display: inline-block;
}

.trimble-map .menu_container_element_divider_left {
    border-right: 1px solid rgb(202, 202, 202);
    padding-right: 5px;
}

.trimble-map .menu_container_element_divider_right {
    border-left: 1px solid rgb(202, 202, 202);
    margin-left: 5px;
}

.trimble-map .sub_menu_container_element {
    padding-left: 5px;
    width: 0px;
    overflow: hidden;
}

.trimble-map .sub_menu_container {
    padding-left: 5px;
    width: 0px;
    overflow: hidden;
    max-width: 310px;
    vertical-align: top;
    display: inline-block;
}

.trimble-map .map_selector_row_div {
    white-space: nowrap;
    cursor: pointer;
    height: 30px;
    padding-right: 5px;
}

    .trimble-map .map_selector_row_div:hover {
        background-color: rgb(242, 242, 242);
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -o-border-radius: 6px;
    }

.trimble-map .map_selector_check_div {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-top: 10px;
    margin-right: 5px;
    background-image: url("../Images/Check.png");
    background-repeat: no-repeat;
    background-position: center;
}

.trimble-map .map_selector_map_name_span {
    line-height: 30px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #666666;
    white-space: nowrap;
    margin-left: 5px;
    margin-right: 5px;
}

.trimble-map .map_selector_map_name_span_div {
    display: inline-block;
}

.trimble-map .map_selector_row_div:hover .map_selector_map_name_span {
    color: #000000;
}

.trimble-map .admin_map_title_bar {
    position: static !important;
}

.trimble-map .measure_message_div {
    margin-bottom: 10px;
}

.trimble-map .area_tool {
}

.trimble-map .area_tool_details {
    margin-top: 10px;
}

.trimble-map .result_heading {
    font-weight: bold;
}

.trimble-map .result_heading_div {
    margin-top: 10px;
    margin-bottom: 3px;
}

.trimble-map .result_div {
    display: none;
    white-space: nowrap;
}

.trimble-map .results_span_div {
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 2px;
}

    .trimble-map .results_span_div:hover, .trimble-map .results_span_div_popped_up {
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        border: 1px solid gray;
        -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    }

.trimble-map .map_mesage_box {
    display: none;
    margin-left: 10px;
    margin-right: 10px;
}

.trimble-map .loading_spainner_div {
    position: relative;
    top: 0px;
    left: 0px;
}

.trimble-map .configuration_load_failed_icon {
    background-image: url("../Images/loaded_warning.png");
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.trimble-map .FeatureLayerSwatch {
    position: relative;
    top: 5px;
}

.trimble-map .minimize_image {
    background-image: url("../Images/MinimizeMap.png");
}

.trimble-map .fullscreen, .trimble-map.fullscreen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.trimble-map .ModalDialogHeader {
    text-align: left;
    font-weight: bold;
    background-color: #005F9E;
    color: white;
    padding: 3px;
}
/* .trimble-map .ModalDialogClose, .trimble-map .ModalDialogCloseInTitle {
    position: absolute;
    height:20px;
    width:20px;
    background-repeat:no-repeat;
    background-image:url('../images/close_Landfolio.png');
} */

.trimble-map .ModalDialogClose {
    display: block;
    top: 2px;
    right: 2px;
}

.trimble-map .ModalDialogCloseInTitle {
    right: 6px;
    top: 8px;
}

    .trimble-map .ModalDialogClose:hover, .trimble-map .ModalDialogCloseInTitle:hover {
        cursor: pointer;
    }

.default_modal_dialog_handler_dialog_div {
    background-color: White;
    border: 1px solid #666666;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 20px 10px rgba(75, 75, 75, 0.5);
    -moz-box-shadow: 2px 2px 20px 10px rgba(75, 75, 75, 0.5);
    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;
    top: 0px;
    left: 0px;
    background-color: Black;
    filter: alpha(opacity=50);
    opacity: 0.50;
}

.default_modal_dialog_handler_title_span {
    text-align: left;
    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-left: 7px;
    padding-right: 7px;
    font-family: 'Trebuchet MS', sans-serif;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #7E7EAF;
    -webkit-appearance: none;
}

.default_modal_dialog_handler_dialog_div > .map_mesage_box {
    display: none;
    margin-left: 10px;
    margin-right: 10px;
}

.default_modal_dialog_handler_spacer_div {
    height: 10pt;
}

.trimble-map .choose_existing_shape_item_div {
    vertical-align: top;
    padding: 2px 0px;
    text-align: right;
}

.trimble-map .choose_existing_shape_control_div {
    vertical-align: top;
    display: inline-block;
    padding-right: 4px;
}

.trimble-map .choose_existing_shape_float_left {
    float: left;
}

.trimble-map .choose_existing_shape_float_right {
    float: right
}

.trimble-map .choose_existing_shape_dropdown_control {
    width: 155px;
    max-width: 155px;
    min-width: 155px;
}

.trimble-map .choose_existing_shape_draw_mode_control {
    text-align: left;
    width: 157px;
    max-width: 157px;
    min-width: 157px;
}

.trimble-map .map_coordinate_display_info_help_text {
    font-size: 7pt;
}

.trimble-map .map_coordinate_display_info {
    position: absolute;
    border: 1px solid black;
    background-color: rgb(239,239,252);
    width: 385px;
    display: none;
    padding: 10px
}

.trimble-map .coordinate_display_info {
    background-image: url('../images/info.png');
    display: inline-block;
    cursor: pointer;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}

/*.trimble-map.map_container, .trimble-map.map_container .map_busy_loading, .trimble-map.map_container .map_div, .trimble-map.map_container .map_div .esriMapContainer, .trimble-map.map_container .map_div .esriMapContainer .esriMapLayers > div {
    width: 100% !important;
    height: 100% !important;
}

    .trimble-map.map_container .sidebar_div {
        height: 100% !important;
    }*/
