body 
{ 
margin:0; 
padding:0; 
}

#map { position:absolute; top:0; bottom:0; width:100%; }

   li {
    list-style-type: none; /* Убираем маркеры */
   }

   #ul_menu {
    margin: 0; /* Отступ слева в браузере IE и Opera */
    padding: 0; /* Отступ слева в браузере Firefox, Safari, Chrome */
   }


.pop{
font-size:16px;
}

#info {
display: block;
position: relative;
margin: 0px auto;
width: 50%;
padding: 10px;
border: none;
border-radius: 3px;
font-size: 12px;
text-align: center;
color: #222;
background: #fff;
}

.marker {

  background-image:url('marker-icon.png');
  background-size: cover;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
}


#menu {
background: #fff;
position: absolute;
z-index: 1;
top: 10px;
/*right: 10px;*/
left:10px;
border-radius: 3px;
width: 150px;
border: 1px solid rgba(0,0,0,0.4);
font-family: 'Open Sans', sans-serif;
}
 
#menu a,li {
font-size: 13px;
color: #404040;
display: block;
margin: 0;
padding: 0;
padding: 10px;
text-decoration: none;
border-bottom: 1px solid rgba(0,0,0,0.25);
/*text-align: center;*/
text-align:left;
}
 
#menu a:last-child {
border: none;
}
 
#menu a:hover,li:hover {
background-color: #f8f8f8;
color: #404040;
}
 
#menu a.active,li.active {
background-color: #3887be;
color: #ffffff;
}
 
#menu a.active:hover,li.active:hover {
background: #3074a4;
}


.panel,.panel_in,.panel_table
{
	/*margin: 3px;
	/*border: 3px #CCCCCC solid;*/
	-moz-border-radius: 10px; /* Р·Р°РєСЂСѓРіР»РµРЅРёРµ РґР»СЏ СЃС‚Р°СЂС‹С… Mozilla Firefox */
 -webkit-border-radius: 10px; /* Р·Р°РєСЂСѓРіР». РґР»СЏ СЃС‚Р°СЂС‹С… Chrome Рё Safari */
 -khtml-border-radius:10px; /* Р·Р°РєСЂСѓРіР». РґР»СЏ Р±СЂР°СѓР·РµСЂР° Konquerer СЃРёСЃС‚РµРјС‹ Linux */
 border-radius: 10px; /* Р·Р°РєСЂСѓРіР»РµРЅРёРµ СѓРіР»РѕРІ РґР»СЏ РІСЃРµС…, РєС‚Рѕ РїРѕРЅРёРјР°РµС‚ */
 /*padding: 5px; /* РІРЅСѓС‚СЂРµРЅРЅРёРµ РѕС‚СЃС‚СѓРїС‹ */
   
   box-shadow: 0px 3px 6px #000;
   background-color:#eeeeee;	
}
.panel_in
{

	 border-style:solid;
	 border-width:30px 5px 5px 5px;
	 border-color:#dddddd;
	 margin:10px;
	 padding-left:10px;
}

.panel_table
{
	 border-style:solid;
	 border-width:5px 5px 5px 5px;
	 border-color:#dddddd;
	 margin:5px;
}

input,select
{
	margin:10px 10px 10px 0;
	color:#000080;
	border-radius: 5px;
}

#btnSelect,#dateSelect
{
  position:absolute;
  right:40px;
  height:30px;
  top:100px; 
  color:#000000;
  background-color:#ffffff;
  
}

#date_p
{
  position:absolute;
  right:37px;
  height:28px;
  width:98px;
  top:98px; 
  color:#000000;
  background-color:#ffffff;
  padding-left:5px;
}

.ui-datepicker-trigger {
	margin-left: 5px;
	position: relative;
	top: 3px;
	cursor: pointer;
}



#btn_left
{
  width:30px;
  position:absolute;
  right:150px;
  height:30px;
  top:100px; 
  color:#000000;
  background-color:#ffffff;

  
}

#btn_right
{
  width:30px;
  position:absolute;
  right:0px;
  height:30px;
  top:100px; 
  color:#000000;
  background-color:#ffffff;

  
}

#btn_dwnld
{
  width:90px;
  position:absolute;
  right:40px;
  height:30px;
  top:140px; 
  color:#000000;
  background-color:#ffffff;

  
}

.button
{
	#position:absolute;
	width:150px;
	margin:10px;
	height:30px;
	color:#000080;
}

#chart
{
	/*margin: 2 2 2 auto;
	margin-left: auto;*/
	margin-left:20px;
}




	.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: none;
    pointer-events: none;
}

.modalDialog:target {
    display: block;
    pointer-events: auto;
}

.modalDialog > div {
    width: 470px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}


.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
 
.close:hover { background: #57adea; }
input:hover { background: #57adea; }
select:hover { background: #57adea; }

.datepick
{
  width:80px;
}



.ui-datepicker {  
    width: 150px;  
    height: auto;  
    margin: 5px auto 0;
    font: 8pt Arial;  
    color:#000080;
}



.ui-datepicker-header {  
  background:#88abf7;
  color:#000080;


}



#vert_L
{
   float:left;
   margin:0px;
   padding:0px;
   width:70%;       /*70%;*/
   height:100%;
     display:table;
      position: absolute; 
}

#vert_R
{
   /*background:#00ff00;*/
   margin-left:70.2%; /*70%;*/
   display:table;
   width:28%; /*75%;  /*30%;*/
   height: 100%;
}

#add_data
{
   width:100%;
   height:100%;
   color:navy;

}

.panel
{
	margin: 10px;
        padding:10px;
	/*border: 3px #CCCCCC solid;*/
	-moz-border-radius: 10px; /* закругление для старых Mozilla Firefox */
 -webkit-border-radius: 10px; /* закругл. для старых Chrome и Safari */
 -khtml-border-radius:10px; /* закругл. для браузера Konquerer системы Linux */
 border-radius: 10px; /* закругление углов для всех, кто понимает */
 /*padding: 5px; /* внутренние отступы */
   
   box-shadow: 0px 3px 6px #000;
   background-color:#eeeeee;	
  /* color:navy;*/
}