.blue {
	background: #107ABF;
}

.logo {
	width: 100%;
	text-align: center;
	margin-top: -20px;
}

.logo img {
	width: 80%;
	margin-bottom: 30px;
}

.loginpage {
	padding: 50px 0px;
	width: 100%;
}

.btn-dark-blue, .um-button {
	background: #107ABF !important;
	color: #fff !important;
	font-weight: bold  !important;
	font-size: 16px !important;
	padding: 10px 15px !important;
	border-radius: 0px !important;
}

.btn {
	font-weight: bold;
	font-size: 16px;
	padding: 10px 25px;
}

.btn-dark-blue:hover, .um-button:hover {
	background: #0766A3 !important;
	color: #fff !important;
}

.bg-blue {
	background: #0766A3;
}

.top-bar {
	width: 100%;
}

.logout, header .navbar a {
	color: #fff !important;
}
.navbar {
	padding: 0px;
}
header .navbar .navbar-brand {
	padding: 0px;
	margin: 0px;
}

.navbar-toggler {
	transition: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
}
header .inner {
	background: #fff;
	width: calc(50% - 535px);
	position: absolute;
	left: 0px;
	top: 0px;
	height: 80px;
}
header .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img {
	max-height: 80px;
}

.overview, .course {
	padding-top: 50px;
	padding-bottom: 50px;
}

.course-intro {
	padding-top: 100px;
	padding-bottom: 100px;
}

.course-item {
	margin-bottom: 40px;
}

.answer-wrap {
	width: 100%;
}

.answer {
	background: #fff;
	border-radius: 10px;
	color: #000;
	padding: 10px 15px;
	margin-bottom: 10px;
	cursor: pointer;
}
.answer-wrap.right .answer-info {
	display: block;
}
.answer-wrap.right .answer {
	background: #EEF8E8;
	border-bottom: 3px solid #44A310;
}
.answer-wrap.right .answer span {
	color: #44A310;
}

.answer-wrap.wrong .answer-info {
	display: block;
}
.answer-wrap.wrong .answer {
	background: #F8E8E8;
	border-bottom: 3px solid #f00;
}
.answer-wrap.wrong .answer span {
	color: #f00;
}

.answer-info {
	color: #fff;
	padding: 0px 0px 20px 0px;
	width: 100%;
	display: none;
}
.next-quest  {
	margin-top: 50px;
}
.answer:hover {
	opacity: 0.9;
}
.answer span {
	font-weight: bold;
	color: #0766A3;
	font-size: 24px;
	float: left;
	margin: 0px 10px 0px 0px;
}

.quest-image {
	height: auto;
	max-width: 70%;
}

.line {
	width: 100%;
	height: 1px;
	background: #fff;
	margin: 20px 0px 50px 0px;
	float: left;
}

.hide {
	display: none;
}

@media (max-width: 1200px) {
	header .inner {
		width: calc(50% - 465px);
	}
}

@media (max-width: 992px) {

	body {
		padding-top: 0px !important;
	}
	.navbar-light .navbar-toggler {
		color: #fff;
		border-color: #fff;
	}

	.navbar-toggler-line {
		background: #fff;
	}

	.logout, header .navbar a {
		color: #000 !important;
	}
}
@media (max-width: 992px) {
	header .inner {
		width: calc(50% - 190px);
	}
}