@font-face {
    font-family: "Brother1816";
    src: url("../fonts/brother-1816-book.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Brother1816";
    src: url("../fonts/brother-1816-bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: "ITCAvantGarde";
    src: url("../fonts/itc-avant-garde-gothic-bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal
}

g#Stores > * {
    fill: #b2e4c5;
}

#Stores > .butikHighlight {
    fill: #fc5050 !important;
}

h1 {
    font-family: 'ITCAvantGarde', sans-serif;
}

li.kategori.head {
   /* width: 100%;*/
}


#storeinfo h1 {
    color: #FFF;
    font-size: 60px;
    font-weight: bold;
}


html {
    width: 1920px;
    height: 1080px;
    overflow: hidden;
}

.butikHighlight {
    display: block!important;
    fill: #fc5050;

}

div#storeinfo {
    display:none;
}

div#storeinfo h1 {
        word-break: break-all;
}

div#storeinfo a {
    display: none;
}

path#Vector, path#restroom_area {
    fill: none;
}

html.preview {
    background: #FFF;
}

div#logo {
    background-image: url(../images/logo.svg);
    width: 100%;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 320px;
}

html, body {
    background: #3d3d3b;
    color: #FFF;
}

body {
	font-family: 'Brother1816',sans-serif;
	font-size: 15px;
	width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
	
	/*
	SCROLL
	*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}



#icons ul li.result {
	
	display: inline-block!important;
	
}

#icons ul li.result.selected {
	
	background: #c5e1e2;
	color: #333;
	
}

#icons ul li {
    background: #323433;
    width: 120px;
    text-align: center;
    padding: 10px 10px 15px 10px;
    height: 80px;
    margin-right: 8px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 0;
    font-size: 16px;
}

#icons ul {
    width: 1060px;;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


#icons ul li img {
    width: 44px;
}

#icons ul li span {
    display: block;
    color: #FFF;
}

div#icons {
    width: 1370px;
    position: absolute;
    left: 540px;
    padding: 0px;
    bottom: 5px;
    z-index: 99999999;
}

span.butiksnummer img {
    width: 25px;
	    opacity: 0.3;
}

svg {
    max-width: 107%;
    max-height: 100%;
    display: block;
    height: 1000px;
    margin: auto;
    filter: drop-shadow(2px 4px 11px rgba(0 0 0 / 50%));
    /* color: rgba(0 0 0 / 77%); */
}

.hidden {
	
	display: none!important;
}

div#controls {
	display:none;	
}

#explain .alert {
    color: #FFF;
	background: #323433;
	padding: 10px;
	margin-top: 10px;
}



#explain img {
    height: 110px;
    width: auto;
}

#explain .pin img {
    height: 32px;
}

p {
    margin: 0;
    padding: 0;
}

.youarehere {
	
	color: #EEE;
}

div#welcome {
    position: absolute;
    left: 0;
    right: 470px;
    text-align: center;
    top: 470px;
   
}

div#extra {
    position: relative;
    float: left;
    margin-top: 600px;
    margin-left: -795px;
    width: 450px;
    font-size: 17px;
}
div#extra div {
	padding: 10px;
    background: #EEE;
}

div#welcome h1 {
	font-size: 80px
}

#myMaps {
	/*visibility: hidden;	*/
}


h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;	
	font-weight: normal;
}

h1 {
    font-size: 44px;
}

h2 {
	font-size: 34px;	
}

h3 {
	font-size: 28px;	
}
h4 {
	font-size: 22px;	
}
h5 {
	font-size: 18px;	
}

.box {
    border: solid 1px #d6d6d6;
    padding: 5px;
    display: block;
    text-align: center;
    margin: 5px 0px 5px 0px;
}

.box h3 {
	font-size: 20px;
}

span.butiksnummer {
    float: right;
    color: #acacac;
}




/**
SCROLLBAR
*/
::-webkit-scrollbar {
    width: 25px;
    background: #FFF;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 0;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	 background: #585858;
}



ul, li {
	list-style-type: none;
	display: inline-block;
}

ul {
    padding: 0;
    margin: 0;
}

div#left {
    float: right;
    width: 470px;
    height: 980px;
}


path.directionPath0, path.directionPath1, path.directionPath2, path.directionPath3, path.directionPath4, path.directionPath5, path.directionPath6 {
    stroke-linecap: round;
    stroke-dasharray: 8!important;
}


div#scroll {
    overflow: auto;
    height: 960px;
}




ul#kategorier {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 5px;
    width: 435px;
}


li.kategori {
    padding: 10px;
    background: #4d4d4d;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 5px;
    border: solid 2px #ffffff3d;
    width: calc(50% - 29px);
    margin-right: 5px;
    font-size: 13px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    height: 25px;
}
li.kategori.head {
    /*font-weight: bold;
    width: 100%;
    text-align: center;*/
}

.butikHighlight {
	
	display: block!important;
	
}

.symboler {
    display: flex;
    flex-direction: column;
}

.symboler > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
}

div.symboler > div div {
    padding: 10px;
    font-weight: bold;
}

#explain .symboler img {
    width: 40px;
    height: 40px;
}

div#explain .pin {
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

div#explain {
    position: absolute;
    /* float: left; */
    /* margin-top: 530px; */
    /* margin-left: -1380px; */
    /* display: none; */
    /* font-size: 13px; */
    top: 590px;
    left: 50px;
}
li.result.selected span.butiksnummer {
    color: #FFF;
}

li.result {
    display: block;
    margin: 5px;
    padding: 10px;
    width: 100%;
    background: #323433;
    color: #FFF;
}

li.selected {
    background: #cd1532;
    color: #FFF;
}

ul#result {
    width: 410px;
}


.logo {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
}

#myMaps {
    height: 1080px;
    width: 1460px;
    float: left;
    margin-right: -40px;
    margin-top: -20px;
}
div#storeinfo {
    float: left;
    margin-left: 33px;
    width: 1370px;
    margin-top: 10px;
    font-size: 17px;
    text-align: center;
}

div#storeinfo img {
	max-width:100%;
}



#controls {
    background-color: lightGrey;
    height: 50px;
    width: 30%;
    z-index: -1;
    position: absolute;
    bottom: 0;
    /* display: none; */
    right: 0;
	    z-index: 999999999;
}

g.startPin path {
    fill: #fd5050!important;
    stroke: #c93131!important;
}
/*
div#mapLoading {
	font-size: 10em;
	left: 50px;
	position: absolute;
	top: 60px;
	z-index: -1;
}
*/
.debugPath {
	stroke: orange;
	stroke-width: 5;
}

.debugRoom {
	fill: red;
	stroke: red;
	stroke-width: 4;
}

.wayfindingRoom {
	fill: #ffc;
	stroke: blue;
	stroke-width: 2;
	stroke-dasharray: 5 3;
}

g.startPin path {
	fill: cyan;
}

g.destinationPin path {
	/*fill: green;*/
}

path.directionPath0, path.directionPath1, path.directionPath2, path.directionPath3, path.directionPath4, path.directionPath5, path.directionPath6 {
	stroke-linecap: round;
}

#W1, #W2, #W3, #W4, #W5, #W6 {
	
	display: block;
	
}