/***************buttons and panels**************************************/
.btn_bDisplayItemActive {
    width:  18px;
    height: 16px;
    background: url('../../img/nav_.png') scroll no-repeat transparent;
    background-position: -18px -86px; /* -18px or 0px */
}
.btn_bDisplayItemInactive {
    width:  18px;
    height: 16px;
    background: url('../../img/nav_.png') scroll no-repeat transparent;
    background-position: 0px -86px; /* -18px or 0px */
}
.btn_bDisplayItemInactive:hover, .btn_bDisplayItemActive:hover{
    cursor: pointer;
}
.control_panel{
    float:right;
    right: 0px;
    bottom: 0;
    height: 20px;
    width: 20px;
}
/* top-left panel and buttons */


.btn_button_flscrItemActive {
    background: url('../img/icon-fullscreen-on.png') scroll no-repeat 1px 1px #FFF;  
}

.btn_button_flscrItemInactive {
    background: url('../img/icon-fullscreen-off.png') scroll no-repeat 1px 1px #FFF;
}

.btn_button_directionsItemActive {
    background: url('../img/icon-direction-on.png') scroll no-repeat 1px 1px #FFF;  
}

.btn_button_directionsItemInactive {
    background: url('../img/icon-direction-off.png') scroll no-repeat 1px 1px #FFF;
}
.btn_button_mouse_wheelItemActive {
    background: url('../img/icon-mouse-on.png') scroll no-repeat 1px 1px #FFF;  
}

.btn_button_mouse_wheelItemInactive {
    background: url('../img/icon-mouse-off.png') scroll no-repeat 1px 1px #FFF;
}

.btn_button_share_pointItemActive {
    background: url('../img/markers/0.png') scroll no-repeat 1px 1px / 23px 23px #FFF;  
}

.btn_button_share_pointItemInactive {
    background: url('../img/markers/0-blue.png') scroll no-repeat 1px 1px / 23px 23px #FFF;
}


.btn_button_locationItemActive {
    background: url('../img/icon-location-on.png') scroll no-repeat 1px 1px #FFF;  
}

.btn_button_locationItemInactive {
    background: url('../img/icon-location-off.png') scroll no-repeat 1px 1px #FFF;
}

.btn_button_georgiaItemActive {
    background: url('../img/zoom-world-mini.png') scroll no-repeat 1px 1px #FFF;  
}

.btn_button_georgiaItemInactive {
    background: url('../img/zoom-world-mini.png') scroll no-repeat 1px 1px #FFF;
}

.control_panel_top {
    left: 8px;
    top: 70px;
    height: 150px;
    width: 32px;
}
.control_panel_top .olButton {
    display: inline-block;
    width:  26px;
    height: 26px;
    border:solid 1px #CCC;
    cursor:pointer;
    margin-top: 3px;
}
.control_panel_top:hover .olButton:hover {
    border-color: #ed1c24;    
} 

.control_panel_alt {
	display:none;
    right: 10px;
    bottom: 0;
    height: 35px;
    width: auto;
	position:fixed;
}
.control_panel_alt .olButton {
    display: inline-block;
    width:  26px;
    height: 26px;
    border:solid 1px #CCC;
    cursor:pointer;
    margin-left: 3px;
}
.control_panel_alt:hover .olButton:hover {
    border-color: #ed1c24;    
} 


/******************************hand button************************** */
.buttonHandItemActive {
    background: url("http://city24.ge/librouting/img/hand.png") no-repeat scroll center center white;
    border: 1px solid #4872A4;
    display: inline-block;
    height: 20px;
    margin: 0 0 2px 10px;
    padding: 0;
    width: 22px;
}
.buttonHandItemInactive {
    background: url("http://city24.ge/librouting/img/hand.png") no-repeat scroll center center white;
    border: 1px solid red;
    display: inline-block;
    height: 20px;
    margin: 0 0 2px 10px;
    padding: 0;
    width: 22px;
}

.buttonHandItemInactive:hover, .buttonHandItemActive:hover{
    cursor: pointer;
}


/*******************************************************************/
div#map {
    padding: 5px;
   /* border: 1px solid #ccc;*/
    height: 400px;
    width: 100%;
    overflow: hidden;
/*    cursor:pointer;*/
}

.olPopupCloseBox {
    background: url("../../img/close-button.png") repeat scroll 0 0 transparent;
    cursor: pointer;
}

.olPopup{
    /*border-right: 2px solid #FF0000; */
/*   z-index: 340 !important;*/
}
.mouse-zoom-enabled {
    /*cursor:default !important; 
    * es rato gvqonda saertod ar vici
    * magram xels gvishlida utf grid is bublis ponterze 
    */
}
div#map2{
    display: none;
    background: white;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 22000;
    border: none;
}

#map2[id]{
    position: fixed;
}

.event_popup_cl{
    padding: 10px 1px 1px 10px;
    border: 3px solid #FF0000 !important;
}
.loadingDiv{
    position: absolute;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #B0C4DE;
    display: none;
    height: auto;
    left: 40%;
    opacity: 0.8;
    padding: 5px;
    top: 30%;
    width: 79px;
    z-index: 999999999;
}
.loading-text {
    color: #444444;
    text-align: center;
    font-size: 10pt;
    line-height: 12pt;
}

div.rgba_popup{
    overflow: hidden; 
    padding:10px 0 10px 5px;
    position:relative;
}
div.rgbb_popup{
    font-size:12px; 
    overflow: hidden; 
    font-weight: bold; 
/*    padding: 0 0 10px 10px;*/
    position:relative;
    max-width:240px;
    min-width: 140px;
}
div.rgbc_popup{
    width: 240px;
    overflow: hidden;
    color: black; 
    font-weight: normal; 
    padding: 0;
    position:relative;
}
div.rgbd_popup{
    height: 60px; 
    border: solid 2px #dce3f3; 
    padding: 3px; 
    vertical-align: middle;
    position:relative;
}
div.rgbd_popup img{
    border: 0 !important;
    width: 85px;
}
div.rgbe_popup{
    font-size:12px; 
    padding: 15px 5px 10px 0px; 
    color: #0066ca;
    position:relative;
}
div.rgbf_popup{
    padding-left:5px; 
    min-width:130px;
    position:relative;
}
div.rgbg_popup{
    overflow: hidden; 
    padding-left: 10px; 
    min-width: 150px;
    position:relative;
}
table.rgbh_popup{
    width: 100%;
    position: relative;
    vertical-align: top;
    margin-bottom: 4px;
}
table.rgbh_popup td{
    vertical-align: top;
}
div.rgbi_popup{
    overflow: hidden; 
    padding: 10px 0 10px 5px;
    position:relative;
}
div.rgbj_popup{ 
    overflow: hidden; 
    padding-left:20px;
    position:relative;
    vertical-align: middle;
}
div.rgbk_popup{
    font-size:160%;
    height: 20px;
/*    padding-bottom:5px;*/
    white-space:nowrap;
    position:relative;
}
div.rgbl_popup{
/*    padding-bottom:5px;*/
    font-size: 11px;
    /*font-weight:bold; */
    position:relative;
    white-space: nowrap;
}

div.rgbm_popup{
    white-space:nowrap;
    margin-left: 5px;
    vertical-align:middle;
    position:relative;
    text-align: right;
}
div.rgbn_popup{
    height: 20px;
    position:relative;
    overflow:hidden;
}

/*search line on the map */
.header_help{
    position: absolute;
    height: 30px;
    top: 10px;
    left: 80px;
    width: 670px;
    background-color: #ffffff;
    border: 1px dotted  #b8b8b8;
    border-radius: 4px;
    z-index: 220001;
}
#d_search{
    margin: 1px;
    white-space: nowrap;
    position: absolute;
    width: 660px;
}
div#ds_search, .search_field { 
    width:450px;
    background-color: transparent;
}
.search_field {
    height: 26px;
    position: absolute;
    color: #222222;
    border: 1px solid #09123C;
    border-right: 0px solid #09123C;
    border-radius: 4px 0 0 4px;
    padding-left: 2px;
 }
div#db_search {
    width: 120px;
    height: 40px;
    margin-left: 450px;
}
#b_search {
	
	
	
    /*width: 100px;
    height: 28px;
    border: 1px solid #09123C;
    border-left: 0px solid #808080;
    position: absolute;
    border-radius: 0 4px 4px 0;*/
	
 }
#b_search:hover {
	/*background-color:#fd4023;
	
    cursor: pointer;
    color: #ED1C24;*/
 }
.dvGreyC{
    z-index: -1;
    border: none;
    position: absolute;
    left: -1px;
    top: 5px;
    background: none repeat scroll 0 0 transparent;
    margin-left: 2px;
}

#grey {
    left: 0;
    width: 570px;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: transparent;
    color: silver;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    display: block;
}

div#d_ch_city{
    /*background-image: url("http://city24.ge/img/cit_nt.png");
    background-attachment: scroll;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left 2px;
    position: absolute;
    height: 15px;
    top: 19px;
    margin-left: 640px;
    z-index: 220001;*/
 }
div#d_ch_village{
    background-image: url("http://city24.ge/img/cit_nt.png");
    background-attachment: scroll;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left 2px;
    position: absolute;
    height: 15px;
    top: 19px;
    margin-left: 758px;
    z-index: 220001;
 } 
 
#a_ch_city{
    /*left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 1px;
    font-size: 12px;
    position: absolute;
    width: 87px;
    z-index: 10;*/
    
 }
#a_ch_village{
    /*left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 1px;
    font-size: 12px;
    position: absolute;
    width: 87px;
    z-index: 10;*/
    
}

.d_ch_city_bor{
    border: 1px solid #09123C;
    border-radius: 4px;
    height: 26px;
    margin: -7px;
    width: 115px;
} 
.d_ch_village_bor{
    border: 1px solid #09123C;
    border-radius: 4px;
    height: 26px;
    margin: -7px;
    width: 115px;
} 


div#cnt_err {
    position: absolute;
    left: 90%;
    background: url("http://city24.ge/img/cit_nt_err.png") no-repeat scroll center center transparent;
    height: 7px;
    width: 7px;
    top: 5px;
} 
.dv_c_list{
    /*display: none;
    top: 21px;
    left: -7px;
    width: 109px;
    background-color: white;
    position: absolute;
    padding-left: 15px;
    padding: 0 3px 7px 3px;
    border-top: none;
    border: solid 1px #09123C;
    border-radius: 4px;*/
}
.dv_v_list{
    /*display: none;
    top: 21px;
    left: -7px;
    width: 109px;
    background-color: white;
    position: absolute;
    padding-left: 15px;
    padding: 0 3px 7px 3px;
    border-top: none;
    border: solid 1px #09123C;
    border-radius: 4px;*/
}
.ul_c_list{
    list-style: none outside none;
    line-height: 18px;
}
.ul_v_list{
    list-style: none outside none;
    line-height: 18px;
}

.ul_c_list li a{
    margin-left: 15px;
    padding-left: 0px !important;
    border-bottom: 1px dotted;
}
.ul_v_list li a{
    margin-left: 15px;
    padding-left: 0px !important;
    border-bottom: 1px dotted;
}
.ul_c_list li a:hover{
    text-decoration: none;
}
.ul_v_list li a:hover{
    text-decoration: none;
}
/*EOF search line on the map */

/* // suggestion */
.ui-sug-city24 li a {
    font-size: 69%;
}

span.sp_st_n{
    color:#4272DB;
    float:right;
}
span.sp_st_n2{
    color:#777;
    float:right;
    font-style: italic;
    padding-right: 10px;
}
span.sp_st_n3{
    visibility: hidden;
   
}

ul.ul_sorend{
    margin-left: 0;
    list-style: none outside none;
    min-width: 200px;
    width: 100%;
    height: auto;
}

ul.ul_sorend li{
    width: 32%;
    padding-top: 10px;
    float: left;
    list-style: none outside none;
}

.dv_ic_c{
    min-width: 20px;
    margin: 0;
    padding: 0;
    width: 90%;
    height: auto;
    padding-left: 1px;
}

.dv_ic_c a{
    color: #205990;
    font-size: 96%;
    font-weight: bold;
}

.dv_icli_c{
    float: left;
    width: auto;
    height: auto;
}
.dv_icli_c a{
    color: #205990;
    font-size: 89%;
}

.dv_sh_c_m_plus{
    float: right;
    margin-bottom: 20px;
    background-image: url('http://city24.ge/img/nav_.png');
    background-repeat: no-repeat;
    background-position: 0 -86px;
    background-color: transparent;
    background-attachment: scroll;
    width: 18px;
    height: 16px;
}
.dv_sh_c_m_minus{
    display: none;
    float: right;
    margin-bottom: 20px;
    background-image: url('http://city24.ge/img/nav_.png');
    background-repeat: no-repeat;
    background-position: -18px -86px;
    background-color: transparent;
    background-attachment: scroll;
    width: 18px;
    height: 16px;
}

.dv_sh_c_m_plus:hover, .dv_sh_c_m_minus:hover{
    cursor: pointer;
}
/*EOF // suggestion */

/*MAP STYLES FOR SHARE*/
.csd-share-map-div  {
	
	width: -moz-calc(100% - 2px) !important;
	width: -webkit-calc(100% - 2px) !important;
	width: calc(100% - 2px) !important;

	height: -moz-calc(100% - 2px) !important;
	height: -webkit-calc(100% - 2px) !important;
	height: calc(100% - 2px) !important;
	border: solid 1px #CCC;
}
.csd-share-map-div .control_panel_top {
	left: 8px;
    top: 70px;
    height: 32px;
    width: 32px;
}

/*new buttons on share map*/
.csd-object-buttons {
	position:fixed;
	display:table;
	top:120px;
	left:10px;
	z-index:850
}
.csd-object-buttons ul {
	width:auto;
	margin:0;
	padding:0;
	list-style:none;
}
/*.csd-object-buttons ul li {
	padding:10px 0;
	display:list-item;
}
*/
.nb-btn {
	width:26px;
	height:26px;
	background:#FFF;
	border:solid 1px #CCC;
	margin-top:3px;
	display:list-item;
	font-size:9pt;
}
.nb-btn:hover {
	border-color:#FF0000;
}
.nb-active {
	border-color:#FF0000;
}
.nb-active img {
	filter:alpha(opacity=50); opacity:0.5;
}
.nb-schools {
}
.white-tooltip + .tooltip > .tooltip-inner {background-color: #FFF; color:#F00; white-space:nowrap; border:solid 1px #FF0000; }
.white-tooltip + .tooltip > .tooltip-arrow {border-right-color:#ff0000;}
/*
skolebi, sabavsho bagi
klinika, aftiaqi, marketi, banki
*/


.olControlLayerSwitcher {
    color: black !important;
    width: auto !important;
    top: 10px !important;
/*    right: auto !important;*/
    left: 65% !important;
/*    left: 200px;*/
    z-index: 751;
}

.olControlLayerSwitcher  input[type="radio"]{
    display: none;
}

.olControlLayerSwitcher  input[type="radio"]:checked+label{ 
    color: #ed1c24; 
    border: solid 1px #ed1c24;
} 

.olControlLayerSwitcher .layersDiv {
    background-color: transparent !important;
    padding: 0 !important;
}

.labelSpan  {
    cursor: pointer;
    padding: 5px 8px;
    margin-left: 3px;
    background-color: white !important;
    border: 1px solid #ccc;
    display: inline-block;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
/*    background: #fff url("../img/icon-sign-in.png") no-repeat scroll right 1px top 2px;*/
}
.labelSpan:hover {
    cursor: pointer;
    background: #FFFFFF; /* fallback for IE */                                             
    border: solid 1px #ed1c24;
    color: #ed1c24; 
    text-decoration: none;
}


.baseLbl {
    display: none !important;
}

.baseLayersDiv br {
    display: none;
}
.baseLayersDiv {
    padding-left: 0px !important;
    
    
}
.csd-contact-map-container .olControlLayerSwitcher
{
    width: auto !important;
    height: auto !important;
    top:50px !important;
    right: 20px !important;
}

.csd-contact-map-container .olControlLayerSwitcher .layersDiv
{
    display: inline-block !important;
}
.csd-contact-map-container #OpenLayers_Control_MaximizeDiv,
.csd-contact-map-container .olControlLayerSwitcher .layersDiv .dataLayersDiv,
.csd-contact-map-container .olControlLayerSwitcher .layersDiv .dataLbl
 {
     display:none !important;
 }
