* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important;
} 

.turdPlayer {
	color: #ffffff;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.turdPlayerContainer {
	width: 201px;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.6;
	color: #fff;
	border-top: 1px solid #554461;
	border-left: 1px solid #554461;
	border-right: 1px solid #180a1f;
	border-bottom: 1px solid #180a1f;
	background-color: #3a2a45;
}

.turdPlayerPanel {
	margin-bottom: 0px;
	background-color: #fff;
	border: 2px solid rgb(66, 66, 66);
}

.tp-interface {
	position: relative;
	width: 100%;
	background-color: #3a2a45;
	padding-left: 8px;
	padding-right: 12px;
}

.logoImage {
	vertical-align:middle;
	display:inline-block;
	padding: 1px;
	margin-right:6px; 
	box-shadow: 1px 3px 6px rgba(0, 0, 0, .75);
	-moz-box-shadow: 1px 3px 6px rgba(0, 0, 0, .75);
	-webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, .75);
}

.turdPlayerHeader {
	height: 0px;
	text-align: right;
	padding: 0px;
	padding-right: 6px;
	/*border-bottom: 1px solid #e5e5e5;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.turdPlayerHeaderLeft {
	display: inline-block;
	float:left;
	font-size: 18px;
	font-weight: 800;
	color: #FF02FC;
}

.turdPlayerHeaderLogo {
	/*width: 200px;*/
	display: inline-block;
	float: left;
	/*text-align: left;*/
	padding-top:3px;
	color: #9966cc;
}

.turdPlayerHeaderRight {
	display: inline-block;
	float:right;
}

.turdPlayer .songBadge {
	margin-top:8px;
	margin-right:8px;
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	background-image: url(../../../../../../../../../resources/images/textures/cross-scratches.png);
	border-radius: 10px;
	box-shadow: inset 7px 12px 100px -23px #000000;
	-webkit-box-shadow: inset 0px 0px 19px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    inset 0px 0px 19px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         inset 0px 0px 19px 0px rgba(50, 50, 50, 0.75);
}

.turdPlayerFooter {
	height: 0px;
	text-align: right;
	padding: 0px;
	padding-right: 6px;
	/*border-bottom: 1px solid #e5e5e5;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.turdPlayerDialogModal {
	display: flex;
	flex-flow: column;
}

.turdPlayerModalContent {
	flex-grow : 1;
	border-radius: 0px;
	background-color: #00f0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.turdPlayerModalBody {
	/*background-color: #ac39ac;*/
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.turdPlayerAccordion {
	position: absolute;
	/*top:0px;*/
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.turdPlayer .playerHeading {
	padding:0;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	height: 34px;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-shadow: 1px 1px 1px rgba(20, 20, 20, 1);
}

.turdPlayer .playerHeaderButton {
	font-size:18px;
}

.turdPlayer .playerHeaderButton .collapseButton {
	float: left;
}

.turdPlayer .playerHeaderButton .sortButton {
	float: left;
}

body a .btn-default .activated {
	color: red;
}


body a .btn-default .deactivated {
	color: green;
}

.turdPlayer .playerHeaderButton .sortButton .activated {
	color: yellow !important;
}

.turdPlayer .playerHeaderButton .sortButton .deactivated {
	color: 0 !important;
}

.turdPlayer .playerHeaderButton .closeButton {
	float: right;
}

div#mp3SelectionDialog .modal-content {
}

div#mp3SelectionDialog {
	border-radius: 6px;
}

.scrollable {
	overflow: scroll;
}

.cropped {
	overflow: hidden;
}

div#mp3SelectionDialog-Modal {
	/*background-color: #E6E6FA;*/
}

.turdPlayer .playerHeading, .turdPlayer .playerPanel  {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

.turdPlayListItem {
	height:36px;
}

.tp-playlist {
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.6;
	color: #fff;
	border-top: 1px solid #554461;
	border-left: 1px solid #554461;
	border-right: 1px solid #180a1f;
	border-bottom: 1px solid #180a1f;
	background-color: #3a2a45;
}

.tp-playlist-container {
	width: 100%;	
	background-color: #3a2a45;
}

.scrollableList {
	width: 100%;
	overflow-x: auto;
	overflow-y: scroll;
	background-color: #3a2a45;
}

.staticList {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	background-color: #3a2a45;
}

.tp-playlist ul {
	list-style-type: none;
	list-style: none;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.tp-playlist li {
  position: relative;
  padding: 4px 20px;
  border-top: 1px solid #554461;
  border-bottom: 1px solid #180a1f;
  overflow: hidden;  
}

.playListItemLeft {
	position:absolute;
	top:2px;
	left:8px;
	width:100%;
}

.playListItemRight {
	position:absolute;
	top:8px;
	right:8px;
}

.tp-details {
	margin: 0;
	padding: 0;
	text-shadow: 2px 2px 1px
	rgba(20, 20, 20, 0.8);
}

.songTextContainer {
	height:26px;
	font-size: 16px;
	overflow:hidden;
}

.artistContainer {
	height:14px;
	overflow:hidden;
	color: #b6a1c6;
}

.artistText {
	font-size: 12px;
	position:relative;
	left:0px;
	top:-4px;	
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
div.tp-playlist li:first-child {
  border-top: none;
  padding-top: 3px;
}

div.tp-playlist li:last-child {
  border-bottom: none;
  padding-bottom: 3px;
}

div.tp-playlist a {
  color: #8C7A99;
  text-decoration: none; 
}

div.tp-playlist a:hover {
  color: #e892e9;
}

div.tp-playlist li.tp-playlist-current {
  background-color: #26102e;
  margin: 0;
  padding: 4px 20px;
  border-top: 1px solid #26102e;
  border-bottom: 1px solid #26102e; 
  width: 100%;
  color: #E892E9;
}

div.tp-playlist li.tp-playlist-current a {
 /*color: #9E8B99; */
 }

div.tp-playlist a.tp-playlist-item-remove {
  float: right;
  display: inline;
  text-align: right;
  margin-left: 10px;
  font-weight: bold;
  color: #8C7A99;
}

div.tp-playlist a.tp-playlist-item-remove:hover {
  color: #E892E9;
}

div.tp-playlist span.tp-free-media {
  float: right;
  display: inline;
  text-align: right;
  color: #8C7A99;
}

div.tp-playlist span.tp-free-media a {
  color: #8C7A99;
}

div.tp-playlist span.tp-free-media a:hover {
  color: #E892E9;
}

div.tp-controls {
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	padding:0;
	width: 100%;
	height: 64px;
	border-style: ridge;
	border: 4px solid #404040;
    box-sizing: border-box;
	-webkit-box-shadow: 2px 2px 1px 0px rgba(20, 20, 20, 0.8);
	-moz-box-shadow:    2px 2px 1px 0px rgba(20, 20, 20, 0.8);
	box-shadow:         2px 2px 1px 0px rgba(20, 20, 20, 0.8);
}

.tp-controls button{
	background: -moz-linear-gradient(top, #581860 0%, #ab31c4 4%, #4c1b6d 94%, #040107 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #581860 0%,#ab31c4 4%,#4c1b6d 94%,#040107 100%); /* Chrome10-25,Safari5.1-6 */
	background:  linear-gradient(to bottom, #581860 0%,#ab31c4 4%,#4c1b6d 94%,#040107 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#581860', endColorstr='#040107',GradientType=0 ); /* IE6-9 */

}

div.tp-controls button {
  display: inline-block;
  font-size: 32px;
  float: left;
  overflow: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
  border-style: ridge;
  border: 2px solid #202020;
  cursor: pointer;
}

.tp-play,
.tp-pause {
  border-right: 1px solid #180920;
 }

.tp-controls button {
	width: 25%;
	color: #202020;
	background-color: #979797;
	text-shadow: #979797 2px 2px 0px;
}

.tp-controls button:focus {
	color: #B044B0;
	background-color: #202020;
	text-shadow: #202020 -2px -2px 0px;
}

.playerButtonHighlight {
	color: #B044B0 !important;
	text-shadow: #202020 -2px -2px 0px;
	box-shadow: inset 7px 12px 100px -23px #000000;
	-webkit-box-shadow: inset 7px 12px 100px -23px #000000;
	-moz-box-shadow: inset 7px 12px 100px -23px #000000;
	-o-box-shadow: inset 7px 12px 100px -23px #000000;
}

.playerButtonInactive {
	color: #202020;
}

.tp-toggles {
	/*position: relative;*/
	display: inline-block;
	height: 36px;
	width: 100%;
	padding: 0;
	margin: 0;
}

.tp-toggles .openPlayList {
	display: inline-block;
	padding: 6px 12px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;	
	float:left;
    margin-top: 0px;
    margin-left: 20px;
	margin-right: 0px;
	font-size:16px !important;
	padding: 6px 4px;
	text-shadow: 2px 2px 1px rgba(20, 20, 20, 0.8);
}

.tp-toggles .openPlayList a {
	color: #cd95f5;
}

.tp-toggles .openPlayList a:hover {
	color: #8C7A99;
}

.tp-toggles .playListSymbol {
	margin-right: 4px;
}
  
.tp-toggles .tp-playMode {
	float: right;
    margin-top: 0px;
    margin-left: 0px;
	margin-right: 20px;
	font-size: 32px !important;
	text-shadow: 2px 2px 1px rgba(20, 20, 20, 0.8);
	cursor: pointer;
	width:32px;
	height:32px;
}

.tp-toggles .tp-playMode span {
	color: #cd95f5;
}

.tp-toggles .tp-playMode span:hover {
	color: #8C7A99;
}

.tp-toggles .tp-playMode span:focus {
	color: #cd95f5;
}

.tp-toggles .tp-playMode span:active {
	color: #cd95f5;
}

.tp-toggles .tp-playMode span:visited {
	color: #cd95f5;
}

.tp-toggles .tp-playMode span:link {
	color: #cd95f5;
}

.tp-details {
	width: 100%;
	height: 48px;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-shadow: 2px 2px 1px rgba(20, 20, 20, 0.8);
}

.tp-details .tp-title {
  width: 100%;
  font-size: 14px;
  padding: 0;
  margin: 0;
  margin-top: 0px;
  overflow: hidden;
  text-align: center;
  cursor: default;
}


.tp-details .tp-artist {
  width: 100%;
  color: #8C7A99;
   overflow: hidden;
  text-align: center;
}

.tp-details2 {
	float: left;
	width: 76%;
	height: 48px;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-shadow: 2px 2px 1px rgba(20, 20, 20, 0.8);
}

.tp-title2 {
	width: 100%;
	font-size: 14px;
	color: #ffffff;
	padding: 0;
	margin: 0;
    margin-top: 0px;
	margin-top: 0px;
	overflow: hidden;
	text-align: left;
	cursor: default;
}

.tp-artist2 {
	width: 100%;
	color: #b6a1c6;
	overflow: hidden;
	text-align: left;
}

.turdPlayer .turdPlayerProgressPanel {
	margin-top: 0px;
	margin-bottom:28px;
}

.tp-current-time, .tp-duration {
  width: 120px;
  font-size: 12px;
  color: #FFFFFF; 
	text-shadow: 2px 2px 1px rgba(20, 20, 20, 0.8);
}

.tp-current-time {
  float: left;
  cursor: default;
}

.tp-duration {
  float: right;
  text-align: right;
  cursor: pointer;
}

.tp-progress {
  width: 100%;
  height: 32px;
  padding: 0 2px 2px 2px;
  margin-top: 20px;
  margin-bottom: 4px;
  overflow: hidden;
  border-style: ridge;
  border: 3px solid #404040;
    box-sizing: border-box;
	text-shadow: 2px 2px 1px rgba(20, 20, 20, 0.8);
	-webkit-box-shadow: 2px 2px 1px 0px rgba(20, 20, 20, 0.8);
	-moz-box-shadow:    2px 2px 1px 0px rgba(20, 20, 20, 0.8);
	box-shadow:         2px 2px 1px 0px rgba(20, 20, 20, 0.8);
	position: relative;
}

.tp-seek-bar {
	background: #211608; /* Old browsers */
	background: -moz-linear-gradient(top, #211608 0%, #4f3d13 31%, #4f3d13 62%, #211608 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #211608 0%,#4f3d13 31%,#4f3d13 62%,#211608 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #211608 0%,#4f3d13 31%,#4f3d13 62%,#211608 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#211608', endColorstr='#211608',GradientType=0 ); /* IE6-9 */
	width: 0px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	height:32px;
	left:0px;
	top:0px;
}

.tp-play-bar {
	background: #211608; /* Old browsers */
	background: -moz-linear-gradient(top, #211608 0%, #f9a23e 27%, #f7bb76 40%, #f7bb76 54%, #f9a23e 62%, #211608 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #211608 0%,#f9a23e 27%,#f7bb76 40%,#f7bb76 54%,#f9a23e 62%,#211608 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #211608 0%,#f9a23e 27%,#f7bb76 40%,#f7bb76 54%,#f9a23e 62%,#211608 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#211608', endColorstr='#211608',GradientType=0 ); /* IE6-9 */
	width: 0px;
	height: 32px;
	overflow: hidden;
	position: absolute;
	top:0px;
	left:0px;
}

.tp-volume-bar {
	background: #061905; /* Old browsers */
	background: -moz-linear-gradient(top, #061905 0%, #467549 27%, #467549 62%, #061905 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #061905 0%,#467549 27%,#467549 62%,#061905 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #061905 0%,#467549 27%,#467549 62%,#061905 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#061905', endColorstr='#061905',GradientType=0 ); /* IE6-9 */
	width: 100%;
	height: 24px;
	padding: 2px 2px 1px 2px;
	overflow: hidden;
	cursor: pointer;
	border-style: ridge;
	border: 3px solid #404040;
	box-sizing: border-box;
	-webkit-box-shadow: 2px 2px 1px 0px rgba(20, 20, 20, 0.8);
	-moz-box-shadow:    2px 2px 1px 0px rgba(20, 20, 20, 0.8);
	box-shadow:         2px 2px 1px 0px rgba(20, 20, 20, 0.8);
}

.tp-audio-stream .tp-interface .tp-volume-bar {
	border-right: 1px solid #180920;
	padding-right: 1px;
}

.tp-volume-bar-value {
	background: #136020; /* Old browsers */
	background: -moz-linear-gradient(top, #136020 0%, #61f489 27%, #8ef2a9 42%, #8ef2a9 47%, #61f489 62%, #136020 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #136020 0%,#61f489 27%,#8ef2a9 42%,#8ef2a9 47%,#61f489 62%,#136020 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #136020 0%,#61f489 27%,#8ef2a9 42%,#8ef2a9 47%,#61f489 62%,#136020 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#136020', endColorstr='#136020',GradientType=0 ); /* IE6-9 */
	height: 24px;
	width: 100%;
}

.tp-volume-controls .tp-volume-controls {
  height: 24px;
}

.volumeButtonContainerLeft {
	position: absolute;
	bottom: 140px;
	left: 0px;
	width: 32px;
	height: 32px;
	padding: 6px;
}

.volumeButtonContainerRight {
	position: absolute;
	bottom: 140px;
	right: 0px;
	width: 32px;
	height: 32px;
	padding: 6px;
}

.tp-volume-controls button {  
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  color: #202020;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.volumeIcon {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:100%;
}

.tp-volume-controls{
	padding-left: 20px;
	padding-right: 20px;
}

.tp-volume-controls button {
	  background-color: #cd95f5;
	  -webkit-box-shadow: 2px 2px 1px 0px rgba(20, 20, 20, 0.8);
	  -moz-box-shadow:    2px 2px 1px 0px rgba(20, 20, 20, 0.8);
	  box-shadow:         2px 2px 1px 0px rgba(20, 20, 20, 0.8);
}

.tp-volume-controls button:focus {
    background-color: #FFFFFF;
}

.tp-volume-controls button:hover{
	background-color: #8C7A99;
}

.tp-volume-controls button:active {
	background-color: #8C7A99;
}

.turdPlayer .socialHeading {
	background-color: #FFFFFF;
}

.turdPlayer .socialButton {
	text-shadow: 2px 2px 1px rgba(20, 20, 20, 0.8);
}

.turdPlayer .turdPlayerSocialContainer {
	width: 100%;
	height: 100%;
	padding: 20px;
	background-color: #202020;
}

.turdPlayer .sendMailButton {
	width:100%;	
}

.btn-p-tracks {
	background-color: #3a2a45;
}

.btn-p-embed {
	background-color: #009933;
}

.btn-p-email {
	 background-color: #cc6699;
}