@charset "UTF-8";
/*ü*/
/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/
/* line 4, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/reset.css */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
/* line 99, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/reset.css */
html,
body {
  height: 100%;
}
/* line 104, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/reset.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  /*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}
/* line 125, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/reset.css */
b,
strong {
  /*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}
/* line 135, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/reset.css */
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  /*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}
/* line 146, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/reset.css */
li {
  /*
  For IE6 + IE7.
*/
  display: list-item;
}
/* line 153, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/reset.css */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 158, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/reset.css */
th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
/* line 166, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/reset.css */
q {
  quotes: none;
}
/* line 170, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/reset.css */
q:before,
q:after {
  content: '';
  content: none;
}
/* line 176, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/reset.css */
sub,
sup,
small {
  font-size: 75%;
}
/* line 182, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/reset.css */
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/* line 189, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/reset.css */
sub {
  bottom: -0.25em;
}
/* line 193, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/reset.css */
sup {
  top: -0.5em;
}
/* line 197, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/reset.css */
svg {
  /*
  For IE9.
*/
  overflow: hidden;
}
/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
/* line 19, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
body {
  font: 9.5pt/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}
/* line 23, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
pre,
code {
  font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}
/* line 28, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
.nobreak {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* `Formatting Numbers
----------------------------------------------------------------------------------------------------*/
/* line 37, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
SPAN.negative:before {
  content: "-  ";
}
/* line 38, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
SPAN.negative {
  color: #01213A;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/
/* line 43, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
h1 {
  color: #01213A;
  font-size: 20pt;
}
/* line 48, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
.h1_aligned {
  margin-top: 26pt;
}
/* line 52, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
h2 {
  color: #01213A;
  font-size: 18pt;
}
/* line 57, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
.h2_aligned {
  margin-top: 23pt;
}
/* line 61, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
h3 {
  color: #01213A;
  font-size: 16pt;
}
/* line 66, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
h3.commit {
  font-weight: normal;
  font-size: small;
}
/* line 71, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
.h3_aligned {
  margin-top: 20pt;
}
/* line 75, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
h4 {
  color: #175E94;
  font-size: 14pt;
  border-bottom: 1pt solid #94D0FF;
}
/* line 81, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
.h4_aligned {
  margin-top: 13pt;
}
/* line 85, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
h5 {
  color: #2C4253;
  font-size: 12pt;
  border-bottom: 1pt solid #94D0FF;
}
/* line 91, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
h5 + hr {
  display: none;
}
/* line 93, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
h6 {
  color: #2C4253;
  font-size: 10pt;
  border-bottom: 1pt dotted #94D0FF;
}
/* `Warnings etc.
----------------------------------------------------------------------------------------------------*/
/* line 103, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
.warn {
  color: red;
  font-weight: bold;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/
/* line 111, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
ol {
  list-style: decimal;
}
/* line 115, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
ul {
  list-style: disc;
}
/* line 119, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
li {
  margin-left: 30px;
}
/*	Some typography
----------------------------------------------------------------------------------------------------*/
/* line 127, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.7em;
  margin-bottom: 0.3em;
}
/* line 132, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
/* line 137, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
h1 + table,
h2 + table,
h3 + table,
h4 + table,
h5 + table,
h6 + table {
  margin-top: 0;
}
/* line 141, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
h1 + hr,
h2 + hr,
h3 + hr,
h4 + hr,
h5 + hr,
h6 + hr {
  margin-top: -0.3em;
}
/* line 145, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
h4 + hr,
h5 + hr,
h6 + hr {
  display: none;
}
/* line 149, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
.align_center,
.center,
td.c,
th.c {
  text-align: center;
}
/* line 153, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
.align_right,
.right,
td.r,
th.r {
  text-align: right;
}
/*	Definition list
----------------------------------------------------------------------------------------------------*/
/* line 160, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
dl {
  padding: 0.5em 0;
}
/* line 164, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
dt {
  float: left;
  clear: left;
  width: 60px;
  text-align: right;
  font-weight: bold;
  color: #0F917B;
}
/* line 173, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
dt:after {
  content: ":";
}
/* line 177, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
dd {
  margin: 0 0 0 80px;
  padding: 0 0 0.5em 0;
}
/* line 182, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
dl.g20 dt {
  width: 20px;
}
/* line 182, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
dl.g20 dd {
  margin-left: 40px;
}
/* line 183, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
dl.g40 dt {
  width: 40px;
}
/* line 183, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
dl.g40 dd {
  margin-left: 60px;
}
/* line 184, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
dl.g60 dt {
  width: 60px;
}
/* line 184, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
dl.g60 dd {
  margin-left: 80px;
}
/* line 185, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
dl.g80 dt {
  width: 80px;
}
/* line 185, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
dl.g80 dd {
  margin-left: 100px;
}
/* line 186, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
dl.g100 dt {
  width: 100px;
}
/* line 186, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
dl.g100 dd {
  margin-left: 120px;
}
/*	Something more
----------------------------------------------------------------------------------------------------*/
/* line 191, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
.light {
  color: #94D0FF;
}
/* line 193, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
.audit_liste {
  color: #0F917B;
  font-size: 80%;
}
/* line 194, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
.audit_liste h1,
.audit_liste h2,
.audit_liste h3,
.audit_liste h4,
.audit_liste h5,
.audit_liste h6 {
  color: #28524B;
}
/* line 196, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
.hideWhenFirst:first-child {
  display: none;
}
/* line 197, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
.collapseBR BR + BR {
  display: none;
}
/* line 200, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
.error-heading {
  font-size: 90pt;
  font-weight: bold;
  color: #E66A17;
}
/* line 206, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
.error-message {
  margin-top: 5em;
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
}
/* line 213, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
.error-detail {
  margin-top: 10em;
  font-size: 7pt;
  overflow-x: hidden;
  max-height: 10em;
  color: #FFBB8C;
}
/* line 221, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
.label-belieferung {
  position: fixed;
  top: -10px;
  right: 10px;
  font-size: 10em;
  color: #ccc;
  font-weight: bolder;
  z-index: -9999;
}
/* ======================= */
/* line 234, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
UL.komma-liste {
  display: inline;
  list-style: none;
  padding: 0;
}
/* line 240, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
UL.komma-liste LI {
  display: inline;
  margin: 0;
}
/* line 245, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
UL.komma-liste LI::after {
  content: ", ";
}
/* line 249, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/text.less */
UL.komma-liste LI:last-child::after {
  content: ". ";
}
/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/
/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/
/* line 16, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
body {
  min-width: 960px;
}
/* `Container
----------------------------------------------------------------------------------------------------*/
/* line 23, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12,
.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/
/* line 33, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
/* line 55, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.push_1,
.pull_1,
.push_2,
.pull_2,
.push_3,
.pull_3,
.push_4,
.pull_4,
.push_5,
.pull_5,
.push_6,
.pull_6,
.push_7,
.pull_7,
.push_8,
.pull_8,
.push_9,
.pull_9,
.push_10,
.pull_10,
.push_11,
.pull_11,
.push_12,
.pull_12,
.push_13,
.pull_13,
.push_14,
.pull_14,
.push_15,
.pull_15 {
  position: relative;
}
/* line 73, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .grid_3,
.container_16 .grid_4 {
  width: 220px;
}
/* line 78, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .grid_6,
.container_16 .grid_8 {
  width: 460px;
}
/* line 83, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .grid_9,
.container_16 .grid_12 {
  width: 700px;
}
/* line 88, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .grid_12,
.container_16 .grid_16 {
  width: 940px;
}
/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
/* line 96, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.alpha {
  margin-left: 0;
}
/* line 100, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.omega {
  margin-right: 0;
}
/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
/* line 107, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .grid_1 {
  width: 60px;
}
/* line 111, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .grid_2 {
  width: 140px;
}
/* line 115, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .grid_4 {
  width: 300px;
}
/* line 119, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .grid_5 {
  width: 380px;
}
/* line 123, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .grid_7 {
  width: 540px;
}
/* line 127, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .grid_8 {
  width: 620px;
}
/* line 131, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .grid_10 {
  width: 780px;
}
/* line 135, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .grid_11 {
  width: 860px;
}
/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/
/* line 142, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .grid_1 {
  width: 40px;
}
/* line 146, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .grid_2 {
  width: 100px;
}
/* line 150, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .grid_3 {
  width: 160px;
}
/* line 154, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .grid_5 {
  width: 280px;
}
/* line 158, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .grid_6 {
  width: 340px;
}
/* line 162, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .grid_7 {
  width: 400px;
}
/* line 166, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .grid_9 {
  width: 520px;
}
/* line 170, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .grid_10 {
  width: 580px;
}
/* line 174, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .grid_11 {
  width: 640px;
}
/* line 178, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .grid_13 {
  width: 760px;
}
/* line 182, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .grid_14 {
  width: 820px;
}
/* line 186, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .grid_15 {
  width: 880px;
}
/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/
/* line 193, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .prefix_3,
.container_16 .prefix_4 {
  padding-left: 240px;
}
/* line 198, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .prefix_6,
.container_16 .prefix_8 {
  padding-left: 480px;
}
/* line 203, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .prefix_9,
.container_16 .prefix_12 {
  padding-left: 720px;
}
/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
/* line 211, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .prefix_1 {
  padding-left: 80px;
}
/* line 215, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .prefix_2 {
  padding-left: 160px;
}
/* line 219, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .prefix_4 {
  padding-left: 320px;
}
/* line 223, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .prefix_5 {
  padding-left: 400px;
}
/* line 227, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .prefix_7 {
  padding-left: 560px;
}
/* line 231, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .prefix_8 {
  padding-left: 640px;
}
/* line 235, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .prefix_10 {
  padding-left: 800px;
}
/* line 239, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .prefix_11 {
  padding-left: 880px;
}
/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
/* line 246, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .prefix_1 {
  padding-left: 60px;
}
/* line 250, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .prefix_2 {
  padding-left: 120px;
}
/* line 254, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .prefix_3 {
  padding-left: 180px;
}
/* line 258, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .prefix_5 {
  padding-left: 300px;
}
/* line 262, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .prefix_6 {
  padding-left: 360px;
}
/* line 266, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .prefix_7 {
  padding-left: 420px;
}
/* line 270, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .prefix_9 {
  padding-left: 540px;
}
/* line 274, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .prefix_10 {
  padding-left: 600px;
}
/* line 278, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .prefix_11 {
  padding-left: 660px;
}
/* line 282, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .prefix_13 {
  padding-left: 780px;
}
/* line 286, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .prefix_14 {
  padding-left: 840px;
}
/* line 290, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .prefix_15 {
  padding-left: 900px;
}
/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/
/* line 297, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .suffix_3,
.container_16 .suffix_4 {
  padding-right: 240px;
}
/* line 302, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .suffix_6,
.container_16 .suffix_8 {
  padding-right: 480px;
}
/* line 307, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .suffix_9,
.container_16 .suffix_12 {
  padding-right: 720px;
}
/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
/* line 315, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .suffix_1 {
  padding-right: 80px;
}
/* line 319, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .suffix_2 {
  padding-right: 160px;
}
/* line 323, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .suffix_4 {
  padding-right: 320px;
}
/* line 327, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .suffix_5 {
  padding-right: 400px;
}
/* line 331, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .suffix_7 {
  padding-right: 560px;
}
/* line 335, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .suffix_8 {
  padding-right: 640px;
}
/* line 339, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .suffix_10 {
  padding-right: 800px;
}
/* line 343, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .suffix_11 {
  padding-right: 880px;
}
/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
/* line 350, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .suffix_1 {
  padding-right: 60px;
}
/* line 354, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .suffix_2 {
  padding-right: 120px;
}
/* line 358, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .suffix_3 {
  padding-right: 180px;
}
/* line 362, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .suffix_5 {
  padding-right: 300px;
}
/* line 366, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .suffix_6 {
  padding-right: 360px;
}
/* line 370, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .suffix_7 {
  padding-right: 420px;
}
/* line 374, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .suffix_9 {
  padding-right: 540px;
}
/* line 378, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .suffix_10 {
  padding-right: 600px;
}
/* line 382, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .suffix_11 {
  padding-right: 660px;
}
/* line 386, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .suffix_13 {
  padding-right: 780px;
}
/* line 390, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .suffix_14 {
  padding-right: 840px;
}
/* line 394, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .suffix_15 {
  padding-right: 900px;
}
/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/
/* line 401, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .push_3,
.container_16 .push_4 {
  left: 240px;
}
/* line 406, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .push_6,
.container_16 .push_8 {
  left: 480px;
}
/* line 411, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .push_9,
.container_16 .push_12 {
  left: 720px;
}
/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
/* line 419, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .push_1 {
  left: 80px;
}
/* line 423, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .push_2 {
  left: 160px;
}
/* line 427, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .push_4 {
  left: 320px;
}
/* line 431, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .push_5 {
  left: 400px;
}
/* line 435, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .push_7 {
  left: 560px;
}
/* line 439, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .push_8 {
  left: 640px;
}
/* line 443, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .push_10 {
  left: 800px;
}
/* line 447, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .push_11 {
  left: 880px;
}
/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
/* line 454, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .push_1 {
  left: 60px;
}
/* line 458, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .push_2 {
  left: 120px;
}
/* line 462, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .push_3 {
  left: 180px;
}
/* line 466, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .push_5 {
  left: 300px;
}
/* line 470, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .push_6 {
  left: 360px;
}
/* line 474, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .push_7 {
  left: 420px;
}
/* line 478, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .push_9 {
  left: 540px;
}
/* line 482, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .push_10 {
  left: 600px;
}
/* line 486, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .push_11 {
  left: 660px;
}
/* line 490, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .push_13 {
  left: 780px;
}
/* line 494, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .push_14 {
  left: 840px;
}
/* line 498, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .push_15 {
  left: 900px;
}
/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/
/* line 505, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .pull_3,
.container_16 .pull_4 {
  left: -240px;
}
/* line 510, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .pull_6,
.container_16 .pull_8 {
  left: -480px;
}
/* line 515, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .pull_9,
.container_16 .pull_12 {
  left: -720px;
}
/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
/* line 523, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .pull_1 {
  left: -80px;
}
/* line 527, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .pull_2 {
  left: -160px;
}
/* line 531, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .pull_4 {
  left: -320px;
}
/* line 535, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .pull_5 {
  left: -400px;
}
/* line 539, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .pull_7 {
  left: -560px;
}
/* line 543, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .pull_8 {
  left: -640px;
}
/* line 547, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .pull_10 {
  left: -800px;
}
/* line 551, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_12 .pull_11 {
  left: -880px;
}
/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
/* line 558, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .pull_1 {
  left: -60px;
}
/* line 562, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .pull_2 {
  left: -120px;
}
/* line 566, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .pull_3 {
  left: -180px;
}
/* line 570, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .pull_5 {
  left: -300px;
}
/* line 574, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .pull_6 {
  left: -360px;
}
/* line 578, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .pull_7 {
  left: -420px;
}
/* line 582, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .pull_9 {
  left: -540px;
}
/* line 586, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .pull_10 {
  left: -600px;
}
/* line 590, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .pull_11 {
  left: -660px;
}
/* line 594, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .pull_13 {
  left: -780px;
}
/* line 598, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .pull_14 {
  left: -840px;
}
/* line 602, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.container_16 .pull_15 {
  left: -900px;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
/* line 611, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
/* line 622, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
/* line 638, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.clearfix:after,
.container_12:after,
.container_16:after {
  clear: both;
}
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.

  TG: changed into
  transform: scale(1.0);
*/
/* line 652, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/960.css */
.clearfix,
.container_12,
.container_16 {
  transform: scale(1);
}
/* line 11, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/p5-less-macros.less */
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 17, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/p5-less-macros.less */
.p5-100percent {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 22, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/p5-less-macros.less */
.grid_0 {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
/* line 28, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/p5-less-macros.less */
.p5-clear-after:after {
  content: "";
  display: table;
  clear: both;
}
/* line 34, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/p5-less-macros.less */
.p5-clear-before:before {
  content: "";
  display: table;
  clear: both;
}
/* line 40, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/p5-less-macros.less */
.align_right,
.align-right,
.right {
  text-align: right;
}
/*	Icon Fonts are cool.
 *  http://thomas-ganters-macbook-pro.local/~thomas/./ is a placeholder that will be removed upon depoy.
 *
 * URLS: http://www.justbenicestudio.com/studio/websymbols/
 * 	 http://www.heydonworks.com/article/a-free-icon-web-font
 * https://fonts2u.com/websymbols-regular.font#:~:text=Web%20Symbols%20Regular%20is%20a%20font%20by%20Just,Nice%20studio%2C%20designed%20by%20Igor%20Kiselev%20in%202011.
 */
@font-face {
  font-family: 'WebSymbolsRegular';
  src: url("/cgi-bin/WebObjects/Prometheus5.woa/rico/fonts/websymbols-regular-webfont.eot");
  src: url("/cgi-bin/WebObjects/Prometheus5.woa/rico/fonts/websymbols-regular-webfont.eot?#iefix") format('embedded-opentype'), url("/cgi-bin/WebObjects/Prometheus5.woa/rico/fonts/websymbols-regular-webfont.woff?v=2") format('woff'), url("/cgi-bin/WebObjects/Prometheus5.woa/rico/fonts/websymbols-regular-webfont.ttf") format('truetype'), url("/cgi-bin/WebObjects/Prometheus5.woa/rico/fonts/websymbols-regular-webfont.svg#WebSymbolsRegular") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HeydingsIcons';
  src: url("/cgi-bin/WebObjects/Prometheus5.woa/rico/fonts/heydings_icons.eot");
  src: url("/cgi-bin/WebObjects/Prometheus5.woa/rico/fonts/heydings_icons.eot?#iefix") format('embedded-opentype'), url("/cgi-bin/WebObjects/Prometheus5.woa/rico/fonts/heydings_icons.woff") format('woff'), url("/cgi-bin/WebObjects/Prometheus5.woa/rico/fonts/heydings_icons.ttf") format('truetype'), url("/cgi-bin/WebObjects/Prometheus5.woa/rico/fonts/heydings_icons.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
* @font-face {
* 	font-family:	'FontAwesome';
* 	src:			url("/cgi-bin/WebObjects/Prometheus5.woa/rico/fonts/fontawesome-webfont.eot?v=3.0.1");
* 	src:			url("/cgi-bin/WebObjects/Prometheus5.woa/rico/fonts/fontawesome-webfont.eot?#iefix&v=3.0.1") format('embedded-opentype'),
* 					url("/cgi-bin/WebObjects/Prometheus5.woa/rico/fonts/fontawesome-webfont.woff?v=3.0.1") format('woff'),
* 					url("/cgi-bin/WebObjects/Prometheus5.woa/rico/fonts/fontawesome-webfont.ttf?v=3.0.1") format('truetype');
* 	font-weight:	normal;
* 	font-style:		normal;
*}
*/
/* line 43, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.header:after,
.headerSortUp:after,
.headerSortDown:after {
  content: "\F0DC";
  color: #888;
  font-family: 'FontAwesome';
  padding-left: 1ex;
}
/* line 52, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.headerSortUp:after {
  content: "\F0DD" !important;
  color: white;
}
/* line 57, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.headerSortDown:after {
  content: "\F0DE" !important;
  color: white;
}
/* line 63, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.externalLink:after {
  content: "\f08e";
  font-family: 'FontAwesome';
  padding-right: 0.25ex;
  font-size: 80%;
  position: relative;
  top: -0.75ex;
}
/* line 73, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.cctbox {
  display: inline-block;
  width: 1em;
  height: 1em;
  overflow: visible;
}
/* line 80, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.checked,
.glyph {
  font-family: 'WebSymbolsRegular' !important;
  font-size: 100%;
}
/* line 85, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.hicons {
  font-family: 'HeydingsIcons';
  font-size: 90%;
}
/* line 91, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.glyph *,
.hicons * {
  font-family: inherit;
}
/* line 95, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.ccchecked {
  overflow: visible;
  content: '.';
  position: relative;
  top: -0.75ex;
  left: -0.3ex;
}
/* line 106, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
/* line 127, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* line 143, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes sure icons active on rollover in links */
/* line 151, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}
/* line 156, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.btn [class^="icon-"],
.nav [class^="icon-"],
.btn [class*=" icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */
}
/* line 164, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
/* line 170, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
/* line 177, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-envelope:before {
  content: "\f003";
}
/* line 178, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-star:before {
  content: "\f005";
}
/* line 179, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-user:before {
  content: "\f007";
}
/* line 181, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-cog:before {
  content: "\f013";
}
/* line 182, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-time:before {
  content: "\f017";
}
/* line 184, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-refresh:before {
  content: "\f021";
}
/* line 185, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-list-alt:before {
  content: "\f022";
}
/* line 186, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-barcode:before {
  content: "\f02a";
}
/* line 187, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-print:before,
.icon-printer:before {
  content: "\f02f";
}
/* line 190, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-check:before {
  content: "\f046";
}
/* line 192, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-fast-forward:before {
  content: "\f050";
}
/* line 193, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-step-forward:before {
  content: "\f051";
}
/* line 194, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-eject:before {
  content: "\f052";
}
/* line 195, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-chevron-left:before {
  content: "\f053";
}
/* line 196, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-chevron-left-2x:before {
  content: "\f053\f053";
}
/* line 197, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-chevron-right:before {
  content: "\f054";
}
/* line 198, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-plus-sign:before {
  content: "\f055";
}
/* line 199, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-minus-sign:before {
  content: "\f056";
}
/* line 200, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-remove-sign:before {
  content: "\f057";
}
/* line 201, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-ok-sign:before {
  content: "\f058";
}
/* line 202, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-question-sign:before {
  content: "\f059";
}
/* line 203, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-info-sign:before {
  content: "\f05a";
}
/* line 204, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-screenshot:before {
  content: "\f05b";
}
/* line 205, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-remove-circle:before {
  content: "\f05c";
}
/* line 206, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-ok-circle:before {
  content: "\f05d";
}
/* line 207, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-ban-circle:before {
  content: "\f05e";
}
/* line 209, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-arrow-left:before {
  content: "\f060";
}
/* line 210, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-arrow-right:before {
  content: "\f061";
}
/* line 211, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-arrow-up:before {
  content: "\f062";
}
/* line 212, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-arrow-down:before {
  content: "\f063";
}
/* line 214, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-warning-sign:before {
  content: "\f071";
}
/* line 215, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-calendar:before {
  content: "\f073";
}
/* line 217, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-thumbs-down-alt:before {
  content: "\f088";
}
/* line 219, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-logout:before {
  content: "\f08b";
}
/* line 220, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-external-link:before {
  content: "\f08e";
}
/* line 222, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-signin:before {
  content: "\f090";
}
/* line 223, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-phone:before {
  content: "\f095";
}
/* line 224, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-check-empty:before {
  content: "\f096";
}
/* line 226, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-hdd:before {
  content: "\f0a0";
}
/* line 227, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-globe:before {
  content: "\f0ac";
}
/* line 229, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-cloud:before {
  content: "\f0c2";
}
/* line 231, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-comment-alt:before {
  content: "\f0e5";
}
/* line 232, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-cloud-download:before {
  content: "\f0ed";
}
/* line 233, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-cloud-upload:before {
  content: "\f0ee";
}
/* line 235, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-file-alt:before {
  content: "\f0f6";
}
/* line 238, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-cloud-plus-download:before {
  content: "\f0c2";
}
/* line 239, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/icons.less */
.icon-cloud-plus-download:hover:before {
  content: "\f0ed";
}
/* line 2, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
.grid_05 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 20px;
}
/*	align horizontal rulers
*/
/* line 13, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
.grid_1 > hr,
.grid_2 > hr,
.grid_3 > hr,
.grid_4 > hr,
.grid_5 > hr,
.grid_6 > hr,
.grid_7 > hr,
.grid_8 > hr,
.grid_9 > hr,
.grid_10 > hr,
.grid_11 > hr,
.grid_12 > hr {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* line 19, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
.container_12 > hr,
.container_12 > form > hr,
.container_16 > hr {
  margin-left: 10px;
  margin-right: 10px;
}
/* line 24, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
hr.alpha {
  margin-left: 0px;
}
/* line 25, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
hr.omega {
  margin-right: 0px;
}
/* line 27, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
hr + hr,
#mainContent > hr:last-child,
hr.nofirst:first-child {
  display: none;
}
/* line 29, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
body > hr {
  margin-top: 1.5em;
}
/*	... and the side navigation
*/
/* line 34, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
.container_16 > #sideNavigation {
  background: #E68D17;
  margin-left: 9px;
  margin-bottom: 9px;
  border-radius: 3pt;
}
/* line 41, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
#sideNavigation > * {
  margin: 0 9px 1ex 9px;
  color: #01213A;
}
/* line 46, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
#headerSeparator .grid_4 input[type=text] {
  padding: 1pt 4pt;
  margin: 1px 0px;
  border-width: 1px;
  width: 140px;
  max-width: 140px;
  height: 17px;
  vertical-align: top;
  font-size: 11px;
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
/* line 60, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
#headerSeparator #uhr {
  font-size: 11px;
  font-weight: light;
}
/* line 65, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
#nav-top DIV {
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 0.75s;
  -webkit-transition-delay: initial;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background-color;
  -moz-transition-duration: 0.75s;
  -moz-transition-delay: initial;
  -moz-transition-timing-function: ease;
  -o-transition-property: background-color;
  -o-transition-duration: 0.75s;
  -o-transition-delay: initial;
  -o-transition-timing-function: ease;
  transition-property: background-color;
  transition-duration: 0.75s;
  transition-delay: initial;
  transition-timing-function: ease;
}
/* line 69, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
#headerWrapper A,
#nav-top A {
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-delay: initial;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: color;
  -moz-transition-duration: 0.2s;
  -moz-transition-delay: initial;
  -moz-transition-timing-function: ease;
  -o-transition-property: color;
  -o-transition-duration: 0.2s;
  -o-transition-delay: initial;
  -o-transition-timing-function: ease;
  transition-property: color;
  transition-duration: 0.2s;
  transition-delay: initial;
  transition-timing-function: ease;
}
/* line 73, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
#headerSeparator input[type=submit],
#sideNavigation input[type=submit] {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}
/* line 81, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
#sideNavigation a {
  margin: 0 -4px;
  padding: 0  4px;
  display: block;
  border-radius: 3px;
}
/* line 88, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
#sideNavigation a:hover {
  background: silver;
}
/* line 92, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
#belowContent {
  clear: both;
  background-color: #EAF6FF;
  margin-top: 1em;
  padding: 1.2em 0 1em 0;
  border-top: 1px white solid;
  border-bottom: 2px white solid;
  box-shadow: 0px 0px 6px 1px #01213A;
}
/*	this is the header row in black ...
*/
/* line 105, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
#headerWrapper {
  background: #01213A;
  color: white;
  min-height: 2em;
  /*	padding-top		:	0.5ex;
*/
  font-size: 1.4em;
  line-height: 2.5em;
}
/* line 114, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
.headerLink {
  float: left;
}
/* line 118, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
#headerMarker {
  width: 1px;
  height: 0;
  position: relative;
  margin-top: -0.5em;
  margin-left: auto;
  margin-right: auto;
  border-bottom: #E68D17 solid 0.6em;
  border-top: none;
  border-left: transparent solid 0.6em;
  border-right: transparent solid 0.6em;
}
/* line 131, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
.headerLink a,
.headerLink .noLink {
  color: #E68D17;
  text-decoration: none;
  line-height: 2em;
}
/* line 137, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
.headerLink a:hover {
  color: white;
}
/* line 141, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
.headerLink {
  margin: 0 1.9em 0 0;
}
/* line 145, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
.headerLink .active {
  color: white;
}
/*	this is the orange separator row
*/
/* line 153, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
#headerSeparator {
  background: #E68D17;
  color: white;
  min-height: 1.5ex;
  /*	margin-bottom	:	1em;
*/
  box-shadow: 0px 0px 6px 1px #5A3401;
}
/* line 161, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
#headerSeparator a,
#headerSeparator .noLink {
  color: white;
  font-weight: bold;
  text-decoration: none;
  /*	margin			:	0 0.6em 0 0;
*/
}
/* line 168, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
#headerSeparator a + a,
#headerSeparator .noLink + .noLink {
  color: white;
  font-weight: bold;
  text-decoration: none;
  /*	margin			:	0 0.6em;
*/
}
/* line 175, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
#headerSeparator a + a:before,
#headerSeparator .noLink + .noLink:before {
  content: "  |  ";
  color: white;
}
/* line 180, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
#headerSeparator a:hover {
  color: #01213A;
}
/* line 184, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
#headerSeparator a,
#headerSeparator .noLink {
  padding: 0.5ex 0;
}
/* line 188, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
#headerSeparator a.buttonLink {
  padding: 0.2ex 1em;
}
/* line 192, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
#headerSeparator .active {
  color: #01213A;
}
/* line 196, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
*.onlyPrint {
  display: none;
}
/* line 200, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
#nav-top {
  min-height: 3ex;
  margin-bottom: 1em;
}
/* line 205, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
.nav-top-fixed > #headerSeparator {
  background: #FFBB8C;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
/* line 214, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
.nonfixed-hidden {
  visibility: hidden;
}
/* line 218, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
.nonfixed-hidden > a {
  font-size: 120%				!important;
  font-weight: normal				!important;
  color: #28524B !important;
}
/* line 224, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
.top-left {
  position: fixed;
  left: 2px;
  top: 0;
}
/* line 230, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
.bottom-left {
  position: fixed;
  left: 2px;
  bottom: 0;
}
/* line 236, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
BODY.scrolled .nonfixed-hidden,
.nav-top-fixed .nonfixed-hidden {
  visibility: visible !important;
  z-index: 999;
}
/*	Main Content
*/
/* line 245, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
#mainContent {
  padding-bottom: 1em;
}
/*	footer
*/
/* line 254, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
#footerWrapper {
  font-size: 80%;
}
/*	Hide and resize some elements on Print ...
*/
/*@page { size:21.0cm 29.7cm; margin:1.5cm 1.5cm 2.2cm 2cm; }
*/
@page {
  fit: meet;
  size: A4;
  margin: 10%;
  @top-center {
    content: "Page " counter(page);
  }
}
@media print {
  @page {
    fit: meet;
    size: A4;
    margin: 10%;
  }
  /* line 280, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
  a {
    color: black;
  }
  /* line 284, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
  *.onlyPrint {
    display: inherit;
  }
  /* line 288, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
  .noPrint,
  #headerWrapper,
  #sideNavigation,
  #headerSeparator,
  #footerWrapper {
    display: none;
  }
  /* line 292, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
  .banded {
    background: white !important;
    color: black !important;
  }
}
/* line 301, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
hr {
  border: 0 #94D0FF solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}
/* line 309, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
span.vr {
  width: 0px;
  overflow-x: visible;
  display: inline;
  float: left;
}
/* line 316, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
span.vr > div.vr {
  position: relative;
  left: -1px;
  top: 2pt;
  /*	border-left:	1px solid #bbb; 
	border-right:	1px dotted #eee; */
  height: 4em;
  width: 1px;
  background-image: -webkit-linear-gradient(top, rgba(148, 208, 255, 0.25), #94d0ff, #94d0ff, rgba(148, 208, 255, 0.25));
  background-image: -moz-linear-gradient(top, rgba(148, 208, 255, 0.25), #94d0ff, #94d0ff, rgba(148, 208, 255, 0.25));
  background-image: -ms-linear-gradient(top, rgba(148, 208, 255, 0.25), #94d0ff, #94d0ff, rgba(148, 208, 255, 0.25));
  background-image: -o-linear-gradient(top, rgba(148, 208, 255, 0.25), #94d0ff, #94d0ff, rgba(148, 208, 255, 0.25));
}
/* line 331, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
.grid_3x4 > .grid_4 {
  margin-top: 1ex;
  margin-bottom: 1ex;
}
/* line 336, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
.grid_3x4 > .grid_4:nth-of-type(3n+1) {
  clear: both;
}
/* line 341, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
.grid_2x6 > .grid_6 {
  margin-top: 1ex;
  margin-bottom: 1ex;
}
/* line 346, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
.grid_2x6 > .grid_6:nth-of-type(2n+1) {
  clear: both;
}
/* line 350, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
.grid_2er > .in2er:nth-of-type(2n+1) {
  clear: both;
}
/* line 355, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
.clearafter:after {
  clear: both;
}
/* line 359, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
.clearbefore {
  clear: both;
}
/* line 363, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
.p5g_full {
  display: inline;
  float: left;
  margin: 0 10px;
  width: 940px;
}
/* line 367, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
.p5g_main {
  display: inline;
  float: left;
  margin: 0 10px;
  width: 620px;
}
/* line 371, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grids.less */
.p5g_side {
  display: inline;
  float: left;
  margin: 0 10px;
  width: 300px;
  margin-top: 26pt;
}
/*
 *	Formatting for Form elements and Links
 *
 */
/* line 6, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
textarea {
  border: 2px inset;
}
/* line 10, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
button,
input,
textarea,
a.buttonLink,
.h a.buttonLink {
  font: 8.075pt/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  text-decoration: none;
  padding: 1pt 4pt;
  -webkit-border-radius: 3pt;
  -moz-border-radius: 3pt;
  border-radius: 3pt;
  border-width: 1px;
  color: #01213A;
  margin: 2px;
}
/* line 24, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
button,
input,
textarea,
a.buttonLink {
  background-color: #f8ffff;
}
/* line 28, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
button,
input[type="submit"],
a.buttonLink {
  width: auto;
  height: auto;
  text-align: center;
  line-height: 1.25;
  white-space: pre;
  cursor: pointer;
  border-style: outset;
  background-color: #FFCE8C;
  border-color: #FFCE8C;
  display: inline-block;
  box-sizing: border-box;
}
/* line 42, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
a.buttonLink:visited {
  color: #01213A;
}
/* line 46, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
button:hover,
input[type="submit"]:hover,
a.buttonLink:hover {
  color: #175E94;
  box-shadow: 0px 1pt 2pt -1px #94D0FF;
}
/* line 53, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
button:active,
input[type="submit"]:active,
a.buttonLink:active {
  border-style: inset;
}
/* line 59, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
input[type="submit"].linkButton,
a,
a:visited,
.noLink {
  font-family: 'Helvetica Neue', Arial, 'Liberation Sans', 'FreeSans', sans-serif;
  color: #175E94;
  font-size: inherit;
  width: auto;
  height: auto;
  text-align: left;
  white-space: normal;
  cursor: pointer;
  border: 0;
  background-color: inherit;
  display: inline;
  box-sizing: content-box;
  text-decoration: none;
}
/* line 75, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.h input[type="submit"].linkButton,
.h a,
thead tr th a,
.h .noLink {
  color: #94D0FF;
}
/* line 79, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
input[type="submit"].linkButton:hover,
a:hover {
  color: #E68D17;
}
/* line 84, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.blockLinks a,
.blockLinks .noLink {
  display: block;
}
/* line 90, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.inlineLinks a + a:before,
.inlineLinks .noLink + .noLink:before,
.inlineLinks .noLink + a:before,
.inlineLinks a + .noLink:before,
.inlineLinks input[type=submit] + input[type=submit]:before {
  content: " | ";
  color: #175E94;
}
/* line 98, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.filialselektor .alt,
.inlineLinks .alt {
  color: #94D0FF !important;
}
/* line 103, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.shortFilialSelector a {
  max-width: 67px;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  overflow-x: hidden;
  vertical-align: bottom;
}
/* line 113, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.shortFilialSelector .noLink .active {
  max-width: 134px;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  overflow-x: hidden;
  vertical-align: bottom;
}
/* line 123, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
a.noLink {
  cursor: cursor;
  color: black;
}
/* line 128, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
a.noLink:hover {
  cursor: auto;
  color: black;
}
/* line 133, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.noLink {
  cursor: auto !important;
}
/* line 137, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
#mainContent .active,
#belowContent .active {
  color: #0F917B;
  font-weight: bold;
}
/* line 142, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
H4 INPUT,
H3 INPUT,
H5 INPUT {
  font-size: 55%;
}
/* line 144, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
button.breit,
INPUT.breit,
TEXTAREA.breit,
SELECT.breit {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 152, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
SELECT.breit {
  overflow-x: hidden;
  text-overflow: ellipsis;
}
/* line 158, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.shadow {
  -moz-box-shadow: 3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow: 3px 3px 5px 6px #ccc;
}
/* this is missing from font-awesome.css */
/* line 165, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.btn-group {
  position: relative;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
}
/* line 173, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.btn-group > .btn + .btn {
  margin-left: -1px;
}
/* line 177, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
/* line 187, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
/* line 197, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
/* line 203, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 211, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.searchButton:before {
  font-family: FontAwesome;
  content: "\F002";
}
/*
 * Primary and Secondary input have bigger font. 
 =================================================================================================== */
/* line 220, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.primary_input {
  font-size: 12pt;
  margin-top: 1ex;
  margin-bottom: 1.5ex;
  padding: 1ex 0ex;
}
/* line 227, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.primary_input button,
.primary_input select,
.primary_input input {
  font-size: 19px;
  /*	height		:	32px;
*/
  padding: 4px 6px;
}
/* line 235, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.primary_input td {
  vertical-align: middle;
}
/* line 237, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.pi_aligned {
  margin-top: 18pt;
}
/* line 242, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.secondary_input {
  font-size: 11pt;
  margin-top: 1ex;
  margin-bottom: 1.5ex;
  padding: 1ex 0ex;
}
/* line 249, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.secondary_input button,
.secondary_input select,
.secondary_input input {
  font-size: 16px;
  font-weight: normal;
  /*	height			: 24px;
	line-height	: 20px;
*/
  margin: 2px;
  padding: 1px 5px;
}
/* 
 BUTTONS
 */
/* line 265, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
/* line 270, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 278, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #bbb;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 310, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
/* line 320, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.btn:active,
.btn.active {
  background-color: #ccc;
}
/* line 323, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.btn:first-child {
  *margin-left: 0;
}
/* line 324, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.btn:hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
/* line 334, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 340, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 349, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 360, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/* line 368, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
/* line 373, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 380, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
/* line 385, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
/* line 390, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 398, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 408, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.btn-block + .btn-block {
  margin-top: 5px;
}
/*	Scrollable
*/
/* line 5, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
.x_scrollable {
  overflow-x: scroll;
  overflow-y: auto;
  white-space: nowrap;
  border-top: 1px dotted #aaa;
  border-bottom: 1px dotted #aaa;
  padding: 1ex 0em;
}
/* line 14, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
.x_scrollable > *:first-child {
  margin-left: 0;
}
/* line 18, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
.x_scrollable > *:last-child {
  margin-right: 0;
}
/* line 22, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
.x_scrollable > *:last-child:after,
.x_scrollable > *:first-child:before {
  display: none;
}
/* line 27, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
.x_scrollable > *:before {
  right: 1ex;
  content: '<';
}
/* line 32, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
.x_scrollable > *:after,
.x_scrollable > *:before {
  overflow: visible;
  display: inline-block;
  width: 0px;
  max-width: 0px;
  font-family: 'WebSymbolsRegular';
  font-size: 130%;
  color: #bbb;
  position: relative;
  bottom: 0.75ex;
}
/* line 45, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
.x_scrollable > *:after {
  left: 0.1ex;
  content: '>';
}
/* line 50, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
.x_scrollable * {
  float: none;
  display: inline-block;
}
/*	and finally -- a logo
*/
/* line 61, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
#logo {
  background: url('/cgi-bin/WebObjects/Prometheus5.woa/rico/p5_white.png') bottom right no-repeat;
  height: 2.45em;
}
/* line 68, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
tr,
td,
th {
  page-break-inside: avoid;
}
/*	Table Styles
*/
/* line 74, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
.odd > td,
.o > td,
.banded:nth-of-type(2n+1),
.banded > tr:nth-of-type(2n+1) {
  background: #FFF5E8;
  page-break-inside: avoid;
}
/* line 82, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
.even + .odd,
.e + .o,
.banded:nth-of-type(2n+1),
.banded > tr:nth-of-type(2n+1) {
  border-top: #FFCE8C 1px dotted;
  page-break-inside: avoid;
}
/* line 90, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
.even > td,
.e > td,
.banded:nth-of-type(2n),
.banded > tr:nth-of-type(2n) {
  background: #FFF1E8;
  page-break-inside: avoid;
}
/* line 98, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
.odd + .even,
.o + .e,
.banded:nth-of-type(2n),
.banded > tr:nth-of-type(2n) {
  border-top: #FFBB8C 1px dotted;
  page-break-inside: avoid;
}
/* line 106, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
.h > th,
.h > td,
.h.o > th,
.h.o > td,
.h.e > th,
.h.e > td,
thead > tr,
thead > tr > th {
  background: #5A3401;
  color: white;
  page-break-inside: avoid;
}
/*
**			ROUND CORNERS ON TABLES, 
**			ONLY if TABLE CLASS is ROUNDED!
*/
/* line 125, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
TABLE.rounded :first-child TR:first-child > :first-child {
  border-top-left-radius: 5px;
}
/* line 126, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
TABLE.rounded :first-child TR:first-child > :last-child {
  border-top-right-radius: 5px;
}
/* line 127, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
TABLE.rounded :last-child TR:last-child > :first-child {
  border-bottom-left-radius: 5px;
}
/* line 128, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
TABLE.rounded :last-child TR:last-child > :last-child {
  border-bottom-right-radius: 5px;
}
/* line 130, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
.h + .even,
.h + .e,
.h + .odd,
.h + .o {
  border-top: white solid 1px;
}
/* line 135, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
COLGROUP.separated {
  border-left: #FFBB8C 1px dotted;
  border-right: #FFBB8C 1px dotted;
}
/*
 *
 */
/* PLAIN: ohne alles, Überschrift unterstrichen */
/* line 152, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
table.plain th {
  font-weight: bold;
  text-decoration: underline;
}
/* line 157, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
table.plain td {
  padding-right: 2ex;
}
/* line 161, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
table.plain tr :first-child {
  padding-left: 0;
}
/* line 162, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
table.plain tr :last-child {
  padding-right: 0;
}
/* SIMPLE: nur Zeilenstriche, überschrift fett */
/* line 168, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
table.simple > thead > tr > th,
table.simple th {
  font-weight: bold;
  color: #175E94;
  border-bottom: 2px solid #EAF6FF;
  vertical-align: bottom;
  background: white;
}
/* line 177, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
table.simple th,
table.simple td {
  padding: 1pt 1ex;
}
/* line 182, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
table.simple tr + tr {
  border-top: 1px solid #EAF6FF;
}
/* line 186, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
table.simple tr.top-border {
  border-top: 1px solid #EAF6FF;
}
/* line 190, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
table.simple tr > :first-child {
  padding-left: 0;
}
/* line 191, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
table.simple tr > :last-child {
  padding-right: 0;
}
/*		simple banded  -> jede gerade helles blau im Hintergrund	*/
/* line 196, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
.simple .banded:nth-of-type(2n),
.simple .banded > tr:nth-of-type(2n) {
  background: white;
  border-top: none;
}
/* line 202, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
.simple .banded:nth-of-type(2n+1),
.simple .banded > tr:nth-of-type(2n+1) {
  background: #EAF6FF;
  border-top: none;
}
/*
 *
 */
/*	Important styles
*/
/* line 215, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
.look_here {
  border: #175E94 3px solid;
  border-radius: 3pt;
  text-decoration: blink;
}
/*	private styles
*/
/* line 224, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
table.breit {
  width: 100%;
}
/* line 226, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
th,
td {
  padding: 0.2ex 1ex;
}
/* line 230, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
th + th,
td + td {
  padding-left: 0ex;
}
/* line 234, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
td.nowrap {
  white-space: nowrap;
}
/* line 238, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
div.ztgDisplayBrief {
  background: #fee;
  border-radius: 4pt;
}
/* line 243, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
.ztgDisplayBrief p {
  margin: 4pt;
}
/* line 247, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
.ztgDisplayBrief hr {
  margin: 0;
  border-top: 1pt white solid;
}
/*	Divs-that-act-as-table
*/
/* line 254, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
div.th {
  font-weight: bold;
  color: #2C4253;
}
/*		FIRST LEAN & MINI
*/
/* line 262, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
TABLE.firstLean TR TD:first-child {
  width: 5em;
  white-space: nowap;
  padding-right: 1em;
}
/* line 263, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
TABLE.firstMini TR TD:first-child {
  width: 1em;
  white-space: nowap;
  padding-right: 1em;
}
/* line 265, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/tables.less */
TABLE.sortable TR TH {
  padding-right: 0.5ex;
}
/* line 2, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/frames.less */
.framed {
  border: #825A40 1pt solid;
  background: #FFBB8C;
  padding: 3pt 6pt;
  border-radius: 3pt;
  margin-bottom: 1ex;
}
/* line 10, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/frames.less */
.framed .framed {
  border: #2C4253 1pt solid;
  background: #94D0FF;
}
/* line 15, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/frames.less */
.framed .framed .framed {
  border: #175E94 1pt solid;
  background: #EAF6FF;
}
/* line 20, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/frames.less */
.framed .framed .framed .framed {
  border: #825A40 1pt solid;
  background: #FFBB8C;
}
/* line 25, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/frames.less */
.shadow {
  box-shadow: 3pt 3pt 5px 1px #888888;
  border-color: whiteSmoke !important;
}
/* line 30, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/frames.less */
.framed + .framed {
  margin-left: 1em;
}
/*	margin-top:		0.1ex; */
/* line 35, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/frames.less */
.actionSide,
.framed.actionSide {
  display: inline-block;
  float: right;
  margin-bottom: 0.5ex;
  padding: 1pt 3pt;
  font-size: 90%;
}
/* line 43, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/frames.less */
.actionButtons .actionSide {
  margin-top: 0.2ex;
  margin-bottom: 0.8ex;
}
/*
 *		Alerts and Dialog Boxes
 *		======================	*/
/* line 54, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/frames.less */
.alert,
.alert h4 {
  color: #468847;
}
/* line 58, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/frames.less */
.alert {
  overflow: hidden;
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 68, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/frames.less */
.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
/* line 70, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/frames.less */
.alert-warn {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
/* line 71, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/frames.less */
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 73, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/frames.less */
.alert-danger SPAN,
.alert-error SPAN {
  font-size: 120%;
}
/* line 75, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/frames.less */
.alert-info SPAN {
  font-size: 110%;
}
/* line 78, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/frames.less */
.alert .close {
  position: relative;
  top: -6px;
  right: -30px;
  line-height: 20px;
}
/* line 85, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/frames.less */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/* line 93, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/frames.less */
.close {
  float: right;
  font-size: 11pt;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 1, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/buecher.less */
.bk_novitaeten .highlight,
.bk_novitaeten .highlight DIV,
.bk_novitaeten .highlight TABLE,
.bk_novitaeten .highlight THEAD,
.bk_novitaeten .highlight TBODY,
.bk_novitaeten .highlight TR,
.bk_novitaeten .highlight TH,
.bk_novitaeten .highlight TD {
  background-color: #f6f6f6;
}
/* line 12, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/buecher.less */
.bk_nowrap,
.bk_nowrap * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 18, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/buecher.less */
.bk_future {
  color: #a22 !important;
}
/* line 22, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/buecher.less */
.bk_titel2 {
  color: #444 !important;
  font-style: italic !important;
}
/* line 27, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/buecher.less */
.bk_orderCheckmark {
  float: right;
  clear: right;
}
/* line 32, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/buecher.less */
.bk_orderBackground {
  float: left;
  background: #EAF6FF;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0 8px 8px 8px;
}
/* line 40, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/buecher.less */
.bk_orderBackground TABLE {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 44, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/buecher.less */
.bk_orderBackground TD + TD {
  padding-right: 0px;
  padding-left: 20px;
}
/* line 49, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/buecher.less */
.bk_orderBackground TD:first-child {
  min-width: 4em;
  width: 1px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: right;
}
/* line 57, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/buecher.less */
.bk_medium {
  font-size: 50%;
  background-color: #448;
  color: white;
  padding: 2px 4px;
  vertical-align: middle;
}
/* line 65, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/buecher.less */
.bk_bestand {
  margin-top: 25px;
  font-size: 175%;
  font-weight: bold;
  display: block;
  text-align: right;
  color: #2C4253;
}
/* line 74, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/buecher.less */
.bk_bestand:after {
  content: " \00d7";
  font-weight: 100;
  font-size: 75%;
}
/* line 76, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/buecher.less */
.bk_platz {
  margin-top: 25px;
  font-size: 250%;
  font-weight: bold;
  display: block;
  text-align: right;
  color: #2C4253;
}
/* line 85, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/buecher.less */
.bk_platz:before {
  content: "PLATZ ";
  font-weight: 100;
  font-size: 50%;
}
/* line 90, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/buecher.less */
.bk_umfang {
  font-size: 80%;
  color: #444;
}
/* line 95, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/buecher.less */
.bk_pending {
  color: #E66A17;
}
/* line 98, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/buecher.less */
.bk_pending dd,
.bk_pending dt,
.bk_pending dl {
  padding: 0;
  margin-top: 0;
  font-size: 90%;
}
/* line 105, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/buecher.less */
.bk_filiale {
  font-size: 90%;
  color: #444;
}
/* line 121, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/buecher.less */
.bk_filialName {
  font-size: 90%;
  color: #444;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 20px;
  margin-left: 0px;
  margin-right: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-overflow: clip;
}
/* line 129, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/buecher.less */
.bk_filialReservierungen {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 20px;
  min-height: 1px;
  width: 30px;
  margin-right: 0px;
  font-size: 100%;
  font-weight: bold;
  color: #0F917B;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 133, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/buecher.less */
.bk_filialUmbuchungen {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 20px;
  min-height: 1px;
  width: 30px;
  margin-right: 0px;
  font-size: 100%;
  font-weight: bold;
  color: #E66A17;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 137, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/buecher.less */
.bk_filialBestand {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 20px;
  min-height: 1px;
  width: 30px;
  margin-right: 0px;
  font-size: 100%;
  font-weight: bold;
  color: #000;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 141, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/buecher.less */
.bk_ffilialBestand:after {
  content: " Stück";
  color: #444;
  font-weight: normal;
}
/* line 143, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/buecher.less */
.bk_preis {
  font-weight: bold;
  color: #444;
}
/* line 148, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/buecher.less */
.bkBuchUmsatz.small {
  color: #01213A;
  font-size: 75%;
}
/* line 153, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/buecher.less */
.bkBuchUmsatz .flag {
  color: #E66A17;
  font-weight: bold;
}
/* line 158, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/buecher.less */
.bkBuchUmsatz .even_more {
  color: #E66A17;
  font-size: 75%;
  font-weight: bold;
  font-style: italic;
}
/* line 165, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/buecher.less */
.bk-bildr + .bk-bildr + .bk-bildr + .bk-bildr {
  display: none;
}
/* line 1, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/msg.less */
.msg_nachrichtDisplay {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
  border-radius: 1em;
  padding: 1.2em 1.5em;
  background-color: #EAF6FF;
  border: 2px solid #E68D17;
  margin-bottom: 1.2em;
}
/* line 10, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/msg.less */
.msg_helplink {
  font-size: 11px;
  float: right;
  font-weight: 200;
  padding-top: 9px;
}
/* line 17, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/msg.less */
A.msg_helplink,
.msg_helplink A {
  color: #94D0FF;
}
/* line 21, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/msg.less */
A.msg_helplink:hover,
.msg_helplink A:hover {
  color: #FFBB8C;
}
/* line 27, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/msg.less */
.msg_zielgruppe DIV.selectors {
  text-align: justify;
  margin-bottom: 2ex;
}
/* line 31, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/msg.less */
.msg_zielgruppe DIV.selectors > INPUT {
  margin: 2px 2ex;
}
/* line 35, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/msg.less */
.msg_zielgruppe DIV.selectors DIV.pillframe {
  display: inline-block;
  border: 1px solid #94D0FF;
  background: #EAF6FF;
  padding: 0 2px 0 4px;
  margin: 2px 2ex;
}
/* line 2, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_buchung.less */
.wrap-buchung-search {
  display: inline;
  float: left;
  margin: 0 10px;
  width: 700px;
}
/* line 6, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_buchung.less */
.wrap-buchung-sidenav {
  display: inline;
  float: left;
  margin: 0 10px;
  width: 220px;
}
/* line 84, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.wrap-buchung-sidenav a,
.wrap-buchung-sidenav .noLink {
  display: block;
}
/* line 11, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_buchung.less */
.wrap-buchung-list {
  display: inline;
  float: left;
  margin: 0 10px;
  width: 940px;
}
/* line 16, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_buchung.less */
TABLE .BPT_no_titel .BPT_titel {
  display: none;
}
/* line 17, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_buchung.less */
TABLE .BPT_no_user .BPT_user {
  display: none;
}
/* line 18, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_buchung.less */
TABLE .BPT_no_label .BPT_label {
  display: none;
}
/* line 19, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_buchung.less */
TABLE .BPT_no_comment .BPT_comment {
  display: none;
}
/* line 20, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_buchung.less */
TABLE .BPT_no_checkbox .BPT_checkbox {
  display: none;
}
/* line 2, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_grosso.less */
.wrap-grosso-daterange {
  display: inline;
  float: left;
  margin: 0 10px;
  width: 700px;
}
/* line 6, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_grosso.less */
.wrap-grosso-sidenav {
  display: inline;
  float: left;
  margin: 0 10px;
  width: 220px;
}
/* line 84, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.wrap-grosso-sidenav a,
.wrap-grosso-sidenav .noLink {
  display: block;
}
/* line 11, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_grosso.less */
.wrap-grosso-list {
  display: inline;
  float: left;
  margin: 0 10px;
  width: 940px;
}
/* line 2, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_kasse.less */
.wrap-kasse-daterange {
  display: inline;
  float: left;
  margin: 0 10px;
  width: 700px;
}
/* line 6, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_kasse.less */
.wrap-kasse-sidenav {
  display: inline;
  float: left;
  margin: 0 10px;
  width: 220px;
}
/* line 84, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/forms-and-links.less */
.wrap-kasse-sidenav a,
.wrap-kasse-sidenav .noLink {
  display: block;
}
/* line 11, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_kasse.less */
.wrap-kasse-list {
  display: inline;
  float: left;
  margin: 0 10px;
  width: 940px;
}
/* line 3, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_verlage.less */
.wrap-verlage .-example {
  display: inline;
  float: left;
  margin: 0 10px;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
}
/* line 3, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_zeitschriften.less */
.wrap-zeitschriftendisplay .-icon-area,
.wrap-zeitschriftendisplay .-data-area {
  display: none;
}
/* line 6, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_zeitschriften.less */
.wrap-zeitschriftendisplay .-data-area .-data-mwst {
  display: inline;
  float: left;
  margin: 0 10px;
  width: 60px;
  margin-right: 0;
  text-align: right;
}
/* line 7, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_zeitschriften.less */
.wrap-zeitschriftendisplay .-data-area .-data-objid {
  display: inline;
  float: left;
  margin: 0 10px;
  width: 60px;
  margin-right: 0;
  text-align: right;
  color: #94D0FF;
}
/* line 13, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_zeitschriften.less */
.wrap-zeitschriften .wrap-zeitschriftendisplay {
  display: inline;
  float: left;
  margin: 0 10px;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
}
/* line 17, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_zeitschriften.less */
.wrap-zeitschriften .wrap-zeitschriftendisplay .-data-area {
  display: inline;
  float: left;
  margin: 0 10px;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
}
/* line 19, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_zeitschriften.less */
.wrap-zeitschriften .wrap-zeitschriftendisplay .-data-area .-data-middle,
.wrap-zeitschriften .wrap-zeitschriftendisplay .-data-area .-data-bottom {
  display: inline;
  float: left;
  margin: 0 10px;
  width: 220px;
  margin-left: 0;
}
/* line 22, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_zeitschriften.less */
.wrap-zeitschriften .wrap-zeitschriftendisplay .-data-area .-data-titel-pagination,
.wrap-zeitschriften .wrap-zeitschriftendisplay .-data-area .-data-verlag-pagination {
  display: none;
}
/* line 29, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_zeitschriften.less */
.wrap-regalansicht .wrap-zeitschriftendisplay {
  display: inline;
  float: left;
  margin: 0 10px;
  width: 460px;
}
/* line 33, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_zeitschriften.less */
.wrap-regalansicht .wrap-zeitschriftendisplay .-data-area {
  display: inline;
  float: left;
  margin: 0 10px;
  width: 460px;
  margin-left: 0;
  margin-right: 0;
}
/* line 35, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_zeitschriften.less */
.wrap-regalansicht .wrap-zeitschriftendisplay .-data-area .-data-middle,
.wrap-regalansicht .wrap-zeitschriftendisplay .-data-area .-data-bottom {
  display: inline;
  float: left;
  margin: 0 10px;
  width: 380px;
  margin-left: 0;
}
/* line 42, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_zeitschriften.less */
.wrap-buchungen .wrap-zeitschriftendisplay {
  display: inline;
  float: left;
  margin: 0 10px;
  width: 700px;
  margin-left: 0;
  margin-right: 0;
}
/* line 46, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_zeitschriften.less */
.wrap-buchungen .wrap-zeitschriftendisplay .-data-area {
  display: inline;
  float: left;
  margin: 0 10px;
  width: 540px;
  margin-left: 0;
}
/* line 48, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_zeitschriften.less */
.wrap-buchungen .wrap-zeitschriftendisplay .-data-area .-data-middle,
.wrap-buchungen .wrap-zeitschriftendisplay .-data-area .-data-bottom {
  display: inline;
  float: left;
  margin: 0 10px;
  width: 460px;
  margin-left: 0;
}
/* line 51, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_zeitschriften.less */
.wrap-buchungen .wrap-zeitschriftendisplay .-data-area .SK-Logo::before {
  display: none;
}
/* line 54, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_zeitschriften.less */
.wrap-buchungen .wrap-zeitschriftendisplay .-icon-area {
  display: inline;
  float: left;
  margin: 0 10px;
  width: 140px;
  margin-right: 0;
}
/* line 56, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_zeitschriften.less */
.wrap-buchungen .wrap-zeitschriftendisplay .-icon-area .SK-Logo::before {
  height: 140px;
  width: 140px;
  background-size: 700px;
  margin-right: 0;
}
/* line 69, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_zeitschriften.less */
.wrap-zeitschrift-side-icon {
  display: none;
}
/* line 73, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_zeitschriften.less */
.wrap-buchung-search .zeitschrift_display .wrap-zeitschrift {
  margin-left: 0;
  display: inline;
  float: left;
  margin: 0 10px;
  width: 460px;
}
/* line 78, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_zeitschriften.less */
.wrap-buchung-search .zeitschrift_display .wrap-zeitschrift-icon {
  display: inline;
  float: left;
  margin: 0 10px;
  width: 220px;
  margin-right: 0;
  display: block;
}
/* line 89, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_zeitschriften.less */
.wrap-zeitschrift-anlegen TD.vi-verlag,
.wrap-zeitschrift-anlegen TD.vi-anschrift {
  text-align: right;
}
/* line 91, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_zeitschriften.less */
.wrap-zeitschrift-anlegen DIV.vi-verlag-drop {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 98, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_zeitschriften.less */
.wrap-zeitschrift-anlegen DIV.vi-verlag-drop SELECT {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 105, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/grid_zeitschriften.less */
.wrap-zeitschrift-anlegen DIV.vi-verlag-drop SELECT OPTION {
  width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*	
**		Jugendschutz Icons
**	
**		
**
*/
/* line 8, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/jugendschutz.less */
.SK-Logo::before {
  content: "";
  box-sizing: border-box;
  border: 0;
  display: inline-block;
  vertical-align: text-top;
  float: left;
  clear: both;
  background-image: url('/cgi-bin/WebObjects/Prometheus5.woa/rico/FSK_USK_600.png');
  background-repeat: no-repeat;
  background-clip: border-box;
  width: 10rem;
  height: 10rem;
  background-size: 50rem;
  margin-right: 1rem;
}
/* line 30, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/jugendschutz.less */
.klein .SK-Logo::before {
  width: 4rem;
  height: 4rem;
  background-size: 20rem;
  margin-right: 0.66rem;
}
/* line 37, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/jugendschutz.less */
.mini .SK-Logo::before {
  width: 2rem;
  height: 2rem;
  background-size: 10rem;
  margin-right: 0.4rem;
}
/* line 44, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/jugendschutz.less */
.micro .SK-Logo::before {
  width: 1rem;
  height: 1rem;
  background-size: 5rem;
  margin-right: 0.2rem;
}
/* line 51, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/jugendschutz.less */
.FSK_0::before {
  background-position: 0% 100%;
}
/* line 52, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/jugendschutz.less */
.FSK_6::before {
  background-position: 25% 100%;
}
/* line 53, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/jugendschutz.less */
.FSK_12::before {
  background-position: 50% 100%;
}
/* line 54, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/jugendschutz.less */
.FSK_16::before {
  background-position: 75% 100%;
}
/* line 55, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/jugendschutz.less */
.FSK_18::before {
  background-position: 100% 100%;
}
/* line 57, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/jugendschutz.less */
.USK_0::before {
  background-position: 0%   0%;
}
/* line 58, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/jugendschutz.less */
.USK_6::before {
  background-position: 25%   0%;
}
/* line 59, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/jugendschutz.less */
.USK_12::before {
  background-position: 50%   0%;
}
/* line 60, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/jugendschutz.less */
.USK_16::before {
  background-position: 75%   0%;
}
/* line 61, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/jugendschutz.less */
.USK_18::before {
  background-position: 100%   0%;
}
/* line 64, /home/developer/eclipse-workspace/prometheus/PrometheusSupport/css/jugendschutz.less */
SPAN.c {
  width: 33%;
  display: inline-block;
  padding: 1rem;
  vertical-align: text-top;
}
