﻿/* html {
    height: 100%;
    overflow: scroll;
} */

html {
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
    overflow: -moz-scrollbars-none;
}
html::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

/* span{
    vertical-align: middle;
  } */

body {
    /*background: url(../web_images/bg.png) no-repeat center fixed;*/
    /*background: linear-gradient(limegreen, lightgreen);*/
    background: black; /*linear-gradient(orange, yellow);*/
    color: #999;
    background-size: cover;
    height: 100%;
    margin: 0;
    /* Disables pull-to-refresh but allows overscroll glow effects. */
    overscroll-behavior-y: none;
}

#graphContainer {
    border: 0;
    display: inline-block;
}

.controls {
    margin: 2px 0 2px 0;
    padding: 4px;
    display: inline-block;
}

.timeCtrl{
    width: 60px;
    color:#777;
    background-color: orange;
    font: bold 20px Arial, Helvetica;
    padding: 2px;
    /* box-shadow: 0 1px 1px #777; */
    border-radius: 5px;
}
#dashboard, #controlSettings, #buienradar {
    text-align: left;
    color: #111;
    font-size: 11pt;
    font-family: Verdana;
    display:inline-block;
    vertical-align:top;
}

#radarImagesData {
    width: 100%;
}
.radaralign {
    display: inline-block;
    zoom: 98%; /*for fitting on 1200x1600 display*/
}
.radarBlockKnmi {
    zoom:   80%;
}

.knmiblock { pointer-events: none; }

#rainCanvas {
    margin-left: 2px;
    vertical-align: top;
    margin-top: 40px;
}

#editPlace {
    background: #444;
    border: 1px solid orange; 
    display: none;
    z-index: 10;
    position: absolute;
    left: 100px;
    top: 500px;
    padding: 10px;
    width: min-content;
    font-size: x-large;
}
.editLocInput{
    font-size:x-large;
    margin: 10px;
}

@keyframes moverain {
    100% {
        transform: translateY(-150px);
    }
}

#graph {
    border: 1px solid #111;
    border-radius: 6px;
    background: linear-gradient(#999, #222);
}

#weatherInfo {
    display: inline;
}
#theweather {
    display: inline-block;
    pointer-events: none;
}
#sunMoonInfo {
    overflow-y: auto;
    display: inline;
    width: 100%;
}

#login {
   margin: 5px;
   margin-left: 20px;
}

#btnLogout, #pwd {
    color: #999;
    margin-top: -5px;
    border: 1px solid #222;
    background-color: #111;
    background-image: linear-gradient(#444, #111);
    border-radius: 6px;
    box-shadow: 0 1px 1px #777;
}

.btnNav {
    width: 30px;
    text-align: center;
}

.blockDiv {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
  width: 0;
  height: 0;
  z-index: 10;
}
 


#waitText {
    /*center text in div*/
    margin: auto;
    vertical-align: middle;
    position: relative;
    width: 300px;
    font-size:xx-large;
    padding:25px;
    animation-name: waiting;
    animation-duration: 4s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
 }

#divEditPt {
    background-color: #111;
    background-image: linear-gradient(#444, #111);
    vertical-align:top;
    /* width:13%; */
    padding: 5px;
    border-radius: 6px;
    box-shadow: 0 1px 1px #777;
}

.showHideBtn {
    background-color:#444;
    color: #999;
    display:block;
    margin: 2px;
    width: auto;
    text-align: center;
}

.editField {
    background-color:#444;
    color: #999;
    display:inline-block !important;
    margin: 5px;
    width: auto;
    text-align: center;
}

.toolmenuCtrl, #editShopItem input, .inputAmount{
    margin: 5px 5px 5px 5px;
    font: bold 20px Arial, Helvetica;
    color: whitesmoke;
    background: #444;
}
.toolmenuCtrl2{
    margin: 5px 5px 5px 5px;
    font: bold 20px Arial, Helvetica !important;
    color: whitesmoke;
    background: #444;
    width: auto;
}
.inputAmount {
    width: 40px !important;
}

.inputAmountnm{
    font: bold 20px Arial, Helvetica;
    color: whitesmoke;
    background: #444;
}

.tmCtrl {
    width: 85px;
    margin: 5px 0px 5px 0px;
}

.dtCtrl {
    width: 160px;
    margin: 5px 0px 5px 0px;
}

#periodctrls {
    display: inline;
}

.iframePanel {
    position: relative;
    border: none;
    width: 99%;
    overflow: hidden; /*no scrollbars*/
}

#forecast14d {
    border: none;
    margin-left: -8px;
    transform: scale(0.47);
    margin: -150px 0 0 -190px;
    position: absolute;
    width: 3000px;
  }

#scheduling{
    display: inline-block;
}

#shoplistContent .switch{
    margin-top: 10px;
}


.lbl50{
    width: 50px;
}
.lbl60{
    width: 60px;
}
.lbl70{
    width: 70px;
}
.lbl100{
    width: 100px;
}
.lbl150{
    width: 150px;
}
.lbl200{
    width: 200px;
}
.lbl250{
    width: 250px;
}
.lbl300{
    width: 280px;
}
.lbl350{
    width: 350px;
}
#shopListListHeader li, #shopListHeader li{
    width: 60px;
}

#shoplistContent, #shopListTotalsContent{
    width: 10000px;
    display: inline-block;
    min-height: 100px;
}
#shopListListHeader{
    float: left;
    display: none;
}
#shoplistContent label, #editShopItem label{
    font: 20px Arial, Helvetica;
    display: inline-block;
    margin: 2px 10px 2px 10px;
}

.shoplistHdr {
    display: inline-block;
    font-size: x-large;
    margin: 2px 10px 2px 10px;
}
#shopListTotalsContent label, #shopListTotalsHeader label{
    font: 20px Arial, Helvetica;
    display: inline-block;
    margin: 2px 10px 2px 10px;
}
#shopListTotalInfo{
    /* float: right; */
    font-size: x-large;
    margin: 20px 0 0 50px;
}
#closeShopListStats{
    width: 140px !important;
    height: 60px !important;
    margin: 0 20px 0 0;
}

#editShopItem {
    display: none;
    position: absolute;
    padding: 10px;
}
#productName{
    width: auto !important;
}

#editShopItem input {
    width: 75px;
}

#editProductPanel {
    display: inline-block;
    background-image: linear-gradient(#444, #777);
    border-radius: 5px;
    padding: 5px;
}
#editProductPanel textarea {
    vertical-align: top;
}

.lbl1 {
    margin: 0 !important;
    padding: 0 !important;
}
#shopInfo {
    position: absolute;
    background: grey;
    color: red;
    font-size: xx-large;
    z-index: 2;
    margin-left: 20px;
    position: fixed;
    padding: 10px;
}
#inputNote {
    width: 300px !important;
    margin-right: 10px !important;
    vertical-align: middle;
}
#divEditList, #divEditProd, #divEditShop {
    padding: 5px;
    background: #777;
    background-image: linear-gradient(#444, #777);
    border-radius: 5px;
}

#btnSaveItem {
    margin-left: 10px;
}

.imgBtn {
    height: 50px;
    vertical-align: middle;
    margin-left: 10px;
}
.imgBtn2 {
    height: 40px;
    vertical-align: middle;
    margin-left: 10px;
}

.selectPrio option[value="1"] {
    color: red;
}
#shoplist, #divShopListMenu{
    display: none;
    background-color: #111;
    background-image: linear-gradient(#444, #111);
}
#divShopListMenu{
    /* position: fixed; */
    top: 0;
    z-index: 3;
    width: 100000px;
}

.shopMainMenu {
 
    margin: 0;
    display: none;
    height: 80px;
    width: auto !important;

}
.shopMainMenu li{
    height: 50px;
}
.shopMainMenu span{
    line-height: 44px;
}

#yesNoDialog {
    background-color: #111;
    background-image: linear-gradient(#444, #111);
    padding: 20px;
    position: fixed;
    top: 200px;
    left: 20px;
    z-index: 3;
    display: none;
}
#yesNoDialog .imgBtn{
    margin: 0;
}
#yesNoDialog label{
    font: bold 20px Arial, Helvetica;
    padding: 0 10px 0 50px;
}