﻿#popup {
	width: 50%;
	height: 100%;
	background-color: rgba(255,255,255,0.75);
	position: absolute;
	z-index: 99;
	display: none;
	font-size: 36px;
	line-height: 120%;	
	-moz-box-sizing: border-box;
}

#popup.positionRight {
	right: 0;
}

#popup .overview>* {
	display: none;
}

#popup .scrollbar {
	display: block;
}

#popup.my_compilation #my_compilation { display: block; }
#popup.my_compilation .scrollbar .thumb { background-color: #000; }

#popup.users_tracklists #users_tracklists { display: block; }
#popup.users_tracklists .scrollbar .thumb { background-color: #000; }

#popup.fm_scenario #fm_scenario { display: block; }
#popup.fm_scenario .scrollbar .thumb { background-color: #000; }

#popup.already_heard #already_heard { display: block; }
#popup.already_heard .scrollbar .thumb { background-color: #000; }

#popup.transcription #transcription { display: block; }


#popup #transcription, #popup #fm_scenario {
	margin: 0 30px;
}

#popup #transcription p, #popup #fm_scenario p {
	margin: 0 0 15px;
}

/*ECHOKAMMER: Times*/
#popup .style_times {
	font-family: 'Times';
	font-weight: bold;
}


/*Höreranruf:*/
#popup .style_helv_b {
	font-family: 'Helvetica', 'Arial';
	font-weight: bold;
}

/*Cloud Server:*/
#popup .style_courier {
	font-family: 'Courier New','Courier',monospace;
	font-size: 30px;
	line-height: 36px;
}

/*Blog:*/
#popup .style_times_b {
	font-family: 'Times', sans-serif;
	font-weight: bold;
}

/*Wiederaufführungsstudio:*/
#popup .style_helv {
	font-family: 'Helvetica','Arial';
}

/*Sendersuche:*/
#popup .style_franklin {
	font-family: 'Franklin Gothic Medium','Georgia';
}

/*Automatischer Moderator:*/
#popup .style_impact {
	font-family: 'Impact';
}

/*Andere Schrift:*/
#popup .style_other {
	font-family: 'Trebuchet MS';
}

#popup #fm_scenario {
	color: #000;
}

#popup #fm_scenario p {
	margin: 0;
}

#popup #fm_scenario #audioversion_imprint {
	margin-bottom: 50px;
}

#popup #fm_scenario #textversion_imprint {
	margin-bottom: 50px;
}

#popup #fm_scenario a {
	border-bottom: 1px solid #000;
}

#popup #fm_scenario a.img {
	border-bottom: 0 none;
}

#popup #fm_scenario span:hover {
	background-color: #000;
	color: white;
	padding: 3px 5px;
	margin: -3px -5px;
	white-space:nowrap;
}

#popup #fm_scenario span audio {
	display: none;
}

#users_tracklists,
#already_heard {
	margin: 0 30px;
	padding: 0 0 30px;
	color: #000;
}

#users_tracklists ol,
#already_heard ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#users_tracklists ol>li,
#already_heard ol>li {
	margin-bottom: 20px;
	overflow:hidden;
}

#my_compilation {
	margin: 0 30px;
	padding: 0 0 30px;
	-moz-box-sizing: border-box;
	color: #000;
	font-size: 18px;
	line-height: 20px;
}

#my_compilation>* {
	//width: 40%;
}

#popup .scrollbar {
	visibility: hidden;
}

#popup:hover .scrollbar {
	visibility: visible;
}

#popup:hover .scrollbar.disable {
	visibility: hidden;
}

#my_compilation h1 {
	font-size: 18px;
	font-weight: normal;
}

#track_droparea, #playlist_name_droparea {
	margin-bottom: 5px;
	min-height: 40px;
	font-size: 18px;
	border: 1px solid rgba(0,0,0,0.5);
	padding: 0 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#track_droparea .ui-sortable-helper {
	width: auto !important;
	height: auto !important;
}


#track_droparea .track_container button {
	margin: 9px 0 0 0;
}

#track_droparea .track_container .timer {
	margin: 0 20px 0 30px;
}

#track_droparea .track_container>.tagList {
	display: inline;
}

#track_droparea .track_container>.tagList>li {
	padding: 0;
	margin: 0;
	display: inline;
}

#track_droparea>li.active .track_container {
	background-color: #000;
	color: #fff;
}

#track_droparea .track_container>.tagList>li:hover, #track_droparea .active ul>li, #track_droparea .active ul>li:after, #track_droparea .dragTrigger:hover button {
	background-color: #000 !important;
	color: #fff !important;
}

#track_droparea .track_container>.tagList>li:hover:after {
	background-color: transparent;
	color: #fff;
}

#track_droparea .track_container>.tagList>li:after, #playlist_name_droparea>li:after {
	background-color: transparent;
	color: #fff;
	padding: 0 5px;
	content: '–';
}

#track_droparea .track_container>.tagList>li:last-child:after, #playlist_name_droparea>li:last-child:after {
	margin: 0;
	padding: 0;
	content: '' !important;
}

#track_droparea .track_container>button.drag {
	margin: 0;
	height: 100%;
	width: 70px;
	position: absolute;
	top: 0;
	left: 30px;
	background-color: rgba(255,0,0,0.5);
}

#track_droparea .track_container .ui-sortable-placeholder {
	display: none !important;
}

#track_droparea .ui-sortable-helper:after {
	margin: 0;
	background-color: transparent !important;
	content: '' !important;	
}

#track_droparea .track_container {
	display: inline;
	padding: 5px;
}

#track_droparea .track_container button img {
	//margin: -42px 0 0 -122px;
	margin: -2px 0 0 -120px;
}

.webkit #track_droparea .track_container button img {
	//margin: -42px 0 0 -122px;
	margin: 0 0 0 -118px;
}

#track_droparea .active button img {
	margin-top: -22px;
}

#track_droparea li, #playlist_name_droparea li {
	//position: relative;
	//color: #fff;
	color: #000;
	//background-color: #000;
	//padding: 5px;
	display: inline;
	line-height: 35px;
	user-select: none; 
	-o-user-select: none; 
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none;	
	//margin-right: 5px;
	cursor: move;
}

#track_droparea li {
	display: block;
}

#playlist_name_droparea {
	margin-top: 20px;
}

#playlist_name_droparea li {
	margin-right: 5px;
}

.playlist_name_note {
    background-color: transparent;
    color: #000000;
    line-height: 35px;
    margin: 25px 10px 0;
    position: absolute;
}

#playlist_name_droparea li.preview, #track_droparea li.preview, #track_droparea li.activeDrop {
	opacity: 0.25;
}

.ui-sortable-helper {
	height: auto !important;
	line-height: 35px !important;
	display: inline !important;
	padding: 0 5px !important;
}

#playlist_name_droparea, #playlist_author_name, #playlist_author_email {
	border: 1px solid rgba(0,0,0,0.5);
	font-size: 18px;
	font-family: 'Times', serif;
	padding: 0 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
}

#playlist_author_name, #playlist_author_email {
	height: 50px;
	padding: 5px;
	margin: 25px 0 5px;
}

#playlist_options {
	overflow: hidden;
}

.user_playlist_options .track_playpause, .user_playlist_options .track_stop {
	padding-top: 10px;
}

.user_playlist_options audio {
	display: none;
}

#playlist_save {
	margin-top: 25px;
}

#playlist_save span {
	margin-left: 10px;
}

#playlist_save>div {
	display: none;
}

#playlist_save button {
	font-family: 'Times', serif;
	background-color: #000;
	padding: 5px;
	font-size: 18px;
	border: 0;
	color: #fff;
	margin-bottom: 100px;
}

#popup .viewport { height: 100%; position: relative; }
#popup .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 30px 0; margin: 0; }
#popup .scrollbar{ position: relative; background-position: 0 0; float: right; width: 15px; }
//#popup .track { background: transparent url(../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:15px; position: relative; }
#popup .thumb { background-color: #000; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; z-index: 700; }
//#popup .thumb .end { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#popup .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
