

#PodcastContiner
{
	margin-top: 30px;
	margin-bottom: 60px;
}
#Loading
{
	position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0,0,0,.3);
    z-index: 1000;
    left: 0;
    text-align: center;
    padding-top: 320px;
	display: none;
}
#Loading img
{
	width: 106px;
}
.audio-container {
	width: 100%;
	box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
	font-family: "Roboto", sans-serif;
	position: relative;
	border-radius: 10px;
	overflow: hidden;	
	max-width: 500px;
	margin: auto;
}

.audio-container .audio {
	background: #222;
	width: 100%;
	height: 130px;
}

.audio-container .track-name {

	left: 8px;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	padding: 8px 32px;
	font-size: 13px;
}

.audio-container .btn {
	padding: 16px;
	width: 24px;
	margin-right: 8px;
	cursor: pointer;
	display: inline-block;
}

.audio-container .volume-slider {
	width: calc(100% - 145px);
	max-width: 80px;
}

.audio-container .buttons .play-btn .fa-pause {
	display: none;
}

.audio-container .buttons .play-btn.playing .fa-pause {
	display: inline-block;
}

.audio-container .buttons .play-btn.play-btn.playing .fa-play {
	display: none;
}

.audio-container .buttons .mute-btn .fa-volume-mute {
	display: none;
}

.audio-container .buttons .mute-btn.muted .fa-volume-mute {
	display: inline-block;
}

.audio-container .buttons .mute-btn.muted .fa-volume-up {
	display: none;
}

.HiddenObject
{
	position: absolute;
	left: -99999px;
	height: 0px;
	width: 0px;
}
.podcast-list-container
{
	margin-top: 30px!important;
	padding: 0px;
	margin: 0px;
}

.podcast-list-container li
{
	list-style: none;

}
.podcast-list-container li a
{
	display: block;
	padding: 10px;
}
.podcast-list-container li a:hover
{
	background-color: #d8f5be;
	box-shadow: none;
	color: black!important;
}
.podcast-list-container .IsPlaying,.podcast-list-container .IsPlaying:hover
{
	background-color: rgba(156,203,113,.9);
	box-shadow: 0 4px 8px -4px rgb(0 0 0 / 30%);
	color: white!important;
}
.podcast-list-container li a.Transcript:hover
{
	background-color: #fff!important;	
}



