#setupDiffuser {
  display: flex;
  align-items: center;
  margin-top:10px;
}
#setupDiffuserTitle {
  margin-right: 25px;
}
#setupModule {
  background-color: #EFEFEF;
  padding:0px 20px;
  padding-bottom:20px;
  margin-bottom:0px;
  border-top: 1px solid #000000;
  border-left:0;
  display:flex;
  flex-wrap: wrap;
  align-items: flex-start;
  min-height:300px;
}
#setupModule > div {
  margin-top:10px;
  padding:10px;
}
#setupOptions {
  flex: 2;
  min-width:180px;
}
#setupFamily {
  flex: 3;
  min-width:300px;
}
#setupParameters {
  flex: 2;
  display:flex;
  flex-wrap: wrap;
  min-width:220px;
  align-items: flex-start;
  justify-content: flex-start;
}
#setupSlotParameters {
  flex: 2;
  display:flex;
  flex-wrap: wrap;
  min-width:220px;
  align-items: flex-start;
  justify-content: flex-start;
}
#setupGeometry {
  flex: 5;
  min-width:500px;
}
#setupGeometryAdvanced {
  flex: 5;
  min-width:400px;
  text-align: center;
}
#setupGeometryParameters {
  display: flex;
}

#setupButCalculate {
  text-align:right;
}
#setupButCalculateAlert {
  text-align:right;
  padding: 20px;
  font-size: 16px;
  font-weight:500;
  color: red;

}





#setupGeometryAdvancedParameters {
  display: flex;
  justify-content:flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
#setupGeometryAdvancedParameters > div {
  min-width:100px;
  flex:1;
}
#room_svg {
  width:100%;
  margin-top:40px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
.dimmension {
  font-weight:300;
  font-size:11px;
  color:var(--color-darkgrey);
}
.dimmensionLabel {
  font-weight:400;
  font-size:12px;
  color:var(--color-darkgrey);
}

#setupSlotParameters > div {
  margin-top:30px;
}
#inputDiffuserSlotCount{
  height:160px;
}