/*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	//line-height: 0.4;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon, .ui-icon-0078A8 {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icon-secondary .ui-icon-0078A8,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
	padding: 4px 3px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: 4px 3px;
	text-align: center;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
/*	background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;*/
	background: #fefefe;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6;
	font-weight: bold;
	color: #1c94c4;
	color: #c77405;
	color: #ffa500;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	color: #c77405;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce;
	font-weight: bold;
	font-weight: normal;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	/*border: 1px solid #fbd850;*/ 
	background: #ffffff;
	font-weight: bold;
	/* font-weight: normal;*/
	color: #eb8f00;
	border-top: 4px solid red;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon, .ui-icon-0078A8 {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-active .ui-icon-0078A8 {
	background-image: url(images/ui-icons_0078A8_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_228ef1_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_ffd27a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 5px;
}
ul.ui-autocomplete {
    background-color: #efefef;
    border: 1px solid #aaaaaa;
    width: 236px;
    height: 240px;
    z-index: 3000;
    overflow: auto;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    list-style-type: none;
    padding: 0px;
    -webkit-box-shadow: 0px -2px 10px rgba(50, 50, 50, 0.8);
    -moz-box-shadow:    0px -2px 10px rgba(50, 50, 50, 0.8);
    box-shadow:         0px -2px 10px rgba(50, 50, 50, 0.8);
}

li.ui-menu-item {
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}
/*
li.ui-menu-item:hover {
    background-color: #f55a01;
    color: #ffffff;
    font-weight: bold;
}
*/
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    background-color: #f55a01;
    color: #ffffff;
    font-weight: bold;
    margin: -4px;
}






#ac-box {
    position: absolute;
    left: 10px;
    top: -400px;
    width: 238px;
    height: 230px;
    background-color: #ffffff;
    border: 1px solid #cc4e0a;
    z-index: 2000;
    -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.8);
    -moz-box-shadow:    0px 2px 10px rgba(50, 50, 50, 0.8);
    box-shadow:         0px 2px 10px rgba(50, 50, 50, 0.8);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow-x: hidden;
    overflow-y: auto;
}

div.ac-box-show {
    display: block;
}

div.ac-box-hide {
    display: none;
    background-color: #ff0000;
}

span.ac-item {
    display: block;
    margin: 0px;
    padding: 4px;
    padding-left: 12px;
    cursor: pointer;
}

span.ac-item-active {
    background-color: #f6e2d6;
}

span.ac-q {
    -text-transform: capitalize;
    font-weight: bold;
    color: #cd4702;
}/*
div {
    -border: 1px dotted #ff0000;
}
*/
root { 
    /*display: block;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;*/
    /*  font: 100% "lucida grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
     * */
     */
      font: 100%  Arial, Helvetica, sans-serif;
}
/*
span, div, td {
    font-family: Arial;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
}*/
span, div, td, input {
/*  font: 12px "lucida grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
 * 
 */
/*
  font: 13px Arial, Helvetica, sans-serif;
  */
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

body, html {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-color: #ffffff;
    height: 100%
}

#content, #basic-map, #header-wrap, #side-panel-wrap, #footer-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

#side-panel-wrap {
  background-color: white;
}
#side-click {
  position: absolute;

  right: 0;

  height: 100%;
  width: 50px;
  opacity: 0;
  
}

#basic-map, #header, #side-panel, #footer, #icom-box,
#zoombar, #zoom-button-county, #zoom-button-city, #zoom-button-street,
#pan-left, #pan-right, #pan-up, #pan-down, #overview, #side-panel-toggle, 
#map-selected-location {
    position: absolute;
    overflow: hidden;
}

#zoombar, #zoom-button-county, #zoom-button-city, #zoom-button-street,
#pan-left, #pan-right, #pan-up, #pan-down, #overview, #map-selected-location {
    z-index: -1;
}

#zoom-button-county, #zoom-button-city, #zoom-button-street {
    width: 51px;
    cursor: pointer;
}

#zoombar {
    width: 22px;
    height: 160px;
}

#map-selected-location {
    width: auto;
    height: auto;
}

#overview {
    width: 120px;
    height: 120px;
}

#pan-left, #pan-right, #pan-up, #pan-down {
    width: 26px;
    height: 26px;
    cursor: pointer;
}

#pan-left {

}

#pan-right {

}

#pan-up {

}

#pan-down {

}

#basic-map {
    z-index: 1;
}

#header, #footer {
    width: 100%;
    z-index: 10;
}

#footer {
    bottom: 0px;
    height: 24px;
}

#header {
    height: 94px;
}

#header-content, #layer-select {
    position: absolute;
    height: 140px;
    top: 0px;
}

#logo {

    position: absolute;
    top: 10px;
    left: 20px;
}

#header-content {
    left: 280px;
}

#layer-select {

    right: 0px;
}

#icom-box {
    top: 66px;
    right: 12px;
    width: 216px;
    height: 0px;
    z-index: 40;
    display: none;
}

#icom-box-hideborder {
    display: none;
}


#search-box, #search-results, #search-info {
    width: 100%;
    white-space: nowrap;
}


#search-box {
/*    height: 94px;
 * */
 */
}

#search-info {
    height: 72px;
}

#search-results {
    height: 1000px;
}

#footer-links, #languages {
    position: absolute;
    width: 50%;
    height: 100%;
    text-align: left;
    padding-top: 4px;
}

#footer-links {
    padding-left: 12px;
}


#languages {
    right: 0px;
    text-align: right;
}


.popup{width:auto;height:auto;margin:0px;padding:0px;position:absolute;border:3px;z-index:100;text-align:center;background-color:transparent;}
.popup-ie{filter:progid:DXImageTransform.Microsoft.Shadow(color="#666666", Direction=135, Strength=3);} /* the plugin adds this class only if browser is IE; if IE9, it's added to main <DIV> else to <TABLE> */
.popup table{width:auto;height:auto;margin:0px;padding:0px;display:table;border-collapse:collapse;border-spacing:0px;border:0px;empty-cells:show;background-color:transparent;}
.popup tbody{display:table-row-group;vertical-align:middle;border:0px;background-color:transparent;}
.popup td{margin:0px;padding:0px;background-color:transparent;}
.popup-top-left,    .popup-top-right,   .popup-bottom-left, .popup-bottom-right{width:21px;height:21px;overflow:hidden;background-repeat:no-repeat;}
.popup-top-middle,  .popup-bottom-middle{overflow:hidden;background-repeat:repeat-x;}
.popup-middle-left, .popup-middle-right{overflow:hidden;background-repeat:repeat-y;}
.popup-tail{border:0px;margin:0px;padding:0px;display:inline;}

table.popupbubi {
    margin: 12px;
}

.popupbubi .bubistreet {
    width: 93px;
}
.popupbubi .bubinumber {
    width: 24px;
}

.popupbubi td, .popupbubi input, .popupbubi select, .popupbubi textarea{
    font-size: 11px;
    font-family: Arial;
    text-align: left;
    
    /*cursor: pointer;*/
}
.popupbubi input, .popupbubi select, .popupbubi textarea{
    font-size: 11px;
    font-family: Arial;
    text-align: left;
    width: 120px;
    /*cursor: pointer;*/
}



.popupbubi td a {
    text-decoration: none;
    color: #CC4E0A;
    font-size: 13px;
    }
.pw {
    color: white;
}


span.bubi-name {
    display: inline-block;
    margin-left: 12px;
    margin-top: 4px;
    font-weight: bold
}

div#banner-top {
    height: 0px;
    background: red;
    color: white;
    position: relative;
    z-index: 100;
}

div#banner-left-bottom {
    height: 0px;
    //background: yellowgreen;
    color: black;
    position: relative;
    z-index: 100;
    
    border-top: 1px solid #959C9F;
    -webkit-box-shadow: 0px -2px 10px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px -2px 10px rgba(50, 50, 50, 0.2);
    box-shadow: 0px -2px 10px rgba(50, 50, 50, 0.2);
}

div#amenitypanel {
    background-color: #E9F1FF;
    position: absolute;
    bottom: 24px;
    left: 220px;
    z-index: 10;
    font-size: 16px;
    font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
    padding: 4px;
    border: solid 1px #ababa7;
}

.subpanel {
    float: left;
    padding-left: 8px;
    font-size: 8px;
    /*width: 51px;*/

}
.ur {
    display: block;
    text-align: center;
}
.lr {
    font-size: 11px;
}

.bottommessage {
    padding: 8px 8px 16px 8px;
    color: red;
    font-size: 10px;

}

#message {
    font-size: 16px;

    background-color: green;
    border: solid 1px white;
    padding: 4px;
    /*text-decoration: bold;*/
    color: white;

    z-index: 20;
}

#impresszum {
    font-size: 16px;
    text-align: center;
}

#impresszum {
    background: #FAFAFA;
    
    width: 80%;
    height: 330px;
    margin: auto;
    margin-top: 24px;
    padding-top: 20px;
    
    border: 1px solid #CCC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    
    -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 2px 10px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 2px 10px rgba(50, 50, 50, 0.2);
}

.ilf {
    text-align: left;
    vertical-align: center;
    display: block;
    padding: 10px;
    font-size: 14px;
}
.ila {
    text-align: left;
    
    padding-left: 10px;
    font-size: 18px;
    display: block;
    padding-bottom: 17px;
}

.gomb {
-webkit-border-radius: 2px;
border-radius: 2px;
cursor: default;
font-size: 11px;
font-weight: normal;
text-align: center;
white-space: nowrap;
margin-right: 16px;
height: 27px;
line-height: 27px;
min-width: 54px;
outline: 0;
padding: 3px 8px;
text-transform: uppercase;
-webkit-box-shadow: none;
box-shadow: none;

background-color: #CC4E0A;

/*border: 1px solid #666666;*/
color: #fff;
}
.popupbubi td a.gomb  {
    color: white;
    font-size: 11px;
}
.kekq {
-webkit-box-shadow: none;
box-shadow: none;
background-color: #CC4E0A;

border: 1px solid #666666;
color: #fff;
}



/* Example tokeninput style #1: Token vertical list*/
ul.token-input-list {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    width: 400px;
    border: 1px solid #999;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}

ul.token-input-list li {
    list-style-type: none;
}

ul.token-input-list li input {
    border: 0;
    width: 350px;
    padding: 3px 8px;
    background-color: white;
    -webkit-appearance: caret;
}

li.token-input-token {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    margin: 3px;
    padding: 3px 5px;
    background-color: #d0efa0;
    color: #000;
    font-weight: bold;
    cursor: default;
    display: block;
}

li.token-input-token p {
    float: left;
    padding: 0;
    margin: 0;
}

li.token-input-token span {
    float: right;
    color: #777;
    cursor: pointer;
}

li.token-input-selected-token {
    background-color: #08844e;
    color: #fff;
}

li.token-input-selected-token span {
    color: #bbb;
}

div.token-input-dropdown {
    position: absolute;
    width: 400px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 12px;
    font-family: Verdana;
    z-index: 1;
}

div.token-input-dropdown p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown ul li {
    background-color: #fff;
    padding: 3px;
    list-style-type: none;
}

div.token-input-dropdown ul li.token-input-dropdown-item {
    background-color: #fafafa;
}

div.token-input-dropdown ul li.token-input-dropdown-item2 {
    background-color: #fff;
}

div.token-input-dropdown ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    background-color: #d0efa0;
}

ul.token-input-list-facebook {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;

    border: 1px solid #8496ba;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}

ul.token-input-list-facebook li input {
    border: 0;
    width: 100px;
    padding: 3px 8px;
    background-color: white;
    margin: 2px 0;
    -webkit-appearance: caret;
}

li.token-input-token-facebook {
    overflow: hidden; 
    height: auto !important; 
    height: 15px;
    margin: 3px;
    padding: 1px 3px;
    background-color: #eff2f7;
    color: #000;
    cursor: default;
    border: 1px solid #ccd5e4;
    font-size: 11px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
}

li.token-input-token-facebook p {
    display: inline;
    padding: 0;
    margin: 0;
}

li.token-input-token-facebook span {
    color: #a6b3cf;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
}

li.token-input-selected-token-facebook {
    background-color: #5670a6;
    border: 1px solid #3b5998;
    color: #fff;
}

li.token-input-input-token-facebook {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook {
    position: absolute;
    width: 150px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 11px;
    font-family: Verdana;
    z-index: 1;
}

div.token-input-dropdown-facebook p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown-facebook ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown-facebook ul li {
    background-color: #fff;
    padding: 3px;
    margin: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
    background-color: #3b5998;
    color: #fff;
}





table.contextmenu td, .cm td {
    border: 1px solid gray;

}
.cm td a,.cm td a:hover,.cm td a:visited,.cm td a:active{
    text-decoration: none;
    color: blue;

    
}


#amenityopenclose {
float: right;

position: relative;

top: 12px;
left: 27px;
z-index: 50;
}

.ui-multiselect { padding:2px 0 2px 4px; text-align:left ;width: 100%;}
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:relative !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:0px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:center; padding-right:0 ;width: 100%;}

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; text-align: left; width: 186px;  }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:auto }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:0px 0px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:0px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

.ui-100percent { width: 100%;}
.ui-w65 {width: 89px; margin: 0;}

.ui-widget-content .ui-state-active {
    /*  */
    /*color: #3cb371;*/
    border-top: 3px solid #38f;
    
  }
  .ui-widget-content .ui-state-active .ui-button-text {
  	background-color: #fff;
  	color: #333;
  }
input[type="radio"] {
    margin: 0px 0px 0px 0px;
}

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }

.sprite-bank{ background-position: -187px -124px; width: 32px; height: 37px;   } 
.sprite-conveniencestore{ background-position: -155px -124px; width: 32px; height: 37px;   } 
.sprite-fastfood{ background-position: 0 -282px; width: 32px; height: 37px;   } 
.sprite-firstaid{ background-position: -123px -124px; width: 32px; height: 37px;  } 
.sprite-fuel{ background-position: -91px -124px; width: 32px; height: 37px;  } 
 
.sprite-others{ background-position: -91px -81px; width: 32px; height: 37px;   } 
.sprite-pharmacy{ background-position: -187px -81px; width: 32px; height: 37px;   } 

.sprite-restaurant{ background-position: -155px -81px; width: 32px; height: 37px;   } 
.sprite-school{ background-position: -123px -81px; width: 32px; height: 37px; } 
.sprite {background-image: url(//utcakereso.hu/images/sprite3.png?1);   margin: auto;}

.nosprite-hotel {width: 32px;height: 37px;background-image: url(//utcakereso.hu/images/mapicon/hotel.png);   margin: auto;}


.sprite-pan-down{ background-position: -229px -1px; width: 26px; height: 26px; } 
.sprite-pan-left{ background-position: -307px -1px; width: 26px; height: 26px; } 
.sprite-pan-right{ background-position: -281px -1px; width: 26px; height: 26px; } 
.sprite-pan-up{ background-position: -255px -1px; width: 26px; height: 26px; } 
.sprite-side-panel-close{ background-position: -52px -81px; width: 23px; height: 51px; } 
.sprite-side-panel-open{ background-position: -23px -81px; width: 23px; height: 51px; } 

.sprite-side-panel-close-right{ background-position: -52px -81px; width: 23px; height: 51px;
  -webkit-transform: rotate(180deg); 
     -moz-transform: rotate(180deg);  
      -ms-transform: rotate(180deg);  
       -o-transform: rotate(180deg);  
          transform: rotate(180deg);                                 
} 
.sprite-side-panel-open-right{ background-position: -23px -81px; width: 23px; height: 51px; 
  -webkit-transform: rotate(180deg); 
     -moz-transform: rotate(180deg);  
      -ms-transform: rotate(180deg);  
       -o-transform: rotate(180deg);  
          transform: rotate(180deg);                                 
} 

.sprite-slider{ background-position: -19px -58px; width: 22px; height: 15px; } 

#slider-image:hover {background-position: -46px -58px; width: 22px; height: 15px; }

.sprite-zoom-labelbg-left{ background-position: -463px -146px; width: 60px; height: 20px; } 

.sprite-zoom-minus-mini{ background-position: -281px -38px; width: 46px; height: 22px; } 
.sprite-zoom-plus-mini{ background-position: -229px -38px; width: 46px; height: 22px; } 

.sprite-zoombar{ background-position: 3px -8px; width: 10px; height: 210px; } 
.sprite-logo{ background-position: -19px -1px; width: 199px; height: 47px; } 
.sprite-unchecked{ background-position: -155px -61px; width: 12px; height: 12px; margin-top: 1px; } 
.sprite-checked{ background-position: -131px -59px; width: 13px; height: 14px; margin-top: -1px; } 
.sprite-search{ background-position: -281px -75px; width: 240px; height: 31px; } 
.search-button{ margin-right: 20px;}
.sprite-search-icom-button{ background-position: -341px -7px; width: 182px; height: 31px; } 
.search-button{ margin-right: 20px;}

#myad {
    position: absolute;
    z-index: 50;
    margin-right: 50%;
    margin-left: 50%;
    background-color: white;
    padding: 50px;
    display: none;
    width: 300px;
}

#adsbalalso {
  position: relative;
}
#balalsotakaro {
  position: absolute;
  background-color: white;
  /*opacity: 0.9;*/
  width: 240px;
  height: 100%;
}
.adbezaro {
    background-color: #66E16E;
    padding: 10px;
    margin: 20px auto;
color: white;
text-decoration: none;
font-size: 14px;    
}

.searchbutton {
    background-color: #fd760f;
    color: white;
    width: 88%;
    padding: 5px;
    display: inline-block;
    margin: auto;
    text-align: center;
    /*text-decoration: none;*/
}

.beta {
  color: red;
  font-size: 10px;
}


.nonebullet {
list-style-type:none;
margin:0;
padding:0;
height: 10em;
}

.hli {
  display: inline;
  background-color: white;
  border: solid 1px #eee;
  width: 150px;
  height: 10em;
}



.image { 
   position: relative; 
   width: 100%; /* for IE 6 */
}

.image h2 { 
   position: absolute; 
   bottom: 1px; 
   left: 0; 
   /*width: 100%; */
   padding-left: 10px;
   background-color: black;
   color: white;
   opacity: 0.6;
   padding-right: 5px;
}

.sb {
  background-color: #f08080;
}
.sg {
  background-color: #98fb98;
}



#side-panel {
    top: 94px; /* 78*/
   /* width: 220px;*/
    width: 220px;
    height: 1000px;
    z-index: 5;
}


#side-panel-toggle {
    top: 104px;  /* 91 */
    left: 220px; 

    overflow: hidden;
    cursor: pointer;
    z-index: 50;

}

@media (min-width: 1280px) { 
#side-panel-toggle {
   
    left: 320px; 
}
#side-panel, #balalsotakaro {
    width: 320px;
}
div#amenitypanel {
    left: 320px;
}

}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	height: 250px !important;
	/*width: 500px !important;*/
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


.bxslide {
	height: 300px;
}
#slidebox {
	display: none;
	width: 500px;
	height: 160px;
    left:50%;
    top:50%;
    margin:-100px 0 0 -150px;
	/*background-color: blue;*/	
	position: absolute;
	z-index: 30;
	background-color: #fdfdfd;
	//opacity: 0.9;
	border: solid 5px rgb(0, 197, 255);
	padding: 15px;
}
.gameresultslabel {
	text-transform: uppercase;
	background-color: #eee;
}
.gamehigh {
	font-size: 24px;
	text-align: center;
	margin: auto;
	color: #fff;
	background-color: #aaa;
}
.megtamadott {
	text-transform: uppercase;
	/*background-color: #f00;*/
	/*padding: 10px;*/
	/*font-size: 20px;*/	
}

#routersettings {
    /*  */
   /* height: 80px;*/
  }
#routerresults {
    /*  */
    height: 200px;
  }

  /* iCheck plugin Square skin, orange
----------------------------------- */
.icheckbox_square-orange,
.iradio_square-orange {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(icheck_orange.png?it) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-orange {
    background-position: 0 0;
}
    .icheckbox_square-orange.hover {
        background-position: -24px 0;
    }
    .icheckbox_square-orange.checked {
        background-position: -48px 0;
    }
    .icheckbox_square-orange.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .icheckbox_square-orange.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-orange {
    background-position: -120px 0;
}
    .iradio_square-orange.hover {
        background-position: -144px 0;
    }
    .iradio_square-orange.checked {
        background-position: -168px 0;
    }
    .iradio_square-orange.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square-orange.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-orange,
    .iradio_square-orange {
        background-image: url(icheck_orange2x.png?i);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}


/* ROUTER *//
/
/

/*
// Routino router web page style sheet.
//
// Part of the Routino routing software.
//
// This file Copyright 2008-2014 Andrew M. Bishop
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/


/*--------------------------------*/
/* Left panel - override defaults */
/*--------------------------------*/

DIV.hideshow_box
{
 overflow-x: auto;
}


/*------------------------------*/
/* Left panel - generic options */
/*------------------------------*/

DIV.scrollable
{
 overflow: auto;

 height: 20em;
}


/*-----------------------------------*/
/* Left panel - specific tab options */
/*-----------------------------------*/

DIV#tab_options_div IMG
{
 cursor: pointer;
 vertical-align: bottom;
}

DIV#tab_options_div IMG:hover
{
 background: #F0F000;
}

DIV#tab_options_div TABLE
{
 padding: 0;
 border:  0 hidden;
 margin:  0;
}

DIV#tab_options_div DIV.center
{
 text-align: center;
}

DIV#tab_options_div TABLE TD
{
 padding: 0;
 border:  0;
 margin:  0;
}

DIV#tab_options_div TABLE TD.center
{
 text-align: center;
}

DIV#tab_options_div TABLE#waypoints
{
 width: 100%;
}

DIV#tab_options_div A:hover
{
 background: #F0F000;
}

DIV#tab_options_div INPUT
{
 padding: 0;
 border:  1px solid;
 margin:  0;
}

DIV#tab_options_div INPUT[type="text"]
{
 text-align: right;
}

DIV#tab_options_div INPUT[size="18"]
{
 text-align: left;
}

DIV#tab_options_div INPUT:hover
{
 background: #F0F0C0;
}

DIV#tab_options_div INPUT#shortest
{
 margin: 3px;
 border: 3px solid;

 border-color: #00FF00;

 background: #C0F0C0;

 text-align: center;
}

DIV#tab_options_div INPUT#shortest:hover
{
 background: #F0F000;
}

DIV#tab_options_div INPUT[disabled]#shortest
{
 border-color: #004000;

 background: #E0F0E0;
}

DIV#tab_options_div INPUT#quickest
{
 margin: 3px;
 border: 3px solid;

 border-color: #0000FF;

 background: #C0C0F0;

 text-align: center;
}

DIV#tab_options_div INPUT#quickest:hover
{
 background: #F0F000;
}

DIV#tab_options_div INPUT[disabled]#quickest
{
 border-color: #000040;

 background: #E0E0F0;
}

DIV#routerresults TABLE
{
 border-collapse: collapse;
 border: hidden;
}

DIV#routerresults TD.distance
{
 text-align: left;
}

DIV#routerresults TD.highway
{
 text-align: left;
 padding-left: 10px;
}

DIV#routerresults DIV#shortest_links A:hover
{
 background: #C0F0C0;
}

DIV#routerresults DIV#shortest_route TR:hover
{
 cursor: pointer;

 background: #C0F0C0;
}

DIV#routerresults DIV#quickest_links A:hover
{
 background: #C0C0F0;
}

DIV#routerresults DIV#quickest_route TR:hover
{
 cursor: pointer;

 background: #C0C0F0;
}



/*-------------------------------------------------*/
/* Popup - using the styles defined in HTML output */
/*-------------------------------------------------*/

DIV.popup table  {table-layout: fixed; border: none; border-collapse: collapse;}
DIV.popup tr     {border: 0px;}
DIV.popup tr.c   {display: none;} /* coords */
DIV.popup tr.n   {} /* node */
DIV.popup tr.s   {} /* segment */
DIV.popup tr.t   {font-weight: bold;} /* total */
DIV.popup td.l   {font-weight: bold;}
DIV.popup td.r   {}
DIV.popup span.w {font-weight: bold;} /* waypoint */
DIV.popup span.h {text-decoration: underline;} /* highway */
DIV.popup span.d {} /* segment distance */
DIV.popup span.j {font-style: italic;} /* total journey distance */
DIV.popup span.t {font-varianqt: small-caps;} /* turn */
DIV.popup span.b {font-varianqt: small-caps;} /* bearing */

#routerresults {
overflow: auto;
}

#matricakell {
	color: red;
	display: none;
	font-size: 10px;
	padding-top: 3px;
}
/* ROUTER END */

 

.ui-button .ui-icon.ui-icon-square {
    background-image: url(//utcakereso.hu/images/sprite3.png?1);
	background-position: -155px -61px; width: 12px; height: 12px; margin-top: -5px; 
}

.left-box-textfield {
	    border: 1px solid #b0b0b0;
    padding: 4px;
    color: #cc4e0a;
}	


/*
.ui-button.ui-state-hover .ui-icon.you-own-cusom-class {
    background-image: url(your-path-to-highlighted-image-file.png);
    width: your-icon-width;
    height: your-icon-height; 
}
*/

.skytabletime {
	font-weight: bold;
	text-align: center;
}
.skyprice {
	font-size: 30px;
	color: #67BD67;
}
.skyline {
    height: 2px;
    width: 160px;
    background-color: #aaa;
    margin: 5px auto;
    position: relative;
    padding: 0;
}
.skyline2 {
    width: 100px;
}
.skyline:after {
content: ' ';
    width: 21px;
    height: 12px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMSAxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjEgMTIiPjxwYXRoIGZpbGw9IiNhYWEiIGQ9Ik0xMi45IDBsNS4xIDYtNS4xIDZoM2w1LjEtNi01LjEtNnoiLz48L3N2Zz4=);
    position: absolute;
    right: -1px;
    top: -5px;
}
.skycenterdiv {
	text-align:center;
	margin: 5px auto;
	padding-left: 10px;
	padding-right: 10px;
}

.reservationbutton, a.reservationbutton:link, a.reservationbutton:visited,  a.reservationbutton:active {
	background-color: #e00;
	color: #f0f0f0;
	border-radius: 2px;
	padding: 3px;
	text-decoration: none;
	cursor: hand;
	/* font-size: 16px; */
}
.skydetailsbutton, a.skydetailsbutton:link, a.skydetailsbutton:active , a.skydetailsbutton:visited  {
	background-color: #00e;
	color: #f0f0f0;
	text-decoration: none;
	padding: 3px;
	cursor: hand;
	border-radius: 2px;
	/* font-size: */
}
a.skydetailsbutton:hover {
	color: #f0f0f0;
}
.skyexpectation {
    /*  */
    color: red;
  }
  
  .ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

/* date range begin */
.date-picker
{
	width:170px;
	height:25px;
	padding:0;
	border:0;
	line-height:25px;
	padding-left:10px;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	cursor:pointer;
	color:#303030;
	position:relative;
	z-index:2;
}
.date-picker-wrapper
{
	position:absolute;
	z-index:1;
	border:1px solid #bfbfbf;
	background-color:#efefef;
	padding: 5px 12px;
	font-size:12px;
	line-height:20px;
	color:#aaa;
	font-family:Arial;
	box-shadow:3px 3px 10px rgba(0,0,0,0.5);
	box-sizing: initial;
}
.date-picker-wrapper.inline-wrapper { position: relative; box-shadow: none; display:inline-block;}
.date-picker-wrapper.single-date {
	width:auto;
}
.date-picker-wrapper.no-shortcuts { padding-bottom:12px;}
.date-picker-wrapper.no-topbar { padding-top:12px;}
.date-picker-wrapper .footer
{
	font-size:11px;
	padding-top: 3px;
}
.date-picker-wrapper b
{
	color:#666;
	font-weight:700;
}
.date-picker-wrapper a 
{
	color: rgb(107, 180, 214);
	text-decoration:underline;
}
.date-picker-wrapper .month-name
{
  text-transform: uppercase;
}
.date-picker-wrapper .month-wrapper
{
	border:1px solid #bfbfbf;
	border-radius:3px;
	background-color:#fff;
	padding:5px;
	cursor:default;
	position:relative;
	_overflow:hidden;
}
.date-picker-wrapper .month-wrapper table
{
	width:190px;
	float:left;
}
.date-picker-wrapper .month-wrapper table.month2
{
	width:190px;
	float: left;
}
.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td
{
	vertical-align:middle;
	text-align:center;
	line-height:14px;
	margin : 0px;
	padding : 0px;
}
.date-picker-wrapper .month-wrapper table .day
{
	padding:5px 0;
	line-height:1;
	font-size:12px;
	margin-bottom:1px;
	color: #ccc;
	cursor:default;
}
.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth
{
	color:#999;
	cursor:default;
}
.date-picker-wrapper .month-wrapper table .day.checked
{
	background-color: rgb(156, 219, 247);
}
.date-picker-wrapper .month-wrapper table .week-name
{
	height:20px;
	line-height:20px;
	font-weight:100;
  text-transform: uppercase;
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip { cursor:help !important;}
.date-picker-wrapper .time label { white-space:nowrap; }
.date-picker-wrapper .month-wrapper table .day.toMonth.valid
{
	color:#333;
	cursor:pointer;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering
{
	background-color: #cdecfa;
}

.date-picker-wrapper .month-wrapper table .day.nextMonth,
.date-picker-wrapper .month-wrapper table .day.lastMonth { display:none; }

.date-picker-wrapper .month-wrapper table .day.real-today { background-color: rgb(255, 230, 132); }
.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering { background-color: rgb(112, 204, 213); }


.date-picker-wrapper table .caption
{
	height:40px;
}
.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev
{
	padding:0 5px;
	cursor:pointer;
}
.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover
{
	background-color:#ccc;
	color:white;
}
.date-picker-wrapper .gap
{
	position: relative;
	z-index: 1;
	width:15px;
	height: 100%;
	background-color:red;
	font-size:0;
	line-height:0;
	float: left;
	top: -5px;
	margin: 0 10px -10px;
	visibility: hidden;
	height: 0;
}
.date-picker-wrapper .gap .gap-lines { height: 100%; overflow:hidden; }
.date-picker-wrapper .gap .gap-line { height:15px;width:15px; position:relative;  }
.date-picker-wrapper .gap .gap-line .gap-1 { z-index:1; height:0; border-left:8px solid white; border-top:8px solid #eee;border-bottom:8px solid #eee; }
.date-picker-wrapper .gap .gap-line .gap-2 { position:absolute; right:0; top:0px; z-index:2; height:0; border-left:8px solid transparent; border-top:8px solid white; }
.date-picker-wrapper .gap .gap-line .gap-3 { position:absolute; right:0; top:8px; z-index:2; height:0; border-left:8px solid transparent; border-bottom:8px solid white; }
.date-picker-wrapper .gap .gap-top-mask { width: 6px; height:1px; position:absolute; top: -1px; left: 1px; background-color: #eee; z-index:3; }
.date-picker-wrapper .gap .gap-bottom-mask { width: 6px; height:1px; position:absolute; bottom: -1px; left: 7px; background-color: #eee; z-index:3; }

.date-picker-wrapper .selected-days
{
	display:none;
}
.date-picker-wrapper .drp_top-bar
{
	line-height: 1.4;
	position:relative;
	padding: 10px 40px 10px 0;
}
.date-picker-wrapper .drp_top-bar .error-top { display:none; }
.date-picker-wrapper .drp_top-bar .normal-top { display:none; }
.date-picker-wrapper .drp_top-bar .default-top { display:block; }

.date-picker-wrapper .drp_top-bar.error .default-top { display:none; }
.date-picker-wrapper .drp_top-bar.error .error-top { display:block; color:red; }

.date-picker-wrapper .drp_top-bar.normal .default-top { display:none; }
.date-picker-wrapper .drp_top-bar.normal .normal-top { display:block; }

.date-picker-wrapper .drp_top-bar .apply-btn
{
	position:absolute;
	right: 0px; 
	top: 6px;
	padding:3px 5px;
	margin:0;
	font-size:12px;
	border-radius:4px;
	cursor:pointer;
	
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
	color:white;
	line-height: initial;
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled
{
	cursor: pointer;
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
/*time styling*/
.date-picker-wrapper .time {
	position: relative;
}
.date-picker-wrapper.single-month .time { display:none; }

.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width:129px;
  padding:0;
  margin:0;
  height:20px;
}
.date-picker-wrapper .time1, .time2 {
	width: 180px;
	padding: 0 5px;
	text-align: center;
}
.date-picker-wrapper .time1 {
	float: left;
}
.date-picker-wrapper .time2 {
	float: right;	
}
.date-picker-wrapper .hour, .minute {
	text-align: right;
}
.date-picker-wrapper .hide {
	display: none;
}

.date-picker-wrapper .first-date-selected { background-color:#49e !important; color:white !important;  }
.date-picker-wrapper .last-date-selected { background-color:#49e !important; color:white !important;  }
.date-picker-wrapper .date-range-length-tip { position:absolute; margin-top:-4px; margin-left:-8px; box-shadow:0 0 3px rgba(0,0,0,.3); display:none;background-color:yellow; padding:0 6px; border-radius:2px; font-size:12px; line-height:16px; 
-webkit-filter: drop-shadow(0 0 3px rgba(0,0,0,.3)); 
    -moz-filter: drop-shadow(0 0 3px rgba(0,0,0,.3)); 
    -ms-filter: drop-shadow(0 0 3px rgba(0,0,0,.3));
    -o-filter: drop-shadow(0 0 3px rgba(0,0,0,.3)); 
    filter: drop-shadow(0 0 3px rgba(0,0,0,.3));  }
.date-picker-wrapper .date-range-length-tip:after { content:''; position:absolute; border-left:4px solid transparent; border-right:4px solid transparent; border-top:4px solid yellow; left:50%; margin-left:-4px; bottom:-4px; }


.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev { display:none; }
.date-picker-wrapper .week-number 
{
	padding:5px 0;
	line-height:1;
	font-size:12px;
	margin-bottom:1px;
	color:#999;
	cursor: pointer;
}
.date-picker-wrapper .week-number.week-number-selected { color: #4499EE; font-weight:bold;  }
/* date range vége */

#header {
    border-bottom: 1px solid #e2e2e2;
    background-color: white;

}

#logo {
}

#footer {
    border-top: 1px solid #e2e2e2;
    background-color: white;
}

span.footer-link, span.footer-link-no, span.footer-link-sep, span.footer-link a {
    font-size: 11px;
    color: #cc4e0a;
}

span.footer-link {
    text-decoration: underline;
    cursor: pointer;
}

span.footer-link-sep {
    margin-left: 4px;
    margin-right: 4px;
}

#languages {
    padding-top: 6px;
}

#lang-en, #lang-de, #lang-hu {
    float: right;
    width: 20px;
    height: 12px;
    margin-right: 7px;
    cursor: pointer;
    background-image: url('//utcakereso.hu/images/lang-en2.png');
}

#lang-de {
    background-image: url('//utcakereso.hu/images/lang-de2.png');
}
#lang-hu {
    background-image: url('//utcakereso.hu/images/lang-hu2.png');
}

div.layer-button {
    position: relative;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccb;
    text-align: left;
    padding-left: 24px;
    padding-right: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    cursor: pointer;
    z-index: 20;
    float: left;
    display: inline;
    border-top: 3px solid #fd760f;
    font-size: 14px; 
}

#layer-button-bkv {
    top: 94px;
    float: left;
}
#layer-button-otszaz {
    top: 94px;
    float: left;
}

#layer-button-bkv-action {
    top: 122px;
    right: 24px;
    width: 54px;
    display: none;
    position: absolute;
}

#layer-button-ingatlan2 {
    top: 94px;
    wright: 106px;
}
#layer-button-icom {
    top: 43px;
    right: 24px;
}
#layer-button-old {
    top: 94px;
    width: 90px;
}
#layer-button-old2 {
    top: 94px;
}

#layer-button-lang {
    top: 94px;
    height: 1em;
    padding: 6px 0px 6px 13px;
}
#layer-button-szallas, #layer-button-game, #layer-button-oktatas, #layer-button-netpincer {
    top: 94px;
    /*height: 1em;
    padding: 6px 0px 6px 13px;
    */
}
#layer-button-ads {
    top: 43px;
    right: 24px;
}





div.layer-button-active {
    background: rgb(222,222,222);
}

div.layer-button-inactive {
    background: rgb(255,255,255);
}

span.checkbox-unchecked {
    display: inline-block;

    float: left;
    margin-left: -19px;
}

span.checkbox-checked {
    display: inline-block;

    float: left;
    margin-left: -19px;
}#side-panel {
    border-right: 1px solid #959c9f;

    -webkit-box-shadow: 2px 0px 10px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    2px 0px 10px rgba(50, 50, 50, 0.3);
    box-shadow:         2px 0px 10px rgba(50, 50, 50, 0.3);
    z-index: 100;
}

#search-box, #search-aru-box {
    padding: 10px;
    padding-top: 12px;
    
    border-bottom: 1px solid #f7f7f7;

    background: -moz-linear-gradient(top,  rgba(247,247,247,0.95) 0%, rgba(247,247,247,0.95) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,0.95)), color-stop(100%,rgba(247,247,247,0.95)));
    background: -webkit-linear-gradient(top,  rgba(247,247,247,0.95) 0%,rgba(247,247,247,0.95) 100%);
    background: -o-linear-gradient(top,  rgba(247,247,247,0.95) 0%,rgba(247,247,247,0.95) 100%);
    background: -ms-linear-gradient(top,  rgba(247,247,247,0.95) 0%,rgba(247,247,247,0.95) 100%);
    background: linear-gradient(top,  rgba(247,247,247,0.95) 0%,rgba(247,247,247,0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f7f7f7', endColorstr='#f2f7f7f7',GradientType=0 );
}

#search-results {
    padding-top: 10px;
    padding-bottom: 10px;
    
    border-top: 1px solid #959c9f;

    background: -moz-linear-gradient(top,  rgba(232,232,232,0.95) 0%, rgba(232,232,232,0.95) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,0.95)), color-stop(100%,rgba(232,232,232,0.95)));
    background: -webkit-linear-gradient(top,  rgba(232,232,232,0.95) 0%,rgba(232,232,232,0.95) 100%);
    background: -o-linear-gradient(top,  rgba(232,232,232,0.95) 0%,rgba(232,232,232,0.95) 100%);
    background: -ms-linear-gradient(top,  rgba(232,232,232,0.95) 0%,rgba(232,232,232,0.95) 100%);
    background: linear-gradient(top,  rgba(232,232,232,0.95) 0%,rgba(232,232,232,0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e8e8e8', endColorstr='#f2e8e8e8',GradientType=0 );
    
    -webkit-box-shadow: inset 0px 2px 10px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    inset 0px 2px 10px rgba(50, 50, 50, 0.2);
    box-shadow:         inset 0px 2px 10px rgba(50, 50, 50, 0.2);

    overflow-y: auto;
    overflow-x: hidden;
    height: 100px;
}

#search-info {
    border-top: 1px solid #959c9f;
    
    background: -moz-linear-gradient(top,  rgba(247,247,247,0.95) 0%, rgba(247,247,247,0.95) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,0.95)), color-stop(100%,rgba(247,247,247,0.95)));
    background: -webkit-linear-gradient(top,  rgba(247,247,247,0.95) 0%,rgba(247,247,247,0.95) 100%);
    background: -o-linear-gradient(top,  rgba(247,247,247,0.95) 0%,rgba(247,247,247,0.95) 100%);
    background: -ms-linear-gradient(top,  rgba(247,247,247,0.95) 0%,rgba(247,247,247,0.95) 100%);
    background: linear-gradient(top,  rgba(247,247,247,0.95) 0%,rgba(247,247,247,0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f7f7f7', endColorstr='#f2f7f7f7',GradientType=0 );

    -webkit-box-shadow: 0px -2px 10px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px -2px 10px rgba(50, 50, 50, 0.2);
    box-shadow:         0px -2px 10px rgba(50, 50, 50, 0.2);
    
    padding-top: 20px;
    padding-left: 12px;

    z-index: 100;
}

.search-city, .search-district, .search-street, .search-number {
    display: inline-block;
    margin: 0px;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #b0b0b0;
}

.search-street {
    width: 136px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}
.search-city, .search-street-hazszamnelkul {
    width: 188px;
    /*
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;    
    */
}

.search-street {
    margin-top: 4px;
}

.search-district, .search-number {
    width: 38px;
    margin-left: 2px;
    /* -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
    */
}

.search-city, .search-district {
    -font-weight: bold;
}

.search-district {
    -font-style: italic;
}

#search-address-button {
    margin-top: 4px;
    cursor: pointer;
}


.routericonmargin {
	margin-left: 18px;
}
.streetwithicon {
	/* 188 - 16 */
	width: 170px;
}
.routericonstart {
	background: url(../images/mapicon/g/alap1.png);
	background-repeat: no-repeat;

}

.routericondest {
	background: url(../images/mapicon/g/dest.png?k);
	background-repeat: no-repeat;

}

#banner-left-bottom {
    border-top: 1px solid #959c9f;
    
    background: -moz-linear-gradient(top,  rgba(247,247,247,0.95) 0%, rgba(247,247,247,0.95) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,0.95)), color-stop(100%,rgba(247,247,247,0.95)));
    background: -webkit-linear-gradient(top,  rgba(247,247,247,0.95) 0%,rgba(247,247,247,0.95) 100%);
    background: -o-linear-gradient(top,  rgba(247,247,247,0.95) 0%,rgba(247,247,247,0.95) 100%);
    background: -ms-linear-gradient(top,  rgba(247,247,247,0.95) 0%,rgba(247,247,247,0.95) 100%);
    background: linear-gradient(top,  rgba(247,247,247,0.95) 0%,rgba(247,247,247,0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f7f7f7', endColorstr='#f2f7f7f7',GradientType=0 );

    -webkit-box-shadow: 0px -2px 10px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px -2px 10px rgba(50, 50, 50, 0.2);
    box-shadow:         0px -2px 10px rgba(50, 50, 50, 0.2);
    
    //padding-top: 20px;
    padding-left: 12px;
    padding-bottom: -8px;

    overflow-y: hidden;
    overflow-x: hidden;
}


span.result, .result  {
    font-size: 12px;
    line-height: 7px;
    margin-left: 12px;
    color: #cc4e0a;
    text-decoration: underline;
    cursor: pointer;
    display: block;
}

.result u {
    font-size: 12px;
    line-height: 7px;
    margin-left: 12px;
    color: #cc4e0a;
    text-decoration: underline;
    cursor: pointer;
    display: block;
}

#results-text {
    margin-top: 8px;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial;
}

span.info {
    color: #666666;
}

span.info-link {
    color: #cc4e0a;
    text-decoration: underline;
    cursor: pointer;
}

input.placeholder {
    color: #aaaaaa;
    font-weight: normal;
    font-style: italic;
}

#addresssearchbutton {
  width: 199px;
}
@media (min-width: 1280px) { 
.search-city {
    width: 288px; 

}
.citywithicon {
	/* 288 - 16 */
	width: 270px;
}
.search-street {
    width: 234px; 

}
.streetwithicon {
	/* 236 - 16 */
	width: 218px;
}
.addresssearchbutton, #addresssearchbutton, .routerbutton {
  width: 299px;
}


}
/* zoombar */
#zoombar {
    position: absolute;
    top: -300px;
    left: -300px;
    padding: 0px;
    z-index: 3006;
    width: 22px;
}

#zoombar-plus, #zoombar-minus {
    padding: 0px;
    width: 22px;
    height: 22px;
    font-size: 1px;
    border: 0px none;
    cursor: pointer;
}

#zoombar-plus {
    //background-image: url('../images/zoom-plus-mini.png');
    //background-repeat: no-repeat;
    //background-position: 0px 0px;
}

#zoombar-minus {
    //background-image: url('../images/zoom-minus-mini.png');
    //background-repeat: no-repeat;
    //background-position: 0px 0px;
}

#zoombar-plus:hover { background-position: -253px -38px; width: 46px; height: 22px;padding:0;margin:0; }
#zoombar-minus:hover { background-position: -305px -38px; width: 46px; height: 22px; } 

#zoombar-bg {
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 22px;
    height: 100px;
    //background-image: url('../images/zoombar.png');
    //background-repeat: no-repeat;
    //background-position: 6px -8px;
    font-size: 1px;
}

#slider-image {
    cursor: move;
    width: 22px;
    height: 15px;
    border: 0px none;
}

img.zoomBarButtons, img.pan {
    cursor: pointer;
    border: 0px none;
}

div.zoom-button {
    position: absolute;
    top: -300px;
    left: 80px;
    z-index: 3005;
    width: 57px;
    height: 19px;
    color: #ffffff;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    //background-image: url('../images/zoom-labelbg-left.png');
    //background-repeat: no-repeat;
    //background-position: 0px 0px;
}

#zoom-button-street:hover { background-position: -403px -118px; width: 54px; height: 20px; } 
#zoom-button-city:hover { background-position: -403px -118px; width: 54px; height: 20px;} 
#zoom-button-county:hover { background-position: -403px -118px; width: 54px; height: 20px; } 

div.zoom-button-text {
    padding-top: 3px;
    padding-left: 4px;
        color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}


#panBarTable {
    background-image: url('../images/panbar_bg.png');
    background-repeat: no-repeat;
    background-position: -3px 1px;
}

#panBarTable td {
    width: 15px;
    height: 15px;
}

td.pan {
    cursor:pointer;
}
#icom-box {
    border: 1px solid #aaaaaa;
    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIwLjk2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC43NiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(226,226,226,0.96) 0%, rgba(255,255,255,0.76) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,0.96)), color-stop(100%,rgba(255,255,255,0.76)));
    background: -webkit-linear-gradient(top,  rgba(226,226,226,0.96) 0%,rgba(255,255,255,0.76) 100%);
    background: -o-linear-gradient(top,  rgba(226,226,226,0.96) 0%,rgba(255,255,255,0.76) 100%);
    background: -ms-linear-gradient(top,  rgba(226,226,226,0.96) 0%,rgba(255,255,255,0.76) 100%);
    background: linear-gradient(top,  rgba(226,226,226,0.96) 0%,rgba(255,255,255,0.76) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5e2e2e2', endColorstr='#c2ffffff',GradientType=0 );
   
}

#icom-box-content {
    text-align: right;
    padding: 10px;
}

span.icom-box-title {
    font-weight: bold;
    display: block;
    margin-bottom: -8px;
    /*margin-right: 20px;*/
    text-align: center;
}

#icom-box-content input, #icom-box-content select {
    margin-top: 1px;
    margin-bottom: 1px;
}

#icom-box-content input, #icom-box-content select {
    border: 1px solid #b0b0b0;

    padding: 4px;
    color: #cc4e0a;
}

#icom-box-content input {
    text-align: right;
}

#icom-box-content select, #icom-box-content option {
    cursor: pointer;
}

#icom-search-mode, #icom-search-type {
    width: 176px;
    text-align: left;
    left: 0;
}

#icom-search-price-type, #icom-search-rooms {
    width: 120px;
    margin-right: -3px;
}

#icom-search-price-type {
    margin-top: 0px;
}

#icom-search-price-min, #icom-search-price-max, #icom-search-size-min, #icom-search-size-max {
    width: 30px;
}

#icom-search-floor-min, #icom-search-floor-max {
    width: 65px;
    margin-right: -3px;
}


#icom-search-price-max, #icom-search-size-max  {
    margin-right: -3px;
}

#icom-search-rooms-text {
    display: inline-block;
    width: 72px;
    height: 35px;
    text-align: right;

}

#icom-box #icom-box-content #icom-search-rooms {
    margin-top: -33px;
    display: block;
    margin-left: 76px;
}

#icom-search-rooms {
    width: 40px;
    right: 0px;
}

#search-icom-button {
    margin-top: -4px;
    margin-right: 6px;
    cursor: pointer;
}

#icom-box-hideborder {
    background-color: #E0E0E0;
    width: 102px;
    height: 3px;
    position: absolute;
    top: 65px;
    right: 107px;
    z-index: 50;
}

span.feltetel {
    font-size: 11px;
    
}

#bkvpanel {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIwLjk2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC43NiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(226,226,226,0.96) 0%, rgba(255,255,255,0.76) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,0.96)), color-stop(100%,rgba(255,255,255,0.76)));
    background: -webkit-linear-gradient(top,  rgba(226,226,226,0.96) 0%,rgba(255,255,255,0.76) 100%);
    background: -o-linear-gradient(top,  rgba(226,226,226,0.96) 0%,rgba(255,255,255,0.76) 100%);
    background: -ms-linear-gradient(top,  rgba(226,226,226,0.96) 0%,rgba(255,255,255,0.76) 100%);
    background: linear-gradient(top,  rgba(226,226,226,0.96) 0%,rgba(255,255,255,0.76) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5e2e2e2', endColorstr='#c2ffffff',GradientType=0 );
    border: 1px solid #aaaaaa;
    position: absolute;
    width: 200px;
    display: none;
    top: 121px;
    z-index: 50;
    right: 14px;
}


#bkv-hideborder {
    background-color: #E0E0E0;
    width: 75px;
    height: 3px;
    position: absolute;
    top: 65px;
    right: 24px;
    z-index: 50;
    display: none;

}

#ingatlanwrap {
  display: block;
  position: absolute;

width: 400px;
height: 600px;
top: 149px;
right: -700px;
z-index: 10;

display: none;
}

#ingatlan2 {
  background-color: white;
  float: right;
  width: 300px;
  height: 100%;
  overflow: auto;

  font: Arial;
  left: 0;
  position: absolute;
  margin-top: 40px;
}
#ingatlan2sort {
  position: fixed;

  height: 40px;

}

.talalat { 
    border-collapse: collapse; 
}
tr.talalat td>span {
  
}
.i2_td {
  border-bottom:1px solid #cccccc;
  padding: 4px 10px;
  
}
.i2_td_bubi {
  border-bottom:1px solid #cccccc;
  padding-left: 10px;
}
.i2_td_bubi a {
  width:100%;
  display:block;
}

.i2, td.i2_td span {
  font-size: 15px;
  color: #333333;
}

.i2_address {
 /*font-size: 17px;*/
  vertical-align: central;
  margin: auto;
  /* /font-weight: bold; */
  -webkit-font-smoothing: antialiased;
  
  color: #444444;
}
.numberinmore {
  width: 50px;
}


.scroll2 {
	border: 1px solid #aaa;
	padding: 5px 10px;
	height: 500px;
	overflow-y: scroll;
	margin: 20px 0;
	background: #ffc;
}

.trhover:hover {
  background-color: #eee;
}

#sortfields {
  padding: 10px 0px 10px 10px;
  position: fixed;
  width: 300px;
  height: 45px;
  background-color: white;
}

.talalat:first-child {
  /*
  //margin-top: 150px;
  //top: 40px;
  //position: absolute;
  */
}

#m {
  display: block;
  top: 40px;
  position: relative;
  overflow: auto;
  height: 100%;
}

.i2_td_bubi>dl {
  margin: 2px;
}

.textdeconone {
  text-decoration: none;
}

.dt_price, a.dl .dt_price,  .pricea a, .pricea, a.pricea {
  /*font-size: 19px;*/
  color: #ff7049;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.1875rem;
color: #ff7049;
font-weight: 600;
margin-bottom: 6px;

  
}

.dt_price_bubi {
 font-size: 1rem; 
}


.dt_type {
  font-size: 12px;

color: #32383d;
font-weight: 600;  
  
}
.dt_area, .dt_room {
  font-size: 12px;
  color: #32383d;
}
.dt_address a, .dt_address a:visited, .bubi-name2, .dt_address {
  color: #0066da;
  text-decoration: none;
}

.bubi-name2 {
  padding: 6px 3px 12px 6px;
  font-size: 15px;
}
.tsz {
  color: black;
}

/* ui */
.ui-button {
    /*border-radius: 4px;*/
  
}
.ui-corner-all,
.ui-corner-top {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.ui-widget {
    font-size: 1em;
}

.ui-widget-header {
    border: none;
    background-color: #f0f2f2;
    /*background-color: #68d8d8;
     * 
     */
    background-image: none;
    /*background-image: -moz-linear-gradient(top, #fdfdfd, #f0f2f2);
    background-image: -ms-linear-gradient(top, #fdfdfd, #f0f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f0f2f2));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #f0f2f2);
    background-image: -o-linear-gradient(top, #fdfdfd, #f0f2f2);
    background-image: linear-gradient(top, #fdfdfd, #f0f2f2);
    */
    border-bottom: solid 1px #d6dce2;
}

.ui-widget-content,
/*.ui-state-active,*/
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-widget-header .ui-state-hover {
   /* border-color: #0f0;*/
}

.ui-multiselect-close span, .ui-multiselect-close span:hover{
  /*color: #ff7049;
   * 
   */
  background-color: #ff7049;
  padding: 1px 6px;
       -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.ui-tabs {
    padding: 0px;
}

.ui-tabs .ui-tabs-panel {
    padding: 0px;
}

.ui-tabs .ui-tabs-nav {
    padding: 0px;
}


.ui-tabs .ui-tabs-nav li {
    margin: 0px;
    border-width: 0px;
    border-right-width: 1px;
    background: none;
    /*width: 10%;*/
}
#icombubitabs li {
	width: auto;
	 }
#icombubitabs .ui-widget-header {
    /*  */
       background-color: #f0f2f2;

/*    abackground-color: red; */
  }

.ui-tabs .ui-tabs-nav li {
    margin: 0px;
    border-width: 0px;
    border-right-width: 1px;
    background: none;
    width: 25%;
}

#oktatastabs .ui-tabs .ui-tabs-nav li {
    margin: 0px;
    border-width: 0px;
    border-right-width: 1px;
    background: none;
    /*width: 25%;*/
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border-bottom-width: 0px;
    background: #FFF;
    border-top: solid 3px #38f;
}

.ui-tabs .ui-tabs-nav li a {
    padding: 10px;
    display: block;
    text-align: center;
    float: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    font-weight: bold;
    color: #333;
}

.abs {
  position: absolute;
}

.favinactive{
 background: url('//utcakereso.hu/images/favoff.png') no-repeat;
 display: inline-block;
 top: 0px;
 right: 25px;
 width: 16px;
 height: 16px;

}

.favactive{
 background: url('//utcakereso.hu/images/favon.png');
display: inline-block;
 top: 0px;
 right: 25px;
 width: 16px;
 height: 16px;
 
}

.szurkekicsi {
  color: #aaa;
  font-size: 13px;
  font-style: italic;
}

#ingatlanopenclose {
float: left;
position: relative;
top: 52px;
left: -22px;
z-index: 50;
}
.szurkegomb {
  background-color: darkgrey;color: white;
}

#megtobb {
  border: solid 1px #6FC963;
  border-radius: 2px;
  background-color: #8FC963;
  color: white;
  text-decoration: none;
  font-size: 15px;
  padding: 3px 20px;
  width: 98%;
}
#megtobb:hover {
  border-radius: 2px;
  background-color: #2FC963;
  color: white;
  text-decoration: none;
  font-size: 15px;
  padding: 3px 20px;
}

#moresettings {
  width: 190px;
  padding-left: 10px;
  z-index:20;
}
.ui-accordion .ui-accordion-content {
  padding: 0;
}
/*
.ui-icon-0078A8 {
  background-image: url('//utcakereso.hu/css/images/ui-icons_0078A8_256x240.png'); 
}
*/

 a.nextrow, a.nextrow-bubi {
   float : right;
   margin-right: 30px;
 }
  a.prevrow, a.prevrow-bubi {
   float: left;
   padding-left: 30px;
}
 a.nextrow, a.nextrow-bubi, a.prevrow, a.prevrow-bubi {
  color: #0066da;
  text-decoration: none;
}
 a.nextrow:hover, a.nextrow-bubi:hover, a.prevrow:hover, a.prevrow-bubi:hover {
  text-decoration: underline;
}

.talalat-bubi {
  width: 98%;
}


.leaflet-popup-content-wrapper {

border-radius: 0px;
}

#icomplace {
  overflow-y: auto;
  height: 200px;
  height: 100%;
  background-color: white;
  /*opacity: 0.5;*/
}

.teraszlabel {
    border: solid 1px rgb(169, 169, 169);
    padding: 5px;
    color: #cc4e0a;
    text-align: left;
    display: block;
}

@media (min-width: 1280px) { 

    .teraszlabel {
        display: inline;
    }    
    
#icom-search-mode, #icom-search-type {
    width: 276px;

}

#icom-search-price-type, #icom-search-rooms {
    width: 120px;

}

#icom-search-price-type {
   
}

#icom-search-price-min, #icom-search-price-max {
    width: 105px;
}
#icom-search-size-min, #icom-search-size-max {
    width: 75px;
}

#icom-search-floor-min, #icom-search-floor-max {
    width: 115px;

}


#icom-search-price-max, #icom-search-size-max  {

}

#icom-search-rooms-text {

    width: 72px;


}

#icom-box #icom-box-content #icom-search-rooms {
    margin-top: -33px;
    display: block;
    margin-left: 76px;
}

#icom-search-rooms {
    width: 50px;

}

#search-icom-button {
  width: 276px;
}

}
#map-selected-location {
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    
    border: 1px solid #000000;
    padding: 4px;
    color: #000000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    
    cursor: pointer;
}

#overview {
    background: #eeeeee;
    border: 1px solid #000000;
    padding: 4px;
    color: black;
    font-weight: bold;
    
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;    
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    display: none;
}
div.olMap {
    z-index: 0;
    padding: 0 !important;
    margin: 0 !important;
    cursor: default;
}

div.olMapViewport {
    text-align: left;
}

div.olLayerDiv {
   -moz-user-select: none;
   -khtml-user-select: none;
}

.olLayerGoogleCopyright {
    left: 2px;
    bottom: 2px;
}
.olLayerGoogleV3.olLayerGoogleCopyright {
    right: auto !important;
}
.olLayerGooglePoweredBy {
    left: 2px;
    bottom: 15px;   
}
.olLayerGoogleV3.olLayerGooglePoweredBy {
    bottom: 15px !important;
}
/*.olControlAttribution {
    font-size: smaller; 
    right: 3px; 
    bottom: 4.5em; 
    position: absolute; 
    display: block;
}
*/
.olControlAttribution {
                position      : absolute;
                font-size     : 10px;
                bottom        : 0 !important;
                right         : 0 !important;
                background    : rgba(0,0,0,0.1);
                font-family   : Arial;
                padding       : 2px 4px;
                border-radius : 5px 0 0 0;
            }
.olControlScale {
    right: 3px;
    bottom: 3em;
    display: block;
    position: absolute;
    font-size: smaller;
}
.olControlScaleLine {
   display: block;
   position: absolute;
   left: 10px;
   bottom: 15px;
   font-size: xx-small;
}
.olControlScaleLineBottom {
   border: solid 2px black;
   border-bottom: none;
   margin-top:-2px;
   text-align: center;
}
.olControlScaleLineTop {
   border: solid 2px black;
   border-top: none;
   text-align: center;
}

.olControlPermalink {
    right: 3px;
    bottom: 1.5em;
    display: block;
    position: absolute;
    font-size: smaller;
} 

div.olControlMousePosition {
    bottom: 26px;
    right: 2px;
    display: block;
    position: absolute;
    font-family: Arial;
    font-size: smaller;
    background-color: white;
}

.olControlOverviewMapContainer {
    position: absolute;
    bottom: 39px;
    right: 0px;
    border: 1px solid black;
    /*
    top: 420px;
    width: 120px;
    height: 120px;
    */
}

.olControlOverviewMapElement {
    /*padding: 10px 18px 10px 10px;*/
    padding: 2px;
    background-color: whitesmoke;
    -moz-border-radius: 1em 0 0 0;

}

.olControlOverviewMapMinimizeButton {
    left: 0px;
    top: 0px;
    cursor: pointer;
}    

.olControlOverviewMapMaximizeButton {
    right: -2px;
    bottom: -5px;
    cursor: pointer;
}

.olControlOverviewMapExtentRectangle {
    overflow: hidden;
    background-image: url("img/blank.gif");
    cursor: move;
    border: 2px dotted red;
}
.olControlOverviewMapRectReplacement {
    overflow: hidden;
    cursor: move;
    background-image: url("img/overview_replacement.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.olLayerGeoRSSDescription {
    float:left;
    width:100%;
    overflow:auto;
    font-size:1.0em;
}
.olLayerGeoRSSClose {
    float:right;
    color:gray;
    font-size:1.2em;
    margin-right:6px;
    font-family:sans-serif;
}
.olLayerGeoRSSTitle {
    float:left;font-size:1.2em;
}

.olPopupContent {
    padding:5px;
    overflow: auto;
}    

.olControlNavigationHistory {
   background-image: url("img/navigation_history.png");
   background-repeat: no-repeat;
   width:  24px;
   height: 24px;

}
.olControlNavigationHistoryPreviousItemActive { 
  background-position: 0 0;
}
.olControlNavigationHistoryPreviousItemInactive { 
   background-position: 0 -24px;
}
.olControlNavigationHistoryNextItemActive { 
   background-position: -24px 0;
}
.olControlNavigationHistoryNextItemInactive { 
   background-position: -24px -24px;
}

div.olControlSaveFeaturesItemActive { 
    background-image: url(img/save_features_on.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
}
div.olControlSaveFeaturesItemInactive { 
    background-image: url(img/save_features_off.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
}

.olHandlerBoxZoomBox {
    border: 2px solid red;
    position: absolute;
    background-color: white;
    opacity: 0.50;
    font-size: 1px;
    filter: alpha(opacity=50);
}
.olHandlerBoxSelectFeature {
    border: 2px solid blue;
    position: absolute;
    background-color: white;
    opacity: 0.50;
    font-size: 1px;
    filter: alpha(opacity=50);
}   

.olControlPanPanel {
    top: 10px;
    left: 5px;
}  

.olControlPanPanel div {
    background-image: url(img/pan-panel.png);
    height: 18px;
    width: 18px;
    cursor: pointer;
    position: absolute;
}

.olControlPanPanel .olControlPanNorthItemInactive {
    top: 0;
    left: 9px;
    background-position: 0 0;
}
.olControlPanPanel .olControlPanSouthItemInactive {
    top: 36px;
    left: 9px;
    background-position: 18px 0;
}
.olControlPanPanel .olControlPanWestItemInactive {
    position: absolute;
    top: 18px;
    left: 0;
    background-position: 0 18px;
}
.olControlPanPanel .olControlPanEastItemInactive {
    top: 18px;
    left: 18px;
    background-position: 18px 18px;
}

.olControlZoomPanel {
    top: 71px;
    left: 14px;
} 

.olControlZoomPanel div {
    background-image: url(img/zoom-panel.png);
    position: absolute;
    height: 18px;
    width: 18px;
    cursor: pointer;
}

.olControlZoomPanel .olControlZoomInItemInactive {
    top: 0;
    left: 0;
    background-position: 0 0;
}

.olControlZoomPanel .olControlZoomToMaxExtentItemInactive {
    top: 18px;
    left: 0;
    background-position: 0 -18px;
}

.olControlZoomPanel .olControlZoomOutItemInactive {
    top: 36px;
    left: 0;
    background-position: 0 18px;
}

/* 
 * When a potential text is bigger than the image it move the image
 * with some headers (closes #3154) 
 */
.olControlPanZoomBar div {
    font-size: 1px;
}

.olPopupCloseBox {
//  background: url("img/close.gif") no-repeat;
  background: url("../images/close.png") no-repeat;
  cursor: pointer;
}

.olFramedCloudPopupContent {
    padding: 5px;
    overflow: auto;
}

.olControlNoSelect {
 -moz-user-select: none;
 -khtml-user-select: none;
}

.olImageLoadErroro {
    background-color: pink;
    opacity: 0.5;
    filter: alpha(opacity=50); /* IE */
}
.olImageLoadError {
    background: url(../images/noTile.png) no-repeat scroll 0 0 transparent !important;
    opacity: 0.5 !important;
}

/**
 * Cursor styles
 */

.olCursorWait {
    cursor: wait;
}
.olDragDown {
    cursor: move;
}
.olDrawBox {
    cursor: crosshair;
}
.olControlDragFeatureOver {
    cursor: move;
}
.olControlDragFeatureActive.olControlDragFeatureOver.olDragDown {
    cursor: -moz-grabbing;
}

/**
 * Layer switcher
 */
.olControlLayerSwitcher {
    position: absolute;
    top: 25px;
    right: 0;
    width: 20em;
    font-family: sans-serif;
    font-weight: bold;
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
    font-size: smaller;
    color: white;
    background-color: transparent;
}

.olControlLayerSwitcher .layersDiv {
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 75px;
    background-color: darkblue;
    width: 100%;
    height: 100%;
}

.olControlLayerSwitcher .layersDiv .baseLbl,
.olControlLayerSwitcher .layersDiv .dataLbl {
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
}

.olControlLayerSwitcher .layersDiv .baseLayersDiv,
.olControlLayerSwitcher .layersDiv .dataLayersDiv {
    padding-left: 10px;
}

.olControlLayerSwitcher .maximizeDiv,
.olControlLayerSwitcher .minimizeDiv {
    top: 5px;
    right: 0;
    cursor: pointer;
}

.olBingAttribution {
    color: #DDD;
}
.olBingAttribution.road {
    color: #333;
}

.olGoogleAttribution.hybrid, .olGoogleAttribution.satellite {
    color: #EEE;
}
.olGoogleAttribution {
    color: #333;
}
span.olGoogleAttribution a {
    color: #77C;
}
span.olGoogleAttribution.hybrid a, span.olGoogleAttribution.satellite a {
    color: #EEE;
}

/**
 * Editing and navigation icons.
 * (using the editing_tool_bar.png sprint image)
 */
.olControlNavToolbar ,
.olControlEditingToolbar {
    margin: 5px 5px 0 0;
}
.olControlNavToolbar div,
.olControlEditingToolbar div {
    background-image: url("img/editing_tool_bar.png");
    background-repeat: no-repeat;
    margin: 0 0 5px 5px;
    width: 24px;
    height: 22px;
    cursor: pointer
}
/* positions */
.olControlEditingToolbar {
    right: 0;
    top: 0;
}
.olControlNavToolbar {
    top: 295px;
    left: 9px;
}
/* layouts */
.olControlEditingToolbar div {
    float: right;
}
/* individual controls */
.olControlNavToolbar .olControlNavigationItemInactive,
.olControlEditingToolbar .olControlNavigationItemInactive {
    background-position: -103px -1px;
}
.olControlNavToolbar .olControlNavigationItemActive ,
.olControlEditingToolbar .olControlNavigationItemActive  {
    background-position: -103px -24px;
}
.olControlNavToolbar .olControlZoomBoxItemInactive {
    background-position: -128px -1px;
}
.olControlNavToolbar .olControlZoomBoxItemActive  {
    background-position: -128px -24px;
}
.olControlEditingToolbar .olControlDrawFeaturePointItemInactive {
    background-position: -77px -1px;
}
.olControlEditingToolbar .olControlDrawFeaturePointItemActive {
    background-position: -77px -24px;
}
.olControlEditingToolbar .olControlDrawFeaturePathItemInactive {
    background-position: -51px -1px;
}
.olControlEditingToolbar .olControlDrawFeaturePathItemActive {
    background-position: -51px -24px;
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive{
    background-position: -26px -1px;
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemActive {
    background-position: -26px -24px;
}
.olLayerGooglePoweredBy.olLayerGoogleV3.gmnoprint {
visibility:hidden;
}/*

	jQuery Bubble Popup v.3.0
	http://www.maxvergelli.com/jquery-bubble-popup/
	
	Copyright (c) 2012 Max Vergelli
	
	Permission is hereby granted, free of charge, to any person obtaining a copy
	of this software and associated documentation files (the "Software"), to deal
	in the Software without restriction, including without limitation the rights
	to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
	copies of the Software, and to permit persons to whom the Software is
	furnished to do so, subject to the following conditions:
	
	The above copyright notice and this permission notice shall be included in
	all copies or substantial portions of the Software.
	
	THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
	IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
	FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
	AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
	LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
	OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
	THE SOFTWARE.

*/

	/* Layout Settings */
	.jquerybubblepopup{width:auto;height:auto;margin:0px;padding:0px;position:absolute;border:0px;z-index:100;text-align:center;background-color:transparent;}
	.jquerybubblepopup-ie{filter:progid:DXImageTransform.Microsoft.Shadow(color="#666666", Direction=135, Strength=3);} /* the plugin adds this class only if browser is IE; if IE9, it's added to main <DIV> else to <TABLE> */
	.jquerybubblepopup table{width:auto;height:auto;margin:0px;padding:0px;display:table;border-collapse:collapse;border-spacing:0px;border:0px;empty-cells:show;background-color:transparent;}
	.jquerybubblepopup tbody{display:table-row-group;vertical-align:middle;border:0px;background-color:transparent;}
	.jquerybubblepopup td{margin:0px;padding:0px;background-color:transparent;}
	.jquerybubblepopup-top-left,    .jquerybubblepopup-top-right,
	.jquerybubblepopup-bottom-left, .jquerybubblepopup-bottom-right{width:21px;height:21px;overflow:hidden;background-repeat:no-repeat;}
	.jquerybubblepopup-top-middle,  .jquerybubblepopup-bottom-middle{overflow:hidden;background-repeat:repeat-x;}
	.jquerybubblepopup-middle-left, .jquerybubblepopup-middle-right{overflow:hidden;background-repeat:repeat-y;}
	.jquerybubblepopup-tail{border:0px;margin:0px;padding:0px;display:inline;}

/*  
	Themes:

	The plugin adds the class of the theme (for example ".jquerybubblepopup-azure") 
	to the main <DIV> container, then you can edit the style of any element inside the 
	Bubble Popup markup for each theme.
	
	The following code defines fonts and backgrounds of the "innerHtml" for each theme:
*/
	.jquerybubblepopup-azure  .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-black  .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-blue   .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-green  .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-grey   .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-orange .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-violet .jquerybubblepopup-innerHtml, 
	.jquerybubblepopup-yellow .jquerybubblepopup-innerHtml
	{
		font-family:'Trebuchet MS',Arial;
		font-size:11px;
		font-weight:normal;
		color:#000000;
		background-color:#FFFFFF;
	}
	.jquerybubblepopup-all-azure  .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-all-black  .jquerybubblepopup-innerHtml, 
	.jquerybubblepopup-all-blue   .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-all-green  .jquerybubblepopup-innerHtml, 
	.jquerybubblepopup-all-grey   .jquerybubblepopup-innerHtml, 
	.jquerybubblepopup-all-orange .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-all-violet .jquerybubblepopup-innerHtml, 
	.jquerybubblepopup-all-yellow .jquerybubblepopup-innerHtml
	{
		font-family:'Trebuchet MS',Arial;
		font-size:11px;
		font-weight:normal;
		color:#FFFFFF;
	}
	.jquerybubblepopup-all-azure  .jquerybubblepopup-innerHtml{background-color:#0099FF;}
	.jquerybubblepopup-all-black  .jquerybubblepopup-innerHtml{background-color:#000000;} 
	.jquerybubblepopup-all-blue   .jquerybubblepopup-innerHtml{background-color:#0066CC;}
	.jquerybubblepopup-all-green  .jquerybubblepopup-innerHtml{background-color:#66FF00;} 
	.jquerybubblepopup-all-grey   .jquerybubblepopup-innerHtml{background-color:#666666;}
	.jquerybubblepopup-all-orange .jquerybubblepopup-innerHtml{background-color:#FF9933;}
	.jquerybubblepopup-all-violet .jquerybubblepopup-innerHtml{background-color:#FF33FF;} 
	.jquerybubblepopup-all-yellow .jquerybubblepopup-innerHtml{background-color:#FFCC00;}


.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;nu
    }
.leaflet-container {
    overflow: hidden;
    -ms-touch-action: none;
    }
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    }
.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
    }
/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
    max-width: none !important;
    }
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
    max-width: 15000px !important;
    }
.leaflet-tile {
    filter: inherit;
    visibility: hidden;
    }
.leaflet-tile-loaded {
    visibility: inherit;
    }
.leaflet-zoom-box {
    width: 0;
    height: 0;
    }

.leaflet-tile-pane    { z-index: 2; }
.leaflet-objects-pane { z-index: 3; }
.leaflet-overlay-pane { z-index: 4; }
.leaflet-shadow-pane  { z-index: 5; }
.leaflet-marker-pane  { z-index: 6; }
.leaflet-popup-pane   { z-index: 7; }


/* control positioning */

.leaflet-control {
    position: relative;
    z-index: 7;
    pointer-events: auto;
    }
.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    }
.leaflet-top {
    top: 0;
    }
.leaflet-right {
    right: 0;
    }
.leaflet-bottom {
    bottom: 0;
    }
.leaflet-left {
    left: 0;
    }
.leaflet-control {
    float: left;
    clear: both;
    }
.leaflet-right .leaflet-control {
    float: right;
    }
.leaflet-top .leaflet-control {
    margin-top: 10px;
    }
.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
    }
.leaflet-left .leaflet-control {
    margin-left: 10px;
    }
.leaflet-right .leaflet-control {
    margin-right: 10px;
    }


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
       -moz-transition: opacity 0.2s linear;
         -o-transition: opacity 0.2s linear;
            transition: opacity 0.2s linear;
    }
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
    }

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
       -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
         -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
            transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
    }
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
    -webkit-transition: none;
       -moz-transition: none;
         -o-transition: none;
            transition: none;
    }

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
    }


/* cursors */

.leaflet-clickable {
    cursor: pointer;
    }
.leaflet-container {
    cursor: -webkit-grab;
    cursor:    -moz-grab;
    }
.leaflet-popup-pane,
.leaflet-control {
    cursor: auto;
    }
.leaflet-dragging,
.leaflet-dragging .leaflet-clickable,
.leaflet-dragging .leaflet-container {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor:    -moz-grabbing;
    }


/* visual tweaks */

.leaflet-container {
    background: #ddd;
    outline: 0;
    }
.leaflet-container a {
    color: #0078A8;
    }
.leaflet-container a.leaflet-active {
    outline: 2px solid orange;
    }
.leaflet-zoom-box {
    border: 2px dotted #05f;
    background: white;
    opacity: 0.5;
    }


/* general typography */
.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    }


/* general toolbar styles */

.leaflet-bar {
    box-shadow: 0 0 8px rgba(0,0,0,0.4);
    border: 1px solid #888;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    }
.leaflet-bar-part {
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #aaa;
    }
.leaflet-bar-part-top {
    -webkit-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
    }
.leaflet-bar-part-bottom {
    -webkit-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
    border-bottom: none;
    }

.leaflet-touch .leaflet-bar {
    -webkit-border-radius: 10px;
            border-radius: 10px;
    }
.leaflet-touch .leaflet-bar-part {
    border-bottom: 4px solid rgba(0,0,0,0.3);
    }
.leaflet-touch .leaflet-bar-part-top {
    -webkit-border-radius: 7px 7px 0 0;
            border-radius: 7px 7px 0 0;
    }
.leaflet-touch .leaflet-bar-part-bottom {
    -webkit-border-radius: 0 0 7px 7px;
            border-radius: 0 0 7px 7px;
    border-bottom: none;
    }


/* zoom control */

.leaflet-container .leaflet-control-zoom {
    margin-left: 13px;
    margin-top: 12px;
    }
.leaflet-control-zoom a {
    width: 22px;
    height: 22px;
    text-align: center;
    text-decoration: none;
    color: black;
    }
.leaflet-control-zoom a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    }
.leaflet-control-zoom a:hover {
    background-color: #fff;
    color: #777;
    }
.leaflet-control-zoom-in {
    font: bold 18px/24px Arial, Helvetica, sans-serif;
    }
.leaflet-control-zoom-out {
    font: bold 23px/20px Tahoma, Verdana, sans-serif;
    }
.leaflet-control-zoom a.leaflet-control-zoom-disabled {
    cursor: default;
    background-color: rgba(255, 255, 255, 0.8);
    color: #bbb;
    }

.leaflet-touch .leaflet-control-zoom a {
    width: 30px;
    height: 30px;
    }
.leaflet-touch .leaflet-control-zoom-in {
    font-size: 24px;
    line-height: 29px;
    }
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 28px;
    line-height: 24px;
    }

/* layers control */

.leaflet-control-layers {
    box-shadow: 0 1px 7px rgba(0,0,0,0.4);
    background: #f8f8f9;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    }
.leaflet-control-layers-toggle {
    background-image: url(images/layers.png);
    width: 36px;
    height: 36px;
    }
.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
    }
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
    }
.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
    }
.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
    }
.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
    }
.leaflet-control-layers label {
    display: block;
    }
.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
    }


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 5px #bbb;
    margin: 0;
    }
.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
    }
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px;
    }
.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
    }
.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
    }
.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    color: black;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    text-shadow: 1px 1px 1px #fff;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    overflow: hidden;
    }
.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
    }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-control-zoom {
    box-shadow: none;
    }
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-control-zoom {
    border: 4px solid rgba(0,0,0,0.3);
    }


/* popup */

.leaflet-popup {
    position: absolute;
    text-align: center;
    }
.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    /* margin-top: 120px; */
    margin-top: 28px;
    }
.leaflet-popup-content {
    margin: 14px 20px;
    line-height: 1.4;
    }
.leaflet-popup-content p {
    margin: 18px 0;
    }
.leaflet-popup-tip-container {
    margin: 0 auto;
    width: 40px;
    height: 20px;
    position: relative;
    overflow: hidden;
    }
.leaflet-popup-tip {
    width: 15px;
    height: 15px;
    padding: 1px;

    margin: -8px auto 0;
    /*margin: -12px auto 0;*/

    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    }
.leaflet-popup-content-wrapper {
    /* margin-top: 120px; */
     /*margin-left: 240px; 
     margin-right: 240px;*/
    }
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: white;

    box-shadow: 0 3px 14px rgba(0,0,0,0.4);
    }
.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    /* margin-top: 120px;*/
     margin-top: 28px; 
    /* mert máshol is van ilyen margó */
    top: 0; 
    right: 0;
    padding: 4px 5px 0 0;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
    }
.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
    }
.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    /* border-top: 1px solid #ddd;*/
    }


/* div icon */

.leaflet-div-icon {
    background: #fff;
    /* border: 1px solid #666; */
    border: none;
    }
.leaflet-editing-icon {
    -webkit-border-radius: 2px;
            border-radius: 2px;
    }

/*    // leaflet numbered icon*/
.leaflet-div-icon {
    background: transparent;
/*    //border: none;*/
    
}
 
.leaflet-marker-icon .number{
    background: #fd760f;
    position: relative;
    top: -10px;
    font-size: 11px;
/*    //width: 25px;*/
    text-align: center;
    font-family: Verdana;
    //border: 1px solid red;
    color: white;
    margin: 0 0 0 0;
    font-weight: normal;
        -webkit-border-radius: 2px;
/*    //        border-radius: 2px;
    //        box-shadow: 0 3px 14px rgba(0,0,0,0.4);*/
}

.leaflet-marker-icon .number2{
    background: #fd760f;
    background: #fd760f;
/*    //background: rgb(13, 126, 230);;*/
    position: relative;
    top: -10px;
    font-size: 13px;

    //width: 25px;
    text-align: center;
    font-family: Verdana;
    //border: 1px solid red;
    //font-style: underline;
    color: white;
    
    margin: 0 2px 0 0;
    font-weight: bold;
/*//        -webkit-border-radius: 2px;
//            border-radius: 2px;
//            box-shadow: 0 3px 14px rgba(0,0,0,0.4);*/
}
.leaflet-marker-icon .number3, .number3{
    //background: #fd760f;
    background: green;
    //background: rgb(13, 126, 230);;
    position: relative;
    top: -10px;
    font-size: 13px;

    //width: 25px;
    text-align: center;
    font-family: Verdana;
    //border: 1px solid red;
    //font-style: underline;
    color: white;
    
    margin: 0 2px 0 0;
    font-weight: bold;
/*//        -webkit-border-radius: 2px;
//            border-radius: 2px;
//            box-shadow: 0 3px 14px rgba(0,0,0,0.4);*/
}

.leaflet-marker-icon .numberbkv, .numberbkv{
    
/*    //background: #fd760f;
    //background: rgb(13, 126, 230);;*/
    position: relative;
    top: -10px;
    font-size: 13px;

    //width: 25px;
    text-align: center;
    font-family: Verdana;
    //border: 1px solid red;
    //font-style: underline;
    color: white;
    
    margin: 0 2px 0 0;
    font-weight: bold;
/* //        -webkit-border-radius: 2px;
//            border-radius: 2px;
//            box-shadow: 0 3px 14px rgba(0,0,0,0.4);
*/
}
.leaflet-marker-icon .numberbkv1188FF, .numberbkv1188FF{
    
    background: #1188FF;
    color: white;

}
.leaflet-marker-icon .numberbkvFFEE00, .numberbkvFFEE00{
    
    background: #FFEE00;
    color: black;

}
.leaflet-marker-icon .numberbkvFF1818, .numberbkvFF1818{
    
    background: #FF1818;
    color: white;

}
.leaflet-marker-icon .numberbkvFFAA00, .numberbkvFFAA00{
    
    background: #FFAA00;
    color: black;

}
.leaflet-marker-icon .numberbkvCC0000, .numberbkvCC0000{
    
    background: #CC0000;
    color: white;

}
.leaflet-marker-icon .numberbkvFF0070, .numberbkvFF0070{
    
    background: #CC0000;
    color: white;

}
.leaflet-marker-icon .numberbkv00B1F0, .numberbkv00B1F0{
    
    background: #00B1F0;
    color: white;

}
.leaflet-marker-icon .numberbkvFF1609, .numberbkvFF1609{
    
    background: #CC0000;
    color: white;

}
.leaflet-marker-icon .numberbkv19A949, .numberbkv19A949{
    
    background: #19a949;
    color: white;

}
.leaflet-marker-icon .numberbkv0000FF, .numberbkv0000FF{
    
    background: #0000FF;
    color: white;

}
.leaflet-marker-icon .numberbkvD36E70, .numberbkvD36E70{
    
    background: #D36E70;
    color: white;

}
.leaflet-marker-icon .numberbkv0067AA, .numberbkv0067AA{
    
    background: #0067AA;
    color: white;

}
.leaflet-marker-icon .numberbkv955F20, .numberbkv955F20{
    
    background: #955F20;
    color: white;

}
.leaflet-marker-icon .numberbkvFFD300, .numberbkvFFD300{
    
    background: #FFD300;
    color: black;

}
.leaflet-marker-icon .numberbkv900166, .numberbkv900166{
    
    background: #900166;
    color: white;

}
.leaflet-marker-icon .numberbkvEC7C26, .numberbkvEC7C26{
    
    background: #EC7C26;
    color: white;

}
.leaflet-marker-icon .numberbkvA03472, .numberbkvA03472{
    
    background: #A03472;
    color: white;

}
.leaflet-marker-icon .numberbkv2C008C, .numberbkv2C008C{
    
    background: #2C008C;
    color: white;

}
.leaflet-marker-icon .numberbkv961B1E, .numberbkv961B1E{
    
    background: #961B1E;
    color: white;

}
.leaflet-marker-icon .numberbkv5F060D, .numberbkv5F060D{
    
    background: #5F060D;
    color: white;

}
.leaflet-marker-icon .numberbkv333333, .numberbkv333333{
    
    background: #333333;
    color: white;

}
.leaflet-marker-icon .numberbkv16191C, .numberbkv16191C{
    
    background: #16191C;
    color: white;

}
.leaflet-marker-icon .numberbkvFF6677, .numberbkvFF6677{
    
    background: #FF6677;
    color: white;

}
.leaflet-marker-icon .numberbkvFF6E00, .numberbkvFF6E00{
    
    background: #FF6E00;
    color: white;

}
.leaflet-marker-icon .numberbkv884200, .numberbkv884200{
    
    background: #884200;
    color: white;

}
.routericongeneral {
	display: inline-block;
	border: solid 1px #333;
	white-space: nowrap;
	padding: 2px;
	font-weight: bold;
}
.bkvch {
    font-weight: bold;
    padding: 0px 3px;
}

.stopheader {
    font-size: 16px;
}

.bkvpopup {
    font-weight: bold;
    padding: 0px 3px;
    font-size: 20px;
}

/* leaflet overview */ 
.leaflet-control-minimap {
    border:solid #999 3px;
    box-shadow: 0 1px 7px #999;
    background: #f8f8f9;
    /*-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    */
}

.leaflet-control-minimap a {
    background-color: rgba(255, 255, 255, 0.75);
    background-position: 1px 2px;
    background-repeat: no-repeat;
    display: block;
    outline: none;
    z-index: 99999;
}

.leaflet-control-minimap a.minimized {
    background-position: 1px -18px;
}

.leaflet-control-minimap-toggle-display {
    background-image: url("images/toggle.png");
    border-radius: 4px 4px 4px 4px;
    height: 19px;
    width: 19px;
    position: absolute;
    bottom: 0;
    right: 0; 
}

.leaflet-label {
    background: rgb(235, 235, 235);
    background: rgba(235, 235, 235, 0.81);
    background-clip: padding-box;
    border-color: #777;
    border-color: rgba(0,0,0,0.25);
    border-radius: 4px;
    border-style: solid;
    border-width: 4px;
    color: #111;
    display: block;
    font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 1px 6px;
    position: absolute;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap;
    z-index: 6;
}

.leaflet-label.leaflet-clickable {
    cursor: pointer;
}

.leaflet-label:before {
    border-right: 6px solid black;
    border-right-color: inherit;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    content: "";
    position: absolute;
    top: 5px;
    left: -10px;
}


.rh {
    background-image: url('../images/ny10.png');
    width: 10px;
    height: 10px;

}
.rr0 {
transform:rotate(40deg);
-ms-transform:rotate(40deg); /* IE 9 */
-webkit-transform:rotate(40deg); /* Safari and Chrome */
}
.rr15 {
transform:rotate(-15deg);
-ms-transform:rotate(-15deg); /* IE 9 */
-webkit-transform:rotate(-15deg); /* Safari and Chrome */
}
.rr30 {
transform:rotate(-30deg);
-ms-transform:rotate(-30deg); /* IE 9 */
-webkit-transform:rotate(-30deg); /* Safari and Chrome */
}
.rr45 {
transform:rotate(-45deg);
-ms-transform:rotate(-45deg); /* IE 9 */
-webkit-transform:rotate(-45deg); /* Safari and Chrome */
}
.rr60 {
transform:rotate(-60deg);
-ms-transform:rotate(-60deg); /* IE 9 */
-webkit-transform:rotate(-60deg); /* Safari and Chrome */
}
.rr75 {
transform:rotate(-75deg);
-ms-transform:rotate(-75deg); /* IE 9 */
-webkit-transform:rotate(-75deg); /* Safari and Chrome */
}
.rr90 {
transform:rotate(-90deg);
-ms-transform:rotate(-90deg); /* IE 9 */
-webkit-transform:rotate(-90deg); /* Safari and Chrome */
}
.rr105 {
transform:rotate(-105deg);
-ms-transform:rotate(-105deg); /* IE 9 */
-webkit-transform:rotate(-105deg); /* Safari and Chrome */
}
.rr120 {
transform:rotate(-120deg);
-ms-transform:rotate(-120deg); /* IE 9 */
-webkit-transform:rotate(-120deg); /* Safari and Chrome */
}
.rr135 {
transform:rotate(-135deg);
-ms-transform:rotate(-135deg); /* IE 9 */
-webkit-transform:rotate(-135deg); /* Safari and Chrome */
}
.rr150 {
transform:rotate(-150deg);
-ms-transform:rotate(-150deg); /* IE 9 */
-webkit-transform:rotate(-150deg); /* Safari and Chrome */
}
.rr165 {
transform:rotate(-165deg);
-ms-transform:rotate(-165deg); /* IE 9 */
-webkit-transform:rotate(-165deg); /* Safari and Chrome */
}
.rr180 {
transform:rotate(-180deg);
-ms-transform:rotate(-180deg); /* IE 9 */
-webkit-transform:rotate(-180deg); /* Safari and Chrome */
}


/*********/

.rr345, .rr-15 {
transform:rotate(15deg);
-ms-transform:rotate(15deg); /* IE 9 */
-webkit-transform:rotate(15deg); /* Safari and Chrome */
}
.rr330, .rr-30 {
transform:rotate(30deg);
-ms-transform:rotate(30deg); /* IE 9 */
-webkit-transform:rotate(30deg); /* Safari and Chrome */
}
.rr315, .rr-45 {
transform:rotate(45deg);
-ms-transform:rotate(45deg); /* IE 9 */
-webkit-transform:rotate(45deg); /* Safari and Chrome */
}
.rr300, .rr-60 {
transform:rotate(60deg);
-ms-transform:rotate(60deg); /* IE 9 */
-webkit-transform:rotate(60deg); /* Safari and Chrome */
}
.rr285, .rr-75 {
transform:rotate(75deg);
-ms-transform:rotate(75deg); /* IE 9 */
-webkit-transform:rotate(75deg); /* Safari and Chrome */
}
.rr270, .rr-90{
transform:rotate(90deg);
-ms-transform:rotate(90deg); /* IE 9 */
-webkit-transform:rotate(90deg); /* Safari and Chrome */
}
.rr255, .rr-105 {
transform:rotate(105deg);
-ms-transform:rotate(105deg); /* IE 9 */
-webkit-transform:rotate(105deg); /* Safari and Chrome */
}
.rr240, .rr-120 {
transform:rotate(120deg);
-ms-transform:rotate(120deg); /* IE 9 */
-webkit-transform:rotate(120deg); /* Safari and Chrome */
}
.rr225, .rr-135 {
transform:rotate(135deg);
-ms-transform:rotate(135deg); /* IE 9 */
-webkit-transform:rotate(135deg); /* Safari and Chrome */
}
.rr210, .rr-150 {
transform:rotate(150deg);
-ms-transform:rotate(150deg); /* IE 9 */
-webkit-transform:rotate(150deg); /* Safari and Chrome */
}
.rr195, .rr-165 {
transform:rotate(165deg);
-ms-transform:rotate(165deg); /* IE 9 */
-webkit-transform:rotate(165deg); /* Safari and Chrome */
}
.rr180, .rr-180 {
transform:rotate(-180deg);
-ms-transform:rotate(-180deg); /* IE 9 */
-webkit-transform:rotate(-180deg); /* Safari and Chrome */
}


/*********/



.rr360 {
transform:rotate(0deg);
-ms-transform:rotate(0deg); /* IE 9 */
-webkit-transform:rotate(0deg); /* Safari and Chrome */
}



.leaflet-label {
	background: rgb(235, 235, 235);
	background: rgba(235, 235, 235, 0.81);
	background-clip: padding-box;
	border-color: #777;
	border-color: rgba(0,0,0,0.25);
	border-radius: 4px;
	border-style: solid;
	border-width: 4px;
	color: #111;
	display: block;
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1px 6px;
	position: absolute;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	pointer-events: none;
	white-space: nowrap;
	z-index: 6;
}

.leaflet-label.leaflet-clickable {
	cursor: pointer;
}

.leaflet-label:before,
.leaflet-label:after {
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	content: none;
	position: absolute;
	top: 5px;
}

.leaflet-label:before {
	border-right: 6px solid black;
	border-right-color: inherit;
	left: -10px;
}

.leaflet-label:after {
	border-left: 6px solid black;
	border-left-color: inherit;
	right: -10px;
}

.leaflet-label-right:before,
.leaflet-label-left:after {
	content: "";
}

.leaflet-div-icon {
	/*background-color: white;
	opacity: 0.9;
	*/
}

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.legend {
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    /*opacity: 0.7;*/
}
.gamelegend {
    line-height: 22px;
    color: #555;
}
.gamelegend i {
    width: 15px;
    height: 22px;
    float: left;
    margin-right: 8px;
    /*opacity: 0.7;*/
}
/* Rrose layout */

.leaflet-rrose {
    position: absolute;
    text-align: center;
    z-index: 3000;
}

.leaflet-rrose-content-wrapper {
    padding: 4px 0 1px 0;
    text-align: left;
}

.leaflet-rrose-content {
    margin: 20px 10px 14px 10px;
}

.leaflet-rrose-tip-container {
    margin: 0 auto;
    width: 40px;
    height: 20px;
    position: relative;
    overflow: hidden;
}

.leaflet-rrose-tip-container-side {
    margin: auto 0;
    width: 20px;
    height: 40px;
    position: relative;
    overflow: hidden;
}


.leaflet-rrose-tip-container-sse, .leaflet-rrose-tip-container-ese,
.leaflet-rrose-tip-container-nne, .leaflet-rrose-tip-container-ene,
.leaflet-rrose-tip-container-e {
    margin-left: 0px;
}

.leaflet-rrose-tip-container-ssw, .leaflet-rrose-tip-container-wsw,
.leaflet-rrose-tip-container-nnw, .leaflet-rrose-tip-container-wnw,
.leaflet-rrose-tip-container-w {
    margin-right: 0px;
}

.leaflet-rrose-tip {
    width: 15px;
    height: 15px;
    padding: 1px;

    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.leaflet-rrose-tip-n {
    margin: -8px auto 0;
}

.leaflet-rrose-tip-s {
    margin: 11px auto 0;
}
.leaflet-rrose-tip-e {
  float: left;
    margin: 11px auto 0;
}

.leaflet-rrose-tip-sse, .leaflet-rrose-tip-ese {
    margin: 11px 11px 11px -8px; overflow: hidden;
}

.leaflet-rrose-tip-ssw, .leaflet-rrose-tip-wsw {
    margin: 11px 11px 11px 32px; overflow: hidden;
}

.leaflet-rrose-tip-nne, .leaflet-rrose-tip-ene, .leaflet-rrose-tip-e {
    margin: -8px 11px 11px -8px; overflow: hidden;
}

.leaflet-rrose-tip-nnw, .leaflet-rrose-tip-wnw, .leaflet-rrose-tip-w {
    margin: -8px 11px 11px 32px; overflow: hidden;
}

a.leaflet-rrose-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 5px 0 0;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
}

a.leaflet-rrose-close-button-s {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 6px 5px 0 0;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
}

a.leaflet-rrose-close-button:hover {
    color: #999;
}

.leaflet-rrose-content p {
    margin: 18px 0;
}

.leaflet-rrose-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

/* Visual appearance */

.leaflet-rrose-content-wrapper, .leaflet-rrose-tip {
    background: white;

    box-shadow: 0 3px 10px #888;
    -moz-box-shadow: 0 3px 10px #888;
    -webkit-box-shadow: 0 3px 14px #999;
}

.leaflet-rrose-content-wrapper {
   // -moz-border-radius:    20px;
    //-webkit-border-radius: 20px;
    //border-radius:         20px;
}

.leaflet-rrose-content-wrapper-sse, .leaflet-rrose-content-wrapper-ese {
    //-moz-border-radius:    0px 20px 20px 20px;
    //-webkit-border-radius: 0px 20px 20px 20px;
    //border-radius:         0px 20px 20px 20px;
}

.leaflet-rrose-content-wrapper-ssw, .leaflet-rrose-content-wrapper-wsw {
    //-moz-border-radius:    20px 0px 20px 20px;
    //-webkit-border-radius: 20px 0px 20px 20px;
    //border-radius:         20px 0px 20px 20px;
}

.leaflet-rrose-content-wrapper-nnw, .leaflet-rrose-content-wrapper-wnw, .leaflet-rrose-content-wrapper-w {
    //-moz-border-radius:    20px 20px 0px 20px;
    //-webkit-border-radius: 20px 20px 0px 20px;
    //border-radius:         20px 20px 0px 20px;
}

.leaflet-rrose-content-wrapper-nne, .leaflet-rrose-content-wrapper-ene, .leaflet-rrose-content-wrapper-e {
    //-moz-border-radius:    20px 20px 20px 0px;
    //-webkit-border-radius: 20px 20px 20px 0px;
    //border-radius:         20px 20px 20px 0px;
}

.leaflet-rrose-content {
    font: 12px/1.4 "Helvetica Neue", Arial, Helvetica, sans-serif;
}



.arrow_box_l {
	//position: relative;
	//background: #fff;
  //border: 3px solid #fff;
}
.arrow_box_l:after, .arrow_box_l:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_l:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 15px;
	margin-top: -15px;
}
.arrow_box_l:before {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 19px;
	margin-top: -19px;
}

.arrow_box_r {
	//position: relative;
	//background: #fff;
	//border: 3px solid #fff;
}
.arrow_box_r:after, .arrow_box_r:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_r:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 15px;
	margin-top: -15px;
}
.arrow_box_r:before {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 19px;
	margin-top: -19px;
}