@charset "UTF-8";
/* CSS Document */

/* This is the class that houses all controls. Use this to adjust the appearance of the entire controlbar. */
/*
.jw-skin-seven .jw-controlbar {
  border-top: #333 1px solid;
  height: 2.5em;
}
*/

/* Aligns the visual playlist above its icon. */
/*
.jw-skin-seven .jw-playlist-container {
  left: -43%;
  background-color: rgba(0, 0, 0, 0.8);
}
*/

/* Allows you to adjust the color of the playlist item when hovering and has a different active style.*/
/*
.jw-skin-seven .jw-playlist-container .jw-option:hover,
.jw-skin-seven .jw-playlist-container .jw-option.jw-active-option {
  background-color: black;
}
*/

/* Changes the color of the label when hovering.*/
/*
.jw-skin-seven .jw-playlist-container .jw-option:hover .jw-label {
  color: #ff0046;
}
*/

/* Sets the color of the play icon of the currently playing playlist item.*/
/*
.jw-skin-seven .jw-playlist-container .jw-label .jw-icon-play {
  color: #ff0046;
}
*/

/* Sets the color of the playlist title */
/*
.jw-skin-seven .jw-tooltip-title {
    background-color: #000;
    color: #fff
}
*/

.jw-logo {
	padding: 0 !important;
}
.jw-controlbar-center-group .jw-slider-time, .jw-controlbar-center-group .jw-text-alt {
	padding: 5px 0 0 !important;
}
.jw-tooltip-title {
	font-size: 0.75em;
}

/*Sets the visual listbar width to 400 px and realigns it above the icon. */
 .jw-skin-bekle .jw-overlay .jw-playlist-container {
 	width: 425px;
 	left: -20%;
 }
 
 /* Makes it so the list items are left aligned in the visualplaylist */
 .jwplayer .jw-playlist .jw-option {
	padding: 0 15px;
	margin: auto;
	text-align: left;
}

/* overrides the player settings for how tall the visualplaylist can be. 195px is the about right for a player that is 270px tall, including the controlbar height, and menus. */
.jwplayer .jw-playlist {
min-height: none;
max-height: none;
height: 160px;

 }
 
 /* Overrides Bekle's playlist text handling */
 .jw-playlist .jw-label, .jw-playlist .jw-name {
	 overflow: unset !important;
 }
 
 .jw-playlist .jw-label {
	 width: 1.3em;
 }
 
 .jw-playlist .jw-name {
	 width: 28.5em;
 }
 
 .jw-rightclick li.jw-featured a {
	 display: none;
 }