/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

a {
  color: #28b532;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

button {
  cursor: pointer;
  vertical-align: middle; }

dd {
  margin-left: 0.75em; }

dl {
  margin-bottom: 1.75em; }

dt {
  font-weight: bold;
  margin-top: 0.5em; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

form {
  margin: 0 0 1.5em; }

h1 {
  font-size: 2em;
  line-height: 1.45; }

h2 {
  font-size: 1.75em;
  line-height: 1.45; }

h3 {
  font-size: 1.5em;
  line-height: 1.45; }

h4 {
  font-size: 1.25em;
  line-height: 1.45; }

h5 {
  font-size: 1em;
  line-height: 1.45; }

h6 {
  font-size: 1em;
  line-height: 1.45; }

input {
  width: 16.5em; }

input[type="button"] {
  cursor: pointer;
  padding: 0.5em 0.75em;
  width: auto; }

input[type="checkbox"] {
  cursor: pointer;
  margin: 0.25em 0.25em 0 0;
  vertical-align: middle;
  width: auto; }

input[type="file"] {
  background-color: transparent;
  color: #8d8d8d;
  display: inline-block;
  vertical-align: middle; }

input[type="radio"] {
  cursor: pointer;
  vertical-align: middle;
  width: auto; }

input[type="password"] {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #8d8d8d;
  display: inline-block;
  padding: 0.5em;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  vertical-align: middle; }

input[type="password"]:focus {
  border-color: rgba(40, 181, 50, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(40, 181, 50, 0.8);
  outline: none; }

input[type="text"] {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #8d8d8d;
  display: inline-block;
  padding: 0.5em;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  vertical-align: middle; }

input[type="text"]:focus {
  border-color: rgba(40, 181, 50, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(40, 181, 50, 0.8);
  outline: none; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
[readonly],
textarea[readonly] {
  background-color: #eee;
  cursor: not-allowed; }

label {
  color: #555;
  cursor: pointer;
  display: block;
  margin-bottom: 0.25em; }

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

legend {
  border-color: #e5e5e5;
  border-style: none none solid;
  border-width: 0 0 1px;
  color: #333;
  display: block;
  font-size: 1.75em;
  line-height: 2em;
  margin-bottom: 1.75em;
  padding: 0;
  width: 100%; }

select {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #8d8d8d;
  cursor: pointer;
  display: inline-block;
  padding: 0.33333em;
  vertical-align: middle;
  width: 18em; }

small {
  font-size: 0.91667em; }

table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%; }

textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #8d8d8d;
  display: inline-block;
  overflow: auto;
  padding: 0.75em;
  vertical-align: middle;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; }

textarea:focus {
  border-color: rgba(40, 181, 50, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(40, 181, 50, 0.8);
  outline: none; }

ul {
  margin: 0;
  padding: 0; }

ul.unstyled {
  list-style: none;
  margin-left: 0; }

#skip-to-content {
  clip: rect(0 0 0 0);
  position: absolute; }

.aui .diagram-builder .diagram-builder-field {
  border-radius: 0;
  height: 5.25em;
  width: 6.5em; }

.aui .diagram-builder .tabbable {
  margin-left: 0;
  width: 22.5em; }

.aui .diagram-builder .tab-pane {
  height: 45em; }

.aui .diagram-builder-content {
  min-height: 35em; }

.aui .diagram-builder-content-container {
  padding-left: 22.5em; }

.aui .diagram-builder-drop-container {
  height: 50em; }

.aui .diagram-builder-field-icon {
  height: 1.25em;
  width: 1.25em; }

.aui .diagram-builder-fields-container {
  margin: 0.5em; }

.aui .field-wrapper .btn {
  margin-top: 0; }

.aui .field-wrapper .control-label {
  color: #555;
  display: block;
  font-size: 1.25em;
  line-height: normal;
  margin: 0.5em 0; }

.aui .form-builder .diagram-builder-drop-container {
  padding-bottom: 2em; }

.aui .form-builder .tab-pane {
  padding-bottom: 0.75em; }

.aui .form-builder-field {
  border-radius: 0;
  margin: 0.75em 0.5em 0;
  padding: 1em; }

.aui .form-builder-field label {
  font-weight: normal;
  margin-bottom: 0.5em;
  margin-right: 0.5em; }

.aui .form-builder-field .field-checkbox {
  margin: 0 0.25em 0 0; }

.aui .form-builder-field .form-builder-field-node {
  display: inline-block; }

.aui .form-builder-field .field-radio {
  margin: 0 0.25em 0 0; }

.aui .form-builder-field .toolbar {
  right: 0.5em;
  top: 0.5em; }

.aui .table-property-list {
  margin-top: 0.5em; }

.aui .table-sort-indicator {
  height: 0.75em;
  width: 0.75em; }

.aui .table-sort-liner {
  padding-right: 1.25em; }

.aui .tree-node-content .tree-hitarea {
  color: #999;
  cursor: pointer;
  font-size: 0.75em;
  padding-right: 0.5em; }

.aui .tree-node-content .tree-label {
  margin-left: 0.25em; }

.btn {
  background-color: #f1f1f1;
  border-color: #cfcfcf #cfcfcf #b5b5b5;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  margin: 0;
  padding: 0.5em 0.75em;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle; }

.btn:hover, .btn:focus {
  background-color: #eaeaea;
  color: #333;
  outline: none;
  text-decoration: none; }

.btn:active, .btn.active {
  background-color: #eaeaea;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333;
  outline: none;
  text-decoration: none; }

.btn.disabled, .btn[disabled] {
  background-color: #eaeaea;
  box-shadow: none;
  color: #333;
  cursor: default;
  opacity: 0.4; }

.btn.close {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #000;
  float: right;
  font-size: 1.5em;
  font-weight: bold;
  opacity: 0.2;
  padding: 0; }

.btn > * {
  vertical-align: middle; }

.btn-group {
  display: inline-block;
  font-size: 0;
  position: relative;
  vertical-align: middle;
  white-space: nowrap; }

.btn-group > * {
  font-size: 1rem; }

.btn-group > .btn {
  font-size: 1rem; }

.btn-primary {
  background-color: #50a2f5;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #4a96e8;
  color: #fff; }

.btn-toolbar {
  margin: 0.75em 0; }

.button-holder {
  margin: 1.5em 0; }

.caret {
  border-left: 0.33333em solid transparent;
  border-right: 0.33333em solid transparent;
  border-top: 0.33333em solid #000;
  content: "";
  display: inline-block;
  height: 0;
  vertical-align: middle;
  width: 0; }

.clearfix::before, .clearfix::after {
  clear: both;
  content: "";
  display: table; }

.collapse {
  height: 0;
  overflow: hidden;
  position: relative;
  transition: height 0.35s ease 0s; }

.container {
  content: "";
  display: table;
  margin: 0 auto; }

.dropdown {
  position: relative; }

.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 13.5em;
  padding: 0.25em 0;
  position: absolute;
  top: 100%;
  z-index: 1000; }

.dropdown-menu > li > a {
  display: block;
  padding: 0.5em 1.25em;
  white-space: nowrap; }

.dropdown-menu > li.portlet-close > a {
  color: #c00;
  font-weight: bold; }

.dropdown-menu > li > a > * {
  vertical-align: middle; }

.dropdown-menu > li > a:hover, .dropdown .dropdown-menu > li > a:focus {
  background-color: #0db5e7;
  background-image: linear-gradient(to bottom, #0ebdf1, #0caad9);
  background-repeat: repeat-x;
  color: #fff; }

.dropdown.open > .dropdown-menu {
  display: block; }

.dropdown.open > .dropdown-toggle, .dropdown.active > .dropdown-toggle, .dropdown.open.active > .dropdown-toggle {
  background-color: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
  color: #555; }

.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle; }

.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle; }

.form-inline label {
  display: inline-block;
  line-height: 1.5em;
  vertical-align: middle; }

.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 0.25em; }

.form-inline .radio input[type="radio"] {
  float: left;
  margin-left: 0;
  margin-right: 0.25em; }

.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle; }

.form-search .input-append .advanced-search .search-query {
  padding-left: 3em; }

.form-search .input-append .advanced-search .toggle-advanced {
  padding: 0.5em; }

.form-search .input-append .advanced-search .toggle-advanced .caret {
  margin-top: 0.25em; }

.hide {
  display: none; }

.hide-accessible {
  clip: rect(0px, 0px, 0px, 0px);
  position: absolute; }

.img-polaroid {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 0.25em; }

.input-append,
.input-prepend {
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.75em;
  vertical-align: middle;
  white-space: nowrap; }

.input-append input, .input-append button, .input-append span,
.input-prepend input, .input-prepend button, .input-prepend span {
  font-size: 1rem; }

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"] {
  display: inline-block; }

.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top; }

.input-append .btn,
.input-append .btn-group {
  margin-left: -1px; }

.input-append .add-on,
.input-prepend .add-on {
  background-color: #eee;
  border: 1px solid #ccc;
  color: #8d8d8d;
  display: inline-block;
  font-weight: normal;
  margin-left: -1px;
  min-width: 1.25em;
  padding: 0.5em;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: top;
  width: auto; }

.input-flex-add-on .add-on {
  float: left;
  margin-top: -1px; }

.input-flex-add-on .input-localized-content {
  padding-top: 0.75em; }

.input-localized .input-localized-content {
  margin-left: 0.5em;
  margin-top: 0.5em; }

.input-localized .lfr-input-localized-state {
  border-radius: 3px;
  height: 4px;
  margin: 3px 5px;
  width: 4px; }

.input-localized .palette-item-selected .lfr-input-localized-state {
  background-color: #27c1f2;
  box-shadow: 0 0 3px #27c1f2; }

.input-large {
  width: 18em; }

.input-mini {
  width: 6em; }

.input-small {
  width: 8em; }

.lfr-add-panel .add-content-menu .accordion {
  margin-bottom: 1.5em; }

.lfr-add-panel .add-content-menu .accordion .accordion-group .accordion-inner {
  background-color: #fcfcfc;
  border-color: #d3d3d3;
  border-style: solid;
  border-width: 0 0 1px; }

.lfr-add-panel .add-content-menu .fieldset {
  margin-top: 1.5em; }

.lfr-add-panel .add-content-menu .lfr-add-apps-legend li {
  padding: 0.25em 0; }

.lfr-add-panel .add-content-menu .lfr-content-item {
  color: #009ae5;
  padding-left: 1em; }

.lfr-add-panel .add-content-menu .lfr-content-item .add-content-item {
  margin-right: 1em;
  top: 0.5em; }

.lfr-add-dialog .add-content-menu .drag-content-item,
.lfr-add-panel .add-content-menu .drag-content-item {
  padding: 0.5em 0; }

.lfr-add-panel .add-content-menu .lfr-content-item:focus, .aui .lfr-add-panel .add-content-menu .lfr-content-item:hover {
  background-color: #e5f5fc; }

.lfr-add-panel .add-content-menu .lfr-page-template .lfr-page-template-options {
  margin: 0.75em 0.75em 0 2em;
  padding-bottom: 0.25em; }

.lfr-add-panel .add-content-menu .lfr-page-template .lfr-page-template-title label {
  margin: 0;
  padding: 0; }

.lfr-add-panel .add-content-menu .lfr-page-template .lfr-page-template-title .control-group {
  margin-bottom: 0.75em; }

.lfr-add-panel .add-content-menu .lfr-page-template .lfr-page-template-title .lfr-page-template-description {
  line-height: normal;
  padding-left: 2.16667em;
  padding-right: 1.66667em; }

.lfr-add-panel .add-content-menu .lfr-page-template .lfr-page-template-title.active {
  background-color: #0db5e7;
  color: #fff; }

.lfr-add-panel .add-content-menu .lfr-page-template .lfr-page-template-title.active .lfr-page-template-description {
  color: #fff; }

.lfr-add-panel .add-content-menu .lfr-page-template .toggler-header.active.lfr-page-template-title label {
  background-color: transparent; }

.lfr-add-panel .add-content-menu .template-selector legend {
  color: #555;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 1em; }

.lfr-add-panel .add-content-menu .template-selector .lfr-page-layouts label {
  line-height: 2em;
  margin-bottom: 1em; }

.lfr-add-panel .add-content-menu .template-selector .lfr-page-layouts label > * {
  vertical-align: middle; }

.lfr-add-panel .add-content-menu .template-selector .lfr-page-layouts .form-inline {
  display: inline-block;
  margin-bottom: 0; }

.lfr-add-panel .add-content-menu .template-selector .lfr-page-layouts .layout-template-entry {
  margin-left: 1em; }

.lfr-admin-panel {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 0;
  overflow: auto;
  padding: 1.25em;
  position: fixed;
  top: 0;
  z-index: 1100; }

.lfr-admin-panel.lfr-add-panel {
  width: 30em; }

.lfr-admin-panel.lfr-add-panel .add-content-menu .btn-toolbar .control-group-inline {
  margin-right: 0.25em; }

.lfr-admin-panel.lfr-add-panel .add-content-menu .btn-toolbar .btn-group {
  margin-right: 0.25em; }

.lfr-admin-panel.lfr-device-preview-panel {
  width: 20em; }

.lfr-admin-panel.lfr-edit-layout-panel {
  width: 35em; }

.lfr-admin-panel h1 {
  color: #009ae5;
  font-weight: normal; }

.lfr-admin-panel .nav {
  margin: 0 0 1.25em; }

.lfr-device-preview-panel .lfr-device-item {
  height: 5em;
  padding: 1em 0.5em; }

.lfr-device-preview-panel .lfr-device-item .device-info {
  height: 5em;
  padding-left: 6em; }

.lfr-device-preview-panel .lfr-device-item .device-info .device-dimensions {
  font-size: 1.16667em; }

.lfr-edit-layout-panel .navbar {
  margin-top: 1em; }

.lfr-edit-layout-panel .taglib-form-navigator .accordion {
  background-color: #fff;
  border-color: #d3d3d3;
  border-style: solid;
  border-width: 0 1px;
  margin: 2em 0 3em; }

.lfr-edit-layout-panel .taglib-form-navigator .accordion .accordion-group {
  border-width: 0;
  margin-bottom: 0; }

.lfr-edit-layout-panel .taglib-form-navigator .accordion .accordion-group .accordion-heading {
  cursor: pointer; }

.lfr-edit-layout-panel .taglib-form-navigator .accordion .accordion-group .accordion-inner {
  background-color: #fcfcfc;
  border-color: #d3d3d3;
  border-style: solid;
  border-width: 0 0 1px;
  padding: 0.5em 0 1.25em; }

.lfr-edit-layout-panel .taglib-form-navigator .accordion .accordion-group.lfr-panel-extended .accordion-inner {
  padding: 1.25em; }

.lfr-edit-layout-panel .taglib-form-navigator .accordion .accordion-group .toggler-header {
  background-color: #f2f2f2;
  border-color: #d3d3d3;
  border-style: solid;
  border-width: 1px 0;
  margin-top: -1px;
  padding: 0.5em 0.75em; }

.lfr-edit-layout-panel .taglib-form-navigator .accordion .toggler-content-expanded {
  border-width: 0; }

.lfr-edit-layout-panel .taglib-form-navigator .accordion .toggler-content-expanded .input-append {
  font-size: 1em; }

.lfr-edit-layout-panel .taglib-form-navigator .layout-type-form .lfr-page-layouts label {
  line-height: 2em;
  margin-bottom: 1em; }

.lfr-edit-layout-panel .taglib-form-navigator .layout-type-form .lfr-page-layouts label > * {
  vertical-align: middle; }

.lfr-edit-layout-panel .taglib-form-navigator .layout-type-form .lfr-page-layouts .form-inline {
  display: inline-block;
  margin-bottom: 0; }

.lfr-edit-layout-panel .taglib-form-navigator .layout-type-form .lfr-page-layouts .layout-template-entry {
  margin-left: 1em; }

.lfr-edit-layout-panel .taglib-form-navigator .lfr-theme-options,
.lfr-edit-layout-panel .taglib-form-navigator .lfr-inherit-theme-options {
  padding: 0.75em 1.5em; }

.lfr-has-add-content {
  padding-left: 32.5em; }

.lfr-has-device-preview {
  padding-left: 12.5em; }

.lfr-has-edit-layout {
  padding-left: 37.5em; }

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999; }

.lfr-portlet-title-editable .lfr-portlet-title-editable-content {
  padding-right: 0; }

.lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .field-label.textfield-label {
  display: none; }

.lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .toolbar-content {
  margin-top: 0;
  vertical-align: top; }

.lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .toolbar-content .btn-group {
  margin-top: 0; }

.lfr-table > tbody > tr > td,
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > td,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > td,
.lfr-table > tfoot > tr > th {
  padding: 0.75em; }

.lfr-tag-selector-popup label {
  padding: 0.5em 0; }

.lfr-tree li {
  margin-bottom: 0;
  padding-left: 0; }

.lfr-tree li.tree-node .tree-node-content {
  margin-bottom: 0.5em; }

.lfr-tree .tree-node .tree-node-selected .tree-label {
  background-color: #e4f5fc;
  padding: 0.25em; }

.lfr-tree .tree-container,
.lfr-tree .tree-root-container {
  margin-left: 1.25em; }

.modify-link > span > * {
  vertical-align: middle; }

.nav {
  list-style: none;
  margin: 0;
  padding: 0; }

.nav > li > a {
  display: block; }

.nav > .disabled > a {
  color: #999; }

.navbar {
  margin-bottom: 2em;
  overflow: visible; }

.navbar-inner {
  background-color: #f6f6f6;
  background-image: linear-gradient(to bottom, #f9f9f9, #f3f3f3);
  border: 1px solid #ddd;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
  padding: 0 1.25em; }

.navbar-search {
  margin-bottom: 0;
  margin-top: 0.25em;
  position: relative; }

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0; }

.navbar .container .btn,
.navbar .container .btn .icon-bar {
  box-shadow: 0 1px 0 #fff; }

.navbar .btn-navbar {
  background-color: #e9e9e9;
  background-image: linear-gradient(to bottom, #ececec, #e6e6e6);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
  color: #fff;
  display: none;
  float: right;
  margin: 0 0.25em;
  padding: 0.75em;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
  background-color: #ddd; }

.navbar .btn-navbar .icon-bar {
  background-color: #656565;
  box-shadow: 0 1px 0 #fff;
  display: block;
  height: 2px;
  width: 1.25em; }

.navbar .btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px; }

.navbar .container {
  width: 100%; }

.navbar .nav {
  display: block;
  float: left;
  list-style: none;
  margin: 0 1.25em 0 0;
  position: relative; }

.navbar .nav > li {
  float: left; }

.navbar .nav li > a {
  color: #555;
  padding: 0.75em 1.25em;
  word-break: break-all; }

.navbar .nav li > a:hover, .navbar .nav li > a:focus {
  text-decoration: none; }

.navbar .nav li > a > * {
  vertical-align: middle; }

.navbar .nav > li > .dropdown-menu::before {
  border-bottom: 0.5em solid rgba(0, 0, 0, 0.2);
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  content: "";
  display: inline-block;
  left: 0.5em;
  position: absolute;
  top: -0.5em; }

.navbar .nav > li > .dropdown-menu::after {
  border-bottom: 0.5em solid #fff;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  content: "";
  display: inline-block;
  left: 0.5em;
  position: absolute;
  top: -0.5em; }

.nav-collapse {
  clear: both; }

.nav-collapse.collapse {
  height: auto;
  overflow: visible; }

.nav-list {
  margin-bottom: 0;
  padding-left: 1.25em;
  padding-right: 1.25em; }

.nav-list > li > a {
  margin-left: -1.5em;
  margin-right: -1.5em;
  padding: 1em 1.5em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-decoration: none; }

.nav > li > a:hover, .nav > li > a:focus {
  background-color: #eee;
  text-decoration: none; }

.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
  background-color: #0af;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none; }

.nav-pills::after, .nav-pills::before {
  clear: both;
  content: "";
  display: table; }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  line-height: 1em;
  padding: 1em; }

.nav-pills > li > a:hover, .nav-pills > li > a:focus {
  background-color: #eee;
  text-decoration: none; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #0af;
  color: #fff;
  text-decoration: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.5em; }

.nav-tabs::after, .nav-tabs::before {
  clear: both;
  content: "";
  display: table; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  line-height: 1em;
  margin-right: 2px;
  padding: 0.75em 1em; }

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
  background-color: #fff;
  border-color: #ddd #ddd transparent;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #555;
  cursor: default; }

.open > .dropdown-menu {
  display: block; }

.overlay-hidden {
  clip: rect(0px, 0px, 0px, 0px);
  position: absolute; }

.pill-content > .pill-pane {
  display: none; }

.pill-content > .active {
  display: block; }

.popover {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  max-width: 23em;
  padding: 1px;
  position: absolute;
  text-align: left;
  top: 0;
  white-space: normal;
  z-index: 1010; }

.popover.bottom {
  margin-top: 0.75em; }

.popover-content {
  padding: 0.75em 1.25em; }

.popover-hidden {
  display: none; }

.pull-right {
  float: right; }

.radio {
  min-height: 1.5em; }

.radio.inline {
  display: inline-block;
  margin-bottom: 0;
  padding: 0.5em 0 0;
  vertical-align: middle; }

.separator {
  border-color: #bfbfbf transparent #fff;
  border-style: solid;
  border-width: 1px 0;
  margin: 2.5em auto; }

.table {
  background-color: transparent;
  border-spacing: 0;
  margin-bottom: 1.5em;
  max-width: 100%;
  overflow: hidden;
  width: 100%; }

.table th, .table td {
  border-top: 1px solid #ddd;
  padding: 0.75em;
  text-align: left;
  vertical-align: top; }

.table td {
  background-color: #f9f9f9; }

.table th {
  background-color: #f0efef;
  font-weight: bold;
  vertical-align: bottom; }

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: none; }

.table-bordered {
  border-collapse: separate;
  border-color: #ddd #ddd #ddd -moz-use-text-color;
  border-image: none;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px 0; }

.table-bordered th, .table-bordered td {
  border-left: 1px solid #ddd; }

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: none; }

.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
  background-color: #fff; }

.tab-content {
  overflow: auto; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.taglib-form-navigator ul.form-navigator.well {
  float: right; }

.taglib-form-navigator .form-navigator-content {
  overflow: visible; }

.taglib-icon-help img {
  opacity: 0.5;
  vertical-align: top; }

.taglib-page-iterator .lfr-pagination-config {
  line-height: normal; }

.tooltip {
  display: block;
  line-height: 1.4;
  max-width: 20em;
  position: absolute;
  visibility: visible;
  z-index: 1030; }

.tooltip.top {
  margin-top: -3px;
  padding: 0.25em 0; }

.tooltip-inner {
  background-color: #fdfaec;
  border: 1px solid #b0ad95;
  color: #535353;
  max-width: 20em;
  text-align: left;
  word-wrap: break-word;
  text-decoration: none; }

.tooltip-content {
  border-width: 1px;
  box-shadow: 4px 4px 14px #777;
  padding: 0.75em;
  position: relative; }

.well {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  margin-bottom: 1.5em;
  min-height: 1.5em;
  padding: 1.5em; }

/* ---------- Dragging/sorting indicators ---------- */
/* ---------- Portal tool tips ---------- */
/* ---------- Tags ---------- */
/* ---------- Tag cloud and tag list ---------- */
.tag-cloud .tag-popularity-1 {
  /*font-size: $tag-popularity-font-size + ($i * 0.3);*/ }
.tag-cloud .tag-popularity-2 {
  /*font-size: $tag-popularity-font-size + ($i * 0.3);*/ }
.tag-cloud .tag-popularity-3 {
  /*font-size: $tag-popularity-font-size + ($i * 0.3);*/ }
.tag-cloud .tag-popularity-4 {
  /*font-size: $tag-popularity-font-size + ($i * 0.3);*/ }
.tag-cloud .tag-popularity-5 {
  /*font-size: $tag-popularity-font-size + ($i * 0.3);*/ }
.tag-cloud .tag-popularity-6 {
  /*font-size: $tag-popularity-font-size + ($i * 0.3);*/ }

/* ---------- Underlay ---------- */
/* ---------- Tabs ---------- */
/* ---------- Miscellaneous ---------- */
/* ---------- Menus ---------- */
/* ---------- Loading mask ---------- */
/* ---------- Tree view ---------- */
/* ---------- Page customization ---------- */
/* ---------- Pagination ---------- */
/* ---------- Inline editing ---------- */
.portlet-column-content.empty {
  padding: 4em; }

.portlet-dockbar .navbar {
  background-color: #118ade;
  background-image: linear-gradient(#118ade 0px, #118ade 47%, #1273c7 100%);
  height: 3.5em;
  left: 0;
  margin: 0;
  position: relative;
  right: 0;
  top: 0;
  width: 100%; }

.portlet-dockbar .dockbar .navbar-inner {
  border: none;
  padding: 0 3em; }

.portlet-dockbar .dockbar .navbar-inner .container {
  display: block; }

.portlet-dockbar .dockbar .navbar-inner .container .btn {
  display: none; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li {
  display: inline-block;
  float: none;
  height: 3.5em;
  vertical-align: top; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li > a {
  color: #fff;
  height: 1.5em;
  padding: 1em 1.25em;
  text-shadow: none; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li > a > [class*="icon-"] {
  font-size: 1.25em; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li > a:focus,
.portlet-dockbar .dockbar .navbar-inner .container .nav > li > a:hover {
  background-color: #2fa4f5;
  text-decoration: none; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li > ul {
  display: none; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li.open > ul {
  background-color: #009ae5;
  border: medium none;
  display: block;
  float: none;
  list-style: outside none none;
  margin: 0;
  padding: 0.5em 0;
  position: absolute; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li.open > ul::after {
  border: none; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li.open > ul::before {
  border: none; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li.open > ul > li {
  margin: 0;
  padding: 0;
  text-align: left; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li.open > ul > li > a {
  color: #fff;
  display: block;
  padding: 0.5em 1.25em;
  text-shadow: none;
  white-space: nowrap; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li.open > ul > li > a:hover {
  background-color: #2fa4f5;
  text-decoration: none; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li.open > ul > li > ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li.open > ul > li > ul > li {
  margin: 0;
  padding: 0;
  text-align: left; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li.open > ul > li > ul > li > a {
  color: #fff;
  display: block;
  padding: 0.5em 0 0.5em 3.5em;
  text-shadow: none; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li.open > ul > li > ul > li > a:hover {
  background-color: #2fa4f5;
  text-decoration: none; }

.portlet-dockbar .dockbar .navbar-inner .container .nav > li.open > ul > li > ul > li > a > [class*="icon-"] {
  font-size: 0.833em; }

.portlet-dockbar .dockbar .navbar-inner .container .nav-add-controls {
  height: 3.5em; }

.portlet-dockbar .dockbar .navbar-inner .container .nav-account-controls {
  float: right;
  height: 3.5em; }

.portlet-dockbar .dockbar .navbar-inner .container .nav-collapse {
  clear: none; }

.portlet-dockbar .dockbar .navbar-inner .nav li.dropdown.open > .dropdown-toggle {
  background-color: #0ea6f9;
  box-shadow: none;
  color: #fff; }

.portlet-dockbar .dockbar .user-avatar .user-avatar-image {
  height: 2.5em;
  margin-top: -0.5em;
  vertical-align: top; }

.dockbar-split .portlet-dockbar .dockbar {
  height: 0;
  position: absolute; }

.dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav {
  border-bottom-width: 0; }

.dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav-add-controls {
  background-color: transparent;
  border-top-width: 0;
  left: 0;
  position: fixed;
  top: 10%;
  z-index: 350; }

.dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav-add-controls > li {
  display: block;
  margin: 0.75em;
  position: relative; }

.dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav-add-controls > li > a {
  background-color: #45cbf5;
  height: auto;
  line-height: 2em;
  margin: 0 0.5em 0 0;
  padding: 0.75em;
  text-align: center; }

.dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"],
.dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"],
.dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav-add-controls > li > a [class*=" icon-"] {
  font-size: 2em; }

.dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav-add-controls > li > a .nav-item-label {
  background-color: #333;
  display: none;
  left: 100%;
  margin-left: 0.25em;
  margin-top: -1em;
  padding: 0 1.5em;
  position: absolute;
  top: 50%;
  white-space: nowrap; }

.dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav-add-controls > li > a:hover .nav-item-label {
  display: block; }

.dockbar-split .portlet-dockbar .dockbar.navbar-static-top .collapse {
  position: relative; }

.dockbar-split .portlet-dockbar .dockbar.navbar-static-top .collapse .nav-account-controls {
  background-color: #118ade;
  border-top: 1px solid #00aeff;
  left: auto;
  margin-right: 0;
  padding: 0;
  position: fixed;
  right: 5em;
  z-index: 325; }

/* --------------------------------------------------------------------------*/
/* portlet - notifications */
/* --------------------------------------------------------------------------*/
.dockbar-user-notifications {
  position: relative; }

.dockbar-user-notifications .dropdown-toggle .user-notifications-count {
  background-color: #0066b3;
  border: 1px solid #0066b3;
  border-radius: 4px;
  display: inline;
  line-height: 1em;
  margin: 0;
  padding: 0.25em 0.75em;
  vertical-align: middle; }

.dockbar-user-notifications .dockbar-user-notifications-container > ul {
  display: none; }

.dockbar-user-notifications .dockbar-user-notifications-container.open > ul {
  background-color: #009ae5;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0.75em;
  position: absolute; }

.aui .dockbar .nav li.dropdown.dockbar-user-notifications .dropdown-menu {
  left: auto;
  max-height: none;
  right: 0;
  width: 35em; }

.dockbar-user-notifications .actionable, .dockbar-user-notifications .non-actionable {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 1.25em; }

.dockbar-user-notifications .user-notifications-header {
  border-bottom: 1px solid #2aaae6;
  min-height: 3.5em;
  padding: 0 1.25em; }

.dockbar-user-notifications .user-notifications-header > span {
  line-height: 3em; }

.dockbar-user-notifications .user-notifications-list .user-notifications {
  clear: both; }

/* ---------- Add/remove page ---------- */
/* ---------- Navigation portlet ---------- */
/* ---------- Page template selector ---------- */
body:first-of-type .portlet-borderless-bar {
  transition: opacity 0.5s ease 0.15s; }

body:first-of-type .portlet-borderless-bar .portlet-actions {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: max-width 0.3s ease 0s;
  white-space: nowrap; }

body:first-of-type .portlet-borderless-container:hover .portlet-borderless-bar {
  transition: opacity 0.5s ease 0s; }

body:first-of-type .portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions {
  max-width: 42em; }

body:first-of-type .portlet-content .lfr-icon-actions {
  transition: opacity 0.5s ease 0.15s; }

body:first-of-type .portlet-content:hover .lfr-icon-actions {
  transition: opacity 0.5s ease 0s; }

body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: max-width 0.3s ease-in 0.2s;
  white-space: nowrap; }

body:first-of-type .portlet-content:hover .lfr-icon-actions .taglib-text {
  max-width: 17em;
  transition: max-width 0.3s ease 0s; }

.alert,
.alert-info,
.portlet-msg-alert,
.portlet-msg-error,
.portlet-msg-help,
.portlet-msg-info,
.portlet-msg-progress,
.portlet-msg-success {
  margin-bottom: 2em;
  padding: 0.75em 2.5em 0.75em 0.75em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  word-wrap: break-word; }

.alert,
.portlet-msg-alert {
  background-color: #fffbdc;
  border: 1px solid #f1d875;
  color: #bf7900; }

.alert-danger,
.alert-error,
.portlet-msg-error {
  background-color: #fee5e2;
  border-color: #fcaca5;
  color: #b50303; }

.alert-info,
.portlet-msg-help,
.portlet-msg-info,
.portlet-msg-progress {
  background-color: #cef1fc;
  border-color: #9ee3f9;
  color: #12718f; }

.alert-success,
.portlet-msg-success {
  background-color: #f1fbd1;
  border-color: #bce830;
  color: #488f06; }

.lfr-configurator-visibility .portlet-content .lfr-icon-actions {
  opacity: 1; }

.lfr-configurator-visibility .portlet-topper {
  background-color: #a9a9a9; }

.lfr-portlet-proxy .portlet-topper {
  background-color: #118ade;
  padding: 1em; }

.lfr-portlet-proxy .portlet-title {
  padding: 0; }

.portlet-borderless .portlet-topper .portlet-topper-toolbar a {
  color: #fff; }

.portlet-borderless-bar {
  background-color: transparent;
  box-shadow: 0 1px 3px black inset;
  color: #fff;
  font-size: 0.83333em;
  height: 0;
  position: absolute;
  right: 0;
  text-shadow: -1px -1px black;
  top: 0;
  width: 100%;
  z-index: 200; }

.portlet-borderless-bar a {
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  margin-left: 0.5em;
  vertical-align: middle; }

.portlet-borderless-bar a:focus, .portlet-borderless-bar a:hover {
  text-decoration: none; }

.portlet-borderless-bar a i {
  vertical-align: top; }

.portlet-borderless-bar .portlet-actions {
  background-color: #333;
  box-shadow: 2px 1px 2px black inset;
  float: right;
  min-height: 1.75em;
  padding: 0 0.5em; }

.portlet-borderless-bar .portlet-actions .portlet-action,
.portlet-borderless-bar .portlet-actions .portlet-options {
  display: inline-block; }

.portlet-borderless-bar .portlet-actions .portlet-options a .caret {
  display: none; }

.portlet-borderless-bar .portlet-actions .portlet-options a .lfr-icon-menu-text {
  display: none; }

.portlet-borderless-bar .portlet-action-separator {
  display: none; }

.portlet-borderless-bar .portlet-title-default {
  background-color: #333;
  box-shadow: -2px 1px 2px black inset;
  min-height: 1.75em; }

.portlet-borderless-container {
  margin-bottom: 1em;
  min-height: 2.5em;
  padding: 0;
  position: relative; }

.portlet-content .lfr-icon-actions {
  background-color: #333;
  box-shadow: 0 1px 3px black inset;
  color: #fff;
  text-shadow: -1px -1px black; }

.portlet-content .lfr-icon-actions .lfr-icon-action a {
  vertical-align: middle; }

.portlet-content .lfr-icon-actions .lfr-icon-action-add a::before {
  content: "\f067";
  font-family: font-awesome-alloy;
  font-style: normal; }

.portlet-content .lfr-icon-actions .lfr-icon-action-configuration a::before {
  content: "\f013";
  font-family: font-awesome-alloy;
  font-style: normal; }

.portlet-content .lfr-icon-actions .lfr-icon-action a img {
  display: none; }

.portlet-content {
  border-color: #eaeaea;
  border-style: solid;
  border-width: 0 1px 1px;
  padding: 1em; }

.portlet-content .icons-container {
  clear: both;
  height: auto;
  margin-top: 1em;
  overflow: hidden;
  width: auto; }

.portlet-content .lfr-icon-actions {
  float: left;
  opacity: 0.5;
  padding: 0.25em 0.5em; }

.portlet-content .lfr-icon-actions .taglib-text {
  color: #fff;
  display: none;
  font-weight: bold;
  margin-right: 1em;
  text-decoration: none;
  vertical-align: middle; }

.portlet-draggable .portlet-topper {
  cursor: move; }

.portlet-draggable .portlet-title-default {
  cursor: move; }

.portlet-draggable .portlet-title-default::before {
  content: "\f047";
  font-family: font-awesome-alloy;
  font-style: normal;
  margin-right: 0.5em; }

.portlet-title {
  font-size: 1em;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 0 6em 0 0.75em; }

.portlet-title i {
  display: none; }

.portlet-title img {
  display: none; }

.portlet-title-default {
  display: block;
  float: right;
  font-weight: bold;
  height: 0;
  max-width: 50%;
  overflow: hidden;
  padding: 0 0.75em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }

.portlet-title-editable {
  cursor: pointer; }

.portlet-title-text {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap; }

.portlet-topper {
  background-color: #d3d3d3;
  color: #fff;
  padding: 0.75em;
  position: relative; }

.portlet-topper .portlet-topper-toolbar {
  font-size: 0.833em;
  margin: -0.75em 0 0;
  padding: 0;
  position: absolute;
  right: 0.75em;
  text-align: right;
  top: 50%;
  z-index: 300; }

.portlet-topper .portlet-topper-toolbar a:focus, .portlet-topper .portlet-topper-toolbar a:hover {
  text-decoration: none; }

.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  color: transparent;
  font-size: 0; }

.portlet-topper .portlet-topper-toolbar .portlet-options .dropdown-toggle .caret {
  display: none; }

/* document library */
.portlet-document-library .diagram-builder-field-icon {
  font-size: 2em; }

/* dynamic data mapping */
.portlet-dynamic-data-mapping .diagram-builder-field-icon {
  font-size: 2em; }

@media (max-width: 979px) {
  .aui input[type="color"],
  .aui input[type="date"],
  .aui input[type="datetime"],
  .aui input[type="datetime-local"],
  .aui input[type="email"],
  .aui input[type="month"],
  .aui input[type="number"],
  .aui input[type="password"],
  .aui input[type="search"],
  .aui input[type="tel"],
  .aui input[type="text"],
  .aui input[type="time"],
  .aui input[type="url"],
  .aui input[type="week"],
  .aui select,
  .aui textarea,
  .aui .input-prepend .add-on,
  .aui .navbar-search .search-query,
  .aui .uneditable-input {
    font-size: inherit;
    height: inherit;
    line-height: inherit; }

  .aui .btn {
    font-size: 1rem;
    padding: 0.5em 0.75em; }

  .dockbar-split .portlet-dockbar .dockbar {
    height: auto;
    position: relative; }

  .dockbar-split .portlet-dockbar .dockbar.navbar-static-top .collapse .nav-account-controls {
    background-color: #009ae5;
    border: none;
    position: absolute;
    right: -1em;
    z-index: 400; }

  .dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav-add-controls > li {
    margin: 0; }

  .dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav-add-controls > li > a {
    background-color: transparent;
    line-height: normal;
    margin: 0;
    padding: 1em 1.25em;
    text-align: left; }

  .dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav-add-controls > li > a .nav-item-label {
    background-color: transparent;
    display: inline;
    margin: 0;
    padding: 0;
    position: static; }

  .dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav-add-controls > li > a:hover .nav-item-label {
    display: inline; }

  .dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"],
  .dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"],
  .dockbar-split .portlet-dockbar .dockbar .navbar-inner .nav-add-controls > li > a [class*=" icon-"] {
    font-size: 1.25em; }

  .dockbar-user-notifications .dropdown-toggle .user-notifications-count {
    display: block; }

  .navbar .container .btn {
    margin: 0.25em 0; }

  .portlet-dockbar {
    display: inline-block;
    width: 100%; }

  .portlet-dockbar .dockbar {
    float: right;
    height: auto;
    width: auto;
    z-index: 401; }

  .portlet-dockbar .dockbar .navbar-inner {
    background-color: #118ade;
    background-image: linear-gradient(#118ade 0px, #118ade 47%, #1273c7 100%);
    padding: 0 1em; }

  .portlet-dockbar .dockbar .navbar-inner .container .btn {
    background-color: transparent;
    background-image: none;
    border: 0 none;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 1.5em;
    height: 2em;
    line-height: 1.5em;
    margin: 0.125em 0;
    padding: 0;
    text-shadow: none;
    vertical-align: middle;
    width: 2em; }

  .portlet-dockbar .dockbar .navbar-inner .container .btn:hover {
    background-color: #5bbae8; }

  .portlet-dockbar .dockbar .navbar-inner .container .btn.open {
    background-color: #f5af45; }

  .portlet-dockbar .dockbar .navbar-inner .container .btn .user-avatar-image {
    position: relative;
    top: 2px;
    width: 0.83333em; }

  .portlet-dockbar .dockbar .navbar-inner .container .nav > li.divider-vertical {
    display: none; }

  .portlet-dockbar .dockbar .navbar-inner .container .nav > li.open > ul {
    box-shadow: none;
    position: static; }

  .portlet-dockbar .dockbar .navbar-inner .nav-collapse > .nav {
    background-color: #009ae5;
    border: medium none;
    height: auto;
    left: auto;
    margin: 0;
    min-width: 15em;
    position: absolute;
    right: -1em;
    z-index: 400; }

  .portlet-dockbar .dockbar .navbar-inner .container .nav > li {
    display: block;
    height: auto; }

  .portlet-dockbar .dockbar .navbar-inner .nav-add-controls > li.page-preview-controls {
    display: none; } }
@font-face {
  font-family: 'font-awesome';
  src: url("/nfh-cp-epccmb-theme/css/../fonts/font-awesome.eot?v=4.5.0");
  src: url("/nfh-cp-epccmb-theme/css/../fonts/font-awesome.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("/nfh-cp-epccmb-theme/css/../fonts/font-awesome.woff2?v=4.5.0") format("woff2"), url("/nfh-cp-epccmb-theme/css/../fonts/font-awesome.woff?v=4.5.0") format("woff"), url("/nfh-cp-epccmb-theme/css/../fonts/font-awesome.ttf?v=4.5.0") format("truetype"), url("/nfh-cp-epccmb-theme/css/../fonts/font-awesome.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 1em font-awesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

/* ========== base ========== */
#additional-footer {
  margin: 0 auto;
  max-width: 116.667em; }

#additional-footer-inner {
  margin: 0 auto;
  max-width: 80em; }

#breadcrumbs ul {
  list-style: none;
  margin-bottom: 1.5em; }

#breadcrumbs ul li {
  display: inline-block;
  position: relative; }

#breadcrumbs ul li::after {
  background-image: url("/nfh-cp-epccmb-theme/css/../images/nfh-cp/breadcrumb-white-10x20.png");
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: 0.83333em 1.66667em;
  content: "";
  height: 1.66667em;
  position: absolute;
  right: -0.83333em;
  top: 0;
  width: 0.83333em;
  z-index: 111; }

#breadcrumbs ul li.last::after {
  background-image: url("/nfh-cp-epccmb-theme/css/../images/nfh-cp/breadcrumb-grey-10x20.png"); }

#breadcrumbs ul li a {
  background-color: #fff;
  color: #363636;
  display: inline-block;
  height: 1.66667em;
  line-height: 1.5;
  padding: 0 1em 0 2em; }

#breadcrumbs ul li.first a {
  padding: 0 1em; }

#breadcrumbs ul li.last a {
  background-color: #f8f6f2; }

#breadcrumbs ul li .divider {
  display: none; }

#content {
  background-color: #e7e7e7;
  margin: 0 auto;
  max-width: 116.667em;
  position: relative; }

#content-inner {
  background-color: #e7e7e7;
  margin: 0 auto;
  max-width: 80em;
  padding: 2em 1.5em 1em;
  position: relative; }

#content-main-image {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

#content-main-image img {
  width: 100%; }

#content-main-image-fader {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, 0) 45%, #ececec 60%, #e7e7e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(45%, rgba(242, 242, 242, 0)), color-stop(60%, #ececec), color-stop(100%, #e7e7e7));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, 0) 45%, #ececec 60%, #e7e7e7 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, 0) 45%, #ececec 60%, #e7e7e7 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, 0) 45%, #ececec 60%, #e7e7e7 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, 0) 45%, #ececec 60%, #e7e7e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#e7e7e7',GradientType=0 );
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

#footer {
  background-color: #121212;
  margin: 0 auto;
  max-width: 116.667em;
  position: relative;
  z-index: 111; }

#footer-column-1 {
  border-right: 1px solid #707070;
  display: table-cell;
  padding: 1em 0 2em;
  vertical-align: top;
  width: 25%; }

#footer-column-2 {
  border-right: 1px solid #707070;
  display: table-cell;
  padding: 1em 2em 2em;
  vertical-align: top;
  width: 25%; }

#footer-column-3 {
  border-right: 1px solid #707070;
  display: table-cell;
  padding: 1em 2em 2em;
  vertical-align: top;
  width: 25%; }

#footer-column-4 {
  display: table-cell;
  padding: 1em 2em 2em;
  vertical-align: top;
  width: 25%; }

#footer-inner {
  color: #e7e7e7;
  display: table;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 80em;
  padding: 1em 0;
  width: 100%; }

#footer-powered-by {
  clip: rect(0px, 0px, 0px, 0px);
  text-indent: -9999px; }

#footer h3 {
  font-size: 1.16667em; }

#footer p {
  font-size: 1.08333em;
  line-height: 1.38461em; }

#header {
  margin: 2em auto;
  max-width: 80em; }

#header-banner {
  display: table-cell;
  vertical-align: middle;
  width: 20%; }

#header-buttons {
  display: none; }

#header-divisions {
  display: none; }

#header-localization {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 20%; }

#header-organization {
  display: table-cell;
  vertical-align: middle;
  width: 60%; }

#header-organization .logo {
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle; }

#header-organization .name {
  color: #005023;
  display: inline-block;
  font-family: sans-serif,arial,tahoma;
  font-size: 1.5em;
  font-weight: bold;
  vertical-align: middle; }

#header-organization .name:focus, #header-organization .name:hover {
  text-decoration: none; }

#header-table {
  display: table;
  width: 100%; }

body {
  background-color: #fff; }

form#hrefFm {
  margin: 0; }

html {
  font-family: Open Sans, verdana, tahoma, helvetica, geneva, sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1.125;
  -webkit-tap-highlight-color: transparent; }

#navigation-top {
  background-color: #121212;
  margin: 0 auto;
  max-width: 116.66667em;
  position: relative;
  z-index: 200; }

#navigation-top > nav {
  background: url("/nfh-cp-epccmb-theme/css/../images/nfh-cp/navigation-top-bg.png") no-repeat scroll 68.41667em top #121212;
  margin: 0 auto;
  max-width: 80em;
  position: relative; }

#navigation-top ul.level-1 {
  display: table;
  list-style: none; }

#navigation-top ul.level-1 > li {
  border-right: 1px solid #363636;
  display: table-cell;
  position: relative; }

#navigation-top ul.level-1 > li.last {
  border-right: none; }

#navigation-top ul.level-1 > li.search {
  border-right: none;
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0; }

#navigation-top ul.level-1 > li > a {
  color: #fff;
  display: inline-block;
  font-size: 1.16667em;
  height: 4em;
  line-height: 4em;
  padding: 0 1.5em;
  text-transform: uppercase;
  vertical-align: middle; }

#navigation-top ul.level-1 > li > a.toggle-navigation-button {
  display: none; }

#navigation-top ul.level-1 > li > a:focus, #navigation-top ul.level-1 > li > a:hover {
  background-color: #28b532;
  outline: none;
  text-decoration: none; }

#navigation-top ul.level-1 > li.search > a {
  font-size: 1em;
  height: 3.16667em;
  line-height: 3.16667em;
  margin-top: 0.75em;
  padding: 0;
  text-align: center;
  width: 3.16667em; }

#navigation-top ul.level-1 > li.search:focus > a, #navigation-top ul.level-1 > li.search:hover > a {
  background-color: #28b532;
  outline: none;
  text-decoration: none; }

#navigation-top ul.level-1 > li.search:focus > a::after, #navigation-top ul.level-1 > li.search:hover > a::after {
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-top: 0.5em solid #28b532;
  content: "";
  display: block;
  height: 0;
  left: 1.08333em;
  position: relative;
  width: 0; }

#navigation-top ul.level-1 > li.search > a > span {
  font-size: 1.75em; }

#navigation-top ul.level-1 > li.search .search-inner {
  background-color: #121212;
  border: 1px solid #363636;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  display: none;
  padding: 1em;
  position: absolute;
  right: 0;
  top: 100%; }

#navigation-top ul.level-1 > li.search:focus .search-inner, #navigation-top ul.level-1 > li.search:hover .search-inner {
  display: block; }

#navigation-top ul.level-1 > li.search .search-inner form {
  margin: 0; }

#navigation-top ul.level-1 > li.search .search-inner input[type="image"] {
  display: none; }

#navigation-top ul.level-1 > li.search .search-inner input[type="text"] {
  font-size: 1.16667em; }

#navigation-top ul.level-1 > li.search .search-inner .control-group {
  display: block;
  margin: 0; }

#navigation-top ul.level-1 > li.selected > a {
  background-color: #28b532; }

#navigation-top ul.level-2 {
  background-color: #121212;
  border: 1px solid #363636;
  display: none;
  left: 0;
  list-style: none;
  position: absolute;
  top: 4.66667em; }

#navigation-top ul.level-1 > li:hover > ul.level-2 {
  display: block; }

#navigation-top ul.level-2 > li {
  border-bottom: 1px solid #363636;
  position: relative; }

#navigation-top ul.level-2 > li.has-children::after {
  color: #fff;
  content: "\f105";
  font-family: font-awesome;
  font-size: 2em;
  position: absolute;
  right: 0.5em;
  top: 20%; }

#navigation-top ul.level-2 > li.last {
  border-bottom: none; }

#navigation-top ul.level-2 > li > a {
  color: #fff;
  display: inline-block;
  font-size: 1.16667em;
  padding: 1em 1.5em;
  width: 22em; }

#navigation-top ul.level-2 > li > a.toggle-navigation-button {
  display: none; }

#navigation-top ul.level-2 > li > a:focus, #navigation-top ul.level-2 > li > a:hover {
  background-color: #28b532;
  outline: none;
  text-decoration: none; }

#navigation-top ul.level-3 {
  background-color: #121212;
  border: 1px solid #363636;
  display: none;
  left: 100%;
  list-style: none;
  position: absolute;
  top: 0; }

#navigation-top ul.level-2 > li:hover > ul.level-3 {
  display: block; }

#navigation-top ul.level-3 > li {
  border-bottom: 1px solid #363636;
  position: relative; }

#navigation-top ul.level-3 > li.has-children::after {
  color: #fff;
  content: "\f105";
  font-family: font-awesome;
  font-size: 2em;
  position: absolute;
  right: 0.5em;
  top: 20%; }

#navigation-top ul.level-3 > li.last {
  border-bottom: none; }

#navigation-top ul.level-3 > li > a {
  color: #fff;
  display: inline-block;
  font-size: 1.16667em;
  padding: 1em 1.5em;
  width: 22em; }

#navigation-top ul.level-3 > li > a.toggle-navigation-button {
  display: none; }

#navigation-top ul.level-3 > li > a:focus, #navigation-top ul.level-3 > li > a:hover {
  background-color: #28b532;
  outline: none;
  text-decoration: none; }

#navigation-top ul.level-4 {
  background-color: #121212;
  border: 1px solid #363636;
  display: none;
  left: 100%;
  list-style: none;
  position: absolute;
  top: 0; }

#navigation-top ul.level-3 > li:hover > ul.level-4 {
  display: block; }

#navigation-top ul.level-4 > li {
  border-bottom: 1px solid #363636;
  position: relative; }

#navigation-top ul.level-4 > li.last {
  border-bottom: none; }

#navigation-top ul.level-4 > li > a {
  color: #fff;
  display: inline-block;
  font-size: 1.16667em;
  padding: 1em 1.5em;
  width: 22em; }

#navigation-top ul.level-4 > li > a.toggle-navigation-button {
  display: none; }

#navigation-top ul.level-4 > li > a:focus, #navigation-top ul.level-4 > li > a:hover {
  background-color: #28b532;
  outline: none;
  text-decoration: none; }

.controls-visible #content-main-image {
  display: none; }

.first-layout #content {
  overflow: hidden;
  padding: 33em 0 10em; }

.first-layout.controls-visible #content {
  padding-top: 0; }

.tile-1h {
  height: 16.66667em; }

/* ========== layout ========== */
.nfh-cp-tiles-main-page-layouttpl #column-3 {
  padding-top: 7.16667em; }

/* ========== portlet ========== */
.portlet-content {
  padding: 0.25em; }

.portlet-title {
  font-weight: bold;
  padding: 0 6em 0 0; }

.portlet-topper {
  background-color: transparent;
  color: #707070;
  font-size: 1.33333em;
  padding: 0.25em; }

/* portlet magazine */
.nfh-cp-magazin-portlet .asset-abstract {
  background-color: #fff;
  clear: both;
  margin-bottom: 0.75em;
  overflow: auto;
  padding: 1.5em; }

.nfh-cp-magazin-portlet .asset-abstract img {
  box-sizing: border-box;
  max-width: 50%; }

.nfh-cp-magazin-portlet .asset-abstract.even img {
  float: right;
  padding-left: 1.25em; }

.nfh-cp-magazin-portlet .asset-abstract.odd img {
  float: left;
  padding-right: 1.25em; }

.nfh-cp-magazin-portlet .asset-abstract .summary {
  max-width: 50%; }

.nfh-cp-magazin-portlet .asset-abstract.even .summary {
  float: left; }

.nfh-cp-magazin-portlet .asset-abstract.odd .summary {
  float: right; }

.nfh-cp-magazin-portlet .asset-abstract .summary a:active,
.nfh-cp-magazin-portlet .asset-abstract .summary a:hover {
  text-decoration: none; }

.nfh-cp-magazin-portlet .asset-abstract .summary .asset-title {
  border-bottom: 1px solid #e7e7e7;
  color: #363636;
  display: inline-block;
  font-size: 1.33333em;
  padding-bottom: 1.25em;
  margin: 0 0 1.5em;
  text-transform: uppercase; }

.nfh-cp-magazin-portlet .asset-abstract .summary .description {
  font-size: 1.16667em;
  line-height: 1.25; }

/* portlet asset publisher */
.portlet-asset-publisher .news-tiles {
  margin-left: -2em; }

.portlet-asset-publisher .news-tiles .article-abstract {
  float: left;
  margin: 0 0 2em 2em;
  width: 38.83333em; }

.portlet-asset-publisher .news-tiles .article-abstract.article-abstract-news-tile-small {
  margin: 0 0 2em 2em;
  width: 18.41667em; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile {
  height: 35em;
  overflow: hidden;
  position: relative; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile img {
  width: 100%; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile .summary {
  background-color: #fff;
  box-sizing: border-box;
  padding: 1em 1.25em;
  position: absolute;
  text-transform: uppercase;
  bottom: 0;
  width: 100%; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile .summary a {
  color: #363636; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile .summary a:active,
.portlet-asset-publisher .news-tiles .article-abstract .news-tile .summary a:hover {
  text-decoration: none; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile .summary .article-summary {
  font-size: 1.16667em; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile .summary .article-summary .asset-summary-text {
  line-height: 1.4;
  max-height: 5.42857em;
  overflow: hidden; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile .summary .article-title {
  font-size: 1.33333em;
  margin: 0 0 0.25em;
  max-height: 3em;
  overflow: hidden;
  padding: 0; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile-small {
  height: 16.5em;
  overflow: hidden;
  position: relative; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile-small img {
  width: 100%; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile-small .summary {
  background-color: #fff;
  box-sizing: border-box;
  height: 100%;
  padding: 1em 1.25em;
  position: absolute;
  text-transform: uppercase;
  top: 12em;
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
  width: 100%; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile-small:hover .summary {
  top: 0;
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile-small .summary a {
  color: #363636; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile-small .summary a:active,
.portlet-asset-publisher .news-tiles .article-abstract .news-tile-small .summary a:hover {
  text-decoration: none; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile-small .summary .article-title {
  display: inline-block;
  font-size: 1em;
  margin: 0 0 0.25em;
  max-height: 2.91667em;
  overflow: hidden;
  padding: 0; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile-small .summary .article-summary .asset-summary-text {
  display: none;
  line-height: 1.4;
  max-height: 11.3333em;
  overflow: hidden; }

.portlet-asset-publisher .news-tiles .article-abstract .news-tile-small:hover .summary .article-summary .asset-summary-text {
  display: block; }

.portlet-asset-publisher .news-tiles .taglib-page-iterator {
  margin-left: 2em; }

.portlet-asset-publisher .news-title-small .news-title-small-item {
  background-color: #fff;
  clear: both;
  height: 3.5em;
  margin-top: 1px;
  padding: 0.75em; }

.portlet-asset-publisher .news-title-small .news-title-small-item:hover {
  background-color: #28b532; }

.portlet-asset-publisher .news-title-small .news-title-small-item .asset-title {
  border: medium none;
  font-size: 1.16667em;
  font-weight: normal;
  margin: 0;
  max-height: 3em;
  overflow: hidden;
  padding: 0;
  text-transform: uppercase; }

.portlet-asset-publisher .news-title-small .news-title-small-item .asset-title a {
  color: #363636; }

.portlet-asset-publisher .news-title-small .news-title-small-item:hover .asset-title a {
  color: #fff; }

.portlet-asset-publisher .news-title-small .news-title-small-item .asset-title a:active,
.portlet-asset-publisher .news-title-small .news-title-small-item .asset-title a:hover {
  text-decoration: none; }

.portlet-asset-publisher .news-title-small .news-title-small-item .tile {
  float: left;
  max-height: 3em;
  margin-right: 0.75em;
  overflow: hidden; }

.portlet-asset-publisher .news-title-small .news-title-small-item .tile img {
  width: 3.5em; }

.portlet-asset-publisher .recommended-220x125-tiles .article-abstract {
  height: 10.5em;
  margin: 0 0 1.5em;
  overflow: hidden;
  position: relative; }

.portlet-asset-publisher .recommended-220x125-tiles .article-abstract img {
  width: 100%; }

.portlet-asset-publisher .recommended-220x125-tiles .article-abstract .summary {
  background-color: #000;
  bottom: 0;
  box-sizing: border-box;
  height: 100%;
  opacity: 0.8;
  padding: 0.5em 1.25em;
  position: absolute;
  top: 8.25em;
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
  width: 100%; }

.portlet-asset-publisher .recommended-220x125-tiles .article-abstract:hover .summary {
  top: 0;
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s; }

.portlet-asset-publisher .recommended-220x125-tiles .article-abstract .summary a {
  color: #fff; }

.portlet-asset-publisher .recommended-220x125-tiles .article-abstract .summary a:active,
.portlet-asset-publisher .recommended-220x125-tiles .article-abstract .summary a:hover {
  text-decoration: none; }

.portlet-asset-publisher .recommended-220x125-tiles .article-abstract .article-title {
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 0.25em;
  max-height: 2.91667em;
  overflow: hidden;
  padding: 0;
  text-transform: uppercase; }

.portlet-asset-publisher .recommended-220x125-tiles .article-abstract .article-summary .asset-summary-text {
  display: none;
  line-height: 1.4;
  max-height: 5.58333em;
  overflow: hidden; }

.portlet-asset-publisher .recommended-220x125-tiles .article-abstract:hover .article-summary .asset-summary-text {
  display: block; }

.portlet-asset-publisher .recommended-220x200-tiles {
  margin-left: -2em; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract {
  float: left;
  margin: 0 0 2em 2em;
  vertical-align: top; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract .recommended-tile {
  height: 16.5em;
  overflow: hidden; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract .recommended-tile p {
  margin: 0; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-1w-1h {
  height: 16.5em;
  overflow: hidden;
  position: relative;
  width: 18.4167em; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-1w-1h .summary {
  background-color: #363636;
  bottom: 0;
  box-sizing: border-box;
  height: 100%;
  padding: 1em 1.25em;
  position: absolute;
  text-transform: uppercase;
  top: 12em;
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
  width: 100%; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-1w-1h:hover .summary {
  top: 0;
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-1w-1h .summary a {
  color: #fff; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-1w-1h .summary a:active,
.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-1w-1h .summary a:hover {
  text-decoration: none; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-1w-1h .article-title {
  display: inline-block;
  font-size: 1em;
  margin: 0 0 0.25em;
  max-height: 2.91667em;
  overflow: hidden;
  padding: 0; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-1w-1h .article-summary {
  text-transform: uppercase; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-1w-1h .article-summary .asset-summary-text {
  display: none;
  line-height: 1.4;
  max-height: 11.3333em;
  overflow: hidden; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-1w-1h:hover .article-summary .asset-summary-text {
  display: block; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-2w-2h {
  height: 35em;
  overflow: hidden;
  position: relative;
  width: 38.8333em; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-2w-2h .summary {
  background-color: #363636;
  bottom: 0;
  position: absolute;
  width: 100%; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-2w-2h .summary h3 {
  font-size: 1.33333em;
  margin: 0;
  max-height: 3em;
  overflow: hidden;
  padding: 0.75em;
  text-transform: uppercase; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-2w-2h .summary h3 a {
  color: #fff; }

.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-2w-2h .summary h3 a:active,
.portlet-asset-publisher .recommended-220x200-tiles .article-abstract.tile-2w-2h .summary h3 a:hover {
  text-decoration: none; }

/* portlet language */
#header .portlet-language a.taglib-language-list-text {
  color: #005023; }

#header .portlet-language a.taglib-language-list-text:hover {
  text-decoration: none; }

#header .portlet-language .taglib-language-list-text {
  border-right: 2px solid #0c4f01;
  color: #909090;
  font-family: sans-serif;
  font-size: 1.25em;
  font-weight: bold; }

#header .portlet-language .taglib-language-list-text.last {
  border-right: none; }

/* ========== ui components, taglibs ========== */
.taglib-page-iterator .lfr-pagination-buttons {
  display: inline-block;
  float: none;
  list-style: none;
  margin-left: 5em; }

.taglib-page-iterator .lfr-pagination-buttons li {
  display: inline-block;
  padding: 0 0.5em; }

.taglib-page-iterator .lfr-pagination-buttons li a {
  color: #005023; }

.taglib-page-iterator .lfr-pagination-config {
  display: inline-block;
  float: none; }

.taglib-page-iterator .search-results {
  display: none;
  float: none; }

/* ========== forms ========== */
/* ========== templates ========== */
@media (min-width: 768px) and (max-width: 979px) {
  #content {
    margin: 0 1em;
    max-width: none;
    padding: 0; }

  #content-inner {
    max-width: none; }

  #content-main-image {
    display: none; }

  #header {
    max-width: none;
    padding: 0 1em; }

  #header-banner {
    display: none; }

  #header-buttons {
    display: table;
    margin-top: 1em;
    width: 100%; }

  #header-buttons #header-button-select-organization {
    background-color: #363636;
    color: #fff; }

  #header-buttons #header-button-navigation.open {
    background-color: #28b532;
    color: #fff; }

  #header-buttons .button {
    color: #000;
    display: table-cell;
    height: 6em;
    font-size: 1.4em;
    text-align: center;
    vertical-align: middle;
    width: 33.3333%; }

  #header-buttons .button:focus, #header-buttons .button:hover {
    text-decoration: none; }

  #header-divisions {
    display: none; }

  #header-divisions.open {
    display: block; }

  #header-organization {
    width: 80%; }

  #header-organization .name {
    font-size: 1.4em; }

  #navigation-top {
    display: none; }

  #navigation-top.open {
    display: block; }

  #navigation-top > nav {
    background-color: #28b532;
    background-image: none;
    margin: 0;
    max-width: none; }

  #navigation-top a.toggle-navigation-button span {
    font-size: 1.5em; }

  #navigation-top a.toggle-navigation-button span::before {
    content: "\f067"; }

  #navigation-top ul.level-1 {
    display: block; }

  #navigation-top ul.level-1 > li {
    border-bottom: 1px solid #86d38b;
    border-right: none;
    display: block;
    position: relative; }

  #navigation-top ul.level-1 > li.last {
    border-bottom: none; }

  #navigation-top ul.level-1 > li.search {
    display: none; }

  #navigation-top ul.level-1 > li > a {
    display: block;
    font-size: 1.4em;
    text-align: center; }

  #navigation-top ul.level-1 > li > a.toggle-navigation-button {
    display: block;
    padding: 0 1.5em;
    position: absolute;
    right: 0;
    top: 0; }

  #navigation-top ul.level-1 > li.open > a.toggle-navigation-button span::before {
    content: "\f068"; }

  #navigation-top ul.level-2 {
    background-color: transparent;
    border: none;
    display: none;
    position: static; }

  #navigation-top ul.level-1 > li:hover > ul.level-2 {
    display: none; }

  #navigation-top ul.level-1 > li.open > ul.level-2 {
    display: block; }

  #navigation-top ul.level-2 > li {
    border-bottom: none;
    border-top: 1px solid #86d38b; }

  #navigation-top ul.level-2 > li.has-children::after {
    display: none; }

  #navigation-top ul.level-2 > li > a {
    display: block;
    font-size: 1.4em;
    width: auto; }

  #navigation-top ul.level-2 > li > a.toggle-navigation-button {
    display: block;
    padding: 0.75em 1.5em;
    position: absolute;
    right: 0;
    top: 0; }

  #navigation-top ul.level-2 > li.open > a.toggle-navigation-button span::before {
    content: "\f068"; }

  #navigation-top ul.level-3 {
    background-color: transparent;
    border: none;
    display: none;
    position: static; }

  #navigation-top ul.level-2 > li:hover > ul.level-3 {
    display: none; }

  #navigation-top ul.level-2 > li.open > ul.level-3 {
    display: block; }

  #navigation-top ul.level-3 > li {
    border-bottom: none;
    border-top: 1px solid #86d38b; }

  #navigation-top ul.level-3 > li.has-children::after {
    display: none; }

  #navigation-top ul.level-3 > li > a {
    display: block;
    font-size: 1.4em;
    padding-left: 4em;
    width: auto; }

  #navigation-top ul.level-3 > li > a.toggle-navigation-button {
    display: block;
    padding: 0.75em 1.5em;
    position: absolute;
    right: 0;
    top: 0; }

  #navigation-top ul.level-3 > li.open > a.toggle-navigation-button span::before {
    content: "\f068"; }

  #navigation-top ul.level-4 {
    background-color: transparent;
    border: none;
    display: none;
    position: static; }

  #navigation-top ul.level-3 > li:hover > ul.level-4 {
    display: none; }

  #navigation-top ul.level-3 > li.open > ul.level-4 {
    display: block; }

  #navigation-top ul.level-4 > li {
    border-bottom: none;
    border-top: 1px solid #86d38b; }

  #navigation-top ul.level-4 > li.has-children::after {
    display: none; }

  #navigation-top ul.level-4 > li > a {
    display: block;
    font-size: 1.4em;
    padding-left: 8em;
    width: auto; }

  html {
    font-size: 0.625em; } }
.aktualnosci-glowna .portlet-content {
  padding: 0; }

.aktualnosci-glowna .portlet-title {
  padding: 0 2em 0 1.5em; }

.aktualnosci-glowna .portlet-title-text {
  overflow: visible; }

.aktualnosci-glowna .portlet-topper {
  color: #363636;
  font-size: 2.5em;
  margin: 0.5em 0 0.5em 11.6667em;
  text-transform: uppercase; }

.aktualnosci-glowna .portlet-topper::before {
  background-image: url("/nfh-cp-epccmb-theme/css/../images/nfh-cp/icon-news-45x44.png");
  content: "";
  display: block;
  height: 44px;
  left: 0;
  position: absolute;
  top: 0.25em;
  width: 45px; }

.box_square {
  float: left;
  height: 16.6667em;
  margin-bottom: 0.66667em;
  position: relative;
  width: 18.3333em; }

.box_square > p {
  margin: 0; }

.lista-aktualnosci .portlet-content {
  padding: 0; }

.lista-aktualnosci .portlet-title {
  padding: 0.75em 2em; }

.lista-aktualnosci .portlet-title-text {
  overflow: visible; }

.lista-aktualnosci .portlet-topper {
  color: #363636;
  font-size: 2em;
  text-transform: uppercase; }

.lista-aktualnosci .portlet-topper::before {
  background-image: url("/nfh-cp-epccmb-theme/css/../images/nfh-cp/icon-news-45x44.png");
  content: "";
  display: block;
  height: 44px;
  left: 0;
  position: absolute;
  top: 0.75em;
  width: 45px; }

.magazin .najnowsze-aktualnosci .portlet {
  margin-top: 0; }

.maska_square_p {
  background-color: #363636;
  bottom: 0;
  color: #fff;
  font-size: 1.33333em;
  font-weight: bold;
  height: 2.25em;
  left: 0;
  margin-top: 12.4167em;
  padding-top: 1.25em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 13.75em; }

.najnowsze-aktualnosci .portlet {
  margin-top: 6.75em; }

.najnowsze-aktualnosci .portlet-content {
  padding: 0; }

.najnowsze-aktualnosci .portlet-title {
  padding: 0.5em; }

.najnowsze-aktualnosci .portlet-title-text {
  overflow: visible; }

.najnowsze-aktualnosci .portlet-topper {
  background-color: #363636;
  color: #fff;
  font-size: 1.16667em;
  text-transform: uppercase; }

.polecane .portlet-content {
  padding: 0; }

.polecane .portlet-title {
  margin-right: -2em;
  padding: 0 2em 0 0; }

.polecane .portlet-title-text {
  line-height: 2em;
  overflow: visible;
  padding: 0 0 0 1.75em;
  position: relative; }

.polecane .portlet-title-text::before {
  background-image: url("/nfh-cp-epccmb-theme/css/../images/nfh-cp/icon-recommend-45x45.png");
  content: "";
  display: block;
  height: 45px;
  left: 0;
  position: absolute;
  top: 0.25em;
  width: 45px; }

.polecane .portlet-topper {
  color: #363636;
  font-size: 2.5em;
  text-align: center;
  text-transform: uppercase; }

.polecane-artykuly .portlet-content {
  padding: 0; }

.polecane-artykuly .portlet-title {
  padding: 1.5em 2em 1.5em 2.25em; }

.polecane-artykuly .portlet-title-text {
  overflow: visible; }

.polecane-artykuly .portlet-topper {
  font-size: 1.16667em;
  text-transform: uppercase; }

.polecane-artykuly .portlet-topper::before {
  background-image: url("/nfh-cp-epccmb-theme/css/../images/nfh-cp/icon-recommend-27x27.png");
  content: "";
  display: block;
  height: 27px;
  left: 0;
  position: absolute;
  top: 1.5em;
  width: 27px; }

.space {
  float: left;
  height: 18.3333em;
  width: 1.66667em; }

.wstazka {
  background-image: url("/nfh-cp-epccmb-theme/css/../images/nfh-cp/recommend-72x30.png");
  height: 30px;
  left: -10px;
  position: absolute;
  top: -12px;
  width: 72px; }