html, body, .container {
	height:100%;
	padding:0;
	margin:0;
	overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;  
}

.page_container {
	width: 100%;
	height:100%;
  touch-action: none;
  overscroll-behavior: none;
}

div.mesaje, div.infoline, div.search, div.data_container, div.rightsidebar_tab, div.popup, .ol-zoom, .ol-popup, .ol-scale-bar {
  touch-action: none;
  overscroll-behavior: none;
}

div.dhx_layout-cell, div.page_container {
  touch-action: none;
  overscroll-behavior: none;
}

.sidebar_container {
	float:left;
	width: 45px;
	margin-right: -45px;
	height:100%;
}

.map_container {
	margin-left:45px;
	height: 100%;
}

.dhx_navbar--vertical {
	overflow: hidden;
}

.user-info_container {
	padding-top: 8px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.user-info_avatar {
	height: 40px;
	width: 40px;
	border-radius: 100%;
}

.user-info_title {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	margin-top: 8px;
}

.user-info_contact {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 28px;
	color: rgba(0, 0, 0, 0.5);
}

.dhx_sidebar--minimized .user-info_avatar {
	height: 30px;
	width: 30px;
}

.dhx_sidebar--minimized .user-info_title,
.dhx_sidebar--minimized .user-info_contact {
	visibility: hidden;
}

.dhx_sample-container,
.dhx_sample-container__widget {
	height: 100%;
}

.selected_sidebar_item .mdi{
    color: green !important;
	font-weight: bolder !important;
}

.swipecontrol{
	position: absolute; 
	width: 100%; 
	height: 40px; 
	border: 1px solid silver; 
	bottom: 0px; 
	left: 44px;
  right: 0px;
	z-index: 4; 
	background-color: white; 
	padding: 0px 10px 0px 10px; 
	visibility: hidden
}

.mesaje{
	position: absolute; 
	width: 300px; 
	height: 100px; 
	border: 1px solid silver; 
	top: 0px; 
	right: 0px; 
	z-index: 2; 
	background-color: white; 
	padding: 10px 10px 10px 10px; 
	visibility: hidden;
	overflow: scroll;
	overflow-x: hidden;
}

.copyright{
	position: absolute; 
	width: 95px; 
	height: 22px; 
	bottom: 0px; 
	left: 0px; 
	z-index: 2; 
	background-color: white; 
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 45px;
} 

.infoline{
	position: absolute; 
	width: 250px; 
	height: 22px; 
	bottom: 0px; 
	right: 0px; 
	z-index: 3; 
	background-color: white; 
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 45px;
	font-size: 12px;
} 

.i1{
	float:left;
	padding: 3px 3px 3px 3px;
}

.i2{
	float:left;
	padding: 3px 3px 3px 3px;
}

.i3{
	float:left;
	padding: 3px 10px 3px 3px;
}



.search_form {
	border: 0px;
	height: 40px;
	overflow: hidden;
}

.rightsidebar_open {
	position: absolute;
}

.rightsidebar_close {
	position: absolute;
}

.rightsidebar_tab {
	position: absolute;
	z-index: 3;
	visibility: hidden;
}

.rightsidebar_tab_button {	
	position: absolute;
	width: 50px;
	height: 50px;
	top: 10px;
	background-color: white; 
	border-radius: 5px 0px 0px 5px;
	border: 1px solid #aaaaaa;
	border-right: 0px;
	padding: 12px 10px 10px 15px;
	z-index: 4;
	font-size: 20px;
	font-weight: 400;
	float: left;
}

.rightsidebar_tab_window {
	position: absolute;
	width: 350px;
	height: 450px;
	top: 0px;
	left: 50px;
	float: left;
}

.pug_documentatie_tabbar_container {
	overflow: auto;
	background-color: red;
}

.ol-popup {
  position: absolute;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 280px;
}
.ol-popup:after, .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}
.ol-popup-closer:after {
  content: "✖";
}

p.vh1 {
  font-family: Roboto;
	font-style: normal;
	font-size: 16px; 
  margin: 0px 0;
}

p.vh2 {
  font-family: Roboto;
	font-style: normal;
	font-size: 14px; 
  margin: 0px 0;
}

a.vh {
  font-family: Roboto;
	font-style: normal;
	font-size: 12px; 
  margin: 0px 0;
}

.ol-scale-bar {
  bottom: 30px;
}

.dhx_input, .dhx_textarea {
    font-size: 16px !important;
}