html
{
	box-sizing:  border-box;
}

body
{
	background-color: black;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	box-sizing:  border-box;
	width: 100%;
}

.header
{
	display: block;
	width: 100%;
	height: 100px;
	color: white;
	padding: 1em;
	background-color: #222222;
	box-sizing: border-box;
}

.smallscreenmenu
{
	display: none;
}

.header h1
{
	color: white;
	margin-block-start: 0.1em;
}

.dashboardlist li.down
{
	background-color: #DDDDDD;
}

.dashboardlist li.down a:before {
    content: ">";
    margin-right: 6px;
}

.dashboardlist li 
{
	text-align: left;
}

.dashboardlist a
{
	text-decoration: none;
	color: black;
}

.dashboardlist li.up
{
	background-color: #999999;
}

.dashboardlist li.up a:before {
    content: "<";
    margin-right: 6px;
}

.plotarea
{
	display: block;
	width: 100%;
	height: 95%;
}

.grid .tick line
{
	stroke: #444444;
	color: #444444;
}

.grid 
{
	pointer-events: none;
}

.topright
{
	position: absolute;
	top: 30px;
	right: 10px;
	font-weight: bold;
	color: white;
	font-size: 30px;
	min-width: 400px;
}

.topright a
{
	color: white;
}

.topright select
{
	background-color: black;
	color: white;
	border: 1px solid #666666;
	padding: 5px;
}

.topright div
{
	float: right;
	margin-right: 1em;
}

.topright fa
{
	display: block;
}

#dashname
{
	font-size: larger;
	padding: 2px;
	border-radius: 5px;
	height: 1em;
}

.grid-stack svg
{
	margin-top: 0px;
}

.savelocation
{
	position: absolute;
	top: 5vh;
	right: 20px;
	width: 300px;
	border: 1px solid white;
	background-color: #333333;
	padding: 5px;
}

.savelocation label
{
	font-weight: bold;
	color: white;
}

.savelocation input
{
	width: 100%;
	margin-bottom: 0.5em;
}

.savelocation select
{
	width: 100%;
	margin-bottom: 0.5em;
}

.savelocation button
{
	width: 100%;
	margin-bottom: 0.5em;
	background-color: silver;
	padding-left: 5px;
	padding-right: 5px;
}

.dashboardlist
{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.dashboardlist li
{
	background-color: silver;
	padding: 5px;
	border-radius: 4px;
	border: 1px solid black;
	color: black;
	font-weight: bold;
}

.addelement
{
	position: absolute;
	top: 5vh;
	right: 20px;
	width: 300px;
	border: 1px solid white;
	background-color: #333333;
	padding: 5px;
}

.addelement label
{
	font-weight: bold;
	color: white;
}

.addelement input
{
	width: 100%;
	margin-bottom: 0.5em;
}

.searchelement
{
	position: absolute;
	top: 5vh;
	left: 20px;
	width: 300px;
	border: 1px solid white;
	background-color: #333333;
	padding: 5px;
}

.searchelement label
{
	font-weight: bold;
	color: white;
}

.searchelement input
{
	width: 100%;
	margin-bottom: 0.5em;
}


.twitter-typeahead
{
	margin-top: 1em;
}

html body
{
	background-color: black !important;
	min-height: 100vh;
}

.tt-suggestion
{
	background-color: white;
}

.hiddenaxis
{
	display: none;
}

.title
{
	display: block;
	color: white;
	background-color: #333333;
	padding: 5px;	
	height: 1em;
	overflow: hidden;
	color: #EEEEEE;	
}

.grid .domain
{
	display: none;
}

.grid .tick
{
	color: #444444;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
}

.btn {
  display: inline-block;
  padding: .375rem .75rem;
  line-height: 1.5;
  border-radius: .25rem;
}

.grid-stack {
  background: #000000;
}

.grid-stack-item-content {
  color: #2c3e50;
  text-align: center;
  background-color: #050505;
}

.grid-stack-item-removing {
  opacity: 0.5;
}
.sidebar {
  background: rgba(0, 255, 0, 0.1);
  padding: 25px 0;
  height: 100px;
  text-align: center;
}
.sidebar .grid-stack-item {
  width: 120px;
  height: 50px;
  border: 2px dashed green;
  text-align: center;
  line-height: 35px;
  z-index: 10;
  background: rgba(0, 255, 0, 0.1);
  cursor: default;
  display: inline-block;
}

.sidebar .grid-stack-item .grid-stack-item-content {
  background: none;
}

.grid-stack-item
{
	position: relative;
	overflow: clip;
}

.pointer
{
	fill:  white;
}

.label text
{
	fill: white;
	text-anchor: middle;
	alignment-baseline: middle;
}

.legendbox
{
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid silver;
	margin-right: 0.5em;
}

.tooltip
{
	display: none;
	background-color: #222222;
	border: 1px solid silver;
	padding: 5px;
	border-radius: 3px;
	position: fixed;
	min-width: 200px;
	min-height: 50px;
	pointer-events: none;
	color: white;
}

.gaugetext
{
	fill: white;
	text-anchor: middle;
	alignment-baseline: middle;	
}

.grid-stack-item-content
{
	overflow: hidden;
}

.panel
{
	overflow: hidden;	
	background-color: #222222;
}

.domain
{
	stroke: white;
}

.tick text
{
	fill: white;
}

.navigation
{
	position: absolute;
	top: 65px;
}

.navigate
{
	position: absolute;
	top: 80px;
	left: 20px;
	display: none;
	background-color: black;
	border-radius: 5px;
	border: 1px solid silver;
	padding: 5px;
	min-width: 200px;
}

.linklist
{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	text-align: center;
}

.linklist a
{
	text-decoration: none;
}

.linklist i
{
	display: block;
	font-size: 30px;
	color: white;
	margin-bottom: 0.2em;
	margin-top: 1em;
}

.linklist span
{
	display: block;
	color: white;
	font-weight: bold;	
	margin-bottom: 1em;
}

#customtime
{
	position: absolute;
	right: 20px;
	top: 40px;
	background-color: #222222;
	width: 75%;
	text-align: right;
	border: none;
	color: white;
}

#timecontrols
{
	display: block;
	position: absolute;
	right: 350px;
	top: 40px;	
	width: 120px;
	text-align: left;
	border: none;
	color: white;
	font-size: small;
	z-index: 200;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#timecontrols select
{
	margin-right: 0px;
	margin: 0px;
	border: none;
	padding: 0px;
	background-color: transparent;
	text-align: right;	
}

#timecontrols select option
{
	color: black;
}

#timecontrols a
{
	margin-right: 1em;
}

.leftedge
{
	left: 0px;	
}

.rightedge
{	
	right: 0px;
}

.edge
{
	width: 30px;
	background-color: #333333;
	border-radius: 5px;
	color: white;
	top: 40%;
	height: 4em;
	margin-top: -2em;	
	position: fixed;
	padding-left: 5px;
	padding-top: 5px;
}

.edge a
{
	color: white;
	text-align: center;
	margin-top: 5px;
	font-size: large;
	display: block;
}

@media (max-width: 700px) {
.topright {
	max-width: 100px;
	display: block;	
	text-align: right;	
}

.topright .menucontent
{
	display: none;
	position: absolute;
	z-index: 99;
	background-color: #444444;
	border: 2px solid silver;
	padding: 3px;
	width: 100px;
	right: 0px;
	text-align: center;
	
}

.topright .menucontent .timerange
{
	margin: 0px;
}

.menucontent select
{
	width: 100%;
}

.header
{
	height: 80px;
}

.smallscreenmenu
{
	display: block;
	color: white;
	font-weight: bold;
	font-size: 30px;
}

#customtime
{
	display: block;
	position: relative;
	right: 0px;
	left: none;
	top: 0px;
	margin-right: 0px;
}

#timecontrols
{
	right: 10px;
	top: 65px;
	text-align: right;
}

}

#reportstyle
{
	position: relative;
	top: -40px;
}

.daterangepicker
{
	display: none;
	min-width: 550px;
	font-size: 12px;
}

.daterangepicker .input-mini
{
	width: 80% !important;
}

.daterangepicker .ranges
{
	float: none !important;
}

.daterangepicker .calendar-time
{
	text-align: left !important;
}

.daterangepicker .calendar.left
{
	padding: 2px;
	background-color: #EEEEEE;
	padding: 4px;
}

.daterangepicker .calendar.right
{
	padding: 2px;
	background-color: #EEEEEE;
	padding: 4px;
	border-left: 1px solid silver;
}


.daterangepicker .calendar-table
{	
	background-color: #DDDDDD;	
}

.daterangepicker .calendar-table .available
{
	background-color: #DDDDDD;
}

.daterangepicker .calendar-table .weekend
{
	background-color: #CCCCCC;
}

.daterangepicker .glyphicon-calendar
{
	display: none;
}

.daterangepicker .input-mini
{
	display: none !important;
}

.daterangepicker .calendar-table .available.in-range
{
	background-color: blue;
	color: white;
}

.daterangepicker .calendar-table .weekend.in-range
{
	background-color: blue;
	color: white;
}

.daterangepicker .calendar-table .available.start-date
{
	background-color: blue;
	color: white;
}