@charset "UTF-8";
/* ===========================
   Theme definitions
   =========================== */
/* ===========================
/* ===========================
   Theme definitions
   =========================== */
/* grid colors based on okapion design */
/* Global */
/* ===========================
   Mixins
   =========================== */
/* ===========================
   Variables
   =========================== */
/* font: font-style font-variant font-weight font-size/line-height font-family;*/
/* Paths */
/* Images */
@font-face {
  font-family: 'Roboto-Regular';
  src: url("../webfonts/roboto/Roboto-Regular-webfont.woff") format("woff"), url("../webfonts/roboto/Roboto-Regular-webfont.svg#Roboto-Regular") format("svg"), url("../webfonts/roboto/Roboto-Regular-webfont.eot"), url("../webfonts/roboto/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans Condensed Light';
  src: url("../webfonts/opensans/opensans-condlight-webfont.woff") format("woff"), url("../webfonts/opensans/opensans-condlight-webfont.svg#open_sanscondensed_light") format("svg"), url("../webfonts/opensans/opensans-condlight-webfont.eot"), url("../webfonts/opensans/opensans-condlight-webfont.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans Regular';
  src: url("../webfonts/opensans/opensans-regular-webfont.woff") format("woff"), url("../webfonts/opensans/opensans-regular-webfont.svg#open_sansregular") format("svg"), url("../webfonts/opensans/opensans-regular-webfont.ttf") format("truetype"), url("../webfonts/opensans/opensans-regular-webfont.eot"), url("../webfonts/opensans/opensans-regular-webfont.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  vertical-align: middle; }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ===========================
   Base
   =========================== */
:focus {
  outline: 0; }

::-ms-clear, ::-ms-reveal {
  display: none; }

div {
  cursor: default; }

* {
  min-width: 0;
  min-height: 0;
  flex-shrink: 0; }

html, body {
  overflow: hidden;
  font: 12px "Roboto-Regular", "Trebuchet MS", Arial, Helvetica, sans-serif;
  width: 100%;
  height: 100%; }

body {
  background-color: #e6eef6;
  color: #000; }

input, textarea, keygen, select {
  background-color: #fff;
  color: #000; }

:required, :invalid {
  box-shadow: none; }

button {
  background-color: transparent;
  color: #000; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  html * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, ins, del, form, select, button, option, optgroup, hr, br {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

input, textarea, .textselectable, .textselectable * {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

input {
  height: 20px;
  vertical-align: top;
  padding-left: 1px;
  border: 1px solid #86A8C9; }

textarea {
  resize: none;
  padding-left: 1px;
  border: 1px solid #86A8C9; }

div[contenteditable="true"] {
  border: 1px solid #86A8C9;
  padding-left: 1px; }

img {
  vertical-align: middle; }

.ui-front {
  z-index: 9000000; }

/* Layout */
/* ==|====================
   Layout/listview
   ======================= */
.l-listview {
  background-color: #fff; }

/* ==|====================
   Layout/template
   ======================= */
.l-template {
  overflow: auto; }

/* ==|====================
   Layout/view
   ======================= */
.l-view {
  /* background-color: white;
	overflow: hidden; */ }

/* Modules */
ul.autocomplete {
  position: absolute;
  background-color: #fff;
  border: 1px solid #999;
  border-top: none;
  margin: 0;
  padding: 3px 0; }
  ul.autocomplete li {
    list-style: none;
    margin: 0;
    line-height: 16px;
    padding: 0;
    min-height: 26px;
    overflow: hidden;
    width: 100%;
    text-align: left;
    padding: 5px 6px 5px 4px; }
    ul.autocomplete li.active, ul.autocomplete li:hover {
      cursor: pointer;
      background-color: #f68338;
      color: #fff !important; }
    ul.autocomplete li a {
      color: #666;
      text-decoration: none; }
    ul.autocomplete li div:before {
      color: #86A8C9; }
    ul.autocomplete li .is-current {
      background-color: #e6eef6; }

.c-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  border-width: 0 1px 0;
  border-style: solid;
  border-color: #ebebeb; }
  .l-form > .c-grid {
    min-height: 130px; }
  .c-grid .fieldcontainer:not(.c-checkbox),
  .c-grid .is-invalid {
    height: 100%; }
  .c-grid .fieldborder {
    border: 0; }
  .c-grid .mandatory:empty {
    box-shadow: inset 3px 0px 0px 0px #d8132b; }

.backgrid, .backgridheader {
  color: #02325d;
  background-color: #fff;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box; }
  .backgrid .checkbox, .backgridheader .checkbox {
    margin-right: auto;
    margin-left: auto;
    display: block; }
  .backgrid .combobox, .backgridheader .combobox {
    position: relative;
    width: 100%; }
  .backgrid table, .backgridheader table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  .backgrid .backgridcolumnheader, .backgridheader .backgridcolumnheader {
    background: #86A8C9; }
  .backgrid th, .backgridheader th {
    text-align: center;
    padding-left: 2px;
    padding-right: 5px;
    padding-top: 3px;
    height: 40px;
    color: #fff;
    vertical-align: top;
    text-overflow: ellipsis;
    overflow: hidden;
    font: 12px "Roboto-Regular", "Trebuchet MS", Arial, Helvetica, sans-serif;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .backgrid th:first-child, .backgridheader th:first-child {
      padding-left: 8px; }
    .backgrid th.sortedByAsc, .backgridheader th.sortedByAsc {
      background-image: url("../images/up.png");
      background-position: center 2px;
      background-repeat: no-repeat; }
    .backgrid th.sortedByDesc, .backgridheader th.sortedByDesc {
      background-image: url("../images/dn.png");
      background-position: center 2px;
      background-repeat: no-repeat; }
  .backgrid td, .backgridheader td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  .backgrid td:first-child input, .backgridheader td:first-child input {
    padding-left: 6px;
    padding-right: 2px; }
  .backgrid input, .backgridheader input {
    padding-left: 2px;
    padding-right: 2px;
    border: none; }

.backgridfooter {
  text-align: left;
  text-transform: uppercase;
  background-color: #86A8C9;
  padding-left: 5px;
  padding-right: 5px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  vertical-align: middle;
  text-overflow: ellipsis; }

.backgrid-footertext {
  float: right;
  text-transform: none; }

.columnresizer {
  top: 0;
  width: 5px;
  cursor: col-resize;
  position: absolute; }

.columnresizer-left {
  left: 0; }

.columnresizer-right {
  right: 0;
  border-right: 1px solid #ebebeb; }

.backgridheader {
  overflow: hidden;
  position: relative; }
  .backgridheader .combobox {
    width: 100%; }
    .backgridheader .combobox input {
      border-width: 0px; }
  .backgridheader .checkcell .combobox-list > li > div {
    text-align: center; }
  .backgridheader .checkcell input {
    text-align: center; }

div.backgrid.data tr:hover {
  background-color: #ebebeb;
  color: ""; }

div.backgrid.nodata {
  overflow: hidden; }

div.backgrid.error {
  overflow: hidden;
  background: url("../images/error_icon.png") no-repeat center; }

/* $grid */
.backgrid-filterrow {
  background-color: #ebebeb;
  border-bottom: 1px solid #ebebeb; }
  .backgrid-filterrow td:first-child {
    padding-left: 10px;
    height: 28px; }
    .backgrid-filterrow td:first-child input {
      padding-left: 8px;
      padding-right: 0; }
  .backgrid-filterrow input {
    padding-left: 2px;
    padding-right: 0;
    height: 100%; }

table.backgrid td {
  padding: 0 2px;
  height: 28px;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
  table.backgrid td:first-child {
    padding-left: 8px; }
  table.backgrid td.filtercell {
    text-overflow: clip;
    padding: 0;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #ebebeb; }
  table.backgrid td .cell-sub-text {
    color: #666;
    font-size: smaller; }

table.backgrid tr.odd {
  background-color: #f6f6f6; }

table.backgrid tr.selected {
  background-color: #b3d5f6; }
  table.backgrid tr.selected:hover {
    background-color: #b3d5f6;
    color: ""; }

table.backgrid tr.td-success td:first-child {
  background-image: url("../images/uctool-td-success.png");
  background-repeat: repeat-y; }

table.backgrid tr.td-warning td:first-child {
  background-image: url("../images/uctool-td-warning.png");
  background-repeat: repeat-y; }

table.backgrid tr.td-error td:first-child {
  background-image: url("../images/uctool-td-error.png");
  background-repeat: repeat-y; }

table.backgrid tr.td-none td:first-child {
  background-image: none; }

.font-weight-bold {
  font-weight: bold; }

.backgrid-page {
  width: 16px;
  text-align: center;
  display: inline-block;
  cursor: pointer; }
  .backgrid-page:hover {
    background-color: #f68338;
    color: #fff; }

.simple-paging {
  width: 40px;
  position: relative;
  margin: auto; }

.backgridbody {
  display: block;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  overflow: auto; }

.backgrid {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  overflow: auto; }

.gridicons .icon {
  color: #86A8C9; }

.blockOverlay {
  background-color: rgba(0, 0, 0, 0.1); }

.splitterBlockOverlay {
  background-color: transparent; }

.ui-widget-overlay {
  background: #000;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  /* IE 8 */
  filter: alpha(opacity=10);
  /* IE 5-7 */
  -moz-opacity: 0.1;
  /* Netscape */
  -khtml-opacity: 0.1;
  /* Safari 1.x */
  opacity: 0.1;
  /* Good browsers */ }

.ui-widget {
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-size: 1em; }

.ui-widget-content {
  background: #eeeeee;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  background: url("../images/ultimo-window-header-default-top-center.gif") repeat-x;
  color: #fff;
  font-weight: bold; }

.ui-widget-header a {
  color: #fff; }

.ui-dialog {
  position: absolute;
  width: 300px;
  overflow: hidden;
  border: 1px solid #a2b1c5;
  border-top-width: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.ui-dialog .ui-dialog-titlebar {
  padding: 2px;
  padding-left: 10px;
  position: relative;
  height: 25px; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .2em 0; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 1.0em;
  width: 17px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 17px;
  background: transparent;
  border: 0px; }

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
  left: -1px;
  top: -1px;
  background: url("../images/tool-sprites.gif");
  height: 17px;
  width: 17px; }

.ui-dialog .ui-dialog-titlebar-close span:hover,
.ui-dialog .ui-dialog-titlebar-close span:focus {
  background-position: -15px 0; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .2em .5em;
  background: none;
  overflow: hidden;
  zoom: 1; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: 0; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 0px;
  height: 0px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-button-text-only {
  min-width: 85px; }

.textbutton {
  padding: 0 5px;
  height: 24px;
  min-width: 50px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.imagebutton {
  width: 24px;
  height: 24px; }

.uctexit-template {
  display: inline; }

.buttoncontrol {
  background-repeat: no-repeat;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }
  .buttoncontrol.uctexit {
    background: url("../../../images/system/lock.png") no-repeat 0 2px;
    width: 55px;
    line-height: 24px; }
  .buttoncontrol.help {
    margin-top: 1px;
    position: absolute;
    right: 23px;
    background: transparent url("../images/ultimo-help.png") center center; }
  .buttoncontrol.pressed {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    /* IE 8 */
    filter: alpha(opacity=50);
    /* IE 5-7 */
    -moz-opacity: 0.5;
    /* Netscape */
    -khtml-opacity: 0.5;
    /* Safari 1.x */
    opacity: 0.5;
    /* Good browsers */ }
  .buttoncontrol.delete {
    background: url("../images/buttons.png") no-repeat -312px -0px; }
  .buttoncontrol[disabled].delete {
    background: url("../images/buttons.png") no-repeat -312px -24px; }
  .buttoncontrol.add {
    background: url("../images/buttons.png") no-repeat -288px -0px; }
  .buttoncontrol[disabled].add {
    background: url("../images/buttons.png") no-repeat -288px -24px; }
  .buttoncontrol.activate {
    background: url("../images/buttons.png") no-repeat -648px -0px; }
  .buttoncontrol[disabled].activate {
    background: url("../images/buttons.png") no-repeat -648px -24px; }
  .buttoncontrol.edit {
    background: url("../images/buttons.png") no-repeat -336px -0px; }
  .buttoncontrol[disabled].edit {
    background: url("../images/buttons.png") no-repeat -336px -24px; }
  .buttoncontrol.save {
    background: url("../images/buttons.png") no-repeat -600px -0px; }
  .buttoncontrol[disabled].save {
    background: url("../images/aliasedloading.gif") 4px 4px no-repeat; }
  .buttoncontrol.cancel {
    background: url("../images/buttons.png") no-repeat -624px -0px; }
  .buttoncontrol[disabled].cancel {
    background-image: none;
    /*disabled cancel not present at this time*/ }
  .buttoncontrol.addfiletopackage {
    background: url("../images/buttons.png") no-repeat -96px -0px; }
  .buttoncontrol[disabled].addfiletopackage {
    background: url("../images/buttons.png") no-repeat -96px -24px; }
  .buttoncontrol.editscreenauthorization {
    background: url("../images/buttons.png") no-repeat -144px -0px; }
  .buttoncontrol[disabled].editscreenauthorization {
    background: url("../images/buttons.png") no-repeat -144px -24px; }
  .buttoncontrol.editcustomscreen {
    background: url("../images/buttons.png") no-repeat -168px -0px; }
  .buttoncontrol[disabled].editcustomscreen {
    background: url("../images/buttons.png") no-repeat -168px -24px; }
  .buttoncontrol.refresh {
    background: url("../images/buttons.png") no-repeat -672px -0px; }
  .buttoncontrol[disabled].refresh {
    background: url("../images/buttons.png") no-repeat -672px -24px; }
  .buttoncontrol.play {
    background: url("../images/buttons.png") no-repeat -456px -0px; }
  .buttoncontrol[disabled].play {
    background: url("../images/buttons.png") no-repeat -456px -24px; }
  .buttoncontrol.apply {
    background: url("../images/buttons.png") no-repeat -456px -0px; }
  .buttoncontrol[disabled].apply {
    background: url("../images/buttons.png") no-repeat -456px -24px; }
  .buttoncontrol.copyscreen {
    background: url("../images/buttons.png") no-repeat -120px -0px; }
  .buttoncontrol[disabled].copyscreen {
    background: url("../images/buttons.png") no-repeat -120px -24px; }
  .buttoncontrol.copyscreenauthorization {
    background: url("../images/buttons.png") no-repeat -48px -0px; }
  .buttoncontrol[disabled].copyscreenauthorization {
    background: url("../images/buttons.png") no-repeat -48px -24px; }
  .buttoncontrol.showalluserscreens {
    background: url("../images/buttons.png") no-repeat -0px -0px; }
  .buttoncontrol.hidealluserscreens {
    background: url("../images/buttons.png") no-repeat -24px -0px; }
  .buttoncontrol.record {
    background: url("../images/buttons.png") no-repeat -384px -0px; }
  .buttoncontrol[disabled].record {
    background: url("../images/buttons.png") no-repeat -384px -24px; }
  .buttoncontrol.pause {
    background: url("../images/buttons.png") no-repeat -240px -0px; }
  .buttoncontrol[disabled].pause {
    background: url("../images/buttons.png") no-repeat -240px -24px; }
  .buttoncontrol.resume {
    background: url("../images/buttons.png") no-repeat -264px -0px; }
  .buttoncontrol[disabled].resume {
    background: url("../images/buttons.png") no-repeat -264px -24px; }
  .buttoncontrol.stop {
    background: url("../images/buttons.png") no-repeat -408px -0px; }
  .buttoncontrol[disabled].stop {
    background: url("../images/buttons.png") no-repeat -408px -24px; }
  .buttoncontrol.download {
    background: url("../images/buttons.png") no-repeat -504px -0px; }
  .buttoncontrol[disabled].download {
    background: url("../images/buttons.png") no-repeat -504px -24px; }
  .buttoncontrol.upload {
    background: url("../images/buttons.png") no-repeat -360px -0px; }
  .buttoncontrol[disabled].upload {
    background: url("../images/buttons.png") no-repeat -360px -24px; }
  .buttoncontrol.xml {
    background: url("../images/buttons.png") no-repeat -216px -0px; }
  .buttoncontrol[disabled].xml {
    background: url("../images/buttons.png") no-repeat -216px -24px; }
  .buttoncontrol.validate {
    background: url("../images/buttons.png") no-repeat -432px -0px; }
  .buttoncontrol[disabled].validate {
    background: url("../images/buttons.png") no-repeat -432px -24px; }
  .buttoncontrol.loading {
    background: url("../images/aliasedloading.gif") 4px 4px no-repeat; }
  .buttoncontrol.revert {
    background: url("../images/buttons.png") no-repeat -480px -0px; }
  .buttoncontrol[disabled].revert {
    background: url("../images/buttons.png") no-repeat -480px -24px; }
  .buttoncontrol.validatefiles {
    background: url("../images/buttons.png") no-repeat -432px -0px; }
  .buttoncontrol[disabled].validatefiles {
    background: url("../images/buttons.png") no-repeat -432px -24px; }
  .buttoncontrol.synchronizefiles {
    background: url("../images/buttons.png") no-repeat -528px -0px; }
  .buttoncontrol[disabled].synchronizefiles {
    background: url("../images/buttons.png") no-repeat -528px -24px; }
  .buttoncontrol.html {
    background: url("../images/buttons.png") no-repeat -696px -0px; }
  .buttoncontrol[disabled].html {
    background: url("../images/buttons.png") no-repeat -696px -24px; }
  .buttoncontrol.text {
    background: url("../images/buttons.png") no-repeat -720px -0px; }
  .buttoncontrol[disabled].text {
    background: url("../images/buttons.png") no-repeat -720px -24px; }
  .buttoncontrol.showindialog {
    background: url("../images/buttons.png") no-repeat -576px -0px; }
  .buttoncontrol[disabled].showindialog {
    background: url("../images/buttons.png") no-repeat -576px -24px; }
  .buttoncontrol.workflow-off {
    background: url("../images/buttons.png") no-repeat -1008px -0px; }
  .buttoncontrol[disabled].workflow-off {
    background: url("../images/buttons.png") no-repeat -1008px -24px; }
  .buttoncontrol.workflow-on {
    background: url("../images/buttons.png") no-repeat -984px -0px; }
  .buttoncontrol[disabled].workflow-on {
    background: url("../images/buttons.png") no-repeat -984px -24px; }
  .buttoncontrol.workflow-run {
    background: url("../images/buttons.png") no-repeat -816px -0px; }
  .buttoncontrol[disabled].workflow-run {
    background: url("../images/buttons.png") no-repeat -816px -24px; }
  .buttoncontrol.eraser {
    background: url("../images/buttons.png") no-repeat -840px -0px; }
  .buttoncontrol[disabled].eraser {
    background: url("../images/buttons.png") no-repeat -840px -24px; }
  .buttoncontrol.validate-solve {
    background: url("../images/buttons.png") no-repeat -864px -0px; }
  .buttoncontrol[disabled].validate-solve {
    background: url("../images/buttons.png") no-repeat -864px -24px; }
  .buttoncontrol.schedule {
    background: url("../images/buttons.png") no-repeat -888px -0px; }
  .buttoncontrol[disabled].schedule {
    background: url("../images/buttons.png") no-repeat -888px -24px; }
  .buttoncontrol.solve {
    background: url("../images/buttons.png") no-repeat -912px -0px; }
  .buttoncontrol[disabled].solve {
    background: url("../images/buttons.png") no-repeat -912px -24px; }
  .buttoncontrol.reset {
    background: url("../images/buttons.png") no-repeat -936px -0px; }
  .buttoncontrol[disabled].reset {
    background: url("../images/buttons.png") no-repeat -936px -24px; }
  .buttoncontrol.delete-all {
    background: url("../images/buttons.png") no-repeat -960px -0px; }
  .buttoncontrol[disabled].delete-all {
    background: url("../images/buttons.png") no-repeat -960px -24px; }
  .buttoncontrol.mailunread {
    background: url("../images/buttons.png") no-repeat -1032px -0px; }
  .buttoncontrol[disabled].mailunread {
    background: url("../images/buttons.png") no-repeat -1032px -24px; }
  .buttoncontrol.settings {
    background: url("../images/buttons.png") no-repeat -1056px -0px; }
  .buttoncontrol[disabled].settings {
    background: url("../images/buttons.png") no-repeat -1056px -24px; }
  .buttoncontrol.backtofactorydefinition {
    background: url("../images/buttons.png") no-repeat -1080px -0px; }
  .buttoncontrol[disabled].backtofactorydefinition {
    background: url("../images/buttons.png") no-repeat -1080px -24px; }
  .buttoncontrol.customxml {
    background: url("../images/buttons.png") no-repeat -1104px -0px; }
  .buttoncontrol[disabled].customxml {
    background: url("../images/buttons.png") no-repeat -1104px -24px; }
  .buttoncontrol.factoryxml {
    background: url("../images/buttons.png") no-repeat -1128px -0px; }
  .buttoncontrol[disabled].factoryxml {
    background: url("../images/buttons.png") no-repeat -1128px -24px; }
  .buttoncontrol.textinfo {
    background: url("../images/buttons.png") no-repeat -1152px -0px; }
  .buttoncontrol[disabled].textinfo {
    background: url("../images/buttons.png") no-repeat -1152px -24px; }
  .buttoncontrol.copycontextset {
    background: url("../images/buttons.png") no-repeat -1176px -0px; }
  .buttoncontrol[disabled].copycontextset {
    background: url("../images/buttons.png") no-repeat -1176px -24px; }
  .buttoncontrol.copyselectedcontextitems {
    background: url("../images/buttons.png") no-repeat -1200px -0px; }
  .buttoncontrol[disabled].copyselectedcontextitems {
    background: url("../images/buttons.png") no-repeat -1200px -24px; }
  .buttoncontrol.repairlog {
    background: url("../images/buttons.png") no-repeat -1224px -0px; }
  .buttoncontrol[disabled].repairlog {
    background: url("../images/buttons.png") no-repeat -1224px -24px; }
  .buttoncontrol.unusedmenus {
    background: url("../images/buttons.png") no-repeat -1248px -0px; }
  .buttoncontrol[disabled].unusedmenus {
    background: url("../images/buttons.png") no-repeat -1248px -24px; }
  .buttoncontrol.menupaste {
    background: url("../images/buttons.png") no-repeat -1272px -0px; }
  .buttoncontrol[disabled].menupaste {
    background: url("../images/buttons.png") no-repeat -1272px -24px; }
  .buttoncontrol.menucopy {
    background: url("../images/buttons.png") no-repeat -1296px -0px; }
  .buttoncontrol[disabled].menucopy {
    background: url("../images/buttons.png") no-repeat -1296px -24px; }
  .buttoncontrol.menucopyto {
    background: url("../images/buttons.png") no-repeat -1320px -0px; }
  .buttoncontrol[disabled].menucopyto {
    background: url("../images/buttons.png") no-repeat -1320px -24px; }
  .buttoncontrol.find {
    background: url("../images/buttons.png") no-repeat -1344px -0px; }
  .buttoncontrol[disabled].find {
    background: url("../images/buttons.png") no-repeat -1344px -24px; }
  .buttoncontrol.previous {
    background: url("../images/buttons.png") no-repeat -1368px -0px; }
  .buttoncontrol[disabled].previous {
    background: url("../images/buttons.png") no-repeat -1368px -24px; }
  .buttoncontrol.next {
    background: url("../images/buttons.png") no-repeat -1392px -0px; }
  .buttoncontrol[disabled].next {
    background: url("../images/buttons.png") no-repeat -1392px -24px; }
  .buttoncontrol.remove-customization {
    background: url("../images/buttons.png") no-repeat -1416px -0px; }
  .buttoncontrol[disabled].remove-customization {
    background: url("../images/buttons.png") no-repeat -1416px -24px; }
  .buttoncontrol.preview-tree {
    background: url("../images/buttons.png") no-repeat -1440px -0px; }
  .buttoncontrol[disabled].preview-tree {
    background: url("../images/buttons.png") no-repeat -1440px -24px; }
  .buttoncontrol.erase-orphan-parameters {
    background: url("../images/buttons.png") no-repeat -840px -0px; }
  .buttoncontrol[disabled].erase-orphan-parameters {
    background: url("../images/buttons.png") no-repeat -840px -24px; }
  .buttoncontrol.normalize-parameters {
    background: url("../images/buttons.png") no-repeat -912px -0px; }
  .buttoncontrol[disabled].normalize-parameters {
    background: url("../images/buttons.png") no-repeat -912px -24px; }
  .buttoncontrol.factory-tree {
    background: url("../images/buttons.png") no-repeat -1464px -0px; }
  .buttoncontrol[disabled].factory-tree {
    background: url("../images/buttons.png") no-repeat -1464px -24px; }
  .buttoncontrol.custom-tree {
    background: url("../images/buttons.png") no-repeat -1488px -0px; }
  .buttoncontrol[disabled].custom-tree {
    background: url("../images/buttons.png") no-repeat -1488px -24px; }
  .buttoncontrol.cut-element {
    background: url("../images/buttons.png") no-repeat -1512px -0px; }
  .buttoncontrol[disabled].cut-element {
    background: url("../images/buttons.png") no-repeat -1512px -24px; }
  .buttoncontrol.screen-design {
    background: url("../images/buttons.png") no-repeat -1536px -0px; }
  .buttoncontrol[disabled].screen-design {
    background: url("../images/buttons.png") no-repeat -1536px -24px; }
  .buttoncontrol.refresh-license {
    background: url("../images/buttons.png") no-repeat -1560px -0px; }
  .buttoncontrol[disabled].refresh-license {
    background: url("../images/buttons.png") no-repeat -1560px -24px; }
  .buttoncontrol.delete-screen-file {
    background: url("../images/buttons.png") no-repeat -1584px -0px; }
  .buttoncontrol[disabled].delete-screen-file {
    background: url("../images/buttons.png") no-repeat -1584px -24px; }
  .buttoncontrol.application-element {
    background: url("../images/buttons.png") no-repeat -1608px -0px; }
  .buttoncontrol[disabled].application-element {
    background: url("../images/buttons.png") no-repeat -1608px -24px; }
  .buttoncontrol.excel {
    background: url("../images/buttons.png") no-repeat -1632px -0px; }
  .buttoncontrol[disabled].excel {
    background: url("../images/buttons.png") no-repeat -1632px -24px; }
  .buttoncontrol.zoomin {
    background: url("../images/buttons-cadview.png") no-repeat -0px -0px; }
  .buttoncontrol[disabled].zoomin {
    background: url("../images/buttons-cadview.png") no-repeat -0px -24px; }
  .buttoncontrol.zoomout {
    background: url("../images/buttons-cadview.png") no-repeat -24px -0px; }
  .buttoncontrol[disabled].zoomout {
    background: url("../images/buttons-cadview.png") no-repeat -24px -24px; }
  .buttoncontrol.colorpalette {
    background: url("../images/buttons-cadview.png") no-repeat -48px -0px; }
  .buttoncontrol[disabled].colorpalette {
    background: url("../images/buttons-cadview.png") no-repeat -48px -24px; }
  .buttoncontrol.zoomextents {
    background: url("../images/buttons-cadview.png") no-repeat -72px -0px; }
  .buttoncontrol[disabled].zoomextents {
    background: url("../images/buttons-cadview.png") no-repeat -72px -24px; }
  .buttoncontrol.selectlayers {
    background: url("../images/buttons-cadview.png") no-repeat -120px -0px; }
  .buttoncontrol[disabled].selectlayers {
    background: url("../images/buttons-cadview.png") no-repeat -120px -24px; }
  .buttoncontrol.selectlayout {
    background: url("../images/buttons-cadview.png") no-repeat -144px -0px; }
  .buttoncontrol[disabled].selectlayout {
    background: url("../images/buttons-cadview.png") no-repeat -144px -24px; }
  .buttoncontrol.printcad {
    background: url("../images/buttons-cadview.png") no-repeat -168px -0px; }
  .buttoncontrol[disabled].printcad {
    background: url("../images/buttons-cadview.png") no-repeat -168px -24px; }
  .buttoncontrol.undo {
    background: url("../images/screen-designer-buttons.png") no-repeat -24px 0px; }
  .buttoncontrol[disabled].undo {
    background: url("../images/screen-designer-buttons.png") no-repeat -24px -24px; }
  .buttoncontrol.redo {
    background: url("../images/screen-designer-buttons.png") no-repeat -48px 0px; }
  .buttoncontrol[disabled].redo {
    background: url("../images/screen-designer-buttons.png") no-repeat -48px -24px; }
  .buttoncontrol.relations {
    background: url("../images/screen-designer-buttons.png") no-repeat -72px 0px; }
  .buttoncontrol[disabled].relations {
    background: url("../images/screen-designer-buttons.png") no-repeat -72px -24px; }
  .buttoncontrol.vbscript {
    background: url("../images/screen-designer-buttons.png") no-repeat -96px 0px; }
  .buttoncontrol[disabled].vbscript {
    background: url("../images/screen-designer-buttons.png") no-repeat -96px -24px; }
  .buttoncontrol.conditional-formatting {
    background: url("../images/screen-designer-buttons.png") no-repeat -120px 0px; }
  .buttoncontrol[disabled].conditional-formatting {
    background: url("../images/screen-designer-buttons.png") no-repeat -120px -24px; }
  .buttoncontrol.arrow {
    background: url("../images/screen-designer-buttons.png") no-repeat -144px 0px; }
  .buttoncontrol[disabled].arrow {
    background: url("../images/screen-designer-buttons.png") no-repeat -144px -24px; }
  .buttoncontrol.label {
    background: url("../images/screen-designer-buttons.png") no-repeat -168px 0px; }
  .buttoncontrol[disabled].label {
    background: url("../images/screen-designer-buttons.png") no-repeat -168px -24px; }
  .buttoncontrol.groupbox {
    background: url("../images/screen-designer-buttons.png") no-repeat -192px 0px; }
  .buttoncontrol[disabled].groupbox {
    background: url("../images/screen-designer-buttons.png") no-repeat -192px -24px; }
  .buttoncontrol.multipage {
    background: url("../images/screen-designer-buttons.png") no-repeat -216px 0px; }
  .buttoncontrol[disabled].multipage {
    background: url("../images/screen-designer-buttons.png") no-repeat -216px -24px; }
  .buttoncontrol.add-missing-statuses {
    background: url("../images/screen-designer-buttons.png") no-repeat -240px 0px; }
  .buttoncontrol[disabled].add-missing-statuses {
    background: url("../images/screen-designer-buttons.png") no-repeat -240px -24px; }
  .buttoncontrol.toggle-editable {
    background: url("../images/screen-designer-buttons.png") no-repeat -264px 0px; }
  .buttoncontrol[disabled].toggle-editable {
    background: url("../images/screen-designer-buttons.png") no-repeat -264px -24px; }
  .buttoncontrol.move-up {
    background: url("../images/screen-designer-buttons.png") no-repeat -312px 0px; }
  .buttoncontrol[disabled].move-up {
    background: url("../images/screen-designer-buttons.png") no-repeat -312px -24px; }
  .buttoncontrol.move-down {
    background: url("../images/screen-designer-buttons.png") no-repeat -336px 0px; }
  .buttoncontrol[disabled].move-down {
    background: url("../images/screen-designer-buttons.png") no-repeat -336px -24px; }
  .buttoncontrol.align-right {
    background: url("../images/screen-designer-buttons.png") no-repeat -360px 0px; }
  .buttoncontrol[disabled].align-right {
    background: url("../images/screen-designer-buttons.png") no-repeat -360px -24px; }
  .buttoncontrol.align-left {
    background: url("../images/screen-designer-buttons.png") no-repeat -384px 0px; }
  .buttoncontrol[disabled].align-left {
    background: url("../images/screen-designer-buttons.png") no-repeat -384px -24px; }
  .buttoncontrol.align-top {
    background: url("../images/screen-designer-buttons.png") no-repeat -408px 0px; }
  .buttoncontrol[disabled].align-top {
    background: url("../images/screen-designer-buttons.png") no-repeat -408px -24px; }
  .buttoncontrol.align-bottom {
    background: url("../images/screen-designer-buttons.png") no-repeat -432px 0px; }
  .buttoncontrol[disabled].align-bottom {
    background: url("../images/screen-designer-buttons.png") no-repeat -432px -24px; }
  .buttoncontrol.cut {
    background: url("../images/screen-designer-buttons.png") no-repeat -480px 0px; }
  .buttoncontrol[disabled].cut {
    background: url("../images/screen-designer-buttons.png") no-repeat -480px -24px; }
  .buttoncontrol.paste {
    background: url("../images/screen-designer-buttons.png") no-repeat -504px 0px; }
  .buttoncontrol[disabled].paste {
    background: url("../images/screen-designer-buttons.png") no-repeat -504px -24px; }
  .buttoncontrol.add-button {
    background: url("../images/screen-designer-buttons.png") no-repeat -528px 0px; }
  .buttoncontrol[disabled].add-button {
    background: url("../images/screen-designer-buttons.png") no-repeat -528px -24px; }
  .buttoncontrol.same-width {
    background: url("../images/screen-designer-buttons.png") no-repeat -552px 0px; }
  .buttoncontrol[disabled].same-width {
    background: url("../images/screen-designer-buttons.png") no-repeat -552px -24px; }
  .buttoncontrol.same-size {
    background: url("../images/screen-designer-buttons.png") no-repeat -288px 0px; }
  .buttoncontrol[disabled].same-size {
    background: url("../images/screen-designer-buttons.png") no-repeat -288px -24px; }
  .buttoncontrol.add-group {
    background: url("../images/screen-designer-buttons.png") no-repeat -576px 0px; }
  .buttoncontrol[disabled].add-group {
    background: url("../images/screen-designer-buttons.png") no-repeat -576px -24px; }
  .buttoncontrol.view-screen {
    background: url("../images/screen-designer-buttons.png") no-repeat -600px 0px; }
  .buttoncontrol[disabled].view-screen {
    background: url("../images/screen-designer-buttons.png") no-repeat -600px -24px; }
  .buttoncontrol.publish {
    background: url("../images/screen-designer-buttons.png") no-repeat -624px 0px; }
  .buttoncontrol[disabled].publish {
    background: url("../images/screen-designer-buttons.png") no-repeat -624px -24px; }

.checkbox {
  background-color: transparent;
  height: 20px;
  width: 20px;
  border: 1px solid #86A8C9; }
  .checkbox[disabled], .checkbox.disabled {
    background-color: #e6eef6; }
  .checkbox.checked {
    background-image: url("../images/checkbox.png"); }
    .checkbox.checked[disabled], .checkbox.checked.disabled {
      background-color: #e6eef6; }
  .checkbox.gridchecked {
    background-image: url("../images/checkbox.png");
    border: none; }

.checkbox-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.radiogroupContainer input {
  padding-left: 2px;
  padding-right: 4px;
  border: none;
  height: 28px; }

.radiogroupContainer label {
  padding-top: 4px; }

.searchbox input[readonly] + a, .searchbox input.readonly + a, .searchbox input[readonly="readonly"] + a {
  display: none; }

.searchbox a {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 16px;
  cursor: pointer;
  background: gray url("../images/uctool-combo-trigger.png") no-repeat; }

.breadcrumbs {
  color: #02325d;
  font-size: 13px;
  margin-left: -10px; }
  .breadcrumbs span:last-child {
    color: #f68338; }
  .breadcrumbs .icon-breadcrumb-item-separator:before {
    content: "";
    font-size: 9px;
    vertical-align: middle;
    margin: 0 8px; }
  .breadcrumbs .icon-breadcrumb-item-separator:first-child {
    margin-left: 0; }

.detailheader {
  padding-left: 16px;
  height: 107px;
  left: 0;
  top: 0;
  width: 100%; }
  .detailheader > .detailicon {
    height: 107px;
    float: left;
    margin-right: 50px; }
  .detailheader > .toptext, .detailheader > .bottomtext {
    font-size: 32px;
    color: #d7e5f2;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 137px;
    right: 0;
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap; }
  .detailheader > .toptext {
    margin: 0 0 0; }
  .detailheader > .bottomtext {
    font-size: 16px;
    margin: 40px 0 0; }

.eventlogtype.icon-info {
  color: #63a9ed; }

.eventlogtype.icon-error {
  color: #d8132b; }

.eventlogtype.icon-warning {
  color: #ffcd00; }

.c-cadview {
  position: relative;
  overflow: hidden; }
  .c-cadview > .tileContainer {
    position: absolute; }
    .c-cadview > .tileContainer > .tile {
      position: absolute; }
  .c-cadview.light {
    background-color: #fff; }
  .c-cadview.dark {
    background-color: #000; }
  .c-cadview > .selectcanvas {
    position: absolute;
    left: 0;
    top: 0;
    cursor: crosshair; }
    .c-cadview > .selectcanvas.light {
      border: 2px dotted #a1cf1d; }
    .c-cadview > .selectcanvas.dark {
      border: 2px dotted #ef6a74; }
    .c-cadview > .selectcanvas > .selectrect {
      position: absolute;
      width: 0;
      height: 0;
      border: 3px solid #63a9ed; }

.c-checkboxgroup tr > td:not(:first-child) {
  padding-left: 5px; }

.arcgisLegendMarker {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  display: inline-block; }

.arcgisLegend {
  height: 20px;
  padding: 7px; }

.arcgisLegendContainer {
  padding-top: 7px;
  padding-bottom: 7px; }

.arcgisTheContainer {
  position: fixed;
  width: 300px;
  top: 120px;
  right: 40px;
  max-height: 600px;
  overflow: auto; }
  .arcgisTheContainer .arcgisSubContainer {
    background-color: #fff;
    padding: 7px; }
    .arcgisTheContainer .arcgisSubContainer .esriTitleContainer {
      height: 28px; }
      .arcgisTheContainer .arcgisSubContainer .esriTitleContainer .esriCheckbox,
      .arcgisTheContainer .arcgisSubContainer .esriTitleContainer .esriLabel {
        float: left;
        margin-right: 5px; }
      .arcgisTheContainer .arcgisSubContainer .esriTitleContainer .esriToggleButton {
        /*float: left;
                margin-right: 5px;*/
        display: none; }
  .arcgisTheContainer .c-label {
    font-size: large;
    font-weight: normal; }

.dialog {
  background: #ebebeb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #d7e5f2;
  z-index: 9000000; }
  .dialog > .titlebar {
    background: #d7e5f2 url("../images/ultimo-window-header-default-top-center.gif") repeat-x 0 0;
    color: #fff;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 3px;
    margin: 2px 2px 0 2px; }
    .dialog > .titlebar > .title {
      float: left;
      margin-top: 4px;
      margin-left: 10px; }
    .dialog > .titlebar .buttoncontrol {
      height: 15px;
      width: 15px;
      float: right;
      margin-top: 5px;
      background: url("../images/tool-sprites.gif"); }
      .dialog > .titlebar .buttoncontrol.close {
        background-position: 0 0; }
        .dialog > .titlebar .buttoncontrol.close:hover {
          background-position: -15px 0; }
      .dialog > .titlebar .buttoncontrol.maximize {
        background-position: 0 -30px; }
        .dialog > .titlebar .buttoncontrol.maximize:hover {
          background-position: -15px -30px; }
      .dialog > .titlebar .buttoncontrol.restore {
        background-position: 0 -45px; }
        .dialog > .titlebar .buttoncontrol.restore:hover {
          background-position: -15px -45px; }
  .dialog > .content {
    margin-left: 4px;
    margin-right: 4px; }
  .dialog > .content .details a {
    color: #666;
    margin-left: 10px; }
  .dialog > .content .toolbar {
    background-color: #fff; }
  .dialog > .buttonbar {
    margin: 3px 2px 0 0; }
  .dialog > .buttonbar button {
    float: right;
    min-width: 85px;
    height: 20px; }
    .dialog > .buttonbar button:hover {
      background-image: url("../images/ultimo-button-small-over-bg.png"); }
  .dialog.scrollable .content {
    overflow-y: auto;
    max-height: 400px; }

.iframe-body {
  background-color: #fff; }

.documentation {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.propertyTable td {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  padding: 3px;
  border: 1px solid #d7e5f2; }

.listBackgroundColor {
  background-color: #ebebeb; }

.link_grid {
  background: url("../images/link_grid.png") no-repeat;
  width: 15px;
  height: 16px;
  cursor: pointer;
  padding: 5px;
  display: inline-block;
  text-align: right;
  vertical-align: middle; }

.highlightxml {
  overflow: auto;
  background-color: #ebebeb;
  word-wrap: normal;
  white-space: pre; }
  .highlightxml .xmlcontent {
    font-size: 12px;
    line-height: 15px;
    padding: 10px 0 0 10px;
    overflow: initial;
    height: 100%;
    tab-size: 4;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    white-space: pre-wrap; }

.c-icon:before {
  color: #86A8C9;
  padding: 4px; }

.c-label {
  color: #02325d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.literal {
  line-height: 20px;
  display: inline-block; }
  .literal.singleline {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.c-list ul {
  width: 100%;
  overflow: visible;
  white-space: nowrap; }
  .c-list ul li {
    display: block;
    text-align: left; }

/* ===========================
   Mixins
   =========================== */
/* ===========================
   Variables
   =========================== */
/* font: font-style font-variant font-weight font-size/line-height font-family;*/
/* Paths */
/* Images */
.messagebox {
  min-height: 40px;
  background-repeat: no-repeat;
  margin: 10px;
  padding-left: 50px;
  word-wrap: break-word; }
  .messagebox .icon {
    width: 32px;
    height: 32px;
    left: 10px;
    top: 0px;
    position: absolute; }
  .messagebox .info {
    background: url("../images/icons.png") no-repeat -32px -0px; }
  .messagebox .error {
    background: url("../images/icons.png") no-repeat -0px -0px; }
  .messagebox .confirm {
    background: url("../images/icons.png") no-repeat -64px -0px; }
  .messagebox .warning {
    background: url("../images/icons.png") no-repeat -96px -0px; }

.c-messagebox .c-messagebox-content-message {
  display: block;
  max-height: 500px;
  overflow: auto;
  word-wrap: break-word; }

.c-messagebox .c-messagebox-content-code {
  display: block;
  color: #999;
  padding-top: 10px; }

.c-messagebox .c-messagebox-icon {
  font-size: 50px;
  height: 70px;
  margin: 0 10px 0 10px;
  text-align: center;
  vertical-align: top; }
  .c-messagebox .c-messagebox-icon.c-messagebox-icon-confirm {
    color: #63a9ed; }
  .c-messagebox .c-messagebox-icon.c-messagebox-icon-error {
    color: #d8132b; }
  .c-messagebox .c-messagebox-icon.c-messagebox-icon-warning {
    color: #ffcd00; }
  .c-messagebox .c-messagebox-icon.c-messagebox-icon-information {
    color: #63a9ed; }

.outofsynclabel {
  position: absolute;
  margin: 5px; }

.packageDialog .fieldcontainer {
  float: left; }
  .packageDialog .fieldcontainer label {
    padding-left: 15px; }
  .packageDialog .fieldcontainer input {
    width: 200px !important;
    color: #000;
    vertical-align: middle; }

.iconManager.gridImage {
  width: 16px;
  height: 100%;
  max-height: 16px; }

.iconManager.gridImageDiv {
  font-size: 16px;
  text-align: center; }

.iconManager.gridValidationIcon {
  font-size: 12px;
  text-align: center; }

.iconManager.detailImage {
  border: 1px solid #86A8C9;
  margin-left: 180px;
  width: 100px;
  height: 100px;
  font-size: 98px;
  line-height: 80px;
  overflow: hidden; }

.iconCharData:before {
  font-family: 'ultimo-application';
  content: attr(iconchardata); }

.c-pageheader {
  margin-bottom: 10px; }
  .c-pageheader .pageHeader {
    overflow: hidden; }
  .c-pageheader .pageHeaderHexagon {
    line-height: 68px;
    color: #f68338;
    font-size: 80px; }
  .c-pageheader .pageHeaderIcon {
    line-height: 35px;
    color: #fff;
    font-size: 40px;
    position: absolute;
    left: 20px;
    top: 20px; }
  .c-pageheader .pageHeaderText {
    position: absolute;
    top: 0;
    left: 100px;
    right: 0;
    margin-top: 5px; }
  .c-pageheader .pageHeaderInfoText {
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap; }
    .c-pageheader .pageHeaderInfoText.top {
      font: 34px "Open Sans Condensed Light", "Trebuchet MS", Arial, Helvetica, sans-serif; }

.phonebook .c-toolbar .searchtip {
  margin-left: 0;
  text-align: left;
  line-height: 20px;
  vertical-align: top; }

.workflowTable th {
  text-align: left;
  color: #fff;
  background-color: #d7e5f2;
  padding: 3px; }

.link_grid {
  background: url("../images/link_grid.png") no-repeat;
  width: 15px;
  height: 16px;
  cursor: pointer;
  padding: 5px;
  display: inline-block;
  text-align: right;
  vertical-align: middle; }

.statusMatrix {
  table-layout: fixed;
  overflow: hidden; }

.statusMatrix td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  border-collapse: collapse;
  overflow: hidden;
  cursor: default;
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.statusMatrix th {
  background-image: url("");
  border-bottom: 1px solid #999;
  cursor: default;
  text-align: center; }

.techinfo {
  background-color: #ebebeb; }

.smallerCells {
  max-width: 40px; }

td.greenlight {
  background-color: #d2f393; }

td.salmon {
  background-color: #fde0e4; }

.tag1 {
  position: relative;
  top: 0px;
  float: right;
  text-align: right;
  margin-bottom: 2px; }

.tag2 {
  clear: both;
  position: relative;
  left: 0px;
  float: left;
  text-align: left;
  padding-left: 0px; }

th.separatorheader {
  background-image: url("../Images/statusMatrixSeparatorline.png");
  background-size: 100% 100%;
  padding-left: 0px;
  padding-right: 0px;
  min-width: 80px; }

.workflowTable td {
  padding: 1px; }

.propertiesTable {
  border: 1px solid #d7e5f2; }

.listBackgroundColor {
  background-color: #ebebeb; }

.entityPropertyName {
  min-width: 250px;
  max-width: 250px; }

.entityPropertyType {
  min-width: 150px;
  max-width: 150px; }

.entityPropertyAccessor {
  min-width: 100px;
  max-width: 100px; }

.entityPropertyDescription {
  min-width: 300px;
  max-width: 300px; }

.entityPropertyDefault {
  min-width: 100px;
  max-width: 100px; }

input.selectionlist {
  background-color: white;
  background-image: url("../images/zoom_selection.png");
  width: 25px;
  height: 20px; }

.c-smartfilter .tag {
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  text-align: left;
  position: absolute;
  margin-left: 8px; }
  .c-smartfilter .tag:before {
    color: #86A8C9; }

.c-smartfilter .fieldinput {
  padding-left: 28px; }

.screenSourceEntityItem {
  display: inline-block;
  margin-left: 4px;
  margin-right: 5px; }

.screenSourceEntityItemGrid {
  position: relative;
  left: 10px;
  top: 1px;
  margin-right: 5px;
  display: inline-block; }

.screenSourceEntity {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.c-tabpagecontainer {
  overflow: hidden; }

.tabContainer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute; }
  .tabContainer > .tabControl {
    padding-left: 15px; }
    .dataentry-canvas .tabContainer > .tabControl {
      padding-left: 0px; }

.tabControl .tabHeader {
  background-color: #86A8C9;
  color: #fff;
  cursor: default;
  padding-left: 5px;
  padding-right: 8px;
  line-height: 20px;
  display: inline-block; }
  .tabControl .tabHeader.selected {
    background-color: #fff;
    color: #000; }
  .tabControl .tabHeader.invisible {
    display: none; }
  .tabControl .tabHeader.visible {
    display: inline-block; }

.tabControl div.tabs {
  background-color: #fff;
  padding: 5px; }
  .dataentry-canvas .tabControl div.tabs {
    padding: 0px; }

.tabControl .tabHeaderBar {
  background-color: #86A8C9;
  white-space: nowrap;
  overflow: hidden; }
  .tabControl .tabHeaderBar .scroll {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAoCAMAAACsAtiWAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAADAFBMVEUAAABicoNjdIhoeo9tgZh3iZ56iZlziaB4jqh8lK2DlqqKlaGLmamSnamNoLaRpbWSprWTpraVp7aUp7eWqLaVqLiXqrmZqr+crbudr72nsbunsrqitMevusS2wMm0wMq9yNC8yNHCzNTJ09rL0N3K1NvM0d3M0d7O097N0t/P1N/N1t3O197O0+DQ1eHQ2eDT2+HV2eTW2+bU3OLd3+fd4Ofl6PDr7vbs7/Xx8/Xy9f3z9v319/j6+/z4+//7/Pz+/v7///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABTitaUAAABAHRSTlP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AU/cHJQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC41ZYUyZQAAAXBJREFUOE+tktlSAjEQRcOMwIAsKiKu4AIqrriD4jL//1Ftd7p7OuRlfPA+JOlTp1IzleugNKR8jTkPH8yQPAYElWleZMrGKnHwLoPPnIyIOLiTs8+YlIiYckiLKX7EBMqgQaspjQGtodLJMgaqZFmHNlOa9XqdgSoImkxYqa5hGKhCpOqJ3NJK05R2UxC0mOi31JKEgSpJUqPNlJ+8XWGgSqWN0BO9Jc/XaTHFjxhSLuTsc05KRBy8ydnnhZSI4EvfyoCRl14l1Jc5l2N8+cwGwOtVQP7YupL8n3La5eweM0OyFxBUehP5wcWkx0ZvsgiIg5N7HilnQzIi4mBHBp8uKRExxffZFK13oHC9TdF6myL1NkXrXShab1O03qoU9TZF613covU2Rett3yL1NkXrXShab1O03naL9NkUrTcpm98yYD43SImIg9GTTJjrA1Iigi/dn8m4vJGX7s+WAaG+DLkc3a19NgCOtgNS2jqAX8LAeWqaY99HAAAAAElFTkSuQmCC");
    top: 0;
    width: 16px;
    position: absolute;
    height: 20px;
    display: none; }
  .tabControl .tabHeaderBar .scroll-left {
    left: 0;
    background-position: 0 0; }
    .tabControl .tabHeaderBar .scroll-left:hover {
      background-position: 0 -21px; }
  .tabControl .tabHeaderBar .scroll-right {
    right: 0;
    background-position: -18px 0; }
    .tabControl .tabHeaderBar .scroll-right:hover {
      background-position: -18px -21px; }
  .tabControl .tabHeaderBar .tabstrip {
    overflow: hidden;
    display: inline; }

.uct .tabHeader {
  text-transform: uppercase;
  font-weight: bold; }

.tabContent {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  top: 30px;
  background-color: white; }
  .dataentry-canvas .tabContent {
    left: 0px;
    right: 0px;
    top: 20px; }
  .tabContent .toolbar {
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #d3d3d3;
    line-height: 28px !important;
    /* dirty hack */
    padding-left: 2px;
    background-color: #e6eef6; }
  .tabContent iframe, .tabContent textarea.mandatory {
    border: 1px solid #d3d3d3; }
  .tabContent textarea.is-invalid {
    border: 1px solid red; }
  .tabContent .literal {
    color: #4b4b4d; }

.tabPageHeaderBarLine {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #f68338; }

.tabPageHeaderBar {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  font-size: 0; }

.tabPageHeaderBarContainer {
  line-height: 0;
  display: inline-block;
  position: relative;
  top: 0;
  width: 100%;
  margin-bottom: 6px; }
  .tabPageHeaderBarContainer:hover.is-left-overflow .arrow.left,
  .tabPageHeaderBarContainer:hover.is-right-overflow .arrow.right {
    display: block; }
  .tabPageHeaderBarContainer .arrow {
    font-family: 'ultimo-system';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    outline-style: none;
    display: none;
    width: 16px;
    position: absolute;
    color: #fff;
    background-color: #034885;
    top: 0;
    bottom: 1px;
    text-align: center;
    padding-top: 8px;
    line-height: 1; }
    .tabPageHeaderBarContainer .arrow:hover {
      background-color: #f68338; }
    .tabPageHeaderBarContainer .arrow.left {
      left: 0; }
      .tabPageHeaderBarContainer .arrow.left :before {
        content: ""; }
    .tabPageHeaderBarContainer .arrow.right {
      right: 0; }
      .tabPageHeaderBarContainer .arrow.right :before {
        content: ""; }

.tabPageHeader {
  display: inline-block;
  color: #02325d;
  background-color: #fff;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-width: 4px 0 1px 0;
  border-style: solid;
  height: 28px;
  border-color: transparent transparent #f68338 transparent;
  margin: 0;
  cursor: pointer;
  overflow: hidden;
  max-width: 250px;
  margin-right: 1px;
  padding: 6px 8px;
  font: 11px "Open Sans Regular", "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 1; }
  .tabPageHeader.selected {
    color: #f68338;
    background-color: #fff;
    border-color: #f68338;
    border-bottom-color: transparent;
    border-left-width: 1px;
    border-right-width: 1px;
    padding-left: 7px;
    padding-right: 7px;
    cursor: default; }
  .tabPageHeader:hover:not(.selected) {
    border-top: 4px solid #f68338;
    background-color: #f68338;
    color: #fff; }
  .tabPageHeader.invisible {
    display: none; }
  .tabPageHeader.visible {
    display: inline-block; }

.c-button, .c-menubutton {
  min-height: 20px;
  white-space: nowrap;
  font: 12px "Open Sans Regular", "Trebuchet MS", Arial, Helvetica, sans-serif; }
  .c-button .text, .c-menubutton .text {
    min-width: 0px;
    margin-right: 20px;
    margin-left: 20px; }
    .dataentry-canvas .c-button .text, .dataentry-canvas .c-menubutton .text {
      margin-right: 0;
      margin-left: 0; }
  .c-button.dialogbutton, .c-menubutton.dialogbutton {
    min-width: 95px; }
  .c-button.icon-home:before, .c-menubutton.icon-home:before {
    color: #02325d; }
  .c-button:disabled:before, .c-button.inactive:before, .c-menubutton:disabled:before, .c-menubutton.inactive:before {
    color: #ebebeb !important; }
  .c-button[class*="-small"], .c-menubutton[class*="-small"] {
    padding: 2px;
    margin: 0; }
    .c-button[class*="-small"]:before, .c-menubutton[class*="-small"]:before {
      font-size: 10px; }
  .c-button[class*="-medium"], .c-menubutton[class*="-medium"] {
    padding: 4px;
    margin: 0; }
    .c-button[class*="-medium"]:before, .c-menubutton[class*="-medium"]:before {
      font-size: 14px; }
  .c-button[class*="-large"], .c-menubutton[class*="-large"] {
    padding: 6px;
    margin: 0; }
    .c-button[class*="-large"]:before, .c-menubutton[class*="-large"]:before {
      font-size: 18px; }
  .c-button[class*="-asset"], .c-menubutton[class*="-asset"] {
    text-align: left;
    padding-left: 10px;
    width: 100%; }
    .c-button[class*="-asset"]:before, .c-menubutton[class*="-asset"]:before {
      display: block;
      text-align: center;
      font-size: 75px;
      padding-bottom: 60px;
      margin-right: 10px;
      margin-bottom: 20px;
      border-bottom: 1px solid #dfdfdf; }
  .c-button.c-button-appearance-transparent, .c-menubutton.c-button-appearance-transparent {
    text-align: left;
    display: block;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px; }
  .c-button.c-button-appearance-transparent, .c-button.c-button-appearance-icononly, .c-button.c-button-appearance-icon, .c-menubutton.c-button-appearance-transparent, .c-menubutton.c-button-appearance-icononly, .c-menubutton.c-button-appearance-icon {
    color: #02325d; }
    .c-button.c-button-appearance-transparent:before, .c-button.c-button-appearance-icononly:before, .c-button.c-button-appearance-icon:before, .c-menubutton.c-button-appearance-transparent:before, .c-menubutton.c-button-appearance-icononly:before, .c-menubutton.c-button-appearance-icon:before {
      color: #86A8C9; }
  .c-button.c-button-appearance-solid, .c-menubutton.c-button-appearance-solid {
    color: #fff;
    background-color: #034885;
    padding: 0; }
  .c-button.c-button-appearance-solid:hover:not([disabled]), .c-button.c-button-appearance-transparent:hover:not([disabled]), .c-menubutton.c-button-appearance-solid:hover:not([disabled]), .c-menubutton.c-button-appearance-transparent:hover:not([disabled]) {
    color: #fff;
    background-color: #f68338; }
    .c-button.c-button-appearance-solid:hover:not([disabled]):before, .c-button.c-button-appearance-transparent:hover:not([disabled]):before, .c-menubutton.c-button-appearance-solid:hover:not([disabled]):before, .c-menubutton.c-button-appearance-transparent:hover:not([disabled]):before {
      color: #fff !important; }
  .c-button.c-button-appearance-icononly, .c-button.c-button-appearance-icon, .c-menubutton.c-button-appearance-icononly, .c-menubutton.c-button-appearance-icon {
    margin: 0 2px; }
    .c-button.c-button-appearance-icononly:hover:not([disabled]), .c-button.c-button-appearance-icon:hover:not([disabled]), .c-menubutton.c-button-appearance-icononly:hover:not([disabled]), .c-menubutton.c-button-appearance-icon:hover:not([disabled]) {
      color: #f68338; }
      .c-button.c-button-appearance-icononly:hover:not([disabled]):before, .c-button.c-button-appearance-icon:hover:not([disabled]):before, .c-menubutton.c-button-appearance-icononly:hover:not([disabled]):before, .c-menubutton.c-button-appearance-icon:hover:not([disabled]):before {
        color: #f68338 !important; }
  .c-button.c-button-appearance-icononly, .c-menubutton.c-button-appearance-icononly {
    margin-left: 4px;
    padding: 0; }
  .c-button.is-selected, .c-menubutton.is-selected {
    color: #f68338; }
  .menubuttonpopup .c-button,
  .c-contextmenu .c-button, .menubuttonpopup .c-menubutton,
  .c-contextmenu .c-menubutton {
    width: 100%; }
  .c-button.background-accent-color-1, .c-menubutton.background-accent-color-1 {
    background-color: #63a9ed; }
  .c-button.background-accent-color-2, .c-menubutton.background-accent-color-2 {
    background-color: #a1cf1d; }
  .c-button.background-accent-color-3, .c-menubutton.background-accent-color-3 {
    background-color: #ef6a74; }
  .c-button.background-accent-color-4, .c-menubutton.background-accent-color-4 {
    background-color: #ffcd00; }
  .c-button.background-accent-color-5, .c-menubutton.background-accent-color-5 {
    background-color: #ad76b5; }
  .c-button.background-accent-color-6, .c-menubutton.background-accent-color-6 {
    background-color: #39ad93; }
  .c-button.background-accent-color-7, .c-menubutton.background-accent-color-7 {
    background-color: #dfb561; }
  .c-button.accent-color-1:before, .c-menubutton.accent-color-1:before {
    color: #63a9ed; }
  .c-button.accent-color-2:before, .c-menubutton.accent-color-2:before {
    color: #a1cf1d; }
  .c-button.accent-color-3:before, .c-menubutton.accent-color-3:before {
    color: #ef6a74; }
  .c-button.accent-color-4:before, .c-menubutton.accent-color-4:before {
    color: #ffcd00; }
  .c-button.accent-color-5:before, .c-menubutton.accent-color-5:before {
    color: #ad76b5; }
  .c-button.accent-color-6:before, .c-menubutton.accent-color-6:before {
    color: #39ad93; }
  .c-button.accent-color-7:before, .c-menubutton.accent-color-7:before {
    color: #dfb561; }

.c-badgebutton {
  position: relative; }
  .c-badgebutton > .badge {
    padding: 2px;
    color: #fff;
    font-size: 9px;
    position: absolute;
    border-radius: .5em;
    background-color: #ef6a74;
    line-height: normal; }
  .c-badgebutton[class*="small"] > .badge {
    bottom: -1.2em;
    left: 0.6em;
    min-width: 15px; }
  .c-badgebutton[class*="medium"] > .badge {
    bottom: -0.7em;
    left: 1.2em;
    min-width: 20px; }
  .c-badgebutton[class*="large"] > .badge {
    bottom: -0.2em;
    left: 1.9em;
    min-width: 25px; }

.toolbar .buttoncontrol {
  vertical-align: middle;
  border: none; }

.toolbar .imagebutton {
  background-color: transparent; }

.detailtoolbar > .toolbar,
.mastertoolbar .toolbar {
  padding-left: 2px;
  background-color: white; }

.toolbar {
  white-space: nowrap;
  color: #000; }
  .toolbar .separator {
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #999;
    vertical-align: middle;
    display: inline-block;
    height: 18px; }
  .toolbar .buttoncontrol {
    margin: 0 2px; }
  .toolbar .textbutton {
    background-color: transparent; }
  .toolbar .fieldContainer {
    float: left;
    padding-left: 5px !important;
    padding-top: 3px; }
    .toolbar .fieldContainer label {
      padding-right: 10px;
      color: #666;
      position: relative !important;
      top: 2px;
      padding-left: 10px; }
    .toolbar .fieldContainer input {
      background-color: #fff;
      height: 21px;
      width: 200px !important;
      position: relative !important;
      display: inline-block; }

.c-toolbar {
  padding: 0 8px;
  background-color: transparent;
  align-items: center; }
  .c-toolbar .logo, .c-toolbar .mainmenuicon {
    text-align: center; }
  .c-toolbar div, .c-toolbar fieldset, .c-toolbar form, .c-toolbar h1, .c-toolbar h2, .c-toolbar h3, .c-toolbar h4, .c-toolbar h5, .c-toolbar h6, .c-toolbar hr, .c-toolbar p, .c-toolbar ul, .c-toolbar li, .c-toolbar table, .c-toolbar nav {
    vertical-align: baseline; }
  .c-toolbar .c-template {
    margin: 0 8px;
    color: #86A8C9;
    text-transform: uppercase; }
  .c-toolbar .c-literal, .c-toolbar .c-label {
    color: #999; }
  .c-toolbar .c-input, .c-toolbar .c-label {
    text-align: left; }
  .c-toolbar .c-literal {
    margin: 0 8px; }
  .c-toolbar button:active, .c-toolbar button:focus {
    border-style: dotted;
    border-color: #86A8C9; }
  .c-toolbar .icon-camera2-recording:before {
    color: #d8132b; }

.c-separator {
  height: 23px;
  margin: 15px;
  border-left: 1px dotted #86A8C9; }

.severity {
  display: inline-block;
  font-size: 10px; }
  .severity.icon-unknown {
    color: #63a9ed; }
  .severity.icon-error {
    color: #d8132b; }
  .severity.icon-warning {
    color: #ffcd00; }

.apphealthtextselectable {
  min-width: 100%;
  min-height: 100%;
  background-color: #fff;
  padding: 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  white-space: pre-wrap; }

.apphealth {
  background-color: #fff;
  border-color: #ebebeb;
  padding: 5px; }
  .apphealth h2 {
    font-size: 120%;
    font-weight: bold; }
  .apphealth .apphealthvalidatorsplitter {
    border-bottom: 1px solid #000;
    margin-top: 25px;
    margin-bottom: 25px; }
  .apphealth .apphealthtable {
    table-layout: fixed;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    margin-top: 10px;
    margin-bottom: 15px; }
    .apphealth .apphealthtable td {
      padding: 5px;
      border-right: 1px solid #ebebeb;
      border-bottom: 1px solid #ebebeb;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      .apphealth .apphealthtable td.apphealth-name {
        width: 100px; }
  .apphealth span {
    display: block;
    max-width: 100%;
    white-space: pre-wrap;
    /* CSS 3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */ }
  .apphealth hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: 1px solid #000;
    border-bottom: none; }

/* ===========================
   Mixins
   =========================== */
/* ===========================
   Variables
   =========================== */
/* font: font-style font-variant font-weight font-size/line-height font-family;*/
/* Paths */
/* Images */
.panelbody .shrinkwrap {
  display: inline-block;
  height: auto;
  min-width: 100%; }
  .is-floating .panelbody .shrinkwrap {
    min-width: 200px; }

.c-treepanel > .panelbody {
  overflow: auto; }

.c-dialogwindow > .panelbody {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px; }

.c-dialogwindow {
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.12);
  background-color: #fff; }
  .c-dialogwindow .title {
    font: 12px "Open Sans Regular", "Trebuchet MS", Arial, Helvetica, sans-serif; }
  .c-dialogwindow .dialog-detailsbutton {
    cursor: pointer;
    color: #02325d;
    text-decoration: underline; }

.c-container .loadmask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: 0;
  overflow: hidden;
  background: url("../images/LoadingProgressBar.gif") no-repeat center; }

.c-component .is-floating {
  position: absolute;
  box-shadow: 0 40px 77px 0 rgba(0, 0, 0, 0.22), 0 27px 24px 0 rgba(0, 0, 0, 0.2); }

.c-panelbar > .c-component {
  margin: 0 2px; }

.c-panelbar {
  height: 30px;
  line-height: 30px; }

.c-panelheader {
  height: 30px; }
  .c-panelheader .tools-right {
    display: inline-block; }
    .c-panelheader .tools-right .c-button:before {
      color: #fff; }
  .c-panelheader .tools-left {
    display: inline-block; }
    .c-panelheader .tools-left .c-button:before {
      color: #fff; }
  .c-panelheader .title {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .c-panel > .c-panelheader {
    top: 0;
    background-color: #fff; }
  .c-calendarpanel .c-panelheader {
    background-color: #86A8C9;
    color: #fff;
    text-align: center; }
  .c-treepanel > .c-panelheader {
    background: #86A8C9;
    color: #fff; }
    .c-treepanel > .c-panelheader > .title {
      padding-left: 13px; }
  .c-dialogwindow > .c-panelheader {
    background: #86A8C9;
    color: #fff; }

.c-panel > .c-panelfooter {
  bottom: 0;
  background-color: #fff; }

.c-calendar .c-panelfooter {
  border-top: 1px solid #e6eef6;
  text-align: center; }

.c-treepanel > .c-panelfooter {
  background: #86A8C9;
  height: 20px;
  color: #fff;
  padding-right: 2px; }
  .c-treepanel > .c-panelfooter > .title {
    line-height: 20px;
    text-align: right; }

.c-dialogwindow > .c-panelfooter {
  padding: 5px; }

.c-toolbutton {
  height: 16px;
  width: 16px;
  cursor: pointer;
  /* for vertical alignment: */
  display: inline-block;
  vertical-align: middle; }
  .c-calendarpanel .c-toolbutton.nextmonth {
    background: url("../images/system/ultimo-calendar.png") no-repeat -16px 0px; }
  .c-calendarpanel .c-toolbutton.prevmonth {
    background: url("../images/system/ultimo-calendar.png") no-repeat 0px 0px; }
  .c-calendarpanel .c-toolbutton.nextyear {
    background: url("../images/system/ultimo-calendar.png") no-repeat -48px 0px; }
  .c-calendarpanel .c-toolbutton.prevyear {
    background: url("../images/system/ultimo-calendar.png") no-repeat -32px 0px; }

.c-calendar {
  border: 1px solid #e6eef6; }
  .c-calendar .days {
    background-color: #fff;
    color: #000;
    border-collapse: separate;
    width: 100%; }
    .c-calendar .days th {
      border-bottom: 1px solid #e6eef6;
      background-color: #fff;
      color: #000;
      padding: 0; }
    .c-calendar .days td, .c-calendar .days th {
      text-align: right;
      padding: 0 6px;
      line-height: 2em; }
    .c-calendar .days td {
      border: 1px solid transparent; }
      .c-calendar .days td.daynames {
        border-bottom: 1px solid #e6eef6; }
      .c-calendar .days td.weeknumber {
        width: 3em;
        color: #999;
        border-right: 1px solid #e6eef6;
        font-size: 9px; }
      .c-calendar .days td.day {
        color: #000;
        border-color: #fff; }
        .c-calendar .days td.day:hover:not(.outofrange) {
          color: #fff !important;
          background-color: #f68338;
          border-color: #f68338; }
      .c-calendar .days td.today {
        border-color: #f68338;
        font-weight: bold; }
      .c-calendar .days td.selectedday {
        border: 1px solid #f68338 !important;
        color: #f68338 !important; }
      .c-calendar .days td.weekend {
        color: #000;
        background-color: #ebebeb;
        border-color: #ebebeb; }
      .c-calendar .days td.othermonth {
        color: #999; }
      .c-calendar .days td.outofrange {
        color: #999;
        font-style: italic; }

.c-multiselectcalendar .days td.othermonth {
  visibility: hidden; }

.c-calendarwindow .c-timepanel {
  margin: 6px 0 6px 84px;
  display: inline-block; }

.c-calendarwindow .c-panelfooter {
  justify-content: center; }

.c-calendarwindow .c-panelfooter .c-button {
  height: 20px;
  width: 66px; }
  .c-calendarwindow .c-panelfooter .c-button > span {
    margin: 0; }

.c-monthpicker {
  background-color: #fff; }
  .c-monthpicker table {
    width: 100%;
    padding: 2px; }
  .c-monthpicker .month, .c-monthpicker .year {
    cursor: pointer;
    text-align: center;
    padding: 2px;
    width: 3em; }
    .c-monthpicker .month:hover, .c-monthpicker .year:hover {
      background-color: #f68338;
      color: #fff; }

.c-uiblocker {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed !important; }

.c-splitter {
  background-color: silver; }
  .c-splitter.is-dragging {
    background-color: silver;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    /* IE 8 */
    filter: alpha(opacity=50);
    /* IE 5-7 */
    -moz-opacity: 0.5;
    /* Netscape */
    -khtml-opacity: 0.5;
    /* Safari 1.x */
    opacity: 0.5;
    /* Good browsers */ }
  .l-form > .c-splitter {
    height: 5px;
    cursor: row-resize; }
  .l-vbox > .c-splitter {
    height: 5px;
    cursor: row-resize; }
  .l-hbox > .c-splitter {
    width: 5px;
    cursor: col-resize; }
  .c-splitter.horizontal {
    width: 100%;
    height: 5px; }
  .c-splitter.vertical {
    width: 5px;
    height: 100%; }

.c-viewport {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  overflow: hidden; }

.c-icon-16x16 {
  width: 16px;
  height: 16px; }

.c-treepanel {
  border-width: 0 1px;
  border-style: solid;
  border-color: #ebebeb; }
  .c-treepanel .treenode.is-hidden {
    display: none; }
  .c-treepanel .treenode.is-expanded .toggleimage {
    background: url("../images/system/ultimo-treepanel-old.png") no-repeat -96px 0px; }
  .c-treepanel .treenode.is-collapsed .toggleimage {
    background: url("../images/system/ultimo-treepanel-old.png") no-repeat -80px 0px; }
  .c-treepanel.has-arrows .treenode.is-expanded .toggleimage {
    background: url("../images/system/ultimo-treepanel-old.png") no-repeat -160px 0px; }
  .c-treepanel.has-arrows .treenode.is-collapsed .toggleimage {
    background: url("../images/system/ultimo-treepanel-old.png") no-repeat -144px 0px; }
  .c-treepanel.has-arrows .treenode.is-leaf .toggleimage {
    background: url("../images/system/ultimo-treepanel-old.png") no-repeat -192px 0px; }
  .c-treepanel .title {
    font: 12px "Roboto-Regular", "Trebuchet MS", Arial, Helvetica, sans-serif; }
  .c-treepanel .treenode {
    white-space: nowrap;
    height: 23px;
    min-width: 100%;
    cursor: pointer;
    border-collapse: separate;
    padding-right: 20px; }
    .c-treepanel .treenode td {
      vertical-align: middle; }
    .c-treepanel .treenode:hover, .c-treepanel .treenode.draghover {
      color: "";
      background-color: #ebebeb; }
      .c-treepanel .treenode:hover.before, .c-treepanel .treenode.draghover.before {
        box-shadow: 0px -2px #f68338; }
      .c-treepanel .treenode:hover.after, .c-treepanel .treenode.draghover.after {
        box-shadow: 0px 2px #f68338; }
      .c-treepanel .treenode:hover.nodrop, .c-treepanel .treenode.draghover.nodrop {
        cursor: no-drop; }
    .c-treepanel .treenode.is-selected {
      background-color: #b3d5f6; }
      .c-treepanel .treenode.is-selected:hover {
        background-color: #b3d5f6; }
    .c-treepanel .treenode .line.pad {
      padding-left: 13px; }
    .c-treepanel .treenode .text {
      height: 100%;
      text-overflow: ellipsis;
      vertical-align: top;
      font: 12px "Roboto-Regular", "Trebuchet MS", Arial, Helvetica, sans-serif; }
    .c-treepanel .treenode .line, .c-treepanel .treenode .line > .toggleimage {
      width: 16px;
      min-width: 16px; }
    .c-treepanel .treenode .line > .toggleimage {
      height: 23px; }
    .c-treepanel .treenode .icon {
      display: inline-block; }
    .c-treepanel .treenode .inner > span {
      height: 100%;
      line-height: 18px;
      display: inline-block;
      border: 1px solid transparent; }
    .c-treepanel .treenode .inner.draghover > span {
      border-color: #ebebeb; }
    .c-treepanel .treenode .line.tr {
      background: url("../images/system/ultimo-treepanel.png") no-repeat -32px 0px; }
    .c-treepanel .treenode .line.trb {
      background: url("../images/system/ultimo-treepanel.png") no-repeat -48px 0px; }
    .c-treepanel .treenode .line.tb {
      background: url("../images/system/ultimo-treepanel.png") no-repeat -64px 0px; }
    .c-treepanel .treenode .line.r {
      background: url("../images/system/ultimo-treepanel.png") no-repeat -16px 0px; }
    .c-treepanel .treenode .dots.tr {
      background: url("../images/system/ultimo-treepanel.png") no-repeat -224px 0px; }
    .c-treepanel .treenode .dots.trb {
      background: url("../images/system/ultimo-treepanel.png") no-repeat -240px 0px; }
    .c-treepanel .treenode .dots.tb {
      background: url("../images/system/ultimo-treepanel.png") no-repeat -256px 0px; }
    .c-treepanel .treenode .dots.r {
      background: url("../images/system/ultimo-treepanel.png") no-repeat -208px 0px; }
  .c-treepanel .test-icons.folder {
    background: url("../../scripts/tests/testpages/common/test-icons-16x16.png") no-repeat 0px 0px; }
  .c-treepanel .test-icons.css {
    background: url("../../scripts/tests/testpages/common/test-icons-16x16.png") no-repeat -48px 0px; }
  .c-treepanel .test-icons.js {
    background: url("../../scripts/tests/testpages/common/test-icons-16x16.png") no-repeat -32px 0px; }
  .c-treepanel .test-icons.img {
    background: url("../../scripts/tests/testpages/common/test-icons-16x16.png") no-repeat -16px 0px; }

.dragproxy {
  z-index: 21000;
  position: absolute;
  cursor: default; }
  .dragproxy > .text {
    cursor: default; }
  .dragproxy .link-button button {
    width: 100%;
    height: 100%;
    margin: 0; }
  .dragproxy .link-button .link-button-quantity {
    display: none; }
  .dragproxy.nodrop {
    cursor: no-drop; }
    .dragproxy.nodrop > .text {
      cursor: no-drop; }
    .dragproxy.nodrop > .treenode {
      cursor: no-drop; }
  .dragproxy .dashboard-panel {
    margin: 0; }
  .dragproxy > * {
    text-overflow: ellipsis;
    background-color: #ebebeb;
    opacity: 0.85; }
  .dragproxy > .treenode {
    background-color: transparent;
    border: 1px dotted #666;
    border-radius: 2px;
    display: inline-block; }

.colors-contrast-1 {
  background-color: #f68338;
  color: #fff; }

.colors-contrast-2 {
  background-color: #63a9ed;
  color: #000; }

.colors-contrast-3 {
  background-color: #a1cf1d;
  color: #fff; }

.colors-contrast-4 {
  background-color: #ef6a74;
  color: #fff; }

.colors-contrast-5 {
  background-color: #ffcd00;
  color: #fff; }

.uct .c-panel:not(.c-menu) {
  border-width: 0; }

.ultimo .c-panel {
  border-width: 0; }

.c-viewport .c-splitter {
  background-color: #e6eef6; }

.c-maincontainer {
  height: 100%;
  width: 100%; }

.c-popupwindow {
  background-color: #fff;
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.12); }

.c-mainmenu .is-selected.is-collapsed {
  background-color: #d7e5f2; }

.c-menupopup.c-panel {
  border-width: 0; }

.c-menu {
  border-width: 0;
  background-color: #d7e5f2; }
  .c-menu a {
    color: inherit;
    text-decoration: inherit; }
  .c-menu.c-mainmenu {
    overflow-y: auto;
    overflow-x: hidden;
    width: 400px;
    min-width: 64px; }
    @media screen and (max-width: 2560px) {
      .c-menu.c-mainmenu {
        width: 330px; } }
    @media screen and (max-width: 1920px) {
      .c-menu.c-mainmenu {
        width: 250px; } }
    @media screen and (max-width: 1600px) {
      .c-menu.c-mainmenu {
        width: 210px; } }
    @media screen and (max-width: 1440px) {
      .c-menu.c-mainmenu {
        width: 190px; } }
    @media screen and (max-width: 1366px) {
      .c-menu.c-mainmenu {
        width: 180px; } }
    @media screen and (max-width: 1280px) {
      .c-menu.c-mainmenu {
        width: 170px; } }
  .c-menu:not(.c-mainmenu) {
    box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.12); }
  .c-menu .panelbody {
    background-color: transparent;
    overflow: hidden; }
  .c-menu .iconbar {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    width: 32px;
    background-color: #86A8C9; }
  .c-menu .treenode {
    color: #02325d; }
    .c-menu .treenode .line.first {
      display: none; }
    .c-menu .treenode.is-toplevel {
      height: 30px;
      line-height: 30px;
      text-transform: uppercase; }
      .c-menu .treenode.is-toplevel .toggleimage {
        background-image: none !important; }
      .c-menu .treenode.is-toplevel .line.pad {
        padding-left: 0;
        width: 32px;
        min-width: 32px;
        background-color: #86A8C9;
        font-size: 16px;
        text-align: center;
        color: #fff; }
      .c-menu .treenode.is-toplevel:hover {
        background-color: #86A8C9;
        color: #fff; }
      .c-menu .treenode.is-toplevel.is-expanded, .c-menu .treenode.is-toplevel.is-leaf.is-selected {
        color: #fff;
        background-color: #86A8C9; }
      .c-menu .treenode.is-toplevel td.inner {
        font: 12px "Open Sans Regular", "Trebuchet MS", Arial, Helvetica, sans-serif; }
    .c-menu .treenode:not(.is-toplevel) {
      background-color: #fff; }
      .c-menu .treenode:not(.is-toplevel):hover {
        background-color: #f68338;
        color: #fff; }
      .c-menu .treenode:not(.is-toplevel) td.inner {
        font: 12px "Roboto-Regular", "Trebuchet MS", Arial, Helvetica, sans-serif; }
      .c-menu .treenode:not(.is-toplevel).is-expanded td.inner {
        font: 12px "Roboto-Regular", "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-style: italic;
        font-weight: 900; }
      .c-menu .treenode:not(.is-toplevel).is-highlight {
        color: #f68338; }
      .c-menu .treenode:not(.is-toplevel).is-highlight:hover {
        color: #fff; }
      .c-menu .treenode:not(.is-toplevel).is-selected:hover {
        color: #fff; }

.c-mainmenubar {
  background-color: #86A8C9;
  width: 32px; }
  .c-mainmenubar .item {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    cursor: pointer; }
    .c-mainmenubar .item:hover {
      background-color: #fff;
      color: #86A8C9; }

.c-edit.showaslabel > .c-input {
  background-color: transparent;
  border: none; }

.l-flow {
  position: relative; }

.l-hbox {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row; }

.l-vbox {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.l-form {
  overflow: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-top: -8px;
  padding-left: 1px;
  margin-left: -1px;
  padding-right: 1px;
  margin-right: -1px; }
  .l-form.c-component > .l-form {
    margin-top: 0px; }

.l-fit {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.l-absolute {
  position: absolute; }

.c-dialogwindow {
  position: absolute;
  max-width: 98%;
  max-height: 100%; }

.l-form > .c-component {
  margin-top: 8px; }

.l-fit > .c-component {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1; }

.l-absolute > .c-component {
  position: absolute; }

.c-component .l-hbox > iframe.c-component, .c-component .l-fit > iframe.c-component {
  height: 100%; }

.c-component .l-fit > iframe.c-component {
  width: 100%; }

.c-header {
  border-bottom: 1px solid #86A8C9;
  color: #86A8C9;
  margin-bottom: 8px;
  font-size: 16px; }

.link-button-placeholder {
  vertical-align: middle;
  background-color: #ebebeb !important;
  border: 1px dashed #999; }
  .link-button-placeholder img {
    display: none !important; }
  .link-button-placeholder button {
    display: none !important; }
  .link-button-placeholder a {
    display: none !important; }
  .link-button-placeholder .link-button-quantity {
    display: none !important; }

.c-linkbutton {
  min-height: 20px;
  width: 284px; }
  .c-linkbutton .icon-delete {
    width: 30px;
    vertical-align: super; }
  .c-linkbutton button {
    text-align: left; }
  .c-linkbutton img.link-button-img {
    width: 30px;
    height: 30px; }
  .c-linkbutton a {
    text-decoration: none;
    width: 200px;
    margin: 0 2%;
    padding: 0 10px;
    color: #000;
    line-height: 40px;
    height: 30px; }
  .c-linkbutton .link-button-quantity {
    float: right;
    width: 12%;
    height: 30px;
    line-height: 27px; }

:not(.counterlistcontainer) > div > .c-linkbutton.hide-in-preview {
  position: relative; }
  :not(.counterlistcontainer) > div > .c-linkbutton.hide-in-preview button:not(.delete):after {
    font-family: 'ultimo-application';
    padding-right: 5px;
    content: '\e8c9';
    position: absolute;
    left: 18px;
    top: 18px;
    color: #999; }

.counterlistcontainer .c-linkbutton.hide-in-preview:not(.link-button-placeholder) {
  position: relative; }
  .counterlistcontainer .c-linkbutton.hide-in-preview:not(.link-button-placeholder):after {
    font-family: 'ultimo-application';
    padding-right: 5px;
    content: '\e8c9';
    position: absolute;
    left: 200px;
    top: 42px;
    color: #999; }

.link-button.no-quantity a {
  margin-right: 0;
  width: 76%; }

.asset-button {
  padding: 0 15px; }
  .asset-button .block-center {
    margin: 0 auto;
    display: block; }
  .asset-button .image-container {
    padding-top: 50px;
    padding-bottom: 80px;
    border-bottom: 1px solid #dfdfdf; }
  .asset-button a {
    width: 75px;
    height: 75px;
    color: #86A8C9;
    font-size: 75px; }
  .asset-button .description {
    padding: 20px 0;
    color: #828384; }

.dashboard-panel-placeholder {
  background-color: #ebebeb !important;
  border: 1px dashed #999 !important; }

.subtitle, .c-chart text.subtitle {
  height: 24px;
  width: 100%;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  border-bottom: 1px solid #86A8C9;
  color: #02325d;
  fill: #02325d; }

.dashboard-panel {
  border: none;
  margin-right: 16px;
  margin-bottom: 16px;
  vertical-align: top;
  background-color: #fff;
  display: inline-block;
  overflow: hidden;
  padding: 0 8px; }
  .dashboard-panel .panel-header-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    height: 61px;
    padding: 0px; }
  .dashboard-panel:not(:only-child) .header-draggable {
    cursor: move; }
    .dashboard-panel:not(:only-child) .header-draggable :not(button):not(i) {
      cursor: move; }
  .dashboard-panel.invisible {
    opacity: 0.6; }
  .dashboard-panel .dashboard-panelheader {
    height: 61px; }
    .dashboard-panel .dashboard-panelheader .title {
      color: #02325d;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: inline-block; }
    .dashboard-panel .dashboard-panelheader .edit-buttons {
      height: 28px; }
      .dashboard-panel .dashboard-panelheader .edit-buttons button {
        float: right; }
  .dashboard-panel .dashboard-chart-panelheader {
    height: 61px; }
    .dashboard-panel .dashboard-chart-panelheader .title {
      color: #02325d;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: inline-block; }
    .dashboard-panel .dashboard-chart-panelheader .edit-buttons {
      height: 28px; }
      .dashboard-panel .dashboard-chart-panelheader .edit-buttons button {
        float: right; }
  .dashboard-panel .panelbody .body-content {
    height: 100%;
    width: 100%; }
  .dashboard-panel .panelbody .description {
    font: 12px "Roboto-Regular", "Trebuchet MS", Arial, Helvetica, sans-serif; }
  .dashboard-panel .panelbody .c-grid {
    border-top-width: 1px; }
  .dashboard-panel .panelbody .c-button[class*="-asset"] {
    position: relative;
    text-align: left;
    padding-left: 0;
    width: 100%;
    margin-right: 0; }
    .dashboard-panel .panelbody .c-button[class*="-asset"]:before {
      margin: 0;
      padding: 0;
      position: absolute;
      line-height: 234px;
      top: 0;
      left: 0;
      right: 0; }
      .dashboard-panel .panelbody .c-button[class*="-asset"]:before :hover {
        color: #fff;
        background-color: #f68338; }
    .dashboard-panel .panelbody .c-button[class*="-asset"] span {
      text-overflow: ellipsis;
      overflow: hidden;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 105px;
      margin: 0;
      padding: 5px 20px 0; }
      .dashboard-panel .panelbody .c-button[class*="-asset"] span:hover {
        cursor: default; }
    .dashboard-panel .panelbody .c-button[class*="-asset"]:hover :before {
      color: inherit; }
    .dashboard-panel .panelbody .c-button[class*="-asset"]:hover span {
      color: #02325d; }
  .dashboard-panel .panelbody.grid-counter .c-button:before {
    content: attr(data-content); }
  .dashboard-panel .panelbody.counterlistcontainer .c-container
> .c-linkbutton:nth-child(n+3):last-child span.text {
    border-bottom: 0; }
  .dashboard-panel .panelbody.counterlistcontainer .c-linkbutton {
    height: 110px;
    position: relative; }
    .dashboard-panel .panelbody.counterlistcontainer .c-linkbutton .link-button-quantity {
      display: none; }
    .dashboard-panel .panelbody.counterlistcontainer .c-linkbutton .text {
      border-bottom: 1px solid #ebebeb;
      padding-bottom: 22px;
      text-align: center;
      text-transform: uppercase; }
    .dashboard-panel .panelbody.counterlistcontainer .c-linkbutton .c-button:first-child:before {
      content: attr(data-content);
      display: block;
      text-align: center;
      font-size: 50px;
      line-height: 56px; }
    .dashboard-panel .panelbody.counterlistcontainer .c-linkbutton .delete {
      height: 40px;
      position: absolute;
      right: 0;
      top: 30px; }
  .dashboard-panel .pull-left {
    float: left; }
  .dashboard-panel .pull-right {
    float: right; }
  .dashboard-panel .c-grid .template-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    height: 60px;
    padding: 5px 0; }
    .dashboard-panel .c-grid .template-row > .template-image-container {
      display: inline-block;
      margin-right: 7px; }
      .dashboard-panel .c-grid .template-row > .template-image-container > .template-image-container-default {
        display: inline-block; }
        .dashboard-panel .c-grid .template-row > .template-image-container > .template-image-container-default > .template-image {
          width: 40px;
          height: 40px;
          vertical-align: baseline;
          margin-top: 5px;
          margin-right: 5px; }
      .dashboard-panel .c-grid .template-row > .template-image-container > .template-image-container-square {
        display: inline-block; }
        .dashboard-panel .c-grid .template-row > .template-image-container > .template-image-container-square > .template-image {
          width: 40px;
          height: 40px;
          vertical-align: baseline; }
      .dashboard-panel .c-grid .template-row > .template-image-container > .template-image-container-circle {
        display: inline-block; }
        .dashboard-panel .c-grid .template-row > .template-image-container > .template-image-container-circle > .template-image {
          width: 40px;
          height: 40px;
          border-radius: 50%;
          vertical-align: baseline; }
    .dashboard-panel .c-grid .template-row > .list-template-container {
      flex-direction: column;
      display: inline-block;
      -ms-flex: 1;
      -webkit-flex: 1;
      flex: 1; }
      .dashboard-panel .c-grid .template-row > .list-template-container > .list-title {
        color: #034885;
        font-size: 1.3em;
        height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .dashboard-panel .c-grid .template-row > .list-template-container > .list-text {
        color: #999;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .dashboard-panel .c-grid .template-row > .list-template-container > .list-subtext {
        color: #86A8C9;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
  .dashboard-panel .c-shortcutlistcontainer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row; }
    .dashboard-panel .c-shortcutlistcontainer > .c-container {
      width: 284px;
      margin-right: 8px;
      -ms-flex: 0 0 auto;
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto; }
      .dashboard-panel .c-shortcutlistcontainer > .c-container:not(:first-child) {
        margin-left: 24px; }
  .dashboard-panel.hide-in-preview .dashboardHeaderTitle {
    color: #999; }
    .dashboard-panel.hide-in-preview .dashboardHeaderTitle:before {
      font-family: 'ultimo-application';
      padding-right: 5px;
      content: '\e8c9'; }

.c-chart .c3-axis-x-label, .c-chart .c3-axis-y-label, .c-gauge .c3-axis-x-label, .c-gauge .c3-axis-y-label {
  color: #666; }

.c-chart .c3-ygrid, .c-chart .c3-xgrid, .c-gauge .c3-ygrid, .c-gauge .c3-xgrid {
  stroke-opacity: 0.4; }

.c-chart .c3-tooltip th, .c-gauge .c3-tooltip th {
  font: 12px "Open Sans Regular", "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #86A8C9; }

.c-chart .c3-tooltip .name, .c-gauge .c3-tooltip .name {
  font: 12px "Roboto-Regular", "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #666; }

.c-chart .c3-tooltip .value, .c-gauge .c3-tooltip .value {
  font: 12px "Roboto-Regular", "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #000; }

.c-chart text {
  font: 10px "Roboto-Regular", "Trebuchet MS", Arial, Helvetica, sans-serif;
  fill: #666; }

.c-gauge .label > text {
  font: 10px "Roboto-Regular", "Trebuchet MS", Arial, Helvetica, sans-serif;
  fill: #666; }

.toolbar-right {
  width: 22px;
  position: fixed;
  top: 80px;
  right: 20px;
  min-width: 22px;
  background-color: transparent;
  padding: 0; }
  .toolbar-right .c-button {
    min-width: 22px;
    margin: 0;
    background-color: #fff;
    position: relative;
    left: 0; }
  .toolbar-right .panelbody {
    padding: 3px; }

.condition-excellent {
  fill: #a1cf1d;
  stroke: #a1cf1d; }

.condition-good {
  fill: #bddd60;
  stroke: #bddd60; }

.condition-fair {
  fill: #d2f393;
  stroke: #d2f393; }

.condition-poor {
  fill: #ffcd00;
  stroke: #ffcd00; }

.condition-bad {
  fill: #f68338;
  stroke: #f68338; }

.condition-very-bad {
  fill: #d8132b;
  stroke: #d8132b; }

.c-linkbutton {
  height: 40px; }
  .c-linkbutton .c-button > span {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80%;
    display: inline-block;
    vertical-align: middle; }

.accent-color-1 .panelbody .c-button:not(.delete):before {
  color: #63a9ed; }

.accent-color-2 .panelbody .c-button:not(.delete):before {
  color: #a1cf1d; }

.accent-color-3 .panelbody .c-button:not(.delete):before {
  color: #ef6a74; }

.accent-color-4 .panelbody .c-button:not(.delete):before {
  color: #ffcd00; }

.accent-color-5 .panelbody .c-button:not(.delete):before {
  color: #ad76b5; }

.accent-color-6 .panelbody .c-button:not(.delete):before {
  color: #39ad93; }

.accent-color-7 .panelbody .c-button:not(.delete):before {
  color: #dfb561; }

.c-button.color-button {
  margin: 10px 10px 10px 10px; }
  .c-button.color-button:before {
    border: 0; }

.preview-button-container {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1; }
  .preview-button-container .c-button {
    margin: 0; }
    .preview-button-container .c-button:before {
      margin: 0 auto;
      padding: 0; }

.c-repeater {
  border: 1px solid #86A8C9; }
  .c-repeater .search-result {
    padding: 4px 5px 2px 20px;
    position: relative; }
    .c-repeater .search-result:before {
      position: absolute;
      top: 7px;
      left: 2px;
      color: #999; }
    .c-repeater .search-result:hover:not(.selected) {
      background-color: #ebebeb; }
    .c-repeater .search-result.selected {
      background-color: #b3d5f6; }
  .c-repeater .search-result-title {
    color: #034885; }
  .c-repeater .search-result-subtitle {
    color: #999;
    font-style: italic; }

.search-result-summary {
  text-align: right;
  color: #999; }

.panelPreview {
  background-color: #ebebeb;
  margin-top: 10px; }
  .panelPreview .dashboard-panel {
    position: relative;
    width: 100%;
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    margin: 1px 0; }
    .panelPreview .dashboard-panel:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: transparent; }
    .panelPreview .dashboard-panel .panelbody {
      height: 100%; }
      .panelPreview .dashboard-panel .panelbody .c-button[class*="-asset"] span {
        height: 89px; }

.panelTypeIcon {
  font-size: 46px; }

.dashboard-page {
  overflow-y: auto;
  box-sizing: content-box;
  background: url("../images/dashboard/manwithtie_transparant.png") no-repeat right top; }
  .dashboard-page button.hide {
    display: none; }
  .dashboard-page .action {
    width: 23px;
    margin-left: 5px;
    display: inline-block; }
  .dashboard-page.preview-mode .hide-in-preview {
    display: none; }

.panel-header {
  margin: 30px 30px 0; }

.panels-container {
  overflow: visible;
  padding: 30px 30px 0 30px; }

.enlarge-container button.hide {
  display: none; }

.enlarge-container .action {
  width: 23px;
  margin-left: 5px;
  display: inline-block; }

.popup-buttons .downloadIconButton {
  width: 28px !important;
  float: right;
  position: relative;
  margin-right: 20px; }

.panelTypeContainer {
  margin: 5px;
  padding: 5px;
  height: 40px;
  line-height: 40px; }
  .panelTypeContainer button {
    background-color: transparent; }
  .panelTypeContainer:hover {
    cursor: pointer; }
    .panelTypeContainer:hover span {
      font-weight: bold;
      background-color: #ebebeb;
      font-size: 18px; }
  .panelTypeContainer span {
    width: 80%;
    margin-left: 5px;
    padding-left: 10px;
    height: 50px;
    top: 7px;
    vertical-align: text-bottom;
    display: inline-block; }

.c-gauge {
  margin: 0 auto; }

.gauge {
  display: block;
  margin: auto; }
  .gauge g.arc {
    fill: #86A8C9; }
  .gauge g.pointer {
    fill: #000; }
  .gauge g.label text {
    text-anchor: middle;
    fill: #666; }

.dashboardHeaderTitle, .c-chart text.dashboardHeaderTitle {
  overflow: hidden;
  font: 16px "Open Sans Condensed Light", "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  fill: #02325d; }

.c-chart line.enlargedChartLine, .gauge line.enlargedChartLine {
  stroke: #86A8C9;
  shape-rendering: crispEdges; }

.stepInstruction {
  padding: 2px 0px 10px 0px;
  color: #999;
  font-style: italic; }

.instructionBlock.c-edittext {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1; }

.applicationElementFilter {
  margin-bottom: 10px; }

.c-header {
  height: 40px;
  color: #02325d;
  font: 16px "Open Sans Condensed Light", "Trebuchet MS", Arial, Helvetica, sans-serif; }

.filterContainer .c-combobox {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin-right: 8px; }

.filterContainer .c-editsearch {
  -ms-flex: 3;
  -webkit-flex: 3;
  flex: 3; }

.panelTypesContainer .c-button {
  margin-right: 10px; }
  .panelTypesContainer .c-button.is-selected:before {
    color: #f68338; }

.enlargedGridContainer .c-label {
  height: 24px;
  margin-left: 2px; }

.enlarged-chart-window .c-panelfooter button {
  z-index: 1; }

.service-page {
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: content-box;
  background: url("../images/dashboard/manwithtie_transparant.png") no-repeat right top; }
  .service-page button.hide {
    display: none; }
  .service-page .action {
    width: 23px;
    margin-left: 5px;
    display: inline-block; }
  .service-page .detail-container {
    overflow: visible;
    padding: 30px 40px 0 30px; }

.detail-dashboard-panel {
  display: block;
  margin-right: 0px; }

.detail-dashboard-title {
  margin-bottom: 16px;
  margin-right: 16px; }
  .detail-dashboard-title img {
    margin-top: 10px; }
  .detail-dashboard-title span.servicePageImage {
    color: #024880;
    font-size: 48px; }
  .detail-dashboard-title span.servicePageTitle {
    margin-left: 30px;
    line-height: 70px;
    font-weight: bold;
    font-size: 22px; }

.panelContainer {
  margin-bottom: 16px;
  padding: 10px;
  background-color: white; }
  .panelContainer .panelTitle {
    color: #024880;
    font: 16px "Open Sans Condensed Light", "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-transform: uppercase; }
  .panelContainer .c-toolbar {
    border-bottom: 1px solid #5e9bca;
    padding-left: 0px;
    margin-bottom: 10px; }

.footerTextPanel {
  background-color: #F1F4F8; }

.actionButtonsContainer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .actionButtonsContainer .link-button {
    margin: 2px;
    width: 290px;
    min-height: 20px;
    height: 20px; }
    .actionButtonsContainer .link-button .c-button:not(.icon-delete) {
      padding: 0 20px; }
    .actionButtonsContainer .link-button .c-button.icon-delete {
      padding: 2px 4px; }
    .actionButtonsContainer .link-button .c-button > span {
      width: 100%;
      margin: 0;
      text-align: center; }

.c-repeater {
  overflow: auto; }

.c-grouppanel {
  padding: 12px 10px 10px 10px;
  position: relative;
  margin-top: 0; }
  .dataentry-canvas .c-grouppanel {
    padding: 0; }
  .c-grouppanel .c-grouppanel-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
    text-transform: uppercase;
    color: #f68338;
    font: 11px "Open Sans Regular", "Trebuchet MS", Arial, Helvetica, sans-serif;
    position: absolute;
    display: inline-block;
    max-width: calc(100% - 20px);
    top: 0px;
    left: 10px; }
  .c-grouppanel .c-grouppanel-border {
    top: 7px;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    border-top: 1px solid #e6eef6;
    pointer-events: none; }
    .dataentry-canvas .c-grouppanel .c-grouppanel-border {
      border: 1px solid #e6eef6; }

.c-toolbox {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  color: #034885;
  line-height: 20px; }
  .c-toolbox .filtered {
    display: none; }
  .c-toolbox .toolbox-group {
    margin-bottom: 5px; }
    .c-toolbox .toolbox-group .toolbox-group-header {
      font-size: 13px;
      padding: 2px 5px 0 5px;
      background: #d7e5f2; }
      .c-toolbox .toolbox-group .toolbox-group-header:before {
        content: "▼";
        padding: 2px; }
      .c-toolbox .toolbox-group .toolbox-group-header:hover {
        background: #86A8C9;
        color: #fff; }
    .c-toolbox .toolbox-group.collapsed:not(.filter-present) .toolbox-group-header:before {
      content: "▲"; }
    .c-toolbox .toolbox-group .toolbox-group-content {
      padding: 2px 0;
      background: #e6eef6; }
    .c-toolbox .toolbox-group .c-toolboxItem {
      padding: 1px 5px;
      border: 1px solid transparent;
      font-size: 1.1em; }
      .c-toolbox .toolbox-group .c-toolboxItem.selected {
        color: #f68338; }
      .c-toolbox .toolbox-group .c-toolboxItem:hover {
        background: #f68338;
        color: #fff; }
  .c-toolbox .toolbox-container {
    overflow-y: auto; }
  .c-toolbox .toolbox-filter {
    margin: 5px 2px 5px 2px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: relative; }
    .c-toolbox .toolbox-filter .clear {
      color: #86A8C9;
      position: absolute;
      right: 5px;
      bottom: 5px;
      font: 10px "Roboto-Regular", "Trebuchet MS", Arial, Helvetica, sans-serif; }
      .c-toolbox .toolbox-filter .clear.hidden {
        display: none; }
  .c-toolbox .toolbox-help-area {
    margin: 5px 2px 5px 2px;
    padding: 5px 10px;
    background-color: #e6eef6;
    overflow: auto; }

table.documentation-property-grid,
table.documentation-property-grid tr,
table.documentation-property-grid tr td {
  border: 1px solid black;
  padding: 2px; }

.c-dialogwindow #textContainer {
  overflow: auto; }

.workflow-panel {
  overflow: auto; }
  .workflow-panel.transactional-workflow {
    background-color: #91C2F2;
    border: 1px solid black; }
    .workflow-panel.transactional-workflow:before {
      content: "Transaction";
      display: block;
      color: #02325D;
      background-color: #63a9ed;
      height: 21px;
      padding-left: 10px;
      padding-top: 2px;
      margin: -10px -4px 5px -5px; }
  .workflow-panel.workflow-properties .backgrid tr td input.is-invalid {
    box-shadow: inset 3px 0 0 0 #d8132b;
    padding-left: 4px; }

.c-tabContentContainer .workflow-panel, .c-tabContentContainer .workflow-properties {
  margin: 0 5px 0 5px;
  padding: 10px 5px 10px 5px; }

.c-workflowitem {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #000;
  margin: 1px;
  font: 12px "Roboto-Regular", "Trebuchet MS", Arial, Helvetica, sans-serif; }
  .c-workflowitem > .items-container {
    padding: 1px 10px; }
  .c-workflowitem > .c-container:not(.c-workflowitemheader):not(.recursive-main-container) {
    padding: 5px; }
  .c-workflowitem.transaction {
    background-color: #91C2F2; }
  .c-workflowitem.c-userContent {
    background-color: #BDDD60; }
    .c-workflowitem.c-userContent > .c-workflowitemheader {
      background-color: #a1cf1d; }
  .c-workflowitem.c-userInteraction, .c-workflowitem.c-collectInput {
    background-color: #FFDC4C; }
    .c-workflowitem.c-userInteraction > .c-workflowitemheader, .c-workflowitem.c-collectInput > .c-workflowitemheader {
      background-color: #ffcd00; }
  .c-workflowitem.c-blockedContent > .c-workflowitemheader {
    background-color: #999; }
  .c-workflowitem.c-stop {
    background-color: #F3969D; }
    .c-workflowitem.c-stop > .c-workflowitemheader {
      background-color: #ef6a74; }
  .c-workflowitem.c-filter, .c-workflowitem.c-filterContainer, .c-workflowitem.c-filterSingleContainer {
    display: block;
    background-color: #fff; }
    .c-workflowitem.c-filter > .c-workflowitemheader, .c-workflowitem.c-filterContainer > .c-workflowitemheader, .c-workflowitem.c-filterSingleContainer > .c-workflowitemheader {
      background-color: #63a9ed; }
    .c-workflowitem.c-filter .workflow-arrow, .c-workflowitem.c-filterContainer .workflow-arrow, .c-workflowitem.c-filterSingleContainer .workflow-arrow {
      display: none; }
  .c-workflowitem.c-query .workflow-arrow {
    display: none; }
  .c-workflowitem.disabled {
    background-color: #999; }
    .c-workflowitem.disabled > .c-workflowitemheader {
      background-color: #999; }
  .c-workflowitem .c-toolbar {
    width: 100%;
    padding: 0 10px; }
    .c-workflowitem .c-toolbar .c-button:before {
      color: #666; }
    .c-workflowitem .c-toolbar .c-button:hover:not([disabled]):before {
      color: #ebebeb; }
  .c-workflowitem .collapse-button:before {
    content: "▼"; }
  .c-workflowitem.collapse > *:not(.workflow-item-header):not(.c-notification) {
    display: none; }
  .c-workflowitem.collapse .collapse-button:before {
    content: "▲"; }
  .c-workflowitem .c-workflowitemheader {
    display: block;
    background-color: #63a9ed;
    line-height: 20px; }
    .c-workflowitem .c-workflowitemheader .c-toolbar .header-name {
      white-space: nowrap;
      color: #02325D; }
  .c-workflowitem.start-element {
    background-color: #63a9ed;
    line-height: 20px; }
    .c-workflowitem.start-element.c-component {
      background-color: #fff;
      margin-bottom: 0; }
  .c-workflowitem.end-element {
    background-color: #ef6a74;
    line-height: 20px; }
    .c-workflowitem.end-element:after {
      padding-left: 10px;
      content: 'End'; }
  .c-workflowitem .property-container {
    margin: 0 10px;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row; }
    .c-workflowitem .property-container > .property-name {
      width: 150px;
      color: #02325D; }
    .c-workflowitem .property-container > .property-value {
      color: #000; }
      .c-workflowitem .property-container > .property-value.single-line-property {
        top: 0;
        position: absolute;
        left: 150px;
        right: 0;
        height: 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
      .c-workflowitem .property-container > .property-value > table tr:first-child > td {
        padding: 0 3px; }
      .c-workflowitem .property-container > .property-value > table tr:not(:first-child) > td {
        padding: 0 3px; }
      .c-workflowitem .property-container > .property-value > table tr > td:first-child {
        padding-left: 0; }
    .c-workflowitem .property-container:last-child {
      margin-bottom: 5px; }
  .c-workflowitem .comment {
    padding: 0 10px;
    max-width: 500px; }
  .c-workflowitem.selected {
    border: 2px solid #f68338;
    margin: 0; }
  .c-workflowitem > *:not(.c-notification) {
    min-width: 300px; }

.horizontal-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 5px; }
  .horizontal-container > .c-workflowitem {
    display: inline-table;
    margin: 1px; }
    .horizontal-container > .c-workflowitem.selected {
      margin: 0; }
    .horizontal-container > .c-workflowitem:before, .horizontal-container > .c-workflowitem:after {
      content: none; }

.when-container {
  padding: 5px; }
  .when-container .c-workflowitem {
    display: block; }

.c-workflowitem > .recursive-main-container.c-container.l-flow {
  padding: 12px 0 12px 15px;
  position: relative;
  margin: 8px; }
  .c-workflowitem > .recursive-main-container.c-container.l-flow .c-workflowitem {
    display: block; }

.recursive-arrow {
  position: absolute;
  top: 0;
  bottom: 3px;
  width: 4px;
  background-color: #666;
  left: 4px; }

.recursive-arrow-top {
  background-color: #666;
  width: 87px;
  height: 4px;
  position: relative; }
  .recursive-arrow-top:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 10px;
    background-color: #666; }

.recursive-arrow-bottom {
  background-color: #666;
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 4px;
  width: 87px; }
  .recursive-arrow-bottom:before {
    content: '';
    position: absolute;
    top: -8px;
    right: 0;
    width: 4px;
    height: 10px;
    background-color: #666; }

.c-loopContainer {
  background-color: #fff; }

.recursive-main-container.c-container.c-component > .c-container.c-component > .c-dropzone {
  height: 23px; }
  .recursive-main-container.c-container.c-component > .c-container.c-component > .c-dropzone .workflow-arrow {
    visibility: visible; }

.recursive-main-container.c-container.c-component > .c-container.c-component > .c-dropzone:first-child .workflow-arrow:before {
  top: -3px;
  left: 70px; }

.recursive-main-container.c-container.c-component > .c-container.c-component > .c-dropzone:not(:only-of-type):last-child .workflow-arrow:after {
  display: none; }

.recursive-main-container.c-container.c-component > .c-container.c-component > .c-dropzone:not(:only-of-type):last-child .workflow-arrow:before {
  height: 31px; }

.recursive-main-container.c-container.c-component > .c-container.c-component > .c-dropzone:only-of-type .workflow-arrow {
  visibility: visible; }
  .recursive-main-container.c-container.c-component > .c-container.c-component > .c-dropzone:only-of-type .workflow-arrow:before {
    display: none; }
  .recursive-main-container.c-container.c-component > .c-container.c-component > .c-dropzone:only-of-type .workflow-arrow:after {
    bottom: 0;
    top: -3px; }

.is-dragging .c-dropzone {
  background-color: rgba(220, 240, 255, 0.6);
  border: 1px solid #ccc; }

.horizontal-container > .c-dropzone {
  width: 15px; }
  .horizontal-container > .c-dropzone > .workflow-arrow {
    visibility: hidden; }

.c-container:not(.horizontal-container) > .c-dropzone:first-child, .c-container:not(.horizontal-container) > .c-dropzone:last-child {
  height: 15px; }
  .c-container:not(.horizontal-container) > .c-dropzone:first-child .workflow-arrow, .c-container:not(.horizontal-container) > .c-dropzone:last-child .workflow-arrow {
    visibility: hidden; }

.c-dropzone {
  border: 1px solid transparent;
  max-width: 302px;
  min-height: 23px;
  margin-left: 1px; }
  .c-dropzone.invalid-drop {
    background-color: #d8132b; }
  .c-dropzone.valid-drop {
    background-color: #a1cf1d; }

:not(.horizontal-container) > .workflow-arrow {
  position: relative;
  min-height: 23px;
  min-width: 23px; }
  :not(.horizontal-container) > .workflow-arrow:before, :not(.horizontal-container) > .workflow-arrow:after {
    position: absolute;
    display: block;
    content: ''; }
  :not(.horizontal-container) > .workflow-arrow:before {
    height: 16px;
    width: 4px;
    background: #666;
    left: 70px;
    top: -2px; }
  :not(.horizontal-container) > .workflow-arrow:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 13px solid #666;
    bottom: 0;
    left: 67px; }

.c-workflowitem.end-element + .c-dropzone {
  display: none; }

.c-component.c-notification {
  position: absolute; }

.c-notification {
  color: white;
  background-color: #d8132b;
  top: -17px;
  right: 22px;
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 3px 3px 0 0;
  cursor: pointer; }

.c-notification .content {
  z-index: 1;
  width: 300px;
  background-color: #d8132b;
  text-align: left;
  padding: 5px;
  border-radius: 3px;
  position: absolute;
  top: 23px; }

.c-notification .content.hide {
  display: none; }

.c-workflowitem.c-scenarioContainerData {
  background-color: #91C2F2; }
  .c-workflowitem.c-scenarioContainerData > .c-workflowitemheader {
    background-color: #63a9ed; }

.c-workflowitem.c-scenarioContainerExpectation {
  background-color: #FFDC4C; }
  .c-workflowitem.c-scenarioContainerExpectation > .c-workflowitemheader {
    background-color: #ffcd00; }

.c-workflowitem.c-scenarioContainerExecution {
  background-color: #E8CB90; }
  .c-workflowitem.c-scenarioContainerExecution > .c-workflowitemheader {
    background-color: #dfb561; }

.c-workflowitem.c-scenarioContainerValidation {
  background-color: #BDDD60; }
  .c-workflowitem.c-scenarioContainerValidation > .c-workflowitemheader {
    background-color: #a1cf1d; }

.c-workflowitem.c-scenarioContainerCleanup {
  background-color: #91C2F2; }
  .c-workflowitem.c-scenarioContainerCleanup > .c-workflowitemheader {
    background-color: #63a9ed; }

.validation-tab .validation-grid {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1; }

.workflow-tab-container .ace_tooltip, .is-floating .ace_tooltip {
  white-space: normal;
  max-width: 500px; }

.workflow-tab-container .ultimo-theme .ace_layer .ace_line .ace_tag-open,
.workflow-tab-container .ultimo-theme .ace_layer .ace_line .ace_tag-close, .is-floating .ultimo-theme .ace_layer .ace_line .ace_tag-open,
.is-floating .ultimo-theme .ace_layer .ace_line .ace_tag-close {
  color: #0000FF; }

.workflow-tab-container .ultimo-theme .ace_layer .ace_line .ace_tag-name, .is-floating .ultimo-theme .ace_layer .ace_line .ace_tag-name {
  color: #994409; }

.workflow-tab-container .ultimo-theme .ace_layer .ace_line .ace_attribute-name, .is-floating .ultimo-theme .ace_layer .ace_line .ace_attribute-name {
  color: #FF0000; }

.workflow-tab-container .ultimo-theme .ace_layer .ace_line .ace_attribute-equals, .is-floating .ultimo-theme .ace_layer .ace_line .ace_attribute-equals {
  color: #0000FF; }

.workflow-tab-container .ultimo-theme .ace_layer .ace_line .ace_attribute-value, .is-floating .ultimo-theme .ace_layer .ace_line .ace_attribute-value {
  color: #0000FF; }

.workflow-tab-container .ultimo-theme .ace_layer .ace_line .ace_cdata, .is-floating .ultimo-theme .ace_layer .ace_line .ace_cdata {
  color: #9F9F9F; }

#workflowBasicPropertiesTab > div,
.c-tabContentContainer > .c-toolbar {
  min-height: 20px; }

.fieldcontainer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  line-height: normal; }
  .l-form > .fieldcontainer {
    width: 100%; }

.singleline {
  height: 20px; }

.fieldcontainerpart {
  height: 100%;
  display: inline-block; }

.fieldcontainerpartfill {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  height: 100%;
  display: inline-block; }

.fieldborder {
  border: 1px solid #86A8C9;
  position: relative; }
  .fieldborder > input {
    border: 0; }

.fieldinput {
  width: 100%; }

.fieldtrigger {
  height: 100%;
  top: 50%;
  margin-top: -9px;
  position: absolute;
  right: 3px;
  text-decoration: none;
  color: #86A8C9; }
  .fieldtrigger:hover {
    color: #f68338; }

.fieldinput[readonly] + .fieldtrigger {
  display: none; }

.reservetriggerspace:not([readonly]) {
  padding-right: 20px; }

.dropzone {
  border: solid #d7e5f2 3px;
  background-color: #e6eef6;
  flex: 1;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center; }

#filebrowser {
  margin: auto;
  padding: 0;
  position: relative;
  display: none; }

#fileupload {
  min-width: 320px;
  min-height: 400px; }

.dragoverfeedback {
  border: solid 3px #f68338; }

.thumbnailsize {
  font-size: 50px; }

.errormessages {
  text-align: center;
  width: 90%;
  color: #d8132b;
  position: absolute;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
  margin-top: 10px; }

.errormessagesdiv {
  height: 40px; }

.hide {
  opacity: 0; }

.uploading {
  width: 50px;
  height: 50px;
  background: url("../images/LoadingProgressBar.gif") center no-repeat;
  background-size: 20px 20px;
  transform: translate(-16%, 0); }

.uploadingsingular {
  min-width: 50px;
  min-height: 50px;
  background: url("../images/LoadingProgressBar.gif") center no-repeat;
  background-size: 50px 50px; }

.centerstatus {
  display: block;
  text-align: center;
  transform: translate(-6%, 0); }

.dropmessage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.uploaddialoggrid {
  border: solid 3px  transparent !important; }

.uploadinformation {
  text-align: center; }

#thumbnailsingularupload {
  max-width: 300px;
  max-height: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

#singlefilename {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  text-align: center; }

#typesingularupload {
  text-align: center;
  display: block; }

.thumbnailmultipleupload {
  max-width: 48px;
  max-height: 48px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

/* components */
/* ===========================
   Variables
   =========================== */
/* font: font-style font-variant font-weight font-size/line-height font-family;*/
/* Paths */
/* Images */
.c-masterdetailcontainer {
  background-color: #fff; }

.c-masterInnerContainer {
  padding: 15px 15px 0;
  background-color: #fff; }

.c-detailInnerContainer {
  padding: 15px 15px 0;
  background-color: #fff; }

/* ===========================
   Mixins
   =========================== */
/* ===========================
   Variables
   =========================== */
/* font: font-style font-variant font-weight font-size/line-height font-family;*/
/* Paths */
/* Images */
.c-treepanel .template.aet {
  position: relative;
  padding: 2px 0px 0px 0px;
  line-height: 15px; }
  .c-treepanel .template.aet.application-element.application-element-title {
    padding: 2px; }
  .c-treepanel .template.aet.application-element.authorized-icon {
    border: none;
    position: absolute;
    left: 9px;
    top: 10px;
    background-repeat: no-repeat;
    background-image: url("../images/authorized-sprite.png"); }
    .c-treepanel .template.aet.application-element.authorized-icon.unauthorized-inherited {
      background-position: -6px -5px; }
    .c-treepanel .template.aet.application-element.authorized-icon.unauthorized-not-inherited {
      background-position: -23px -5px; }
    .c-treepanel .template.aet.application-element.authorized-icon.authorized-not-inherited {
      background-position: -38px -5px; }
    .c-treepanel .template.aet.application-element.authorized-icon.unauthorized-by-license {
      background-position: -54px -5px; }
  .c-treepanel .template.aet.application-element.unauthorized {
    color: #999; }

.c-treepanel .template.menudesigner {
  position: relative;
  color: #000;
  padding: 2px 0px 0px 0px;
  line-height: 15px; }
  .c-treepanel .template.menudesigner.new {
    font-style: italic; }
  .c-treepanel .template.menudesigner.invisible {
    color: #999; }
  .c-treepanel .template.menudesigner.unauthorized {
    color: #999; }
  .c-treepanel .template.menudesigner.unauthorizedIcon {
    border: none;
    position: absolute;
    left: 9px;
    top: 10px;
    background-repeat: no-repeat;
    background-image: url("../images/authorized-sprite.png");
    background-position: -6px -5px; }

.c-treepanel .template.label {
  display: inline-block;
  padding: 0.2em 0.6em 0.3em;
  font-size: 76%;
  font-weight: 700;
  line-height: 1;
  height: 15px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: top;
  border-radius: 0.25em;
  width: 15px; }
  .c-treepanel .template.label.custom {
    background-color: #f68338; }
  .c-treepanel .template.label.disabled {
    background-color: #999; }
  .c-treepanel .template.label.unauthorized {
    background-color: #999; }

.c-treepanel .template.label-type {
  display: inline-block;
  border: 1px solid #E0DADA;
  font-size: 75%;
  line-height: 13px;
  height: 15px;
  color: #B3AFAF;
  text-align: center;
  white-space: nowrap;
  vertical-align: top;
  border-radius: 0.25em;
  width: 15px; }
  .c-treepanel .template.label-type.found {
    border-left: 2px rgba(20, 194, 20, 0.71) solid; }
  .c-treepanel .template.label-type.junction {
    border-color: #A5A5A5; }

.c-treepanel .template.badge-menu-item-type {
  display: inline-block;
  margin: -4px 0px 0px -10px;
  position: absolute;
  min-width: 9px;
  padding: 0px 2px;
  font-size: 8px;
  font-weight: 700;
  line-height: 9px;
  color: #fff;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  border-radius: 4px; }
  .c-treepanel .template.badge-menu-item-type.A {
    background-color: #999; }
  .c-treepanel .template.badge-menu-item-type.G {
    background-color: #034885; }
  .c-treepanel .template.badge-menu-item-type.U {
    background-color: #86A8C9; }

.c-treepanel .template.badge-sub {
  color: #fff;
  padding: 0px 2px 0px 2px;
  border-radius: 0.25em;
  font-size: 9px; }
  .c-treepanel .template.badge-sub.custom {
    background-color: #f68338; }
  .c-treepanel .template.badge-sub.override {
    background-color: #a1cf1d; }
  .c-treepanel .template.badge-sub.invisible {
    background-color: #999; }
  .c-treepanel .template.badge-sub.cyclic {
    background-color: #ffcd00; }
  .c-treepanel .template.badge-sub.unauthorized {
    background-color: #999; }
  .c-treepanel .template.badge-sub.unauthorized-and-notinherited {
    background-color: #999;
    border: 1px #fff solid; }
  .c-treepanel .template.badge-sub.missing-applicationmenu-file {
    background-color: #ef6a74; }
  .c-treepanel .template.badge-sub.toBeMoved {
    background-color: #63a9ed; }

.c-treepanel .selectionListColumnPickerItemTemplate.checked {
  color: #a5a5a5; }

.c-treepanel .databaseManagerObjectItemTemplate.objectIcon {
  color: #034885; }
  .c-treepanel .databaseManagerObjectItemTemplate.objectIcon.foreignkey {
    color: #86A8C9; }

/* Screen Designer */
.widget {
  overflow: visible;
  box-sizing: content-box; }
  .widget .widget-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    display: block;
    background-color: transparent; }
  .widget .drag-handle {
    display: none;
    top: 2px;
    right: 2px;
    width: 16px;
    height: 16px;
    margin: 0;
    background: url("../../../images/screendesigner/grid-small.png");
    margin-right: 2px;
    vertical-align: middle;
    position: absolute; }
  .widget .ui-draggable-handle {
    z-index: 700; }
  .widget .ui-resizable-handle {
    z-index: 800;
    display: none !important;
    /*This is meant to override jquery default behaviour that sets the display in the style of the element*/ }
    .widget .ui-resizable-handle:hover {
      background: lightskyblue; }
    .widget .ui-resizable-handle.ui-resizable-n {
      height: 1px;
      background: black;
      top: 0; }
      .widget .ui-resizable-handle.ui-resizable-n:after {
        content: '\25A0';
        font-size: 11px;
        position: relative;
        display: block;
        line-height: 0; }
      .widget .ui-resizable-handle.ui-resizable-n:after {
        top: -1px;
        font-size: 11px;
        text-align: center; }
    .widget .ui-resizable-handle.ui-resizable-s {
      height: 1px;
      background: black;
      bottom: 0; }
      .widget .ui-resizable-handle.ui-resizable-s:after {
        content: '\25A0';
        font-size: 11px;
        position: relative;
        display: block;
        line-height: 0; }
      .widget .ui-resizable-handle.ui-resizable-s:after {
        top: -1px;
        font-size: 11px;
        text-align: center; }
    .widget .ui-resizable-handle.ui-resizable-e {
      width: 1px;
      background: black;
      right: 0; }
      .widget .ui-resizable-handle.ui-resizable-e:after {
        content: '\25A0';
        font-size: 11px;
        position: relative;
        display: block;
        line-height: 0; }
      .widget .ui-resizable-handle.ui-resizable-e:after {
        top: 50%;
        font-size: 11px;
        transform: translate(0, -60%);
        left: -3px; }
    .widget .ui-resizable-handle.ui-resizable-w {
      width: 1px;
      background: black;
      left: 0; }
      .widget .ui-resizable-handle.ui-resizable-w:after {
        content: '\25A0';
        font-size: 11px;
        position: relative;
        display: block;
        line-height: 0; }
      .widget .ui-resizable-handle.ui-resizable-w:after {
        top: 50%;
        font-size: 11px;
        transform: translate(0, -60%);
        left: -3px; }
    .widget .ui-resizable-handle.ui-icon-handle-ne {
      right: -2px;
      top: -2px;
      width: 5px;
      height: 5px;
      background-image: none; }
    .widget .ui-resizable-handle.ui-icon-handle-nw {
      left: -2px;
      top: -2px;
      width: 5px;
      height: 5px;
      background-image: none; }
    .widget .ui-resizable-handle.ui-icon-handle-se {
      right: -2px;
      bottom: -2px;
      width: 5px;
      height: 5px;
      background-image: none; }
    .widget .ui-resizable-handle.ui-icon-handle-sw {
      left: -2px;
      bottom: -2px;
      width: 5px;
      height: 5px;
      background-image: none; }
  .widget.drop-target-hover {
    background-color: #f6f6f6; }
  .widget .widget-notifier {
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    display: block;
    z-index: 120;
    background-color: transparent;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    line-height: 20px;
    color: #999;
    font-size: smaller;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .widget .widget-notifier > span:after {
      padding-right: 4px; }
  .widget .invisible-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0;
    background: url("../../../images/screendesigner/invisible.png"); }
  .widget .license-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0;
    background: url("../../../images/screendesigner/cart.png"); }
  .widget .disabled-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0;
    background: url("../../../images/screendesigner/lock.png"); }
  .widget.mandatory > .widget-notifier > .mandatory:after {
    content: "";
    font-family: ultimo-system; }
  .widget.protected > .widget-notifier > .protected:after {
    content: "";
    font-family: ultimo-system; }
  .widget.invisible > .widget-notifier > .invisible:after {
    content: "";
    font-family: ultimo-system; }
  .widget.unlicensed > .widget-notifier > .unlicensed:after {
    content: "";
    font-family: ultimo-system; }
  .widget.rule > .widget-notifier > .rule:after {
    content: "";
    font-family: ultimo-system; }
  .widget > .c-tabpagecontainer > .tabPageHeaderBarContainer .tabPageHeader > span {
    color: black; }
  .widget > .c-tabpagecontainer > .tabPageHeaderBarContainer .tabPageHeader .invisible:after {
    content: "";
    font-family: ultimo-system; }
  .widget > .c-tabpagecontainer > .tabPageHeaderBarContainer .tabPageHeader .protected:after {
    content: "";
    font-family: ultimo-system; }
  .widget .image-widget {
    border: 1px solid #d7e5f2;
    display: inline-block;
    background: url("../../../images/screendesigner/no-image.png") no-repeat center center; }
  .widget.ui-selected {
    z-index: 500; }
    .widget.ui-selected > .ui-resizable-handle {
      background: black;
      display: block !important;
      /*This is meant to override jquery default behaviour that sets the display in the style of the element*/ }
      .widget.ui-selected > .ui-resizable-handle.ui-resizable-n {
        background: transparent;
        border-bottom: 1px solid black; }
    .widget.ui-selected ul {
      background: rgba(246, 131, 56, 0.7); }
    .widget.ui-selected > .widget-overlay {
      background: rgba(246, 131, 56, 0.7); }
    .widget.ui-selected.ui-selected-reference:not(.clipboard).ui-selected-referee > .widget-overlay {
      background: rgba(246, 131, 56, 0.7); }
    .widget.ui-selected.ui-multiselected:not(.clipboard) > .widget-overlay {
      background: rgba(246, 131, 56, 0.3); }
  .widget > .l-grid .ui-selected {
    z-index: 500;
    background: rgba(246, 131, 56, 0.7); }
  .widget.ui-selecting ul, .widget.ui-preview-selection ul {
    background: rgba(255, 205, 0, 0.15); }
  .widget.ui-selecting > .l-grid, .widget.ui-preview-selection > .l-grid {
    border: rgba(255, 205, 0, 0.15); }
  .widget.ui-selecting > .widget-overlay, .widget.ui-preview-selection > .widget-overlay {
    background: rgba(255, 205, 0, 0.15); }
  .widget.ui-moving {
    z-index: 900; }
  .widget.clipboard > .widget-overlay {
    background: rgba(239, 106, 116, 0.13); }
  .widget.clipboard > div.l-grid > .backgridheader th {
    background-image: none;
    background-color: rgba(239, 106, 116, 0.13);
    color: #999; }
  .widget span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .widget > button {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .widget > .c-checkbox {
    display: flex; }
    .widget > .c-checkbox > .checkbox-label {
      flex: 1; }

.paste-container {
  cursor: copy !important; }
  .paste-container div {
    cursor: copy; }

.paste-helper {
  border: 1px dashed black;
  display: block;
  position: absolute;
  z-index: 900;
  pointer-events: none;
  background: transparent; }

.tooltip {
  background-color: gray;
  color: white;
  z-index: 1100;
  padding: 2px;
  position: absolute;
  top: -25px;
  display: inline-block;
  white-space: nowrap; }

.c-tabpagecontainer .widget {
  flex: 1 1 0%; }

.c-tabpagecontainer .widget {
  flex: 1 1 0%; }

.draw-region {
  border: 1px dotted #ff0000;
  background-color: rgba(0, 0, 0, 0.17);
  display: none;
  position: absolute;
  cursor: crosshair; }

.draw-tool-tip {
  background-color: gray;
  color: white;
  display: none;
  position: absolute;
  z-index: 1100;
  padding: 2px; }

.ui-drawable {
  cursor: default; }

.ui-drawable:not(.ui-drawable-disabled) {
  cursor: crosshair !important; }

.ui-drawable:not(.ui-drawable-disabled) div {
  cursor: inherit; }

.ui-selectable-helper {
  z-index: 950; }

/*the preview created when drag-dropping a field from the fields-grid*/
.field-drag-helper-container {
  z-index: 900; }
  .field-drag-helper-container .field-drag-helper {
    display: block;
    border: 1px dashed #000000;
    vertical-align: middle;
    padding: 2px;
    margin-bottom: 4px;
    z-index: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    .field-drag-helper-container .field-drag-helper .field-drag-element {
      position: absolute;
      right: 0; }

/*the preview created when resizing a widget.*/
.ui-resizable-helper {
  border: 1px dotted #00F;
  z-index: 900; }

.view-port {
  background-color: #e6eef6;
  border: 1px solid #e6eef6; }

.view-port-item {
  background-color: #fff;
  padding: 2px;
  overflow: hidden; }
  .view-port-item .c-tabpagecontainer {
    overflow: visible; }
  .view-port-item.drop-target-hover {
    background-color: #f6f6f6; }
  .view-port-item.paste-container .ui-droppable {
    cursor: copy !important; }
  .view-port-item .backgrid {
    height: 1px; }

.screenDesignerDetailContainer {
  margin: 0 0 0 15px; }

/* State */
/* ===========================
   Global States definitions
   =========================== */
textarea[readonly], textarea[disabled],
input[readonly],
input[disabled],
div[contenteditable="true"][readonly],
div[contenteditable="true"][disabled] {
  background-color: #e6eef6;
  color: #02325d; }

td input.is-invalid {
  border: none; }

:required:invalid,
.is-invalid {
  box-shadow: inset 3px 0px 0px 0px #d8132b;
  padding-left: 4px; }
  :required:invalid td,
  .is-invalid td {
    padding: 0 !important;
    height: 20px !important; }

.is-loading {
  overflow: hidden;
  background-image: url("../images/LoadingProgressBar.gif");
  background-repeat: no-repeat;
  background-position: center; }

input[type=radio][readonly], input[type=radio][disabled] {
  background-color: #fff; }

input:not([type="radio"]):focus:not([readonly]), textarea:focus:not([readonly]), .c-button-appearance-solid:focus:not([readonly]) {
  outline: 2px solid #86A8C9;
  outline-offset: -1px; }

div.radiobutton-container {
  padding-left: 1px; }
  div.radiobutton-container.has-focus {
    outline: 2px solid #86A8C9;
    outline-offset: -1px; }

.fieldborder > input {
  outline-offset: 0 !important; }

.filtercell > input {
  outline: 0 !important; }

.is-maximized {
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important; }

.textbutton[disabled] {
  color: gray; }

.c-button[disabled] {
  color: #ebebeb; }
  .c-button[disabled]:before {
    color: #ebebeb; }
  .c-button[disabled].solidbutton {
    background-color: #999; }

/* UCT Logon */
/* ===========================
   Variables
   =========================== */
/* font: font-style font-variant font-weight font-size/line-height font-family;*/
/* Paths */
/* Images */
.loginBody span.title {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.6em;
  color: #02325d; }

.loginBody .loginInput {
  height: 36px; }

.loginBody .loginForm ul {
  list-style: disc; }

.about .section {
  padding-top: 25px; }

.about .left {
  float: left;
  padding-left: 20px; }

.about .right {
  float: right;
  padding-right: 20px; }

.about > .image {
  height: 107px;
  width: 100%;
  text-align: center; }

/* Themes */
/* App */
/* Controls */
.maintoolbar {
  padding: 0 16px 0 0;
  background-color: #fff; }
  .maintoolbar .mainmenuicon {
    background: url("../images/system/hatchfill.png") 0 0 #86A8C9; }
    .maintoolbar .mainmenuicon .c-button {
      margin: 0;
      padding: 0; }
      .maintoolbar .mainmenuicon .c-button:before {
        color: #fff; }
  .maintoolbar .breadcrumbs {
    color: #02325d;
    font: 12px "Open Sans Regular", "Trebuchet MS", Arial, Helvetica, sans-serif; }
  .maintoolbar .logo {
    width: 368px; }
    @media screen and (max-width: 2560px) {
      .maintoolbar .logo {
        width: 298px; } }
    @media screen and (max-width: 1920px) {
      .maintoolbar .logo {
        width: 218px; } }
    @media screen and (max-width: 1600px) {
      .maintoolbar .logo {
        width: 178px; } }
    @media screen and (max-width: 1440px) {
      .maintoolbar .logo {
        width: 158px; } }
    @media screen and (max-width: 1366px) {
      .maintoolbar .logo {
        width: 148px; } }
    @media screen and (max-width: 1280px) {
      .maintoolbar .logo {
        width: 138px; } }
    .maintoolbar .logo.clickable {
      cursor: pointer; }
  .maintoolbar .dtap {
    text-transform: uppercase;
    font: 12px "Open Sans Regular", "Trebuchet MS", Arial, Helvetica, sans-serif; }
  .maintoolbar .welcome {
    font: 13px "Roboto-Regular", "Trebuchet MS", Arial, Helvetica, sans-serif;
    line-height: inherit; }

.dtap {
  display: inline-block;
  height: 100%;
  line-height: 42px !important; }
  .dtap.dtap-development {
    border-top: 5px solid #d8132b;
    color: #d8132b; }
  .dtap.dtap-test {
    border-top: 5px solid #a1cf1d;
    color: #a1cf1d; }
  .dtap.dtap-acceptance {
    border-top: 5px solid #ffcd00;
    color: #ffcd00; }
