/* Frame */
.CMMPVideoContainer {
	background-color: #333333;
	width: 100%;
	position: relative;
	text-align: center;
}
.CMMPVideoContainer * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.CMMPVideoContainer span {
	display: table-cell;
	vertical-align: middle;
	color: whitesmoke;
	font-size: xx-large;
	width: 100%;
}
.CMMPVideo {
	display: block;
	width: 100%;
}
.CMMPVideoOverlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.CMMPVideoOverlayCover {
	height: 100%;
	width: 100%;
	background-color: #333333;
	display: table;
}
.CMMPVideoOverlay span {
	display: table-cell;
	vertical-align: middle;
	color: whitesmoke;
	font-size: xx-large;
	width: 100%;
}
.CMMPProgressSliderContainer {
	width: 100%;
	background-color: #888888;
}
.CMMPProgressSliderContainer span {
	display: table-cell;
	vertical-align: middle;
	color: whitesmoke;
	font-size: smaller;
	width: 100%;
}
.CMMPToolbar {
	min-width: 650px;
	width: 100%;
	height: 48px;
	background-color: #AAAAAA;
	display: table;
	text-align: center;
}
.CMMPToolbar span {
	display: table-cell;
	vertical-align: middle;
	color: whitesmoke;
	font-size: large;
	width: 100%;
}

/* Slider */
.SliderContainer {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
}
.CFitWidth {
	width: inherit;
}
.Slider:hover {
	opacity: 1;
}
.Slider:active {
	background-color: lightgrey!important;
}
input[type='range']::-webkit-slider-thumb:active {
	border: 1px solid red!important;
}
.Slider::-webkit-slider-thumb:active {
	border: 1px solid gainsboro!important;
}
.Slider::-moz-range-thumb:active {
	border: 1px solid gainsboro!important;
}

.Slider {
	position: inherit;
	padding: 3px 0;
	margin: 0;
	-webkit-appearance: none;
	width: 100%;
	height: 6px;
	border-radius: 3px;
	background: gainsboro;
	border-top: 1px solid silver;
	border-bottom: 1px solid #EAEAEA;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

.Slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #555555;
	border: 0 solid black;
	cursor: pointer;
}

.Slider::-moz-range-thumb {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #555555;
	cursor: pointer;
}
.CSlider {
	padding: 0;
	margin: 0;
}

/* Toolbar */
:root {
	--player-button-color: #0075FF;/*cornflowerblue*/
	--player-time-color: gray;
	--border-shadow-color: transparent;
	--toolbar-background-color: transparent;
}

/*
:root {
    --player-button-color: white;
    --player-time-color: white;
    --border-shadow-color: black;
    --toolbar-background-color: black;
}
*/

.mpv-chrome-controls {
	height: 48px;
	line-height: 48px;
	display: flex;
	font-size: 109%;
	text-align: left;
	direction: ltr;
	/*
	text-shadow: 0 0 2px rgb(0 0 0.5);
	*/
	font-family: Roboto,Arial,Helvetica,sans-serif;
	color: #eee;
	/*
	color: #eee;
	background-color: black;
	*/
	background-color: var(--toolbar-background-color);
}
.mpv-left-controls {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	height: 100%;
}
.mpv-chrome-controls button {
	color: transparent;
	background-color: transparent;
	border-color: transparent;
}
.mpv-button {
	width: 48px;
	padding: 0 2px;
	height: 100%;
	transition: opacity .1s cubic-bezier(0.4,0,1,1);
	overflow: hidden;

	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.mpv-button:not([aria-disabled=true]):not([disabled]):not([aria-hidden=true]) {
	cursor: pointer;
}
.mpv-chrome-controls a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: color .1s cubic-bezier(0,0,0.2,1);
	transition: color .1s cubic-bezier(0,0,0.2,1);
	outline: 0;
}
.mpv-prev-button {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.mpv-chrome-controls svg {
	pointer-events: none;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.mpv-svg-shadow {
	stroke: var(--border-shadow-color);
	/*
	stroke: #000;
	*/
	stroke-opacity: .15;
	stroke-width: 2px;
	fill: none;
}
.mpv-svg-fill {
	fill: var(--player-button-color);
	/*
	fill: #fff;
	*/
}
.mpv-volume-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.mpv-mute-button {
	padding: 6px;
}
.mpv-volume-panel {
	display: inline-block;
	width: 0;
	height: 100%;
	-webkit-transition: margin .2s cubic-bezier(0.4,0,1,1),width .2s cubic-bezier(0.4,0,1,1);
	transition: margin .2s cubic-bezier(0.4,0,1,1),width .2s cubic-bezier(0.4,0,1,1);
	cursor: pointer;
	outline: 0;
}
.mpv-volume-slider {
	height: 100%;
	min-height: 36px;
	position: relative;
	overflow: hidden;
}
.mpv-volume-slider-handle {
	position: absolute;
	top: 50%;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	margin-top: -6px;
	background: #fff;
}
.mpv-time-display {
	font-size: 109%;
	/*
	display: inline-block;
	*/
	vertical-align: middle;
	padding: 0 5px;
	white-space: nowrap;
	/*
	line-height: 47px;
	*/
}
.mpv-time-clip-icon {
	margin-left: 16px;
	margin-right: 5px;
}
.mpv-time-current, .mpv-time-separator, .mpv-time-duration {
	color: var(--player-time-color);
	/*
	color: #ddd;
	*/
}
.mpv-volume-cell {
	background-color: transparent;
	width: 20%;
}
/* Volume slider */
.VSliderContainer {
	background-color: transparent;
	height: 100%;
	width: 100%;
}
.VSlider {
	width: 95%;
	height: .8em;
}
.CVolumeCell {
	width: 0;
	overflow: hidden;
	-webkit-transition: width .1s ease-in-out;
	-moz-transition: width .1s ease-in-out;
	-o-transition: width .1s ease-in-out;
	transition: width .1s ease-in-out;
}
.CMuteButton:hover ~ .CVolumeCell {
	width: 7em !important;
	display: block!important;
	/*
	background-color: red!important;
	*/
}
.CVolumeCell:hover {
	width: 7em !important;
	display: block!important;
	/*
	background-color: blue!important;
	*/
}


