* {
	/*page-break-inside: avoid;
	page-break-after: avoid;
	page-break-before: avoid;*/
}
html, body {
    overflow: auto;
	height: auto!important;
}
#wrap {
	margin: 0px;
	padding: 0px;
}
#header {
	display: none;
}
#footer {
	display: none;
}
#container{
    /*display: inline-block;*/
    width: 100%;
	padding-top: 0px;
	height: auto!important;
}
#PageContent {
	padding-right: 0px;
	padding-left: 0px;
}
#MapPageContent {
	padding-left: 0px;
	padding-right: 0px;
}

#LeftToolsDiv {
    height: calc(100vh);
}
#RightMapAndToolContainer {
    height: calc(100vh);
}
#MapContainer {
    height: calc(100vh);
}

.maptoolcontainer {
	display: none;
}
.ReportMap {
	margin-top: -50px;
}
.gm-style-cc, .gm-fullscreen-control {
	display: none;
}

#ArrowContainer {
	margin-top: -115px;
}
.ReportToolContainer {
	display: none;
}

@media print and (orientation: landscape) {
	#mymap {
		width: 980px;
		height: 560px;
	}
}
@media print and (orientation: portrait) {
	#mymap {
		width: 670px;
		height: 870px;
	}
}


/*//////////////////////////*/
/*/                        /*/
/*/        	 ALL	       /*/
/*/                        /*/
/*//////////////////////////*/

.HideOnPrint {
	display: none!important;
}

/* width */
::-webkit-scrollbar {
  width: 0px!important;
  height: 0px!important;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffffffff!important;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ffffffff!important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ffffffff!important; 
}

/*//////////////////////////*/
/*/                        /*/
/*/        Planning        /*/
/*/                        /*/
/*//////////////////////////*/
#Div_Planning_FULL {
	overflow: auto!important;
	height: auto!important;
}
#Div_Planning_CONTENT {
	height: auto!important;
}
#Div_Planning_CONTENT_LEFT {
	height: auto!important;
}
#Div_Planning_Menu {
	position: unset!important;
}
#Div_Planning_CONTENT_RIGHT {
	height: auto!important;
}
#Div_Planning_Body {
	height: auto!important;
	overflow: auto!important;
}