﻿@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
	src: local('Material Icons'),
	     local('MaterialIcons-Regular'),
	     url(/fonts/MaterialIcons-Regular.woff2) format('woff2'),
	     url(/fonts/MaterialIcons-Regular.woff) format('woff'),
	     url(/fonts/MaterialIcons-Regular.ttf) format('truetype');
}


.material-icons {
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	direction: ltr;
	display: inline-block;
	font-family: 'Material Icons';
	/* Support for IE. */
	font-feature-settings: 'liga';
	font-size: 24px; /* Preferred icon size */
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1;

	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	text-transform: none;

	white-space: nowrap;

	word-wrap: normal;
}

html { height: 100%; }

body {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.content {
/*	margin-left: 250px;
	min-height: calc(100vh - 106px);
	z-index: 0;
*/}

@media all and (max-width: 991px) {
	.content { margin-left: 20px; }
}

nav {
	z-index: 1300 !important;
}

footer { z-index: 1; }

.dropdown-menu {
	z-index: 1300 !important;
}

footer {
	background-color: #16365E;
	color: white;
	/*margin-top: 50px;*/
	height: 50px;
	text-align: center;
}

.sidenav {
	height: 100%; /* Full-height: remove this if you want "auto" height */
	left: 0;
	margin-left: 50px;
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 120px;
	position: fixed; /* Fixed Sidebar (stay in place on scroll) */
	top: 0; /* Stay at the top */
	width: 180px; /* Set the width of the sidebar */
	z-index: 1; /* Stay on top */
}

.sidenav a {
	margin-top: 10px;
	width: 75%;
}

.loading {
	background-color: lightgray;
	display: none;
	height: 100%;
	left: 0;
	margin: 0 auto;
	overflow: hidden;
	padding-left: 20%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.loadingText {
	padding-left: 20%;
	position: absolute;
	top: 48%;
}

.wrapper { position: relative; }

.wrapper-child {
	left: 100%;
	margin-top: -1px;
	top: 0;
}