body{
	/*font-size:10px;*/
	font: 10px 'Open_Sans_Regular';
}

#backError{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: lightgray;
	text-align:center;
}
#error{
	font-size: 2em;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 26em;
	height: 1.5em;
	text-align:center;
}
#map{
	width: auto;
	height: auto;
	position: absolute;
	margin: 0.3em;
	top: 0;
	bottom: 0;
	left: 28em;
	right: 0;
	min-height:41.9em;
	/*border: 2px solid #999;*/
	/*border-radius: 10px;*/
	overflow: hidden;
	/*box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.3);*/
}
#list{
	font-size:1.3em;
	width:19em;
	min-height:26.1em;
	margin:0.3em;
	position:absolute;
	top:0;
	bottom:0;/*14em;*/
	left:0;
	right:0;
	background: #9C9C9C;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9C9C9C', endColorstr='#868686');
	background: -webkit-linear-gradient(top, rgb(156,156,156), rgb(86,86,86));
	background: -moz-linear-gradient(top,  rgb(156,156,156),  rgb(86,86,86));
	background: -o-linear-gradient(top,  rgb(156,156,156),  rgb(86,86,86));
	background: -ms-linear-gradient(top,  rgb(156,156,156),  rgb(86,86,86));
	background: linear-gradient(to bottom, rgb(156,156,156), rgb(86,86,86));
	overflow:auto;
	border-radius: 3px;
	padding:0.9em;
}
#filter{
	list-style-type: none;
	width: auto;
	height: auto;
	background-color: #FFF;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.7);
	border-radius: 3px;
	position: absolute;
	left: 0.9em;
	right: 1em;
	top: 3.8em;
	bottom: 0.9em;
	overflow-x:hidden;
}
#search{
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.7);
	border-radius: 3px;
	background-color: #FFF;
	width: 12.78em;
	float: left;
	height: 1.6em;
	padding: 0.2em;
}
#search input{
	border: 0px;
	width: 10.7em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	height: 1.5em;
}
.button_show_all{
	-webkit-user-select: none;
	width: 5em;
	background-color: #D3D3D3;
	color:#393939;
	float: right;
	font-size: 0.7em;
	padding: 0em 1em;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.7);
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	margin-right: 0.3em;
}
.button_show_all:hover{
	background-color: #E0E0E0;
}
.button_show_all:active{
	background-color: #E0E0E0;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
	margin-right: 0.1em;
	margin-top: 0.2em;
}

.ui-autocomplete {
	max-height: 50%;
	overflow-y: auto;
	overflow-x: hidden;
}

.ui-autocomplete li:nth-of-type(2n+1){
	background-color:#f1f1f1;
}
.ui-autocomplete li{
	cursor: pointer;
	padding: 2px 17px;
}
.ui-autocomplete li:hover{
	background-color:#eee;
	color:#777;
}
.ui-menu .ui-menu-item{
	padding-left:1em;
	width:auto;
}
.ui-autocomplete-category {
    /*font-weight: bold;*/
    padding: .2em .4em !important;
    margin: .8em 0 .2em;
    line-height: 1.5;
	/*background-color: #8d8d8d !important;*/
	/*color: #3a3a3a;*/
	color: #000;
  }

/*
.b-balloon-layout {
	position: relative;
	width: auto;
	padding: 10px;
	margin-left: -10px;
	background: rgba(86,86,86,0.9);
}

.b-balloon-layout .close {
	position: absolute;
	right: 0;
	top: 0;
	width: 13px;
	height: 13px;
	margin-right: 5px;
	margin-top: 5px;
	background: black;
	cursor: pointer;
}

.b-balloon-layout .tail {
	position: absolute;
	width: 30px;
	height: 24px;
	margin-top: 10px;
	background-color: #f00;
}
*/
.popover.top{
	background-color: rgba(86, 86, 86, 0.9);
	border-radius: 3px;
	position: absolute;
	padding: 5px 8px 8px 8px;
	font-size: 1.2em;
}
.popover.top.hint{
	padding: 3px 3px 3px 3px;
	color: white;
	font-size: 1.2em;
}
.popover.top a{
	position: absolute;
	right: 6px;
	top: 0px;
	text-decoration: initial;
	color: #FFF;
	font-size: 15px;
}
.popover.top .popover-name{
	color: #D9D9D9;
}
.popover.top .popover-value{
	color: #fff;
	padding-left:5px;
}
.popover.top .popover-line{
	width: 96%;
	height: 3px;
	border-top: 1px solid #D9D9D9;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow:after {
  z-index: -1;
  content: "";
}

.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-top-color: rgba(86, 86, 86, 0.9);
  border-width: 10px 10px 0;
}

.popover.top .arrow:after {
  bottom: -1px;
  left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 11px 0;
}

.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-right-color: #ffffff;
  border-width: 10px 10px 10px 0;
}

.popover.right .arrow:after {
  bottom: -11px;
  left: -1px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 11px 11px 0;
}

.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-width: 0 10px 10px;
}

.popover.bottom .arrow:after {
  top: -1px;
  left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-width: 0 11px 11px;
}

.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-left-color: #ffffff;
  border-width: 10px 0 10px 10px;
}

.popover.left .arrow:after {
  right: -1px;
  bottom: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 0 11px 11px;
}
.ymaps-b-cluster-tabs__menu-item-text{
	color:white !important;
}
.ymaps-b-cluster-tabs__menu-item-text:hover{
	color:#d9d9d9 !important;
}
.ymaps-b-cluster-tabs__menu-item_current_yes .ymaps-b-cluster-tabs__menu-item-text {
	color: #000 !important;
}