﻿.main_page
{
    overflow: hidden;
}

.map_div
{
    /* border: 1px solid #AAAAAA; */
    background-color: White;
}

.map_busy_loading
{
    position: absolute;
    background-color: #FAFAFA; /* aliceblue; */
    border: 0;
    top: 0px;
    left: 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;
}

.withshadow
{
}

textarea:focus, input:focus
{
    outline: 0;
}

.title_div
{
    height: 34px;
    background-color: midnightblue;
}

.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-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);
}

.map_container, .admin_map_container
{
    border: 0;
    overflow: hidden;
    clear:both;
    position:relative;
}

.map_container_inner
{
    border: 0;
    overflow: hidden;
}

.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;
}

.title_border_box_inner
{
    border: 0px solid white;
    padding-left: 0px; /* 25px; */
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}


.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;*/
}

.title_logo img
{
    height: 30px;
    border: 0;
}

.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);
}

.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);
}

.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);*/
}

.GroupTemplateHeading, .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);
}

.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;
}

.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 */
}

.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: -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 */
}

.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-top: 7px;
    margin-right: 15px;
}

/*
.GroupTemplateHeading:hover .DownArrow
{
	display:block;
}
*/

.GroupTemplateHeadingCountSpan
{
    font-family: Arial;
    font-size: 9px;
    font-style: normal;
    width: 100%;
    color: #4f4f4f;
    margin-left: 4px;
}

.GroupTemplateHeadingSpan
{
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    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);
}

.template_spacer
{
    width: 180px;
    border-top: 1px solid rgba(192, 192, 192, 0.5);
    margin-left: 35px;
}

.IdentifyResultContainerDiv
{
    padding-right: 5px;
    width: auto;
}

.legend_swatch_div
{
    display:inline-block;
    line-height:23px;
    width:18px;
    height: 23px;
    margin-right:4px;
}

.legend_item_checkbox_div
{
    display:inline-block;
    line-height:23px;
    height:23px;
    width:17px;
}

.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);    
}

.legend_div
{
    overflow:hidden;
}

.legend_tab_div
{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.legend_image
{
    width: 20px;
    height: 20px;
    vertical-align:middle;
}

.legend_text
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #4f4f4f;
    font-size: 11px;
}

.legend_group_spacer
{
    display: inline-block;
    width:19px;
}

.legend_sub_items_div
{
    display: inline-block;
    white-space: nowrap;
    margin-right:10px;
}

.legend_space
{
    display: inline-block;
    width: 10px;
}

.legend_item_info_div
{
    white-space:nowrap;
    vertical-align:bottom;
}

.legend_text_div 
{
    display:inline-block;
    line-height: 23px;
    margin-left: 2px;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align:top
}

.legend_parent_div
{
    white-space:nowrap;
}

.legend_load_failed_icon_outer, .legend_heading_checkbox_outer
{
    display:inline-block;
}

.legend_load_failed_icon
{    
    background-image: url("../Images/loaded_warning.png");    
    width:15px;
    height:15px;
}

.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;
}

.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;
}

.templatedialog_inner_div
{
}

.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;
}

.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 */
}

.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 */
}

.templatedialog_button_span
{
    font-family: Arial;
    font-size: 14px;
    width: 100%;
    color: #6f6f6f;
    margin-left: 8px;
    font-weight: bold;
}

.templatedialog_button_spacer
{
    height: 35px;
    position: relative;
}

.titleButton.maximize
{
    display: none;
}

.BrowserMessageDiv
{
    width: 300px;
    height: 300px;
}

.BrowserMessageHeading
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: Bold;
}

.BrowserMessageText
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.scalebar_top-left
{
    left: 70px;
    top: 30px;
}

.scalebar_bottom-left {
  left: 25px;
  bottom: 10px;
}

.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;
    -o-border-radius: 3px;
    margin-top:9px;
    margin-top:9px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 9px;
    height:15px;
}

.Coordinates_Display_Span
{
    color: #4f4f4f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    cursor: default;
}

.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;
}

.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;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    margin: 10px;
}

.child_list_scrollable_container_div
{
    padding-left: 10px;
    padding-right: 10px;
}

.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);
}

.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 */
}

.ChildListHeadingContent
{
	width:215px;
	white-space:nowrap;
	overflow:hidden;
}

.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;
}

.child_list_template_spacer
{
    width: 180px;
    border-top: 1px solid rgba(192, 192, 192, 0.5);
    margin-left: 33px;
}


.ScaleLevelDiv
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000000;
    background-color: White;
    border: 1px solid black;
}

.ScaleLevelSpan
{
    color: Black;
    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;
    top: 0px;
    left: 0px;
    margin-top: 24px;
    margin-left: 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-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    top: 15px;
    left: -25px;
}

.search_handle_activation_div 
{
    top: 15px;
    left: -25px;
}

.search_handle_outer_div, .legend_handle_outer_div
{
    cursor: pointer;
    border: 0px;
    width: 20px;
    padding-top: 9px;
    padding-bottom: 8px;
    overflow: hidden; 
}

.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;
}

.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;
}

.search_handle_outer_div
{
	margin-left: 4px;
}

.legend_handle_outer_div
{
	margin-right: 4px;
}

.search_handle_arrow_div, .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;
}

.legend_handle_arrow_div
{
	background-image: url("../Images/BlueLeftArrow.png");
}

.legend_handle_right_arrow_div
{
    background-image: url("../Images/BlueRightArrow.png");
}

.esriSimpleSliderTL
{
    left: 20px;
    top: 60px;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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
{
}

.menu_item_div
{
    cursor: pointer;
    position:relative;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}

.disabled_menu_item_div
{
}

.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;
}

.menu_item_div:hover
{
    background-color: rgb(242, 242, 242);
}

.menu_item_div_selected, .menu_item_div:hover.menu_item_div_selected
{
    background-color: #666666;
}

.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;
}

.menu_item_p {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #666666;
    line-height: 15px;
    padding-right: 5px;
}

.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;
}

.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;
}

.menu_item_div_selected .menu_item_span, .menu_item_div:hover.menu_item_div_selected .menu_item_span
{
    color: White;
}

.menu_item_div:hover .menu_item_span
{
    color: #000000;
}

.menu_item_span > shape_reproject_div_to_open_downwards {
    position: inherit !important;
}

.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;
}

.menu_item_div_selected .menu_arrow
{
    background-image: url("../Images/whiterightarrow.png");
}

.menu_separator
{
    margin:5px;
    border-top:1px solid #b9b9b9;
    border-bottom:0;
    border-left:0;
    border-right:0;
}

.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;
}

.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;
}

.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;
}

.xy_tool_coordinates_div
{
    cursor: default;
}

.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;
}

.area_item_normal, .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;
}

.area_item_normal:hover, area_item_hover, .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);
}

.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, .DistancePopupDiv, .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;
}

.AreaPopupText, .CoordinateSystemPopupText
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #191970;
    white-space: nowrap;
}

.area_popup_row:hover, .distance_popup_row:hover, .CoordinateSystemRowHighlight
{
    background-color: lavender;
}

.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;
}

.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;
}

.coordinate_system_div
{
    display: inline;
    cursor: pointer;
}

.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);
}


.area_span_div
{
    /* 	background-color:White; 	border:1px solid rgb(0, 148, 255); 	*/
    display: inline;
    cursor: pointer;
}

.area_drop_down_arrow
{
    cursor: pointer;
    width: 9px;
    height: 8px;
    margin-left: 0px;
    margin-right: 3px;
    display: inline;
}

.identify_no_results_span
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.dialogue_heading
{
	font-size: 12px;
	font-weight:bold;
}

.dialogue_text
{
}

.Country_Portal
{
    clear: both;
    font-size:12px;
}

.Country_Flag
{
    height: 60px;
    width: 120px;
    float: left;
    margin-left: 10px;
    margin-bottom: 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;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

.Country_Portal A
{
    text-decoration: none;
}

.Country_Portal A:hover
{
    text-decoration: underline;
}

.browser_message_div
{
	border:1px solid black;
	position:absolute;
	background-color:White;
	padding:10px;
}

.BrowserMessageOkButton
{
	clear:both;
	float:right;
}

.language_icon_placeholder
{
    position:relative;
}

.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;
}

.language_icon_span
{
    
}

.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;
}

.language_item_row
{
    height:21px;
}

.disabled_language_item_span
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:14px;
    color:#666666;
    padding:2px;
    cursor:default;
}

.enabled_language_item_span
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:14px;
    color:#666666;
    padding:2px;
    cursor: pointer;
}

.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;
}

.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;
}

.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:205px;
    -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;
}

.LegendSectionHeadingRow
{
    height:20px;
}

.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;
}

.LegendSectionHeadingDivCollaped .LegendSectionHeadingDivCollapsible .LegendSectionHeadingDiv:hover
{
    background-image:url("../Images/Expand.png?a=5");
}

.LegendSectionHeadingDivCollapsible .LegendSectionHeadingDiv:hover
{
    background-image:url("../Images/Collapse.png?a=5");
    background-position:right;
    background-repeat:no-repeat;
    cursor:pointer;
}

.legend_section_table
{
    width: 100%;
}

.legend_section_container_div
{
}

.Legend_Section_Div
{
    padding-left: 4px;
}

.legend_section_highlighted .Legend_Section_Div
{
    background-color:rgba(128, 128, 128, 0.1);
}

.legend_group.legend_group_highlight
{
    background-color:rgba(128, 128, 128, 0.1);
}

.legend_item_checkbox
{
    position: relative;
    top:3px;
    margin-right:10px;
    width:13px;
    height:13px;
    background-image: url("../Images/Checkbox_UnChecked.png");
    display:inline-block;
}

div .legend_parentlayer_unchecked .legend_item_checked.legend_item_checkbox,
div .legend_service_hidden .legend_item_checked.legend_item_checkbox
{
    background-image: url("../Images/Checkbox_Gray_Checked.png");
}

.legend_item_checkbox:hover
{
    cursor:pointer;
}

.legend_item_checked.legend_item_checkbox
{
    background-image: url("../Images/Checkbox_Checked.png");
}

.legend_heading_checkbox
{
    margin-top:2px;
    width:13px;
    height:13px;
    background-image: url("../Images/Checkbox_UnChecked.png");
    background-color:White;
}

.legend_heading_checked.legend_heading_checkbox
{
    background-image: url("../Images/Checkbox_Checked.png");
}

.legend_section_spacer_top
{
    height:3px;
}

.legend_section_spacer_bottom
{
    height:3px;
    width:0px;
    border:0;
}

.test_blur
{
    -webkit-filter: blur(20px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
    opacity: 0.95;
}

.admin_map_body
{
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
}

.menu_container_element, .sub_menu_container_element
{
    vertical-align:top;
    display:inline-block;
}

.menu_container_element_divider_left
{
    border-right: 1px solid rgb(202, 202, 202);
    padding-right:5px;
}

.menu_container_element_divider_right
{
    border-left: 1px solid rgb(202, 202, 202);    
    margin-left:5px;
}

.sub_menu_container_element
{
    padding-left:5px;
    width:0px;
    overflow:hidden;
}

.sub_menu_container {
    padding-left: 5px;
    width: 0px;
    overflow: hidden;
    max-width: 300px;
    vertical-align: top;
    display: inline-block;
}

.map_selector_row_div
{
    white-space: nowrap;
    cursor: pointer;
    height:30px;
    padding-right: 5px;
}

.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;
}

.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;
}

.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;
}

.map_selector_map_name_span_div
{
    display:inline-block;
}

.map_selector_row_div:hover .map_selector_map_name_span
{
    color: #000000;
}

.admin_map_title_bar
{
    position:static !important;
}

.measure_message_div
{
    margin-bottom: 10px;
}

.area_tool
{
}

.area_tool_details
{
    margin-top: 10px;
}

.result_heading
{
    font-weight:bold;
}

.result_heading_div
{
    margin-top:10px;   
    margin-bottom:3px;    
}

.result_div
{
    display:none;
    white-space:nowrap;
}

.results_span_div
{
    margin-left:10px;
    margin-right:10px;
    cursor:pointer;
    border: 1px solid transparent;
    padding:2px;
}

.results_span_div:hover, .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);
}

.map_mesage_box
{
    display:none;
    margin-left:10px;
    margin-right:10px;
}

.loading_spainner_div
{
    position: relative;
    top: 0px;
    left: 0px;
}

.configuration_load_failed_icon
{    
    background-image: url("../Images/loaded_warning.png");    
    width:15px;
    height:15px;
    margin-right:5px;
}

.FeatureLayerSwatch
{
    position: relative;
    top: 5px;
}


.minimize_image
{
    background-image: url("../Images/MinimizeMap.png");
}

.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;
}

.ModalDialogHeader {
    text-align: left;
    font-weight: bold;
    background-color: #005F9E;
    color: white;
    padding: 3px;
}
.ModalDialogClose, .ModalDialogCloseInTitle {
    position: absolute;
    height:20px;
    width:20px;
    background-repeat:no-repeat;
    background-image:url('../images/close_Landfolio.png');
}

.ModalDialogClose {
    display: block;
    top: 2px;
    right: 2px;

}

.ModalDialogCloseInTitle {
    right: 6px;
    top:8px;
}

.ModalDialogClose:hover, .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';
    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;
}

.choose_existing_shape_item_div {
    vertical-align: top;
    padding: 2px 0px;
    text-align: right;
}

.choose_existing_shape_control_div {
    vertical-align: top;
    display: inline-block;
    padding-right: 4px;
}

.choose_existing_shape_float_left {
    float: left;
}

.choose_existing_shape_float_right {
    float: right
}

.choose_existing_shape_dropdown_control {
    width: 155px;
    max-width: 155px;
    min-width: 155px;
}

.choose_existing_shape_draw_mode_control {
    text-align: left;
    width: 157px;
    max-width: 157px;
    min-width: 157px;
}