﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto&display=swap');

html, body {
	font-family: 'Roboto', 'Open Sans', 'Arial Unicode MS', Arial, Helvetica, sans-serif;
	background-color: #e4e4e4;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', 'Roboto', 'Arial Unicode MS', Arial, Helvetica, sans-serif;
}

.navbar-brand  {
	font-size: 165%;
}
.navbar-brand small {
	font-size: 50%;
	font-weight: 200;
}

.sticky-head thead {
	position: sticky;
	top: 0;
	background-color: #003594;
	color: #fff;
}

table.sticky-head {
	z-index: 1;
}

	table.sticky-head th {
		outline: 1px solid #7E5475;
		border: none;
		outline-offset: -1px;
	}

a.fill-link {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.fakelink {
	cursor: pointer;
}

.padded li {
	margin-bottom: .25rem;
}

.accordion-header, .accordion-button {
	border: 2px solid #bbb;
	border-radius: .25rem;
	background-color: #fff;
	font-size: 1.5rem;
}

.action-bar {
	background-color: rgb(13, 110, 253, 0.5)
}

.card {
	box-shadow: 0px 6px 6px 0px #999;
}

.col-media {
	text-align: center;
}

.list-inline .key {
	font-weight: bold;
}

.card-showmore {
	background-color: #fafafa;
}

/*
.myfooter a img:hover, .myfooter a:hover img, .myfooter a:focus img, .myfooter a img:focus {
	color: rgba(255, 180, 180, 0.75);
}
*/

.big {
	font-size: 135%;
}

.indent {
	padding-left: 2rem;
}

.btn-play {
	position: absolute;
	bottom: 5px;
	left: 5px;
	border: 1px solid #fff;
	background-color: #282828;
}

.btn-play:hover {
	background-color: #f00;
	border: 1px solid #ffa;
}

.btn-play:active, .btn-play:focus {
	background-color: #fa0;
}

.two-columns {
	column-count: 1;
}

.flex {
	display: flex;
}

.showmore {
	height: auto;
	margin: 0 auto;
	padding: 0 0 2em 0;
	position: relative;
}

.showmore-body {
	max-height: 330px;
	height: auto;
	border-bottom: solid 1px #ccc;
	border-radius: 0 0 .5rem .5rem;
	overflow: hidden;
	position: relative;
	transition: 1s;
	margin: -1rem -1rem 0 -1rem;
	padding: 1rem 1rem;
	background-color: #fff;
	box-shadow: 0 6px 6px -2px #bbb;
}

.card .showmore-body:after, .aftershadow {
	margin-left: -1rem;
	bottom: 0;
	width: 100%;
	height: 72px;
	border-radius: 0 0 .5rem .5rem;
	position: absolute;
	background: linear-gradient(rgba(255,255,255,0), #fff);
	content: '';
}

.aftershadow {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00cccccc, endColorstr=#ffcccccc);
}

.showmore input[type=checkbox] {
	display: none;
}

.showmore label {
	left: 50%;
	bottom: 3px;
	height: 30px;
	margin: 0 0 0 -4.5em;
	padding: 5px 15px;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-top: 1px solid #fafafa;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
	position: absolute;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
	cursor: pointer;
	z-index: 5;
	background: linear-gradient(#fafafa, #ddd);
	box-shadow: 0 6px 6px -2px #bbb;
}

.showmore label span {
	display: block;
	margin-top: -3px;
}

.showmore label .more {
	margin: -3px 0 8px;
	transition: .5s;
}

.showmore.switch {
	width: 4em;
	display: inline-block;
}

.showmore input[type=checkbox]:checked ~ .showmore-body {
	max-height: 10000px;
	padding-bottom: 30px;
}

.showmore input[type=checkbox]:checked + label .more {
	margin-top: -30px;
}

@media (min-width: 768px) {
	.two-columns {
		column-count: 2;
	}
}

/* YOUTUBE */
.embed-youtube {
	background-color: #000;
	margin-bottom: 30px;
	/*position: relative;*/
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}

	.embed-youtube img {
		width: 100%;
		top: -16.84%;
		left: 0;
		opacity: 0.7;
	}

	.embed-youtube .embed-youtube-play {
		width: 68px;
		height: 48px;
		background-color: #333;
		box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
		z-index: 1;
		opacity: 0.8;
		border-radius: 6px;
	}

		.embed-youtube .embed-youtube-play:before {
			content: "";
			border-style: solid;
			border-width: 15px 0 15px 26.0px;
			border-color: transparent transparent transparent #fff;
		}

	.embed-youtube img,
	.embed-youtube .embed-youtube-play {
		cursor: pointer;
	}

		.embed-youtube img,
		.embed-youtube iframe,
		.embed-youtube .embed-youtube-play,
		.embed-youtube .embed-youtube-play:before {
			position: absolute;
		}

			.embed-youtube .embed-youtube-play,
			.embed-youtube .embed-youtube-play:before {
				top: 50%;
				left: 50%;
				transform: translate3d( -50%, -50%, 0 );
			}

	.embed-youtube iframe {
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
	}

	.embed-youtube .embed-youtube-play:hover {
		background-color: #f00;
	}