﻿#dashboardBigAll {
    width: max-content;
    display: none;
}

#staticTotals {
    display: inline;
    z-index: 2;
}

#staticSensors {
    display: inline;
    z-index: 1;
}

#dashboardBig {
    display: inline;
    margin-left: -4px;
}

#energyTotals {
    text-align: left;
}

#tblEnergyTotals {
    height: 99%;
}
/* .dashAnimation {
    animation: move 20s linear infinite;
}

@keyframes move {
    100% {
        transform: translateX(-1420px); 
    }
} */


.dashboardSensor {
    height: 170px;
    border-left: 1px solid #222;
    border-top: 1px solid #222;
    display: inline-table;
    text-align: center;
    z-index: 1;
    background-image: linear-gradient(#444, #111);
    box-shadow: 1px 0 0 #444;
    /* padding: 0 2px 0 2px; */
    float: left;
}

#tblWind {
    margin-top: 22px;
}
#winddirText79, #winddirText124{
    font-size: x-large;
    color: aqua;
}

svg path {
    stroke: #222;
    height: 22px;
    width: 22px;
    margin-top: -10px;
}

svg polygon {
    fill: #777 !important;
    stroke: #222;
}

.energyTotalImage1 {
    height: 22px;
    width: 22px;
    margin-top: -10px;
    margin-right: 5px;
}
.trendImage {
    height: 20px;
    width: 20px;
    overflow: hidden;
    margin-top: 5px;
}
.trendImage2 {
    height: 20px;
    width: 20px;
    overflow: hidden;
}

.menuImage {
    height: 30px;
    margin: 0 10px 5px 0;
    float: left;
}
.menuImage2 {
    height: 30px;
    float: left;
}
#energyTotals td {
    text-align: right;
}
#energyTotals td:first-child {
    text-align: left;
}
#energyTotals tr:first-child td:first-child {
    text-align: right;
}

.sensorLabel {
    font-size: 30px;
    margin: 0 10px 0 10px;
}
.semLabel {
    font-size: 18px;
    /* display: block; */
    margin: 0 5px 0 5px;
}
.semLabelW {
    font-size: 32px;
    color: greenyellow;
    margin: 0 5px 0 5px;
}
.semLabelInline {
    font-size: 20px;
    display: inline;
    margin: 5px 5px 0 0;
}
.semLabelSmall{
    font-size: small;
}
.btcLabel {
    font-size: 40px;
    display: block;
    margin: 0 5px 0 5px;
    color: gold;
}
.btcLabel1 {
    font-size: 28px;
}
.btcLabel2 {
    font-size: 20px;
}
.btcLabel3 {
    font-size: 20px;
    color: white;
}

.sensorLabel_1 {
    font-size: 18px;
    text-align: right;
}
.sensorLabel_2 {
    font-size: 23px;
    text-align: left;
}
.agoLbl {
    margin-left: 5px;
    float: left;
}

.sensorVal {
    font-size: 40px;
    display: block;
    text-align: center;
}
.sensorVal_2 {
    font-size: 22px;
    text-align: right;
}
.sensorVal_3 {
    font-size: 40px;
    text-align: center;
}
.sensorVal_3_2 {
    font-size: 26px;
    text-align: center;
}
.sensorSymbol {
    font-size: 20px;
    text-align: center;
    display: block;
}
.sensorSymbol_2 {
    font-size: 22px;
    text-align: left;
}
.sensorSymbol_3 {
    font-size: 30px;
    float: right;
    margin-right: 10px;
}
.sensorImage {
    /* float: left; */
    height: 30px;
    margin: 5px 5px 0px 5px;
}
.sensorImage_2 {
    height: 28px;
}
.sensorImage_3 {
    height: 20px;
}
.exclamationImage {
    height: 20px;
    animation: blinker 2s ease-in-out infinite;
}

.lightSelect{
    font: bold 32px Arial, Helvetica;
    color:#999;
    height:36px;
    max-width:140px !important;
    margin-right:5px;
    margin-top: -5px;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.blink {
    animation: blinker2 1s step-start infinite;
    animation-delay: 0s; /* Ensures all start at the same moment */
  }
  
  @keyframes blinker2 {
    50% {
      color: blue;
    }
  }

/*Total energy dashboard piece*/
.totalLabel {
    font-size: 20px;
}
.dashboardSensor:hover, .sensorLabel:hover, .sensorVal:hover, .sensorSymbol:hover, .semLabel:hover, .semLabelInline.hover {
    cursor: pointer; /*finger*/
}

#sunImage {
    position: absolute;
    width: 80px;
    text-align: left;
}
#moonImage {
    position: absolute;
    width: 45px;
    text-align: left;
}
#sunLabel {
    position: absolute;
    margin-top: -155px;
    margin-left:  5px;;
}
#moonLabel {
    position: absolute;
    margin-top: -155px;
    margin-left: 325px;;
}
.sunTime {
    position: absolute;
    color: yellow;
    margin-top: -36px;
}
.moonTime {
    position: absolute;
    margin-top: -50px;
    color: white;
}
#lblDayLDiff {
    color: yellow;
    margin-top: -120px;
    margin-left:  5px;;
}
#lblmoonInfo{
    color: white;
    text-align: right;
    margin-top: -120px;
    margin-left:  230px;
}
.dashbSunMoon {
 width: 400px;   
}

#tblRain {
    text-align: left;
}
.tbl2sensors {
    width: 150px;
}

#sitWooferIcons {
    width: 100px;
}
#btnBarkingDiv, #btnCameraDiv{
    display: inline-block;
}
#pnlon_off139 {
    display: block;
}

.canvasWindDir {
    margin: 0px 0 -25px 5px;
    z-index: 0;
}
.canvasHeating {
    position: absolute;
    margin-top: -7px;
}

/*tooltip*/
td .tooltip {
    display: none;
    position: absolute;
    color: black;
    background: #ffd800;
    padding: 2px;
    z-index: 5;
    border: 2px solid black;
    border-radius: 3px;
    margin-left: 75px;
    margin-top: -20px;
    width: 200px;
    text-align: left;
}
td {
    position: relative;
}
td:hover .tooltip {
    display: block;
}

#shoplist {
    float: left;
    margin-top: 2px;
}
#rainPrognose {
    display: inline;
}
#forecast {
    float: left;
    margin-top: 2px;
}
#cont_71df641f3556627aeebe839c5e8d1c05{
    float: left;
    position: relative;
    margin: 0;
}
#forecastTxt{
    /* position: relative; */
    /* margin: -140px 5px 0 5px; */
    vertical-align: top;
}
.forecastH{
    color: white;
    margin-top: 5px;
}
.forecastT{
    margin-left: 5px;
    color: #999;
}

#divCounters{
 position: absolute;
 display: inline;
 margin: -150px 0 0 260px;
}

.counter {
    font-size: 32px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 10px;
    display: inline;
    /* width: 60px; */
}
#canvasClock {
    display: block;
}
#dtCustomTimer {
    height: 24px; 
    width: 85px;
    position: absolute; 
    margin: -50px 0 0 160px;
}
#indexClock {
 text-align: left;
}
.timerctrlImage {
    height: 30px;
    margin: 2px 10px 0px 10px;
    display: inline;
}

.blinking_blue {
	animation:blinkingBlue 2s infinite;
}
@keyframes blinkingBlue{
	0%{		color: lightblue;	}
	25%{	color: steelblue;	}
	50%{	color: Blue;	}
	75%{	color:steelblue;	}
	100%{	color: lightblue;	}
}

.blinking_red {
	animation:blinking_red 3s infinite;
}
@keyframes blinking_red{
	0%{		color: rgb(199, 81, 27);	}
	25%{	color: rgb(192, 69, 20);	}
	50%{	color: Red;	}
	75%{	color:rgb(172, 50, 20);	}
	100%{	color: rgb(179, 89, 29);	}
}

.blinking_yellow {
	animation:blinkingYellow 3s infinite;
}
@keyframes blinkingYellow{
	0%{		color: rgb(201, 163, 37);	}
	25%{	color: rgb(206, 203, 25);	}
	50%{	color: Yellow;	}
	75%{	color:rgb(212, 181, 42);	}
	100%{	color: rgb(209, 212, 34);	}
}

.blinking_green {
	animation:blinkingGreen 3s infinite;
}
@keyframes blinkingGreen{
	0%{		color: rgb(162, 241, 16);	}
	25%{	color: rgb(112, 206, 25);	}
	50%{	color: rgb(0, 255, 0);	}
	75%{	color:rgb(98, 172, 70);	}
	100%{	color: rgb(51, 75, 31);	}
}

#btnShopping{
    margin: 30px;
}

label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.italic {
    font-style: italic;
}

.stockBlock{
    font: bold 100% Arial, Helvetica !important;
}

.tdLightPresetOff, .tdLightPresetOff2, .tdLightPresetOff3, .tdVis, .tdVisT {
    font-size: xx-large;
}

.block {
    display: block !important;
}