﻿body {
	padding-top: 75px;
	padding-bottom: 20px;
	background-color: lightgray;
}

/* Set padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
	background-color: white;
}


/* styles for validation helpers */
.field-validation-error {
	color: #b94a48;
}

.field-validation-valid {
	display: none;
}

input.input-validation-error {
	border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
	border: 0 none;
}

.validation-summary-errors {
	color: #b94a48;
}

.validation-summary-valid {
	display: none;
}



.px60 {
	height: 60px;
	overflow: hidden;
}

.hidden {
	display: none;
}

.oc-0 td {
	background-color: #E05461
}

.course-header {
	background-color: #00009c;
	color: white;
	padding: 8px;
	margin-top: 24px;
	border-radius: 4px;
	padding-bottom: 8px;
	padding-top: 8px;
}

	.course-header div {
		display: inline;
	}


.mint-details {
}

	.mint-details .information {
		margin-top: 16px;
		border-top: 2px solid black;
	}

		.mint-details .information .element {
			margin-top: 10px;
			margin-bottom: 10px;
			padding-top: 10px;
			padding-bottom: 10px;
		}

		.mint-details .information .element-label {
			font-weight: bold;
		}

		.mint-details .information .element-details {
			border-top: 1px solid black;
		}

	.mint-details .course-type {
		display: inline;
		text-align: right
	}

.mint-request-course button {
	float: right;
}

.mint-request-course {
	margin-top: 24px;
}

	.mint-request-course .header {
		background-color: #00009c;
		color: white;
		border-radius: 4px;
		padding-bottom: 4px;
		padding-top: 4px;
	}

	.mint-request-course .body {
		margin-top: 6px;
	}

.mint-request-seat {
	margin-top: 24px;
}

	.mint-request-seat .header {
		background-color: #00009c;
		color: white;
		border-radius: 4px;
		padding-bottom: 4px;
		padding-top: 4px;
	}

	.mint-request-seat .info {
		margin-top: 24px;
	}

	.mint-request-seat .table {
		margin-top: 24px;
	}

.request-form {
	margin-top: 24px;
}

	.request-form .header {
		background-color: #00009c;
		color: white;
		margin-bottom: 16px;
		border-radius: 4px;
		padding-bottom: 4px;
		padding-top: 4px;
	}

.dot-green {
	height: 20px;
	width: 20px;
	background-color: green;
	border-radius: 50%;
	display: inline-block;
}

.menu {
	margin-top: 36px;
}

.leftmenu ul {
	list-style-type: none;
	padding-left: 0px;
	padding-inline-start: 0px;
	/*background-color: #00009c;*/
	margin-left: 0px;
}

.leftmenu label {
	/*background-color: #00009c;*/
	/*padding-left: 10px;*/
	color: black;
	margin-bottom: 0px;
	width: 100%;
	font-weight: normal;
}

.leftmenu li {
	margin-left: 0px;
}

.leftmenu a {
	color: black;
}

.leftmenu input[type=checkbox] {
	/*display: none;*/
}

	.leftmenu input[type=checkbox] ~ ul {
		max-height: 0;
		max-width: 0;
		opacity: 0;
		overflow: hidden;
		white-space: nowrap;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
	}

	.leftmenu input[type=checkbox]:checked ~ ul {
		max-height: 100%;
		max-width: 100%;
		opacity: 1;
	}

.leftmenu label {
	display: inline;
}

	.leftmenu label.active {
		font-weight: bold;
	}


/* Customize the label (the container) */
.custom-checkbox {
	padding-left: 24px;
	/*margin-bottom: 12px;*/
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	/* Hide the browser's default checkbox */
	.custom-checkbox input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
	}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	/*background-color: #eee;*/
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
	/*background-color: #2196F3;*/
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
	/*background-color: #2196F3;*/
}

	/* When the checkbox is checked, add a blue background */
	.custom-checkbox input:checked ~ .checkmark:after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: block;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
	left: 7px;
	top: 4px;
	width: 10px;
	height: 10px;
	border: solid black;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.course-table a {
	color: black;
}

.course-table-int > tbody > tr > td {
	border-right: 1px solid #dddddd;
}

	.course-table-int > tbody > tr > td:last-child {
		border-right: none;
	}

.sub-menu {
	display: none;
	margin-bottom: 0px;
	border: 0px;
	height: 50px;
	position: absolute;
	background-color: #E0E0E0;
}


	.sub-menu > div > .navbar-nav > li > a {
		background-color: #E0E0E0;
		color: black;
	}

		.sub-menu > div > .navbar-nav > li > a:hover {
			background-color: #D0D0D0;
		}


.search-box, .close-icon, .search-wrapper {
	position: relative;
	/*padding: 10px;*/
}

.search-wrapper {
	width: 500px;
	margin: auto;
	margin-top: 50px;
}

.search-box {
	border: 1px solid #ccc;
	outline: 0;
	border-radius: 8px;
	padding-left: 8px;
}

.close-icon {
	border: 1px solid transparent;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
	outline: 0;
	cursor: pointer;
}

	.close-icon:after {
		content: "X";
		display: block;
		width: 18px;
		height: 18px;
		position: absolute;
		background-color: #999999;
		z-index: 1;
		right: 25px;
		top: 0;
		bottom: 0;
		margin-top: -9px;
		padding: 2px;
		border-radius: 50%;
		text-align: center;
		color: white;
		font-weight: normal;
		font-size: 12px;
		cursor: pointer;
	}

.search-box:not(:valid) ~ .close-icon {
	display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.search-box {
		height: 25px;
	}

	.close-icon:after {
		font-size: 11px !important;
		margin-top: -11px !important;
		top: 2px;
	}
}

th.rotate {
	/* Something you can count on */
	height: 200px;
	white-space: nowrap;
}

	th.rotate > div {
		transform: translate(0px, 1px) rotate(270deg);
		width: 10px;
	}

		th.rotate > div > span {
			border-bottom: 1px solid #ccc;
			padding: 5px 10px;
		}

#row-main {
	overflow-x: hidden; /* necessary to hide collapsed sidebar */
}

#content {
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
}

	#content .btn-group {
		margin-bottom: 10px;
	}

.col-md-9 .width-12,
.col-md-12 .width-9 {
	display: none; /* just hiding labels for demo purposes */
}

#sidebar {
	-webkit-transition: margin 0.3s ease;
	-moz-transition: margin 0.3s ease;
	-o-transition: margin 0.3s ease;
	transition: margin 0.3s ease;
}

.collapsed {
	display: none; /* hide it for small displays */
}

@media (min-width: 992px) {
	.collapsed {
		display: block;
		margin-left: -25%;
	}
}

.filter-label {
	width: 170px;
}

.filter-select {
	width: 200px;
}

.filter-group {
	height: 100px;
	padding-left: 8px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

	.filter-group > div {
		float: left;
	}

.btn-label {
	position: relative;
	left: -8px;
	display: inline-block;
	padding-left: 6px;
}

/*.btn-labeled {
	padding-top: 0;
	padding-bottom: 0;
}

.btn {
	margin-bottom: 10px;
}*/

.navbar-brand img {
	float: left;
	margin-top: 10px;
}

.navbar-brand .navbar-brand-title {
	float: left;
	padding-top: 30px;
	padding-left: 10px;
}


.navbar-collapse .navbar-nav {
	padding-top: 31px;
}

.container-fluid footer .footer-div {
	text-align: center;
	margin: 6px;
}

.container footer .footer-div {
	text-align: center;
	margin: 6px;
}

.container-fluid footer .footer-div .fb-like {
	display: inline;
}

.container footer .footer-div .fb-like {
	display: inline;
}

.nav.nav-pills.nav-stacked {
	margin-bottom: 10px;
}

.col-xs-12 {
	margin-top: 12px;
}


.col-sm-12.page-content.timage {
	padding: 0px;
	margin-bottom: 12px;
	margin-left: -15px;
}

	.col-sm-12.page-content.timage img {
		width: calc(100% + 30px);
		margin-bottom: 12px;
	}


.row .col-sm-12.page-content {
	margin-top: 16px;
}

.col-sm-12.page-content .float {
	float: left;
	margin-right: 36px;
}


.col-sm-12.page-content h1 {
	margin-top: -6px;
}


.row .col-sm-6 {
	text-align: center;
}
/*
br {
	clear: both;
}*/

.course-header h3, .course-header h4 {
	display: inline;
}

.course-header.hidden-xs {
	height: 42px;
}

	.course-header.hidden-xs .float-right {
		margin-top: 1px;
		float: right;
		text-align: right;
	}


.course-header.visible-xs .float-right {
	margin-top: -3px;
	float: right;
	text-align: right;
}

.course-header .close-icon {
	overflow: visible;
}

.course-header.h-42 {
	height: 42px;
}

	.course-header.h-42 h3 {
		display: inline;
	}


	.course-header.h-42 .col-md-6 {
		margin-top: 1px;
		float: right;
		text-align: right;
	}

.course-header.visible-xs .inline h4 {
	display: inline;
}

.course-header.visible-xs .align-right {
	margin-top: -3px;
	float: right;
	text-align: right;
}

.btn-group.mt-6 {
	margin-top: 6px;
}

.w-full {
	width: 100%;
}

.font-bold {
	font-weight: bold;
}

.font-normal {
	font-weight: normal;
}

.pl-8 {
	padding-left: 8px;
}

.close-icon.visible {
	overflow: visible;
}

.mt-40 {
	margin-top: 40px;
}

.cursor-pointer {
	cursor: pointer;
}

.w-120 {
	width: 120px;
}

.color-blue {
	color: blue;
}

.color-green {
	color: green;
}

.fontsize-90 {
	font-size: 90%;
}

.br {
	clear: both;
}

.align-right {
	text-align: right;
}

.w-104 {
	width: 104px;
}

.w-229 {
	width: 229px;
}

.w-36 {
	width: 36px;
}

.mb-0 {
	margin-bottom: 0px;
}

.float-left {
	float: left;
}

.mt-24 {
	margin-top: 24px;
}

.mt-36 {
	margin-top: 36px;
}

.mt-6 {
	margin-top: 6px;
}


.w-178 {
	width: 178px;
}

.w-143 {
	width: 143px;
}

w-158 {
	width: 158px;
}

.d-none {
	display: none;
}

.clear-both {
	clear: both;
}

.pl-0 {
	padding-left: 0px;
}

.mt-12 {
	margin-top: 12px;
}

.mb-6 {
	margin-bottom: 6px;
}

.border-1-ccc {
	border-left: 1px solid #ccc;
}

.pt-6 {
	padding-top: 6px;
}

.break-word {
	word-break: break-word;
}

.mt-8 {
	margin-top: 8px;
}

.table-ly-fixed {
	table-layout: fixed;
}

.pr-16 {
	padding-right: 16px;
}

.bg-eee {
	background-color: #eeeeee;
}

.font-80-percent {
	font-size: 80%;
}

.mt-0 {
	margin-top: 0;
}

.mb-10 {
	margin-bottom: 10px;
}

.h-20 {
	height: 20px;
}

.border-1-bbb {
	border: 1px solid #bbb;
}

.font-90-p {
	font-size: 90%;
}

.d-none {
	display: none;
}