body {
    margin: 0;
    background-color: #3e3e40;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
  
.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
  
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
  
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
  
input:checked + .slider {
    background-color: #21f372;
}
  
input:focus + .slider {
    box-shadow: 0 0 1px #21f372;
}
  
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
  
.slider.round {
    border-radius: 34px;
}
  
.slider.round:before {
    border-radius: 50%;
}
  
.StdContainerStyle {
    width: 700px;
    height: 400px;
    margin: 0;
    z-index: -100;
    box-shadow: 10px 20px 30px #1C1C1C;
}

.SmallContainerStyle {
    float: left;
    width: 220px;
    height: 150px;
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    z-index: -100;
    box-shadow: 10px 20px 30px #1C1C1C;
}

.StdHeatMapStyle {
    position: relative;
    width: 730px;
    height: 450px;
    margin: 0;
    z-index: -100;
    box-shadow: 10px 20px 30px #1C1C1C;
}

.tg {
    border-collapse:collapse;
    border-spacing:0;
    border-color: #202020;
    box-shadow: 10px 20px 30px #1C1C1C;
}

.tg td {
    font-family:Arial, sans-serif;
    font-size:14px;
    padding:7px 5px;
    border-style:solid;
    border-width:2px;
    overflow:hidden;
    word-break:normal;
    border-color: #202020;
}

.tg th {
    font-family:Arial, sans-serif;
    font-size:14px;
    font-weight:normal;
    padding:7px 5px;
    border-style:solid;
    border-width:2px;
    overflow:hidden;
    word-break:normal;
    border-color: #202020;
}

.tg .LeftWhite {
    text-align:left;
    background-color:#3e3e40;
    color:#808080;
}

.tg .CenterWhite {
    text-align:center;
    background-color:#3e3e40;
    color:#808080;
}

.tg .RightWhite {
    text-align:right;
    background-color:#3e3e40;
    color:#808080;
}

.tg .BoldCenterWhite {
    font-family:"Arial-BoldMT", Gadget, sans-serif !important;
    text-align:center;
    background-color:#3e3e40;
    color:#808080;
}

.tg .BoldLeftWhite {
    font-family:"Arial-BoldMT", Gadget, sans-serif !important;
    background-color:#3e3e40;
    color:#808080;
}

.tg .CenterGray{
    background-color:#282828;
    text-align:center;
    color:#808080;
}

.tg .RightGray{
    background-color:#282828;
    text-align:right;
    color:#808080;
}

.tg .LeftGray{
    background-color:#282828;
    text-align:left;
    color:#808080;
}

.tg .BoldCenterGray {
    font-family:"Arial-BoldMT", Gadget, sans-serif !important;
    background-color:#282828;
    text-align:center;
    color:#808080;
}

.tg .BoldLeftGray {
    font-family:"Arial-BoldMT", Gadget, sans-serif !important;
    background-color:#282828;
    color:#808080;
}

.tg .CenterYellow {
    background-color:#CCCC50;
    text-align:center;
}

.tg .RightYellow{
    background-color:#CCCC50;
    text-align:right;
}

.tg .BoldCenterYellow {
    font-family:"Arial-BoldMT", Gadget, sans-serif !important;
    background-color:#CCCC50;
    text-align:center;
}

.tg .BoldLeftYellow {
    font-family:"Arial-BoldMT", Gadget, sans-serif !important;
    background-color:#CCCC50;
    text-align:left;
}

.tg .CenterRosa {
    background-color:#C67285;
    text-align:center;
}

.tg .CenterRed {
    background-color:#EB5454;
    text-align:center;
}

.tg .RightRed{
    background-color:#EB5454;
    text-align:right;
}

.tg .BoldLeftRed {
    font-family:"Arial-BoldMT", Gadget, sans-serif !important;
    background-color:#EB5454;
    text-align:left;
}

.tg .CenterDarkBlue {
    background-color:#1874CD;
    text-align:center;
}

.tg .RightDarkBlue{
    background-color:#1874CD;
    text-align:right;
}

.tg .BoldLeftDarkBlue {
    font-family:"Arial-BoldMT", Gadget, sans-serif !important;
    background-color:#1874CD;
    text-align:left;
}

.tg .CenterGreen {
    background-color:#73BE5A;
    text-align:center;
}

.tg .RightGreen{
    background-color:#73BE5A;
    text-align:right;
}

.tg .BoldLeftGreen {
    font-family:"Arial-BoldMT", Gadget, sans-serif !important;
    background-color:#73BE5A;
    text-align:left;
}

.tg .CenterBlue {
    background-color:#6CA5C8;
    text-align:center;
}

.tg .BoldCenterBlue {
    font-family:"Arial-BoldMT", Gadget, sans-serif !important;
    background-color:#6CA5C8;
    text-align:center;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #505050;
    position: fixed;
    top: 0;
    width: 100%;
    border: 1px solid #A0A0A0;
    z-index: 100;
}

li {
    float: left;
    font-family:Arial-BoldMT, sans-serif, bold;
    font-size:20px;
    border-right: 1px solid #A0A0A0;
    z-index: 100;
}

li a {
    display: block;
    font-family:Arial-BoldMT, sans-serif, bold;
    font-size:20px;
    color: #E0E0E0;
    text-align: center;
    padding: 10px 16px;
    height: 25px;
    text-decoration: none;
    z-index: 100;
}

li a:hover:not(.active) {
    background-color: #202020;
    z-index: 100;
}

.active {
    background-color: #1e90ff;
    color: darkblue;
    z-index: 100;
}

.ButtonContainer {
    margin: 0px;
    margin-bottom: 10px;
    padding: 12px;
    color: transparent;
    float: center;
    width: 800px;
    height: 200px;
}

.Title {
    position: relative;
    text-align: center;
    float: center;
    color:#C0C0C0;
    font-family:Arial-BoldMT, sans-serif, bold;
    font-size:30px;
    left: 0px;
    top: 30px;
    margin-bottom: 40px;
}

div.gallery {
    margin: 30px;
    float: left;
    width: 200px;
    box-shadow: 10px 20px 30px #1C1C1C;
    background-color: #606060;
}

div.gallery img {
    width: 100%;
    height: 100%;
}

.PowerContainer3 {
    margin: 0px;
    margin-bottom: 10px;
    padding: 12px;
    color: transparent;
    float: center;
    width: 750px;
    height: 180px;
}

#Gas36ZirkulationContainer {
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 35px;
    padding: 12px;
    float: center;
    width: 680px;
    height: 65px;
    box-shadow: 10px 20px 30px #1C1C1C;
    background-image: linear-gradient(-5deg, #3e3e40, #282828)
}

#Gas36ZirkulationSwitchContainer {
    position: relative;
    text-align: left;
    float: left;
    color:#A0A0A0;
    font-family:Arial, sans-serif;
    font-size:26px;
    left: 80px;
    top: 16px;
    margin-bottom: 10px;
}

#Gas36ZirkulationName {
    position: relative;
    text-align: left;
    float: left;
    color:#A0A0A0;
    font-family:Arial, sans-serif;
    font-size:26px;
    left: 40px;
    top: 16px;
    margin-bottom: 10px;
}

#Gas36ZirkulationLastInfo {
    position: relative;
    text-align: left;
    float: left;
    color:#A0A0A0;
    font-family:Arial, sans-serif;
    font-size:26px;
    left: 130px;
    top: 16px;
    margin-bottom: 10px;
}

.BoxTitle {
    position: relative;
    text-align: center;
    float: center;
    color:#D0D0D0;
    font-family:Arial-BoldMT, sans-serif, bold;
    font-size:20px;
    left: 10px;
    top: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.Box4Container {
    margin: 0px;
    margin-top: 25px;
    margin-bottom: 20px;
    padding: 12px;
    float: center;
    width: 96ch;
    height: 85px;
    box-shadow: 10px 20px 30px #1C1C1C;
    background-image: linear-gradient(-5deg, #3e3e40, #282828)
}

.Box3Container {
    margin: 0px;
    margin-top: 25px;
    margin-bottom: 20px;
    padding: 12px;
    float: center;
    width: 78ch;
    height: 85px;
    box-shadow: 10px 20px 30px #1C1C1C;
    background-image: linear-gradient(-5deg, #3e3e40, #282828)
}

.Box2Container {
    margin: 0px;
    margin-top: 25px;
    margin-bottom: 20px;
    padding: 12px;
    float: center;
    width: 52ch;
    height: 85px;
    box-shadow: 10px 20px 30px #1C1C1C;
    background-image: linear-gradient(-5deg, #3e3e40, #282828)
}

.Box2ContainerWide {
    margin: 0px;
    margin-top: 25px;
    margin-bottom: 20px;
    padding: 12px;
    float: center;
    width: 62ch;
    height: 85px;
    box-shadow: 10px 20px 30px #1C1C1C;
    background-image: linear-gradient(-5deg, #3e3e40, #282828)
}

.Box1ContainerWide {
    margin: 0px;
    margin-top: 25px;
    margin-bottom: 20px;
    padding: 12px;
    float: center;
    width: 36ch;
    height: 85px;
    box-shadow: 10px 20px 30px #1C1C1C;
    background-image: linear-gradient(-5deg, #3e3e40, #282828)
}

.BoxName1 {
    text-align: left;
    float: left;
    color:#A0A0A0;
    font-family:Arial, sans-serif;
    font-size:20px;
    top: 10px;
    margin-left: 20px;
    margin-top: 8px;
}

.BoxName2 {
    text-align: left;
    float: left;
    color:#A0A0A0;
    font-family:Arial, sans-serif;
    font-size:20px;
    top: 10px;
    margin-left: 20px;
    margin-top: 8px;
}
.BoxName3 {
    text-align: left;
    float: left;
    color:#A0A0A0;
    font-family:Arial, sans-serif;
    font-size:20px;
    top: 10px;
    margin-left: 20px;
    margin-top: 8px;
}

.BoxName4 {
    text-align: left;
    float: left;
    color:#A0A0A0;
    font-family:Arial, sans-serif;
    font-size:20px;
    top: 10px;
    margin-left: 20px;
    margin-top: 8px;
}

.BoxValue1 {
    text-align: right;
    float: left;
    color:#D0D0D0;
    width: 7ch;
    font-family:Arial-BoldMT, sans-serif, bold;
    font-size:20px;
    top: 6px;
    border: 1px solid 282828;
    border-color: #282828;
    background-color: rgba(0,0,0,0.1);
    border: none;
    margin-left: 20px;
    margin-top: 8px;
}

.BoxValue2 {
    text-align: right;
    float: left;
    color:#D0D0D0;
    width: 7ch;
    font-family:Arial-BoldMT, sans-serif, bold;
    font-size:20px;
    top: 6px;
    border: 1px solid 282828;
    border-color: #282828;
    background-color: rgba(0,0,0,0.1);
    border: none;
    margin-left: 20px;
    margin-top: 8px;
}

.BoxValue3 {
    text-align: right;
    float: left;
    color:#D0D0D0;
    width: 7ch;
    font-family:Arial-BoldMT, sans-serif, bold;
    font-size:20px;
    top: 6px;
    border: 1px solid 282828;
    border-color: #282828;
    background-color: rgba(0,0,0,0.1);
    border: none;
    margin-left: 20px;
    margin-top: 8px;
}

.BoxValue4 {
    text-align: right;
    float: left;
    color:#D0D0D0;
    width: 7ch;
    font-family:Arial-BoldMT, sans-serif, bold;
    font-size:20px;
    top: 6px;
    border: 1px solid 282828;
    border-color: #282828;
    background-color: rgba(0,0,0,0.1);
    border: none;
    margin-left: 20px;
    margin-top: 8px;
}

.BoxValue1Wide {
    text-align: right;
    float: left;
    color:#D0D0D0;
    width: 12ch;
    font-family:Arial-BoldMT, sans-serif, bold;
    font-size:20px;
    top: 6px;
    border: 1px solid 282828;
    border-color: #282828;
    background-color: rgba(0,0,0,0.1);
    border: none;
    margin-left: 20px;
    margin-top: 8px;
}

.BoxValue2Wide {
    text-align: right;
    float: left;
    color:#D0D0D0;
    width: 12ch;
    font-family:Arial-BoldMT, sans-serif, bold;
    font-size:20px;
    top: 6px;
    border: 1px solid 282828;
    border-color: #282828;
    background-color: rgba(0,0,0,0.1);
    border: none;
    margin-left: 20px;
    margin-top: 8px;
}