﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

th {
	text-align: right !important;
}

.course-header {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	position: relative;
	padding-bottom: 0 !important;
	/* height: 50vh; */
}

.course-header * {
	color: white !important;
}

.course-header .title {
	position: relative;
	padding-top: 150px;
	padding-bottom: 50px;
}

.course-header::before {
	content: "";
	display: block;
	inset: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #00000000, #000);
	position: absolute;
}

header {
	z-index: 1000;
}

.modal {
	z-index: 10000 !important;
}

input[type="date"],
select {
	width: 100%;
	height: 55px;
	border-radius: 5px;
	padding: 3px 20px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 30px; /* size of chrome */
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container #overlay,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-container {
	position: relative;
}

#overlay h3 {
	color: #ffffff;
}

.text {
	position: absolute;
	font-size: 20px;
	color: white;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
