


html, body, #mapTag {
	margin: 0px;
	width: 100%;
	height: 100%;
	display: -ms-flexbox; /* Internet Explorer */
	display: -webkit-flex; /* Safari */
	display: flex;
	overflow: hidden;
	overflow-y:hidden;
	overflow-x:hidden;	
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently                               supported by Chrome, Edge, Opera and Firefox */
}
.scrollbar {
    background-color: #F5F5F5;
    float: left;
    height: 300px;
    margin-bottom: 25px;
    margin-left: 22px;
    margin-top: 40px;
    width: 65px;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
} 
::-webkit-scrollbar-thumb {
    background-color: #00000036;
	    border-radius: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
	    border-radius: 5px;
}
.scrollstyle1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
	    border-radius: 5px;
}
.scrollstyle2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
	margin-top: 9px;
	margin-bottom: 7px;
	    border-radius: 5px;
}

#profile_selector {

    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    height: 100%;
    width: 100%;
	display: none;
}

#profile_selector_container {
    width: 300px;
    position: absolute;
    top: calc(50% - 200px);
    left: calc(50% - 150px);
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	border-radius: 15px;
	padding: 5px;
	box-shadow: 1px 1px 4px 0px #888888;
	background: linear-gradient(white, #ECECEC);
	opacity: 0.95;
}

.profile-item {
    width: 250px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
	margin-bottom: 15px;
	border: 3px solid purple;
}

.profile-item:hover {
	border-color: black;
}

.current {
	background: #ddc6dd;
}

.divBtnTools {
	
	float: right; 
	width: 50px; 
	margin-right: -9px; 
	margin-left: -9px;
	margin-top: -23px; 
	display: block; 
	text-align: center;
	pointer-events: none;

}

.drawColour {
	display: inline-table; 
	height: 15px; 
	width: 15px;
	border-radius: 4px;
	box-shadow: 1px 1px 1px grey;
	margin: 1px;
}

.drawColourSelected {
	display: inline-table; 
	height: 15px; 
	width: 15px;
	border-radius: 4px;
	box-shadow: none;
	margin: -1px;
	border: #333333;
    border-width: 2px;
    border-style: solid;
}

.drawColour:hover {
	margin: -1px;
	border: grey;
    border-width: 2px;
    border-style: solid;
	box-shadow: none;
}

.drawControl {
	height:30px; 
	width:30px;
	margin: 2px;
}

.drawLineControl{
	height: 14px;
	width:60px;
}

.drawLineControl:hover {
	margin: -2px;
	border: grey;
    border-width: 2px;
    border-style: solid;
	border-radius: 10px;
}

.drawLineControlSelected {
	margin: -2px;
	border: #333333;
    border-width: 2px;
    border-style: solid;
	border-radius: 10px;
	height: 14px;
	width: 60px;
}

.drawScopeControlSelected {
	font-size: 11px;
	padding: 3px;
	border: #333333;
    border-width: 2px;
    border-style: solid;
	border-radius: 12px;
}

.drawScopeControl {
	font-size: 11px;
	padding: 3px;

}

.drawScopeControl:hover {
	font-size: 11px;
	padding: 3px;
	border: grey;
    border-width: 2px;
    border-style: solid;
	border-radius: 12px;
}

.drawControlSelected {
	margin: -1px;
	border: black;
    border-width: 3px;
    border-style: solid;
	border-radius: 20px;
	height:30px; 
	width:30px;
}

.drawControl:hover {
	margin: 0px;
	border: grey;
    border-width: 2px;
    border-style: solid;
	border-radius: 20px;
}

#divDrawPopup, #divXYPopup, #divDrawHelp {

	position: absolute;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;	
    background: rgba(239, 239, 239, 0.95);
	box-shadow: 5px 5px 5px grey;
	display: none;
	padding: 15px;
	border-radius: 5px;
	top:120px;
	right: 15px;
	width: 150px;
	height: auto;
	pointer-events: all;
	user-select: none;
	
}

.toolsImg {
	height: 27px;
	width: 27px;
	margin-top: 3px;
	text-align: center;
	pointer-events: all;
}

.toolTip {
	visibility: hidden; 
	overflow: hidden; 
	height: 14px;
	font-family: 'Roboto', sans-serif;
    font-size: 10px;
	background-color: lightgrey;
	border-radius: 6px;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.25);
}

#divNews {
	
	width: 50%;
	min-width: 250px;
    max-width: 600px;
	max-height: 85%;
	box-shadow: 1px 1px 4px 0px #888888;
    padding: 20px 20px 20px 20px;
    background: rgba(255, 255, 220, 0.8);
	border-radius: 6px;
	margin: auto;
	margin-top: 20px;
	border-width: 2px;
	border-style: solid;
	border-color: #888888;
	font-family: 'Roboto', sans-serif;
    font-size: 13px;
	text-align: justify;
	line-height: 1.5;
	overflow: auto;
}

#canvasContainer {
	height: 100%;
	position:fixed;
	width: 100%;
    background: rgba(255, 255, 255, 0.8);
	font-family: 'Roboto', sans-serif;
    font-size: 13px;
	text-align: justify;
	overflow: hidden;
}

#signatureCanvas {
	border-radius: 6px;
	border:1px dotted #888888;
	margin: auto;
	margin: 5px;
	position: relative;
	pointer-events: stroke;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

#print_overlay {
	position: absolute;
	left: 230px;
	top: 0px;
	width: Calc(100% - 200px);
	height: 100%;
	opacity: 0.7;
	background-color: white;
	mix-blend-mode: hard-light;
	pointer-events: none;
	display: none;
}

#report_overlay, #oblique_overlay{
	position: absolute;
	left: 378px;
	top: 0px;
	width: calc(100% - 378px);
	height: 100%;
	opacity: 0.99;
	background-color: #ffffff;
	display: none;
	z-index: 99999;
}

#report_frame, #oblique_frame {
	margin: auto;
	text-align: center;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	border: none;
	padding-left: 0px
}

#print_area {
	position: absolute;
	left: Calc(40% - 200px);
	top: Calc(40% - 250px);
	width: 400px;
	height: 500px;
	border: solid 1px black;
	background-color: gray;
	pointer-events: none;
	display: block;
}

#print_margin {
	position: absolute;
	left: Calc(40% - 220px);
	top: Calc(40% - 275px);
	width: 440px;
	height: 550px;
	border: dotted 1px black;
	background-color: none;
	pointer-events: none;
	display: block;
}

#print_controls {
	padding-top: 30px;
	padding-left: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 210px;
	height: 100%;
	opacity: 0.9;
	background: white;
	display: none;
}

.print_label {
	margin-top: 2px;
	height: 18px;
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	user-select: none;
}

.print_select {
	float: right;	
    margin-right: 20px;
    border-width: 0px;
    outline-width: 0px;
    border-radius: 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    padding: 2px 0px 2px 5px;
    background: rgba(255, 255, 255, 1);
    width: 120px;
    box-shadow: 1px 1px 4px 0px #888888;
}
	
.print_input {
	float: right;	
    margin-right: 20px;
    border-width: 0px;
    outline-width: 0px;
    border-radius: 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    padding: 2px 0px 2px 5px;
    background: rgba(255, 255, 255, 1);
    width: 50px;
    box-shadow: 1px 1px 4px 0px #888888;
}

.print_input:disabled {background: rgba(240, 240, 240, 1);}

.print_check {
	float: right;	
    margin-right: 60px;
    border-width: 0px;
    outline-width: 0px;
    border-radius: 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    padding: 2px 0px 2px 5px;
}

div.map-tool { pointer-events: all; }
	
textarea { resize: none; }

@media print {
  body * {
    visibility: hidden;
  }
  #section-to-print, #section-to-print * {
    visibility: visible;
  }
  #section-to-print {
    position: absolute;
    left: 0;
    top: 0;
  }
}

#section-to-print {
	width: 100%;
	height: 100%;
	position: absolute;
  }

*.unselectable {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;
   
}

::-ms-clear { display: none; }

#mapTag {
	position:relative;
	z-index: 0;
	top: 0px;
	height: 100%;
	-ms-touch-action: none;
}

a, img {
	border: none;
}

#save-log {
	position: absolute;
    width: 100%;
    height: 100%;
	display : none;
	pointer-events: none;
	z-index: 99999;
	background: white;
	font-family: 'Roboto', sans-serif;
  	font-size: 12px;
}

#image-viewer {
	position: absolute;
    width: 100%;
    height: 100%;
	display : none;
	pointer-events: none;
	z-index: 99999;
	background: white;
	
}

div.olControlZoom {
	right: 10px;
	margin-left: auto;
	margin-top: auto;
	top: calc(100% - 60px);
	width: 24px;
	display: none;
}

.EditInputBoxTitle {
	margin-top: 4px;
	margin-left: 4px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-style: italic;
	width: 94%;
	/*max-width: 180px;*/

}

.EditInputBox {
	margin-top: 4px;
	margin-left: 4px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	width: 94%;
	/*max-width: 180px;*/

}

.input_control {
	border-radius : 0.5px;
	box-sizing: content-box; 
	border-width : 0px;
	border-bottom-width : 1px;
	border-bottom-color : #b7b7b7;
	transition: 0.2s;
	padding-left: 2px;
	padding-right: 2px;
	outline: none;
	margin-top: 4px;
	margin-left: 4px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	min-width: 100px;
	max-width: 181px;

}

.input_control:focus {
	border-bottom-color : #212121;
	

}

.arrow_box {
	position: relative;
	/* background: #207cca; /*
	/* border: 4px solid #c2e1f5; */
	width: 20px;
	left: -20px;
}
.arrow_box:after, .arrow_box:before {
	right: 95%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: rgb(193, 27, 56); 
	border-width: 18px;
	margin-top: -18px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: rgb(193, 27, 56); 
	border-width: 18px;
	margin-top: -18px;
}


/* Turn on GPU support where available */
.olTileImage {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
}

.olFramedCloudPopupContent {
	overflow: hidden;
}

/* Tile fade animation */
.olLayerGrid .olTileImage {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}


div.floorClass {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	margin-left: 10px;
	padding: 8px;
}

input.inputCheck {
	display: none;
	
}


div.SubEditContainer {
	margin-left: 2px;
	margin-right: 3px;
	
	
	
	
	margin-top: 11px;
    margin-bottom: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    background: #d8d0b8;
    /*border-radius: 5px;*/
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.25);

	
}

#WaitForIt {
	opacity: 1;
	left: 0px;
	top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(255,255,255,0.8);
    z-index: 999999;
    transition: ease 0.2s;
    pointer-events: none;
}

#MainSpinner {
	left: calc(50% - 39px);
	top: calc(50% - 39px);
	position: absolute;
}

#MainSpinnerText {
    left: calc(50% - 100px);
    width: 200px;
    height: 100px;
    top: calc(50% + 25px);
    background: rgba(255,255,255,0.7);
    position: absolute;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    border-radius: 10px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
}

div.SubEdit{
    /* margin-top: 10px; */
    margin-bottom: 4px;
    font-family: 'Roboto', sans-serif;
    background: #eae6d8;
    padding-top: 5px;
	padding-bottom: 5px;
	    padding-left: 7px;
	   padding-right: 7px;
	max-width: 187px;
    font-size: 12px;
	border-bottom: 1px #00000030 solid;
}

#mrqSearch {
	position: absolute;
	left: 180px;
	top: 28px;
	width: 120px;
	height: 24px;
	z-index: 20000;
	background-color: transparent;
	visibility: hidden;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

#ThemeList {
	overflow-y:scroll;
	overflow-x:hidden;
	height: 500px;
	height: calc(100% - 92px);
	
	
}

#ThemeFooter {
	background: #c3c3c3;;
	height : 41px;
	pointer-events:none;
	
}
#brugerinfo {
	z-index: 20000;
	pointer-events:all;
	cursor: pointer ;
	z-index: 20002; 
	position: absolute; 
	bottom: 21px; 
	left: 11px;
	font-family: 'Roboto', sans-serif; 
	font-size: 10px; 
	color: black; 
	text-shadow: 1px 1px #ffffff;
	
}

#hideleftsidebar {
    left: 352px;
    height: 15px;
    position: absolute;
    width: 15px;
    bottom: 11px;
	
}

#versionTag {
	z-index: 20000;
	pointer-events:all; 
	cursor: pointer ;
	z-index: 20002; 
	text-shadow: 1px 1px #FFFFFF; 
	font-family: 'Roboto', sans-serif; 
	font-size: 10px; 
	color: black; 
	position: absolute; 
	bottom: 14px; 
	left: 11px; 
}

#user_tag {

	display: table-cell;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#profile_tag {

	display: table-cell;
	padding-left: 5px;
}

#background2 {
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 0%;
    max-width: 378px;
    bottom: 8px;
	z-index: 18000;
	background: #f6f6f6;
	transition: ease 0.5s;
	overflow-y:hidden;
	overflow-x:hidden;

}

#titleText {
position: absolute;
    top: 47px;
    text-align: center;
    left: 10px;
    z-index: 19000;
    padding: 0.5em 0.5em 0.5em 0.5em;
    font-family: Arial;
    font-size: 16px;
    font-style: inherit;
    display: none;
    pointer-events: none;
    color: #FFE200;
    text-shadow: 0px 0px 10px #960202;
    font-weight: bold;
}

#EditorStatus {
font-family: Arial;
position: absolute;
z-index: 999999;
left: calc(50% - 50px);
min-width: 100px;
text-align: center;
top: 25%;
background-color: bisque;
padding: 7px;
font-size: 13px;
border-radius: 5px;
display: none;
}


#theinput {
	-webkit-appearance: none;
    border-width: 0px;
    outline-width: 0px;
    border-radius:6px;
    font-family: 'Roboto', sans-serif;
  	font-size: 12px;
  padding: 9px 0px 9px 35px;
  background: rgba(255, 255, 255, 0.96);
  height: 16px;
      box-shadow: 1px 1px 4px 0px #888888;
}



#thelist, #thepseudolist {

	position:relative;
	padding:8px 8px;
	left:0px;
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border:2px solid rgb(193, 27, 56);
	background-color:rgb(193, 27, 56);
    color:#fafafa;
    font-family: 'Roboto', sans-serif;
  	font-size: 16px;
}

#thelist, #theinput {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
}

#ExtraInfo {
	position: absolute;
	right: 15px;
	bottom: 5px;
	width: 400px;
	z-index: 20000;
	padding: 0.5em 0.5em 0.5em 0.5em;
	font-family: Arial;
	font-size: 13px;
	display: none;
	text-align: right;
}
#reportError {
	position: absolute;
	right: 15px;
	bottom: 5px;
	width: 50px;
	z-index: 20000;
	padding: 0.5em 0.5em 0.5em 0.5em;
	font-family: Arial;
	font-size: 13px;
	text-align: center;
	display: none;
}
#divSettingsButton {
	position: absolute;
	left: 15px;
	bottom: 5px;
	width: 50px;
	z-index: 20000;
	display: none;
}

#spanAdresse {
	font-family: Arial;
	font-size: 15px;
	z-index: 19999;
	background-color: rgb(255,255,255); 
	background-color: rgba(255,255,255, 0.8);
	padding: 2px 10px 10px 2px;
}

#lblAdresse {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	bottom: 50px;
	height: 67px;
	width: 400px;
	z-index: 19999;
	display: none;
	overflow: hidden;
}

#divSettings {
	position: absolute;
	left: 15px;
	bottom: 40px;
	width: 150px;
	height: 67px;
	font-family: Arial;
	font-size: 11px;
	z-index: 20000;
	background-color: #F0F3F7;
	padding: 0.5em 0.5em 0.5em 0.5em;
	box-shadow: 3px 3px 3px #888888;
	display: none;
}
#reportErrorPopup {
	padding: 0.5em 0.5em 0.5em 0.5em;
	font-family: Arial;
	font-size: 13px;
	vertical-align: middle;
	background-color: beige;
}

.signatureButton {
	    outline-width: 0px;
		width: 75px;   
		margin: 5px;
		background: rgba(200, 200, 200, 0.8); 
		height: 28px;  
		border-radius: 10px;        
		font-weight: bold;
		font-family: 'Roboto', sans-serif;    
		font-size: 12px	
}


#thebutton {
	width: 50px;
	background: rgb(193, 27, 56);
	border: 0px;
	height: 28px;
	color: white;
	border-radius: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	padding-top: 2px;
}

#saveComment, #EditComment, #DeleteComment, #buttonSaveCookie {
	background: rgb(193, 27, 56);
	border: 0px;
	height: 28px;
	color: white;
	border-radius: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	padding-bottom: 2px;
 	margin-bottom: 10px;
 	margin-left: 10px;
	margin-top: 2px;
	outline-width: 0px;
	background: #b11818;
}	

#saveComment {
	float: right;
	margin-right: 10px;
}


#closeComment2 {
	margin-top: 12px;
}

#nextErrorButton {
	position: absolute;
	top: 50%;
	left: calc(50% - 100px);
	width: 200px;
	background: #b11818;
	color: white;
	border: 0.5px;
	padding: 5px;
	color: white;
	border-radius: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

#closeComment, #lukSignaturer, #closeComment2, #CloseLoginButton {
	width: 21px;
	background: rgb(193, 27, 56);
	border: 0.5px;
	padding: 5px;
	/*height: 20px;*/
	color: white;
	/*border-radius: 10px;*/
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	margin-top: -3px;
	/*margin-bottom: 5px;*/
	float: right;
	
}

#LoginContainer {
	height: calc(100% - 40px);
	width: calc(100% - 40px);
	background: rgba(255,255,255,0.98);
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	padding: 20px;	
	display: none;
	z-index: 5000000;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow-y: scroll;
}



#btnCloseABC {
	width: 130px;
	background: rgb(193, 27, 56);
	border: 0px;
	height: 28px;
	color: white;
	border-radius: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	padding-top: 2px;
	left: calc(50% - 65px);
	position: absolute;
	display: block;
	top: 15px;
}

img.attachedImage {
	cursor:pointer;
	max-width:100px;
	max-height:100px;
	box-shadow: 1px 1px 1px grey;
	border-radius: 3px;
	margin: 3px;
}

img.attachedSignature {
	cursor:pointer;
	margin-top: 2px;
}

img.layerCheckbox {
	display: none;
	position: relative;
    height: 15px;
    float: right;
	background: whitesmoke;
}
img.layerCheckboxMain {
	display: none;
	position: relative;
    height: 15px;
    float: right;
}

div.touchSearchResult {
cursor: pointer;
    /* padding: 12px; */
    padding-top: 10px;
    padding-bottom: 10px;
    left: 17px;
    position: relative;
    padding-left: 13px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    border-bottom: 1px solid #D8D6D6;
}

img.SearchResultImage {
    width: 22px;
    position: absolute;
}

img.expand {
	width : 13px;
	margin-top: 2px;
    float: right;
}

div.touchSearchResultHeader {
	cursor: pointer;
	padding: 12px;
	font-family: 'Roboto', sans-serif;
	/*background: #e6e6e6;*/
	/*box-shadow: 1px 1px 4px 0px #888888;*/
	font-size:12px;
	border-bottom: 2px solid #cfcfcf;
}


#divActiveFloor {
	display: inline;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	vertical-align: top;
}

#loadScreen {
	position: absolute; 
	height: 100%; 
	width: 100%; 
	z-index: 10000000; 
	transition: 0.05s; 
	background: white;
	pointer-events: none;
}

#temaforklaring {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    z-index: 10;
	opacity: 0;
	position: absolute;
	padding: 20px;
	transition: 1s ease;
	pointer-events: none;
}


.bubble {
    position: relative;
    background: #FFFFFF;
    color: #000000;
    box-shadow: 1px 1px 5px 0px #A3A3A3;
    
    min-width: 200px;
	max-width: 400px;
    min-height: 120px;
	max-height: 600px;
    border-radius: 10px;
    padding: 0px;
	
}
.bubble:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: transparent #9999997a;
    border-width: 20px 20px 20px 0;
    /*top: 41px;*/
    left: -20px;
    margin-top: -20px;
}


#SearchResultsContainer, #searchStatus {
	
	opacity: 0;
    cursor: pointer;
    pointer-events: all;
    z-index: 19999;
    top: 52px;
    left: 9px;
    min-width: 354px;
	max-width: 319px;
    height: auto;

    max-height: calc(100% - 130px);
    position: absolute;
    z-index: 10000;
   
    padding-right: 15px;
    padding-top: 6px;

    height: 0%;
    background: #f6f6f6;
    /* background: rgba(255,255,255,0.95); */
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    width: Calc(100% - 18px);
    display: block;
    transition: 0.5s;
    overflow-y: scroll;
    overflow-x: hidden;
   
	
	
}
#txtErrorDescription {
	width: calc(100% - 25px);
	margin: 10px;
	margin-bottom: 5px;
	height: 57px;
}

.comment_drawing_btn {
    height: 20px;
	width: 100px;
	font-family: 'Roboto', sans-serif;
    font-size: 12px;
	margin-bottom: 14px;
	margin-right: 12px;
    margin-left: 12px;
	border-radius: 10px;
	background: #bbbbbb;
	border: none;
	outline-width: 0px;
}


#divCommentContainer {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
	border-radius: 15px;
    pointer-events: auto;
    bottom: 0px;
	padding: 5px;
	min-height: 232px;
	margin-bottom: 8px;
	box-shadow: 1px 1px 4px 0px #888888;
	background: linear-gradient(white, #ECECEC);
	opacity: 0.95;
}

#divReportErrorBox {
    width: 100%;
    z-index: 99999;
    position: absolute;
    pointer-events:none;
    bottom: 0px;
	left:0px;
	visibility: hidden;
}
#Signaturer {
	position: absolute;
	top: 100px;
	left: 8px;
	border-radius: 5px;
	min-width: 200px;
	min-height: 100px;
	max-height: calc(100% - 200px);
	background: rgba(255,255,255,1);
	z-index: 1000;
	cursor:move;
	box-shadow: 5px 5px 5px grey;
}

#divStairs {
	margin-left: 9px;
    border-radius: 6px;
	position: absolute;
	z-index: 20000;
	bottom: 10px;
	left: 10px;
	cursor: pointer;
	background-color: rgba(255,255,255,0.9); /*rgba(220, 221, 222, 0.8); /*rgba(255,255,255,0.9);*/
	padding-left: 10px;
	padding-right: 27px;
	box-shadow: 1px 1px 4px 0px #888888;
	
}

div.upload-file-container {
   background: url(../img/icon/google/attachment_black_24dp.svg) no-repeat;
   width: 64px;
   height: 64px;
   background-size: 45px 58px;
   
}

div.upload-file-container input {
   filter: alpha(opacity=0);
   opacity: 0;
}

img.LayerListEditIcon{
	height: 20px;
    margin-right: 5px;
    right: 5px;
	vertical-align: middle;
	float: right;
}


img.LayerListIcon{
	height: 20px;
    margin-right: 9px;
    position: relative;
    left: 0px;
	vertical-align: middle;
    margin-top: -2px;
}

img.SelectedListIcon{
	height: 20px;
    margin-right: 9px;
    position: relative;
    left: 0px;
	vertical-align: middle;
    margin-top: -2px;
	filter: grayscale(1) invert(1) ;
}

img.SearchResultIcon{
	height: 16px;
    margin-right: 9px;
    position: relative;
	vertical-align: middle;
    margin-top: -3px;
	margin-bottom: -2px;
}

img.LayerListIcon2{
	height: 20px;
    margin-right: -1px;
    position: relative;
	vertical-align: middle;
    left: -16px;
    margin-top: -2px;
	
}

img.ActiveLayerIcon{
	height: 20px;
    margin-right: -1px;
    position: absolute;
	vertical-align: middle;
    margin-top: -2px;
	
}

div.selectedLayer {
	background : #232a32 !important;
	background-color : #232a32 !important;
	color: #FFFFFF !important;
}

div.ThemeFolderRoot {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;	
	border-bottom: 1px solid #D8D6D6;
	border-radius: 5px 0px 0px 0px;
	/*background: rgba(255, 255, 255, 0.95);*/
	/*background: linear-gradient(white, #ECECEC);*/
	white-space: nowrap;
	background: #f6f6f6;
	
}

div.ThemeFolder {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;	
	border-bottom: 1px solid #D8D6D6;
	border-radius: 5px 0px 0px 0px;
	/*background: rgba(255, 255, 255, 0.95);*/
	/*background: linear-gradient(white, #ECECEC);*/
	white-space: nowrap;
	background: #f6f6f6;
}
div.ThemeFolderContent {
	padding-left: 20px;
}
div.ThemeFolderTitle {
	padding:10px;
	padding-left: 12px;
}


div.ThemeLayerRoot {
	padding: 10px;
	background: #f6f6f6;
	/*background: linear-gradient(white, #ECECEC);*/
	font-family: 'Roboto', sans-serif;
	font-size: 12px;	
	border-bottom: 1px solid #BDBDBD;
	white-space: nowrap;
}

div.ThemeLayer {
	padding: 10px;
	background: #f6f6f6;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;	
	border-bottom: 1px solid #BDBDBD;
	white-space: nowrap;
}


div.FloorChecks {
	padding:12px;
	padding-left: 12px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;	
	border-bottom: 1px solid #D8D6D6;
	border-radius: 5px 0px 0px 0px;
	/*background: rgba(255, 255, 255, 0.95);*/
	background: linear-gradient(white, #ECECEC);
	white-space: nowrap;
}

div.FloorChecks2 {
	padding:12px;
	padding-left: 38px;
	margin-left: 15px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;	
	font-style: italic;
	border-bottom: 1px solid #D8D6D6;
	background-color: rgba(253, 253, 253, 0.98);
	white-space: nowrap;
}



div.FloorChecks3 {
	padding:12px;
	
	padding-left: 8px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;	
	border-bottom: 1px solid #BDBDBD;
	margin-left: 21px;
	background-color: #E2E2E2 /*rgba(239, 239, 239, 0.8);*/;
	white-space: nowrap;
}

div.FloorChecks4 {
	padding:12px;
	padding-left: 55px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;	
	font-style: italic;
	border-bottom: 1px solid #D8D6D6;
	background-color: rgba(191, 191, 191, 0.8);
	white-space: nowrap;
}

#visFlere {
	position: relative;
    float: right;
	font-style: italic;
    font-size: 13px;
}

#iframeABC {
	width: 100%;
	height: calc(100% - 50px);
	border-width: 0px;
	top: 50px;
	position: absolute;
}

#divABC {
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	z-index: 20001;
	display: none;
	position: absolute;
	background: rgba(255,255,255,0.98);
	margin: 5px;
	border-radius: 10px;
}

#EditFeatureContainer {
	position: absolute;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;	
    background: linear-gradient(white, #ECECEC); /*rgba(239, 239, 239, 0.95);*/
	box-shadow: 3px 3px 3px grey;
	display: none;
	padding: 15px;
	border-radius: 3px;
	top:81px;
	left: 8px;
	min-width: 215px;
	max-height: 74%;
	user-select:none;
	height: auto;
	pointer-events: all;
}

#myBoxContainer {
	z-index: 999999;
	height: 100%;
	width:100%;
	position: absolute;
	left: 0px;
	top: 0px;
    background: white;
    opacity: 0.95;
	display: none;
	padding: 25px;
}

.SaveButton {
    background: rgb(27, 56,193);
    border: 0px;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 5px;
    width: 50px;
    border-radius: 6px;
    text-align: center;
	margin-top: 7px;
	    cursor: default;
}
.CloseButton {
	background: rgb(193, 27, 56);
    border: 0px;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 5px;
    width: 50px;
    border-radius: 6px;
    text-align: center;
	margin-top: 7px;
	cursor: default;
}


div.RightPanelText {
	position: absolute;
	margin-left: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	    margin-top: 8px;
}

div.RightPanel {
	position: absolute;
	z-index: 17000;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	display: inline;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	height: 35px;
	vertical-align: top;	
	box-shadow: 1px 1px 3px 0px #888888;
	background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(236, 236, 236, 0.9));
	border-radius: 6px;
}

div.RightPanel:hover {
	width: 110px;
	
}

div.RightPanel_mobile {
	position: absolute;
	z-index: 17000;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	background-color: rgba(255,255,255,0.9);
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	display: inline;	
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	height: 35px;
	vertical-align: top;	
	box-shadow: 1px 1px 1px #D8D6D6;
	border-radius: 6px;
}

div.Tool:hover {
	width: 314px;    
	padding-right: 10px;
	padding-left: 0px;
	
}

img.RightPanel {
	height: 34px;
	line-height: 16px;
	width:35px; 
	margin-left: 4px;
	position: absolute;
	right: 2px;
	margin-top: -2px;
}

#divZoomout {
	border-radius: 16px;
	position: absolute;
	z-index: 20000;
	top: 50px;
	right: 10px;
	cursor: pointer;
	
	background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(236, 236, 236, 0.9));
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	display: inline;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	vertical-align: top;	
	box-shadow: 1px 1px 3px 0px #888888;
}
#divZoomin {
	border-radius: 16px;
	position: absolute;
	z-index: 20000;
	top: 9px;
	right: 10px;
	cursor: pointer;
	background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(236, 236, 236, 0.9));
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	display: inline;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	vertical-align: top;	
	    box-shadow: 1px 1px 3px 0px #888888;
}

#divReportError {
	position: absolute;
	/*z-index: 20000;*/
	bottom: 118px;
	right: 10px;
	cursor: pointer;
	
	
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	display: inline;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	vertical-align: top;	
	box-shadow: 1px 1px 3px 0px #888888;
}



#divBackgroundMap {
	position: absolute;
	/*z-index: 20000;*/
	bottom: 62px;
	right: 10px;
	cursor: pointer;
	
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	display: inline;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	vertical-align: top;	
    box-shadow: 1px 1px 3px 0px #888888;
}

#reportErrorPopup2 {
	padding: 0.5em 0.5em 0.5em 0.5em;
	font-family: Arial;
	font-size: 13px;
	vertical-align: middle;
}


#background {
	
	position: absolute;
	width: calc(100% - 16px);
	display: flex;
	z-index: 20000;
	/*background: #F0F3F7;*/
	/* background: rgb(193, 27, 56);*/
	/* background: rgba(220, 221, 222, 1); */
	
	padding: 8px;
	padding-top: 9px;
	
	/*box-shadow: 1px 1px 1px #888888;*/
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#roomFrame {
	width: 1100px;
	height: 700px;
	zoom: 0.75;
    -moz-transform: scale(0.75);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.75);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.75);
    -webkit-transform-origin: 0 0;
}

#btnAddPoint, #btnEditPoint, #btnDeletePoint, #btnMovePoint, #btnShowTools, #btnSave {
	height: 28px;
	line-height: 16px;
}

#btnAddPoint, #btnEditPoint, #btnDeletePoint, #btnMovePoint, #btnSave {
	display: none;
}

#backgroundEditorButtons {
	position: absolute;
	left: 374px;
	top: 5px;
	width: auto;
	height: 35.5px;
	z-index: 20000;
	background: #F0F3F7;
	background: rgba(240, 243, 247, 0.9);
	font-family: Arial;
	font-size: 13px;
	display: none;
	padding: 6.5px 10px 0px 10px;
	box-shadow: 3px 3px 3px #888888;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#theoptions {
	position: absolute;
	left: 127px;
	top: 50px;
	width: 218px;
	height: 143px;
	z-index: 20000;
	background-color: white;
	padding: 0.5em 0.5em 0.5em 0.5em;
	display: none;
	box-shadow: 3px 3px 3px #888888;
}
#logo {
	position: absolute;
	right: 5px;
	margin: 15px;
	z-index: 20000;
	display: none;
}
