/* 
	declare standard CSS file (includes all CSS)
	order is important because of inheritance rules of CSS
    author: ls
*/
/* 
	declare all collective and standard colors, 
	indivdual CI colors declare in companies folder
    author: ls
*/
/* neutral, black, grey and white spectrum colors for non-customizable interfaces */
/* opaque colors */
/* submenu, multirows */
/* menus, rows, borders	*/
/* disabled fonts, mild borders and shadows, rows */
/* disabled fonts, softer borders and shadows */
/* high contrast borders and shadows */
/* high contrast fonts, subheadings */
/* high contrast fonts, signs and borders */
/* high contrast fonts, superheadings */
/* transparent colors */
/* header for longest titles behind notify and Logo */
/* e.g. tooltips SVG */
/* sector icon */
/* sticky col shadow */
/* button, sticky col shadow */
/* button hover shadow */
/* redish colors for errors and alerts */
/* blueish colors for highlighting/shadowing in standard color */
/* greenish colors for friendly alerts, validations */
/* standard navigation colors */
/* actitity colors */
/* special activity choice in colors elsewhere not in use */
/* lighter was better distinguishable */
/* for .notice class */
/*off 52px height*/
/* 
	declare color themes, 
	indivdual CI colors declare in companies folder
    author: ls
*/
.error {
  font-weight: bold;
  color: #cb0e00;
  width: 100%;
  padding: 5px;
}
.warning {
  font-weight: bold;
  color: #4400ff;
  width: 100%;
  padding: 5px;
}
.disclaim {
  box-sizing: border-box;
  font-weight: normal;
  color: #000;
  display: block;
  max-width: calc(97% + 3px);
  padding: 3px;
  border-radius: 2px;
  margin: 5px 0px 2px 0px;
  background-color: #ccbbff;
  opacity: 0.75;
}
.homeindex .disclaim {
  color: #cb0e00;
  width: calc(100% - 25px);
  padding: 5px;
}
.notice {
  font-weight: bold;
  color: #868600;
  width: 100%;
  padding: 5px;
}
.tester {
  font-weight: bold;
  color: #4400ff;
  width: 100%;
  padding: 5px;
}
.white {
  color: #FFF;
}
.red {
  color: #cb0e00;
}
.red a,
.red link {
  color: #cb0e00;
}
.darkgreen {
  color: #376900;
}
.darkgreen a,
.darkgreen link {
  color: #376900;
}
.orange {
  color: #4400ff;
}
.orange svg {
  fill: #4400ff;
}
.green {
  color: #59ac00;
}
.blue {
  color: #bccfe5;
}
.darkblue {
  color: #9dbbdc;
}
.yellow {
  color: #ff0;
}
.lightgrey {
  color: #eee;
}
.grey {
  color: #ddd;
}
.mediumgrey {
  color: #aaa;
}
.systemgrey {
  color: #808080;
}
.darkgrey {
  color: #666;
}
.orange100 {
  color: #f3731c;
}
.wakeupcolor {
  color: #fa56af;
}
.backfill {
  color: #ca56df;
  fill: #ca56df;
  stroke: #731983;
  border-color: #731983;
}
.activityBackfill {
  background-color: #ca56df;
  fill: #ca56df;
}
.activityDone {
  background-color: #e7ffe7;
  fill: #e7ffe7;
}
.activityUpcoming {
  background-color: #feffac;
  fill: #feffac;
}
.activityDue {
  background-color: #ddccff;
  fill: #ddccff;
}
.activityOverdue {
  background-color: #ffa8a8;
  fill: #ffa8a8;
}
.activityPlanned {
  background-color: #eee;
  fill: #eee;
}
.activityObsoleted {
  background-color: #deebf7;
}
.fgcompany {
  color: #4400ff;
  stroke: #4400ff;
  fill: #4400ff;
  background: #4400ff;
  border-color: #4400ff;
}
.lanecolor0 {
  color: #ddddff;
  stroke: #ddddff;
  fill: #ddddff;
  background: #ddddff;
  border-color: #ddddff;
}
.lanecolor1 {
  color: #ccbbff;
  stroke: #ccbbff;
  fill: #ccbbff;
  background: #ccbbff;
  border-color: #ccbbff;
}
.lanecolor2 {
  color: #aa99ff;
  stroke: #aa99ff;
  fill: #aa99ff;
  background: #aa99ff;
  border-color: #aa99ff;
}
.lanecolor3 {
  color: #8877ff;
  stroke: #8877ff;
  fill: #8877ff;
  background: #8877ff;
  border-color: #8877ff;
}
.lanecolor3fg {
  color: #8877ff;
}
.lanecolor4 {
  color: #6655ff;
  stroke: #6655ff;
  fill: #6655ff;
  background: #6655ff;
  border-color: #6655ff;
}
.lanecolor5 {
  color: #4433ff;
  stroke: #4433ff;
  fill: #4433ff;
  background: #4433ff;
  border-color: #4433ff;
}
.lanecolor6 {
  color: #1106ff;
  stroke: #1106ff;
  fill: #1106ff;
  background: #1106ff;
  border-color: #1106ff;
}
.lanegrey0 {
  color: #FDFDFD;
  stroke: #FDFDFD;
  fill: #FDFDFD;
  background: #FDFDFD;
  border-color: #FDFDFD;
}
.lanegrey1 {
  color: #E9E9E9;
  stroke: #E9E9E9;
  fill: #E9E9E9;
  background: #E9E9E9;
  border-color: #E9E9E9;
}
.lanegrey2 {
  color: #C4C4C4;
  stroke: #C4C4C4;
  fill: #C4C4C4;
  background: #C4C4C4;
  border-color: #C4C4C4;
}
.lanegrey3 {
  color: #A6A6A6;
  stroke: #A6A6A6;
  fill: #A6A6A6;
  background: #A6A6A6;
  border-color: #A6A6A6;
}
.lanegrey4 {
  color: #919191;
  stroke: #919191;
  fill: #919191;
  background: #919191;
  border-color: #919191;
}
.lanegrey5 {
  color: #767676;
  stroke: #767676;
  fill: #767676;
  background: #767676;
  border-color: #767676;
}
.lanegrey6 {
  color: #515151;
  stroke: #515151;
  fill: #515151;
  background: #515151;
  border-color: #515151;
}
.companyred {
  color: #cb0e00;
}
/* 
	declare font faces and sizes,
	indivdual CI fonts declare in companies folder
    author: ls
*/
@font-face {
  font-family: ptsans;
  src: url('/css/fonts/ptsans.ttf') format('truetype');
}
/* rem does rely on html and not on DOM, therefore no inheritance problems */
a,
link {
  color: #666;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'PT Sans', PTSans, Arial, Helvetica, sans-serif;
  font-weight: 800;
  margin: 5px 0;
  padding: 0;
}
h1 {
  font-size: calc(1.4*1rem);
}
@media (min-width: 480px) and (max-width: 959px) and (orientation:landscape) {
  h1 {
    font-size: 1.5em;
  }
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  h1 {
    font-size: 1.5em;
  }
}
h2 {
  font-size: calc(1.2*1rem);
}
@media (min-width: 480px) and (max-width: 959px) and (orientation:landscape) {
  h2 {
    font-size: 1.5em;
  }
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  h2 {
    font-size: 1.5em;
  }
}
h3 {
  font-size: calc(1.1*1rem);
}
@media (min-width: 480px) and (max-width: 959px) and (orientation:landscape), (min-width: 480px) and (max-width: 959px) and (orientation:portrait) {
  h3 {
    font-size: 1.1em;
  }
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  h3 {
    font-size: 1.1em;
  }
}
h4 {
  font-size: calc(1.1*1rem);
}
@media (min-width: 480px) and (max-width: 959px) and (orientation:landscape) {
  h4 {
    font-size: 1.1em;
  }
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  h4 {
    font-size: 1.1em;
  }
}
h5 {
  font-size: calc(1*1rem);
  margin-bottom: 1px;
}
@media (min-width: 480px) and (max-width: 959px) and (orientation:landscape) {
  h5 {
    font-size: 1.1em;
  }
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  h5 {
    font-size: 1.1em;
  }
}
/* 
	declare images
    author: ls
*/
.roundedImage {
  border-radius: 50%;
}
.imageCutSmaller {
  display: inline-block;
  width: 40%;
}
.imageCutSmaller img {
  display: block;
  width: 50px;
  margin: 10px 10px 10px auto;
  /*top right bottom left*/
}
@media (min-width: 480px) and (max-width: 959px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .imageCutSmaller img {
    width: 25%;
  }
}
.imageCutRegular img {
  display: block;
  width: 80%;
  max-width: 200px;
  margin: auto;
}
@media (min-width: 480px) and (max-width: 959px) and (orientation:landscape) {
  .imageCutRegular img {
    width: 50%;
  }
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape) {
  .imageCutRegular img {
    width: 40%;
  }
}
.col-33 .imageCutRegular img {
  max-width: 50%;
}
.imageCentered {
  box-sizing: border-box;
  width: 100%;
}
.imageCentered img {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.iconsmall {
  width: 30px;
}
/* 
	declare views
    author: ls
*/
/* 
	declare screenbody
    author: ls
*/
@media not print {
  /* the box model */
  /* apply before body even */
  /* fix width of everything */
  *,
  *::before,
  *::after {
    /* 	box-sizing: content-box; default, to be overwritten */
    box-sizing: border-box;
  }
  html,
  body {
    /*height:100%;*/
    font-size: 16px;
    /* for all browsers, once, nail relative standardfontsize in fonts.less, declare all others relative to @standardfontsize */
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'PT Sans', PTSans, Arial, Helvetica, sans-serif;
    color: #666;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    overflow-x: hidden;
    overflow-y: auto;
    font-size: calc(13/16*1rem);
    line-height: 1.4;
  }
  body a,
  body link {
    text-decoration: none;
  }
}
@media not print and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
@media not print and (min-width: 1px) and (max-width: 479px) and (orientation:landscape), not print and (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  body {
    font-size: calc(10/16*1rem);
  }
}
@media not print and (min-width: 480px) and (max-width: 959px) and (orientation:landscape), not print and (min-width: 480px) and (max-width: 959px) and (orientation:portrait) {
  body {
    font-size: calc(11/16*1rem);
  }
}
@media not print and (min-width: 960px) {
  body {
    font-size: calc(13/16*1rem);
  }
}
/* shared in screen and print media */
.width100 {
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
  display: inline-block;
}
.width50 {
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #808080;
  border-radius: 5px;
  margin-right: 10px;
  display: inline-block;
  width: calc(50% - 10px);
}
.width00 {
  clear: both;
  margin: 0;
  padding: 0;
  display: block;
  text-align: left;
}
.width80 {
  clear: both;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 80%;
  text-align: left;
}
.width20 {
  display: inline-block;
  width: 20px;
}
.width40 {
  display: inline-block;
  width: 40px;
}
.width480 {
  display: block;
  width: 480px;
  margin: 0 auto;
  text-align: left;
}
.unbreak {
  clear: both;
  margin-right: 20px;
  padding: 0;
  display: block;
  min-width: 100%;
  text-align: left;
  white-space: nowrap;
}
.nonbreak {
  clear: none;
  float: left;
  display: block;
}
.width100_20 {
  width: calc( 100% - 20px);
}
.width100_50 {
  width: calc( 100% - 50px);
}
.width100_80 {
  width: calc( 100% - 80px);
}
.noneDisplay {
  display: none;
}
.height1 {
  height: 1px;
}
.height5 {
  height: 5px;
}
.height10 {
  height: 10px;
}
.height20 {
  height: 20px;
}
.height22 {
  height: 22px;
}
.height30 {
  height: 30px;
}
.height40 {
  height: 40px;
}
.scrollheight {
  clear: both;
  height: 20px;
}
.roundcorner {
  border-radius: 5px 5px 0 0;
}
.rect {
  text-align: center;
  width: 25px;
  height: 25px;
  border: 2px solid #bccfe5;
}
.rect p {
  margin: 0;
  padding: 2px 7px;
  word-break: break-word;
  hyphens: auto;
}
.circle {
  width: calc(2*10px);
  height: calc(2*10px);
  border: calc(2/3*10px) solid;
  border-radius: calc(2*10px);
  background-color: #FFF;
}
@media (min-width: 480px) and (max-width: 959px) and (orientation:landscape) {
  .circle {
    width: calc(8/5*10px);
    height: calc(8/5*10px);
    border: calc(8/5*1/3*10px) solid;
    border-radius: calc(8/5*10px);
  }
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .circle {
    width: calc(6/5*10px);
    height: calc(6/5*10px);
    border: calc(6/5*1/3*10px) solid;
    border-radius: calc(6/5*10px);
  }
}
.pie {
  width: calc(2*10px);
  height: calc(2*10px);
  border: calc(1/6*10px) solid;
  border-radius: 50%;
  background-image: linear-gradient(150deg, rgba(255, 255, 255, 0) 50%, #FFF 50%), linear-gradient(90deg, #FFF 50%, rgba(255, 255, 255, 0) 50%);
}
@media (min-width: 480px) and (max-width: 959px) and (orientation:landscape) {
  .pie {
    width: calc(8/5*10px);
    height: calc(8/5*10px);
    border: calc(4/5*1/6*10px) solid;
  }
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .pie {
    width: calc(6/5*10px);
    height: calc(6/5*10px);
    border: calc(6/5*1/6*10px) solid;
  }
}
.divGroups .circle {
  margin-left: calc(10px/3);
  margin-top: calc(10px/3);
  margin-bottom: calc(10px/3);
  box-shadow: 0 0 1px 0 #FFF inset, 0 0 1px 0 #666, calc(10px/8) calc(10px/8) calc(10px/4) #ddd;
}
.textcirclesized {
  line-height: calc(7/3*10px);
  margin-right: calc(1rem/2);
}
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.floatright {
  float: right;
  margin-right: 5px;
}
.floatright img {
  float: right;
}
.nimmsweg {
  display: inline-block;
  color: #FFF;
}
.linkCross {
  padding: 0;
  width: 35px;
  cursor: pointer;
}
.linkCross img {
  width: 25px;
  border: 0;
}
@media (min-width: 480px) and (max-width: 959px) and (orientation:landscape) {
  .linkCross img {
    width: 25px;
  }
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .linkCross img {
    width: 20px;
  }
}
.linkCrossSmall {
  padding: 0;
  width: 30px;
  cursor: pointer;
}
.linkCrossSmall img {
  width: 20px;
  border: 0;
}
@media (min-width: 480px) and (max-width: 959px) and (orientation:landscape) {
  .linkCrossSmall img {
    width: 25px;
  }
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .linkCrossSmall img {
    width: 20px;
  }
}
.divMiddleBig {
  width: 98%;
  max-width: 1000px;
}
.divMiddleMedium {
  width: 98%;
  max-width: 700px;
}
#divMiddleSmall {
  width: 98%;
  z-index: 15000;
  max-width: 700px;
}
#divMiddle {
  width: 98%;
  max-width: 1100px;
  z-index: 15000;
  display: none;
}
#divMiddleTwo {
  width: 98%;
  max-width: 1100px;
  z-index: 15000;
}
.ui-autocomplete {
  z-index: 15000 !important;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #9dbbdc;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #4400ff;
  background: hsl(256, 90%, 60%);
  font-weight: normal;
  color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #4400ff;
  background-color: #ffffff;
}
#divMiddle,
#divMiddleTwo,
.divMiddleBig,
.divMiddleMedium,
#divMiddleSmall {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  max-height: 80vh;
  margin: auto;
  background-color: #FFF;
  border: 1px solid #666;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
#divMiddle .divMiddleTop,
#divMiddleTwo .divMiddleTop,
.divMiddleBig .divMiddleTop,
.divMiddleMedium .divMiddleTop,
#divMiddleSmall .divMiddleTop {
  width: calc( 100% - 20px);
  padding: 10px;
  height: 35px;
  background-color: #4400ff;
}
#divMiddle .divMiddleTop .divMiddleDraggable,
#divMiddleTwo .divMiddleTop .divMiddleDraggable,
.divMiddleBig .divMiddleTop .divMiddleDraggable,
.divMiddleMedium .divMiddleTop .divMiddleDraggable,
#divMiddleSmall .divMiddleTop .divMiddleDraggable {
  clear: none;
  float: left;
  width: 35px;
  margin-bottom: 10px;
  color: #ddccff;
  font-size: calc(20/16*1rem);
}
#divMiddle .divMiddleTop .divMiddleDraggable:hover,
#divMiddleTwo .divMiddleTop .divMiddleDraggable:hover,
.divMiddleBig .divMiddleTop .divMiddleDraggable:hover,
.divMiddleMedium .divMiddleTop .divMiddleDraggable:hover,
#divMiddleSmall .divMiddleTop .divMiddleDraggable:hover {
  cursor: move;
}
#divMiddle .divMiddleTop .divMiddleTitle,
#divMiddleTwo .divMiddleTop .divMiddleTitle,
.divMiddleBig .divMiddleTop .divMiddleTitle,
.divMiddleMedium .divMiddleTop .divMiddleTitle,
#divMiddleSmall .divMiddleTop .divMiddleTitle {
  clear: none;
  float: left;
  width: calc( 100% - 80px);
  margin-bottom: 10px;
  color: #ddccff;
  font-size: calc(20/16*1rem);
}
#divMiddle .divMiddleTop .divMiddleCross,
#divMiddleTwo .divMiddleTop .divMiddleCross,
.divMiddleBig .divMiddleTop .divMiddleCross,
.divMiddleMedium .divMiddleTop .divMiddleCross,
#divMiddleSmall .divMiddleTop .divMiddleCross {
  display: block;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  #divMiddle .divMiddleTop,
  #divMiddleTwo .divMiddleTop,
  .divMiddleBig .divMiddleTop,
  .divMiddleMedium .divMiddleTop,
  #divMiddleSmall .divMiddleTop {
    height: 30px;
  }
}
#divMiddle .divMiddleContent,
#divMiddleTwo .divMiddleContent,
.divMiddleBig .divMiddleContent,
.divMiddleMedium .divMiddleContent,
#divMiddleSmall .divMiddleContent {
  width: calc( 100% - 20px);
  min-height: 200px;
  max-height: calc( 80vh - 100px);
  overflow: auto;
  display: inline-block;
  padding: 10px;
}
#divMiddle .divMiddleBottom,
#divMiddleTwo .divMiddleBottom,
.divMiddleBig .divMiddleBottom,
.divMiddleMedium .divMiddleBottom,
#divMiddleSmall .divMiddleBottom {
  position: relative;
  bottom: 0;
}
.box {
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.colContainerGrid {
  width: 100%;
  display: grid;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .colContainerGrid {
    display: inline-block;
  }
}
.colContainer {
  width: 100%;
  display: flex;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .colContainer {
    display: inline-block;
  }
}
.flexContainer {
  display: flex;
  box-sizing: border-box;
}
.flockContainer {
  display: flex;
  margin: 0;
  padding: 0;
}
@media (min-width: 480px) and (max-width: 959px) and (orientation:landscape) {
  .flockContainer {
    display: block;
  }
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .flockContainer {
    display: block;
  }
}
.col-5 {
  width: 4%;
  clear: none;
  float: left;
  margin: 0;
}
@media (min-width: 480px) and (max-width: 959px) and (orientation:landscape) {
  .col-5 {
    width: 49%;
  }
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .col-5 {
    margin: 0;
    text-align: center;
    width: 100%;
    clear: both;
    float: none;
  }
}
.col-10 {
  width: 9%;
  clear: none;
  float: left;
  margin: 0;
}
@media (min-width: 480px) and (max-width: 959px) and (orientation:landscape) {
  .col-10 {
    width: 49%;
  }
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .col-10 {
    margin: 0;
    text-align: center;
    width: 100%;
    clear: both;
    float: none;
  }
}
.col-15 {
  width: 13%;
  clear: none;
  float: left;
  margin: 0;
}
@media (min-width: 480px) and (max-width: 959px) and (orientation:landscape) {
  .col-15 {
    width: 49%;
  }
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .col-15 {
    margin: 0;
    text-align: center;
    width: 100%;
    clear: both;
    float: none;
  }
}
.col-16 {
  width: 16.3%;
  clear: none;
  float: left;
  margin: 0;
}
@media (min-width: 480px) and (max-width: 959px) and (orientation:landscape) {
  .col-16 {
    width: 49%;
  }
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .col-16 {
    margin: 0;
    text-align: center;
    width: 100%;
    clear: both;
    float: none;
  }
}
.col-20 {
  width: 19.6%;
  clear: none;
  float: left;
  margin: 0;
}
@media (min-width: 480px) and (max-width: 959px) and (orientation:landscape) {
  .col-20 {
    width: 49%;
  }
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .col-20 {
    margin: 0;
    text-align: center;
    width: 100%;
    clear: both;
    float: none;
  }
}
.col-25 {
  width: 24%;
  clear: none;
  float: left;
  margin: 0;
}
@media (min-width: 480px) and (max-width: 959px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .col-25 {
    width: 49%;
  }
}
.col-33 {
  width: calc(33% - 2px);
  clear: none;
  float: left;
  margin: 0;
  margin-right: 1%;
  margin-bottom: 1%;
  height: inherit;
}
@media (min-width: 480px) and (max-width: 959px) and (orientation:landscape) {
  .col-33 {
    width: calc(49% - 4px);
  }
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait), (min-width: 480px) and (max-width: 959px) and (orientation:portrait) {
  .col-33 {
    width: 100%;
    height: 100%;
    clear: both;
    float: none;
  }
}
.col-40 {
  width: 39%;
  clear: none;
  margin: 0;
}
@media (min-width: 480px) and (max-width: 959px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .col-40 {
    margin-bottom: 10px;
    width: 100%;
    clear: both;
    float: none;
  }
}
.col-50 {
  width: 49%;
  clear: none;
  float: left;
  margin: 0;
}
@media (min-width: 480px) and (max-width: 959px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .col-50 {
    margin-bottom: 10px;
    width: 100%;
    clear: both;
    float: none;
  }
}
.col-66 {
  height: inherit;
  width: calc(66% - 10px);
  clear: both;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
}
@media (min-width: 480px) and (max-width: 959px) and (orientation:landscape) {
  .col-66 {
    width: calc(49% - 4px);
    min-width: calc(49% - 4px);
  }
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait), (min-width: 480px) and (max-width: 959px) and (orientation:portrait) {
  .col-66 {
    width: 100%;
    clear: both;
    float: none;
    display: inline-block;
  }
}
.col-75 {
  width: 74%;
  clear: none;
  float: left;
  margin: 0;
}
@media (min-width: 480px) and (max-width: 959px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .col-75 {
    margin-bottom: 10px;
    width: 100%;
    clear: both;
    float: none;
  }
}
.col-90 {
  width: 90%;
  clear: both;
  float: none;
  margin: 0 auto;
}
@media (min-width: 480px) and (max-width: 959px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .col-90 {
    margin: 0;
    margin-bottom: 10px;
  }
}
.col-100 {
  width: calc(100% - 12px);
  clear: both;
  float: none;
  margin: 0;
}
@media (min-width: 480px) and (max-width: 959px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .col-100 {
    width: calc(100% - 6px);
    margin: 0;
    margin-bottom: 10px;
  }
}
.col-content {
  width: calc( 100% - 20px);
  padding: 10px;
  display: inline-block;
}
.colLeft {
  float: left;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .colLeft {
    margin-right: 0;
  }
}
.colRight {
  float: right;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .colRight {
    margin-left: 0;
  }
}
.col-66 {
  margin-right: 1%;
  box-sizing: border-box;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .col-66 {
    margin-right: 0;
  }
}
.col-25,
.col-33 {
  margin-right: 1%;
  box-sizing: border-box;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .col-25,
  .col-33 {
    margin-right: 0;
  }
}
.col-5,
.col-10,
.col-15,
.col-20,
.col-25,
.col-33,
.col-40,
.col-50,
.col-50-smallImage,
.col-66,
.col-75,
.col-100 {
  margin-bottom: 10px;
  display: block;
  height: auto;
}
ul.flexcolumn {
  width: calc(100% - 10px);
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 20px;
  white-space: nowrap;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-fill: balance;
  column-fill: balance;
}
@media (max-width: 1000px) {
  ul.flexcolumn {
    -webkit-column-count: 1;
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  ul.flexcolumn {
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 1600px) {
  ul.flexcolumn {
    -webkit-column-count: 4;
    column-count: 4;
  }
}
ul.flexcolumn li {
  white-space: pre-wrap;
}
.ampeltask {
  display: inline-block;
  min-width: calc(16/16*1rem);
  line-height: calc(36/16*1rem);
  text-align: center;
  cursor: pointer;
  padding: 0 4px;
}
.moduleContainer {
  width: 100%;
  display: block;
  clear: left;
  margin: 0;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .moduleContainer {
    display: inline-block;
  }
}
.moduletile {
  display: inline-block;
  position: relative;
  margin-right: 1%;
  margin-bottom: 1%;
}
.moduletile.hidden {
  display: none;
}
.moduletile:first-child:nth-last-child(5n),
.moduletile:first-child:nth-last-child(5n) ~ .moduletile,
.moduletile:first-child:nth-last-child(5n+1),
.moduletile:first-child:nth-last-child(5n+1) ~ .moduletile,
.moduletile:first-child:nth-last-child(5n+2),
.moduletile:first-child:nth-last-child(5n+2) ~ .moduletile,
.moduletile:first-child:nth-last-child(5n+3),
.moduletile:first-child:nth-last-child(5n+3) ~ .moduletile,
.moduletile:first-child:nth-last-child(5n+4),
.moduletile:first-child:nth-last-child(5n+4) ~ .moduletile {
  width: calc(19% - 5px);
}
@media (min-width: 480px) and (max-width: 959px) and (orientation:landscape) {
  .moduletile:first-child:nth-last-child(5n),
  .moduletile:first-child:nth-last-child(5n) ~ .moduletile,
  .moduletile:first-child:nth-last-child(5n+1),
  .moduletile:first-child:nth-last-child(5n+1) ~ .moduletile,
  .moduletile:first-child:nth-last-child(5n+2),
  .moduletile:first-child:nth-last-child(5n+2) ~ .moduletile,
  .moduletile:first-child:nth-last-child(5n+3),
  .moduletile:first-child:nth-last-child(5n+3) ~ .moduletile,
  .moduletile:first-child:nth-last-child(5n+4),
  .moduletile:first-child:nth-last-child(5n+4) ~ .moduletile {
    width: calc(49% - 4px);
  }
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .moduletile:first-child:nth-last-child(5n),
  .moduletile:first-child:nth-last-child(5n) ~ .moduletile,
  .moduletile:first-child:nth-last-child(5n+1),
  .moduletile:first-child:nth-last-child(5n+1) ~ .moduletile,
  .moduletile:first-child:nth-last-child(5n+2),
  .moduletile:first-child:nth-last-child(5n+2) ~ .moduletile,
  .moduletile:first-child:nth-last-child(5n+3),
  .moduletile:first-child:nth-last-child(5n+3) ~ .moduletile,
  .moduletile:first-child:nth-last-child(5n+4),
  .moduletile:first-child:nth-last-child(5n+4) ~ .moduletile {
    width: 100%;
    clear: both;
    float: none;
  }
}
.moduletile:first-child:nth-last-child(4n),
.moduletile:first-child:nth-last-child(4n) ~ .moduletile,
.moduletile:first-child:nth-last-child(4n-1),
.moduletile:first-child:nth-last-child(4n-1) ~ .moduletile {
  width: calc(24% - 5px);
}
@media (min-width: 480px) and (max-width: 959px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .moduletile:first-child:nth-last-child(4n),
  .moduletile:first-child:nth-last-child(4n) ~ .moduletile,
  .moduletile:first-child:nth-last-child(4n-1),
  .moduletile:first-child:nth-last-child(4n-1) ~ .moduletile {
    width: calc(49% - 4px);
  }
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
}
.moduletile:first-child:nth-last-child(3n),
.moduletile:first-child:nth-last-child(3n) ~ .moduletile {
  width: calc(32% - 3px);
}
@media (min-width: 480px) and (max-width: 959px) and (orientation:landscape) {
  .moduletile:first-child:nth-last-child(3n),
  .moduletile:first-child:nth-last-child(3n) ~ .moduletile {
    width: calc(49% - 4px);
  }
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .moduletile:first-child:nth-last-child(3n),
  .moduletile:first-child:nth-last-child(3n) ~ .moduletile {
    width: calc(99% - 2px);
    clear: both;
    float: none;
    margin-right: 0;
  }
}
.moduletile:first-child:nth-last-child(2),
.moduletile:first-child:nth-last-child(2) ~ .moduletile {
  width: calc(49% - 4px);
}
.moduletile:first-child:nth-last-child(1),
.moduletile:first-child:nth-last-child(1) ~ .moduletile {
  width: calc(99% - 2px);
}
.margin5 {
  margin: 5px;
  display: inline-block;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .margin5 {
    margin: 3px;
  }
}
.padding5 {
  padding: 5px;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .padding5 {
    padding: 3px;
  }
}
.paddingtop5 {
  padding-top: 5px;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .paddingtop5 {
    padding-top: 3px;
  }
}
.paddingtop3 {
  padding-top: 3px;
}
.paddingright5 {
  padding-right: 5px;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .paddingright5 {
    padding-right: 3px;
  }
}
.padding10 {
  padding: 10px;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .padding10 {
    padding: 5px;
  }
}
.paddingright10 {
  padding-right: 10px;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .paddingright10 {
    padding-right: 5px;
  }
}
.padding12 {
  padding: 12px;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .padding12 {
    padding: 6px;
  }
}
.padding20 {
  padding: 20px;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .padding20 {
    padding: 10px;
  }
}
.margintop11 {
  margin-top: 11px;
}
.paddingtop27 {
  padding-top: 27px;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .paddingtop27 {
    padding-top: 21px;
  }
}
.paddingright20 {
  padding-right: 20px;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .paddingright20 {
    padding-right: 10px;
  }
}
.paddingleft20 {
  padding-left: 20px;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .paddingleft20 {
    padding-left: 10px;
  }
}
.marginright20 {
  margin-right: 20px;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .marginright20 {
    margin-right: 10px;
  }
}
.marginright10 {
  margin-right: 10px;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .marginright10 {
    margin-right: 5px;
  }
}
.marginright5 {
  margin-right: 5px;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .marginright5 {
    margin-right: 2px;
  }
}
.marginbottom2 {
  margin-bottom: 2px;
}
hr {
  margin: 0;
  margin-bottom: 3px;
  padding: 0;
  color: #666;
}
.pointer {
  cursor: pointer;
}
hr.mildtopstroke {
  border-top: solid 1px #ddd;
}
hr.mildbottomstroke {
  border-bottom: solid 1px #ddd;
}
hr.openstroke {
  border-top: dashed 2px #FFF;
  border-bottom: dashed 1px #808080;
}
div.attachleft {
  display: inline;
  overflow: hidden;
}
fieldset {
  border: 1px solid #808080;
  border-radius: 3px;
}
.oneclicklegend {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.singleedithover a:hover + span + i,
.singleedithover a + span:hover + i,
.singleedithover a + span + i:hover {
  visibility: visible;
}
.singleedithover a + span + i {
  visibility: hidden;
}
.singleedithover ul.singlecolumn,
ul.flexcolumn {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0.25rem;
}
.singleedithover ul.flexcolumn {
  margin-bottom: 0.25rem;
}
.singleedithover ul.flexcolumn li {
  white-space: nowrap;
}
a.additem,
a.debug {
  padding: 5px;
  border: 1px solid #808080;
  line-height: 2em;
  border-radius: 5px;
}
#divMiddledivMiddleContent > a.debug:last-of-type {
  display: inline-block;
  margin-bottom: 10px;
}
a.additem::before {
  font-size: calc(2*1rem);
  content: "+ ";
  vertical-align: middle;
}
.wordingedit {
  display: none;
}
sup.wordingedit {
  position: relative;
  width: 1em;
  margin-left: 2px;
  cursor: pointer;
  margin-top: 2px;
}
td label {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  padding-right: 1em;
}
td label sup.wordingedit {
  position: absolute;
  top: -0.5em;
  right: 0em;
}
span[onclick="toggleEditMode();"] {
  cursor: pointer;
}
.reload {
  cursor: pointer;
  font-size: calc(16/16*1rem);
}
span.reload,
a[title="Reload"] {
  font-size: calc(1.4*16/16*1rem);
  line-height: calc(1.4*13/16*1rem);
}
/* 
	declare header
    author: ls
*/
header {
  width: 100%;
  min-height: 60px;
  margin: 0;
  padding: 0;
  font-size: calc(12/16*1rem);
}
header a,
header link {
  font-size: calc(12/16*1rem);
}
header #topcontrols {
  width: 100%;
  text-align: right;
  padding-right: 20px;
  padding-top: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}
header #topcontrols div {
  display: inline;
  position: relative;
}
header .countbubble {
  position: absolute;
  left: -8px;
  top: -8px;
  background: #ff0008;
  color: #FFF;
  border-radius: 8px;
  padding: 0px 2px 0px 2px;
  font-size: smaller;
  font-weight: bold;
}
header #topNavigation {
  display: inline;
  position: relative;
  font-size: calc(1.6*1rem);
}
header #topTitle {
  font-size: calc(2*1rem);
  padding-left: 5px;
  margin-top: 12.4px;
  margin-left: 6.5px;
  white-space: nowrap;
  overflow-x: visible;
  max-width: 50%;
}
header #topcontrols,
header #topTitle {
  flex-basis: 20%;
}
header .logo {
  background-color: rgba(255, 255, 255, 0.8);
  flex-basis: 60%;
  text-align: right;
  padding-right: 20px;
  padding-top: 5px;
}
header .logo img {
  max-width: 272px;
  max-height: 52px;
  margin-bottom: -13px;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  header .logo img {
    max-height: 80px;
  }
}
header .logo #moduleTitle,
header .logo #forCompany {
  line-height: 52px;
  display: inline;
  font-size: calc(28.8/16*1rem);
  white-space: nowrap;
}
header .logo #moduleTitle img,
header .logo #forCompany img {
  margin-bottom: -11px;
}
header .poweredDiv {
  padding-left: 20px;
  font-size: calc(9/16*1rem);
}
@media (min-width: 960px) {
  header {
    margin: 0;
    display: flex;
    justify-content: space-between;
  }
  #topTitle {
    order: 1;
  }
  #topcontrols {
    order: 2;
  }
  .logo {
    order: 3;
  }
}
/* 
	declare navigations
    author: ls
*/
nav {
  margin-top: 50px;
  float: right;
  height: auto;
  background-color: transparent;
  font-size: calc(13/16*1rem);
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  nav {
    right: 5px;
    top: 5px;
    width: calc( 100% - 50px);
    max-width: 250px;
  }
}
.navigation {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  /*Create a horizontal list with spacing*/
  /*Style for menu links*/
  /*Hover state for top level links*/
  /*Hide dropdown links until they are needed*/
  /*Make dropdown links vertical*/
  /*Prevent text wrapping*/
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .navigation {
    width: calc( 100% - 50px);
    height: calc( 100vh - 30px);
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 5px;
  }
}
.navigation ul {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.navigation li {
  position: relative;
  text-align: center;
  display: block;
  clear: none;
  float: left;
  margin-left: 5px;
  color: #4400ff;
  background: #ddccff;
}
.navigation li a {
  display: block;
  height: 20px;
  line-height: 1;
  color: #4400ff;
  background: #ddccff;
  text-decoration: none;
  padding: 5px 10px;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .navigation li a {
    height: 36px;
    line-height: 2;
    padding: 0 10px;
  }
}
.navigation li a:hover,
.navigation li:hover {
  color: #ddccff;
  background: #4400ff;
}
.navigation li ul {
  display: none;
}
.navigation li ul li {
  display: block;
  float: none;
  background: #FFF;
  color: #4400ff;
}
.navigation li ul li a {
  padding: 0 20px;
  background: #FFF;
  color: #4400ff;
}
.navigation li ul li a:hover {
  padding: 0 20px;
  background: #4400ff;
  color: #ddccff;
}
.navigation li.navactive {
  background: #4400ff;
  color: #ddccff;
}
.navigation .divLoginNav {
  display: none;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .navigation .divLoginNav {
    display: block;
  }
}
.divgrey,
.divgreyinner,
.divgreyactive {
  margin: 0;
  border: 1px solid #ddd;
  border-bottom: 0;
  width: 200px;
  margin-bottom: 2px;
}
.divgrey:hover,
.divgreyinner:hover,
.divgreyactive:hover {
  background-color: #ddd;
}
.divgrey,
.divgreyactive {
  height: 28px;
  padding: 10px 20px;
}
.divgrey,
.divgreyinner {
  background-color: #eee;
}
.divgreyactive {
  background-color: #ddd;
}
.divgreyinner {
  padding: 5px 0 5px 40px;
}
/* sind admin update PT and cdb */
.divLeftTheme {
  float: left;
  width: 20%;
  min-width: 200px;
}
.divRightTheme {
  float: right;
  width: 80%;
}
div.divNavigation {
  width: 10%;
  min-width: 200px;
  display: inline-block;
}
/* new admin nav of ls */
#admin-navi {
  position: relative;
  margin-top: 0;
  width: 10%;
  min-width: 200px;
  display: block;
  float: left;
  margin-left: 12px;
  border-radius: 4px;
  /* reset our lists to remove bullet points and padding */
  /* make ALL links (main and submenu) have padding and background color */
  /* add hover behaviour */
  /* when hovering over a .mainmenu item,
  display the submenu inside it if closed.
  we're changing the submenu's max-height to large value;
*/
  /*
  we now overwrite the background-color for .submenu links only.
  CSS reads down the page, so code at the bottom will overwrite the code at the top.
*/
  /* hover behaviour for links inside .submenu */
  /* this is the initial state of all submenus.
  we set it to max-height: 0, and hide the overflowed content.
*/
  /*end #admin-navi */
}
#admin-navi .mainmenu,
#admin-navi .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
#admin-navi .mainmenu a {
  display: block;
  background-color: #eee;
  text-decoration: none;
  padding: 10px;
  color: #000;
  border-bottom: 2px solid #ddd;
}
#admin-navi .mainmenu a:hover {
  background-color: #ddd;
}
#admin-navi .mainmenu li:hover .submenu {
  display: block;
  max-height: 1000px;
  transition: all 1s ease-in;
  -webkit-transition: all 1s ease-in;
}
#admin-navi .submenu a {
  background-color: #f8f8f8;
  padding-left: 1em;
  border: 1px solid #ddd;
}
#admin-navi .submenu a:hover {
  background-color: #FFF;
}
#admin-navi ul.submenuopen {
  display: block;
  max-height: 1000px;
  transition: all 1s ease-in;
  -webkit-transition: all 1s ease-in;
}
#admin-navi ul.submenuclosed {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
}
#admin-navi .submenu {
  overflow: hidden;
  max-height: 0;
}
#admin-navi a.caretright:after {
  font-family: 'Font Awesome 6 Free';
  content: " \f0da";
  font-weight: 900;
}
#admin-navi a.caretdown:after {
  font-family: 'Font Awesome 6 Free';
  content: " \f0d7";
  font-weight: 900;
}
#admin-navi .mainmenu li.navselected > a:first-child,
#admin-navi .submenu li.subnavselected a {
  font-weight: bold;
  background-color: #ddd;
  border: 1px solid #eee;
  border-bottom: 1px solid #aaa;
}
#admin-navi .submenu li.subnavselected a {
  color: #666;
  background-color: #eee;
}
/**
 * Navigation
 *
 * @author    Nurul Amin Muhit <me@muhit.me>
 * @copyright xirrus GmbH
 */
.sidebar > #admin-navi {
  width: 100%;
  min-width: 100%;
  margin-left: 0rem;
  margin-right: 0rem;
}
.nav.mainmenu {
  flex-direction: column;
}
/* 
	declare forms and layout of forms,
    author: ls
*/
.divLeft {
  clear: none;
  float: left;
  width: 250px;
  font-weight: bold;
  text-align: left;
  padding-right: 5px;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .divLeft {
    width: 99%;
    clear: both;
    float: none;
  }
}
.divLeft button {
  font-weight: normal;
}
#customform .divLeft.question,
.divLeft .explanatory {
  font-size: calc(12/16*1rem);
  line-height: calc(1.4*13/16*1rem);
  font-weight: normal;
  text-align: left;
  padding: 4px;
  margin-right: 4px;
}
#customform .editrow,
#customform h2,
#customform h3 {
  padding-left: 4px;
}
#customform .editrow {
  padding-bottom: 4px;
  padding-top: 4px;
}
#customform h3 + section div.editrow:nth-child(1):not(.rowtype_text) ~ div.editrow:nth-of-type(2n),
#customform h3 + section div.editrow.rowtype_text:nth-child(1) ~ div.editrow:nth-of-type(2n+3) {
  /* alternate rowtype_form pattern */
  background-color: #eee;
}
#customform .divRight.inputBig ul {
  padding-left: 2ch;
  margin-left: 0px;
}
#customform .divRight.inputBig ol {
  padding-left: 3ch;
  margin-left: 0px;
}
#customform .divRight.inputBig ul > b,
#customform .divRight.inputBig ol > b {
  margin-left: -2ch;
}
#customform .divRight.inputBig ul li:only-of-type {
  margin-left: -2ch;
  list-style-type: none;
}
.divMidLeft {
  clear: none;
  float: left;
  width: 200px;
  text-align: left;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .divMidLeft {
    width: 99%;
    clear: both;
    float: none;
  }
}
.divMidRight {
  clear: none;
  float: left;
  width: calc( 100% - 215px);
  margin-left: 10px;
  text-align: left;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .divMidRight {
    width: 99%;
    clear: both;
    float: none;
  }
}
.divMidRight textarea {
  min-height: 35px;
}
.divMidLeft::first-line,
.divMidRight::first-line {
  color: #000;
}
.hidden {
  display: none;
  height: 0px;
}
.teflon {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.shown {
  display: block;
  height: auto;
}
.floatleft {
  float: left;
}
.floatleft a[target="_blank"] {
  display: block;
}
#divSidepanel .divLeft {
  clear: none;
  float: left;
  width: 45%;
  max-width: 250px;
  margin-right: 10px;
  font-weight: bold;
  text-align: left;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  #divSidepanel .divLeft {
    width: 99%;
    clear: both;
    float: none;
  }
}
.divRight {
  clear: none;
  float: left;
  width: calc( 100% - 255px);
  text-align: left;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .divRight {
    padding-left: 1%;
    width: 99%;
    clear: both;
    float: none;
    margin-bottom: 5px;
  }
}
.flexx {
  display: flex;
  justify-content: left;
  align-items: center;
}
#divSidepanel .divRight {
  width: 50%;
}
.divSmallLeft {
  clear: none;
  float: left;
  width: 150px;
  font-weight: bold;
}
.divBigRight {
  display: inline;
  margin-left: 10px;
  background: rgba(255, 255, 255, 0.7);
}
.soft {
  color: #aaa;
}
.divCenter {
  clear: none;
  float: left;
  width: 58%;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .divCenter {
    padding-left: 1%;
    width: 90%;
  }
}
.divRightSmall {
  clear: none;
  float: left;
  width: 8%;
}
.contactForm {
  width: 100%;
  display: inline-block;
}
.contactForm label {
  top: 0;
  width: 30%;
}
.contactForm input,
.contactForm textarea {
  width: 60%;
}
/* form elements dont inherit fonts, we do */
button,
input,
textarea,
select {
  font: inherit;
}
input {
  font-family: arial, sans-serif;
  font-size: calc(14/16*1rem);
  background-color: #FFF;
  text-indent: 3px;
}
button,
input[type=submit] {
  cursor: pointer;
  font-size: calc(14/16*1rem);
  color: #4400ff;
  padding: 7px 15px;
  white-space: nowrap;
  border: 0;
  border-radius: 5px;
  min-height: 35px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  background-color: #ddccff;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  button,
  input[type=submit] {
    padding: 2px 10px;
    min-height: 25px;
    font-size: calc(10/16*1rem);
  }
}
.btn-promote {
  margin-bottom: 0.3em;
}
button:hover,
input[type=submit]:hover {
  background-color: #ddccff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
  color: hsl(256, 90%, 60%);
}
form > button:last-child,
#divMiddledivMiddleContent > button:last-child,
.leftRight > button:last-child,
.divRight > button:last-child {
  margin-bottom: 22px;
  /* show full shadow end + 10% */
}
input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=date],
input[type=datetime-local],
input[type=tel],
select,
textarea {
  font-family: 'PT Sans', PTSans, Arial, Helvetica, sans-serif;
  font-size: calc(14/16*1rem);
  text-indent: 3px;
  height: 35px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #FFF;
  color: #666;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=number],
  input[type=date],
  input[type=datetime-local],
  input[type=tel],
  select,
  textarea {
    height: 25px;
    font-size: calc(10/16*1rem);
  }
}
input[type=text]:disabled {
  color: #ddd;
  user-select: none;
  border: 1px solid #eee;
}
button.inactive,
button:disabled {
  cursor: auto;
  background-color: #eee;
  box-shadow: none;
}
button.inactive:hover,
input[type=submit].inactive:hover,
button:disabled {
  background-color: #eee;
  color: #ddd;
  box-shadow: none;
}
select {
  text-indent: 0;
  padding-left: 5px;
  max-width: 100%;
}
select[multiple] {
  height: 100%;
  max-height: 100px;
  margin-right: 10px;
}
select:focus,
input:focus,
textarea:focus {
  outline: none;
}
input:focus,
textarea:focus {
  box-shadow: 0 0 0 2pt #4400ff;
}
select:focus {
  -webkit-box-shadow: 0 0 0 2pt #4400ff;
  box-shadow: 0 0 0 2pt #4400ff;
}
select option:checked,
select option::selection {
  -webkit-box-shadow: 0 0 10px 100px #4400ff inset;
  box-shadow: 0 0 10px 100px #4400ff inset;
  color: #000;
}
select:not(.tabularlistcontrol) option:checked,
select:not(.tabularlistcontrol) option::selection {
  width: 100%;
}
select option:hover {
  -webkit-box-shadow: 0 0 10px 100px hsl(256, 90%, 60%) inset;
  box-shadow: 0 0 10px 100px hsl(256, 90%, 60%) inset;
  color: #FFF;
}
select:not([multiple]) option[value="0"] {
  background-color: #eee;
}
select[disabled] {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  color: #aaa;
}
.numberSmall {
  width: 25%;
}
.buttonBig {
  width: 180px;
}
.inputBig input:not([type=file]):not([type=checkbox]),
.inputBig select,
.inputBig textarea {
  width: 97%;
}
.inputMiddle {
  width: 68%;
}
.inputSmall {
  width: 26%;
}
textarea {
  resize: both;
  font-size: calc(14/16*1rem);
  height: 80px;
  font-family: 'PT Sans', PTSans, Arial, Helvetica, sans-serif;
  resize: vertical;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  textarea {
    font-size: calc(10/16*1rem);
  }
}
/* rows of textareas are defined in Helpers / Wio.php */
textarea[rows="2"] {
  height: calc(2*24/16*1rem);
}
textarea[rows="10"] {
  height: calc(10*24/16*1rem);
}
.searchfieldSmall {
  width: 38%;
}
.searchBUtton {
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.buttonGross {
  width: 200px;
  height: 40px;
  border-radius: 10px;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .buttonGross {
    width: 100px;
    height: 25px;
    border-radius: 5px;
  }
}
.buttonHeader {
  width: 180px;
  height: 100px;
  border-radius: 10px;
}
.buttonKlein {
  height: 25px;
  padding: 2px 10px;
  font-size: calc(10/16*1rem);
}
.buttonError {
  background-color: #cb0e00;
  color: #FFF;
}
input.errorForm,
number.errorForm,
textarea.errorForm,
select.errorForm,
password.errorForm,
input:invalid,
number:invalid,
textarea:invalid,
select:invalid,
password:invalid {
  border: 1px solid #cb0e00;
}
input[type=checkbox].errorForm,
input[type=radio].errorForm,
input[type=checkbox]:invalid,
input[type=radio]:invalid {
  outline: 1px solid #cb0e00;
}
input[type=file].unsavedForm {
  padding: 4px;
  border: 1px solid #fc6;
}
input[type=text].unsavedForm,
input[type=password].unsavedForm,
input[type=email].unsavedForm,
input[type=number].unsavedForm,
input[type=date].unsavedForm,
input[type=datetime-local].unsavedForm,
input[type=tel].unsavedForm,
select.unsavedForm,
textarea.unsavedForm {
  border: 1px solid #fc6;
}
select.unsavedForm > option.unsavedForm {
  color: #fc6;
}
input[type=checkbox].unsavedForm,
input[type=radio].unsavedForm {
  outline: 1px solid #fc6;
}
input[type=checkbox],
input[type=radio] {
  width: 15px;
  height: 15px;
}
input[type=checkbox]:checked {
  background-color: hsl(256, 90%, 60%);
  /* will not work on macos */
  accent-color: hsl(256, 90%, 60%);
  /* will work on many modern browsers */
}
.formbreak {
  display: table;
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 5px;
}
#divLogin {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 12px;
}
#form-importmodel h2,
#form-importmodel h3 {
  margin-top: 1.2em;
}
#form-importmodel h2 {
  margin-bottom: 0.8em;
}
#default_workstream_id optgroup {
  font-size: 1rem;
  font-weight: bold;
  color: #5500ee;
  font-style: normal;
  font-stretch: expanded;
}
#default_workstream_id option {
  color: #000;
  font-weight: normal;
}
input[placeholder]::placeholder,
textarea[placeholder]::placeholder {
  color: #aaa;
}
input[type=text]:read-only {
  color: #ddd;
  pointer-events: none;
}
/*
.subwindow div[onmouseover]:after, subwindow a[title]:not([title='']):after {
	margin-left: -0.5em;
	display:inline;
	content: " ◹";
	vertical-align: super;
	font-size: calc(@standardfontsize*3/4);
}
*/
.subwindow a[href]:link:not(.fas):not(.far),
.subwindow a[href]:visited:not(.fas):not(.far),
#form-promoteactivity a[href]:link:not(.debug),
#form-promoteactivity a[href]:visited:not(.debug),
#diveditstep a[href]:link:not(.debug),
#diveditstep a[href]:visited:not(.debug),
#form-editanything a[href]:link:not(.debug),
#form-editanything a[href]:visited:not(.debug),
.subwindow td[onclick],
.subwindow input[type=file] {
  color: #4400ff;
  font-weight: bold;
}
.subwindow .minibutton > a[href]:link:not(.fas):not(.far),
.subwindow .minibutton > a[href]:visited:not(.fas):not(.far) {
  /*	border: 1px solid @bgcompanycolor;	*/
  padding-left: calc(1rem/4);
  padding-right: calc(1rem/4);
  margin-bottom: calc(1rem/4);
  border-radius: calc(1rem/4);
  background-color: rgba(255, 255, 255, 0.382);
  border: 1px solid #eee;
  margin-left: calc(-1*(1rem/4 + 1px));
}
.subwindow a[href]:hover :not(.fas):not(.far),
.subwindow input[type=file]:hover {
  text-shadow: 1px 1px 7px #89ACB2;
  /*one of companies color space*/
}
.subwindow .minibutton > a[href]:link:not(.fas):not(.far):hover {
  border: 1px solid #ddd;
}
.fa-floppy-disk {
  font-size: calc(16/16*1rem);
}
/* make sure flex layouts are transferred */
form {
  width: inherit;
}
#form-home {
  /* takes no space */
  height: 0px;
  width: 0px;
}
#divNumberofgroups,
#divNumberofsegments {
  display: inline-block;
}
.showforprint {
  display: inline;
  display: none;
  height: 0px;
  max-height: 0px;
  overflow: hidden;
}
/**
 * Forms
 *
 * @author    Nurul Amin Muhit <me@muhit.me>
 * @copyright xirrus GmbH
 */
.form-group {
  margin: 1rem 0rem;
}
.form-label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.form-control,
input.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.5rem 0.75rem;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #CED4DA;
  border-radius: 0rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus,
input.form-control:focus {
  border-color: #FFE9DB;
  box-shadow: none;
  outline: none;
}
.form-control[type="file"],
input.form-control[type="file"] {
  cursor: pointer;
  overflow: hidden;
}
.form-control::file-selector-button,
input.form-control::file-selector-button {
  padding: 0.5rem 0.75rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 0.75rem;
  background-color: #FFE9DB;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0rem;
  border-radius: 0rem;
  border-inline-end-width: 1px;
  color: #4400ff;
  font-size: 1em;
  line-height: 1.5;
}
.form-check {
  display: block;
}
.form-check-input,
input.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25rem;
  vertical-align: bottom;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #CED4DA;
  border-radius: 0rem;
}
.form-check-input:focus,
input.form-check-input:focus {
  border-color: #FFE9DB;
  box-shadow: none;
  outline: none;
}
.form-check-input:checked,
input.form-check-input:checked {
  background-color: #6622ff;
  border-color: #4400ff;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
/* 
	declare for buttons, menus, icons
    author: ls
*/
.close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.close:hover {
  opacity: 1;
}
.close:before,
.close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #666;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
.divplus {
  width: 20px;
  height: 20px;
  font-family: 'Font Awesome 6 Free';
  line-height: 20px;
  font-size: 20px;
  font-weight: 900;
}
.divplus:before {
  content: "\f0da";
}
.divminus {
  width: 20px;
  height: 20px;
  font-family: 'Font Awesome 6 Free';
  line-height: 20px;
  font-size: 20px;
  font-weight: 900;
}
.divminus:before {
  content: "\f0d7";
}
.arrow {
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
}
.arrow_right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.arrow_left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.arrow_up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.arrow_down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.fa-spin-slow {
  -webkit-animation: fa-spin 5s infinite linear;
  animation: fa-spin 5s infinite linear;
}
/* 
	declare for wio and responsive
    author: ls
*/
#divDocs {
  border: 1px solid #eee;
  position: fixed;
  top: 10px;
  left: 10px;
  width: calc( 100% - 20px);
  z-index: 100000;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  display: none;
}
.plus {
  position: relative;
  padding-top: 40px;
  padding-right: 40px;
  margin-right: 35px;
  text-align: right;
}
.plus a,
.plus link {
  font-size: calc(12/16*1rem);
}
.plus img {
  width: 50px;
  z-index: 110;
  position: relative;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .plus img {
    max-height: 80px;
  }
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .plus {
    top: 10px;
    right: 10px;
    height: 20px;
    font-size: calc(10/16*1rem);
  }
  .plus a,
  .plus link {
    font-size: calc(10/16*1rem);
  }
}
#dropmenu {
  text-align: right;
}
#plusActions {
  display: none;
  position: relative;
  top: 0px;
  right: 4px;
  z-index: 16000;
  background-color: #FFF;
  border: 1px solid #4400ff;
  padding: 10px;
}
#plusActions a,
#plusActions link {
  font-size: calc(12/16*1rem);
  padding: 5px;
}
#plusActions a:hover,
#plusActions link:hover {
  background-color: #ddccff;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  #plusActions {
    top: 10px;
    right: 10px;
    left: 4px;
    min-height: 20px;
    font-size: calc(10/16*1rem);
  }
  #plusActions a,
  #plusActions link {
    font-size: calc(10/16*1rem);
  }
}
#themaRiskmodel {
  width: 100%;
  max-height: calc( 100% - 80px);
  display: flex;
  margin: 0;
  padding: 0;
  position: relative;
}
#themaRiskmodel .imagecenter {
  display: flex;
  text-align: center;
  width: 100%;
  margin: auto;
  height: 100%;
}
#themaRiskmodel .imagecenter .divGroups {
  position: relative;
  text-align: right;
  margin-left: 15%;
  margin-bottom: 20px;
  min-width: 100%;
  overflow: hidden;
}
#themaRiskmodel .imagecenter .divSegments {
  position: absolute;
  max-width: 400px;
  padding: 5px;
  font-size: calc(12/16*1rem);
  text-align: left;
  background-color: rgba(255, 255, 255, 0.7);
}
#themaRiskmodel .imagecenter .divSegments .divSegmentTitle {
  font-size: calc(15/16*1rem);
}
#themaRiskmodel .imagecenter .divSegments .divSegmentTitle:hover {
  cursor: pointer;
}
#themaRiskmodel .imagecenter .divSegments .divSegmentDescription {
  display: none;
}
#themaRiskmodel .imagecenter .divActions {
  position: relative;
  left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#themaRiskmodel .imagecenter svg {
  font-size: 4pt;
  line-height: 1;
  z-index: 1;
  height: calc( 100vh - 90px);
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 480px) and (max-width: 959px) and (orientation:landscape) {
  #themaRiskmodel .imagecenter svg {
    height: 85%;
  }
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  #themaRiskmodel .imagecenter svg {
    height: auto;
    max-height: 100vw;
    width: 100%;
    min-width: 900px;
    margin-left: calc(-50% - 20px);
  }
}
#themaRiskmodel .imagecenter svg .fontbig {
  font-size: 4pt;
}
#themaRiskmodel .imagecenter svg .fontbig a,
#themaRiskmodel .imagecenter svg .fontbig link {
  font-size: 4pt;
  text-decoration: none;
}
#themaRiskmodel .imagecenter svg .fontbigger {
  font-size: 4pt;
}
#themaRiskmodel .imagecenter svg .fontbigger a,
#themaRiskmodel .imagecenter svg .fontbigger link {
  font-size: 4pt;
  text-decoration: none;
}
#themaRiskmodel .imagecenter svg text {
  font-size: 3pt;
}
#themaRiskmodel .imagecenter svg text a,
#themaRiskmodel .imagecenter svg text link {
  font-size: 3pt;
}
#themaRiskmodel .imagecenter svg rect:hover {
  fill: #FFF;
}
#themaRiskmodel .imagecenter svg a,
#themaRiskmodel .imagecenter svg link {
  text-decoration: none;
}
#themaRiskmodel .imagecenter svg a:hover,
#themaRiskmodel .imagecenter svg link:hover {
  background-color: #FFF;
}
#themaRiskmodel .imagecenter svg a:hover rect,
#themaRiskmodel .imagecenter svg link:hover rect {
  fill: #FFF;
}
#themaRiskmodel .imagecenter .riskmodelCircle {
  stroke: #000;
}
#themaRiskmodel .imagecenter .riskmodelPMTCircle {
  fill: #ddddff;
  stroke: #000;
}
#themaRiskmodel .imagecenter .riskmodelMOCircle {
  fill: #ccbbff;
}
#themaRiskmodel .imagecenter .riskmodelMUCircle {
  fill: #aa99ff;
}
#themaRiskmodel .imagecenter .riskmodelCenterCircle {
  fill: #FFF;
  stroke: #000;
}
#themaRiskmodel .imagecenter .rectActive {
  stroke: #cb0e00;
  stroke-width: 1;
  fill: transparent;
  cursor: move;
}
#themaRiskmodel .imagecenter .rectActive:hover {
  fill: rgba(255, 255, 255, 0.7);
  stroke-width: 1;
}
#themaRiskmodel .imagecenter .rectActive:hover a,
#themaRiskmodel .imagecenter .rectActive:hover link {
  color: #000;
}
#themaRiskmodel .imagecenter .rectTransparent {
  stroke: #000;
  stroke-width: 0.5;
  fill: transparent;
  cursor: move;
  /*  
//should be indirectly activated only on showToolTip of the segments
            &:hover {
                fill: @whitetransparent;
                stroke-width:1;
                a , link {
                    color: @black;
                }
            }
*/
}
#themaRiskmodel .imagecenter .rectFill {
  stroke: #000;
  stroke-width: 0.5;
  fill: #000;
}
#themaRiskmodel .imagecenter .actiontext {
  cursor: move;
}
#themaRiskmodel .imagecenter .actiontext a,
#themaRiskmodel .imagecenter .actiontext link {
  font-weight: normal;
}
#themaRiskmodel .imagecenter .actiontext:hover {
  fill: #000;
}
#themaRiskmodel .imagecenter .actiontext:hover a,
#themaRiskmodel .imagecenter .actiontext:hover link {
  color: #000;
}
#themaRiskmodel .imagecenter .roundTransparent {
  stroke: #4400ff;
  fill: transparent;
  stroke-width: 0.5;
  stroke-linecap: round;
}
#themaRiskmodel .imagecenter .tooltipText {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 20px;
  display: none;
  width: 400px;
  height: 200px;
}
#themaRiskmodel .imagecenter .tooltipText:last-child:not(:hover) {
  user-select: none;
  /* remove undesired text selection on double-click opening */
}
#themaRiskmodel .imagecenter .tooltipRect {
  fill: #eee;
  stroke: #666;
  min-width: 100px;
  min-height: 40px;
  padding: 10px;
  display: none;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait), (min-width: 480px) and (max-width: 959px) and (orientation:landscape) {
  #themaRiskmodel .imagecenter {
    width: 100%;
  }
}
#themaRiskmodel .description {
  position: absolute;
  margin: 0;
  bottom: 20px;
  right: 9%;
  max-width: 330px;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  #themaRiskmodel .description {
    left: 3%;
    max-width: 100%;
    bottom: 5px;
  }
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 480px) and (max-width: 959px) and (orientation:landscape) {
  #themaRiskmodel .description {
    right: 3%;
    width: 100%;
  }
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  #themaRiskmodel .description .descriptiontext {
    display: none;
  }
}
#themaRiskmodel .circlealluser {
  background: #59ac00;
}
#themaRiskmodel .circlealluserinactive {
  border: 2px solid #e7ffe7;
  background: transparent;
}
#divWorkstream {
  position: relative;
}
#divWorkstream #divWorkstreamDetail {
  position: absolute;
  z-index: 10000000;
}
#colDroppable,
#colDraggable {
  border: 1px solid #000;
  width: 200px;
  min-height: 350px;
  padding-top: 10px;
  padding-bottom: 40px;
}
[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
.activities {
  margin: 5px;
}
.largeTooltip {
  position: fixed;
  border: 1px solid grey;
  border-radius: 6px;
  background-color: #ffffee;
  top: 20px;
  left: 5%;
  right: 5%;
  height: auto;
  max-height: 45%;
  overflow-y: auto;
  padding: 8px;
}
/* Lukas Schuler, xirrus GmbH, 2.3.2020 
	when new form IDs are introduced, please add to form-index etc.
*/
#divMiddleTwo {
  width: calc(100% - 1.1vw);
  max-width: 1100px;
  top: 70px;
  left: 150px;
  z-index: 15000;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
@media (max-width: 840px) {
  .width50 .width100 .divRight {
    clear: left;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  #divMiddleTwo {
    left: 0.5vw;
  }
}
#form-workshop #middleColumn {
  height: calc(100vh - 90px);
}
#form-workshop #rightyColumn {
  height: calc(100vh - 90px);
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  #form-workshop #rightyColumn {
    height: 100%;
    margin-bottom: 25px;
  }
}
.width50 .width100 .divLeft {
  width: 240px;
  min-width: 100px;
  max-width: 100%;
}
@media (max-width: 840px) {
  .width50 .width100 .divRight {
    clear: left;
  }
}
#divSidepanel {
  width: 25%;
  min-width: 350px;
  max-width: 600px;
  top: 70px;
  right: 20px;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  max-height: 90%;
  overflow: hidden;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  #divSidepanel {
    min-width: 300px;
  }
}
#divMiddle,
#divMiddleTwo,
#divSidepanel,
#divMiddleSmall {
  position: fixed;
  height: auto;
  max-height: 80%;
  margin: auto;
  background-color: #FFF;
  border: 1px solid #666;
  display: none;
  border-radius: 5px;
  box-sizing: border-box;
}
#divMiddle #divMiddledivMiddleTop,
#divMiddleTwo #divMiddledivMiddleTop,
#divSidepanel #divMiddledivMiddleTop,
#divMiddleSmall #divMiddledivMiddleTop,
#divMiddle #divMiddleTwodivMiddleTop,
#divMiddleTwo #divMiddleTwodivMiddleTop,
#divSidepanel #divMiddleTwodivMiddleTop,
#divMiddleSmall #divMiddleTwodivMiddleTop,
#divMiddle #divSidepaneldivMiddleTop,
#divMiddleTwo #divSidepaneldivMiddleTop,
#divSidepanel #divSidepaneldivMiddleTop,
#divMiddleSmall #divSidepaneldivMiddleTop,
#divMiddle #divMiddleSmalldivMiddleTop,
#divMiddleTwo #divMiddleSmalldivMiddleTop,
#divSidepanel #divMiddleSmalldivMiddleTop,
#divMiddleSmall #divMiddleSmalldivMiddleTop {
  width: 100%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  min-height: 30px;
  overflow: auto;
  background-color: #4400ff;
  box-sizing: border-box;
}
#divMiddle #divMiddledivMiddleTop #divMiddleDraggable,
#divMiddleTwo #divMiddledivMiddleTop #divMiddleDraggable,
#divSidepanel #divMiddledivMiddleTop #divMiddleDraggable,
#divMiddleSmall #divMiddledivMiddleTop #divMiddleDraggable,
#divMiddle #divMiddleTwodivMiddleTop #divMiddleDraggable,
#divMiddleTwo #divMiddleTwodivMiddleTop #divMiddleDraggable,
#divSidepanel #divMiddleTwodivMiddleTop #divMiddleDraggable,
#divMiddleSmall #divMiddleTwodivMiddleTop #divMiddleDraggable,
#divMiddle #divSidepaneldivMiddleTop #divMiddleDraggable,
#divMiddleTwo #divSidepaneldivMiddleTop #divMiddleDraggable,
#divSidepanel #divSidepaneldivMiddleTop #divMiddleDraggable,
#divMiddleSmall #divSidepaneldivMiddleTop #divMiddleDraggable,
#divMiddle #divMiddleSmalldivMiddleTop #divMiddleDraggable,
#divMiddleTwo #divMiddleSmalldivMiddleTop #divMiddleDraggable,
#divSidepanel #divMiddleSmalldivMiddleTop #divMiddleDraggable,
#divMiddleSmall #divMiddleSmalldivMiddleTop #divMiddleDraggable,
#divMiddle #divMiddledivMiddleTop #divMiddleTwoDraggable,
#divMiddleTwo #divMiddledivMiddleTop #divMiddleTwoDraggable,
#divSidepanel #divMiddledivMiddleTop #divMiddleTwoDraggable,
#divMiddleSmall #divMiddledivMiddleTop #divMiddleTwoDraggable,
#divMiddle #divMiddleTwodivMiddleTop #divMiddleTwoDraggable,
#divMiddleTwo #divMiddleTwodivMiddleTop #divMiddleTwoDraggable,
#divSidepanel #divMiddleTwodivMiddleTop #divMiddleTwoDraggable,
#divMiddleSmall #divMiddleTwodivMiddleTop #divMiddleTwoDraggable,
#divMiddle #divSidepaneldivMiddleTop #divMiddleTwoDraggable,
#divMiddleTwo #divSidepaneldivMiddleTop #divMiddleTwoDraggable,
#divSidepanel #divSidepaneldivMiddleTop #divMiddleTwoDraggable,
#divMiddleSmall #divSidepaneldivMiddleTop #divMiddleTwoDraggable,
#divMiddle #divMiddleSmalldivMiddleTop #divMiddleTwoDraggable,
#divMiddleTwo #divMiddleSmalldivMiddleTop #divMiddleTwoDraggable,
#divSidepanel #divMiddleSmalldivMiddleTop #divMiddleTwoDraggable,
#divMiddleSmall #divMiddleSmalldivMiddleTop #divMiddleTwoDraggable,
#divMiddle #divMiddledivMiddleTop #divSidepanelDraggable,
#divMiddleTwo #divMiddledivMiddleTop #divSidepanelDraggable,
#divSidepanel #divMiddledivMiddleTop #divSidepanelDraggable,
#divMiddleSmall #divMiddledivMiddleTop #divSidepanelDraggable,
#divMiddle #divMiddleTwodivMiddleTop #divSidepanelDraggable,
#divMiddleTwo #divMiddleTwodivMiddleTop #divSidepanelDraggable,
#divSidepanel #divMiddleTwodivMiddleTop #divSidepanelDraggable,
#divMiddleSmall #divMiddleTwodivMiddleTop #divSidepanelDraggable,
#divMiddle #divSidepaneldivMiddleTop #divSidepanelDraggable,
#divMiddleTwo #divSidepaneldivMiddleTop #divSidepanelDraggable,
#divSidepanel #divSidepaneldivMiddleTop #divSidepanelDraggable,
#divMiddleSmall #divSidepaneldivMiddleTop #divSidepanelDraggable,
#divMiddle #divMiddleSmalldivMiddleTop #divSidepanelDraggable,
#divMiddleTwo #divMiddleSmalldivMiddleTop #divSidepanelDraggable,
#divSidepanel #divMiddleSmalldivMiddleTop #divSidepanelDraggable,
#divMiddleSmall #divMiddleSmalldivMiddleTop #divSidepanelDraggable,
#divMiddle #divMiddledivMiddleTop #divMiddleSmallDraggable,
#divMiddleTwo #divMiddledivMiddleTop #divMiddleSmallDraggable,
#divSidepanel #divMiddledivMiddleTop #divMiddleSmallDraggable,
#divMiddleSmall #divMiddledivMiddleTop #divMiddleSmallDraggable,
#divMiddle #divMiddleTwodivMiddleTop #divMiddleSmallDraggable,
#divMiddleTwo #divMiddleTwodivMiddleTop #divMiddleSmallDraggable,
#divSidepanel #divMiddleTwodivMiddleTop #divMiddleSmallDraggable,
#divMiddleSmall #divMiddleTwodivMiddleTop #divMiddleSmallDraggable,
#divMiddle #divSidepaneldivMiddleTop #divMiddleSmallDraggable,
#divMiddleTwo #divSidepaneldivMiddleTop #divMiddleSmallDraggable,
#divSidepanel #divSidepaneldivMiddleTop #divMiddleSmallDraggable,
#divMiddleSmall #divSidepaneldivMiddleTop #divMiddleSmallDraggable,
#divMiddle #divMiddleSmalldivMiddleTop #divMiddleSmallDraggable,
#divMiddleTwo #divMiddleSmalldivMiddleTop #divMiddleSmallDraggable,
#divSidepanel #divMiddleSmalldivMiddleTop #divMiddleSmallDraggable,
#divMiddleSmall #divMiddleSmalldivMiddleTop #divMiddleSmallDraggable {
  clear: none;
  float: left;
  width: 35px;
  margin-bottom: 10px;
  color: #ddccff;
  font-size: calc(20/16*1rem);
}
#divMiddle #divMiddledivMiddleTop #divMiddleDraggable:hover,
#divMiddleTwo #divMiddledivMiddleTop #divMiddleDraggable:hover,
#divSidepanel #divMiddledivMiddleTop #divMiddleDraggable:hover,
#divMiddleSmall #divMiddledivMiddleTop #divMiddleDraggable:hover,
#divMiddle #divMiddleTwodivMiddleTop #divMiddleDraggable:hover,
#divMiddleTwo #divMiddleTwodivMiddleTop #divMiddleDraggable:hover,
#divSidepanel #divMiddleTwodivMiddleTop #divMiddleDraggable:hover,
#divMiddleSmall #divMiddleTwodivMiddleTop #divMiddleDraggable:hover,
#divMiddle #divSidepaneldivMiddleTop #divMiddleDraggable:hover,
#divMiddleTwo #divSidepaneldivMiddleTop #divMiddleDraggable:hover,
#divSidepanel #divSidepaneldivMiddleTop #divMiddleDraggable:hover,
#divMiddleSmall #divSidepaneldivMiddleTop #divMiddleDraggable:hover,
#divMiddle #divMiddleSmalldivMiddleTop #divMiddleDraggable:hover,
#divMiddleTwo #divMiddleSmalldivMiddleTop #divMiddleDraggable:hover,
#divSidepanel #divMiddleSmalldivMiddleTop #divMiddleDraggable:hover,
#divMiddleSmall #divMiddleSmalldivMiddleTop #divMiddleDraggable:hover,
#divMiddle #divMiddledivMiddleTop #divMiddleTwoDraggable:hover,
#divMiddleTwo #divMiddledivMiddleTop #divMiddleTwoDraggable:hover,
#divSidepanel #divMiddledivMiddleTop #divMiddleTwoDraggable:hover,
#divMiddleSmall #divMiddledivMiddleTop #divMiddleTwoDraggable:hover,
#divMiddle #divMiddleTwodivMiddleTop #divMiddleTwoDraggable:hover,
#divMiddleTwo #divMiddleTwodivMiddleTop #divMiddleTwoDraggable:hover,
#divSidepanel #divMiddleTwodivMiddleTop #divMiddleTwoDraggable:hover,
#divMiddleSmall #divMiddleTwodivMiddleTop #divMiddleTwoDraggable:hover,
#divMiddle #divSidepaneldivMiddleTop #divMiddleTwoDraggable:hover,
#divMiddleTwo #divSidepaneldivMiddleTop #divMiddleTwoDraggable:hover,
#divSidepanel #divSidepaneldivMiddleTop #divMiddleTwoDraggable:hover,
#divMiddleSmall #divSidepaneldivMiddleTop #divMiddleTwoDraggable:hover,
#divMiddle #divMiddleSmalldivMiddleTop #divMiddleTwoDraggable:hover,
#divMiddleTwo #divMiddleSmalldivMiddleTop #divMiddleTwoDraggable:hover,
#divSidepanel #divMiddleSmalldivMiddleTop #divMiddleTwoDraggable:hover,
#divMiddleSmall #divMiddleSmalldivMiddleTop #divMiddleTwoDraggable:hover,
#divMiddle #divMiddledivMiddleTop #divSidepanelDraggable:hover,
#divMiddleTwo #divMiddledivMiddleTop #divSidepanelDraggable:hover,
#divSidepanel #divMiddledivMiddleTop #divSidepanelDraggable:hover,
#divMiddleSmall #divMiddledivMiddleTop #divSidepanelDraggable:hover,
#divMiddle #divMiddleTwodivMiddleTop #divSidepanelDraggable:hover,
#divMiddleTwo #divMiddleTwodivMiddleTop #divSidepanelDraggable:hover,
#divSidepanel #divMiddleTwodivMiddleTop #divSidepanelDraggable:hover,
#divMiddleSmall #divMiddleTwodivMiddleTop #divSidepanelDraggable:hover,
#divMiddle #divSidepaneldivMiddleTop #divSidepanelDraggable:hover,
#divMiddleTwo #divSidepaneldivMiddleTop #divSidepanelDraggable:hover,
#divSidepanel #divSidepaneldivMiddleTop #divSidepanelDraggable:hover,
#divMiddleSmall #divSidepaneldivMiddleTop #divSidepanelDraggable:hover,
#divMiddle #divMiddleSmalldivMiddleTop #divSidepanelDraggable:hover,
#divMiddleTwo #divMiddleSmalldivMiddleTop #divSidepanelDraggable:hover,
#divSidepanel #divMiddleSmalldivMiddleTop #divSidepanelDraggable:hover,
#divMiddleSmall #divMiddleSmalldivMiddleTop #divSidepanelDraggable:hover,
#divMiddle #divMiddledivMiddleTop #divMiddleSmallDraggable:hover,
#divMiddleTwo #divMiddledivMiddleTop #divMiddleSmallDraggable:hover,
#divSidepanel #divMiddledivMiddleTop #divMiddleSmallDraggable:hover,
#divMiddleSmall #divMiddledivMiddleTop #divMiddleSmallDraggable:hover,
#divMiddle #divMiddleTwodivMiddleTop #divMiddleSmallDraggable:hover,
#divMiddleTwo #divMiddleTwodivMiddleTop #divMiddleSmallDraggable:hover,
#divSidepanel #divMiddleTwodivMiddleTop #divMiddleSmallDraggable:hover,
#divMiddleSmall #divMiddleTwodivMiddleTop #divMiddleSmallDraggable:hover,
#divMiddle #divSidepaneldivMiddleTop #divMiddleSmallDraggable:hover,
#divMiddleTwo #divSidepaneldivMiddleTop #divMiddleSmallDraggable:hover,
#divSidepanel #divSidepaneldivMiddleTop #divMiddleSmallDraggable:hover,
#divMiddleSmall #divSidepaneldivMiddleTop #divMiddleSmallDraggable:hover,
#divMiddle #divMiddleSmalldivMiddleTop #divMiddleSmallDraggable:hover,
#divMiddleTwo #divMiddleSmalldivMiddleTop #divMiddleSmallDraggable:hover,
#divSidepanel #divMiddleSmalldivMiddleTop #divMiddleSmallDraggable:hover,
#divMiddleSmall #divMiddleSmalldivMiddleTop #divMiddleSmallDraggable:hover {
  cursor: move;
}
#divMiddle #divMiddledivMiddleTop #divMiddletopTitle,
#divMiddleTwo #divMiddledivMiddleTop #divMiddletopTitle,
#divSidepanel #divMiddledivMiddleTop #divMiddletopTitle,
#divMiddleSmall #divMiddledivMiddleTop #divMiddletopTitle,
#divMiddle #divMiddleTwodivMiddleTop #divMiddletopTitle,
#divMiddleTwo #divMiddleTwodivMiddleTop #divMiddletopTitle,
#divSidepanel #divMiddleTwodivMiddleTop #divMiddletopTitle,
#divMiddleSmall #divMiddleTwodivMiddleTop #divMiddletopTitle,
#divMiddle #divSidepaneldivMiddleTop #divMiddletopTitle,
#divMiddleTwo #divSidepaneldivMiddleTop #divMiddletopTitle,
#divSidepanel #divSidepaneldivMiddleTop #divMiddletopTitle,
#divMiddleSmall #divSidepaneldivMiddleTop #divMiddletopTitle,
#divMiddle #divMiddleSmalldivMiddleTop #divMiddletopTitle,
#divMiddleTwo #divMiddleSmalldivMiddleTop #divMiddletopTitle,
#divSidepanel #divMiddleSmalldivMiddleTop #divMiddletopTitle,
#divMiddleSmall #divMiddleSmalldivMiddleTop #divMiddletopTitle,
#divMiddle #divMiddledivMiddleTop #divMiddleTwotopTitle,
#divMiddleTwo #divMiddledivMiddleTop #divMiddleTwotopTitle,
#divSidepanel #divMiddledivMiddleTop #divMiddleTwotopTitle,
#divMiddleSmall #divMiddledivMiddleTop #divMiddleTwotopTitle,
#divMiddle #divMiddleTwodivMiddleTop #divMiddleTwotopTitle,
#divMiddleTwo #divMiddleTwodivMiddleTop #divMiddleTwotopTitle,
#divSidepanel #divMiddleTwodivMiddleTop #divMiddleTwotopTitle,
#divMiddleSmall #divMiddleTwodivMiddleTop #divMiddleTwotopTitle,
#divMiddle #divSidepaneldivMiddleTop #divMiddleTwotopTitle,
#divMiddleTwo #divSidepaneldivMiddleTop #divMiddleTwotopTitle,
#divSidepanel #divSidepaneldivMiddleTop #divMiddleTwotopTitle,
#divMiddleSmall #divSidepaneldivMiddleTop #divMiddleTwotopTitle,
#divMiddle #divMiddleSmalldivMiddleTop #divMiddleTwotopTitle,
#divMiddleTwo #divMiddleSmalldivMiddleTop #divMiddleTwotopTitle,
#divSidepanel #divMiddleSmalldivMiddleTop #divMiddleTwotopTitle,
#divMiddleSmall #divMiddleSmalldivMiddleTop #divMiddleTwotopTitle,
#divMiddle #divMiddledivMiddleTop #divSidepaneltopTitle,
#divMiddleTwo #divMiddledivMiddleTop #divSidepaneltopTitle,
#divSidepanel #divMiddledivMiddleTop #divSidepaneltopTitle,
#divMiddleSmall #divMiddledivMiddleTop #divSidepaneltopTitle,
#divMiddle #divMiddleTwodivMiddleTop #divSidepaneltopTitle,
#divMiddleTwo #divMiddleTwodivMiddleTop #divSidepaneltopTitle,
#divSidepanel #divMiddleTwodivMiddleTop #divSidepaneltopTitle,
#divMiddleSmall #divMiddleTwodivMiddleTop #divSidepaneltopTitle,
#divMiddle #divSidepaneldivMiddleTop #divSidepaneltopTitle,
#divMiddleTwo #divSidepaneldivMiddleTop #divSidepaneltopTitle,
#divSidepanel #divSidepaneldivMiddleTop #divSidepaneltopTitle,
#divMiddleSmall #divSidepaneldivMiddleTop #divSidepaneltopTitle,
#divMiddle #divMiddleSmalldivMiddleTop #divSidepaneltopTitle,
#divMiddleTwo #divMiddleSmalldivMiddleTop #divSidepaneltopTitle,
#divSidepanel #divMiddleSmalldivMiddleTop #divSidepaneltopTitle,
#divMiddleSmall #divMiddleSmalldivMiddleTop #divSidepaneltopTitle,
#divMiddle #divMiddledivMiddleTop #divMiddleSmalltopTitle,
#divMiddleTwo #divMiddledivMiddleTop #divMiddleSmalltopTitle,
#divSidepanel #divMiddledivMiddleTop #divMiddleSmalltopTitle,
#divMiddleSmall #divMiddledivMiddleTop #divMiddleSmalltopTitle,
#divMiddle #divMiddleTwodivMiddleTop #divMiddleSmalltopTitle,
#divMiddleTwo #divMiddleTwodivMiddleTop #divMiddleSmalltopTitle,
#divSidepanel #divMiddleTwodivMiddleTop #divMiddleSmalltopTitle,
#divMiddleSmall #divMiddleTwodivMiddleTop #divMiddleSmalltopTitle,
#divMiddle #divSidepaneldivMiddleTop #divMiddleSmalltopTitle,
#divMiddleTwo #divSidepaneldivMiddleTop #divMiddleSmalltopTitle,
#divSidepanel #divSidepaneldivMiddleTop #divMiddleSmalltopTitle,
#divMiddleSmall #divSidepaneldivMiddleTop #divMiddleSmalltopTitle,
#divMiddle #divMiddleSmalldivMiddleTop #divMiddleSmalltopTitle,
#divMiddleTwo #divMiddleSmalldivMiddleTop #divMiddleSmalltopTitle,
#divSidepanel #divMiddleSmalldivMiddleTop #divMiddleSmalltopTitle,
#divMiddleSmall #divMiddleSmalldivMiddleTop #divMiddleSmalltopTitle {
  clear: none;
  float: left;
  width: calc( 100% - 100px);
  margin-bottom: 10px;
  color: #ddccff;
  font-size: calc(20/16*1rem);
  overflow-wrap: break-word;
}
#divMiddle #divMiddledivMiddleTop #divMiddletopCross,
#divMiddleTwo #divMiddledivMiddleTop #divMiddletopCross,
#divSidepanel #divMiddledivMiddleTop #divMiddletopCross,
#divMiddleSmall #divMiddledivMiddleTop #divMiddletopCross,
#divMiddle #divMiddleTwodivMiddleTop #divMiddletopCross,
#divMiddleTwo #divMiddleTwodivMiddleTop #divMiddletopCross,
#divSidepanel #divMiddleTwodivMiddleTop #divMiddletopCross,
#divMiddleSmall #divMiddleTwodivMiddleTop #divMiddletopCross,
#divMiddle #divSidepaneldivMiddleTop #divMiddletopCross,
#divMiddleTwo #divSidepaneldivMiddleTop #divMiddletopCross,
#divSidepanel #divSidepaneldivMiddleTop #divMiddletopCross,
#divMiddleSmall #divSidepaneldivMiddleTop #divMiddletopCross,
#divMiddle #divMiddleSmalldivMiddleTop #divMiddletopCross,
#divMiddleTwo #divMiddleSmalldivMiddleTop #divMiddletopCross,
#divSidepanel #divMiddleSmalldivMiddleTop #divMiddletopCross,
#divMiddleSmall #divMiddleSmalldivMiddleTop #divMiddletopCross {
  display: block;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  #divMiddle #divMiddledivMiddleTop,
  #divMiddleTwo #divMiddledivMiddleTop,
  #divSidepanel #divMiddledivMiddleTop,
  #divMiddleSmall #divMiddledivMiddleTop,
  #divMiddle #divMiddleTwodivMiddleTop,
  #divMiddleTwo #divMiddleTwodivMiddleTop,
  #divSidepanel #divMiddleTwodivMiddleTop,
  #divMiddleSmall #divMiddleTwodivMiddleTop,
  #divMiddle #divSidepaneldivMiddleTop,
  #divMiddleTwo #divSidepaneldivMiddleTop,
  #divSidepanel #divSidepaneldivMiddleTop,
  #divMiddleSmall #divSidepaneldivMiddleTop,
  #divMiddle #divMiddleSmalldivMiddleTop,
  #divMiddleTwo #divMiddleSmalldivMiddleTop,
  #divSidepanel #divMiddleSmalldivMiddleTop,
  #divMiddleSmall #divMiddleSmalldivMiddleTop {
    height: 30px;
  }
}
#divMiddle #divMiddledivMiddleContent,
#divMiddleTwo #divMiddledivMiddleContent,
#divSidepanel #divMiddledivMiddleContent,
#divMiddleSmall #divMiddledivMiddleContent,
#divMiddle #divMiddleTwodivMiddleContent,
#divMiddleTwo #divMiddleTwodivMiddleContent,
#divSidepanel #divMiddleTwodivMiddleContent,
#divMiddleSmall #divMiddleTwodivMiddleContent,
#divMiddle #divSidepaneldivMiddleContent,
#divMiddleTwo #divSidepaneldivMiddleContent,
#divSidepanel #divSidepaneldivMiddleContent,
#divMiddleSmall #divSidepaneldivMiddleContent,
#divMiddle #divMiddleSmalldivMiddleContent,
#divMiddleTwo #divMiddleSmalldivMiddleContent,
#divSidepanel #divMiddleSmalldivMiddleContent,
#divMiddleSmall #divMiddleSmalldivMiddleContent {
  width: 100%;
  max-height: calc( 80vh - 55px);
  /* fill subwindow */
  overflow-y: auto;
  overflow-x: hidden;
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
}
#divMiddle #divMiddleTwodivMiddleContent:has(table.tabularlist.manycols),
#divMiddleTwo #divMiddleTwodivMiddleContent:has(table.tabularlist.manycols),
#divSidepanel #divMiddleTwodivMiddleContent:has(table.tabularlist.manycols),
#divMiddleSmall #divMiddleTwodivMiddleContent:has(table.tabularlist.manycols) {
  overflow-x: auto;
}
#divMiddle #divMiddleBottom,
#divMiddleTwo #divMiddleBottom,
#divSidepanel #divMiddleBottom,
#divMiddleSmall #divMiddleBottom {
  position: relative;
  bottom: 0;
}
#importmodelfile {
  overflow-x: auto;
}
#leftyColumn,
#middleColumn,
#rightyColumn {
  flex-basis: 30%;
}
#leftyColumn {
  flex: 1;
  display: flex;
  padding-top: 10px;
  padding-right: 10px;
}
#lefttopHalf {
  flex: 1;
}
#leftbottomHalf {
  flex: 1;
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
}
.sandbox {
  width: 100%;
  box-shadow: inset 2vw 2vh 3vw 3vh #FFF;
  -webkit-box-shadow: inset 2vw 2vh 3vw 3vh #FFF;
  border-radius: 2vw;
  background-image: url('/assets/images/sandbox.png');
  background-repeat: repeat;
  background-position: center;
  background-size: 10% auto;
}
#middleColumn {
  flex: 5;
  align-content: flex-start;
}
#middleColumn #svgWorkshopTop {
  max-height: 100vw;
  width: 100%;
}
#rightyColumn {
  flex: 1;
  display: flex;
}
#righttopHalf {
  flex: 1;
  align-content: flex-start;
}
#rightbottomHalf {
  flex: 1;
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
  /* for edit wordings mode */
}
@media (min-width: 1200px) {
  #form-index,
  #form-workshop {
    display: flex;
    justify-content: space-between;
  }
  #leftyColumn,
  #rightyColumn {
    flex-direction: column;
    flex: 1;
  }
  #leftyColumn {
    order: 1;
  }
  #middleColumn {
    max-width: 66%;
    order: 2;
    flex: 5;
  }
  #middleColumn #svgWorkshopTop {
    width: 100%;
  }
  #rightyColumn {
    order: 3;
  }
}
#lefttopHalf button {
  max-width: 60%;
  min-width: 50%;
  white-space: normal;
  display: inline-block;
}
#lifecycleId {
  max-width: 300px;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  #lifecycleId {
    min-width: 200px;
  }
}
@media (min-width: 480px) and (max-width: 959px) and (orientation:portrait) {
  #lifecycleId {
    min-width: 250px;
  }
}
.showActionTitle {
  position: relative;
  margin-top: 10px;
  margin-left: 8px;
}
.inline {
  display: inline-block;
}
/* 
	declare reports
    author: ls
*/
#themaRiskmodel .imagecenter svg text.current {
  font-weight: bold;
  font-size: calc(8/16*1rem);
}
#themaRiskmodel .imagecenter svg text.change {
  font-weight: bold;
  font-size: calc(5/16*1rem);
}
.dashboard {
  position: absolute;
  z-index: 150;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  margin: auto;
  background-color: #FFF;
  border: 1px solid #666;
}
.titlebar {
  width: calc(100% - 12px);
  padding: 6px;
  min-height: 25px;
  background-color: #4400ff;
}
.dashboardtitle {
  clear: none;
  float: left;
  margin-bottom: 7px;
  color: #ddccff;
  font-size: calc(18/16*1rem);
}
.dashboardContent {
  overflow: auto;
  display: inline-block;
  padding: 10px;
  width: calc(100% - 20px);
  max-height: calc(100% - 66px);
}
.export {
  font-weight: bold;
  font-size: calc(12/16*1rem);
  color: #eee;
  cursor: pointer;
}
.myYaxis .tick line {
  stroke: #808080;
}
.ringstandard {
  stroke: #000;
  stroke-width: 0.5;
  fill: #FFF;
}
.ringshadow {
  stroke: #000;
  stroke-width: 0.6;
  fill: #FFF;
  fill-opacity: 0;
  stroke-opacity: 0.5;
  filter: url(#inset-shadow);
}
/* 
	declare for workstream activities
    author: ls
*/
.activityText {
  stroke: #666;
  stroke-width: 0.1;
  font-size: 3.2pt;
  pointer-events: none;
  /* remove hover effect for transparent bounding box only */
  user-select: none;
  /* remove undesired text selection on double-click opening */
}
.activity {
  stroke: #868686;
  fill: lightgrey;
  background-color: lightgrey;
  border-color: lightgrey;
  stroke-width: 0.35;
}
.activityDone {
  stroke: #80ff00;
  fill: #cf9;
  background-color: #cf9;
  border-color: #80ff00;
}
.activityObsoleted {
  stroke: #00beff;
  fill: #99e5ff;
  background-color: #99e5ff;
  border-color: #00beff;
}
.activityUpcoming {
  stroke: #ffff00;
  fill: #ff9;
  background-color: #ff9;
  border-color: #ffff00;
}
.activityDue {
  stroke: #cc8800;
  fill: #fc6;
  background-color: #fc6;
  border-color: #cc8800;
}
.activityOverdue {
  stroke: #d90000;
  fill: #ff7373;
  background-color: #ff7373;
  border-color: #d90000;
}
.activityPlanned {
  stroke: #868686;
  fill: lightgrey;
  background-color: lightgrey;
  border-color: #868686;
}
.activityBackfill {
  stroke: #731983;
  fill: #ca56df;
  background-color: #ca56df;
  border-color: #731983;
}
.activityUnplanned:hover {
  fill: #919191 !important;
  background-color: #919191;
}
.activityDraft {
  stroke: #2b2b2b;
  fill: transparent;
  background-color: transparent;
  border-color: #2b2b2b;
}
.activityDraft:hover {
  fill: #919191 !important;
  background-color: #919191;
}
.activityLocked,
.activityLocked + text {
  stroke: #868686;
  fill: transparent;
  background-color: transparent;
  border-color: #868686;
}
.activityStart {
  stroke: #c2edbc;
  stroke-width: 0.75;
  fill: #5c4;
  background-color: #5c4;
  border-color: #c2edbc;
}
.activityInbetween {
  stroke: #f1fcf8;
  stroke-width: 0.75;
  fill: #7db;
  background-color: #7db;
  border-color: #f1fcf8;
}
.activityEnd {
  stroke: #d9eef2;
  stroke-width: 0.75;
  fill: #6bc;
  background-color: #6bc;
  border-color: #d9eef2;
}
label.disabled {
  color: #ddd;
}
.activityOther {
  fill: #FFF;
  background-color: #FFF;
}
.invisibleclick {
  stroke: transparent;
  fill: transparent;
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
}
.notrespo {
  fill: #FFF;
  background-color: #FFF;
}
rect.highlight {
  stroke: #5500ee;
  stroke-width: 0.49;
  /*	fill: @ampelhighlight; */
  background-color: pink;
  border-color: pink;
  animation: pulsate 2s infinite ease;
  transform-box: fill-box;
  transform-origin: center;
}
rect.highlight + text {
  animation: pulsate-text 2s infinite ease;
  transform-box: fill-box;
  transform-origin: center;
}
@keyframes pulsate {
  0% {
    opacity: 1;
    stroke-width: 0.35;
    stroke: #868686;
  }
  50% {
    opacity: 1;
    stroke-width: 0.49;
    filter: invert(100%);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    stroke-width: 0.35;
    stroke: #868686;
  }
  /*100% { opacity: 1.0; }*/
}
@keyframes pulsate-text {
  0% {
    fill-opacity: 1;
    stroke-width: 0.1;
  }
  50% {
    fill-opacity: 1;
    stroke-width: 0.1;
    filter: invert(100%);
  }
  100% {
    fill-opacity: 1;
    stroke-width: 0.1;
  }
  /*100% { opacity: 1.0; }*/
}
@keyframes pulsate-arrow {
  0% {
    fill-opacity: 0;
    stroke-width: 0.2;
  }
  50% {
    fill-opacity: 0;
    stroke-width: 0.4;
  }
  100% {
    fill-opacity: 0;
    stroke-width: 0.2;
  }
}
path.highlight {
  animation: pulsate-arrow 2s infinite ease;
  transform-box: fill-box;
  transform-origin: center;
}
.deadlineampel {
  width: calc(20/16*1rem);
  height: calc(20/16*1rem);
  border-radius: calc(25/16*1rem);
  box-shadow: 2px 2px #eee;
  border-width: 1px;
  border-style: solid;
  margin: 4px;
}
.lineheightofdeadlineampel {
  line-height: calc(36/16*1rem);
  cursor: pointer;
}
/* introduce background for activity legends */
.bglegend {
  stroke: #FFF;
  stroke-width: 0px;
  fill: #FFF;
  opacity: 0.5;
}
.width100 > h3 {
  margin-top: 10px;
  margin-bottom: 5px;
}
select#workstreamId optgroup[label]:only-of-type {
  color: #aaa;
}
select#workstreamId optgroup:only-of-type > option {
  color: #666;
}
#validation :not(table):first-child {
  margin-left: 5px;
}
#validation h4,
#validation h3 {
  font-weight: normal;
}
#validation h4::before {
  content: "» ";
}
.columnar {
  column-count: 3;
  /* FIXME: any working CSS idea that dynamically scales with content would be welcome */
  column-width: 265px;
  /* if column-width exists too, column-count is treated as maximum number */
  column-gap: 2em;
  column-rule: 2px double #666;
  display: block;
  word-break: keep-all;
}
a:hover div.columnar {
  text-shadow: 1px 1px 6px #89ACB2;
}
/* 
	declare for wio tabularlists
    author: ls
*/
.tabularlist th {
  background-color: #444;
  color: #FFF;
  vertical-align: bottom;
  font-size: calc(13/16*1rem);
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
}
.tabularlist .title {
  background-color: #666;
  color: #FFF;
  vertical-align: bottom;
  font-size: calc(13/16*1rem);
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
}
.tabularlist .subtitle {
  background-color: #888;
  color: #FFF;
  vertical-align: bottom;
  font-size: calc(11/16*1rem);
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: bold;
}
.tabularlist tr:nth-child(even) {
  background: #FFF;
}
.tabularlist tr:nth-child(odd) {
  background: #eee;
}
.tabularlist td {
  vertical-align: top;
  padding: 5px;
  color: #666;
}
.tabularlist td .unbreak {
  vertical-align: middle;
  padding: 5px;
  color: #666;
}
/* fix firefox bug of minimal font-size */
/* the reason for this is, firefox has a minimum font-size entry that overwrites our settings */
/* fix cursor for actions (non-moveable) */
#shapes {
  cursor: pointer;
}
/* fix cursor for segments (non-moveable) */
#themaRiskmodel .imagecenter .nonmovable {
  cursor: pointer;
}
/* make first row distinguishable for notemplate in action editor */
.tabularlist.template tr:not([data-id]) {
  -webkit-box-shadow: inset 0 0 5px 0 #eee;
  box-shadow: inset 0 0 5px 0 #eee;
}
tr.highlight td {
  -webkit-box-shadow: inset 0 0 2px 0 #ddd;
  box-shadow: inset 0 0 2px 0 #ddd;
  background-color: #ff9;
}
tr.clickhighlight td {
  -webkit-box-shadow: inset 0 0 2px 0 #ddd;
  box-shadow: inset 0 0 2px 0 #ddd;
  background-color: #ecf2f8;
}
td.verticalcell {
  background: #ddd;
  text-align: center;
  vertical-align: middle;
}
div.verticalcell {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background: #ddd;
  text-align: center;
  vertical-align: middle;
  min-height: 25px;
  max-width: 100px;
  white-space: pre-wrap;
  word-wrap: normal;
}
td.multirowcell {
  text-overflow: clip;
}
td.multirowcell {
  background: #f8f8f8;
}
div.multirowcell {
  white-space: normal;
}
.rowtoggle {
  font-weight: normal;
}
.tabularlist tr[onclick],
td[onclick],
.rowtoggle {
  cursor: pointer;
}
.tableshifter {
  max-height: 0;
  /* do not change */
  margin-top: 10px;
}
table.tabularlist {
  position: relative;
  margin-top: 0px;
  padding-top: 0px;
  margin-left: -2px;
  width: 100%;
}
.tabularlist tr td[onclick] {
  font-kerning: none;
  color: #4400ff;
}
.tabularlist tr[onclick]:hover,
td[onclick]:hover {
  text-shadow: 1px 1px 6px #89ACB2;
  /*one of fintegral color space*/
}
.tabularlist tr td a:hover {
  text-shadow: 1px 1px 6px #89ACB2;
  /*one of fintegral color space*/
}
.outlineofremove {
  color: #FFF;
  text-shadow: 0px 0px 0.75px #cb0e00, -0.75px -0.75px 0.75px #cb0e00, -0.75px 0.75px 0.75px #cb0e00, 0.75px 0.75px 0.75px #cb0e00, 0.75px -0.75px 0.75px #cb0e00;
}
.outlineofremove:hover {
  color: #FFF;
  text-shadow: 0px 0px 0.75px #cb0e00, -0.75px -0.75px 0.75px #cb0e00, -0.75px 0.75px 0.75px #cb0e00, 0.75px 0.75px 0.75px #cb0e00, 0.75px -0.75px 0.75px #cb0e00, 1px 1px 6.75px #89ACB2;
  /*one of fintegral color space*/
}
.outlineofsector {
  color: #FFF;
  text-shadow: 0px 0px 0.75px #ddd, -0.75px -0.75px 0.75px #ddd, -0.75px 0.75px 0.75px #ddd, 0.75px 0.75px 0.75px #ddd, 0.75px -0.75px 0.75px #ddd;
}
.outlineofsector:hover {
  color: #FFF;
  text-shadow: 0px 0px 0.75px #ddd, -0.75px -0.75px 0.75px #ddd, -0.75px 0.75px 0.75px #ddd, 0.75px 0.75px 0.75px #ddd, 0.75px -0.75px 0.75px #ddd, 1px 1px 6.75px #89ACB2;
  /*one of fintegral color space*/
}
.tabularlist tr td,
tr td.unbreak[onclick] {
  overflow: hidden;
  word-break: break-word;
  hyphens: auto;
}
.tabularlist.manycols tr td,
.tabularlist.manycols tr td.unbreak[onclick] {
  max-width: 32ch;
}
.tabularlist.fewcols tr td,
.tabularlist.fewcols tr td.unbreak[onclick] {
  max-width: 922px;
}
.tabularlist.fewcols tr td:first-child,
.tabularlist.fewcols tr td.unbreak[onclick]:first-child {
  max-width: 154px;
}
.tabularlist tr td a {
  display: inline-block;
  padding-left: 0.2em;
  padding-right: 0.2em;
  font-kerning: none;
  color: #4400ff;
}
.nowrap {
  white-space: nowrap;
}
.clickable {
  cursor: pointer;
}
.doubtful {
  background-color: #fcc;
}
.noteful {
  background-color: #cfc;
}
.fullpage .tabularlist {
  overflow-x: hidden;
}
.fullpage .tabularlist.manycols tr td,
.fullpage .tabularlist.manyrows tr td {
  width: 1px;
  max-width: 42ch;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fullpage .tabularlist.manycols tr td:last-child,
.fullpage .tabularlist.manyrows tr td:last-child {
  /* show all Manager icons */
  white-space: nowrap;
  text-overflow: clip;
  overflow: visible;
}
.fullpage .tabularlist tr td div.spacer {
  display: block;
  margin-right: 35px;
}
.tabularlist th {
  position: relative;
  display: table-cell;
}
div:not(.fullpage) div.gridy,
div.gridyHigh {
  min-height: 2.8em;
}
.themaContainer.fullpage div.gridyHigh {
  min-height: 2.8em;
}
.themaContainer.fullpage div.gridy {
  min-height: 1.4em;
}
.tabularlist th div.gridy,
div.gridyHigh {
  display: grid;
  grid-row-gap: 5px;
  grid-column-gap: 5px;
  grid-template-columns: 94% 6%;
  grid-template-rows: auto;
}
.tabularlist th div.gridy .gridrow,
div.gridyHigh .gridrow {
  display: grid;
  height: 100%;
  padding-right: 12px;
  padding-left: 6px;
  align-items: end;
}
.tabularlist th div.gridy .topright,
div.gridyHigh .topright {
  display: block;
  text-align: right;
  filter: drop-shadow(0px 0px 5px #666);
  position: absolute;
  top: 2px;
  right: 2px;
}
.tabularlist th div.gridy .bottomright,
div.gridyHigh .bottomright {
  display: block;
  text-align: right;
  filter: drop-shadow(0px 0px 5px #666);
  position: absolute;
  bottom: 2px;
  right: 2px;
}
.tabularlist th div.gridy .rotationmargin,
div.gridyHigh .rotationmargin {
  transform: rotate(45deg);
  margin-right: 2px;
  margin-left: 2px;
}
.slicedicepane {
  border: 1px solid #808080;
  background-color: #FFF;
  position: relative;
  z-index: 1;
  padding: 5px;
  display: none;
  font-weight: bold;
  box-shadow: 2px 2px 5px #808080;
}
.slicedicepane input {
  height: 1.5rem;
  margin-bottom: 4px;
}
input[type="text"] .smallinput {
  height: 1.5rem;
  width: auto;
}
.slicedicepane input[type=checkbox] {
  height: 0.8rem;
  font-weight: normal;
  font-size: 0.8rem;
}
.slicedicepane input[type=button],
.smallbutton {
  font-weight: normal;
  font-size: 0.7rem;
  text-indent: 0px;
  display: inline-block;
  background-color: #eee;
  border-radius: 4px;
  border: solid 1px #808080;
  box-shadow: 1px 1px 2px #808080;
}
.slicediceitems label {
  line-height: 0.8rem;
  font-weight: normal;
  font-size: 0.8rem;
}
.tabularcolanchor {
  position: relative;
  left: 300px;
  visibility: hidden;
}
.milestone_ {
  white-space: pre-wrap;
  text-align: left;
}
.halvesize {
  transform: scale(0.6);
}
.middlebase {
  height: 35px;
  display: inline;
  vertical-align: baseline;
}
.asinth {
  margin-right: 2px;
  margin-left: 2px;
  font-size: calc(12/16*1rem);
}
.rotate180 {
  transform: rotate(180deg);
}
.flexlayoutcontainerforcontrols {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
}
.flexlayoutcontainerforcontrols::after {
  content: "";
  flex: auto;
}
@media screen and (min-width: 961px) {
  .flexlayoutcontainerforcontrols {
    max-height: 35px;
  }
}
@media screen and (max-width: 960px) {
  .flexlayoutcontainerforcontrols {
    max-height: 70px;
  }
}
.flexitem {
  flex: 3 0 auto;
}
.flexitemmiddle {
  flex: 3 1 auto;
}
.flexitemlast {
  order: 4;
  flex: 1 1 auto;
}
#form-listanything th[style="max-width: 1px;"] {
  font-size: calc(1.5*13/16*1rem);
  height: 1.4em;
}
#form-listanything td[style="max-width: 1px;"] {
  font-size: calc(1.2*13/16*1rem);
  height: 1.4em;
}
.subwindow table.tabularlist {
  margin-bottom: 10px;
}
table.tabularlist {
  border-spacing: 2px;
}
.sandbox table.tabularlist {
  border-color: white;
}
div[id|=diveditanything] ~ div div table.tabularlist.fewcols .col0 {
  width: 250px;
}
/* matrix display */
table.tabularlist table {
  border-spacing: 0px;
}
.tabularlist table {
  display: inline;
  vertical-align: top;
}
.tabularlist table th,
.tabularlist table .title {
  font-size: calc(11/16*1rem);
}
.tabularlist table .subtitle {
  font-size: calc(9/16*1rem);
}
.tabularlist table td {
  font-size: calc(10/16*1rem);
}
.tabularlist table tr td:first-child:not(:last-child) {
  font-size: calc(8/16*1rem);
  background-color: #666;
  color: #FFF;
  font-weight: bold;
  max-width: 50%;
}
/* 
	declare themaContainer,
    author: ls
*/
.themaContainer {
  float: right;
  width: calc( 100% - 250px);
  margin-left: 10px;
  margin-bottom: 25px;
  padding: 0;
  text-align: left;
}
@media (min-width: 480px) and (max-width: 959px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:landscape) {
  .themaContainer {
    width: 100%;
  }
}
.themaContainer .thema {
  width: calc( 100% - 60px);
  max-width: calc(1200px - 60px);
  padding: 30px;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .themaContainer .thema {
    width: calc( 100% - 20px);
    padding: 10px;
  }
}
.themaContainer .login {
  width: calc( 100% - 60px);
  padding: 30px;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape), (min-width: 1px) and (max-width: 479px) and (orientation:portrait) {
  .themaContainer .login {
    width: calc( 100% - 20px);
    padding: 10px;
  }
}
.themaContainer .themaNoPadding {
  width: 100%;
  padding: 0;
}
.themaContainer .thema,
.themaContainer .themaNoPadding {
  margin: auto;
}
.themaContainer .thema label,
.themaContainer .themaNoPadding label {
  clear: none;
  float: left;
}
.themaContainer.homeindex {
  display: block;
  width: 100vw;
  margin: 0;
}
div.themaContainer.fullpage {
  width: calc( 100% - 250px) !important;
  text-align: left !important;
  float: left;
}
.themaContainer.fullpage .colContainer,
.col-80,
.col-content {
  width: 100% !important;
}
.themaContainer.fullpage > .colContainer > .col-80 > .col-content > #form-listanything > div > div:not(.nonbreak) {
  width: 100% !important;
  overflow-x: scroll !important;
  overflow-y: visible !important;
}
#form-listanything > div > div.flexitem {
  display: inline-flex;
  width: auto !important;
  overflow-x: auto !important;
  overflow-y: auto !important;
  min-height: 0 !important;
}
.themaContainer.fullpage > .colContainer > .col-80 > .col-content > #form-listanything > div > div.flexitem {
  display: inline-flex;
  width: auto !important;
  overflow-x: auto !important;
  overflow-y: auto !important;
  min-height: 0 !important;
}
#form-listanything > div > div.flexitemmiddle {
  display: inline-flex;
  width: auto !important;
  overflow-x: auto !important;
  overflow-y: auto !important;
  min-height: 0 !important;
}
.themaContainer.fullpage > .colContainer > .col-80 > .col-content > #form-listanything > div > div.flexitemmiddle {
  display: inline-flex;
  width: auto !important;
  overflow-x: auto !important;
  overflow-y: auto !important;
  min-height: 0 !important;
}
.themaContainer.fullpage th.col0 {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 3;
  border-right: solid 2px #ddd;
  border-collapse: separate;
  box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.1);
  min-width: 5%;
  width: 10%;
  max-width: 15%;
}
.themaContainer.fullpage td.col0 {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 4;
  border-right: solid 2px #ddd;
  border-collapse: separate;
  box-shadow: 1px 0px 6px 0px rgba(220, 220, 220, 0.8);
}
.themaContainer.fullpage th[class="title"][colspan] {
  transform: translate3d(0, 0, 0);
  transform-origin: top;
  height: 1.5em;
}
.themaContainer.fullpage th[class="title"][colspan] > div {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
  padding: 2px;
  margin-top: -1.6em;
  width: calc(98vw - 261px);
  z-index: 4;
}
.themaContainer.fullpage tr:not([class*="highlight"]):nth-child(2n+1) td.col0 {
  background-color: #f8f8f8;
}
.themaContainer.fullpage tr:not([class*="highlight"]):nth-child(2n) td.col0 {
  background-color: #FFF;
}
.themaContainer.fullpage td[class^="col"]:last-child {
  position: sticky;
  right: 0;
  z-index: 2;
  border-left: solid 2px #ddd;
  border-collapse: separate;
  box-shadow: -1px 0px 6px 0px rgba(220, 220, 220, 0.8);
}
.themaContainer.fullpage tr:nth-child(2n+1) td[class^="col"]:last-child {
  background-color: #f8f8f8;
}
.themaContainer.fullpage tr:nth-child(2n) td[class^="col"]:last-child {
  background-color: #FFF;
}
.themaContainer.fullpage th[class^="col"]:last-child {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  z-index: 2;
  border-left: solid 2px #ddd;
  border-collapse: separate;
  box-shadow: -2px 0px 2px 0px rgba(0, 0, 0, 0.1);
  min-width: 5%;
  width: 10%;
  max-width: 15%;
}
.themaContainer.fullpage td[class^="col"]:last-child {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  z-index: 2;
  background-color: #f8f8f8;
  border-left: solid 2px #ddd;
  border-collapse: separate;
}
.themaContainer.fullpage th[style="max-width: 1px;"] {
  font-size: calc(1.5*13/16*1rem);
  height: 1.4em;
}
.themaContainer.fullpage td[style="max-width: 1px;"] {
  font-size: calc(1.2*13/16*1rem);
  height: 1.4em;
}
.fullpageprinter {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 30px;
}
/**
 * Containers
 *
 * @author    Nurul Amin Muhit <me@muhit.me>
 * @copyright xirrus GmbH
 */
.container,
.container-fluid {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.container *,
.container-fluid *,
.container ::after,
.container-fluid ::after,
.container ::before,
.container-fluid ::before {
  box-sizing: border-box;
}
.content-wrapper {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.content {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
/* 
	declare footer,
    author: ls
*/
footer {
  width: 100%;
  height: 20px;
  background-color: #ddccff;
  color: #4400ff;
  position: fixed;
  z-index: 5;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding-bottom: 5px;
  font-size: calc(11/16*1rem);
}
footer a,
footer link {
  color: #4400ff;
  text-decoration: none;
  font-size: calc(11/16*1rem);
}
footer a:hover {
  color: hsl(256, 90%, 60%);
  text-decoration: underline;
}
footer .footerContent {
  margin: auto;
  padding: 5px 10px;
  width: calc( 100% - 20px);
}
footer .footerContent .footerContentPart {
  width: 33.3%;
}
@media (min-width: 1px) and (max-width: 479px) and (orientation:landscape) {
  footer .footerContent .footerContentPart {
    width: 100%;
  }
}
/* add experimental codes below, move to appropriate place [in order] as soon as possible */
/**
 * Utilities
 *
 * @author    Nurul Amin Muhit <me@muhit.me>
 * @copyright xirrus GmbH
 */
.text-uppercase {
  text-transform: uppercase !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
/**
 * Row Columns
 *
 * @author    Nurul Amin Muhit <me@muhit.me>
 * @copyright xirrus GmbH
 */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.col {
  flex: 1 0 0%;
}
.col-1 {
  flex: 0 0 auto;
  width: calc(100% / 12 * 1);
}
.col-2 {
  flex: 0 0 auto;
  width: calc(100% / 12 * 2);
}
.col-3 {
  flex: 0 0 auto;
  width: calc(100% / 12 * 3);
}
.col-4 {
  flex: 0 0 auto;
  width: calc(100% / 12 * 4);
}
.col-5 {
  flex: 0 0 auto;
  width: calc(100% / 12 * 5);
}
.col-6 {
  flex: 0 0 auto;
  width: calc(100% / 12 * 6);
}
.col-7 {
  flex: 0 0 auto;
  width: calc(100% / 12 * 7);
}
.col-8 {
  flex: 0 0 auto;
  width: calc(100% / 12 * 8);
}
.col-9 {
  flex: 0 0 auto;
  width: calc(100% / 12 * 9);
}
.col-10 {
  flex: 0 0 auto;
  width: calc(100% / 12 * 10);
}
.col-11 {
  flex: 0 0 auto;
  width: calc(100% / 12 * 11);
}
.col-12 {
  flex: 0 0 auto;
  width: calc(100% / 12 * 12);
}
/**
 * Buttons
 *
 * @author    Nurul Amin Muhit <me@muhit.me>
 * @copyright xirrus GmbH
 */
.btn,
button.btn,
input.btn {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #4400ff;
  border-radius: 0rem;
  background-color: #aa88ff;
  box-shadow: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/**
 * Table
 *
 * @author    Nurul Amin Muhit <me@muhit.me>
 * @copyright xirrus GmbH
 */
.table {
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-collapse: collapse;
  border-color: #DEE2E6;
}
.table thead,
.table tbody,
.table tfoot,
.table tr,
.table th,
.table td {
  border-color: inherit;
  border-style: solid;
  border-width: 0px;
  text-align: left;
}
.table tr th:first-child,
.table tr td:first-child {
  width: 1%;
  white-space: nowrap;
}
.table tr th.actions,
.table tr td.actions {
  width: 1%;
  white-space: nowrap;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.table tr th.actions > *,
.table tr td.actions > * {
  cursor: pointer;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: transparent;
  border-bottom-width: 1px;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0px;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0px 1px;
}
.table-borderless > :not(caption) > * {
  border-width: 0px;
}
.table-borderless > :not(caption) > * > * {
  border-width: 0px;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody > tr:hover > * {
  background-color: rgba(0, 0, 0, 0.075);
}
/**
 * Headings
 *
 * @author    Nurul Amin Muhit <me@muhit.me>
 * @copyright xirrus GmbH
 */
.heading {
  display: block;
}
.heading-title {
  font-size: 20px;
  font-weight: 600;
  color: #444;
}
.heading-desc {
  font-size: 14px;
  font-weight: 400;
  color: #888;
}
/**
 * Box
 *
 * @author    Nurul Amin Muhit <me@muhit.me>
 * @copyright xirrus GmbH
 */
.box.box-extend {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
  background-color: #FFFFFF;
  border-radius: 3px;
  border-width: 0px;
  border-top: 3px solid #4400ff;
  box-shadow: 0 2px 4px 0 #ffe9db, 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.box-header {
  position: relative;
  display: block;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #FFE9DB;
  color: #333;
}
.box-header .box-title {
  display: inline-block;
  margin: 0rem 0rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.box-header .box-tools {
  position: absolute;
  right: 0rem;
  bottom: 0rem;
}
.box-body {
  padding: 0.75rem 1rem;
  overflow: hidden;
}
.box-footer {
  padding: 0.5rem 1rem;
  border-top: 1px solid #FFE9DB;
}
/**
 * Nav Tabs
 *
 * @author    Nurul Amin Muhit <me@muhit.me>
 * @copyright xirrus GmbH
 */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 0.5rem;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.nav-tabs .nav-link {
  margin-bottom: 0rem;
  background: none;
  border: 2px solid transparent;
  padding: 0.75rem 0.5rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-bottom-color: #4400ff;
  cursor: pointer;
}
.nav-tabs .nav-link.active {
  border-bottom-color: #4400ff;
}
.tab-content > .tab-pane {
  display: none;
  animation: slideIn 0.5s ease;
}
.tab-content > .active {
  display: block;
}
@keyframes slideIn {
  from {
    transform: translateX(50px);
    opacity: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}
/**
 * Navbar
 *
 * @author    Nurul Amin Muhit <me@muhit.me>
 * @copyright xirrus GmbH
 */
.navbar,
nav.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0rem;
  margin-top: 0rem;
  float: none;
}
.navbar-secondary,
nav.navbar-secondary {
  background-color: #FFFFFF;
  margin-bottom: 1.5rem;
  padding: 0rem 0rem;
}
.navbar-secondary .nav-item.active,
nav.navbar-secondary .nav-item.active {
  position: relative;
  background-color: #EEE;
  color: #999999;
}
.navbar-secondary .nav-item.active:before,
nav.navbar-secondary .nav-item.active:before,
.navbar-secondary .nav-item.active:after,
nav.navbar-secondary .nav-item.active:after {
  content: '';
  position: absolute;
  left: 38%;
  display: inline-block;
  border-top: 8px solid #EEE;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.navbar-secondary .nav-item.active:before,
nav.navbar-secondary .nav-item.active:before {
  bottom: -8px;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.navbar-secondary .nav-item.active:after,
nav.navbar-secondary .nav-item.active:after {
  top: 34px;
}
/**
 * Documents Module
 *
 * @author    Nurul Amin Muhit <me@muhit.me>
 * @copyright xirrus GmbH
 */
.doc-builder {
  padding: 0rem 0rem;
}
.doc-builder .row {
  margin-left: 0rem;
  margin-right: 0rem;
}
.doc-sidebar {
  background-color: #FAFBFC;
  padding-left: 0rem;
  padding-right: 0rem;
}
.doc-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 1rem 0.5rem;
}
.doc-header-title {
  flex-grow: 1;
  cursor: pointer;
  color: #AFB4B9;
}
.doc-header-title:hover {
  color: #666;
}
.doc-header-actions {
  flex-shrink: 0;
}
.doc-header-actions > span {
  margin-left: 0.65rem;
  cursor: pointer;
}
.doc-header-actions > span:first-child {
  color: #4400ff;
}
.doc-cluster,
.doc-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0.5rem 0.5rem;
}
.doc-cluster.active,
.doc-item.active {
  background-color: #F7F8F9;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #4400ff;
}
.doc-cluster:hover,
.doc-item:hover {
  background-color: #F7F8F9;
}
.doc-cluster:hover .doc-cluster-actions > span,
.doc-item:hover .doc-cluster-actions > span,
.doc-cluster:hover .doc-item-actions > span,
.doc-item:hover .doc-item-actions > span {
  display: inline-block;
}
.doc-cluster:hover .doc-cluster-actions > span.doc-cluster-actions-icon,
.doc-item:hover .doc-cluster-actions > span.doc-cluster-actions-icon,
.doc-cluster:hover .doc-item-actions > span.doc-cluster-actions-icon,
.doc-item:hover .doc-item-actions > span.doc-cluster-actions-icon {
  display: none;
}
.doc-cluster-title,
.doc-item-title {
  flex-grow: 1;
  cursor: pointer;
}
.doc-item-title {
  padding-left: 1.75rem;
}
.doc-header-icon,
.doc-cluster-icon {
  min-width: 0.75rem;
}
.doc-cluster-actions,
.doc-item-actions {
  flex-shrink: 0;
}
.doc-cluster-actions > span,
.doc-item-actions > span {
  display: none;
  font-size: 0.75rem;
  margin-left: 0.65rem;
  cursor: pointer;
}
.doc-cluster-actions > span.doc-cluster-actions-icon,
.doc-item-actions > span.doc-cluster-actions-icon {
  display: inline-block;
  color: #DDD;
}
