:root {
  --dcbg: #fff;
  --dcbutton: #1f1f1f;
  --dcbuttona: #FF0011;
  --dcaccent: #FF0011;
  --dctext: #000;
  --dcselect: #c2c2c2;
  --dcsecondair: #c2c2c2;
  --dcheader: #1f1f1f;
  --dcoverlay: transparent;
  --dcloginborder: #e2eef1;
  --dwloginborder: 2px;
}

@font-face {
    font-family: "Univers Next W02 Light";
    src: url("/fonts/font1.eot?#iefix");
    src: url("/fonts/font1.eot?#iefix") format("eot"),
    url("/fonts/font1.woff") format("woff"),
    url("/fonts/font1.ttf") format("truetype"),
    url("/fonts/font1.svg#1cbab02e-61b2-4279-aacd-793eebcaca72") format("svg")
}

@font-face {
    font-family: "Univers Next W02 Regular";
    src: url("/fonts/font2.eot?#iefix");
    src: url("/fonts/font2.eot?#iefix") format("eot"),
    url("/fonts/font2.woff") format("woff"),
    url("/fonts/font2.ttf") format("truetype"),
    url("/fonts/font2.svg#337b082c-c223-40e0-971b-39d9b5b610c0") format("svg")
}

@font-face {
    font-family: "Univers Next W02 Medium";
    src: url("/fonts/font3.eot?#iefix");
    src: url("/fonts/font3.eot?#iefix") format("eot"),
    url("/fonts/font3.woff") format("woff"),
    url("/fonts/font3.ttf") format("truetype"),
    url("/fonts/font3.svg#5e5e14de-2505-4fac-bfe5-b066e4a892c9") format("svg")
}

@font-face {
    font-family: "Univers Next W02 Bold";
    src: url("/fonts/font4.eot?#iefix");
    src: url("/fonts/font4.eot?#iefix") format("eot"),
    url("/fonts/font4.woff") format("woff"),
    url("/fonts/font4.ttf") format("truetype"),
    url("/fonts/font4.svg#18d95e2b-3d06-44e1-a880-1eb734d08d25") format("svg")
}

@font-face {
  font-family: "Averta";
  font-weight: 400;
  src: url("/fonts/font6.woff") format("woff");
}
@font-face {
  font-family: "Averta";
  font-weight: 100;
  src: url("/fonts/font5.woff") format("woff");
}
@font-face {
  font-family: "Averta";
  font-weight: 700;
  src: url("/fonts/font7.woff") format("woff");
}
@font-face {
  font-family: "Averta-Bold";
  font-weight: 700;
  src: url("/fonts/font7.woff") format("woff");
}
@font-face {
  font-family: "Averta-Regular";
  src: url("/fonts/font6.woff") format("woff");
}
@font-face {
  font-family: "Averta-Light";
  src: url("/fonts/font5.woff") format("woff");
}
@font-face {
  font-family: "BJE_SH_icons";
  src: url("/fonts/font8.woff") format("woff");
}

body {
  font-family: Averta,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.428571429;
  background-color: white;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left center;
  margin-left: 48px;
}

table {
   margin: 0px; padding: 0px; border-spacing: 0px; border: 1px grey solid; border-collapse: collapse;
}

tr:not(.collapsedrows) {
   margin: 0px; padding: 0px; border-spacing: 0px; height: 38px;
}

tr.collapsedrows {
  margin: 0px; padding: 0px; border-spacing: 0px;
}

td {
  margin: 0px; padding: 2px; border-spacing: 0px; border: 1px lightgrey solid; border-collapse: collapse;
  text-align: left;
  font-weight: normal;
}

th {
  margin: 0px; padding: 2px; border-spacing: 0px; border: 1px lightgrey solid; border-collapse: collapse;
  text-align: left;
/*  font-weight: normal;*/
}

table.nb {
   margin: 0px; padding: 0px; border-spacing: 0px; border: 0px;
}

tr.nb {
   margin: 0px; padding: 0px; border-spacing: 0px; height: 38px;
}

td.nb, th.nb {
  margin: 0px; padding: 2px; border-spacing: 0px; border: 0px;
}

td.bb, th.bb {
  border-bottom: 1px solid rgb(194, 194, 194);
}

.bblast {
  border-bottom: 0px !important;
}

td.tb, th.tb {
  border-top: 1px solid rgb(194, 194, 194);
}

table.nbs {
  margin: 0px; padding: 0px; border-spacing: 0px; border: 0px;
}

table.nbs tr {
  height: 28px !important;
}

A:link, A:visited, A:active {
  text-decoration: none;
  color: black;
}

A.xlink:link, A.xlink:visited, A.xlink:active {            
  text-decoration: none;                
  color: #0076b7;                                       
}

a.xlink:hover,a.xlink:focus {
  color:#0076b7;
  text-decoration:underline
}

.trshow {
  border: 0px;
}

.trhide>td,
.trshow>td {
  padding-left: 0px !important;
  padding-right: 0px !important;
  text-align: right;
}

.locleftselect {
  padding-left: 0px !important;
  padding-right: 10px !important;
  text-align: right;
}

.trhide {
  border: 0px;
  display: none;
}

/*A:hover {
  text-decoration: underline;
  color: #108fcd;
}*/

h2 {
  font-size: 1.4em;
  line-height: 2em;
  margin-bottom: 15px;
  font-weight: normal;
}

h3 {
  font-size: 1.2em;
  line-height: 1.7em;
  margin-bottom: 5px;
  font-weight: bold;/*normal;*/
}

.basic_col1 {
  min-width: 150px;
}

.basic_col2 {
  width: 150px;
}

.basic_col3 {
  width: 150px;
}

.basic_col4 {   
  width: 300px;                         
} 

div.alselect {
  float: right;
}

div.alselect > div.select2 {
  width: 188px !important;
}

div.alselect > div.select2 > select {   
  width: 300px !important;
}

.proto_col1 {
  min-width: 286px;
}

.proto_col2 {
  width: 164px;
}

.system-col1 {
  min-width: 200px;
}

.system-col2 {
  width: 150px;
}

.system-col3 {
  width: 140px;
}

div.editC p{
  margin : 0px 0;
  padding : 0;
}

.editC {
  font-family: "Courier New", Courier, monospace;
}

/* new */
div.bglogo {
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index:100;
  background-image: url('/image33');
  background-repeat: no-repeat;
  background-position: 20px 20px;
/*  margin: 15px;*/
}

div.bglogo.de {
  background-image: url('/image32');
}

.tar {
  text-align: right;
}

.tarf {
  text-align: right;
  float: right;
}

.ccw {
  margin-left: -2px !important;
  margin-right: -2px !important;
}

.rgbpreview {
  width: 66px;
  height: 29px;
  margin-top: -4px;
}

.rgbvalue {
  width: 48px;
}

.rgbwpreview {
  width: 52px;
  height: 29px;
  margin-top: -4px;
}

.rgbwvalue {
  width: 35px;
}

.menulogo {
  width: 187px;
  height: 73px;
  background-image: url('/image33');
  margin: 15px;
}
.menulogo.de {
  height: 53px;
  background-image: url('/image32');
}

.menuspacer {
  height: 15px;
}

.errormessage {
  color: red;
}

.okmessage {
  color: darkgreen;
}

.inputlabel {
  padding-right: 20px;
}

.textlabel {
  
}

.inputfield {
  
}

.inputpassword {
  
}

.inputbutton {

}

.loginbutton {
  
}

.loadinggif {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 4px;
  background: url('/image15');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  margin-bottom: -8px;
}

.statuswidebutton,
#checkbutton {
  width: 500px !important;
}

#checkdiv {
  width: 500px !important;
}

#checkresult {
  width: 500px !important;
}

/*.loadingcircel {
  background-color: rgba(0, 0, 0, 0);
  border: 5px solid rgba(0, 183, 229, 0.9);
  opacity: .9;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  box-shadow: 0 0 35px #2187e7;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  -moz-animation: spin 1.5s infinite linear;
  -webkit-animation: spin 1.5s infinite linear;
}*/



.wizbutton_next {
  margin-top: 25px;
/*  margin-left: 50%; */
}

.sceneedit {
  width: 250px;
}

.wizline {
  line-height: 2em;
  vertical-align: top;
}

input[type=submit], input[type=button], button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 5px;
  display: block;
  width: 100%;
  padding: 4px 0px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 50px;
  color: #fff;
  background-color: #1c2839;
  border-color: transparent;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap; 
  background: var(--dcbutton);
}

.select1>div {
  width: 268px !important;
}

.select1 div select {
  background: transparent;
  width: 330px;
  padding: 5px;
  line-height: 1;
  font-size: inherit;
  border: 0;
  border-radius: 0;
  height: 27px;
  -webkit-appearance: none;
}

.select1 {
  font-size: 14px;
  height: 27px;
  display: inline-block;
  border: 1px solid #000;
  margin-bottom: 5px;
}

.select1 div {
  font-size: 14px;
  height: 27px;
  overflow: hidden;
  background: url(/image4) no-repeat right #fff;
  float: left;
}

.select1 span.add {
  height: 13px;
  width: 13px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;

  content: url(/image5) no-repeat center;
  background: var(--dcbutton);
  float: right;
  border-left: 1px solid #000;
}

.selectp>div {
  width: 188px !important;
}

.selectp div select {
  background: transparent;
  width: 200px;
  padding: 5px;
  line-height: 1;
  font-size: inherit;
  border: 0;
  border-radius: 0;
  height: 27px;
  -webkit-appearance: none;
}

.selectp {
  font-size: 14px;
  height: 27px;
  display: inline-block;
  border: 1px solid #000;
  margin-bottom: 5px;
}

.selectp div {
  font-size: 14px;
  height: 27px;
  overflow: hidden;
  background: url(/image4) no-repeat right #fff;
  float: left;
}

.selectp span.add {
  height: 13px;
  width: 13px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  
  content: url(/image5) no-repeat center;
  background: var(--dcbutton);
  float: right;
  border-left: 1px solid #000;
}

.select_scene_sel>div {
  width: 814px !important;
}

.select_scene_sel div select {
  width: 850px !important;
}

.select_scene_opt>div {
  width: 262px !important;
}

.select_scene_opt div select {
  width: 320px !important;
}

.scene_opt {
  width: 250px;
}

.selectcmd div select {
  width: 250px !important;
}

.selectcmd>div {
  width: 187px !important;
}

.schd_a6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.schd_a6>input {
  margin-bottom: 0px;
}

.selecthidden {
  display: none;
}

.select2::after {
  content: url(/image4);
  position: relative;
  float: right;
  margin-top: -26px;
  pointer-events: none;
  z-index: 999;
}

.selectcmd {
  margin-right: 6px;
  margin-bottom: -10px;
  margin-top: -10px;
}


input[name="knxnetserver"] {
  width: 500px;
}

div.scene_button_group a.add {
  display: inline-block;
  width: 13px;
  height: 18px;
  margin: 4px;
  background: url('/image8');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 13px
}

div.scene_button_group a.del {
  display: inline-block;
  width: 15px;
  height: 20px;
  margin: 4px;
  margin-top: 2px;
  background: url('/image9');
  background-repeat: no-repeat;
  background-position: center;
}

.dividerbefore::before {
  color: #666;
  background: url("/image10") no-repeat 100% center;
  background-color: transparent;
  border-color: inherit;
  border: none;
  border-radius: 0;
  padding-right: 12px;
  padding-left: 6px;
  position: relative !important;
  left: -24px !important;
  width: 13px !important;
  content: "" !important;
}

.dividerbefore {
  margin-left: 16px !important;
}

.nodividerbefore::before {
  padding-left: 6px;
  position: relative !important;
  content: "" !important;
}

.knxnettimeselect {
  width: 500px;
  line-height: 30px;
  margin-bottom: 10px;
  display: inline-block;
}

.knxnettimeselect>span {
  float: left;
}

.knxnettimeselect>div {
  float: right;
}

input.checkbox-replaced, input.radio-replaced {
  display:none;
}

span.checkbox-replaced {
  width: 16px;
  height: 16px;
  background-image: url("/image36");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 16px 48px;
  float: left;
/*  margin-left: -20px;*/
  margin-top: 4px;
  cursor: pointer;
  
  margin-left: 3px;
  margin-right: 10px;
}

span.radio-replaced {
  width: 14px;
  height: 14px;
  background-image: url("/image7");
  background-position: center 0;
  background-repeat: no-repeat;
  float: left;
  /*  margin-left: -20px;*/
  margin-top: 4px;
  cursor: pointer;
  
  margin-left: 3px;
  margin-right: 10px;
}

.inputcheckbox {
  /* NOG AANPASSEN IN CODE */
}

span.checkbox-replaced.checked {
  background-position:center -16px;
}

span.radio-replaced.checked {
  background-position:center -16px;
}

.inputradio {
  /* NOG AANPASSEN IN CODE */
}

.protocol_log_area {
  background-color: transparent;
  border-color: #000;
  line-height: 1.5em;
  width: 494px;
  margin-bottom: 10px;
}

input.protocol_connect_button {
/*  margin: 2px;*/
  margin-right: 10px;
  display: inline-block;
  width: 245px;
}

.devauth_button {
  display: inline-block !important;                                                                                   
  width: 245px !important;                                                   
  margin-top: 10px;
}

input.protocol_disconnect_button {
/*  margin: 2px;
  margin-right: 10px;*/
  display: inline-block;
  width: 245px;
}

input.sonos_scan_button,
input.upnp_scan_button {
/*  margin: 2px;*/
/*  margin-right: 10px;*/
  display: inline-block;
  width: 500px;
}

.scheduler-wday-sel {
  background-image: url('/image11');
  background-position: center center;
  background-repeat: no-repeat;
}

.scheduler-wday-unsel {
  
}

.schd_col1 {
  width: 50px;
}

.schd_col2 {
  width: 50px;
}

.schd_col3 {
  width: 50px;
}

.schd_col4 {
  width: 50px;
}

.schd_col5 {
  width: 25px;
}

.schd_col6 {
  width: 25px;
}

.schd_col7 {
  width: 25px;
}

.schd_col8 {
  width: 25px;
}

.schd_col9 {
  width: 25px;
}

.schd_col10 {
  width: 25px;
}

.schd_col11 {
  width: 25px;
}

.schd_col12 {
  width: 50px;
}

.schd_col13 {
  width: 50px;
}

.schd_col14 {
}

.schd_col15 {
  min-width: 50px;
}

.schd_select_s1 div select {
  width: 250px !important;
}

.schd_select_s1>div {
  width: 200px !important;
}

.schd_select_s2 div select {
  width: 460px !important;
}

.schd_select_s2>div {
  width: 408px !important;
}

.schd_il1 {
  width: 396px;
}

.schd_il2 {
  width: 60px;
}

.schd_ecol1 {
  width: 100px;
}

.schd_input {
  width: 188px;
}

.schd_colorbox {
  border: 0px;
  width: 50px;
  height: 29px;
  margin-right: -3px;
  margin-bottom: -10px;
  display: inline-block;
}

.schd_adnv {
  display: none;
}

.schd_spacer {
  height: 100px;
}

.checkboxdiv {
  display: inline-block;
  margin-bottom: -3px;
}

.schd_invert {
  margin-bottom: 5px;
  margin-top: -28px;
  margin-left: 420px;
}

.schd_lim {
  margin-left: 6px;
}

.wdaycol {
  width: 25px;
}

.schd_edit_icon {
  display: inline-block;
  background-image: url('/image12');
  background-repeat: no-repeat;
  background-position: center center;
  background-size:15px 17px;
  margin: 5px;
  width: 20px;
  height: 20px;
}

.schd_del_icon {
  display: inline-block;
  background-image: url('/image9');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px 17px;
  margin: 5px;
  width: 20px;
  height: 20px;
}

.schd_add_icon {
  display: inline-block;
  width: 13px;
  height: 18px;
  margin: 4px;
  background: url('/image8');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  float: right;
  margin-right: 17px;
  margin-top: 30px;
  margin-bottom: -30px;
}

.scenetable {
  min-width: 500px;
}

.schedulertable {
  min-width: 500px;
}

.rebootbutton {
  margin-top: 25px;
  width: 300px !important;
}

.icon_disabled {
  display: inline-block;
  background-image: url('/image13');
  background-repeat: no-repeat;
  background-position: center center;
/*  background-size: 15px 20px;*/
  margin: 5px;
  width: 20px;
  height: 20px;
}

.icon_enabled {
  display: inline-block;
  background-image: url('/image14');
  background-repeat: no-repeat;
  background-position: center center;
  margin: 5px;
  width: 20px;
  height: 20px;
}

.actions_colorbox {
  border: 0px;
  width: 50px;
  height: 29px;
  margin-right: -3px;
  margin-bottom: -10px;
  display: inline-block;
}

.group-header {
  background-color:var(--dcheader);
  color: #fff;
}

.actc_col1 {
  width: 50px;
}

.actc_col2 {
  width: 150px;
}

.actc_col3 {
  width: 150px;
}

.actc_col4 {
  width: 150px;
}

.actc_col5 {
  width: 150px;
}

.actc_col6 {
  width: 100px;
}

.scps_col1 {
  width: 50px;
}

.scps_col2 {
  width: 150px;
}

.scps_col3 {
  width: 170px;
}

.scps_col4 {
  width: 100px;
}

.scps_col5 {
  width: 75px;
}

.updatefw_button {
  margin-top: 25px;
  width: 300px !important;
}

/* end new */

.menubody {
  width: 205px;
}

div.centercontent {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  display: table;
  position: absolute;
  z-index: 1002;
}
div.centercontent>div {
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}

div.whitecontent {
  width: 100px;
  margin: 0 auto;
  min-width: 500px;
  min-height: 300px;
  padding: 16px;
  border: var(--dwloginborder) solid var(--dcloginborder);
  background-color: white;
  overflow: auto;
  text-align: center;
}

div.whitecontent>div {
  display: inline-block;
  text-align: left;
}

td.alignright>input {
  float: right;
}

.black_overlay {
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: var(--dcoverlay);
  z-index:1001;
  -moz-opacity: 0.6;
  opacity:.60;
  filter: alpha(opacity=60);
  padding: 15px;
}

div.progressbar1 {
  background-color: black;
  border-radius: 4px;
  padding: 3px;
  width: 350px;
}

div.progressbar2 {
  background-color: #0076b7; /*#2f4863; #00afed;*/
  height: 12px;
  border-radius: 2px;
}

.scene_dimmer_ef {
  position: absolute;
  z-index: 800;
  width: 20px;
  height: 20px;
  display: block;
  margin-top: -29px;
  margin-left: 236px;
}

.scene_dimmer_ef.ct {
  margin-left: 501px;
}  

.scene_temp_ef {
  position: absolute;
  z-index: 800;
  width: 20px;
  height: 20px;
  display: block;
  margin-top: -29px;
  margin-left: 237px;
}

.schd_dimmer_ef {
  position: absolute;
  z-index: 800;
  width: 20px;
  height: 20px;
  display: block;
  margin-top: -29px;
  margin-left: 181px;
}

.schd_temp_ef {
  position: absolute;
  z-index: 800;
  width: 20px;
  height: 20px;
  display: block;
  margin-top: -29px;
  margin-left: 182px;
}

.schd_val_ef_hidden {
  display: none !important;
}

.menulink {
  font-size: 14px;
  padding-left: 10px;
  
  bborder-bottom: 1px solid #c2c2c2;
  line-height: 42px;
  clear: both;
  float: left;
  width: 100%;
  position: relative;
  display: block;
}

.menuSelected:not(#menuS) {
  ccolor: #0076b7 !important;
  border-radius: 8px;
  background: var(--dcselect) !important;
}

input {
  color: inherit;
  font: inherit;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-tap-highlight-color: rgba(255,255,255,0);
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  border-radius: 0;
  padding: 4px 6px;
  background-color: #fff;
  border: 1px solid #999;
  max-width: 100%;
  margin-bottom: 5px;
}

input[type="text"], input[type="password"], input[type="email"] {
  line-height: 1.2em;
  border-color: #000;
  height: 19px;
}

/*input, select {            
  color: #000;                                              
  background: #eee;                                         
  border: 1px solid #666; #00afed; 
  border-radius: 2px;        
} 

input[type=submit], input[type=button], button {
  color: #000;
  background: #eee;
  border: 1px solid #00afed;
  border-radius: 2px;
}
 
input[type=submit]:hover, input[type=button]:hover, button:hover {
  color: #fff;
  background: #00afed;
}*/

tr.netadv-nv {
  display: none;
}

.configreloadbutton {
  margin-left: 10px;
  width: 195px;
}

pre.userlog {
  border: 1px lightgrey solid;
}

#latid {                                                                                                   
  width: 150px;                                                   
}                                                                                                          
                                                                                                           
#lonid {                                                                                                   
  width: 150px;                                                   
} 

/* IE 10 / 11 */
@media all and (-ms-high-contrast:none) {

.dividerbefore::before {
  top: 15px;
}

}

pre.lic {
    height: auto;
    max-height: 300px;
    overflow: auto;
    background-color: #eeeeee;
    word-break: normal !important;
    word-wrap: normal !important;
    white-space: pre !important;
    max-width: 490px;
}​

#checkresultOK {
  width: 500px !important;
}

#checkresultFAIL {
  width: 500px !important;
}

#checkresultUP {
  width: 500px !important;
}

.cmddep3 {                                                                                                 
  margin-right: 0px !important;                                   
}

/* new: 1.2 */

.simubutton {
  width: 150px;
  display: inline-block;
}

.simutable,
.simutable tr td{
  border: 0px;
}

.simuwdrow td {
  min-width: 40px;
}

button:disabled {
  background-color: var(--dcsecondair) !important;
  background: var(--dcsecondair) !important;
  cursor: default !important;
}

input.simu_e_button {                                                         
  display: inline-block;
  width: 465px;
}

.trigger_tc {                 
  display: inline-block;                  
  width: 30px;                          
  height: 30px;                                       
  margin: 4px;                              
  background: url('/image16');                 
  background-position: center;                                                
  background-repeat: no-repeat;
  background-size: 18px 18px;
  margin-bottom: -8px;  
}                                           
                                        
.trigger_c {                                          
  display: inline-block;                    
  width: 30px;                                 
  height: 30px;                                                               
  margin: 4px;                 
  background: url('/image17'); 
  background-position: center; 
  background-repeat: no-repeat;            
  background-size: 18px 18px;           
  margin-bottom: -8px;                                
}                                           
                                               
.trigger_a {                                                                  
  display: inline-block;       
  width: 30px;                 
  height: 30px;                
  margin: 4px;                           
  background: url('/image18');          
  background-position: center;                        
  background-repeat: no-repeat;             
  background-size: 18px 18px;       
  margin-bottom: -8px;                                                        
}

#mvcframe {
  position: absolute;
  top: 500px; 
  left: 0;
  width: 600px;
  height: 200px;
  background-color: rgba(150, 150, 150, 0.95);
  text-align:center;
  display: none;
  border: 3px solid var(--dcaccent);
  border-radius: 5px;
}

#mvcframe div.d1 {
  height: 120px;
  font-size: 20pt;
  line-height: 50px;
}

#mvcframe button.d3 {
  margin-right: auto;
  margin-left: auto;
  float: none;
  margin-top: 20px;
  width: 200px;
}

button.mvcview {
  width: 164px;
}

#backupname {                                                                 
  width: 255px;                                
}                                
                                                                
.sys_col1 {                                                      
  min-width: 125px;                     
}

.rgbctp {                                                     
  width: 49px;                                                                
  height: 29px;                                                 
  margin-top: -4px;             
  background-image: url(/image19.png);
  background-position: center;                  
  background-size: 35px 35px;                    
  background-repeat: no-repeat;                       
}                                           
                                               
tr[ct] td div.rgbctp {                                                                                   
  background-image: url(/image20.png);   
}                                                  
                                           
.rgbctpreview {                            
  width: 52px;                                                 
  height: 29px;                                                                                            
  margin-top: -4px;                                               
  display: none;                                             
}                                                                             
                                                                
tr[ct] td div.rgbwpreview {                                                                                
  display: none;                                                  
}                                                                
                                                              
tr[ct] td div.rgbctpreview {                                    
  display: block;                                               
}                                                              
                                                                                                           
.rgbctvalue {                                                     
  width: 35px;                                                
  display: none;                                              
}                                                                                     
                               
tr[ct] td .rgbwvalue {                        
  display: none;                   
}                                               
                                  
tr[ct] td .rgbctvalue {                         
  display: block;                  
}

.groupheader {                                                                                           
  background: var(--dcheader);                                                                                     
  border-collapse: collapse;
  border-top: 1px solid white;
  height: 24px;
  font-weight: bold;
  color: #fff;
}

.groupfooter {
  background-color: var(--dcheader);
  border-top: 1px solid white;
  border-collapse: collapse;
  height: 6px !important; 
}

.groupopen {
        width: 20px;
        height: 20px;
        background-image: url('/image22');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 24px 24px;
}

.groupclosed {
        width: 20px;
        height: 20px;
        background-image: url('/image21');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 24px 24px;
}

#ENVTR span {
  display: inline-block;
  width: 55px;
  float: left;
  margin-top: 10px;
}

#ENVTR div.select1.schd_select_sx1 div.select2 {
  width: 113px !important;
}

#ENVTR div.select1.schd_select_sx1 div.select2 select {
  width: 200px !important;
}

#ENSW.select1.schd_select_s1.schd_lim {
  margin-left: 0px;
}

.dateError {                                          
  color: red;                               
}                                              

.dateError .schd_input,                                           
.dateError .schd_select_s1,                                                                              
.dateError .schd_select_sx1 {
  border: 1px solid red;           
  color: black;
}

.schd_a.schd_a6 {                                     
  min-width: 785px;                         
}  

.logicheader {
  font-size: 1.4em;
  line-height: 2em;
  margin-bottom: 15px;
  font-weight: normal;
}

input[type=time] { font-size: 14px; display: inline-block; border: 1px solid #000; width: 164px; padding: 5px; line-height: 1; }

input.ulbutton,
button.ulbutton { width: 230px !important; display: inline-block;}

.menulink.sm { margin-left: 18px; width: 190px;}
.menulink.sm:before {
content: "\00a0";
width: 0px;
height: 44px;
border-left: 2px solid var(--dcaccent);
left: -5px;
position: absolute;
display: block;
top: -2px;
}
.menulink.sm.fc:before { height: 34px;top: 8px;}
.menulink.sm.lc:before { height: 34px;}

.chart-container { height: 400px; width: 600px;} .sem_tr { border-bottom: 1px solid #ccc; width: 750px; padding: 10px; } .sem_tr div {display: inline-block; } .sem_t_act {width: 100px;} .sem_t_endis {width: 80px;} .sem_t_type {width: 40px;} .sem_t_name {width: 150px;} .sem_t_c2 { width: 180px;} .sem_t_cb {width: 180px;} .sem_t_type { width: 40px; height: 30px; display: inline-block; margin-top: -10px; margin-bottom: -10px; background-size: 25px; 25px; background-position: center; background-repeat: no-repeat; } .sem_t_type0 { background-image: url(/image40.png); } .sem_t_type1 { background-image: url(/image41.png); } .sem_t_type2 { background-image: url(/image42.png); } .sem_t_type3 { background-image: url(/image43.png); } .sem_t_type4 { background-image: url(/image44.png); } .sem_t_type5 { background-image: url(/image45.png); } .sem_t_type6 { background-image: url(/image46.png); } .sem_t_type7 { background-image: url(/image47.png); } .sem_t_type8 { background-image: url(/image48.png); } .sem_t_type9 { background-image: url(/image49.png); } .sem_t_type10 { background-image: url(/image50.png); }
