@import url(https://fonts.googleapis.com/css?family=Dosis:200,400,500,600);

@property --rotate {
syntax: "<angle>";
initial-value: 132deg;
inherits: false;
}

:root 
{ 
--card-height: 82px;
--card-width: 64px;
--color1: #ffe599;
--color2: #ffffff;
--color3: #efb606;
--color-bg: 241, 194, 50;
--led-width: 5px;
--gbr: 2px;
--glow-width: calc(var(--card-width) - var(--led-width) * 2);
--glow-height: calc(var(--card-height) - var(--led-width) * 2);
--gbr1: calc(var(--gbr) + var(--led-width));
--enable: 100;
--hmax: 33px;
--wmax: 26px;
--trough-wmax:62px;
--flow-hmax: 24px;
--tempv:100;
--battv:100;
--color-outdated:#e8592aaa;
--day-night:0;
}

.easy-button-button {
  display: block !important;
}

#map-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
  border-radius: 5px;
}

.fencelabel {
 color: #fff !important;
 text-align:left !important;
 font-weight: bold !important;
 font-size:11px !important;
 text-shadow: 1px 1px 2px black, -1px -1px 2px black, -1px 1px 2px black, 1px -1px 2px black !important;
 margin:0px !important;
 top:-16px;
 left:2px;
}

.tag-filter-tags-container {
	left:30px !important;
}
.slimdoor {
--card-height:44px;
--card-width: 64px;
--glow-width: calc(var(--card-width) - var(--led-width) * 2);
--glow-height: calc(var(--card-height) - var(--led-width) * 2);
}

body {
font-weight: 300;
background-color: var(--color-body-bg) !important;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif, Arial, Verdana !important;
margin:0;
padding:0;
}
th {
padding-left:3px;
padding-right:3px;
}

a, a:visited, a:active {
color:var(--color-bg-light);
text-decoration: none;
}

a:hover{
color:var(--color-highlight);
text-decoration: underline;
}

a.dark, a.dark:active, a.dark:visited {
color:var(--color-body-bg);
text-decoration: none;
}

a.dark:hover {
color:var(--color-bg-light);
text-decoration: underline;
}

.outdated{
	color:var(--color-outdated);
}

#mapLdiv {
width:100%;
height:100%; 
}

.dropdown-menu {
	z-index:2000;
}
.multiselect-container .multiselect-option.dropdown-item,
.multiselect-container .multiselect-group.dropdown-item,
.multiselect-container .multiselect-all.dropdown-item,
.multiselect-container .multiselect-option.dropdown-toggle,
.multiselect-container .multiselect-group.dropdown-toggle,
.multiselect-container .multiselect-all.dropdown-toggle {
  width:80%;
}

.multiselect-container .multiselect-option .form-check-label,
.multiselect-container .multiselect-group .form-check-label,
.multiselect-container .multiselect-all .form-check-label {
	text-overflow: clip;
	padding-left:4px;
	width:90%;
	font-size: 12px;
	font-weight:normal;
	white-space: normal;
	word-wrap: break-word;
}

.leaflet-tooltip {
	padding-top:1px;
	padding-bottom:1px;
	padding-left:2px;
	padding-right:2px;
}

.flex-container {
display: flex;
flex-wrap: nowrap;
width:100%;
height:100%;
}

.fusionchart-box {
overflow-x: auto;
white-space: nowrap;
}

.flexbox {
display: flex;
flex-direction: row;
padding-left:2px;
height: 100%;
border: none;
justify-content: space-between;
}

.flexboxleft {
display: flex;
flex-direction: row;
padding-left:2px;
height: 100%;
border: none;
}

.chevRight{
color: var(--color-highlight);
position:absolute;
left:0px;
top:1px;
width:14px;
height:14px;
font-size:14px;
}

.table-striped{
width:99%;
margin:0px;
}
.chevRight:hover{
color: var(--color-bg-highlight);!important;
}

.error {
color:red;
border-bottom-color: red;
}

.modal-header 
{
border-radius: 5px 5px 0px 0px;
border-width: 0px;
background-color: #ccc;
box-shadow: 1px 3px 2px grey;
}
.modal-footer 
{
border-radius: 0px 0px 5px 5px;
border-width: 0px;
background-color: #444;
box-shadow: 1px 1px 1px grey;
}

.image-preview-box
{
border-radius: 3px;
border: 1px solid #444;
box-shadow: 1px 1px 0px 0px grey;
padding-left:0px;
padding-top:0px;
padding-right:auto;
padding-bottom:0px;
float:left;
}
.image-preview 
{
width:25px;
height:75px;
left:-1px;
top:-1px;
}
.qvc
{
position:relative;
}

.slimpad {
padding-left:2px;
padding-right:2px;
}

.quickviewSlim {
width:100%;
height:85px;
text-align:center;
padding-top:0;
min-width: 200px;
}
.quickviewSlim h2 {
margin-top:6px;
margin-bottom:0px;
color: #36454F;
}
.quickview {
width:100%;
height:210px;
text-align:center;
padding-top:0;
min-width: 200px;
}

.qv-placeholder {
border: 1px dotted black;
margin: 1em 1em 1em 1em;
height:210px;
}

.config-button {
position:absolute;
top:0px;
width:30px;
margin:auto;
padding:0;
text-align:left;
left:1px;
z-index:3;
overflow: visible;
}
.button-top-right {
position:absolute;
top:0px;
right:9px;
display: inline;
top:0px;
width:30px;
margin:auto;
padding:0;
overflow: visible;
}

.button-top-left {
position:absolute;
top:0px;
left:15px;
display: inline-block;
top:0px;
width:30px;
margin:auto;
padding:0;
overflow: visible;
}

.btnConfig {
border:0;
margin:auto;
padding:0;
background-color: transparent;
}

.config-main-map {
position:absolute;
left:15px;
top:0px;
width:90px;
text-align:left;
color:black;
background-color: var(--color-bg-opq);
opacity:1 !important;
border-radius: 3px;
box-shadow: 1px 1px 0px 0px grey;
padding-top:2px;
padding-right:0px;
padding-bottom:0px;
}

.menu-map {
padding-left:4px;
padding-top:6px;
padding-bottom:2px;
font-size:14px;
overflow: visible;
opacity:1 !important;
z-index:5;
}

.menu-map:link {
background-color: white;
color: gray;
}

.menu-map:visited {
background-color: white;
color: gray;
}

.menu-map:hover {
background-color: rgba(255, 165, 0, 1);
color: white;
}

.menu-map:active {
background-color: rgba(255, 165, 0, 1);
color: gray;
} 

.config-main {
position:absolute;
left:15px;
top:0px;
width:70px;
text-align:left;
z-index:4;
color:black;
background-color: var(--color-bg-light);
border-radius: 3px;
box-shadow: 1px 1px 0px 0px grey;
padding-top:2px;
padding-right:0px;
padding-bottom:0px;
}

.config-main-right {
position:absolute;
right:2px;
top:24px;
width:90px;
text-align:left;
z-index:4;
color:black;
background-color: var(--color-bg-light);
border-radius: 3px;
box-shadow: 1px 1px 0px 0px grey;
padding-top:2px;
padding-right:10px;
padding-bottom:0px;
}
.menu {
padding-left:4px;
padding-top:6px;
padding-bottom:2px;
font-size:12px;
overflow: visible;
z-index:2001;
}

.menu:link {
background-color: white;
color: gray;
}

.menu:visited {
background-color: white;
color: gray;
}

.menu:hover {
background-color: rgba(255, 165, 0, 1);
color: white;
}

.menu:active {
background-color: rgba(255, 165, 0, 1);
color: gray;
} 

.batteryContainer {
position:absolute;
bottom:2px;
left:2px;
width:27px;
height:10px;
}
.batteryContainerIn {
width:27px;
height:10px;
}

.versionBox {
position:absolute;
top:-8px;
text-align:right;
right:2px;
color:#aaaaaa;
}

.batteryOuter {
position:absolute;
left:0;
top:0;
border-radius: 3px;
border: 1px solid #444;
padding: 1px;
width: 25px;
height: 9px;
}

.batteryBump {
position:absolute;
left:23px;
top:1px;
border-radius: 1px;
background-color: #444;
margin: 2px;
width: 2px;
height: 3px;
}

.batteryVal {
position:absolute;
left:1px;
top:-11px;
margin:0px;
font-size: 8px;
}

.batteryLevel {
border-radius: 2px;
background-color:  hsl(var(--battv), 85%, 50% );
position:absolute;
left:1px;
top:1px;
width: 16px;
height: 5px;
}

.batteryScale {
position:absolute;
left:0;
top:2px;
width: 25px;
}


.nameZone {
position:absolute;
top:-1px;
left:0px;
width:100%;
height:46px;
text-align:center;
margin-top:0;
padding-top:3px;
border-radius: 5px 5px 0px 0px;
border-width: 0px;
background-color: #FFFAED;
box-shadow: 1px 2px #9B895E;
}


.nameZoneSlim {
position:absolute;
top:-1px;
left:0px;
width:100%;
height:20px;
text-align:center;
margin-top:0px;
padding-top:3px;
}
.nameZoneSlim h6{
margin-top:2px;
}



.dataZone {
position:absolute;
/*top:30%;*/

width:100%;	
height:154px;
top: 47px;
left:0px;
padding-top:10px;
margin:auto;
background-position: bottom left;
background-repeat: no-repeat;
background-size: auto 50px;
}

.dataZone col-xs-12 col-sm-12{
text-align:center;
margin:auto;
}

.dataZoneSlim {
position:absolute;
width:100%;	
height:48px;
top: 21px;
left:0px;

margin:auto;
background-position: bottom left;
background-repeat: no-repeat;
background-size: auto 50px;	
}

.gauge_container {
position: relative;
width: 160px;
height: 82px;
margin: auto;
/*top: 30px;
margin-left:50%;
margin-right:50%;
transform: translate(-50%, -50%);*/
text-align: center;

}

.gauge-rain {

position: absolute;
background: linear-gradient(to right, rgba(255,255,255,0.5838227861382987) 0%, rgba(31,184,252,1) 70%, rgba(35,45,130,1) 100%);
width: 158px;
height: 80px;
top: 0%;
left:1px;
border-radius: 80px 80px 0px 0px;
}


.gauge-current {

position: absolute;
background: linear-gradient(to right, rgba(255,255,240,1) 0%, rgba(212,131,52,1) 46%, rgba(130,35,35,1) 100%);
width: 160px;
height: 80px;
top: 0%;
border-radius: 80px 80px 0px 0px;
}

.gauge-a {

position: absolute;
background: linear-gradient(to right, #0094FF  0%, #f1c40f 50%, #c0392b 100%);
width: 160px;
height: 80px;
top: 0%;
border-radius: 80px 80px 0px 0px;
}

.flow-gauge-a {
position: absolute;
background: linear-gradient(to left, #0094FF  0%, #f1c40f 50%, #c0392b 100%);
width: 160px;
height: 80px;
top: 0%;
border-radius: 80px 80px 0px 0px;
}

.gauge-hand {

position: absolute;
left: calc(50% - 8px);
top: -2px;
width: 16px;
height: 80px;
border: 4px solid white;
border-radius: 8px;
transform-origin: center bottom;
}
.gauge-hand1 {

position: absolute;
left: calc(50% - 8px);
top: -2px;
width: 16px;
height: 80px;
border: 2px solid black;
border-radius: 8px;
transform-origin: center bottom;
}


.flow-gauge-hand {

position: absolute;
left: calc(50% - 10px);
top: -2px;
width: 16px;
height: 80px;
border: 4px solid white;
border-radius: 8px;
transform-origin: center bottom;
}
.flow-gauge-hand1 {

position: absolute;
left: calc(50% - 10px);
top: -2px;
width: 16px;
height: 80px;
border: 2px solid black;
border-radius: 8px;
transform-origin: center bottom;
}
.gauge-b {

position: absolute;
width: 140px;
height: 80px;
top: 10px;
background-color: rgba(255,255,255,1);
margin-left: 10px;
margin-right: auto;
border-radius: 70px 70px 0px 0px;
}


.gauge-data {

color: rgba(255,255,255,.2);
font-size: 1.5em;
line-height: 25px;
position: absolute;
width: 100%;
height: 80px;

display: flex;
align-items: center;
justify-content: center;
margin-left: auto;
margin-right: auto;
transition: all 3s ease-out;
}




.thermometer{
position: relative;
height:40px;
width:30px;
margin:auto;
/*margin-left:50%;*/
}
.bulb {
position:absolute;
left:0px;
bottom:0px;
height: 20px;
width: 20px;
border-radius: 50%;
border-left:    1px solid grey;
border-right:  1px solid grey; 
border-bottom: 1px solid grey;
background-color:white;
box-shadow: 1px 1px 1px rgba(0, 0, 0, .85);
}

.stem{
position:absolute;
left:5px;
top:0px;
height:22px;
width:10px;
border-radius: 5px 5px 0 0;
border-left:    1px solid grey;
border-right:  1px solid grey; 
border-top: 1px solid grey;
background-color:white;
box-shadow: 1px 0px 1px rgba(0, 0, 0, .85);
}
.fillbulb {
position:absolute;
left:-3px;
bottom:-15px;
height: 14px;
width: 14px;
background-color: hsl(var(--tempv), 85%, 50% );
border-radius: 50%;
}

.fillstem {
position:absolute;
left:2px;
bottom:-1px;
width:4px;
background-color: hsl(var(--tempv) ,85%, 50% );
border-radius: 5px 5px 0 0;
}

.dynacolor {
	color: hsl(var(--tempv) ,85%, 50% );
}

.trough_container_slim {
position: relative;
width: calc(4px + var(--trough-wmax));
height: calc(3px + var(--hmax));
margin:auto;
margin-top:3px;
border-radius: 0px 0px 4px 4px;
border-left:    1px solid grey;
border-right:  1px solid grey; 
border-bottom: 1px solid grey;
box-shadow: 1px 1px 1px rgba(0, 0, 0, .85);
}



.trough-a_slim {
position: absolute;
width: var(--trough-wmax);
height: calc( var(--hmax) - 1px);
left:1px;
bottom:1px;
margin-left:0px;
margin-bottom:0px;
border-radius: 0px 0px 3px 3px;
background-color: hsl(var(--enable), 85%, 50% );
}



.trough-b_slim {
position: absolute;
width: var(--trough-wmax);
height: var(--hmax);
left:1px;
top:-1px;
margin-left:0px;
margin-bottom:0px;
background-color: rgba(255,255,255,1);
border-radius: 0px 0px 2px 2px;
}

.flow_container_slim {
position: relative;
width: calc(4px + var(--trough-wmax));
height: calc(9px + var(--flow-hmax));
margin:auto;
margin-top:3px;
border-radius: 4px 4px 4px 4px;
border-top:    4px solid grey;
border-bottom: 4px solid grey;
box-shadow: 1px 1px 1px rgba(0, 0, 0, .85);
}

.flow-a_slim {
position: absolute;
width: calc(var(--trough-wmax) + 3px);
height: calc( var(--flow-hmax) - 8px);
left:2px;
bottom:1px;
margin-left:0px;
margin-bottom:0px;
border-radius: 0px;
background-color: hsl(var(--enable), 85%, 50% );
}

.flow-b_slim {
position: absolute;
width: calc(var(--trough-wmax) + 4px);
height: calc(var(--flow-hmax) - 8px);
left:1px;
top:1px;
margin-left:0px;
margin-bottom:0px;
border-radius: 0px;
background-color: rgba(255,255,255,1);
border-radius: 0px 0px 2px 2px;
}

.barrel_container_slim {
position: relative;
width: calc(4px + var(--wmax));
height:  calc(3px + var(--hmax));
margin:auto;
margin-top:3px;
border-radius: 0px 0px 4px 4px;
border-left:    1px solid grey;
border-right:  1px solid grey; 
border-bottom: 1px solid grey;
box-shadow: 1px 1px 1px rgba(0, 0, 0, .85);
}

.barrel-a_slim {
position: absolute;
width: var(--wmax);
height: var(--hmax);
left:1px;
bottom:1px;
margin-left:0px;
margin-bottom:0px;
border-radius: 0px 0px 3px 3px;
background-color: hsl(var(--enable), 85%, 50% );
}

.barrel-b_slim {
position: absolute;
width: var(--wmax);
height: var(--hmax);
left:1px;
top:-1px;
margin-left:0px;
margin-bottom:0px;
background-color: rgba(255,255,255,1);
border-radius: 0px 0px 2px 2px;
}


.barrel_container {
position: relative;
width: 160px;
height: 80px;
margin:auto;
/*top: 30px;
margin-left:50%;
margin-right:50%;
transform: translate(-50%, -50%);*/
text-align: center;
}

.barrel-a {
position: absolute;
background: linear-gradient(to bottom,rgba(7,155,43,1) 0%, rgba(249,252,31,1) 50%, rgba(252,69,69,1) 100%);
width: 160px;
height: 80px;
top: 0%;
border-radius: 0px 0px 12px 12px;
}

.barrel-b {
position: absolute;
width: 156px;
height: 78px;
left:2px;
background-color: rgba(255,255,255,1);
border-radius: 0px 0px 4px 4px;
}

.barrel-c {
position: absolute;
width:144px;
left:8px;
top:-1px;
height: 71px;
background-color: rgba(255,255,255,1);
border-radius: 0px 0px 6px 6px;
}


.barrel-data {
color: rgba(255,255,255,.2);
font-size: 1.5em;
position: relative;
width: 100%;
top: 0px;
margin-left: auto;
margin-right: auto;
text-align:center;
transition: all 1s ease-out;
}


.flow_container {
position: relative;
width: 160px;
height: 80px;
margin:auto;
top:20px;
/*top: 30px;
margin-left:50%;
margin-right:50%;
transform: translate(-50%, -50%);*/
text-align: center;
box-shadow: 1px 1px 1px rgba(0, 0, 0, .85);
}

.flow-a {
position: absolute;
background: linear-gradient(to left,rgba(7,155,43,1) 0%, rgba(249,252,31,1) 50%, rgba(252,69,69,1) 100%);
width: 160px;
height: 80px;
top: 0%;
border-radius: 6px 6px 6px 6px;
}

.flow-b {
position: absolute;
top:4px;
width: 164px;
height: 72px;
left:-1px;
background-color: rgba(255,255,255,1);
border-radius: 6px 6px 6px 6px;
}

.flow-c {
position: absolute;
width:164px;
left:8px;
top:-1px;
height: 71px;
background-color: rgba(255,255,255,1);
border-radius: 8px 8px 8px 8px;
}

.flow-data {
color: rgba(255,255,255,.2);
font-size: 1.5em;
position: absolute;
width: 100%;
top: 6px;
margin-left: auto;
margin-right: auto;
text-align:center;
transition: all 1s ease-out;
}

@keyframes spin {
	0% {
	--rotate: 0deg;
	}
	100% {
	--rotate: 360deg;
	}
}

.door_container {
position: relative;
width: var(--card-width);
height: var(--card-height);
margin:auto;
padding:auto;
box-shadow: 1px 1px 1px rgba(0, 0, 0, .85);
}

.door-a {
position: absolute;
top: var(--led-width);
left: var(--led-width);
width: var(--card-width);
height: var(--card-height);
padding: auto;
transform: scale(0.7);
filter: blur(calc(var(--card-height)/3));
background-image: linear-gradient(
var(--rotate)
, var(--color1), var(--color2) 43%, var(--color3));
opacity: 1;
transition: opacity .5s;
animation: spin 6s linear infinite;
}

.door-b {
position: absolute;
top: var(--led-width);
left: var(--led-width);
width: var(--glow-width);
height: var(--glow-height);
border-radius: var(--gbr1);
padding: auto;
background-image: linear-gradient(
var(--rotate)
, var(--color1), var(--color2), var(--color3));
animation: spin 6s linear infinite;
}

.door-c {
position: absolute;
top: calc(var(--led-width) *2);
left: calc(var(--led-width) *2);
width: calc(var(--glow-width) - (var(--led-width) *2));
height: calc(var(--glow-height) - (var(--led-width) *2));
border-radius: var(--gbr);
padding: auto;
background-color:white;
}

.door-d {
position: absolute;
top: var(--led-width);
left:0;
width: var(--card-width);
height: var(--glow-height);
border-radius: 1px;
margin: auto;
background-color:#6e1b1b;
}



.barrel-hand {
position: absolute;
left: -2px;
top: 76px;
width: 12px;
height: 12px;
border-top: 4px solid white;
border-left: 4px solid white;
border-bottom:4px solid white;
border-radius:  6px 0px 0px 6px;
}

.barrel-hand1 {
position: absolute;
left: -2px;
top: 74px;
width: 12px;
height: 12px;
border-top: 2px solid black;
border-left: 2px solid black;
border-bottom: 2px solid black;
border-radius:  6px 0px 0px 6px;
}

.tray-base {
position:relative;
display:inline-block;
width: 10px;
height: 24px;
margin-left: 1px;
margin-right:1px;
margin-top:10px;
margin-bottom:0px;
}

.moist-body{
position: absolute;
left:0px;
top:0px;
width:100%;
height:100%;
transform: perspective(10px) rotateX(10deg);
background: linear-gradient(to top,rgba(216,127,42,0.5838227861382987) 0%, rgba(212,209,52,1) 50%, rgba(35,130,39,1) 100%);
}

.tray-body{
position: absolute;
left:0px;
top:0px;
width:100%;
height:100%;
transform: perspective(10px) rotateX(10deg);
background: linear-gradient(to bottom,rgba(7,155,43,1) 0%, rgba(249,252,31,1) 50%, rgba(252,69,69,1) 100%);
}

.tray-hand {

position: absolute;
left: -3px;
top: 76px;
width: 16px;
height: 8px;
border: 2px solid white;
border-radius: 6px;
}
.tray-hand1 {

position: absolute;
left: -3px;
top: 74px;
width: 16px;
height: 8px;
border: 1px solid black;
border-radius:  4px;
}

.row.content {
height: 550px
}
/* Set gray background color and 100% height */

.sidenav {
background: #e2e2e2;
}

#nav{
max-height: 2200px;
}         
.nav-stacked {
margin-top: 35px;
}

.nav-stacked li.active a {
border-left: 5px solid var(--color-bg-dark);
}

.nav-stacked li a {
margin-left: -17px;
}
.nav li.active
{
margin-left: 1px;
}

.nav-stacked li a,
.nav-stacked li.active a {
color: #6f6f6f;
}

.nav-stacked li a:hover,
.nav-stacked li a:active,
.nav-stacked li.active a:hover,
.nav-stacked li.active a:active,
.nav-stacked li.active a:focus {
background: #c7c7c7;
color: #000000;
}

.nav-stacked li.active a {
background: none;
font-weight: 600;
color: #000000;
}

h1 {
margin: 5px 0 0;
font-weight: 300;
color:var(--color-bg-light);
}

h2 {
color:var(--color-bg-light);
}
h3{
color:#fcf8e3;
margin-top:2px;
margin-bottom:2px;
}

h5 {
color: var(--color-bg-light);
margin-top:2px;
margin-bottom:2px;
background: transparent;
}

.header-info {
color: white;
margin-bottom:2px;
background: transparent;
text-align:center;
margin: auto;
padding:0;
font-size:12px;
}

hr {
margin-left:10px;
margin-right:10px;
color:var(--color-highlight);
}

.well {
background: #ffffff;
box-shadow: 1px 2px #cccccc;
}

.well1 {
background: #E5E5E5;
box-shadow: 1px 2px #cccccc;
margin-left: 6px;
width: 98%;
}

.form-inline .input-group {
width: 83%;
}

.datetimepickerwrapper {
text-align: right;
margin-top: 27px;
}

#loader{
position:absolute;
left:0px;
top:0px;
z-index: 4000;
background: transparent;
background-color: #fff;
opacity: .6;
width:100%;
height:100%;
}

#loader img
{
margin-top: 30%;
background: white;
}

.sidenav-container {
width: 200px;
}

.user-info {
padding: 6px 10px;
color: #7b7979;
margin-right: 10px;
}

.panel-body
{
background-color:#f2f3f3;
padding-bottom:2px;
padding-left:8px;
padding-right:8px;
}

.slimdiv
{
padding-left:4px;
padding-right:4px;
}

.panel-heading
{
border-radius: 4px 4px 0px 0px;
background-color:var(--color-bg-dark);
padding-top:1px;
padding-bottom:0;
padding-left:0px;
padding-right:0px;	
}

.heading-item {
color:#b5b5b5;
display: inline;
}

.panel-title {
background:transparent;
margin-left:0px;
margin-right:0px;
height:24px;
}
.panel-title h5{
margin-top:1px;
margin-bottom:1px;
}
.text-muted1 {
color: #eeeeee;
width:100%;
text-align: center;
}


ol.carousel-indicators li,
ol.carousel-indicators li.active {
width: 1rem;
height: 1rem;
margin: 0;
border-radius: 50%;
border: 0;
background: transparent;
}

ol.carousel-indicators li {
background: rgba(100,100,100,0.7);
margin-left: .5rem;
margin-right: .5rem;
}

ol.carousel-indicators li.active {
background: var(--color-bg-light);
}

.carousel-caption {
position:relative;
color:var(--color-bg-light);
right:0;
left:0;
top:0;
bottom:0;
padding-bottom:0;
padding-top:0;
font-size:16px;
}

.carousel-control.right {
background: none;
}

.carousel-control.left {
background: none;
}

.horizontal-scroll {
overflow-x:scroll; width:100%; height:180px; white-space: nowrap;
}

.thumbnail-element {
width:110px;height:140px;display: inline-block; float: none;
}


.top-controls {
padding-left: 2px;
padding-right: 8px;
}

.menu_link {
cursor: pointer;
}

.loader {
position: absolute;left: 0;top: 0; width:100%; height:100%;z-index:2;opacity:0.4;filter: alpha(opacity = 50);
}

.modal-open .ui-datepicker{z-index: 2000!important}

.btn-full {
width:100%;
height:100%;
text-align:left;
}

.ui-front { z-index: 100031 !important; }
.ui-dialog { z-index: 100032 !important ;}

.graphZone {
position:absolute;
bottom:2px;
right:2px;
text-align:right;
margin-bottom:25px;
margin-right:0px;
}

.timeZone {
position:absolute;
bottom:2px;
right:2px;
text-align:right;
margin-bottom:0px;
}
.timeZone h6 {
margin-bottom:0px;
}

.gpszone {
position:absolute;
left:38px;
bottom:1px;
margin-bottom:0px;
}
.gpszone h6 {
margin-bottom:0px;
}

.class_graphButton{
position:relative;
z-index:99 !important;
}

@media screen and (max-width: 960px) { 
	.sidenav-container {
	max-width: 200px;
	}

	h1 { 
	font-size: 24px;
	}

	.datetimepickerwrapper {
	text-align: left;
	}
	/* wh */
	::-webkit-scrollbar {
	height: 30px;
	}

	/* Track */
	::-webkit-scrollbar-track {
	background: #f1f1f1; 
	}

	/* Handle */
	::-webkit-scrollbar-thumb {
	background: #888; 
	}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
	background: #555; 
	}
}


@media screen and (max-width: 767px) {
	h1 { 
	font-size: 18px;
	}

	.row.content {
	height: auto;  /* On small screens, set height to 'auto' for the grid */
	}

	.form-inline .input-group {
	width: 100%;
	}
	
	.tabulator-footer .tabulator-footer-contents .tabulator-page-counter {
        display: none;
    }
}


.kc_fab_main_btn {
position:fixed;
right:20px;
bottom:60px;
background-color: var(--color-highlight);
width: 30px;
height: 30px;
border-radius: 100%;
background: var(--color-highlight);
border: none;
outline: none;
margin:auto;
padding:0;
color: #FFF;
font-size: 15px;
align-items: center;
justify-content: center;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
transition: .3s;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
z-index:1111;
}

.kc_fab_main_btn:hover {
transform: scale(1.5);
background-color: var(--color-bg-light);
}

.kc_fab_refresh_btn {
position:fixed;
right:20px;
bottom:20px;
background-color: rgb(255, 165, 0, 0.5);
width: 30px;
height: 30px;
border-radius: 100%;
background: var(--color-highlight);
border: none;
outline: none;
margin:auto;
padding:0;
color: #FFF;
font-size: 15px;
align-items: center;
justify-content: center;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
transition: .3s;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
z-index:1111;
}

.kc_fab_refresh_btn:hover {
transform: scale(1.5);
background-color: var(--color-bg-light);
}

#inputDialog {
width:96%;
}

div.slide-wrapper {
margin-left:0px;
margin-right:0px;
padding:0;
-webkit-transition: -webkit-transform .2s ease-in-out;
-moz-transition: -moz-transform .2s ease-in-out;
-ms-transition: -ms-transform .2s ease-in-out;
-o-transition: -o-transform .2s ease-in-out;
transition: transform .2s ease-in-out;
}
div.slide-wrapper[data-state="left"] {
-webkit-transform: translateX(-1800px);
-moz-transform: translateX(-1800px);
-o-transform: translateX(-1800px);
transform: translateX(-1800px), height;
height:0px;
}
div.slide-wrapper[data-state = "slide-right"] {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0), height;
height:100%;
}

.alert-on {
position: absolute;
left:0;
top:0;
width:100%;
height:100%;
opacity: .4;
background: linear-gradient(-45deg, white, orange, red);
background-size: 400% 400%;
animation: gradient 2s ease infinite;
}

@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}

.firsttime {
position: absolute;
left:0;
top:0;
width:100%;
height:80%;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
font-size:9px;
color:#696969;
background-image: linear-gradient(rgba(255, 229, 0, 0.3), rgba(255, 255, 255, 0.9));
}

.stripeout {
position: absolute;
left:0;
top:0;
width:100%;
height:80%;
background: transparent;
background-color: #fff;
opacity: .6;
background-image: linear-gradient(45deg, #e8592aaa 7.14%, transparent 7.14%, transparent 50%, #e8592aaa 50%, #e8592aaa 57.14%, transparent 57.14%, transparent 100%);
background-size: 14.00px 14.00px;
}

.config-reminder {
position: absolute;
left:0;
top:0;
width:100%;
height:100%;
display: flex;
justify-content: center;
align-items: center;
background: transparent;
background-image: linear-gradient(-45deg, yellow 7.14%, transparent 7.14%, transparent 50%, yellow 50%, yellow 57.14%, transparent 57.14%, transparent 100%);
background-size: 14.00px 14.00px;
}

.btn-transparent {
background: transparent;
color: #F2F2F2;
border: 2px solid var(--color-highlight);
}
.btn-transparent.dark{
color: grey;
}
.btn-transparent:hover, .btn-transparent:focus {
color: white;
background-color: var(--color-highlight);
border: 2px solid color: var(--color-bg-light)!important;
-webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
-moz-transition: background .2s ease-in-out, border .2s ease-in-out;
-o-transition: background .2s ease-in-out, border .2s ease-in-out;
transition: background .2s ease-in-out, border .2s ease-in-out;
}

.btn-transparent.dark:hover, .btn-transparent.dark:focus {
color: black;
}

#slide-menu {
height: 100vh;
width:200px;
position: fixed;
top: 0;
left: -100%;
padding-top:4px;
padding-left:6px;
background-color: var(--color-bg-dark);
z-index: 9999;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
box-shadow: 0 0 5px rgb(0 0 0 / 50%);
}

#slide-menu div {
width:100%;
height:34px;
border-bottom: 1px solid var(--color-bg-light);
}

#slide-menu.active {
left: 0;
}

#slide-menu ul
{
display: flex;
justify-content: center;
align-items: start;
flex-direction: column;
padding-left:4px;
padding-right:4px;
}

#slide-menu ul li
{
list-style: none;
padding: 6px;
color: white;
}

#slide-menu ul li a
{
text-decoration: none;
text-styling: none;
color: white;
}

#slide-menu ul li:hover
{
border-bottom: 3px solid var(--color-bg-light)!important;
transition: 0.5s all;
}

.attribution{
color:#777;
font-size:8px;
}

.panel-warning {
border-color:var(--color-highlight);
}
.container-fluid {
padding: 0; overflow-x: hidden;
}

.login-logo {
height:70px;margin-top:4px;margin-bottom:4px;
}

.heading-center {
margin:auto;
}

#qr-reader__dashboard_section_swaplink{
	color:black;
}

.leaflet-popup {
	-webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5));
    mask: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5));
}

.leaflet-popup-content {
	margin-top:2px;
	height:84px;
}

.leaflet-popup-content-wrapper,.leaflet-popup-content
 {
   -webkit-border-radius: 4px !important;
   -moz-border-radius: 4px !important;
    border-radius: 4px !important;
 }
 
.polyBtn
{
	color:orange;
	text-decoration: underline;
}

.consoleTxt {
    background-color: #000;
    border: 1px solid #000;
    color: #00ff00;
    padding: 8px;
    font-family: courier new;
	width:100%;
	height:100%;
	min-height:300px;
}

.sc {
  overflow: hidden;
  text-align:center;
  font-size:14px;
  color:#696969;
  margin-top:8px;
  margin-bottom:1px;
  border-radius: 4px;
  padding-left:1px;
  padding-right:1px;
  border: 1px solid #DBDBDB;
}

.st {
   margin-top:0;
   font-size:10px;
   height:11px;
   white-space: nowrap;
  /* animation properties */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  
  -moz-animation: my-animation 15s linear infinite;
  -webkit-animation: my-animation 15s linear infinite;
  animation: my-animation 15s linear infinite;
}

.aligned-row {
  display: flex;
  flex-flow: row wrap;

  &::before {
    display: block;
  }
}

/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateX(100%); }
  to { -moz-transform: translateX(-100%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateX(100%); }
  to { -webkit-transform: translateX(-100%); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

#devicesTable {
	padding-left:16px;
	padding-right:16px;
	margin-bottom:16px;
}

#qv_locations,#qv_locations:disabled  {
	text-align: center !important;
	text-align-last: center !important;
	background-color:var(--color-body-bg) !important;
	color:var(--color-body-fg) !important;
}

@media (min-width: 768px) {
  .equal {
    display: flex;
    flex-wrap: wrap;
  }
}


#notification-menu {
height: 400px;
width:200px;
position: fixed;
top:0;
left: -200px;
padding-top:4px;
padding-left:6px;
background-color: var(--color-bg-dark);
z-index: 9999;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
box-shadow: 0 0 5px rgb(0 0 0 / 50%);

}

#notification-menu div {
width:100%;
height:34px;
border-bottom: 1px solid var(--color-bg-light);
}

#notification-menu.show {
	left:0;
//transform: translateX(200px);
}

#notification-menu ul
{
display: flex;
justify-content: center;
align-items: start;
flex-direction: column;
padding-left:4px;
padding-right:4px;
}

#notification-menu ul li
{
list-style: none;
padding: 6px;
color: white;
}

#notification-menu ul li a
{
text-decoration: none;
text-styling: none;
color: white;
}

#notification-menu ul li:hover
{
border-bottom: 3px solid var(--color-bg-light)!important;
}

.sky {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 40px;
  border-radius: 25%;
  border: 2px solid #555;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .85);
  background: radial-gradient(
      circle at top left,
      rgba(255, 165, 0, calc(var(--day-night) / 100)) 15%, /* Sun (orange) when day */
      rgba(255, 230, 68, calc(var(--day-night) / 100)) 20%, /* Sunlight fades to white */
      rgba(255, 255, 255, calc(var(--day-night) / 100)) 100% /* Fully white background */
    ),
    radial-gradient(
      circle at top left,
      rgba(255, 255, 255, calc(1 - var(--day-night) / 100)) 20%, /* Moon (white) when night */
      rgba(0, 0, 0, calc(1 - var(--day-night) / 100)) 20%, /* Darkness fades to black */
      rgba(0, 19, 127, calc(1 - var(--day-night) / 100)) 100% /* Fully blue background */
    );
  transition: background 0.5s ease;
}

.compass {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .85);
  position: absolute;
  right:10px;
  top:-6px;
  font-family: 'Dosis';
  color: #555;
  text-shadow: 1px 1px 1px white;
  &:before {
    font-weight: bold;
    position: absolute;
    text-align: center;
    width: 100%;
    content: "N";
    font-size: 8px;
    top: 2px;
	left:0px;
  }
  
  .direction {
    height: 100%;
    width: 100%;
    display: block;
    background: #f2f6f5;
    color: red;
	background: -moz-linear-gradient(top, #f2f6f5 0%, #cbd5d6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f6f5), color-stop(100%, #cbd5d6));
    background: -webkit-linear-gradient(top, #f2f6f5 0%, #cbd5d6 100%);
    background: -o-linear-gradient(top, #f2f6f5 0%, #cbd5d6 100%);
    border-radius: 100%;
    p {
      text-align: center;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 100%;
      line-height: 80px;
      display: block;
      margin-top: -48px;
      font-size: 9px;
      font-weight: bold;
      span {
        display: block;
        line-height: normal;
        margin-top: -37px;
        font-size: 14px;
		color: black;
        text-transform: uppercase;
        font-weight: bold;
		small{
			display: block;
			font-size: 8px;
			margin-top: -2px;
			color: #808080;
			text-transform: none;
		}
      }
    }
  }
  .arrow {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    &:after {
      content: "";
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 10px solid red;
      position: absolute;
      top: -6px;
      left: 50%;
      margin-left: -5px;
      z-index: 99;
    }
    &.NNE { transform: rotate(22.5deg); }
    &.NE { transform: rotate(45deg); }
    &.ENE { transform: rotate(67.5deg); }
    &.E { transform: rotate(90deg); }
    &.ESE { transform: rotate(112.5deg); }
    &.SE { transform: rotate(135deg); }
    &.SSW { transform: rotate(157.5deg); }
    &.S { transform: rotate(180deg); }
    &.SSW { transform: rotate(202.5deg); }
    &.SW { transform: rotate(-135deg); }
    &.WSW { transform: rotate(-114.5deg); }
    &.W { transform: rotate(-90deg); }
    &.WNW { transform: rotate(-69.5deg); }
    &.NW { transform: rotate(-45deg); }
    &.NNW { transform: rotate(-24.5deg);}
  }
}
.wind-icon {
  color: rgba(55, 55, 55, 0.5);
}

.vcontainer{
	width: 4px;
	height: 36px;
	position:absolute;
	left:2px;
	top:2px;
	border-radius: 2px;
	box-shadow: 1px 1px 1px 1px #8A2BE2;
	transition: background-color 0.3s ease;
}

.vbar{
	background-color: hsl(270, 100%, calc(100% - var(--violet) * 0.5%));
	width: 2px;
	height: calc(var(--violet) * 1%);
	position:absolute;
	left:1px;
	bottom:1px;
	border-radius: 2px;
	box-shadow: 1px 0px #8A2BE2;
	transition: background-color 0.3s ease;
}

.metric .big   { font-size:18px; line-height:1; }
.metric .small { font-size:12px; line-height:1; }
.metric small  { font-size:70%; }