/**
 * Used for text
 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/*
IMPORTANT:
In order to preserve the uniform grid appearance, all cell styles need to have padding, margin and border sizes.
No built-in (selected, editable, highlight, flashing, invalid, loading, :focus) or user-specified CSS
classes should alter those!
*/
.slick-header.ui-state-default,
.slick-headerrow.ui-state-default {
  width: 100%;
  overflow: hidden;
  border-left: 0px;
}
.slick-header-columns,
.slick-headerrow-columns {
  position: relative;
  white-space: nowrap;
  cursor: default;
  overflow: hidden;
}
.slick-header-column.ui-state-default {
  cursor: pointer;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 16px;
  line-height: 16px;
  margin: 0;
  padding: 4px;
  border-right: 1px solid #c2d7e2;
  background: #d3e2ea;
  border-left: 0px;
  border-top: 0px;
  border-bottom: 0px;
  float: left;
}
.slick-header-column.ui-state-hover {
  background: #5a93b1;
}
.slick-headerrow-column.ui-state-default {
  padding: 4px;
}
.slick-header-column-sorted {
  font-weight: bold;
}
.slick-sort-indicator {
  position: absolute;
  right: 2px;
  top: 2px;
  display: inline-block;
  width: 8px;
  height: 5px;
  margin-left: 4px;
  background: url("../../CL/images/ui/ui-icons_888888_256x240.png") no-repeat -69px -23px;
}
.slick-sort-indicator-desc {
  background: url("../../CL/images/ui/ui-icons_222222_256x240.png") no-repeat -69px -23px;
}
.slick-sort-indicator-asc {
  background: url("../../CL/images/ui/ui-icons_222222_256x240.png") no-repeat -4px -23px;
}
.slick-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  cursor: col-resize;
  width: 4px;
  right: 0px;
  top: 0;
  height: 100%;
}
.slick-sortable-placeholder {
  background: #c2d7e2;
}
.grid-canvas {
  position: relative;
  outline: 0;
}
.grid-canvas .slick-cell.slick-hint {
  background: hsl(40, 75%, 93%);
  z-index: 100;
  padding: 0.2em;
  white-space: normal;
  color: #0d1e34;
  border-style: solid;
  border-color: #c2d7e2;
  border-width: 1px;
  height: auto;
}
.slick-row.ui-widget-content,
.slick-row.ui-state-active {
  position: absolute;
  border: 0px;
  width: 100%;
}
.slick-cell,
.slick-headerrow-column {
  position: absolute;
  border: 1px solid transparent;
  border-right: 1px dotted white;
  border-bottom-color: #d3e2ea;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  z-index: 1;
  line-height: 20px;
  padding: 2px 0;
  margin: 0;
  white-space: nowrap;
  cursor: default;
}
.slick-cell a.infolink,
.slick-headerrow-column a.infolink {
  display: inline-block;
}
.cell-editable {
  z-index: 11;
  background: white;
}
.odd .slick-cell {
  background-color: white;
}
.odd .cell-editable {
  background: hsl(40, 75%, 93%);
}
.slick-cell.selected {
  background: #c2d7e2;
}
.cell-editable.selected {
  background: hsl(40, 75%, 75%);
}
.cell-reorder {
  cursor: move;
  background: url("../../CL/images/drag-handle.png") no-repeat center center;
}
.slick-cell a.navlink {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  text-align: center;
}
.slick-group-toggle {
  display: inline-block;
}
.slick-cell.highlighted {
  background: #d3e2ea;
  transition: all 0.5s;
}
.slick-cell.error,
.slick-cell.flashing {
  border: 1px solid red !important;
}
.slick-cell:focus {
  outline: none;
}
.slick-reorder-proxy {
  display: inline-block;
  background: #5a93b1;
  opacity: 0.15;
  filter: alpha(opacity = 15);
  cursor: move;
}
.slick-reorder-guide {
  display: inline-block;
  height: 2px;
  background: #c2d7e2;
  opacity: 0.7;
  filter: alpha(opacity = 70);
}
.slick-selection {
  z-index: 10;
  position: absolute;
  border: 2px dashed #5a93b1;
}
.boolean.can-edit,
.cell-editable .boolean {
  background-color: white;
  border: 1px #d3e2ea solid;
}
.boolean {
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  height: 13px;
  width: 13px;
  overflow: hidden;
  text-indent: 20px;
  background-repeat: no-repeat;
}
.boolean.can-edit {
  background-color: white;
  border: 1px #d3e2ea solid;
}
.boolean :hover {
  border-color: #5a93b1;
}
.boolean.checkbox {
  background-position: -65px -146px;
}
.boolean.radio {
  background-position: -81px -146px;
  border-radius: 7px;
}
.boolean.yes {
  background-image: url("../../CL/images/ui/ui-icons_222222_256x240.png");
}
.boolean.no {
  background-image: url("../../CL/images/ui/ui-icons_e3e3e3_256x240.png");
}
.slick-group-toggle {
  display: block;
  float: left;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: transparent url("../../CL/images/ui/ui-icons_222222_256x240.png") no-repeat -32px -15px;
}
.slick-group-toggle.expanded {
  background-position: -64px -15px;
}
.vx-group {
  padding-right: 16px;
}
.vx-group .remove,
.vx-group .add {
  position: absolute;
  display: block;
  right: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: -100px;
  background: url("../../CL/images/ui/ui-icons_222222_256x240.png");
}
.vx-group .add {
  background-position: -16px -128px;
}
.vx-group .remove {
  background-position: -48px -128px;
}
#slickHintDiv {
  font-weight: normal;
  background: hsl(40, 75%, 93%);
  padding: 0.5em;
  border: 1px solid #5a93b1;
  z-index: 2000;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.3em;
}
.grid-canvas.loading {
  background: white no-repeat url("../../CL/images/WaitingAnimation1.gif") center;
}
.editor-select {
  width: 100%;
}
/*!
 * jQuery UI CSS Framework 1.10.2
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming
 */
/*!
 * jQuery UI CSS Framework 1.10.2
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming
 */
/*!
 * jQuery UI CSS Framework 1.10.2
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*!
 * jQuery UI Accordion 1.10.2
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: 0.7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
/*!
 * jQuery UI Autocomplete 1.10.2
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
/*!
 * jQuery UI Button 1.10.2
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: 0.4em 1em;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
/* button sets */
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*!
 * jQuery UI Datepicker 1.10.2
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/*!
 * jQuery UI Dialog 1.10.2
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
/*!
 * jQuery UI Menu 1.10.2
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: 0.4em 0 0.2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0.2em;
  left: 0.2em;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
/*!
 * jQuery UI Progressbar 1.10.2
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("images/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
/*!
 * jQuery UI Resizable 1.10.2
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
/*!
 * jQuery UI Selectable 1.10.2
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
/*!
 * jQuery UI Slider 1.10.2
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
/*!
 * jQuery UI Spinner 1.10.2
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Spinner#theming
 */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}
/*!
 * jQuery UI Tabs 1.10.2
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
/*!
 * jQuery UI Tooltip 1.10.2
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.10.2
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.ui-widget .ui-widget {
  font-size: 13px;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.ui-widget-content {
  border: 1px solid #d3e2ea;
  background: white none 50% 50% repeat-x;
  color: #0d1e34;
}
.ui-widget-header {
  background: #d3e2ea none 50% 50% repeat-x;
  color: #17365d;
  font-weight: bold;
  font-size: 1.2em;
}
.ui-widget-header a {
  color: #17365d;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3e2ea;
  background: #fff none 50% 50% repeat-x;
  font-weight: normal;
  color: #0d1e34;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #0d1e34;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #c2d7e2;
  background: white none 50% 50% repeat-x;
  font-weight: normal;
  color: #0d1e34;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #0d1e34;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #17365d;
  background: #5a93b1 none 50% 50% repeat-x;
  font-weight: normal;
  color: white;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: white;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #d3e2ea;
  background: white none 50% 50% repeat-x;
  color: #5a93b1;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #5a93b1;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec none 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* For IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../../CL/images/ui/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("../../CL/images/ui/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("../../CL/images/ui/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("../../CL/images/ui/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("../../CL/images/ui/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("../../CL/images/ui/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../../CL/images/ui/ui-icons_cd0a0a_256x240.png");
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0px 0px;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0px;
}
.ui-icon-carat-1-e {
  background-position: -32px 0px;
}
.ui-icon-carat-1-se {
  background-position: -48px 0px;
}
.ui-icon-carat-1-s {
  background-position: -64px 0px;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0px;
}
.ui-icon-carat-1-w {
  background-position: -96px 0px;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0px;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0px;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0px;
}
.ui-icon-triangle-1-n {
  background-position: 0px -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0px -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0px -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0px -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0px -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0px -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0px -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0px -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0px -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0px -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0px -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0px -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0px -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa none 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
  margin: -8px /*{offsetTopShadow}*/ 0 0 -8px /*{offsetLeftShadow}*/;
  padding: 8px /*{thicknessShadow}*/;
  background: #aaaaaa /*{bgColorShadow}*/ url("../../CL/images/ui-bg_flat_0_aaaaaa_40x100.png") /*{bgImgUrlShadow}*/ 50% /*{bgShadowXPos}*/ 50% /*{bgShadowYPos}*/ repeat-x /*{bgShadowRepeat}*/;
  opacity: 0.3 /*{opacityShadow}*/;
  filter: alpha(opacity=30) /*{opacityFilterShadow}*/;
  border-radius: 8px /*{cornerRadiusShadow}*/;
}
/**
 * This typography file is included in the WYSIWYG editor
 */
input,
button,
select,
textarea {
  font-size: 1em;
}
blockquote {
  margin-left: 20px;
}
hr {
  padding: 5px;
}
b,
strong {
  font-weight: bold;
}
p {
  margin-bottom: 10px;
}
/** CMS LIST STYLES **/
ul,
ol {
  margin-left: 10px;
  margin-bottom: 20px;
}
ul li,
ol li {
  margin: 4px 10px;
}
ul li {
  list-style-type: disc;
}
ol li {
  list-style-type: decimal;
}
ul.tabstrip li {
  margin: 0;
  line-height: 1.4em;
  list-style-type: none;
}
/* HEADER STYLES */
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  clear: both;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0.5em 0;
  color: #17365d;
  letter-spacing: 0.1em;
}
h1,
h2,
h3,
h5 {
  font-weight: bold;
}
h4 {
  font-weight: normal;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.4em;
}
h3 {
  font-size: 1.1em;
}
h4 {
  font-size: 1.1em;
}
h5 {
  font-size: 1em;
}
/* LINK STYLES */
table a,
a {
  color: #429bc9;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.hidden {
  display: none;
}
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.float-right,
img.right {
  float: right;
}
.float-left,
img.left {
  float: left;
}
.top15 {
  margin-top: 15px !important;
}
p.MsoNormal,
p.MsoBodyText {
  margin: 0;
}
a.infolink {
  padding-right: 16px;
  display: inline;
  background: url("../../CL/images/info_icon.gif") no-repeat right center;
}
td.error {
  font-weight: bold;
  color: red;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 1em;
}
caption {
  background-color: white;
  color: #5a93b1;
  text-align: center;
  font-size: 1.3em;
  padding: 0.3em 0;
}
thead {
  background-color: hsl(40, 75%, 93%);
}
thead.groupHeader {
  background-color: #d3e2ea;
}
tr.odd,
tfoot {
  background: white;
}
tfoot th {
  font-weight: bold;
}
thead td,
thead th {
  border: 1px solid #c2d7e2;
  font-weight: normal;
  overflow: hidden;
  padding: 0.3em;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  /*white-space:nowrap*/
}
tfoot th,
tfoot td,
tbody th,
tbody td {
  border: 1px solid #c2d7e2;
  height: auto;
  /*overflow:hidden;*/
  padding: 0;
  text-align: left;
  /*white-space:nowrap;*/
}
dl dt {
  font-weight: bold;
  float: left;
  clear: left;
  text-align: left;
  width: 20em;
  padding: 0.3em 0;
  margin: 0;
}
dl dd {
  padding: 0.3em 0;
  margin: 0;
}
html {
  height: 100%;
}
body {
  background: #d3e2ea;
  font: 13px Tahoma, Arial, Helvetica, sans-serif;
  height: 100%;
  color: #0d1e34;
}
select,
textarea,
input,
button {
  font: 13px Tahoma, Arial, Helvetica, sans-serif;
}
body .hidden {
  display: none;
}
body .invisible {
  visibility: hidden;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: 0;
}
.clear {
  clear: both;
}
hr {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #d3e2ea;
}
/**
 * Loading layer
 */
.loading #Loading {
  display: block;
}
#Loading {
  /*background:#ccc;*/
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
#Loading .modality {
  position: absolute;
  z-index: 1001;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  width: 100%;
  height: 100%;
}
#Loading .popup {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 1001;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  font-size: 1em;
  padding: 0.5em;
}
#Loading .popup_inner {
  position: relative;
  top: -35px;
  left: -35px;
  width: 70px;
  height: 70px;
  /*background:transparent url('@{images}/wait.gif') no-repeat;*/
}
#Header {
  width: 100%;
  position: fixed;
  z-index: 1000;
  overflow: visible;
  opacity: 0.75;
  top: 0;
  left: 0;
  background: #17365d;
  height: 40px;
}
#Header:hover {
  opacity: 1;
}
#Header .inner {
  z-index: 1000;
  width: 1240px;
  position: relative;
  margin: 0 auto;
  height: 40px;
  overflow: visible;
}
#Header .appInfo {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  font-size: 1.2em;
  text-align: right;
  height: 40px;
  line-height: 40px;
  overflow: visible;
}
#Header .appInfo.open a.menu {
  background-color: #d3e2ea;
  color: #0d1e34;
  text-decoration: none;
}
#Header .appInfo a.menu {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  line-height: 26px;
  height: 26px;
  vertical-align: middle;
  padding: 7px;
  color: white;
}
#Header .appInfo ul a {
  height: 25px;
  line-height: 25px;
}
#Header .appInfo ul li {
  list-style-type: none;
  text-align: left;
}
#Header .appInfo .current {
  background-color: #5a93b1;
  color: white;
}
#Header .appInfo .dropdown {
  right: 0;
  z-index: 900;
}
#Header h1 {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
#Header h1 a {
  width: 40px;
  height: 40px;
  background: url("../images/logo_small.png") no-repeat center center;
  overflow: hidden;
  display: inline-block;
  text-indent: -3000px;
}
#Header ul.main_menu {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0;
  vertical-align: middle;
}
#Header ul.main_menu li {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0;
  border-right: 1px solid #5a93b1;
}
#Header ul.main_menu li a {
  cursor: pointer;
  margin: 0;
  display: inline-block;
  line-height: 18px;
  height: 18px;
  vertical-align: middle;
  padding: 7px 4px 7px 5px;
  color: white;
  text-decoration: none;
}
#Header ul.main_menu li a:hover {
  background: #5a93b1;
}
#Header ul.main_menu li.current a {
  font-weight: bold;
}
#Header ul.main_menu li.last {
  border: 0px;
}
#German {
  font-size: smaller;
}
.welcome {
  width: 100%;
  height: 340px;
  background: url("../../CL/images/welcome.png") no-repeat center center;
}
.welcome h2,
.welcome p {
  display: none;
}
#ContentContainer {
  padding: 0;
  background-color: white;
  box-shadow: 0 0 2px #999;
  margin: 0 auto;
  padding: 44px 0;
  min-height: 100%;
  box-sizing: border-box;
  width: 1240px;
  position: relative;
  z-index: 2;
}
#LeftBar {
  position: absolute;
  top: 40px;
  width: 240px;
  font-size: 0.95em;
  margin: 5px 10px;
}
#LeftBar a.version {
  display: block;
  background-color: #d3e2ea;
  line-height: 2em;
  color: #0d1e34;
  text-align: center;
  text-decoration: none;
  margin-bottom: 1em;
}
#LeftBar a.version:hover {
  background-color: hsl(40, 75%, 93%);
}
#LeftBar .bugreport {
  display: block;
  position: relative;
  line-height: 2em;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  margin: 0;
  padding: 4px 0;
}
#LeftBar .collapsible {
  margin-bottom: 1em;
}
#LeftBar .header {
  background-color: white;
}
#LeftBar .dashboard i.ui-icon {
  background-image: url("../../CL/images/ui/ui-icons_888888_256x240.png");
  vertical-align: middle;
  display: inline-block;
}
#LeftBar .dashboard a {
  display: block;
  vertical-align: middle;
  text-decoration: none;
  line-height: 2em;
  color: #0d1e34;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: white;
}
#LeftBar .dashboard a:hover {
  background-color: white;
}
#LeftBar .dashboard a:hover i {
  background-image: url("../../CL/images/ui/ui-icons_222222_256x240.png");
}
#LeftBar .locked_list .item {
  position: relative;
  z-index: 100px;
  background: white;
  margin-bottom: 1em;
  padding: 1em;
  border-radius: 4px;
}
#LeftBar .locked_list .item .label {
  padding-right: 1em;
}
#LeftBar .locked_list .item .hilite {
  background: hsl(40, 75%, 93%);
}
#LeftBar .locked_list .item .link {
  font-weight: bold;
  color: #0d1e34;
  text-decoration: none;
}
#LeftBar .locked_list .item .close {
  color: #d3e2ea;
  padding: 0.1em;
  width: 10px;
  line-height: 10px;
  text-align: center;
  vertical-align: middle;
  height: 10px;
  float: right;
  text-decoration: none;
  font-weight: bold;
}
#LeftBar .locked_list .item .row {
  position: relative;
  margin: 0;
  padding: 0.2em 8em 0.2em 0;
}
#LeftBar .locked_list .item .row:hover {
  background: hsl(40, 75%, 75%);
}
#LeftBar .locked_list .item .value {
  font-weight: bold;
  position: absolute;
  padding: 0.2em 0;
  width: 150px;
  text-align: right;
  top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  right: 0;
}
#LeftBar .locked_list .item .more {
  clear: both;
  position: absolute;
  left: 230px;
  top: 30px;
  width: 230px;
  top: 0px;
  background: #d3e2ea;
  z-index: 200;
  display: none;
  background: hsl(40, 75%, 93%);
  padding: 1em;
  border-radius: 4px;
}
#LeftBar .locked_list .item.current {
  background: #d3e2ea;
  color: #0d1e34;
  margin-right: -10px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#LeftBar .locked_list .item.current .more {
  left: 240px;
  width: 240px;
}
#LeftBar .locked_list .item.current .link {
  color: #0d1e34;
}
#LeftBar .locked_list .item:hover {
  background: hsl(40, 75%, 93%);
  color: #0d1e34;
}
#LeftBar .locked_list .item:hover .link {
  color: #0d1e34;
}
#LeftBar .locked_list .item:hover .close {
  background: #c2d7e2;
  border-radius: 4px;
  color: #17365d;
}
#LeftBar .locked_list .item:hover .more {
  display: block;
}
#LeftBar .locked_list .item.expires {
  border: 2px solid #ff0000;
}
#LeftBar .locked_list .item.expires.current {
  border-right-width: 0;
}
#Content {
  padding: 5px 10px;
  width: 960px;
  margin-left: 259px;
  border-left: 1px solid #d3e2ea;
  /*background:url("@{images}/res_nav.gif") repeat-x left top;*/
  /*
      Mode dependent styles
  */
}
#Content h2.res-title {
  clear: both;
  border-top: 1px solid #d3e2ea;
  padding: 0.3em 0.3em;
  margin: 0;
  position: relative;
  z-index: 1;
}
#Content ul.res-nav {
  list-style-type: none;
  margin: 10px 0 -1px 0;
  padding: 0 0.3em;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
#Content ul.res-nav li {
  white-space: nowrap;
  font-size: 1em;
  list-style-type: none;
  display: inline-block;
  float: left;
  position: relative;
  top: 1px;
  height: 16px;
  margin: 5px 0 2px -1px;
  padding: 0 4px;
  vertical-align: middle;
  border-left: 1px solid #d3e2ea;
  border-right: 1px solid #d3e2ea;
}
#Content ul.res-nav li a {
  color: #0d1e34;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  display: inline-block;
}
#Content ul.res-nav li a:hover {
  text-decoration: underline;
}
#Content ul.res-nav li.link:hover {
  background: hsl(40, 75%, 93%);
}
#Content ul.res-nav li.disabled {
  color: #c2d7e2;
}
#Content ul.res-nav li.current {
  font-weight: bold;
  z-index: 1;
  margin: 0 0 -1px -1px;
  padding: 3px 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #d3e2ea #d3e2ea white #d3e2ea;
  background: white;
}
#Content .res-tabs {
  height: 25px;
  position: relative;
}
#Content .res-tabs .res-backlink {
  float: left;
  /*width:400px;height:23px;*/
  /*position:relative;*/
}
#Content .res-tabs .res-backlink .res-button a {
  position: static;
}
#Content .res-tab {
  position: absolute;
  height: 25px;
  top: 0;
  right: 0;
  line-height: 25px;
  background-color: #5a93b1;
  color: white;
  text-align: center;
  font-weight: bold;
  width: 235px;
}
#Content .res-button a {
  display: block;
  width: 141px;
  position: absolute;
  margin: 0;
  top: 1px;
  right: 240px;
  height: 23px;
  line-height: 23px;
  vertical-align: middle;
  background: url("../../CL/images/mode_button_bg.gif") no-repeat top left;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#Content .res-button :hover {
  text-decoration: none;
}
#Content .res-form {
  border-top: 1px solid #d3e2ea;
  padding: 2px 1px;
}
#Content .res-view .res-tab {
  color: #17365d;
  background-color: hsl(40, 75%, 93%);
}
#Content .res-view .res-form {
  border-color: hsl(40, 75%, 75%);
}
#Content .res-view thead {
  background: url("../../CL/images/jqgrid/grid-blue-hd_view.gif") repeat-x;
}
#Content #res-edit-save {
  float: left;
  display: block;
  width: 70px;
  height: 21px;
  color: #4E4E4E;
  text-indent: 18px;
  overflow: hidden;
  vertical-align: middle;
  background-position: left top;
  background-repeat: no-repeat;
  margin: 2px;
  background-image: url("../../CL/images/save_disab.gif");
  text-shadow: 1px 1px #fff;
}
#Content #res-edit-save.enabled {
  background-image: url("../../CL/images/save_enab.gif");
  text-shadow: none;
  color: white;
}
#Content #res-edit-save.hidden {
  display: none;
}
#Content div.reservationMode {
  background-color: #b5b5b5;
  overflow: hidden;
}
#Content .modeButton {
  float: left;
  display: block;
  width: 141px;
  margin: 0;
  height: 23px;
  line-height: 23px;
  vertical-align: middle;
  background: url("../../CL/images/mode_button_bg.gif") no-repeat top left;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#Content .modeInfo {
  float: right;
  display: block;
  width: 138px;
  height: 23px;
  margin: 0;
  line-height: 23px;
  vertical-align: middle;
  background: url("../../CL/images/mode_info_bg.gif") no-repeat top left;
  color: #000;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#Content .pageDescription {
  /*width: 100%;*/
  font-size: 1em;
  color: #333;
  margin: 0px;
  padding: 0px;
}
#Content .pageDescription p {
  background: transparent url("../../CL/images/page_info_icon2.gif") no-repeat 0.3em 0.2em;
  padding: 0em 2.2em;
  margin: 0px;
  position: relative;
  top: 5px;
}
#Content #pageMessages .pageDescription {
  border-radius: 3px;
  padding: 0.5em 1em;
  margin-bottom: 5px;
  display: block;
  box-shadow: 0 0 1px #ddd;
}
#Content #pageMessages .pageDescription.info {
  background: #fbfbfb;
  color: #4b4b4a;
  border: 1px solid #d3d2d2;
}
#Content #pageMessages .pageDescription.error {
  background: #f4f4f4;
  color: #ff3a25;
  font-weight: bold;
  border: 1px solid #ff0000;
}
#Content #pageMessages .pageDescription.warning {
  background: #feff97;
  color: #4b4b4a;
  border: 1px solid #f9a829;
}
#Content #pageMessages .pageDescription.success {
  background: #d5ff97;
  color: #4b4b4a;
  border: 1px solid #c3eba8;
}
#Content #pageMessages .pageDescription.cti-found {
  color: #ffffff;
  background-color: #008000;
}
#Content #pageMessages .pageDescription.cti-found a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
}
#Content #pageMessages .pageDescription.cti-not-found,
#Content #pageMessages .pageDescription.cti-found-cx {
  color: #ffff00;
  background-color: #FF0000;
}
#Content #pageMessages .pageDescription.cti-not-found a,
#Content #pageMessages .pageDescription.cti-found-cx a {
  color: #ffff00;
  text-decoration: underline;
  font-weight: bold;
}
.SmallLayout body {
  background: white;
}
.SmallLayout #Content {
  padding: 0;
  margin: 0 auto;
  border: 0;
}
.SmallLayout #ContentContainer {
  background-color: white;
  box-shadow: 0 0;
  margin: 1em;
  padding: 0;
  width: auto;
}
/* CSS rules */
#DeckPlan h3 {
  overflow: visible;
}
#DeckPlan .swsection_header_help .legend {
  visibility: hidden;
  position: absolute;
  width: 274px;
  top: 20px;
  left: -130px;
  z-index: 1000;
  background: #E8F5FA;
  border: 1px solid #5a93b1;
}
#DeckPlan .swsection_header_help:hover .legend {
  visibility: visible;
}
#DeckPlan .item {
  float: left;
  width: 133px;
  padding: 2px;
  font-size: 11px;
  line-height: 20px;
  vertical-align: middle;
}
#DeckPlan .item .icon {
  width: 20px;
  vertical-align: middle;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
  background: url("../../CL/images/deck_legend.png") no-repeat top left;
}
#DeckPlan .item .icon-disabled {
  background-position: -4px -4px;
}
#DeckPlan .item .icon-hearingImpaired {
  background-position: -32px -4px;
}
#DeckPlan .item .icon-connecting {
  background-position: -60px -4px;
}
#DeckPlan .item .icon-kingBed {
  background-position: -88px -4px;
}
#DeckPlan .item .icon-queenBed {
  background-position: -4px -32px;
}
#DeckPlan .item .icon-restroom {
  background-position: -32px -32px;
}
#DeckPlan .item .icon-doubleBed {
  background-position: -60px -32px;
}
#DeckPlan .item .icon-holds3 {
  background-position: -88px -32px;
}
#DeckPlan .item .icon-holds4 {
  background-position: -4px -60px;
}
#DeckPlan .item .icon-holds5 {
  background-position: -32px -60px;
}
#DeckPlan .item .icon-holds6 {
  background-position: -60px -60px;
}
#DeckPlan .item .icon-holds8 {
  background-position: -88px -60px;
}
#DeckPlan .item .icon-elevator {
  background-position: -4px -88px;
}
.sendDocPanel {
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.sendDocPanel .field {
  background-color: white;
}
.seaware-content .item-table {
  border: 0;
  border-spacing: 4px;
}
.seaware-content .item {
  background-color: #FEF4E6;
  padding: 0px;
  vertical-align: top;
  width: 50%;
  border: 1px solid #d4d67e;
}
.seaware-content div.item-header {
  background-color: #fffbf6;
}
.seaware-content div.item-title {
  background-color: #afbc22;
  font-weight: bold;
  text-indent: 5px;
  /* background-image:url("@{images}/contentItemHeaderTile.gif"); */
}
.seaware-content div.item-title a {
  color: #FFFFFF;
}
.seaware-content div.item-links {
  text-indent: 5px;
}
.seaware-content div.item-image {
  float: left;
  margin: 1em;
}
.seaware-content div.item-description {
  margin: 1em;
}
.seaware-content img.shipImg {
  float: left;
  padding: 10px;
}
.seaware-content img.thumbImg {
  float: left;
  padding: 10px;
  clear: both;
}
.groupping-right {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
}
#transformation dl dt {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 1em;
}
.SelectedPackages dt {
  width: 7em;
  padding: 0.1em 0;
}
.SelectedPackages dd {
  padding: 0.1em 0 0.1em 7em;
}
.collapsible.open > .content {
  display: block;
}
.collapsible > .content {
  display: none;
}
.dialog .modality,
.modal .modality,
.loading .modality {
  display: block;
}
.modality {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #0d1e34;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.dropdown {
  display: block;
  left: 0;
  top: 100%;
  position: absolute;
  visibility: hidden;
}
.open .dropdown {
  visibility: visible;
}
.leftBarTable {
  width: 100%;
  border-spacing: 2px;
}
.leftBarTable th,
.leftBarTable td {
  border-bottom: 1px dotted #999999;
}
.leftBarTable th {
  color: #01619e;
  text-align: left;
  border-right: 2px solid #d4d4d4;
}
.leftBarTable tr.summary th {
  color: #b5100e;
}
.leftBarTable tr.current {
  font-weight: bold;
}
a.infolink {
  padding-right: 16px;
  background: url("../../CL/images/info_icon.gif") no-repeat right center;
}
.collapsible {
  padding: 0;
}
.collapsible > .header {
  cursor: pointer;
  padding-left: 1.6em;
  margin: 0;
  background-color: #d3e2ea;
  background-image: url("../../CL/images/ui/ui-icons_888888_256x240.png");
  background-repeat: no-repeat;
  background-position: -30px -12px;
  font-weight: bold;
}
.collapsible > .header a {
  color: #0d1e34;
  line-height: 1.5em;
  text-decoration: none;
  background-color: white;
  display: block;
}
.collapsible.open > .header {
  background-position: -62px -12px;
}
.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
a.navlink {
  border-radius: 2px;
  border: 1px solid transparent;
  padding: 0.2em 0.7em;
}
a.navlink:hover {
  background-color: #3f6e8f;
  background-image: linear-gradient(to bottom, #5a93b1, #17365d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5a93b1', endColorstr='#ff17365d', GradientType=0);
  border: 1px inset #d3e2ea;
  border-radius: 4px;
  color: white;
}
.dialog .popup.active {
  display: block;
}
.swsection.popup,
.popup {
  display: none;
  position: fixed;
  z-index: 1001;
}
.swsection.popup.open,
.popup.open {
  display: block;
}
.pull-right,
.field.pull-right {
  float: right;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.swsection_header_icon {
  float: right;
  position: relative;
  font-weight: normal;
  vertical-align: middle;
  padding: 0 18px;
  font-size: 0.7em;
  cursor: pointer;
}
.swsection_header_icon .ui-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.swsection_header_icon.swsection_header_help {
  cursor: help;
}
.sw-icon-undock {
  background-position: -48px -80px;
}
.sw-icon-dock {
  background-position: -64px -128px;
}
.sw-icon-dock {
  background-position: -64px -128px;
}
/* Vacation search and RQs */
.vx-link {
  color: #429bc9 !important;
  cursor: pointer!important;
}
.vx-link:hover {
  text-decoration: underline!important;
}
.vx-voyage-yellow {
  background-color: #FFF900 !important;
}
.vx-voyage-green {
  background-color: #B2FFB2 !important;
  color: #000 !important;
}
a.vx-voyage-createRq {
  background: url("../../CL/images/icon_FSG.png") no-repeat top left;
  /*width:21px; */
  padding: 0 23px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  margin-top: -1px;
  /*text-indent:-3000px;*/
  display: inline-block;
  position: relative;
}
a.vx-voyage-createRq:hover {
  background-position: bottom left;
}
.vx-generic-cell {
  cursor: pointer;
}
.vx-generic-popup {
  width: 390px;
  padding: 10px;
}
.vx-generic-popup h3 {
  text-align: center;
  padding: 0.5em;
  background: #CCFEFE;
}
.vx-generic-popup .vx-generic-current,
.vx-generic-popup .vx-generic-rq {
  border: 1px solid #AEAEAE;
  width: 190px;
  padding: 10px;
  float: left;
  margin: 10px 0;
}
.vx-generic-popup .vx-generic-rq {
  float: right;
}
.vx-generic-popup table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.vx-generic-popup table td,
.vx-generic-popup table th {
  border: 1px solid #AEAEAE;
  padding: 0.3em;
}
.vx-generic-popup table thead th {
  background: #FEFECC;
}
.vx-generic-popup table tbody th,
.vx-generic-popup table tbody td {
  background: #fff;
  font-weight: normal;
}
.vx-generic-popup table tbody td {
  text-align: right;
}
.vx-generic-popup .vx-generic-buttons {
  clear: both;
  text-align: center;
}
.slick-cell.vx-group-highlight {
  background-color: #d2f8d2;
  font-weight: normal;
  /*background:#3feff1;*/
}
.slick-cell.vx-group-highlight a {
  display: block;
}
.vx-group-highlight,
.odd .slick-cell.vx-group-highlight {
  background-color: #90ee90;
  /*background:#3feff1;*/
}
.vx-due-now,
.typography .vx-due-now {
  background-color: red !important;
  color: #fff;
}
.vx-deposit-paid-pending,
.typography .vx-deposit-paid-pending {
  background-color: yellow !important;
  color: #000;
}
.vx-deposit-paid,
.typography .vx-deposit-paid {
  background-color: green !important;
  color: #fff;
}
.vx-have-paid,
.typography .vx-have-paid {
  background-color: blue;
  color: #fff;
}
td.vx-days-highlight {
  text-align: center;
}
.vx-days-highlight {
  background-color: #eeee90;
  font-weight: normal;
}
ul.tabs {
  margin: 0;
  padding: 0 1em;
  border-bottom: 1px solid #d3e2ea;
}
ul.tabs > li {
  float: left;
  display: block;
  margin: 0 1px -1px 1px;
  list-style-type: none;
}
ul.tabs > li.active > a {
  background-color: white;
  border-color: #d3e2ea #d3e2ea transparent #d3e2ea;
}
ul.tabs > li:hover {
  background-color: white;
  border-color: white white transparent white;
}
ul.tabs > li > a {
  padding: 0.6em;
  display: block;
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  border-radius: 4px 4px 0 0;
}
.swtabset .tab,
.tab {
  padding: 1em 0;
  background-color: white;
  display: none;
}
.swtabset .tab.active,
.tab.active {
  display: block;
}
.swsection .tab {
  border-bottom: 1px solid #c2d7e2;
  background-color: white;
}
.swsection ul.tabs {
  margin: 0;
}
.swsection ul.tabs > li.active > a {
  background-color: white;
  border-color: #c2d7e2 #c2d7e2 transparent #c2d7e2;
}
.swsection ul.tabs > li:hover {
  background-color: #d3e2ea;
  border-color: #d3e2ea #d3e2ea transparent #d3e2ea;
}
.essential label.left:before {
  color: #000000 !important;
  content: "*";
}
.swtable {
  box-sizing: border-box;
}
.swtable span.readonly {
  border: 0;
  background-color: transparent;
}
.swtable td,
.swtable th {
  text-overflow: ellipsis;
  vertical-align: middle;
}
.swtable td input[type="text"],
.swtable th input[type="text"],
.swtable td select,
.swtable th select {
  display: block;
  width: 100%;
}
.swtable tr.odd {
  background: white;
}
.swtable tr.even {
  background: white;
}
.swtable td.highlight {
  background: white;
}
.swtable.fixed {
  table-layout: fixed;
}
.slick-header-column.ui-state-default {
  cursor: pointer;
  border-right: 1px solid #c2d7e2;
  background: #d3e2ea;
}
.slick-header-column.ui-state-hover {
  background: #5a93b1;
}
.slick-header-column-sorted {
  font-weight: bold;
  font-style: normal;
}
.slick-sort-indicator {
  background: url("../../CL/images/ui/ui-icons_888888_256x240.png") no-repeat -69px -23px;
}
.slick-sort-indicator-desc {
  background: url("../../CL/images/ui/ui-icons_222222_256x240.png") no-repeat -69px -23px;
}
.slick-sort-indicator-asc {
  background: url("../../CL/images/ui/ui-icons_222222_256x240.png") no-repeat -4px -23px;
}
.slick-sortable-placeholder {
  background: #c2d7e2;
}
.grid-canvas .slick-cell.slick-hint {
  background: hsl(40, 75%, 93%);
  z-index: 100;
  padding: 0.2em;
  white-space: normal;
  color: #0d1e34;
  border-style: solid;
  border-color: #c2d7e2;
  border-width: 1px;
  height: auto;
}
.slick-cell,
.slick-headerrow-column {
  border-right: 1px dotted white;
  border-bottom-color: #d3e2ea;
  line-height: 20px;
  padding: 2px 0;
}
.cell-editable {
  z-index: 11;
  background: white;
}
.slick-top-panel {
  background-color: hsl(40, 75%, 93%);
  padding: 0.3em;
}
.slick-group .slick-cell {
  font-weight: bold;
  text-align: left;
  background-color: hsl(40, 75%, 93%);
}
.odd .slick-cell {
  background-color: white;
}
.odd .cell-editable {
  background: hsl(40, 75%, 93%);
}
.slick-cell.selected {
  background: #c2d7e2;
}
.slick-cell.highlighted {
  background: #d3e2ea;
}
.slick-cell a.navlink {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  text-align: center;
}
.slick-cell a.navlink.group {
  display: inline-block;
  padding: 0 0.5em;
  width: auto;
}
.slick-cell .error {
  border: 1px solid red !important;
}
.cell-editable.selected {
  background: hsl(40, 75%, 75%);
}
.cell-reorder {
  cursor: move;
  background: url("../../CL/images/drag-handle.png") no-repeat center center;
}
.slick-reorder-proxy {
  background: #5a93b1;
  filter: alpha(opacity = 15);
}
.slick-reorder-guide {
  background: #c2d7e2;
  filter: alpha(opacity = 70);
}
.slick-selection {
  border: 2px dashed #5a93b1;
}
.boolean.can-edit,
.cell-editable .boolean {
  background-color: white;
  border: 1px #d3e2ea solid;
}
.boolean {
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  height: 13px;
  width: 13px;
  overflow: hidden;
  text-indent: 20px;
  background-repeat: no-repeat;
}
.boolean.can-edit {
  background-color: white;
  border: 1px #d3e2ea solid;
}
.boolean :hover {
  border-color: #5a93b1;
}
.boolean.checkbox {
  background-position: -65px -146px;
}
.boolean.radio {
  background-position: -81px -146px;
  border-radius: 7px;
}
.boolean.yes {
  background-image: url("../../CL/images/ui/ui-icons_222222_256x240.png");
}
.boolean.no {
  background-image: url("../../CL/images/ui/ui-icons_e3e3e3_256x240.png");
}
.slick-group-toggle {
  display: block;
  float: left;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: transparent url("../../CL/images/ui/ui-icons_222222_256x240.png") no-repeat -32px -15px;
}
.slick-group-toggle.expanded {
  background-position: -64px -15px;
}
.vx-group {
  padding-right: 16px;
}
.vx-group .remove,
.vx-group .add {
  position: absolute;
  display: block;
  right: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: -100px;
  background: url("../../CL/images/ui/ui-icons_222222_256x240.png");
}
.vx-group .add {
  background-position: -16px -128px;
}
.vx-group .remove {
  background-position: -48px -128px;
}
#slickHintDiv {
  font-weight: normal;
  background: hsl(40, 75%, 93%);
  padding: 0.5em;
  border: 1px solid #5a93b1;
  z-index: 2000;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.3em;
}
.grid-canvas.loading {
  background: white no-repeat url("../../CL/images/WaitingAnimation1.gif") center;
}
.disabledLink {
  color: #666;
  cursor: not-allowed;
}
.leftSectionHeader {
  position: relative;
  top: 20px;
  font-weight: bold;
}
.slick-headerrow-column {
  background: #8FCFEF;
}
.headerrow-title {
  font-weight: bold;
}
.slick-group-title {
  float: left;
}
.gridTitle {
  background: #fdcf88;
  font-size: 14px;
  padding-left: 5px;
  position: relative;
  top: 12px;
  width: 935px;
}
.gridTitleBold {
  font-weight: bold;
}
.container {
  clear: both;
  margin: 0 auto;
  width: 960px;
}
.grid16 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  width: 940px;
}
.grid15 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  width: 880px;
}
.grid14 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  width: 820px;
}
.grid13 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  width: 760px;
}
.grid12 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  width: 700px;
}
.grid11 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  width: 640px;
}
.grid10 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  width: 580px;
}
.grid9 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  width: 520px;
}
.grid8 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  width: 460px;
}
.grid7 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  width: 400px;
}
.grid6 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  width: 340px;
}
.grid5 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  width: 280px;
}
.grid4 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  width: 220px;
}
.grid3 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  width: 160px;
}
.grid2 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  width: 100px;
}
.grid1 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  width: 40px;
}
.cgrid16 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 0;
  margin-left: 0;
  width: 960px;
}
.cgrid15 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 0;
  margin-left: 0;
  width: 900px;
}
.cgrid14 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 0;
  margin-left: 0;
  width: 840px;
}
.cgrid13 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 0;
  margin-left: 0;
  width: 780px;
}
.cgrid12 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 0;
  margin-left: 0;
  width: 720px;
}
.cgrid11 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 0;
  margin-left: 0;
  width: 660px;
}
.cgrid10 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 0;
  margin-left: 0;
  width: 600px;
}
.cgrid9 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 0;
  margin-left: 0;
  width: 540px;
}
.cgrid8 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 0;
  margin-left: 0;
  width: 480px;
}
.cgrid7 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 0;
  margin-left: 0;
  width: 420px;
}
.cgrid6 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 0;
  margin-left: 0;
  width: 360px;
}
.cgrid5 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 0;
  margin-left: 0;
  width: 300px;
}
.cgrid4 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 0;
  margin-left: 0;
  width: 240px;
}
.cgrid3 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 0;
  margin-left: 0;
  width: 180px;
}
.cgrid2 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 0;
  margin-left: 0;
  width: 120px;
}
.cgrid1 {
  display: inline;
  float: left;
  position: relative;
  margin-right: 0;
  margin-left: 0;
  width: 60px;
}
.width16 {
  margin-right: 10px;
  margin-left: 10px;
  width: 940px;
}
.width15 {
  margin-right: 10px;
  margin-left: 10px;
  width: 880px;
}
.width14 {
  margin-right: 10px;
  margin-left: 10px;
  width: 820px;
}
.width13 {
  margin-right: 10px;
  margin-left: 10px;
  width: 760px;
}
.width12 {
  margin-right: 10px;
  margin-left: 10px;
  width: 700px;
}
.width11 {
  margin-right: 10px;
  margin-left: 10px;
  width: 640px;
}
.width10 {
  margin-right: 10px;
  margin-left: 10px;
  width: 580px;
}
.width9 {
  margin-right: 10px;
  margin-left: 10px;
  width: 520px;
}
.width8 {
  margin-right: 10px;
  margin-left: 10px;
  width: 460px;
}
.width7 {
  margin-right: 10px;
  margin-left: 10px;
  width: 400px;
}
.width6 {
  margin-right: 10px;
  margin-left: 10px;
  width: 340px;
}
.width5 {
  margin-right: 10px;
  margin-left: 10px;
  width: 280px;
}
.width4 {
  margin-right: 10px;
  margin-left: 10px;
  width: 220px;
}
.width3 {
  margin-right: 10px;
  margin-left: 10px;
  width: 160px;
}
.width2 {
  margin-right: 10px;
  margin-left: 10px;
  width: 100px;
}
.width1 {
  margin-right: 10px;
  margin-left: 10px;
  width: 40px;
}
.push16 {
  position: relative;
  left: 960px;
}
.push15 {
  position: relative;
  left: 900px;
}
.push14 {
  position: relative;
  left: 840px;
}
.push13 {
  position: relative;
  left: 780px;
}
.push12 {
  position: relative;
  left: 720px;
}
.push11 {
  position: relative;
  left: 660px;
}
.push10 {
  position: relative;
  left: 600px;
}
.push9 {
  position: relative;
  left: 540px;
}
.push8 {
  position: relative;
  left: 480px;
}
.push7 {
  position: relative;
  left: 420px;
}
.push6 {
  position: relative;
  left: 360px;
}
.push5 {
  position: relative;
  left: 300px;
}
.push4 {
  position: relative;
  left: 240px;
}
.push3 {
  position: relative;
  left: 180px;
}
.push2 {
  position: relative;
  left: 120px;
}
.push1 {
  position: relative;
  left: 60px;
}
.pull16 {
  position: relative;
  left: -960px;
}
.pull15 {
  position: relative;
  left: -900px;
}
.pull14 {
  position: relative;
  left: -840px;
}
.pull13 {
  position: relative;
  left: -780px;
}
.pull12 {
  position: relative;
  left: -720px;
}
.pull11 {
  position: relative;
  left: -660px;
}
.pull10 {
  position: relative;
  left: -600px;
}
.pull9 {
  position: relative;
  left: -540px;
}
.pull8 {
  position: relative;
  left: -480px;
}
.pull7 {
  position: relative;
  left: -420px;
}
.pull6 {
  position: relative;
  left: -360px;
}
.pull5 {
  position: relative;
  left: -300px;
}
.pull4 {
  position: relative;
  left: -240px;
}
.pull3 {
  position: relative;
  left: -180px;
}
.pull2 {
  position: relative;
  left: -120px;
}
.pull1 {
  position: relative;
  left: -60px;
}
.prefix16 {
  padding-left: 960px;
}
.prefix15 {
  padding-left: 900px;
}
.prefix14 {
  padding-left: 840px;
}
.prefix13 {
  padding-left: 780px;
}
.prefix12 {
  padding-left: 720px;
}
.prefix11 {
  padding-left: 660px;
}
.prefix10 {
  padding-left: 600px;
}
.prefix9 {
  padding-left: 540px;
}
.prefix8 {
  padding-left: 480px;
}
.prefix7 {
  padding-left: 420px;
}
.prefix6 {
  padding-left: 360px;
}
.prefix5 {
  padding-left: 300px;
}
.prefix4 {
  padding-left: 240px;
}
.prefix3 {
  padding-left: 180px;
}
.prefix2 {
  padding-left: 120px;
}
.prefix1 {
  padding-left: 60px;
}
.suffix16 {
  padding-right: 960px;
}
.suffix15 {
  padding-right: 900px;
}
.suffix14 {
  padding-right: 840px;
}
.suffix13 {
  padding-right: 780px;
}
.suffix12 {
  padding-right: 720px;
}
.suffix11 {
  padding-right: 660px;
}
.suffix10 {
  padding-right: 600px;
}
.suffix9 {
  padding-right: 540px;
}
.suffix8 {
  padding-right: 480px;
}
.suffix7 {
  padding-right: 420px;
}
.suffix6 {
  padding-right: 360px;
}
.suffix5 {
  padding-right: 300px;
}
.suffix4 {
  padding-right: 240px;
}
.suffix3 {
  padding-right: 180px;
}
.suffix2 {
  padding-right: 120px;
}
.suffix1 {
  padding-right: 60px;
}
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.Fields:before,
.Fields:after,
.clearfix:before,
.clearfix:after,
.Actions:before,
.Actions:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.Fields:after,
.Actions:after,
.clearfix:after {
  clear: both;
}
.Fields,
.Actions,
.clearfix {
  zoom: 1;
}
.editor-text {
  width: 100%;
  height: 100%;
}
form {
  width: 960px;
}
form .Actions {
  padding: 0.3em 0;
  margin: 0;
  background-color: #c2d7e2;
}
form .swsection .Actions {
  margin: 10px 0 -10px 0;
}
.swgrid {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 0.3em;
  margin-top: 1em;
  border: 1px solid #d3e2ea;
}
.swgrid .grid-header {
  background-color: #d3e2ea;
  font-weight: bold;
  padding: 0.5em;
}
span.readonly,
select,
input,
button,
a.action {
  /*width:14em;*/
  height: 2.1em;
  padding: 0.3em;
  line-height: 1.5em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 0.3em;
  vertical-align: middle;
  color: #0d1e34;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
select,
input {
  background-color: #fff;
  border: 1px solid #d3e2ea;
}
select.singleSelected,
input.singleSelected {
  font-weight: bold;
}
span.loading,
input.loading {
  background: url('../../CL/images/loading.gif') no-repeat right center;
}
input[type="radio"],
input[type="checkbox"] {
  height: auto;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  background: transparent;
}
span.readonly {
  display: block;
  width: 100%;
  background-color: white;
  border: 1px solid #d3e2ea;
}
select.swlistbox {
  overflow: auto;
  height: auto;
}
select[disabled],
input[disabled] {
  background-color: white;
  border: 1px solid #d3e2ea;
}
input.action,
button,
a.action {
  background-color: #eef4f7;
  background-image: linear-gradient(to bottom, white, #d3e2ea);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd3e2ea', GradientType=0);
  height: 2em;
  padding: 0.2em;
  border: 1px outset #c2d7e2;
  cursor: pointer;
}
input.action:active,
button:active,
a.action:active {
  background-color: #dae7ee;
  background-image: linear-gradient(to bottom, #c2d7e2, white);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc2d7e2', endColorstr='#ffffffff', GradientType=0);
  border-style: inset;
}
a.action.reset,
button.reset {
  background-color: #fdfaf3;
  background-image: linear-gradient(to bottom, white, hsl(40, 75%, 93%));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fffbf2e0', GradientType=0);
  color: #5a93b1;
}
a.action.reset:active,
button.reset:active {
  background-color: #fcf7ec;
  background-image: linear-gradient(to bottom, hsl(40, 75%, 93%), white);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbf2e0', endColorstr='#ffffffff', GradientType=0);
}
a.action.default,
button.default {
  background-color: #ccdee7;
  background-image: linear-gradient(to bottom, #d3e2ea, #c2d7e2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd3e2ea', endColorstr='#ffc2d7e2', GradientType=0);
  border-color: #5a93b1;
  font-weight: bold;
}
a.action.disabled,
button.disabled,
button[disabled] {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
textarea {
  padding: 0;
  border: 1px solid #c2d7e2;
}
.required label.left:before {
  color: #5a93b1;
  content: '*';
}
.field {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  display: inline;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  overflow: visible;
  text-overflow: ellipsis;
}
.field label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.field.fullLabel label {
  overflow: visible;
}
.field select.error,
.field input.error {
  box-shadow: 0 0 2px red;
  background-color: #fee;
}
.field label.error {
  color: red;
  background: white;
  padding: 0.3em;
  display: none;
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 100;
}
.field:hover label.error {
  display: block;
}
.field.action {
  display: block;
  text-align: center;
}
.field.action button,
.field.action a.action {
  width: 100%;
}
.field input,
.field select,
.field textarea {
  width: 100%;
}
.field input[type="checkbox"],
.field input[type="radio"] {
  width: auto;
}
.swsection.yell,
.yell {
  background-color: white;
}
.swsection.yell .header h3,
.yell .header h3 {
  background-color: hsl(40, 75%, 93%);
}
.swsection.yell.outlined,
.yell.outlined {
  border-bottom: 1px solid white;
}
.swsection,
fieldset {
  background-color: white;
  display: block;
  margin: 0;
  padding: 0;
}
.swsection > .content,
fieldset > .content {
  padding: 1em 0;
}
.swsection > .header,
legend {
  display: block;
  margin: 0;
  line-height: 1.6em;
  color: #5a93b1;
  border: 0;
  background-color: #d3e2ea;
  vertical-align: middle;
}
.swsection > .header > h3,
legend > h3 {
  font-size: 1.4em;
  margin: 0;
  font-weight: normal;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #d3e2ea;
}
.swsection > .header > input[type=checkbox],
legend > input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
  width: 2em;
}
.swsection .swsection > .header {
  margin: 0;
}
.swsection .swsection > .header > h3 {
  background-color: white;
  font-size: 1.1em;
  font-weight: bold;
}
ul.swoptionset {
  padding: 0;
  margin: 0;
}
ul.swoptionset li {
  list-style-type: none;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.swoptionset.horizontal li {
  display: inline-block;
}
ul.swoptionset label {
  display: inline;
  white-space: nowrap;
}
.Fields .field.swlabel,
.Fields .field.swliteral,
.Fields .field.swcheckbox,
.Fields .swaction {
  padding-top: 20px;
}
.Fields .field.swlabel.SmallField,
.Fields .field.swliteral.SmallField,
.Fields .field.swcheckbox.SmallField,
.Fields .swaction.SmallField {
  padding-top: 0.4em;
}
.SmallFields .field.swcheckbox,
.Buttons .field.swaction,
.Actions .field.swaction {
  padding-top: 0.4em;
}
fieldset.yell {
  background-color: hsl(40, 75%, 93%);
}
fieldset.yell legend h3 {
  background-color: hsl(40, 75%, 75%);
}
#Content fieldset {
  width: 100%;
}
.small_fields .field {
  padding: 0.4em 0;
}
.small_fields .field label {
  display: none;
}
input.swdate {
  padding-right: 20px;
  width: 8em;
  background: #fff url('../../CL/images/icons.png') no-repeat right 3px;
}
input.swsuggest.select {
  padding-right: 14px;
  background-image: url('../../CL/images/icons.png');
  background-repeat: no-repeat;
  background-position: right -57px;
}
input.swdate:after {
  content: '...';
  display: inline-block;
  border: 1px solid #c2d7e2;
}
.ui-datepicker select {
  height: 1.6em;
  padding: 0;
}
.ui-menu-item {
  white-space: nowrap;
  text-overflow: ellipsis;
}
#Content.Login {
  text-align: center;
  font-size: 16.9px;
}
#Content.Login form {
  clear: both;
  margin: 0 auto;
  width: 360px;
}
#Content.Login input {
  font-size: 16.9px;
}
#Content.Login .field {
  display: inline;
  float: left;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  width: 340px;
}
@media print {
  body {
    background: transparent;
  }
  #Loading,
  #Header,
  #LeftBar,
  .res-tabs,
  .res-nav {
    display: none;
  }
  #ContentContainer {
    padding: 0;
    width: 960px;
    box-shadow: none;
  }
  #Content {
    padding: 0;
    margin: 0;
    border: 0;
    width: 960px;
    background: none;
  }
  #Content .res-form,
  #Content h2.res-title {
    border-top: 0;
    border-bottom: 0;
  }
}
.welcome {
  width: 100%;
  height: 140px;
  background: url(../images/welcome.png) no-repeat center center;
}
.welcome h2,
.welcome p {
  display: none;
}
h1,
h2,
h3,
h4,
h5 {
  color: black;
}
.swsection .header > h3,
legend > .h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em;
}
.xsltResult .swsection .header > h3 {
  background-color: #d3e2ea;
}
#Content h2.res-title {
  text-transform: uppercase;
  text-align: right;
}
form .Actions,
form .Fields {
  border-top: 0.3em solid #17365d;
  background-color: white;
}
#Header {
  opacity: 1;
}
.slick-cell,
.slick-headerrow-column {
  border-bottom-color: white;
}
.odd .slick-cell.selected {
  background-color: #c2d7e2;
}
.odd .slick-cell {
  background-color: transparent;
}
.slick-row:hover {
  background-color: #d3e2ea;
}
#ContentContainer {
  padding-bottom: 50px;
}
#Footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
}
#siteseal {
  display: block;
  text-align: right;
  margin: 0 1em;
}
