/* GLOBAL ********************************************************************/

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.centered, .middle {
	top: 50%;
	position: relative;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.middle-center {
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.mid-center {
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.invis, .invisible {
	visibility: hidden;
}

.vis, .visible {
	visibility: visible;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

.block {
	display: block;
}

.auto-margin {
	margin: 0 auto;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.no-pointer-events {
	pointer-events: none;
}

.orange {
	border: 1px solid #ffcc00;
	color: #ffcc00;
}


/* EFFECTS *******************************************************************/

.fadeOut {
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

.fadeOut-quick {
	opacity: 0;
	-webkit-transition: opacity 500ms ease-in-out;
	-moz-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
}

.fadeOut-quicker {
	opacity: 0;
	-webkit-transition: opacity 250ms ease-in-out;
	-moz-transition: opacity 250ms ease-in-out;
	-o-transition: opacity 250ms ease-in-out;
	transition: opacity 250ms ease-in-out;
}

.fadeOut-quickest {
	opacity: 0;
	-webkit-transition: opacity 100ms ease-in-out;
	-moz-transition: opacity 100ms ease-in-out;
	-o-transition: opacity 100ms ease-in-out;
	transition: opacity 100ms ease-in-out;
}

.fadeIn {
	opacity: 1;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

.fadeIn-quick {
	opacity: 1;
	-webkit-transition: opacity 500ms ease-in-out;
	-moz-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
}

.fadeIn-quicker {
	opacity: 1;
	-webkit-transition: opacity 250ms ease-in-out;
	-moz-transition: opacity 250ms ease-in-out;
	-o-transition: opacity 250ms ease-in-out;
	transition: opacity 250ms ease-in-out;
}

.fadeIn-quickest {
	opacity: 1;
	-webkit-transition: opacity 100ms ease-in-out;
	-moz-transition: opacity 100ms ease-in-out;
	-o-transition: opacity 100ms ease-in-out;
	transition: opacity 100ms ease-in-out;
}

#cf2 img.transparent {
opacity:0;
}
#cf_onclick {
cursor:pointer;
}


$(document).ready(function() {
  $("#cf_onclick").click(function() {
  $("#cf2 img.top").toggleClass("transparent");
});
});




/* DASH PLAYER CONTROLS ******************************************************/

.debug-border {
	border: 1px solid #ffcc00;
}

.dash-video {
	background-color: #000000;
}

.dash-video-overlay {
	background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 1));
	background: -o-radial-gradient(circle, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 1));
	background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 1));
	background: radial-gradient(circle, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 1));
	background-color: rgba(48, 48, 48, 1.0);
	position: absolute;
	z-index: 1000;
}

.dash-video-overlay-unveil9 { background: radial-gradient(circle, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)); background-color: rgba(0, 0, 0, 0.9); }
.dash-video-overlay-unveil8 { background: radial-gradient(circle, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)); background-color: rgba(0, 0, 0, 0.8); }
.dash-video-overlay-unveil7 { background: radial-gradient(circle, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)); background-color: rgba(0, 0, 0, 0.7); }
.dash-video-overlay-unveil6 { background: radial-gradient(circle, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)); background-color: rgba(0, 0, 0, 0.6); }
.dash-video-overlay-unveil5 { background: radial-gradient(circle, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)); background-color: rgba(0, 0, 0, 0.5); }
.dash-video-overlay-unveil4 { background: radial-gradient(circle, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)); background-color: rgba(0, 0, 0, 0.4); }
.dash-video-overlay-unveil3 { background: radial-gradient(circle, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)); background-color: rgba(0, 0, 0, 0.3); }
.dash-video-overlay-unveil2 { background: radial-gradient(circle, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.2)); background-color: rgba(0, 0, 0, 0.2); }
.dash-video-overlay-unveil1 { background: radial-gradient(circle, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.1)); background-color: rgba(0, 0, 0, 0.1); }

.dash-video-overlay-fade10 { background: rgba(0, 0, 0, 1.0); }
.dash-video-overlay-fade9 { background: rgba(0, 0, 0, 0.9); }
.dash-video-overlay-fade8 { background: rgba(0, 0, 0, 0.8); }
.dash-video-overlay-fade7 { background: rgba(0, 0, 0, 0.7); }
.dash-video-overlay-fade6 { background: rgba(0, 0, 0, 0.6); }
.dash-video-overlay-fade5 { background: rgba(0, 0, 0, 0.5); }
.dash-video-overlay-fade4 { background: rgba(0, 0, 0, 0.4); }
.dash-video-overlay-fade3 { background: rgba(0, 0, 0, 0.3); }
.dash-video-overlay-fade2 { background: rgba(0, 0, 0, 0.2); }
.dash-video-overlay-fade1 { background: rgba(0, 0, 0, 0.1); }

.dash-player {
	z-index: 1000;
	text-align: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}

.dash-player video {
	display: block;
	width: 100%;
	height: 100%;
}

@font-face {
	font-family: dashFont;
	src: url('dash-player-font.ttf');
}

.video-controls-container {
	min-width: 100px;
	position: relative;
	z-index: 2000;
}

.fullscreen #video-container  {
	width: 100%;
	height: 100%;
}

.fullscreen .video-controls-container  {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

#video-container.large {
	width: 100%;
	margin: 0;
}

.mobile-video-controls-container {
	margin-top: -4px;
	min-width: 250px;
}

.dash-controls-spacer {
	display: none;
	height: 5px;
}

.dash-controls-spacer.both-controls {
	display: block;
}

.both-controls .mobile-video-controls-container {
	margin-top: 10px;
}

.fullscreen .mobile-video-controls-container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.dash-player-chrome {
	margin-top: -7px;  /* seekbar clickarea offset */
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color: #080808;
	width: 100%;
	position: relative;
	z-index: 750;
}

.fullscreen .dash-player-chrome {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.mobile-dash-player-chrome {
	position: relative;
	background-color: #101010;
	height: 38px;
	border: 1px solid #000000;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 750;
}

.fullscreen .mobile-dash-player-chrome {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}



/* SEEKBAR *******************************************************************/

.dash-progress-bar {
	overflow: visible;
/*
	position: absolute;
	bottom: 0;
	bottom: 4px;
*/
	left: 0;
	width: 100%;
	height: 8px;
	z-index: 931;
	outline: none;
	position: relative;
	background-color: #000000;
}

.dash-progress-bar.collapsed {
	height: 2px;
	-webkit-transition: height 2s linear;
	transition: width 2s;
}

.dash-mobile-progress-bar {
	overflow: visible;
	position: relative;
	width: 100%;
	height: 8px;
	z-index: 931;
	outline: none;
}

.dash-mobile-progress-bar-expanding-container {
	margin-left: 5px;
	opacity: 0;
	overflow: hidden;
	height: 100%;
}

.dash-progress-bar-container {
	margin-top: -10px;
	padding: 10px 0 7px 0;  /* for larger clickable area */
	display: block;
	position: relative;
	z-index: 1000;
	cursor: pointer;
}

.dash-load-progress {
	z-index: 1250;
	background-color: #303030;
}

.dash-load-progress > span {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	height: 20px;
	background: #ffcc00;
	box-shadow: inset 0 0 0 1px #ddd, inset 0 0 0 2px #390;
}

.dash-play-progress {
	z-index: 1500;
	background-color: #e07000;
}

.dash-load-progress, .dash-play-progress {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.dash-mobile-pseudoload-container {
	display: block;
	position: absolute;
	z-index: 1000;
	height: 8px;
	width: 100%;
	margin-top: -4px;
}

.dash-mobile-pseudoload-progress {
	z-index: 1250;
	background-color: #303030;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
}

.dash-mobile-progress-bar-container {
	display: block;
	position: relative;
	height: 100%;
}

.dash-mobile-controls-left-container {
	opacity: 0;
	height: 100%;
	margin-right: 1%;
}

.dash-mobile-controls-right-container {
	opacity: 0;
	display: inline-block;
	height: 100%;
}

.dash-mobile-play-progress {
	z-index: 930;
	margin: 3px 0 3px 0;
	background: #e07000;
}

.dash-mobile-load-progress {
	z-index: 748;
	margin: 3px 0 3px 0;
	background: #303030;
	width: 100%;
}

.dash-mobile-load-progress, .dash-mobile-play-progress, .dash-mobile-unloaded-progress {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.dash-scrubber-button {
	opacity: 0;
	-ms-touch-action: none;
	height: 15px;
	width: 15px;
	border-radius: 7.5px;
	background-color: #f0f0f0;
	position: absolute;
	cursor: pointer;
	z-index: 2000;
	margin-left: -6px;
	margin-top: -4px;
}

.dash-mobile-scrubber-button {
	-ms-touch-action: none;
	height: 16px;
	width: 16px;
	border-radius: 8px;
	background-color: #f0f0f0;
	position: absolute;
	cursor: pointer;
	z-index: 981;
	margin-top: -1.5px;
	pointer-events: none;
}

.dash-scrubber-button:hover {
}

/* tooltips ******************************************************************/

.dash-tooltip {
	position: absolute;
	z-index: 10000;
}

.dash-tooltip-body {
	background-color: #1f1f1f;
	padding: 5px 10px 5px 10px;
}

.dash-text-tooltip {
	color: #e3e3e3;
	font-size: 11pt;
	white-space: nowrap;
}

.dash-tooltip-arrow {
	margin: 0 auto;
	width: 0;
	height: 0;
	border: 1px solid transparent;
	border-left-width: 8px;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 0;
	border-top-color: #1f1f1f;
}

/* seekbar 10-second-image preview *******************************************/

.dash-preview {
	z-index: 1000;
	position: absolute;
	pointer-events: none;
}

.dash-preview-filmstrip {
}

.dash-preview-lens {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 4px;
	border: 1px solid rgba(0, 0, 0, 0.4);
}

.dash-preview-lens-thumbnail {
	display: inline;
	background-color: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.4);
}

.dash-preview-lens-timestamp {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	color: #ffa000;
	background: rgba(0, 0, 0, 0.6);
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-bottom: 0;
	font-size: 11pt;
	padding: 3px 5px 3px 5px;
	white-space: nowrap;
	margin-bottom: 3px;
}

.dash-preview-arrow {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border: 1px solid transparent;
	border-width: 5px 5px 0;
	border-top-color: #1f1f1f;
	opacity: 0.5;
	pointer-events: none;
}

.dash-preview-below .dash-preview-arrow {
	border-width: 0 5px 5px;
	border-top-color: transparent;
	border-bottom-color: #1f1f1f;
}

div.dash-preview-spinner {
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	text-align: center;
	z-index: 999999;
}

.dash-preview-spinner-wrapper {
	width: 30px;
	height: 30px;
	border: 1px rgba(0, 0, 0, 0.8) solid;
	position: relative;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.6);
	padding: 3px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.dash-preview-spinner-outer-gears {
	width: 24px;
	height: 24px;
	border: 3px #0892b6 dotted;
	border-radius: 50%;
	-webkit-animation: spin 3.5s linear infinite;
	animation: spin 3.5s linear infinite;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.dash-preview-spinner-outer-circle {
	position: absolute;
	width: 22px;
	height: 22px;
	border: 2px #0892b6 solid;
	border-radius: 50%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.dash-preview-spinner-inner-circle {
	position: absolute;
	width: 16px;
	height: 16px;
	border: 1.7px #e09000 solid;
	border-radius: 50%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.dash-preview-spinner-inner-gears-container {
	position: absolute;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.dash-preview-spinner-inner-gears {
	width: 13px;
	height: 13px;
	border: 2px #ffcc00 dotted;
	border-radius: 50%;
	-webkit-animation: spin 4s linear infinite reverse;
	animation: spin 4s linear infinite reverse;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

/* video spinner and bezels (play/pause/volume) ******************************/

.dash-video-spinner-container {
	pointer-events: none;
	position: absolute;
	top: 42%;	/* accounting for controls chrome */
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 1001;
}

.dash-video-spinner-row {
	text-align: center;
}

.dash-video-spinner-wrapper {
	width: 40px;
	height: 40px;
	border: 1px rgba(0, 0, 0, 0.8) solid;
	position: relative;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.6);
	padding: 4px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.dash-video-spinner-outer-gears {
	width: 32px;
	height: 32px;
	border: 4px #0892b6 dotted;
	border-radius: 50%;
	-webkit-animation: spin 3.5s linear infinite;
	animation: spin 3.5s linear infinite;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.dash-video-spinner-outer-circle {
	position: absolute;
	width: 28px;
	height: 28px;
	border: 3px #0892b6 solid;
	border-radius: 50%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.dash-video-spinner-inner-circle {
	position: absolute;
	width: 20px;
	height: 20px;
	border: 2px #e09000 solid;
	border-radius: 50%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.dash-video-spinner-inner-gears-container {
	position: absolute;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.dash-video-spinner-inner-gears {
	width: 18px;
	height: 18px;
	border: 2px #ffcc00 dotted;
	border-radius: 50%;
	-webkit-animation: spin 4s linear infinite reverse;
	animation: spin 4s linear infinite reverse;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.dash-video-spinner-seeking-container {
	margin-top: 5px;
	font-size: 11pt;
	font-weight: bold;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.7), 1px -1px 0 rgba(0, 0, 0, 0.7), -1px 1px 0 rgba(0, 0, 0, 0.7), 1px 1px 0 rgba(0, 0, 0, 0.7);
}

.dash-video-spinner-seeking {
	font-size: 11pt;
	font-weight: bold;
	color: #ffb000;
}

.dash-video-spinner-seeking-time {
	font-size: 13pt;
	font-weight: bold;
	color: #ffb000;
}

@-webkit-keyframes spin {
 	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.dash-bezels {
	pointer-events: none;
	padding: 15px;
	position: absolute;
	top: 40%;
	left: 50%;
	background: rgba(0,0,0,0.5);
	border-radius: 3px;
	font-family: dashFont;
	font-size: 22pt;
	color: #e8e8e8;
}

.dash-bezel:hover {
	color: #ffffff;
}

.dash-bezel-fade {
	opacity: 0;
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-webkit-transform: scale(2);
	transform: scale(2);
	-moz-transition: all .5s linear;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

.dash-bezel-play:before {
	content: "\f04b";
}

.dash-bezel-pause:before {
	content: "\f04c";
}

.dash-bezel-stop:before {
	content: "\f04d";
}

.dash-bezel-volume-0:before {
	content: "\e604";
}

.dash-bezel-volume-1:before {
	content: "\e602";
}

.dash-bezel-volume-2:before {
	content: "\e601";
}

.dash-bezel-volume-3:before {
	content: "\e600";
}

/* panels (statistics, keyboard shortcuts) ***********************************/

.dragging.dash-panel {
	background: rgba(255, 160, 0, 0.7);
	color: #000000;
}

.dash-panel-titlebar {
	border-top: 1px solid #606060;
	border-left: 1px solid #606060;
	border-right: 1px solid #606060;
	padding: 2px 2px 2px 10px;
	background: rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

.dragging.dash-panel-titlebar {
	background: rgba(255, 160, 0, 0.8);
	color: #000000;
}

.dash-panel-title {
	margin-top: 5px;
	font-size: 11pt;
}

.dash-panel-events-send-to-server,
.dash-panel-events-download {
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}

.dash-panel-events-send-to-server {
	margin-right: 20px;
}

.dash-panel-debug {
}

.dash-panel-close {
	float: right;
	color: #e0e0e0;
	font-weight: bold;
	font-size: 11pt;
	border-top: 1px solid transparent;
	border-left: 1px solid #404040;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	padding: 2px 8px 2px 8px;
	z-index: 1000;
}

.dash-panel-close:hover {
	background-color: #ff0000;
	border: 1px solid #ffffff;
	color: #ffffff;
}

.dash-panel-statistics-close {
}

.dash-panel-debug-close {
}

.dash-panel-close:before {
	content: 'X'
}

.dash-panel-display {
	border-top: 1px solid #606060;
	border-left: 1px solid #404040;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	padding: 10px 10px 10px 10px;
}

.dash-panel {
	color: #ffffff;
	padding: 0;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 10;
	left: 10;
	width: 550px;
}

.dash-panel-statistics {
	background: rgba(0, 0, 0, 1);
}

.timeline-canvas {
	position: relative;
	display: inline-block;
	border: 1px solid #ffcc00;
	background: rgba(255, 0, 255, 0.4);
}

.dash-panel-events-display {
	font-size: 11pt;
	color: #ffffff;
	overflow-y: auto;
	max-height: 600px;
}

.dash-panel-filter {
	font-family: dashFont;
	font-size: 13pt;
	padding: 0 10px 0 10px;
	cursor: pointer;
}

.dash-panel-filter:before {
	content: "\f06e";
}



.dash-panel-events-filter-menu {
	position: absolute;
	font-size: 12pt;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.8);
	border: 1px solid #d0d0d0;
}

.dash-panel-events-filter-row {
	white-space: nowrap;
	
}

.dash-panel-events-filter-row:hover {
	background-color: #ffcc00;
}



/* hotkeys ********************************************************/

.hotkey {
	float: left;
	font-size: 12pt;
}

.hotkey-description {
	color: #ffcc00;
	float: right;
	white-space: nobreak;
	width: 200px;
	font-style: italic;
	margin: 0 0 0 20px;
	font-size: 11pt;
}

.pull-right > .hotkey-description {
	color: #ffcc00;
	width: 150px;
}


/* statistics ****************************************************/

.dash-panel-statistics-display {
	font-size: 10pt;
}

.statistics-left {
	width: 33%;
	float: left;
}

.statistics-left.quartered {
	width: 16%;
}

.statistics-right {
	width: 33%;
	float: left;
}

.statistics-right.quartered {
	width: 28%;
}

.statistics-center {
	width: 33%;
	float: left;
}

.statistics-center-right {
	width: 66%;
	float: left;
}


.statistics-right-center {
	width: 28%;
	float: left;
}


.statistics-left-center {
	width: 26%;
	float: left;
}


.stats-label {
	font-size: 10pt;
	width: 40%;
	float: left;
	text-align: right;
}

.stats-value {
	font-size: 11pt;
	float: left;
	margin: 0 0 0 10px;
	color: #ffcc00;
}

.stats-value-nocolor {
	float: left;
	margin: 0 0 0 5px;
	padding: 0 5px 0 5px;
}

.stats-table {
	margin: 10px 0 0 0;
	border-bottom: 1px solid #a0a0a0;
}

.stats-table-label {
	font-size: 9pt;
	border: 1px solid #a0a0a0;
	width: 23%;
	float: left;
	text-align: center;
}

.stats-table-value {
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	width: 23%;
	float: left;
	text-align: center;
}

.statistics-player-buffer {
	position: relative;
}

.disabled.stats-table-label {
	color: #606060;
}

/* individual items */

.statistics-manifest-url {
	overflow: hidden;
	width: 80%;
	white-space: nowrap;
}

.statistics-status.initializing {
	background-color: #ffcc00;
	color: #000000;
}

.statistics-status.congestion {
	background-color: #a00000;
	color: #ffffff;
	font-weight: bold;
}

.statistics-status.buffering {
	color: #00c0ff;
}

.statistics-status.streaming {
	color: #00a000;
	font-weight: bold;
}

.statistics-status.waiting {
	background-color: transparent;
	color: #e0e0e0;
}

.canvas-label {
	float: right;
	width: 15%;
	text-align: right;
	margin: 0 5px 0 0;
}

.canvas-value, .canvas-value-right {
	width: 10%;
	float: right;
	text-align: center;
}

.canvas-value-right {
	width: 7%;
}

.canvas-container {
	width: 50%;
	float: right;
	padding: 0;
	margin: 0 0 0 10px;
}

.buffer-canvas {
	width: 100%;
	height: 16px;
	border: 1px solid #404040;
	background: rgba(0, 0, 0, 0.5);
}

.buffer-canvas-player {
}

.buffer-canvas-decoder {
}

.buffer-canvas-bandwidth {
	height: 44px;
}

.buffer-canvas-latency {
}

/* control buttons ***********************************************************/

.dash-debug-button {
	background-color: #000000;
	color: #ffcc00;
	padding: 5px;
	border: 1px solid #a0a0a0;
	margin: 0;
	float: right;
}

.dash-debug-button:hover {
	border: 1px solid #ffffff;
}

.dash-button {
	font-family: dashFont;
	font-size: 13pt;
	padding: 0 10px 0 10px;
	cursor: pointer;
	line-height: normal;
}

.dash-button.big {
	font-size: 16pt;
}

.dash-button.bigger {
	font-size: 20pt;
}

.dash-button.biggest {
	font-size: 26pt;
}

.dash-button:hover {
	color: #34bad8;
}

.dash-button-play:before {
	content: "\f04b";
}

.dash-button-pause:before {
	content: "\f04c";
}

.dash-button-stop:before {
	content: "\f04d";
}

.dash-button-replay:before {
	content: "\f0e2";
}

.dash-button-previous:before {
	content: "\f048";
}

.dash-button-next:before {
	content: "\f051";
}

.dash-button-beginning:before {
	content: "\f049";
}

.dash-button-end:before {
	content: "\f050";
}

.dash-button-backward:before {
	content: "\f04a";
}

.dash-button-forward:before {
	content: "\f04e";
}

.dash-button-volume-0:before {
	content: "\e604";
}

.dash-button-volume-1:before {
	content: "\e602";
}

.dash-button-volume-2:before {
	content: "\e601";
}

.dash-button-volume-3:before {
	content: "\e600";
}

.dash-button-settings:before {
	content: "\f013";
}

.dash-button-settings-opened:before {
	content: "\f013";
	color: #f0f0f0;
}

.dash-button-sizetoggle-large:before {
	content: "\e607";
}

.dash-button-sizetoggle-small:before {
	content: "\e608";
}

.dash-button-fullscreen:before {
	content: "\e605";
}

.dash-button-windowed:before {
	content: "\e606";
}

.dash-center-container {
	opacity: 0;
}

.dash-left-container {
	opacity: 0;
}

.dash-right-container {
	opacity: 0;
}

.dash-button-container, .dash-mobile-button-container {
	height: 100%;
	color: #149ab8;
	display: inline-block;
}

.dash-mobile-buttons-right-container {
	margin-left: 10px;
	float: right;
	height: 100%;
}

.dash-button-container:hover {
	color: #34bad8;
}

.dash-mobile-button {
	font-family: dashFont;
	font-size: 15pt;
	color: #149ab8;
	vertical-align: middle;
	padding: 0px 8px 0px 8px;
	display: inline-block;
	cursor: pointer;
}

.fullscreen .dash-mobile-button {
	font-size: 22pt;
}

.dash-mobile-button.big {
	font-size: 16pt;
}

.dash-mobile-button.bigger {
	font-size: 20pt;
}

.dash-mobile-button.biggest {
	font-size: 26pt;
}

.dash-mobile-button:hover {
	color: #34bad8;
}

.dash-mobile-button-play:before {
	content: "\f04b";
}

.dash-mobile-button-pause:before {
	content: "\f04c";
}

.dash-mobile-button-stop:before {
	content: "\f04d";
}

.dash-mobile-button-replay:before {
	content: "\f0e2";
}

.dash-mobile-button-previous:before {
	content: "\f048";
}

.dash-mobile-button-next:before {
	content: "\f051";
}

.dash-mobile-button-beginning:before {
	content: "\f049";
}

.dash-mobile-button-end:before {
	content: "\f050";
}

.dash-mobile-button-backward:before {
	content: "\f04a";
}

.dash-mobile-button-forward:before {
	content: "\f04e";
}

.dash-mobile-button-volume-0:before {
	content: "\e604";
}

.dash-mobile-button-volume-1:before {
	content: "\e602";
}

.dash-mobile-button-volume-2:before {
	content: "\e601";
}

.dash-mobile-button-volume-3:before {
	content: "\e600";
}

.dash-mobile-button-settings:before {
	content: "\f013";
}

.dash-mobile-button-settings-opened:before {
	content: "\f013";
	color: #f0f0f0;
}

.dash-mobile-button-sizetoggle-large:before {
	content: "\e607";
}

.dash-mobile-button-sizetoggle-small:before {
	content: "\e608";
}

.dash-mobile-button-fullscreen:before {
	content: "\e605";
}

.dash-mobile-button-windowed:before {
	content: "\e606";
}

.dash-mobile-play-buttons-container {
	min-width: 40px;
}

/* chrome containers *********************************************************/

.dash-inline-container {
	opacity: 0;
	height: 100%;
	display: inline-block;
	position: relative;
}

.dash-inline-midcontainer {
	height: 100%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	cursor: default;
}

.dash-expanding-container {
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	display: block;
}

/* volume ********************************************************************/

.dash-volume-button-container {
	height: 100%;
}

.dash-volume-panel-container {
	opacity: 0;
	cursor: pointer;
}

.dash-mobile-volume-panel-container {
	display: inline-block;
	height: 100%;
}

.dash-mobile-volume-panel {
	display: inline-block;
	cursor: pointer;
}

.dash-volume-slider-overlay, .dash-mobile-volume-slider-overlay {
	height: 100%;
}

.dash-volume-slider {
	width: 100px;
	height: 6px;
	background-color: #404040;
	border-radius: 1px;
}

.dash-mobile-volume-slider {
	width: 65px;
	height: 6px;
	background-color: #404040;
	border-radius: 1px;
}

.dash-volume-slider-fill, .dash-mobile-volume-slider-fill {
	height: 6px;
	position: absolute;
	background-color: #d06000;
	border-radius: 1px;
}

.dash-volume-slider-fill.muted, .dash-mobile-volume-slider-fill.muted {
	background-color: #404040;
}

.dash-volume-slider-handle, .dash-mobile-volume-slider-handle {
	position: absolute;
	margin-top: -6px;
	width: 8px;
	height: 17px;
	background-color: #d0d0d0;
	border-radius: 1px;
}

/* time / duration ***********************************************************/

.dash-time-display-container, .dash-mobile-time-display-container {
	height: 100%;
	display: inline-block;
	cursor: default;
}

.dash-mobile-time-display-container {
	cursor: pointer;
}

.dash-time-display {
	font-size: 11pt;
	float: left;
	margin-left: 6px;
	line-height: 27px;
	color: #0fb2d6;
}

.dash-mobile-time-display {
	display: inline-block;
	font-size: 13pt;
	line-height: 27px;
	color: #0fb2d6;
	margin: 0 0 0 10px;
	padding: 4px 5px 4px 5px;
        vertical-align: middle;
	text-align: right;
}

.fullscreen .dash-mobile-time-display {
	font-size: 20pt;
}

.dash-time-current {
	color: #ffa000;
}

.dash-mobile-time-current {
	color: #ffa000;
}


/* bitrate / quality *********************************************************/

.dash-quality-display-container {
	margin-left: 15px;
	height: calc(100% - 2px);
	border-radius: 3px;
	border: 1px solid transparent;
	color: #0c90ad;
	display: inline-block;
}

.dash-quality-display-container:hover {
	border: 1px solid #505050;
}

.dash-quality-display-container.active {
	color: #90d8ff;
	background-color: #000000;
	border: 1px solid #0c90ad;
}

.dash-quality-display {
	font-size: 11pt;
	float: left;
	cursor: pointer;
	padding: 0 5px 0 5px;
}

.dash-mobile-quality-container {
	display: inline-block;
	float: none;
	vertical-align: middle;
	min-width: 50px;
}

.dash-mobile-quality-display {
	font-size: 13pt;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.fullscreen .dash-mobile-quality-display {
	font-size: 20pt;
}

/* menus *********************************************************************/

.dash-drop-down-menu {
	position: relative;
	outline: none;
}

.dash-drop-down-menu-button {
	font-size: 11pt;
	color: #00c0ff;
	padding: 5px 3px;
	float: none;
	cursor: pointer;
}

.dash-drop-down-menu-button:hover:not(.dash-disabled) {
	color: #000000;
	background-color: #ffa000;
}

.dash-drop-down-menu-option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #0c90ad;
	float: none;
}

.dash-drop-down-menu-option:hover {
	color: #ffffff;
}

.dash-menu-arrow {
	top: 0;
	margin: 0;
	position: absolute;
	font-family: dashFont;
	font-weight: normal;
	font-size: 18pt;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.7), 1px -1px 0 rgba(0, 0, 0, 0.7), -1px 1px 0 rgba(0, 0, 0, 0.7), 1px 1px 0 rgba(0, 0, 0, 0.7);
	z-index: 99999;
}

.dash-menu-arrow-right-indicator {
	color: #ffa000;
	right: 0;
	-webkit-transform: translateX(80%);
	transform: translateX(80%);
}

.dash-menu-arrow-right-indicator:before {
	content: "\f178";
}
.dash-menu-quality-current,
.dash-menu-quality-target {
	position: relative;
}

.dash-menu-arrow-left-indicator {
	color: #30d030;
	-webkit-transform: translateX(-80%);
	transform: translateX(-80%);
}

.dash-menu-arrow-left-indicator:before {
	content: "\f177";
}

.dash-menu-title-current {
	position: absolute;
}

.dash-quality-arrow,
.dash-mobile-quality-arrow {
	margin: 0 0 0 3px;
	padding: 0;
	color: #c0c0c0;
	font-family: dashFont;
	font-size: 8pt;
	display: inline-block;
/*
	display: block;
*/
}

.dash-quality-arrows-up, .dash-quality-arrows-down {
/*
	position: relative;
*/
	position: absolute;
	line-height: 0.9;
}

.dash-quality-arrow-up, .dash-quality-arrow-down {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.dash-quality-arrow-up-1 {
	-webkit-animation: changeColor 1.5s ease infinite;
	animation: changeColor 1s ease infinite alternate;
	color: #50c050;
}

.dash-quality-arrow-up-2 {
	-webkit-animation: changeColor2 1.5s ease infinite;
	animation: changeColor 1s ease infinite alternate;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	color: #50c050;
}

.dash-quality-arrow-up-3 {
	-webkit-animation: changeColor3 1.5s ease infinite;
	animation: changeColor 1s ease infinite alternate;
	-webkit-transform: translateY(49%);
	transform: translateY(49%);
	color: #50c050;
}

@keyframes blink {  
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}
@-webkit-keyframes blink {
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}

.requesting .dash-quality-arrow-up-1,
.requesting .dash-quality-arrow-up-2,
.requesting .dash-quality-arrow-up-3,
.requesting .dash-quality-arrow-down-1,
.requesting .dash-quality-arrow-down-2,
.requesting .dash-quality-arrow-down-3 {
	-webkit-animation: blink 1s step-start 0s infinite;
	animation: blink 1s step-start 0s infinite;
}

@-webkit-keyframes changeColor {
	 0% { color: #001000; }
	10% { color: #103010; }
	20% { color: #206020; }
	30% { color: #308030; }
	40% { color: #40a040; }
	50% { color: #50c050; }
	60% { color: #40a040; }
	70% { color: #308030; }
	80% { color: #206020; }
	90% { color: #103010; }
	100% { color: #001000; }
}
@-webkit-keyframes changeColor2 {
	 0% { color: #206020; }
	10% { color: #308030; }
	20% { color: #40a040; }
	30% { color: #50c050; }
	40% { color: #40a040; }
	50% { color: #308030; }
	60% { color: #206020; }
	70% { color: #103010; }
	80% { color: #001000; }
	90% { color: #001000; }
	100% { color: #103010; }
}
@-webkit-keyframes changeColor3 {
	 0% { color: #40a040; }
	10% { color: #50c050; }
	20% { color: #40a040; }
	30% { color: #308030; }
	40% { color: #206020; }
	50% { color: #103010; }
	60% { color: #001000; }
	70% { color: #001000; }
	80% { color: #103010; }
	90% { color: #206020; }
	100% { color: #308030; }
}

@-ms-keyframes changeColor {
	 0% { color: #001000; }
	10% { color: #103010; }
	20% { color: #206020; }
	30% { color: #308030; }
	40% { color: #40a040; }
	50% { color: #50c050; }
	60% { color: #40a040; }
	70% { color: #308030; }
	80% { color: #206020; }
	90% { color: #103010; }
	100% { color: #001000; }
}
@-ms-keyframes changeColor2 {
	 0% { color: #206020; }
	10% { color: #308030; }
	20% { color: #40a040; }
	30% { color: #50c050; }
	40% { color: #40a040; }
	50% { color: #308030; }
	60% { color: #206020; }
	70% { color: #103010; }
	80% { color: #001000; }
	90% { color: #001000; }
	100% { color: #103010; }
}
@-ms-keyframes changeColor3 {
	 0% { color: #40a040; }
	10% { color: #50c050; }
	20% { color: #40a040; }
	30% { color: #308030; }
	40% { color: #206020; }
	50% { color: #103010; }
	60% { color: #001000; }
	70% { color: #001000; }
	80% { color: #103010; }
	90% { color: #206020; }
	100% { color: #308030; }
}

.dash-quality-arrow-down-1 {
	-webkit-animation: changeColorRed3 1.5s ease infinite;
	animation: changeColorRed3 1s ease infinite alternate;
	color: #c05050;
}

.dash-quality-arrow-down-2 {
	-webkit-animation: changeColorRed2 1.5s ease infinite;
	animation: changeColorRed2 1s ease infinite alternate;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	color: #c05050;
}

.dash-quality-arrow-down-3 {
	-webkit-animation: changeColorRed 1.5s ease infinite;
	animation: changeColorRed 1s ease infinite alternate;
	-webkit-transform: translateY(49%);
	transform: translateY(49%);
	color: #c05050;
}

@-webkit-keyframes changeColorRed {
	 0% { color: #100000; }
	10% { color: #301010; }
	20% { color: #602020; }
	30% { color: #803030; }
	40% { color: #a04040; }
	50% { color: #c05050; }
	60% { color: #a04040; }
	70% { color: #803030; }
	80% { color: #602020; }
	90% { color: #301010; }
	100% { color: #100000; }
}
@-webkit-keyframes changeColorRed2 {
	 0% { color: #602020; }
	10% { color: #803030; }
	20% { color: #a04040; }
	30% { color: #c05050; }
	40% { color: #a04040; }
	50% { color: #803030; }
	60% { color: #602020; }
	70% { color: #301010; }
	80% { color: #100000; }
	90% { color: #100000; }
	100% { color: #301010; }
}
@-webkit-keyframes changeColorRed3 {
	 0% { color: #a04040; }
	10% { color: #c05050; }
	20% { color: #a04040; }
	30% { color: #803030; }
	40% { color: #602020; }
	50% { color: #301010; }
	60% { color: #100000; }
	70% { color: #100000; }
	80% { color: #301010; }
	90% { color: #602020; }
	100% { color: #803030; }
}

@-ms-keyframes changeColorRed {
	 0% { color: #100000; }
	10% { color: #301010; }
	20% { color: #602020; }
	30% { color: #803030; }
	40% { color: #a04040; }
	50% { color: #c05050; }
	60% { color: #a04040; }
	70% { color: #803030; }
	80% { color: #602020; }
	90% { color: #301010; }
	100% { color: #100000; }
}
@-ms-keyframes changeColorRed2 {
	 0% { color: #602020; }
	10% { color: #803030; }
	20% { color: #a04040; }
	30% { color: #c05050; }
	40% { color: #a04040; }
	50% { color: #803030; }
	60% { color: #602020; }
	70% { color: #301010; }
	80% { color: #100000; }
	90% { color: #100000; }
	100% { color: #301010; }
}
@-ms-keyframes changeColorRed3 {
	 0% { color: #a04040; }
	10% { color: #c05050; }
	20% { color: #a04040; }
	30% { color: #803030; }
	40% { color: #602020; }
	50% { color: #301010; }
	60% { color: #100000; }
	70% { color: #100000; }
	80% { color: #301010; }
	90% { color: #602020; }
	100% { color: #803030; }
}

.dash-quality-arrow-spacer {
	opacity: 0;
}

.dash-quality-arrow-up:before {
	content: "\f077";
}

.dash-quality-arrow-spacer:before {
	content: "\f077";
}

.dash-quality-arrow-down:before {
	content: "\f078";
}

.dash-mobile-quality-arrow-up:before {
	content: "\f176";
}

.dash-mobile-quality-arrow-down:before {
	content: "\f175";
}

.dash-menu-container {
	left: 0;
	top: 0;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.0);
	z-index: 990;
	outline: none;
}

.dash-menu-quality {
	font-size: 11pt;
	pointer-events: none;
}

.dash-menu-settings {
}

.dash-menu-quiet {
	cursor: auto;
	font-size: 11px;
	color: #ffffff;
}

.dash-menu-panel {
	cursor: auto;
	font-size: 11pt;
	color: #00c0ff;
	background-color: rgba(0, 0, 0, 0.7);
	border: 1px solid rgba(0, 160, 255, 0.5);
	border-radius: 1px;
}

.dash-menu-row-button {
	border: 1px solid transparent;
	text-align: center;
	cursor: pointer;
	padding: 5px 7px 5px 7px;
}

.dash-menu-row-button:hover {
	border: 1px solid #ffa000;
	background-color: #ffa000;
	color: #000000;
}

.dash-menu-cell {
	display: inline-block;
	vertical-align: top;
}

.dash-menu-cell-span {
	vertical-align: middle;
	-webkit-column-span: 2;
}

.dash-menu-title {
	font-size: 11pt;
	color: #ffffff;
}

.dash-menu-tab-wrapper {
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 4px;
	border-right: 1px solid #000000;
}

.dash-menu-tab {
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 8px 10px 8px 10px;
	border-radius: 2px;
}

.dash-drop-down-wrapper {
	padding: 1px;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 3px;
	margin: 0 10px 0 10px;
}

.dash-drop-down-menu-quality {
	text-align: right;
	border-radius: 1px;
	border: 1px solid rgba(0, 160, 255, 0.5);
	box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.25);
	pointer-events: auto;
}

.dash-drop-down-quality-menu-button {
	padding: 4px 10px 4px 10px;
}

.dash-quality-hd {
	color: #f0f0f0;
	font-size: 8pt;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.dash-drop-down {
	display: inline-block;
	position: relative;
}

/* misc *************************************************/

xvideo::-webkit-media-controls {  /* to override default fullscreen video controls */
	display: none !important;
}

.dash-panel, .dash-menu-container, .dash-preview, .dash-bezels, .dash-menu-arrow-right-indicator {
	z-index: 2147483647;
}

.top, .fullscreen .fullscreen-top {
	z-index: 2147483647;
}

.critical-error .video-controls-container,
.critical-error .dash-video-player,
.critical-error .dash-bezels,
.critical-error .dash-video-spinner-container,
.critical-error .dash-video-overlay {
	display: none;
}

.dash-player.critical-error {
	height: 100%;
}
