@import "font-awesome.min.css";
/* reset CSS */
html,
body,
div,
span,
applet,
object,
iframe,
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,
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,
input {
  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;
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: local('Ubuntu Light'), local('Ubuntu-Light'), url(fonts/ubuntu-light.woff2) format('woff2'), url(fonts/ubuntu-light.woff) format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu'), url(fonts/ubuntu.woff2) format('woff2'), url(fonts/ubuntu.woff) format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(fonts/ubuntu-bold.woff2) format('woff2'), url(fonts/ubuntu-bold.woff) format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 300;
  src: local('Ubuntu Light Italic'), local('Ubuntu-LightItalic'), url(fonts/ubuntu-light-italic.woff2) format('woff2'), url(fonts/ubuntu-light-italic.woff) format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  src: local('Ubuntu Italic'), local('Ubuntu-Italic'), url(fonts/ubuntu-italic.woff2) format('woff2'), url(fonts/ubuntu-italic.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'), url(fonts/source-sans-pro-extra-light.woff2) format('woff2'), url(fonts/source-sans-pro-extra-light.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(fonts/source-sans-pro-light.woff2) format('woff2'), url(fonts/source-sans-pro-light.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(fonts/source-sans-pro.woff2) format('woff2'), url(fonts/source-sans-pro.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(fonts/source-sans-pro-bold.woff2) format('woff2'), url(fonts/source-sans-pro-bold.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url(fonts/source-sans-pro-italic.woff2) format('woff2'), url(fonts/source-sans-pro-italic.woff) format('woff');
}
/*
 ====================================== Rebrand Variables ===============================
*/
/*
 ====================================== Less Variables ==================================
*/
/*
 ====================================== Less Color Variables ============================
*/
/* red */
/* white */
/* black */
/* grey */
/* green */
/* blue */
/* yellow */
/* orange */
/*
 ====================================== CSS for CONVIEN GUI ============================
*/
.mainFont {
  font-family: 'Source Sans Pro' !important;
}
.ui-state-active {
  border-color: #337ab7 !important;
}
body {
  margin: 0px;
  color: #000000;
  font-family: 'Source Sans Pro';
  font-size: 14px;
}
.ui-front {
  z-index: 100001 !important;
}
label {
  font-size: 14px;
}
.greyLabel {
  color: #aaaaaa;
  font-size: 12px;
  font-weight: normal;
}
input[type="file"] {
  border: 0;
}
textarea {
  resize: vertical;
}
div {
  outline: 0;
}
.convienred {
  color: #be2020;
}
.conviengreen {
  color: #006600;
}
.singleclickable {
  cursor: pointer;
}
.singleclickable:hover {
  text-decoration: underline;
}
.doubleclickable {
  cursor: pointer;
}
.annotation {
  font-size: 10px;
  vertical-align: -5px;
}
/*
 ====================================== Input Components ================================
*/
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  padding: 3px 6px;
  cursor: pointer;
  font-family: inherit;
}
input.cancel,
button.cancel {
  background-color: #be2020;
}
input.release,
button.release {
  background-color: #3a7242;
}
input[type="text"]:disabled {
  background: #e1e1e1;
}
/*
 ====================================== Fieldsets ======================================
*/
fieldset {
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fieldset .x-tool-toggle {
  background-position: 0 -255px !important;
  /*the minus sign*/
}
.fieldset.x-fieldset-collapsed .x-tool-toggle {
  background-position: 0 -240px !important;
  /*the plus sign*/
}
.fieldset_margin {
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 5px;
}
.fieldset_small {
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 5px;
  min-height: 130px;
  width: 250px;
}
.border-radius-small {
  border-radius: 4px;
}
.border-radius-medium {
  border-radius: 6px;
}
.border-radius-big {
  border-radius: 10px;
}
/*
====================================== Buttons (Old) ======================================
*/
legend {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #337ab7;
  padding: 4px;
  cursor: pointer;
}
legend a {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #337ab7;
  padding: 4px;
  cursor: pointer;
  text-decoration: none;
}
.legend {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #337ab7;
  padding: 4px;
}
#feedback {
  position: absolute;
  top: 24px;
  width: 340px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 10px;
}
#top {
  height: 136px;
  padding-top: 120px;
}
#logo {
  position: absolute;
  top: 16px;
}
.meetingFlightResult td {
  padding-top: 5px;
}
a {
  text-decoration: none;
  color: #337ab7;
  font-size: 12px;
}
a:hover {
  text-decoration: underline;
}
h2 {
  padding: 0px;
  font-size: 30px;
  font-weight: 200;
  text-align: left;
  margin-bottom: 10px;
}
h3 {
  padding: 0px;
  font-size: 24px;
  font-weight: 200;
  text-align: left;
  margin-bottom: 10px;
}
.hLogin {
  padding: 0px;
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
  color: #337ab7;
}
.hRegistration {
  padding: 0px;
  font-size: 24px;
  margin-bottom: 10px;
  color: #337ab7;
}
.naviLink {
  padding: 10px;
}
.inputForm {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}
.inputForm label {
  text-align: left;
}
.inputForm fieldset {
  border: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.inputForm .fieldSetLeft {
  text-align: left;
}
.inputForm input {
  margin-left: 10px;
  margin-right: 20px;
}
/*
 ====================================== Feedback Panels ============================
*/
.feedbackPanel {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.feedbackPanel li {
  padding: 0px 0px 10px 10px;
  background-repeat: no-repeat;
  background-position: 5px 9px;
  color: #000000;
  text-align: left;
  padding-top: 10px;
  font-size: 14px;
}
#feedback .feedbackPanel {
  border-top: none !important;
  background-position: 5px 5px !important;
}
#feedback .feedbackPanel li {
  padding: 5px 5px 5px 25px !important;
}
.feedbackPanelFATAL {
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  display: block;
  overflow: hidden;
  line-height: 1.11;
}
li.feedbackPanelFATAL {
  border: 2px dashed #be2020;
}
li.feedbackPanelFATAL:before {
  content: "\e088";
  font-family: "Glyphicons Halflings";
  color: #be2020;
  display: block;
  float: left;
  margin-right: 5px;
}
.feedbackPanelERROR {
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  display: block;
  overflow: hidden;
  line-height: 1.11;
}
li.feedbackPanelERROR {
  border: 2px dashed #be2020;
}
li.feedbackPanelERROR:before {
  content: "\e101";
  font-family: "Glyphicons Halflings";
  color: #be2020;
  display: block;
  float: left;
  margin-right: 5px;
}
.feedbackPanelWARNING {
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  display: block;
  overflow: hidden;
  line-height: 1.11;
}
li.feedbackPanelWARNING {
  border: 2px dashed #ffa500;
}
li.feedbackPanelWARNING:before {
  content: "\e101";
  font-family: "Glyphicons Halflings";
  color: #ffa500;
  display: block;
  float: left;
  margin-right: 5px;
}
.feedbackPanelINFO {
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  display: block;
  overflow: hidden;
  line-height: 1.11;
}
li.feedbackPanelINFO {
  border: 2px dashed #facc2e;
}
li.feedbackPanelINFO:before {
  content: "\e086";
  font-family: "Glyphicons Halflings";
  color: #facc2e;
  display: block;
  float: left;
  margin-right: 5px;
}
.feedbackPanelDEBUG {
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  display: block;
  overflow: hidden;
  line-height: 1.11;
}
li.feedbackPanelDEBUG {
  border: 2px dashed #facc2e;
}
li.feedbackPanelDEBUG:before {
  content: "\e086";
  font-family: "Glyphicons Halflings";
  color: #facc2e;
  display: block;
  float: left;
  margin-right: 5px;
}
.feedbackPanelSUCCESS {
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  display: block;
  overflow: hidden;
  line-height: 1.11;
}
li.feedbackPanelSUCCESS {
  border: 2px dashed #006600;
}
li.feedbackPanelSUCCESS:before {
  content: "\e089";
  font-family: "Glyphicons Halflings";
  color: #006600;
  display: block;
  float: left;
  margin-right: 5px;
}
.panelMore {
  background-color: #404040;
  color: #ffffff;
  cursor: pointer;
  border-radius: 0 0 10px 10px;
}
.centeredNavigator .navigator {
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
}
.centeredNavigator .navigatorLabel {
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
}
.linkPanel {
  text-align: center;
  padding-right: 40px;
  font-weight: bold;
  padding-top: 20px;
}
.linkPanel a {
  padding-right: 20px;
  padding-left: 20px;
}
.noBorder {
  border: 0;
}
/*
 ====================================== Cockpit ============================
*/
.cockpitIcon {
  width: 90px;
  height: 90px;
}
.cockpitContainer {
  padding-top: 6%;
  text-align: center;
}
.cockpitEntryContainer {
  height: 140px;
  float: left;
  margin-bottom: 30px;
}
.cockpitIconPlanATrip {
  background-image: url("../images/nav/icon-plane.svg");
  display: inline-block;
  cursor: pointer;
}
.menuIconPlanATrip {
  background-image: url("images/nav/icon-plane.svg");
  cursor: pointer;
  display: inline-block;
}
.cockpitIconMeeting {
  background-image: url("../images/nav/icon-meeting.svg");
  display: inline-block;
  cursor: pointer;
}
.menuIconMeeting {
  background-image: url("images/nav/icon-meeting.svg");
  cursor: pointer;
  display: inline-block;
}
.cockpitIconReports {
  background-image: url("../images/nav/icon-reports.svg");
  display: inline-block;
  cursor: pointer;
}
.menuIconReports {
  background-image: url("images/nav/icon-reports.svg");
  cursor: pointer;
  display: inline-block;
}
.cockpitIconHistory {
  background-image: url("../images/nav/icon-archive.svg");
  display: inline-block;
  cursor: pointer;
}
.menuIconHistory {
  background-image: url("images/nav/icon-archive.svg");
  cursor: pointer;
  display: inline-block;
}
.cockpitIconOpenActions {
  background-image: url("../images/nav/icon-clipboard.svg");
  display: inline-block;
  cursor: pointer;
}
.menuIconOpenActions {
  background-image: url("images/nav/icon-clipboard.svg");
  cursor: pointer;
  display: inline-block;
}
.cockpitIconProfile {
  background-image: url("../images/nav/icon-settings.svg");
  display: inline-block;
  cursor: pointer;
}
.cockpitIconAdmin {
  background-image: url("../images/nav/icon-watch.svg");
  display: inline-block;
  cursor: pointer;
}
.menuIconProfile {
  background-image: url("images/nav/icon-settings.svg");
  cursor: pointer;
  display: inline-block;
}
.menuIconLogout {
  background-image: url("images/nav/icon-logout.svg");
  cursor: pointer;
  display: inline-block;
}
.cockpit_link {
  font-size: 16px;
  color: #404040;
  margin-top: 10px;
  padding-top: 10px;
}
.cockpitTypeIcon {
  height: 48px;
  width: 48px;
}
.menuIconLabel {
  display: inline-block;
  font-size: 20px;
  vertical-align: top;
  padding-top: 12px;
  padding-left: 5px;
  cursor: pointer;
}
.menuIconPlanATrip {
  background-image: url("../images/nav/icon-plane.svg");
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: inline-block;
}
.menuIconMeeting {
  background-image: url("../images/nav/icon-meeting.svg");
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: inline-block;
}
.menuIconReports {
  background-image: url("../images/nav/icon-reports.svg");
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: inline-block;
}
.menuIconHistory {
  background-image: url("../images/nav/icon-archive.svg");
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: inline-block;
}
.menuIconOpenActions {
  background-image: url("../images/nav/icon-clipboard.svg");
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: inline-block;
}
.menuIconProfile {
  background-image: url("../images/nav/icon-settings.svg");
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: inline-block;
}
.menuIconAdmin {
  background-image: url("../images/nav/icon-watch.svg");
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: inline-block;
}
.menuIconLogout {
  background-image: url("../images/nav/icon-logout.svg");
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: inline-block;
}
.sortIndex {
  font-size: 14px;
}
.tabContentWrapper {
  position: relative;
  height: 300px;
}
.tab {
  position: relative;
  width: 32%;
  height: 120px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  background-color: #000000;
  z-index: 2;
}
.tab-active {
  border-top: 1px solid #337ab7;
  border-left: 1px solid #337ab7;
  border-right: 1px solid #337ab7;
  background-color: #ffffff;
  z-index: 1005;
}
#tab1 {
  float: left;
}
#tab2 {
  float: left;
  margin-left: 14px;
}
#tab3 {
  float: right;
}
.tabInner {
  padding: 0 20px;
}
.tabContent {
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 300px;
  display: none;
  border: 1px solid #337ab7;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.tabContentInner {
  padding-right: 10px;
  padding-left: 1px;
  overflow: auto;
}
.alternativeBorder {
  border-bottom: thin solid #337ab7;
  padding-bottom: 5px;
}
#alternativesPanel fieldset {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
/*
 ====================================== DatePicker ============================
*/
.individualSearchDatePicker input[type="text"] {
  min-width: 10px;
  height: 34px;
  font-size: 14px;
  padding: 3px 6px;
  line-height: 1.42857;
  color: #555 !important;
  background-color: #FFF;
  background-image: none !important;
  border: 1px solid #CCC !important;
  border-radius: 4px !important;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset !important;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
  box-sizing: border-box !important;
  text-indent: 0px;
}
.individualSearchDatePicker .k-select {
  border-style: none !important;
  padding-right: 3px !important;
  padding-top: 3px !important;
}
.individualSearchDatePicker .k-datepicker {
  width: 213px;
}
.individualSearchDatePicker .k-timepicker {
  width: 100px !important;
}
.profileDatePicker input[type="text"] {
  min-width: 10px;
  height: 34px;
  font-size: 14px;
  padding: 3px 6px;
  line-height: 1.42857;
  color: #555 !important;
  background-color: #FFF;
  background-image: none !important;
  border: 1px solid #CCC !important;
  border-radius: 4px !important;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset !important;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
  box-sizing: border-box !important;
  text-indent: 0px;
}
.profileDatePicker .k-select {
  border-style: none !important;
  padding-right: 3px !important;
  padding-top: 3px !important;
}
.profileDatePicker .k-selectbox {
  width: 200px !important;
}
.meetingSearchDatePicker {
  margin-top: 5px;
}
.meetingSearchDatePicker input[type="text"] {
  min-width: 10px;
  height: 34px;
  font-size: 14px;
  padding: 3px 6px;
  line-height: 1.42857;
  color: #555 !important;
  background-color: #FFF !important;
  background-image: none !important;
  border: 1px solid #CCC !important;
  border-radius: 4px !important;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset !important;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
  box-sizing: border-box !important;
  text-indent: 0px;
}
.meetingSearchDatePicker .k-select {
  border-style: none !important;
  padding-right: 3px !important;
  padding-top: 5px !important;
  margin-top: -2px !important;
}
.meetingSearchDatePicker .k-datepicker {
  width: 58% !important;
}
.meetingSearchDatePicker .k-timepicker {
  width: 40% !important;
}
.ui-buttonset .ui-button {
  margin-left: 0px;
  margin-right: -0.3em;
  height: 34px !important;
  padding-top: 3px !important;
}
.k-icon {
  opacity: 1 !important;
  align: center;
  vertical-align: center !important;
}
.k-state-hover,
.k-state-hover:hover,
.k-splitbar-horizontal-hover:hover,
.k-splitbar-vertical-hover:hover,
.k-list > .k-state-hover,
.k-marquee,
.k-pager-wrap .k-link:hover,
.k-dropdown .k-state-focused,
.k-imagebrowser-dropzone {
  background-color: #FFF !important;
  border-style: none !important;
}
.k-state-hover,
.k-state-hover:active,
.k-splitbar-horizontal-hover:active,
.k-splitbar-vertical-hover:active,
.k-list > .k-state-hover,
.k-marquee,
.k-pager-wrap .k-link:active,
.k-dropdown .k-state-focused,
.k-imagebrowser-dropzone {
  background-color: #FFF !important;
  border: 1px solid #CCC !important;
}
k-autocomplete.k-state-hover,
.k-autocomplete.k-state-focused,
.k-picker-wrap.k-state-hover,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-hover,
.k-numeric-wrap.k-state-focused,
.k-dropdown-wrap.k-state-hover,
.k-dropdown-wrap.k-state-focused {
  background-color: #FFF !important;
  border: 1px solid #CCC !important;
}
.k-select {
  border-style: none !important;
  padding-right: 10px !important;
  padding-top: 2px !important;
}
.k-input,
.k-picker-wrap {
  background-image: none !important;
  border: 1px solid #CCC !important;
  border-radius: 4px !important;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset !important;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
  box-sizing: border-box !important;
  text-indent: 0px;
}
/*
======================================= Time Picker =============================
*/
input[type="time"] {
  width: 200px;
  padding: 7px;
  font-size: 14px;
  border: 2px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  appearance: none;
  /* Remove default browser styles */
}
input[type="time"]::-webkit-calendar-picker-indicator {
  background: transparent;
  color: transparent;
  cursor: pointer;
}
input[type="time"]:focus {
  outline: none;
  border-color: #007bff;
  /* Change border color on focus */
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  /* Add a subtle glow */
}
/*
 ====================================== Tabbed Panels ============================
*/
div.wicket-modal h3.w_captionText {
  margin-left: 9px !important;
  color: #337ab7;
  font-size: 14px;
}
.tabLabel {
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  padding-top: 3px;
  cursor: pointer;
}
.tab-active .tabLabelNumber {
  background-color: #337ab7;
  border-radius: 10px;
  color: #ffffff;
  font-weight: bold;
}
.search_runs {
  width: 100%;
  border-collapse: collapse;
}
.search_runs td {
  border-bottom: 1px solid black;
}
.head td {
  font-weight: bold;
}
ul.icons li {
  position: relative;
  padding: 4px 0;
  margin: 0 2px;
  float: left;
  list-style: none;
  cursor: pointer;
}
ul.icons span.ui-icon {
  float: left;
  margin: 0 4px;
}
/*
 ====================================== Trip Table ============================
*/
.trip-table {
  border-collapse: collapse;
  font-size: 12px;
  border: 0px solid #888888;
  -moz-border-radius: 6px 6px 6px 6px;
  -moz-box-shadow: 0 6px 6px #888888;
  -webkit-border-radius: 6px 6px 6px 6px;
  -webkit-box-shadow: 0 6px 6px #888888;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 6px 6px #888888;
}
.trip-table td {
  border: 1px solid #888888;
  padding: 3px;
}
.trip-table td.no-border {
  border: none;
}
.trip-table th {
  background-color: #cccccc;
  border-top: medium none;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  -moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.trip-table th:first-child {
  border-radius: 6px 0 0 0;
}
.trip-table td:first-child,
.trip-table th:first-child {
  border-left: medium none;
}
.trip-table th:last-child {
  border-radius: 0 6px 0 0;
}
.date-selected {
  background-color: #004267;
  color: #ffffff;
}
.time {
  background-color: #be2020;
  border-radius: 6px;
  padding: 5px;
  color: #ffffff;
  text-align: center;
}
.time-unknown {
  background: url('blitzer/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png') #ffe6e6 e6 50% 50% repeat;
  color: #555555;
  border: 1px solid #be2020;
}
.time-fade-left {
  background: url('../images/time-fade-left.png') 0 50% no-repeat;
}
.time-fade-right {
  background: url('../images/time-fade-right.png') 100% 50% no-repeat;
}
.slotTime {
  background-color: #58acfa;
}
.removedUser {
  color: #be2020;
  text-decoration: line-through;
}
/*
 ====================================== Columns ============================
*/
.ellipsisColumn {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  float: left;
  vertical-align: bottom;
  height: 20px;
}
.ellipsisColumnAvailability {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  vertical-align: bottom;
  height: 12px;
}
.availabiltyCol {
  min-width: 20px !important;
}
.greyAvailabilityCol {
  background-color: #ffffff !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
  margin-bottom: 2px !important;
  margin-top: 2px !important;
  display: inline !important;
}
.eventAttendeeTable td {
  padding-left: 0px;
  padding-top: 5px;
}
.eventAttendeeTable th {
  border-bottom: thin solid #be2020;
}
.w_content_3 {
  border: 0px !important;
  padding: 10px !important;
}
/*
 ====================================== Tooltips ============================
*/
.tooltip {
  display: none;
  background: transparent url('../images/tooltip/white_convien.png');
  font-size: 12px;
  height: 86px;
  width: 174px;
  padding: 16px;
  color: #555555;
  line-height: 14px;
}
.fullwidth {
  width: 100%;
}
.normalwidth {
  width: 1040px;
}
.bold {
  font-weight: bold;
}
.textLeft {
  text-align: left;
}
.textCenter {
  text-align: center;
}
.textRight {
  text-align: right;
}
.textJustify {
  text-align: justify;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.floatCenter {
  float: center;
}
.font10 {
  font-size: 10px;
}
.font11 {
  font-size: 11px;
}
.font12 {
  font-size: 12px;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font32 {
  font-size: 32px;
}
.valignMiddle {
  vertical-align: middle;
}
.valignTop {
  vertical-align: top;
}
.valignBottom {
  vertical-align: bottom;
}
.valignBase {
  vertical-align: baseline;
}
.clear {
  clear: both;
}
/*
 ================================ Organizer result filters ===========================
*/
#searchFilters {
  float: left;
  width: 120px;
  margin-right: 20px;
}
.filterElement {
  margin-bottom: 4px;
}
.filterElement:hover {
  background-color: #cccccc;
}
.searchFilterResultSubHeader {
  font-weight: 300 !important;
  font-size: 14px !important;
}
/*
 ================================ Search results ====================================
*/
.searchFilter {
  float: left;
  width: 228px;
  margin-right: 5px;
}
#results {
  width: 700px;
  margin-left: 30px;
}
.singleResult {
  padding-left: 2px;
  padding-top: 6px !important;
}
.singleResult:hover {
  background-color: #e6e6e6;
}
.singleMarkedResult {
  background-color: #E68B8B !important;
}
.resultprices {
  width: 105px;
  padding: 4px;
  margin-right: 10px;
  border-radius: 4px;
  border: 1px solid #888888;
}
.flightPrice {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}
.currency {
  color: #be2020;
}
.additionalCosts {
  width: 90%;
  margin: 0 auto;
}
.bCost {
  margin: 4px 0;
}
.cancelledPrice {
  text-decoration: line-through;
}
.legs {
  float: left;
}
.leg {
  display: inline-block;
  width: 560px;
  color: black;
  padding-top: 4px;
}
.leg .location {
  width: 120px;
}
.leg .flightTime {
  text-align: right;
  width: 40px;
}
.leg .travelTime {
  color: #888888;
  width: 60px;
}
.leg .arrow {
  color: #888888;
  width: 24px;
}
.legdivider {
  clear: both;
  height: 1px;
  background-color: #cccccc;
  margin: 0px 0;
}
.leg > div {
  float: left;
  margin-right: 4px;
}
.additionalInfo {
  color: #888888;
}
.divider {
  height: 1px;
  background-color: #cccccc;
}
tr.top {
  font-size: 14px;
  background-color: #cccccc;
  color: black;
}
td.travelTime {
  text-align: right;
}
.hint {
  background-color: #ddeef9;
  border: 1px solid #0000ff;
  color: #0000ff;
  margin-bottom: 20px;
  padding: 10px;
}
.city1,
.price1 {
  font-size: 15px;
}
.city2,
.price2 {
  font-size: 14px;
}
.city3,
.price3 {
  font-size: 13px;
}
.city4,
.price4 {
  font-size: 12px;
}
.city5,
.price5 {
  font-size: 12px;
}
.price1,
.price2,
.price3,
.price4,
.price5 {
  color: #0000ff;
}
.oneMeetingResult {
  padding-bottom: 10px;
}
.oneResultButton {
  padding: 10px;
  margin-top: 10px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #e6e6e6;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #cccccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #aaaaaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-white', endColorstr='@color-pink', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 3px 3px #888888;
  box-shadow: 0 3px 3px #888888;
  -moz-box-shadow: 0 3px 3px #888888;
}
.oneResultButton:hover {
  background-color: #e6e6e6;
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #cccccc);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-white', endColorstr='@color-pink', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 3px 3px #888888;
  box-shadow: 0 3px 3px #888888;
  -moz-box-shadow: 0 3px 3px #888888;
}
.selectedOneResult {
  border: 2px solid #be2020;
}
.voteNone {
  color: #be2020;
}
.voteSome {
  color: #ffa500;
}
.voteOk {
  color: #006600;
}
.dialog {
  display: none;
}
.div-next {
  text-align: center;
  background-color: #e6e6e6;
  margin-bottom: 20px;
}
.button-next {
  width: 160px;
}
.resultDetails {
  width: 100%;
}
.resultLabel {
  font-weight: bold;
}
.resultValue {
  text-align: right;
}
/*
 ====================================== Colors ==================================
*/
.colorGreen {
  color: #006600;
}
.colorBlue {
  color: #337ab7;
}
.colorRed {
  color: #be2020;
}
.colorBlack {
  color: #000000;
}
.colorYellow {
  color: #facc2e;
}
/*
 ====================================== Itinerary Stati ==================================
*/
.itinerary_status_active {
  color: #006600;
}
.itinerary_status_part_booked {
  color: #facc2e;
}
.itinerary_status_booked {
  color: #006600;
}
.itinerary_status_closed {
  color: #be2020;
}
.itinerary_item_status_active {
  color: #000000;
}
.itinerary_item_status_incomplete {
  color: #facc2e;
}
.itinerary_item_status_complete {
  color: #006600;
}
.itinerary_item_status_closed {
  color: #be2020;
}
.itinerary_item_status_cancellation_failed {
  color: #be2020;
}
.itinerary_item_status_booking_failed {
  color: #be2020;
}
.itinerary_item_status_booking_failed_too_often {
  color: #be2020;
}
.itinerary_item_status_cancellation_incomplete {
  color: #be2020;
}
/*
 ========================================= Event Stati ==================================
 */
.eventStatusNew {
  color: #000000;
}
.eventStatusReleased {
  color: #3a7242;
}
.eventStatusInActive {
  color: #be2020;
}
.eventStatusBooked {
  color: #3a7242;
}
.eventAttendeeStatusUnknown {
  color: #000000;
}
.eventAttendeeStatusAttending {
  color: #3a7242;
}
.eventAttendeeStatusNotAttending {
  color: #be2020;
}
.eventAttendeeStatusBooked {
  color: #3a7242;
}
/*
 ======================================== Wicket specific styles ========================
 */
div.wicket-aa-container {
  background-color: #ffffff;
  box-shadow: 5px 5px 15px #888888;
}
div.wicket-aa-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.wicket-aa-container ul li {
  cursor: pointer;
  padding: 4px;
}
div.wicket-aa-container ul li.selected {
  background-color: #cccccc;
}
.inactive {
  color: #006600;
}
.modalWithOutXButton .w_close {
  display: none;
}
/*
 ============================================ Special components =================================
 */
.co2bar-container {
  height: 10px;
  border-radius: 6px;
  background-color: #888888;
}
.co2bar-green {
  height: 10px;
  overflow: visible;
  white-space: nowrap;
  font-size: 9px;
  border-radius: 6px;
  background-image: -moz-linear-gradient(top, #00ff00, #008800);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00ff00), to(#008800));
  background-image: -webkit-linear-gradient(top, #00ff00, #008800);
  background-image: -o-linear-gradient(top, #00ff00, #008800);
  background-image: linear-gradient(to bottom, #00ff00, #008800);
}
.co2bar-grey {
  height: 10px;
  overflow: visible;
  white-space: nowrap;
  font-size: 9px;
  border-radius: 6px;
  background-image: -moz-linear-gradient(top, #cccccc, #aaaaaa);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cccccc), to(#aaaaaa));
  background-image: -webkit-linear-gradient(top, #cccccc, #aaaaaa);
  background-image: -o-linear-gradient(top, #cccccc, #aaaaaa);
  background-image: linear-gradient(to bottom, #cccccc, #aaaaaa);
}
.flightSearchResult {
  width: 100%;
  color: black;
}
.flightSearchResult td {
  padding: 10px;
}
.undecoratedLink a:link {
  text-decoration: none !important;
}
.undecoratedLink a:visited {
  text-decoration: none !important;
}
.undecoratedLink a:hover {
  text-decoration: none !important;
}
.undecoratedLink a:active {
  text-decoration: none !important;
}
/*
 ============================================= DropDown components ===============================
 */
.fieldBlock {
  margin-bottom: 27px;
}
.fieldBlockDateEntry {
  margin-bottom: 0;
}
.flightTimeField {
  float: left;
}
a.dropdown-wrapper {
  -moz-box-sizing: border-box;
  border: 1px solid #aaaaaa;
  border-radius: 4px 4px 4px 4px;
  color: #333333;
  display: inline-block;
  outline: 0 none;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 34px;
  font-size: 14px;
  padding-top: 5px;
}
a.dropdown-wrapper {
  background: none repeat scroll 0 0 #e6e6e6;
}
:root a.dropdown-wrapper {
  background-image: -moz-linear-gradient(center top, #ffffff 0px, #e6e6e6 100%);
  filter: none;
}
a.dropdown-wrapper:hover,
a.dropdown-state-focus {
  background: none repeat scroll 0 0 #ffffff;
}
:root a.dropdown-wrapper:hover,
*:root a.dropdown-state-focus {
  background-image: -moz-linear-gradient(center top, #ffffff 0px, #e6e6e6 100%);
  filter: none;
}
.dropdown-status {
  display: block;
  overflow: hidden;
  padding: 5px 23px 5px 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown-icon {
  background-image: url("../images/dropDown/dropdown_arrow_down.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  height: 16px;
  margin-top: -8px;
  margin-right: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
}
.dropdown-select {
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  line-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 34px;
  font-size: 14px;
}
.dropdown-wrapper-disabled .dropdown-select {
  cursor: default;
}
a.dropdown-wrapper-disabled,
a.dropdown-wrapper-disabled:hover {
  background-color: #e6e6e6;
  border: 1px solid #cccccc;
  box-shadow: none;
  cursor: default;
  filter: none;
  z-index: 1;
}
:root a.dropdown-wrapper-disabled,
*:root a.dropdown-wrapper-disabled:hover {
  background-image: none;
}
a.dropdown-wrapper-disabled > span,
a.dropdown-wrapper-disabled:hover > span {
  color: #888888;
}
/*
 =====================================================================================
 */
.meetingDetails {
  border: none;
  background-color: #ffffff;
  margin-bottom: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.centeredDiv {
  width: 1040px;
  height: 650px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -325px;
  /* negative half the size of height */
  margin-left: -480px;
  /* negative half the size of width */
}
.centeredBackGround {
  -moz-background-image: -moz-linear-gradient(center top, #fdfdfd 0px, #e6e6e6 100%);
  -webkit-background-image: -webkit-linear-gradient(center top, #fdfdfd 0px, #e6e6e6 100%);
  background-image: linear-gradient(center top, #fdfdfd 0px, #e6e6e6 100%);
  background-color: #ffffff;
  filter: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #aaaaaa;
}
.mapContainer {
  margin: 0 auto;
}
.inlineBlock {
  display: inline-block;
}
.waitingPanelContainer {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}
.easy .waitingPanelContainer {
  background-image: url('../images/profile_banners/convien_banner_easy.jpg');
  background-color: black;
}
.pro .waitingPanelContainer {
  background-image: url('../images/profile_banners/convien_banner_pro.jpg');
  background-color: black;
}
.waitingPanelTitle {
  font-size: 16px !important;
  color: #FFFFFF !important;
}
.waitingPanelText {
  font-size: 12px !important;
  color: #FFFFFF !important;
}
/*
 ============================================ Tabbed Panel ==============================
 */
div.tabpanel div.tab-row {
  background: repeat-x scroll center bottom #cccccc;
  float: left;
  line-height: normal;
  width: 100%;
  border-radius: 4px 4px 4px 4px;
}
div.tabpanel div.tab-row ul {
  list-style: none outside none;
  margin: 0;
  padding: 10px 10px 0;
}
div.tabpanel div.tab-row li {
  float: left;
  margin: 0;
  padding: 0 0 0 10px;
  margin-bottom: 10px;
  border-radius: 4px 4px 4px 4px;
}
div.tabpanel div.tab-row a {
  color: #eee;
  display: block;
  font-weight: bold;
  padding: 5px 15px 4px 6px;
  text-decoration: none;
  white-space: nowrap;
}
div.tab-panel {
  clear: left;
}
div.tabpanel div.tab-row a:hover {
  color: #fff;
}
div.tabpanel div.tab-row li.selected {
  background: #ffffff;
}
div.tabpanel div.tab-row li.selected a {
  color: #337ab7;
  padding-bottom: 5px;
}
div.tabpanel1 div.tab-row {
  float: left;
  line-height: normal;
  width: 100%;
}
div.tabpanel1 div.tab-row ul {
  list-style: none outside none;
  margin: 0;
  padding: 10px 10px 0;
}
div.tabpanel1 div.tab-row li {
  float: left;
  margin: 0;
  padding: 0 0 0 0px;
}
div.tabpanel1 div.tab-row a {
  color: #765;
  display: block;
  font-weight: bold;
  padding: 5px 15px 4px 6px;
  text-decoration: none;
  white-space: nowrap;
}
div.tabpanel1 div.tab-row a:hover {
  color: #333;
}
div.tabpanel1 div.tab-row li.selected a {
  color: #333;
  padding-bottom: 5px;
}
div.tabpanel2 div.tab-row {
  float: left;
  font-size: 85%;
  line-height: normal;
  width: 100%;
}
div.tabpanel2 div.tab-row ul {
  list-style: none outside none;
  margin: 0;
  padding: 10px 10px 0;
}
div.tabpanel2 div.tab-row li {
  float: left;
  margin: 0;
  padding: 0 5px 0 0;
}
div.tabpanel2 div.tab-row a {
  color: #9cf;
  display: block;
  float: left;
  font-weight: bold;
  padding: 5px 7px 4px 20px;
  text-decoration: none;
  white-space: nowrap;
}
div.tabpanel2 div.tab-row a {
  float: none;
}
div.tabpanel2 div.tab-row a:hover {
  color: #fff;
}
div.tabpanel2 div.tab-row li.selected {
  background-image: url("tabs2/right_on.gif");
}
div.tabpanel2 div.tab-row li.selected a {
  color: #333;
  padding-bottom: 5px;
}
div.tabpanel3 div.tab-row {
  float: left;
  line-height: normal;
  width: 100%;
}
div.tabpanel3 div.tab-row ul {
  list-style: none outside none;
  margin: 0;
  padding: 10px 10px 0;
}
div.tabpanel3 div.tab-row li {
  float: left;
  margin: 0;
  padding: 0 0 0 28px;
}
div.tabpanel3 div.tab-row a {
  color: #92a2ac;
  display: block;
  float: left;
  font-weight: bold;
  padding: 9px 28px 4px 0;
  text-decoration: none;
}
div.tabpanel3 div.tab-row a {
  float: none;
}
div.tabpanel3 div.tab-row a:hover {
  color: #a56060;
}
div.tabpanel3 div.tab-row li.selected a {
  color: #a56060;
}
div.tabpanel4 div.tab-row ul {
  height: 20px;
  margin: 0;
  padding-left: 10px;
}
div.tabpanel4 div.tab-row li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.tabpanel4 div.tab-row a:link,
div.tabpanel4 div.tab-row a:visited {
  background: none repeat scroll 0 0 #f3f3f3;
  border: 1px solid #ccc;
  color: #666;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  margin-right: 4px;
  padding: 2px 10px;
  text-decoration: none;
}
div.tabpanel4 div.tab-row li.selected a:link,
div.tabpanel4 div.tab-row a.active:visited {
  background: none repeat scroll 0 0 #fff;
  border-bottom: 1px solid #fff;
  color: #000;
}
div.tabpanel4 div.tab-row a:hover {
  background: none repeat scroll 0 0 #fff;
}
/*
 ====================================== REBRAND  ====================================== 
*/
.icaoLogo {
  border: 1px solid #CCCCCC;
  background-color: white;
  font-color: black;
  padding: 9px 26px 9px 26px;
  width: 75px;
}
.labelValueDiv {
  width: 190px;
  float: left;
  min-height: 1px;
  padding: 0px;
  margin-right: 10px;
}
.labelValueDivDouble {
  width: 390px;
  float: left;
  min-height: 1px;
  padding: 0px;
  margin-right: 10px;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.invisible {
  display: none !important;
}
/* Focused input text field with blur */
input[type="text"],
input[type="password"],
textarea {
  display: block;
  min-width: 190px;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  box-sizing: border-box;
}
textarea {
  width: 100%;
  min-height: 50px;
  display: block;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  box-sizing: border-box;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}
input[type="text"]::-moz-placeholder {
  color: #999;
  opacity: 1;
}
input[type="text"]::-moz-selection {
  background-color: #371346;
  color: #fff;
}
input[type="text"]::after,
input[type="text"]::before {
  box-sizing: border-box;
}
input[type="text"].typeInput {
  -moz-padding-end: 27px;
  -webkit-padding-end: 27px;
}
input[type="text"].typeInput::-ms-clear {
  width: 0;
  height: 0;
}
/* Type specific input text fields with icon */
input[type="text"].typeInput.inputEmail {
  width: 390px;
  color: black;
}
input[type="text"].typeInput.inputUser {
  width: 390px;
  color: black;
}
input[type="text"].typeInput.inputLocation {
  background: url(images/location.png) no-repeat 10px 10px #ffffff;
  background-position: 100% 50%;
  width: 390px;
}
input[type="text"].typeInput.inputLocationBig {
  background: url(images/location.png) no-repeat 10px 10px #ffffff;
  background-position: 100% 50%;
  width: 314px;
}
/*
 ======================================= GlyphIcon positioning in InputFields =============================
*/
/* enable absolute positioning */
.inner-addon {
  position: relative;
}
/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  color: black;
}
/* align icon */
.right-addon .glyphicon {
  right: 0px;
}
/* add padding  */
.right-addon input {
  padding-right: 30px;
}
/* Input Field within a table row */
.inputTable {
  height: 25px !important;
  font-size: 14px !important;
  padding: 0px !important;
  padding-left: 5px !important;
  display: inline !important;
}
/*
 ====================================== Template/Page Layout ===============================
*/
.titleContainer {
  display: table;
  width: 100%;
}
.contentContainer {
  display: table;
  width: 100%;
  min-height: 300px;
}
.footerContainer {
  display: table;
  width: 100%;
  margin-top: 0px;
}
.footerContainer .footerPanel {
  display: table-row;
  width: 100%;
}
.leftSpacerContainer {
  display: table-cell;
  width: 15%;
}
.rightSpacerContainer {
  display: table-cell;
  width: 20%;
}
.sidebarSpacerPanel {
  display: table-cell;
  width: 5%;
}
.sidebarPanel {
  display: table-cell;
  width: 5%;
  background-size: 5px 1px;
  background-repeat: repeat-y;
  background-position: top right;
}
.titlebarPanel {
  width: 1040px;
  min-width: 1040px;
  display: table-cell;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 3px;
}
.titlebarPanel .titlebarPanelIcon {
  margin-bottom: -3px;
  margin-left: -72px;
  display: inline-block;
}
.titlebarPanel .titlebarPanelIcon .title_icon {
  width: 60px;
  height: 60px;
}
.titlebarPanel .titlebarPanelTitle {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-left: 9px;
}
.titlebarPanel .titlebarPanelTitle .title {
  font-weight: 200;
  font-size: 36px;
}
.content {
  width: 1040px !important;
  min-width: 1040px;
  max-width: 1040px !important;
  display: table-cell;
  padding-left: 40px;
  padding-right: 40px;
}
.bottomPanel {
  width: 1040px;
  min-width: 1040px;
  display: table-cell;
  padding-left: 40px;
  padding-right: 40px;
}
.itinerary .sidebarPanel {
  background-image: url("../images/nav/lines/vertical-line-cyan.png");
}
.itinerary .infoPanel .infoIcon {
  background-image: url("../images/nav/info/info-cyan.svg");
}
.itinerary .titlebarPanel .title_icon {
  background-image: url("../images/nav/icon-plane.svg");
}
.itinerary .titlebarPanel .title {
  color: #009fe3;
}
.meeting .sidebarPanel {
  background-image: url("../images/nav/lines/vertical-line-red.png");
}
.meeting .infoPanel .infoIcon {
  background-image: url("../images/nav/info/info-red.svg");
}
.meeting .titlebarPanel .title_icon {
  background-image: url("../images/nav/icon-meeting.svg");
}
.meeting .titlebarPanel .title {
  color: #be1622;
}
.settings .sidebarPanel {
  background-image: url("../images/nav/lines/vertical-line-yellow.png");
}
.settings .infoPanel .infoIcon {
  background-image: url("../images/nav/info/info-yellow.svg");
}
.settings .titlebarPanel .title_icon {
  background-image: url("../images/nav/icon-settings.svg");
}
.settings .titlebarPanel .title {
  color: #facc2e;
}
.reports .sidebarPanel {
  background-image: url("../images/nav/lines/vertical-line-orange.png");
}
.reports .infoPanel .infoIcon {
  background-image: url("../images/nav/info/info-orange.svg");
}
.reports .titlebarPanel .title_icon {
  background-image: url("../images/nav/icon-reports.svg");
}
.reports .titlebarPanel .title {
  color: #ffa500;
}
.reports .reportTile {
  border: 1px solid black;
  border-radius: 4px;
  width: 300px;
  height: 300px;
}
.reports .reportTileCon span.wicket-ajax-indicator {
  position: absolute;
  margin-left: -10px;
  margin-top: -230px;
}
.reports .reportTile:hover {
  border-color: #337ab7;
  border: 4px solid #337ab7;
  cursor: pointer;
}
.reports .reportTileTitle {
  color: #337ab7;
  font-size: 20px;
}
.reports .reportTileIcon {
  font-size: 100px !important;
  padding: 30px;
}
.archive .sidebarPanel {
  background-image: url("../images/nav/lines/vertical-line-purple.png");
}
.archive .infoPanel .infoIcon {
  background-image: url("../images/nav/info/info-purple.svg");
}
.archive .titlebarPanel .title_icon {
  background-image: url("../images/nav/icon-archive.svg");
}
.archive .titlebarPanel .title {
  color: #662483;
}
.opentasks .sidebarPanel {
  background-image: url("../images/nav/lines/vertical-line-green-light.png");
}
.opentasks .infoPanel .infoIcon {
  background-image: url("../images/nav/info/info-green-light.svg");
}
.opentasks .titlebarPanel .title_icon {
  background-image: url("../images/nav/icon-clipboard.svg");
}
.opentasks .titlebarPanel .title {
  color: #b3ce4d;
}
.infoPanel {
  margin-bottom: 20px;
}
.infoPanel .infoIconTitlePanel {
  display: table;
  margin-left: -72px;
  margin-bottom: 10px;
  width: 100%;
  min-width: 100%;
}
.infoPanel .infoIconTitlePanel .infoIconPanel {
  display: table-cell;
  width: 73px;
}
.infoPanel .infoIconTitlePanel .infoIconPanel .infoIcon {
  display: table-cell;
  width: 60px;
  height: 37.5px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.infoPanel .infoIconTitlePanel .infoTitlePanel {
  display: table-cell;
  vertical-align: middle;
  margin-left: -15px;
}
.infoPanel .infoIconTitlePanel .infoTitlePanel .infoTitle {
  font-weight: 200;
  font-size: 30px;
  display: table-cell;
}
.infoPanel .infoTextPanel {
  width: 100%;
  min-width: 100%;
  background-color: #636363;
  -webkit-box-shadow: 0px 0px 80px #000 inset;
  -moz-box-shadow: 0px 0px 80px #000 inset;
  box-shadow: 0px 0px 80px #000 inset;
  box-sizing: border-box;
  border-radius: 6px;
}
.infoPanel .infoTextPanel .infoText {
  font-size: 14px;
  font-weight: 250;
  line-height: 1.42857;
  color: #FFF;
  margin-bottom: 12px;
  padding: 32px 36px 32px 32px;
  display: inline-block;
}
.nestedInfoPanel .infoIconTitlePanel {
  margin-left: -80px;
}
.nestedInfoPanel .infoIconTitlePanel .infoIconPanel .infoIcon {
  margin-left: -8px;
}
.nestedInfoPanel .infoIconTitlePanel .infoTitlePanel .infoTitle {
  padding-left: 5px;
}
.neutral .titlebarPanel {
  width: 1040px;
  min-width: 1040px;
  display: table-cell;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: -20px;
  height: 40px;
}
.neutral .titlebarPanel .title_icon {
  width: 20px;
  height: 40px;
}
.neutral .sidebarPanel {
  width: 5%;
  display: table-cell;
}
.neutral .loginPanel {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 12px;
  width: 300px;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 4px;
}
.neutral .systemMessage {
  background-color: #FFFFFF;
  color: #000;
  border-radius: 4px;
  margin-bottom: 5px;
  padding: 5px;
}
/*
======================================= Buttons (Rebrand 2015) ========================================
*/
.button {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 6px 12px 6px 12px;
  margin-right: 5px;
  min-width: 100px;
  height: 34px;
}
.primaryButton {
  color: #FFF;
  background-color: #337ab7;
  border-color: #2E6DA4;
}
.primaryButton:hover {
  color: #FFF;
  background-color: #286090;
  border-color: #204D74;
}
.primaryButton:active {
  /* TODO */
}
.primaryButton:disabled {
  color: #cccccc;
  background-color: grey;
  border-color: black;
  pointer-events: none !important;
}
.primaryButton:focus {
  background-color: #286090;
  outline: none;
}
.secondaryButton {
  color: #333;
  background-color: #FFF;
  border-color: #CCC;
}
.secondaryButton:hover {
  color: #333;
  background-color: #E6E6E6;
  border-color: #ADADAD;
}
.secondaryButton:focus {
  background-color: #E6E6E6;
  outline: none;
}
.secondaryButton:active {
  /* TODO */
}
.backButton {
  color: #333;
  background-color: #FFF;
  border-color: #CCC;
  height: 34px;
  margin-right: 5px;
  vertical-align: bottom;
  border-radius: 4px;
  margin-top: 0px !important;
  margin-bottom: 2px !important;
  width: 50px !important;
  float: left;
  line-height: 0 !important;
  text-decoration: none;
  display: inline-block;
}
.backButton .glyphicon {
  top: 0px !important;
}
.undoButton {
  color: #333;
  background-color: #FFF;
  border-color: #CCC;
  height: 34px;
  margin-right: 5px;
  border-radius: 4px;
  margin-top: 0px !important;
  margin-bottom: 2px !important;
  width: 50px !important;
  min-width: 50px !important;
  line-height: 0 !important;
  text-decoration: none;
}
.undoButton .glyphicon {
  top: 0px !important;
}
.noLink {
  color: white;
  text-decoration: none;
}
.noLink:hover {
  text-decoration: none;
}
.buttonLink {
  text-decoration: none;
  display: inline-block;
}
.buttonLink span {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 6px 12px 6px 12px;
  margin-right: 5px;
  min-width: 100px;
  height: 34px;
  color: #FFF;
  background-color: #337ab7;
  border-color: #2E6DA4;
  text-decoration: none;
  display: inline-block;
}
.buttonLink span:hover {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 6px 12px 6px 12px;
  margin-right: 5px;
  min-width: 100px;
  height: 34px;
  background-color: #337ab7;
  border-color: #2E6DA4;
  text-decoration: none;
  color: #FFF;
  background-color: #286090;
  border-color: #204D74;
}
.buttonLinkPrimary {
  text-decoration: none;
}
.buttonLinkPrimary span {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 6px 12px 6px 12px;
  margin-right: 5px;
  min-width: 100px;
  height: 34px;
  color: #FFF;
  background-color: #337ab7;
  border-color: #2E6DA4;
  display: inline-block;
  text-decoration: none;
}
.buttonLinkPrimary span:hover {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 6px 12px 6px 12px;
  margin-right: 5px;
  min-width: 100px;
  height: 34px;
  background-color: #337ab7;
  border-color: #2E6DA4;
  text-decoration: none;
  color: #FFF;
  background-color: #286090;
  border-color: #204D74;
}
.buttonLinkSecondary {
  text-decoration: none;
  display: inline-block;
}
.buttonLinkSecondary span {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 6px 12px 6px 12px;
  margin-right: 5px;
  min-width: 100px;
  height: 34px;
  color: #333;
  background-color: #FFF;
  border-color: #CCC;
  display: inline-block;
  text-decoration: none;
}
.buttonLinkSecondary span:hover {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 6px 12px 6px 12px;
  margin-right: 5px;
  min-width: 100px;
  height: 34px;
  background-color: #FFF;
  border-color: #CCC;
  text-decoration: none;
  color: #333;
  background-color: #E6E6E6;
  border-color: #ADADAD;
}
.buttonSpanEasy {
  background-color: #be1622 !important;
  color: white !important;
}
button img {
  vertical-align: middle;
}
.glyphPrimaryButtonIcon {
  min-height: 46px;
  min-width: 130px;
  color: white;
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}
.glyphSecondaryButtonIcon {
  min-height: 46px;
  min-width: 130px;
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}
/*
 ====================================== Anonymous Meeting ===================================
*/
.anonymous-one-slot-result-panel {
  width: 33%;
  padding-right: 10px;
  float: left;
}
/*
 ====================================== Green Meeting ===================================
*/
.alternativeBox {
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 10px;
  margin-right: 2px;
}
.teaserBox {
  width: 40%;
  margin-top: 10px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 3px 3px #888888;
  box-shadow: 0 3px 3px #888888;
  -moz-box-shadow: 0 3px 3px #888888;
}
.teaserBoxContent {
  width: 100%;
  height: 433px;
  background-color: rgba(0, 200, 227, 0.3) !important;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 30px;
}
.alternativeBox0 .alternativeDate {
  background-color: rgba(0, 159, 227, 0.3) !important;
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 10px;
  min-height: 210px !important;
}
.alternativeBox0 .result {
  padding: -10px;
  margin-right: -2px;
  background-color: white;
}
.alternativeBox0 .result .oneResultButton {
  border: none;
  box-shadow: none;
  background-image: none;
  background-color: rgba(0, 159, 227, 0.3) !important;
}
.alternativeBox0 .result .oneResultButton:hover {
  cursor: auto;
}
.alternativeBox1 .alternativeDate {
  background-color: rgba(0, 200, 227, 0.3) !important;
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 10px;
  margin-right: 2px;
  min-height: 210px !important;
}
.alternativeBox1 .result {
  padding: -10px;
  margin-right: -2px;
  background-color: white;
}
.alternativeBox1 .result .oneResultButton {
  border: none;
  box-shadow: none;
  background-image: none;
  background-color: rgba(0, 200, 227, 0.3) !important;
}
.alternativeBox1 .result .oneResultButton:hover {
  cursor: auto;
}
.alternativeBox2 .alternativeDate {
  background-color: rgba(0, 220, 227, 0.3) !important;
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 10px;
  margin-right: 2px;
  min-height: 210px !important;
}
.alternativeBox2 .result {
  padding: -10px;
  margin-left: -2px;
  background-color: white;
}
.alternativeBox2 .result .oneResultButton {
  border: none;
  box-shadow: none;
  background-image: none;
  background-color: rgba(0, 220, 227, 0.3) !important;
}
.alternativeBox2 .result .oneResultButton:hover {
  cursor: auto;
}
/*
 ====================================== Meeting Organizer ===============================
*/
.meetingButtonsPanel {
  margin-top: 20px;
}
.alternatives {
  width: 100%;
}
.oneAlternative {
  width: 33%;
  float: left;
}
.oneAlternativeContent {
  min-height: 251px;
}
.oneAlternativeAnonymousContent {
  min-height: 190px;
}
.alternativeAdd {
  background-color: #e1e1e1;
  box-sizing: border-box;
  border-radius: 6px;
  text-align: center;
}
.resultBox {
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 10px;
  margin-right: 2px;
}
.resultSelectionBox {
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 10px;
  margin-right: 2px;
  background-color: #e1e1e1;
}
.resultBox0 {
  background-color: rgba(0, 159, 227, 0.3);
}
.resultBox1 {
  background-color: rgba(0, 200, 227, 0.3);
}
.resultBox2 {
  background-color: rgba(0, 220, 227, 0.3);
}
.resultLine {
  width: 100%;
  border-top: 1px solid #ffffff;
  padding: 10px;
}
.resultDetailsLine {
  border-bottom: 1px solid #cccccc;
  padding: 10px;
}
.resultMainTextContainer {
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.resultMainText {
  font-weight: 300;
  font-size: 24px;
}
.resultMainPrice {
  font-weight: 700;
  font-size: 20px;
}
.resultSubText {
  font-weight: 300;
  font-size: 14px;
}
.resultSubPrice {
  font-weight: 300;
  font-size: 14px;
}
.incompleteResult {
  text-decoration: line-through;
}
/*
======================================================== New Table Design (2015/16) =============================================
*/
.paginator {
  font-size: 20px !important;
}
.paginator a {
  font-size: 20px !important;
}
.table {
  width: 100%;
  font-weight: 300;
  font-size: 14px;
}
.table a {
  text-decoration: none;
  color: black;
  font-size: 14px;
}
.table a:hover {
  text-decoration: underline;
}
.table tbody > tr:hover {
  background-color: #f5f5f5;
}
.table .navigation a {
  text-decoration: none;
  color: #337ab7;
  font-size: 14px;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #DDD;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #DDD;
}
table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0px none;
}
.nestedTable {
  width: 100%;
  font-weight: 300;
  font-size: 14px;
}
.nestedTable a {
  text-decoration: none;
  color: #337ab7;
  font-size: 14px;
}
.nestedTable a:hover {
  text-decoration: none;
}
.nestedTable tbody > tr:hover {
  background-color: #f5f5f5;
}
.nestedTable .tripPanel {
  line-height: 1 !important;
}
.nestedTable > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #DDD;
}
.nestedTable > tbody > tr > td,
.nestedTable > tbody > tr > th,
.nestedTable > tfoot > tr > td,
.nestedTable > tfoot > tr > th,
.nestedTable > thead > tr > td,
.nestedTable > thead > tr > th {
  padding: 8px;
  line-height: 1.42857 !important;
  vertical-align: top;
  border-top: 1px solid #DDD;
}
table > caption + thead > tr:first-child > td,
.nestedTable > caption + thead > tr:first-child > th,
.nestedTable > colgroup + thead > tr:first-child > td,
.nestedTable > colgroup + thead > tr:first-child > th,
.nestedTable > thead:first-child > tr:first-child > td,
.nestedTable > thead:first-child > tr:first-child > th {
  border-top: 0px none;
}
table {
  background-color: transparent;
}
table {
  border-spacing: 0px;
  border-collapse: collapse;
}
* {
  box-sizing: border-box;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table-col-60 {
  width: 60%;
}
.table-col-50 {
  width: 50%;
}
.table-col-45 {
  width: 45%;
}
.table-col-40 {
  width: 40%;
}
.table-col-30 {
  width: 30%;
}
.table-col-25 {
  width: 25%;
}
.table-col-20 {
  width: 20%;
}
.table-col-15 {
  width: 15%;
}
.table-col-10 {
  width: 10%;
}
.table-col-5 {
  width: 5%;
}
.table-col-0 {
  width: 0%;
}
th {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #333;
}
td,
th {
  padding: 0px;
}
* {
  box-sizing: border-box;
}
table {
  border-spacing: 0px;
  border-collapse: collapse;
}
/*
======================================================== New Icons (2015/16) =============================================
*/
.tableIcon {
  vertical-align: middle;
  margin-top: -3px;
  height: 24px;
  width: 24px;
  font-size: 20px;
}
.glyphIconTrash {
  font-size: 20px !important;
  color: #337ab7 !important;
}
.glyphIconCancel {
  font-size: 14px !important;
  color: white !important;
  background-color: #be2020;
  padding: 3px;
  border-radius: 4px 4px 4px 4px;
  vertical-align: top;
  margin-top: 0px;
}
.glyphIconItineraryItem {
  font-size: 16px !important;
  color: white !important;
  background-color: #337ab7;
  padding: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 4px 4px 4px 4px;
  margin-top: -2px;
  width: 30px;
  text-align: center;
}
.glyphIconItineraryItemTrain {
  font-size: 16px !important;
  color: white !important;
  background-color: #337ab7;
  padding-right: 10px !important;
  padding-left: 6.8px !important;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  width: 30px;
  border-radius: 4px 4px 4px 4px;
  margin-top: -2px;
}
.glyphIconEventAttendanceConfirm {
  font-size: 16px !important;
  color: white !important;
  background-color: #337ab7;
  padding-right: 10px !important;
  padding-left: 6.8px !important;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  width: 30px;
  border-radius: 4px 4px 4px 4px;
  margin-top: -2px;
}
.glyphIconUndo {
  font-size: 24px !important;
  color: #be2020;
}
.clickableIcon {
  cursor: pointer;
}
.glyphicon-euro {
  color: #be2020 !important;
}
.glyphicon-usd {
  color: #be2020 !important;
}
.glyphicon.glyphicon-euro.glyphIcon20.reportTileIcon {
  color: #337ab7 !important;
}
.glyphicon.glyphicon-usd.glyphIcon20.reportTileIcon {
  color: #337ab7 !important;
}
.glyphIcon32 {
  font-size: 32px !important;
  color: #337ab7;
}
.glyphIcon20 {
  font-size: 20px !important;
  color: #337ab7;
}
.glyphIcon16 {
  font-size: 16px !important;
  color: #337ab7;
}
.glyphIcon12 {
  font-size: 12px !important;
  color: #337ab7;
}
.glyphIcon8 {
  font-size: 8px !important;
  color: #337ab7;
  vertical-align: top;
}
/*
======================================================== TripPanel (2016) =============================================
*/
.tripPanelEdit {
  border: 1px solid #e1e1e1;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
}
.tripPanelDisplay {
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 4px;
}
/* 
======================================================== CompanyLogo ===================================================
*/
.companyLogoContainer {
  height: 100px;
  width: 100%;
  text-align: center;
}
.companyLogoEasy {
  height: 100px;
  width: 100%;
  background: url('../images/profile_logos/convien_EASY_light_logo_gray.svg') no-repeat center;
  text-align: center;
}
.companyLogoPro {
  height: 100px;
  width: 100%;
  background: url('../images/profile_logos/convien_PRO_light_logo_gray.svg') no-repeat center;
  text-align: center;
}
.companyLogoProMenu {
  background: none;
  display: none;
}
/* 
======================================================== NumberSelector ===================================================
*/
.glyphIconPlusNumberSelectorEnabled {
  font-size: 16px !important;
  color: white !important;
  background-color: #337ab7;
  text-align: center;
  float: left;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 30px;
  border-radius: 0px 4px 4px 0px;
  text-decoration: none;
}
.glyphIconPlusNumberSelectorDisabled {
  font-size: 16px !important;
  color: white !important;
  background-color: #98bfe2;
  text-align: center;
  float: left;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 30px;
  border-radius: 0px 4px 4px 0px;
  text-decoration: none;
}
.glyphIconMinusNumberSelectorEnabled {
  font-size: 16px !important;
  color: white !important;
  background-color: #337ab7;
  text-align: center;
  float: left;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 30px;
  border-radius: 4px 0px 0px 4px;
  text-decoration: none;
}
.glyphIconMinusNumberSelectorDisabled {
  font-size: 16px !important;
  color: white !important;
  background-color: #98bfe2;
  text-align: center;
  float: left;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 30px;
  border-radius: 4px 0px 0px 4px;
  text-decoration: none;
}
.numberSelectorNumber {
  font-size: 16px !important;
  text-align: center;
  float: left;
  margin-top: 1px;
  padding-top: 5px;
  padding-bottom: 5.2px;
  border-top: 1px solid #98bfe2;
  border-bottom: 1px solid #98bfe2;
  width: 30px;
}
div.wicket-mask-dark {
  opacity: 0.7 !important;
}
.googleRemoveLink {
  padding-left: 5px;
}
/* 
========================================================LOGIN PAGE (EASY) ===================================================
*/
.easyInfoTainmentPanel {
  width: 60vw;
  color: #404040;
  margin: 0 auto;
}
.easyInfoTainmentPanel h1 {
  text-align: center;
  font-family: 'Oleo Script';
  font-weight: normal;
  font-size: 60px;
}
.easyInfoTainmentPanel h2 {
  text-align: center;
}
.easyInfoTainmentPanel .gif {
  width: 100%;
  height: auto;
}
.easyInfoTainmentPanel .subText {
  text-align: justify;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.3;
}
.easyInfoTainmentPanel a {
  font-size: 20px !important;
  text-decoration: underline !important;
}
.pac-container {
  z-index: 20002 !important;
}
.amadeusLogo {
  width: 125px;
  height: 35px;
  background-size: cover;
  background-image: url('../images/logo_AMADEUS.svg');
  margin-left: -11px;
  display: block;
}
.travelfusionLogo {
  width: 150px;
  height: 30px;
  background-size: cover;
  background-image: url('../images/logo_Travelfusion.svg');
  margin-left: -15px;
  display: block;
}
.systemUsageValueBox {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #009999;
  width: 50px;
  text-align: center;
  padding: 3px;
  float: left;
}
.co2PanelBackGroundImage {
  background-image: url('../images/co2_arctic_ice/melt.png');
  height: 360px;
  filter: blur(2px);
  -webkit-filter: blur(2px);
  background-repeat: no-repeat;
  background-size: cover;
}
.co2PanelForeGroundPanel {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  border-radius: 4px;
}
.personalizedCo2Tab .co2PanelForeGroundPanel {
  top: 50%;
}
sub,
sup {
  /* Specified in % so that the sup/sup is the right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this is already set and you can remove this rule */
  vertical-align: baseline;
}
sup {
  /* Move the superscripted text up */
  top: -0.5em;
}
sub {
  /* Move the subscripted text down, but only half as far down as the superscript moved up */
  bottom: -0.25em;
}
.winnerImage {
  background: url("../images/24x24/first.png") no-repeat;
  width: 30px;
  height: 30px;
}
.co2ServiceLogo {
  min-width: 500px;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 200px;
}
.atmosFairBackGroundLogo {
  background: url("../images/co2_service_logos/atmosfair_logo_white_background.png") no-repeat;
  background-position: center center;
}
.climatePartnerBackGroundLogo {
  background: url("../images/co2_service_logos/climatepartner_logo.png") no-repeat;
  background-position: center center;
}
.background_center {
  height: 0px;
}
.pro .add-stage-wrapper-background-center {
  background-image: none;
  height: 200px;
}
#stage-wrapper-center {
  background-image: none;
  height: 0px;
}
#add-stage-wrapper-center {
  background-image: none;
  height: 0px;
}
.cockpit_link_container {
  display: inline-block;
  width: 90%;
}
/* 
======================================================== UploadButtonPanel ===================================================
*/
.fileContainer {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  border: 1px solid transparent;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 1;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  -moz-user-select: none;
  padding: 6px 12px 6px 12px;
  margin-right: 5px;
  min-width: 100px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  color: #FFF;
  background-color: #337ab7;
  border-color: #2E6DA4;
}
.fileContainer:hover {
  color: #FFF;
  background-color: #286090;
  border-color: #204D74;
}
.fileContainer [type=file] {
  cursor: inherit;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}
/* 
======================================================== MeetingVenuePanel ===================================================
*/
.meetingVenueLogo {
  width: 110px;
}
#searchPanel #mainDiv {
  text-align: left;
}
#searchPanel #textLabel {
  text-align: left;
}
.tabbedPanelDialogContent #mainDiv {
  text-align: center;
  padding: 10px 30px 30px 30px;
}
.tabbedPanelDialogContent #textLabel {
  text-align: center;
}
.hrsVenuePanelBanner {
  height: 200px;
  width: 440px;
}
.meetingSelectVenuePanelBanner {
  height: 200px;
  width: 100%;
}
.venueTeaserImageLink {
  height: 185px !important;
  width: 250px !important;
  border-radius: 4px 4px 4px 4px;
}
.venueTeaserImageLink:hover {
  border: 2px solid;
  border-color: #337ab7 !important;
  border-radius: 4px 4px 4px 4px;
}
/* 
========================================================  AdminDashboard ===================================================
*/
.admin-centered-container {
  text-align: center;
  margin-bottom: 20px;
}
.admin-flex-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
}
.admin-info-box {
  width: 30%;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 20px;
  text-align: left;
  height: 250px;
}
.admin-box-header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}
.admin-menu-list {
  list-style: none;
  padding: 0;
}
.admin-menu-item {
  padding-bottom: 10px;
}
.admin-menu-link {
  color: #007bff;
  text-decoration: none;
  font-size: 16px;
}
.admin-menu-link:hover {
  text-decoration: underline;
}
.timePicker input[type="text"] {
  display: inline-block;
  min-width: 50px;
  width: 50px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  box-sizing: border-box;
}

