/* @group base url */
/* @end */
/* @group imports */
/*! normalize.css 2011-11-04T15:38 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */

  overflow-y: scroll;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 3 */

  -ms-text-size-adjust: 100%;
  /* 3 */

}
/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}
/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}
/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin-left: 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9 
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */

  *margin-left: -7px;
  /* 2 */

}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  /* 3 */

  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */

}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */

  -webkit-appearance: button;
  /* 2 */

  *overflow: visible;
  /* 3 */

}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, 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;
}
/*
 * Removes inner padding that is displayed in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* =============================================================================
   Tables
   ========================================================================== */
/* 
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* @group body */
body {
  background: #ffffff;

}
.container {
  margin: 0px 10px 40px 10px;
  padding-top: 10px;
  position: relative;
}
/* @end */
/* @group header */
.mainheader {
  *zoom: 1;
  -webkit-transition: box-shadow 200ms ease-in-out;
  -moz-transition: box-shadow 200ms ease-in-out;
  -ms-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  position: absolute;
  clear: both;
  right: 0;
  left: 0;
  z-index: 4;
}
.mainheader:before,
.mainheader:after {
  content: "";
  display: table;
}
.mainheader:after {
  clear: both;
}
.mainheader.sticky {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 4px 7px -2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 7px -2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 7px -2px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  background-color: #ffffff;
}
.mainheader.sticky .mainnav,
.mainheader.sticky .user {
  padding: 10px 10px 0 10px;
}
.user {
  *zoom: 1;
  position: absolute;
  right: 10px;
  top: 0;
  float: right;
  z-index: 2;
}
.user:before,
.user:after {
  content: "";
  display: table;
}
.user:after {
  clear: both;
}
.user .company-logo {
  width: 100%;
  background-position: right top;
  margin-bottom: 4px;
}
.user .language-switch {
  position: relative;
  display: inline-block;
  margin-top: 1px;
  top: -12px;
}
.user .language-switch .ui-inputfield,
.user .language-switch .ui-widget-content .ui-inputfield,
.user .language-switch .ui-widget-header .ui-inputfield {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.company-logo {
  display: block;
  border: 0;
  text-indent: -9999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;

  position: relative;



  width: 170px;
  height: 45px;
}
a.logout {
  font-weight: bold;
  margin-right: 15px;
  display: inline-block;
  line-height: 24px;
  color: #afafaf;
  background: transparent url("../gfx/icons/logout.png") no-repeat left 3px;
  padding-left: 24px;
  position: relative;
  top: 1px;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
a.logout:hover {
  color: red;
  background-position: left -47px;
}
.changePassword {
  font-weight: bold;
  margin-right: 15px;
  display: inline-block;
  line-height: 24px;
  color: #afafaf;
  background: transparent url("../gfx/icons/changePassword.png") no-repeat left 6px;
  padding-left: 16px;
  position: relative;
  top: -7px;
}
.preferredTimezone {
  margin-right: 15px;
  display: inline-block;
  line-height: 24px;
  color: #afafaf;
  padding-left: 16px;
  position: relative;
  top: -5px;
  left: -15px;
  opacity: 0.50;
  max-width: 150px;
  text-overflow: ellipsis;
}
.preferredTimezone:before {
  content: "\e940";
  font-family: 'primeicons';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  text-decoration: inherit;
  padding-right: 5px;
}
.preferredTimezone:hover {
  opacity: 100;
}
.changePassword:hover {
  color: red;
}
.appsIcon {
  font-weight: bold;
  margin-right: 15px;
  display: inline-block;
  line-height: 24px;
  color: #afafaf;
  background: transparent url("../gfx/icons/s3p-apps-icon.png") no-repeat left 6px;
  padding-left: 16px;
  position: relative;
  top: -7px;
}
.appsIcon:hover {
  color: red;
}
/* @end */
/* @group main navigation */
.mainnav {
  *zoom: 1;
  position: relative;
  margin-bottom: 40px;
  /* icons */
  /* menu */
}
.mainnav:before,
.mainnav:after {
  content: "";
  display: table;
}
.mainnav:after {
  clear: both;
}
.mainnav ul li.s3-navigator a:before,
.mainnav ul li.s3-fare a:before,
.mainnav ul li.s3-ticket a:before,
.mainnav ul li.s3-inventory a:before,
.mainnav ul li.s3-crm a:before,
.mainnav ul li.s3-rm a:before,
.mainnav ul li.s3-auth a:before,
.mainnav ul li.s3-config a:before,
.mainnav ul li.s3-validation a:before,
.mainnav ul li.s3-communication a:before,
.mainnav ul li.s3-orientation a:before,
.mainnav ul li.s3-payment a:before {
  -webkit-transition: color 150ms ease-out;
  -moz-transition: color 150ms ease-out;
  -ms-transition: color 150ms ease-out;
  transition: color 150ms ease-out;
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-size: 20px;
  margin: 0 5px 0 0;
  position: relative;
  float: left;
  color: #8e81ab;
  -webkit-font-smoothing: antialiased;
}
.mainnav ul li.s3-navigator > a:before {
  content: "\22";
}
.mainnav ul li.s3-fare > a:before {
  content: "\24";
}
.mainnav ul li.s3-ticket > a:before {
  content: "\26";
}
.mainnav ul li.s3-inventory > a:before {
  content: "\25";
}
.mainnav ul li.s3-crm > a:before {
  content: "\23";
}
.mainnav ul li.s3-rm > a:before {
  content: "\2a";
}
.mainnav ul li.s3-auth > a:before {
  content: "\27";
}
.mainnav ul li.s3-config > a:before {
  content: "\21";
}
.mainnav ul li.s3-validation > a:before {
  font-family: 'icomoon';
  content: "\e801";
}
.mainnav ul li.s3-communication > a:before {
  font-family: 'icomoon';
  content: "\e802";
}
.mainnav ul li.s3-orientation > a:before {
  font-family: 'icomoon';
  content: "\e803";
}
.mainnav ul li.s3-payment > a:before {
  font-family: 'icomoon';
  content: "\e800";
}
.mainnav ul {
  *zoom: 1;
  background: transparent;
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  zoom: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Calibri, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}
.mainnav ul:before,
.mainnav ul:after {
  content: "";
  display: table;
}
.mainnav ul:after {
  clear: both;
}
.mainnav ul li {
  *zoom: 1;
  float: left;
  margin-right: 10px;
  /* active */
}
.mainnav ul li:before,
.mainnav ul li:after {
  content: "";
  display: table;
}
.mainnav ul li:after {
  clear: both;
}
.mainnav ul li a {
  -webkit-transition: background-color 250ms ease-out;
  -moz-transition: background-color 250ms ease-out;
  -ms-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
  font-size: 14px;
  padding: 15px 7px;
  display: block;
  color: #514a66;
}
.mainnav ul li a:hover {
  color: #1e0358;
}
.mainnav ul li a:hover:before {
  color: #1e0358;
}
.mainnav ul li ul {
  display: none;
}
.mainnav ul li.hassubmenu, .submenu ul li.hassubmenu {
  padding-right: 25px !important;
  cursor: default;
  background: transparent url("../gfx/icons/sectionmenu-arrow.png") no-repeat right 7px;
  background-position-x: calc(90%);
}
.mainnav ul li.hassubmenu.active {
  margin-right: 0;
}
.mainnav ul li.hassubmenu.hover, .submenu ul li.hassubmenu.hover {
  background: transparent url("../gfx/icons/sectionmenu-arrow.png") no-repeat right -43px;
  background-position-x: calc(90%);
}
.mainnav ul li.hassubmenu.hover > a {
  background-color: #d0e4f0;
}
.mainnav ul li:last-child {
  margin-right: 0;
}
.mainnav ul li.active a {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border: 1px solid #fdba93;
  border-bottom-color: #fefefe;
  font-weight: 500;
  color: #f25c05;
  background-color: #fefefe;
  position: relative;
  z-index: 3;
}
.mainnav ul li.active a:before {
  color: #f25c05;
}
.mainnav ul li.submenu-visible ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0 3px 3px 3px;
  -moz-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  display: block;
  width: 100%;
  position: absolute;
  bottom: -30px;
  left: 0;
  padding: 0 10px;
  border: 1px solid #fdba93;
  background-color: #fefefe;
  z-index: 2;
}
.mainnav ul li.submenu-visible ul li:first-child ul {
  left: -11px;
}
.mainnav ul li.submenu-visible ul li {
  position: relative;
  padding-right: 5px;
  margin-right: 5px;
}
.mainnav ul li.submenu-visible ul li:after {
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: none;
  position: absolute;
  right: 0;
  top: 7px;
  font-size: 12px;
  content: "\007C";
  font-weight: 400;
  color: lightgray;
}
.mainnav ul li.submenu-visible ul li a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: normal;
  border: none;
  color: #362a4f;
  background-color: transparent;
}
.mainnav ul li.submenu-visible ul li a:hover {
  background-color: #d0e4f0;
}
.mainnav ul li.submenu-visible ul li a:before {
  display: none;
}
.mainnav ul li.submenu-visible ul li.active {
  padding-right: 0;
}
.mainnav ul li.submenu-visible ul li.active:after {
  display: none;
}
.mainnav ul li.submenu-visible ul li.active a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  color: #ffffff;
  background-color: #f25c05;
}
.mainnav ul li.submenu-visible ul li.active ul li a {
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: normal;
  padding: 5px;
  border: none;
  background-color: transparent;
  color: #1e0358;
}
.mainnav ul li.submenu-visible ul li ul {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
  width: 200px;
  visibility: hidden;
  left: -7px;
  top: 30px;
  padding: 0 5px 5px 5px;
  bottom: inherit;
  z-index: 3;
  border-top-color: #fefefe;
  background-color: #fefefe;
}
.mainnav ul li.submenu-visible ul li ul li {
  float: none;
  clear: both;
  margin: 0 0 5px 0;
}
.mainnav ul li.submenu-visible ul li ul li:after {
  display: none;
}
.mainnav ul li.submenu-visible ul li ul li a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  margin: 0;
  border: none;
  color: #1e0358;
}
.mainnav ul li.submenu-visible ul li ul li a:hover {
  color: #1e0358;
  background-color: #d0e4f0;
}
.mainnav ul li.submenu-visible ul li ul li:last-child {
  margin-bottom: 0;
}
.mainnav ul li.submenu-visible ul li ul li.active a {
  color: #ffffff;
  background-color: #f25c05;
  padding: 5px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}
.mainnav ul li.submenu-visible ul li ul li.active a:hover {
  color: #ffffff;
}
/* @end */
/* @group panels */
.contentpane,
.filterbar,
.buttonbar,
.output,
form {
  *zoom: 1;
  position: relative;
}
.contentpane:before,
.filterbar:before,
.buttonbar:before,
.output:before,
form:before,
.contentpane:after,
.filterbar:after,
.buttonbar:after,
.output:after,
form:after {
  content: "";
  display: table;
}
.contentpane:after,
.filterbar:after,
.buttonbar:after,
.output:after,
form:after {
  clear: both;
}
.filterbar {
  *zoom: 1;
  clear: both;
  /*
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border: none;
  border-bottom: 1px solid @border-color;
  */
}
.filterbar:before,
.filterbar:after {
  content: "";
  display: table;
}
.filterbar:after {
  clear: both;
}
.filterbar label {
  margin-right: 10px;
}
.buttonbar {
  clear: both;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border: none;
  border-top: 1px solid #e1e1e1;
}
.leftpane,
.centerpane,
.rightpane {
  *zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  clear: none !important;
  float: left;
  padding: 0;
  margin: 0;
}
.leftpane:before,
.centerpane:before,
.rightpane:before,
.leftpane:after,
.centerpane:after,
.rightpane:after {
  content: "";
  display: table;
}
.leftpane:after,
.centerpane:after,
.rightpane:after {
  clear: both;
}
.leftpane {
  width: 24%;
  margin: 0 1% 0 0;
}
.rightpane {
  width: 75%;
  margin: 0;
}
.scrollable-content {
  *zoom: 1;
  clear: both;
  position: relative;
  padding-top: 86px;
}
.scrollable-content:before,
.scrollable-content:after {
  content: "";
  display: table;
}
.scrollable-content:after {
  clear: both;
}
/* @end */
/* @group footer */
.mainfooter {
  *zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 5px 10px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}
.mainfooter:before,
.mainfooter:after {
  content: "";
  display: table;
}
.mainfooter:after {
  clear: both;
}
.mainfooter ul {
  position: relative;
  background: transparent;
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  zoom: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.mainfooter ul li {
  position: relative;
  clear: none;
  float: left;
  display: inline;
  color: #330066;
  line-height: 30px;
  margin-right: 10px;
}
.mainfooter ul li.main-help a {
  cursor: help;
}
.mainfooter ul li.main-help a span {
  border: 0;
  text-indent: -9999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  background: url("../gfx/icons/help-icon.png") no-repeat center center transparent;
  background-size: 16px;
  width: 16px;
  height: 16px;
  margin: 7px 8px 0 0;
  float: left;
  position: relative;
  display: block;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
}
.mainfooter ul li.main-help a:hover {
  text-decoration: underline;
}
.mainfooter ul li.main-help a:hover span {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.mainfooter ul li span {
  color: #ff6600;
}
.mainfooter ul li:last-child {
  float: right;
  margin-right: 0;
}
.mainfooter ul li:last-child a.sqills {
  display: block;
  border: 0;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  float: right;
  background: url("../gfx/logos/sqills.png") no-repeat center center transparent;
  text-indent: -9999em;
  width: 90px;
  height: 30px;
}
/* @end */
/* @group login */
.container.login {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  width: 600px;
  margin: 25px auto;
}
.container.login .scrollable-content {
  padding-top: 0;
}
.container.login .mainheader {
  border: none;
  position: relative;
  height: 70px;
  border-bottom: 1px dotted #e1e1e1;
  width: 100%;
  background: #f1f1f1;
}
.container.login .mainheader a.company-logo {
  float: right;
  right: 10px;

  top: 10px;
}
.login {
  *zoom: 1;
  position: relative;
  padding: 15px;
}
.login:before,
.login:after {
  content: "";
  display: table;
}
.login:after {
  clear: both;
}
.login h1 {
  margin: 0;
}
.login form fieldset {
  border: none;
  padding: 10px 0;
}
.login form fieldset table tr td {
  padding: 5px 10px 5px 0;
}
/* @end */
/* @group loader */
.loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 9999;
}
.loader .inner {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35);
  width: 400px;
  padding: 80px 25px 25px 25px;
  position: absolute;
  left: 50%;
  top: 35%;
  font-weight: normal;
  font-size: 16px;
  margin: -30px 0 0 -200px;
}
.loader .inner img {
  margin-right: 16px;
  width: 24px;
  height: 24px;
  float: left;
}
.loader .inner p {
  margin: 0;
  width: 360px;
  float: left;
  line-height: 24px;
}
/* @end */
/* @group upgrade browser */
.upgradebrowser {
  background: transparent;
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  zoom: 1;
  position: relative;
  border: 1px solid #e1e1e1;
  border-left: none;
  border-right: none;
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  margin: 100px auto;
  padding: 20px;
  width: 500px;
  font-size: 1.1em;
  line-height: 1.4em;
}
.upgradebrowser a {
  text-decoration: underline;
}
.upgradebrowser a:hover {
  text-decoration: none;
}
/* @end */
/* @group floats */
.floatleft {
  float: left !important;
}
.floatright {
  float: right !important;
}
/* @end */
/* @group mixins */
.reset {
  position: relative;
  background: transparent;
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  zoom: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.inline {
  position: relative;
  clear: none;
  float: left;
  display: inline;
}
.no-appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
/* @end */
/* @group theme changes */
/* generic */
label {
  color: #666;
}
label.required {
  background: transparent url("../gfx/forms/asterisk.png") no-repeat right -3px;
  padding-right: 20px;
}
*.disabled {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed;
}
form table label {
  margin-right: 10px;
}
ul.inline {
  position: relative;
  background: transparent;
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  zoom: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
ul.inline li {
  position: relative;
  clear: none;
  float: left;
  display: inline;
}
/* forms */
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  min-width: 100px;
  max-width: 250px;
}
input.filter-weekday[type="checkbox"] {
  min-width: 45px !important;
}
/* custom select */
select {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  padding: 4px;
  padding-right: 30px;
  text-align: left;
  vertical-align: top;
  font-size: 12px;
  border: 1px solid #CBC3BE;
  background: #ffffff url("../gfx/forms/select-arrow.png") no-repeat right center !important;
  font-style: normal;
  line-height: normal;
  margin: 0;
  outline: none;
}
/*For IE10+*/
select::-ms-expand {
    display: none;
}
/* buttonbar */
.buttonbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 5px 0 !important;
  padding: 10px 0 0 0 !important;
  border: none !important;
  border-top: 1px solid #e1e1e1 !important;
}
.buttonbar .ui-panel-content.ui-widget-content {
  border: none;
  float: right;
  width: 100%;
}
.buttonbar .ui-button {
  float: right;
  margin: 0 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /*
  &.action {

    span.ui-button-text.ui-c {
      color: @white;
      text-shadow: none;
      border-color: darken(@base-style-2, 15%);
      background-color: @base-style-2;
    }

  }
  */
}
.ui-dialog .buttonbar {
  padding-bottom: 10px !important;
}
.ui-dialog .buttonbar .floatleft,
.ui-dialog .buttonbar .floatright {
  margin-bottom: 10px;
}
.ui-dt-c .buttonbar {
  background: none !important;
  border: none !important;
}
.ui-dt-c .buttonbar div {
  display: inline-block;
}
.ui-dt-c .buttonbar .revenue-settings.product-name {
  display: inline-block;
  float: left;
}
/* buttons */
.ui-button-text-only .ui-button-text {
  text-shadow: 0 1px 0 #ffffff;
}
/* panels */
.ui-panel {
  padding: 0;
}
.ui-tabs.ui-widget-content {
  position: relative;
  background: transparent;
  list-style: none;
  margin: 0;
  padding: 0;
  zoom: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.ui-panel .ui-panel-titlebar {
  padding: 0;
  margin-bottom: 10px;
}
.ui-widget-header {
  border: none;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.ui-widget-content,
.ui-panel-content {
  border: none;
}
.ui-panel .ui-panel-content {
  padding: 0;
}
/* states */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border-color: #e1e1e1;
  background: #d0e4f0;
}
.ui-inputfield.ui-state-default,
.ui-widget-content .ui-inputfield.ui-state-default,
.ui-widget-header .ui-inputfield.ui-state-default {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ui-inputfield.ui-state-focus,
.ui-widget-content .ui-inputfield.ui-state-focus,
.ui-widget-header .ui-inputfield.ui-state-focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #333333;
}
.ui-inputfield {
  padding: 2px;
}
li.switchLanguage div.ui-helper-hidden-accessible label {
  padding: 2px;
  background-color: red !important;
}
/* legends */
fieldset.ui-fieldset .ui-fieldset-legend {
  background: transparent;
  padding: 0;
  border: none;
  font-weight: bold;
}
fieldset.ui-fieldset {
  border: none;
  padding: 10px 0;
}
/* @end */
/* @group primefaces theme change */
/* in place edit */
span.ui-inplace-display {
  border: 1px solid #e1e1e1;
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  float: left;
  overflow: hidden;
}
.avviewer .ui-inplace-display {
  background-color: #fff;
  padding: 2px 10px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  float: none !important;
}
/* pick list */
.ui-picklist .ui-picklist-list {
  border: 1px solid #e1e1e1;
  height: 110px;
}
.ui-button-icon-only .ui-button-text {
  padding: 4px;
  line-height: normal;
}
table.ui-picklist td {
  vertical-align: bottom !important;
}
/* data tables */
.ui-datatable.ui-widget {
  padding-bottom: 5px;
}
.ui-datatable th,
.ui-datatable thead th,
.ui-datatable tfoot td {
  white-space: normal;
  text-align: left;
}
.ui-datatable thead th,
.ui-datatable tbody td,
.ui-datatable tfoot td {
  white-space: inherit !important;
}
table tr td,
table tr th {
  padding: 5px;
}
table thead tr th {
  font-weight: bold !important;
}
.ui-datatable th,
.ui-datatable thead th,
.ui-datatable tfoot td,
.ui-datatable .ui-datatable-data td,
.ui-datatable .ui-datatable-data-empty td {
  padding: 5px;
}
.ui-datatable th div.ui-dt-c,
.ui-datatable .ui-datatable-data td div.ui-dt-c,
.ui-datatable .ui-datatable-data-empty td div.ui-dt-c,
.ui-datatable tfoot td div.ui-dt-c {
  padding: 0;
}
.ui-paginator.ui-paginator-bottom.ui-widget-header {
  text-align: center;
  padding: 5px 0;
  border: none;
}
.ui-datatable select.ui-column-filter {
  width: auto !important;
}
.ui-datatable .ui-column-filter {
  width: 80px;
  margin: 5px 0 0 0;
}
.ui-datatable thead tr th input.ui-column-filter {
  background: #ffffff url("../gfx/icons/search.png") no-repeat right center;
  padding-right: 20px;
}
.ui-datatable .ui-paginator.ui-paginator-top.ui-widget-header,
hr {
  display: none !important;
}
.ui-datatable .ui-datatable-data td,
.ui-datatable .ui-datatable-data-empty td {
  border-color: #e1e1e1;
}
.ui-datatable .ui-sortable-column-icon {
  left: auto;
  right: 5px;
}
/* datepicker */
.ui-inputfield.hasDatepicker {
  background: url("../gfx/icons/calendar.png") no-repeat right center #fefefe !important;
}
table.ui-datepicker-calendar tbody tr td {
  padding: 0;
  border-bottom: 1px solid #e1e1e1;
}
table.ui-datepicker-calendar tbody tr td a.ui-state-default {
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  border-color: #ffffff;
}
table.ui-datepicker-calendar tbody tr td.ui-datepicker-today a {
  border-color: #1E90FF;
  border-width: 1px;
}
/* border panel and shadow */
.ui-menu,
.ui-datepicker,
.ui-selectonemenu-panel,
.ui-growl-item {
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.ui-growl {
	top: 15px;
    right: 15px;
    z-index: 99999 !important;
}
.ui-growl-title {
    font-weight: 400;
}
.ui-growl-icon-close {
	width: 100%;
	height: 100%;
	background-image: none !important;
}
.ui-growl-item-container {
    margin-bottom: 15px;
    background: transparent;
    border: none;
    opacity: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.ui-growl-item {
    padding: 0;
    background-color: #FFFFFF;
    border: none;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.ui-growl-message {
    color: #222;
    padding: 10px 10px 5px 46px;
    float: none;
    width: auto;
    max-width: 320px;
    word-break: break-word;
}
.ui-growl-image {
    width: 16px;
    height: 16px;
    margin: 10px;
    background-color: transparent;
    background-size: 16px;
    background-repeat: no-repeat;
    background-image: url("../gfx/notification/growl-image-replacement.png");
    z-index: 1;
}

.ui-growl-image.ui-growl-image-info {
    background-position: 0 -32px;
}

.ui-growl-image.ui-growl-image-info + .ui-growl-severity + .ui-growl-message {
    -webkit-box-shadow: inset 36px 0 0 #4b8cfa;
    -moz-box-shadow: inset 36px 0 0 #4b8cfa;
    box-shadow: inset 36px 0 0 #4b8cfa;
}

.ui-growl-image.ui-growl-image-warn {
    background-position: 0 -48px;
}

.ui-growl-image.ui-growl-image-warn + .ui-growl-severity + .ui-growl-message {
    -webkit-box-shadow: inset 36px 0 0 #ff9f2f;
    -moz-box-shadow: inset 36px 0 0 #ff9f2f;
    box-shadow: inset 36px 0 0 #ff9f2f;
}

.ui-growl-image.ui-growl-image-error {
    background-position: 0 0;
}

.ui-growl-image.ui-growl-image-error + .ui-growl-severity + .ui-growl-message {
    -webkit-box-shadow: inset 36px 0 0 #ff6b6b;
    -moz-box-shadow: inset 36px 0 0 #ff6b6b;
    box-shadow: inset 36px 0 0 #ff6b6b;
}

.ui-growl-image.ui-growl-image-fatal {
    background-position: 0 -16px;
}

.ui-growl-image.ui-growl-image-fatal + .ui-growl-severity + .ui-growl-message {
    -webkit-box-shadow: inset 36px 0 0 #ff6b6b;
    -moz-box-shadow: inset 36px 0 0 #ff6b6b;
    box-shadow: inset 36px 0 0 #ff6b6b;
}
.ui-autocomplete-panel {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
/* dialog */
.ui-dialog .ui-dialog-titlebar {
  padding: 10px 10px 15px 10px;
  border-bottom: 1px solid #e1e1e1;
}
.ui-dialog-titlebar {
  background: #fafafa;
  font-weight: normal;
  font-size: 1.375em;
}
.ui-dialog .ui-dialog-content {
  min-height: 100px;
  padding-bottom: 0;
}
.ui-dialog .ui-dialog-content .ui-panel-content.ui-widget-content,
.ui-dialog .ui-dialog-content .ui-tabs-panel.ui-widget-content {
	max-height: 450px;
}
/* nested */
.ui-dialog .ui-dialog-content .ui-panel-content.ui-widget-content .ui-widget-content,
.ui-dialog .ui-dialog-content .ui-tabs-panel.ui-widget-content .ui-widget-content {
  max-height: none !important;
}
.ui-dialog {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.auto-complete-multiple .ui-autocomplete-multiple-container {
	width:192px;
}
.ui-widget-overlay {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
/* sliders */
.ui-slider.ui-widget {
  border: 1px solid #e1e1e1;
}
table .ui-slider.ui-widget {
  margin: 0 5px;
}
.ui-slider.ui-slider-horizontal {
  width: 100px;
  height: 6px;
}
.ui-slider .ui-slider-handle {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  width: 10px;
  height: 10px;
}
.ui-slider.ui-slider-vertical {
  height: 100px;
}
/* tabs */
.ui-tabs .ui-tabs-nav.ui-widget-header {
  border-bottom: 1px solid #e1e1e1;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  position: relative;
  top: 2px;
  z-index: 2;
  background: #d0e4f0;
}
/* theme gradient removal */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #fefefe;
}
.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 {
  background: #f5f5f5;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #f0f0f0;
}
/* @end */
/* @group demand period */
.contentpane.demand-period .leftpane form table thead {
  display: none;
}
.contentpane.demand-period .leftpane form table tr td:first-child {
  width: 10%;
}
.contentpane.demand-period .leftpane table,
.contentpane.demand-period .leftpane table tr th,
.contentpane.demand-period .leftpane table tr td {
  border: none;
}
.contentpane.demand-period .leftpane form table tr td label {
  margin: 0;
  width: 16px;
  height: 16px;
  display: block;
  overflow: hidden;
  float: left;
  border: 1px solid #e1e1e1;
}
.contentpane.demand-period .leftpane form table tr td button {
  float: right;
}
.contentpane.demand-period .rightpane .ui-datagrid-column {
  padding: 0 1%;
  width: 31%;
  vertical-align: top;
}
.contentpane.demand-period .rightpane .ui-datagrid-column table {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}
.contentpane.demand-period .rightpane .ui-datagrid-column table thead th {
  padding: 5px 0;
  text-align: center;
  color: #4b4b4b;
  text-shadow: 0 1px 0 #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));
  background-image: -webkit-linear-gradient(#ffffff, #f1f1f1);
  background-image: -moz-linear-gradient(#ffffff, #f1f1f1);
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  font-size: 1.375em;
  line-height: 1.75em;
}
.contentpane.demand-period .rightpane .ui-datagrid-column table tr td {
  border-left: none;
  border-right: none;
  padding: 0;
}
.contentpane.demand-period .rightpane .ui-datagrid-column table tr td a div {
  text-indent: -70px;
  margin-left: 70px;
  display: block;
  padding: 5px;
}
/* @end */
/* @group demand defaults */
.contentpane.demand-default hr {
  display: none;
}
.contentpane.demand-default .tableSelection tr td {
  padding-bottom: 0;
}
.contentpane.demand-default .tableSelection tr td {
  vertical-align: top;
}
.contentpane.demand-default table.demandDefault {
  width: 100%;
  border-collapse: collapse;
}
.contentpane.demand-default table.demandDefault tr td {
  border: 1px solid #e1e1e1;
}
.contentpane.demand-default table.demandDefault tr td table tr td {
  border: none;
}
.contentpane.demand-default table.demandDefault input {
  text-align: left !important;
  width: 40px;
  min-width: 40px;
}
.contentpane.demand-default table.demandDefault tr td.station {
  width: 150px;
  border: none;
  border-right: 1px solid #e1e1e1;
  font-weight: bold;
  text-align: right;
}
.contentpane.demand-default table.demandDefault tr.stationFrom td {
  height: 30px;
  vertical-align: middle;
  text-align: center;
}
.contentpane.demand-default table.demandDefault tr.stationFrom td.station {
  text-align: right;
}
/* from here */
.cleanDataList,
.inventoryClassPanel li {
  display: none;
}
.stationName {
  font-weight: bold;
}
.demandDefault th.stationTo {
  white-space: normal;
  text-align: center;
}
.demandDefault td.parentCell {
  background-color: #B9DBED;
}
.demandDefault td.activeParentCell {
  background-color: #F5F5A4;
}
/* @end */
/* @group odgroup */
.ui-tabs-panels .ui-datatable-scrollable .ui-datatable-scrollable-header-box,
.ui-tabs-panels .ui-datatable-scrollable .ui-datatable-scrollable-footer-box {
  padding: 0;
  float: none;
}
.ui-datatable-scrollable .ui-datatable-scrollable-body table,
.ui-datatable-scrollable .ui-datatable-scrollable-header table,
.ui-datatable-scrollable .ui-datatable-scrollable-footer table {
  width: 100%;
}
.revenue-settings.product-name {
  font-size: 1.375em;
  line-height: 1.4em;
}
.odGroup-datatable {
  width: auto;
  border: none;
}
.odGroup-datatable thead tr th,
.odGroup-datatable tbody tr td {
	vertical-align: top;
}
.odGroup-datatable div {
  width: auto !important;
}
.odGroup-valid {
  width: 100%;
}
.odGroup-invalid {
  width: 100%;
  padding: 10px;
}
.odGroup-datatable td.odGroup-column1 {
  text-align: right;
}
.odGroup-datatable td.odGroup-column2 {
  text-align: left;
  vertical-align: top;
  padding: 0px;
}
.odGroup-datatable td.odGroup-column3 {
	max-width: 50px;
	width: 50px;
	min-width: 50px;
}
.odGroup-datatable div.ui-datatable-scrollable-body {
	height: auto !important;
	max-height: 250px;
}
/* @end */
/* @group booking modificationlist */
.multiSegmentImage {
  float: right;
  padding: 0;
  margin: 0;
  width: 25px;
  height: 15px;
  overflow: hidden;
  border: none !important;
  background: transparent url("../gfx/icons/connection-transfers.png") no-repeat;
  background-position: center; 
}
.ui-datatable.bookingModificationList table table tr td {
  border: none !important;
}
.ui-datatable.bookingModificationList table tr td div {
  vertical-align: top;
}
.ui-datatable.bookingModificationList table tr td button {
  float: right;
  padding: 0;
  margin: 0;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background: transparent url("../gfx/icons/search.png") no-repeat 2px 2px;
}
.ui-datatable.bookingModificationList table tr td button span.ui-button-text {
  padding: 0;
  margin: 0;
  float: left;
  text-indent: -9999em;
}
/* @end */
/* @group rm-data table */
.contentpane.departure-list-data-table .ui-datatable.ui-widget {
  position: relative;
  padding: 1px;
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.contentpane.departure-list-data-table .ui-datatable.ui-widget thead tr th:first-child,
.contentpane.departure-list-data-table .ui-datatable.ui-widget thead tr th:last-child {
  border-left: none;
  border-right: none;
}
.contentpane.departure-list-data-table .ui-datatable.ui-widget thead th {
  border-top: none;
  border-bottom: none;
  border-color: #cecece;
}
.contentpane.departure-list-data-table .ui-datatable.ui-widget tbody tr:hover td {
  background-color: #ffffc9;
  cursor: pointer;
}
.contentpane.departure-list-data-table .ui-datatable.ui-widget tbody tr td {
  border-left-color: #f1f1f1;
  border-right-color: #f1f1f1;
}
.contentpane.departure-list-data-table .ui-sortable-column {
  vertical-align: top;
}
.contentpane.departure-list-data-table tr.ui-datatable-odd td {
  background: #fafafa;
}
.contentpane.departure-list-data-table tfoot tr td {
  font-weight: normal;
  color: #666;
}
.contentpane.departure-list-data-table span.received-data {
  float: left;
  text-align: left;
}
.contentpane.departure-list-data-table span.expected-data {
  float: right;
  text-align: right;
}
/* @end */
/* @group rm-dashboard */
.contentpane.revenue-dashboard .leftpane {
  width: 49%;
  margin: 0 1% 0 0;
}
.contentpane.revenue-dashboard .rightpane {
  width: 49%;
  margin: 0 0 0 1%;
}
.contentpane.revenue-dashboard .jqplot-target {
  width: 450px !important;
  /* height: auto !important; */

}
.rm-dashboard {
  position: relative;
}
.rm-dashboard .ui-panel hr.ui-separator {
  margin: 10px 0;
}
.rm-dashboard .ui-panel-title {
  padding: 0;
  margin: 0;
  font-size: 1.1em;
}
.rm-dashboard .ui-panel table tr td {
  padding: 0 5px;
  vertical-align: middle;
}
.rm-dashboard .ui-panel .ui-panel {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}
.rm-dashboard .ui-panel .ui-panel .ui-panel-content {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}
.rm-dashboard .ui-panel-content.ui-widget-content table {
  width: auto;
}
.rm-dashboard .ui-panel-content.ui-widget-content table tr td,
.rm-dashboard .ui-panel-content.ui-widget-content table tr th {
  text-align: left;
}
.rm-dashboard .ui-panel-content.ui-widget-content table tr th {
  border-bottom: 1px solid #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
}
.rm-dashboard .ui-panel-content.ui-widget-content table tr th label {
  font-size: 1.1em;
  font-weight: bold;
  cursor: default;
}
.rm-dashboard .ui-panel-content.ui-widget-content table tr td select {
  width: 200px;
}
/* outcomes */
.rm-dashboard .filterOutcomes .ui-panel-content.ui-widget-content table,
.rm-dashboard .comparisonOutcomes .ui-panel-content.ui-widget-content table {
  width: 100%;
}
.rm-dashboard .filterOutcomes .ui-panel-content.ui-widget-content table tr td,
.rm-dashboard .comparisonOutcomes .ui-panel-content.ui-widget-content table tr td {
  padding: 5px 5px 0 5px;
}
/* types */
.rm-inset {
  min-width: 100px;
  position: relative;
  float: left;
  text-align: right;
  padding: 3px 5px 3px 28px;
  background-color: transparent;
  background-position: 5px center;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  font: bold 1.1em / normal "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
}
.rm-inset.positive {
  background-color: #aaf09b;
  border-color: #5bc444;
}
.rm-inset.negative {
  background-color: #ff9696;
  border-color: #ff4c50;
}
/* icons */
.rm-inset.percentage {
  text-align: left;
  width: 89%;
  padding: 1px;
  background: #e5e5e5;
}
.rm-inset.percentage strong {
  position: relative;
  vertical-align: middle;
  float: left;
  text-align: right;
  padding: 2px 0;
  height: 3px;
  border: solid 1px #b7b7b7;
  background: #fff;
  z-index: 3;
}
.rm-dashboard table tr td em.percentage {
  position: relative;
  display: block;
  text-align: left;
  font: bold 1.1em/1.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.number {
  background-image: url("../gfx/custom/number.png");
}
.amount {
  background-image: url("../gfx/custom/amount.png");
}
/* underline links */
.contentpane.revenue-settings-overall-stat a,
.demands-link a {
  text-decoration: underline;
}

.revenue-settings-enlarge-chart {
  height: 600px;
  width: 1200px;
  z-index: 0;
}
.revenue-settings-panel-chart {
  height: 250px;
  width: 1500px;
  z-index: 0;
}
/* @group revenue settings */
.contentpane.revenue-settings-top .leftpane {
  width: 19%;
  overflow: hidden;
}
.contentpane.revenue-settings-top .rightpane {
  width: 80%;
  overflow: hidden;
}
.contentpane.revenue-settings-top {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.contentpane.revenue-settings-top .buttonbar {
  padding-bottom: 10px !important;
}
.odGroupTable .ui-datatable-data td {
  border-width: 0;
}

.odGroupTable .bottomBorderColumn {
	border-left:none; 
	border-right: none; 
	border-top: none;
}

/* @end */
/* revenue table progress */
.revenue-table .ui-progressbar {
  width: 50px;
  position: relative;
  background: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#ffffff));
  background-image: -webkit-linear-gradient(#f1f1f1, #ffffff);
  background-image: -moz-linear-gradient(#f1f1f1, #ffffff);
  border: 1px solid #e1e1e1;
  line-height: 15px;
  height: 15px;
  display: inline-block;
}
.revenue-table .ui-progressbar .ui-progressbar-value.ui-widget-header {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 0;
}
.revenue-table .ui-progressbar .progressBarCaption1,
.revenue-table .ui-progressbar .progressBarCaption2 {
  position: absolute;
  left: 5px;
  float: left;
  color: #333333;
}
.revenue-table .ui-progressbar .ui-progressbar-label {
	position: static;
}
/* @end */
/* @group carriage drag drop */
.draggablepane {
  border-bottom: 1px solid #e1e1e1;
}
.draggablepane,
.droppablepane {
  *zoom: 1;
  position: relative;
  margin-bottom: 15px;
}
.draggablepane:before,
.droppablepane:before,
.draggablepane:after,
.droppablepane:after {
  content: "";
  display: table;
}
.draggablepane:after,
.droppablepane:after {
  clear: both;
}
.draggablepane ul.inline {
  float: left;
}
.draggablepane ul.inline li {
  position: relative;
  clear: none;
  float: left;
  display: inline;
  display: block;
  margin: 0 5px 5px 0;
}
.carriage,
.carriagedroppable {
  border: 1px solid #e1e1e1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#ffffff));
  background-image: -webkit-linear-gradient(#f1f1f1, #ffffff);
  background-image: -moz-linear-gradient(#f1f1f1, #ffffff);
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.78571429em;
  padding: 5px 10px 5px 10px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  float: left;
  overflow: hidden;
  font-weight: bold;
  cursor: move;
}
.carriagedroppable {
  border: 1px solid #d8d8d8;
  background: #d8d8d8;
}
/*
input.carriagenumber {
	width: 30px !important;
	text-align: center;
	padding: 0;
	margin: 0 0 0 3px;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	vertical-align: middle;
	line-height: normal;
}
*/
ul.carriageline {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.carriageline img {
  display: none;
}
ul.carriageline li.first-child {
  float: left;
  margin: 0;
  border: none;
}
ul.carriageline li {
  position: relative;
  clear: none;
  float: left;
  display: inline;
  margin: 0 10px 10px 0;
  padding: 0;
}
ul.carriageline li.last-child {
  border: none;
}
.inline.stationline {
  position: relative;
  clear: both;
  display: block;
  overflow: hidden;
  padding: 10px 0 10px 0;
  background: transparent url("../gfx/bg/stationline.png") no-repeat right bottom;
}
.inline.stationline li {
  padding: 0 0 5px 0;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 1.2em;
  color: #ff6600;
}
/* @end */
/* @group carriage layout */
.carriagelayout {
  position: relative;
}
.carriagelayout .ui-datatable tr td,
.carriagelayout .ui-datatable tr th {
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
  vertical-align: middle;
}
.carriagelayout .ui-datatable tbody tr td {
  border-bottom: 1px solid #e1e1e1;
}
.carriagelayout table thead tr td,
.carriagelayout table thead tr th,
.carriagelayout table tfoot tr td {
  font-weight: bold;
  font-style: normal;
  padding: 0;
  margin: 0;
}
.carriagelayout table .firststation,
.carriagelayout table .carriagecell,
.carriagelayout table .laststation {
  font-weight: bold;
  font-size: 1.1em;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}
.carriagelayout table .firststation {
  border: none;
  padding-bottom: 20px;
  background: transparent url("../gfx/custom/firststation.png") no-repeat left bottom;
}
.carriagelayout table .carriagecell {
  padding: 8px;
  border: none;
  background: transparent url("../gfx/custom/carriagecell.png") no-repeat left center;
  /* border-right: 2px solid #CECECE; */

}
.carriagelayout table .laststation {
  border: none;
  padding-top: 30px;
  background: transparent url("../gfx/custom/laststation.png") no-repeat left top;
}
.carriagelayout table tr td.rowactions {
  vertical-align: middle;
  text-align: right;
  padding: 0;
}
.carriagelayout table tr td.rowactions ul.inline {
  background: transparent;
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  zoom: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  float: right;
}
.carriagelayout table tr td.rowactions ul.inline li {
  margin: 0 5px 0 0;
}
.carriagelayout table tr td.rowactions ul.inline li:last-child {
  margin: 0;
}
.carriagelayout table tr td.rowactions ul.inline.commandList {
  position: relative;
  float: left;
}
/* icons */
.carriagelayout table tr td.rowactions ul.inline a {
  position: relative;
  float: left;
  margin: 0;
  padding: 3px;
  border: 1px solid #fff;
  overflow: hidden;
  width: 16px;
  height: 16px;
  text-indent: -9999em;
  text-decoration: none;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}
.carriagelayout table tr td.rowactions ul.inline a:hover {
  border-color: #CECECE;
}
.carriagelayout a.rowmoveup_enabled,
.carriagelayout .rowmoveup_disabled {
  background-image: url("../gfx/icons/rowmoveup.png");
}
.carriagelayout a.rowmovedown_enabled,
.carriagelayout .rowmovedown_disabled {
  background-image: url("../gfx/icons/rowmovedown.png");
}
.carriagelayout a.rowblock_enabled,
.carriagelayout .rowblock_disabled {
  background-image: url("../gfx/icons/rowblock_enabled.png");
}
.carriagelayout a.rowdelete_enabled,
.carriagelayout .rowdelete_disabled {
  background-image: url("../gfx/icons/rowdelete.png");
}
.carriagelayout .rowmoveup_disabled,
.carriagelayout .rowmovedown_disabled,
.carriagelayout .rowblock_disabled,
.carriagelayout .rowdelete_disabled {
  cursor: not-allowed;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
/* @end */

/* @group route station layout */

.routeStationLayout table tr td.rowactions {
  vertical-align: middle;
  text-align: right;
  padding: 0;
}
.routeStationLayout table tr td.rowactions ul.inline {
  background: transparent;
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  zoom: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  float: right;
}
.routeStationLayout table tr td.rowactions ul.inline li {
  margin: 0 5px 0 0;
}
.routeStationLayout table tr td.rowactions ul.inline li:last-child {
  margin: 0;
}
.routeStationLayout table tr td.rowactions ul.inline.commandList {
  position: relative;
  float: left;
}
/* icons */
.routeStationLayout table tr td.rowactions ul.inline a {
  position: relative;
  float: left;
  margin: 0;
  padding: 3px;
  border: 1px solid #fff;
  overflow: hidden;
  width: 16px;
  height: 16px;
  text-indent: -9999em;
  text-decoration: none;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}
.routeStationLayout table tr td.rowactions ul.inline a:hover {
  border-color: #CECECE;
}
.routeStationLayout a.rowmoveup_enabled,
.routeStationLayout .rowmoveup_disabled {
  background-image: url("../gfx/icons/rowmoveup.png");
}
.routeStationLayout a.rowmovedown_enabled,
.routeStationLayout .rowmovedown_disabled {
  background-image: url("../gfx/icons/rowmovedown.png");
}
.routeStationLayout a.rowblock_enabled,
.routeStationLayout .rowblock_disabled {
  background-image: url("../gfx/icons/rowblock_enabled.png");
}
.routeStationLayout a.rowdelete_enabled,
.routeStationLayout .rowdelete_disabled {
  background-image: url("../gfx/icons/rowdelete.png");
}
.routeStationLayout .rowmoveup_disabled,
.routeStationLayout .rowmovedown_disabled,
.routeStationLayout .rowblock_disabled,
.routeStationLayout .rowdelete_disabled {
  cursor: not-allowed;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
/* end

/* @group market prices */
table tr td.marketPriceFilterPanel-grid-column1,
table tr td.marketPriceFilterPanel-grid-column2,
table tr td.marketPriceFilterPanel-grid-column3,
table tr td.marketPriceFilterPanel-grid-column4 {
  width: 25%;
  vertical-align: top;
}
table tr td.marketPriceFilterPanel-grid-column2 {
  width: 40%;
}
/* @end */
/* @group info message */
.informationMessage {
  padding: 5px 10px;
  line-height: 1.4em;
  background-color: #feffa8;
}
.infoMessage {
  padding: 5px 10px;
  line-height: 1.4em;
  font-style: italic !important;
}
#info_message {
  background: #ffffff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  margin: 0;
  left: 0;
  height: auto !important;
  text-align: left;
}
#info_message .center_auto {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 10px 0px;
  width: 100%;
  background: transparent;
}
#info_message {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box;
    background-color: rgba(54, 42, 79, 0.60) !important;
    position: fixed;
    left: 0;
    right: 0;
    bottom: auto;
    box-shadow: none;
}
#info_message .center_auto {
    padding: 2px 15px;
    width: auto;
    text-align: left;
}
#info_message .info_message_text.message_area {
    margin: 0;
    padding: 0;
    float: none;
    display: block;
}
#info_message .button_area {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    width: 14px !important;
    height: 14px !important;
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 0;
    margin: 0 !important;
}
/* @end */
/* @group datatable revenue settings panel */
.ui-datatable.revenue-settings-panel-table .ui-datatable .ui-datatable-data tr td {
  padding: 3px 5px !important;
}
.ui-datatable.revenue-settings-panel-table .ui-slider .ui-slider-handle {
  background: #666;
}
.ui-datatable.revenue-settings-panel-table .revenue-settings.product-name {
  float: left;
  line-height: 40px;
}
.ui-datatable.revenue-settings-panel-table .buttonbar {
  float: right;
  clear: none;
  margin: 0 !important;
}
.ui-datatable.revenue-settings-panel-table .ui-datatable.ui-widget.odGroupTable {
  clear: both;
}
.ui-datatable.revenue-settings-panel-table .ui-datatable .ui-datatable-data tr.closed td {
  color: #828282;
}
.ui-datatable.revenue-settings-panel-table .ui-datatable .ui-datatable-data tr.closed td {
  background: #fff;
}
/* @end */
/* @group timeline */
div.timeline-frame.ui-widget.ui-widget-content.ui-corner-all.timeline-selectable {
  margin-bottom: 5px !important;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background: #fafafa;
  border-radius: 3px;
  /* icons */

}
.timeline-groups-axis,
.timeline-axis,
.timeline-axis-grid {
  /*border-color: #FFF !important;*/
  border-width: 1px !important;
}
.timeline-event {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.timeline-event-content {
  font-size: 14px;
  color: #333;
  text-shadow: 0 1px 0 #FFF;
}
.timeline-event.timeline-event-range.timelineServiceEvent {
  height: 3px;
  overflow: hidden;
  border-color: #929292 !important;
  background: #fff;
  margin: 24px 0 0 0;
}
/* @end */
/* @group weekday-container */
.weekday-container {
  display: inline-block;
  position: relative;
}
.weekday-container span {
  margin: 0 5px 0 0;
  padding: 0;
  display: inline-block;
  min-width: 30px;
  color: #bababa;
}
.weekday-container span.active {
  font-weight: bold;
  color: #000;
}
.weekday-container span.missing {
  font-weight: bold;
  color: red;
}
/* @end */
/* @group BELOW NEEDS RESTRUCTURING! */
/* generic styling for jQuery based simple tooltip (e.g. on data lists) */
div.ui-tooltip {
  padding: 5px;
  color: #808080;
  font-style: italic;
  border: 1px solid #CCC;
}
/* solution for SSSCRM-123 */
.ui-datatable .ui-sortable-column div.ui-dt-c {
  padding-right: 15px !important;
}
table.bookingFilterPanel-grid {
  width: 100%;
}
table tr th.bookingFilterPanel-grid-column1,
table tr th.bookingFilterPanel-grid-column2 {
  width: 30%;
  text-align: left;
}
table tr th.bookingFilterPanel-grid-column3,
table tr th.bookingFilterPanel-grid-column4 {
  width: 20%;
  text-align: left;
}
table tr th.bookingFilterPanel-grid-column1,
table tr th.bookingFilterPanel-grid-column2 {
  width: 30%;
  text-align: left;
}
table td.bookingFilterPanel-grid-column {
  vertical-align: top;
}
.bookingFilterPanelServiceDropdown {
  width: 200px;
}
table.journalFilterPanel-grid {
  width: 100%;
}
table tr th.journalFilterPanel-grid-column2 {
  width: 40%;
  text-align: left;
}
table tr th.journalFilterPanel-grid-column1,
table tr th.journalFilterPanel-grid-column3,
table tr th.journalFilterPanel-grid-column4 {
  width: 20%;
  text-align: left;
}
select.ui-paginator-rpp-options {
  min-width: 60px;
}
.ui-panelgrid.no-borders > tbody > tr,
.ui-panelgrid.no-borders > tbody > tr > td {
  border: 0 !important;
}
/* S3 Rail */
/* RevenueSetting */
.revenue-settings-statistic-chart {
  height: 200px;
  width: 100%;
  z-index: 0;
}
.revenue-settings-enlarge-chart {
  height: 600px;
  width: 1200px;
  z-index: 0;
}
.revenue-settings-panel-chart {
  height: 250px;
  width: 600px;
  z-index: 0;
}
.revenue-settings-panel-table .ui-datatable .ui-datatable-data td {
  padding: 5px;
}
.templates-panel-table .ui-datatable .ui-datatable-data td {
  width: 50px;
}
.templates-panel-table .ui-datatable .ui-datatable-data td input {
  text-align: right;
  width: 50px;
}
.departure-list-data-table .ui-datatable .ui-datatable-data tr.warning {
  color: red;
}
.copyToOdGroups .ui-picklist-list {
  width: 250px;
}
.odGroupTable tr.soldout {
  color: #FF0000;
}
.odGroupTable tr.closed {
  color: #DDDDDD;
}
/*
.revenue-settings-panel-table tr.ui-widget-content ui-datatable-odd + tr.ui-widget-content ui-datatable-odd td {

	.ui-panel.ui-widget.ui-widget-content.ui-corner-all {
		
		tr.ui-datatable-even td {
			background: red;
		}
		
	}

}
*/
.odGroupTable tr.available {
  color: #005500;
}
.odGroupTable input[type="checkbox"] {
  min-width: 20px !important;
}
input.filter-weekday[type="checkbox"] {
  min-width: 30px !important;
  width: 30px !important;
}
input.limit-setting[type="text"] {
  min-width: 30px !important;
}
/* S3 Ticket - Dashboard */
.contentpane.ticket-dashboard .leftpane {
  width: 30%;
}
.contentpane.ticket-dashboard .centerpane {
  width: 40%;
}
.contentpane.ticket-dashboard .rightpane {
  width: 28%;
}
.ticket-dashboard .incoming-bookings-chart {
  height: 200px;
}
.ticket-dashboard .departing-travellers-chart {
  height: 200px;
}
/* S3 Ticket - Seating */
.seating-panel li {
  display: none;
}
.seating td {
  text-align: center;
}
.seating th {
  height: 100px;
  text-align: center;
  vertical-align: bottom;
  padding-bottom: 10px;
}
.seating-header {
  width: 35px;
}
.rotate-text {
  white-space: nowrap;
  display: block;
  position: absolute;
  -moz-transform: rotate(-45deg);
  -moz-transform-origin: top left;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: top left;
  -o-transform: rotate(-45deg);
  -o-transform-origin: top left;
  -ms-transform: rotate(-45deg);
  -ms-transform-origin: top left;
  transform: rotate(-45deg);
  transform-origin: top left;
  /* filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); */

}

/* S3 Ticket - O&D Priorities*/

.routeGrid tr, .routeGrid td {
    background: none !important;
    border: none !important;
}

.seatPropertiesGrid tr {
    background: none !important;
    border: none !important;
}

.seatPropertiesGrid td {
    background: none !important;
    border: none !important;
    vertical-align : top;
}

.odPriorityInfoPanelCol1 {
   width: 20%;
}

.odPriorityInfoPanelCol2 {
   width: 80%;
}

.top-alignment {
     vertical-align: top;
}

/*  S3 CRM */
/* Interaction detail*/
.interactionCommentPrivate {
  background: transparent url(../gfx/icons/lock.png) no-repeat left center;
  padding: 0 10px 0 0;
}
.revenueSettingsFixedCell {
  background-image: url(../gfx/icons/lockIcon.png);
  background-repeat: no-repeat;
  background-position: right top;
}
.contentpane.revenue-table .ui-datatable table tr td.odHoverFixed {
  background: url("../gfx/icons/lockIcon.png") no-repeat scroll right top #ff6600;
  color: #FFFFFF;
}
.warningMessage {
  background-color: #FE8001;
  line-height: 1.4em;
  padding: 5px 10px;
}
/* S3 Travel */
/* Bucket */
.inactive-label {
  color: red;
}
.active-label {
  color: green;
}
/* S3 Ticket - Booking */
.border-visible {
  border: 1px #CBC3BE solid;
  background: #e6e6e6 50% 50% repeat-x;
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
  background-attachment: initial;
  background-position-x: 50%;
  background-position-y: 50%;
  background-origin: initial;
  background-clip: initial;
  padding: 5px 5px;
  margin-bottom: 10px;
}
.contentpane.inventory-class-selection {
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.canceled-ticket-label {
  color: red;
}
.reverted-ticket-label {
  color: blue;
}
.label-bold {
  font-weight: bold;
}
.label-red {
  color: red;
}
.label-green {
  color: green;
}
.label-gray {
  color: gray;
}
.booking-provisional-expiry-label {
  color: red;
}
.ui-state-highlight-canceled {
  border-color: #e1e1e1;
  background: #F6E6DB;
}
.ui-state-highlight-provisional {
  border-color: #e1e1e1;
  background: #F9F3CB;
}
.ui-state-highlight-provisional-canceled {
  border-color: #e1e1e1;
  background: #F9F3CB;
}
.payment-status-S-label {
  color: #006400;
}
.payment-status-F-label {
  color: red;
}
.payment-status-P-label {
  color: gray;
}
.bookingNotes-left {
  width: 60%;
  height: 200px;
  overflow: auto;
}
.bookingNotes-left pre {
  white-space: pre-line;
  font-family: inherit;
  font-style: normal;
}
.bookingNotes-right {
  width: 35%;
}
.bookingNotes-content {
  width: 100%;
}
table.booking-statistics-grid {
  width: 100%;
}
table td.booking-statistics-grid {
  width: 50%;
}
/* S3 Ticket - Booking Conflict Management */
.non-available-label {
  color: green;
}
.no-resolution-label {
  color: #800000;
}
.resolution-label {
  color: #006400;
}
.historical-resolution-label {
	color: #8a8a8a;
}
/* S3 Travel - Inventory - Seat */
.carriageTypeTemplate {
  width: 700px;
  height: 380px;
  overflow: scroll;
  position: relative;
  cursor: pointer;
  border: 1px solid #B7B7B7;
}
.carriageTypeTemplateCursor {
  width: 30px;
  height: 30px;
  border-top: 2px solid #0000FF;
  border-left: 2px solid #0000FF;
  display: block;
  position: absolute;
  top: -100px;
  left: -100px;
}
.mainnav ul li.submenu-visible ul a.hover {
  color: #f60;
  font-weight: normal;
  background: transparent;
}
.ui-selectmanycheckbox label,
.ui-selectoneradio label {
  margin-left: 4px;
  margin-top: 4px;
}
.carriagePanel {
  float: right !important;
  width: 200px !important;
  position: relative !important;
}
.droppablepane {
  float: left !important;
  width: 620px !important;
  height: 422px !important;
  position: absolute !important;
}
.draggablepane {
  height: 325px !important;
  overflow: auto !important;
  margin-bottom: 0px !important;
}
.layoutFixedDiv {
  height: 355px;
  width: 1250px;
}

.layoutSelection {
  height: 450px;
  overflow: auto;
  position: relative;
  overflow-x: hidden !important;
  width:1270px;
}
.carriagelayout {
  position: relative;
  height: 333px;
  overflow-y: auto;
}
.blockadeCarriageLayout {
  height: 80px;
  overflow-y: auto;
  position: relative;
  width: 100%;
}
#detailForm:tabView:selectedLayoutList_data tr {
  height: 49px;
}
.selectedLayoutList .ui-datatable-scrollable-body input.carriagenumber {
  padding-left: 5px;
  padding-right: 5px;
  width: 30px;
  min-width: 30px;
  text-align: center;
}

.selectedLayoutList thead {
	border-bottom: 1px solid #E1E1E1;
}

.carriagenumber {
	min-width: 50px !important;
	max-width: 50px !important;
	text-align: center;
}

.selectedLayoutList.ui-datatable .ui-datatable-scrollable-body{
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    width:1250px;
}


.layoutUnboundSeat {
	color: red;
}


.blockadeCarriagedataList {
  /* 	width: 100% */

}
/*
.carriagelayout table tr td.rowactions ul.inline.commandList
{
	width :64px !important;
	margin : 0px !important;
	height: 40px !important;
	float: left !important;	
}

.carriagelayout table tr td.rowactions ul.inline.commandList li
{
	margin : 11px 0 0 0 !important;
}
.carriagelayout a.rowblock_enabled{
	background-image:url("../gfx/custom/rowblock_enabled.png");
}
.rowblock_disabled{
	background-image:url("../gfx/custom/rowblock_disabled.png") !important;
}
.carraigelayout_disabled_button{
  	position: relative;
	float: left;
	margin: 0;
	padding: 3px;
	border: 1px solid white;
	overflow: hidden;
	width: 8px;
	height: 8px;
	text-indent: -9999em;
	text-decoration: none;
	outline: 0;
	background-repeat: no-repeat;
	background-position: center center;	
}
.carriagelayout a.rowmovedown_enabled{
	background-image:url("../gfx/custom/rowmovedown_enabled.png");
}
.carriagelayout a.rowmovedown_disabled{
	background-image:url("../gfx/custom/rowmovedown_disabled.png");
	pointer-events: none;
  	cursor: default;
}
.carriagelayout a.rowmoveup_enabled{
	background-image:url("../gfx/custom/rowmoveup_enabled.png");
}
.carriagelayout a.rowmoveup_disabled{
	background-image:url("../gfx/custom/rowmoveup_disabled.png");
	pointer-events: none;
  	cursor: default;
}

.carriagelayout a.rowdelete_enabled{
	background-image:url("../gfx/custom/rowdelete_enabled.png");
}
.rowdelete_disabled{
	background-image:url("../gfx/custom/rowdelete_disabled.png") !important;
}
*/
.layoutCarriageCarriageTypeDescription {
  /*
	text-align: right;
	font-size: 11px;
	padding-right: 3px;
*/

  font-size: 11px;
}
.layoutCarriageCarriageBlockedDiv {
  background-color: #b40000;
  color: white;
}
.layoutCarriageCarriageDiv {
	text-align: left;
}
.carriagecell {
  width: 20px;
}
/*
.ui-widget select {
	min-width: 40px !important;
	max-width: 60px !important;
}
*/
.deleteBlockLink {
  color: cornflowerblue;
}
.deleteBlockLink hover {
  color: #f60;
}
/* @end */
table.ui-panelgrid.ui-widget.additionalFilterPanelGridClass hr.additionalFilterSeparator {
  display: none !important;
  overflow: hidden;
  border: none;
  background: #e1e1e1;
}

/* carriage editor */
div.carriage-layout * {
  box-sizing: border-box;
}
div.equipment-layout {
  box-sizing: border-box;
  position: relative;
  overflow: auto;
  overflow-y: auto;
}
div.equipment-layout-wrapper {
  position: relative;
  float: left;
  border-radius: 3px;
  border: 1px solid #999999;
  background-color: #FFFFFF;
}
div.equipment-seat-row {
  position: relative;
  float: right;
  width: 50px;
  height: 225px;
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
div.equipment-seat-row:nth-child(odd) {
  background: #F5F5F5;
}
div.equipment-seat-row div.equipment-seat-chair.direction-forward {
  margin-left: 13px;
}
div.equipment-seat-row div.equipment-seat-chair.direction-backward {
  margin-right: 13px;
}
div.equipment-seat-row.double {
  width: 100px;
}
div.equipment-seat-row.double div.equipment-seat-chair.direction-forward {
  margin-left: 18px;
}
div.equipment-seat-row.double div.equipment-seat-chair.direction-backward {
  margin-right: 18px;
}
div.equipment-seat-row.row-size-4 div.equipment-seat-chair {
  margin-top: 9px;
}
div.equipment-seat-row.row-size-4 div.equipment-seat-row-pos {
  height: 50px;
}
div.equipment-seat-row.row-size-4 div.equipment-seat-row-pos.row-pos-1 {
  top: 0;
}
div.equipment-seat-row.row-size-4 div.equipment-seat-row-pos.row-pos-2 {
  top: 50px;
}
div.equipment-seat-row.row-size-4 div.equipment-seat-row-pos.row-pos-3 {
  top: 100px;
}
div.equipment-seat-row.row-size-4 div.equipment-seat-row-pos.row-pos-4 {
  top: 150px;
}
div.equipment-seat-row.row-size-5 div.equipment-seat-chair {
  margin-top: 3px;
}
div.equipment-seat-row.row-size-5 div.equipment-seat-row-pos {
  height: 40px;
}
div.equipment-seat-row.row-size-5 div.equipment-seat-row-pos.row-pos-1 {
  top: 0;
}
div.equipment-seat-row.row-size-5 div.equipment-seat-row-pos.row-pos-2 {
  top: 40px;
}
div.equipment-seat-row.row-size-5 div.equipment-seat-row-pos.row-pos-3 {
  top: 80px;
}
div.equipment-seat-row.row-size-5 div.equipment-seat-row-pos.row-pos-4 {
  top: 120px;
}
div.equipment-seat-row.row-size-5 div.equipment-seat-row-pos.row-pos-5 {
  top: 160px;
}
div.equipment-seat-row.row-size-6 div.equipment-seat-chair {
  margin-top: 5px;
}
div.equipment-seat-row.row-size-6 div.equipment-seat-row-pos {
  height: 33px;
}
div.equipment-seat-row.row-size-6 div.equipment-seat-row-pos.row-pos-1 {
  top: 0;
}
div.equipment-seat-row.row-size-6 div.equipment-seat-row-pos.row-pos-2 {
  top: 33px;
}
div.equipment-seat-row.row-size-6 div.equipment-seat-row-pos.row-pos-3 {
  top: 66px;
}
div.equipment-seat-row.row-size-6 div.equipment-seat-row-pos.row-pos-4 {
  top: 99px;
}
div.equipment-seat-row.row-size-6 div.equipment-seat-row-pos.row-pos-5 {
  top: 132px;
}
div.equipment-seat-row.row-size-6 div.equipment-seat-row-pos.row-pos-6 {
  top: 165px;
}
div.equipment-seat-row.row-size-7 div.equipment-seat-chair {
  margin-top: 2px;
}
div.equipment-seat-row.row-size-7 div.equipment-seat-row-pos {
  height: 28px;
}
div.equipment-seat-row.row-size-7 div.equipment-seat-row-pos.row-pos-1 {
  top: 0;
}
div.equipment-seat-row.row-size-7 div.equipment-seat-row-pos.row-pos-2 {
  top: 28px;
}
div.equipment-seat-row.row-size-7 div.equipment-seat-row-pos.row-pos-3 {
  top: 56px;
}
div.equipment-seat-row.row-size-7 div.equipment-seat-row-pos.row-pos-4 {
  top: 84px;
}
div.equipment-seat-row.row-size-7 div.equipment-seat-row-pos.row-pos-5 {
  top: 112px;
}
div.equipment-seat-row.row-size-7 div.equipment-seat-row-pos.row-pos-6 {
  top: 140px;
}
div.equipment-seat-row.row-size-7 div.equipment-seat-row-pos.row-pos-7 {
  top: 168px;
}
div.equipment-seat-row-pos {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
}
span.equipment-seat-row-number {
  position: absolute;
  left: 0;
  bottom: 5px;
  font-weight: 700;
  font-size: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  line-height: 1;
  width: 100%;
  text-align: center;
  display: block;
  color: #CCCCCC;
  z-index: 1;
}
div.equipment-seat-chair {
  -webkit-transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 19px;
  height: 20px;
  overflow: hidden;
  border-radius: 3px;
  border-style: solid;
  border-color: #AAAAAA;
  background-color: #FFFFFF;
}
div.equipment-seat-chair.direction-forward {
  float: left;
  border-width: 3px 0 3px 5px;
  border-color: #AAAAAA #AAAAAA #AAAAAA #888888;
  background: #CCCCCC;
  background: -webkit-linear-gradient(right, #cccccc 0%, #ffffff 50%);
  background: -ms-linear-gradient(right, #cccccc 0%, #ffffff 50%);
  background: linear-gradient(to left, #cccccc 0%, #ffffff 50%);
}
div.equipment-seat-chair.direction-backward {
  float: right;
  border-width: 3px 5px 3px 0;
  border-color: #AAAAAA #888888 #AAAAAA #AAAAAA;
  background: #CCCCCC;
  background: -webkit-linear-gradient(left, #cccccc 0%, #ffffff 50%);
  background: -ms-linear-gradient(left, #cccccc 0%, #ffffff 50%);
  background: linear-gradient(to right, #cccccc 0%, #ffffff 50%);
}
div.equipment-seat-chair.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
div.equipment-seat-chair.disabled:hover {
  box-shadow: none;
  border-color: #AAAAAA;
}
div.equipment-seat-chair:hover,
div.equipment-seat-chair.ui-selecting {
  box-shadow: 0 2px 8px rgba(30, 3, 88, 0.5);
  border-color: #1e0358;
  cursor: pointer;
}
div.equipment-seat-chair.ui-selected {
  box-shadow: 0 2px 8px rgba(242, 92, 5, 0.75);
  border-color: #f25c05;
}
div.equipment-seat-chair.blocked {
  cursor: not-allowed;
}
div.equipment-seat-chair.blocked:hover {
  box-shadow: none;
  border-color: #AAAAAA;
}
div.equipment-seat-chair.blocked:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-weight: 700;
  line-height: 20px;
  content: 'X';
  color: #dc0000;
  font-size: 22px;
  opacity: 0.5;
  display: block;
  text-align: center;
  z-index: 1;
}
div.equipment-seat-chair span.equipment-seat-chair-number {
  position: absolute;
  font-size: 8px;
  left: 0;
  top: 0;
  color: #444444;
  width: 100%;
  font-weight: 500;
  line-height: 20px;
  white-space: pre;
  display: block;
  text-align: center;
  z-index: 10;
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
div.equipment-seat-chair-properties {
  display: block;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px dotted black;
}

.ui-tabs .ui-tabs-nav.ui-widget-header {
	box-shadow: 1px 0 0 rgba(0,0,0,0.25) ;
}

.ui-tabs .ui-tabs-nav .seatLayoutTab.ui-tabs-selected {
	border-right: 1px solid white;
	margin-right: -1px;
}

.ui-tabs-left > .ui-tabs-panels {
    height:100% !important;
    float:right !important;
    width:95% !important;
}

.ui-tabs-left > .ui-tabs-nav {
    float:left !important;
    width:5% !important;
    height:100% !important;
}

div.carriageSeatLayoutTabClass {
	height: 265px;
	width: 1100px;
}

div.carriageSeatLayoutTabClass ul.ui-tabs-nav {
	border-bottom : 0 !important;
	height: 265px;
}

div.carriageSeatLayoutTabClass div.ui-tabs-panels {
	height: 265px;
}

table.marketingManyStateCheckBoxClass td {
	padding: 0.5px;
}

.marketingConfTemplateClass {
	float: left;
}

.marketingConfStoreTemplateClass {
	float: right;
}

.propertySelectionClass {
	top: 0px;
	width: 250px;
	height:	65px;
	max-height: 65px;
	overflow: auto;
}

/* @group configuration */
/* @end */
/* @group base font */
html {
  -webkit-font-smoothing: antialiased;
}
body {
  font-size: 0.6875em;
  line-height: 1.27272727em;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #333333;
}
/* @end */
/* @group headings */
h1,
h2,
h3,
h4,
h5 {
  position: relative;
  background: transparent;
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  zoom: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  color: #4b4b4b;
  margin-bottom: 15px;
}
h1 {

  font-size: 1.83333333em;
  line-height: 1;
}
h2 {

  font-size: 1.83333333em;
  line-height: 1;
}
h3 {
  font-size: 1.375em;
  line-height: 1em;
}
h4 {
  font-size: 1.22222222em;
}
h5 {
  font-size: 1.1em;
}
/* @end */
/* @group elements */
p {
  margin: 0 0 1em 0;
}
figure img {
  margin-bottom: 0;
}
figcaption {
  font-style: normal;
}
a {
  color: #330066;
  text-decoration: none;
}
a:visited {
  color: #646464;
}
a:hover {
  color: #ff6600;
}
a:focus {
  /* outline: thin dotted; */

  outline: none;
}
a:hover,
a:active {
  outline: none;
}
ul,
ol {
  margin: 5px 0 15px 0;
  padding-left: 20px;
}
ol li {
  margin-bottom: 10px;
}
dl {
  margin: 1em 0;
}
dl dt {
  font-weight: bold;
}
dl dd {
  font-style: italic;
  margin-left: 20px;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
address {
  position: relative;
  background: transparent;
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  zoom: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-style: normal;
  margin-bottom: 15px;
}
blockquote {
  margin: 1em 0;
  padding: 0;
  color: #000000;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote:before {
  color: #000000;
  content: open-quote;
  font-size: 2.75em;
  line-height: .1em;
  margin-right: 5px;
  vertical-align: -0.4em;
}
blockquote:after {
  color: #000000;
  content: close-quote;
  font-size: 2.75em;
  line-height: .1em;
  margin-left: 5px;
  vertical-align: -0.5em;
}
blockquote p {
  display: inline;
}
q {
  font-style: italic;
  color: #000000;
}
q:before {
  content: open-quote;
  margin-right: 5px;
}
q:after {
  content: close-quote;
  margin-right: 5px;
}
time {
  font-size: 0.6875em;
  line-height: 1;
  color: #999;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
hr.space {
  border: none;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: normal;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
img {
  vertical-align: middle;
  margin-bottom: 1em;
}
/* @end */
/* @group helpers */
.hidden {
  display: none !important;
  visibility: hidden;
  text-decoration: none;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.ir {
  display: block;
  border: 0;
  text-indent: -9999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
/* @end */
/* @group selection */
::-moz-selection {
  background: #ffffc8;
  color: #000;
  text-shadow: none;
}
::selection {
  background: #ffffc8;
  color: #000;
  text-shadow: none;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  -webkit-tap-highlight-color: rgba(255, 255, 200, 0.75);
}
/* @end */
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'icomoon';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.icon-settings:before {
  content: "\21";
}
.icon-compass:before {
  content: "\22";
}
.icon-users:before {
  content: "\23";
}
.icon-price:before {
  content: "\24";
}
.icon-shopping:before {
  content: "\25";
}
.icon-documents:before {
  content: "\26";
}
.icon-unlocked:before {
  content: "\27";
}
.icon-google-circles:before {
  content: "\28";
}
.icon-address:before {
  content: "\29";
}
.icon-stats-up:before {
  content: "\2a";
}
.icon-bars:before {
  content: "\2b";
}
/* @group branding */
/* @end */
/* @group oldies */
.oldie pre,
.oldie code,
.oldie kbd,
.oldie samp {
  font-family: 'courier new', monospace;
}
/* @end */
/* @group ie7 */
/* @end */
/* @group ie8 */
/* @end */
/* @group ie9 */
/* @end */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="checkbox"],
  input[type="radio"] {
    margin-top: 1px;
  }
}
@-moz-document url-prefix() {
  body > .container {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  }
}

.ui-tabs.ui-widget-content {
    overflow: auto;
}
/* @end */
