html, body {
	margin:0;
	padding:0; 
	width: 100%;
	height: 100%;
	font: 12px/16px sans-serif;
}


@media only screen and (max-width: 768px) and (min-width: 400px) and (orientation: landscape) {

    body:after {
        content: "";
        background: url("../images/turn.png") no-repeat scroll center -0px / contain  rgba(255, 255, 255, 0.7);
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10000;
    }
}



#map {
	/*position: absolute;*/
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: calc(100% - 22px);
	/* height: calc(100% - 32px); */
	/*height: calc(100% - 162px);*/
}

#mapbottombar {
	display: block;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 20px;
	/*height: 30px;*/
	/*height: 160px;*/
	background-color: #f4f4f4;
	border-top: 2px solid #808080;
	font-size: 150%;
}

#bottombar_content {
	display: none;
	margin: 0px 10px 10px 10px;
	position: relative;
	top: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	height: 120px;
}
#bottombar_text {
	display: block;
	height: 60px; /*80px;*/
	overflow-x: hidden;
	overflow-y: auto;
	/*background-color: #8f8;*/
}
#bottombar_buttons {
	margin: 5px 0 0 0;
	display: block;
	text-align: center;
	height: 50px;/*40px;*/
	overflow-x: hidden;
	overflow-y: hidden;
	/*background-color: #f88;*/
}

div#bottombar_buttons > button {
	font-size: 12px;
	border: none;
	border-radius: 1em 1em 1em 1em;
	display: inline-block;
	padding: 0.25em 0.5em;
	margin: 0.25em;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	background-color: #59c6da;
	text-align: center;
	cursor: pointer;
	/*white-space: nowrap*/
}

div#bottombar_buttons > button.gd_button_green {
	background-color: #47ae8b; /*#59da6e;/*#59daae; /*#59c6da;*/
}

div#bottombar_buttons > button.gd_button_red {
	background-color: #da6d59; /*#59c6da;*/
}

div#bottombar_buttons > button:hover {
    box-shadow: 0 0.25em 0.25em 0 rgba(0, 0, 0, 0.2);
    /* box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); /*, 0 6px 20px 0 rgba(0, 0, 0, 0.19)*/
}

div#bottombar_buttons > button i {
	font-size: 18px;
}


#maptopbar {
	display: none;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	/*
    height: 50px;
    */
	height: 90px; /*87px;*/
	background-color: #f4f4f4;
	font-size: 150%;
}


#searchfromfieldlabel,
#searchtofieldlabel {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 44px;
	line-height: 44px;
	text-align: right;
	vertical-align: middle;
	/* background-color: #ffaaaa; */
}

#searchtofieldlabel {
	top: 44px;
	/* background-color: #aaffaa;*/
}


#searchfrom,
#searchto {
	display: block;
	position: absolute;/*absolute;*/
	top: 0px; /*10px;*/
	/*right: 2px; /*10px;*/
	/*left: 46px;/**/
    /*left: 2px;/**/
    left: 50px;/**/
	/*width: calc(100% - 48px);*/
	/*width: calc(100% - 34px);*/
    /*
	width: calc(100% - 8px);
    */
    width: calc(100% - 52px); /* calc(100% - 48px);*/

    height: 44px; /* calc(50% - 4px);*/
	line-height: 44px;

    padding: 0 0 0 2px;
	z-index: 1000;
	vertical-align: middle;
	/*border: 1px solid #ff0000;*/
	/* background-color: #aaffaa; */
}

#searchto {
	top: 44px;
	/* background-color: #ffaaaa; */
}

#searchfrom {
    z-index: 1001
}


/* */
div.awesomplete {
	width: 100%; /*calc(100% - 48px);*/
}
/* */

/* Search bar */
span.twitter-typeahead {
	width: 100%;
	/*width: calc(100% - 55px);*/
	position: absolute;
	/*top: -0.5em;*/
}

/* Suggestions list */
.tt-menu {
	margin-top: 5px;
	background-color: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

/* Suggestions container */
.tt-dataset {
	margin: 8px;
}
/* Suggestion item */
.tt-suggestion {
	margin: 5px;
	padding: 10px 0px;
}

.tt-suggestion:hover {
	background-color: #ffffaa;
}

/*
#searchfrom .searchfieldlabel,
#searchto .searchfieldlabel {
    display: inline-block;
	position: relative;
    width: 50px;
    height: 100%;
    text-align: right;
	line-height: 100%;
}

#searchto div.searchfieldlabel {
	margin: 0.5em 0 0.5em 0;
}
*/



#searchfrom input,
#searchfrom select,
#searchto input {
    /*display: inline-block;*/
	padding: 0.5em 0 0.5em 0;
	margin: 0;
	box-sizing: border-box;
	width: calc(100% - 5px);/*calc(100% - 48px); /*200px;*/
	height: 44px; /* 100%; /*calc(100% - 4px);*/
	font: inherit;
	background-color: #ffffff;
}
#searchfrom select {
	/*width: calc(100% - 55px);*/
}
/*
#searchfrom input {
	width: calc(100% - 55px);
}
*/

#searchto input2 {
	width: calc(100% + 40px);
	box-sizing: border-box;
	font: inherit;
}


#toggles {
	position: absolute;
	top: 50px;
	right: 10px;
	width: 200px;
	z-index: 900;
}

#toggles > label {
	display: block;
	line-height: 2em;
}

#hidden_svg_div {
	display: none;
}

.leaflet-container {
    background: #EBEBEC;
    outline: 0;
}

/*.leaflet-bar a.leaflet-disabled ~ .leaflet-bar a.level-control-floor {*/
/* .leaflet-bar a.level-control-floor ~ a.leaflet-disabled { */
/* a.level-control-floor ~ a.leaflet-disabled { */
.leaflet-bar a.leaflet-control-floor-disabled {
	cursor: default;
	background-color: #59c6da;;
	color: #ffffff;
}


#map .leaflet-zoom-anim .leaflet-zoom-animated.room-icon,
#map .leaflet-zoom-anim .leaflet-zoom-animated.building-label,
#map .leaflet-zoom-anim .leaflet-zoom-animated.room-label,
#map .leaflet-zoom-anim .leaflet-zoom-animated.room-label * {
	transition: transform 0.25s cubic-bezier(0,0,0.25,1),
	opacity 0.25s cubic-bezier(0,0,0.25,1),
	color 0.25s cubic-bezier(0,0,0.25,1);
}

#map .room-icon {
    /* */
    font-size: 10px;
    line-height: 12px;
    /* */
	/*
    font-size: 30px;
    line-height: 32px;
    */
	opacity: 0;

    /*
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    */
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;

    /*
    background-color: #626262;
    border-radius: 50%;
    border: 6px solid #626262;
    */
}

#map .room-icon svg {
	width: 100%;
	height: 100%;
}

#map .building-label,
#map .building-alias,
#map .room-label,
#map .shelve-label {
	background: 0;
	font-size: 10px;
	text-align: center;
	color: rgba(0,0,0,1.0); /* Use font color opacity to hide them because 'opacity' is overruled per element by Leaflet. */
	text-shadow:
	-1px -1px 0 #fff,
	1px -1px 0 #fff,
	-1px  1px 0 #fff,
	1px  1px 0 #fff;
	border: 0;
	box-shadow: none;
}

#map .building-alias {
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
	z-index: 10;
}

[data-zoom-level='15']#map .building-alias,
[data-zoom-level='16']#map .building-alias {
	font-size: 12px;
}

#map .building-label {
	color: rgba(0, 0, 0, 0.5);
	text-shadow: none;
}

#map .room-label .room-number {
	display: block;
	opacity: 0;
	line-height: 0.8em;
}

#map .room-label .room-icon {
	text-shadow: none;
	margin: 0 !important;
}

/* Icons */

#map .room-icon.fa-male,
#map .room-icon.fa-female,
#map .room-icon.fa-wheelchair {
	/*color: #c3ace4;*/
	color:#4CBAD0;
}

#map .room-icon.stairs svg,
#map .room-icon.elevator  svg {
	/*stroke: #d0b25d;
	fill: #d0b25d;*/
	/*
	stroke: #4CBAD0;
	fill:#4CBAD0;
	*/
    /*
	stroke: #ffffff;
	fill:#ffffff;
	*/

	/*
	width: 40px;
	height: 40px;
	*/
}

.fa-spin {
	-webkit-animation: fa-spin 5s infinite linear !important;
	animation: fa-spin 5s infinite linear !important;
}

/* Hide building alias at higher zoom levels */

[data-zoom-level='15']#map .building-alias, 
[data-zoom-level='19']#map .building-alias, 
[data-zoom-level='20']#map .building-alias {
	color: rgba(0,0,0,0.0);
	text-shadow: none;
}

/* Adapt building label to zoom level */

[data-zoom-level='15']#map .building-label,
[data-zoom-level='16']#map .building-label,
[data-zoom-level='18']#map .building-label.has-floors,
[data-zoom-level='19']#map .building-label.has-floors,
[data-zoom-level='20']#map .building-label.has-floors {
	color: rgba(0,0,0,0.0);
	text-shadow: none;
}

/* Adapt room label to zoom level */

[data-zoom-level]#map .room-label {
	color: rgba(0,0,0,0.0);
	text-shadow: none;
}



[data-zoom-level='19']#map .room-label,
[data-zoom-level='20']#map .room-label,
[data-zoom-level='21']#map .room-label {
	color: rgba(0,0,0,1.0);
	/*color: rgb(76, 186, 208);*/
	text-shadow:
	-1px -1px 0 #fff,
	1px -1px 0 #fff,
	-1px  1px 0 #fff,
	1px  1px 0 #fff;
}

[data-zoom-level='20']#map .room-label .room-alias,
[data-zoom-level='21']#map .room-label .room-alias {
	font-size: 1.2em;
}




[data-zoom-level='20']#map .room-label .room-number,
[data-zoom-level='21']#map .room-label .room-number {
	opacity: 1;
}

/* Adapt the room icon to the zoom level */

[data-zoom-level='18']#map .room-icon,
[data-zoom-level='19']#map .room-icon,
[data-zoom-level='20']#map .room-icon,
[data-zoom-level='21']#map .room-icon {
	opacity: 1;
}

[data-zoom-level='16']#map .room-icon.icon-stairs,
[data-zoom-level='16']#map .room-icon.icon-elevator,
[data-zoom-level='17']#map .room-icon.icon-elevator,
[data-zoom-level='17']#map .room-icon.icon-stairs  {
	opacity: 1;
}


[data-zoom-level='19']#map .room-icon {
	font-size: 10px;
}

[data-zoom-level='16']#map .room-icon,
[data-zoom-level='17']#map .room-icon,
[data-zoom-level='18']#map .room-icon {
	font-size: 16px;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
}




[data-zoom-level]#map .shelve-label {
	color: rgba(0,0,0,0.0);
	text-shadow: none;
}

[data-zoom-level='20']#map .shelve-label,
[data-zoom-level='21']#map .shelve-label,
[data-zoom-level='22']#map .shelve-label,
[data-zoom-level='23']#map .shelve-label {
	color: rgba(0,0,0,1.0);
	text-shadow:
			-1px -1px 0 #fff,
			1px -1px 0 #fff,
			-1px  1px 0 #fff,
			1px  1px 0 #fff;
}

[data-zoom-level='21']#map .shelve-label .shelve-alias,
[data-zoom-level='22']#map .shelve-label .shelve-alias,
[data-zoom-level='23']#map .shelve-label .shelve-alias {
	font-size: 1.2em;
}

[data-zoom-level='20']#map .shelve-label .shelve-alias {
	font-size:0.8em;
}




#map .property-list {
	min-width: 150px;
}

#map .property-list dt {
	display: inline-block;
	font-weight: bold;
	width: 100px;
}

#map .property-list dd {
	display: inline;
	margin: 0;
}

#map .property-list dd::after {
	content: '';
	display: block;
}

.prototype-popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.prototype-popup-window {
	max-width: 80%;
	padding: 2em;
	background: white;
	color: black;
	font: 16px/24px sans-serif;
}

.prototype-popup-window p:first-child {
	margin-top: 0;
}

.prototype-popup-window button {
	background: hsl(168, 76%, 42%);
	color: white;
	font: inherit;
	border: 0;
	padding: 0.5em 1em;
	margin: 0;
	cursor: pointer;
}

.prototype-popup-window button:hover {
	background: hsl(168, 76%, 30%);
}

.room-popup .room-title {
	position: absolute;
	top: 74px;
	left: 72px;
	transform: translate(-50%,-50%);

	display: block;
	/*
	margin-top: 20px;
	margin-right: 10px;
	*/
	text-align: center;
	vertical-align: center;
	max-width: 115px;
	max-height: 115px;

	/*
    border: 1px solid #00ff00;
     */
}

.room-popup .room-alias {
	display: block;
	font-size: 1.5em;

	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;

}

.room-popup .room-title + .room-alias::before {
	content: '(';
}

.room-popup .room-title + .room-alias::after {
	content: ')';
}


.leaflet-popup-content .room-number button,
.leaflet-popup-content .room-number button:active {
	flex: 1;
	/*font-size: 1.7em;*/
	font-style: italic;
	font-weight: bold;
	color: #59c6da;
	border: 0;
	/*border-radius: 50% 50% 50% 50%;*/
	border-radius: 1em 1em 1em 1em;

	background: #ffffff;

	/*width: 90px;*/
	height: 2em;

	/*font: inherit;*/
	margin: 1em 0 0 0;
	padding: 0.5em; /*8px;*/
	cursor: pointer;

	outline: none;
	/* /
	border: 1px solid #FF0000;
	/* */
}

.leaflet-popup-content .room-number button:hover {
	color: #ffffff;
	background: #626262;
}




.leaflet-popup-content .button-group {
	position: absolute;
	top: 131px;/*140px;/*210px;*/
	left: 60px;/*60px;/*95px;*/
	width: 90px;/*87px;/*125px;*/
	height: 65px;/*57px;/*75px;*/
	text-align: center;
	/*vertical-align: center;*/
	/*
	border: 1px solid #FFFF00;
	 */
    border-radius: 50% 0 50% 50%;

	/*
	margin: 13px -19px -13px -19px;
	border-top: 1px solid #eee;
	display: flex;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	min-width: 150px;
	*/
}

.leaflet-popup-content .button-group button,
.leaflet-popup-content .button-group button:active {
	flex: 1;
	font-size: 1.7em;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	border: 0;
    border-radius: 50% 0 50% 50%;

	background: transparent;

	width: 90px;/*87px;*/
	height: 65px;/*57px;*/

	/*font: inherit;*/
	margin: 0;
	padding: 8px;
	cursor: pointer;

    outline: none;
	/* /
	border: 1px solid #FF0000;
	/* */
}


.leaflet-popup-content .button-group button:c {

}


/*
.leaflet-popup-content .button-group button:first-child {
	border-left: 0;
}

.leaflet-popup-content .button-group button:hover {
	background: #eee;
	color: #c3c3c3;
}
*/


/* popup  customisation*/

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: -77px;/*-140px;/*-75px;*//*-115px;*/
	padding-right: 245px;/*155px;/*230px;*/

    margin-top: 45px; /* pakt ie niet lijkt het ...*/
    margin-left: 45px;

    width: 193px;
    height: 200px;
    background-image: url("../images/popup_193x200.png");
    background-repeat: no-repeat;


    /*
    border: 1px solid #00FFff;
    */
}
.leaflet-popup-content-wrapper {
	/*padding: 1px;
	text-align: left;
	border-radius: 12px;*/
	border: none;


    /*
    border: 1px solid #FF0000;
     */
    border-radius: 70px;
    width: 140px;
    height: 140px;

}
.leaflet-popup-content {
	margin: 26px 12px;
	line-height: 1.4;
	width: 110px;/*132px;/*200px;*/ /*180px;*/
	height: 90px; /*170px;/*255px;*//*240px;*/

    /*
	border: 1px solid #3388ff;
	 */
}
.leaflet-popup-content p {
	margin: 18px 0;
}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px 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,
.leaflet-popup-tip {
	background: transparent;
	color: #fff;
	/*box-shadow: 0 3px 14px rgba(0,0,0,0.4);*/
    box-shadow: none;
}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 10px;
	right: 352px;/*262px;/*395px;*/
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #fff;/*#c3c3c3;*/
	text-decoration: none;
	font-weight: bold;
	background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #c3c3c3; /*#999;*/
}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}





/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar_info {
	visibility: hidden; /* Hidden by default. Visible on click */
	/*min-width: 250px;/*250px; /* Set a default minimum width */
	width: calc(100% - 90px);
	/*max-width: 60%;/*250px; /* Set a default minimum width */
	/*margin-left: calc(50% - 135px); /*125px; /*-125px; /* Divide value of min-width by 2 */
	margin-left: 30px;
	background-color: #cce8f4;/*#333; /* Black background color */
	color: #407199;/*#fff; /* White text color */
	font-size: 1.5em;
	line-height: normal;
	text-align: center; /* Centered text */
	border-radius: 6px; /* Rounded borders */
	border-width: 2px;
	border-style: solid;
	border-color: #a4c0cb;
	padding: 16px; /* Padding */
	position: fixed; /* Sit on top of the screen */
	z-index: 99999; /* Add a z-index if needed */
	/*left: 50%; /* Center the snackbar */
	bottom: 35px; /* 30px from the bottom */
}


/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar_succes {
	visibility: hidden; /* Hidden by default. Visible on click */
	/*min-width: 250px;/*250px; /* Set a default minimum width */
	width: calc(100% - 90px);
	/*max-width: 60%;/*250px; /* Set a default minimum width */
	/*margin-left: calc(50% - 135px); /*125px; /*-125px; /* Divide value of min-width by 2 */
	margin-left: 30px;
	background-color: #def2d6;/*#333; /* Black background color */
	color: #4d6145;/*#fff; /* White text color */
	font-size: 1.5em;
	line-height: normal;
	text-align: center; /* Centered text */
	border-radius: 6px; /* Rounded borders */
	border-width: 2px;
	border-style: solid;
	border-color: #c2cfb9;
	padding: 16px; /* Padding */
	position: fixed; /* Sit on top of the screen */
	z-index: 99999; /* Add a z-index if needed */
	/*left: 50%; /* Center the snackbar */
	bottom: 35px; /* 30px from the bottom */
}


/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar_error {
	visibility: hidden; /* Hidden by default. Visible on click */
	/*min-width: 250px;/*250px; /* Set a default minimum width */
	width: calc(100% - 70px);
	/*max-width: 60%;/*250px; /* Set a default minimum width */
	/*margin-left: calc(50% - 135px); /*125px; /*-125px; /* Divide value of min-width by 2 */
	margin-left: 20px;
	background-color: #ebc8c4;/*#333; /* Black background color */
	color: #99332e;/*#fff; /* White text color */
	font-size: 1.5em;
	line-height: normal;
	text-align: center; /* Centered text */
	border-radius: 6px; /* Rounded borders */
	border-width: 2px;
	border-style: solid;
	border-color: #bb9896;
	padding: 16px; /* Padding */
	position: fixed; /* Sit on top of the screen */
	z-index: 99999; /* Add a z-index if needed */
	/*left: 50%; /* Center the snackbar */
	bottom: 35px; /* 30px from the bottom */
}


/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar_info.show,
#snackbar_succes.show,
#snackbar_error.show {
	visibility: visible; /* Show the snackbar */
	/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
	-webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
	animation: fadein 0.5s, fadeout 0.5s 4.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 35px; opacity: 1;}
}

@keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 35px; opacity: 1;}
}

@-webkit-keyframes fadeout {
	from {bottom: 35px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
	from {bottom: 35px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
}




#gd_map_button_pos0 {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 34px;
	height: 34px;
	z-index: 500;
	font: 12px Sans;
}

#gd_map_button_pos1 {
	position: absolute;
	top: 52px;
	right: 10px;
	width: 34px;
	height: 34px;
	z-index: 500;
	font: 12px Sans;
}

#gd_map_button_pos2 {
	position: absolute;
	top: 94px;
	right: 10px;
	width: 34px;
	height: 34px;
	z-index: 500;
	font: 12px Sans;
}

#gd_map_low_button_bottom_center_pos {
	position: absolute;
	bottom: 1px;
	left: 50%;
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 34px; /*116px; --100px;*/
	height: 24px;
	z-index: 1500;
	font: 12px Sans;
}

#gd_map_low_button_top_center_pos {
	position: absolute;
	top: -12px; /*2px;*/
	left: 50%;
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 34px; /*116px; --100px;*/
	height: 24px;
	z-index: 1500;
	font: 12px Sans;
}

#gd_map_bar_button_bottom_center_pos {
	position: absolute;
	bottom: 1px;
	left: 50%;
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 34px; /*116px; --100px;*/
	height: 34px;
	z-index: 1500;
	font: 12px Sans;
}

#gd_map_bar_button_top_center_pos {
	position: absolute;
	top: -17px; /*2px;*/
	left: 50%;
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 34px; /*116px; --100px;*/
	height: 34px;
	z-index: 1500;
	font: 12px Sans;
}

.gd_map_button_border {
	position: absolute;
	top: 0px;
	right: 0px;
	border: 2px solid rgba(0,0,0,0.2);
	border-radius: 4px;
	width: 30px;
	height: 30px;
}

.gd_map_low_button_border {
	position: absolute;
	top: 0px;
	right: 0px;
	border: 2px solid rgba(0,0,0,0.2);
	border-radius: 4px;
	width: 30px;
	height: 20px;
}

.gd_map_button{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 28px;
	height: 28px;
	z-index: 100;
	border: 1px solid #fff;
	border-radius: 2px;
	background:#fff;
}

.gd_map_button:hover{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 28px;
	height: 28px;
	z-index: 100;
	border: 1px solid #f4f4f4;
	border-radius: 2px;
	background:#f4f4f4;
	cursor: pointer;
}

.gd_map_low_button{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 28px;
	height: 18px;
	z-index: 100;
	border: 1px solid #fff;
	border-radius: 2px;
	background:#fff;
}

.gd_map_low_button:hover{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 28px;
	height: 18px;
	z-index: 100;
	border: 1px solid #f4f4f4;
	border-radius: 2px;
	background:#f4f4f4;
	cursor: pointer;
}


.gd_map_button_search {
	background:#fff url(../images/button_search.png) no-repeat 0 0;
	background-position: 50% 50%;
	background-size:26px 26px;
}
.gd_map_button_search:hover {
	background:#f4f4f4 url(../images/button_search.png) no-repeat 0 0;
	background-position: 50% 50%;
	background-size:26px 26px;
}

.gd_map_button_search_no {
	background:#fff url(../images/button_search_no.png) no-repeat 0 0;
	background-position: 50% 50%;
	background-size:26px 26px;
}
.gd_map_button_search_no:hover {
	background:#f4f4f4 url(../images/button_search_no.png) no-repeat 0 0;
	background-position: 50% 50%;
	background-size:26px 26px;
}

.gd_map_button_bar_up {
	background:#fff url(../images/button_bar_up.png) no-repeat 0 0;
	background-position: 50% 50%;
	background-size:26px 26px;
}
.gd_map_button_bar_up:hover {
	background:#f4f4f4 url(../images/button_bar_up.png) no-repeat 0 0;
	background-position: 50% 50%;
	background-size:26px 26px;
}

.gd_map_button_bar_down {
	background:#fff url(../images/button_bar_down.png) no-repeat 0 0;
	background-position: 50% 50%;
	background-size:26px 26px;
}
.gd_map_button_bar_down:hover {
	background:#f4f4f4 url(../images/button_bar_down.png) no-repeat 0 0;
	background-position: 50% 50%;
	background-size:26px 26px;
}

.gd_map_low_button_bar_up {
	background:#fff url(../images/button_low_bar_up.png) no-repeat 0 0;
	background-position: 50% 50%;
	background-size:26px 16px;
}
.gd_map_low_button_bar_up:hover {
	background:#f4f4f4 url(../images/button_low_bar_up.png) no-repeat 0 0;
	background-position: 50% 50%;
	background-size:26px 16px;
}

.gd_map_low_button_bar_down {
	background:#fff url(../images/button_low_bar_down.png) no-repeat 0 0;
	background-position: 50% 50%;
	background-size:26px 16px;
}
.gd_map_low_button_bar_down:hover {
	background:#f4f4f4 url(../images/button_low_bar_down.png) no-repeat 0 0;
	background-position: 50% 50%;
	background-size:26px 16px;
}


.awesomplete > ul i {
	font-size: 75%;
}

.awesomplete > ul b {
	font-size: 75%;
}
