@font-face {
	font-family: material-icons;
	src: url(../fonts/MaterialIcons-Regular.ttf);
}

.app-player {
	z-index: 30;

	position: absolute;
	left: 0;
	bottom: 55px;
	right: 0;
	height: 208px;
	background: rgba(51, 51, 51, 0.8);

	color: #FFF;
	background: #1A1A1A;
	font-family: roboto-regular, sans-serif;
	margin: 0;
	padding: 0;
}

.app-player-separator {
	position: absolute;
	left: 0;
	right: 0;
	top: -16px;
	height: 16px;
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

.app-player-label {
	position: absolute;
	left: 64px;
	width: 864px;
	text-align: left;
}

.app-player-position,
.app-player-duration {
	position: absolute;
	top: 88px;
	font-size: 20px;
	line-height: 26px;
	color: rgba(255, 255, 255, 0.5);
}

.app-player-position {
	width: 480px;
	position: absolute;
	left: 64px;
	text-align: left;
}

.app-player-duration {
	width: 480px;
	right: 64px;
	text-align: right;
}

.app-player-progress {
	position: absolute;
	left: 64px;
	top: 70px;
	right: 64px;
	height: 8px;
	background: rgba(255, 255, 255, 0.25);
}

.app-player-progress-filler {
	position: absolute;
	left: 0;
	top: 0;
	height: 8px;
	background: rgba(255, 255, 255, 1);
}

.app-player-items {
	position: absolute;
  top: 124px;
  left: 0;
  width: 100%;
  height: 48px;
	text-align: center;
}

.app-player-label,
.app-player-extension-label {
	top: 22px;
	line-height: 48px;
	font-size: 24px;
}

.app-player-item {
	position: relative;
	display: inline-block;
	width: 96px;
	height: 48px;
	border: 2px solid rgba(255,255,255,0.25);
	margin: 0 6px;
}

.app-player-item i {
	position: absolute;
	left: 32px;
	top: 0;
	width: 36px;
	height: 48px;
	line-height: 48px;
	font-size: 36px;
}

.app-player-item.hover {
	background: rgba(255, 255, 255, 0.1);
}

.app-player-item.focus {
	background: rgba(255, 255, 255, 0.25);
}

.tvx-icon,
.tvx-icon-inline {
	font-family: material-icons !important;
	font-style: normal;
	font-weight: normal;
	color: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: bottom;
}


.tvx-icon-replay:before {
	content: "\e042";
}

.tvx-icon-fast-rewind:before {
	content: "\e020";
}

.tvx-icon-play-arrow:before {
	content: "\e037";
}

.tvx-icon-pause:before {
	content: "\e034";
}

.tvx-icon-fast-forward:before {
	content: "\e01f";
}

.tvx-icon-skip-previous:before {
	content: "\e045";
}

.tvx-icon-10s-replay:before {
	content: "\e059";
}

.tvx-icon-10s-forward:before {
	content: "\e056";
}

.tvx-icon-stop:before {
	content: "\e047";
}
