﻿.selection_tab_div
{
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 15px;
}

.selection_description_div
{
    padding:10px;
    -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);
    background-color: rgba(255, 255, 255, 0.95);
}

.selection_description_text
{
    color: rgb(25, 25, 112);
    font-family:Verdana, Helvetica, Arial, sans-serif;
    font-size:11px;
    margin-bottom:10px;
}

.select_point_tool
{    
    background-image: url('../images/SelectPoint.png');
    background-repeat: no-repeat;
}

.select_polygon_tool {
    background-image: url('../images/SelectPolygon.png?a=6');
    background-repeat: no-repeat;
}

.select_polyline_tool {
    background-image: url('../images/DrawPolyline.png?a=6');
    background-repeat: no-repeat;
}

.select_button_div
{
    cursor:pointer;
    float:left;
    border: 1px solid rgb(153, 217, 234);
    background-position:center;
    background-repeat:no-repeat;
    width: 26px;
    height: 26px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
}

.select_drop_down_div
{
    width:34px;
}

.select_drop_down_inner_div
{   
    display:block;
}

.select_button_div:hover, .select_button_div_selected
{
    border: 1px solid rgb(102, 102, 102);
}

.select_button_div_selected
{
    -webkit-box-shadow: inset 0px 0px 6px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 6px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 6px rgba(0,0,0,0.3);
}

.selected_mode_button_div
{
    border: 1px solid rgb(132, 132, 132);
    -webkit-box-shadow: inset 0px 0px 6px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 6px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 6px rgba(0,0,0,0.3);
}

.selection_button_spacing
{
    margin-right:5px;
}

.selection_button_double_spacing
{
    margin-right:10px;
}

.select_icon_tray_div
{

}

.select_operation_drop_down_icon
{
    width:18px;
    height:18px;
    display:inline-block;
    margin-right:5px;
    position:relative;
    top:5px;
}

.select_operation_icon
{
    width:18px;
    height:18px;
    float:left;
    margin-top:4px;
    margin-bottom:4px;
    margin-left:4px;
}

.select_select_icon
{
    background-image: url('../images/Selection.png?a=1');
}

.select_add_to_selection_icon
{
    background-image: url('../images/AddToSelection.png');
}

.select_remove_from_selection_icon
{
    background-image: url('../images/RemoveFromSelection.png');
}

.select_from_selection_icon
{
    background-image: url('../images/SelectFromSelection.png');
}

.select_drop_down_down_arrow
{
    background-image: url('../images/drop down.png');
    float:left;
    width:9px;
    height:8px;
    margin-top:9px;
    margin-bottom:9px;
}

.select_clear_selection
{
    background-image: url('../images/ClearSelection.png');
}

.select_selection_layers
{
    background-image: url('../images/SelectionLayers.png?a=2');
    width:18px;
    height:18px;
    float:left;
    margin-top:4px;
    margin-bottom:4px;
    margin-left:3px;
}

.select_selection_background
{
    width:18px;
    height:18px;
    float:left;
    margin-top:4px;
    margin-bottom:4px;
    margin-left:3px;
}

.selection_select_by_location_description_div
{
    margin-bottom:10px;
}

.selection_select_by_location_description_text
{
    color: rgb(25, 25, 112);
    font-family:Verdana, Helvetica, Arial, sans-serif;
    font-size:11px;
}

.select_by_location_drop_down
{
    background-image: url('../images/SelectByLocation.png');
    width:18px;
    height:18px;
    float:left;
    margin-top:4px;
    margin-bottom:4px;
    margin-left:3px;
}

.select_by_location_dialog
{
    width:500px;
    min-height:420px;
}

.select_by_location_layers_div
{
}

.select_by_location_apply_buffer_checkbox_div
{
    margin-bottom:3px;
    cursor:pointer;
}

.select_by_location_apply_buffer_span, .select_buffer_span
{
    color: rgb(25, 25, 112);
    font-family:Verdana, Helvetica, Arial, sans-serif;
    font-size:11px;
    font-weight: bold;
}

.select_by_location_apply_buffer_span_div 
{
    width:100px;
    display:inline-block;
}

.select_buffer_span
{
    position:relative;
    top:2px;
}

.select_buffer_span_div
{
    display:inline-block;
    margin-right:10px;
    margin-top: 5px;
}

.select_view_in_list
{
    background-image: url('../images/ViewInList.png');
    width:10px;
    height:13px;
    float:left;
    margin-top:6px;
    margin-bottom:4px;
    margin-left:9px;
}

.select_by_location_select_button
{
    cursor: pointer;
    float:right;
}

.select_clear_selection_icon_div
{
    float:right;
}

.select_buffer_div
{
    margin-bottom:10px;
}

.select_buffer_textbox
{
    padding:0px;
    width:120px;
    height:19px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #C4C4C4;    
    color: #000000;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10.5px;
    padding-left:3px;
}

.select_buffer_drop_down
{
    padding:0px;
    width:120px;
    margin-left:5px;
    margin-top: 0px;
    height:19px;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* border-color:#707070; */
    border-color:#C4C4C4;
    
    color: #000000;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10.5px;
}

.selection_container_div
{
    margin-top:10px;
    background-color: transparent;
    overflow:hidden;
    -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);
}

.select_popup_div_to_open_downwards {
    border: 1px solid rgb(102, 102, 102);
    background-color:#FFFFFF;    
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -o-border-top-left-radius: 4px; /* Bottom left border radius */
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px; /* 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: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    max-height: 600px;
    overflow-y: auto;
    box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.5);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.5);
}

.select_popup_div_to_open_upwards
{
    border: 1px solid rgb(102, 102, 102);
    background-color:#FFFFFF;    
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -o-border-top-left-radius: 4px; /* Bottom left border radius */
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px; /* Top top right radius */
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px; /* 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;

    box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.5);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.5);
}

.select_button_div_popped_up_to_open_downwards
{
    border: 1px solid rgb(102, 102, 102);
    -moz-border-bottom-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -o-border-bottom-left-radius: 0px !important;
    -moz-border-bottom-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    -o-border-bottom-right-radius: 0px !important; 
    
    box-shadow: 0px -2px 1px 0px rgba(50, 50, 50, 0.1);
    -webkit-box-shadow: 0px -2px 1px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px -2px 1px 0px rgba(50, 50, 50, 0.1);
}

.select_button_div_popped_up_to_open_upwards
{
    border: 1px solid rgb(102, 102, 102);
    -moz-border-top-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    -o-border-top-left-radius: 0px !important;
    -moz-border-top-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    -o-border-top-right-radius: 0px !important; 
    
    box-shadow: 0px 2px 1px 0px rgba(50, 50, 50, 0.1);
    -webkit-box-shadow: 0px 2px 1px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 2px 1px 0px rgba(50, 50, 50, 0.1);
}

.selection_drop_down_text
{
    color: #000000;
    font-family:Verdana, Helvetica, Arial, sans-serif;
    font-size:10.5px;
    line-height:23px;
    white-space:nowrap;
}

.selection_drop_down_item_div
{
    padding-right:3px;
    white-space:nowrap;
    
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

.selection_drop_down_item_div:hover
{
    background-color: rgba(230, 230, 250, 0.952941);
    cursor:pointer;
}

.selection_drop_down_item_div_invisible .selection_drop_down_text
{
    background-color: transparent;
    cursor:default;
}

.selection_drop_down_item_div_invisible .selection_drop_down_div_checked_box 
{
    background-image: url('../images/Box.png');
}

.selection_drop_down_item_div_invisible
{

}

.selection_drop_down_item_div_invisible .selection_drop_down_text
{
    color: rgb(195, 195, 195);
}

.selection_drop_down_text_div
{
    display:inline-block;
}

.selection_count_div
{
    display:inline-block;
    /* display:none;*/
}

.selection_drop_down_div
{
    cursor:default;
    margin:7px;
}

.selection_drop_down_checkbox_div_unchecked, .selection_drop_down_checkbox_div_checked
{
    width:13px;
    display:inline-block;
    height:9px;
    margin-right:2px;
}

.selection_drop_down_div_checked_box, .selection_drop_down_div_unchecked_box
{
    width:11px;
    display:inline-block;
    height:11px;
    position:relative;
    top:1px;
    margin-right:5px;
}

.selection_drop_down_div_checked_box
{
    background-image: url('../images/CheckedBox.png');
    background-position:center;
    background-repeat:no-repeat;
}

.selection_drop_down_div_unchecked_box
{
    background-image: url('../images/Box.png');
    background-position:center;
    background-repeat:no-repeat;
}

.selection_drop_down_checkbox_div_checked
{
    background-image: url('../images/Check.png');
    background-position:center;
    background-repeat:no-repeat;
}

.select_layers_mapservice_name_span
{
    color: rgb(25, 25, 112);
    font-family:Verdana, Helvetica, Arial, sans-serif;
    font-size:11px;
    font-weight: bold;
}

.select_no_layers
{
    color: #000000;
    font-family:Verdana, Helvetica, Arial, sans-serif;
    font-size:11px;
    font-weight: normal;
    font-style:italic;
    white-space:nowrap;
}

.select_by_location_section_heading_span
{
    color: rgb(25, 25, 112);
    font-family:Verdana, Helvetica, Arial, sans-serif;
    font-size:11px;
    font-weight: bold;
    font-style: normal;
    white-space: nowrap;
    margin-left:5px;
    margin-right:5px;
}

.select_by_location_section_heading, .select_by_location_section_heading_selected, .select_by_location_section_heading:hover
{
    margin-right: 5px;
    margin-bottom: 2px;
    padding-top: 3px;
    padding-bottom: 1px;
    width: 100%;
    height: 16px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px solid rgb(192, 192, 192);
}

.select_by_location_section_heading
{    
    border: 1px solid rgb(192, 192, 192);
    background: #fcfff4;
    background: #fcfcfe; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iI2Q3ZTdmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmYyZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjA3Y2NhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U3ZjFmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #fcfcfe 0%, #d7e7f2 93%, #ebf2f4 100%, #207cca 100%, #e7f1f8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfe), color-stop(93%,#d7e7f2), color-stop(100%,#ebf2f4), color-stop(100%,#207cca), color-stop(100%,#e7f1f8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfcfe 0%,#d7e7f2 93%,#ebf2f4 100%,#207cca 100%,#e7f1f8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfcfe 0%,#d7e7f2 93%,#ebf2f4 100%,#207cca 100%,#e7f1f8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfcfe 0%,#d7e7f2 93%,#ebf2f4 100%,#207cca 100%,#e7f1f8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcfcfe 0%,#d7e7f2 93%,#ebf2f4 100%,#207cca 100%,#e7f1f8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfe', endColorstr='#e7f1f8',GradientType=0 ); /* IE6-8 */

}

.select_by_location_section_heading_selected, .select_by_location_section_heading: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+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iI2EwZDBlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NGM1ZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWJmMmY0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg0YzVlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #fcfcfe 0%, #a0d0ef 93%, #84c5ed 100%, #ebf2f4 100%, #84c5ed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfe), color-stop(93%,#a0d0ef), color-stop(100%,#84c5ed), color-stop(100%,#ebf2f4), color-stop(100%,#84c5ed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfcfe 0%,#a0d0ef 93%,#84c5ed 100%,#ebf2f4 100%,#84c5ed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfcfe 0%,#a0d0ef 93%,#84c5ed 100%,#ebf2f4 100%,#84c5ed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfcfe 0%,#a0d0ef 93%,#84c5ed 100%,#ebf2f4 100%,#84c5ed 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcfcfe 0%,#a0d0ef 93%,#84c5ed 100%,#ebf2f4 100%,#84c5ed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfe', endColorstr='#84c5ed',GradientType=0 ); /* IE6-8 */
}

.select_by_location_section_heading:hover
{
    cursor: pointer;
}

.select_by_location_section
{
    padding:10px;
    height:350px;
}

/*div .select_by_location_section_heading .Select_by_location_expand_icon*/
.Select_by_location_expand_icon
{
    background-image:url("../Images/Expand.png?a=5");
    background-position:center;
    background-repeat:no-repeat;
    float:right;
    width:10px;
    height:5px;
    cursor:pointer;
    margin-right: 1px;
    margin-top: 5px;
}


div .select_by_location_section_heading_selected .Select_by_location_expand_icon
{
    display:none !important;
}

.select_by_location_heading_count
{
    float:right;
}

.select_by_location_validation_message
{
    color: #FF0000;
    font-family:Verdana, Helvetica, Arial, sans-serif;
    font-size:11px;
    font-weight: normal;
    font-style:italic;
    display:none;
}

.select_by_location_icon_div
{
    float: right;
    margin-right: 5px;
}

.select_add_to_shape
{
    background-image: url("../images/DrawToAddSmall.png?a=2");
}

.select_add_to_shape:hover
{
    background-image: url("../images/DrawToAddSmallHovered.png?a=2");
}

.select_remove_from_selection
{
    background-image: url("../images/RemoveFromSelectionIcon.png");
}

.select_remove_from_selection:hover
{
    background-image: url("../images/RemoveFromSelectionIconHovered.png");
}

.mode_button_selection
{
    background-image: url('../images/Selection.png');
}
