.sitetable .trodd {background-color:#B6D8AB; }
.sitetable .trodd:hover { background-color:#70B967; }
.sitetable .treven {background-color:#DCDCDE; }
.sitetable .treven:hover { background-color:#70B967; }
.sitetable .trwarn {background-color:#F1D26E; }
.sitetable .trwarn:hover { background-color:#70B967; }
.sitetable .tralarm {background-color:#F27C4E; }
.sitetable .tralarm:hover { background-color:#70B967; }
.thead {background-color:#70B967;color:#FFFFFF;}
.warn { background-color:#F1D26E; }
.alarm { background-color:#F27C4E; }
.stripeswarnpattern { background: repeating-linear-gradient( -45deg, transparent, transparent 2px, #F1D26E 1px, #F1D26E 6px );}
.stripesalarmpattern { background: repeating-linear-gradient( -45deg, transparent, transparent 2px, #F27C4E 1px, #F27C4E 6px );}
.stripespattern { background: repeating-linear-gradient( -45deg, transparent, transparent 5px, #A0A0A0 1px, #A0A0A0 6px );}
.tarrow {background-color:#F1D26E; }
.sitetable .trodd:hover { background-color:#70B967; }
.sitetable .red { background-color:#F27C4E; }
.sitetable .orange { background-color:#FF8822; }
.sitetable .yellow { background-color:#F1D26E; }
.sitetable .green { background-color:#B6D8AB; }
.sitetable .grey { background-color:#DCDCDE; }
.messageGrid {border:0px; width:1172px;}
.troddGrid {background-color:#B6D8AB; }
.troddGrid:hover { background-color:#70B967; }
.trevenGrid { background-color:#DCDCDE; }
.trevenGrid:hover { background-color:#70B967; }
.footerGrid {background:#70B967; text-align:right;font-size: 1.2em;}
.theadGrid {background-color:#70B967;}
.si-color-red { color:#F27C4E; }
.si-color-orange { color:#FF8822; }
.si-color-yellow { color:#F1D26E; }
.si-color-white { color:#FFFFFF; }
.si-color-green { color:#B6D8AB; }
.si-color-grey { color:#DCDCDC; }
.si-color-dark-grey { color:#707070; }
.si-color-blue { color:#82CFF6; }
.si-background-color-red { background-color:#F27C4E !important; }
.si-background-color-orange { background-color:#FF8822 !important; }
.si-background-color-yellow { background-color:#F1D26E !important; }
.si-background-color-white { background-color:#FFFFFF !important; }
.si-background-color-green { background-color:#70B967 !important; }
.si-background-color-grey { background-color:#DCDCDC !important; }
.si-background-color-dark-grey { background-color:#707070 !important; }
.si-background-color-blue { background-color:#82CFF6 !important; }
.dash-header-line { background-color:#FF8822  !important; margin-top: 1rem; margin-left: 5px; height: 8px; width: 100%; position: absolute; border-bottom:1px solid #ae5204; border-left:1px solid #ae5204; }
.si-strokeColor{background-color:#FF8822  !important; min-width:30px;}
.si-border-color{border-color:#FF8822  !important}
.specialbutton{background-color:#70B967  !important}
.searchfield{background-color:#B6D8AB  !important}
.border-left-class-red {border-left: 4px solid #F27C4E;}
html { 
                            background-image:  -webkit-linear-gradient(top, #DEDEDE 9%, #FFFFFF 50%, #FFFFFF 89%);
                            background-image:  -moz-linear-gradient(top, #DEDEDE 9%, #FFFFFF 50%, #FFFFFF 89%),-o-linear-gradient(top, #DEDEDE 9%, #FFFFFF 50%, #FFFFFF 89%);
                            background-image:  -webkit-gradient(linear, left top, left bottom, color-stop(0.09, #DEDEDE), color-stop(0.5, #FFFFFF), color-stop(0.89, #FFFFFF));
                            background-image:  -ms-linear-gradient(top, #DEDEDE 9%, #FFFFFF 50%, #FFFFFF 89%);
                            background-image:  -webkit-gradient(linear, left top, left bottom, color-stop(0.09, #DEDEDE), color-stop(0.5, #FFFFFF), color-stop(0.89, #FFFFFF));
                            background-image:  -webkit-linear-gradient(top, #DEDEDE 9%, #FFFFFF 50%, #FFFFFF 89%);
                            background-attachment: fixed,fixed;
                            background-position: center, center;
                            background-size: 100% 100%, 100% 100%;
                            background-repeat: repeat, no-repeat;
                            background-origin: initial;
                            background-clip: initial;-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#DEDEDE', endColorstr='#FFFFFF',GradientType=0 )";filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#DEDEDE', endColorstr='#FFFFFF',GradientType=0 )";}

                .switch {
                  position: relative;
                  display: inline-block;
                  width: 36px;
                  height: 20px;
                }

                .switch input { 
                  opacity: 0;
                  width: 0;
                  height: 0;
                }

                .slider {
                  position: absolute;
                  cursor: pointer;
                  top: 0;
                  left: 0;
                  right: 0;
                  bottom: 0;
                  background-color: #707070;
                  -webkit-transition: .4s;
                  transition: .4s;
                }

                .slider.sliderDisabled {
                  background-color: #F27C4E;
                }

                .slider:before {
                  position: absolute;
                  content: '';
                  height: 16px;
                  width: 16px;
                  left: 2px;
                  bottom: 2px;
                  background-color: #FFFFFF;
                  -webkit-transition: .4s;
                  transition: .4s;
                }

                input:checked + .slider {
                  background-color: #70B967;
                }

                input:checked + .slider:before {
                  -webkit-transform: translateX(16px);
                  -ms-transform: translateX(16px);
                  transform: translateX(16px);
                }

                /* Rounded sliders */
                .slider.round {
                  border-radius: 10px;
                }

                .slider.round:before {
                  border-radius: 50%;
                }
            