/* CSS Document */

body {
	margin-bottom: 0px;
	padding-top: 80px;
	background:#fff;
	height:unset;
}
.navbar-header {
	margin: 5px 0;
}

/*overide appcentral*/
.navbar-default .navbar-brand {
	background: none !important;
	color: #2c3e50;
	font-weight: inherit;
	padding: 0 15px;
	text-align: left;
	text-shadow: none;
	width: auto;
	height: 70px;
	line-height: 70px;
	padding: 0 15px;
	float: left;
	font-size: 18px;
}
.navbar {
	border: 1px solid transparent;
	margin-bottom: 00px;
	min-height: 50px;
}
.navbar-default {
	border-color: #e7e7e7;
}
.navbar-fixed-top {
	border-width: 0 0 1px;
	top: 0;
	position: fixed;
}
.navbar-header {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding: 0;
}
.footer {
	background-color: #22358c;	
	height: auto;;
	min-height: 60px;
	/*bottom: 0;
	overflow: hidden;
	position: absolute;*/
	width: 100%;
}
.footer p {
	color: #fff;
	font-size: 13px;
	margin: 20px 0;
}


.jumbotron{  background: #346db1; margin-top:0px; color:#fff; margin-bottom: 0px}
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}



/*custom for home page*/
.course-wizard-blocks {
    padding-bottom: 30px;
    padding-top: 31px;
}
.course-wizard-blocks:hover{background: #eee; cursor:pointer}



.containerwrapper {
  min-height: calc(100vh - 142px);
}