/*
 * Globals
 */

/* Links */
a, a:focus, a:hover {
	color: #808080;
}

/*
 * Base structure
 */
html, body {
	height: 100%;
	background-color: #f8f8f8;
}

body {
	
}

body.grab, body.grab * {
	cursor: grab !important;
}

body.grabbing, body.grabbing * {
	cursor: grabbing !important;
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
	color: #606060;
	/* 	text-align: center; */
	width: 100%;
	min-height: 100%;
	-webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, .25);
	box-shadow: inset 0 0 50px rgba(0, 0, 0, .25);
}

.site-wrapper-inner {
	
}

.cover-container {
	margin-right: auto;
	margin-left: auto;
}

/* Padding for spacing */
.inner {
	padding: 30px;
}

/*
 * Header
 */
.masthead-brand {
	margin-top: 10px;
	margin-bottom: 10px;
}

.masthead-nav>li, .masthead-nav>div>li {
	display: inline-block;
}

.masthead-nav>li, .masthead-nav>div>li+li {
	margin-left: 20px;
}

.masthead-nav>li>a, .masthead-nav>div>li>a {
	padding-right: 0;
	padding-left: 0;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.masthead-nav>li>a:hover, .masthead-nav>li>a:focus, .masthead-nav>div>li>a:hover,
	.masthead-nav>div>li>a:focus {
	border-bottom: 2px solid;
	border-bottom-color: #808080;
	text-decoration: none;
	background: none;
}

.masthead-nav>div {
	display: inline-block;
}

@media ( min-width : 768px) {
	.masthead-brand {
		float: left;
	}
	.masthead-nav {
		float: right;
	}
}

/*
 * Cover
 */
.cover {
	padding: 0 20px;
}

.cover .btn-lg {
	padding: 10px 20px;
	font-weight: bold;
}

/*
 * Affix and center
 */
@media ( min-width : 768px) {
	/* Pull out the header and footer */
	.masthead {
		position: fixed;
		top: 0;
	}
	.mastfoot {
		position: fixed;
		bottom: 0;
	}
	/* Start the vertical centering */
	.site-wrapper-inner {
		vertical-align: middle;
	}
	/* Handle the widths */
	.masthead, .mastfoot, .cover-container {
		width: 100%;
		/* Must be percentage or pixels for horizontal alignment */
	}
}

img.logo{
	padding:5px;
	border:1px solid #e0e0e0;
}
img.logo-top{
	width:70px;
	padding:15px;
	padding-top:10px
}
.welcome-container {
	margin-top: 30px;
}

.welcome-container .panel-body {
	text-align: left;
	min-height: 350px;
}

.welcome-container .panel-body ul {
	padding: 5px;
}

.welcome-container .panel-body li {
	display: block;
}

.welcome-container .panel-body li a {
	border-bottom: 1px solid #f0f0f0;
	padding: 5px;
	display: block;
}

.welcome-container .panel-body li a:hover {
	background-color: #f0f0f0;
	text-decoration: none;
}

#offCanvasMenu {
	text-align: left;
}

#offCanvasMenu h3 {
	margin: 15px;
	font-size: 14px;
	text-align: center;
}

#offCanvasMenu p {
	color: #a0a0a0;
	margin: 10px;
	text-align: center;
}

#offCanvasMenu p strong {
	
}

#offCanvasMenu li {
	text-align: center;
}

.slide-container {
	overflow: hidden;
}

.slide {
	position: relative;
}

.slide.ng-leave {
	
}

.slide.ng-enter {
	position: relative;
	height: 0px;
	overflow: visible;
}

.slide.ng-enter, .slide.ng-leave {
	-webkit-transition: -webkit-transform 0.5s ease-in, all 0.5s ease-in;
	-moz-transition: -moz-transform 0.5s ease-in, all 0.5s ease-in;
	-o-transition: -o-transform 0.5s ease-in, all 0.5s ease-in;
	transition: transform 0.5s ease-in, all 0.5s ease-in;
	opacity: 1;
}

.slide.ng-enter {
	left: -100%;
	opacity: 0;
}

.slide.ng-leave {
	left: 0;
	opacity: 1;
}

.slide.ng-leave.ng-leave-active {
	left: 100%;
	opacity: 0;
}

.slide, .slide.ng-enter.ng-enter-active {
	left: 0px;
	opacity: 1;
}

.alert-hidden, .alert-shown {
	-webkit-transition: -webkit-transform 0.5s ease-in, all 0.5s ease-in;
	-moz-transition: -moz-transform 0.5s ease-in, all 0.5s ease-in;
	-o-transition: -o-transform 0.5s ease-in, all 0.5s ease-in;
	transition: transform 0.5s ease-in, all 0.5s ease-in;
}

.alert-container {
	overflow: hidden !important;
}

.alert-hidden {
	max-height: 0;
	overflow: hidden;
	/* Set our transitions up. */
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;
}

.alert-shown {
	max-height: 400px;
}

.symulation-container {
	background: rgba(255, 255, 255, 0.05);
	border: rgba(255, 255, 255, 0.2);
}

.resources-container {
	padding-left: 10px;
}

.welcome-container {
	text-align: center;
}

.simulation-top {
	/* 	background: rgba(255, 255, 255, 0.2); */
	border-bottom: rgba(255, 255, 255, 0.4);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	/* 	height:100px; */
}

h3 {
	margin-top: 5px;
}

.plan-task-row {
	margin-top: 3px;
}

.plan-task-row label {
	margin-right: 50px;
}

.plan-task-row input {
	/* 	width:20%; */
	display: inline;
	margin-left: 10px;
	margin-right: 30px;
}

.plan-task-row>div {
	display: block;
	float: left;
	max-width: 200px;
	margin-right: 10px;
}

.plan-task-row>div.caption {
	padding-top: 5px;
}

.plan-task-row>div.inputs {
	width: 120px;
}

.high-scores-con	tainer {
	margin: 20px;
}

.high-scores-container iframe {
	border: 1px solid #d0d0d0;
	padding: 3px;
	width: 100%;
	height:400px;
}
.hamburger:hover{
	cursor: pointer;
}
.title-link:FOCUS{
	text-decoration: none;
}
div.sub{
	margin-left:20px;
}
#svg-container{
	margin-left:10px;
}