/**
 * netPark Theme-specific CSS
 * These styles should be used as a base for all themes and should rarely
 * need to be changed. If they need to be changed they should be overridden
 * through the main style.css file.
 */

.transition-content {
	transition: all 0.15s ease-in;
}

.navbar {
	border-radius: 0px;
	z-index: 10001;
}
.navbar .navbar-text {
	padding: 3px 0px;
	margin-left: 100px;
	margin-right: 100px;
}

.nav-sidebar {
	width: 250px;
	min-width: 250px;
	position: fixed;
	top: 0px;
	bottom: 0px;
	background-color: #222;
	padding-top: 55px !IMPORTANT;
	z-index: 10000;
	color: white;
}

.nav-sidebar-left {
	left: -255px;
}
.nav-sidebar-right {
	right: -255px;
}
.nav-sidebar-left.open {
	left: 0px;
}
.nav-sidebar-right.open {
	right: 0px;
}

.nav-sidebar-left-open,
.nav-sidebar-right-open {
	overflow-y: hidden;
	max-width: 100%;
}
.nav-sidebar-open {
	overflow-y: hidden;
}

.nav-sidebar-container {
	height: 100%;
	overflow-y: auto;
}
