@charset "utf-8";

/*** Detailansicht rechte Spalte ***/
.tx-hplmediaplayer-pi1 .table {
	float: left;
	width: 100%;
	border: 1px solid #ddd;
}

.tx-hplmediaplayer-pi1 h1 {
	margin: 0;
}

.tx-hplmediaplayer-pi1 .hpl-td.player {
	width: 90px;
}

.tx-hplmediaplayer-pi1 .hpl-td.title {
	padding-left: 5px;
	/*	border: 1px solid #ddd; */
}

.messageNewestFirst {
	margin: 10px 0;
}

.hpl-table.audios {
	float: left;
	width: 100%;
	border-collapse: collapse;
}

.hpl-table.audios .hpl-td {
	height: 40px;
	padding: 3px;
	border: 1px solid #eee;
}

.hpl-table.audios .hpl-th {
	padding: 5px 3px;
	border: 1px solid #eee;
}

/*
td.publishing_date {
	width: 90px;
	text-align: center;
}
*/

/*
.audios .download-icon {
	float: left;
	width: 100%;
	padding: 0;
	margin: 3px;
	border: 1px solid red;
}
*/

.hpl-table.audios .icon img {
}

.hpl-table.audios .download-icon {
	width: 40px;
}

.hpl-table.audios .download-icon .icon {
}

.hpl-table.audios .download-icon .text {
}

.hpl-table.audios .medium_number {
}

.hpl-table.audios .author {
	width: 200px;
}

.hpl-table.audios .title {
}

.hpl-table.audios .language {
}

.hpl-table.audios .language img {
}

/*
.audioDescription {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.audioDescription .hpl-table {
	float: left;
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

.audioDescription .hpl-table.singleViewTable .hpl-td.label {
	width: 200px;
}

.audioDescription .hpl-tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.audioDescription .hpl-td.label {
	border-left: 1px solid #ddd;
}

.audioDescription .hpl-td.value {
	padding: 3px;
	border: 1px solid #ddd;
}
*/

.backLinkToList {
	float: left;
	width: 100%;
}

.backLinkToAudio {
	float: left;
	width: 100%;
	margin-top: 3px;
}

.downloadable-files {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.audio-players {
	float: left;
	width: auto;
	border-collapse: collapse;
}

.audio-players .audio-download-text {
	width: auto;
	height: auto;
	padding-left: 5px;
	padding-right: 10px;
	vertical-align: middle;
	border: 1px solid #ddd;
}

.audio-players .audio-player {
	width: auto;
	height: auto;
	vertical-align: middle;
	border: 1px solid #ddd;
	border-left: 0;
	padding: 3px;
}

.download-button {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.orderDownloadExplanation {
}

/* input fields */
/*
.email {
	clear: both;
	float: left;
	margin-top: 20px;
}

.email .label {
	display: table-cell;
	vertical-align: middle;
	width: 50px;
	height: 22px;
}

.email .input-field {
	display: table-cell;
	vertical-align: middle;
}

.email .input-field input {
	width: 300px;
}
*/

.submit {
	clear: both;
	float: left;
	margin-top: 20px;
}

.audioFiles {
	float: left;
	margin: 5px;
}

.table-audioFiles {
	float: left;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.table-audioFiles .hpl-tr {
	width: 100%;
}

.table-audioFiles .fileType .ext {
	background-position: center;
	height: 100%;
}

/*
.table-audioFiles .hpl-td {
	border: 1px solid #ddd;
}

.table-audioFiles .hpl-th {
	border: 1px solid #ddd;
	text-align: left;
	padding: 5px;
}
*/

.table-audioFiles .hpl-th.choice {
	width: 80px;
	min-width: 80px;
	max-width: 100px;
	text-align: center;
	white-space: nowrap;
	border-right: 0;
}

.table-audioFiles .hpl-td.choice {
	text-align: center;
	border-right: 0;
}

/* Den Tabellenkopf fuer die Auswahl der Teil-Audios ausblenden bei kleine Displays */
@media all and (max-width: 767px) {
	.choice-text {
		display: none !important;
	}

	.table-audioFiles .hpl-th.choice {
		width: 40px;
		min-width: 40px;
		max-width: 40px;
	}
}

.table-audioFiles .hpl-th.status {
	width: 60px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	border-left: 0;
	border-right: 0;
}

.table-audioFiles .hpl-td.status {
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	border-left: 0;
	border-right: 0;
}

/* Den Tabellenkopf fuer den Status der Teil-Audios ausblenden bei kleine Displays */
@media all and (max-width: 767px) {
	.table-audioFiles .hpl-th.status { width: 40px !important;	}
	.table-audioFiles .packingStateText { display: none !important; }
}

.table-audioFiles .hpl-th.fileType {
	text-align: right;
	width: 40px;
	overflow: hidden;
	border-left: 0;
}

.table-audioFiles .hpl-td.fileType {
	text-align: center;
	vertical-align: middle;
}

/* Den Mediatype ausblenden bei kleinen Displays */
@media all and (max-width: 767px) {
	.table-audioFiles .hpl-th.fileType { display: none !important; }
	.table-audioFiles .hpl-td.fileType { display: none !important; }
}

.table-audioFiles .hpl-th.fileName {
	width: auto;
	overflow: hidden;
	border-left: 0;
	border-right: 0;
}

.table-audioFiles .hpl-td.fileName {
	overflow: hidden;
/*	white-space: pre-wrap; */
	text-overflow: clip;
	border-left: 0;
	border-right: 0;
	padding: 7px;
}

.table-audioFiles .hpl-th.duration {
	text-align: right;
	padding: 7px;
	width: 100px;
	overflow: hidden;
	border-left: 0;
}

.table-audioFiles .hpl-td.duration {
	overflow: hidden;
/*	white-space: pre-wrap; */
	text-overflow: clip;
	text-align: right;
	padding: 7px;
	border-left: 0;
}

.table-audioFiles .hpl-th.fileSize {
	text-align: right;
	padding: 7px;
	width: 100px;
	overflow: hidden;
	border-left: 0;
}

.table-audioFiles .hpl-td.fileSize {
	overflow: hidden;
	/*	white-space: pre-wrap; */
	text-overflow: clip;
	text-align: right;
	padding: 7px;
	border-left: 0;
}

@media all and (max-width: 767px) {
	.table-audioFiles .hpl-th.duration,
	.table-audioFiles .hpl-td.duration {
		display: none !important;
	}
}

img.icon-ready,
img.icon-waiting,
img.icon-ok,
img.icon-failed {
	width: 20px;
}

.buttonsMedialistDownload {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#buttonStart,
#buttonCancel,
#buttonPause,
#buttonResume {
	float: left;
	width: auto;
	margin-right: 20px;
	padding: 0 20px;
}

@media all and (max-width: 767px) {
	#buttonCancel,
	#buttonPause,
	#buttonResume {
		margin-bottom: 10px;
	}
}

#buttonPause,
#buttonResume {
	background-color: #ffcc00;
}

#buttonCancel {
	background-color: #ff7700;
}

#buttonEnd {
	font-size: 16px;
	background-color: red;
}

/*
.explanation {
	clear: both;
	float: left;
	width: 100%;
	font-size: 16px;
}
*/

.donateExplanation {
	float: left;
	width: 100%;
}

.donateButton {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.donateButton input {
	border-style: none;
}

.infoWaitForFileExplorerText {
	display: none;
	float: left;
	width: 100%;
}

.downloadCompletedItems {
	display: none;
	float: left;
	width: 100%;
}

.downloadCompletedText {
	float: left;
	width: 100%;
}

.donateBox {
	float: left;
	width: 100%;
}

.jPlayer-box-wrapper {
	font: inherit;
}

.jPlayer-box-wrapper .jPlayer-box {
}

.jPlayer-box {
	float: left;
	width: 100%;
	padding: 0 !important;
}

.jPlayer-box li {
	margin: 0;
	padding: 0;
	border: 0;
}

#jPlayerIdBox {
	width: 100%;
	border: 0;
	padding-top: 10px;
}

.jp-video-play {
	display: none !important;
}

/*** Info login or register ***/
.downloadLoginOrRegisterInfo {
	float: left;
	width: 100%;
}

.downloadLoginOrRegisterInfoIcon {
	float: left;
	width: auto;
}

.downloadLoginOrRegisterInfoIcon img {
	float: left;
	width: 50px;
}

.messageLoginOrRegister {
	float: left;
	width: 900px;
	height: auto;
	margin-top: 5px;
	margin-left: 10px;
	font-size: 16px;
}

.messageLoginOrRegister div {
	float: left;
	font-size: 16px;
}

.messageLoginOrRegister div a {
	float: left;
	font-size: 16px;
}

.audioDescription,
.div-packingHelp {
	float: left;
	width: 100%;
	font-size: 16px;
}

.accordion-h2-box .readForm {
	margin: 0;
}

.audioForm {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.media-player {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.singleView-adminHelpBox {
	float: left;
	width: 100%;
	margin-top: 10px;
}

#accordion-videos-h3-box {
	margin-bottom: 10px;
}

