/* Status boxes styles */

.uz_geo_select_city_state_head{
    font-size: 13px;
    display: inline-block;
}
.uz_geo_select_city_state_head span {
    font-size: 13px;
}

@media screen and (max-width: 520px) {
    .uz_geo_select_city_state_head {font-size: 0;}
}
@media screen and (max-width: 320px) {
    .uz_geo_select_city_state_head {font-size: 13px;}
}


/*
.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;
}







/* Confirm styles */

.uz_geo_select_city_confirm_container{
    display: block;
    width: 100%;
    height: 1px;
    overflow: visible;
    position: relative;
}

.uz_geo_select_city_confirm_box{
    width: 240px;
    height: auto;
    z-index: 5000;
    background-color: #ffffff;
    padding: 0 20px;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(50, 50, 50, 0.3);
    color: #333;
    position: absolute !important;
    left: 0 !important;
}
.uz_gsc_confirm_city{
    border-bottom: 2px solid #868686;
    font-size: 14px;
    margin: 18px 0;
    padding: 0 0 6px;
}
.uz_gsc_confirm_city_name{
    color: #08c;
}
.uz_gsc_confirm_buttons{
    margin: 0 0 20px;
    overflow: hidden;
}
.uz_gsc_confirm_buttons .uz_gsc_confirm_btn:nth-child(2) {float:right;}
.uz_gsc_confirm_btn {
    background: #099;
    display: inline-block;
    color: #fff;
    padding: 6px 10px;
    cursor: pointer;
}

.uz_geo_select_city_confirm_box::after, .uz_geo_select_city_confirm_box::before {
    border: medium solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    right: 164px;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.uz_geo_select_city_confirm_box::after {
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ffffff;
    border-width: 10px;
    margin-left: -10px;
}
.uz_geo_select_city_confirm_box::before {
    border-color: rgba(200, 200, 200, 0) rgba(200, 200, 200, 0) #c8c8c8;
    border-width: 11px;
    margin-left: -11px;
}
/* Confirm styles end */









/* Dialog styles */
/* Dialog structure */



/* wide window */
.uz_gsc_current_item{
    display: block;
    background-color: #F7F7F7;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

@media screen and (max-width: 550px) {
    /* wide window */
    /*
    .uz_gsc_current_item{
        display: block;
        vertical-align: top;
    }

    .uz_gsc_autodetect_item{
        display: block;
        vertical-align: top;
        float: none;
        margin-top: 20px;
    }
    */

}


.uz_gsc_search_box{
    margin-top: 5px;
    margin-bottom: 5px;
}

.uz_gsc_field{
    width: 100%;
    padding: 0px;
    margin: auto;
    padding: 6px;
}

.uz_gsc_search_hint{
    border: 0px solid #e0e0e0;
    /*border-radius: 5px;*/
    padding: 0px;
    max-height: 150px;
    overflow: auto;
    font-size: 11px;
    min-height: 22px;
}


.uz_gsc_search_icon{
    display: none;
    max-height: 150px;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}
.uz_gsc_search_results{
    display: none;
    max-height: 150px;
    overflow: auto;
    margin: 10px 0px;
}

.uz_gsc_searched_item{
    padding: 5px;
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}
.uz_gsc_searched_item:hover{
    border: 1px solid #c0c0c0;
    background-color: #f0f0f0;
}

.uz_gsc_search_more_btn{
    text-align: center;
    font-weight: bold;
    padding: 10px;
}

.uz_gsc_searched_item_city{
    display: inline-block;
    color: #000000;
    margin-right: 5px;
}

.uz_gsc_searched_parents{
    color: #307070;
    display: inline-block;
    font-size: 12px;
}
.uz_gsc_searched_region{
    display: inline-block;
    /*margin-right: 5px;*/
}
.uz_gsc_searched_district{
    display: inline-block;
    /*margin-right: 5px;*/
}





/* Dialog content styles */

#uz_geo_select_city_dlg{
    padding: 0px;
}

#uz_geo_select_city_dlg{
    padding: 0px;
}

/* Current item */

.uz_gsc_current_place_header{
    font-size: 14px;
}

.uz_gsc_current_place{
    font-size: 18px;
    color: #606060;
    display: block;
    white-space: nowrap;
}
.uz_gsc_current_place_legend{
    font-size: 12px;
    display: block;
}

/* Variants header */

.uz_gsc_variants_header{
    display: block;
    text-align: left;
    font-size: 14px;
    background-color: #e8f0f0;
    padding: 8px 16px;
    font-weight: bold;
    color: #333;
    border: 1px solid #d0e0e0;
    border-radius: 3px;
}

.uz_gsc_variants_box{
    margin: 10px 0px;
}


/* Autodetect box */

.uz_gsc_autodetect_item{
    display: table;
    float: right;
    margin: 16px;
    margin-top: 0px;
    border-collapse: collapse;
}
.uz_gsc_autodetected_cell{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    min-height: 50px;
    padding: 10px;
    border: 1px solid #c0c0c0;
    background-color: #ffffff;
}
.uz_gsc_autodetected_cell_btn{
    cursor: pointer;
}
.uz_gsc_autodetected_cell_btn:hover{
    background-color: #f0f0f0;
}


.uz_gsc_autodetected_place{
    font-size: 14px;
    display: block;
    color: #202020;
}
.uz_gsc_autodetected_place_legend{
    font-size: 12px;
    display: block;
    color: #202020;
}


/* Other country form */

.uz_gsc_field_other{
    min-width: 150px;
    max-width: 446px;
    margin-bottom: 5px;
}
.uz_gsc_other_select_btn{
    cursor: pointer;
    display: inline-block;
    width: 100px;
    padding: 6px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    font-weight: normal;
    font-size: 1em;
    text-align: center;
    border: 1px solid #c0c0c0;
    float: right;
}

.uz_gsc_other_select_btn:hover{
    border: 1px solid #c0c0c0;
    background-color: #f0f0f0;
}


/* Search form */


/* Items list */

.uz_gsc_fast_list_item{
    cursor: pointer;
    display: inline-block;
    width: 170px;
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.uz_gsc_fast_list_item:hover{
    border: 1px solid #c0c0c0;
    background-color: #f0f0f0;
}
.uz_gsc_fast_list_item_current{
    background-color: #e8e8e8;
}



.uz_geo_select_city_loader {
    position: relative;
    top: 2px;
    left: 8px;
}


@media screen and (max-width: 500px) {
    .uz_geo_select_city_confirm_box {
    left: auto !important;
    right: 0;
    }
    .uz_geo_select_city_confirm_box::after, .uz_geo_select_city_confirm_box::before {
    right:23px;
    }
}