.branding{
    font-size:17px;
    font-weight: 700;
}
.showcase{
    background:url('bbq_not_licensed_op_light.jpg');
    height: 2000px;
    background-size: cover;
    
    background-attachment: fixed;
    background-position: top;

}
.icon{
}

.info{
  display: none;
  padding-left: 4px;
  padding-right: 4px;
}

.lid-icon-css{
  color:gray;
  fill:gray;
  fill-opacity:1;
  stroke-width:0.798703;
}


@keyframes lid_active_pulse{
  0%    {fill:#ffffff;}
  50%   {fill:#818080;}
  100%  {fill:#f3f2f2;}
}

.lid_animation{
  animation-name: lid_deckel;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes lid_deckel{
  0%    {transform: rotate(-30deg); transform-origin: 500px 300px;}
  75%   {transform: rotate(0deg); transform-origin: 500px 300px;}
  100%   {transform: rotate(0deg); transform-origin: 500px 300px;}
}

html {
  scroll-behavior: smooth;
}

.body{
  overflow:hidden;
  position:fixed;
  
}

.grey-hover{
  background-color:#c2c2c2;
}

#hide_me{
  display: none;
}
#hide_me2{
  display: none;
}
.cls-1{
  fill: #fff;
  
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 12px;
  
}

.card-top-left{
  margin: 0px;
  padding-left: 0px;
}

.card-top-button {
  padding-left:4px;
  padding-right:4px;
  padding-top:4px;
  margin:0px;
}

.margin-left-8{margin-left:8px}

.padding-8{padding-top:8px!important;padding-bottom:8px!important}

.switch input {display:none;}

.t-switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  
}

.t-switch:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 0px;
  bottom: -5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 2px 2px 5px #616263;
}

input:checked + .t-switch {
  background-color: #6ab7ff;
  
}

input:focus + .t-switch {
  box-shadow: 0px 0px 1px #0f151b;
  
}

input:checked + .t-switch:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  box-shadow: -2px 2px 5px #616263;
}

/* Rounded sliders */
.t-switch.round {
  border-radius: 34px;
 
}

.t-switch.round:before {
  border-radius: 50%;
}

input:checked + .t-switch:hover::before{
  background-color: #6ab7ff;
}
input:not(:checked) + .t-switch:hover::before{
  box-shadow: 1px 1px 15px 5px #616263;

}


.subtitle{
  font-size:10px;
}

.loader-overlay{
  
  position:fixed;
  width:100%;
  height:0%;
  top:0;
  left:0;
  right:0;
  bottom:0;
  font-size:34px;
  color:#fff;
  background-color:rgba(0,0,0,0.5);
  z-index:2;
  transition: 0.5s}


  
.loader-content{
  position: relative;
  display:none;
  top: 40%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */

}
.loader-text{
  font: italic 3.5px sans-serif;
  
}
.power{
  top: 40;
  opacity: "0.1";
  fill: #fff;
}

.blinking_slow{
  animation:blinkingTextSlow 2.4s infinite;
}

@keyframes blinkingTextSlow{
  0%{     opacity: 0.0;    }
  29%{    opacity: 0.0; }
  39%{    opacity: 1; }
  99%{    opacity: 1;  }
  100%{   opacity: 1;    }
}

.blinking{
  animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
  0%{     opacity: 0.0;    }
  49%{    opacity: 0.0; }
  60%{    opacity: 1; }
  99%{    opacity: 1;  }
  100%{   opacity: 1;    }
}

.pid_off{
  color:gray;
  animation-name: pid_inactive_pulse;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

.pid_active{
  color:#22ce27;
  animation-name: pid_active_pulse;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

.pid_delay_class{
  color:#22ce27;
  animation-name: pid_delay_pulse;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.hr-setting{
  
  width: 80%;
  border: 1px solid #f44336;
  
}
.settings-help{
  color: #777;
  padding-left:16px;
}
.w3-flat-midnight-blue
{color:#fff;background-color:#2980b9}

.input-setting{
    padding:8px;display:block;border:none;border-bottom:1px solid #ccc;width:90%;

    text-align: right;
    padding-right: 8px;
    
}
.target_input{
  border:none;border-bottom:1px solid #ccc;
}
.target_form  {
  color: #777;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  
}

@keyframes pid_active_pulse{
  0%    {color:#22ce27;}
  50%   {color:#0afa12;}
  100%  {color:#22ce27;}
}

@keyframes pid_inactive_pulse{
  0%    {color:tomato;}
  50%   {color:rgb(245, 115, 92);}
  100%  {color:tomato;}
}

@keyframes pid_delay_pulse{
  0%    {color:rgb(245, 140, 3);}
  50%   {color:rgb(243, 183, 104);}
  100%  {color:rgb(245, 140, 3);}
}

.slider-label{
  color: #777;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
}

.slider{
  -webkit-appearance: none;
  width: 300px;
  height:15px;
  background: #d3d3d3;
  outline: none;
}
.slider::-webkit-slider-thumb{
  -webkit-appearance: none; /* Override default look */
  border-radius: 50%; 
  width:25px;
  height: 25px;
  background: #f44336;
  cursor: pointer;

}
.slider::-moz-range-thumb {
  border-radius: 50%; 
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #f44336; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.cruise_control_color{
  stroke: #f0f0f0;
}
.cruise_control_fill{
  fill: #f0f0f0;
}

.modal_class{
  
}

.chart{
  height: 400px;
  
}
.target{
  font-size: 0.7em;
  color: #b0b0b0;
}

.gauge-container {
    height: auto;
    width: auto;
    max-width: 300px;
    margin: auto;
    border: 0px solid rgba(255,255,255,0.1);
    
  }
  .gauge-container > .gauge > .dial {
    stroke: #334455;
    stroke-width: 5;
  }
  .gauge-container > .gauge > .value {
    /*stroke: orange;*/
    stroke-dasharray: none;
    stroke-width: 8;
  }
  .gauge-container > .gauge .value-text {
    fill: #cccccc;

  }

  .gauge-container.three > .gauge > .dial {
    stroke: #334455;
    stroke-width: 5;
  }
  .gauge-container.three > .gauge .value {
    stroke: #1478db;
    stroke-width: 8;
  }


  .value-text {
    color: #b0b0b0;
    font-weight: 200;
    position: relative;
    bottom: 50px;
    left: 43%;
    height: 0 px;
  } 

  .legend_left {
    color: #b0b0b0;
    font-weight: 200;
    position: relative;
    bottom: 30px;
    left: 4%;
    height: 0 px;
  } 
  .legend_right {
    color: #b0b0b0;
    font-weight: 200;
    position: relative;
    bottom: 30px;
    left: 85%;
    height: 0 px;
  } 

   .value-text {
  /*  fill: #1e90ff;
    font-weight: bold;
    font-size: 1.5em;
    transform: translate3d(0%, -10%, 0);
    display: inline-block;*/
    font-size: 1.2em;
    fill: #b0b0b0;
  }


  .light_red {
      color:#d85c43;
  }
  .light_red2{
    background-color: #f5564a;
    color:#fff!important;
  }
  

  .tooltip {
    position: relative;
    
 }
 .tooltip:after {
   overflow: visible!important;
    opacity: 0;
    font-size: 15px;
    visibility: hidden;
    position: absolute;
    content: attr(data-tooltip);
    padding: 4px 8px;
    top: 1.4em;
    left: 50%;
    transform: translateX(-50%) translateY(-20px);
    background: grey;
    color: white;
    white-space: nowrap;
    z-index: 100;
    border-radius: 2px;
    transition: opacity 0.2s , transform 0.2s;
 }
 .tooltip:hover:after {
  overflow: visible;
    display: block;
    opacity: 1;
    visibility: visible;
    position:absolute;
    transform: translateX(-50%) translateY(-58px);
    z-index: 100;
 }

 .tooltip--right:hover:after{
  transform: translateX(-20%) translateY(-58px);
 }


.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
} 

.tooltip:before {
  content: '';
  width: 0;
  height: 0;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 5px grey;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transform: translateX(-50%) translateY(-30);
  top: 1.1em;
  left: 50%;
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  z-index: 3;
}
.tooltip:hover:before {
  display: block;
  opacity: 1;
  visibility: visible;
  transform:  translateX(-50%) translateY(-30px) rotate(180deg) scale(2,2);
}

.tooltip--bottom:hover:after{
  transform: translateX(-50%) translateY(+50px);
 }
 .tooltip--bottom:hover:before{
  transform:  translateX(-50%) translateY(26px) scale(2,2);
 }
 .tooltip--bar:hover:after{
  transform: translateX(-50%) translateY(-50px);
 }
 .tooltip--bar:hover:before{
  transform:  translateX(-50%) translateY(-18px) rotate(180deg) scale(2,2);
 }

.setting-list  {
  color: #777;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 1px;
  
}
.ntc{
  color:#888;
}

.button_modal {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

button:hover {
  opacity:1;
}

button {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.button-small{
  padding-left: 4px;
  padding-right: 4px;
}

/* Float cancel and delete buttons and add an equal width */
.cancelbtn, .deletebtn {
  float: left;
  width: 50%;
}

/* Add a color to the cancel button */
.cancelbtn {
  background-color: #ccc;
  color: black;
}

/* Add a color to the delete button */
.deletebtn {
  background-color: #f44336;
}


/* Add padding and center-align text to the container */
.container {
  padding: 16px;
  text-align: center;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(255, 255, 255, 0.33);
  padding-top: 50px;
}

.center{
  text-align: center;
}


/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 90%; /* Could be more or less, depending on screen size */
}

/* Style the horizontal ruler */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

.hr-small {
  margin-bottom: 5px;
  margin-top: 5px;
}

/* The Modal Close Button (x) */
.close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.close:hover,
.close:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Change styles for cancel button and delete button on extra small screens */
@media screen and (max-width: 300px) {
  .cancelbtn, .deletebtn {
    width: 100%;
  }
}



#app .dropdown li {
  border-bottom: 1px solid rgba(112, 128, 144, 0.1)
}

#app .dropdown li:last-child {
  border-bottom: none;
}

#app .dropdown li a {
  padding: 10px 20px;
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 1.25em;
}

#app .dropdown li a .fa {
  padding-right: 0.5em;
}