/* line 17, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol,
ul {
  list-style: none;
}

/* line 26, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q,
blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

/* line 32, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

/*  Font Awesome
 *    the iconic font designed for use with Twitter Bootstrap
 *    -------------------------------------------------------
 *    The full suite of pictographic icons, examples, and documentation
 *    can be found at: https://fortawesome.github.com/Font-Awesome/
 *
 *    License
 *    -------------------------------------------------------
 *    The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
 *    https://creativecommons.org/licenses/by/3.0/ A mention of
 *    'Font Awesome - https://fortawesome.github.com/Font-Awesome' in human-readable
 *    source code is considered acceptable attribution (most common on the web).
 *    If human readable source code is not available to the end user, a mention in
 *    an 'About' or 'Credits' screen is considered acceptable (most common in desktop
 *    or mobile software).
 *
 *    Contact
 *    -------------------------------------------------------
 *    Email: dave@davegandy.com
 *    Twitter: https://twitter.com/fortaweso_me
 *    Work: Lead Product Designer @ https://kyruus.com */
@font-face {
  font-family: 'FontAwesome';
  src: url('./images/iconfonts/font/fontawesome-webfont.eot');
  src: url('./images/iconfonts/font/fontawesome-webfont.eot?#iefix')
      format('eot'),
    url('./images/iconfonts/font/fontawesome-webfont.woff') format('woff'),
    url('./images/iconfonts/font/fontawesome-webfont.ttf') format('truetype'),
    url('./images/iconfonts/font/fontawesome-webfont.svg#FontAwesomeRegular')
      format('svg');
  font-weight: normal;
  font-style: normal;
}

/*  Font Awesome styles
 *  ------------------------------------------------------- */
/* line 32, ../../images/iconfonts/sass/font-awesome.sass */
[class^='icon-']:before,
[class*=' icon-']:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}

/* line 40, ../../images/iconfonts/sass/font-awesome.sass */
a [class^='icon-'],
a [class*=' icon-'] {
  display: inline-block;
  text-decoration: inherit;
}

/* makes the font 33% larger relative to the icon container */
/* line 46, ../../images/iconfonts/sass/font-awesome.sass */
.icon-large:before {
  vertical-align: middle;
  font-size: 4/3em;
}

/* line 51, ../../images/iconfonts/sass/font-awesome.sass */
.btn [class^='icon-'],
.btn [class*=' icon-'],
.nav-tabs [class^='icon-'],
.nav-tabs [class*=' icon-'] {
  /* keeps button heights with and without icons the same */
  line-height: 0.9em;
}

/* line 57, ../../images/iconfonts/sass/font-awesome.sass */
li [class^='icon-'],
li [class*=' icon-'] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
/* line 62, ../../images/iconfonts/sass/font-awesome.sass */
li .icon-large:before,
li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */
  width: 1.875em;
}

/* line 67, ../../images/iconfonts/sass/font-awesome.sass */
ul.icons {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -0.8em;
}
/* line 72, ../../images/iconfonts/sass/font-awesome.sass */
ul.icons li [class^='icon-'],
ul.icons li [class*=' icon-'] {
  width: 0.8em;
}
/* line 75, ../../images/iconfonts/sass/font-awesome.sass */
ul.icons li .icon-large:before,
ul.icons li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */
  vertical-align: initial;
}

/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 *  readers do not read off random characters that represent icons */
/* line 83, ../../images/iconfonts/sass/font-awesome.sass */
.icon-glass:before {
  content: '\f000';
}

/* line 86, ../../images/iconfonts/sass/font-awesome.sass */
.icon-music:before {
  content: '\f001';
}

/* line 89, ../../images/iconfonts/sass/font-awesome.sass */
.icon-search:before {
  content: '\f002';
}

/* line 92, ../../images/iconfonts/sass/font-awesome.sass */
.icon-envelope:before {
  content: '\f003';
}

/* line 95, ../../images/iconfonts/sass/font-awesome.sass */
.icon-heart:before {
  content: '\f004';
}

/* line 98, ../../images/iconfonts/sass/font-awesome.sass */
.icon-star:before {
  content: '\f005';
}

/* line 101, ../../images/iconfonts/sass/font-awesome.sass */
.icon-star-empty:before {
  content: '\f006';
}

/* line 104, ../../images/iconfonts/sass/font-awesome.sass */
.icon-user:before {
  content: '\f007';
}

/* line 107, ../../images/iconfonts/sass/font-awesome.sass */
.icon-film:before {
  content: '\f008';
}

/* line 110, ../../images/iconfonts/sass/font-awesome.sass */
.icon-th-large:before {
  content: '\f009';
}

/* line 113, ../../images/iconfonts/sass/font-awesome.sass */
.icon-th:before {
  content: '\f00a';
}

/* line 116, ../../images/iconfonts/sass/font-awesome.sass */
.icon-th-list:before {
  content: '\f00b';
}

/* line 119, ../../images/iconfonts/sass/font-awesome.sass */
.icon-ok:before {
  content: '\f00c';
}

/* line 122, ../../images/iconfonts/sass/font-awesome.sass */
.icon-remove:before {
  content: '\f00d';
}

/* line 125, ../../images/iconfonts/sass/font-awesome.sass */
.icon-zoom-in:before {
  content: '\f00e';
}

/* line 128, ../../images/iconfonts/sass/font-awesome.sass */
.icon-zoom-out:before {
  content: '\f010';
}

/* line 131, ../../images/iconfonts/sass/font-awesome.sass */
.icon-off:before {
  content: '\f011';
}

/* line 134, ../../images/iconfonts/sass/font-awesome.sass */
.icon-signal:before {
  content: '\f012';
}

/* line 137, ../../images/iconfonts/sass/font-awesome.sass */
.icon-cog:before {
  content: '\f013';
}

/* line 140, ../../images/iconfonts/sass/font-awesome.sass */
.icon-trash:before {
  content: '\f014';
}

/* line 143, ../../images/iconfonts/sass/font-awesome.sass */
.icon-home:before {
  content: '\f015';
}

/* line 146, ../../images/iconfonts/sass/font-awesome.sass */
.icon-file:before {
  content: '\f016';
}

/* line 149, ../../images/iconfonts/sass/font-awesome.sass */
.icon-time:before {
  content: '\f017';
}

/* line 152, ../../images/iconfonts/sass/font-awesome.sass */
.icon-road:before {
  content: '\f018';
}

/* line 155, ../../images/iconfonts/sass/font-awesome.sass */
.icon-download-alt:before {
  content: '\f019';
}

/* line 158, ../../images/iconfonts/sass/font-awesome.sass */
.icon-download:before {
  content: '\f01a';
}

/* line 161, ../../images/iconfonts/sass/font-awesome.sass */
.icon-upload:before {
  content: '\f01b';
}

/* line 164, ../../images/iconfonts/sass/font-awesome.sass */
.icon-inbox:before {
  content: '\f01c';
}

/* line 167, ../../images/iconfonts/sass/font-awesome.sass */
.icon-play-circle:before {
  content: '\f01d';
}

/* line 170, ../../images/iconfonts/sass/font-awesome.sass */
.icon-repeat:before {
  content: '\f01e';
}

/* \f020 doesn't work in Safari. all shifted one down */
/* line 174, ../../images/iconfonts/sass/font-awesome.sass */
.icon-refresh:before {
  content: '\f021';
}

/* line 177, ../../images/iconfonts/sass/font-awesome.sass */
.icon-list-alt:before {
  content: '\f022';
}

/* line 180, ../../images/iconfonts/sass/font-awesome.sass */
.icon-lock:before {
  content: '\f023';
}

/* line 183, ../../images/iconfonts/sass/font-awesome.sass */
.icon-flag:before {
  content: '\f024';
}

/* line 186, ../../images/iconfonts/sass/font-awesome.sass */
.icon-headphones:before {
  content: '\f025';
}

/* line 189, ../../images/iconfonts/sass/font-awesome.sass */
.icon-volume-off:before {
  content: '\f026';
}

/* line 192, ../../images/iconfonts/sass/font-awesome.sass */
.icon-volume-down:before {
  content: '\f027';
}

/* line 195, ../../images/iconfonts/sass/font-awesome.sass */
.icon-volume-up:before {
  content: '\f028';
}

/* line 198, ../../images/iconfonts/sass/font-awesome.sass */
.icon-qrcode:before {
  content: '\f029';
}

/* line 201, ../../images/iconfonts/sass/font-awesome.sass */
.icon-barcode:before {
  content: '\f02a';
}

/* line 204, ../../images/iconfonts/sass/font-awesome.sass */
.icon-tag:before {
  content: '\f02b';
}

/* line 207, ../../images/iconfonts/sass/font-awesome.sass */
.icon-tags:before {
  content: '\f02c';
}

/* line 210, ../../images/iconfonts/sass/font-awesome.sass */
.icon-book:before {
  content: '\f02d';
}

/* line 213, ../../images/iconfonts/sass/font-awesome.sass */
.icon-bookmark:before {
  content: '\f02e';
}

/* line 216, ../../images/iconfonts/sass/font-awesome.sass */
.icon-print:before {
  content: '\f02f';
}

/* line 219, ../../images/iconfonts/sass/font-awesome.sass */
.icon-camera:before {
  content: '\f030';
}

/* line 222, ../../images/iconfonts/sass/font-awesome.sass */
.icon-font:before {
  content: '\f031';
}

/* line 225, ../../images/iconfonts/sass/font-awesome.sass */
.icon-bold:before {
  content: '\f032';
}

/* line 228, ../../images/iconfonts/sass/font-awesome.sass */
.icon-italic:before {
  content: '\f033';
}

/* line 231, ../../images/iconfonts/sass/font-awesome.sass */
.icon-text-height:before {
  content: '\f034';
}

/* line 234, ../../images/iconfonts/sass/font-awesome.sass */
.icon-text-width:before {
  content: '\f035';
}

/* line 237, ../../images/iconfonts/sass/font-awesome.sass */
.icon-align-left:before {
  content: '\f036';
}

/* line 240, ../../images/iconfonts/sass/font-awesome.sass */
.icon-align-center:before {
  content: '\f037';
}

/* line 243, ../../images/iconfonts/sass/font-awesome.sass */
.icon-align-right:before {
  content: '\f038';
}

/* line 246, ../../images/iconfonts/sass/font-awesome.sass */
.icon-align-justify:before {
  content: '\f039';
}

/* line 249, ../../images/iconfonts/sass/font-awesome.sass */
.icon-list:before {
  content: '\f03a';
}

/* line 252, ../../images/iconfonts/sass/font-awesome.sass */
.icon-indent-left:before {
  content: '\f03b';
}

/* line 255, ../../images/iconfonts/sass/font-awesome.sass */
.icon-indent-right:before {
  content: '\f03c';
}

/* line 258, ../../images/iconfonts/sass/font-awesome.sass */
.icon-facetime-video:before {
  content: '\f03d';
}

/* line 261, ../../images/iconfonts/sass/font-awesome.sass */
.icon-picture:before {
  content: '\f03e';
}

/* line 264, ../../images/iconfonts/sass/font-awesome.sass */
.icon-pencil:before {
  content: '\f040';
}

/* line 267, ../../images/iconfonts/sass/font-awesome.sass */
.icon-map-marker:before {
  content: '\f041';
}

/* line 270, ../../images/iconfonts/sass/font-awesome.sass */
.icon-adjust:before {
  content: '\f042';
}

/* line 273, ../../images/iconfonts/sass/font-awesome.sass */
.icon-tint:before {
  content: '\f043';
}

/* line 276, ../../images/iconfonts/sass/font-awesome.sass */
.icon-edit:before {
  content: '\f044';
}

/* line 279, ../../images/iconfonts/sass/font-awesome.sass */
.icon-share:before {
  content: '\f045';
}

/* line 282, ../../images/iconfonts/sass/font-awesome.sass */
.icon-check:before {
  content: '\f046';
}

/* line 285, ../../images/iconfonts/sass/font-awesome.sass */
.icon-move:before {
  content: '\f047';
}

/* line 288, ../../images/iconfonts/sass/font-awesome.sass */
.icon-step-backward:before {
  content: '\f048';
}

/* line 291, ../../images/iconfonts/sass/font-awesome.sass */
.icon-fast-backward:before {
  content: '\f049';
}

/* line 294, ../../images/iconfonts/sass/font-awesome.sass */
.icon-backward:before {
  content: '\f04a';
}

/* line 297, ../../images/iconfonts/sass/font-awesome.sass */
.icon-play:before {
  content: '\f04b';
}

/* line 300, ../../images/iconfonts/sass/font-awesome.sass */
.icon-pause:before {
  content: '\f04c';
}

/* line 303, ../../images/iconfonts/sass/font-awesome.sass */
.icon-stop:before {
  content: '\f04d';
}

/* line 306, ../../images/iconfonts/sass/font-awesome.sass */
.icon-forward:before {
  content: '\f04e';
}

/* line 309, ../../images/iconfonts/sass/font-awesome.sass */
.icon-fast-forward:before {
  content: '\f050';
}

/* line 312, ../../images/iconfonts/sass/font-awesome.sass */
.icon-step-forward:before {
  content: '\f051';
}

/* line 315, ../../images/iconfonts/sass/font-awesome.sass */
.icon-eject:before {
  content: '\f052';
}

/* line 318, ../../images/iconfonts/sass/font-awesome.sass */
.icon-chevron-left:before {
  content: '\f053';
}

/* line 321, ../../images/iconfonts/sass/font-awesome.sass */
.icon-chevron-right:before {
  content: '\f054';
}

/* line 324, ../../images/iconfonts/sass/font-awesome.sass */
.icon-plus-sign:before {
  content: '\f055';
}

/* line 327, ../../images/iconfonts/sass/font-awesome.sass */
.icon-minus-sign:before {
  content: '\f056';
}

/* line 330, ../../images/iconfonts/sass/font-awesome.sass */
.icon-remove-sign:before {
  content: '\f057';
}

/* line 333, ../../images/iconfonts/sass/font-awesome.sass */
.icon-ok-sign:before {
  content: '\f058';
}

/* line 336, ../../images/iconfonts/sass/font-awesome.sass */
.icon-question-sign:before {
  content: '\f059';
}

/* line 339, ../../images/iconfonts/sass/font-awesome.sass */
.icon-info-sign:before {
  content: '\f05a';
}

/* line 342, ../../images/iconfonts/sass/font-awesome.sass */
.icon-screenshot:before {
  content: '\f05b';
}

/* line 345, ../../images/iconfonts/sass/font-awesome.sass */
.icon-remove-circle:before {
  content: '\f05c';
}

/* line 348, ../../images/iconfonts/sass/font-awesome.sass */
.icon-ok-circle:before {
  content: '\f05d';
}

/* line 351, ../../images/iconfonts/sass/font-awesome.sass */
.icon-ban-circle:before {
  content: '\f05e';
}

/* line 354, ../../images/iconfonts/sass/font-awesome.sass */
.icon-arrow-left:before {
  content: '\f060';
}

/* line 357, ../../images/iconfonts/sass/font-awesome.sass */
.icon-arrow-right:before {
  content: '\f061';
}

/* line 360, ../../images/iconfonts/sass/font-awesome.sass */
.icon-arrow-up:before {
  content: '\f062';
}

/* line 363, ../../images/iconfonts/sass/font-awesome.sass */
.icon-arrow-down:before {
  content: '\f063';
}

/* line 366, ../../images/iconfonts/sass/font-awesome.sass */
.icon-share-alt:before {
  content: '\f064';
}

/* line 369, ../../images/iconfonts/sass/font-awesome.sass */
.icon-resize-full:before {
  content: '\f065';
}

/* line 372, ../../images/iconfonts/sass/font-awesome.sass */
.icon-resize-small:before {
  content: '\f066';
}

/* line 375, ../../images/iconfonts/sass/font-awesome.sass */
.icon-plus:before {
  content: '\f067';
}

/* line 378, ../../images/iconfonts/sass/font-awesome.sass */
.icon-minus:before {
  content: '\f068';
}

/* line 381, ../../images/iconfonts/sass/font-awesome.sass */
.icon-asterisk:before {
  content: '\f069';
}

/* line 384, ../../images/iconfonts/sass/font-awesome.sass */
.icon-exclamation-sign:before {
  content: '\f06a';
}

/* line 387, ../../images/iconfonts/sass/font-awesome.sass */
.icon-gift:before {
  content: '\f06b';
}

/* line 390, ../../images/iconfonts/sass/font-awesome.sass */
.icon-leaf:before {
  content: '\f06c';
}

/* line 393, ../../images/iconfonts/sass/font-awesome.sass */
.icon-fire:before {
  content: '\f06d';
}

/* line 396, ../../images/iconfonts/sass/font-awesome.sass */
.icon-eye-open:before {
  content: '\f06e';
}

/* line 399, ../../images/iconfonts/sass/font-awesome.sass */
.icon-eye-close:before {
  content: '\f070';
}

/* line 402, ../../images/iconfonts/sass/font-awesome.sass */
.icon-warning-sign:before {
  content: '\f071';
}

/* line 405, ../../images/iconfonts/sass/font-awesome.sass */
.icon-plane:before {
  content: '\f072';
}

/* line 408, ../../images/iconfonts/sass/font-awesome.sass */
.icon-calendar:before {
  content: '\f073';
}

/* line 411, ../../images/iconfonts/sass/font-awesome.sass */
.icon-random:before {
  content: '\f074';
}

/* line 414, ../../images/iconfonts/sass/font-awesome.sass */
.icon-comment:before {
  content: '\f075';
}

/* line 417, ../../images/iconfonts/sass/font-awesome.sass */
.icon-magnet:before {
  content: '\f076';
}

/* line 420, ../../images/iconfonts/sass/font-awesome.sass */
.icon-chevron-up:before {
  content: '\f077';
}

/* line 423, ../../images/iconfonts/sass/font-awesome.sass */
.icon-chevron-down:before {
  content: '\f078';
}

/* line 426, ../../images/iconfonts/sass/font-awesome.sass */
.icon-retweet:before {
  content: '\f079';
}

/* line 429, ../../images/iconfonts/sass/font-awesome.sass */
.icon-shopping-cart:before {
  content: '\f07a';
}

/* line 432, ../../images/iconfonts/sass/font-awesome.sass */
.icon-folder-close:before {
  content: '\f07b';
}

/* line 435, ../../images/iconfonts/sass/font-awesome.sass */
.icon-folder-open:before {
  content: '\f07c';
}

/* line 438, ../../images/iconfonts/sass/font-awesome.sass */
.icon-resize-vertical:before {
  content: '\f07d';
}

/* line 441, ../../images/iconfonts/sass/font-awesome.sass */
.icon-resize-horizontal:before {
  content: '\f07e';
}

/* line 444, ../../images/iconfonts/sass/font-awesome.sass */
.icon-bar-chart:before {
  content: '\f080';
}

/* line 447, ../../images/iconfonts/sass/font-awesome.sass */
.icon-twitter-sign:before {
  content: '\f081';
}

/* line 450, ../../images/iconfonts/sass/font-awesome.sass */
.icon-facebook-sign:before {
  content: '\f082';
}

/* line 453, ../../images/iconfonts/sass/font-awesome.sass */
.icon-camera-retro:before {
  content: '\f083';
}

/* line 456, ../../images/iconfonts/sass/font-awesome.sass */
.icon-key:before {
  content: '\f084';
}

/* line 459, ../../images/iconfonts/sass/font-awesome.sass */
.icon-cogs:before {
  content: '\f085';
}

/* line 462, ../../images/iconfonts/sass/font-awesome.sass */
.icon-comments:before {
  content: '\f086';
}

/* line 465, ../../images/iconfonts/sass/font-awesome.sass */
.icon-thumbs-up:before {
  content: '\f087';
}

/* line 468, ../../images/iconfonts/sass/font-awesome.sass */
.icon-thumbs-down:before {
  content: '\f088';
}

/* line 471, ../../images/iconfonts/sass/font-awesome.sass */
.icon-star-half:before {
  content: '\f089';
}

/* line 474, ../../images/iconfonts/sass/font-awesome.sass */
.icon-heart-empty:before {
  content: '\f08a';
}

/* line 477, ../../images/iconfonts/sass/font-awesome.sass */
.icon-signout:before {
  content: '\f08b';
}

/* line 480, ../../images/iconfonts/sass/font-awesome.sass */
.icon-linkedin-sign:before {
  content: '\f08c';
}

/* line 483, ../../images/iconfonts/sass/font-awesome.sass */
.icon-pushpin:before {
  content: '\f08d';
}

/* line 486, ../../images/iconfonts/sass/font-awesome.sass */
.icon-external-link:before {
  content: '\f08e';
}

/* line 489, ../../images/iconfonts/sass/font-awesome.sass */
.icon-signin:before {
  content: '\f090';
}

/* line 492, ../../images/iconfonts/sass/font-awesome.sass */
.icon-trophy:before {
  content: '\f091';
}

/* line 495, ../../images/iconfonts/sass/font-awesome.sass */
.icon-github-sign:before {
  content: '\f092';
}

/* line 498, ../../images/iconfonts/sass/font-awesome.sass */
.icon-upload-alt:before {
  content: '\f093';
}

/* line 501, ../../images/iconfonts/sass/font-awesome.sass */
.icon-lemon:before {
  content: '\f094';
}

/* line 504, ../../images/iconfonts/sass/font-awesome.sass */
.icon-phone:before {
  content: '\f095';
}

/* line 507, ../../images/iconfonts/sass/font-awesome.sass */
.icon-check-empty:before {
  content: '\f096';
}

/* line 510, ../../images/iconfonts/sass/font-awesome.sass */
.icon-bookmark-empty:before {
  content: '\f097';
}

/* line 513, ../../images/iconfonts/sass/font-awesome.sass */
.icon-phone-sign:before {
  content: '\f098';
}

/* line 516, ../../images/iconfonts/sass/font-awesome.sass */
.icon-twitter:before {
  content: '\f099';
}

/* line 519, ../../images/iconfonts/sass/font-awesome.sass */
.icon-facebook:before {
  content: '\f09a';
}

/* line 522, ../../images/iconfonts/sass/font-awesome.sass */
.icon-github:before {
  content: '\f09b';
}

/* line 525, ../../images/iconfonts/sass/font-awesome.sass */
.icon-unlock:before {
  content: '\f09c';
}

/* line 528, ../../images/iconfonts/sass/font-awesome.sass */
.icon-credit-card:before {
  content: '\f09d';
}

/* line 531, ../../images/iconfonts/sass/font-awesome.sass */
.icon-rss:before {
  content: '\f09e';
}

/* line 534, ../../images/iconfonts/sass/font-awesome.sass */
.icon-hdd:before {
  content: '\f0a0';
}

/* line 537, ../../images/iconfonts/sass/font-awesome.sass */
.icon-bullhorn:before {
  content: '\f0a1';
}

/* line 540, ../../images/iconfonts/sass/font-awesome.sass */
.icon-bell:before {
  content: '\f0a2';
}

/* line 543, ../../images/iconfonts/sass/font-awesome.sass */
.icon-certificate:before {
  content: '\f0a3';
}

/* line 546, ../../images/iconfonts/sass/font-awesome.sass */
.icon-hand-right:before {
  content: '\f0a4';
}

/* line 549, ../../images/iconfonts/sass/font-awesome.sass */
.icon-hand-left:before {
  content: '\f0a5';
}

/* line 552, ../../images/iconfonts/sass/font-awesome.sass */
.icon-hand-up:before {
  content: '\f0a6';
}

/* line 555, ../../images/iconfonts/sass/font-awesome.sass */
.icon-hand-down:before {
  content: '\f0a7';
}

/* line 558, ../../images/iconfonts/sass/font-awesome.sass */
.icon-circle-arrow-left:before {
  content: '\f0a8';
}

/* line 561, ../../images/iconfonts/sass/font-awesome.sass */
.icon-circle-arrow-right:before {
  content: '\f0a9';
}

/* line 564, ../../images/iconfonts/sass/font-awesome.sass */
.icon-circle-arrow-up:before {
  content: '\f0aa';
}

/* line 567, ../../images/iconfonts/sass/font-awesome.sass */
.icon-circle-arrow-down:before {
  content: '\f0ab';
}

/* line 570, ../../images/iconfonts/sass/font-awesome.sass */
.icon-globe:before {
  content: '\f0ac';
}

/* line 573, ../../images/iconfonts/sass/font-awesome.sass */
.icon-wrench:before {
  content: '\f0ad';
}

/* line 576, ../../images/iconfonts/sass/font-awesome.sass */
.icon-tasks:before {
  content: '\f0ae';
}

/* line 579, ../../images/iconfonts/sass/font-awesome.sass */
.icon-filter:before {
  content: '\f0b0';
}

/* line 582, ../../images/iconfonts/sass/font-awesome.sass */
.icon-briefcase:before {
  content: '\f0b1';
}

/* line 585, ../../images/iconfonts/sass/font-awesome.sass */
.icon-fullscreen:before {
  content: '\f0b2';
}

/* line 588, ../../images/iconfonts/sass/font-awesome.sass */
.icon-group:before {
  content: '\f0c0';
}

/* line 591, ../../images/iconfonts/sass/font-awesome.sass */
.icon-link:before {
  content: '\f0c1';
}

/* line 594, ../../images/iconfonts/sass/font-awesome.sass */
.icon-cloud:before {
  content: '\f0c2';
}

/* line 597, ../../images/iconfonts/sass/font-awesome.sass */
.icon-beaker:before {
  content: '\f0c3';
}

/* line 600, ../../images/iconfonts/sass/font-awesome.sass */
.icon-cut:before {
  content: '\f0c4';
}

/* line 603, ../../images/iconfonts/sass/font-awesome.sass */
.icon-copy:before {
  content: '\f0c5';
}

/* line 606, ../../images/iconfonts/sass/font-awesome.sass */
.icon-paper-clip:before {
  content: '\f0c6';
}

/* line 609, ../../images/iconfonts/sass/font-awesome.sass */
.icon-save:before {
  content: '\f0c7';
}

/* line 612, ../../images/iconfonts/sass/font-awesome.sass */
.icon-sign-blank:before {
  content: '\f0c8';
}

/* line 615, ../../images/iconfonts/sass/font-awesome.sass */
.icon-reorder:before {
  content: '\f0c9';
}

/* line 618, ../../images/iconfonts/sass/font-awesome.sass */
.icon-list-ul:before {
  content: '\f0ca';
}

/* line 621, ../../images/iconfonts/sass/font-awesome.sass */
.icon-list-ol:before {
  content: '\f0cb';
}

/* line 624, ../../images/iconfonts/sass/font-awesome.sass */
.icon-strikethrough:before {
  content: '\f0cc';
}

/* line 627, ../../images/iconfonts/sass/font-awesome.sass */
.icon-underline:before {
  content: '\f0cd';
}

/* line 630, ../../images/iconfonts/sass/font-awesome.sass */
.icon-table:before {
  content: '\f0ce';
}

/* line 633, ../../images/iconfonts/sass/font-awesome.sass */
.icon-magic:before {
  content: '\f0d0';
}

/* line 636, ../../images/iconfonts/sass/font-awesome.sass */
.icon-truck:before {
  content: '\f0d1';
}

/* line 639, ../../images/iconfonts/sass/font-awesome.sass */
.icon-pinterest:before {
  content: '\f0d2';
}

/* line 642, ../../images/iconfonts/sass/font-awesome.sass */
.icon-pinterest-sign:before {
  content: '\f0d3';
}

/* line 645, ../../images/iconfonts/sass/font-awesome.sass */
.icon-google-plus-sign:before {
  content: '\f0d4';
}

/* line 648, ../../images/iconfonts/sass/font-awesome.sass */
.icon-google-plus:before {
  content: '\f0d5';
}

/* line 651, ../../images/iconfonts/sass/font-awesome.sass */
.icon-money:before {
  content: '\f0d6';
}

/* line 654, ../../images/iconfonts/sass/font-awesome.sass */
.icon-caret-down:before {
  content: '\f0d7';
}

/* line 657, ../../images/iconfonts/sass/font-awesome.sass */
.icon-caret-up:before {
  content: '\f0d8';
}

/* line 660, ../../images/iconfonts/sass/font-awesome.sass */
.icon-caret-left:before {
  content: '\f0d9';
}

/* line 663, ../../images/iconfonts/sass/font-awesome.sass */
.icon-caret-right:before {
  content: '\f0da';
}

/* line 666, ../../images/iconfonts/sass/font-awesome.sass */
.icon-columns:before {
  content: '\f0db';
}

/* line 669, ../../images/iconfonts/sass/font-awesome.sass */
.icon-sort:before {
  content: '\f0dc';
}

/* line 672, ../../images/iconfonts/sass/font-awesome.sass */
.icon-sort-down:before {
  content: '\f0dd';
}

/* line 675, ../../images/iconfonts/sass/font-awesome.sass */
.icon-sort-up:before {
  content: '\f0de';
}

/* line 678, ../../images/iconfonts/sass/font-awesome.sass */
.icon-envelope-alt:before {
  content: '\f0e0';
}

/* line 681, ../../images/iconfonts/sass/font-awesome.sass */
.icon-linkedin:before {
  content: '\f0e1';
}

/* line 684, ../../images/iconfonts/sass/font-awesome.sass */
.icon-undo:before {
  content: '\f0e2';
}

/* line 687, ../../images/iconfonts/sass/font-awesome.sass */
.icon-legal:before {
  content: '\f0e3';
}

/* line 690, ../../images/iconfonts/sass/font-awesome.sass */
.icon-dashboard:before {
  content: '\f0e4';
}

/* line 693, ../../images/iconfonts/sass/font-awesome.sass */
.icon-comment-alt:before {
  content: '\f0e5';
}

/* line 696, ../../images/iconfonts/sass/font-awesome.sass */
.icon-comments-alt:before {
  content: '\f0e6';
}

/* line 699, ../../images/iconfonts/sass/font-awesome.sass */
.icon-bolt:before {
  content: '\f0e7';
}

/* line 702, ../../images/iconfonts/sass/font-awesome.sass */
.icon-sitemap:before {
  content: '\f0e8';
}

/* line 705, ../../images/iconfonts/sass/font-awesome.sass */
.icon-umbrella:before {
  content: '\f0e9';
}

/* line 708, ../../images/iconfonts/sass/font-awesome.sass */
.icon-paste:before {
  content: '\f0ea';
}

/* line 711, ../../images/iconfonts/sass/font-awesome.sass */
.icon-user-md:before {
  content: '\f200';
}

/* line 32, ../sass/new.scss */
html {
  font-size: 100%;
}

/* line 37, ../sass/new.scss */
body {
  *zoom: 1;
  position: relative;
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  background: #f0f0f0;
  color: #444;
}
/* line 22, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
body:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* line 47, ../sass/new.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 51, ../sass/new.scss */
a {
  color: #007caa;
  text-decoration: none;
}
/* line 18, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
a:visited {
  color: #007caa;
}
/* line 21, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
a:focus {
  color: #007caa;
}
/* line 24, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
a:hover {
  color: #007caa;
}
/* line 27, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
a:active {
  color: #007caa;
}
/* line 55, ../sass/new.scss */
a:hover {
  text-decoration: underline;
}

/* --------------------------------------------------------------------------------------------------------------
Header Styles
-------------------------------------------------------------------------------------------------------------- */
/* line 66, ../sass/new.scss */
#adm_head_cell {
  width: 100%;
  vertical-align: top;
  height: 8.9em;
}

/* line 73, ../sass/new.scss */
#adm_topnavigation {
  background: white;
  border-bottom: 1px solid #e1e2e3;
  width: 100%;
  min-width: 860px;
  overflow: hidden;
  z-index: 99;
  height: 7.9em;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #ffffff),
    color-stop(30%, #ffffff),
    color-stop(70%, #d6d9db),
    color-stop(70%, #c8cccf),
    color-stop(100%, #c8cccf)
  );
  background-image: -webkit-linear-gradient(
    #ffffff,
    #ffffff 30%,
    #d6d9db 70%,
    #c8cccf 70%,
    #c8cccf
  );
  background-image: -moz-linear-gradient(
    #ffffff,
    #ffffff 30%,
    #d6d9db 70%,
    #c8cccf 70%,
    #c8cccf
  );
  background-image: -o-linear-gradient(
    #ffffff,
    #ffffff 30%,
    #d6d9db 70%,
    #c8cccf 70%,
    #c8cccf
  );
  background-image: -ms-linear-gradient(
    #ffffff,
    #ffffff 30%,
    #d6d9db 70%,
    #c8cccf 70%,
    #c8cccf
  );
  background-image: linear-gradient(
    #ffffff,
    #ffffff 30%,
    #d6d9db 70%,
    #c8cccf 70%,
    #c8cccf
  );
}
/* line 86, ../sass/new.scss */
#adm_topnavigation ul.lightmenu {
  position: absolute;
  top: 0;
  right: 1em;
  background: #eee;
  background: rgba(0, 0, 0, 0.07);
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 98, ../sass/new.scss */
#adm_topnavigation ul.lightmenu li {
  float: right;
  border-right: 1px solid #c2c2c2;
  margin: 0 0 0 0;
}
/* line 103, ../sass/new.scss */
#adm_topnavigation ul.lightmenu li a {
  display: block;
  padding: 0.1em 0.6em;
  text-shadow: 0px 1px 0 white;
  color: #007caa;
}
/* line 18, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
#adm_topnavigation ul.lightmenu li a:visited {
  color: #007caa;
}
/* line 21, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
#adm_topnavigation ul.lightmenu li a:focus {
  color: #007caa;
}
/* line 24, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
#adm_topnavigation ul.lightmenu li a:hover {
  color: #007caa;
}
/* line 27, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
#adm_topnavigation ul.lightmenu li a:active {
  color: #007caa;
}
/* line 109, ../sass/new.scss */
#adm_topnavigation ul.lightmenu li a:hover {
  text-decoration: underline;
}
/* line 114, ../sass/new.scss */
#adm_topnavigation ul.lightmenu li.start {
  border: 0;
}
/* line 121, ../sass/new.scss */
#adm_topnavigation ul.tabs {
  list-style: none;
  display: block;
  float: left;
  height: 5.7em;
  *zoom: 1;
}
/* line 22, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#adm_topnavigation ul.tabs:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* line 129, ../sass/new.scss */
#adm_topnavigation ul.tabs li {
  display: block;
}
/* line 133, ../sass/new.scss */
#adm_topnavigation ul.tabs li.gap {
  margin-right: 20px;
}
/* line 137, ../sass/new.scss */
#adm_topnavigation ul.tabs li.tab {
  margin-top: 1em;
  float: left;
  min-width: 6em;
  border: 1px solid #fff;
  border-top-color: #c0cfd8;
  border-right-color: #a1b7c4;
  border-left-color: #c0cfd8;
  border-bottom: 0px;
  background: white;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #ffffff),
    color-stop(100%, #d0dbe2)
  );
  background-image: -webkit-linear-gradient(#ffffff, #d0dbe2);
  background-image: -moz-linear-gradient(#ffffff, #d0dbe2);
  background-image: -o-linear-gradient(#ffffff, #d0dbe2);
  background-image: -ms-linear-gradient(#ffffff, #d0dbe2);
  background-image: linear-gradient(#ffffff, #d0dbe2);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 2em inset,
    rgba(0, 0, 0, 0.2) 0 0 0.55em;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 2em inset,
    rgba(0, 0, 0, 0.2) 0 0 0.55em;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 2em inset, rgba(0, 0, 0, 0.2) 0 0 0.55em;
}
/* line 150, ../sass/new.scss */
#adm_topnavigation ul.tabs li.tab a {
  height: 4.7em;
  padding: 0.7em 0.5em 0 0.5em;
  border: 1px solid #fff;
  border-bottom: 1px solid #b0c3ce;
  text-shadow: 0px 1px 0 white;
  color: #222222;
}
/* line 18, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
#adm_topnavigation ul.tabs li.tab a:visited {
  color: #444444;
}
/* line 21, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
#adm_topnavigation ul.tabs li.tab a:focus {
  color: red;
}
/* line 24, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
#adm_topnavigation ul.tabs li.tab a:hover {
  color: #484848;
}
/* line 27, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
#adm_topnavigation ul.tabs li.tab a:active {
  color: #cccccc;
}
/* line 159, ../sass/new.scss */
#adm_topnavigation ul.tabs li.tab:hover {
  height: 5.2em;
  margin-top: 0.5em;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #ffffff),
    color-stop(100%, #eff3f5)
  );
  background-image: -webkit-linear-gradient(#ffffff, #eff3f5);
  background-image: -moz-linear-gradient(#ffffff, #eff3f5);
  background-image: -o-linear-gradient(#ffffff, #eff3f5);
  background-image: -ms-linear-gradient(#ffffff, #eff3f5);
  background-image: linear-gradient(#ffffff, #eff3f5);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 1em inset,
    rgba(255, 255, 255, 0.8) 0 0 1.55em;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 1em inset,
    rgba(255, 255, 255, 0.8) 0 0 1.55em;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 1em inset,
    rgba(255, 255, 255, 0.8) 0 0 1.55em;
}
/* line 165, ../sass/new.scss */
#adm_topnavigation ul.tabs li.tab:hover a {
  height: 5.2em;
}
/* line 171, ../sass/new.scss */
#adm_topnavigation ul.tabs li.tab.start,
#adm_topnavigation ul.tabs li.tab.start a {
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
}
/* line 176, ../sass/new.scss */
#adm_topnavigation ul.tabs li.tab.end,
#adm_topnavigation ul.tabs li.tab.end a {
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}
/* line 180, ../sass/new.scss */
#adm_topnavigation ul.tabs li.tab .icon.icon-large {
  *zoom: 1;
  display: block;
  width: 100%;
  height: 1.995em;
  line-height: 2.394em;
}
/* line 22, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#adm_topnavigation ul.tabs li.tab .icon.icon-large:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* line 188, ../sass/new.scss */
#adm_topnavigation ul.tabs li.tab .icon.icon-large:before {
  font-size: 1.995em;
  color: #7b7b7b;
}
/* line 193, ../sass/new.scss */
#adm_topnavigation ul.tabs li.tab a:hover .icon.icon-large:before {
  color: #75aa1b;
}
/* line 197, ../sass/new.scss */
#adm_topnavigation ul.tabs li.tab.small {
  margin-top: 1.8em;
}
/* line 201, ../sass/new.scss */
#adm_topnavigation ul.tabs li.tab.small .icon.icon-large {
  line-height: 1.1em;
  height: 1.1em;
}
/* line 205, ../sass/new.scss */
#adm_topnavigation ul.tabs li.tab.small .icon.icon-large:before {
  font-size: 1.254em;
}
/* line 209, ../sass/new.scss */
#adm_topnavigation ul.tabs li.tab.small a {
  height: 3.9em;
  line-height: 1.7em;
}
/* line 214, ../sass/new.scss */
#adm_topnavigation ul.tabs li.tab.small:hover {
  margin-top: 1.6em;
}
/* line 217, ../sass/new.scss */
#adm_topnavigation ul.tabs li.tab.small:hover a {
  height: 4.1em;
}
/* line 225, ../sass/new.scss */
#adm_topnavigation ul.tabs li a {
  display: block;
  text-align: center;
  text-decoration: none;
}
/* line 235, ../sass/new.scss */
#adm_topnavigation .logo {
  float: left;
  *zoom: 1;
  width: 235px;
  height: 4.275em;
  margin: 1em 0 0 1.5em;
  background: url('./questback_logo.png') no-repeat 0% 30%;
  position: relative;
}
/* line 22, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.13.alpha.0/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#adm_topnavigation .logo:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* line 245, ../sass/new.scss */
#adm_topnavigation .logo text-inde a {
  display: block;
  height: 100%;
}
/* line 250, ../sass/new.scss */
#adm_topnavigation .logo span {
  position: absolute;
  top: 3.2em;
  right: 2.5em;
  text-indent: 0px;
  color: #5c7687;
  font-weight: bold;
  font-size: 0.85em;
}
/* line 262, ../sass/new.scss */
#adm_topnavigation #adm_breadcrumb {
  float: left;
  width: 100%;
  padding-left: 15px;
  background-color: #fff;
  border-top: 1px solid #939598;
  height: 2.2em;
}
/* line 271, ../sass/new.scss */
#adm_topnavigation #adm_breadcrumb ul {
  height: 2.2em;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}
/* line 279, ../sass/new.scss */
#adm_topnavigation #adm_breadcrumb ul li {
  height: 2.2em;
  float: left;
  padding: 0 10px 0 21px;
  margin: 0;
  background: url(./breadcrumb_liststyle_image.png) no-repeat 0 50%;
}
/* line 287, ../sass/new.scss */
#adm_topnavigation #adm_breadcrumb ul li.home {
  background: url(./breadcrumb_home_bg_9x12.png) no-repeat 0 50%;
}
/* line 291, ../sass/new.scss */
#adm_topnavigation #adm_breadcrumb ul li a {
  height: 2.2em;
  line-height: 2.574em;
  display: block;
  text-decoration: none;
  color: #6a7680;
  font-size: 11px;
  text-transform: uppercase;
  text-shadow: 0px 1px 0px #fff;
  -moz-text-shadow: 0px 1px 0px #fff;
  -webkit-text-shadow: 0px 1px 0px #fff;
}
/* line 304, ../sass/new.scss */
#adm_topnavigation #adm_breadcrumb ul li a:hover {
  text-decoration: underline;
}

/* line 312, ../sass/new.scss */
.adm_cb_std {
  margin: 0 15px 20px 15px;
}

/* line 316, ../sass/new.scss */
.adm_cb_std .item h2 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: #576b7d;
}

/* line 323, ../sass/new.scss */
.adm_cb_std .item p {
  color: #444;
}

/*
.bgcolor_adbbc4 {
  background-color : #adbbc4;
  color            : #fff;
}
.bgcolor_adbbc4 a {
  color : #fff;
}

.bgcolor_D6E5F4 {
  background-color : #D6E5F4;
}
*/
/* line 343, ../sass/new.scss */
.tablerahmen {
  border-bottom: 1px solid #d0dbe2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0px 3px;
}
/* line 346, ../sass/new.scss */
.tablerahmen tr {
  border-bottom: 1px solid #e0e7eb;
  /*
    border-left:1px solid darken($navigation_button_color, 10%);
    border-right:1px solid darken($navigation_button_color, 10%);

    */
}

/* line 361, ../sass/new.scss */
.sectionborder {
  font-size: 1.3em;
  width: auto !important;
  padding: 0;
  color: #6e7c00;
  background-color: #f3f6f7;
  text-shadow: white 0px 1px 0;
  line-height: 1.5em;
  padding: 0.3em;
  vertical-align: bottom;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #ffffff),
    color-stop(100%, #d0dbe2)
  );
  background-image: -webkit-linear-gradient(#ffffff, #d0dbe2);
  background-image: -moz-linear-gradient(#ffffff, #d0dbe2);
  background-image: -o-linear-gradient(#ffffff, #d0dbe2);
  background-image: -ms-linear-gradient(#ffffff, #d0dbe2);
  background-image: linear-gradient(#ffffff, #d0dbe2);
  border-left: 1px solid #d0dbe2;
  border-right: 1px solid #d0dbe2;
}

/* line 378, ../sass/new.scss */
.sectionborder a {
  color: #6e7c00;
}
/* line 381, ../sass/new.scss */
.sectionborder a:hover {
  text-decoration: none;
}

/* line 387, ../sass/new.scss */
.sectionborder_outer {
  background-color: white;
  border-spacing: 0px;
  padding: 0 0 0 0;
  margin-top: 1.5em;
  border: 0;
  border-top: 1px solid #d0dbe2;
  border-bottom: 1px solid #fff;
}

/* line 409, ../sass/new.scss */
th,
th[bgcolor],
#gptree table.header,
.bgcolor_adbbc4,
tr.bgcolor_adbbc4 th,
.treeheadleft,
.treehead,
.tablehead,
.tablehead a,
.headstyle {
  color: #455964;
  background-color: #d4dce1;
  text-shadow: 0px 1px 0px #fff;
  padding: 5px 5px 5px 5px;
  text-transform: uppercase;
  vertical-align: top;
  line-height: 1.6em;
  font-size: 11px;
}

/* line 420, ../sass/new.scss */
td {
  text-shadow: 0px 1px 0px #fff;
}

/* line 425, ../sass/new.scss */
.bgcolor2,
.bgcolor {
  background-color: #fff;
}

/* line 432, ../sass/new.scss */
.bgcolor_FFFFFF,
.bgcolor_ffffff,
.bgcolor_fffffe,
.bgcolor_white {
  background-color: #fff;
}

/* line 441, ../sass/new.scss */
.bgcolor_86B7DF,
.bgcolor_B2B2B2,
.bgcolor_E4EDF7,
.bgcolor_FFFFBB,
.bgcolor_FF0000,
.bgcolor_ECEFF2 {
  background-color: #eff4f8;
}

/* line 449, ../sass/new.scss */
input[type='submit'] {
  font-size: 1em;
  line-height: 1.4em;
  min-width: 5em;
  border: 1px solid #686d00;
  padding: 2em;
  margin: 0.2em;
  background-color: #c9d300;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
  border-radius: 1em;
  text-shadow: 0 1px 0 #fdffd3;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #c9d300),
    color-stop(60%, #c9d300),
    color-stop(100%, #98a000)
  );
  background-image: -webkit-linear-gradient(#c9d300, #c9d300 60%, #98a000);
  background-image: -moz-linear-gradient(#c9d300, #c9d300 60%, #98a000);
  background-image: -o-linear-gradient(#c9d300, #c9d300 60%, #98a000);
  background-image: -ms-linear-gradient(#c9d300, #c9d300 60%, #98a000);
  background-image: linear-gradient(#c9d300, #c9d300 60%, #98a000);
  -webkit-box-shadow: white 0 0 3px inset, rgba(0, 0, 0, 0.2) 0 3px 3px;
  -moz-box-shadow: white 0 0 3px inset, rgba(0, 0, 0, 0.2) 0 3px 3px;
  box-shadow: white 0 0 3px inset, rgba(0, 0, 0, 0.2) 0 3px 3px;
  cursor: pointer;
}
/* line 463, ../sass/new.scss */
input[type='submit']:hover {
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #f4ff21),
    color-stop(60%, #c9d300),
    color-stop(100%, #686d00)
  );
  background-image: -webkit-linear-gradient(#f4ff21, #c9d300 60%, #686d00);
  background-image: -moz-linear-gradient(#f4ff21, #c9d300 60%, #686d00);
  background-image: -o-linear-gradient(#f4ff21, #c9d300 60%, #686d00);
  background-image: -ms-linear-gradient(#f4ff21, #c9d300 60%, #686d00);
  background-image: linear-gradient(#f4ff21, #c9d300 60%, #686d00);
}

/* line 476, ../sass/new.scss */
.tablebutton td {
  padding: 0px !important;
}

/* line 485, ../sass/new.scss */
.tablebutton {
  padding: 0px;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  text-shadow: 0px 1px 0px #fff;
  line-height: 18px;
  overflow: hidden;
  color: #444444;
  background-color: #d7dde0;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #f8f8f8),
    color-stop(33.333%, #d7dde0),
    color-stop(66.667%, #d7dde0),
    color-stop(100%, #f8f8f8)
  );
  background-image: -webkit-linear-gradient(#f8f8f8, #d7dde0, #d7dde0, #f8f8f8);
  background-image: -moz-linear-gradient(#f8f8f8, #d7dde0, #d7dde0, #f8f8f8);
  background-image: -o-linear-gradient(#f8f8f8, #d7dde0, #d7dde0, #f8f8f8);
  background-image: -ms-linear-gradient(#f8f8f8, #d7dde0, #d7dde0, #f8f8f8);
  background-image: linear-gradient(#f8f8f8, #d7dde0, #d7dde0, #f8f8f8);
  position: relative;
  border-left: 1px solid #888;
  border-right: 1px solid #888;
}
/* line 502, ../sass/new.scss */
.tablebutton:after,
.tablebutton:before {
  content: '';
  position: absolute;
  background-color: #fff;
  display: block;
  width: 5px;
  height: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
  top: 0px;
}
/* line 513, ../sass/new.scss */
.tablebutton:before {
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 1px 0 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 1px 0 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 1px 0 10px;
  left: -8px;
}
/* line 517, ../sass/new.scss */
.tablebutton:after {
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) -1px 0 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) -1px 0 10px;
  box-shadow: rgba(0, 0, 0, 0.5) -1px 0 10px;
  right: -8px;
}

/* line 528, ../sass/new.scss */
.tablebutton .dijitButtonNode,
.tablebutton .dijitReset {
  padding: 0px !important;
  margin: 0px !important;
}

/* line 535, ../sass/new.scss */
.tablebutton .dialogbutton,
.tablebutton a,
.tablebutton span {
  color: #444444;
  text-decoration: none;
  line-height: 18px;
  cursor: pointer;
}

/* line 543, ../sass/new.scss */
span.tablebutton {
  padding: 4px 15px 4px 15px;
}

/* line 547, ../sass/new.scss */
.tablebutton a:hover {
  color: #444444;
  text-decoration: underline;
}

/* line 552, ../sass/new.scss */
.tablebutton:hover {
  background: #d7dde0;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #f8f8f8),
    color-stop(33.333%, #bac5ca),
    color-stop(66.667%, #bac5ca),
    color-stop(100%, #f8f8f8)
  );
  background-image: -webkit-linear-gradient(#f8f8f8, #bac5ca, #bac5ca, #f8f8f8);
  background-image: -moz-linear-gradient(#f8f8f8, #bac5ca, #bac5ca, #f8f8f8);
  background-image: -o-linear-gradient(#f8f8f8, #bac5ca, #bac5ca, #f8f8f8);
  background-image: -ms-linear-gradient(#f8f8f8, #bac5ca, #bac5ca, #f8f8f8);
  background-image: linear-gradient(#f8f8f8, #bac5ca, #bac5ca, #f8f8f8);
}

/* line 557, ../sass/new.scss */
.editor .toolbar_1 .tablebutton span {
  color: #444444 !important;
}

/* line 562, ../sass/new.scss */
.nopadding {
  padding: 0 !important;
}

/* line 567, ../sass/new.scss */
.treelist tr:hover {
  background: #d4dce1 !important;
}

/* line 578, ../sass/new.scss */
.widgetholder {
  border: 5px solid #fff;
  margin: 0 10px 10px 0;
  background-color: #eff4f8;
  overflow: hidden;
  width: 48%;
  float: left;
  min-height: 155px;
  -webkit-box-shadow: #d1dbe3 0 0 1px inset, rgba(0, 0, 0, 0.2) 0 3px 3px;
  -moz-box-shadow: #d1dbe3 0 0 1px inset, rgba(0, 0, 0, 0.2) 0 3px 3px;
  box-shadow: #d1dbe3 0 0 1px inset, rgba(0, 0, 0, 0.2) 0 3px 3px;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
}
/* line 592, ../sass/new.scss */
.widgetholder .sectionborder_outer {
  margin: 0px;
}

/* line 602, ../sass/new.scss */
#fixmenucolwidth {
  width: 210px;
}

/* line 606, ../sass/new.scss */
.adm_menu {
  width: 210px;
  margin: -13px 0 0 0;
}

/* line 611, ../sass/new.scss */
.adm_menu ul {
  list-style: none;
  margin: 1px 0;
  padding: 0px 0px 30px 0px;
}

/* line 625, ../sass/new.scss */
.adm_menu ul li {
  margin: 0;
  border-bottom: 1px solid #eceff2;
  background: #fff;
  overflow: visible;
  -moz-text-shadow: 0px 1px 0px #fff;
  -webkit-text-shadow: 0px 1px 0px #fff;
  text-shadow: 0px 1px 0px #fff;
}

/* line 636, ../sass/new.scss */
.adm_menu ul li a {
  width: 210px;
  padding: 3px 0 3px 15px;
  text-decoration: none;
  font-size: 1em;
  color: #007caa;
  display: block;
  -moz-text-shadow: 0px 1px 0px #fff;
  -webkit-text-shadow: 0px 1px 0px #fff;
  text-shadow: 0px 1px 0px #fff;
}

/* line 651, ../sass/new.scss */
.adm_menu ul li.menutitle {
  padding: 6px 10px 6px 15px;
  background: #828d97;
  font-size: 1.2em;
  color: #6e7c00;
  background-color: #f3f6f7;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #ffffff),
    color-stop(100%, #d0dbe2)
  );
  background-image: -webkit-linear-gradient(#ffffff, #d0dbe2);
  background-image: -moz-linear-gradient(#ffffff, #d0dbe2);
  background-image: -o-linear-gradient(#ffffff, #d0dbe2);
  background-image: -ms-linear-gradient(#ffffff, #d0dbe2);
  background-image: linear-gradient(#ffffff, #d0dbe2);
  text-shadow: 0px 1px 0px #fff;
  -moz-text-shadow: 0px 1px 0px #fff;
  -webkit-text-shadow: 0px 1px 0px #fff;
}

/* line 670, ../sass/new.scss */
.adm_menu ul li a:hover {
  background: #d4dce1;
  text-shadow: 0px 1px 0px #fff;
  -moz-text-shadow: 0px 1px 0px #fff;
  -webkit-text-shadow: 0px 1px 0px #fff;
  text-decoration: underline;
}

/* line 678, ../sass/new.scss */
.adm_menu ul li.isactive {
  background: #d4dce1;
}

/* line 682, ../sass/new.scss */
.adm_menu ul li.isactive a {
  color: #007caa;
}

/* line 688, ../sass/new.scss */
.adm_menu ul li.backlink {
  background: none;
  margin-bottom: 5px;
}

/* line 693, ../sass/new.scss */
.adm_menu ul li.backlink a {
  color: #fff;
  background: #828d97;
  text-shadow: 0px 1px 0px #4b5760;
  -moz-text-shadow: 0px 1px 0px #4b5760;
  -webkit-text-shadow: 0px 1px 0px #4b5760;
}

/* line 701, ../sass/new.scss */
.adm_menu ul li.backlink a:hover {
  background: #bfcdd6;
  color: #444 !important;
  text-shadow: 0px 1px 0px #eee;
  -moz-text-shadow: 0px 1px 0px #eee;
  -webkit-text-shadow: 0px 1px 0px #eee;
}

/* line 709, ../sass/new.scss */
.adm_menu ul li.backlink div.backicon {
  width: 38px;
  height: 38px;
  background: transparent url(./icon_back.png) no-repeat bottom left;
  float: right;
  z-index: 100;
  margin-right: -10px;
  margin-top: -11px;
}

/* line 719, ../sass/new.scss */
.adm_menu ul li.dummy {
  background: transparent;
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
  border-right: 0;
}

/*

tr td.sectionborder {
  border-top         : 2px solid #BFCDD6;
  border-bottom      : 2px solid #BFCDD6;
  padding-top        : 9px;
  padding-bottom     : 9px;
  background         : #ECEFF2 url(./admin_bg_head.png) repeat-x 0px 0px;
  -moz-box-shadow    : 0px 2px 4px #E0E3E5;
  -webkit-box-shadow : 0px 2px 4px #E0E3E5;
  box-shadow         : 0px 2px 4px #E0E3E5;
}

tr td.sectionborder,
tr td.sectionborder a {
  text-shadow         : 0px 1px 0px #fff;
  -moz-text-shadow    : 0px 1px 0px #fff;
  -webkit-text-shadow : 0px 1px 0px #fff;
  font-size           : 14px;
  font-weight         : bold;
  color               : #576B7D;
}

table.sectionborder_outer {
  margin-top    : 10px;
  margin-bottom : 10px;
}

tr.nb_tablesection {
  height  : 0px;
  display : none;
}

h2.sectionborder {
  border-top          : 2px solid #BFCDD6;
  border-bottom       : 2px solid #BFCDD6;
  padding-top         : 9px !important;
  padding-bottom      : 9px !important;
  padding-left        : 5px !important;
  margin              : 20px 0px 5px 0px !important;
  background          : #ECEFF2 url(./admin_bg_head.png) repeat-x 0px 0px;
  -moz-box-shadow     : 0px 2px 4px #E0E3E5;
  -webkit-box-shadow  : 0px 2px 4px #E0E3E5;
  box-shadow          : 0px 2px 4px #E0E3E5;
  text-shadow         : 0px 1px 0px #fff;
  -moz-text-shadow    : 0px 1px 0px #fff;
  -webkit-text-shadow : 0px 1px 0px #fff;
  font-size           : 14px !important;
  font-weight         : bold !important;
  color               : #576B7D;
}

.sectionborder {
  border-bottom    : 2px solid #BFCDD6;
  background-color : #ECEFF2;
  color            : #576b7d;
  font-weight      : bold;
  vertical-align   : bottom;
  font-weight      : bold;
  padding-top      : 7px;
  padding-bottom   : 7px;
  padding-left     : 7px;
  letter-spacing   : 1px;
}

.sectionborder_outer {

  background-color : white;
  border-spacing   : 0px;
  padding          : 0px;
  margin-top       : 10px;
  margin-bottom    : 10px;
}


.sectionborder_outer {
  margin  : 0;
  padding : 0;
  height  : 0;
}
div.sectionborder_outer {
  width : auto;
}
.sectionborder {
  margin     : 0;
  margin-top : 5px;
  width      : auto;
}
*/
/* --------------------------------------------------------------------------------------------------------------
EFS Styles
-------------------------------------------------------------------------------------------------------------- */
/* breadcrump links */
/* line 828, ../sass/new.scss */
a.bread:link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

/* line 829, ../sass/new.scss */
a.bread:active {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

/* line 830, ../sass/new.scss */
a.bread:visited {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

/* line 831, ../sass/new.scss */
a.bread:hover {
  color: #394134;
  text-decoration: underline;
  font-weight: bold;
}

/* links menu left */
/* line 834, ../sass/new.scss */
.amain {
  font-family: Verdana, Arial, sans-serif;
}

/* line 835, ../sass/new.scss */
a.amain:link {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
}

/* line 836, ../sass/new.scss */
a.amain:active {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
}

/* line 837, ../sass/new.scss */
a.amain:visited {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
}

/* line 838, ../sass/new.scss */
a.amain:hover {
  color: #666666;
  text-decoration: underline;
  font-weight: normal;
}

/* links menu left grayed */
/* line 841, ../sass/new.scss */
.amaingrayed {
  font-family: Verdana, Arial, sans-serif;
}

/* line 842, ../sass/new.scss */
a.amaingrayed:link {
  color: #888888;
  text-decoration: none;
  font-weight: normal;
}

/* line 843, ../sass/new.scss */
a.amaingrayed:active {
  color: #888888;
  text-decoration: none;
  font-weight: normal;
}

/* line 844, ../sass/new.scss */
a.amaingrayed:visited {
  color: #888888;
  text-decoration: none;
  font-weight: normal;
}

/* line 845, ../sass/new.scss */
a.amaingrayed:hover {
  color: #888888;
  text-decoration: underline;
  font-weight: normal;
}

/* tabulator link off */
/* line 848, ../sass/new.scss */
a.tablinkoff:link {
  color: #394134;
  text-decoration: none;
  font-weight: normal;
}

/* line 849, ../sass/new.scss */
a.tablinkoff:active {
  color: #394134;
  text-decoration: none;
  font-weight: normal;
}

/* line 850, ../sass/new.scss */
a.tablinkoff:visited {
  color: #394134;
  text-decoration: none;
  font-weight: normal;
}

/* line 851, ../sass/new.scss */
a.tablinkoff:hover {
  color: #394134;
  text-decoration: none;
  font-weight: normal;
}

/* tabulator link on */
/* line 854, ../sass/new.scss */
a.tablinkon:link {
  color: #394134;
  text-decoration: none;
  font-weight: bold;
}

/* line 855, ../sass/new.scss */
a.tablinkon:active {
  color: #394134;
  text-decoration: none;
  font-weight: bold;
}

/* line 856, ../sass/new.scss */
a.tablinkon:visited {
  color: #394134;
  text-decoration: none;
  font-weight: bold;
}

/* line 857, ../sass/new.scss */
a.tablinkon:hover {
  color: #394134;
  text-decoration: none;
  font-weight: bold;
}

/* line 859, ../sass/new.scss */
.tablinkhide {
  color: #222222;
  background-color: #dddddd;
  text-decoration: none;
  vertical-align: middle;
}

/* line 861, ../sass/new.scss */
.headstyle {
  text-transform: uppercase;
  padding: 3px;
}

/* line 862, ../sass/new.scss */
a.headstyle:link {
  color: #555555;
  text-decoration: underline;
  font-weight: bold;
  font-size: 10px;
}

/* line 863, ../sass/new.scss */
a.headstyle:active {
  color: #555555;
  text-decoration: underline;
  font-weight: bold;
  font-size: 10px;
}

/* line 864, ../sass/new.scss */
a.headstyle:visited {
  color: #555555;
  text-decoration: underline;
  font-weight: bold;
  font-size: 10px;
}

/* line 865, ../sass/new.scss */
a.headstyle:hover {
  color: #555555;
  text-decoration: underline;
  font-weight: bold;
  font-size: 10px;
}

/* line 868, ../sass/new.scss */
.tablehead {
  color: #455964;
  border: 0px solid #adbbc4;
  background-color: #adbbc4;
  text-transform: uppercase;
}

/* line 869, ../sass/new.scss */
.tablehead_left {
  color: #455964;
  border: 0px solid #adbbc4;
  background-color: #adbbc4;
  text-align: left;
  text-transform: uppercase;
}

/* line 870, ../sass/new.scss */
a.tablehead:link {
  color: #455964;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
}

/* line 871, ../sass/new.scss */
a.tablehead:active {
  color: #455964;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
}

/* line 872, ../sass/new.scss */
a.tablehead:visited {
  color: #455964;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
}

/* line 873, ../sass/new.scss */
a.tablehead:hover {
  color: #455964;
  text-decoration: underline;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
}

/* table_start */
/* line 878, ../sass/new.scss */
.table_start {
  width: 100%;
  border-bottom: 1px solid #d6e5f4;
  margin-bottom: 0px;
}

/* hintergrund für tablestart tab */
/* line 885, ../sass/new.scss */
.BGgrey {
  background-color: #adbbc4;
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 1px;
  vertical-align: top;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

/* hintergrund für tablestart error */
/* line 897, ../sass/new.scss */
.BGred {
  background-color: #cc4134;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
  vertical-align: bottom;
  font-size: 12px;
  line-height: 9px;
}

/* hintergrund für tablestart hinweiss */
/* line 908, ../sass/new.scss */
.BGgreen {
  background-color: #39cc34;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
  vertical-align: bottom;
  font-size: 12px;
  line-height: 9px;
}

/* line 920, ../sass/new.scss */
.messages_outer {
  padding: 3px;
}

/* Tabulator-BG aktiviert */
/* line 925, ../sass/new.scss */
.tabbgon {
  background-color: #ffffff;
  vertical-align: middle;
}

/* Tabulator-BG deaktiviert */
/* line 931, ../sass/new.scss */
.tabbgoff {
  background-color: #d6e5f4;
  vertical-align: middle;
}

/* line 936, ../sass/new.scss */
.treecellleft {
  padding-left: 3px;
  padding-right: 3px;
  height: 20px;
  word-wrap: normal;
  white-space: nowrap;
  overflow: none;
}

/* line 945, ../sass/new.scss */
.treecellright {
  padding-left: 3px;
  padding-right: 3px;
  text-align: right;
  height: 20px;
  border-left: 1px solid #adbbc4;
  word-wrap: normal;
  white-space: nowrap;
}

/* line 955, ../sass/new.scss */
.treecell {
  padding-left: 3px;
  padding-right: 3px;
  border-left: 1px solid #adbbc4;
  word-wrap: normal;
  white-space: nowrap;
}

/* line 963, ../sass/new.scss */
.treeheadleft {
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #d6e5f4;
  text-transform: uppercase;
}

/* line 972, ../sass/new.scss */
.treehead {
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #d6e5f4;
  text-transform: uppercase;
}

/* line 981, ../sass/new.scss */
.plbl {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  clear: none;
  display: inline-block;
  word-wrap: normal;
  white-space: nowrap;
  background: magenta url(../../../../wcp/gui/images/tree/blank.png) repeat-none
    top left;
}

/* line 995, ../sass/new.scss */
.plico {
  display: inline;
  border: 0px;
  vertical-align: middle;
  clear: none;
  word-wrap: normal;
  white-space: nowrap;
}

/* line 1004, ../sass/new.scss */
.player {
  position: absolute;
  border: 1px solid #000000;
}

/* line 1009, ../sass/new.scss */
.ilayer {
  background-color: #ffffff;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

/* line 1015, ../sass/new.scss */
.icon {
  border: 0px;
  text-align: center;
  vertical-align: middle;
}

/* line 1021, ../sass/new.scss */
.searchform_table {
  background-color: #d6e5f4;
}

/* line 1025, ../sass/new.scss */
.searchform_table td {
  background-color: #fff;
}

/* line 1029, ../sass/new.scss */
.searchform_row {
  background-color: #ffffff;
}

/* line 1033, ../sass/new.scss */
.sectionborder_searchform {
  border-top: 5px solid #adbbc4;
  background-color: white;
  border-spacing: 0px;
  padding: 0px;
  padding-top: 5px;
  margin-top: 10px;
  margin-bottom: 5px;
}

/* line 1043, ../sass/new.scss */
.searchform_label {
  text-align: right;
}

/* line 1047, ../sass/new.scss */
.searchform_separator {
  background-color: #ffffff;
  height: 2px;
}

/* line 1052, ../sass/new.scss */
.reporting_error {
  font-weight: bold;
  color: red;
  font-size: 12px;
}

/* XHTML reformat */
/* line 1061, ../sass/new.scss */
.tabbgon,
.tabbgoff,
.logolink {
  font-size: 11px;
  line-height: 8px;
  margin: 0px;
  padding: 0px;
}

/* line 1069, ../sass/new.scss */
td.layout,
.layout td {
  font-size: 10px;
  line-height: 10px;
  margin: 0px;
  padding: 0px;
}

/* line 1076, ../sass/new.scss */
.layoutmenu td {
  padding: 5px;
}

/* new tabulators (LI) */
/* line 1081, ../sass/new.scss */
ul.tabbulator {
  clear: both;
  float: left;
  list-style: none;
  padding: 3px 0 0 0;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #adbbc4;
  width: 99.99%;
  background: transparent url(./topnavigation_bg.png) repeat-x;
}

/* IE 6 fix */
/* line 1093, ../sass/new.scss */
.tabbulator a:hover,
.tabbulator a,
.tabbulator a:visited,
.tabbulator a:active {
  font-weight: normal;
  text-decoration: none;
}

/* headertext */
/* line 1099, ../sass/new.scss */
h1.headertext {
  margin: 5px 0 0 0;
  padding: 0px;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  width: 50%;
  background: #adbbc4;
}

/* line 1109, ../sass/new.scss */
h1.headertext span.start {
  padding-left: 13px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: bold;
}

/* line 1121, ../sass/new.scss */
h1.headertext span.end {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: top right;
  display: block;
}

/* line 1128, ../sass/new.scss */
.gpLayout1 {
  position: absolute;
  max-width: 450px;
  padding: 0 0 0 0;
  z-index: 1000;
}

/* line 1135, ../sass/new.scss */
.gpLayout1 .head {
  margin: 0 0 0 0;
  padding: 0 0 0 20px;
  background: url(../../../../wcp/gui/images/jswin/left.gif) no-repeat scroll
    left top;
}

/* line 1141, ../sass/new.scss */
.gpLayout1 .title {
  color: #060;
  text-align: left;
  padding: 10px 10px 20px 0;
  margin: 0 0 0 0;
  height: auto;
  line-height: 15px;
  font: bold 13px 'Sans Serif', Tahoma, Verdana, Helvetica;
  overflow: hidden;
  background: url(../../../../wcp/gui/images/jswin/full.gif) no-repeat scroll
    right top;
}

/* line 1153, ../sass/new.scss */
.gpLayout1 .middle {
  margin: 0 0 0 0;
  padding: 0 0 0 20px;
  background: url(../../../../wcp/gui/images/jswin/left.gif) no-repeat scroll
    left 50%;
}

/* line 1159, ../sass/new.scss */
.gpLayout1 .content {
  text-align: left;
  margin: 0 0 0 0;
  padding: 0 20px 0 0px;
  color: #000;
  font: normal 12px 'Sans Serif', Arial, Verdana, Helvetica;
  overflow: hidden;
  background: url(../../../../wcp/gui/images/jswin/full.gif) no-repeat scroll
    100% 50%;
}

/* line 1169, ../sass/new.scss */
.gpLayout1 .content_big {
  text-align: left;
  margin: 0 0 0 0;
  padding: 0 20px 0 0px;
  color: #000;
  font: normal 12px 'Sans Serif', Arial, Verdana, Helvetica;
  overflow: hidden;
  background: url(../../../../wcp/gui/images/jswin/full_repeat.gif) scroll 100%
    50%;
  background-repeat: repeat-y;
}

/* line 1180, ../sass/new.scss */
.gpLayout1 .middle_big {
  margin: 0 0 0 0;
  padding: 0 0 0 20px;
  background: url(../../../../wcp/gui/images/jswin/left_repeat.gif) scroll left
    50%;
  background-repeat: repeat-y;
}

/* line 1187, ../sass/new.scss */
.gpLayout1 .footer {
  margin: 0 0 0 0;
  padding: 0 0 0 20px;
  height: 20px;
  background: url(../../../../wcp/gui/images/jswin/left.gif) no-repeat scroll
    left bottom;
}

/* line 1194, ../sass/new.scss */
.gpLayout1 .bl {
  text-align: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font: normal 12px 'Sans Serif', Arial, Verdana, Helvetica;
  overflow: hidden;
  height: 20px;
  background: url(../../../../wcp/gui/images/jswin/full.gif) no-repeat scroll
    right bottom;
}

/* line 1204, ../sass/new.scss */
.gpLayout1 .shadowimg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 8px;
  left: 8px;
  z-index: -10;
}

/* line 1213, ../sass/new.scss */
.gpLayout1 a.but {
  display: block;
  width: 23px;
  height: 19px;
  line-height: 19px;
  font-size: 9pt;
  text-indent: -1000em;
  background: url(../../../../wcp/gui/images/jswin/buttons.gif) no-repeat scroll
    0 0;
  position: absolute;
  overflow: hidden;
  z-index: 10;
}

/* line 1226, ../sass/new.scss */
.gpLayout1 a.close {
  top: 5px;
  right: 5px;
  background-position: -69px 0;
}

/* line 1232, ../sass/new.scss */
.gpLayout1 a.close:hover {
  top: 5px;
  right: 5px;
  background-position: -69px -19px;
}

/* line 1238, ../sass/new.scss */
.gpLayout1 a.close {
  top: 5px;
  right: 5px;
  background-position: -69px 0;
}

/* line 1244, ../sass/new.scss */
.gpLayout1 a.close:hover {
  top: 5px;
  right: 5px;
  background-position: -69px -19px;
}

/* line 1250, ../sass/new.scss */
.gpLayout_small {
  max-width: 450px;
  padding: 0pt;
  position: absolute;
  z-index: 1000;
}

/* line 1256, ../sass/new.scss */
.gpLayout_small .head {
  background: transparent url(../../../../wcp/gui/images/jswin/left_small.gif)
    no-repeat scroll left top;
  margin: 0pt;
  padding: 0pt 0pt 0pt 5px;
}

/* line 1262, ../sass/new.scss */
.gpLayout_small .title {
  background: transparent url(../../../../wcp/gui/images/jswin/full_small.gif)
    no-repeat scroll right top;
  color: #006600;
  font-family: 'Sans Serif', Tahoma, Verdana, Helvetica;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  height: 100%;
  line-height: normal;
  margin: 0pt;
  margin-left: 3pt;
  overflow: hidden;
  padding: 5px 0px 3px 0pt;
  text-align: left;
}

/* line 1279, ../sass/new.scss */
.gpLayout_small .middle {
  background: transparent url(../../../../wcp/gui/images/jswin/left_small.gif)
    no-repeat scroll left 50%;
  margin: 0pt;
  padding: 0pt 0pt 0pt 3px;
}

/* line 1285, ../sass/new.scss */
.gpLayout_small .content {
  background: transparent url(../../../../wcp/gui/images/jswin/full_small.gif)
    no-repeat scroll 100% 50%;
  color: #000000;
  font-family: 'Sans Serif', Arial, Verdana, Helvetica;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  margin: 0pt;
  overflow: hidden;
  padding: 0pt 0px 0pt 6px;
  text-align: left;
}

/* line 1300, ../sass/new.scss */
.gpLayout_small .footer {
  background: transparent url(../../../../wcp/gui/images/jswin/left_small.gif)
    no-repeat scroll left bottom;
  height: 15px;
  margin: 0pt;
  padding: 0pt 0pt 0pt 3px;
}

/* line 1307, ../sass/new.scss */
.gpLayout_small .bl {
  background: transparent url(../../../../wcp/gui/images/jswin/full_small.gif)
    no-repeat scroll right bottom;
  font-family: 'Sans Serif', Arial, Verdana, Helvetica;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 15px;
  line-height: normal;
  margin: 0pt;
  overflow: hidden;
  padding: 0pt;
  text-align: left;
}

/* line 1322, ../sass/new.scss */
.gpLayout_small .shadowimg {
  height: 100%;
  left: 8px;
  position: absolute;
  top: 8px;
  width: 100%;
  z-index: -10;
}

/* line 1331, ../sass/new.scss */
.gpLayout_small a.but {
  background: transparent url(../../../../wcp/gui/images/jswin/buttons.gif)
    no-repeat scroll 0pt;
  display: block;
  font-size: 9pt;
  height: 14px;
  line-height: 14px;
  overflow: hidden;
  position: absolute;
  text-indent: -1000em;
  width: 23px;
  z-index: 10;
}

/* line 1343, ../sass/new.scss */
.gpLayout_small a.close {
  background-position: -69px 0pt;
  right: 5px;
  top: 5px;
}

/* line 1348, ../sass/new.scss */
.gpLayout_small a.close:hover {
  background-position: -69px -19px;
  right: 5px;
  top: 5px;
}

/* line 1354, ../sass/new.scss */
.gpLayout_small .node_caption {
  font-family: 'Sans Serif', Arial, Verdana, Helvetica;
  font-size: 10px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
}

/* line 1362, ../sass/new.scss */
.error_msg {
  position: absolute;
  color: red;
  font-size: 15px;
  font-weight: bold;
}

/* line 1369, ../sass/new.scss */
.warning_msg {
  position: absolute;
  color: #ff6600;
  font-size: 15px;
  font-weight: bold;
}

/* line 1376, ../sass/new.scss */
.message_msg {
  position: absolute;
  color: #006f19;
  font-size: 15px;
  font-weight: bold;
}

/* line 1383, ../sass/new.scss */
a.warning,
a:visited.warning,
a:hover.warning {
  color: #ff0000;
}

/* line 1387, ../sass/new.scss */
.message_sdw {
  font-weight: bold;
  font-size: 15px;
  position: absolute;
  top: 1px;
  left: 1px;
  color: #aaaaab;
  z-index: -1;
}

/* line 1397, ../sass/new.scss */
.pwd_none_level {
  background-color: red;
  margin-top: 5px;
  height: 3px;
  font-size: 3px;
  width: 50px;
}

/* line 1398, ../sass/new.scss */
.pwd_low_level {
  background-color: red;
  margin-top: 5px;
  height: 3px;
  font-size: 3px;
  width: 50px;
}

/* line 1399, ../sass/new.scss */
.pwd_mid_level {
  background-color: yellow;
  margin-top: 5px;
  height: 3px;
  font-size: 3px;
  width: 75px;
}

/* line 1400, ../sass/new.scss */
.pwd_high_level {
  background-color: green;
  margin-top: 5px;
  height: 3px;
  font-size: 3px;
  width: 100px;
}

/* GP Slectbox*/
/* line 1403, ../sass/new.scss */
.GPselect {
  display: inline;
  padding: 1px;
  margin: 2px;
  position: relative;
  border: 1px solid #666;
  background: url(../../../../wcp/gui/images/gp_selectbox.jpg) no-repeat 100%
    50%;
  float: left;
}

/* line 1413, ../sass/new.scss */
.GPselect.expanded {
  background: url(../../../../wcp/gui/images/gp_selectbox2.jpg) no-repeat 100%
    50%;
}

/* line 1417, ../sass/new.scss */
.GPselect DIV.selectbox {
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
  white-space: nowrap;
}

/* line 1425, ../sass/new.scss */
.GPselect .selectul {
  left: -1px;
  top: 18px;
  position: absolute;
  background-color: #f8f8f8;
  padding: 0px;
  margin: 0px;
  border: 1px solid #666;
  list-style-type: none;
}

/* line 1436, ../sass/new.scss */
.GPselect .selectul UL {
  padding: 0px;
  margin: 0px;
  margin-left: 15px;
  border: 0px solid #666;
  list-style-type: none;
}

/* line 1444, ../sass/new.scss */
.GPselect LI.group {
  font-weight: bold;
  background: url(../../../../wcp/gui/images/gp_select_gp1.gif) no-repeat 4px
    50%;
  padding-left: 20px !important;
  cursor: default;
  color: #000;
}

/* line 1452, ../sass/new.scss */
.GPselect LI.group .selected {
  font-weight: bold;
  background: url(../../../../wcp/gui/images/gp_select_gp2.gif) no-repeat 4px
    50%;
  padding-left: 20px !important;
  cursor: default;
  color: #000;
}

/* line 1460, ../sass/new.scss */
.GPselect LI {
  padding: 0px;
  padding-top: 1px;
  white-space: nowrap;
  margin: 0px;
}

/* line 1467, ../sass/new.scss */
.GPselect LI.selected {
  background-color: #ddd;
  cursor: pointer;
}

/* line 1472, ../sass/new.scss */
.GPselect .selecttip {
  background-color: #ddd;
  cursor: pointer;
  padding: 3px;
  position: relative;
}

/* line 1479, ../sass/new.scss */
.border_left_right {
  border-left: 1px solid #d6e5f4;
  border-right: 1px solid #d6e5f4;
}

/* ####### DEV - vorläufige style änderungen - NICHT FINAL ###### */
/*
.tablehead {
  background-color : #D4DCE1;
}

.bgcolor_FFFFFF {
  background-color : #ffffff;
}

.bgcolor_ffffff {
  background-color : #ffffff;
}

.bgcolor_fffffe {
  background-color : #ffffff;
}

.bgcolor_white {
  background-color : #ffffff;
}

.bgcolor_86B7DF {
  background-color : #86B7DF;
}
.bgcolor_B2B2B2 {
  background-color : #B2B2B2;
}

.bgcolor_E4EDF7 {
  background-color : #ECEFF2;
}

.bgcolor_FFFFBB {
  background-color : #FFFFBB;
}

.bgcolor_FF0000 {
  background-color : #FF0000;
}

.bgcolor_ECEFF2 {
  background-color : #ECEFF2;
}

.bgcolor_adbbc4 {
  background-color : #adbbc4;
  color            : #fff;
}
.bgcolor_adbbc4 a {
  color : #fff;
}

.bgcolor_D6E5F4 {
  background-color : #D6E5F4;
}

*/
/* line 1550, ../sass/new.scss */
.nb_tablesection {
  border: 1px solid #cccccc;
  background-color: white;
  border-spacing: 0px;
  padding: 0px;
  padding-top: 5px;
  margin-top: 10px;
  margin-bottom: 5px;
}

/* line 1561, ../sass/new.scss */
.tablehead,
.tablerahmen td {
  padding: 3px;
}

/* line 1566, ../sass/new.scss */
.treecellleft {
  padding: 0px !important;
}

/* line 1570, ../sass/new.scss */
.treecell {
  padding: 0 3px 0 3px !important;
}

/* line 1574, ../sass/new.scss */
.progresswrap td {
  padding: 0px;
}

/* line 1579, ../sass/new.scss */
td a,
.link {
  font-weight: normal;
}

/* line 1586, ../sass/new.scss */
.tablerahmen th,
.tablehead,
.treehead,
.tablerahmen th a {
  font-weight: bold;
}

/* line 1590, ../sass/new.scss */
h1.headertext {
  padding: 3px;
}

/* line 1594, ../sass/new.scss */
h1 span.start {
  padding: 0px !important;
}

/* line 1598, ../sass/new.scss */
.todomarkerwidget {
  display: none;
}

/* line 1601, ../sass/new.scss */
.todomarkerstyle_qeditor {
  float: right;
  display: block;
  margin: 0 0 0 0;
}

/* line 1606, ../sass/new.scss */
.todomarkerstyle_panel {
  margin: 0px;
  padding: 0px;
  display: inline;
  cursor: pointer;
  vertical-align: middle;
}

/* Growl classes */
/* line 1615, ../sass/new.scss */
.growl {
  font-size: 0.9em;
  position: relative;
  width: 293px;
  color: #ffffff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-sarif;
}

/* line 1623, ../sass/new.scss */
.growl p {
  color: white;
  margin-bottom: 0;
}

/* line 1628, ../sass/new.scss */
.growl .outer {
  background: transparent url('../../../../wcp/gui/images/error-background.gif')
    top left no-repeat scroll;
  padding: 20px 20px 0 20px;
}

/* line 1632, ../sass/new.scss */
.growl .footer {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 25px;
  background: transparent url('../../../../wcp/gui/images/error-background.gif')
    bottom left no-repeat scroll;
}

/* line 1640, ../sass/new.scss */
.growl:hover .outer,
.growl.hover .outer {
  background-position: top right;
}

/* line 1645, ../sass/new.scss */
.growl:hover .footer,
.growl.hover .footer {
  background-position: bottom right;
}

/* Link zu TooltipDialog */
/* line 1654, ../sass/new.scss */
.dialoglink .dijitButtonNode,
.dialoglink .dijitButtonNode .dijitDropDownButtonHover,
.dialogbutton .dijitButtonNode,
.dialogbutton .dijitButtonNode .dijitDropDownButtonHover {
  background: none !important;
  border-style: none !important;
  font-weight: bold;
  padding: 0px !important;
  margin: 0px !important;
}

/* line 1662, ../sass/new.scss */
.dialoglink .dijitArrowButtonInner,
.dialogbutton .dijitArrowButtonInner {
  display: none;
}

/* line 1666, ../sass/new.scss */
.dialoglink button,
.dialoglink button .dijitButtonText {
  text-decoration: underline !important;
  color: #000000;
  display: inline;
}

/* line 1673, ../sass/new.scss */
.dialogbutton button,
.dialogbutton button .dijitButtonText {
  color: #000000;
  display: inline;
}

/* Link-Anmutung für Inline-Edit */
/* line 1679, ../sass/new.scss */
.linklike {
  text-decoration: underline;
}

/* line 1682, ../sass/new.scss */
.linklike:hover {
  text-decoration: none;
}

/* efs widget waitbox */
/* line 1686, ../sass/new.scss */
.waitboxwidget .preloader {
  background-image: url('../../images/waitbox.gif');
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 80px;
}

/* line 1694, ../sass/new.scss */
.growl .outer {
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid black !important;
  /* border-top:10px solid #ECE7D7 !important; */
  padding: 5px !important;
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  box-shadow: 1px 1px 2px #ddd;
  -moz-box-shadow: 1px 1px 2px #ddd;
  -webkit-box-shadow: #ddd 1px 1px 2px;
}

/* line 1708, ../sass/new.scss */
.growl .outer p {
  color: #666 !important;
  margin: 0px;
  padding: 0px;
  display: inline;
  position: relative;
  top: -5px;
}

/* line 1717, ../sass/new.scss */
.growl .outer div {
  padding-left: 5px;
}

/* line 1721, ../sass/new.scss */
.growl .outer .image img {
  width: 20px;
  height: 20px;
}

/* line 1726, ../sass/new.scss */
.growl .footer {
  display: none !important;
}

/* line 1732, ../sass/new.scss */
.m24 {
  border: 10px solid #000;
  margin: 0 5px 0 10px;
}

/* line 1736, ../sass/new.scss */
.disabled {
  color: #666;
}

/* line 1740, ../sass/new.scss */
.log_warning {
  background-color: yellow;
  padding: 0 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #000;
}

/* line 1750, ../sass/new.scss */
.log_error {
  background-color: red;
  padding: 0 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
}

/* fuer EINspaltige Formulare */
/* line 1761, ../sass/new.scss */
div.formcolumn {
  border: 0;
  border: 1px solid #ccc;
}

/* fuer ZWEIspaltige Formulare */
/* line 1767, ../sass/new.scss */
div.formcolumn-l,
div.formcolumn-r {
  width: 49%;
  float: left;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  border: 1px solid #ccc;
}

/* line 1776, ../sass/new.scss */
div.formcolumn-r {
  float: right;
}

/* line 1780, ../sass/new.scss */
div.formcolumn-l div,
div.formcolumn-r div,
div.formcolumn div {
  margin: 0;
  padding: 3px 0 3px 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/* line 1787, ../sass/new.scss */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline;
}

/* line 1793, ../sass/new.scss */
fieldset legend {
  display: none;
}

/* line 1796, ../sass/new.scss */
fieldset label {
  background-color: transparent;
  border: 0 !important;
  margin: 0px;
  padding: 1px;
  clear: left;
}

/* line 1803, ../sass/new.scss */
fieldset.submitfield {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-top: 0;
  padding: 3px;
  margin: 0;
  display: block;
}

/* line 1811, ../sass/new.scss */
fieldset.submitfield .submit,
fieldset.submitfield .button {
  float: right;
  clear: right;
}

/* line 1815, ../sass/new.scss */
fieldset.submitfield .reset {
  float: left;
}

/* Formularlegende  */
/* line 1820, ../sass/new.scss */
fieldset.footerlegend {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-bottom: 0;
  padding: 3px;
  margin: 6px 0 0 0;
}

/* Label */
/* line 1829, ../sass/new.scss */
label {
  text-align: right;
  font-weight: normal;
  font-size: 11px;
  padding: 2px 0;
  margin: 0;
  float: left;
  width: 40%;
  display: inline;
}

/* DIV um Feld und Fehlermeldung */
/* line 1841, ../sass/new.scss */
div.field-wrap {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  border: 0 !important;
  position: relative;
}

/* line 1849, ../sass/new.scss */
div.field-wrap input,
div.field-wrap select,
div.field-wrap textarea,
div.field-wrap fieldset,
div.field-wrap em,
div.field-wrap span {
  margin-left: 15px;
  z-index: 1;
  position: relative;
}

/* line 1854, ../sass/new.scss */
div.field-wrap fieldset input {
  margin-left: 0;
}

/* Fehlermeldungen */
/* line 1858, ../sass/new.scss */
div.alt1 em,
div.alt2 em,
div.errormsg em {
  color: #cc0000;
  font-weight: bold;
  font-style: normal;
  padding: 3px;
  clear: both;
  text-align: left;
  display: block;
  margin-left: 43%;
}

/* Fehlermeldungen in Listenform */
/* line 1870, ../sass/new.scss */
div.errormsg em ul {
  margin: 0;
  padding: 0 0 0 8px;
  list-style-image: url(../../../images/listarrow.gif) !important;
  text-align: left;
}

/* line 1876, ../sass/new.scss */
div.errormsg em li {
  color: #000000;
  margin: 0 0 0 0 !important;
  padding: 0 !important;
  text-align: left;
}

/* Fehlerbehandlung der Labels */
/* line 1884, ../sass/new.scss */
.errormsg {
  clear: both;
}

/* line 1890, ../sass/new.scss */
.marked-field {
  background-color: #e19376 !important;
}

/* line 1894, ../sass/new.scss */
fieldset.marked-field * {
  background-color: #e19376;
}

/** Definition der Formularelemente **/
/* Radiobutton, Checkbox */
/* line 1900, ../sass/new.scss */
.radio,
.checkbox {
  float: left;
}

/* einzeiliges Textfeld, mehrzeiliges Textfeld, Datei-Upload, mehrzeilige Auswahlliste */
/* line 1905, ../sass/new.scss */
.text,
.file,
.select-mul {
  width: 220px;
  /*  background-color: #D6E5F4;
      border: 1px solid #ccc;*/
}

/* einzeilge Auswahlliste */
/* line 1912, ../sass/new.scss */
.select {
  /*background-color: #D6E5F4;
      border: 1px solid #ccc;    */
}

/* Labels für Radiobuttons und Checkboxen */
/* line 1918, ../sass/new.scss */
.labradio,
.labcheck {
  text-align: left;
  line-height: 20px;
  float: left;
  width: auto;
  margin: 0;
}

/* Kalender Auswahlliste Tag und Monat */
/* line 1927, ../sass/new.scss */
.select.cal-day,
.select.cal-month {
  width: 44px;
}

/* Kalender Auswahlliste Jahr */
/* line 1932, ../sass/new.scss */
.select.cal-year {
  width: 80px;
}

/* bereits ausgewaehlte Items in mehrzeiligen Auswahlliste */
/* line 1937, ../sass/new.scss */
label span.select-chosen {
  color: #888888;
  font-size: 9px;
  font-weight: 600;
}

/* Zeilencontainer, Fehlermeldungcontainer */
/* line 1944, ../sass/new.scss */
div.alt1,
div.alt2,
div.errormsg,
div.subsubsection,
div.sectionborder-info {
  width: 100%;
  padding: 6px 0px;
  clear: left;
}

/* line 1949, ../sass/new.scss */
div.alt2 {
  background-color: #eceff2;
}

/* line 1952, ../sass/new.scss */
div.subsubsection {
  background-color: #eceff2;
  font-weight: bold;
  padding-bottom: 7px;
  padding-left: 7px;
  padding-top: 7px;
  border-top: 0;
}

/* line 1961, ../sass/new.scss */
div.subsubsection div {
  padding: 3px;
  border: 0;
  font-weight: bold;
  color: #78848f;
}

/* line 1967, ../sass/new.scss */
div.sectionborder-info * {
  padding: 5px;
}

/* line 1970, ../sass/new.scss */
div.alt1:after,
div.alt2:after,
div.errormsg:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Zeile ohne Formularelemente */
/* line 1981, ../sass/new.scss */
.block {
  text-align: center;
  padding: 3px;
}

/* Required-Stern */
/* line 1987, ../sass/new.scss */
span.required {
  display: inline;
  color: #000000;
}

/* line 1992, ../sass/new.scss */
.clear {
  clear: both;
}

/* Form Calendar */
/* line 1997, ../sass/new.scss */
.dp_cal {
  background-color: #fff;
  width: 177px;
  top: 24px;
  left: 0;
  margin: 0px 0px 3px 0px;
}

/* line 2004, ../sass/new.scss */
.dp_cal table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 2009, ../sass/new.scss */
.dp_cal select {
  margin: 2px 3px;
  font-size: 11px;
}

/* line 2013, ../sass/new.scss */
.dp_cal select option {
  padding: 1px 3px;
}

/* line 2017, ../sass/new.scss */
.dp_cal th,
.dp_cal td {
  width: 14.2857%;
  text-align: center;
  font-size: 11px;
  padding: 2px 0;
}

/* line 2023, ../sass/new.scss */
.dp_cal th {
  border-width: 1px 0;
  color: #797774;
  font-weight: bold;
}

/* line 2028, ../sass/new.scss */
.dp_cal td {
  cursor: pointer;
}

/* line 2033, ../sass/new.scss */
.dp_cal td.dp_roll {
  color: #000;
  background: #fff6bf;
}

/* must have this for the IE6 select box hiding */
/* line 2038, ../sass/new.scss */
.dp_hide {
  visibility: hidden;
}

/* line 2041, ../sass/new.scss */
.dp_empty {
  background: #eee;
}

/* line 2044, ../sass/new.scss */
.dp_today {
  background: #ccc;
}

/* line 2047, ../sass/new.scss */
.dp_selected {
  color: #fff;
  background: #328dcf;
}

/* line 2052, ../sass/new.scss */
input.DatePicker {
  background: white url('../../../../wcp/gui/images/p_rechts.gif') no-repeat
    scroll left top;
  padding-left: 20px;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid black;
  font-size: 11px;
  height: 16px;
  width: 60px;
}

/* line 2063, ../sass/new.scss */
input.submitbutton {
  float: right;
  margin: 3px;
}

/* line 2070, ../sass/new.scss */
html,
body {
  height: 100%;
}

/* line 2074, ../sass/new.scss */
#wrap {
  float: left;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  clear: both;
  margin: 0 auto -60px;
  width: 100%;
}

/* line 2084, ../sass/new.scss */
.push {
  height: 60px;
  clear: both;
}

/* line 2089, ../sass/new.scss */
#old {
  float: left;
}

/* line 2093, ../sass/new.scss */
#adm_footer {
  display: table-cell;
  color: #ccc;
  width: 100%;
  float: left;
  height: 60px;
  clear: both;
  overflow: hidden;
  background: transparent url(./bg_footer.png) 0px 20px repeat-x;
}

/* line 2104, ../sass/new.scss */
body.popup,
body.noframe {
  background: #fff;
  margin: 20px;
}

/* line 2109, ../sass/new.scss */
#adm_head {
  height: 92px;
  overflow: hidden;
}

/* line 2114, ../sass/new.scss */
#adm_head .adm_logo1 {
  float: left;
  width: 500px;
  height: 92px;
  text-indent: -5000px;
}

/* line 2121, ../sass/new.scss */
.adm_col_nav {
  width: 210px;
  min-width: 210px;
  max-width: 210px;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

/* line 2130, ../sass/new.scss */
.adm_col_main {
  padding: 0;
  margin: 0;
  vertical-align: top;
  width: 100%;
}

/* line 2137, ../sass/new.scss */
.adm_col_main h1 {
  font-size: 18px;
  color: #576b7d;
  margin: 0;
  font-weight: bold;
}

/* line 2146, ../sass/new.scss */
.adm_cb_news {
  margin: 0 20px 20px 0;
  padding: 0 20px 0 20px;
  background: #acbac3;
  border: 1px solid #d0d5da;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  line-height: 18px;
}

/* line 2157, ../sass/new.scss */
.adm_cb_news .item h2 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: #fff;
}

/* line 2164, ../sass/new.scss */
.adm_cb_news .item {
  margin: 0 0 20px 0;
  padding: 0 20px 20px 20px;
  background: #fff;
  border: 1px solid #d0d5da;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 2174, ../sass/new.scss */
.adm_cb_news .item h3 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: #576b7d;
}

/* line 2181, ../sass/new.scss */
.adm_cb_news .item p {
  font-size: 12px;
  color: #333;
}

/* line 2186, ../sass/new.scss */
#adm_footer p {
  color: #697d90;
  text-align: center;
  font-size: 10px;
  margin-top: 35px;
}

/* line 2193, ../sass/new.scss */
#adm_footer .adm_footer_logo_efs {
  float: left;
  width: 68px;
  height: 32px;
  background: url(./adm_footer_logo_efs.png) no-repeat 10px 10px;
  text-indent: -5000px;
  margin-top: 24px;
}

/* line 2202, ../sass/new.scss */
.clearfix:after {
  /* für Firefox, IE8, Opera, Safari, etc. */
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 2210, ../sass/new.scss */
* + html .clearfix {
  /* für IE7 */
  display: inline-block;
}

/* line 2214, ../sass/new.scss */
* html .clearfix {
  /* für IE6 */
  height: 1%;
}

/** news **/
/* line 2220, ../sass/new.scss */
.newscontainer {
  background: url(../../../wcp/gui/images/icon_info.png) no-repeat 10px 5px;
  margin: 0.5em 0 1em 0;
  padding: 15px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

/* line 2229, ../sass/new.scss */
.newsblue {
  background-color: #acbac3;
}

/* line 2233, ../sass/new.scss */
.newsred {
  background-color: #acbac3;
}

/* line 2237, ../sass/new.scss */
.newscontainer h2.news {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 0 0 0 55px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 1px 0px #666;
  -moz-text-shadow: 0px 1px 0px #666;
  -webkit-text-shadow: 0px 1px 0px #666;
}

/* line 2249, ../sass/new.scss */
.newscontainer dl {
  margin: 0px;
}

/* line 2253, ../sass/new.scss */
.newscontainer dt {
  padding: 15px;
  margin: 10px 0 0 0;
  background: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

/* line 2261, ../sass/new.scss */
.newscontainer dd {
  padding: 0 15px 15px 15px;
  background: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 2268, ../sass/new.scss */
.newscontainer dd p,
.newscontainer dd li {
  font-size: 1.1em;
  color: #333;
  line-height: 1.4em;
  padding: 0px;
  margin: 0px;
}

/* line 2276, ../sass/new.scss */
.newscontainer p.title {
  font-weight: bold;
  color: #556b7d;
  font-size: 14px;
  xpadding: 0 0 0 23px;
  margin: 0px;
}

/* line 2284, ../sass/new.scss */
.newscontainer a.title {
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  color: #556b7d;
}

/* line 2291, ../sass/new.scss */
.newscontainer a.title:hover {
  color: #000;
}

/* line 2295, ../sass/new.scss */
.newscontainer a.more {
  text-decoration: none;
  font-weight: bold;
  color: #497ba1;
  padding: 0 5px 0 5px;
  display: block;
  text-align: right;
}

/* line 2304, ../sass/new.scss */
.newscontainer a.more:hover {
  color: #000;
}

/* line 2308, ../sass/new.scss */
.newscontainer a.readbutton {
  float: right;
  width: 16px;
  height: 16px;
  background: url(../../../wcp/gui/images/icon_close.png) no-repeat 0 0;
}

/* line 2315, ../sass/new.scss */
.hint {
  border: 1px solid #acbac3;
  background-color: #acbac3;
  margin-bottom: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  text-shadow: 0px 1px 0px #888;
  -moz-text-shadow: 0px 1px 0px #888;
  -webkit-text-shadow: 0px 1px 0px #888;
}

/* line 2327, ../sass/new.scss */
.error {
  border: 1px solid #556b7d;
  background-color: #556b7d;
  margin-bottom: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  text-shadow: 0px 1px 0px #444;
  -moz-text-shadow: 0px 1px 0px #444;
  -webkit-text-shadow: 0px 1px 0px #444;
}

/* line 2342, ../sass/new.scss */
.error td,
.error span,
.hint td,
.hint span {
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}

/* line 2351, ../sass/new.scss */
.error span,
.hint span {
  display: block;
  padding: 15px 15px 15px 60px;
  background: transparent url(/wcp/gui/images/icon_error.png) no-repeat 10px 5px;
}

/* line 2357, ../sass/new.scss */
.hint span {
  background: transparent url(/wcp/gui/images/icon_hint.png) no-repeat 10px 5px;
}

/* line 2360, ../sass/new.scss */
.error span {
  background: transparent url(/wcp/gui/images/icon_error.png) no-repeat 10px 5px;
}

/* line 2366, ../sass/new.scss */
.message td span,
.error td span,
.hint td span {
  display: inline;
  padding: 0px;
  background-image: none;
}

/* line 2372, ../sass/new.scss */
.message {
  background-color: #7d8d00;
  margin-bottom: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  letter-spacing: 1px;
}

/* line 2381, ../sass/new.scss */
.message td {
  padding: 5px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  -moz-text-shadow: 0px 1px 0px #505a00;
  -webkit-text-shadow: 0px 1px 0px #505a00;
  text-shadow: 0px 1px 0px #505a00;
}

/* line 2397, ../sass/new.scss */
.error a,
.hint a,
.message a,
.error td a,
.hint td a,
.message td a {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #eef;
}

/* overwrite standard settings */
/* line 2405, ../sass/new.scss */
.dragger p {
  font-size: 10px !important;
}

/* line 2409, ../sass/new.scss */
table {
  border-spacing: 0px;
}

/*
.tablerahmen tr td {
border-bottom : 1px solid #fff;
}

.tablerahmen tr td td {
  border-bottom : 0px solid #fff;
}
*/
/* line 2423, ../sass/new.scss */
tr.bgcolor.bgcolor_white {
  display: none;
}

/* zend form */
/* line 2430, ../sass/new.scss */
ul.zend_form {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

/* line 2436, ../sass/new.scss */
ul.zend_form li {
  width: 100%;
  overflow: hidden;
}

/* line 2441, ../sass/new.scss */
ul.zend_form li.row.odd {
  background: #fff;
}

/* line 2445, ../sass/new.scss */
ul.zend_form li.row.even {
  background: #ebeff2;
}

/* line 2449, ../sass/new.scss */
ul.zend_form li.row.submit {
  background: #fff;
}

/* line 2453, ../sass/new.scss */
ul.zend_form li p {
  margin: 0px;
  display: block;
  float: left;
  padding: 3px 0px 3px 0px;
}

/* line 2460, ../sass/new.scss */
ul.zend_form li p.label {
  width: 30%;
}

/* line 2464, ../sass/new.scss */
ul.zend_form li p label {
  text-align: left;
  margin-left: 5px;
}

/* line 2469, ../sass/new.scss */
ul.zend_form li p.element {
  width: 70%;
  float: left;
}

/* line 2474, ../sass/new.scss */
ul.zend_form li.row.submit p.element {
  width: 100%;
  float: none;
  text-align: right;
  padding: 6px 0px 6px 0px;
}

/* line 2481, ../sass/new.scss */
ul.zend_form li ul.errors {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  clear: both;
}

/* line 2488, ../sass/new.scss */
ul.zend_form li ul.errors li {
  padding: 0px 5px 10px 30%;
  color: red;
}

/* line 2497, ../sass/new.scss */
.bgcolor_adbbc4 td {
  color: #fff;
  font-weight: bold;
  padding-left: 7px !important;
}

/* line 2503, ../sass/new.scss */
#gptree table.header {
  padding: 3px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* line 2510, ../sass/new.scss */
.tablerahmen_outer,
.tablerahmen {
  /*
  border-spacing : 0px;
  border         : 0px;
  */
}

/* line 2518, ../sass/new.scss */
.headstyle,
.tablehead,
.tablerahmen td {
  padding: 5px;
}

/* line 2522, ../sass/new.scss */
.searchform_table {
  border-spacing: 0px;
  padding: 0px;
  background-color: #fff;
}

/* line 2528, ../sass/new.scss */
.searchform_table tr td {
  padding: 5px;
  vertical-align: top;
  /*  border-bottom:1px solid #ECEFF2; */
}

/* line 2535, ../sass/new.scss */
.searchform_table td,
.searchform_table tr.bgcolor.bgcolor_FFFFFF {
  background-color: transparent;
}

/* line 2539, ../sass/new.scss */
.searchform_table tr:nth-child(2n) td {
  background-color: #eceff2;
}

/* line 2543, ../sass/new.scss */
.searchform_table .searchform_row table tr td {
  background-color: transparent;
}

/* line 2547, ../sass/new.scss */
.searchform_label {
  font-weight: bold;
}

/* line 2551, ../sass/new.scss */
input,
textarea {
  padding: 2px !important;
}

/* line 2555, ../sass/new.scss */
select {
  padding: 1px !important;
}

/* new tabulators (LI) */
/* line 2565, ../sass/new.scss */
ul.tabbulator {
  clear: both;
  float: left;
  list-style: none;
  padding: 7px 0 0 0;
  margin: 0 0 0px 0;
  border-bottom: 1px solid #adbbc4;
  width: 99.99%;
  background: transparent url(./tabbackground.png) bottom left repeat-x;
}

/* IE 6 fix */
/* line 2577, ../sass/new.scss */
.tabbulator a:hover,
.tabbulator a,
.tabbulator a:visited,
.tabbulator a:active {
  font-weight: normal;
  text-decoration: none;
}

/* line 2582, ../sass/new.scss */
ul.tabbulator li {
  float: left;
  margin: 0px;
  padding: 0px;
  margin-right: 3px;
  line-height: 1em;
  margin-top: 3px;
  margin-bottom: -1px;
  white-space: nowrap;
  border: 1px solid #c0c4c9;
  background: #fff;
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -khtml-border-top-right-radius: 4px;
}

/* line 2603, ../sass/new.scss */
ul.tabbulator li span span a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
  text-align: center;
  padding: 4px;
  display: block;
}

/* line 2612, ../sass/new.scss */
ul.tabbulator li span.start {
  padding-left: 5px;
  display: block;
  font-weight: normal;
  text-decoration: none;
}

/* line 2619, ../sass/new.scss */
ul.tabbulator li span.end {
  padding-right: 5px;
  display: block;
  font-weight: normal;
  text-decoration: none;
}

/* inactive */
/* ul.tabbulator li.inactive span, */
/* line 2627, ../sass/new.scss */
ul.tabbulator li.inactive span span a {
  color: #828d97;
  font-weight: normal;
  text-decoration: none;
}

/* line 2633, ../sass/new.scss */
ul.tabbulator li.inactive {
  border-bottom: 1px solid #adbbc4;
  font-weight: normal;
  text-decoration: none;
}

/* active */
/* ul.tabbulator li.active span, */
/* line 2641, ../sass/new.scss */
ul.tabbulator li.active span span a {
  color: #000;
  /* background-color:#fff; */
  font-weight: bold;
  text-decoration: none;
}

/* line 2648, ../sass/new.scss */
ul.tabbulator li.active {
  border-bottom: 1px solid white;
}

/* line 2652, ../sass/new.scss */
.tabbulator a:hover {
  color: #444 !important;
}

/* hidden */
/* ul.tabbulator li.hidden span, */
/* line 2659, ../sass/new.scss */
ul.tabbulator li.hidden a:hover,
ul.tabbulator li.hidden a {
  color: #adbbc4 !important;
}

/* line 2663, ../sass/new.scss */
ul.tabbulator li.hidden {
  border-color: #e2e6e9;
  border-bottom: 1px solid #adbbc4;
  opacity: 0.8;
}

/* line 2670, ../sass/new.scss */
table tr td.txt,
table tr td[align='left'] {
  padding: 5px 0px 5px 3px;
}

/* line 2676, ../sass/new.scss */
select,
textarea,
input[type='text'] {
  border: 1px solid #bfcdd6;
}

/* line 2680, ../sass/new.scss */
input.dijitReset {
  border: 0px;
}

/* line 2684, ../sass/new.scss */
.adm_metadata {
  margin: -20px 0 0 15px;
  width: 190px;
}

/* line 2689, ../sass/new.scss */
.adm_metadata dl {
  background: transparent;
  padding: 0px;
  margin: 0px;
}

/* line 2695, ../sass/new.scss */
.adm_metadata hr {
  height: 1px;
  background: #fff;
  border: 0px;
  border-top: 1px solid #b0bcc4;
  padding: 0px;
  margin: 10px 0px 10px 0px;
  width: 140px;
}

/* line 2709, ../sass/new.scss */
.adm_metadata dl dt,
.adm_metadata dl h4,
.adm_metadata dl a,
.adm_metadata dl dt p,
.adm_metadata dl dd p {
  color: #6c859b !important;
  padding: 0px 0px 5px 0px;
  margin: 0px;
  font-size: 11px;
}

/* line 2717, ../sass/new.scss */
.adm_metadata dl:hover,
.adm_metadata dl a:hover {
  color: #576b7d !important;
}

/* line 2721, ../sass/new.scss */
.adm_metadata dl dt.togglesubmenu {
  margin: 0px 0px 0px 0px;
  background: transparent url(./miniarrows.png) 0px -93px no-repeat;
  font-weight: bold;
}

/* line 2727, ../sass/new.scss */
.adm_metadata dl dt.linkoutside {
  margin: 0px 0px 0px 0px;
  background: transparent url(./linkout.png) 0px 3px no-repeat;
  font-weight: bold;
}

/* line 2733, ../sass/new.scss */
.adm_metadata dl dt.linkinside {
  margin: 0px 0px 0px 0px;
  background: transparent url(./linkin.png) 0px 3px no-repeat;
  font-weight: bold;
}

/* line 2739, ../sass/new.scss */
.adm_metadata dl dt.open {
  background-position: 0px 4px;
}

/* line 2743, ../sass/new.scss */
.adm_metadata dl dt a {
  text-decoration: none;
}

/* line 2747, ../sass/new.scss */
.adm_metadata dl a {
  font-weight: bold;
}

/* line 2752, ../sass/new.scss */
.adm_metadata dl dt,
.adm_metadata dl dd {
  padding: 3px 3px 3px 16px;
}

/* line 2756, ../sass/new.scss */
.adm_metadata dl dd.hidden {
  display: none;
}

/* line 2761, ../sass/new.scss */
.adm_metadata .togglesubmenu,
.adm_metadata #togglesubmenu {
  cursor: pointer;
}

/* line 2765, ../sass/new.scss */
.adm_metadata .togglesubmenu_node.hidden {
  display: none;
}

/* line 2769, ../sass/new.scss */
.adm_metadata span.fulldate {
  background-color: #e0e3e5;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  padding: 1px 5px 1px 5px;
  font-weight: bold;
  text-shadow: 0px 1px 0px #fff;
  -moz-text-shadow: 0px 1px 0px #fff;
  -webkit-text-shadow: 0px 1px 0px #fff;
  font-family: 'Andale Mono', 'Courier New', courier, monospace;
}

/* line 2783, ../sass/new.scss */
.bgcolor_D6E5F4 {
  background-color: #fff;
}

/* line 2787, ../sass/new.scss */
iframe[name='editwin'] {
  border: 2px solid #999;
}

/* line 2791, ../sass/new.scss */
.tundra .dijitSplitContainerSizerH {
  background-image: none !important;
  background-color: #bfbfbf !important;
  width: 6px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}

/* line 2799, ../sass/new.scss */
.progresswrap td {
  padding: 0px;
}

/* line 2803, ../sass/new.scss */
ul.cardlist {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
  overflow: hidden;
}

/* line 2811, ../sass/new.scss */
ul.cardlist li {
  width: 100%;
  padding: 0px;
  margin: 0px;
  float: left;
  min-width: 250px;
}

/* line 2819, ../sass/new.scss */
ul.cardlist li a {
  margin-right: 0px;
  margin-bottom: 10px;
  border: 1px solid #d1d5d8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 2px 4px #e0e3e5;
  -webkit-box-shadow: 0px 2px 4px #e0e3e5;
  box-shadow: 0px 2px 4px #e0e3e5;
  display: block;
  padding: 8px;
  text-decoration: none;
  background: #eceff2 url(./admin_bg_head.png) repeat-x 0px 0px;
}

/* line 2836, ../sass/new.scss */
ul.cardlist li a:hover {
  background-color: #e3e6e8;
}

/* line 2840, ../sass/new.scss */
ul.cardlist li a h2 {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #d1d5d8;
  text-shadow: 0px 1px 0px #fff;
  -moz-text-shadow: 0px 1px 0px #fff;
  -webkit-text-shadow: 0px 1px 0px #fff;
  font-size: 16px !important;
}

/* line 2850, ../sass/new.scss */
ul.cardlist li a p {
  margin: 0px;
  padding: 5px 0px 0px 0px;
  font-weight: normal;
}

/* line 2856, ../sass/new.scss */
label.required:after {
  content: ' *';
}

/* line 2860, ../sass/new.scss */
ul.cardlist {
  position: relative;
}

/* line 2864, ../sass/new.scss */
ul.cardlist .logobg {
  padding: 10px;
  text-indent: -100em;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid #fff;
}

/* line 2878, ../sass/new.scss */
ul.cardlist .logobg.logobgfull {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

/* line 2885, ../sass/new.scss */
ul.cardlist .logobg span {
  display: block;
  height: 50px;
  background-repeat: no-repeat;
}

/* line 2891, ../sass/new.scss */
ul.cardlist .logobg span.innerbutton {
  display: block;
  position: absolute;
  top: 27px;
  right: 25px;
  vertical-align: middle;
  padding: 5px 10px;
  height: auto;
  background-color: red;
  text-indent: 0;
  background: url('./admin_bg_head.png') repeat-x scroll 0 0 #eceff2;
  border: 1px solid #d1d5d8;
  border-radius: 4px 4px 4px 4px;
  text-decoration: none;
}

/* line 2907, ../sass/new.scss */
ul.cardlist .logobg.smm {
  background: #007fce;
  background: -moz-linear-gradient(top, #007fce 0%, #133d55 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #007fce),
    color-stop(100%, #133d55)
  );
  background: -webkit-linear-gradient(top, #007fce 0%, #133d55 100%);
  background: -o-linear-gradient(top, #007fce 0%, #133d55 100%);
  background: -ms-linear-gradient(top, #007fce 0%, #133d55 100%);
  background: linear-gradient(top, #007fce 0%, #133d55 100%);
  min-width: 500px;
}

/*

  img[src="/wcp/gui/images/pixel_t.gif"] { width:16px; height:16px; }

  img[src="../wcp/gui/images/tree/fav_folder.gif"] {
    background: transparent url(./mono_icons.png) -16px -16px no-repeat;
    width:20px !important; height:16px; content: url('/wcp/gui/images/pixel_t.gif');
  }

  img[src="../wcp/gui/images/tree/folder.gif"] {
    background: transparent url(./mono_icons.png) -16px -16px no-repeat;
    width:20px !important; height:16px; content: url('/wcp/gui/images/pixel_t.gif');
  }

  img[src="../wcp/gui/images/tree/fav_folder_open.gif"] {
    background: transparent url(./mono_icons.png) -16px -48px no-repeat;
    width:20px !important; height:16px; content: url('/wcp/gui/images/pixel_t.gif');
  }

  img[src="../wcp/gui/images/tree/folder_open.gif"] {
    background: transparent url(./mono_icons.png) -16px -48px no-repeat;
    width:20px !important; height:16px; content: url('/wcp/gui/images/pixel_t.gif');
  }

  img[src="/wcp/gui/images/star.gif"] {
    background: transparent url(./mono_icons_color.png) -304px -176px no-repeat;
    width:20px !important; height:16px; content: url('/wcp/gui/images/pixel_t.gif');
  }

  img.icon[src="/wcp/gui/images/edit_page.gif"] {
    background: transparent url(./mono_icons.png) -144px -16px no-repeat;
    width:16px; height:16px; content: url('/wcp/gui/images/pixel_t.gif');
  }

  img.icon[src="/wcp/gui/images/edit_props.gif"] {
    background: transparent url(./mono_icons.png) -528px -16px no-repeat;
    width:16px; height:16px; content: url('/wcp/gui/images/pixel_t.gif');
  }

  img.icon[src="/wcp/gui/images/e_copy.gif"] {
    background: transparent url(./mono_icons.png) -528px -144px no-repeat;
    width:16px; height:16px; content: url('/wcp/gui/images/pixel_t.gif');
  }

  img.icon[src="/wcp/gui/images/eye.gif"] {
    background: transparent url(./mono_icons.png) -48px -16px no-repeat;
    width:16px; height:16px; content: url('/wcp/gui/images/pixel_t.gif');
  }

  img.icon[src="/wcp/gui/images/part_admin.gif"] {
    background: transparent url(./mono_icons.png) -272px -176px no-repeat;
    width:16px; height:16px; content: url('/wcp/gui/images/pixel_t.gif');
  }

  img.icon[src="/wcp/gui/images/more.gif"] {
    background: transparent url(./mono_icons.png) -112px -80px no-repeat;
    width:16px; height:16px; content: url('/wcp/gui/images/pixel_t.gif');
  }

  img.icon:hover { background-image: url(./mono_icons_color.png); }
*/
