@charset "utf-8";

 BODY {overflow: hidden}
 
 #feedback { font-size: 1.4em; }
  #selectable .ui-selecting { background: #FECA40; }
  #selectable .ui-selected { background: #F39814; color: white; }
  #selectable { list-style-type: none; margin: 0; padding: 0; width: 270px; }
  #selectable li { margin: 3px; padding: 0.4em; font-size: 1.4em;  }
 html, body {margin:0;height:100%;font-size:12px;}
body { font-size: 12px; font-family: tahoma, verdana, sans-serif; color: #6e6e70; background: #fffaeb url(Images/head_bg.png) repeat-x scroll 0 0;  }
a,a img{color:#28a4e7;border: 0;}

#topbg {background: #FFFAEB url(Images/head_bg.png) repeat-x scroll 0 0 ;}
.conteiner{width: 1005px;margin: 0 auto; }

.mynes{color:black;
      font-weight:600;
     }

.mybtns{width:290px;
       background-color: white;
       font-size: 15px;
       border-radius: 6px;
       box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	   border-color:black;
       border:2px;
       cursor:pointer;
	   margin:1px;
text-align: left;}

.online{color:red;
      font-weight:600;
background-color: white;
       font-size: 15px;
       border-radius: 6px;
       box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	   border-color:black;
       border:2px;
      
	   margin:1px;
text-align: left;}

.online_green{color:green;
      font-weight:600;
background-color: white;
       font-size: 15px;
       border-radius: 6px;
       box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	   border-color:black;
       border:2px;
      
	   margin:1px;
text-align: left;}

.map_copyright{
 font-size: 10px;
   bottom: 0;
 right: 0;
position: absolute;
    z-index: 800;
margin-right: 50px;
color:black;
border-radius: 5px;
background-color: rgba(255, 255, 255, 0.8);
 box-shadow: none;}

.hint{
   top: 20;
 left: 30;
position: absolute;
    z-index: 800;
margin-right: 50px;
color:black;
border-radius: 5px;
background-color: rgba(255, 255, 255, 0.7);
 box-shadow: 0 0 10px rgba(0,0,0,0.5);}

.check{
 background-color: orange;}
.speed-label{
  -moz-box-shadow: none;
   -webkit-box-shadow: none;
   color:black;
    font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
   box-shadow: none;
   position:relative;}
#logo{ float:left; }
#logo a img {float:left; margin-right:40px;}
#logo a {display:block; height:82px; line-height:92px; width:940px; font-size:30px; text-decoration:none; color:#044497;  font-family: 'Times New Roman'; text-transform:uppercase; font-weight:bold;}
#logo a:hover {text-decoration:none;}

.header{width: 1000px;height:0px;padding:8px 0px 0px 0px;float:left; clear:both;}
.chbtn{
    border:NONE;
  background: #1c94c4;
  padding: 2px 2px;
  margin: 0px 0px 4px 0;
  border-radius: 2px;
  color: #fff;
  width:85px;
  cursor: pointer;   
}

.androidbtn{
 display:none;
    border:NONE;

  background: rgb(28, 196, 35);
  padding: 2px 2px;
  border-radius: 2px;
  color: #fff;
  width:70px;
  cursor: pointer;   

}
.chbtn1{
    border:NONE;
  background: #1c94c4;
  padding: 2px 10px;
  border-radius: 2px;
  color: #fff;
  width:174px;
  cursor: pointer;   
}

.chbtn2{
    border:NONE;
  background: #ff0000;
  padding: 2px 2px;
  margin: 0px 0px 4px 0;
  border-radius: 2px;
  color: #fff;
  width:85px;
  cursor: pointer; 
}

.modal_btn{
    border:NONE;
  background: #1c94c4;
  padding: 2px 10px;
  border-radius: 2px;
  color: #fff;
  width:200px;
  cursor: pointer;   
 font-size: 16px; 
}

#panel {
    position: absolute;
    top: 40px;
    right: 00px;
    margin: -40px 0 0 0;
    overflow: hidden;
	z-index:100;
	
}
#panel-content {
    background: #EEE;
    border: 1px solid #CCC;
    width: 288px;
    height: 592px;
    float: right;
    padding: 3px 5px;
	overflow-y: auto;
}
#panel-sticker {
    width:10px;
	height:594px;
	top: 0%;
    float: right;
    position: relative;
    background: #EEE;
    padding: 3px 3px 3px 3px;
    margin: 0;
    cursor: pointer;
}

.leaflet-control-zoomslider-slider {
	padding-top: 5px ;
	padding-bottom: 5px;
}

.leaflet-control-zoomslider-slider-body {
	background-image: url(Images/zoom-slider.png);
	background-repeat: repeat-y;
	background-position: center 2px;
	height: 100%;
	cursor: default;
}

.leaflet-control-zoomslider-slider-knob {
	width: 13px;
	height:5px;
	background-color: black;
	background-position: center;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin-left: 5px;
	border: 5px;
	position:relative;
}
.leaflet-control-zoomslider-slider-knob:hover {
	cursor: pointer;
}

/** Leaflet Zoom Styles **/
.leaflet-container .leaflet-control-zoomslider {
	margin-left: 13px;
	margin-top: 12px;
}
.leaflet-control-zoomslider a {
	width: 23px;
	height: 22px;
	text-align: center;
	text-decoration: none;
	color: black;
	display: block;
}
.leaflet-control-zoomslider a:hover {
	background-color: #fff;
	color: #777;
}
.leaflet-control-zoomslider-in {
	font: bold 19px/24px Arial, Helvetica, sans-serif;
}
.leaflet-control-zoomslider-in:after{
	content:"+"
}
.leaflet-control-zoomslider-out {
	font: bold 23px/20px Tahoma, Verdana, sans-serif;
}
.leaflet-control-zoomslider-out:after{
	content:"-"
}
.leaflet-control-zoomslider a.leaflet-control-zoomslider-disabled {
	cursor: default;
	color: #bbb;
}

/* Touch */

.leaflet-touch .leaflet-control-zoomslider-slider-knob {
	width:20px;
}
.leaflet-touch .leaflet-control-zoomslider a {
	width: 30px;
	height: 30px;
}
.leaflet-touch .leaflet-control-zoomslider-in {
	font-size: 24px;
	line-height: 29px;
}
.leaflet-touch .leaflet-control-zoomslider-out {
	font-size: 28px;
	line-height: 24px;
}

.leaflet-touch .leaflet-control-zoomslider {
	box-shadow: none;
}

.leaflet-touch .leaflet-control-zoomslider {
	border: 4px solid rgba(0,0,0,0.3);
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;


}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.routerow{ font-size:25px;
	   width:570px;
	   background-color: white;
       border-radius: 6px;
       box-shadow: 2px 1px 2px rgba(0,0,0,0.5);
       border:NONE;
       
text-align: left;}

.stopname{color:black;
      font-weight:600;
       font-size:34px;  }

.dist{color:green;
      font-weight:600;
       font-size:34px;
       text-align:center; 
    width:90px;
	  }

.route{color:black;
      font-weight:400;}

.time1{color:green;
      font-weight:400;}

.time2{color:blue;
      font-weight:400;}

.c_green{color:green;
      font-weight:400;}
.c_red{color:red;
      font-weight:400;}
.c_blue{color:blue;
      font-weight:400;}
.c_black{color:black;
      font-weight:400;}	  

.sbtn{ width:460px;       
       cursor:pointer;
       font-size:15px;
	   background-color: white;
       border-radius: 6px;
       box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
       border:1px solid;
	   border-color:#FFA600;
       text-align: center;
	   margin:3px;
	   }
	   
 

.spisok_avt{width:370px;
}

.spisok_stops{width:400px;
}

.transp_type{
 font-size:32px; 
}

.expl_text{
 font-size:28px; 
}

#modalWindow {
			margin: 100px auto 0;
			width: 100%;
			z-index: 10001;
			
                        position:relative;
			text-allign:center;			
		}

#layer {
    position: absolute;
    display: none;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 5;
}
.some_div {
    position: relative;
    margin: 20px;
    padding: 10px;
    background: #FFF;
}

#popup { 
background-color: #fff; 
position: fixed; 
margin: 0 auto; height: 165px; top: 300px; padding: 40px; border-radius: 4px; color: #000; width: 500px; } 

.times_o{
color:#000;
 font-size:28px; 
font-weight:400;
 background-color: white;
 border-radius: 6px;
 box-shadow: 2px 2px 2px #1c94c457;
 border:1px solid;
 border-color:#1c94c478;
 text-align: center;
  line-height: 1.5;
    padding-left: 2px;
    padding-right: 2px;

}   

.times_depo{
color:#000;
 font-size:28px; 
font-weight:400;
 background-color: white;
 border-radius: 6px;
 box-shadow: 2px 2px 2px #ff020278;
 border:1px solid;
 border-color:#ff020278;
 text-align: center;
  line-height: 1.5;
    padding-left: 2px;
    padding-right: 2px;

}   

.legend{
 font-size: 18px;
 z-index: 800;
color:black;
 box-shadow: none;
}

.times_d{
color:#f00;
 font-size:22px; 
}   

.tt_route{color:#00f;
      font-weight:800;}

.av_route{color:#FFA600;
      font-weight:800;}

.event_date{
color:#f00;
 font-size:28px; 
font-weight:400;
 background-color: white;
 border-radius: 6px;
 box-shadow: none;
 border:none;
 border-color:#1c94c478;
 text-align: center;
  line-height: 1.5;
    padding-left: 2px;
    padding-right: 2px;

}  

.event_time{
color:#00F;
 font-size:28px; 
font-weight:400;
 background-color: white;
 border-radius: 6px;
 box-shadow:none;
 border:none;
 border-color:#1c94c478;
 text-align: center;
  line-height: 1.5;
    padding-left: 2px;
    padding-right: 2px;

}  

.event_text{
color:#000;
 font-size:28px; 
font-weight:400;
 background-color: white;
 border-radius: 6px;

 box-shadow: 2px 2px 2px #fbff00;
 border:1px solid;
 border-color:#00F;
 text-align: center;

    padding-left: 2px;
    padding-right: 2px;

}  

.copyright{
 font-size: 10px;
}

.copyright2{
 font-size: 14px;

    z-index: 800;

color:black;

 box-shadow: none;}
