﻿/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/templates/simple-sidebar)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

#wrapper {
	overflow-x: hidden;
}

#sidebar-wrapper {
	position: fixed;
	z-index: 101;
	/*min-height: 100vh;*/
	height:100%;
	overflow:auto;

	/*margin-left: -25rem;*/
	margin-left: 0;
	-webkit-transition: margin .25s ease-out;
	-moz-transition: margin .25s ease-out;
	-o-transition: margin .25s ease-out;
	transition: margin .25s ease-out;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#sidebar-wrapper::-webkit-scrollbar {
	display: none;
}


/* Hide scrollbar for IE, Edge and Firefox */
#sidebar-wrapper {
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
} 

	#sidebar-wrapper .sidebar-heading {
		padding: 0.875rem 1.25rem;
		font-size: 1.2rem;
	}

	#sidebar-wrapper .list-group {
		width: 20rem;
	}

#page-content-wrapper {
	/*min-width: 100vw;*/
	min-width: 0;
	width: 100%;
}

#wrapper.toggled #sidebar-wrapper {
	/*margin-left: 0;*/
	margin-left: -20rem;
}

/*
@media (min-width: 768px) {
	#sidebar-wrapper {
		margin-left: 0;
	}

	#page-content-wrapper {
		min-width: 0;
		width: 100%;
	}

	#wrapper.toggled #sidebar-wrapper {
		margin-left: -25rem;
	}
}
*/

.carousel-nav-icon {
	height: 48px;
	width: 48px;
}

.imgcarousel {
	/*margin: 8px;*/
	height: 300px;
	background-size: cover;
	background-position: center center;
	width: 100%;
}

