﻿html 
{
	box-sizing: border-box;
}

*, *:before, *:after 
{
	box-sizing: inherit;
}

body 
{
	line-height: 1;
	font-family: Arial;
	padding: 10px;
	background: #f1f1f1;
}

a
{
	text-decoration:none;
	color: dimgrey;
}

	a:hover
	{
		color:#444;
	}

.header {
	overflow: hidden;
	padding: 20px;
	text-align: center;
	background: white;
	user-select: none;
}

	.header div
	{
		float:left;
	}

	.header h3
	{
		margin:auto;
		max-width:550px;
	}

	/* Style the top navigation bar */
	.topnav
	{
		overflow: hidden;
		background-color: #333;

		border-bottom:solid 4px #888;
	}

	/* Style the topnav links */
	.topnav span
	{
		float: left;
		color: #f2f2f2;
		display: block;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}

		.topnav span.FloatRight
		{
			float: right;
		}

		.topnav span a
		{
			color: #f2f2f2;
			text-decoration: none;
			padding: 10px;
		}

	/* Change color on hover */
	.topnav a:hover
	{
		background-color: #ddd;
		color: black;
	}


#OutputLink
{
	display: block;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn
{
	float: left;
	width: 75%;
}

/* Right column */
.rightcolumn
{
	float: left;
	width: 25%;
	background-color: #f1f1f1;
	padding-left: 20px;
}

/* Fake image */
.fakeimg
{
	background-color: #aaa;
	width: 100%;
	padding: 20px;
}

	.fakeimg img
	{
		width: 100%;
		object-fit: contain;
	}


/* Clear floats after the columns */
.row:after
{
	content: "";
	display: table;
	clear: both;
}

.content
{
	padding: 20px;
	background: #ddd;
	margin-top: 20px;
	user-select: none;
}


.footer
{
	padding: 20px;
	text-align: center;
	background: #ddd;
	margin-top: 20px;
}

#videocontainer
{
	position: relative;
	background-color: black;
	overflow: hidden;
}

#BeeldLuis
{
	position: absolute;
	left: 8px;
	top: 8px;
	z-index:1;
}

#LiveLamp.On
{
	background-color: red;
	color: white;
}

#LiveLamp
{
	border-radius: 4px;
	height: 20px;
	padding: 2px;
	background-color: rgba(0, 0, 0, 0.2);*/
	color: grey;
	display:inline-block;
}

#Counters
{
	background-image: url(/images/viewers.png);
	background-position: 8px center;
	background-repeat: no-repeat;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.2);
	color: white;
	font-family: Verdana;
	font-size: 10pt;
	padding-left: 40px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
}

#Today
{
	position: absolute;
	left: 8px;
	top: 40px;
	color:white;
	z-index:1;
}

#MuW div
{
	right: 0;
	left: 0;
}

.PromoBalk
{
	height:40px;
	background-color:#222;
	color:white;
}

#VideoLink
{
	margin-left:40px;
	background-image:url(/images/share2.png);
	background-repeat:no-repeat;
	padding-left:40px;
	padding-top:10px;
	height:34px;
	display:inline-block;
	background-color: #222;
	color:white;
}
	#VideoLink:hover
	{
		color:white;
		background-color: #444;
	}

#video
{
	outline: none;
	border: none;
	width: 100%;
	height: 100%;
}

	#video.NoTimeLine::-webkit-media-controls-timeline
	{
		visibility: hidden;
	}

	#video.NoTimeLine::-webkit-media-controls-current-time-display
	{
		visibility: hidden;
	}

	#video.NoTimeLine::-webkit-media-controls-time-remaining-display
	{
		visibility: hidden;
	}

	#video.NoTimeLine::-webkit-media-controls-time-remaining-display
	{
		visibility: hidden;
	}

.Hidden
{
	display: none !important;
}

.FBButton {
	background-image: url('/fb/fb.png');
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	border: none;
	height: 22px;
	padding-left: 26px;
	text-align: left;
	font-weight: bold;
	border-radius: 4px;
	margin: 4px;
	cursor: pointer;
}

.ChatWrapper
{
	display: flex;
	flex-direction: row;
}

#ChatText {
	width: 100%;
	margin-left: 10px;
	padding: 4px;
	border-radius: 8px;
	font-size: 1.0em;
	line-height: 1.1em;
}

#ChatSay {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-repeat:no-repeat;
	background-image: url('/images/enter.png');
	background-position: 0px 5px;
	width:55px;
	height:25px;
	cursor: pointer;
}


#ChatName {
	font-weight: bold;
	padding: 10px;
	user-select: none;
}

#OutputChat
{
	margin-top: 20px;
	overflow-y: auto;
	height: 500px;
	padding:10px;
}

	#OutputChat > div
	{
		clear: both;
	}

	#OutputChat > div > div
	{
		display: inline-block;
		margin: 2px 10px 2px 5px;
		border-radius: 10px;
		max-width: calc(100% - 60px);
		padding: 8px;
		background-color: rgba(0,0,0,0.1);
	}

	#OutputChat div i
	{
		font-size: 0.8em;
	}

.content td
{
	padding: 4px;
}

.content img
{
	padding: 10px;
}

img.link
{
	padding: 0;
	vertical-align: bottom;
	width:75%;
	max-width:800px;
}

.GetVideo
{
	cursor:pointer;
	background-image: url(/images/play-small.png);
	background-repeat:no-repeat;
	padding-left:24px;
	padding-bottom:4px;
}

	.GetVideo:hover
	{
		font-weight: bold;
	}


/* smaller 760px ----------------------------- */
@media all and (max-width: 760px) 
{
	#ChatName
	{
		color: white;
	}

	#ChatText {
		margin-left: 10px;
		outline: none;
		border: none;
		padding: 4px;
		border-radius: 8px;
		font-size: 1.2em;
		background-color: #777;
		color: #ccc;
		line-height: 1.3em;
	}

	#OutputChat
	{
		color: #ccc;
		-webkit-mask-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,1));
		margin-top: 0 !important;
		font-size: 1.2em !important;
	}

		#OutputChat > div
		{
		}

		#OutputChat b, i
		{
			color: white;
		}

		#OutputChat > div > div
		{
			background-color: rgba(255,255,255,0.1);
		}


	.header
	{
		padding: 0;
	}

	body
	{
		margin: 0;
		padding: 0;
	}


	#videocontainer
	{
		margin: 0px;
	}

		#videocontainer > *
		{
			margin: 0px;
		}

	.leftcolumn, .rightcolumn 
	{
		width: 100%;
		padding: 0;
		float: none;
		background-color: black;
	}



}

/*  navigation links stack on top of each other */
@media all and (max-width: 400px)
{
	.topnav span 
	{
		float: none;
		width: 100%;
		text-align: left;
	}
}

