.timeselector
{
	box-sizing: border-box;
	display: block;
	min-width: 300px;
	min-height: 200px;
	max-width: 1000px;	
	padding: 0px;	
	border-radius: 4px;
	max-height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.timeselector.floating
{
	position: absolute;	
	top: 70px;
	right: 15px;
}

.timeselector.light
{
	background-color: #F8F8F8;
	border: 1px solid black;	
}

.timeselector.dark
{
	background-color: #222222;
	border: 1px solid silver;
}

.timeselector .hmenu
{
	border-bottom: 1px solid black;		
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-collapse: collapse;
	height: 2em;
}

.timeselector .hmenu tbody
{
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
}

.timeselector .hmenu td
{
	color: black;
	font-weight: bold;	
	text-align: center;
	background-color: silver;
	border-left: 1px solid black;
	cursor: pointer;
}

.timeselector .hmenu td.first
{
	border-left: none;
}

.timeselector .hmenu td.active
{
	background-color: white;
	color: blue;
	
}

.timeselector .content
{
	width: 100%;
	height: 100%;
	display: none;
}

.timeselector.floating .content
{
	width: 98%;
	height: 100%;
	display: none;
}

.timeselector .content.active
{
	display: block;
}

.timeselector .evcontent
{
	text-align: center;
}

.timeselector .evcontent hr
{
	display: none;
}

.timeselector .evcontent table
{
	font-size: 12px;
}

.timeselector .evcontent table td
{
	width: 100%;
}

.timeselector .evcontent table td:first-child
{
	width: 2em;
}

.timeselector .evcontent table td:last-child
{
	width: 2em;
}

.timeselector .recontent ul
{
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0;
}

.timeselector .recontent .secondary
{
	float: right;
	text-align: right;
}

.timeselector .dtcontent
{
	font-size: 60px;
	font-weight: bold;
	text-align: center;
}

.timeselector .dtcontent div
{
	font-size: 60px;
	font-weight: bold;
	margin-top: 20px;
	display: inline-block;
	position: relative;
}

.timeselector .dtcontent div .uparrow
{
	font-size: 30px;
	font-weight: bold;	
	display: block;
	position: absolute;
	top: -20px;
	left: 20px;
}

.timeselector .dtcontent div .downarrow
{
	font-size: 30px;
	font-weight: bold;	
	display: block;
	position: absolute;
	top: 85px;
	left: 20px;
}

.timeselector .dtcontent .day
{
}

.timeselector .drange
{
	width: 100%;
	margin-bottom: 0.5em;
}

.timeselector.floating
{
	display: none;	
	position: absolute;
	min-width: 400px;
	max-width: 400px;
	max-height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 12px;	
	z-index: 2500;
}

.timeselector.floating div
{
	padding: 5px;
}

.timedrop
{
	padding: 0.2em;
	border-radius: 4px;	
}

.timecontrol.currentrange
{
	border-radius: 5px;
	padding: 5px;
	font-weight: bold;
	border: 1px solid black;
	background-color: #EEEEEE;
	cursor: pointer;
	color: black;
	font-size: 15px;
}

.timecontrol.currentrange i
{
	float: right;
	padding-top: 3px;
}

.timecontrol.currentrange span
{
	display: block;
	margin-right: 2em;
}

.daterangepicker .ranges
{
	float: none !important;
}

.timeselector .content.embedcontent
{
	padding: 0px;
	margin: 0px;
	height: 400px;
}

.timeselector .embedcontent iframe
{
	margin: 0px;
	border: 0px;
	width: 100%;
	height: 400px;
}

.embedded
{
	padding: 5px;
	margin: 0px;
	font-size: 12px;	
}

.embedded label
{
	font-weight: bold;
	font-size: 12px;
}