html {
	font-size: calc(15px + 0.390625vw);
}

.vjs-icon-cog {
	font-size: 20px;
}

#debug{
	position:absolute;
	display:block;
	background-color:#fff;
	width:200px;
	height:200px;
	top:20px;
	left:0;
}

body {
	font-family: Arial, sans-serif;
	margin: 0px;
	overflow:hidden;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk2AQAALgAtFVIVl0AAAAASUVORK5CYII=);
	color: #fff;
}

div.site {

}



.vjs-fullscreen {padding-top: 0px}

.description {
	font-size:90%;
	font-weight:bold;
}
.description-toporleft {
	width:100%;
	padding:20px;
}

.description-bottomorright {

}

#stop_button {

	line-height:50px;
	cursor:pointer;
	display:none;
}

#stop_button > img {
	margin-right:10px;
}
.admin table {
	color:#000;
}

.admin table label, #stop_button {
	color:#fff;
}

.flexbox-panel {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.flexbox-item {
	flex: ;
	display:block;

}

.flex-item:nth-child(1) {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.flex-item:nth-child(2) {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}



.ui-tooltip{
	/*
	position:absolute !important;
	left:0 !important;
	top:100% !important;
	margin-top:-100px;
	background-color:rgba(0, 0, 0, 0.5) !important;
	*/

	width:100% !important;
	min-width:100% !important;
	max-width:100% !important;
	color: white;
	font-size: calc(15px + 0.390625vw);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

}

#settings {
	text-align:center;
}

.chosen-drop, .chosen-single {
	width:100%;
}

div.sender {
	font-weight:bold;
	margin-bottom:20px;
	font-size:20px
}

div.row {
	display:table;

	cursor:pointer;
}
div.eventTime, div.event, div.eventDuration, div.sender {
	display:table-cell;
	padding:5px;
}
/*div.eventTime, div.event, div.eventDuration {*/
#streaminfo > div:nth-child(2) {
	margin-top:20px;
}
#streaminfo > div:nth-child(n+4) {
	border-top:1px solid rgba(255,255,255,0.2);
}
div.progress {
	background-color:rgba(255,255,255,0.2) !important;
}

div.eventTime, div.event {
	font-size: calc(14px + 0.390625vw);
}
div.event {
	width:100%;
	min-width:100%;
}
div.eventTime, div.eventDuration {
	white-space: nowrap;
}

div.eventDuration {
	text-align:right;
}

font.small {
	font-size: calc(10px + 0.390625vw);
}

#reload {
	float:right;
	display:none;
	cursor:pointer;
}
