@import url(https://fonts.googleapis.com/css?family=Lato:400,700,700italic,300,300italic,400italic);
@import "/content/jquery.datetimepicker.full.css";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
div {
  outline: none;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::selection {
  background: #bbb;
  color: #fff;
  text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
:focus {
  outline: none;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
dd {
  margin: 0 0 0 40px;
}
.nav ul,
.nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
:-ms-input-placeholder {
  color: #a8a8a8;
}
::-webkit-input-placeholder {
  color: #a8a8a8;
}
:-moz-placeholder {
  color: #a8a8a8;
}
::-moz-placeholder {
  color: #a8a8a8;
}
.icon {
  margin-left: 1.1em;
  display: inline-block;
  text-indent: -1.1em;
}
.icon > * {
  text-indent: 0px;
}
@keyframes kf-icon-running {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
  }
}
.icon.multi-select:before {
  font-family: 'FontAwesome';
  content: "\f009";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.history:before {
  font-family: 'FontAwesome';
  content: "\f017";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.sort-ascending:after {
  font-family: 'FontAwesome';
  content: " \f0d8";
  color: inherit;
  font-weight: normal;
  text-align: right;
  width: 20px;
  display: inline-block;
}
.icon.sort-descending:after {
  font-family: 'FontAwesome';
  content: " \f0d7";
  color: inherit;
  font-weight: normal;
  text-align: right;
  width: 20px;
  display: inline-block;
}
.icon.uploading:before {
  font-family: 'FontAwesome';
  content: "\f0aa";
  font-weight: normal;
  color: #777;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.upload:before {
  font-family: 'FontAwesome';
  content: "\f0aa";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.download:before {
  font-family: 'FontAwesome';
  content: "\f019";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.zoom-out:before {
  font-family: 'FontAwesome';
  content: "\f010";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.personal-growth:before {
  font-family: 'FontAwesome';
  content: "\f135";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.zoom-in:before {
  font-family: 'FontAwesome';
  content: "\f00e";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.success:before {
  font-family: 'FontAwesome';
  content: "\f058";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.fail:before {
  font-family: 'FontAwesome';
  content: "\f057";
  font-weight: normal;
  color: #ff6464;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.tip:before {
  font-family: 'FontAwesome';
  content: "\f087";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.yes:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.pending:before {
  font-family: 'FontAwesome';
  content: "\f141";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.job:before {
  font-family: 'FontAwesome';
  content: "\f1ad";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.workorder:before {
  font-family: 'FontAwesome';
  content: "\f1ad";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.remedialcause:before {
  font-family: 'FontAwesome';
  content: "\f0eb";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.copy:before {
  font-family: 'FontAwesome';
  content: "\f0c5";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.move:before {
  font-family: 'FontAwesome';
  content: "\f047";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.target:before {
  font-family: 'FontAwesome';
  content: "\f140";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.department:before {
  font-family: 'FontAwesome';
  content: "\f1ad";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.branch:before {
  font-family: 'FontAwesome';
  content: "\f1ad";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.readonly .icon.edit:before {
  font-family: 'FontAwesome';
  content: "\f022";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.edit:before {
  font-family: 'FontAwesome';
  content: "\f040";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.running:before {
  font-family: 'FontAwesome';
  content: "\f013";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.running:before {
  animation: kf-icon-running 1s linear infinite;
}
.icon.loading:before {
  content: "\f013" !important;
  animation: kf-icon-running 1s linear infinite;
}
.icon.showmenu:before {
  font-family: 'FontAwesome';
  content: "\f0c9";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.pause:before {
  font-family: 'FontAwesome';
  content: "\f04c";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.play:before {
  font-family: 'FontAwesome';
  content: "\f04b";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.stop:before {
  font-family: 'FontAwesome';
  content: "\f04d";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.fastforward:before {
  font-family: 'FontAwesome';
  content: "\f050";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.skip:before {
  font-family: 'FontAwesome';
  content: "\f050";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.rewind:before {
  font-family: 'FontAwesome';
  content: "\f049";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.reveal-down:before {
  font-family: 'FontAwesome';
  content: "\f107";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.down:before {
  font-family: 'FontAwesome';
  content: "\f0dd";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.reveal-up:before {
  font-family: 'FontAwesome';
  content: "\f106";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.token:before {
  font-family: 'FontAwesome';
  content: "\f0c1";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.drag:before {
  font-family: 'FontAwesome';
  content: "\f047";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.close:before {
  font-family: 'FontAwesome';
  content: "\f00d";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.discussion:before {
  font-family: 'FontAwesome';
  content: "\f075";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.add-person:before {
  font-family: 'FontAwesome';
  content: "\f234";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.people:before {
  font-family: 'FontAwesome';
  content: "\f0c0";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.save:before {
  font-family: 'FontAwesome';
  content: "\f0c7";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.delete:before {
  font-family: 'FontAwesome';
  content: "\f00d";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.today:before {
  font-family: 'FontAwesome';
  content: "\f107";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.yesterday:before {
  font-family: 'FontAwesome';
  content: "\f104";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.month:before {
  font-family: 'FontAwesome';
  content: "\f100";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.remedial:before {
  font-family: 'FontAwesome';
  content: "\f0ad";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.raw-data:before {
  font-family: 'FontAwesome';
  content: "\f080";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.dollar:before {
  font-family: 'FontAwesome';
  content: "\f0d6";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.new:before {
  font-family: 'FontAwesome';
  content: "\f067";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.new:before {
  margin-left: 0px;
  margin-top: 0px;
}
.icon.clear-filter:before {
  font-family: 'FontAwesome';
  content: "\f05e";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.show-filter:before {
  font-family: 'FontAwesome';
  content: "\f0b0";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.search:before {
  font-family: 'FontAwesome';
  content: "\f002";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.refresh:before {
  font-family: 'FontAwesome';
  content: "\f021";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.archived:before {
  font-family: 'FontAwesome';
  content: "\f023";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.locked:before {
  font-family: 'FontAwesome';
  content: "\f023";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.help:before {
  font-family: 'FontAwesome';
  content: "\f059";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.help-offset:before {
  font-family: 'FontAwesome';
  content: "\f128";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.unchecked:before {
  font-family: 'FontAwesome';
  content: "\f096";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.checked:before {
  font-family: 'FontAwesome';
  content: "\f046";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.expand:before {
  font-family: 'FontAwesome';
  content: "\f065";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.secure:before {
  font-family: 'FontAwesome';
  content: "\f023";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.chart-type:before {
  font-family: 'FontAwesome';
  content: "\f080";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.report:before {
  font-family: 'FontAwesome';
  content: "\f080";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.export:before {
  font-family: 'FontAwesome';
  content: "\f019";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.print:before {
  font-family: 'FontAwesome';
  content: "\f02f";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.delivery-after:after {
  font-family: 'FontAwesome';
  content: " \f0d1";
  color: inherit;
  font-weight: normal;
  text-align: right;
  width: 20px;
  display: inline-block;
}
.icon.delivery:before {
  font-family: 'FontAwesome';
  content: "\f0d1";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.split:before {
  font-family: 'FontAwesome';
  content: "\f127";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.import:before {
  font-family: 'FontAwesome';
  content: "\f093";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.generate:before {
  font-family: 'FontAwesome';
  content: "\f0ed";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.sync:before {
  font-family: 'FontAwesome';
  content: "\f0ed";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.settings:before {
  font-family: 'FontAwesome';
  content: "\f013";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.saw:before {
  font-family: 'FontAwesome';
  content: "\f013";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.calendar:before {
  font-family: 'FontAwesome';
  content: "\f073";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.prev:before {
  font-family: 'FontAwesome';
  content: "\f0d9";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.down:before {
  font-family: 'FontAwesome';
  content: "\f0d7";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.up:before {
  font-family: 'FontAwesome';
  content: "\f0d8";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.right:after {
  font-family: 'FontAwesome';
  content: " \f0da";
  color: inherit;
  font-weight: normal;
  text-align: right;
  width: 20px;
  display: inline-block;
}
.icon .net-change-decrease:before {
  font-family: 'FontAwesome';
  content: "\f0d7";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon .net-change-increase:before {
  font-family: 'FontAwesome';
  content: "\f0d8";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon .net-change-no-change:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.modal-pinned:before {
  font-family: 'FontAwesome';
  content: "\f13e";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.modal-unpinned:before {
  font-family: 'FontAwesome';
  content: "\f09c";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.next:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.send:before {
  font-family: 'FontAwesome';
  content: "\f1d9";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.email:before {
  font-family: 'FontAwesome';
  content: "\f003";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.phone:before {
  font-family: 'FontAwesome';
  content: "\f095";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.person:before {
  font-family: 'FontAwesome';
  content: "\f007";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.view:before {
  font-family: 'FontAwesome';
  content: "\f022";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.systems:before {
  font-family: 'FontAwesome';
  content: "\f134";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.details:before {
  font-family: 'FontAwesome';
  content: "\f022";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.incident:before {
  font-family: 'FontAwesome';
  content: "\f071";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.warning:before {
  font-family: 'FontAwesome';
  content: "\f071";
  font-weight: normal;
  color: #FFA500;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.inactive:before {
  font-family: 'FontAwesome';
  content: "\f10c";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.task-completed:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  font-weight: normal;
  color: #00aa00;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.task-error:before {
  font-family: 'FontAwesome';
  content: "\f071";
  font-weight: normal;
  color: #ff6464;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.success:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  font-weight: normal;
  color: #00aa00;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.icon.error:before {
  font-family: 'FontAwesome';
  content: "\f071";
  font-weight: normal;
  color: #ff6464;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
a.icon {
  font-size: 13px;
  color: #005443;
  text-decoration: none;
}
a.icon:visited,
a.icon:link {
  color: #005443;
}
a.icon:hover {
  color: #005443;
  text-decoration: none;
  cursor: pointer;
}
.circle {
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.hover {
  cursor: pointer;
  background-color: #005443 !important;
  color: #fff !important;
}
.hover * {
  color: #fff !important;
}
.thickborder {
  border: 10px #fff solid;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@keyframes highlightTextShadowAnimation {
  0%,
  100% {
    text-shadow: 0px 0px 0px transparent;
  }
  50% {
    text-shadow: 0px 0px 20px #005443;
  }
}
@keyframes highlightBoxShadowAnimationError {
  0%,
  100% {
    box-shadow: 0px 0px 0px transparent;
  }
  50% {
    box-shadow: 0px 0px 20px #ff6464;
  }
}
@keyframes highlightBoxShadowAnimation {
  0%,
  100% {
    box-shadow: 0px 0px 0px transparent;
  }
  50% {
    box-shadow: 0px 0px 20px #005443;
  }
}
@keyframes highlightBoxShadowAnimationWhite {
  0%,
  100% {
    box-shadow: 0px 0px 0px transparent;
  }
  50% {
    box-shadow: 0px 0px 20px #fff;
  }
}
.page {
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  width: 970px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.allow-full-screen.full-screen-mode .page {
  width: calc(100% - 20px - 20px);
}
@media only screen and (max-width: 950px) {
  .allow-full-screen.full-screen-mode .page {
    width: auto;
  }
}
.allow-full-screen.full-screen-mode .modal-dialog-con .page {
  width: 970px;
}
.page.no-fill {
  background-color: transparent;
}
@media only screen and (max-width: 950px) {
  .page {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  .modal-dialog-con .page {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url('/content/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('/content/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/content/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('/content/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
}
html {
  word-wrap: break-word;
  height: 100%;
}
body {
  height: 100%;
  overflow-y: scroll;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #939393;
  line-height: 1.5em;
  margin: 0px;
  background-size: cover;
  overflow-x: hidden;
}
body.full-color-bg {
  background: #f2f2f2;
}
body.full-color-bg .page-container {
  padding-top: 20px;
}
body.full-color-bg .footer-container {
  color: #333;
}
body.full-color-bg .footer-container span,
body.full-color-bg .footer-container a,
body.full-color-bg .footer-container a:link,
body.full-color-bg .footer-container a:visited,
body.full-color-bg .footer-container a:hover {
  color: #333;
}
body.no-header-bar .header-container {
  display: none;
}
.app-container {
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  padding-bottom: 140px;
}
.app-container .loading-msg {
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  text-align: center;
  margin-top: 45vh;
  display: block;
  color: #005443;
  font-size: 14px;
  line-height: 1.1;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: once;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 0s;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: once;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0s;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
  -ms-animation-duration: 0.5s;
  -ms-animation-timing-function: ease;
  -ms-animation-iteration-count: once;
  -ms-animation-direction: normal;
  -ms-animation-delay: 0s;
  -ms-animation-play-state: running;
  -ms-animation-fill-mode: forwards;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: once;
  animation-direction: normal;
  animation-delay: 0s;
  animation-play-state: running;
  animation-fill-mode: forwards;
  animation-name: kf_loading;
}
@keyframes kf_loading {
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    zoom: 1;
    margin-top: 40vh;
  }
}
.app-container .loading-msg > * {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
.app-container .loading-msg h1,
.app-container .loading-msg h2,
.app-container .loading-msg h3 {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}
.app-container .loading-msg #LoadingPercentLabel {
  color: #8dc63f;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 21px;
  display: inline-block;
  box-shadow: 0px 0px 5px 5px #8dc63f;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.offline-notification {
  max-height: 0px;
  padding: 0px 10px;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  overflow: hidden;
  background-color: rgba(255, 100, 100, 0.1);
  border: 0px #ff6464 solid;
  color: #ff6464;
  text-align: center;
}
.is-offline .offline-notification {
  max-height: 200px;
  border-width: 1px;
  padding: 10px 10px;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 20px;
}
ul.no-bullets,
ol.no-bullets {
  padding-left: 0px;
}
ul.no-bullets li,
ol.no-bullets li {
  list-style-type: none;
}
.chart {
  margin-bottom: 20px;
  position: relative;
  *zoom: 1;
}
.chart:before,
.chart:after {
  display: table;
  content: "";
}
.chart:after {
  clear: both;
}
.chart.chart-maximized {
  width: calc(95vw - 20px - 20px);
  background-color: white;
  padding: 20px;
}
.chart.chart-maximized .header-container {
  margin-top: 0px;
}
.chart.chart-maximized .chart-options .icon.expand {
  display: none;
}
.chart .item-options-con {
  position: absolute;
  z-index: 1;
  background-color: #005443;
  box-shadow: 0px 0px 15px #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  pointer-events: none;
  transition: transform 0.2s 0s ease;
  -moz-transition: transform 0.2s 0s ease;
  -ms-transition: transform 0.2s 0s ease;
  -o-transition: transform 0.2s 0s ease;
  -webkit-transition: transform 0.2s 0s ease;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: opacity 0.2s 0s ease;
  -moz-transition: opacity 0.2s 0s ease;
  -ms-transition: opacity 0.2s 0s ease;
  -o-transition: opacity 0.2s 0s ease;
  -webkit-transition: opacity 0.2s 0s ease;
  left: 0;
  top: 0;
  padding: 10px;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  white-space: nowrap;
  display: block;
}
.printer-con .chart .item-options-con {
  display: none !important;
}
.chart .item-options-con.visible {
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
.chart .item-options-con > a {
  color: #fff;
  line-height: 1.5em;
  font-size: 12px;
  text-align: center !important;
  overflow: visible;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  width: 80px;
  margin-right: -20px;
  margin-left: 0px;
  height: 40px;
  word-wrap: normal;
  display: inline-block;
  margin-right: 0px;
}
.chart .item-options-con > a.pinned:before {
  background-color: #005443;
  color: #fff !important;
}
.chart .item-options-con > a:before {
  box-sizing: border-box;
  border: 1px #005443 solid;
  display: block;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  font-size: 24px;
  line-height: 38px;
  width: 40px !important;
  margin-left: 20px;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: #005443 !important;
  text-align: center !important;
}
.chart .item-options-con > a:hover {
  color: #005443 !important;
}
.chart .item-options-con > a:hover:before {
  background-color: #005443;
  color: #fff !important;
}
.chart .item-options-con > a.highlight {
  animation: kf_highlight_bounce 1s infinite;
}
@keyframes kf_highlight_bounce {
  0%,
  100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
}
.chart .item-options-con > a:before {
  color: #fff !important;
  border-color: #fff;
  box-shadow: 0px 0px 3px #fff;
}
.chart .item-options-con > a:hover {
  color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  zoom: 1;
}
.chart .details-con h2 {
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.chart .chart-options {
  position: absolute;
  text-align: right;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
}
.printer-con .chart .chart-options {
  display: none !important;
}
.chart .chart-options a {
  position: relative;
  font-size: 15px;
  color: #ccc;
  margin-left: 20px;
  text-transform: none;
}
.chart .chart-options a:before {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px #ccc solid;
  text-align: center;
  background-color: #fff;
}
.chart .chart-options a:hover > ul {
  display: block;
}
.chart .chart-options a > ul {
  position: absolute;
  border: 1px #ccc solid;
  top: 20px;
  right: 0;
  width: 150px;
  padding: 0px;
  margin: 0px;
  background-color: white;
  list-style: none;
  display: none;
}
.chart .chart-options a > ul li {
  border-bottom: 1px #ccc solid;
  display: block;
  list-style: none;
  padding: 10px;
  font-size: 13px;
  font-weight: normal;
}
.chart .chart-options a > ul li:last-child {
  border-bottom: none;
}
.chart .chart-con {
  min-height: 50px;
}
.block {
  display: block;
}
.standalone-modal {
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  width: 970px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.allow-full-screen.full-screen-mode .standalone-modal {
  width: calc(100% - 20px - 20px);
}
@media only screen and (max-width: 950px) {
  .allow-full-screen.full-screen-mode .standalone-modal {
    width: auto;
  }
}
.allow-full-screen.full-screen-mode .modal-dialog-con .standalone-modal {
  width: 970px;
}
.standalone-modal.no-fill {
  background-color: transparent;
}
@media only screen and (max-width: 950px) {
  .standalone-modal {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  .modal-dialog-con .standalone-modal {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.standalone-modal[modelcontainer][modelbound] {
  background-size: cover !important;
}
@media only screen and (max-width: 600px) {
  .standalone-modal {
    width: 100%;
  }
}
.task-progress-con {
  width: 150px;
  height: 150px;
  border: 10px #8dc63f solid;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 20px;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow: hidden;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  pointer-events: none;
}
.task-progress-con.visible {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
  pointer-events: all;
}
.task-progress-con:hover .percentage {
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
}
.task-progress-con:hover .activity {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
.task-progress-con .progress-bar {
  opacity: 0.3;
  filter: alpha(opacity=30);
  zoom: 1;
  background-color: #8dc63f;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
}
.task-progress-con .percentage {
  width: 100%;
  display: block;
  line-height: 130px;
  text-align: center;
  color: #8dc63f;
  font-size: 45px;
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.task-progress-con .activity {
  display: block;
  text-align: center;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
}
.task-progress-con .activity:not(ie7) {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.csv-list > *:after {
  content: ', ';
  visibility: visible;
}
.csv-list > *:last-child:after {
  content: '';
}
[dev-note] {
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 0s;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 2s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0s;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
  -ms-animation-duration: 2s;
  -ms-animation-timing-function: ease;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: normal;
  -ms-animation-delay: 0s;
  -ms-animation-play-state: running;
  -ms-animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-delay: 0s;
  animation-play-state: running;
  animation-fill-mode: forwards;
  animation-name: kf_todo;
}
@keyframes kf_todo {
  0% {
    background-color: rgba(255, 255, 0, 0.1);
  }
  50% {
    background-color: #ffff00;
  }
}
a,
a:visited,
a:link,
a:hover {
  color: #005443;
  text-decoration: underline;
  cursor: pointer;
}
.sub-form a,
.sub-form a:visited,
.sub-form a:link,
.sub-form a:hover {
  color: #fff;
}
a:hover {
  text-decoration: none;
}
h1 {
  text-transform: uppercase;
  line-height: 3em;
  margin: 0px 0px;
  padding: 0px;
  font-size: 28px;
  font-weight: normal;
}
h2 {
  text-transform: uppercase;
  line-height: 2.25em;
  padding: 0px;
  margin: 0px 0px;
  font-size: 21px;
  font-weight: normal;
}
h3 {
  line-height: 1.5em;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  font-weight: bold;
}
h4 {
  line-height: 1.5em;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  font-weight: bold;
}
h1,
h2 {
  position: relative;
}
h1 .sub-head,
h2 .sub-head {
  font-weight: normal;
  margin-bottom: 0px;
  display: block;
  font-size: 13px;
  line-height: 1.5em;
  margin-top: -10px;
}
h1 .super-head,
h2 .super-head {
  font-weight: normal;
  display: block;
  font-size: 10.4px;
  line-height: 1em;
  margin-top: -33px;
  margin-bottom: 22.6px;
}
h1 .sub-sub-head,
h2 .sub-sub-head {
  font-weight: normal;
  display: block;
  font-size: 10.4px;
  line-height: 1em;
  margin-top: 0px;
  margin-bottom: 0px;
}
p {
  padding: 0px;
  margin: 0px 0px 1.5em;
}
.avatar {
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px #005443 solid;
  box-shadow: 0px 0px 7x 1px #005443;
  display: inline-block;
  vertical-align: middle;
  height: 100px;
  width: 100px;
  background-color: #f2f2f2;
  background-size: cover;
  background-position: center center;
}
input[type=text],
.text,
input[type=password],
select,
textarea {
  width: 100%;
  max-width: 400px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #939393;
  line-height: 1.5em;
  line-height: 40px;
  height: 42px;
  box-sizing: border-box;
  padding: 0px 10px;
  border: 1px #005443 solid;
  background-color: #fff;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
}
input[type=text]::-ms-clear,
.text::-ms-clear,
input[type=password]::-ms-clear,
select::-ms-clear,
textarea::-ms-clear {
  display: none;
}
input[type=text]:focus,
.text:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  outline: 0;
  box-shadow: 0px 0px 15px #005443;
}
input[type=text]:disabled,
.text:disabled,
input[type=password]:disabled,
select:disabled,
textarea:disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  zoom: 1;
}
input[type=text].hasdatepicker,
.text.hasdatepicker,
input[type=password].hasdatepicker,
select.hasdatepicker,
textarea.hasdatepicker,
input[type=text].hasDatepicker,
.text.hasDatepicker,
input[type=password].hasDatepicker,
select.hasDatepicker,
textarea.hasDatepicker {
  width: 200px;
  background-repeat: no-repeat !important;
  padding-right: 35px !important;
  background-position: calc(90%) center !important;
}
input[type=text].narrow,
.text.narrow,
input[type=password].narrow,
select.narrow,
textarea.narrow {
  width: 200px;
}
input[type=text].auto,
.text.auto,
input[type=password].auto,
select.auto,
textarea.auto {
  width: auto;
}
input[type=text].loading,
.text.loading,
input[type=password].loading,
select.loading,
textarea.loading {
  opacity: 0.5;
  filter: alpha(opacity=50);
  zoom: 1;
  background-image: url(I/loading_small.gif);
}
.multi-select-filter-con {
  position: relative;
  width: 200px;
}
.multi-select-filter-con .read-con {
  background-color: #fff;
  border: 1px #005443 solid;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #939393;
  line-height: 1.5em;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 40px;
  line-height: 40px;
  padding: 0px 10px;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-overflow: ellipsis;
  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.multi-select-filter-con .read-con > *:not(:last-child):after {
  content: ',';
  margin-right: 0.25em;
  visibility: visible;
}
.multi-select-filter-con .write-con {
  background-color: #fff;
  border: 1px #005443 solid;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #939393;
  line-height: 1.5em;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  height: auto;
  top: 0;
  left: 0;
  min-width: calc(100%);
  overflow: hidden;
  z-index: 1;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  position: absolute;
  min-height: 40px;
  max-height: 40px;
  padding: 10px;
  opacity: 0;
  padding-top: 40px;
}
.multi-select-filter-con .write-con > * {
  display: block;
  width: 100%;
  min-width: 0px;
  max-width: none;
}
.multi-select-filter-con .write-con > *:not(:last-child) {
  margin-bottom: 10px;
}
.multi-select-filter-con:hover .write-con,
.multi-select-filter-con:focus .write-con {
  text-align: left;
  opacity: 1;
  max-height: 500px;
  max-width: 500px;
  -webkit-user-select: none;
          user-select: none;
}
.internetexplorer input[type=text] {
  height: 42px;
}
input[type=text].num {
  text-align: right;
  width: 70px !important;
}
.date-picker.time-only {
  width: 95px;
}
textarea {
  min-height: 62px;
  line-height: 1.1;
  padding: 10px;
}
select {
  white-space: nowrap;
}
select:focus::-ms-value {
  background-color: #fff;
  color: #939393;
  background-image: url(i/dropdown_arrow_dark.png) !important;
  background-position: calc(95%) center !important;
  background-repeat: no-repeat !important;
}
select optgroup {
  font-style: normal;
}
select option {
  background-color: #fff;
  color: #939393;
  min-height: 40px;
  line-height: 40px;
  height: 40px;
}
.firefox select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background-image: url(i/dropdown_arrow_dark.png);
  background-position: calc(95%) center;
  background-repeat: no-repeat;
  padding-right: 15px;
}
.internetexplorer select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background-image: url(i/dropdown_arrow_dark.png) !important;
  background-position: calc(95%) center !important;
  background-repeat: no-repeat !important;
}
.internetexplorer select::-ms-expand {
  display: none;
}
.clickable {
  cursor: pointer;
}
.info {
  background-color: #ffdb99;
  border: 1px #000000 solid;
  color: #000000;
  padding: 10px;
  font-size: 13px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-bottom: 20px;
}
.info p:last-child {
  margin-bottom: 0px;
}
.multi-choice-summary .section {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.multi-choice-summary .section .choice {
  margin-left: 10px;
  margin-right: 10px;
  flex: 0 1 100%;
  background-color: #005443;
  color: #fff;
  padding: 20px;
  overflow: hidden;
  padding-top: 10px;
  position: relative;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  margin-bottom: 20px;
}
.multi-choice-summary .section .choice:hover {
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom: 1;
}
.multi-choice-summary .section .choice:hover:before {
  opacity: 0.2;
  filter: alpha(opacity=20);
  zoom: 1;
  font-size: 200px;
}
.multi-choice-summary .section .choice:before {
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  color: #fff;
  width: auto;
  font-size: 62px;
  position: absolute;
  top: 32px;
  left: 15px;
}
.multi-choice-summary .section .choice p {
  margin-bottom: 0;
  margin-left: 80px;
}
.multi-choice-summary .section .choice h3 {
  margin-bottom: 10px;
  margin-left: 80px;
}
.link-list a {
  display: block;
}
.section-con {
  background-color: #8dc63f;
  color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.section-con a,
.section-con a.icon {
  color: #fff;
}
.section-con > *:first-child {
  margin-top: 0px;
}
.section-con table.rpt thead tr th {
  color: #fff;
  border-bottom-color: #fff;
}
.section-con table.rpt tr th,
.section-con table.rpt tr td {
  background-color: transparent;
  border-top: none;
}
.toast-con {
  font-size: 14px;
  width: 300px;
  border: 1px #fff solid;
  padding: 20px;
  text-align: center;
  background-color: rgba(50, 50, 50, 0.8);
  color: #fff;
  left: 50%;
  pointer-events: none;
  margin-left: -150px;
  position: fixed;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: 1000;
  transition: all 0.2s 0s ease !important;
  -moz-transition: all 0.2s 0s ease !important;
  -ms-transition: all 0.2s 0s ease !important;
  -o-transition: all 0.2s 0s ease !important;
  -webkit-transition: all 0.2s 0s ease !important;
  top: -150px;
}
.toast-con.rendering {
  opacity: 0.1;
  filter: alpha(opacity=10);
  zoom: 1;
  top: 100px;
}
@media only screen and (max-width: 600px) {
  .toast-con {
    top: auto;
    padding: 10px;
    font-size: 13px;
    bottom: -150px;
  }
  .toast-con.rendering {
    bottom: 20px;
    top: auto;
  }
}
.modal-dialog-con .modal-dialog-inner > .content form.prompt-con h2,
.modal-dialog-con .modal-dialog-inner > .content fieldset.prompt-con h2 {
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
}
form.prompt-con h2,
fieldset.prompt-con h2 {
  background: #005443;
  border-bottom: 2px solid #005443;
  line-height: 45px;
  padding: 0px 20px;
  color: #fff;
  font-size: 14px;
}
.box-links > * {
  display: block;
  margin-bottom: 20px;
  border: 1px #005443 solid;
  padding: 20px;
  color: #005443;
}
.box-links > * h3,
.box-links > * h4 {
  margin-bottom: 5px;
  margin-top: 0px;
}
.box-links > a {
  text-decoration: none;
}
.box-links > a:hover {
  cursor: pointer;
  background-color: #005443 !important;
  color: #fff !important;
}
.box-links > a:hover * {
  color: #fff !important;
}
.chk,
.rad {
  *zoom: 1;
}
.chk:before,
.rad:before,
.chk:after,
.rad:after {
  display: table;
  content: "";
}
.chk:after,
.rad:after {
  clear: both;
}
.chk input,
.rad input {
  margin: 0px;
  padding: 0px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
}
.chk label,
.rad label {
  display: inline-block;
  line-height: 21px;
  vertical-align: middle;
}
.chk label h4,
.rad label h4 {
  text-transform: none;
}
.chk label span,
.rad label span,
.chk label p,
.rad label p {
  font-size: 13px;
  margin-bottom: 0px;
}
.checkboxlist {
  position: relative;
}
.checkboxlist:focus .chk-list {
  display: block;
}
.checkboxlist .search {
  width: 100%;
  margin: 0px !important;
  margin-bottom: 10px;
}
.checkboxlist .search:focus + .chk-list {
  display: block;
}
.checkboxlist .chk-list {
  display: none;
  border: 1px #005443 solid;
  background-color: #fff;
  position: absolute;
  z-index: 998;
  max-height: 250px;
  overflow: scroll;
  width: 100%;
  overflow-x: hidden;
}
.checkboxlist .chk-list .chk {
  width: 100%;
  margin: 0;
}
.checkboxlist .chk-list .chk label {
  width: 100%;
  text-align: left;
  border: none;
  font-size: 10px;
}
.chk-list,
.rad-list {
  *zoom: 1;
  line-height: 1.5em;
}
.chk-list:before,
.rad-list:before,
.chk-list:after,
.rad-list:after {
  display: table;
  content: "";
}
.chk-list:after,
.rad-list:after {
  clear: both;
}
.chk-list.vert .chk,
.rad-list.vert .chk,
.chk-list.vert .rad,
.rad-list.vert .rad {
  display: block;
  float: none;
  margin-bottom: 10px;
}
.chk-list.two-col .chk,
.rad-list.two-col .chk,
.chk-list.two-col .rad,
.rad-list.two-col .rad {
  width: 50%;
  margin-right: 0px;
}
.chk-list.three-col .chk,
.rad-list.three-col .chk,
.chk-list.three-col .rad,
.rad-list.three-col .rad {
  width: 33%;
  margin-right: 0px;
}
.chk-list.four-col .chk,
.rad-list.four-col .chk,
.chk-list.four-col .rad,
.rad-list.four-col .rad {
  width: 25%;
  margin-right: 0px;
}
.chk-list .chk,
.rad-list .chk,
.chk-list .rad,
.rad-list .rad {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  display: inline-block;
}
.sub-chk {
  margin-left: 25px;
}
.pad {
  padding: 20px;
}
input[type=button],
input[type=submit],
a.button,
a.button:visited,
a.button:link,
a.button:hover {
  line-height: 40px;
  text-decoration: none;
  padding: 0 40px;
  height: 40px;
  border: none;
  font-size: 13px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  background-position: center center;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
}
.sub-form input[type=button][type=submit],
.sub-form input[type=submit][type=submit],
.sub-form a.button[type=submit],
.sub-form a.button:visited[type=submit],
.sub-form a.button:link[type=submit],
.sub-form a.button:hover[type=submit],
.sub-form input[type=button].primary,
.sub-form input[type=submit].primary,
.sub-form a.button.primary,
.sub-form a.button:visited.primary,
.sub-form a.button:link.primary,
.sub-form a.button:hover.primary {
  border: 1px #fff solid;
  background-color: #005443;
  color: #fff;
  text-shadow: -1px -1px 0x #555;
}
input[type=button].full-width,
input[type=submit].full-width,
a.button.full-width,
a.button:visited.full-width,
a.button:link.full-width,
a.button:hover.full-width {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
input[type=button].full-width:last-child,
input[type=submit].full-width:last-child,
a.button.full-width:last-child,
a.button:visited.full-width:last-child,
a.button:link.full-width:last-child,
a.button:hover.full-width:last-child {
  margin-bottom: 0px;
}
input[type=button]:hover,
input[type=submit]:hover,
a.button:hover,
a.button:visited:hover,
a.button:link:hover,
a.button:hover:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom: 1;
}
input[type=button]:focus,
input[type=submit]:focus,
a.button:focus,
a.button:visited:focus,
a.button:link:focus,
a.button:hover:focus {
  box-shadow: 0px 0px 15px #005443;
}
input[type=button]:visited,
input[type=submit]:visited,
a.button:visited,
a.button:visited:visited,
a.button:link:visited,
a.button:hover:visited,
input[type=button]:hover,
input[type=submit]:hover,
a.button:hover,
a.button:visited:hover,
a.button:link:hover,
a.button:hover:hover {
  text-decoration: none;
  color: #777;
}
input[type=button][type=submit],
input[type=submit][type=submit],
a.button[type=submit],
a.button:visited[type=submit],
a.button:link[type=submit],
a.button:hover[type=submit],
input[type=button].primary,
input[type=submit].primary,
a.button.primary,
a.button:visited.primary,
a.button:link.primary,
a.button:hover.primary {
  background-color: #005443;
  color: #fff;
  text-shadow: -1px -1px 0x #555;
}
input[type=button].loading,
input[type=submit].loading,
a.button.loading,
a.button:visited.loading,
a.button:link.loading,
a.button:hover.loading {
  color: transparent !important;
  background-color: #fff !important;
  background-image: url('I/loading_small.gif');
}
input[type=button].textbox-height,
input[type=submit].textbox-height,
a.button.textbox-height,
a.button:visited.textbox-height,
a.button:link.textbox-height,
a.button:hover.textbox-height {
  padding-top: 6.5px;
  padding-bottom: 6.5px;
  line-height: 1;
  height: auto;
}
h1.loading,
span.loading,
label.loading {
  opacity: 0.5;
  filter: alpha(opacity=50);
  zoom: 1;
}
.help-con {
  background-color: #005443;
  text-align: center;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: absolute;
  margin-left: -93px;
  margin-top: -93px;
  width: 200px;
  height: 200px;
  box-sizing: border-box;
  cursor: pointer;
  transform: rotateY(90deg) scale(0.1, 0.1);
  -ms-transform: rotateY(90deg) scale(0.1, 0.1);
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  z-index: 999;
}
.help-con:before {
  font-family: 'FontAwesome';
  content: "\f128";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.help-con:before {
  box-sizing: border-box;
  opacity: 0.1;
  filter: alpha(opacity=10);
  zoom: 1;
  font-size: 200px;
  text-align: center;
  width: auto;
  line-height: 200px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.help-con.revealed {
  transform: rotateY(0deg) scale(1, 1);
  -ms-transform: rotateY(0deg) scale(1, 1);
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
.help-con p {
  text-align: center;
  color: #fff;
  margin-left: 25px;
  margin-right: 25px;
}
.help-con p:not(ie7) {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 600px) {
  .help-con {
    left: 0 !important;
    right: 0 !important;
    width: auto;
    margin-left: 0px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .help-con p {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.paging-con {
  margin-bottom: 20px;
  font-size: 11px;
  overflow: hidden;
  border-top: 2px solid #005443;
  padding: 0px 10px;
  height: 45px;
  color: #005443;
  *zoom: 1;
}
.paging-con:before,
.paging-con:after {
  display: table;
  content: "";
}
.paging-con:after {
  clear: both;
}
.paging-con .total {
  display: inline-block;
  line-height: 45px;
  vertical-align: middle;
  float: left;
}
.paging-con a.icon,
.paging-con .txt-current-page {
  height: 20px;
  margin-right: 1px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  margin-top: 12.5px;
  padding: 0px;
  vertical-align: middle;
  float: left;
  margin-right: 5px;
}
.internetexplorer .paging-con a.icon,
.internetexplorer .paging-con .txt-current-page {
  height: 20px;
}
.paging-con .txt-current-page {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #939393;
  text-align: center;
  width: 50px;
  vertical-align: middle;
  box-sizing: border-box;
  padding-top: 0px;
  padding-bottom: 0px;
}
.paging-con a.icon {
  font-size: 14px;
  width: auto;
}
.paging-con a.pagenum {
  margin-right: 1em;
  display: block;
  width: 20px;
  text-align: center;
}
.paging-con a.pagenum.current {
  font-weight: bold;
  text-decoration: underline;
  background-color: #005443;
  color: #fff;
}
.clickable-item-list > * {
  color: #005443;
  display: block;
  border: 1px #005443 solid;
  padding: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
.clickable-item-list > *.icon {
  display: block;
  text-indent: 0px;
  margin-left: 0px;
}
.clickable-item-list > *:hover {
  color: #fff;
  background-color: #005443;
}
.rpt-head {
  margin-bottom: 20px;
  position: relative;
  margin-top: -20px;
}
.rpt-head.advanced-filters-open:not(.is-showing-alternate-header) .rpt-head-inner .alternate-header-con {
  max-height: 0px;
}
.rpt-head.advanced-filters-open:not(.is-showing-alternate-header) .filters {
  max-height: 250px;
  overflow: hidden;
  padding-top: 20px;
}
.rpt-head.is-showing-alternate-header .rpt-head-inner .rpt-head-header {
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
}
.rpt-head.is-showing-alternate-header .rpt-head-inner .alternate-header-con {
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
  pointer-events: all;
}
.rpt-head .rpt-head-inner {
  position: relative;
}
.modal-dialog-con .rpt-head .rpt-head-inner {
  margin-left: -20px;
  margin-right: -20px;
}
.modal-dialog-con .rpt-head .rpt-head-inner .rpt-head-header {
  padding-left: 20px;
  padding-right: 20px;
}
.modal-dialog-con .rpt-head .rpt-head-inner .filters {
  width: auto;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.rpt-head .rpt-head-inner .rpt-head-header {
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
.rpt-head .rpt-head-inner .alternate-header-con {
  top: -85px;
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #8dc63f;
  overflow: hidden;
  height: 85px;
  max-height: 85px;
  z-index: 1;
}
.rpt-head .rpt-head-header {
  background-color: #8dc63f;
}
.rpt-head .rpt-head-header > .page {
  display: flex;
  flex-wrap: wrap;
}
.rpt-head .rpt-head-img {
  display: inline-block;
  width: 85px;
  height: 85px;
  margin-right: 20px;
}
.rpt-head .page h1,
.rpt-head .page h2,
.rpt-head .page h3,
.rpt-head .page h4 {
  flex: 1 1 auto;
  line-height: 85px;
  padding: 0;
  display: block;
  clear: both;
  letter-spacing: 1px;
  position: relative;
  margin: 0px;
  width: auto;
}
.rpt-head .page h1 .super-head,
.rpt-head .page h2 .super-head,
.rpt-head .page h3 .super-head,
.rpt-head .page h4 .super-head {
  position: absolute;
  top: 20px;
  margin-top: 0px;
}
.rpt-head .page h1 .sub-head,
.rpt-head .page h2 .sub-head,
.rpt-head .page h3 .sub-head,
.rpt-head .page h4 .sub-head {
  font-weight: normal;
  margin-bottom: 0px;
  display: block;
  font-size: 13px;
  line-height: 1.8em;
  margin-top: 0px;
  position: absolute;
  top: 50.5px;
}
.rpt-head .page h1 .sub-head .icon,
.rpt-head .page h2 .sub-head .icon,
.rpt-head .page h3 .sub-head .icon,
.rpt-head .page h4 .sub-head .icon {
  float: left;
  margin-left: 0px;
  margin-right: 20px;
}
.rpt-head .page h1,
.rpt-head .page h2 {
  font-size: 21px;
  color: #005443;
}
.rpt-head .page a,
.rpt-head .page a.icon {
  color: #fff;
}
.rpt-head .page > a.icon:not(.help):not(.do-not-transform),
.rpt-head .page > select,
.rpt-head .page > input[type=text],
.rpt-head .page > .rad,
.rpt-head .page > .chk,
.rpt-head .page > .checkboxlist,
.rpt-head .page > .date-picker-con,
.rpt-head .page > .date-con,
.rpt-head .page > .item,
.rpt-head .page > .multi-select-filter-con {
  margin-top: 22.5px;
  margin-left: 20px;
  margin-right: 0px;
  color: #005443;
  flex: 0 0 auto;
  order: 1;
}
.rpt-head .page > a.icon:not(.help):not(.do-not-transform)[placeholder*="Search"],
.rpt-head .page > select[placeholder*="Search"],
.rpt-head .page > input[type=text][placeholder*="Search"],
.rpt-head .page > .rad[placeholder*="Search"],
.rpt-head .page > .chk[placeholder*="Search"],
.rpt-head .page > .checkboxlist[placeholder*="Search"],
.rpt-head .page > .date-picker-con[placeholder*="Search"],
.rpt-head .page > .date-con[placeholder*="Search"],
.rpt-head .page > .item[placeholder*="Search"],
.rpt-head .page > .multi-select-filter-con[placeholder*="Search"],
.rpt-head .page > a.icon:not(.help):not(.do-not-transform)[v-model="Model.Filters.Search"],
.rpt-head .page > select[v-model="Model.Filters.Search"],
.rpt-head .page > input[type=text][v-model="Model.Filters.Search"],
.rpt-head .page > .rad[v-model="Model.Filters.Search"],
.rpt-head .page > .chk[v-model="Model.Filters.Search"],
.rpt-head .page > .checkboxlist[v-model="Model.Filters.Search"],
.rpt-head .page > .date-picker-con[v-model="Model.Filters.Search"],
.rpt-head .page > .date-con[v-model="Model.Filters.Search"],
.rpt-head .page > .item[v-model="Model.Filters.Search"],
.rpt-head .page > .multi-select-filter-con[v-model="Model.Filters.Search"] {
  order: 2;
}
.rpt-head .page > a.icon:not(.help):not(.do-not-transform).icon,
.rpt-head .page > select.icon,
.rpt-head .page > input[type=text].icon,
.rpt-head .page > .rad.icon,
.rpt-head .page > .chk.icon,
.rpt-head .page > .checkboxlist.icon,
.rpt-head .page > .date-picker-con.icon,
.rpt-head .page > .date-con.icon,
.rpt-head .page > .item.icon,
.rpt-head .page > .multi-select-filter-con.icon {
  order: 4;
}
.rpt-head .page > a.icon:not(.help):not(.do-not-transform).new,
.rpt-head .page > select.new,
.rpt-head .page > input[type=text].new,
.rpt-head .page > .rad.new,
.rpt-head .page > .chk.new,
.rpt-head .page > .checkboxlist.new,
.rpt-head .page > .date-picker-con.new,
.rpt-head .page > .date-con.new,
.rpt-head .page > .item.new,
.rpt-head .page > .multi-select-filter-con.new {
  order: 5;
}
.rpt-head .page > a.icon:not(.help):not(.do-not-transform).export,
.rpt-head .page > select.export,
.rpt-head .page > input[type=text].export,
.rpt-head .page > .rad.export,
.rpt-head .page > .chk.export,
.rpt-head .page > .checkboxlist.export,
.rpt-head .page > .date-picker-con.export,
.rpt-head .page > .date-con.export,
.rpt-head .page > .item.export,
.rpt-head .page > .multi-select-filter-con.export {
  order: 6;
}
.rpt-head .page > a.icon:not(.help):not(.do-not-transform).sync,
.rpt-head .page > select.sync,
.rpt-head .page > input[type=text].sync,
.rpt-head .page > .rad.sync,
.rpt-head .page > .chk.sync,
.rpt-head .page > .checkboxlist.sync,
.rpt-head .page > .date-picker-con.sync,
.rpt-head .page > .date-con.sync,
.rpt-head .page > .item.sync,
.rpt-head .page > .multi-select-filter-con.sync {
  order: 7;
}
.rpt-head .page > a.icon:not(.help):not(.do-not-transform).show-filter,
.rpt-head .page > select.show-filter,
.rpt-head .page > input[type=text].show-filter,
.rpt-head .page > .rad.show-filter,
.rpt-head .page > .chk.show-filter,
.rpt-head .page > .checkboxlist.show-filter,
.rpt-head .page > .date-picker-con.show-filter,
.rpt-head .page > .date-con.show-filter,
.rpt-head .page > .item.show-filter,
.rpt-head .page > .multi-select-filter-con.show-filter {
  order: 8;
}
.rpt-head .page > a.icon:not(.help):not(.do-not-transform).date-picker-con,
.rpt-head .page > select.date-picker-con,
.rpt-head .page > input[type=text].date-picker-con,
.rpt-head .page > .rad.date-picker-con,
.rpt-head .page > .chk.date-picker-con,
.rpt-head .page > .checkboxlist.date-picker-con,
.rpt-head .page > .date-picker-con.date-picker-con,
.rpt-head .page > .date-con.date-picker-con,
.rpt-head .page > .item.date-picker-con,
.rpt-head .page > .multi-select-filter-con.date-picker-con,
.rpt-head .page > a.icon:not(.help):not(.do-not-transform).date-con,
.rpt-head .page > select.date-con,
.rpt-head .page > input[type=text].date-con,
.rpt-head .page > .rad.date-con,
.rpt-head .page > .chk.date-con,
.rpt-head .page > .checkboxlist.date-con,
.rpt-head .page > .date-picker-con.date-con,
.rpt-head .page > .date-con.date-con,
.rpt-head .page > .item.date-con,
.rpt-head .page > .multi-select-filter-con.date-con {
  order: 3;
}
.rpt-head .page > a.icon:not(.help):not(.do-not-transform).item,
.rpt-head .page > select.item,
.rpt-head .page > input[type=text].item,
.rpt-head .page > .rad.item,
.rpt-head .page > .chk.item,
.rpt-head .page > .checkboxlist.item,
.rpt-head .page > .date-picker-con.item,
.rpt-head .page > .date-con.item,
.rpt-head .page > .item.item,
.rpt-head .page > .multi-select-filter-con.item {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: 17.5px;
}
.rpt-head .page > a.icon:not(.help):not(.do-not-transform).item > *,
.rpt-head .page > select.item > *,
.rpt-head .page > input[type=text].item > *,
.rpt-head .page > .rad.item > *,
.rpt-head .page > .chk.item > *,
.rpt-head .page > .checkboxlist.item > *,
.rpt-head .page > .date-picker-con.item > *,
.rpt-head .page > .date-con.item > *,
.rpt-head .page > .item.item > *,
.rpt-head .page > .multi-select-filter-con.item > * {
  margin-left: 1em;
  margin-right: 1em;
}
.rpt-head .page a.icon:not(.help):not(.do-not-transform) {
  line-height: 1.5em;
  font-size: 8px;
  text-align: center !important;
  overflow: visible;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  width: 80px;
  margin-right: -20px;
  height: 40px;
  word-wrap: normal;
  margin-left: 0px;
  text-transform: uppercase;
}
.rpt-head .page a.icon:not(.help):not(.do-not-transform).pinned:before {
  background-color: #005443;
  color: #fff !important;
}
.rpt-head .page a.icon:not(.help):not(.do-not-transform):before {
  box-sizing: border-box;
  border: 1px #005443 solid;
  display: block;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  font-size: 24px;
  line-height: 38px;
  width: 40px !important;
  margin-left: 20px;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: #005443 !important;
  text-align: center !important;
}
.rpt-head .page a.icon:not(.help):not(.do-not-transform):hover {
  color: #005443 !important;
}
.rpt-head .page a.icon:not(.help):not(.do-not-transform):hover:before {
  background-color: #005443;
  color: #fff !important;
}
.rpt-head .page a.icon:not(.help):not(.do-not-transform).highlight {
  animation: kf_highlight_bounce 1s infinite;
}
@keyframes kf_highlight_bounce {
  0%,
  100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
}
.rpt-head .date-picker-con .btn-summary {
  display: block;
  background-color: #fff;
  color: #939393;
  width: 160px;
  padding: 0;
}
.rpt-head .date-picker-con .btn-summary.long-desc {
  font-size: 9.8px;
}
.rpt-head select {
  min-height: 40px;
  max-height: 40px;
  height: 40px;
}
.rpt-head input[type=text] {
  text-transform: none;
  height: 40px;
}
.rpt-head .checkboxlist {
  width: 160px;
}
.rpt-head select,
.rpt-head input[type=text] {
  background-color: #fff;
  width: 160px;
  padding-top: 0px;
  padding-bottom: 0px;
  letter-spacing: 1px;
  border: 1px #005443 solid;
}
.rpt-head input[type=button],
.rpt-head input[type=submit] {
  height: 40px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.rpt-head .rad label,
.rpt-head .chk label {
  line-height: 40px;
}
.rpt-head .rad input,
.rpt-head .chk input {
  margin-top: 12px;
}
.rpt-head .chk label {
  line-height: 40px;
  text-decoration: none;
  padding: 0 40px;
  height: 40px;
  border: none;
  font-size: 13px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  background-position: center center;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  text-transform: none;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #fff;
  color: #005443;
  margin-left: 0px;
  border: 1px #005443 solid;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
.rpt-head .chk label:before {
  font-family: 'FontAwesome';
  content: "\f096";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.rpt-head .chk .progress-bar {
  bottom: 0;
  top: 0;
  height: auto;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  opacity: 0.2;
  filter: alpha(opacity=20);
  zoom: 1;
  pointer-events: none;
}
.rpt-head .chk input {
  display: none;
}
.rpt-head .chk input:checked + label {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
.rpt-head .chk input:checked + label:before {
  font-family: 'FontAwesome';
  content: "\f046";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.rpt-head .chk label {
  width: 160px;
}
.rpt-head .filter-item {
  background-color: rgba(255, 255, 255, 0.15);
  width: 160px;
  margin-top: 30px;
  padding-top: 10px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  height: 50px;
}
.rpt-head .filter-item.clickable {
  cursor: pointer;
}
.rpt-head .filter-item.clickable:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom: 1;
}
.rpt-head .filter-item .item-title {
  display: block;
}
.rpt-head .filter-item a {
  color: #fff;
}
.rpt-head .filter-item select,
.rpt-head .filter-item input[type=text],
.rpt-head .filter-item input[type=button],
.rpt-head .filter-item .chk,
.rpt-head .filter-item > div {
  display: block;
  float: none;
  margin-left: 10px;
  margin-right: 0px;
  width: calc(100% - 20px);
}
.rpt-head .filter-item select:last-child,
.rpt-head .filter-item input[type=text]:last-child,
.rpt-head .filter-item input[type=button]:last-child,
.rpt-head .filter-item .chk:last-child,
.rpt-head .filter-item > div:last-child {
  margin-bottom: 10px;
}
.rpt-head .filter-item select.chk label,
.rpt-head .filter-item input[type=text].chk label,
.rpt-head .filter-item input[type=button].chk label,
.rpt-head .filter-item .chk.chk label,
.rpt-head .filter-item > div.chk label {
  width: 100%;
}
.rpt-head .filters {
  max-height: 0;
  position: relative;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  overflow: hidden;
  text-align: right;
  order: 9;
  flex-basis: 100%;
  display: block;
}
.rpt-head .filters:empty {
  display: none;
}
.rpt-head .filters:empty + .icon.show-filter {
  display: none;
}
.rpt-head .filters select,
.rpt-head .filters input[type=text],
.rpt-head .filters .icon,
.rpt-head .filters .rad,
.rpt-head .filters .chk,
.rpt-head .filters h4,
.rpt-head .filters input[type=button],
.rpt-head .filters input[type=submit],
.rpt-head .filters a,
.rpt-head .filters span.icon,
.rpt-head .filters .filter-item,
.rpt-head .filters strong {
  float: none;
  display: inline-block;
  margin-left: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-top: 0px;
  vertical-align: middle;
}
.rpt-head .filters .filter-item {
  height: auto;
  vertical-align: top;
  margin-top: -10px;
  margin-bottom: 10px;
}
.rpt-head .filters .filter-item select,
.rpt-head .filters .filter-item input[type=text],
.rpt-head .filters .filter-item input[type=button],
.rpt-head .filters .filter-item .chk,
.rpt-head .filters .filter-item > div {
  display: block;
  float: none;
  margin-left: 10px;
  margin-right: 0px;
  width: calc(100% - 20px);
}
.rpt-head .filters .filter-item select:last-child,
.rpt-head .filters .filter-item input[type=text]:last-child,
.rpt-head .filters .filter-item input[type=button]:last-child,
.rpt-head .filters .filter-item .chk:last-child,
.rpt-head .filters .filter-item > div:last-child {
  margin-bottom: 10px;
}
.rpt-head .filters .filter-item select.chk label,
.rpt-head .filters .filter-item input[type=text].chk label,
.rpt-head .filters .filter-item input[type=button].chk label,
.rpt-head .filters .filter-item .chk.chk label,
.rpt-head .filters .filter-item > div.chk label {
  width: 100%;
}
.rpt-head .filters .full-line {
  width: 100%;
  float: left;
}
.rpt-head .filters a {
  color: #fff;
}
.rpt-head .filters span.icon,
.rpt-head .filters div.icon {
  line-height: 40px;
  color: #fff;
  vertical-align: middle;
  margin-bottom: 0px;
}
.rpt-head .filters .filter-grp {
  border: 1px #fff solid;
  border-top: transparent;
  margin-right: 20px;
  padding: 5px;
  padding-top: 0px;
  margin-bottom: 15px;
  float: left;
  *zoom: 1;
  position: relative;
  margin-left: -6px;
}
.rpt-head .filters .filter-grp:before,
.rpt-head .filters .filter-grp:after {
  display: table;
  content: "";
}
.rpt-head .filters .filter-grp:after {
  clear: both;
}
.rpt-head .filters .filter-grp input,
.rpt-head .filters .filter-grp select {
  margin-bottom: 0px;
}
.rpt-head .filters .filter-grp input:last-child,
.rpt-head .filters .filter-grp select:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 600px) {
  .rpt-head {
    text-align: center;
  }
  .rpt-head .rpt-head-inner {
    max-height: none;
  }
  .rpt-head .page {
    justify-content: center;
  }
  .rpt-head .page h1,
  .rpt-head .page h2 {
    text-align: center;
    float: none;
    display: block;
    height: auto;
    margin-bottom: 20px;
    line-height: 45px;
    font-weight: bold;
    color: #fefefe;
    font-size: 14px;
    margin-top: -45px;
    display: inline-block;
    width: 100%;
    pointer-events: none;
  }
  .rpt-head .page h1 .sub-head,
  .rpt-head .page h2 .sub-head {
    display: none;
    position: relative;
    top: 0px;
  }
  .rpt-head .page > a.icon:not(.help):not(.do-not-transform),
  .rpt-head .page > select,
  .rpt-head .page input[type=text],
  .rpt-head .page > .rad,
  .rpt-head .page > .chk,
  .rpt-head .page > .checkboxlist,
  .rpt-head .page > .date-picker-con,
  .rpt-head .page > .date-con,
  .rpt-head .page > .item {
    margin-left: 5px;
    margin-right: 5px;
    float: none;
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: middle;
    margin-top: 0px;
  }
  .rpt-head .filters {
    padding-left: 0px;
    text-align: center;
  }
  .rpt-head .filters.open {
    max-height: none;
  }
  .rpt-head .filters input[type=text],
  .rpt-head .filters input[type=button],
  .rpt-head .filters input[type=submit],
  .rpt-head .filters select,
  .rpt-head .filters .chk,
  .rpt-head .filters .rad {
    float: none;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.rpt-head.secondary {
  margin-bottom: 20px;
  position: relative;
}
.rpt-head.secondary.advanced-filters-open:not(.is-showing-alternate-header) .rpt-head-inner .alternate-header-con {
  max-height: 0px;
}
.rpt-head.secondary.advanced-filters-open:not(.is-showing-alternate-header) .filters {
  max-height: 250px;
  overflow: hidden;
  padding-top: 20px;
}
.rpt-head.secondary.is-showing-alternate-header .rpt-head-inner .rpt-head-header {
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
}
.rpt-head.secondary.is-showing-alternate-header .rpt-head-inner .alternate-header-con {
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
  pointer-events: all;
}
.rpt-head.secondary .rpt-head-inner {
  position: relative;
}
.modal-dialog-con .rpt-head.secondary .rpt-head-inner {
  margin-left: -20px;
  margin-right: -20px;
}
.modal-dialog-con .rpt-head.secondary .rpt-head-inner .rpt-head-header {
  padding-left: 20px;
  padding-right: 20px;
}
.modal-dialog-con .rpt-head.secondary .rpt-head-inner .filters {
  width: auto;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.rpt-head.secondary .rpt-head-inner .rpt-head-header {
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
.rpt-head.secondary .rpt-head-inner .alternate-header-con {
  top: -45px;
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  position: absolute;
  left: 0;
  right: 0;
  background-color: transparent;
  overflow: hidden;
  height: 45px;
  max-height: 45px;
  z-index: 1;
}
.rpt-head.secondary .rpt-head-header {
  background-color: transparent;
}
.rpt-head.secondary .rpt-head-header > .page {
  display: flex;
  flex-wrap: wrap;
}
.rpt-head.secondary .rpt-head-img {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 20px;
}
.rpt-head.secondary .page h1,
.rpt-head.secondary .page h2,
.rpt-head.secondary .page h3,
.rpt-head.secondary .page h4 {
  flex: 1 1 auto;
  line-height: 45px;
  padding: 0;
  display: block;
  clear: both;
  letter-spacing: 1px;
  position: relative;
  margin: 0px;
  width: auto;
}
.rpt-head.secondary .page h1 .super-head,
.rpt-head.secondary .page h2 .super-head,
.rpt-head.secondary .page h3 .super-head,
.rpt-head.secondary .page h4 .super-head {
  position: absolute;
  top: 20px;
  margin-top: 0px;
}
.rpt-head.secondary .page h1 .sub-head,
.rpt-head.secondary .page h2 .sub-head,
.rpt-head.secondary .page h3 .sub-head,
.rpt-head.secondary .page h4 .sub-head {
  font-weight: normal;
  margin-bottom: 0px;
  display: block;
  font-size: 13px;
  line-height: 1.8em;
  margin-top: 0px;
  position: absolute;
  top: 30.5px;
}
.rpt-head.secondary .page h1 .sub-head .icon,
.rpt-head.secondary .page h2 .sub-head .icon,
.rpt-head.secondary .page h3 .sub-head .icon,
.rpt-head.secondary .page h4 .sub-head .icon {
  float: left;
  margin-left: 0px;
  margin-right: 20px;
}
.rpt-head.secondary .page h1,
.rpt-head.secondary .page h2 {
  font-size: 21px;
  color: #005443;
}
.rpt-head.secondary .page a,
.rpt-head.secondary .page a.icon {
  color: #fff;
}
.rpt-head.secondary .page > a.icon:not(.help):not(.do-not-transform),
.rpt-head.secondary .page > select,
.rpt-head.secondary .page > input[type=text],
.rpt-head.secondary .page > .rad,
.rpt-head.secondary .page > .chk,
.rpt-head.secondary .page > .checkboxlist,
.rpt-head.secondary .page > .date-picker-con,
.rpt-head.secondary .page > .date-con,
.rpt-head.secondary .page > .item,
.rpt-head.secondary .page > .multi-select-filter-con {
  margin-top: 2.5px;
  margin-left: 20px;
  margin-right: 0px;
  color: #005443;
  flex: 0 0 auto;
  order: 1;
}
.rpt-head.secondary .page > a.icon:not(.help):not(.do-not-transform)[placeholder*="Search"],
.rpt-head.secondary .page > select[placeholder*="Search"],
.rpt-head.secondary .page > input[type=text][placeholder*="Search"],
.rpt-head.secondary .page > .rad[placeholder*="Search"],
.rpt-head.secondary .page > .chk[placeholder*="Search"],
.rpt-head.secondary .page > .checkboxlist[placeholder*="Search"],
.rpt-head.secondary .page > .date-picker-con[placeholder*="Search"],
.rpt-head.secondary .page > .date-con[placeholder*="Search"],
.rpt-head.secondary .page > .item[placeholder*="Search"],
.rpt-head.secondary .page > .multi-select-filter-con[placeholder*="Search"],
.rpt-head.secondary .page > a.icon:not(.help):not(.do-not-transform)[v-model="Model.Filters.Search"],
.rpt-head.secondary .page > select[v-model="Model.Filters.Search"],
.rpt-head.secondary .page > input[type=text][v-model="Model.Filters.Search"],
.rpt-head.secondary .page > .rad[v-model="Model.Filters.Search"],
.rpt-head.secondary .page > .chk[v-model="Model.Filters.Search"],
.rpt-head.secondary .page > .checkboxlist[v-model="Model.Filters.Search"],
.rpt-head.secondary .page > .date-picker-con[v-model="Model.Filters.Search"],
.rpt-head.secondary .page > .date-con[v-model="Model.Filters.Search"],
.rpt-head.secondary .page > .item[v-model="Model.Filters.Search"],
.rpt-head.secondary .page > .multi-select-filter-con[v-model="Model.Filters.Search"] {
  order: 2;
}
.rpt-head.secondary .page > a.icon:not(.help):not(.do-not-transform).icon,
.rpt-head.secondary .page > select.icon,
.rpt-head.secondary .page > input[type=text].icon,
.rpt-head.secondary .page > .rad.icon,
.rpt-head.secondary .page > .chk.icon,
.rpt-head.secondary .page > .checkboxlist.icon,
.rpt-head.secondary .page > .date-picker-con.icon,
.rpt-head.secondary .page > .date-con.icon,
.rpt-head.secondary .page > .item.icon,
.rpt-head.secondary .page > .multi-select-filter-con.icon {
  order: 4;
}
.rpt-head.secondary .page > a.icon:not(.help):not(.do-not-transform).new,
.rpt-head.secondary .page > select.new,
.rpt-head.secondary .page > input[type=text].new,
.rpt-head.secondary .page > .rad.new,
.rpt-head.secondary .page > .chk.new,
.rpt-head.secondary .page > .checkboxlist.new,
.rpt-head.secondary .page > .date-picker-con.new,
.rpt-head.secondary .page > .date-con.new,
.rpt-head.secondary .page > .item.new,
.rpt-head.secondary .page > .multi-select-filter-con.new {
  order: 5;
}
.rpt-head.secondary .page > a.icon:not(.help):not(.do-not-transform).export,
.rpt-head.secondary .page > select.export,
.rpt-head.secondary .page > input[type=text].export,
.rpt-head.secondary .page > .rad.export,
.rpt-head.secondary .page > .chk.export,
.rpt-head.secondary .page > .checkboxlist.export,
.rpt-head.secondary .page > .date-picker-con.export,
.rpt-head.secondary .page > .date-con.export,
.rpt-head.secondary .page > .item.export,
.rpt-head.secondary .page > .multi-select-filter-con.export {
  order: 6;
}
.rpt-head.secondary .page > a.icon:not(.help):not(.do-not-transform).sync,
.rpt-head.secondary .page > select.sync,
.rpt-head.secondary .page > input[type=text].sync,
.rpt-head.secondary .page > .rad.sync,
.rpt-head.secondary .page > .chk.sync,
.rpt-head.secondary .page > .checkboxlist.sync,
.rpt-head.secondary .page > .date-picker-con.sync,
.rpt-head.secondary .page > .date-con.sync,
.rpt-head.secondary .page > .item.sync,
.rpt-head.secondary .page > .multi-select-filter-con.sync {
  order: 7;
}
.rpt-head.secondary .page > a.icon:not(.help):not(.do-not-transform).show-filter,
.rpt-head.secondary .page > select.show-filter,
.rpt-head.secondary .page > input[type=text].show-filter,
.rpt-head.secondary .page > .rad.show-filter,
.rpt-head.secondary .page > .chk.show-filter,
.rpt-head.secondary .page > .checkboxlist.show-filter,
.rpt-head.secondary .page > .date-picker-con.show-filter,
.rpt-head.secondary .page > .date-con.show-filter,
.rpt-head.secondary .page > .item.show-filter,
.rpt-head.secondary .page > .multi-select-filter-con.show-filter {
  order: 8;
}
.rpt-head.secondary .page > a.icon:not(.help):not(.do-not-transform).date-picker-con,
.rpt-head.secondary .page > select.date-picker-con,
.rpt-head.secondary .page > input[type=text].date-picker-con,
.rpt-head.secondary .page > .rad.date-picker-con,
.rpt-head.secondary .page > .chk.date-picker-con,
.rpt-head.secondary .page > .checkboxlist.date-picker-con,
.rpt-head.secondary .page > .date-picker-con.date-picker-con,
.rpt-head.secondary .page > .date-con.date-picker-con,
.rpt-head.secondary .page > .item.date-picker-con,
.rpt-head.secondary .page > .multi-select-filter-con.date-picker-con,
.rpt-head.secondary .page > a.icon:not(.help):not(.do-not-transform).date-con,
.rpt-head.secondary .page > select.date-con,
.rpt-head.secondary .page > input[type=text].date-con,
.rpt-head.secondary .page > .rad.date-con,
.rpt-head.secondary .page > .chk.date-con,
.rpt-head.secondary .page > .checkboxlist.date-con,
.rpt-head.secondary .page > .date-picker-con.date-con,
.rpt-head.secondary .page > .date-con.date-con,
.rpt-head.secondary .page > .item.date-con,
.rpt-head.secondary .page > .multi-select-filter-con.date-con {
  order: 3;
}
.rpt-head.secondary .page > a.icon:not(.help):not(.do-not-transform).item,
.rpt-head.secondary .page > select.item,
.rpt-head.secondary .page > input[type=text].item,
.rpt-head.secondary .page > .rad.item,
.rpt-head.secondary .page > .chk.item,
.rpt-head.secondary .page > .checkboxlist.item,
.rpt-head.secondary .page > .date-picker-con.item,
.rpt-head.secondary .page > .date-con.item,
.rpt-head.secondary .page > .item.item,
.rpt-head.secondary .page > .multi-select-filter-con.item {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: -2.5px;
}
.rpt-head.secondary .page > a.icon:not(.help):not(.do-not-transform).item > *,
.rpt-head.secondary .page > select.item > *,
.rpt-head.secondary .page > input[type=text].item > *,
.rpt-head.secondary .page > .rad.item > *,
.rpt-head.secondary .page > .chk.item > *,
.rpt-head.secondary .page > .checkboxlist.item > *,
.rpt-head.secondary .page > .date-picker-con.item > *,
.rpt-head.secondary .page > .date-con.item > *,
.rpt-head.secondary .page > .item.item > *,
.rpt-head.secondary .page > .multi-select-filter-con.item > * {
  margin-left: 1em;
  margin-right: 1em;
}
.rpt-head.secondary .page a.icon:not(.help):not(.do-not-transform) {
  line-height: 1.5em;
  font-size: 8px;
  text-align: center !important;
  overflow: visible;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  width: 80px;
  margin-right: -20px;
  height: 40px;
  word-wrap: normal;
  margin-left: 0px;
  text-transform: uppercase;
}
.rpt-head.secondary .page a.icon:not(.help):not(.do-not-transform).pinned:before {
  background-color: #005443;
  color: #fff !important;
}
.rpt-head.secondary .page a.icon:not(.help):not(.do-not-transform):before {
  box-sizing: border-box;
  border: 1px #005443 solid;
  display: block;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  font-size: 24px;
  line-height: 38px;
  width: 40px !important;
  margin-left: 20px;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: #005443 !important;
  text-align: center !important;
}
.rpt-head.secondary .page a.icon:not(.help):not(.do-not-transform):hover {
  color: #005443 !important;
}
.rpt-head.secondary .page a.icon:not(.help):not(.do-not-transform):hover:before {
  background-color: #005443;
  color: #fff !important;
}
.rpt-head.secondary .page a.icon:not(.help):not(.do-not-transform).highlight {
  animation: kf_highlight_bounce 1s infinite;
}
@keyframes kf_highlight_bounce {
  0%,
  100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
}
.rpt-head.secondary .date-picker-con .btn-summary {
  display: block;
  background-color: #fff;
  color: #939393;
  width: 160px;
  padding: 0;
}
.rpt-head.secondary .date-picker-con .btn-summary.long-desc {
  font-size: 9.8px;
}
.rpt-head.secondary select {
  min-height: 40px;
  max-height: 40px;
  height: 40px;
}
.rpt-head.secondary input[type=text] {
  text-transform: none;
  height: 40px;
}
.rpt-head.secondary .checkboxlist {
  width: 160px;
}
.rpt-head.secondary select,
.rpt-head.secondary input[type=text] {
  background-color: #fff;
  width: 160px;
  padding-top: 0px;
  padding-bottom: 0px;
  letter-spacing: 1px;
  border: 1px #005443 solid;
}
.rpt-head.secondary input[type=button],
.rpt-head.secondary input[type=submit] {
  height: 40px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.rpt-head.secondary .rad label,
.rpt-head.secondary .chk label {
  line-height: 40px;
}
.rpt-head.secondary .rad input,
.rpt-head.secondary .chk input {
  margin-top: 12px;
}
.rpt-head.secondary .chk label {
  line-height: 40px;
  text-decoration: none;
  padding: 0 40px;
  height: 40px;
  border: none;
  font-size: 13px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  background-position: center center;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  text-transform: none;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #fff;
  color: #005443;
  margin-left: 0px;
  border: 1px #005443 solid;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
.rpt-head.secondary .chk label:before {
  font-family: 'FontAwesome';
  content: "\f096";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.rpt-head.secondary .chk .progress-bar {
  bottom: 0;
  top: 0;
  height: auto;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  opacity: 0.2;
  filter: alpha(opacity=20);
  zoom: 1;
  pointer-events: none;
}
.rpt-head.secondary .chk input {
  display: none;
}
.rpt-head.secondary .chk input:checked + label {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
.rpt-head.secondary .chk input:checked + label:before {
  font-family: 'FontAwesome';
  content: "\f046";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.rpt-head.secondary .chk label {
  width: 160px;
}
.rpt-head.secondary .filter-item {
  background-color: rgba(255, 255, 255, 0.15);
  width: 160px;
  margin-top: 30px;
  padding-top: 10px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  height: 50px;
}
.rpt-head.secondary .filter-item.clickable {
  cursor: pointer;
}
.rpt-head.secondary .filter-item.clickable:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom: 1;
}
.rpt-head.secondary .filter-item .item-title {
  display: block;
}
.rpt-head.secondary .filter-item a {
  color: #fff;
}
.rpt-head.secondary .filter-item select,
.rpt-head.secondary .filter-item input[type=text],
.rpt-head.secondary .filter-item input[type=button],
.rpt-head.secondary .filter-item .chk,
.rpt-head.secondary .filter-item > div {
  display: block;
  float: none;
  margin-left: 10px;
  margin-right: 0px;
  width: calc(100% - 20px);
}
.rpt-head.secondary .filter-item select:last-child,
.rpt-head.secondary .filter-item input[type=text]:last-child,
.rpt-head.secondary .filter-item input[type=button]:last-child,
.rpt-head.secondary .filter-item .chk:last-child,
.rpt-head.secondary .filter-item > div:last-child {
  margin-bottom: 10px;
}
.rpt-head.secondary .filter-item select.chk label,
.rpt-head.secondary .filter-item input[type=text].chk label,
.rpt-head.secondary .filter-item input[type=button].chk label,
.rpt-head.secondary .filter-item .chk.chk label,
.rpt-head.secondary .filter-item > div.chk label {
  width: 100%;
}
.rpt-head.secondary .filters {
  max-height: 0;
  position: relative;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  overflow: hidden;
  text-align: right;
  order: 9;
  flex-basis: 100%;
  display: block;
}
.rpt-head.secondary .filters:empty {
  display: none;
}
.rpt-head.secondary .filters:empty + .icon.show-filter {
  display: none;
}
.rpt-head.secondary .filters select,
.rpt-head.secondary .filters input[type=text],
.rpt-head.secondary .filters .icon,
.rpt-head.secondary .filters .rad,
.rpt-head.secondary .filters .chk,
.rpt-head.secondary .filters h4,
.rpt-head.secondary .filters input[type=button],
.rpt-head.secondary .filters input[type=submit],
.rpt-head.secondary .filters a,
.rpt-head.secondary .filters span.icon,
.rpt-head.secondary .filters .filter-item,
.rpt-head.secondary .filters strong {
  float: none;
  display: inline-block;
  margin-left: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-top: 0px;
  vertical-align: middle;
}
.rpt-head.secondary .filters .filter-item {
  height: auto;
  vertical-align: top;
  margin-top: -10px;
  margin-bottom: 10px;
}
.rpt-head.secondary .filters .filter-item select,
.rpt-head.secondary .filters .filter-item input[type=text],
.rpt-head.secondary .filters .filter-item input[type=button],
.rpt-head.secondary .filters .filter-item .chk,
.rpt-head.secondary .filters .filter-item > div {
  display: block;
  float: none;
  margin-left: 10px;
  margin-right: 0px;
  width: calc(100% - 20px);
}
.rpt-head.secondary .filters .filter-item select:last-child,
.rpt-head.secondary .filters .filter-item input[type=text]:last-child,
.rpt-head.secondary .filters .filter-item input[type=button]:last-child,
.rpt-head.secondary .filters .filter-item .chk:last-child,
.rpt-head.secondary .filters .filter-item > div:last-child {
  margin-bottom: 10px;
}
.rpt-head.secondary .filters .filter-item select.chk label,
.rpt-head.secondary .filters .filter-item input[type=text].chk label,
.rpt-head.secondary .filters .filter-item input[type=button].chk label,
.rpt-head.secondary .filters .filter-item .chk.chk label,
.rpt-head.secondary .filters .filter-item > div.chk label {
  width: 100%;
}
.rpt-head.secondary .filters .full-line {
  width: 100%;
  float: left;
}
.rpt-head.secondary .filters a {
  color: #fff;
}
.rpt-head.secondary .filters span.icon,
.rpt-head.secondary .filters div.icon {
  line-height: 40px;
  color: #fff;
  vertical-align: middle;
  margin-bottom: 0px;
}
.rpt-head.secondary .filters .filter-grp {
  border: 1px #fff solid;
  border-top: transparent;
  margin-right: 20px;
  padding: 5px;
  padding-top: 0px;
  margin-bottom: 15px;
  float: left;
  *zoom: 1;
  position: relative;
  margin-left: -6px;
}
.rpt-head.secondary .filters .filter-grp:before,
.rpt-head.secondary .filters .filter-grp:after {
  display: table;
  content: "";
}
.rpt-head.secondary .filters .filter-grp:after {
  clear: both;
}
.rpt-head.secondary .filters .filter-grp input,
.rpt-head.secondary .filters .filter-grp select {
  margin-bottom: 0px;
}
.rpt-head.secondary .filters .filter-grp input:last-child,
.rpt-head.secondary .filters .filter-grp select:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 600px) {
  .rpt-head.secondary {
    text-align: center;
  }
  .rpt-head.secondary .rpt-head-inner {
    max-height: none;
  }
  .rpt-head.secondary .page {
    justify-content: center;
  }
  .rpt-head.secondary .page h1,
  .rpt-head.secondary .page h2 {
    text-align: center;
    float: none;
    display: block;
    height: auto;
    margin-bottom: 20px;
    line-height: 45px;
    font-weight: bold;
    color: #fefefe;
    font-size: 14px;
    margin-top: -45px;
    display: inline-block;
    width: 100%;
    pointer-events: none;
  }
  .rpt-head.secondary .page h1 .sub-head,
  .rpt-head.secondary .page h2 .sub-head {
    display: none;
    position: relative;
    top: 0px;
  }
  .rpt-head.secondary .page > a.icon:not(.help):not(.do-not-transform),
  .rpt-head.secondary .page > select,
  .rpt-head.secondary .page input[type=text],
  .rpt-head.secondary .page > .rad,
  .rpt-head.secondary .page > .chk,
  .rpt-head.secondary .page > .checkboxlist,
  .rpt-head.secondary .page > .date-picker-con,
  .rpt-head.secondary .page > .date-con,
  .rpt-head.secondary .page > .item {
    margin-left: 5px;
    margin-right: 5px;
    float: none;
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: middle;
    margin-top: 0px;
  }
  .rpt-head.secondary .filters {
    padding-left: 0px;
    text-align: center;
  }
  .rpt-head.secondary .filters.open {
    max-height: none;
  }
  .rpt-head.secondary .filters input[type=text],
  .rpt-head.secondary .filters input[type=button],
  .rpt-head.secondary .filters input[type=submit],
  .rpt-head.secondary .filters select,
  .rpt-head.secondary .filters .chk,
  .rpt-head.secondary .filters .rad {
    float: none;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.rpt-head.secondary h1,
.rpt-head.secondary h2 {
  font-size: 16.8px;
}
.rpt-head.inline {
  *zoom: 1;
  margin-top: 0px;
}
.rpt-head.inline:before,
.rpt-head.inline:after {
  display: table;
  content: "";
}
.rpt-head.inline:after {
  clear: both;
}
.rpt-head.inline h1,
.rpt-head.inline h2,
.rpt-head.inline h3 {
  float: left;
  line-height: 28px;
}
.rpt-head.inline a,
.rpt-head.inline input {
  line-height: 28px;
  float: right;
  margin-right: 0px;
  margin-left: 20px;
}
.searchable-list-con {
  position: relative;
  text-align: left;
}
.searchable-list-con:after {
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 11px;
  right: 10px;
  font-family: FontAwesome;
  content: "\f002";
  color: #939393;
  line-height: 20px;
  pointer-events: none;
  text-align: right;
  background-color: #fff;
}
.searchable-list-con.is-searching:after {
  display: none;
}
.searchable-list-con.is-searching .selected-item-summary {
  display: none;
}
.searchable-list-con.is-searching .search-con {
  display: block;
}
.searchable-list-con.is-searching .search-con .icon.delete {
  display: block;
}
.searchable-list-con.show-results .search-con .list-con {
  max-height: 300px;
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
  border-color: #005443;
}
.searchable-list-con.has-no-results .search-con .list-con {
  overflow-y: hidden;
}
.searchable-list-con.has-no-results .search-con .list-con .no-results {
  display: block;
}
.searchable-list-con form {
  margin-bottom: 0px;
}
.searchable-list-con .selected-item-summary {
  cursor: default;
  color: #939393;
  background-color: #fff;
  padding: 0px 10px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px #005443 solid;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  line-height: 42px;
  height: 42px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.searchable-list-con .search-con {
  position: relative;
}
.searchable-list-con .search-con .icon.delete {
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 11px;
  right: 10px;
  font-family: FontAwesome;
  content: "\f002";
  color: #939393;
  line-height: 20px;
  pointer-events: none;
  text-align: right;
  background-color: #fff;
  pointer-events: all;
}
.searchable-list-con .search-con input[type=text] {
  width: 100%;
  max-width: none;
}
.searchable-list-con .search-con .list-con {
  max-height: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  overflow-y: auto;
  background-color: #fff;
  border: 2px transparent solid;
  position: absolute;
  z-index: 2;
  min-width: 250px;
  width: 100%;
  padding: 0px 5px;
  box-shadow: 3px 3px 15px 2px #333;
}
.searchable-list-con .search-con .list-con .no-results {
  display: none;
  color: #939393;
  padding: 10px;
  line-height: 1.2;
  overflow: hidden;
}
.searchable-list-con .search-con .list-con .no-results h3 {
  text-transform: none;
  font-size: 21px;
  line-height: 1;
  margin-bottom: 20px;
}
.searchable-list-con .search-con .list-con .no-results .buttons {
  padding: 0px;
  margin: 0px;
  border: none;
}
.searchable-list-con .search-con .list-con .no-results .buttons input[type="button"] {
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 0px 10px;
}
.searchable-list-con .search-con .list-con .no-results .buttons input[type="button"]:first-child {
  background-color: #005443;
  color: #fff;
  text-shadow: -1px -1px 0x #555;
}
.searchable-list-con .search-con .list-con .header {
  display: flex;
  font-weight: bold;
  line-height: 1.1;
  background-color: transparent;
  color: #939393;
}
.searchable-list-con .search-con .list-con .item-con {
  color: #939393;
  border-top: 1px #005443 solid;
  display: none;
  cursor: pointer;
}
.searchable-list-con .search-con .list-con .item-con.visible {
  display: flex;
}
.searchable-list-con .search-con .list-con .item-con:hover {
  color: #fff;
  background-color: #005443;
}
.searchable-list-con .search-con .list-con .item-con.highlighted {
  color: #fff;
  background-color: #005443;
}
.searchable-list-con .search-con .list-con .options {
  margin-bottom: 5px;
}
.searchable-list-con .search-con .list-con .options a,
.searchable-list-con .search-con .list-con .options a.icon {
  color: #005443;
  white-space: nowrap;
}
.searchable-list-con .search-con .list-con span {
  padding: 10px 5px;
  flex: 1 1 200px;
  line-height: 1.2;
}
.cols-con,
.cols {
  display: flex;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  flex-direction: row;
}
.cols-con.two-col,
.cols.two-col {
  flex-wrap: wrap;
}
.cols-con.two-col > *,
.cols.two-col > * {
  flex: 1 1 40%;
}
.cols-con > *,
.cols > * {
  flex: 1 1;
  min-width: 0px;
  margin-left: 10px;
  margin-right: 10px;
}
.cols-con > * textarea,
.cols > * textarea,
.cols-con > * select,
.cols > * select,
.cols-con > * input[type=text],
.cols > * input[type=text],
.cols-con > * input[type=password],
.cols > * input[type=password] {
  max-width: none;
}
@media only screen and (max-width: 600px) {
  .cols-con,
  .cols {
    flex-direction: column;
    margin-right: 0px;
    margin-left: 0px;
  }
  .cols-con > *,
  .cols > * {
    margin-right: 0px;
    margin-left: 0px;
    width: auto;
  }
}
.hide-rpt-head .rpt-head {
  display: none;
}
.js-error-con {
  display: none;
  z-index: 901;
  width: 650px;
  bottom: -86px;
  position: fixed;
  transition: bottom 0.2s 0s ease;
  -moz-transition: bottom 0.2s 0s ease;
  -ms-transition: bottom 0.2s 0s ease;
  -o-transition: bottom 0.2s 0s ease;
  -webkit-transition: bottom 0.2s 0s ease;
}
.js-error-con .msg {
  border: 3px #ff6464 solid;
  background-color: #fff;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin: 0px;
  padding: 10px;
  font-size: 13px;
  color: #ff6464;
  cursor: pointer;
  height: 56px;
  overflow: hidden;
  display: block;
}
.js-error-con.show-prompt {
  bottom: -56px;
  transition: bottom 0.2s 0s ease;
  -moz-transition: bottom 0.2s 0s ease;
  -ms-transition: bottom 0.2s 0s ease;
  -o-transition: bottom 0.2s 0s ease;
  -webkit-transition: bottom 0.2s 0s ease;
}
.js-error-con.show-prompt.show-full {
  bottom: 0px;
  transition: bottom 0.2s 0s ease;
  -moz-transition: bottom 0.2s 0s ease;
  -ms-transition: bottom 0.2s 0s ease;
  -o-transition: bottom 0.2s 0s ease;
  -webkit-transition: bottom 0.2s 0s ease;
}
.js-error-con .error-icon {
  margin-left: 10px;
  cursor: pointer;
  margin-bottom: 0px;
  background-color: #ff6464;
  width: 30px;
  line-height: 30px;
  padding: 0px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #ff6464;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}
.js-error-con .error-icon:before {
  font-family: 'FontAwesome';
  content: "\f071";
  font-weight: normal;
  color: #FFA500;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.js-error-con .error-icon:before {
  color: #fff;
}
table.rpt {
  margin-bottom: 20px;
  border-collapse: collapse;
  width: 100%;
  line-height: 1.5;
}
table.rpt + .paging-con {
  margin-top: -20px;
}
table.rpt.fixed-width {
  table-layout: fixed;
}
table.rpt.is-editing thead tr:not(.item-being-edited),
table.rpt.is-editing tbody tr:not(.item-being-edited) {
  opacity: 0.2;
  filter: alpha(opacity=20);
  zoom: 1;
}
table.rpt.is-sorting tbody tr:not(.rpt-group-header):not(.rpt-group-footer):not(.item-being-edited):hover th,
table.rpt.is-sorting tbody tr:not(.rpt-group-header):not(.rpt-group-footer):not(.item-being-edited):hover td {
  color: #939393 !important;
  background-color: #fff !important;
  cursor: move !important;
}
table.rpt.clickableitems tbody tr:not(.rpt-group-header):not(.rpt-group-footer):not(.section-con):not(.item-being-edited):hover th,
table.rpt.clickableitems tbody tr:not(.rpt-group-header):not(.rpt-group-footer):not(.section-con):not(.item-being-edited):hover td {
  color: #fff;
  background-color: #005443;
  cursor: pointer;
}
table.rpt.clickableitems tbody tr:not(.rpt-group-header):not(.rpt-group-footer):not(.section-con):not(.item-being-edited):hover th .icon,
table.rpt.clickableitems tbody tr:not(.rpt-group-header):not(.rpt-group-footer):not(.section-con):not(.item-being-edited):hover td .icon {
  color: #fff !important;
}
table.rpt.clickableitems tbody tr:not(.rpt-group-header):not(.rpt-group-footer):not(.section-con):not(.item-being-edited):hover th .icon:before,
table.rpt.clickableitems tbody tr:not(.rpt-group-header):not(.rpt-group-footer):not(.section-con):not(.item-being-edited):hover td .icon:before {
  color: #fff !important;
  border-color: #fff !important;
}
table.rpt.clickableitems tbody tr:not(.rpt-group-header):not(.rpt-group-footer):not(.section-con):not(.item-being-edited):hover th a,
table.rpt.clickableitems tbody tr:not(.rpt-group-header):not(.rpt-group-footer):not(.section-con):not(.item-being-edited):hover td a {
  color: #fff;
}
table.rpt.clickableitems tbody tr:not(.rpt-group-header):not(.rpt-group-footer):not(.section-con):not(.item-being-edited):hover th:before,
table.rpt.clickableitems tbody tr:not(.rpt-group-header):not(.rpt-group-footer):not(.section-con):not(.item-being-edited):hover td:before {
  color: #fff;
  background-color: #D4D9DB;
  cursor: pointer;
}
table.rpt.rpt-numbers thead tr th {
  padding-left: 5px;
  padding-right: 5px;
}
table.rpt.rpt-numbers thead tr th:not(.center):not(.left) {
  text-align: right;
}
table.rpt.rpt-numbers thead tr th:first-child {
  text-align: left !important;
}
table.rpt.rpt-numbers tbody tr td {
  padding-left: 5px;
  padding-right: 5px;
}
table.rpt.rpt-numbers tbody tr td:not(.center):not(.left) {
  text-align: right;
}
table.rpt.rpt-numbers tbody tr td:first-child {
  text-align: left !important;
}
table.rpt .num {
  text-align: right;
}
table.rpt tfoot tr td {
  border-top: 1px double #333;
  font-weight: bold;
}
table.rpt thead .num {
  text-align: right;
}
table.rpt thead.subtle tr th {
  color: #939393;
  background-color: transparent;
}
table.rpt thead tr {
  transition: opacity 0.2s 0s ease;
  -moz-transition: opacity 0.2s 0s ease;
  -ms-transition: opacity 0.2s 0s ease;
  -o-transition: opacity 0.2s 0s ease;
  -webkit-transition: opacity 0.2s 0s ease;
}
table.rpt thead tr.super-head th {
  text-align: center;
  line-height: 1em;
  height: 1.2em;
  border-bottom: none;
  font-weight: normal;
  font-size: 11px;
}
table.rpt thead tr.top-menu th {
  border-bottom: none;
}
table.rpt thead tr th {
  color: #005443;
  border-bottom: 2px solid #005443;
  border-top: none;
  height: 45px;
  vertical-align: middle;
  padding: 0px 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}
table.rpt:not(.sortable) thead tr th:after {
  content: '.';
  color: transparent !important;
}
table.rpt.sortable {
  position: relative;
}
table.rpt.sortable thead tr th[sort-by] {
  cursor: pointer;
  white-space: nowrap;
  height: 45px;
}
table.rpt.sortable thead tr th[sort-by]:after {
  content: ' ';
  display: inline-block;
}
table.rpt.sortable thead tr th[sort-by].ui-draggable-dragging {
  background-color: #fff;
  display: block;
  border-bottom: none;
  border: 2px #fefefe dashed;
  padding: 5px;
  text-align: center;
}
table.rpt.sortable thead tr th[sort-direction="Ascending"]:after,
table.rpt.sortable thead tr th[sort-direction="0"]:after {
  font-family: 'FontAwesome';
  content: " \f0d8";
  color: inherit;
  font-weight: normal;
  text-align: right;
  width: 20px;
  display: inline-block;
}
table.rpt.sortable thead tr th[sort-direction="Descending"]:after,
table.rpt.sortable thead tr th[sort-direction="1"]:after {
  font-family: 'FontAwesome';
  content: " \f0d7";
  color: inherit;
  font-weight: normal;
  text-align: right;
  width: 20px;
  display: inline-block;
}
table.rpt tbody,
table.rpt thead {
  width: 100%;
}
table.rpt.has-groups .rpt-group-header,
table.rpt.has-groups .rpt-group-footer {
  display: table-row;
}
table.rpt tr.disabled {
  color: #ccc;
}
table.rpt tr.vertical-align-middle td {
  vertical-align: middle;
}
table.rpt tr.section-con td {
  background-color: #005443;
  color: #fff;
}
table.rpt tr.error td {
  background-color: rgba(255, 100, 100, 0.1);
  border-top: 1px #ff6464 solid;
}
table.rpt tr.rpt-group-header {
  display: none;
}
table.rpt tr.rpt-group-header td {
  font-weight: bold;
  color: #fff;
  background-color: #005443;
}
table.rpt tr.rpt-group-footer {
  display: none;
  font-weight: bold;
}
table.rpt tr.rpt-group-footer td {
  border-top: 1px #939393 solid;
}
table.rpt tr.sub-item td {
  border-top: 1px transparent solid;
}
table.rpt tr.sub-item td:first-child {
  padding-left: 20px;
}
table.rpt tr th,
table.rpt tr td {
  border-top: 1px #f2f2f2 solid;
  background-color: #fff;
  text-align: left;
  padding: 10px 10px;
  vertical-align: top;
}
table.rpt tr th:last-child,
table.rpt tr td:last-child {
  padding-right: 0px;
}
table.rpt tr th.num,
table.rpt tr td.num {
  text-align: right;
  padding-right: 10px;
  white-space: nowrap;
}
table.rpt tr th.right,
table.rpt tr td.right {
  text-align: right;
}
table.rpt tr th.left,
table.rpt tr td.left {
  text-align: left;
}
table.rpt tr th.center,
table.rpt tr td.center {
  text-align: center;
}
table.rpt tr th input.small,
table.rpt tr td input.small {
  width: 100px;
  padding: 2px;
}
table.rpt tr th .avatar,
table.rpt tr td .avatar {
  width: 37px;
  height: 37px;
  margin-bottom: -10px;
  margin-top: -10px;
}
@media only screen and (min-width: 600px) {
  table.rpt tr[secondary] {
    display: table-row;
  }
  table.rpt tr[mobile-only] {
    display: none;
  }
  table.rpt tr th[secondary],
  table.rpt tr td[secondary] {
    display: table-cell;
  }
  table.rpt tr th[mobile-only],
  table.rpt tr td[mobile-only] {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  table.rpt tr[secondary] {
    display: none;
  }
  table.rpt tr[mobile-only] {
    display: table-row;
  }
  table.rpt tr th[secondary],
  table.rpt tr td[secondary] {
    display: none;
  }
  table.rpt tr th[mobile-only],
  table.rpt tr td[mobile-only] {
    display: table-cell;
  }
}
.comma-list > *:after {
  font-family: 'FontAwesome';
  content: " \f0da";
  color: inherit;
  font-weight: normal;
  text-align: right;
  width: 20px;
  display: inline-block;
}
.comma-list > *:after {
  text-align: center;
}
.comma-list > *:last-child:after {
  display: none;
}
.notification-banner {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 13px;
  padding: 5px;
}
.notification-banner:before {
  font-family: 'FontAwesome';
  content: "\f071";
  font-weight: normal;
  color: #FFA500;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.panels .notification-banner {
  padding: 20px;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
}
.notification-banner a {
  color: #fff !important;
}
.center {
  text-align: center;
}
.block {
  display: block;
}
input[type=button].highlight,
input[type=submit].highlight,
button.highlight,
span.highlight,
submit.highlight {
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 0s;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 2s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0s;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
  -ms-animation-duration: 2s;
  -ms-animation-timing-function: ease;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: normal;
  -ms-animation-delay: 0s;
  -ms-animation-play-state: running;
  -ms-animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-delay: 0s;
  animation-play-state: running;
  animation-fill-mode: forwards;
  animation-name: highlightBoxShadowAnimation;
}
a.highlight {
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 0s;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0s;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
  -ms-animation-duration: 1s;
  -ms-animation-timing-function: ease;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: normal;
  -ms-animation-delay: 0s;
  -ms-animation-play-state: running;
  -ms-animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-delay: 0s;
  animation-play-state: running;
  animation-fill-mode: forwards;
  animation-name: highlightTextShadowAnimation;
}
.fadedpanels {
  transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -ms-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  -webkit-transition: all 0.5s 0s ease;
  position: relative;
}
.fadedpanels.show-1 > .panel:nth-child(1) {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
  pointer-events: all;
  z-index: 2;
}
.fadedpanels.show-2 > .panel:nth-child(2) {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
  pointer-events: all;
  z-index: 2;
}
.fadedpanels.show-3 > .panel:nth-child(3) {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
  pointer-events: all;
  z-index: 2;
}
.fadedpanels.show-4 > .panel:nth-child(4) {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
  pointer-events: all;
  z-index: 2;
}
.fadedpanels.show-5 > .panel:nth-child(5) {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
  pointer-events: all;
  z-index: 2;
}
.fadedpanels.show-6 > .panel:nth-child(6) {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
  pointer-events: all;
  z-index: 2;
}
.fadedpanels.show-7 > .panel:nth-child(7) {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
  pointer-events: all;
  z-index: 2;
}
.fadedpanels.show-8 > .panel:nth-child(8) {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
  pointer-events: all;
  z-index: 2;
}
.fadedpanels.show-9 > .panel:nth-child(9) {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
  pointer-events: all;
  z-index: 2;
}
.fadedpanels.show-10 > .panel:nth-child(10) {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
  pointer-events: all;
  z-index: 2;
}
.fadedpanels > .panels-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #005443;
  z-index: 2;
}
.modal-dialog-con .fadedpanels > .panels-nav {
  left: -20px;
  right: -20px;
  top: -20px;
}
.fadedpanels > .panels-nav [data-panel] {
  display: inline-block;
  margin-right: 10px;
  padding: 0px 40px;
  margin-bottom: 0px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background-color: transparent;
  text-decoration: none;
  line-height: 45px;
  position: relative;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
}
.fadedpanels > .panels-nav [data-panel]:after {
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  content: ' ';
  visibility: visible;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #005443;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 0px;
}
.fadedpanels > .panels-nav [data-panel].current:after {
  bottom: -10px;
}
.fadedpanels > .panels-nav [data-panel]:hover {
  color: #fff;
  background-color: #f1f1f1;
}
.fadedpanels > .panel {
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  background-color: #fff;
  z-index: 1;
  width: 100%;
  top: 0;
  position: absolute;
  margin-top: 45px;
  pointer-events: none;
}
.fadedpanels > .panel form:not([do-not-relayout-buttons]):only-of-type,
.fadedpanels > .panel fieldset:not([do-not-relayout-buttons]):only-of-type {
  margin-bottom: 45px;
}
.fadedpanels > .panel form:not([do-not-relayout-buttons]):only-of-type .buttons,
.fadedpanels > .panel fieldset:not([do-not-relayout-buttons]):only-of-type .buttons {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.fadedpanels > .btn-back {
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  background-color: #005443;
  top: 0px;
  line-height: 45px;
  display: inline-block;
  position: absolute;
  left: -65px;
  font-size: 31.5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 45px;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  overflow: hidden;
  height: 45px;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
}
.fadedpanels > .btn-back:before {
  font-family: 'FontAwesome';
  content: "\f0d9";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.fadedpanels > .btn-back.visible {
  /*
			.opacity(1);
			.transform(rotateY(0deg));
			
			&:hover{
				.opacity(0.7);
			}
			*/
}
@media only screen and (max-width: 600px) {
  .fadedpanels > .panels-nav {
    padding: 0px;
    overflow: visible;
    height: 40px;
  }
  .fadedpanels > .panels-nav:hover [data-panel] {
    max-height: 40px;
  }
  .fadedpanels > .panels-nav [data-panel] {
    max-height: 0px;
    width: 100%;
    transition: all 0.2s 0s ease;
    -moz-transition: all 0.2s 0s ease;
    -ms-transition: all 0.2s 0s ease;
    -o-transition: all 0.2s 0s ease;
    -webkit-transition: all 0.2s 0s ease;
    overflow: hidden;
    display: block;
  }
  .fadedpanels > .panels-nav [data-panel].current {
    max-height: 40px;
  }
}
.panels-con {
  -ms-perspective: 900px;
  -o-perspective: 900px;
  perspective: 900px;
}
.hidden {
  display: none;
}
.disabled .edit-mode-only {
  display: none !important;
}
fieldset,
form,
.fieldset {
  border: none;
  margin: 0px 0px 20px;
  padding: 0px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
fieldset.section legend,
form.section legend,
.fieldset.section legend {
  line-height: 1.5em;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  font-weight: bold;
  color: #005443;
}
fieldset.lowercase-titles dl dt,
form.lowercase-titles dl dt,
.fieldset.lowercase-titles dl dt {
  text-transform: none;
}
fieldset dl,
form dl,
.fieldset dl {
  margin-bottom: 20px;
  margin-top: 0px;
}
fieldset dl[required] dt,
form dl[required] dt,
.fieldset dl[required] dt {
  font-weight: bold;
}
fieldset dl[required] dt:after,
form dl[required] dt:after,
.fieldset dl[required] dt:after {
  content: "*";
  visibility: visible;
}
fieldset dt,
form dt,
.fieldset dt {
  padding: 0px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
}
fieldset dt p,
form dt p,
.fieldset dt p {
  text-transform: none;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0px;
  line-height: 1.5em;
}
fieldset dt .icon,
form dt .icon,
.fieldset dt .icon {
  float: right;
  margin-right: 0px;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  margin-left: 20px;
}
fieldset dt .actions,
form dt .actions,
.fieldset dt .actions {
  float: right;
  font-size: 13px;
}
fieldset dt .actions .icon,
form dt .actions .icon,
.fieldset dt .actions .icon {
  float: none;
}
fieldset dd,
form dd,
.fieldset dd {
  padding: 0px;
  margin: 0px;
  line-height: 39px;
}
fieldset dd.inline-elements #DrpPeriodType,
form dd.inline-elements #DrpPeriodType,
.fieldset dd.inline-elements #DrpPeriodType {
  width: auto !important;
}
fieldset dd.inline-elements select,
form dd.inline-elements select,
.fieldset dd.inline-elements select,
fieldset dd.inline-elements .chk,
form dd.inline-elements .chk,
.fieldset dd.inline-elements .chk,
fieldset dd.inline-elements .rad,
form dd.inline-elements .rad,
.fieldset dd.inline-elements .rad,
fieldset dd.inline-elements input[type="text"],
form dd.inline-elements input[type="text"],
.fieldset dd.inline-elements input[type="text"] {
  display: inline-block;
  margin-right: 20px;
  width: auto;
}
fieldset dd p,
form dd p,
.fieldset dd p {
  text-transform: none;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0px;
  line-height: 1.5em;
}
fieldset dd.text-only,
form dd.text-only,
.fieldset dd.text-only {
  line-height: 1.5em;
}
fieldset.narrow,
form.narrow,
.fieldset.narrow {
  width: 200px;
}
@media only screen and (min-width: 600px) {
  fieldset.horiz dl,
  form.horiz dl,
  .fieldset.horiz dl {
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 0px;
  }
  fieldset.horiz dt,
  form.horiz dt,
  .fieldset.horiz dt {
    float: left;
    width: 150px;
    line-height: 33px;
  }
  fieldset.horiz dd,
  form.horiz dd,
  .fieldset.horiz dd {
    display: block;
    margin-left: 170px;
    line-height: 33px;
  }
  fieldset.horiz dd .chk input,
  form.horiz dd .chk input,
  .fieldset.horiz dd .chk input,
  fieldset.horiz dd .rad input,
  form.horiz dd .rad input,
  .fieldset.horiz dd .rad input {
    margin-top: 11px;
  }
  fieldset.horiz dd .chk label,
  form.horiz dd .chk label,
  .fieldset.horiz dd .chk label,
  fieldset.horiz dd .rad label,
  form.horiz dd .rad label,
  .fieldset.horiz dd .rad label {
    line-height: 33px;
  }
  fieldset.horiz .buttons,
  form.horiz .buttons,
  .fieldset.horiz .buttons {
    margin-left: 170px;
  }
}
fieldset.two-col,
form.two-col,
.fieldset.two-col {
  *zoom: 1;
}
fieldset.two-col:before,
form.two-col:before,
.fieldset.two-col:before,
fieldset.two-col:after,
form.two-col:after,
.fieldset.two-col:after {
  display: table;
  content: "";
}
fieldset.two-col:after,
form.two-col:after,
.fieldset.two-col:after {
  clear: both;
}
fieldset.two-col input,
form.two-col input,
.fieldset.two-col input,
fieldset.two-col textarea,
form.two-col textarea,
.fieldset.two-col textarea,
fieldset.two-col select,
form.two-col select,
.fieldset.two-col select {
  max-width: none;
}
fieldset.two-col dl,
form.two-col dl,
.fieldset.two-col dl {
  float: left;
  width: 45%;
  margin-right: 5%;
}
fieldset.two-col dl:nth-of-type(2n),
form.two-col dl:nth-of-type(2n),
.fieldset.two-col dl:nth-of-type(2n) {
  margin-right: 0%;
  width: 50%;
}
@media only screen and (max-width: 600px) {
  fieldset.two-col dl,
  form.two-col dl,
  .fieldset.two-col dl {
    float: none;
    width: auto;
    display: block;
    margin-right: 0px;
  }
  fieldset.two-col dl:nth-of-type(2n),
  form.two-col dl:nth-of-type(2n),
  .fieldset.two-col dl:nth-of-type(2n) {
    width: auto;
  }
}
fieldset.two-col .buttons,
form.two-col .buttons,
.fieldset.two-col .buttons {
  clear: both;
}
fieldset .buttons:last-child,
form .buttons:last-child,
.fieldset .buttons:last-child {
  margin-bottom: 0px;
}
fieldset .form-footer,
form .form-footer,
.fieldset .form-footer {
  *zoom: 1;
}
fieldset .form-footer:before,
form .form-footer:before,
.fieldset .form-footer:before,
fieldset .form-footer:after,
form .form-footer:after,
.fieldset .form-footer:after {
  display: table;
  content: "";
}
fieldset .form-footer:after,
form .form-footer:after,
.fieldset .form-footer:after {
  clear: both;
}
fieldset .form-footer a,
form .form-footer a,
.fieldset .form-footer a {
  text-decoration: none;
}
fieldset .form-footer .l,
form .form-footer .l,
.fieldset .form-footer .l {
  float: left;
}
fieldset .form-footer .r,
form .form-footer .r,
.fieldset .form-footer .r {
  float: right;
}
.export-con {
  position: relative;
}
@media only screen and (min-width: 600px) {
  .export-con {
    min-width: 450px;
  }
}
.export-con input[type=text] {
  width: 100%;
  max-width: none;
}
.export-con .buttons a {
  margin-left: 0px;
}
.prompt-con .export-con .progress-bar {
  left: -20px;
  top: -20px;
  bottom: -40px;
}
.export-con .progress-bar {
  opacity: 0.2;
  filter: alpha(opacity=20);
  zoom: 1;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #8dc63f;
  width: 0px;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
}
.export-con .progress-bar .lbl {
  right: 10px;
  bottom: 10px;
  position: absolute;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.buttons {
  padding: 0px;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px #005443 solid;
  margin-bottom: 20px;
  *zoom: 1;
}
.buttons:before,
.buttons:after {
  display: table;
  content: "";
}
.buttons:after {
  clear: both;
}
.buttons a span,
.buttons a.icon span,
.buttons span span {
  margin-right: 0px;
}
.buttons input[type=button],
.buttons input[type=submit] {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #939393;
  line-height: 1.5em;
  color: #fff;
  border: none;
  background-color: #777;
}
.buttons input[type=button],
.buttons input[type=submit],
.buttons a,
.buttons span {
  margin-right: 20px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0px;
}
.buttons input[type=button].primary,
.buttons input[type=submit] {
  background-color: #005443;
  color: #fff;
  text-shadow: -1px -1px 0x #555;
}
.buttons a,
.buttons span {
  line-height: 40px;
}
@media only screen and (max-width: 600px) {
  .buttons {
    text-align: center;
  }
  .buttons input[type=button],
  .buttons input[type=submit],
  .buttons a,
  .buttons span {
    display: inline-block;
    float: none;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.media-preview-con {
  background-size: contain;
  width: 600px;
  height: 600px;
  max-height: 100%;
  background-color: #777;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.fileupload-con {
  position: relative;
  margin-bottom: 20px;
}
.fileupload-con input[type=file] {
  display: none;
}
.fileupload-con .btn-select-files {
  background-color: #005443;
  color: #fff;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  padding: 0px;
  text-align: center;
  line-height: 80px;
  height: 80px;
  width: 80px;
  font-size: 13px;
  text-transform: none;
}
.fileupload-con .btn-select-files:focus {
  color: #fff;
}
.fileupload-con .upload-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: - 10px;
}
.fileupload-con .upload-list > * {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.fileupload-con .upload-list .upload-con {
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px #005443 solid;
  overflow: hidden;
  height: 80px;
  width: 80px;
  position: relative;
}
.fileupload-con .upload-list .upload-con .img-con {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.fileupload-con .upload-list .upload-con .options {
  position: absolute;
  bottom: 0px;
  background-color: #005443;
  text-align: center;
  margin: 0px;
  padding: 2.5px 0;
  left: 0;
  right: 0;
  line-height: 1.1em;
}
.fileupload-con .upload-list .upload-con .options a {
  font-size: 13px;
  text-transform: none;
  height: auto;
  background-color: transparent;
  padding: 0px;
  font-weight: normal;
  color: #fff;
  margin: 0px;
}
.fileupload-con .upload-list .upload-con .progress-con {
  display: block;
  *zoom: 1;
}
.fileupload-con .upload-list .upload-con .progress-con:before,
.fileupload-con .upload-list .upload-con .progress-con:after {
  display: table;
  content: "";
}
.fileupload-con .upload-list .upload-con .progress-con:after {
  clear: both;
}
.fileupload-con .upload-list .upload-con .progress-con .progress-item {
  float: left;
  margin-bottom: 20px;
  font-size: 60%;
  margin-bottom: 5px;
  position: relative;
  border-bottom: 1px #00aa00 solid;
  width: 100%;
  height: 100%;
  text-shadow: 0px 0px 1px #fff;
  line-height: 100%;
  color: #fff;
  text-shadow: 0px 0px 1px #333;
  display: block;
}
.fileupload-con .upload-list .upload-con .progress-con .progress-item.completed .name:before {
  font-family: 'FontAwesome';
  content: "\f058";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.fileupload-con .upload-list .upload-con .progress-con .progress-item.completed .name:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  font-weight: normal;
  color: #00aa00;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.fileupload-con .upload-list .upload-con .progress-con .progress-item.completed .name:before {
  color: #fff;
}
.fileupload-con .upload-list .upload-con .progress-con .progress-item.completed .progress-bar {
  background-color: transparent;
}
.fileupload-con .upload-list .upload-con .progress-con .progress-item.error {
  cursor: pointer;
  border-bottom: 1px #ff6464 solid;
}
.fileupload-con .upload-list .upload-con .progress-con .progress-item.error .name:before {
  font-family: 'FontAwesome';
  content: "\f057";
  font-weight: normal;
  color: #ff6464;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.fileupload-con .upload-list .upload-con .progress-con .progress-item.error .name:before {
  color: #fff;
}
.fileupload-con .upload-list .upload-con .progress-con .progress-item.error .progress-bar {
  background-color: #ff6464;
}
.fileupload-con .upload-list .upload-con .progress-con .progress-item .name {
  display: none;
  position: absolute;
  top: 0;
  left: 2px;
  max-width: calc(100% - 100px);
  overflow: hidden;
  height: 100%;
}
.fileupload-con .upload-list .upload-con .progress-con .progress-item .name:before {
  font-family: 'FontAwesome';
  content: "\f0aa";
  font-weight: normal;
  color: #777;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.fileupload-con .upload-list .upload-con .progress-con .progress-item .name:before {
  text-shadow: none;
}
.fileupload-con .upload-list .upload-con .progress-con .progress-item .percentage {
  position: absolute;
  right: 2px;
  top: 0;
  font-weight: bold;
}
.fileupload-con .upload-list .upload-con .progress-con .progress-item .progress-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #00aa00;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  width: 0%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
[modelcontainer] {
  transition: min-height 0.2s 0s ease;
  -moz-transition: min-height 0.2s 0s ease;
  -ms-transition: min-height 0.2s 0s ease;
  -o-transition: min-height 0.2s 0s ease;
  -webkit-transition: min-height 0.2s 0s ease;
}
[modelcontainer]:not(.no-loading-icon) {
  position: relative;
  min-height: 30px;
}
@keyframes kf-modelcontainer-background {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
  }
}
[modelcontainer]:not(.no-loading-icon):before {
  animation: kf-modelcontainer-background 1s 0s infinite linear;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: white;
  font-family: 'FontAwesome';
  content: "\f013";
  text-align: left;
  line-height: 30px;
  font-size: 24px;
  color: #005443;
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  box-shadow: 2px 2px 5px 5px #005443;
}
[modelcontainer]:not(.no-loading-icon) > * {
  transition: opacity 0.2s 0s ease;
  -moz-transition: opacity 0.2s 0s ease;
  -ms-transition: opacity 0.2s 0s ease;
  -o-transition: opacity 0.2s 0s ease;
  -webkit-transition: opacity 0.2s 0s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
}
[modelcontainer][modelbound] {
  min-height: 0px;
}
[modelcontainer][modelbound]:before {
  display: none;
}
[modelcontainer][modelbound] > * {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
[modelcontainer][modelfailed] {
  min-height: 0px;
}
[modelcontainer][modelfailed]:before {
  display: none;
}
[modelcontainer][modelfailed] > * {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
[modelcontainer][modelinline] > div > .rpt-head {
  display: none;
}
[modelcontainer][modelinline] > div .buttons.primary {
  display: none;
}
.steps-con {
  counter-reset: counter-steps;
}
.steps-con .step {
  counter-increment: counter-steps;
}
.steps-con .step:before {
  content: counter(counter-steps);
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: #005443;
  color: #fff;
  display: inline-block;
  margin-right: 7px;
  text-align: center;
  width: 30px;
  line-height: 30px;
}
.steps-con .step + * {
  margin-left: 37px;
}
.rpt-con > * {
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
.rpt-con.rpt-refreshing {
  background-position: center center;
  background-repeat: no-repeat;
}
.rpt-con.rpt-refreshing > * {
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
}
.rpt-con .group-by-target,
.rpt-con .paging-con,
.rpt-con table.rpt {
  display: none;
}
.rpt-con .prompt {
  display: block;
  position: relative;
  min-height: 200px;
}
.rpt-con .prompt > .icon {
  margin-right: 20px;
  pointer-events: none;
  margin-left: 0px;
  text-indent: 0px;
  position: absolute;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  left: -10px;
  top: -10px;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: forwards;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 0s;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 2s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: forwards;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0s;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
  -ms-animation-duration: 2s;
  -ms-animation-timing-function: ease;
  -ms-animation-iteration-count: forwards;
  -ms-animation-direction: normal;
  -ms-animation-delay: 0s;
  -ms-animation-play-state: running;
  -ms-animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: forwards;
  animation-direction: normal;
  animation-delay: 0s;
  animation-play-state: running;
  animation-fill-mode: forwards;
  animation-name: kf_prompt_icon;
}
.rpt-con .prompt > .icon:before {
  width: 200px;
  height: 200px;
  line-height: 200px;
  font-size: 140px;
  text-align: center;
  border: 1px #005443 solid;
  color: #005443;
  background-color: #8dc63f;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
@keyframes kf_prompt_icon {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    zoom: 1;
    transform: rotate(20deg) translateX(100px);
    -ms-transform: rotate(20deg) translateX(100px);
  }
  100% {
    opacity: 0.1;
    filter: alpha(opacity=10);
    zoom: 1;
    transform: rotate(0deg) translateX(0px);
    -ms-transform: rotate(0deg) translateX(0px);
  }
}
.rpt-con .prompt .title {
  font-size: 35px;
  margin-bottom: 0px;
  line-height: 1.5;
}
.rpt-con .prompt .details {
  font-size: 21px;
  line-height: 1.5;
}
.rpt-con .prompt .icons .icon {
  margin-right: 20px;
  font-size: 21px;
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
  .rpt-con .prompt {
    text-align: center;
  }
  .rpt-con .prompt > .icon {
    display: inline-block;
    float: none;
    opacity: 0.05;
    filter: alpha(opacity=5);
    zoom: 1;
    left: 50%;
    margin-left: -40px;
    animation-name: none;
  }
  .rpt-con .prompt > .icon:before {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 56px;
    text-align: center;
    border: 1px #005443 solid;
    color: #005443;
    background-color: #8dc63f;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .rpt-con .prompt .title {
    font-size: 21px;
    display: block;
  }
  .rpt-con .prompt .details {
    font-size: 14px;
    display: block;
  }
  .rpt-con .prompt .icons .icon {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
  }
}
.rpt-con.has-data .prompt {
  display: none;
}
.rpt-con.has-data table.rpt {
  display: table;
}
.rpt-con.has-data .group-by-target,
.rpt-con.has-data .paging-con {
  display: block;
}
.group-by-target {
  background-color: #fdfdfd;
  border: 1px dashed #777;
  display: block;
  padding-left: 5px;
  padding-right: 5px;
}
.group-by-target.is-grouped .delete {
  display: inline-block;
  float: right;
}
.group-by-target.is-grouped .prompt {
  display: none;
}
.group-by-target.is-grouped .lbl {
  display: inline-block;
}
.group-by-target .delete {
  display: none;
  line-height: 45px;
  margin-left: 20px;
}
.group-by-target .prompt {
  color: #939393;
  display: inline-block;
  line-height: 45px;
}
.group-by-target .lbl {
  font-weight: bold;
  display: none;
  line-height: 45px;
}
.horiz-scroll {
  overflow-x: scroll;
}
.horiz-scroll .rpt tr td {
  white-space: nowrap;
  max-width: 250px;
  overflow: hidden;
}
.vert-scroll {
  overflow-y: auto;
}
.vert-scroll.vert-scroll-500 {
  max-height: 500px;
}
.vert-scroll.vert-scroll-200 {
  max-height: 200px;
}
.user-anonymous .auth-only {
  display: none;
}
.header-container {
  background-color: #005443;
  margin-bottom: 20px;
  left: 0;
  right: 0;
}
.no-header .header-container {
  display: none;
}
.header-container .header {
  margin-bottom: 0px;
  *zoom: 1;
  padding: 0px;
}
.header-container .header:before,
.header-container .header:after {
  display: table;
  content: "";
}
.header-container .header:after {
  clear: both;
}
.header-container .header ul.menu {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 100%;
  *zoom: 1;
}
.header-container .header ul.menu:before,
.header-container .header ul.menu:after {
  display: table;
  content: "";
}
.header-container .header ul.menu:after {
  clear: both;
}
.header-container .header ul.menu li {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-right: 20px;
  float: left;
  position: relative;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
}
@keyframes kf-submenu-appear {
  0% {
    max-height: 0px;
    overflow: hidden;
  }
  100% {
    max-height: 400px;
    overflow: visible;
  }
}
.header-container .header ul.menu li.sub-menu {
  float: right;
  margin-left: 20px;
  margin-right: 0px;
  text-align: right;
}
.header-container .header ul.menu li.sub-menu ul {
  left: auto;
  right: -20px;
}
.header-container .header ul.menu li.logo {
  margin-right: 20px;
}
.header-container .header ul.menu li.logo a {
  width: 173px;
  height: 50px;
  background-image: url(/content/i/headerlogo.png);
  background-size: cover;
  background-position: center center;
  margin-top: 20px;
  display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header-container .header ul.menu li.logo a {
    background-image: url(i/headerlogo@2x.png);
  }
}
[deploymentname="Development"] .header-container .header ul.menu li.logo a:after,
[deploymentname="SIT"] .header-container .header ul.menu li.logo a:after,
[deploymentname="UAT"] .header-container .header ul.menu li.logo a:after {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  visibility: visible;
  transform: rotateZ(-5deg) translateX(-50%);
  -ms-transform: rotateZ(-5deg) translateX(-50%);
  padding: 5px;
  color: #FFA500;
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
  border: 1px #FFA500 solid;
  background-color: #fff6e5;
  text-align: center;
  display: block;
  position: absolute;
  top: 35%;
  line-height: 1.1;
  left: 50%;
  width: 100%;
  pointer-events: none;
}
[deploymentname="Development"] .header-container .header ul.menu li.logo a:after {
  content: 'Development';
}
[deploymentname="SIT"] .header-container .header ul.menu li.logo a:after {
  content: 'SIT';
}
[deploymentname="UAT"] .header-container .header ul.menu li.logo a:after {
  content: 'UAT';
}
@media only screen and (max-width: 600px) {
  .header-container .header ul.menu li.logo a {
    margin-top: 0px;
  }
}
.header-container .header ul.menu li:hover > ul {
  animation: kf-submenu-appear 0.5s ease-out normal;
  display: block;
}
.header-container .header ul.menu li a,
.header-container .header ul.menu li span {
  display: block;
  text-decoration: none;
  color: #fefefe;
  line-height: 90px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width: 950px) {
  .header-container .header ul.menu li a,
  .header-container .header ul.menu li span {
    font-size: 13px;
  }
}
.header-container .header ul.menu li a:hover,
.header-container .header ul.menu li span:hover {
  text-shadow: 0px 0px 5px #fff;
}
.header-container .header ul.menu li ul {
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  z-index: 15;
  position: absolute;
  top: 50px;
  left: -20px;
  display: none;
  padding: 0px;
  background-color: #005443;
  width: 230px;
}
.header-container .header ul.menu li ul li {
  padding: 10px 20px;
  display: block;
  margin-left: 0px;
  margin-right: 0px;
  float: none;
}
.header-container .header ul.menu li ul li a {
  line-height: 2em;
}
.header-container .header ul.menu li ul li.has-sub-menu > a:after {
  font-family: 'FontAwesome';
  content: " \f0da";
  color: inherit;
  font-weight: normal;
  text-align: right;
  width: 20px;
  display: inline-block;
}
.header-container .header ul.menu li ul li.has-sub-menu > a:after {
  float: right;
}
.header-container .header ul.menu li ul li.has-sub-menu ul {
  top: -10px;
  left: 210px;
}
@media only screen and (max-width: 950px) {
  .header-container .header ul.menu li {
    margin-right: 20px;
  }
  .header-container .header ul.menu li a {
    font-size: 12px;
  }
}
.header-container .header .user-menu {
  float: right;
  color: #fff;
}
.header-container .header .user-menu .person-name {
  display: inline-block;
}
.header-container .header .user-menu .person-name:after {
  font-family: 'FontAwesome';
  content: " \f0d7";
  color: inherit;
  font-weight: normal;
  text-align: right;
  width: 20px;
  display: inline-block;
}
@media only screen and (max-width: 950px) {
  .header-container .header .user-menu .person-name {
    color: transparent;
    font-size: 0px;
  }
  .header-container .header .user-menu .person-name:before {
    visibility: visible;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url(i/avatar.png);
    background-size: 45px 45px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    width: 45px;
    height: 45px;
    background-color: #fff;
  }
  .header-container .header .user-menu .person-name:after {
    color: #fff;
    font-size: initial;
    vertical-align: middle;
  }
}
.header-container .header .user-menu ul.menu {
  padding-left: 0px;
  background-image: none;
}
.header-container .header .user-menu ul.menu .account-logo {
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  width: 80px;
  height: 80px;
  margin-top: 5px;
  float: left;
  margin-right: -9px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.header-container .header .user-menu ul.menu li {
  margin-right: 0px;
  margin-left: 20px;
}
.header-container .header .user-menu ul.menu li ul {
  right: -20px;
  left: initial;
}
.header-container .header .user-menu span,
.header-container .header .user-menu a {
  color: #fefefe;
  font-size: 13px;
  margin-left: 20px;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1.5px;
}
.header-container .header .user-menu span:first-child,
.header-container .header .user-menu a:first-child {
  margin-left: 0px;
}
.header-container .header .user-menu .lang {
  background-image: url(i/flags.png);
  background-repeat: no-repeat;
  border: none !important;
  height: 13px;
  width: 13px;
  margin-top: 38.5px;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.header-container .header .user-menu .lang.lang-fr {
  background-position: -4.5px -1px;
}
.header-container .header .user-menu .lang.lang-en {
  background-position: -3.5px -28px;
}
.header-container .header .user-menu .lang.lang-de {
  background-position: -3.5px -55px;
}
.header-container .header .user-menu .lang.lang-ga {
  background-position: -4.5px -83px;
}
.header-container .header .user-menu a.button {
  border-radius: 20px;
  isletter-spacing: 1px;
  border: 1px rgba(255, 255, 255, 0.2) solid;
  font-size: 13px;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  width: 160px;
  padding-left: 0px;
  padding-right: 0px;
}
.header-container .header .user-menu a.button:hover {
  background-color: #fff;
  border: 1px #005443 solid;
  color: #005443;
}
@media only screen and (max-width: 950px) {
  .header-container .header .user-menu {
    margin-right: 40px;
  }
}
.header-container .header .show-menu {
  line-height: 1em;
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 950px) {
  .header-container .header {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .header-container .header {
    height: 45px;
  }
  .header-container .header .show-menu {
    margin-top: 4.5px;
    display: block;
    color: #fff;
    font-size: 36px;
    width: 0px;
    z-index: 1101;
    position: fixed;
    left: 4.5px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transition: all 0.2s 0s ease;
    -moz-transition: all 0.2s 0s ease;
    -ms-transition: all 0.2s 0s ease;
    -o-transition: all 0.2s 0s ease;
    -webkit-transition: all 0.2s 0s ease;
    text-shadow: 0px 0px 2px #333;
    height: 36px;
    width: 36px;
  }
  .header-container .header .show-menu:before {
    font-family: 'FontAwesome';
    content: "\f0c9";
    font-weight: normal;
    color: inherit;
    width: 1.1em;
    text-indent: 0px;
    display: inline-block;
  }
  .header-container .header .show-menu:before {
    margin: 0px;
    line-height: 36px;
    text-align: center;
    height: 36px;
    width: 36px;
  }
  .header-container .header .show-menu.open {
    left: 255px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
  .header-container .header .show-menu.open + ul.menu {
    left: 0;
    box-shadow: 5px 5px 15px #333;
  }
  .header-container .header ul.menu.main-menu {
    max-width: 100%;
    background-color: #005443;
    position: fixed;
    width: 300px;
    top: 0;
    bottom: 0;
    left: -300px;
    z-index: 1100;
    transition: left 0.2s 0s ease;
    -moz-transition: left 0.2s 0s ease;
    -ms-transition: left 0.2s 0s ease;
    -o-transition: left 0.2s 0s ease;
    -webkit-transition: left 0.2s 0s ease;
    box-shadow: 0px 0px 0px #333;
  }
  .header-container .header ul.menu.main-menu .logo {
    float: none;
  }
  .header-container .header ul.menu.main-menu li {
    display: block;
    float: none;
    padding: 10px 20px;
  }
  .header-container .header ul.menu.main-menu li.has-sub-menu {
    font-weight: bold;
  }
  .header-container .header ul.menu.main-menu li.has-sub-menu > a:hover {
    cursor: default;
    text-shadow: none;
  }
  .header-container .header ul.menu.main-menu li.sub-menu {
    float: left;
    margin-left: 0px;
    text-align: left;
  }
  .header-container .header ul.menu.main-menu li.sub-menu ul {
    left: 0px;
    right: auto;
  }
  .header-container .header ul.menu.main-menu li.active:before {
    display: none;
  }
  .header-container .header ul.menu.main-menu li:hover > ul {
    animation: none;
  }
  .header-container .header ul.menu.main-menu li > a {
    font-weight: normal;
    line-height: normal;
    font-size: 13px;
  }
  .header-container .header ul.menu.main-menu li ul {
    box-shadow: none;
    display: block;
    position: static;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
  }
  .header-container .header ul.menu.main-menu li ul li {
    padding: 5px 10px;
  }
  .header-container .header ul.menu.main-menu li ul li.has-sub-menu > a:after {
    display: none;
  }
}
.footer-container {
  text-align: center;
  width: 970px;
  margin-top: 20px;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  line-height: 50px;
}
.footer-container strong {
  width: 50px;
  text-indent: -9999px;
  background-image: url(/content/i/footerlogo.png);
  background-size: cover;
  background-position: center center;
  background-size: 50px 50px;
  background-position: left center;
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .footer-container strong {
    background-image: url(i/footerlogo@2x.png);
  }
}
.footer-container a,
.footer-container a.icon {
  padding-left: 20px;
  margin-right: 20px;
  display: inline-block;
  text-decoration: none;
}
.footer-container a:last-child,
.footer-container a.icon:last-child {
  margin-right: 0px;
}
.footer-container a:hover,
.footer-container a.icon:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 950px) {
  .footer-container {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .footer-container #LblTime {
    display: none;
  }
  .footer-container a {
    border-left: none;
    padding-left: 0px;
  }
  .footer-container strong {
    display: none;
  }
}
.disable-application {
  background-color: #EFEFEF;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0px;
  left: 0px;
  opacity: .5;
  /* in FireFox */
  filter: alpha(opacity=50);
  /* in IE */
}
.loading-panel {
  text-align: center;
  display: block;
  min-height: 4.5em;
  padding-top: 1.5em;
  background-image: url(i/loading.gif);
  background-size: initial;
  background-position: center top;
  background-repeat: no-repeat;
}
.sub-form {
  margin-bottom: 0px;
  background-color: #00876c;
  color: #fff;
  font-size: 13px;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
}
.sub-form.visible {
  max-height: 300px;
  margin-bottom: 20px;
}
.sub-form .sub-form-inner {
  padding: 20px;
  margin-bottom: 0px;
}
.sub-form .sub-form-inner > fieldset,
.sub-form .sub-form-inner form {
  margin-bottom: 0px;
}
.sub-form .sub-form-inner .icon {
  color: #fff;
}
table.rpt tr.highlight td {
  animation: highlight-item-background 2s 0.5s 1 forwards linear;
}
.highlightable-background.highlight {
  animation: highlight-item-background 2s 0.5s 1 forwards linear;
  animation: highlight-item-background 1s 0.5s 1 forwards linear;
}
@keyframes highlight-item-background {
  0% {
    background-color: inherit;
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
    zoom: 1;
  }
  50% {
    background-color: #005443;
    color: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    zoom: 1;
  }
  100% {
    background-color: inherit;
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
    zoom: 1;
  }
}
.highlightable-background.highlight > * {
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
}
@keyframes highlight-item-background {
  0% {
    background-color: inherit;
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
    zoom: 1;
  }
  50% {
    background-color: #005443;
    color: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    zoom: 1;
  }
  100% {
    background-color: inherit;
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
    zoom: 1;
  }
}
.highlightable-background.highlight > * {
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
}
.map-con {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  position: relative;
  min-height: 250px;
}
.map-con a {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-size: cover;
  background-position: center center;
  background-color: gray;
}
.map-con a:before {
  content: "Click to open Google Maps";
  display: flex;
  justify-content: center;
}
.small {
  font-size: 13px;
}
.left {
  text-align: left;
}
.tip {
  border: 1px #00aa00 solid;
  color: #00aa00;
  padding: 20px;
  background-color: #ddffdd;
  margin-bottom: 20px;
  font-size: 13px;
  padding-left: 40px;
  text-indent: -20px;
}
.tip:before {
  font-family: 'FontAwesome';
  content: "\f087";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.tip:before {
  text-indent: 0px;
  width: auto;
}
.error-panel {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
  border: 1px #FFA500 solid;
  background-color: #fff6e5;
  color: #FFA500;
  *zoom: 1;
}
.error-panel:before,
.error-panel:after {
  display: table;
  content: "";
}
.error-panel:after {
  clear: both;
}
.error-panel h1,
.error-panel h2 {
  margin-bottom: 0px;
}
.error-panel p,
.error-panel ul {
  margin-top: 0px;
}
.error-panel p:last-child,
.error-panel ul:last-child {
  margin-bottom: 0px;
}
.error-panel a {
  text-decoration: underline;
  color: #FFA500;
}
.error-panel input[type="button"],
.error-panel .button {
  display: block;
  margin-top: 10px;
  background-color: #FFA500;
  border-color: #fff;
  color: #fff;
}
.error-panel input[type="button"]:focus,
.error-panel .button:focus {
  box-shadow: none;
}
@media only screen and (max-width: 600px) {
  .error-panel input[type="button"],
  .error-panel .button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 600px) {
  .error-panel {
    padding: 20px;
    text-align: center;
  }
  .error-panel:before {
    /*
			.fn_create_icon(@iconWidth);
			display:block;
			text-align:center;
			margin-left:auto;
			margin-right:auto;
			float:none;
			*/
  }
  .error-panel ul {
    padding-left: 0px;
  }
  .error-panel ul li {
    list-style-type: none;
  }
}
.print-view-only {
  display: none;
}
.error-list {
  min-width: 500px;
  max-width: 970px;
  display: block;
  margin-bottom: 20px;
}
.error-list.inline-error {
  margin-bottom: 0px;
  padding: 20px;
  color: #ff6464;
  background-color: rgba(255, 100, 100, 0.1);
  border: 1px #ff6464 solid;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: block;
}
.modal-dialog-overlay {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
  background-color: black;
  z-index: 20;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
}
.modal-dialog-overlay.rendered {
  opacity: 0.6;
  filter: alpha(opacity=60);
  zoom: 1;
}
.modal-dialog-overlay.rendered:before {
  display: none;
}
.modal-dialog-overlay.rendered > * {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
.modal-dialog-overlay.rendering {
  opacity: 0.6;
  filter: alpha(opacity=60);
  zoom: 1;
  position: relative;
  min-height: 30px;
  position: fixed;
}
@keyframes kf-modelcontainer-background {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
  }
}
.modal-dialog-overlay.rendering:before {
  animation: kf-modelcontainer-background 1s 0s infinite linear;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: white;
  font-family: 'FontAwesome';
  content: "\f013";
  text-align: left;
  line-height: 30px;
  font-size: 24px;
  color: #005443;
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  box-shadow: 2px 2px 5px 5px #005443;
}
.modal-dialog-overlay.rendering > * {
  transition: opacity 0.2s 0s ease;
  -moz-transition: opacity 0.2s 0s ease;
  -ms-transition: opacity 0.2s 0s ease;
  -o-transition: opacity 0.2s 0s ease;
  -webkit-transition: opacity 0.2s 0s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
}
.modal-dialog-con {
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  position: fixed;
  z-index: 21;
  min-width: 400px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) translateZ(0) scale(1, 1);
  -ms-transform: translateY(-50%) translateX(-50%) translateZ(0) scale(1, 1);
  box-sizing: border-box;
  transition: transform 0.2s 0s ease, opacity 0.2s 0s ease;
  box-shadow: 0px 0px 50px #333;
  pointer-events: none;
  display: inline-block;
  max-height: calc(100vh - 20px - 20px);
  overflow-y: auto;
}
.modal-dialog-con.pinnable .modal-dialog-inner > .pin {
  display: block;
}
.modal-dialog-con.pinned .modal-dialog-inner > .pin:before {
  font-family: 'FontAwesome';
  content: "\f13e";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.modal-dialog-con.is-showing-panels .modal-dialog-inner .header > .close,
.modal-dialog-con.has-prompt-con .modal-dialog-inner .header > .close {
  color: #fff;
  background-color: transparent;
}
.modal-dialog-con.is-showing-panels .modal-dialog-inner .header > .close:hover,
.modal-dialog-con.has-prompt-con .modal-dialog-inner .header > .close:hover {
  color: #005443 !important;
  background-color: #fff !important;
}
.modal-dialog-con.is-showing-panels .modal-dialog-inner {
  background-color: transparent;
}
.modal-dialog-con.is-showing-panels .modal-dialog-inner > .close {
  margin-right: 30px;
  margin-top: 30px;
}
.modal-dialog-con.is-showing-panels .modal-dialog-inner > .content {
  overflow: visible;
}
.modal-dialog-con.is-showing-panels .modal-dialog-inner .panels .btn-back {
  background-color: #8dc63f;
}
.modal-dialog-con.is-showing-panels .modal-dialog-inner .panels > .panel {
  padding: 20px 20px 0.1px;
}
.modal-dialog-con.is-showing-panels .modal-dialog-inner .panels > .btn-back {
  left: -45px;
}
.modal-dialog-con.rendered {
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
.modal-dialog-con .modal-dialog-inner {
  background-color: #fff;
  min-height: 80px;
}
.modal-dialog-con .modal-dialog-inner .header {
  height: 45px;
  background-color: #005443;
}
.modal-dialog-con .modal-dialog-inner > .close,
.modal-dialog-con .modal-dialog-inner > .pin {
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: block;
  height: 25px;
  text-decoration: none;
  line-height: 23px;
  cursor: pointer;
  color: #fff;
  font-size: 12.5px;
  background-color: transparent;
  width: 25px;
  text-align: center;
  margin-right: 10px;
  margin-top: 10px;
}
.modal-dialog-con .modal-dialog-inner > .close:before,
.modal-dialog-con .modal-dialog-inner > .pin:before {
  font-family: 'FontAwesome';
  content: "\f00d";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.modal-dialog-con .modal-dialog-inner > .close:before,
.modal-dialog-con .modal-dialog-inner > .pin:before {
  font-weight: normal;
  width: auto;
}
.modal-dialog-con .modal-dialog-inner > .close:hover,
.modal-dialog-con .modal-dialog-inner > .pin:hover {
  cursor: pointer;
  background-color: #005443 !important;
  color: #fff !important;
}
.modal-dialog-con .modal-dialog-inner > .pin {
  right: 35px;
  display: none;
}
.modal-dialog-con .modal-dialog-inner > .pin:before {
  font-family: 'FontAwesome';
  content: "\f09c";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.modal-dialog-con .modal-dialog-inner > .content {
  padding: 20px;
  cursor: default;
  overflow: hidden;
  overflow-y: auto;
}
.modal-dialog-con .modal-dialog-inner > .content .collapse-to-contents .page {
  width: auto;
}
@media only screen and (max-width: 950px) {
  .modal-dialog-con {
    min-width: initial;
    width: 100%;
    box-shadow: 0px 0px 0px #333;
  }
  .modal-dialog-con .modal-dialog-inner > .content {
    max-height: none;
  }
}
@media only screen and (max-width: 600px) {
  .modal-dialog-con {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    opacity: 1;
    filter: alpha(opacity=100);
    zoom: 1;
  }
  .modal-dialog-con.rendered {
    transform: translateX(0%);
    -ms-transform: translateX(0%);
  }
  .modal-dialog-con .modal-dialog-inner > .content {
    overflow: visible;
    max-height: none;
  }
}
.multiple-choice-con {
  max-width: 100%;
  width: 450px;
}
.multiple-choice-con .choice-con {
  margin-bottom: 20px;
  display: block;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  border: 1px #005443 solid;
  padding: 20px;
  color: #005443;
}
.multiple-choice-con .choice-con:hover {
  cursor: pointer;
  background-color: #005443 !important;
  color: #fff !important;
}
.multiple-choice-con .choice-con:hover * {
  color: #fff !important;
}
.multiple-choice-con .choice-con:last-child {
  margin-bottom: 0px;
}
.multiple-choice-con .choice-con h3 {
  margin-bottom: 0px;
}
.multiple-choice-con .choice-con .desc {
  margin-bottom: 0px;
}
.widgets-con {
  *zoom: 1;
}
.widgets-con:before,
.widgets-con:after {
  display: table;
  content: "";
}
.widgets-con:after {
  clear: both;
}
.widgets-con .widget {
  width: 50%;
  float: left;
  background-color: #fff;
  margin-bottom: 20px;
  padding-right: 5%;
}
.chart {
  margin-bottom: 20px;
  position: relative;
  *zoom: 1;
}
.chart:before,
.chart:after {
  display: table;
  content: "";
}
.chart:after {
  clear: both;
}
.chart:before {
  display: none;
}
.chart > * {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
.chart.loading {
  position: relative;
  min-height: 30px;
}
@keyframes kf-modelcontainer-background {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
  }
}
.chart.loading:before {
  animation: kf-modelcontainer-background 1s 0s infinite linear;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: white;
  font-family: 'FontAwesome';
  content: "\f013";
  text-align: left;
  line-height: 30px;
  font-size: 24px;
  color: #005443;
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  box-shadow: 2px 2px 5px 5px #005443;
}
.chart.loading > * {
  transition: opacity 0.2s 0s ease;
  -moz-transition: opacity 0.2s 0s ease;
  -ms-transition: opacity 0.2s 0s ease;
  -o-transition: opacity 0.2s 0s ease;
  -webkit-transition: opacity 0.2s 0s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
}
.chart.no-details .chart-con {
  margin-left: 0px;
}
.chart.no-details .details-con {
  display: none;
}
.chart.no-details .parameters-con {
  margin-left: 0px;
}
.chart.details-above .details-con {
  display: block;
  width: 100%;
  float: none;
}
.chart.details-above .chart-con {
  display: block;
  float: none;
  margin-left: 0px;
}
.chart .chart-con {
  min-height: 400px;
  /* Custom Highcharts css classes to modify SVG */
}
.chart .chart-con .highcharts-label.data-label-issue text {
  fill: red !important;
}
.chart .chart-con .error {
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .chart .chart-con {
    width: 100%;
  }
}
.chart-highlights {
  display: flex;
  justify-content: space-between;
  margin-left: -10px;
  flex-wrap: nowrap;
  margin-right: -10px;
  margin-bottom: 20px;
}
.chart-highlights .chart-highlight {
  flex: 1 0 auto;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 600px) {
  .chart-highlights {
    flex-direction: row;
  }
}
.chart-highlight {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #8dc63f;
  padding: 20px;
  border: 1px #005443 solid;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
}
.chart-highlight.clickable:hover {
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom: 1;
}
.chart-highlight .val {
  font-size: 28px;
  display: block;
  line-height: 1em;
}
.chart-highlight .desc {
  display: block;
}
.chart-highlight .icon {
  position: absolute;
  top: -100px;
  left: -100px;
  color: #005443;
  font-size: 250px;
  opacity: 0.15;
  filter: alpha(opacity=15);
  zoom: 1;
  line-height: 1.1em;
  width: auto;
  height: auto;
}
.chart-with-highlights {
  position: relative;
}
.chart-with-highlights.loading {
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
}
.chart-with-highlights > * {
  flex: 1 1 auto;
}
.chart-with-highlights > *:not(.highlights) {
  display: block;
  margin-right: 250px;
}
.chart-with-highlights > *.highlights {
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 60px;
}
.chart-with-highlights > *.highlights.full-width {
  width: auto;
  position: static;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}
.chart-with-highlights > *.highlights.full-width .highlight {
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  margin-top: 0px;
  padding: 10px;
  border: 1px #005443 solid;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  animation-name: kf-highlight-appear;
}
@keyframes kf-highlight-appear {
  0% {
    transform: translateY(50px);
    -ms-transform: translateY(50px);
    opacity: 0;
    filter: alpha(opacity=0);
    zoom: 1;
  }
  100% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    opacity: 1;
    filter: alpha(opacity=100);
    zoom: 1;
  }
}
.chart-with-highlights > *.highlights.full-width .highlight:nth-child(1) {
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: forwards;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 0s;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: forwards;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0s;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
  -ms-animation-duration: 1s;
  -ms-animation-timing-function: ease;
  -ms-animation-iteration-count: forwards;
  -ms-animation-direction: normal;
  -ms-animation-delay: 0s;
  -ms-animation-play-state: running;
  -ms-animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: forwards;
  animation-direction: normal;
  animation-delay: 0s;
  animation-play-state: running;
  animation-fill-mode: forwards;
}
.chart-with-highlights > *.highlights.full-width .highlight:nth-child(2) {
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: forwards;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: forwards;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0.3s;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
  -ms-animation-duration: 1s;
  -ms-animation-timing-function: ease;
  -ms-animation-iteration-count: forwards;
  -ms-animation-direction: normal;
  -ms-animation-delay: 0.3s;
  -ms-animation-play-state: running;
  -ms-animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: forwards;
  animation-direction: normal;
  animation-delay: 0.3s;
  animation-play-state: running;
  animation-fill-mode: forwards;
}
.chart-with-highlights > *.highlights.full-width .highlight:nth-child(3) {
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: forwards;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 0.6s;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: forwards;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0.6s;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
  -ms-animation-duration: 1s;
  -ms-animation-timing-function: ease;
  -ms-animation-iteration-count: forwards;
  -ms-animation-direction: normal;
  -ms-animation-delay: 0.6s;
  -ms-animation-play-state: running;
  -ms-animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: forwards;
  animation-direction: normal;
  animation-delay: 0.6s;
  animation-play-state: running;
  animation-fill-mode: forwards;
}
.chart-with-highlights > *.highlights.full-width .highlight:nth-child(4) {
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: forwards;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 0.9s;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: forwards;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0.9s;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
  -ms-animation-duration: 1s;
  -ms-animation-timing-function: ease;
  -ms-animation-iteration-count: forwards;
  -ms-animation-direction: normal;
  -ms-animation-delay: 0.9s;
  -ms-animation-play-state: running;
  -ms-animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: forwards;
  animation-direction: normal;
  animation-delay: 0.9s;
  animation-play-state: running;
  animation-fill-mode: forwards;
}
.chart-with-highlights > *.highlights.full-width .highlight:nth-child(5) {
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: forwards;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: forwards;
  -moz-animation-direction: normal;
  -moz-animation-delay: 1.2s;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
  -ms-animation-duration: 1s;
  -ms-animation-timing-function: ease;
  -ms-animation-iteration-count: forwards;
  -ms-animation-direction: normal;
  -ms-animation-delay: 1.2s;
  -ms-animation-play-state: running;
  -ms-animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: forwards;
  animation-direction: normal;
  animation-delay: 1.2s;
  animation-play-state: running;
  animation-fill-mode: forwards;
}
.chart-with-highlights > *.highlights.full-width .highlight:nth-child(6) {
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: forwards;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: forwards;
  -moz-animation-direction: normal;
  -moz-animation-delay: 1.5s;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
  -ms-animation-duration: 1s;
  -ms-animation-timing-function: ease;
  -ms-animation-iteration-count: forwards;
  -ms-animation-direction: normal;
  -ms-animation-delay: 1.5s;
  -ms-animation-play-state: running;
  -ms-animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: forwards;
  animation-direction: normal;
  animation-delay: 1.5s;
  animation-play-state: running;
  animation-fill-mode: forwards;
}
.chart-with-highlights > *.highlights.full-width .highlight:nth-child(7) {
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: forwards;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 1.8s;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: forwards;
  -moz-animation-direction: normal;
  -moz-animation-delay: 1.8s;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
  -ms-animation-duration: 1s;
  -ms-animation-timing-function: ease;
  -ms-animation-iteration-count: forwards;
  -ms-animation-direction: normal;
  -ms-animation-delay: 1.8s;
  -ms-animation-play-state: running;
  -ms-animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: forwards;
  animation-direction: normal;
  animation-delay: 1.8s;
  animation-play-state: running;
  animation-fill-mode: forwards;
}
.chart-with-highlights > *.highlights.full-width .highlight.selected:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #005443;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  top: auto;
  margin-top: 0px;
}
.chart-with-highlights > *.highlights.full-width .highlight.selected .val,
.chart-with-highlights > *.highlights.full-width .highlight.selected .desc {
  color: #fff;
}
.chart-with-highlights > *.highlights.full-width .highlight.is-total {
  padding: 10px;
  border: 1px #005443 solid;
}
.chart-with-highlights > *.highlights .highlight {
  text-align: right;
  flex: 0 0 auto;
  margin-top: 20px;
  display: block;
  position: relative;
  padding: 5px;
  margin-left: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  animation-name: kf-highlight-appear-fromside;
}
.chart-with-highlights > *.highlights .highlight.clickable {
  cursor: pointer;
}
.chart-with-highlights > *.highlights .highlight.clickable:hover {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
  zoom: 1 !important;
}
.chart-with-highlights > *.highlights .highlight.is-total {
  border-top: 1px #aaa solid;
  font-weight: bold;
  padding-top: 20px;
}
@keyframes kf-highlight-appear-fromside {
  0% {
    transform: translateX(50px);
    -ms-transform: translateX(50px);
    opacity: 0;
    filter: alpha(opacity=0);
    zoom: 1;
  }
  100% {
    transform: translateX(0px);
    -ms-transform: translateX(0px);
    opacity: 1;
    filter: alpha(opacity=100);
    zoom: 1;
  }
}
.chart-with-highlights > *.highlights .highlight:nth-child(1) {
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: forwards;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 1s;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: forwards;
  -moz-animation-direction: normal;
  -moz-animation-delay: 1s;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
  -ms-animation-duration: 1s;
  -ms-animation-timing-function: ease;
  -ms-animation-iteration-count: forwards;
  -ms-animation-direction: normal;
  -ms-animation-delay: 1s;
  -ms-animation-play-state: running;
  -ms-animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: forwards;
  animation-direction: normal;
  animation-delay: 1s;
  animation-play-state: running;
  animation-fill-mode: forwards;
}
.chart-with-highlights > *.highlights .highlight:nth-child(2) {
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: forwards;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 1.3s;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: forwards;
  -moz-animation-direction: normal;
  -moz-animation-delay: 1.3s;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
  -ms-animation-duration: 1s;
  -ms-animation-timing-function: ease;
  -ms-animation-iteration-count: forwards;
  -ms-animation-direction: normal;
  -ms-animation-delay: 1.3s;
  -ms-animation-play-state: running;
  -ms-animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: forwards;
  animation-direction: normal;
  animation-delay: 1.3s;
  animation-play-state: running;
  animation-fill-mode: forwards;
}
.chart-with-highlights > *.highlights .highlight:nth-child(3) {
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: forwards;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 1.6s;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: forwards;
  -moz-animation-direction: normal;
  -moz-animation-delay: 1.6s;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
  -ms-animation-duration: 1s;
  -ms-animation-timing-function: ease;
  -ms-animation-iteration-count: forwards;
  -ms-animation-direction: normal;
  -ms-animation-delay: 1.6s;
  -ms-animation-play-state: running;
  -ms-animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: forwards;
  animation-direction: normal;
  animation-delay: 1.6s;
  animation-play-state: running;
  animation-fill-mode: forwards;
}
.chart-with-highlights > *.highlights .highlight:nth-child(4) {
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: forwards;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 1.9s;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: forwards;
  -moz-animation-direction: normal;
  -moz-animation-delay: 1.9s;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
  -ms-animation-duration: 1s;
  -ms-animation-timing-function: ease;
  -ms-animation-iteration-count: forwards;
  -ms-animation-direction: normal;
  -ms-animation-delay: 1.9s;
  -ms-animation-play-state: running;
  -ms-animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: forwards;
  animation-direction: normal;
  animation-delay: 1.9s;
  animation-play-state: running;
  animation-fill-mode: forwards;
}
.chart-with-highlights > *.highlights .highlight:nth-child(5) {
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: forwards;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 2.2s;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: forwards;
  -moz-animation-direction: normal;
  -moz-animation-delay: 2.2s;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
  -ms-animation-duration: 1s;
  -ms-animation-timing-function: ease;
  -ms-animation-iteration-count: forwards;
  -ms-animation-direction: normal;
  -ms-animation-delay: 2.2s;
  -ms-animation-play-state: running;
  -ms-animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: forwards;
  animation-direction: normal;
  animation-delay: 2.2s;
  animation-play-state: running;
  animation-fill-mode: forwards;
}
.chart-with-highlights > *.highlights .highlight:nth-child(6) {
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: forwards;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: forwards;
  -moz-animation-direction: normal;
  -moz-animation-delay: 2.5s;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
  -ms-animation-duration: 1s;
  -ms-animation-timing-function: ease;
  -ms-animation-iteration-count: forwards;
  -ms-animation-direction: normal;
  -ms-animation-delay: 2.5s;
  -ms-animation-play-state: running;
  -ms-animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: forwards;
  animation-direction: normal;
  animation-delay: 2.5s;
  animation-play-state: running;
  animation-fill-mode: forwards;
}
.chart-with-highlights > *.highlights .highlight:nth-child(7) {
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: forwards;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 2.8s;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: forwards;
  -moz-animation-direction: normal;
  -moz-animation-delay: 2.8s;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
  -ms-animation-duration: 1s;
  -ms-animation-timing-function: ease;
  -ms-animation-iteration-count: forwards;
  -ms-animation-direction: normal;
  -ms-animation-delay: 2.8s;
  -ms-animation-play-state: running;
  -ms-animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: forwards;
  animation-direction: normal;
  animation-delay: 2.8s;
  animation-play-state: running;
  animation-fill-mode: forwards;
}
.chart-with-highlights > *.highlights .highlight.selected {
  z-index: 1;
  background-color: #005443;
}
.chart-with-highlights > *.highlights .highlight.selected:after {
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-right: 10px solid #005443;
  display: block;
  content: '';
  visibility: visible;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -10px;
}
.chart-with-highlights > *.highlights .highlight.selected .val,
.chart-with-highlights > *.highlights .highlight.selected .desc {
  color: #fff;
}
.chart-with-highlights > *.highlights .highlight .val {
  font-size: 28px;
  color: #aaa;
  display: block;
  line-height: 1em;
}
.chart-with-highlights > *.highlights .highlight .desc {
  font-size: 14px;
  display: block;
}
.chart-with-highlights > *.highlights .highlight .desc .net-change {
  display: block;
}
.chart-with-highlights > *.highlights .highlight .desc .net-change.increase {
  color: #8dc63f;
}
.chart-with-highlights > *.highlights .highlight .desc .net-change.increase:before {
  font-family: 'FontAwesome';
  content: "\f0d8";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.chart-with-highlights > *.highlights .highlight .desc .net-change.increase.increase-is-bad {
  color: #ef4129;
}
.chart-with-highlights > *.highlights .highlight .desc .net-change.decrease {
  color: #ef4129;
}
.chart-with-highlights > *.highlights .highlight .desc .net-change.decrease:before {
  font-family: 'FontAwesome';
  content: "\f0d7";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
.chart-with-highlights > *.highlights .highlight .desc .net-change.decrease.increase-is-bad {
  color: #8dc63f;
}
.chart-with-highlights > *.highlights .highlight .desc .net-change.no-change {
  color: #777;
}
.chart-with-highlights > *.highlights .highlight .desc .net-change.no-change:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  font-weight: normal;
  color: inherit;
  width: 1.1em;
  text-indent: 0px;
  display: inline-block;
}
@media only screen and (max-width: 950px) {
  .chart-with-highlights > *:not(.highlights) {
    margin-right: 0px;
  }
  .chart-with-highlights > *.highlights {
    position: static;
    flex-direction: row;
    justify-content: space-around;
    width: auto;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .chart-with-highlights > *.highlights .highlight {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .chart-with-highlights > *.highlights .highlight.is-total {
    border-top: none;
    padding-top: 0px;
  }
  .chart-with-highlights > *.highlights .highlight.selected:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #005443;
    top: -10px;
    left: 50%;
    margin-left: -7.5px;
    bottom: auto;
  }
  .chart-with-highlights > *.highlights .highlight.selected .val,
  .chart-with-highlights > *.highlights .highlight.selected .desc {
    color: #fff;
  }
}
@media only screen and (max-width: 600px) {
  .chart-with-highlights > *.highlights {
    flex-direction: column;
  }
  .chart-with-highlights > *.highlights .highlight {
    margin-left: 0px;
    margin-right: 0px;
  }
  .chart-with-highlights > *.highlights .highlight.no-mobile {
    display: none;
  }
  .chart-with-highlights > *.highlights .highlight.is-total {
    border-top: 1px #aaa solid;
    padding-top: 20px;
  }
}
.accordian-con {
  margin-bottom: 20px;
}
.accordian-con > h3 {
  line-height: 45px;
  background-color: #005443;
  color: #fff !important;
  display: block;
  margin-bottom: 20px;
  margin-top: 0px;
  padding: 0px 20px;
  letter-spacing: 1px;
  margin-bottom: 0px;
  border-bottom: 1px #fff solid;
  font-size: 13px;
  *zoom: 1;
}
.accordian-con > h3:before,
.accordian-con > h3:after {
  display: table;
  content: "";
}
.accordian-con > h3:after {
  clear: both;
}
.accordian-con > h3:not(.inactive) {
  cursor: pointer;
}
.accordian-con > h3:not(.inactive):after {
  font-family: 'FontAwesome';
  content: " \f067";
  color: inherit;
  font-weight: normal;
  text-align: right;
  width: 20px;
  display: inline-block;
}
.accordian-con > h3:not(.inactive) + * {
  max-height: 0px;
  height: 0px;
  padding: 20px 20px;
  overflow: hidden;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  margin-bottom: 0px;
  margin-top: -40px;
  pointer-events: none;
}
.accordian-con > h3:not(.inactive).open:after {
  font-family: 'FontAwesome';
  content: " \f068";
  color: inherit;
  font-weight: normal;
  text-align: right;
  width: 20px;
  display: inline-block;
}
.accordian-con > h3:not(.inactive).open + * {
  height: auto;
  pointer-events: initial;
  max-height: 12000px;
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
  margin-top: 0px;
  background-color: #fff;
}
.accordian-con > h3:not(.inactive):after {
  float: right;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: #b3b3b3!important;
  color: #fff!important;
  box-shadow: none!important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #A8C868;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}
/*
.upload-list{
	@mediaHeight: 200px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: -@gutter;
	margin-right: -@gutter;

	> * {
		flex: 1 1 30%;
		margin-right: @gutter;
		margin-left: @gutter;
		margin-bottom: @gutter * 2;
		background-color: @white;

		.img-con{
			height: @mediaHeight;
			cursor:pointer;
		}

		.caption{
			.comment{
				&.full{
					display:none;
				}

				&.summary{
					display:block;
				}
			}
		}
	}

	@media @mobile{
		flex-direction:column;
	}

}

.upload-con{
	//border: 1px #aaa solid;
	position:relative;

	
	&.img-preview{
		.page();

		.img-con{
			height: 500px;
			background-size:contain;
			background-position:center;
		}

		.options{
			display:none;
		}

		
	}

	&:hover{
		.options{
			.opacity(1);
		}
	}

	.options{
		//pointer-events:none;
		padding:@gutter / 2;
		position:absolute;
		left:0;
		right:0;
		bottom:0;
		background-color:rgba(255, 255, 255, 0.5);
		text-align:center;
		color: @brandColorOffset;

		a{
			pointer-events: all;
			.button();
			background-color: @brandColor;
			color: @brandColorOffset;
			display:inline-block;
			margin: @gutter / 2;
			padding-left: @gutter / 2;
			padding-right: @gutter / 2;
		}
	}

	.img-con{		
		background-size: cover;
	}

	.news-img-con{
		background-color: #f2f2f2;		
	}


	.caption, .details-con{
		padding: @gutter / 2;
	//	background-color:@brandColor;
		//color: @white;
		border:none;

		// If it is in a widget (which  usually has a white background!!!), then we don't pad, so it lines up with the image above
		.widget & {
			padding-left: 0px;
			padding-right: 0px;
		}


		input, textarea{
			width: 100%;
			// I can't get the textbox to be full width (Chrome), so we'll at least center it
			margin-left:auto;
			margin-right:auto;
			max-width:none;
		}

		.title{			
		}

		.comment{
			display:block;

			&.full{
				display:block;
			}

			&.summary{
				display:none;
			}
		}
	}
}
	
	*/
.date-con {
  position: relative;
  display: inline-block;
}
.date-con input:disabled + .icon.delete {
  display: none;
}
.date-con input + .icon.delete {
  position: absolute;
  cursor: pointer;
  top: 0px;
  line-height: 40px;
  right: 5px;
}
.date-picker-con {
  display: inline-block;
  position: relative;
}
.date-picker-con .date-picker-calendars-con {
  padding: 20px;
  max-width: 500px;
  width: 500px;
  max-width: 100%;
  z-index: 998;
  position: fixed;
  top: 50%;
  left: 50%;
  box-shadow: 0px 0px 50px 10000px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border: 1px #005443 solid;
  border-radius: 5px;
  color: #005443;
  display: block;
  *zoom: 1;
  text-align: left;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
}
.date-picker-con .date-picker-calendars-con:before,
.date-picker-con .date-picker-calendars-con:after {
  display: table;
  content: "";
}
.date-picker-con .date-picker-calendars-con:after {
  clear: both;
}
.date-picker-con .date-picker-calendars-con .close {
  right: 20px;
  top: 20px;
  position: absolute;
  z-index: 1;
}
.date-picker-con .date-picker-calendars-con h3 {
  margin-bottom: 20px;
}
.date-picker-con .date-picker-calendars-con .quick-links {
  width: 100%;
  border-top: none;
  padding-top: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
  box-sizing: border-box;
}
.date-picker-con .date-picker-calendars-con .quick-links > * {
  flex: 0 0 calc(50% - 5px - 5px);
  margin-left: 5px !important;
  margin-right: 5px !important;
  margin-bottom: 10px !important;
}
.internetexplorer .date-picker-con .date-picker-calendars-con .quick-links > * {
  flex: 0 0 30%;
}
@media only screen and (max-width: 600px) {
  .date-picker-con .date-picker-calendars-con .quick-links {
    display: block;
  }
  .date-picker-con .date-picker-calendars-con .quick-links > * {
    display: block;
    width: 100%;
  }
}
.date-picker-con .date-picker-calendars-con table {
  font-size: 13px;
  color: #005443;
  table-layout: fixed;
}
.date-picker-con .date-picker-calendars-con table tr:first-child td {
  font-weight: bold;
}
.date-picker-con .date-picker-calendars-con table tr:first-child td .date-con {
  margin-left: 0px;
}
.date-picker-con .date-picker-calendars-con input[type="text"] {
  width: 180px;
  border: none;
  cursor: pointer;
  margin: 0px !important;
  padding: 0px !important;
  color: #005443 !important;
}
.date-picker-con .date-picker-calendars-con input[type="text"]:focus {
  box-shadow: none;
}
.date-picker-con .btn-summary {
  line-height: 40px;
  text-decoration: none;
  padding: 0 40px;
  height: 40px;
  border: none;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  background-position: center center;
  transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -ms-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  color: #005443 !important;
  border: 1px #005443 solid;
  border-radius: 5px;
  font-size: 13px;
  text-transform: none;
  margin: 0px !important;
}
.saw-notes-con {
  min-width: 600px;
  max-height: 600px;
}
