.trimble-map .search_result_container_div {
    width: 256px;
    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);
}

.trimble-map .search_box_search_icon {
    background-color: rgb(255, 255, 255);
    background-image: url("../images/Search.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-left: 0px;
    margin-right: 3px;
}

.trimble-map .search_box_table {
    margin-top: 0px;
    color: #666666;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(158, 183, 216);
    padding: 5px 0px;
    background-color: White;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}

.trimble-map search_box_textbox, .trimble-map .search_box_textbox_wide {
    background-color: White;
    color: rgb(0, 0, 128) !important;
    border: 0px none transparent !important;
    padding-left: 3px;
    padding-right: 3px;
}

.trimble-map .search_box_textbox {
    width: 155px;
}

.trimble-map input.search_box_textbox_wide {
    width: 193px;
}

.trimble-map .search_box_textbox_helptext {
    color: #aeaeae !important;
}

.trimble-map .search_icon_div {
    color: #666666;
    border-width: 2px;
    border-style: solid;
    background-color: rgb(255, 255, 255);
    background-image: url("../Images/Search.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
}

/* .trimble-map .search_close_div
{
    color: #666666;
    border-width: 2px;
    border-style: solid;
    background-color: rgb(255, 255, 255);
    background-image: url("../Images/HideSearch.png?a=1");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    width: 26px;
    height: 28px;
    margin-left: 5px;
} */

.trimble-map .search_panel_main_table {
    width: 100%;
    padding-top: 15px;
    /*
    padding-left: 10px;
    padding-right: 10px;
    */
    padding-left: 7px;
    padding-right: 7px;
}

.trimble-map .search_panel_side_cell {
    width: 17px;
}

.trimble-map .search_panel_div {
    background-color: transparent;
}

.trimble-map .search_spinner_div {
    display: none;
    width: 24px;
    height: 18px;
    vertical-align: middle;
    position: relative;
    top: 0px; /* -2px; */
    left: 0px;
}

.trimble-map .clear_search_results {
    display: none;
    background-image: url("../Images/close_dark.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
    /*
    width: 24px;
    height: 18px;
    */
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
}

.trimble-map .search_advanced_div {
    cursor: pointer;
    background-image: url("../Images/menu.png");
    float: left;
    border: 1px solid rgb(153, 217, 234);
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
}

.trimble-map .search_advanced_drop_down_div {
    width: 34px;
}

.trimble-map .search_spinner_div_cell {
    width: 24px;
}

.trimble-map .search_spinner_placeholder_div {
    width: 24px;
    height: 18px;
}

.trimble-map .search_add_to_selection {
    background-image: url("../images/AddToSelectionResultIcon.png?a=2");
}

    .trimble-map .search_add_to_selection:hover {
        background-image: url("../images/AddToSelectionResultIconHovered.png?a=2");
    }
