/* CSS Document */
body
{
  padding: 0px;
  margin: 0px;
  font-size: 10px;
  font-family: arial, helvetica, sans-serif;
  font-weight: normal;
    vertical-align: middle;
}

.footer {
    height: 24px !important;
}

div {
  box-sizing: content-box;
}

.autoOverflow {overflow : auto !important;}
.modifiedRow {background-color: #FDFDF1;}

.NoSlotsDefinedMessage { width:400px; margin: 50px 0 0 50px; font-family: Arial, sans-serif; font-size: 11px; }  
.BookableSlotsInfoMessage {width: 100%; font-family: Arial, sans-serif; font-size: 14px; position: absolute; z-index: 10; text-align: center}
.GeneralSearchLabel { margin: 0px 10px 0px 10px; font-family: Arial, sans-serif; font-size: 11px; }
.NoTransactionsForBookingMessage { width:400px; margin: 50px 0 0 50px; font-family: Arial, sans-serif; font-size: 11px; }
div.ScrolledHeader { overflow:hidden; overflow-x: hidden; overflow-y: hidden; }
div.ScrolledContent { overflow:scroll; overflow-x: scroll; overflow-y: scroll; }
.VerticallyScrolledPanelContent>div>div { overflow-x: hidden; overflow-y: scroll; }

.substrate{z-index: 2147483647; position: absolute;}

.NoSelectedTemplateMessage { width:400px; margin: 25px 0 0 25px; font-family: Arial, sans-serif; font-size: 11px; display: inline-block; }
.DirtyZigZagLine { 
  background-image: url(../images/extjs/default/grid/invalid_line.gif), url(../images/extjs/default/grid/dirty.gif);
  background-position: bottom, left top;
  background-repeat: repeat-x, no-repeat;
  background-color: transparent;
}

.row-highlighted {
   background-color: 	#D0D0D0 !important;
}
.cal {
border-collapse: collapse;
width: 100%;
font-family: Arial, sans-serif;
font-weight:200;
font-size: 1em;
color:#404041;
}
.cal td.active_monat{
border-top:1px solid grey;
}

.GeneralSearchLabelGray
{
 margin: 0px 10px 0px 10px;
 font-family: Arial, sans-serif;
 font-size: 11px;
 color: #777777;
}

.GeneralSearchLabelBolt
{
 margin: 0px 10px 0px 10px;
 font-family: Arial, sans-serif;
 font-size: 11px;
 font-weight:bold;
}

.cal td.feiertag{
border-top:1px solid grey;
background-color:#ffffff;
}
.cal td.feiertag_box{
border-bottom:1px solid grey;
background-color:#ffffff;
}
.cal td.active_monat_box{
border-bottom:1px solid grey;
text-align: center;
}
.cal td{
border-left:1px solid grey;
border-right:1px solid grey;
background-color:#f2f2f2;
color:#404041;

}
.cal td.next_monat, .cal td.last_monat{
color:#a0c0d9;
border-top:1px solid grey;
}
.DayViewCustomerDivClass
{
  background-color:#ffffff;
  font:	bold 12px Arial,helvetica, sans-serif;
  display: none;
}
.cal td.woche{
color:#a0c0d9;
background-color:#ffffff;
border-top:1px solid grey;
}
.cal td.woche_box{
color:#a0c0d9;
background-color:#ffffff;
border-bottom:1px solid grey;
}
.cal td.heute{
color:#a0c0d9;
background-color:#FFFFCE;
border-top:1px solid grey;
text-align: center;
}

div.menuTable {
	position:			absolute;
	top:				0px;
	left:				0px;
	background-color:	#ecf5fc;
	border:				0px;
	margin:				0px;
  color:        #4d86ad;
}

div.menuTable div.menuItem {
	padding:			2px 20px 2px 20px;
	height:				18px;
	float:				left;
	font:				bold 13px Arial,helvetica, sans-serif;
	background-color:	#ecf5fc;
}

div.menuTable div.menuItemHover {
	padding:			2px 20px 2px 20px;
	height:				18px;
	float:				left;
	font:				bold 13px Arial,helvetica, sans-serif;
	background-color:	#a0c0d9;
  color:        #4d86ad;
}

div.menuBuffer {
	display:			none;
	position:			absolute;
	background-color:	#ecf5fc;
  color:        #4d86ad;
}

div.subMenuItem {
	padding:			3px 3px 3px 5px;
	font:				bold 12px Arial,helvetica, sans-serif;
}

div.subMenuHover {
  padding:			3px 3px 3px 5px;
	background-color:	#a0c0d9;
}

.tislotSelect
{
  background-color: #ecf5fc;
  border-bottom: #3575a1;
  width: 150px;
}

.slotHeader
{
  height: 50px;
}

.slotHeaderText
{
  padding:		3px 3px 3px 5px;
	font-family: Arial, sans-serif;
	font-weight: 200;
	font-size: .9em;
	color: #4d86ad;
  width: 70px;
}

.slotTimeText
{
  padding:		3px 3px 3px 5px;
	font-family: Arial, sans-serif;
	font-weight: 200;
	font-size: .9em;
	color: #4d86ad;
  width: 70px;
}

.slotQuantityInput
{
  background-color: #ecf5fc;
  border-bottom: #3575a1;
  width: 50px;
}

#locationDiv
{
	font-family: Arial, sans-serif;
	font-weight: 200;
	font-size: .9em;
	margin-bottom: 20px;
}

#locationDiv table td
{
  font-family: Arial, sans-serif;
  font-weight: 200;
  font-size: .9em;
}

div.CalendarDayViewHeader
{
	position: absolute;
	background-color:	#c0c0c0;
  color: #ffffff;
	font:	bold 12px Arial,helvetica, sans-serif;
  text-align: center;
}
div.CalendarDayViewHeaderAlternate
{
	position: absolute;
	background-color:	#d0d0d0;
  color: #ffffff;
	font:	bold 12px Arial,helvetica, sans-serif;
  text-align: center;
}
div.CalendarDayViewDescriptor
{
	position: absolute;
	background-color:	#c0c0c0;
  color: #ffffff;
	font:	bold 10px Arial,helvetica, sans-serif;
  text-align: center;
}
div.CalendarDayViewDescriptorAlternate
{
	position: absolute;
	background-color:	#d0d0d0;
  color: #ffffff;
	font:	bold 10px Arial,helvetica, sans-serif;
  text-align: center;
}
div.CalendarDayViewItem
{
	position: absolute;
	background-color:	#ecf5fc;
	font:	10px Arial,helvetica, sans-serif;
  text-align: center;
  border: solid 1px #006699;
}
div.CalendarDayViewItemAlternate
{
	position: absolute;
	background-color:	#ffffff;
	font:	10px Arial,helvetica, sans-serif;
  text-align: center;
  border: solid 1px #006699;
}

/* Calendar View */
.ViewPanelCalendarCommandsContainer
{
  border-style: none!important;
}

#ViewPanelCalendarCommands {
  background-color: #ffffff !important;
}

#navigationPanel .x-panel-body {

    border-right: 1px solid grey;
}

table.CalendarView_Table
{
    display: table;
    border-collapse: separate;
    border-color: gray;

   /* border-style: none!important;
	font:	10px Arial,Verdana, sans-serif;
	margin-left : 0px;
	margin-top : 0px;
	background-color:#FFFFFF; */
}

.x-panel
{
  border-style: none!important;
}

.CalendarView_THead
{
  border-left-color: #eee;
  border-right-color: #d0d0d0;
  background-color: #F1F1F6;
  border-spacing: 0px;
}

#ViewPanelCalendarUpdateIcon {
  cursor:pointer;
  float:left;
}

#ViewPanelCalendarAutoUpdaterNextUpdateText {
  margin-left:10px;
}

.CalendarView_Header
{
  color: #404041;
	font:	bold 11px arial, helvetica, sans-serif;
  border-left: solid 1px #808080;
  text-align: center;
  vertical-align:middle;
  padding: 2px;
}
.CalendarView_HeaderToday
{
  color: #404041;
	background-color:#feffc3;
	font:	bold 11px arial, helvetica, sans-serif;
  text-align: center;
  border-left: solid 1px grey;
  vertical-align:middle;
  padding: 2px;
}
.CalendarView_TopLeft
{
  color: #404041;
	font:	bold 10px arial, helvetica, sans-serif;
  text-align: center;
  width: 50px;
  padding: 3px;
}
td.CalendarView_Item
{
  font: 10px arial, helvetica, sans-serif;
  vertical-align:top;
  border-left: solid 1px #808080;
  border-top: solid 1px #cdcdcd;
  padding: 2px;
  width: 150px;  /* set this in addition to CalendarView_Header, otherwise the booking may get smaller */
}
td.CalendarView_AlternateItem
{
	font:	10px arial, helvetica, sans-serif;
  vertical-align:top;
  border-left: solid 1px #808080;
  border-top: solid 1px #cdcdcd;
  padding: 2px;
  width: 150px;  /* set this in addition to CalendarView_Header, otherwise the booking may get smaller */
}
td.CalendarView_FirstColumnItem {
  padding-left: 10px;
  font: 10px arial, helvetica, sans-serif;
  vertical-align: top;
  background: #F1F1F6;
  border-left: solid 1px #eee;
  border-top: solid 1px #d0d0d0;
}
.CalendarView_TopLeftResources
{
    color: #404041;
    font: bold 11px arial, helvetica, sans-serif;
    text-align: center;
    border-right: 1px solid #808080;
    vertical-align:middle;
    padding: 3px;
    overflow: hidden;
}
td.CalendarView_ResourceColumnItem
{
    padding-left: 10px;
    font:	10px arial, helvetica, sans-serif;
    vertical-align:top;
    border-left: solid 1px #eee;
    border-right: solid 1px #808080;
    border-top: solid 1px #cdcdcd;
}
td.CalendarView_ResourceColumnItemFull
{
    color: red;
}
td.CalendarView_FirstColumnAlternateItem
{
	font:	10px arial, helvetica, sans-serif;
  padding-left: 10px;
  vertical-align:top;
  background-color: #404041;
  border-left: solid 1px #eee;
  border-top: solid 1px #d0d0d0;
}
.LastColumnOfDay
{
  border-right: solid 1px #808080;
  border-left: solid 1px #808080;
}

/* Calendar definition View */
table.CalendarDefinitionView_Table
{
  border: solid 1px #a0c0d9;
	font:	10px Arial,helvetica;
	margin-left : 0;
	margin-top : 0;
	background-color:#FFFFFF;
}
.CalendarDefinitionView_THead
{
	background-color:	#c6e1f6;
}
.CalendarDefinitionView_Header
{
  color: #05659a;
  font: bold 10px arial, helvetica, sans-serif;
  text-align: center;
  width: 100px;
  border-left: solid 1px #a0c0d9;
}
.CalendarDefinitionView_TopLeft
{
  color: #05659a;
	font:	bold 10px Arial,helvetica, sans-serif;
  text-align: center;
  border-left: solid 1px #a0c0d9;
  width:100px;
}
td.CalendarDefinitionView_Item
{
	font:	10px Arial,helvetica, sans-serif;
  text-align: center;
  vertical-align:top;
  border-left: solid 1px #a0c0d9;
  border-top: solid 1px #a0c0d9;
  padding: 2px;
}
td.CalendarDefinitionView_AlternateItem
{
	font:	10px Arial,helvetica, sans-serif;
  text-align: center;
  vertical-align:top;
  border-left: solid 1px #a0c0d9;
  border-top: solid 1px #a0c0d9;
  padding: 2px;
}
td.CalendarDefinitionView_FirstColumnItem
{
  padding-left: 10px;
	font:	10px Arial,helvetica, sans-serif;
  vertical-align:top;
  background-color: #cbe3f6;
  border-left: solid 1px #a0c0d9;
  border-top: solid 1px #a0c0d9;
  /*width:80px;*/
}
td.CalendarDefinitionView_FirstColumnAlternateItem
{
	font:	10px Arial,helvetica, sans-serif;
  padding-left: 10px;
  vertical-align:top;
  background-color: #bcdbf4;
  border-left: solid 1px #a0c0d9;
  border-top: solid 1px #a0c0d9;
  /*width:80px;*/
}
.CalendarDefintionSlotCell
{
	padding: 0px 5px 0px 5px;
}
.CalendarDefintionSlotInput
{
  width: 90%;
	font:	10px Arial,helvetica, sans-serif;
}
.CalendarDefintionSlotTimeInput
{
	font:	10px Arial,helvetica, sans-serif;
	width: 40px;
}
.CalendarDefintionSlotDurationInput
{
	font:	10px Arial,helvetica, sans-serif;
	width: 20px;
}


/* SLOT */
.Slot {
	margin-bottom: 1px;
  border: solid 1px #C6E3F7;
  border-collapse:collapse;
	font:	10px Arial,helvetica, sans-serif;
	width: 100%;
}
.Slot_Hidden
{
  margin-bottom: 1px;
  border: solid 2px #C6E3F7; border-collapse:collapse;
	font:	10px Arial,helvetica, sans-serif;
	width: 100%;
  display: none;
}
.Slot_Collapsed {
  display: none;
}
.SlotTitle {
    padding: 2px;
    position: relative;
}
.SlotTitleItemLeft {
  float: left;
  margin-right: 3px;
  margin-top: 2px;
}
.SlotTitleItemLeftEmpty {  float: left; border-style:none; }
.SlotTitleItemMiddle { word-wrap: break-word; margin-left: 16px; margin-right: 16px; font: bold 11px Arial,helvetica, sans-serif; color:#049218; cursor: pointer; }
.SlotTitleItemMiddleBooked { word-wrap: break-word; margin-left: 16px; margin-right: 16px; margin-top: 2px; margin-bottom: 2px; font: bold 11px Arial,helvetica, sans-serif; color:#000000; cursor: pointer; min-height: 16px; }
.SlotTitleItemMiddleGrey_Click { word-wrap: break-word; margin-left: 16px; margin-right: 16px; font: bold 11px Arial,helvetica, sans-serif; color:#808080; cursor: pointer; }
.SlotTitleItemMiddleGrey { word-wrap: break-word; margin-left: 16px; margin-right: 16px; font: 11px Arial,helvetica, sans-serif; color:#808080; cursor: default; }
.SlotTitleItemMiddle_NoClick { word-wrap: break-word; margin-left: 16px; margin-right: 16px; font: bold 11px Arial,helvetica, sans-serif; cursor: default; }
.SlotTitleItemRight { float: right;  cursor: pointer; }
.SlotTitleToolbar { word-wrap: break-word; font: bold 11px Arial,helvetica, sans-serif; color:#000000; height: 16px; padding-left: 20px; padding-top: 2px; display: flex; align-items: center; border-top: solid 1px #cccccc}
.SlotTitleHidden {
    padding: 0 0 0 4px;
    font-size: 5px;
    color: #808080;
    position: relative
}
.SlotContent { clear:both; padding: 2px; border-top: solid 1px #cccccc; box-sizing: border-box; }

.SlotTitleToolbarXmlViewer {
  margin-right: 1px;
  cursor: pointer;
  display: inline-block;
  width: 16px;
}

.SlotTitleToolbarRtymReplanned {
  margin-right: 1px;
  cursor: pointer;
  display: inline-block;
  width: 16px;
}

.SlotTitleToolbarJumpToFriendData {
  margin-right: 1px;
  cursor: pointer;
  display: inline-block;
  width: 16px;
}


/* Time frame title (TFT) */
.TFTLeft   { float: left; border-style:none; font: 11px arial, helvetica, sans-serif; }
.TFTMiddle { float: left; cursor: pointer; margin-left: 6px; color: #049218; font: 11px arial, helvetica, sans-serif; }
.TFTRight  { float: right; cursor: pointer; }
.TFTLeftHidden   { display: none; }
.TFTMiddleHidden { display: none; }
.TFTRightHidden  { display: none; }

.Slot_Booked
{
	margin-bottom: 1px;
  border: solid 1px #D2D2D5;
  border-collapse:collapse;
	font:	10px Arial,helvetica, sans-serif;
	width: 100%;
	word-wrap: break-word;
	overflow: hidden;
}
.Slot_Booked .SlotContent { background-color: #F7E7CE; text-align: left; }
.Slot_Booked .SlotContentItem { background-color: #F7E7CE; }
.Slot_Booked .SlotContentItemRedBig {background-color: #F7E7CE; color : #FF0000; font:	13px Arial,helvetica, sans-serif; }
.Slot_Booked .SlotContentAlternativeItem { background-color: #FFEFE7; }
.Slot_Booked .SlotContentAlternativeItemRedBig { background-color: #FFEFE7; color : #FF0000; font:	13px Arial,helvetica, sans-serif; }
.Slot_Booked .SlotContentAlternativeItemDelay { background-color: #FFEFE7; }

.SlotTooltip
{
  position: absolute;
  z-index: 1000;
  max-width: 200px;
  width: auto;
  height: auto;
  padding: 8px;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #dadada;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
}
.SlotTooltipArrow
{
  position: absolute;
  z-index: 1001;
  background-color: white;
  border-left: 1px solid #dadada;
  border-top: 1px solid #dadada;
  width: 12px;
  height: 12px;
}

.Slot_Reserved
{
  margin-bottom: 1px;
  border: solid 2px #E7C394; border-collapse:collapse;
  font:	10px Arial,helvetica, sans-serif;
  width: 100%;
  word-wrap: break-word;
  overflow: hidden;
}
.Slot_Reserved .SlotContent { background-color: #F7E7CE; text-align: left; }
.Slot_Reserved .SlotContentItem { background-color: #F7E7CE; }
.Slot_Reserved .SlotContentAlternativeItem { background-color: #FFEFE7; }

.SlotContentItemDisplayRed { background-color: #F7E7CE; color : #FF0000; }
.SlotContentAlternativeItemDisplayRed { background-color: #FFEFE7; color : #FF0000; }

.Slot_Locked
{
  margin-bottom: 1px;
  border: solid 1px #D2D2D5;
  border-collapse:collapse;
  width: 100%;
  text-align: left;
  word-wrap: break-word;
}
.Slot_Locked .SlotTitleItemMiddle
{
  color: #BDBABD;
  padding: 0 0 0 4px;
	font:	bold 11px Arial,helvetica, sans-serif;
  float: left;
  cursor: pointer;
}

.SlotImage_ShowClick
{
  cursor: pointer;
  margin-right: 2px;
}
.SlotImage_ShowNoClick
{
  cursor: default;
  margin-right: 2px;
  margin-top: 2px;
}
.SlotImage_HideNoClick
{
  width: 1px;
  height: 1px;
}

.SlotInfo_ArrivalDelayed
{
  color: #FF0000;
}

.LockedSlotContent
{
  margin-bottom: 1px;
  font:	10px Arial,Verdana, sans-serif;
  width: 100%;
  word-wrap: break-word;
  overflow: hidden;
}

div.BookingWizardDiv
{
  width: 100%;
  display: none;
  border: none;
  border-collapse: collapse;
  background-color: #FFFFFF;
  z-index: 200;
  padding: 5px;
}

div.BookingWizardDeadlinesDiv
{
  width: 95%;
  display: none;
  border: none;
  border-collapse: collapse;
  background-color: #FFFFFF;
  z-index: 200;
  padding: 15px;
}

/* BookingEditor */
div.BookingEditorDiv
{
  width: 660px;
  display: none;
  border: none;
  border-collapse: collapse;
  background-color: #FFFFFF;
  z-index: 200;
  position: absolute;
  padding: 15px;
}

table.BookingEditorTable
{
	font:	11px Arial,helvetica, sans-serif;
}
.BookingEditorTableTDCol1
{
  padding-left: 10px;
  width:150px;
}
.BookingEditorTableTDCol2
{
  width:450px;
}

.defaultFont
{
  font-size: 11px !important;
  font-family: arial, helvetica, sans-serif !important;
}

input.extStyle
{
  width: 85px;
  border: #b5b8c8 1px solid;
  background: url(../images/extjs/default/form/text-bg.gif) #fff repeat-x 0px 0px;
  margin-right: 5px;
}

.editIconActive { width: 24px !important; height: 24px !important; }
.editIconPassive, .editIconPassive button {width: 24px !important; height: 24px !important; pointer-events: none; color: #D1D3D4 !important; }
.plusIcon { width: 24px !important; height: 24px !important; background:url(../images/TiSlot/add_big_active.png) no-repeat !important; }


div.comboBoxContainer
{
  margin-right:5px;
}

/* BookingSearch */
div.BookingSearchDiv
{
  width: 660px;
  display: none;
  border: solid 1px #006699;
  border-collapse:collapse;
  background-color: #FFFFFF;
}
table.BookingSearchTable
{
	font:	11px Arial,helvetica, sans-serif;
}
.BookingSearchTableTDCol1
{
  padding-left: 10px;
  width:200px;
}
.BookingSearchTableTDCol2
{
  width:150px;
}

tr.CalendarDayViewItem
{
  font:10px Arial,helvetica, sans-serif;
  vertical-align:top;
  background-color:white;
}

tr.CalendarDayViewItemAlternate
{
  font:10px Arial,helvetica, sans-serif;
  vertical-align:top;
  background-color:#ecf5fc;
}



table.CalendarDayView
{
  font:10px arial,helvetica, sans-serif;
  margin-left:2px;
  margin-top:0px;
  color:#000000;
}

tr.CalendarDayViewHeader
{
  color: #05659a;
  font:	bold 11px Arial,helvetica, sans-serif;
  vertical-align:bottom;
}
table.SectionTable
{
  background-color:#FFFFFF;
  width: 180px;
	font:	10px Arial,helvetica, sans-serif;
}
caption.SectionHeader
{
  padding: 2px;
  background-color:#006699;
  color: #FFFFFF;
	font:	bold 12px Arial,helvetica, sans-serif;
}
.SectionSubHeader
{
  color: #000000;
	font-weight: bold;
	font-size: 11px;
  font-family: Arial;
}
caption.WeeklyCalendarCaption
{
	font:	11px Arial,helvetica, sans-serif;
  background-color:#FFFFFF;
  text-align: center;
}

.ViewList
{
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}
.ViewListItem
{
  color: #3e7eaa;
  background-color:#ecf5fc;
  margin: 0 1px 0 0;
  float: left;
  border: 1px solid #a0c0d9;
  border-bottom: none;
  padding: 4px 8px;
	font:	bold 12px Arial,helvetica, sans-serif;
  cursor: pointer;
  display: inline;
}
.ViewListItem_Selected
{
  color: #024e83;
  background-color:#C6E3F7;
  margin: 0 1px 0 0;
  float: left;
  border: 1px solid #a0c0d9;
  border-bottom: none;
  padding: 4px 8px;
	font:	bold 12px Arial,helvetica, sans-serif;
  cursor: pointer;
  display: inline;
}



#LightLoginBackground {
  display: table-cell;
  width: 100vw;
  height: 200vh;
  background-color: #f7f7f7;
  vertical-align: middle;
  text-align: center;
}


#LanguageSelector {
  display: inline-block;
  height: 24;
}
#LanguageTitle {
  padding-right: 5px;
  float: left;
}
#LanguageName {
  padding-left: 5px;
  float: right;
}

#LanguageSelectorBackdrop {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 2;
}
#LanguageSelectorForm {
  position: absolute;
  width: 578px;
  left: 50%;
  padding: 5px;
  margin: 8px 0px 0px -295px;
  background-color: white;
  border: 1px solid #cdcdcd;
  -webkit-box-shadow: -2px 2px 5px 0px rgba(205, 205, 205, 1);
  -moz-box-shadow: -2px 2px 5px 0px rgba(205, 205, 205, 1);
  box-shadow: -2px 2px 5px 0px rgba(205, 205, 205, 1);
  font-size: 11px;
  outline: none;
  z-index: 3;
}
#LanguageSelectorFormTitleContainer {
  padding-left: 10px;
  height: 20px;
  border-bottom: 1px solid #cdcdcd;
  font-weight: bold;
}
#LanguageSelectorFormTitle {
  float: left;
}
.LanguageSelectorFormCloseIcon {
  float: right;
  cursor: pointer;
}
.LanguageSelectorFormColumn {
  width: 192px;
  float: left;
  text-align: left;
}
.LanguageSelectorFormItem {
  margin: 10px;
}


#PrivacyNoticeContainer {
  position: fixed;
  width: 100%;
  height: 30px;
  bottom: 0;
  background-color: white;
  text-align: center;
  font-size: 12px;
}
#PrivacyNotice {
  margin-top: 7px;
  word-wrap: break-word;
}


#LoginFormContainer {
  display: none;
  position: relative;
  width: 326px;
  top: calc(-50vh - 92px);
  text-align: center;
}

#LightLoginTitleImage {
  width: 300px;
  padding-bottom: 30px;
}

#LightLoginProduct, #LanguageSelectionDiv {
  padding-bottom: 12px;
}
#LightLoginProductContainer {
  display: inline-block;
  height: 30px;
  font-size: 24px;
}
#LightLoginProductImage {
  float: left;
}
#LightLoginProductTitle {
  padding: 2px 0px 0px 4px;
  float: left;
  color: #4d4e53;
  white-space: nowrap;
}

#LightLoginWidget {
  background-color: white;
  border: 1px solid #dadada; 
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.16);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.16);
}
#LoginFormDiv {
  width: 300px;
  padding: 12px;
  font-size: 12px;
}

#LightLoginHelpLinkWrapper {
  position: relative;
  text-align: right;
}
#LightLoginHelpLink {
  display: inline-block;
  padding-top: 12px;
  word-wrap: break-word;
}


#LightLoginForm, #OrderNo, #Pin {
  width: inherit;
}


.LightLoginLink {
  color: #284a98;
  cursor: pointer;
}
.LightLoginLink:hover {
  color: rgba(40, 74, 152, 0.8);
}


.LightLoginMessage {
  padding:5px;
  margin-top: 12px;
  color: #ed1e26;
  background-color: #feffc3;
  border: 1px solid #cdcdcd;
  font-size: 12px;
}


.LightLoginButtonWrapper {
  height: 32px;
  padding-top: 8px;
  position: relative;
  text-align: right;
}
.LightLoginButtonWrapper button {
  height: inherit;
  min-width: 70px;
  color: white;
  background-color: #284a98;
  border: 1px solid #284a98;
  border-radius: 4px;
  cursor: pointer;
  font-size: inherit;
  white-space: nowrap;
}
.LightLoginButtonWrapper button:hover {
  background-color: rgba(40, 74, 152, 0.8);
  border-color: rgba(40, 74, 152, 0.0);
}

.LightLoginFieldLabelWrapper {
  position: relative;
  text-align: left;
}
.LightLoginFieldLabelWrapper label {
  display: inline-block;
  color: #b3b3b3;
}
.LightLoginFieldWrapper {
  width: inherit;
  padding: 2px 0px 12px 0px;
}
.LightLoginFieldWrapper input {
  height: 28px;
  padding-left: 8px;
  font-size: 12px;
}


.CoCo_DropDownSelector {
  width: calc(100% - 2px) !important;
  height: 26px;
  cursor: pointer;
  text-align: left;
  font-size: 12px;
}
.CoCo_DropDownSelectorText {
  display: inline-block;
  width: calc(100% - 40px);
  height: 18px;
  padding: 4px 4px 4px 8px;
  overflow: hidden;
}
.CoCo_DropDownSelectorTextWrapper {
  display: table-cell;
  height: inherit;
  vertical-align: middle;
}
.CoCo_DropDownArrow {
  padding: 3px 4px 3px 4px;
  float: right;
}
.CoCo_DropDownList { 
  position: absolute;
  width: inherit;
  z-index: 3;
}
.CoCo_DropDownListContainer {
  position: absolute;
  width: calc(100% - 2px);
  max-height: 300px;
  background-color: white;
  border: 1px solid #dadada;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px 0px rgb(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 6px 0px rgb(0, 0, 0, 0.16);
  box-shadow: 0 2px 6px 0px rgb(0, 0, 0, 0.16);
  font-size: 12px;
  outline: none;
  overflow: auto;
}
.CoCo_DropDownItem {
  padding: 6px 8px 6px 20px;
  cursor: pointer;
  text-align: left;
}
.CoCo_DropDownItem:hover {
  background-color: #eaeaea;
}
.CoCo_DropDownItem img {
  display: none;
  position: absolute;
  left: 1px;
  margin-top: -4px;
}
.CoCo_DropDownSelectedItem {
  padding-left: 22px;
}
.CoCo_DropDownSelectedItem img {
  display: block;
}


.CoCo_Field {
  width: inherit;
  border: 1px solid #dadada;
  border-radius: 4px;
  outline: none;
}
.CoCo_Field:focus, .CoCo_ActiveField {
  border-color:  #26aee4 !important;
}

.CoCo_FieldErrorText {
  display: none;
  min-height: 18px;
  margin-top: 8px;
  color: #dd5252;
  text-align: left;
}
.CoCo_FieldErrorText img {
  margin-right: 4px;
  float: left;
}
.CoCo_FieldValueInvalid .CoCo_FieldErrorText {
  display: block;
}
.CoCo_FieldValueInvalid .CoCo_Field {
  border-color: #dd5252;
}



.CommandButton
{
  margin-left: 8px;
  font-size: .9em;
  color:#404040;
  background-position: left;
  background-repeat: no-repeat;
  padding: 2px 2px 2px 0px;
  display: inline;
}

.CommandButton a:link, .CommandButton a:visited
{
  padding: 2px 24px 2px 34px;
  text-decoration:none;
  color:#4d86ad;
  cursor: pointer;
  font-family:Arial, sans-serif;
}
.CalendarDefinitionCommandButton {
  padding:4px 12px 4px 30px;
  margin-bottom:10px;
  min-width:135px;
  height:14px;
  color:#4d86ad;
  cursor:pointer;
  font-family:arial,sans-serif;
  font-weight:bold;
  font-size:1.1em;
  background-repeat:no-repeat;
  float:left;
  border-left:1px solid #A7BED3;
  border-right:1px solid #A7BED3;
}

.CommandPanel
{
  font-size: .9em;
  /*
  color:#4d86ad;
  background-color:#C6E3F7;
  */
  padding: 6px;
}
.CommandPanelText
{
  padding: 2px 6px 2px 10px;
  text-decoration:none;
  color:#4d86ad;
  font-family:Arial, sans-serif;
}
.CommandPanel input
{
  font-family: helvetica, sans-serif;
  font-size: 9px;
}
.DragDropPanel
{
  border: 1px solid #a0c0d9;
  padding: 5px;
  background-color:#C6E3F7;
	z-Index: 1001;
  font: 10px Arial,helvetica, sans-serif;
}
.PanelContainer
{
  background-color: #FFFFFF;
  font: 11px Arial,helvetica, sans-serif;
}
#EditTemplatesPanelContainer
{
  height: 100%;
}
#ProgressMask
{
  position: absolute;
  z-index: 9100;
  height: 0px;
  width: 0px;
  background-color: #FFFFFF;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
#ProgressBar
{
  min-width: 250px;
  height: 150px;
  z-index: 9101;
  position: absolute;
  border: 0px none rgba(85, 85, 85, 0);
  border-radius: 0px;
  padding: 0px;
  overflow: hidden;
  background: rgba(15, 76, 146, 0);
  text-align: center;
}
#ProgressBar label
{
  padding-bottom: 14px;
  font: normal 13px arial,helvetica,sans-serif;
  color: #000000;
  display: block;
  text-align: center;
}
#ProgressBar img
{
  height: 92px;
  width: 92px;
  animation: spin 1s linear infinite !important;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Ampel */
.AmpelDiv
{
  background-color: #FFFFFF;
  border: none;
  display: block;
}
.AmpelDiv TD { font-family: helvetica, sans-serif; font-size: 11px; }
.AmpelDiv input { font-family: helvetica, sans-serif; font-size: 11px; }
.AmpelCommandButton
{
  border: 1px solid #a0c0d9;
  font-size: .9em;
  color:#4d86ad;
  background-position: left;
  background-repeat: no-repeat;
  padding: 2px 2px 2px 0px;
  display: block;
}
.AmpelCommandButton A
{
  padding: 2px 34px 2px 24px;
  text-decoration:none;
  color:#4d86ad;
  cursor: pointer;
  font-family:Arial, sans-serif;
}

/* Booking editor */
.BookingEditorCommandButton
{
  border: 1px solid #a0c0d9;
  font-size: .9em;
  color:#4d86ad;
  background-position: left;
  background-repeat: no-repeat;
  padding: 2px 2px 2px 0px;
  display: block;
}
.BookingEditorCommandButton a:link, .BookingEditorCommandButton a:visited
{
  padding: 2px 34px 2px 24px;
  text-decoration:none;
  color:#4d86ad;
  cursor: pointer;
  font-family:Arial, sans-serif;
}

.UIHint
{
  display: none;
  position: absolute;
  z-index:300;
  border: 1px solid #A0A0A0;
  font-family: helvetica, sans-serif; font-size: 11px;
  padding: 2px;
  background-color: #FFFFCC;
}

/* Date picker */
.dpDiv {}
/* the table (within the div) that holds the date picker calendar */
.dpTable
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #505050;
	background-color: #ecf5fc;
	border: 1px solid #AAAAAA;
}
.dpTR {}
.dpTitleTR {}
.dpDayTR {}
.dpTodayButtonTR {}
.dpTD {	border: 1px solid #DADADA;	}
.dpDayHighlightTD { background-color: #FFFFCC;	border: 1px solid #AAAAAA;	}
.dpTDHover { background-color: #aca998; border: 1px solid #888888; cursor: pointer; color: #FFFFCC;	}
.dpTitleTD {}
.dpButtonTD {	}
.dpTodayButtonTD {}
.dpDayTD {background-color: #CCCCCC;border: 1px solid #AAAAAA;color: white;	}
.dpTitleText {font-size: 11px; color: gray;	font-weight: bold;	}
.dpDayHighlight {	color: #4060ff; font-weight: bold;	}
.dpButton {	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 0px;
	cursor: pointer;
}
.dpCloseButton
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	cursor: pointer;
}

#RequestInfoContainer { border: none; }
#RequestInfoContainer span { font: 11px Arial,helvetica, sans-serif; }
.StatusInfoError { font: 11px Arial,helvetica, sans-serif; color:#FF0000; }
.StatusInfoOk { font: 11px Arial,helvetica, sans-serif; color:#000000; }

.errorBox { background-color: #FEE6B3; border: 1px solid #FCC31F; }
.errorText { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #ed1e26; padding: 3px; }
.errorSmall { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #ed1e26; padding-left: 3px; padding-right: 3px;padding-bottom: 3px; }

.TiSlotPanel { background-color: #FFFFFF; font-size: 11px; font-family: helvetica, sans-serif; }
#CompanyLogoContainer { text-align: center; }
.TourViewDiv { background-color: #FFFFFF; width: 660px; overflow: auto; display: none; position:absolute; }
.TourViewDiv TD { font-family: helvetica, sans-serif; font-size: 11px; }
.BookingSearchResultDiv {margin-top: 30px; width: 1400px; height: 400px; overflow: auto; display: none; position:absolute; }
.BookingSearchResultDiv TD { font-family: helvetica, sans-serif; font-size: 11px; }
.BookingTableConfigDiv {top: 100px; width: 750px; height: 400px; overflow: auto; display: none; position:absolute; }
TH.BookingConfigColumnKey {width: 50px; }
TH.DayViewColumn {padding: 0px; }
TABLE.xmltable {width: 100%; border: 0px solid #000000; border-collapse: collapse;}
TABLE.xmltable TH {padding: 4px; font-family: helvetica, sans-serif; font-size: 10px; white-space: nowrap; color: #FFFFFF; background-color: #006699; border: 1px solid #a0c0d9;}
TABLE.xmltable TD {padding: 2px; font-family: helvetica, sans-serif; font-size: 10px; white-space: nowrap; border: 1px solid #a0c0d9;}
TR.xmltablerow-odd {}
TR.xmltablerow-even {}
TR.xmltablerow-odd TD {background-color: #EEEEEE; color: #000000; }
TR.xmltablerow-even TD {background-color: #FFFFFF; color: #000000; }

#rebookMode
{
  font-size: 11px;
  font-family: helvetica, sans-serif;
  display: none;
  position: absolute;
  /*top: 2.8em;*/
  top: 65px; /* to prevent cancel window hiding slots in ie */
  right: 2em;
  width: 35em;
  background-color: white;
  border: 2px solid red;
  padding: 4px 12px 4px 12px;
  z-index: 201;
}

#copyReservationMode
{
  font-size: 11px;
  font-family: helvetica, sans-serif;
  display: none;
  position: absolute;
  /*top: 2.8em;*/
  top: 0px; /* to prevent cancel window hiding slots in ie */
  right: 2em;
  width: 35em;
  background-color: white;
  border: 2px solid red;
  padding: 4px 12px 4px 12px;
  z-index: 201;
}

#branchDisplay {
    font-size: 11px;
    font-family: Arial, helvetica, sans-serif;
    font-weight: bold;
    text-align: right;
    display: none;
    position: absolute;
    top: 1px;
    right: 4em;
    width: auto;
    background-color: transparent;
    border: 1px solid lightgray;
    padding: 4px 4px 4px 4px;
    z-index: 201;
}

#ExtOpenBookingsDialogWindow > .x-panel-nofooter .x-panel-bc, .x-panel-nofooter .x-window-bc {
    height: 0;
}

#ExtOpenBookingsDialogWindow > .x-window-bwrap {
    height: 406px;
}

#ExtOpenBookingsDialogWindow .x-panel-tbar{
    height: 0;
}

.openBookingModeFloating
{
    font-size: 11px;
    font-family: Arial, Helvetica, Sans-Serif;
    border: #e8e9cf 1px solid;
    position: absolute;
    top: 35px;
    right: 2em;
    max-width: 200px;
}

#openBookingModeContent
{
  font-size: 11px;
  font-family: Arial, Helvetica, Sans-Serif;
  padding: 5px;
  background-color: #FEFFC3;
}

#openBookingModePanel
{
  background-color: #FEFFC3;
}

#layoutPanel
{
border: 0px!important;
border-top-style: none!important;
}

#openBookingModePanel .x-panel-header
{
  background-color: #d1d2d4;
  background-image:none!important;
  border-bottom: 1px solid #d1d2d4;
  color: #404041;
}

#openBookingModePanel .x-panel-header-text
{
  color: #000000;
  font-size: 11px;
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: bold;
}

#openBookingModePanel .x-panel-body
{
  border-right: 0px !important;
}

#openBookingMode .x-panel-footer
{
  border-bottom: 1px solid #e8e9cf;
}

.openBookingModeInfoRow
{
  padding:2px 0px 2px 0px;
  display:block
}

.openBookingModeInfoRowHidden
{
  display:none
}

/* nur fuer moderne Browser! */
html>body #rebookMode { position: fixed; }
html>body #copyReservationMode { position: fixed; }

/* lock slot dialog */
.LockSlots_ReleaseLockText {
    padding: 20px;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    vertical-align: middle;
}

.StandardButton[disabled]
{
	color: #999999;
}

.clickable { cursor:pointer; }

.ToolbarIconRefresh { width: 24px !important; height: 24px !important; }
.ToolbarIconImport  { width: 18px; height: 16px; background:url(../images/TiSlot/sprites.png) no-repeat -0px -166px !important; }
.ToolbarIconSave    { width: 24px !important; height: 24px !important; background:url(../images/TiSlot/save_big_active.png) no-repeat !important; }
.ToolbarIconNew     { width: 24px !important; height: 24px !important; background:url(../images/TiSlot/add_big_active.png) no-repeat !important; }
.ToolbarIconCheck   { width: 24px !important; height: 24px !important; background:url(../images/TiSlot/refresh_big_active.png) no-repeat !important; }
.ToolbarIconShowOnlyBookable { width: 16px; height: 16px; background:url(../images/TiSlot/sprites.png) no-repeat -0px -342px !important; }
.ToolbarIconToggleShowOnlyBookable { width: 16px; height: 16px; background:url(../images/TiSlot/sprites.png) no-repeat -0px -450px !important; }
.ToolbarIconToggleHideBookingDetails_Hidden { width: 24px !important; height: 24px !important; background:url(../images/TiSlot/view-collapsed_big_active.png) no-repeat !important; }
.ToolbarIconToggleHideBookingDetails { width: 24px !important; height: 24px !important; background:url(../images/TiSlot/view-filled_big_active.png) no-repeat !important; }
.ToolbarIconMoveUp { width: 16px; height: 16px; background:url(../images/TiSlot/sprites.png) no-repeat -0px -214px !important; }
.ToolbarIconMoveDown { width: 16px; height: 16px; background:url(../images/TiSlot/sprites.png) no-repeat -0px -198px !important; }
.ToolbarIconDeleteFilterActive { width: 16px !important; height: 16px !important;background:url(../images/TiSlot/delete_small_active.png) no-repeat !important; }
.ToolbarButtonBackground { background: none !important;}
.ToolbarIconDeleteActive { width: 24px !important; height: 24px !important; background:url(../images/TiSlot/delete_big_active.png) no-repeat !important; }
.ToolbarIconDeleteActiveWithDropDown { width: 32px !important; height: 24px !important; background:url(../images/TiSlot/delete_big_active.png) no-repeat !important; }
.ToolbarIconDeletePassive, .ToolbarIconDeletePassive button { width: 24px !important; height: 24px !important; color: #D1D3D4 !important; pointer-events: none;}
.ToolbarIconExpand { width: 16px; height: 16px; background:url(../images/TiSlot/sprites.png) no-repeat -0px -230px !important; }

.ToolbarIconClearFilterActive { width: 24px !important; height: 24px !important; background:url(../images/TiSlot/filter-remove_big_active.png) no-repeat !important; }
.ToolbarIconClearFilterActiveSmall { width: 16px !important; height: 16px !important; background:url(../images/TiSlot/clearfilter_small_active.png) no-repeat !important; background-position-y: center !important;}
.ToolbarIconClearFilterPassive { width: 24px !important; height: 24px !important; background:url(../images/TiSlot/filter-remove_big_passive.png) no-repeat !important; }
.ToolbarIconFilterActive { background-image:url(../images/TiSlot/filter_small_active.png) !important; background-position: 4px 4px !important; padding-top: 3px !important;}/* separate div required for rendering*/
.ToolbarIconFilterPassive { background-image:url(../images/TiSlot/filter_small_passive.png) !important; background-position: 4px 4px !important;  padding-top: 3px !important; }/* separate div required for rendering*/

.ToolbarIconMinus { background-image:url(../images/TiSlot/Contracts/minus_small_active.gif) !important; }
.ToolbarIconPlus { background-image:url(../images/TiSlot/Contracts/plus_small_active.gif) !important; }

.bookingEditorBtnSaveActive button { width: 24px !important; height: 24px !important; color: #464B52 !important; font-size: 20px; }
.bookingEditorBtnSavePassive, .bookingEditorBtnSavePassive button { width: 24px !important; height: 24px !important; pointer-events: none; cursor: none; color: #D1D3D4 !important; font-size: 20px; }
.bookingEditorBtnBook { width: 16px; height: 16px; background:url(../images/TiSlot/sprites.png) no-repeat -0px -16px !important; }
.bookingEditorBtnRebookActive {width: 24px !important; height: 24px !important; background:url(../images/TiSlot/booking_rebook_big_active.png) no-repeat !important; }
.bookingEditorBtnRebookPassive {width: 24px !important; height: 24px !important; background:url(../images/TiSlot/booking_rebook_big_passive.png) no-repeat !important; pointer-events: none }
.bookingEditorBtnSwapActive { width: 24px !important; height: 24px !important; background:url(../images/TiSlot/booking-swap_big_active.png) no-repeat !important; }
.bookingEditorBtnSwapPassive { width: 24px !important; height: 24px !important; background:url(../images/TiSlot/booking-swap_big_passive.png) no-repeat !important; pointer-events: none }
.bookingEditorBtnReserve { width: 16px; height: 16px; background:url(../images/TiSlot/sprites.png) no-repeat -0px -310px !important; }
.bookingEditorBtnPrintActive { width: 24px !important; height: 24px !important; background:url(../images/TiSlot/print_big_active.png) no-repeat !important; }
.bookingEditorBtnPrintPassive { width: 24px !important; height: 24px !important; background:url(../images/TiSlot/print_big_passive.png) no-repeat !important; pointer-events: none}
.bookingEditorBtnCancel { width: 24px !important; height: 24px !important; background:url(../images/TiSlot/decline_big_active.png) no-repeat !important; }
.bookingEditorBtnCopyReservation { width: 24px !important; height: 24px !important; background:url(../images/TiSlot/copy_big_active.png) no-repeat !important; }
.bookingEditorBtnScheduleActive { width: 24px !important; height: 24px !important; background:url(../images/TiSlot/booking-book_big_active.png) no-repeat !important; }
.bookingEditorBtnSchedulePassive { width: 24px !important; height: 24px !important; background:url(../images/TiSlot/booking-book_big_passive.png) no-repeat !important; pointer-events: none}

.BtnSave { width: 24px !important; height: 24px !important; background:url(../images/TiSlot/save_big_active.png) no-repeat !important; }
.BtnScrollToNow { width: 24px !important; height: 24px !important; background:url(../images/TiSlot/now_big_active.png) no-repeat !important; }
.BtnSettings { width: 16px; height: 16px; background:url(../images/TiSlot/sprites.png) no-repeat -0px -358px !important; }
.BtnPrint { width: 24px !important; height: 24px !important; background-image:url(../images/TiSlot/print_big_active.png) !important; }

.BtnLockMultiple { width: 24px !important; height: 24px !important; background: url(../images/TiSlot/lock.svg) no-repeat center !important; }
.BtnUnlockMultiple { width: 24px !important; height: 24px !important; background: url(../images/TiSlot/unlock.svg) no-repeat center !important; }

.SettingsTable { border: none; }
.SettingsTable td { vertical-align: top; padding: 0px; }
.SettingsTable label { vertical-align: top; }
.SettingsTable input { vertical-align: top; }

.conditionTableContainer {
  margin: 8px;
}

.conditionTable {
  font: normal 11px arial, helvetica, sans-serif;
  width: auto;
  border-collapse: collapse;
  border-spacing: 0px;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}

.conditionTable li {
  list-style-type: disc;
  margin-left: 14px;
}

.conditionTable th {
  padding: 4px;
  vertical-align: top;
  border-left: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
}


.BookingTable {
  font: normal 11px arial, helvetica, sans-serif;
  border-collapse: collapse;
  border-spacing: 0px;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  margin-right:15px;
}

.BookingTable li {
  list-style-type: disc;
  margin-left: 14px;
}

.BookingTable th {
  padding: 4px;
  vertical-align: top;
  border-left: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
  font-weight: bold;
  background-size: 100% 100%;
}

.BookingTable td {
  padding: 3px;
  vertical-align: top;
  border-left: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
}

.ConditionGroup { padding: 10px; }
.ConditionEntrySeparator
{
  background-color: #4d86ad;
  color: #4d86ad;
  border: #4d86ad;
  height: 1px;
}
.BookingConditionWindowIcon  { width: 16px; height: 16px; background-image:url(../images/TiSlot/question_small_active.png) !important; } /* separate div required for rendering*/
.ShowBookingConditionsImage { cursor:pointer; margin-left:4px; vertical-align:middle; }
.SlotStatistics { margin-left:10px; cursor: default; }
.ToolbarInfoIcon { width: 24px !important; height: 24px !important; background:url(../images/TiSlot/info_big_active.png) no-repeat !important; }
.MenuItemInfoIcon { width: 16px; height: 16px; background:url(../images/TiSlot/sprites.png) no-repeat -0px -262px !important; }
.GlobalSearchInfoIcon { width: 16px; height: 16px; background:url(../images/TiSlot/sprites.png) no-repeat -0px -262px !important; }
.BtnShowActive { width: 24px !important; height: 24px !important; background:url(../images/TiSlot/show_big_active.png) no-repeat !important; }
.BtnShowPassive { width: 24px !important; height: 24px !important; background:url(../images/TiSlot/show_big_passive.png) no-repeat !important;  pointer-events: none;}

.MenuItemIconMargin { margin: 3px 0px 2px 0px; }
.MenuWhiteBackground { background-image: none; background-color: #FFFFFF; }

.GateLockedInfoIcon { 
  cursor:auto; 
  margin-right:4px;
  position: relative;
  top: 4px;
  font-size: 16px !important;
}

.SequenceInfoIcon  { width: 12px; height: 12px; background:url(../images/TiSlot/sprites.png) no-repeat -0px -406px !important; }

.ToolbarBtnNoneIcon { width: 24px !important; height: 24px !important; }
#TemplateGrid { display: inline-block; border-right: 2px #D0D0D0; border-right-style: solid !important; }
.TempAutoresizingCell { width: auto !important; position: absolute; visibility: hidden; white-space: nowrap;  font: normal 11px arial, tahoma, helvetica, sans-serif; }

.LockGateDay_GridHeaderIcon {vertical-align:bottom ; margin-right: 2px; font-size: 14px !important; }

.HelpView
{
  margin: 10px !important;
  font-size: 11px;
  color: #000000;
  font-family: Arial;
}

.HelpView ul
{
  list-style-type: disc;
  margin-left: 15px;
}

.HelpView a:link
{
  color: #094B8F;
  font-size: 11px;
  font-weight: normal;
}

.HelpView a:visited
{
  color: #094B8F;
  font-size: 11px;
  font-weight: normal;
}

.HelpView a:hover
{
  color: #094B8F;
  font-size: 11px;
  font-weight: normal;
  cursor: pointer !important;
}

.HelpView h1
{
  font-size: 15px;
  color: #03426e;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.HelpView h2
{
  font-size: 16px;
  color: #03426e;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.HelpView img
{
  border: none;
}

.linkImage
{
  vertical-align: middle;
  padding-right: 5px;
}

#SectionLocationSelection
{
  display: block;
}

#LoginInfo
{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #777777;
}
/* print styles */
.PrintDiv
{
  font-family: "Arial Unicode MS",sans-serif!important;
  font-size: 13pt;
}
.PrintDiv td
{
  padding-top: 5px;
}
.PrintBasics
{
	width: 100%;
	margin-top:25px;
}
.PrintAmpel
{
	width: 100%;
  border: solid 1px;
  border-collapse: collapse;
}
.PrintAmpel tr
{
}
.PrintAmpel td
{
	padding: 3px 5px 3px 5px;
  border: solid 1px;
}
.PrintExtensions
{
	width: 100%;
}
.PrintExtensions td
{
	vertical-align: top;
}
.TimeSlot, .TimeSlotToday
{
	font:	10px Arial,helvetica, sans-serif;
	color: #101010;
	width: 100%;
}
.TimeSlotNow
{
	font:	10px Arial,helvetica, sans-serif;
  background-color: #feffc3;
	color: #101010;
	width: 100%;
}
.swapBookingsShortOverview
{
  border:1px solid lightgray;
  font-size:11px;
  background-color:White;
  border-collapse:collapse;
  width: 100%;
}

.systemInformationPanelTable
{
  border:1px solid lightgray;
  font-size:11px;
  background-color:White;
  border-collapse:collapse;
}

.systemInformationPanelTable2
{
  border-left:1px solid lightgray;
  border-bottom :1px solid lightgray;
  border-right:1px solid lightgray;
  font-size:11px;
  background-color:White;
  border-collapse:collapse;
}

.swapBookingsShortOverview td
{
  border:1px solid lightgray;
  padding:3px;
}

.swapBookingsShortOverview th
{
  border:1px solid lightgray;
  padding:3px;
  font-weight:bold;
  background-color: #f0f0f0;
}

.comboBoxTextStyle .x-combo-list-item
{
  font-size: 11px;
  font-family:arial, helvetica, sans-serif, Sans-Serif;
}

.toolbarButton .x-btn-left, #globalSearchToolbarShowButton .x-btn-left, #GlobalSearch_button_search .x-btn-left, #GlobalsSerach_button_reset .x-btn-left, .x-panel-btn-td .x-btn-left, .x-date-bottom .x-btn-left,
.toolbarButton .x-btn-right, #globalSearchToolbarShowButton .x-btn-right, #GlobalSearch_button_search .x-btn-right, #GlobalsSerach_button_reset .x-btn-right, .x-panel-btn-td .x-btn-right, .x-date-bottom .x-btn-right {
  display: none;
}

.toolbarButton .x-btn-center, #globalSearchToolbarShowButton .x-btn-center, #GlobalSearch_button_search .x-btn-center, #GlobalsSerach_button_reset .x-btn-center, .x-panel-btn-td .x-btn-center, .x-date-bottom .x-btn-center {
  background: #F9F9FB;
  border: solid !important;
  border-radius: 3px !important;
  border-color: #90939F !important;
  border-width: 1px !important;
}

.toolbarButton .x-btn-text, #globalSearchToolbarShowButton .x-btn-text, #GlobalSearch_button_search .x-btn-text, #GlobalsSerach_button_reset .x-btn-text, .x-panel-btn-td .x-btn-text {
  color: #252A2E !important;
}

.toolbarButton.x-item-disabled .x-btn-center, #globalSearchToolbarShowButton.x-item-disabled .x-btn-center, #GlobalSearch_button_search.x-item-disabled .x-btn-center, #GlobalsSerach_button_reset.x-item-disabled .x-btn-center, .x-panel-btn-td .x-item-disabled .x-btn-center {
  border-color: #CBCDD6 !important;
}

.toolbarButton.x-item-disabled .x-btn-text, #globalSearchToolbarShowButton.x-item-disabled .x-btn-text, #GlobalSearch_button_search.x-item-disabled .x-btn-text, #GlobalsSerach_button_reset.x-item-disabled .x-btn-text, .x-panel-btn-td .x-item-disabled .x-btn-text {
  color: #90939F !important;
}
  
a
{
  font-family:Arial,Verdana,sans-serif;
  font-size:11px;
  color:#4d86ad;
  text-decoration:none;
  font-weight:normal;
}

a:hover
{
  text-decoration:none;
}

#applicationBar
{
    float: right;
  border: none;
  padding: 0px;
  height: 100%;
  white-space: nowrap;
}

#applicationBar td
{
  text-align: center;
  vertical-align: middle;
  padding-right: 5px;
  padding-left: 5px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #094B8F;
  white-space: nowrap;
}

#applicationBar a
{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #094B8F;
  font-weight: normal;
  text-decoration: none;
  white-space: nowrap;
}

#applicationBar a:hover
{
  color: #3f81c5;
  text-decoration:none;
}

#applicationBarWatIsNew
{
  border: none;
  padding: 0px;
  height: 100%;
}

#applicationBarWatIsNew td
{
  text-align: center;
  vertical-align: middle;
  padding: 0px;
}

#applicationBarLoggedIn
{
    float: right;
    top: 0;
    z-index: 2;
    position: absolute;
    height: 100%;
    width: 100%;
}

.quantityTable
{
  border: 1px solid #c0c0c0;
  border-collapse: collapse!important;
  font-family: Arial, sans-serif;
  font-size: 11px;
  margin-right: 70px;
}
.quantityTable td
{
  border: 1px solid #c0c0c0;
  width: 70px;
    padding-bottom: 1px !important;
  padding-top: 1px!important;
  padding-left: 3px!important;
  padding-right: 3px!important;
  vertical-align: top!important;
}
.quantityTable th
{
  vertical-align: top!important;
  padding-bottom: 1px!important;
  padding-top: 1px!important;
  padding-left: 3px!important;
  padding-right: 3px!important;
  font-weight: bold;
  border: 1px solid #c0c0c0;
  width: 70px;
  background: url(../images/Tislot/th_bg.gif) #FFF repeat-x 0px 0px;
}


.contractItemKeyColumn {
	width: 150px;
	text-align: right;
	padding-right: 10px;
}

.contractItemKeyColumn2 {
	text-align: center;
}
.contractItemValueColumn {
	width: 150px;
}


.contractItemOpenBookingsKeyColumn {
	width: 100px;
	text-align: right;
	padding-right: 10px;
}
.contractItemOpenBookingsValueColumn {
	width: 100px;
}
.contractItemInvalid {
	color: #FF0000;
}

.textItemPaddingLeft { padding-left: 28px; }
.disabledFont { color:gray; }
.nowrap { white-space: nowrap; }
.menuItemFixedHeight { height:28px !important; }

.gridSettingsButtonCls { width: 24px !important; height: 24px !important; background:url(../images/TiSlot/setting_big_active.png) no-repeat !important; }

.alignRight
{
  text-align:right;
}

.trackingChanges
{
  padding: 5px;
}

.trackingChangesHeading
{
  font-weight: bold;
}

.trackingChangesContent
{
  padding-top: 3px;
}

table.trackingChanges
{
  border: 1px solid #CDCDCD;
  border-collapse: collapse;
  border-right: none;
  font-size: 11px;
  font-weight: normal;
  font-family: Arial, Helvetica, Sans-Serif;
  table-layout: auto;
  margin-bottom: 5px;
}

.trackingChanges th
{
  padding: 0px 5px;
  height: 17px;
  border-right: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  font-size: 11px;
  font-weight: normal;
  font-family: Arial, Helvetica, Sans-Serif;
  background: #F1F1F6;
  white-space: nowrap;
  border-collapse: collapse;
}

.trackingChanges td
{
  background: white !important;
  padding: 3px 5px;
  border-right: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  vertical-align: top;
  border-collapse: collapse;
}

.trackingChanges tr
{
  background-color: #FFFFFF;
}

.trackingChanges img
{
  vertical-align: middle;
}

#SecuringOfLoads
{
  white-space: nowrap;
}

.templateNameErrorTextCls
{
    background-color: #FEFFC3;
    color: #ed1e26;
    border-width: 1px;
    border-color:#e8e9cf;
    margin-left: 45px;
    width: 189px;
    height:15px;
    padding-top:3px;
    padding-bottom:3px;
    padding-right:5px;
    padding-left:5px;
    font-size: 11px;
}

.addNewTemplateButtonCls { width: 16px; height: 16px; background:url(../images/TiSlot/sprites.png) no-repeat -0px -0px !important; }

.newTemplateTextfieldCls
{
    padding-bottom: 50px;
}
.datePickerWithFixedWidth
{
  width: 75px !important;
}

.ytb-text /* ExtJs style of Ext.Toolbar.TextItem which causes the toolbar to senslessly increase height */
{
  padding: 0px !important;
}

.x-toolbar .ytb-spacer
{
  width: 8px;
}

.overNineThousandSpacer {
    width: 10000px !important;
}

.x-panel-mc /* ExtJs style of Ext.Panel which causes a sensless gap between tab selection and toolbar */
{
  padding: 0px !important;
}

.x-panel-ml /* ExtJs style of Ext.Panel which causes a sensless gap between tab left navigation and grid */
{
  padding: 0px !important;
}

/* TOP NAVIGATION */
.SelectionPanel {
  font-size: 11px;
  font-family: helvetica, sans-serif;
  height: 32px !important;
  background: #F1F1F6;
  border-bottom: 1px solid #dadada;
  overflow: hidden;
}

#selectShipper {
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 4px;
    float: left;
    display: block;
    position: relative;
}

#SectionNavigation {
    position: relative !important;
    overflow: hidden !important;
}

#locationSelection_ANCHOR_selection {
    margin: 10px 10px 10px;
    float: left;
    color: #094b8f !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    cursor: pointer;
}

#globalDatePicker {
    margin: 5px 10px;
    float: left;
    width: 85px;
    height: 22px;
}
#globalDatePicker_DatePicker {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

div.TimezoneInformation {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    float: left;
    color:red;
    width: 82px;
    margin: 11px 10px 10px;
}

i.TimezoneInformationIcon {
    float: left;
    margin: -4px 0px 0px 0px;
    font-size: 1rem !important;
    font-weight: bold;
    color: red;
}

/* LEFT NAVIGATION */
#tabPanel>.x-tab-panel-header {
    float: left !important;
    height: 100%;
    background-color: #ffffff;
    border: none;
    border-right: 1px solid #dadada !important;
}
#tabPanel>.navigation-collapsed {
    width: 36px !important;
}

#tabPanel>.x-tab-panel-bwrap, #tabPanel>.x-tab-panel-bwrap>.x-tab-panel-body {
    position: relative !important;
    overflow: hidden !important;
    height: 100% !important;
}

#navigationContainer {
  padding: 0px 8px 0px 8px !important;
}

.mainNavigationLi {
  position: relative !important;
  height: 24px !important;
  float: none !important;
  cursor: pointer;
  padding: 6px !important;
  border-radius: 2px;
  margin: 8px 0px 8px 0px !important;
  background: transparent !important;
}

.mainNavigationLi>a>em>span>.x-tab-strip-text {
    color: #000 !important;
    font-weight: normal !important;
    font-size: 12px !important;
}

.mainNavigationLi.x-tab-strip-active>a>em>span>.x-tab-strip-text {
  color: #004061 !important;
  font-size: 12px !important;
}


.mainNavigationLi.x-tab-strip-active {
  background-color: #F6C321 !important;
}

.mainNavigationLi.x-tab-strip-over {
  background-color: #F9D86F !important;
}

.mainNavigationLi>.x-tab-right {
    height: 100% !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;    
}

#tabPanel>.x-tab-panel-header>.x-tab-strip-wrap {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100% !important;
    height: 100%;
    height: calc(100% - 44px);
    height: -moz-calc(100% - 44px);
    height: -webkit-calc(100% - 44px);
}

#tabPanel>.x-tab-panel-header>.x-tab-strip-wrap>ul.x-tab-strip-top,
.mainNavigationLi>a>em>span>.x-tab-strip-text,
.mainNavigationLi>a>em>.x-tab-strip-inner,
.mainNavigationLi>.x-tab-right>.x-tab-left,
.mainNavigationLi>.x-tab-right {
    border: hidden !important;
    padding: 0 !important;
    background: none !important;
    cursor: pointer !important;
}

#navigationContainer>.x-tab-strip-wrap>ul {
    width: 100% !important;
}

#navigationContainer.navigation-collapsed>.x-tab-strip-wrap>ul>.mainNavigationLi>a>em {
    display: none;
}

.mainNavigationLi>a>em {
    margin-left: 6px;
}

.x-tab-scroller-right .x-tab-scroller-left {
    visibility: hidden !important;
    width: 0px !important;
    height: 0px !important;
}

.navigation-icon {
    width: 24px !important;
    height: 24px !important;
}

.navigation-collapseDiv {
    padding: 14px 0px 14px 6px;
    border: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    cursor: pointer;
}

.navigation-collapseImg {
    width: 24px;
    height: 24px;
    transition-duration: 0.2s;
    transition-property: transform;
    background-size: cover !important;
}

.rotation_180 {
    transform: rotate(180deg);
}

/* END NAVIGATION */

/* BEGIN make ExtJs tool tips able for greater width than 500px */
.x-tip .x-tip-tl {
  background: url("../images/extjs/default/qtip/tip-sprite.gif") repeat-x scroll 0 0 transparent;
  overflow: hidden;
  padding-left: 6px;
}

.x-tip .x-tip-tr {
  background: url("../images/extjs/default/qtip/tip-sprite.gif") repeat-x scroll right 0 transparent;
  overflow: hidden;
  padding-right: 6px;
}

.x-tip .x-tip-tc {
  background: url("../images/extjs/default/qtip/tip-sprite.gif") repeat-x scroll 0 -62px transparent;
  overflow: hidden;
  padding-top: 3px;
}

.x-tip .x-tip-ml {
  background: url("../images/extjs/default/qtip/tip-sprite.gif") repeat-x scroll 0 -124px #FFFFFF;
  padding-left: 6px;
}

.x-tip .x-tip-bl {
  background: url("../images/extjs/default/qtip/tip-sprite.gif") repeat-x scroll 0 -59px transparent;
  padding-left: 6px;
}

.x-tip .x-tip-br {
  background: url("../images/extjs/default/qtip/tip-sprite.gif") repeat-x scroll right -59px transparent;
  padding-right: 6px;
}

.x-tip .x-tip-bc {
  background: url("../images/extjs/default/qtip/tip-sprite.gif") repeat-x scroll 0 -121px transparent;
  height: 3px;
  overflow: hidden;
}
/* END make ExtJs tool tips able for greater width than 500px */

.termsAndConditionsTooltip .x-tip-body {
  display: none;
  visibility: hidden;
}

.termsAndConditionsTooltip a {
  font-weight: bold;
}

.BookingEditorInput {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  border: 1px solid #CDCDCD;
  color: #000000;
  background-color: #FFFFFF;
  vertical-align: top;
}

.BookingEditorInputPassive {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  border: 1px solid #DEDEDE;
  color: #777777;
  background-color: white; /* #DEDEDE; changed for ie9 and lower versions */
  vertical-align: top;
}

input.BookingEditorInputPassive {
  border: 0px;
}

.BookingEditorInputReadOnly {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    border: 1px solid #DEDEDE;
    color: black;
    background-color: white; /* #DEDEDE; changed for ie9 and lower versions */
    vertical-align: top;
}

input.BookingEditorInputReadOnly {
    border: 0px;
}

textarea {
  overflow-y: visible!important;
}

td label.bookingEditorFormLabel {
    position: relative;
    bottom: -1px;
}

.BookingEditorButton {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  vertical-align: top;
  background: transparent;
  border: solid !important;
  border-radius: 3px !important;
  border-color: #90939F !important;
  border-width: 1px !important;
}

.BookingEditorButton disabled {
  border-color: #CBCDD6 !important;
}

.BookingEditorInput input[type=checkbox] {
  border: none !important;
}

.BookingEditorChoiceButton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    border: 1px solid #CDCDCD;
    color: #000000;
    background-color: #FFFFFF;
    vertical-align: middle;
    text-align: left;
    width: 100%;
    height: 30px;
    padding-left: 24px;    
    background: url(../images/TiSlot/radioButtonUnchecked.gif) 2% center no-repeat !important;    
}

div.BookingEditorInput,
div.BookingEditorInputPassive {
    border: none !important;
    position: relative;
    bottom: 1px;
}

div.BookingEditorInputPassive + div > div.linkFake {
	visibility: hidden;
}

img.eta-icon-flat {
    vertical-align: middle;
}

img.eta-icon-small {
    vertical-align: middle;
}

/*.BookingEditorInput[readonly], .BookingEditorInput:disabled {
  border: none !important;
  background-color: #FFFFFF !important;
}*/

.bookingEditorGroup {
  width: 100%;
}

.bookingEditorGroup th {
  border-bottom: 1px solid #CCCCCC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
}

.bookingEditorGroup td {
  padding-right: 5px;
  vertical-align: top;
  width: 25%;
}

.bookingEditorFormLabel {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #777777;
  text-align: right;
  vertical-align: 3px;
}

.wholewidth {
    width: 100%;
}

#BookingEditorTourViewDiv {
  margin-left: 10px;
  margin-right: 10px;
}

#BookingEditorTrailerInfo_Div {
  float: left;
  width: 110px;
  padding-right: 20px;
}

#BookingEditorTrailerNr_Div {
  float: left;
  width: 170px;
  padding-right: 20px;
  margin-left: 15px;
}

#BookingEditorInfoIcon {
  font-size: 20px;
}

#BookingEditorTrailerInfoIcon_Div {
  float: left;
  width: 22px;
}

#BookingEditorTrailer.Availability_Div {
  float: right;
}

#EmissionStandardSelection, #SetDispatchStatusFromBookingEditor, #TSM.DriverMobileSMS {
  vertical-align: top;
}

.collapsibleGroup {
  background-image: url(../images/extjs/default/grid/group-expand-sprite.png);
  background-position-y: -49px;
  background-repeat: no-repeat;
  padding: 3px 10px 3px 20px;
  margin-left: 10px;
}
.collapsibleGroupCollapsed {
  background-position-y: 1px !important;
}
.collapsibleGroupSuppressBorder {
  border-bottom: none !important;
}
.collapsibleGroupTh {
  cursor: pointer;
  line-height: 25px;
}
.collapsibleGroupTable {
  border: 1px solid #cdcdcd;
  margin-top: 10px;
  margin-bottom: 5px;
  border-spacing: 0;
}
.hsRow {
  position: relative;
  overflow: visible !important; /* prevent jqeury from implicitely adding overflow: hidden */
}
.hsRowContent {
  border-bottom: 1px solid #cdcdcd;
}
.hsHeaderRow {
  color: #777777;
}
.hsHeaderLeft {
  position: absolute;
  right: 7.5em;
}
.hsHeaderRight {
  position: absolute;
  right: .5em;
}
.hsRowLeft {
  position: absolute;
  right: 8em;
  top: -4px;
}
.hsRowRight {
  position: absolute;
  right: 2em;
  top: -4px;
}

.mandatory {
    color: #FF0000;
    font-weight: bold;
}

#EndOfBookingEditorFields {
  width: 100%;
}

#CombinedBookingListPlaceHolder {
  margin-left: 10px;
  margin-right: 10px;
}

.x-ie-shadow /* override opacity styles for IE 10 */
{
  display:none;position:absolute;overflow:hidden;left:0;top:0;background:#777;zoom:1;
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);
  filter: alpha(opacity=1);
}

/* Customer Specific */

#aptDiv {
    position:absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    margin-left: -250px;
    margin-top: -250px;
}

#aptTable
{
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  font-weight: normal;
}

#aptTable h1
{
  font-size: 20px;
}

#aptTable a
{
  font-size: 12px;
}

.aptTableTd
{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.errorMessagePanel
{
  color: #ed1e26;
  font-family: Verdana, Arial, Helvertica, sans-serif;
  font-size: 11px;
  border-style:solid;
  border-width:1px;
  border-color: #e8e9cf;
  padding-top: 20px;
  text-align: center;
}

.headingPanel
{
  background-color:#FFF;
  border-bottom: 1px solid #CCCCCC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px !important;
  font-weight: bold !important;
  text-align: left;
}

.x-grid3-header-offset
{
 padding-left:1px;
 width:200000px!important;
  }

 .whiteModalDialogBackground .x-window-body {
		background-color: white;
	}

 .whiteModalDeleteDialogBackground .x-window-body {
		background-color: white;
        overflow-y: auto;
	}

	.TruckTimeSinceArrivalColor
	{
	  color: #ed1e26;
	}

.standartDialogText
{
  color: #000000;
  font-size: 11px;
  font-weight: normal;
  font-family: Arial, Helvertica, sans-serif;
}
.dialogGrid {
  padding: 0px!important;
}

.dialogGrid td{
  padding-left: 0px!important;
  padding-right:  0px!important;
  vertical-align: middle;
}

.buttonMoveUp {
    background-image: url(../images/TiSlot/arrowup_small_active.gif)!important;
    background-position: center center;
	  background-repeat: no-repeat;
}

.buttonMoveDown {
   background-image: url(../images/TiSlot/arrowdown_small_active.gif)!important;
   background-position: center center;
	 background-repeat: no-repeat;
}

.buttonMoveTop {
   background-image: url(../images/TiSlot/arrowtop_small_active.gif)!important;
   background-position: center center;
	 background-repeat: no-repeat;
}

.buttonMoveBottom {
   background-image: url(../images/TiSlot/arrowbottom_small_active.gif)!important;
   background-position: center center;
	 background-repeat: no-repeat;
}

.editSmallActive {
   width: 16px;
   height: 16px;
   background: url(../images/TiSlot/BookingEditor/edit_small_active.gif) no-repeat!important;
}

.bookingDeepLinkBigActive {
  width: 24px !important;
  height: 24px !important;
  background: url(../images/TiSlot/BookingEditor/copy_link_active.png) no-repeat !important;
  background-size: 24px 24px !important;
}

.forwardBigActive {
    width: 24px !important;
    height: 24px !important;
    background: url(../images/TiSlot/BookingEditor/forward_big_active.png) no-repeat!important;
}

.sixfoldBigActive {
  width: 24px !important;
  height: 24px !important;
  background: url(../images/TiSlot/BookingEditor/sixfold.svg) no-repeat !important;
  background-size: 24px 24px !important;
}

.rtymBigActive {
    width: 24px !important;
    height: 24px !important;
    background: url(../images/TiSlot/BookingEditor/view-inrtym_active.svg) no-repeat !important;
    background-size: 24px 24px !important;
}

.tpCommunicationBigActive {
    width: 24px !important;
    height: 24px !important;
    background: url(../images/TiSlot/BookingEditor/messages-new_big_active.png) no-repeat !important;
    background-size: 24px 24px !important;
}

.forwardBigPassive {
    width: 24px !important;
    height: 24px !important;
    background: url(../images/TiSlot/BookingEditor/forward_big_passive.png) no-repeat!important;
    pointer-events: none;
}

.UnavailableMaterialConfirmationGridCls, .LoadRestrictionConfirmationGridCls
{
  border: 1px;
  margin: 5px;
  font-size: 11px;
  width: 300px;
  height: 120px;
  border-collapse: collapse;
}

.UnavailableMaterialConfirmationGridCls td, .LoadRestrictionConfirmationGridCls td{
  border: 1px solid #cdcdcd;
  padding-left: 5px;
}

.deselectAllImage
{
 background-image:url(../images/TiSlot/checknone_small_active.gif);
 background-repeat:no-repeat;
  height: 16px;
 width: 16px;
 float: left;
 padding-right: 5px;
  margin-left: 3px;
 overflow: hidden;
}

.deselectAllImage:hover
{
cursor: pointer;
}

.selectAllImage
{
  background-image:url(../images/TiSlot/checkall_small_active.gif);
 background-repeat:no-repeat;
  height: 16px;
 width: 16px;
float: left;
padding-right: 5px;
overflow: hidden;
}

.selectAllImage:hover
{
  cursor: pointer;
}

.linkFake
{
   font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #094B8F;
  font-weight: normal;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.linkFake:hover {
    color: #3f81c5;
}

.linkFakeDisabled
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #AAA;
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap;
    pointer-events:none;
}

.HTMLFieldDropdown
{
 height:75px;
  width: 100%;
 overflow:hidden;
 overflow-y:scroll;
}

.CleanInformationDivGreen
{
  padding: 20px 10px 20px 10px;
  background-color: yellowgreen;
}

.CleanInformationDivYellow
{
    padding: 20px 10px 20px 10px;
  background-color: yellow;
}

.CleanInformationDivRed
{
    padding: 20px 10px 20px 10px;
  background-color: red;
}


#navigationPanel-xcollapsed{
  box-sizing: content-box;
}

#BookingEditor_HazardousGoods {
    margin-left: 1px;
    margin-top: 1px;
}
#BookingEditor_UnloadingSequenceChecked {
    margin-top: 1px;
}
.x-grid3-row-table tr:hover {
    background:#efefef url(../images/extjs/default/grid/row-over.gif) repeat-x left top;
}
#ActionContainer img {
    vertical-align: middle;
}
#SlotDefinitionContainer tr:hover{
    background: none !important;
}
#SlotDefinitionContainer .x-grid3-row-alt{
    background-color:#fafafa;
}
#EmailReminderGrid tr:hover{
    background: none !important;
}
#EmailReminderGrid .x-grid3-row-alt{
    background-color:#fafafa;
}

#gridOpenbookingsDialog .row-highlighted{
    background-color:white !important;
}

#GateSelectionDialog_toolbar {
	border: none;
}

#GateSelectionDialog > div > div {
	border: 0px none;
}

.ArrowUpPassiveIcon   { width: 26px !important; height: 21px !important; background-image:url(../images/TiSlot/arrowup_small_passive.gif) !important; pointer-events: none;}
.ArrowUpActiveIcon    { width: 26px !important; height: 21px !important; background-image:url(../images/TiSlot/arrowup_small_active.gif) !important; }
.ArrowDownPassiveIcon { width: 26px !important; height: 21px !important; background-image:url(../images/TiSlot/arrowdown_small_passive.gif) !important; pointer-events: none;}
.ArrowDownActiveIcon  { width: 26px !important; height: 21px !important; background-image:url(../images/TiSlot/arrowdown_small_active.gif) !important; }

/* fix for the searchabledropdown jquery plugin */
.searchableOption:hover {
    background-color: #DEDEDE !important;
}


#BookingEditor_UnloadingSequenceGrid .x-panel-tbar .x-panel-tbar-noheader {
  margin-right: 2px;
}

/* border to the panel head */
#BookingEditor_UnloadingSequenceGrid .x-panel-tbar-noheader .x-toolbar,
#BookingWizard_BookingGroupSequenceGrid .x-panel-tbar-noheader .x-toolbar,
#bookableSlotsGrid .x-panel-tbar-noheader .x-toolbar {
  border: 1px solid #CDCDCD;
  border-bottom:0 none;
}

/* border to the panel body */
#BookingEditor_UnloadingSequenceGrid .x-panel-body.x-panel-body-noheader,
#BookingWizard_BookingGroupSequenceGrid .x-panel-body.x-panel-body-noheader,
#bookableSlotsGrid .x-panel-body.x-panel-body-noheader {
  border: 1px solid #CDCDCD;
}

/* make grid fill the table cell */
#Group_BookingEditor_UnloadingSequenceGridGroup td[colspan="3"],
#BookingWizard_BookingGroupSequenceGridGroup td[colspan="3"] {
  padding-right: 0px;
}


#bookableSlotsGrid, #mainPanel_BookingWizardErrorMessage, #mainPanel_BookingWizardSlotsHeader {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.disabledGridRow {
  background: #ddd !important;
  border: 1px solid #ddd;
}

/* horizontal loading schedule slot selection dialog */
.hssSlot {
    height: 30px;
    border: solid 2px #C6E3F7;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
}
.hssSlotClickable {
    cursor: pointer;
}
.hssInnerFirstRow {
    font: bold 11px Arial, Verdana;
}
.hssInnerSecondRow {
    font: 11px Arial, Verdana;
    padding-left: 22px;
    overflow: hidden;
}
.hssNoWrap {
    white-space: nowrap;
}

.commonRadioButtonLabel {
    width: 100% !important;
    font-size: 11px;
    font-family: Arial, Verdana;
    font-weight: normal;
    overflow:hidden;
}

#VehicleAllocationDialogForm .bookingEditorGroup {
    table-layout: fixed;
}

.ssi {
  position: relative;
}

.ssi_dib {
  display: inline-block;
  vertical-align: center;
  width:100%;
}

.ssi_button {
  margin: 0;
  vertical-align: top;
  border: 1px solid #cbcbcb;
  width: 250px;
  cursor: pointer;
  text-decoration: none;
  background: none;
  overflow: hidden;
  clear: both;
  display: inline-block;
  font-size: 11px;
  word-break: break-all;
}

.ssi_text {
  text-overflow: ellipsis;
  text-indent: 0;
  overflow: hidden;
  padding-left: 4px;
}

.ssi_image {
  position: absolute;
  width: 7px;
  height: 11px;
}

.ssi_ul {
  list-style: none;
  margin: 0;
  margin-top: -35px;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  overflow: auto;
  overflow-x: hidden;
}

.ssi_ulsearch {
  margin: 0;
  margin-top: -16px;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  overflow: auto;
  display: none;
}

.ssi_ulsearch .ssi_ul {
  display: block;
  position: relative;
  margin-top: 0;
  border: none;
}

.ssi_ulsearch .search {
  border-bottom: 1px solid #ccc;
  padding: 0;
}

.ssi_ulsearch .search input {
  background: inherit;
  border: none;
  height: 100%;
  outline: none;
  font-size: 11px;
  background-position: top 8px right 6px;
}

.ssi_ulsearch .search input:focus {
  outline: none;
}

.ssi_ulsearch .nosearch {
  text-align: center;
  font-size: 11px;
  padding-bottom: 10px;
  background: #fff;
}

.ssi_ul li {
  padding: 0px 2px 1px;
  cursor: pointer;
  border: none;
  text-align: left;
  transition-duration: .3s;
  font-size: 11px;
  vertical-align: top;
  display: inline-block;
  white-space: nowrap;
}

.ssi_ul li:hover {
  border: none;
  background: #e3eef2;
}

.ssi_li_text {
  vertical-align: top;
  display: inline-block;
  padding-left: 4px;
}

.ssi_ul li .ssi_li_image {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-top: -1px;
  vertical-align: top;
}

.ssi_ul li .ssi_li_image img {
  width: 16px;
  height: 16px;
}

div#ssi_text_field i.visibility-icon, span.ssi_li_text i.visibility-icon {
  color: #4d4e53;
  vertical-align: bottom;
  float: right;
}

div#ssi_text_field i.visibility-icon, div#ssi_text_field i.visibility-icon {
  padding-right: 4px
}

span.ssi_li_text i.visibility-icon, span.ssi_li_text i.visibility-icon {
  padding-right: 10px;
}

.ssiExpandImage{
  font-size: 16px;
  margin-top: -4px;
  height: 12px;
  cursor: pointer;
}

.ssiResultNotice {
  font-size: 10px; 
  color: #B3B3B3; 
  padding-left: 4px; 
  display:block;
  white-space: nowrap;
}

.ssiLoadingIndicator {
  height: 14px; 
  width: 14px;
  position: absolute;
  right: 20px;
  top: 1px;
  animation: spin 1s linear infinite;
}

.ssi_disabled {
  color: #777777;
  background-color: white;
  cursor: default;
  opacity: 0.7;
}

.ssi_disabled .ssi_button, .ssi_disabled .ssiExpandImage {
  cursor: default !important;
}

.ssi_result_list {
  box-shadow: 3px 3px 6px #B3B3B3;
  overflow-x:hidden;
  max-height:200px;
  min-width:100%;
  max-width:250px;
}

#BookingEditor_AddAttachmentForm\.FileName > div > input
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

a.tp_link 
{
  color: #284A98;
}

a.tp_link:hover 
{
  opacity: 0.8;
}

a.tp_link:focus
{
  border-bottom: 1px solid #26AEE4;
}

.hyperLinkArrow 
{
  width: 8px;
  height: 8px;
  padding-left: 4px;
}

#allocationDialogForm {
    margin: 16px;
}

.allocationDialogHeader {
    padding: 18px;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    font-family: Arial, Helvertica, sans-serif;
}

.allocationDialogHeaderSelected {
    color:#004061;
    font-weight: bold;
}
.allocationDialogHeaderSelected + div {
    display: block;
}

.allocationDialogHeaderFinished {
    color: #284A98;
    width: fit-content;
    width: -moz-fit-content;
}
.allocationDialogHeaderFinished + div {
    display: none;
}
.allocationDialogEditIcon {
    background: url(../images/TiSlot/VehicleAllocation_Edit.svg) no-repeat !important;
    width: 18px;
    height: 18px;
    float: right;
    margin-left: 10px;
}

.allocationDialogHeaderDisabled {
    color: #DADADA;
}
.allocationDialogHeaderDisabled + div {
    display: none;
}

.allocationDialogCircle {
    margin: auto;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 20px;
    height: 20px;
}

.allocationDialogCircleSelected {
    color: #004061;
    padding: 6px;
    border: 2px solid #284A98;
    font-weight: bold;
}

.allocationDialogCircleFinished {
    background: #284A98;
    color: white;
    padding: 2px;
    border: 2px solid #284A98;
}

.allocationDialogCircleDisabled {
    background: #D1D3D4;
    color: white;
    padding: 2px;
    border: 2px solid #D1D3D4;
}

.allocationDialogCircleFinal {
    background: url(../images/TiSlot/VehicleAllocation_Accept_small.svg) no-repeat center !important;    
    padding: 6px;
    border: 2px solid #00B188;    
}
.allocationDialogCircleFinal svg {
    fill: #00B188;
}
.allocationDialogHeaderFinal {
    color: #007B6C;
    font-weight: bold;
 }

.allocationDialogPanel {
    background-color: white;
    display: none;
    overflow: hidden;
}

.allocationDialogPanel td {
    text-align: left;
    float: left;
    width: 100%;
    display: block;
}

.allocationDialogPanelSelected {
    display: block;
}

.allocationDialogPanelFinished {
    display: block;
}

.CodeMirror {
    height: 100% !important;
}

.allocationDialogChoiceButtonIcon {
    width: 318px;
}

.searchableSelectionWithImageDisabled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    color: black;
    opacity: 1;
}

.reasonGroup {
  width: auto;
}

.reasonGroup th {
  border-bottom: 1px solid #CCCCCC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
}

.reasonGroup td {
  padding-right: 5px;
  vertical-align: top;
}

.reasonInput {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  vertical-align: top;
  width: 100%;
}

.reasonInput:enabled {
  border: 1px solid #CDCDCD;
  color: #000000;
  background-color: #FFFFFF;
}

.reasonInput:disabled{
  border: 1px solid #DEDEDE;
  color: #777777;
  background-color: white;
}

.deleteBookingReasonContainer {
  margin: 15px auto 0;
  text-align: center;
  width: 100%;
}

#LockMultipleSlotsContent .bookingEditorGroup td {
    width: 33%;
}

#LockMultipleSlotsDialog .x-panel-body-noheader, .x-panel-mc .x-panel-body {
    border: none;
}

#AddDriverDialog .x-panel-body-noheader, .x-panel-mc .x-panel-body {
    border: none;
}

#AddVehicleDialog .x-panel-body-noheader, .x-panel-mc .x-panel-body {
    border: none;
}

.collapsibleNoticeExpanded {
  padding: 3px 10px 3px 20px;
  border-bottom: 1px solid #CCCCCC;
}

.collapsibleNoticeCollapsed {
  padding: 3px 10px 3px 20px;
}

.collapsibleNoticeGroupHeader .modus-icons {
  font-size: 16px;
  position: relative;
  top: 4px;
  left: -10px;
}

.collapsibleNoticeGroupHeader, .noticeGroupHeader {
  line-height: 25px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}

.collapsibleNoticeGroupHeader {
  cursor: pointer;
}

.noticeGroupHeader {
  border-bottom: 1px solid #CCCCCC;
}

.noticeContent {
  padding: 5px 15px 10px 12px;
}

.noticesContainer {
  border: 1px solid #CCCCCC;
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 3px;
}

.noticesContainer ul {
  list-style: circle;
}

.noticesContainer ol {
  list-style: decimal;
}

.noticesContainer strong {
  font-weight: bold;
}

.noticesContainer em {
  font-style: italic;
}

.noticesContainer strong em {
  font-style: italic;
  font-weight: bold;
}

.noticesContainer em strong {
  font-style: italic;
  font-weight: bold;
}

/* enable icon font for buttons */
button[class^="modus-icon-inventory-"]::before, button[class*=" modus-icon-inventory-"]::before {
  font-family: "modus-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* enable icon font for tables */
table[class^="modus-icon-inventory-"]::before, table[class*=" modus-icon-inventory-"]::before {
  font-family: "modus-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Sidepanel styles */

.sidepanel {
  position: absolute;
  top: 23px !important;
  right: 0 !important;
  bottom: auto !important;
  
  z-index: 100;
  height: 100%;
  padding: 24px;
  
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
}

.sidepanel_size_s {
  width: 30%;
}

.sidepanel_size_m {
  width: 50%;
}

.sidepanel_size_l {
  margin-left: 92px;
  left: 0;
}

.sidepanel_body {
  padding-top: 24px;
}

.sidepanel_toolbar {
  padding-bottom: 24px;
}

.sidepanel .x-panel-tbar:after {
  /* divider line */
  content: "";
  background: #DADADA;
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  z-index: 10;
}

.sidepanel .x-toolbar {
  background: #FFFFFF;
  min-height: 24px;
}

.sidepanel_title {
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 24px !important;
}

.sidePanel_subtitle {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 18px !important;
}

.sidepanel_close {
  color: #284A98 !important;
  width: 24px !important;
  height: 24px !important;
  font-size: 24px !important;
  
  position: absolute;
  right: 0;
  top: 0;
}

.sidepanel .x-panel-bbar .x-toolbar {
  min-height: 32px;
}

.sidepanel_button {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 18px !important;

  padding-left: 8px !important;
  padding-right: 8px !important;
  height: 32px;

  border-radius: 4px;
}

.sidepanel_btn_delete {
  color: #DD3232 !important;
  background: #FFFFFF !important;
  border: 1px solid #DD3232 !important;
}

.sidepanel_btn_delete_pos {
  position: absolute;
  left: 0;
  top: 0;
}

.sidepanel_btn_save {
  color: #FFFFFF !important;
  background: #284A98 !important;
  border: 1px solid #284A98 !important;
}

.sidepanel_btn_save_pos {
  position: absolute;
  right: 0;
  top: 0;
}

.sidepanel_label {
  font-family: 'Seravek Web UX', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #B3B3B3;
}

.sidepanel_label::before {
    content: "\A";
    white-space: pre;
}

.sidepanel_separator_label {
  font-family: 'Seravek Web UX', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #B3B3B3;
}

.sidepanel_separator_label::before {
    content: "\A";
    white-space: pre;
}

.sidepanel_separator_label::after {
    content: "\A";
    white-space: pre;
}


.sidepanel_separator_line {
    /* divider line */
    content: "";
    background: #DADADA;
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    z-index: 10;
}

.sidepanel_separator_line::after {
    content: "\A";
    white-space: pre;
}


.sidepanel_textfield {
    /* Text input field - Master (Auto layout) */
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 4px 0px 8px;
    gap: 4px;
    width: 200px;
    height: 28px;
    /* Background / Light / Light */
    background: #FFFFFF;
    /* Borders / Normal */
    border: 1px solid #B3B3B3;
    border-radius: 4px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 1;
}

.sidepanel_textfield::after {
    content: "\A";
    white-space: pre;
}

.sidepanel_text {
  font-family: 'Seravek Web UX', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  display: block;
}

/** 

   *  Sidepanel styles for Vehicles Trucks and Drivers MasterData * 

   - Please make sure to use '#' selector (targeting the main element id) in order to select only elements in this component and not affect the general side panel.

**/

.sidePanelTruckDriversDataGrid .x-grid3-row td, .sidePanelTruckDriversDataGrid .x-grid3-summary-row td {
  font-family: 'Seravek Web UX', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}

#sidePanelTruckDriversData div.x-grid3-cell-inner.x-grid3-col-0,
#sidepanel_gridTruckData label.sidepanel_text, #sidepanel_gridDriverData label.sidepanel_text,
#sidepanel_gridTruckData label.sidepanel_separator_label, #sidepanel_gridDriverData label.sidepanel_separator_label,
#sidepanel_gridTruckData label.sidepanel_label, #sidepanel_gridDriverData label.sidepanel_label {
  font-family: arial, helvetica, sans-serif;
}

#sidepanel_gridTruckData div.sidepanel_body, #sidepanel_gridDriverData div.sidepanel_body {
  padding-top: 0;
}

#sidepanel_gridTruckData .x-panel-body .x-panel-body-noheader {
    overflow: auto !important;
}

#sidePanelTruckDriversData div.x-grid3-scroller {
  overflow-y: auto !important;
}

#sidePanelTruckDriversData div.x-grid3-row {
  border: none;
}

#sidePanelTruckDriversData td.x-grid3-col.x-grid3-cell.x-grid3-td-1.x-grid3-cell-last, #sidePanelTruckDriversData td.x-grid3-col.x-grid3-cell.x-grid3-td-0.x-grid3-cell-first {
  padding-bottom: 5px;
}

#sidePanelTruckDriversData div.x-grid3-row:nth-child(even) {
  background-color: #F7F7F7;
}

.sidePanelTruckTrailersDataGrid .x-grid3-row td, .sidePanelTruckTrailersDataGrid .x-grid3-summary-row td {
    font-family: 'Seravek Web UX', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

#sidePanelTruckTrailersData div.x-grid3-scroller {
    overflow-y: auto !important;
}

#sidePanelTruckTrailersData div.x-grid3-row {
    border: none;
}

#sidePanelTruckTrailersData td.x-grid3-col.x-grid3-cell.x-grid3-td-1.x-grid3-cell-last, #sidePanelTruckTrailersData td.x-grid3-col.x-grid3-cell.x-grid3-td-0.x-grid3-cell-first {
    padding-bottom: 5px;
}

#sidePanelTruckTrailersData div.x-grid3-row:nth-child(even) {
    background-color: #F7F7F7;
}

.VehicleDataAdministrationDeleteBtn {
  cursor: pointer;
  font-size: 20px;
  margin-left: 15.03%;
  margin-right: 15.03%;
  margin-top: 10.04%;
  margin-bottom: 10.04%;
  color: #284A98;
}

.TrailerDataAdministrationDeleteBtn {
    cursor: pointer;
    font-size: 20px;
    margin-left: 15.03%;
    margin-right: 15.03%;
    margin-top: 10.04%;
    margin-bottom: 10.04%;
    color: #284A98;
}

/*region Booking editor vehicle trailer fields */
.bookingEditor_hiddenClass {
  display: none;
}

.bookingEditor_vehicleTrailerAddEnabledButtonDiv {
  float: right;
  margin-top: 5px;
  color: #464B52;
  cursor: pointer;
}

.bookingEditor_vehicleTrailerAddDisabledButtonDiv {
  float: right;
  margin-top: 5px;
  color: #B7B9C3;
  cursor: default;
}

.bookingEditor_vehicleTrailerAddButtonSpan {
  font-size: 11px;
}

.bookingEditor_vehicleTrailerAddButtonIcon {
  float: right;
  margin-left: 5px;
  font-size: 13px !important;
}

.bookingEditor_vehicleTrailerAddDisabledButtonDiv .bookingEditor_vehicleTrailerAddButtonIcon {
  color: #B7B9C3;
}

/*endregion*/

.bookingEditor_apiBookingIndicator {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
}

/* New icons */
.iconPassiveWithoutPointer {
  pointer-events: none;
}

.modus-icons.iconPassive,
.modus-icons.iconPassiveWithoutPointer,
.iconPassiveWithoutPointer i {
  color: #B7B9C3 !important;
}

.modus-icons {
  font-family: "modus-icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  color: #464B52;
}

.x-toolbar .modus-icons, .toolbar-icon {
  font-size: 20px;
  padding-top: 2px;
}
#bookingEditorTabPanel .x-toolbar .modus-icons {
  font-size: 24px;
}

.deleteIcon {
  font-size: 16px !important;
}

.clearFilterToolbarMenu {
  font-size: 16px !important;
  left: -25px;
  top: 4px;
  position: relative;
}

.clearFilterToolbarMenu + span {
  left: -15px;
  position: relative;
}

.filterBtn span {
  position: relative;
  top: -5px;
}
.filterBtn i {
  position: relative;
  top: 1px;
}
.filterChevron {
  font-size: 16px !important;
  position: relative !important;
  top: -2px !important;
}

.rowIcon {
  font-size: 20px !important;
  cursor: pointer;
  padding-left: 8px;
  padding-bottom: 2px;
}

  .rowIcon.SlotImage_ShowClick {
    font-size: 16px !important;
  }

  .SlotContentText .rowIcon {
    vertical-align: middle;
    padding-left: 0;
  }

.red-icon {
  color: #DD3232;
}

.green-icon {
  color:  #00B188;
}

.expandIcon {
  vertical-align: middle;
  font-size: 16px;
  padding-right: 2px;
  position: relative;
  top: -1px;
  cursor: pointer;
}

.x-grid3-col.x-grid3-cell {
  vertical-align: middle;
}

.borderedIconContainer {
  height: 18px;
  width: 18px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #b5b8c8;
  border-top: 1px solid #b5b8c8;
  border-bottom: 1px solid #b5b8c8;
  padding-top: 2px;
}

.borderedIconContainer.spinnerIcon {
  width: 15px !important;
}

.x-form-spinner-splitter {
  display: none !important;
}

.iconContainer {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.x-panel-tbar .borderedIconContainer, 
.x-window .x-small-editor .borderedIconContainer,
#BookingEditorForm .dropdownArrowIcon,
#lockSlotsValidUntilDiv .dropdownArrowIcon,
#chooseValidUntilDiv .dropdownArrowIcon,
#ConfirmationDialog_CopyReservation .dropdownArrowIcon,
#ConfirmationDialog_Rebook .dropdownArrowIcon,
#ConfirmationDialog_Swap .dropdownArrowIcon {
  height: 16px;
  width: 16px;
}

.borderedIconContainer i {
  z-index: -1;
  font-size: 15px !important;
}

.x-grid-editor .borderedIconContainer {
  background-color: white;
}

.globalDatePickerIcon, .timeslotDefinitionDatePicker .borderedIconContainer {
  height: 18px;
  width: 18px;
}

.globalDatePickerIcon i, .timeslotDefinitionDatePicker i {
  font-size: 16px !important;
}

.datePickerIcon {
  background: #F1F1F6;
}

.comboboxIcon, .x-panel-tbar .comboboxIcon {
  height: 14px;
  width: 16px;
  padding-top: 4px;
}

.comboboxIcon i {
  font-size: 16px !important;
  position: relative;
  top: -3px;
  z-index: 0;
}

.spinnerIcon i {
  font-size: 14px !important;
  position: relative;
  z-index: 0;
}

.timeslotDefinitionComboBox .comboboxIcon, #locality_containerDialog .comboboxIcon, #shipperSelectionComboboxContainer .comboboxIcon {
  height: 16px;
  width: 16px;
}

.timeslotDefinitionComboBox .comboboxIcon i, #locality_containerDialog .comboboxIcon i, #shipperSelectionComboboxContainer .comboboxIcon i {
  top: -2px !important;
}

.locality-picker-container {
  height: 24px; /* hides scrollbars in IE11 */
}

.bookingEditorPrintCombo + img + .borderedIconContainer {
  height: 14px !important;
  width: 16px !important;
}

#GlobalSearch_combo + img + div {
  height: 17px;
  width: 16px;
  padding-top: 3px;
}

.emptyBackground {
  background: rgba(0, 0, 0, 0) !important;
}

.idSearchFilter {
  font-size: 16px !important;
  position: relative;
  z-index: 0 !important;
  pointer-events: none;
}

#currentTimeBtn {
  cursor: pointer;
  font-size: 20px;
}

.notClickable {
  color: #4d4e53;
}

.lockSlotIcon {
  font-size: 16px;
  cursor: pointer;
  font-size: 16px !important;
  color: #1E8A44 !important;
}

.removeLockIcon {
  font-size: 16px;
  cursor: pointer;
  position: relative;
  top: -1px;
  font-size: 16px !important;
}

.bookingConditionsIcon {
  position: relative;
  top: 4px;
  left: 2px;
  font-size: 16px;
  cursor: pointer;
  font-size: 16px !important;
}

/*region grid menu icons */
.grid-menu-icon {
  font-size: 16px;
  display: inline-block;
}

.grid-menu-icon.modus-icon-inventory-chevron-right {
  position: absolute;
  right: 4px;
}

a.x-menu-item::before {
  font-family: modus-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-size: 16px;
  color: #464B52;
  position: absolute;
}
/*endregion*/

/*region custom radio button style */
input[type="radio"] {
  cursor: pointer;
  color: #464B52;
}

input[type="radio"]:checked {
  color: #464B52 !important;
}

input[type="radio"]:disabled {
  color: #B7B9C3 !important;
  cursor: default;
}

input[type="radio"]:hover {
  color: #464B52;
}

.reasonRadio {
  position: relative;
  top: -4px;
}
/*endregion*/

/*region custom checkbox style */
input[type="checkbox"] {
  background: transparent;
  cursor: pointer;
  color: #90939F;
  border: none;
  display: inline;
}

input[type="checkbox"]:checked {
  color: #90939F !important;
}

input[type="checkbox"]:disabled {
  color: #B7B9C3 !important;
  cursor: default;
}

input[type="checkbox"]:hover {
  color: #464B52;
}
/*endregion*/

/*region ExtJS msg box style, not supported in IE11 */
.x-window-dlg .ext-mb-info { background:none; }
.x-window-dlg .ext-mb-warning { background:none; }
.x-window-dlg .ext-mb-question { background:none; }
.x-window-dlg .ext-mb-error { background:none; }

.x-window-dlg .ext-mb-icon {
  font-family: modus-icons-solid !important;
  font-style: normal;
  font-weight: normal !important;
  font-size: 32px;
  color: #464B52;
  width: auto;
  padding-right: 8px;
}

.messageBox .x-window-body>div {
  display: flex;
  align-items: center;
}

.x-window-dlg .ext-mb-info::after {
  content: 'info';
}

.x-window-dlg .ext-mb-warning::after {
  content: 'warning';
}

.x-window-dlg .ext-mb-question::after {
  content: 'help';
}

.x-window-dlg .ext-mb-error::after {
  content: 'alert';
}

/*endregion*/

@supports not (-ms-high-contrast: none) {
  /* Non-IE styles here */
  select {
    background: url(../images/tislot/chevron-down.svg) no-repeat;
    background-position: right 2px center;
    background-color: white;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    padding-right: 20px;
    padding-left: 4px;
  }

  select:not([size]) {
    height: 16px;
  }
}

.ampelDateContainer div {
  display: inline-block;
  zoom: 1;
}

.ampelDateContainer input[name="Time"] {
  width: 50px;
  margin-left: 8px;
  background-color: #FFFFFF;
  display: inline-block;
}

.ampelDateContainer input[name="Time"]:read-only {
  background-color: #D0D0D0;
}

.ampelDateContainer .iconContainer i {
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
  padding-left: 8px;
}

#applicationBar .modus-icons {
  font-size: 24px;
  cursor: pointer;
}

#AddVehicle_radioGroup > input {
  position: relative;
  top: 3px;
}

.drag_highlight {
  background-color: #FEFAED;
}

.drag_highlight .Slot_Booked, .drag_highlight .Slot_Locked {
  background-color: white;
}

.drag_highlight.Slot_Booked, .drag_highlight.Slot {
  outline: 2px solid #F6C321;
  background-color: #FEFAED;
}

.Slot_Booked[draggable="true"] {
  cursor: grab;
}

.SlotContentText {
  user-select: text;
  cursor: text;
}

#TemplateEditorPanelBookings .Slot_Booked[draggable="true"] {
  cursor: default !important;
}

/* prevent highlighted child elements from triggering drag events, except for bookings */
.drag_highlight *, .drag_highlight .Slot_Booked * {
  pointer-events: none;
}
.drag_highlight .Slot_Booked {
  pointer-events: all;
}

.formLabelAbove .bookingEditorFormLabel {
  bottom: 0;
}

#LockADayWithReasonDialogForm {
  margin-left: 12px;
}

.rebookingIndicator {
  font-size: 16px;
  padding-right: 4px;
  color: #ed1e26;
  position: relative;
  top: 2px;
}

.excelImportError > ul {
  list-style: disc;
  padding-left: 20px;
}

#openbookingModePanel .x-tool {
  width: 15px;
}

#BookingTab_toolbar .x-form-radio-wrap-inner img {
  position: absolute;
  z-index: 1;
  opacity: 0;
}

#BookingTab_Book {
  visibility: visible;
  position: relative;
  left: 0;
  top: 0;
}

#BookingTab_Reserve {
  visibility: visible;
  position: relative;
  left: 0;
  top: 0;
}

#ViewPanelDayView_toolbar .x-form-check-wrap-inner img {
  position: relative;
  z-index: 1;
  opacity: 0;
}

#ViewPanelDayView_AllLocationsCheckbox {
  visibility: visible;
  position: absolute;
  left: 107px;
  top: 8px;
}

#GlobalSearchDiv #questionmarkIcon_div {
  font-size: 20px;
}

#openbookingModePanel .x-tool-toggle {
  font-family: modus-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-size: 16px;
  color: #464B52;
  width: auto;
  padding-right: 2px;
}

#openbookingModePanel .x-tool-toggle {
  background: none !important;
}

#openbookingModePanel .x-tool-toggle::after {
  content: 'caret_up_bold';
}

#openbookingModePanel.x-panel-collapsed .x-tool-toggle {
  background: none !important;
}

#openbookingModePanel.x-panel-collapsed .x-tool-toggle::after {
  content: 'caret_down_bold';
}

/*region ExtJS grid page navigation */
.x-btn-icon .x-tbar-page-first,
.x-btn-icon .x-tbar-page-prev,
.x-btn-icon .x-tbar-page-next,
.x-btn-icon .x-tbar-page-last {
  font-family: modus-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-size: 20px;
  color: #464B52;
  background-image: none !important;
}

.x-tbar-page-first::before {
  content: 'first_page';
}

.x-tbar-page-prev::before {
  content: 'chevron_left';
}

.x-tbar-page-next::before {
  content: 'chevron_right';
}

.x-tbar-page-last::before {
  content: 'last_page';
}
/*endregion*/

/*region ExtJS grid column menu dropdown */
.x-grid3-hd-btn {
  font-family: modus-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-size: 16px;
  color: #464B52;
  background: #F1F1F6;
  padding-left: 2px;
  border-left: 1px solid #B5B8C8;
  border-top: 1px solid #B5B8C8;
}

.x-grid3-hd-btn::before {
  content: 'expand_more';
  position: absolute;
  right: 0;
}
/*endregion*/

.x-menu-item-icon.grid-menu-icon.modus-icons.modus-icon-inventory-search {
  position: relative;
  top: 3px;
  left: 3px;
}

.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close,
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover {
  background: none;
}

.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close::before {
  font-family: modus-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-size: 12px;
  color: #464B52;
  content: 'close';
}

.visibility-icon {
  width: 16px !important;
  height: 16px !important;
  display: inline-block;
  background: url(../images/TiSlot/map-marker_outline.svg) no-repeat center !important;
}

#driver-mobile-warning {
  font-size: 11px;
  color: #ff0000;
  display: none; 
}