/*
    * 
    * Mviewer - print.css
    * Style properties for printing from a browser
	* Compatible with Bootstrap 5.3
    *
*/

/* Removal of unnecessary blocks */

#mv-navbar,
#sidebar-wrapper,
#zoomtoolbar,
#toolstoolbar,
.ol-attribution,
#backgroundlayerstoolbar-default,
#backgroundlayerstoolbar-gallery, 
.tooltip, 
.carousel-control-prev,
.carousel-control-next  {
	display: none;
}

/* Map */

#map {
	top: 0px;
	left: 0px;
}

#mviewerinfosbar {
	z-index: 1000 !important;
}

/* Legend */

#legend {
	top: 10pt;
	left: 10pt;
	position: fixed;
}

#layers-container-box-header {
	display: none;
}

#layers-container .glyphicon {
	display: none;
}

#layers-container {
	background-color: white !important;
	border: none;
}

#layers-container .mv-layer-details {
	border: none;
	max-width: 300px;
}

/* Get Features */

#right-panel,
#bottom-panel {
	background-color: white !important;
}

#right-panel .active {
	padding-bottom: 0 !important;
}

#right-panel {
    padding: 1em!important;
}

#right-panel .mv-header,
#right-panel .nav-tabs,
#bottom-panel .mv-header,
#bottom-panel .nav-tabs {
	display: none;
}

#right-panel .carousel-control,
#right-panel .counter-slide,
#bottom-panel .carousel-control,
#bottom-panel .counter-slide {
	display: none;
}

#bottom-panel {
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	padding: 10pt 0 !important;
}

#bottom-panel .mv-close {
	display: none;
}