/* Status boxes styles */

.uz_geo_select_city_state_head{
    font-size: 12px;
}

.uz_select_place_button{
    margin-top: 10px;
    margin-bottom: 10px;
}
.uz_geo_select_city_select_btn{
    cursor: pointer;
    text-decoration: none;
    padding: 0px 18px 0px 0px;
    font-weight: bold;
    color: #1799b3;
    /*background:url(_img/place_arrow.png) no-repeat center right;*/
}
.uz_geo_select_city_add_info{
    color: #808080;
}

.uz_geo_select_city_select_btn-arrow {    
     border-bottom: 1px dotted;
}

.uz_geo_select_city_input{
    border: 1px solid #e0e0e0;
}





/* Dialog styles */
/* Dialog structure */

.uz_gsc_current_item_box{
    display: block;
    height: 75px;
    /*border: 1px solid red;*/
}
.uz_gsc_current_item{
    float: left;
    display: inline-block;
}
.uz_gsc_autodetect_item{
    float: right;
    display: inline-block;
}
.uz_gsc_search_box{
    display: block;
    /*border: 1px solid #c0c0c0;*/
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    /*padding: 5px;*/
}


.uz_gsc_search_field_box{
    /*display: inline-block;*/
    font-size: 12px;
    color: #a0a0a0;
    /*border: 1px solid #c0c0c0;*/
    vertical-align: top;
    margin-top: 5px;
}

.uz_gsc_hint_box{
    margin-top: 5px;
    color: #808080;
    font-size: 11px;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    background-color: #f8f8f8;
    display: inline-block;
    padding: 5px;
    width: 100%;
    text-align: left;
}
.uz_gsc_city_field_box{
    /*display: inline-block;*/
    /*width: 390px;*/
}
/*
.uz_gsc_search_region_row{
    display: none;
}
*/
/*
.uz_gsc_search_district_row{
    display: none;
}
*/

/*
.uz_gsc_search_show_region_btn_box{
    display: inline-block;
}
*/
/*
.uz_gsc_search_show_region_btn{
    cursor: pointer;
    text-decoration: none;
    padding: 0px;
    font-weight: bold;
    color: #1799b3;
    background:url(_img/place_arrow.png) no-repeat center right;
}
*/
/*
.uz_gsc_search_show_district_btn_box{
    display: inline-block;
}
*/
/*
.uz_gsc_search_show_district_btn{
    cursor: pointer;
    text-decoration: none;
    padding: 0px 18px 0px 0px;
    font-weight: bold;
    color: #1799b3;
    background:url(_img/place_arrow.png) no-repeat center right;
}
*/
/*
.uz_gsc_search_hide_district_btn{
    cursor: pointer;
    text-decoration: none;
    padding: 0px 18px 0px 0px;
    font-weight: bold;
    color: #1799b3;
    background:url(_img/place_arrow.png) no-repeat center right;
}
*/



/* Dialog content styles */


/* Current item */

.uz_gsc_current_place_header{
    font-size: 14px;
    font-weight: bold;
    color: #606060;
}
.uz_gsc_current_place{
    font-size: 20px;
    color: #606060;
}
.uz_gsc_current_place_legend{
    font-size: 12px;
    max-width: 400px;
    display: block;
}

.uz_gsc_current_place_error{
    font-size: 18px;
    color: #606060;
}

/* Autodetect box */

.uz_gsc_autodetected_item_header{
    font-size: 14px;
    font-weight: bold;
    color: #606060;
}
.uz_gsc_autodetected_place{
    font-size: 14px;
    color: #606060;
}
.uz_gsc_autodetected_place_legend{
    font-size: 12px;
    color: #606060;
}
.uz_gsc_autodetected_select_btn{
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    /*padding: 0px 18px 0px 0px;*/
    font-weight: bold;
    color: #1799b3;
    /*background:url(_img/place_arrow.png) no-repeat center right;*/
}

/* Search form */

.uz_gsc_but{
    font-size: 12px !important;
    font-weight: bold;
}

.uz_gsc_search_form_col_1{
    display: inline-block;
    vertical-align: top;
    width: 220px;
    text-align: left;
    font-size: 12px;
}
.uz_gsc_search_form_col_2{
    display: inline-block;
    vertical-align: top;
    width: 480px;
}

.uz_gsc_region_off_box{
    /*
    margin-top: 5px;
    text-align: right;
    padding-right: 10px;
    */
}


.uz_gsc_hint{
    color: #808080;
    font-size: 11px;
}

.uz_gsc_search_by_kladr_header{
    font-size: 14px;
    font-weight: bold;
    color: #606060;
    text-align: left;
}
.uz_gsc_field_header{
    font-size: 12px;
    font-weight: bold;
    color: #606060;
    text-align: left;
}

#uz_gsc_dlg_city{
    width: 380px;
}
#uz_gsc_dlg_region{
    width: 200px;
}
#uz_gsc_dlg_district{
    width: 200px;
}
.uz_gsc_region_field_box{
    /*
    font-size: 12px;
    color: #a0a0a0;
    */
}


/* Items list */

/* structure */
.uz_gsc_list_box{
    margin-top: 15px;
    height: 350px;
}

.uz_gsc_list_struct_box{
    width: 800px;
}
.uz_gsc_list_regions_box{
    width: 200px;
    /*border: 1px solid #a0a0a0;*/
    vertical-align: top;
}
.uz_gsc_list_city_box{
    /*border: 1px solid #a0a0a0;*/
    width: 600px;
    vertical-align: top;
}

/* visual */
.uz_gsc_list_header{
    font-size: 14px;
    font-weight: bold;
    color: #606060;
    margin-bottom: 10px;
}


.uz_gsc_list_regions_list{
    max-height: 300px;
    overflow: auto;
}

.uz_gsc_list_city_list{
    max-height: 300px;
    overflow: auto;
}


.uz_gsc_region_item{
    cursor: pointer;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.uz_gsc_region_item:hover{
    background-color: #e0e0e0;
}
.uz_gsc_region_item_current{
    background-color: #e8e8e8;
}

.uz_gsc_virtual_region_item{
}
.uz_gsc_region_items{
}


.uz_gsc_city_col{
    /*border: 1px solid #c0c0c0;*/
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    width: 180px;
}

.uz_gsc_city_item{
    cursor: pointer;
    width: 170px;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 2px;
    padding-bottom: 2px;

}
.uz_gsc_city_item:hover{
    background-color: #e0e0e0;
}
.uz_gsc_city_item_current{
    background-color: #e8e8e8;
}
