﻿html, body {
	font: 12pt Arial, Verdana;
	color: #333333;
	background-color: #ffffff;
}

/* #region Navbar styles */
.navbar-header {
	border-bottom: 1px solid rgba(255,255,255, 0.1);
}

	.navbar-header img.logo {
		float: left;
		height: 42px;
		background: white;
		padding: 8px;
		margin: 4px 20px 4px 0;
	}

a.navbar-brand {
	white-space: normal;
	text-align: center;
	word-break: break-all;
}


/* #region Footer styles */
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 0.85em;
}
/* #endregion */

/* #region custom Kendo UI styles */


h1 a {
	color: #fff;
	text-decoration: none;
}

h2 {
	font-weight: lighter;
}

.placeholder img {
	display: inline-block;
}

p .k-button {
	margin: 0 15px 0 0;
}

#configure {
	display: none;
}

p .k-button {
	margin: 0 15px 0 0;
}

.k-state-active .label {
	font-size: 1em;
}

#responsive-panel {
	padding: 0;
	width: 100%;
}

	#responsive-panel .k-menu {
		padding: .5rem;
	}
/* #endregion */

@media (max-width: 767px) {
	#responsive-panel {
		transition: all linear .2s;
	}

	#configure {
		display: block;
		float: right;
	}

	.k-rpanel {
		padding: 0 1rem;
	}

	.k-rpanel-expanded {
		padding: .5rem 1rem;
	}

	.navbar-header {
		width: 100%;
	}

	.navbar-brand {
		font-size: 1.5rem;
	}

	h2 {
		font-size: 2rem;
	}

	.k-menu .k-item,
	.k-menu .k-link {
		width: 100%;
	}

	.k-widget.k-menu-horizontal > .k-item {
		border: none;
	}

	.k-menu .k-link {
		box-sizing: border-box;
	}
}

/* Provide sufficient contrast against white background */
a {
	color: #0366d6;
}

.btn-primary {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

.border-top {
	border-top: 1px solid #e5e5e5;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
	font-size: 1rem;
	line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	white-space: nowrap;
	line-height: 60px; /* Vertically center the text there */
}

.link-like {
	cursor: pointer;
}

.ui-autocomplete {
	max-height: 50%;
	overflow-y: auto; /* prevent horizontal scrollbar */
	overflow-x: hidden; /* add padding to account for vertical scrollbar */
	z-index: 1000 !important;
}


.flex-host-v {
	display: flex;
	flex-flow: column nowrap;
}

.flex-host-h {
	display: flex;
	flex-flow: row nowrap;
}

.flex-item-fixed {
	flex-grow: 0;
	flex-shrink: 0;
}

.flex-item-fill {
	flex: 1 0 auto;
}

.flex-item-scrollable {
	flex: 1 0 auto;
	overflow-y: scroll;
	height: 0px;
}

.tabbed {
	display: flex;
	flex-flow: column nowrap;
}

.tabbed-header {
	flex: 0 0 30px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

	.tabbed-header > a {
		flex: 1 0 auto;
		line-height: 25px;
		text-align: center;
		margin-top: 5px;
	}

		.tabbed-header > a.active {
			line-height: 30px;
			margin-top: 0;
		}

		.tabbed-header > a:hover {
			line-height: 30px;
			margin-top: 0;
		}

.tabbed-contents {
	flex: 1 0 auto;
	display: flex;
	flex-flow: column nowrap;
}

.tabbed-tab {
	flex: 1;
	position: relative;
}

.tabbed > div:not(.tabbed-header) {
	border-left: solid 1px lightgray;
}

.tabbed:nth-child(first) div {
	border-left: none;
}

.tabbed-header {
}

	.tabbed-header > a {
		color: black;
		background-color: lightcyan;
		text-decoration: none;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		border: solid 1px lightgrey;
		border-collapse: collapse;
	}

		.tabbed-header > a.active {
			border: solid 1px grey;
			background-color: white;
			border-bottom: none;
		}

		.tabbed-header > a:hover:not(.active) {
			text-shadow: 0 0 1px darkgrey;
		}
