body{
	background: white;
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 0.85rem;
}

* {
	box-sizing: border-box;
}

/*@media (max-width: 420px) {*/
/*	body{*/
/*		zoom: 0.8;*/
/*	}*/
/*}*/

.clearfix{
	clear: both;
	display: block;
}
.fix_clear:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

#page_header{
	width: 100%;
	background: #09C;
	padding-bottom: 1px;
	padding-top: 1px;
	box-shadow: rgba(0, 0, 0, 0.25) 0 4px 8px;
}
#page_header a{
	text-decoration: none;
}

#page_title{
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 1rem;
	padding-right: 1rem;
	color: white;
	font-weight: normal;
	font-size: 1.5rem;
	text-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
}

.logout_button{
	display: inline-block;
	padding: 8px;
	text-decoration: none;
	float: right;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: 10px;
	border-radius: 4px;
	
	color: rgba(255, 255, 255, 0.8);
	background-color: #0086B3;
	border-color: #0086B3;
}
.logout_button:hover{
	background-color: #006080;
	border-color: #006080;
}

.main_content{
	background: #e9ecef;
	box-shadow: rgba(0, 0, 0, 0.2) 0 4px 8px;
	border: 1px solid rgba(50, 50, 60, 0.1);
	margin-bottom: 30px;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 4px;
	padding: 2px;
}
@media (max-width: 419px) {
	.main_content{
		margin: 0;
		padding: 5px;
		padding-bottom: 30px;
	}
}
@media (min-width: 420px) {
	.main_content{
		margin-top: 20px;
		margin-right: 8px;
		margin-left: 8px;
		border-radius: 8px;
		padding: 10px;
	}
}

@media (min-width: 720px) {
	.main_content{
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		
		width: 80%;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	.main_content.wide{
		width: 90%;
	}
	#page_title{
		font-size: 2rem;
	}
}

.header_text{
	display: block;
	padding: 6px;
}
.header_text p{
	margin:0;
	padding-bottom: 10px;
}
.footer_text{
	display: block;
	padding: 6px;
}

.recording_section{
	margin-bottom: 2rem;
}
.recording_section:last-child{
	margin-bottom: 0;
}
.section_title{
	margin-bottom: 0px;
	margin-top: 0;
	padding-bottom: 0px;
	background: white;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid rgba(0,0,0,.125);
	border-bottom: 0;
	padding: .35rem .4rem;
}
@media (min-width: 420px) {
	.section_title{
		padding: .5rem .75rem;
	}
}
.section_recordings{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 0;
}

.download_section{
	margin-bottom: 2rem;
}
.download_section > .section_title {
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	font-weight: 600;
}
.section_downloads{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 0;
}


.audio_recording{
	position: relative;
	display: block;
	padding: .5rem 0.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125);
}
.audio_recording:nth-child(odd){
	background-color: #f8f8f8;
}
/*.audio_recording:first-child{*/
/*	border-top-left-radius: 5px;*/
/*	border-top-right-radius: 5px;*/
/*}*/
.audio_recording:last-child{
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-bottom: 0;
}

@media (min-width: 420px) {
	.audio_recording{
		padding: .75rem 1.25rem;
	}
}


.download_item{
	position: relative;
	display: block;
	padding: .25rem 0.5rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125);
}
.download_item:nth-child(odd){
	background-color: #f8f8f8;
}
/*.audio_recording:first-child{*/
/*	border-top-left-radius: 5px;*/
/*	border-top-right-radius: 5px;*/
/*}*/
.download_item:last-child{
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-bottom: 0;
}


.download_link.thin{
	display: inline-block;
	background: #007bff;
	
	padding: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 9px;
	border-radius: 6px;
	color: white;
	text-decoration: none;
	
	float: right;
}


.recording_title{
	font-weight: normal;
	font-size: 1.2em;
}
@media (max-width: 420px) {
	.download_item .recording_title{
		font-size: 0.85em;
	}
}
.download_link{
	display: inline-block;
	background: #007bff;
	
	padding: 6px;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 9px;
	border-radius: 6px;
	color: white;
	text-decoration: none;
	
	float: right;
}
.download_link:hover{
	background: #0069d9;
}

.download_icon{
	font-weight: bold;
	font-size: 1.25em;
	margin-right: 2px;
}

.audio_controls{
	display: block;
	width: 100%;
	margin-top: 6px;
	margin-bottom: 4px;
}


/* Login Page */

.login_page{
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: row;
}

.login_page #page_header{
	position: absolute;
	top:0;
}

.login_page #page_title{
	font-size: 1.5rem;
}

.main_content.login{
	width: 400px;
	max-width: 90%;
	box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px inset;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	border-radius: 8px;
}

.login_title{
	display: block;
	font-size: 1.75em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 12px;
}

.login_textfield{
	display: block;
	width: 100%;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	
	height: auto;
	padding: 8px;
	font-size: 16px;
}

.login_submit_button{
	display: block;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	border: 1px solid transparent;
	
	padding: .45rem 0.5rem;
	font-size: 1.25rem;
	line-height: 1.25;
	border-radius: .3rem;
	width: 100%;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}

.login_submit_button:hover {
	background-color: #0069d9;
	border-color: #0062cc;
}

.center{
	text-align: center;
}
.no_link a{
	text-decoration: none;
}

.archive_link{
	text-align: center;
}
.archive_link a{
	text-decoration: none;
}

.alert{
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;

	/* Default (info) */
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}
.alert.gray{
	color: #1a2027;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}
.alert.error{
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
.alert.success{
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert.no_bottom_gap{
	margin-bottom: 0;
}


/* Videos Shares */

.video_section {
	margin-top: 1em;
	margin-bottom: 1em;
}

.video_subtitle{
	background-color: #f8f8f8;
	border: 1px solid rgba(0,0,0,.125);
	border-bottom: 0;
	padding: .25rem 0.75rem;
	
	display: flex;
	align-items: center;
}

.video_subtitle > .subtitle{
	font-weight: normal;
	font-size: 1em;
	flex: 1;
}

.video_container {
	background: #f8f8f8;
	border: 1px solid rgba(0,0,0,.125);
	text-align: center;
	padding: .75rem;
}
.video_container > video{
	background: black;
	height: 400px;
	height: calc(100vw * (720/1280));
	max-width: 100%;
	max-height: 500px;
}


.footer_padding_outer{
	display: block;
	height: 30px;
}
@media (max-width: 419px) {
	.footer_padding_outer{
		height: 0px;
	}
	.footer_padding{
		display: block;
		height: 30px;
	}
}

