/*
Copyright (C) 2016 Nauta Tecnològica, SCP - All Rights Reserved.
Unauthorized copying, publishing, commercial usage and/or distribution of this file,
via any medium, is strictly prohibited without the express permission of the owner.
*/
@import "base/mixins";
@import "base/media/breakpoints";
@import "base/media/mixins";

@import "sidebar/sidemenu";

#sidebar {
	max-height: 100%;
	padding-left: 0;
	padding-right: 0;

	/*	.sidemenu {
			margin-top: 5px;
			margin-bottom: 5px;
		}*/
}

#header {
	.iconbar,
	.sidebar {
		min-height: 42px;
	}

	.iconbar {
		@include COLLAPSED() {
			display: none;
		}
	}
}