.error {
  color: red;
}
.spotRateField{width:53%;}
.iataRateField{width:70%;}

/*Core*/
.ReactTable .rt-thead .rt-tr { text-align: left!important;}
.ReactTable .rt-th, .ReactTable .rt-td { vertical-align: middle!important;}
.ReactTable .rt-table,.rt-tbody{overflow:inherit!important}
.table { margin-bottom:0!important;}

/*Daily Schedule*/


.modalClass{max-width : inherit!important;width:92%}

.modalClose path {
  d: none;
}

.modalClose {
  z-index: 1001;
  content: '';
  background: url(/./webfonts/close.png);
  width: 27px;
  height: 27px;
  background-size: contain;
  margin-right: -1px;
  margin-top: -1px;
  display: inline-block;
}

.modaloverlay{z-index:10001!important}
.toRemove{float: left}

.Dropdown-root {
  position: relative;
}

.Dropdown-control {
  position: relative;
  overflow: hidden;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  color: #333;
  cursor: default;
  outline: none;
  padding: 8px 52px 8px 10px;
  transition: all 200ms ease;
}

.Dropdown-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.Dropdown-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: ' ';
  display: block;
  height: 0;
  margin-top: -ceil(2.5);
  position: absolute;
  right: 10px;
  top: 14px;
  width: 0
}

.is-open .Dropdown-arrow {
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}

.Dropdown-menu {
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
}

.Dropdown-menu .Dropdown-group > .Dropdown-title {
  padding: 8px 10px;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
  text-transform: capitalize;
}

.Dropdown-option {
  box-sizing: border-box;
  color: rgba(51, 51, 51, 0.8);
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}

.Dropdown-option:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.Dropdown-option:hover {
  background-color: #f2f9fc;
  color: #333;
}

.Dropdown-option.is-selected {
  background-color: #f2f9fc;
  color: #333;
}

.Dropdown-noresults {
  box-sizing: border-box;
  color: #ccc;
  cursor: default;
  display: block;
  padding: 8px 10px;
}

.dailyScheduleTable .rt-thead.-headerGroups{display:none;}
.Select-menu-outer{z-index: 100!important;}
.tl-chart .recharts-wrapper { width: auto!important;}

input[type="file"] {
  border: 1px solid #ddd !important;
  width: 240px;
}
.deleteTemplate {
  float: right;
  padding-top: 5px;
  margin-right: 2px;
  font-size: 13px;
  color: #000;
  text-decoration: underline;
}

.deleteTemplate:hover {
  text-decoration: none !important
}
.Dropdown-control {
  font-size: 0.8125rem;
  border-radius: .25rem!important;
}
.Dropdown-option {
  font-size: 0.8125rem;
}
.DateRangePickerInput__withBorder {border:0px solid red!important; border-radius:0!important;}

.file_select_upload_success{border: 1px solid #22a75d;
  border-radius: 20px;
  padding: 5px;

  margin-right: 5px;
}
 .file_select_upload_danger{border: 1px solid #F7191D  ;
  border-radius: 20px;
  padding: 5px 4px;

  margin-right: 5px;
  color: #F7191D;}
  .Select-input{height:33px!important}
  .Select-control{height:34px!important}
.scheduleModal {
  min-width: 80%;
  max-width: 1024px !important;
  width: auto !important;
}
input.react-select-input{width:31px!important;position: absolute!important;}
#eAWB input[type=file], #onlineClaim input[type=file]{opacity:0!important;}
#eAWB span.epouch-browse,#onlineClaim span.epouch-browse{position:absolute!important;display:inline-block!important;left:0!important;top:0!important;background:#c1c1c1!important;width:40%!important;cursor:pointer!important;height:76%!important;font-size:14px!important;color:#000!important;margin:4px 4px!important;padding:3px 5px!important;text-align:center!important;border-radius:2px!important;border:1px solid #a5a0a0!important;}
.bg-none{background:0 0!important}
#eAWB .p-0,#onlineClaim .p-0 {padding: 0px!important;}
.captchaWrapper img{border: 1px solid #dddddd;padding-bottom:10px;}
.w-4{width:4%;}
.w-5{width:5%;}
.w-8{width:8%;}
.w-9{width:9%;}
.w-10{width:10%;}
.w-12{width:12%;}
.w-18{width:18%;}

ul.ul-disc { list-style-type: disc; }
.dailyScheduleTable .text-info{color:#0F798A!important;}
.PresetDateRangePicker_panel {
  padding: 0 22px 11px
}
.PresetDateRangePicker_button {
  position: relative;
  height: 100%;
  text-align: center;
  background: 0 0;
  border: 2px solid #1c4e9d;
  color: #1c4e9d;
  padding: 4px 12px;
  margin-right: 8px;
  font: inherit;
  font-weight: 700;
  line-height: normal;
  overflow: visible;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer
}
.PresetDateRangePicker_button:active {
  outline: 0
}
.PresetDateRangePicker_button__selected {
  color: #fff;
  background: #1c4e9d
}
.SingleDatePickerInput {
  display: inline-block;
}
.SingleDatePickerInput__withBorder {
  
}
.SingleDatePickerInput__rtl {
  direction: rtl
}
.SingleDatePickerInput__disabled {
  background-color: #f2f2f2
}
.SingleDatePickerInput__block {
  display: block
}
.SingleDatePickerInput__showClearDate {
  padding-right: 30px
}
.SingleDatePickerInput_clearDate {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.SingleDatePickerInput_clearDate__default:focus,
.SingleDatePickerInput_clearDate__default:hover {
  background: #dbdbdb;
  border-radius: 50%
}
.SingleDatePickerInput_clearDate__small {
  padding: 6px
}
.SingleDatePickerInput_clearDate__hide {
  visibility: hidden
}
.SingleDatePickerInput_clearDate_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle
}
.SingleDatePickerInput_clearDate_svg__small {
  height: 9px
}
.SingleDatePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px
}
.SingleDatePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle
}
.SingleDatePicker {
  position: relative;
}
.SingleDatePicker__block {
  display: block
}
.SingleDatePicker_picker {
  z-index: 10001;
  background-color: #fff;
  position: absolute;
  top: 47px!important;
}
.SingleDatePicker_picker__rtl {
  direction: rtl
}
.SingleDatePicker_picker__directionLeft {
  left: 0
}
.SingleDatePicker_picker__directionRight {
  right: 0
}
.SingleDatePicker_picker__portal {
  background-color: rgba(0,0,0,.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}
.SingleDatePicker_picker__fullScreenPortal {
  background-color: #fff
}
.SingleDatePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2
}
.SingleDatePicker_closeButton:focus,
.SingleDatePicker_closeButton:hover {
  color: darken(#cacccd,10%);
  text-decoration: none
}
.SingleDatePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd
}
.DayPickerKeyboardShortcuts_buttonReset {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  font-size: 14px
}
.DayPickerKeyboardShortcuts_buttonReset:active {
  outline: 0
}
.DayPickerKeyboardShortcuts_show {
  width: 22px;
  position: absolute;
  z-index: 2
}
.DayPickerKeyboardShortcuts_show__bottomRight {
  border-top: 26px solid transparent;
  border-right: 33px solid #1c4e9d;;
  bottom: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__bottomRight:hover {
  border-right: 33px solid #1c4e9d;
}
.DayPickerKeyboardShortcuts_show__topRight {
  border-bottom: 26px solid transparent;
  border-right: 33px solid #1c4e9d;
  top: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__topRight:hover {
  border-right: 33px solid #008489
}
.DayPickerKeyboardShortcuts_show__topLeft {
  border-bottom: 26px solid transparent;
  border-left: 33px solid #1c4e9d;
  top: 0;
  left: 0
}
.DayPickerKeyboardShortcuts_show__topLeft:hover {
  border-left: 33px solid #008489
}
.DayPickerKeyboardShortcuts_showSpan {
  color: #fff;
  position: absolute
}
.DayPickerKeyboardShortcuts_showSpan__bottomRight {
  bottom: 0;
  right: -28px
}
.DayPickerKeyboardShortcuts_showSpan__topRight {
  top: 1px;
  right: -28px
}
.DayPickerKeyboardShortcuts_showSpan__topLeft {
  top: 1px;
  left: -28px
}
.DayPickerKeyboardShortcuts_panel {
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 22px;
  margin: 33px
}
.DayPickerKeyboardShortcuts_title {
  font-size: 16px;
  font-weight: 700;
  margin: 0
}
.DayPickerKeyboardShortcuts_list {
  list-style: none;
  padding: 0;
  font-size: 14px
}
.DayPickerKeyboardShortcuts_close {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 2
}
.DayPickerKeyboardShortcuts_close:active {
  outline: 0
}
.DayPickerKeyboardShortcuts_closeSvg {
  height: 15px;
  width: 15px;
  fill: #cacccd
}
.DayPickerKeyboardShortcuts_closeSvg:focus,
.DayPickerKeyboardShortcuts_closeSvg:hover {
  fill: #82888a
}
.CalendarDay {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  text-align: center
}
.CalendarDay:active {
  outline: 0
}
.CalendarDay__defaultCursor {
  cursor: default
}
.CalendarDay__default {
  color: #484848;
  background: #fff
}
.CalendarDay__default:hover {
  background: #e4e7e7;
  border: 1px double #e4e7e7;
  color: inherit
}
.CalendarDay__hovered_offset {
  background: #f4f5f5;
  border: 1px double #e4e7e7;
  color: inherit
}
.CalendarDay__outside {
  border: 0;
  background: #fff;
  color: #484848
}
.CalendarDay__outside:hover {
  border: 0
}
.CalendarDay__blocked_minimum_nights {
  background: #fff;
  border: 1px solid #eceeee;
  color: #cacccd
}
.CalendarDay__blocked_minimum_nights:active,
.CalendarDay__blocked_minimum_nights:hover {
  background: #fff;
  color: #cacccd
}
.CalendarDay__highlighted_calendar {
  background: #ffe8bc;
  color: #484848
}
.CalendarDay__highlighted_calendar:active,
.CalendarDay__highlighted_calendar:hover {
  background: #ffce71;
  color: #484848
}
.CalendarDay__selected_span {
  background: #1c4e9d;
  border: 1px solid #1c4e9d;
  color: #fff!important;
}
.CalendarDay__selected_span:active,
.CalendarDay__selected_span:hover {
  background: #1c4e9d;
  border: 1px solid #1c4e9d;
  color: #fff!important;
}
.CalendarDay__last_in_range {
  border-right: #1c4e9d
}
.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
  background: #1c4e9d;
  border: 1px solid #1c4e9d;
  color: #fff!important;
}
.CalendarDay__hovered_span,
.CalendarDay__hovered_span:hover {
  background: #1c4e9d;
  border: 1px solid #1c4e9d;
  color: #fff!important;
}
.CalendarDay__hovered_span:active {
  background: #1c4e9d;
  border: 1px solid #1c4e9d;
  color: #fff!important;
}
.CalendarDay__blocked_calendar,
.CalendarDay__blocked_calendar:active,
.CalendarDay__blocked_calendar:hover {
  background: #cacccd;
  border: 1px solid #cacccd;
  color: #82888a
}
.CalendarDay__blocked_out_of_range,
.CalendarDay__blocked_out_of_range:active,
.CalendarDay__blocked_out_of_range:hover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIUlEQVQYV2NkYGCQYmBgeMYABYxQGi4IEwCJgwWRBcCCAHdAAx/Gx0s9AAAAAElFTkSuQmCC) repeat;
  color: #cacccd!important;
}
.CalendarMonth {
  text-align: center;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.CalendarMonth_table {
  border-collapse: collapse;
  border-spacing: 0
}
.CalendarMonth_verticalSpacing {
  border-collapse: separate
}
.CalendarMonth_caption {
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 47px;
  caption-side: initial
}
.CalendarMonth_caption__verticalScrollable {
  padding-top: 12px;
  padding-bottom: 7px
}
.CalendarMonthGrid {
  
  text-align: left;
  z-index: 0
}
.CalendarMonthGrid__animating {
  z-index: 1
}
.CalendarMonthGrid__horizontal {
  position: absolute;
  left: 9px
}
.CalendarMonthGrid__vertical {
  margin: 0 auto
}
.CalendarMonthGrid__vertical_scrollable {
  margin: 0 auto;
  overflow-y: scroll
}
.CalendarMonthGrid_month__horizontal {
  display: inline-block;
  vertical-align: top;
  min-height: 100%
}
.CalendarMonthGrid_month__hideForAnimation {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none
}
.CalendarMonthGrid_month__hidden {
  visibility: hidden
}
.DayPickerNavigation {
  position: relative;
  z-index: 2
}
.DayPickerNavigation__horizontal {
  height: 0
}
.DayPickerNavigation__verticalDefault {
  position: absolute;
  width: 100%;
  height: 52px;
  bottom: 0;
  left: 0
}
.DayPickerNavigation__verticalScrollableDefault {
  position: relative
}
.DayPickerNavigation_button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0;
  margin: 0
}
.DayPickerNavigation_button__default {
  /*border: 1px solid #e4e7e7;
  background-color: #fff;
  color: #757575*/
}
.DayPickerNavigation_button__default:focus,
.DayPickerNavigation_button__default:hover {
  outline: 0;
}
.DayPickerNavigation_button__default:active {
  background: #023e81
}
.DayPickerNavigation_button__horizontalDefault {
  position: absolute;
  top: 12px;
  line-height: .78;
  border-radius: 3px;
  padding: 6px 9px
}
.DayPickerNavigation_button__horizontalDefault svg path { display: none;}
.DayPickerNavigation__horizontal .DayPickerNavigation_button__horizontalDefault:first-child svg:after {content:" r"; display:block; border: 1px solid red; width: 20px; height: 20px; }
.DayPickerNavigation__horizontal .DayPickerNavigation_button__horizontalDefault:last-child svg:after {content:"u "; display:block; border: 1px solid red; width: 20px; height: 20px}
.DayPickerNavigation_leftButton__horizontalDefault:before,
.DayPickerNavigation_rightButton__horizontalDefault:before {content:" \F104"; top:10px; left:10px; font-family: 'Font Awesome 5 Pro'; display:block; width: 20px; height: 20px; color:#fff; position: absolute;}
.DayPickerNavigation_rightButton__horizontalDefault:before {content:" \F105";}
.DayPicker_weekHeader_li small {font-size: 100%;}

.DayPickerNavigation_leftButton__horizontalDefault {
  left: 22px
}
.DayPickerNavigation_rightButton__horizontalDefault {
  right: 22px
}
.DayPickerNavigation_button__verticalDefault {
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
  position: relative;
  display: inline-block;
  height: 100%;
  width: 50%
}
.DayPickerNavigation_nextButton__verticalDefault {
  border-left: 0
}
.DayPickerNavigation_nextButton__verticalScrollableDefault {
  width: 100%
}
.DayPickerNavigation_svg__horizontal {
  height: 19px;
  width: 19px;
  fill: #fff;
  display: block
}
.DayPickerNavigation_svg__vertical {
  height: 42px;
  width: 42px;
  fill: #484848;
  display: block
}
.DayPicker {
  background: #fff;
  position: relative;
  text-align: left
}
.DayPicker__horizontal {
  background: #fff
}
.DayPicker__verticalScrollable {
  height: 100%
}
.DayPicker__hidden {
  visibility: hidden
}
.DayPicker__withBorder {
  box-shadow: 0 2px 6px rgba(0,0,0,.05),0 0 0 1px rgba(0,0,0,.07);
  border-radius: 3px
}
.DayPicker_portal__horizontal {
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%
}
.DayPicker_portal__vertical {
  position: initial
}
.DayPicker_focusRegion {
  outline: 0
}
.DayPicker_calendarInfo__horizontal,
.DayPicker_wrapper__horizontal {
  display: inline-block;
  vertical-align: top
}
.DayPicker_weekHeaders {
  position: relative
}
.DayPicker_weekHeaders__horizontal {
  margin-left: 9px
}
.DayPicker_weekHeader {
  color: #757575;
  position: absolute;
  top: 62px;
  z-index: 2;
  text-align: left
}
.DayPicker_weekHeader__vertical {
  left: 50%
}
.DayPicker_weekHeader__verticalScrollable {
  top: 0;
  display: table-row;
  border-bottom: 1px solid #dbdbdb;
  background: #fff;
  margin-left: 0;
  left: 0;
  width: 100%;
  text-align: center
}
.DayPicker_weekHeader_ul {
  list-style: none;
  margin: 1px 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px
}
.DayPicker_weekHeader_li {
  display: inline-block;
  text-align: center
}
.DayPicker_transitionContainer {
  position: relative;
  overflow: hidden;
  border-radius: 3px
}
.DayPicker_transitionContainer__horizontal {
  -webkit-transition: height .2s ease-in-out;
  -moz-transition: height .2s ease-in-out;
  transition: height .2s ease-in-out
}
.DayPicker_transitionContainer__vertical {
  width: 100%
}
.DayPicker_transitionContainer__verticalScrollable {
  padding-top: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll
}
.DateInput {
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  width: 130px;
  vertical-align: middle
}
.DateInput__small {
  width: 97px
}
.DateInput__block {
  width: 100%
}
.DateInput__disabled {
  background: #f2f2f2;
  color: #dbdbdb
}
.DateInput_input {
  font-weight: 200;
  font-size: 19px;
  line-height: 24px;
  color: #484848;
  background-color: #fff;
  width: 100%;
  padding: 11px 11px 9px;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid transparent;
  border-left: 0;
  border-radius: 0
}
.DateInput_input__small {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: .2px;
  padding: 7px 7px 5px
}
.DateInput_input__regular {
  font-weight: auto
}
.DateInput_input__readOnly {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.DateInput_input__focused {
  outline: 0;
  background: #fff;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #008489;
  border-left: 0
}
.DateInput_input__disabled {
  background: #f2f2f2;
  font-style: italic
}
.DateInput_screenReaderMessage {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}
.DateInput_fang {
  position: absolute;
  width: 20px;
  height: 10px;
  left: 22px;
  z-index: 2;
  top:37px!important;
}
.DateInput_fangShape {
  fill: #fff
}
.DateInput_fangStroke {
  stroke: #dbdbdb;
  fill: transparent
}
.DateRangePickerInput {
  background-color: #fff;
  display: inline-block
}
.DateRangePickerInput__disabled {
  background: #f2f2f2
}
.DateRangePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb
}
.DateRangePickerInput__rtl {
  direction: rtl
}
.DateRangePickerInput__block {
  display: block
}
.DateRangePickerInput__showClearDates {
  padding-right: 30px
}
.DateRangePickerInput_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #484848
}
.DateRangePickerInput_arrow_svg path {
  d: none;
}
.DateRangePickerInput_arrow_svg {
  vertical-align: middle;
  fill: #484848;
  height: 24px;
  width: 24px;
  background: url(/./webfonts/directionarrow.png);
  background-size: contain;
  display: inline-block;
}
.DateRangePickerInput_clearDates {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.DateRangePickerInput_clearDates__small {
  padding: 6px
}
.DateRangePickerInput_clearDates_default:focus,
.DateRangePickerInput_clearDates_default:hover {
  background: #dbdbdb;
  border-radius: 50%
}
.DateRangePickerInput_clearDates__hide {
  visibility: hidden
}
.DateRangePickerInput_clearDates_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle
}
.DateRangePickerInput_clearDates_svg__small {
  height: 9px
}
.DateRangePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px
}
.DateRangePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle
}
.DateRangePicker {
  position: relative;
  display: inline-block
}
.DateRangePicker__block {
  display: block
}
.DateRangePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute;
  top: 47px!important;
}
.DateRangePicker_picker__rtl {
  direction: rtl
}
.DateRangePicker_picker__directionLeft {
  left: 0
}
.DateRangePicker_picker__directionRight {
  right: 0
}
.DateRangePicker_picker__portal {
  background-color: rgba(0,0,0,.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}
.DateRangePicker_picker__fullScreenPortal {
  background-color: #fff
}
.DateRangePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2
}
.DateRangePicker_closeButton:focus,
.DateRangePicker_closeButton:hover {
  color: darken(#cacccd,10%);
  text-decoration: none
}
.DateRangePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd
}
.DayPicker_weekHeader,
.CalendarMonth { /*padding:0!important;*/}
.DateInput_fangShape { fill: #1c4e9d}
.DayPicker_transitionContainer__horizontal {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c4e9d+0,1c4e9d+21,ffffff+21,ffffff+100 */
background: #1c4e9d; /* Old browsers */
background: -moz-linear-gradient(top, #1c4e9d 0%, #1c4e9d 53px, #ffffff 53px, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #1c4e9d 0%,#1c4e9d 53px,#ffffff 53px,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #1c4e9d 0%,#1c4e9d 53px,#ffffff 53px,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c4e9d', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */}
.CalendarDay__today.CalendarDay__today_3 {font-weight: bold; color:#1c4e9d;}/*Global style-START*/
body {
  color: #333333;
  font-family: 'Open Sans', 'Malgun Gothic', '\B9D1\C740   \ACE0\B515', Dotum, Gulim, Verdana;
}

h1 {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: normal;
  color: #1c4e9d;
}

h2 {
  font-size: 1.1rem;
  line-height: 1.625rem;
  font-weight: normal;
  color: #1c4e9d;
}

h3 {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: normal;
  color: #1c4e9d;
}

h4 {
  font-size: .925rem;
  line-height: 1.625rem;
  font-weight: normal;
  color: #1c4e9d;
}

h5 {
  font-size: .825rem;
  line-height: 1.625rem;
  font-weight: normal;
  color: #1c4e9d;
}

h6 {
  font-size: .725rem;
  line-height: 1.625rem;
  font-weight: normal;
  color: #1c4e9d;
}

label {
  margin-bottom: 0.2rem;
}

label,
.dimension-head,
.dimension-col1,
.flight-Head,
.sticky-top .rightSideDropDown a div,
.small,
.tracking .trackingtabs .nav-item .nav-link div,
.trackingCard .card-header,
.tracking .tl-labels-date,
.timeLineStatus .statusArea em,
.timeLineView .popover-content,
.historyItem em {
  font-size: 0.6875rem;
}

a,
.sortWraper,
.form-control,
.Select-control,
.dropdown-menu,
.input-group-text,
.table thead th,
.table .rt-th,
.sticky-top,
.non-sticky-top,
.calIconWrap input,
.alert,
.modal-body,
.table td,
.table .rt-td,
.viewBookingSummary .card-body p,
.rate_Charge,
.footerArea,
.Select-control .Select-value,
.Select .Select-menu-outer,
.trackingCard .card strong,
.tracking .tl-labels-status,
.tracking .tl-labels-loc,
.timeLineStatus .statusItems,
.timeLineView .popover-content .popover-heading,
.historyItem,
ol,
ul,
p,
.card {
  font-size: 0.8125rem;
}

.btn {
  font-size: 0.875rem;
}

.btn-sm {
  line-height: 1.125rem;
  font-size: 0.75rem;
}

.btn .fa,
.btn .far,
.btn .fas,
.btn .fab {
  font-size: 1rem;
}

.form-control,
.btn,
.dropdown-menu,
.input-group-text {
  line-height: 1.1rem !important;
}

.nav-item,
.btn {
  line-height: 1.25rem;
}

.accordion .card-header .abtn {
  width: 100%;
  border-radius: 0;
  margin: -1px 0;
  padding: 6px 10px;
  border: 1px solid rgba(0, 0, 0, .125);
  border-top: 1px solid #082b62
}

/*Accordion style*/
.accordion>.card {
  margin-top: 4px;
}

.accordion>.card>.card-header .abtn {
  background-color: #F0F0F0;
}

.accordion>.card>.card-header .abtn.collapsed {
  border: 1px solid rgba(0, 0, 0, .125);
  padding-top: 7px;
  background-color: #fff;
}

.accordion>.card>.card-header {
  padding: 0;
  border: 0;
  background-color: transparent;
  margin: -1px -1px;
}

.accordion .btn-link {
  text-decoration: none;
}

.text-decor_none {
  text-decoration: none !important;
}

.accordion {
  margin-bottom: 10px;
}

.input-group-text {
  padding: .375rem
}

.card-body {
  padding: 10px;
}

.tab-content {
  padding: 10px 0;
}

input[type="file"].form-control {
  padding: 0.2rem 0.25rem !important;
}

.modal-title {
  font-size: 15px;
  line-height: 30px;
}

.sideWidget li {
  list-style: none;
  padding-bottom: 6px;
}

.sideWidget ul {
  margin: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #fff url(/./webfonts/select-arrow.png) right center no-repeat;
}

.form-control,
.calIconWrap input {
  border-color: #cccccc;
  color: #333333;
}

input.form-control[type='file'] {
  padding: 0.31rem 0.75rem;
}

.calIconWrap input {
  display: block;
  position: relative;
  z-index: 91;
  width: 100%;
  padding: 0.375rem 0.75rem;
  color: #495057;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.multipleBookingInput .inputOverlay::after {
  bottom: 4px;
  right: 9px;
}

.calIconWrap input:focus {
  color: #495057;
  background-color: transparent;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.calIconWrap .inputOverlay::after {
  color: #666;
  font-weight: normal;
}

.btn-primary {
  background-color: #566a81;
  border-color: #4d6279;
}

.btn-primary:hover {
  background-color: #004899;
}

.btn-secondary {
  background-color: #f6f6f6;
  border-color: #dddddd;
  color: #566a81;
}

.btn-link {
  color: #2a63af;
}

.badge {
  border-radius: 0.1875rem;
}

.form-group {
  margin-bottom: 0.625rem;
}

.btn-primary {
  background-color: #004899;
  border-color: #004899;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #023e81;
  border-color: #023e81;
  box-shadow: 0 0 0 #000;
  color: #fff !important;
}

.btn-primary:active {
  background-color: #0253af !important;
  border-color: #0253af !important;
}

.btn-secondary {
  background-color: #fff;
  border-color: #3176d2;
  color: #2a63af;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #3176d2;
  border-color: #3176d2;
  box-shadow: 0 0 0 #000;
  color: #fff !important;
}

.btn-secondary:active {
  background-color: #51a3e5 !important;
  border-color: #51a3e5 !important;
}

.btn-secondary:hover span,
.btn-secondary:focus span,
.btn-secondary:active span {
  color: #fff;
}

.btn:disabled,
.btn.disabled,
.full_disable .btn,
.full_disable .removeBtn,
.full_disable .addBtn {
  background-color: #dddddd;
  border-color: #dddddd;
  color: #9e9e9e;
}

.form-control:disabled,
.form-control[readonly],
.full_disable .form-control,
.full_disable .inputOverlay,
.full_disable .Select-control {
  background-color: #f7f7f7;
  border-color: #dddddd;
}

.full_disable .inputOverlay .form-control {
  background-color: transparent;
}

.full_disable {
  position: relative;
}

.full_disable:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: ' ';
  display: block;
  background-color: #fff;
  opacity: 0.2;
  z-index: 1000;
}

a {
  color: #2a63af;
  display: inline-block;
}

.btn .btn-link,
.btn {
  padding: 0.375rem 0.625rem;
}

.btn-sm {
  padding: 5px 8px;
}

.page_btn_wrapper .btn {
  margin-left: 6px;
}

div .btn {
  margin-left: 4px;
}

div>.btn:first-child {
  margin-left: 0;
}

.badge {
  font-size: 0.6875rem;
  font-weight: normal;
}

.badge-secondary {
  background-color: #e2e3e5;
  color: #383d41;
  border: 1px solid #d6d8db;
}

.badge-info {
  background-color: #cce5ff;
  color: #004085;
  border: 1px solid #b8daff;
}

.badge-danger {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.badge-success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.badge-warning {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
}

.input-group .input-group-append .btn span {
  color: #2a63af;
}

.input-group .input-group-append .btn:hover span {
  color: #fff;
}

.input-group .input-group-append .btn:hover {
  border-color: #3176d2;
}

.input-group>.input-group-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  padding: 0;
}

.input-group>.input-group-wrapper+.input-group-wrapper {
  margin-left: -1px;
}

.input-group>.input-group-wrapper input.form-control {
  border-radius: 0.25rem 0 0 0.25rem;
}

.input-group>.input-group-wrapper+.input-group-wrapper input.form-control {
  border-radius: 0 0.25rem 0.25rem 0;
}

.card.border-primary {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.table th {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.table .table {
  border-collapse: inherit;
}

th.sort {
  color: #004899;
  border-bottom: 2px solid #e96511 !important;
  background-color: #4b6ea2 !important;
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

table.table tbody td td {
  border-bottom: 0px;
}

.table .expandedView .table,
.multipleBookingInput .overflowWraper_ {
  border-bottom: 1px solid #082b62;
  background-color: transparent;
}

.table-striped .expandedView tbody tr:nth-of-type(2n + 1) {
  background-color: transparent;
}

.table .expandedView .table tr:first-child .c1:after,
.table .expandedView .table tr:first-child .c1:before,
.table .expandedView tr:first-child .ic1:after,
.table .expandedView tr:first-child .ic1:before,
.mobileExpandView:before,
.mobileExpandView:after,
.multipleBookingInput .expandedView .overflowWraper:after,
.multipleBookingInput .expandedView .overflowWraper:before {
  content: '\F0D8';
  color: #fff;
  font-family: 'Font Awesome 5 Pro';
  display: block;
  position: absolute;
  top: -8px;
  left: 34px;
  font-weight: 900;
  height: 10px;
  font-size: 24px;
  line-height: 0;
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.expandedView {
  padding: 0 !important;
}

.table .expandedView .table tr:first-child .c1:before,
.table .expandedView .table tr:first-child .ic1:before,
.mobileExpandView:before,
.multipleBookingInput .expandedView .overflowWraper:before {
  color: #e8e8e8;
  top: -6px;
}

.table .expandedView .table th {
  padding: 2px 0.375rem;
  position: relative;
}

.table-striped tbody tr:nth-of-type(2n + 1) .table .c1:after,
.table-striped tbody tr:nth-of-type(2n + 1) .table .ic1:after,
.expandedView.alternate-row-color1 .overflowWraper:after {
  color: #f9f9f9 !important;
}

.tableWraper table {
  table-layout: fixed;
}

.table tbody {
  border-top: 1px solid #f9f9f9;
}

.table td,
.table th,
.ReactTable .rt-th,
.ReactTable .rt-td {
  border-top: 0px solid #dee2e6;
  padding: 0.5rem 0.25rem;
}

.table tr td:last-child,
.table tr th:last-child {
  padding-right: 0.375rem;
}

.table tr td:first-child,
.table tr th:first-child {
  padding-left: 0.375rem;
}

.table td {
  border-bottom: 1px solid #e8e8e8;
}

.alternate-row-color1 {
  background-color: #f9f9f9;
}

.alternate-row-color2 {
  background-color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav.show>.nav-link {
  font-weight: bold;
}

.nav-tabs .nav-link {
  padding: 0.375rem 1.1rem 0.25rem 0.375rem;
  border-radius: 0;
  color: #333333b3;
}

.nav-tabs .nav-link.active {
  color: #1c4e9d;
  border-top: 1px solid #082b62;
}

.nav-tabs a.close-btn {
  position: absolute;
  right: 7px;
  top: 3px;
  color: #566a81;
  font-size: .6rem;
}

.accordion h5 button {
  color: #333333;
}


.preLoading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  overflow: hidden;
  outline: 0;
  background: url(/./webfonts/loading3.gif) center 50% #ffffff no-repeat;
  background-size: 150px 150px;
  opacity: 0.4;
  filter: alpha(opacity=50);
}

.loadingImage {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  left: 0;
  z-index: 10000;
  overflow: hidden;
  outline: 0;
  background: #ffffff80 no-repeat;
  line-height: 35rem;
}

.modal-content {
  border-radius: 0.3rem;
  border: 1px solid #e8e8e8;
  /* border-top:1px solid #004899;*/
}

.table thead th,
.ReactTable .rt-thead .rt-tr {
  vertical-align: top;
  border-bottom: 2px solid #e8e8e8;
  background-color: #f7fbff;
  font-weight: normal;
  color: #333333 !important;
}

.card,
.card-header {
  border-radius: 0 !important;
}

.card-header {
  background-color: #f0f0f0;
  color: #333;
  padding: 6px 10px;
  font-size: 0.875rem;
}

.modal-footer {
  border-top: 0px solid #e9ecef;
}

.modal-header .close {
  font-weight: normal;
  font-size: 27px;
  padding: 1.1rem 0.5rem 1rem;
}

.modal-header {
  margin: 0 10px;
  padding: 6px 10px;
  border-bottom: 1px solid #e8e8e8;
}

.table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: #f9f9f9;
}

.tooltip-inner {
  font-size: 0.6875rem;
}

.border-danger {
  border: 2px solid red;
}

.form-control.border-danger,
.border-danger-wraper.form-control,
.border-danger-wraper.inputOverlay input {
  padding: 0.3125rem 0.6875rem;
  border: 2px solid red !important;
}

.border-danger-wraper .Select-control {
  border: 2px solid red;
}

.form-control:focus,
.calIconWrap input:focus {
  box-shadow: 1px 0px 3px 1px #a8bed9;
  border-color: #8fc4ed;
}

.fa,
.fas,
.far,
.fal,
.fab {
  color: #666666;
}

.ui-widget-header .ui-icon {
  background-image: url(/./webfonts/ui-icons_ffffff_256x240.png) !important;
}

.ui-widget-header a {
  background-color: transparent !important;
  border: 0px !important;
}

.ui-autocomplete {
  z-index: 1100;
}

.ui-widget-content {
  background-color: #f8f9fa !important;
}

.ui-widget-header {
  background-color: #004899 !important;
  background-image: none !important;
  border: 0 !important;
}

.ui-state-active,
.ui-state-hover,
.ui-state-default,
.ui-widget-content .ui-state-default {
  font-size: 0.75rem;
  color: #666 !important;
  border: 0 solid #007bff !important;
  background-color: #fff !important;
  text-align: center;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  text-decoration: underline;
  background-color: #1c4e9d !important;
  color: #fff !important;
}

.ui-widget-content {
  background-color: #fff !important;
}

.ui-datepicker th {
  color: #666 !important;
  font-size: 0.9375rem !important;
  font-weight: normal !important;
}

.ui-datepicker-today .ui-state-default {
  background-color: #d5e1f1 !important;
}

.ui-widget.ui-widget-content {
  border: 0px solid red !important;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  padding: 0.375rem;
}

.ui-datepicker th {
  padding: 0.375rem !important;
}

.ui-datepicker .ui-datepicker-header {
  margin: -0.375rem -0.375rem 0 -0.375rem;
  border-radius: 4px 4px 0 0;
}

.ui-datepicker table {
  margin: 0 !important;
}

.ui-widget {
  z-index: 10000 !important;
}

.ui-autocomplete {
  font-size: 0.75rem !important;
}

.ui-menu-item {
  padding: 3px 10px !important;
}

.ui-state-focus {
  border: 0px solid #007bff !important;
  background-color: #e0e0e0 !important;
  color: #566a81 !important;
  padding: 4px 10px !important;
}

.ui-state-active,
.ui-state-hover {
  color: #566a81 !important;
  border: 1px solid #007bff !important;
  background-color: #e0e0e0 !important;
}

.dropdown-item:focus,
.dropdown-item:hover,
.ui-state-focus {
  background-color: #d5e1f1 !important;
  color: #333333 !important;
}

.ui-datepicker .ui-datepicker-header {
  padding: 0.5em 0 !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 7px !important;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px !important;
  top: 7px !important;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px !important;
  top: 7px !important;
}

#ui-id-5.ui-autocomplete li.ui-menu-item {
  position: relative;
}

#ui-id-5.ui-autocomplete li.ui-menu-item:after {
  content: ' x ';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 3px;
  top: 6px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  border-radius: 3px;
  color: #566a81;
}

.inputOverlay {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
}

.inputOverlay:after {
  z-index: 90;
  content: '\F073';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  display: inline-block;
  position: absolute;
  bottom: 4px;
  right: 12px;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
}

.searchWrap {
  padding: 0.625rem;
}

.monthSelection,
.searchWrap {
  background-color: #f0f0f0;
  border: 1px solid #bdbdbd;
  margin-bottom: 2rem;
  position: relative;
}

.advanceSearch_control {
  position: absolute;
  bottom: 11px;
  z-index: 900;
}

.monthSelection {
  background-color: #f8f9fa;
  padding: 8px 10px;
  color: #5274a7;
  margin: 5px 0 10px;
  border: 1px solid #ccd5e0;
}

.monthSelection a {
  color: #5274a7;
}

.sortWraper {
  padding: 5px 0;
}

.sortWraper a {
  padding: 2px 0 2px 10px;
}

.sortWraper a.active {
  text-decoration: underline;
  font-weight: bold;
}

.monthSelection {
  padding: 0;
  border-width: 1px 0;
  margin: 0;
  color: #333333;
  text-align: center;
}

.monthSelection .fa-chevron-left {
  padding-right: 0.25rem;
}

.monthSelection .fa-chevron-right {
  padding-left: 0.25rem;
}

.monthSelection .fa-chevron-left_ke_custom {
  content: '';
  background-image: url(/./webfonts/fa-angle-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 11px;
  width: 11px;
  background-position: 0px 0px;
  margin-bottom: -1px;
}

.monthSelection .fa-chevron-right_ke_custom {
  content: '';
  background-image: url(/./webfonts/fa-angle-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 11px;
  width: 11px;
  background-position: 5px 0px;
  margin-bottom: -1px;
}

.monthSelection .fa-chevron-right_ke_custom_large {
  content: '';
  background-image: url(/./webfonts/fa-angle-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
  background-position: 6px 0px;
  margin-bottom: -1px;
}

.fa-angle-right_mycargo_ke_custom {
  content: '';
  background-image: url(/./webfonts/fa-angle-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 9px;
  width: 9px;
  background-position: 3px 0px;
}

.monthSelection .fa-chevron-left_ke_custom_large {
  content: '';
  background-image: url(/./webfonts/fa-angle-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
  background-position: 3px 0px;
  margin-bottom: -1px;
}

.sortWraper a {
  color: #2a63af;
  padding: 0.375rem 0.625rem;
}

.monthSelection a.disabled,
.monthSelection a.disabled:hover {
  opacity: 0.3;
  cursor: default;
  text-decoration: none;
}

.overflowTr1 th {
  border-bottom: 0 !important;
  padding: 0 !important;
  font-size: 0.7rem !important;
  text-transform: uppercase;
}

.overflowTr2 th {
  padding-top: 5px !important;
}

.overflowTr1 .border-left,
.overflowTr1 .border-right {
  border-color: #e8f3ff !important;
}

.flightOperationStatus .overflowTr2 .c5,
.flightOperationStatus .overflowTr2 .c6,
.flightOperationStatus .overflowTr2 .c7,
.flightOperationStatus .overflowTr2 .c8,
.tracking .overflowTr2 .c3,
.tracking .overflowTr2 .c4,
.tracking .overflowTr2 .c5,
.fhlMonitoring .overflowTr2 .c12,
.fhlMonitoring .overflowTr2 .c13,
.fhlMonitoring .overflowTr2 .c14 {
  border-left: 1px solid #e8f3ff !important;
  border-right: 1px solid #e8f3ff !important;
  border-top: 1px solid #f0f0f0 !important;
}

.expandedViewBorderTop td,
.rt-tr-group .expandedViewBorderTop {
  border-top: 1px solid #082b62;
}

.expandedView table {
  margin: 0;
}

.expandedView {
  background-color: #e8f3ff;
}

.removeBtn,
.addBtn {
  padding: 0.375rem 0.5rem;
}

.add_remove_wrapper {
  padding-top: 1.655rem;
}

/*if no label*/
.add_newRow_wrapper {
  padding-bottom: 1.5rem;
}

.calIconWrap input {
  line-height: 1.15rem;
}

.btnWraper {
  margin: 1rem 0;
}

.searchWrap .btnWraper {
  margin: 0;
}

.input-group div {
  display: inline;
}

.separationPipe {
  background: url(/./webfonts/sprite.png) no-repeat -251px -6px;
  display: inline-block;
  width: 1px;
  height: 13px;
  margin: 0 7px 0 7px;
}

.heading-button-group button {
  margin: 1.6rem 0 0 1rem !important;
}

/*Global style-END*/

/*Single Booking*/
.dimensionField {
  vertical-align: middle;
}

.dimension-head .dimension-col1 {
  font-size: 13px;
  padding-top: 0px;
}

.dimension-col1 {
  width: 7%;
  text-align: center;
  padding-top: 6px;
  font-size: 15px;
}

.dimension-col2 {
  width: 93%;
  text-align: center;
}

.dimension-col3 {
  width: 16%;
}

.dimension-col3 .removeBtn {
  margin-left: 6px !important;
}

.dimension-head {
  padding: 4px 0;
}

.scrollable .dimension-col1 {
  padding-top: 6px;
  font-size: 15px;
}

.scrollable .dimension-col2 .sl-no {
  padding-top: 8px;
  font-size: 14px;
}

.scrollable {
  overflow-y: auto;
  max-height: 200px;
}

/*Single booking Popup*/
.modal-body .dimension-col2 {
  width: 93%;
}

.modal-body .dimension-col3 {
  display: none;
}

/*Booking*/
.bookingList .c1 {
  width: 10%;
}

.bookingList .c4 {
  width: 7%;
}

.bookingList .c5,
.bookingList .c6,
.bookingList .c7,
.bookingList .c8,
.bookingList .c9,
.bookingList .c10 {
  width: 6%;
}

.bookingList .c11,
.bookingList .c12,
.bookingList .c13 {
  width: 8%;
}

.bookingList .c15 {
  width: 6%;
}

.bookingList .c16 {
  width: 7%;
}

.bookingList td,
.bookingList th {
  padding: 0.55rem 0.25rem;
}

.bookingList .c2,
.bookingList .c3,
.bookingList .c3,
.bookingList .c4,
.bookingList .c5,
.bookingList .c6,
.bookingList .c7,
.bookingList .c8,
.bookingList .c9,
.bookingList .c10,
.bookingList .c12,
.bookingList .c13,
.bookingList .c14,
.bookingList .c11 {
  text-align: center;
}

.bookingList .c1 {
  width: 10%;
  text-align: center;
}

.bookingList .c2,
.bookingList .c3 {
  width: 5%;
}

.bookingList .cc1 {
  width: 73%;
}

.bookingList .cc2 {
  width: 22%;
}

.bookingList .tableWraper table {
  table-layout: inherit;
}

.bookingList td {
  vertical-align: middle;
}

/*.... Single booking Select ...*/
.Select-input>input {
  line-height: 1.1rem !important;
}

/*FHL Monitoring*/
.fhlMonitoring table {
  table-layout: inherit;
}

.fhlMonitoring .c8 {
  width: 10%;
}

.fhlMonitoring td.c8 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fhlMonitoring td,
.fhlMonitoring th {
  text-align: center;
}

.fhlMonitoring .c1 {
  width: 4%;
  text-align: left;
}

.fhlMonitoring .c2 {
  width: 10%;
}

.fhlMonitoring .c8 {
  width: 18%;
  text-align: left;
}

/*Multiple booking*/
.multipleBookingInput .c0 {
  width: 36px;
  padding-left: 0;
  padding-right: 0;
}

.multipleBookingInput .c11 {
  width: 4%;
  padding-right: 0 !important;
}

.multipleBookingInput thead span.c11 {
  width: 3%;
}

.multipleBookingInput .pl-5 {
  position: relative;
}

.multipleBookingInput .c1,
.multipleBookingInput .c2,
.multipleBookingInput .c3,
.multipleBookingInput .c4,
.multipleBookingInput .c5,
.multipleBookingInput .c6,
.multipleBookingInput .c7,
.multipleBookingInput .c8,
.multipleBookingInput .c9,
.multipleBookingInput .c9,
.multipleBookingInput .c10 {
  text-align: center;
}

.multipleBookingInput .c11 .expandBtn {
  font-size: 24px;
}

.multipleBookingInput .c0 a {
  font-size: 11px;
  padding-bottom: 2px;
}

.multipleBookingInput .c2,
.multipleBookingInput .c3 {
  width: 7%;
}

.multipleBookingInput thead span.c2,
.multipleBookingInput thead span.c3 {
  width: 6.75%;
}

.multipleBookingInput .c4,
.multipleBookingInput .c5,
.multipleBookingInput .c6,
.multipleBookingInput .c7,
.multipleBookingInput .c9,
.multipleBookingInput .c10 {
  width: 8.19%;
}

.multipleBookingInput thead span.c4,
.multipleBookingInput thead span.c5,
.multipleBookingInput thead span.c6,
.multipleBookingInput thead span.c7,
.multipleBookingInput thead span.c9,
.multipleBookingInput thead span.c10 {
  width: 8%;
}

.multipleBookingInput thead th>span {
  float: left;
  margin-left: 0.25rem;
}

.multipleBookingInput .c8 {
  width: 16%;
}

.multipleBookingInput thead span.c8 {
  width: 16%;
}

.multipleBookingInput .expandedView .overflowWraper {
  padding-top: 0;
  padding-bottom: 0;
}

.multipleBookingInput .expandedView .overflowWraper:before,
.multipleBookingInput .expandedView .overflowWraper:after {
  display: none;
}

.multipleBookingInput .expandedView td {
  background-color: transparent !important;
}

.multipleBookingInput .table .table {
  background-color: transparent;
  margin-bottom: 4px;
}

.multipleBookingInput .c2,
.multipleBookingInput .c3,
.multipleBookingInput .c4,
.multipleBookingInput .c5,
.multipleBookingInput .c6,
.multipleBookingInput .c7,
.multipleBookingInput .c8,
.multipleBookingInput .c9 {
  padding-right: 0;
}

.multipleBookingInput .scc {
  width: 10% !important;
}

.multipleBookingInput .clearBtn a {
  font-size: 0.65rem;
}

.multipleBookingInput td.pl-5 {
  padding-left: 2.8rem !important;
}

.multipleBookingInput .validationBtn {
  position: absolute;
  right: -1px;
  top: 11px;
  border: 2px solid #666;
  border-radius: 15px;
  width: 25px;
  height: 25px;
  padding: 0;
}

.multipleBookingInput .expandedView .overflowWraper {
  background-image: none !important;
}

.multipleBookingInput .inputOverlay::after {
  bottom: 4px;
  right: 9px;
}

.multipleBookingInput .pl-5 .expandBtn {
  position: absolute;
  left: 6px;
  bottom: 24px;
  padding: 0;
  font-size: 0.65rem;
}

.multipleBookingInput .pl-5 .expandBtn .fas.fa-angle-up,
.multipleBookingInput .pl-5 .expandBtn .fas.fa-angle-down {
  margin-left: 5px;
}

.fas.fa-angle-down {
  background-image: url(/./webfonts/fa-angle-down.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 9px;
  width: 9px;
  background-position: 0px 3px;
}

.fas.fa-angle-down::before {
  content: none!important;
}

.fas.fa-angle-up {
  background-image: url(/./webfonts/fa-angle-up.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 9px;
  width: 9px;
  background-position: 0px 3px;
}

.fas.fa-angle-up::before {
  content: none!important;
}

.multipleBookingInput .nopaddingTD .input-group-wrapper.col-3 input {
  padding-left: 0.45rem;
  padding-right: 0.45rem;
}

.multipleBookingInput2.multipleBookingInput td.pl-5 {
  padding-left: 0.375rem !important;
  padding-right: 3.8rem;
}

.flight-selection-arrow {
  background: url(/./webfonts/sprite.png) 74px -90px no-repeat;
}

.multipleBookingInput2.multipleBookingInput .pl-5 .expandBtn {
  right: 7px;
  left: auto;
  bottom: 20px;
}

.multipleBookingInput2 .col-2.flight-selection-arrow {
  padding: 0;
  flex: 0 0 13%;
  max-width: 100%;
}

.multipleBookingInput2 .col-10 {
  flex: 0 0 87%;
  max-width: 100%;
}

.wrapFlights .col-1.pr-0.pl-0 .btn span {
  font-size: .675rem
}

.wrapFlights .col-1.pr-0.pl-0 .btn {
  margin-left: 0;
}

.multipleBookingInput .c1 {
  width: 16%;
  padding-right: 0;
}

.multipleBookingInput thead span.c1 {
  width: 15.65%;
  margin: 0;
}

.mb-control-table-wraper .mb-control-table td {
  padding: 0.42rem 0 0 0.25rem !important;
}

table.mb-control-table {
  margin-bottom: 0 !important;
}

td.mb-control-table-wraper {
  padding: 0;
}

.multipleBookingInput .tableWraper table,
.myCargo .tableWraper table {
  table-layout: auto;
}

.multipleBookingInput .expandedView .overflowWraper {
  position: relative;
}

.multipleBookingInput .bg-expandedView {
  margin: 0 3px;
}

.multipleBookingInput .table-striped table tr:nth-of-type(2n + 1) {
  background-color: transparent;
}

.multipleBookingInput .alert {
  margin: 0 6px 6px;
}

.multipleBookingInput .alert-warning {
  padding: 0.45rem 1.25rem;
}

.multipleBookingInput2 .c1 .input-group-wrapper.col-9 input {
  border-radius: 0 0 0 0 !important;
}

.multipleBookingInput2 .Select-control {
  height: 38px;
  text-align: left;
}

.multipleBookingInput .scc .Select-control .Select-clear-zone {
  position: absolute;
  top: 6px;
  left: 80px;
}

.cr-tracking-empty {
  align-items: flex-start !important;
}

.cr-tracking-d-none {
  display: none !important;
}

.cr-tracking .tl-img-dot-single span {
  background: url(/./webfonts/sprite.png) -2px -1px no-repeat;
  width: 8px;
  height: 20px;
  display: inline-block;
  position: relative;
  z-index: 99;
}
.hide-dot .dot::before {
  background-color: #fff;
  left: -1px;
}
.hide-dot span.dot{
  width: 0px;
}

/*This fix is specialy for IE10 and above*/
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  .multipleBookingInput .tableWraper table,
  .multipleFhlInput .tableWraper table table {
    table-layout: fixed;
  }

  .multipleFhlInput .tableWraper table {
    table-layout: auto;
  }

  .multipleFhlInput .tableWraper table .tdWidthFix {
    width: 100%;
  }

  .multipleBookingInput2 .Select-control {
    height: 33px;
  }

  .multipleBookingInput2 .Select-control .Select-input {
    height: 33px;
  }

  .btn .btn-link,
  .btn {
    padding: 0.35rem 0.625rem
  }

  .dailyScheduleTable .rt-td.c3-1 {
    height: 54px !important;
  }
}

.mb-combineAirportControl .col-6:last-child .Select-control {
  border-radius: 0 4px 4px 0;
}

.mb-combineAirportControl .col-6:first-child .Select-control {
  border-radius: 4px 0 0 4px;
}

.mb-combineAirportControl .col-6:first-child {
  padding-right: 0;
  margin-right: -1px;
}

.mb-combineAirportControl .col-6:last-child {
  padding-left: 0;
  margin-left: -1px;
}

/*Multiple FHL*/
.multipleFhlInput thead th>span.text-danger {
  float: none;
  margin-left: 0.25rem;
}

.multipleFhlInput .tableWraper th.c2 {
  width: 15%;
}

.multipleFhlInput .tableWraper th.c4 {
  width: 12%;
}

.multipleFhlInput .tableWraper th.c5 {
  width: 5%;
}

.multipleFhlInput .tableWraper th.c8 {
  width: 100%;
}

.multipleFhlInput td.details {
  width: 1px;
}

.tableMAWB td.c2 {
  width: 12%;
}

.tableMAWB td.c3 {
  width: 12%;
}

.tableMAWB td.c7 {
  width: 40%;
}

.multipleFhlInput td.mawb-to-hawb-dottedLine {
  padding-left: 6.3rem !important;
  background: url(/./webfonts/sprite.png) 74px -90px no-repeat;
}

.multipleFhlInput .c1 .input-group-wrapper.col-9 input {
  border-radius: 0 0 0 0 !important;
}

.multipleFhlInput .pl-5 .expandBtn {
  position: absolute;
  left: auto;
  bottom: 12px;
  padding: 0;
  right: 0px;
  z-index: 100;
}

/*Tracking*/
.timeLineView .tl-chart {
  position: relative;
  border: 1px
    /*solid red*/
  ;
  background-color: transparent;
  border-radius: 4.5rem;
}

.timeLineView .tl-chart .tl-chart-label {
  position: absolute;
  top: 36%;
  width: 100%;
  font-size: 0.75rem;
  left: 0;
}

.timeLineView .tl-chart .tl-chart-label a {
  color: #333333;
}

.tl-chart-label strong {
  font-size: 1rem;
  display: block;
  line-height: 1rem;
}

.timeLineStatus {
  padding-left: 2.5rem;
}

.timeLineStatus ul {
  padding: 0;
}

.timeLineStatus .statusItems {
  position: relative;
  padding: 0px 5px 1rem 1rem;
}

.timeLineStatus .statusItems,
.tracking h2 {
  border-left: 1px dashed #566a81;
}

.timeLineStatus .statusItems:last-child {
  border-left: 0;
}

.timeLineStatus .statusItems .loc {
  background-color: #1c4e9d;
  position: absolute;
  left: -33px;
  padding: 2px 6px;
  color: #fff;
  border-radius: 4px;
  font-size: 0.6875rem;
}

.timeLineStatus.flightInformation .statusItems .loc {
  background-color: #1c4e9d;
  position: absolute;
  left: -25px;
  padding: 2px 6px;
  color: #fff;
  border-radius: 4px;
  font-size: 0.6875rem;
}

.timeLineStatus.flightInformation .statusItems .loc .fas {
  color: #ffffff
}

.timeLineStatus .statusItems div {}

.timeLineStatus .statusArea em {}

.timeLineView .popupTimeLineDetails strong {
  padding: 0 0 0 8px;
}

.timeLineView .popupTimeLineDetails {
  padding: 0px 10px;
}

.timeLineView .popover-content .popover-heading {
  font-weight: bold;
  position: relative;
  font-size: 0.75rem;
  margin-top: 0.6rem;
}

.timeLineView .popupTimeLineDetails em,
.timeLineView .popupTimeLineDetails i {
  font-style: normal;
  padding: 0 10px;
}

.timeLineView .popover-content {
  width: 250px;
  padding-bottom: 10px;
}

.timeLineStatus .statusItems .loc:after {
  left: 93%;
  top: 4%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #1c4e9d;
  border-width: 0.59rem;
  margin-top: 0rem;
}

.flightInformation .liveStatus,
.tracking .sort-fa {
  border-radius: 1rem;
  font-size: 0.9rem;
}

.tracking h2 {
  margin-bottom: 0;
  padding-bottom: 1rem;
  margin-top: 2rem;
  display: flex;
}

.tracking h2 span.far.fa-clock,
.tracking h2 span.fas.fa-plane {
  background-color: #fff;
  margin-left: -0.85rem;
  font-size: 1.4rem;
  width: 1.8rem;
  height: 1.8rem;
  text-align: center;
  vertical-align: middle;
  margin-right: 0.5rem;
  line-height: 1.78rem;
}

.normalFlight .fa-plane_ke_custom {
  content: '';
  background: url(/./webfonts/aircraft-info.png);
  width: 18px;
  height: 18px;
  background-size: contain;
  margin-right: 2px;
  margin-bottom: -5px;
  display: inline-block;
}

.loc .fa-plane_ke_custom:before {
  content: ''!important;
  background: url(/./webfonts/aircraft-info-white.png);
  width: 15px;
  height: 13px;
  background-size: contain;
  margin-right: -1px;
  margin-bottom: -2px;
  display: inline-block;
}

.loc .fa-truck_ke_custom:before {
  content: ''!important;
  background: url(/./webfonts/truck_white_new.png);
  width: 15px;
  height: 11px;
  background-size: contain;
  margin-right: -1px;
  margin-bottom: -1px;
  display: inline-block;
}

.tracking h2 span.fas.fa-plane_ke_custom {
  content: '';
  background: url(/./webfonts/aircraft-info.png);
  width: 33px;
  height: 33px;
  background-size: cover;
  display: inline-block;
  transform: rotate(360deg);
  margin-left: -16px;
  margin-right: 8px;
  margin-top: 1px;
  background-color: #fff;
}

.span.fas.fa-plane_ke_custom {
  content: '';
  background: url(/./webfonts/aircraft-info.png);
  width: 24px;
  height: 24px;
  background-size: cover;
  display: inline-block;
  transform: rotate(360deg);
  margin-left: -13px;
  margin-right: 8px;
  margin-top: 2px;
  background-color: #fff;
}

.tracking h2 span.far.fa-clock_ke_custom {
  content: '';
  background: url(/./webfonts/arrival-time.png);
  width: 33px;
  height: 33px;
  background-size: cover;
  margin-left: -16px;
  margin-right: 8px;
  margin-top: 1px;
  background-color: #fff;
}

.tracking h2 .cargo_tracking_heading {
  margin-top: 4px;
}

.tracking h2 .flightinfo_tracking_heading {
  margin-top: 2px;
}

.cargo_acceptance_heading {
  color: #28794e!important;
  display: inline;
}

.cargo_acceptance_warning_heading {
  color: #C84300!important;
  display: inline;
}

.tracking .sort-fa span.fa-sort_ke_custom {
  content: '';
  background: url(/./webfonts/ascending.png);
  width: 18px;
  height: 18px;
  background-size: contain;
  margin-left: 2px;
  margin-bottom: -3px;
  display: inline-block;
}

.tracking .sort-fa span.fa-sort_ke_custom.sort_desc{
  background: url(/./webfonts/descending.png);
  background-size: contain;
}

.fa-link_ke_custom::before {
  content: '';
  background: url(/./webfonts/attach.png);
  width: 17px;
  height: 17px;
  background-size: contain;
  display: inline-block;
  margin-bottom: -3px;
  margin-right: -6px;
}

.text-success.mr-custom.success-check {
  content: '';
  background: url(/./webfonts/checked-success.png);
  width: 21px;
  height: 21px;
  background-size: contain;
  background-color: #fff;
  margin-right: 3px;
  margin-bottom: -4px;
  display: inline-block;
}

.text-warning.mr-custom.warning {
  content: '';
  background: url(/./webfonts/clock-warning.png);
  width: 22px;
  height: 19px;
  background-size: contain;
  background-color: #fff;
  margin-right: 3px;
  margin-bottom: -3px;
  display: inline-block;
}

.text-danger.mr-custom.danger {
  content: '';
  background: url(/./webfonts/cancel_danger.png);
  width: 18px;
  height: 18px;
  background-size: contain;
  background-color: #fff;
  margin-right: 5px;
  margin-bottom: -4px;
  display: inline-block;
}

.text-info.cargo_desc {
  font-size: 0.6875rem;
}
 
.text-infos.cargo_desc {
  font-size: 79%;
}

.text-infos.cargo_desc_ko {
  font-size: 93%;
}

.file_select_upload_custom {
  content: '';
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -6px;
  margin-top: 5px;
}

.upload_success_custom {
  background: url(/./webfonts/tickgreen.png);
  background-size: cover;
  width: 24px;
  height: 24px;
}

.upload_failure_custom {
  background: url(/./webfonts/alertred.png);
  background-size: cover;
  width: 22px;
  height: 20px;
  margin-top: 6px;
}

.temparatureHistory h2 {
  border: 0px !important;
}

.temparatureHistory h2 span {
  margin-left: 0 !important;
}

.tracking .table {
  table-layout: inherit;
}

.tracking .table td,
.tracking .table th {
  text-align: center;
}

.tracking .table .c1 {
  width: 10%;
}

.tracking .table .c2 {
  width: 20%;
}

.tracking .table .c3,
.tracking .table .c5 {
  width: 13%;
}

.tracking .table .c4 {
  width: 8%;
}

.tracking .tl-labels-loc {
  color: #1c4e9d;
}

.tracking .nav-tabs {
  margin-bottom: 10px;
}

.tracking .nav-tabs .nav-item {
  position: relative;
}

.tracking .trackingtabs .nav-item .nav-link {
  padding: 0.375rem 1.1rem 0.25rem 0.375rem;
  border-radius: 0;
  color: #333333b3;
}

.trackingCard .card strong {
  padding-bottom: 6px;
}

.tracking .trackingtabs .nav-item .nav-link.active {
  color: #1c4e9d;
  border-top: 1px solid #082b62;
}

.tracking .trackingtabs .nav-item a.close-btn {
  position: absolute;
  right: 7px;
  top: 3px;
  color: #566a81;
  font-size: 0.6rem;
}

.tracking .timeLineView {
  position: relative;
}

.tracking .timeLineView:after {
  position: absolute;
  content: ' ';
  display: block;
  border-top: 1px dashed #999999;
  left: 8%;
  right: 14%;
  bottom: 10px;
}

.tracking .timeLineView .form-row>[class*='col-12'] {
  padding: 0;
}

.tracking .timeLineView .form-row .mr-lg-3 {
  margin-right: 0.4rem !important;
}

.tracking .timeLineView .form-row .ml-lg-3 {
  margin-left: 0.4rem !important;
}

.tracking .timeLineView .tl-chart-label.cargoStatusAll {
  top: 28%;
}

.tracking .timeLineView .tl-chart-label.cargoStatusAll strong {
  line-height: 1.3rem;
  font-size: 1.3rem;
  margin: 0 auto;
  width: 120px;
}

.tracking .timeLineView .tl-chart-label .other-airline-text {
  background-color: #cce5ff;
  color: #004085;
  top: 50px;
  border: 1px solid #b8daff;
  position: relative;
  z-index: 100;
  display: inline-block;
  font-size: .63rem;
}

.tracking .timeLineView label.cargoStatusText {
  background: #e8f3ffe6;
  border-radius: 10px;
  padding: 5px 5px;
  line-height: 0.8rem;
  margin-top: 0.2rem;
}

.cargoStatus .statusItems label.badge {
  font-size: 0.8rem;
}

.flightInformation .statusItems label.badge {
  font-size: 0.8rem;
}

.timeLineView .statusImg {
  position: relative;
  top: 3px;
}

.timeLineView .statusImg1,
.timeLineView .statusImg2,
.timeLineView .statusImg3,
.timeLineView .statusImg4 {
  background: url(/./webfonts/sprite.png) -9px 0 no-repeat;
  width: 25px;
  height: 21px;
  display: inline-block;
  margin-top: 8px;
}

.timeLineView .statusImg2 {
  background-position: -35px 0;
}

.timeLineView .statusImg3 {
  background-position: -60px 0;
}

.timeLineView .statusImg4 {
  background-position: -90px 0;
}

.timeLineStatus .statusItems .sep {
  padding: 0 8px;
  color: #f0f0f0;
}

.timeLineStatus .statusItems em i,
.historyItem em i {
  color: #9f9f9f;
  font-style: normal;
  padding-left: 4px;
}

.timeLineStatus .statusItems em,
.historyItem em {
  font-style: normal;
}

.tl-img-dot span {
  background: url(/./webfonts/sprite.png) -2px -1px no-repeat;
  width: 8px;
  height: 18px;
  display: inline-block;
  position: relative;
  z-index: 99;
}

.sideWidget .historyItem li {
  padding-bottom: .6rem;
  font-size: 0.865rem;
  border-bottom: 1px solid #0000001a;
}

.sideWidget .fuelSurCharge {
  text-align: center;
  padding: 0
}

.sideWidget .fuelSurCharge:first-child {
  padding-right: 5px;
}

.sideWidget .fuelSurCharge:last-child {
  padding-left: 5px;
}

.sideWidget .fuelSurCharge span {
  line-height: 39px;
  margin-bottom: 4px;
  width: 100%;
  height: 50px;
  font-size: .765rem;
  font-weight: bold;
  color: #333333;
}

.sideWidget .card {
  border-top: 1px solid #082b62
}

.timeLineView .stopsList {
  flex: 0 0 25%;
}

.stopsListInner {
  height: 140px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.stopListinnerWraper {
  background-color: #fff;
  position: relative;
  z-index: 100;
  width: 100%;
}

.stopListinnerWraper:before,
.stopListinnerWraper:after {
  content: ' ';
  display: block;
  background-color: #d6dbeb;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  position: absolute;
  left: -4px;
}

.stopListinnerWraper:after {
  right: -4px;
  left: auto;
}

.stopListinnerItemAll .dualFlight span {
  z-index: 9;
}

.stopListinnerItemAll .dualFlight .fas.fa-plane {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.stopListinnerItemAll .dualFlight {
  position: relative;
}

.stopListinnerItem {
  position: relative;
}

.stopListinnerItem:before {
  position: absolute;
  content: ' ';
  display: block;
  border-top: 2px dotted #d6dbeb;
  left: 0;
  right: 0;
  top: calc(50% - 1px);
  z-index: 99;
}

.stopListinnerItemDots {
  position: relative;
  padding: 3px 0;
}

.stopListinnerItemDots:before,
.stopListinnerItemDots:after {
  position: absolute;
  content: ' ';
  display: block;
  border-left: 2px dotted #d6dbeb;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  z-index: 99;
}

.stopListinnerItemDots:after {
  left: auto;
  right: 0;
}

.stopListinnerItem:first-child .stopListinnerItemDots:before,
.stopListinnerItem:first-child .stopListinnerItemDots:after {
  top: 50%;
}

.stopListinnerItem:last-child .stopListinnerItemDots:before,
.stopListinnerItem:last-child .stopListinnerItemDots:after {
  bottom: 50%;
}

.stopListinnerItemAll {
  background-color: #fff;
  position: relative;
  z-index: 99;
  padding: 0 5px 4px;
  display: inline-block;
}

.stopListinnerItemAll .normal-flight-container {
  border: 1px solid #d2dde8;
  border-radius: 5px;
  padding: 0px 4px 2px 3px;
  background: #e8f3ff;
  margin-right: 3px;
  font-size: 14px;
}

.stopListinnerItemAll .normal-flight-container .normalFlight i {
  color: #1c4e9d;
  margin-right: 2px;
}

.tracking .stopsListInner:before {
  position: absolute;
  content: ' ';
  display: block;
  border-top: 2px dotted #d6dbeb;
  left: 0;
  right: 0;
  top: calc(50% - 1px);
  z-index: 99;
}

.stopListinnerItemDots a {
  font-size: 12px;
}

.timeLineView .tl-labels {
  position: relative;
}

.timeLineView .tl-labels .trucktrack {
  position: absolute;
  background: url(/./webfonts/sprite.png) -158px 0 no-repeat;
  width: 20px;
  height: 26px;
  bottom: -17px;
  right: 0;
  z-index: 999;
}

.timeLineView .tl-labels .trucktrack.trucktrack-off {
  background-position: -158px -28px;
  height: 15px;
}

.trackingCard .card {
  background-color: #f7f9fb;
  min-height: 77px;
  border-radius: 4px !important;
}

.trackingCard .card-header {
  background-color: #e8f3ff;
  border: 0;
}

.trackingCard .card-body {
  font-weight: bold;
}

.timeLineView .popover-content .popover-heading {
  position: relative;
  font-size: 0.75rem;
  margin-top: 0.5rem;
}

.timeLineView .popover-content .popover-heading:first-child {
  margin-top: 0;
  margin-bottom: 8px;
}

.timeLineView .popover-content .popover-heading:after {
  content: ' ';
  left: 0;
  bottom: -5px;
  right: 0;
  z-index: 98;
  display: block;
  position: absolute;
  height: 1px;
  background-color: #c4d0de;
}

.timeLineView .popover-content .popover-heading span {
  background-color: #e8f3ff;
  z-index: 99;
  position: relative;
  margin-left: 10px;
  padding: 1px 8px 3px 7px;
  border-radius: 4px;
  border: 1px solid #cddcec;
  top: 11px;
  font-weight: normal;
}

.timeLineView .popover-content h6 {
  font-size: 0.875rem;
  margin: 0.5rem 0;
}

.tracking .accordion {
  margin-bottom: 10px;
}

.timeLineView .col-12.col-lg.ml-lg-3 #hanjin {
  left: auto !important;
  right: -40% !important;
  top: 113px !important;
}

.tracking .accordion .card-body {
  padding: 0;
}

.tracking .accordion table {
  margin: 0;
}

.tracking .tl-labels .popover {
  max-width: inherit;
}

.tracking .tl-labels .popover-content {
  width: 100%;
}

.tracking .popover {
  z-index: 1000 !important;
}

.timeLineView .popover {
  max-width: inherit;
}

.timeLineView .popover-content {
  width: 285px;
}

/*airMail Tracking*/
.airMailTracking .c1,
.airMailTracking .c2,
.airMailTracking .c3,
.airMailTracking .c5,
.airMailTracking .c6,
.airMailTracking .c7,
.airMailTracking .c8 {
  text-align: center;
}

.airMailTracking .c4,
.airMailTracking .c5 {
  text-align: right;
}

.airMailTracking .c1,
.airMailTracking .c2 {
  width: 9%;
}

.airMailTracking .c4 {
  width: 6%;
}

.airMailTracking .c3,
.airMailTracking .c6,
.airMailTracking .c7,
.airMailTracking .c8 {
  width: 16%;
}

/*Invoice Reference*/
.invoiceRefTable .footer-font th.c1,
.invoiceRefTable .footer-font th.c2,
.invoiceRefTable .footer-font th.c3,
.invoiceRefTable .footer-font th.c4 {
  font-size: 0.8125rem !important;
}

/*Daily Schedule*/
.dailyScheduleTable .c4 {
  text-align: right;
}

.dailyScheduleTable .duration span,
.availabilityYes,
.availabilityNo,
.weeklySchedule .fa-plane {
  font-size: 17px;
}

.dailyScheduleTable .duration label {
  display: block;
  margin: 0;
  font-size: 0.7rem !important;
}

.dailyScheduleTable .c5 .fa-plane,
.dailyScheduleTable .c6 .fa-plane,
.dailyScheduleTable .c7 .fa-plane {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.fa-plane.availabilityYes {
  color: #41a602;
}

.fa-plane.availabilityNo {
  color: #ec0303;
}

.dailyScheduleTable .c1 a {
  font-weight: normal;
  margin: 7px 0 -7px;
  display: block;
  font-size: 0.8rem;
}

.dailyScheduleTable .c1 strong {
  font-weight: normal;
}

.dailyScheduleTable .c1 .flightDetails {
  font-weight: normal;
  font-size: 0.8rem;
}

.dailyScheduleTable .c5 {
  width: 11% !important;
  text-align: center;
}

.dailyScheduleTable.OALTable .c7 {
  width: 33% !important;
  text-align: center;
}

.modaloverlay .dailyScheduleTable .c8,
.modaloverlay .dailyScheduleTable .c9 {
  width: 3% !important;
}

.dailyScheduleTable .c5 .alert {
  padding: 0.5rem 0 0;
}

.dailyScheduleTable .c6 {
  width: 11% !important;
  text-align: center;
  overflow: visible !important;
}

.dailyScheduleTable .c7 {
  width: 11% !important;
  text-align: center;
}

.dailyScheduleTable .c567 {
  width: 27%;
}

.dailyScheduleTable .c567 label {
  text-align: center;
}

.dailyScheduleTable .modal-footer {
  padding-left: 0;
  padding-right: 0;
}

.dailyScheduleTable .btn-success,
.dailyScheduleTable .btn-danger {
  border-color: #004899;
  background-color: #fff;
  color: #004899;
}

.dailyScheduleTable .btn-danger .fa.fa-plane:before {
  content: '';
  background: url(/./webfonts/aircraft-info-error.png);
  width: 19px;
  height: 16px;
  display: inline-block;
  transform: rotate(360deg);
  background-size: contain;
  margin-bottom: -3px;
  margin-left: 2px;
  margin-right: 1px;
}

.dailyScheduleTable .btn-success .fa.fa-plane:before {
  content: '';
  background: url(/./webfonts/aircraft-info-success-new.png);
  width: 19px;
  height: 16px;
  display: inline-block;
  transform: rotate(360deg);
  background-size: contain;
  margin-bottom: -3px;
  margin-left: 2px;
  margin-right: 1px;
}

.fa.fa-plane.availabilityYes.ke_custom:before {
  content: '';
  background: url(/./webfonts/aircraft-info-success-new.png);
  width: 19px;
  height: 16px;
  display: inline-block;
  transform: rotate(360deg);
  background-size: contain;
}

.fa.fa-plane.availabilityNo.ke_custom:before {
  content: '';
  background: url(/./webfonts/aircraft-info-error.png);
  width: 19px;
  height: 16px;
  display: inline-block;
  transform: rotate(360deg);
  background-size: contain;
}

.fa.fa-plane.ke_custom:before {
  content: '';
  background: url(/./webfonts/aircraft-info.png);
  width: 20px;
  height: 20px;
  display: inline-block;
  transform: rotate(360deg);
  background-size: cover;
  margin-right: 2px;
  margin-left: 2px;
}

.mobileItems .fa.fa-plane.ke_custom:before {
  margin-bottom: -3px;
}

.mobileItems .fa.fa-plane.availabilityNo.ke_custom:before,
.mobileItems .fa.fa-plane.availabilityYes.ke_custom:before {
  margin-bottom: 1px;
}

.fa.fa-truck.ke_custom:before {
  content: '';
  background: url(/./webfonts/241030_truck.png);
  width: 15px;
  height: 13px;
  display: inline-block;
  background-size: contain;
  margin-bottom: 3px;
  margin-right: 2px;
  margin-left: 2px;
}

.mobileItems .fa.fa-truck.ke_custom:before {
  margin-bottom: 0px;
}

.fa.fa-tasks.ke_custom:before {
  content: '';
  background: url(/./webfonts/queued_list.png);
  width: 28px;
  height: 23px;
  display: inline-block;
  transform: rotate(360deg);
  background-size: contain;
}


.fa.fa-check.ke_custom:before {
  content: '';
  background: url(/./webfonts/checked.png);
  width: 26px;
  height: 26px;
  display: inline-block;
  transform: rotate(360deg);
  background-size: contain;
}

.btn.btn-secondary .fa-check_ke_custom {
  content: '';
  background: url(/./webfonts/check.png);
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
}

.btn.btn-secondary:active .fa-check_ke_custom {
  content: '';
  background: url(/./webfonts/check_white.png);
  background-size: contain;
}

.btn.btn-outline-secondary.search_custom .fa-search_ke_custom {
  content: '';
  background: url(/./webfonts/search.png);
  width: 24px;
  height: 24px;
  margin-bottom: -1px;
  display: inline-block;
  background-size: contain;
}

.btn.btn-outline-secondary.search_custom:active .fa-search_ke_custom {
  content: '';
  background: url(/./webfonts/search_white.png);
  background-size: contain;
}

.btn.btn-outline-secondary.search_custom {
  padding: 0.2rem 0.425rem;
}

.btn.btn-secondary.sync_custom .fa-sync_ke_custom {
  content: '';
  background: url(/./webfonts/refresh.png);
  width: 20px;
  height: 20px;
  margin-bottom: -2px;
  display: inline-block;
  background-size: contain;
}

.btn.btn-secondary.sync_custom {
  padding: 0.275rem 0.425rem;
}

.btn.btn-secondary.sync_custom:active .fa-sync_ke_custom {
  content: '';
  background: url(/./webfonts/refresh_white.png);
  background-size: contain;
}

.btn.btn-secondary.addBtn .fa-plus_ke_custom {
  content: '';
  background: url(/./webfonts/plus.png);
  width: 24px;
  height: 24px;
  margin-bottom: -3px;
  display: inline-block;
  background-size: contain;
}

.btn.btn-secondary.addBtn:active .fa-plus_ke_custom {
  content: '';
  background: url(/./webfonts/plus_white.png);
  background-size: contain;
}

.btn.btn-secondary.removeBtn .fa-minus_ke_custom {
  content: '';
  background: url(/./webfonts/minus.png);
  width: 24px;
  height: 24px;
  margin-bottom: -3px;
  display: inline-block;
  background-size: contain;
}

.btn.btn-secondary.removeBtn:active .fa-minus_ke_custom {
  content: '';
  background: url(/./webfonts/minus_white.png);
  background-size: contain;
}

.removeBtn.minus_custom,
.addBtn.plus_custom {
  padding: 0.2rem 0.25rem;
}

.fa.fa-plane.ke_custom_mycargo:before {
  content: '';
  background: url(/./webfonts/aircraft-info.png);
  width: 20px;
  height: 20px;
  display: inline-block;
  transform: rotate(360deg);
  background-size: cover;
  margin-bottom: -4px;
}

.fa.fa-plane.ke_custom_weekly:before {
  content: '';
  background: url(/./webfonts/aircraft-info.png);
  width: 23px;
  height: 23px;
  display: inline-block;
  transform: rotate(360deg);
  background-size: cover;
}

.dailyScheduleTable .btn-success:hover,
.dailyScheduleTable .btn-danger:hover {
  background-color: #3176d2;
  border-color: #3176d2;
  color: #fff;
}

.dailyScheduleTable .btn-success:focus,
.dailyScheduleTable .btn-danger:focus {
  background-color: #51a3e5;
  border-color: #51a3e5;
  color: #fff;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus, 
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: none !important;
}

.btn-success.focus, 
.btn-success:focus, 
.btn-danger.focus, 
.btn-danger:focus {
  box-shadow: none !important;
}

.checkbox_ke_custom {
  cursor: pointer;
  vertical-align: middle;
}

.dailyScheduleTable .btn-success:hover span,
.dailyScheduleTable .btn-danger:hover span,
.dailyScheduleTable .btn-success:focus span,
.dailyScheduleTable .btn-danger:focus span {
  color: #fff;
}

.dailyScheduleTable .btn-success span {
  color: #039a03;
}

.dailyScheduleTable .btn-danger span {
  color: #d9534f;
}

.dailyScheduleTable .btn-success:hover .fa.fa-plane::before {
  content: '';
  background-image: url(/./webfonts/aircraft-info-success-new.png);
}

.dailyScheduleTable .btn-danger:hover .fa.fa-plane::before {
  content: '';
  background-image: url(/./webfonts/aircraft-info-error.png);
}

.dailyScheduleTable .btn-success:active .fa.fa-plane::before,
.dailyScheduleTable .btn-danger:active .fa.fa-plane::before {
  background-image: url(/./webfonts/aircraft-info-white.png);
  content: '';
}

.dailyScheduleTable .c1,
.weeklySchedule td.c1 {
  font-size: 0.8125rem;
}

.dailyScheduleTable .c3,
.dailyScheduleTable .c4 {
  font-size: 0.8125rem;
  width: 13% !important;
}

.modalClass .dailyScheduleTable .c3,
.modalClass .dailyScheduleTable .c4 {
  width: 11% !important;
}

.modalClass .dailyScheduleTable .c8 {
  width: 8% !important;
}

.dailyScheduleTable .c1 {
  width: 24% !important;
}

.modalClass .dailyScheduleTable .c1 {
  width: 23% !important;
}

.dailyScheduleTable .c3-1 {
  width: 10% !important;
  text-align: center;
  line-height: 16px;
}

.dailyScheduleTable td.c3,
.dailyScheduleTable td.c4 {
  width: 20%;
}

.dailyScheduleTable .c8 {
  width: 6% !important;
}

.dailyScheduleTable .c8 a {
  padding: 0;
}

.dailyScheduleTable .c3 label,
.dailyScheduleTable .c4 label {
  display: block;
  margin: 0;
}

.dailyScheduleTable .rt-td.c3,
.dailyScheduleTable .rt-td.c4,
.dailyScheduleTable .rt-td.c3-1 {
  background: url(/./webfonts/flightArrow.png) no-repeat center 7px;
}

.dailyScheduleTable .rt-td.c3 {
  background-position: left 9px;
}

.dailyScheduleTable .rt-td.c4 {
  background-position: right 9px;
}

.dailyScheduleTable .rt-td.c3-1 {
  height: 53px;
}

.dailyScheduleTable td.c1,
.dailyScheduleTable td.c5,
.dailyScheduleTable td.c6,
.dailyScheduleTable td.c7,
.dailyScheduleTable td.c8 {
  vertical-align: middle;
}

.dailyScheduleTable td.c3 {
  background-position: left 8px;
}

.dailyScheduleTable td.c4 {
  background-position: right 8px;
}

.dailyScheduleTable td.duration {
  position: absolute;
  top: 3px;
  left: -74px;
  text-align: center;
  width: 10rem;
}

.dailySchedule .table .expandedView .table {
  position: relative;
}

.dailyScheduleTable td.c9,
.dailyScheduleTable th.c9 {
  width: 3% !important;
}

.dailyScheduleTable td.c1 span {
  vertical-align: middle;
}

.dailyScheduleTable .duration span.fa {
  font-size: 0.75rem;
}

.availabilityYes,
.availabilityNo,
.weeklySchedule .fa-plane {
  font-size: 1rem;
}

.flightOperationStatus .expandedView,
.dailyScheduleTable td {
  position: relative;
}

.flightNameType {
  font-weight: bold;
}

.flightNameType .flightDetails {
  font-weight: normal;
}

.flightDetails {
  font-size: 12px;
}

.flightIconLabel {
  background: url(/./webfonts/sprite.png) no-repeat -183px -3px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0 3px 0 2px;
}

.flightIconLabel.flightIconLabel-f {
  background-position: -206px -5px;
}

.flightIconLabel.flightIconLabel-p {
  background-position: -186px -6px;
}

.flightIconLabel.flightIconLabel-t {
  background-position: -226px -5px;
}

.flightIconLabel.flightIconLabel-r {
  background-position: -186px -26px
}

/*Menu Area*/
.navigation3.bg-primary {
  background-color: rgba(0, 72, 153, 1) !important;
  padding: 2px 0;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(51, 51, 51, 0.8);
  font-weight: bold;
}

.navigation3.bg-primary .subDropdown {
  font-size: 0.8125rem;
  padding-bottom: 0px;
  background-color: #004899;
}

.navigation3.bg-primary .subDropdown:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  border-right: 55px solid transparent;
  top: 100%;
  border-bottom: none;
  border-top: 33px solid #004899;
}

.navigation3 .navbar-nav .nav-item .nav-link {
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid #1d72b6;
  border-left: 1px solid #1d72b6;
  margin: -1px 0 -1px -1px;
  text-align: center;
  font-weight: bold;
  font-size: 0.9125rem;
}

.navigation3 .navbar-nav .nav-item .subDropdown .nav-link {
  white-space: nowrap;
  font-size: 0.8125rem;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
  border: 0px solid red;
  text-align: left;
  font-weight: normal;
}

.sticky-top .rightSideDropDown a,
.sticky-top .rightSideDropDown a:hover {
  color: #4a5e74;
  text-decoration: none;
}

.non-sticky-top .rightSideDropDown a .fa.fa-bell {
  color: #dc3545;
}

.sticky-top>.bg-white {
  text-transform: uppercase;
}

.sticky-top .subDropdown {
  display: none;
  position: absolute;
  border: 0px solid rgba(0, 0, 0, 0.15);
  list-style: none;
  z-index: 1000;
  background-color: #ffffff;
  padding: 1em;
}

.sticky-top .navigation3 .subDropdown {
  min-width: 100%;
  left: -1px;
}

.navigation3 .navbar-nav .nav-item:last-child .subDropdown {
  left: auto;
  right: 0;
}

.sticky-top .subDropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sticky-top li:hover .subDropdown {
  display: block !important;
}

.hoverSearch {
  position: relative;
}

.hoverSearch #searchArea {
  position: absolute;
  right: 39px;
  width: 600px !important;
  border: 0px;
  padding: 18px 0 0 18px;
  top: -11px;
  bottom: -14px;
  background-color: #fff;
  -webkit-animation-name: run;
  -webkit-animation-duration: 200ms;
}

.hoverSearch .btn span.fa {
  color: #fff;
}

#searchButton {
  width: 39px;
  position: relative;
  top: 4px;
  left: 4px;
}

.navigation3 .navbar-nav .nav-item {
  position: relative;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.navigation3 .navbar-nav {
  width: 100%;
}

.languageSelect a {
  display: inline-block;
  text-decoration: underline;
}

.languageSelect a.actived {
  font-weight: bold;
  text-decoration: none;
}

.non-sticky-top .rightSideDropDown a.btn-link,
.non-sticky-top .rightSideDropDown abtn-link:hover {
  padding: 0;
  font-size: 1.5rem;
}

.nav-link.active {
  background-color: #202f62;
}

.nav-item .subDropdown .nav-link.active {
  background-color: transparent;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: underline;
}

.navbar-dark.bg-light.d-lg-block.d-none.pb-1.pt-1 {
  border-bottom: 1px solid #f0f0f0;
  background-color: #fafafa !important;
}

.dropdown-menu,
ul.desktopmenu .subDropdown {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 0px;
  border-radius: 0;
  text-transform: none;
}

.nav-link.dropdown-toggle.pr-0 {
  color: #ff9000;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2rem + 2px);
}

#closeSearch {
  position: absolute;
  right: 43px;
  background-color: #566a81;
  border: 0px;
  top: -3px;
  border-radius: 10px;
  padding: 0;
  width: 18px;
  height: 18px;
  font-size: 10px;
  color: #fff;
}

.clearBtn a {
  padding: 0;
}

/*Weekly schedule*/
.weeklySchedule .c2,
.weeklySchedule .c3,
.weeklySchedule .c4,
.weeklySchedule .c5,
.weeklySchedule .c6,
.weeklySchedule .c7,
.weeklySchedule .c8 {
  width: 7.5%;
  text-align: center;
}

.weeklySchedule3 .c2,
.weeklySchedule3 .c3,
.weeklySchedule3 .c4,
.weeklySchedule3 .c5,
.weeklySchedule3 .c6,
.weeklySchedule3 .c7,
.weeklySchedule3 .c8 {
  width: 9%;
  text-align: center;
}

.weeklySchedule3 .fa-plane {
  font-size: 1.5rem;
}

.weeklySchedule3 .dc1 {
  margin-right: 5px;
}

.weeklySchedule .c9,
.weeklySchedule .c10 {
  width: 11%;
  text-align: center;
}

.weeklySchedule .c11 {
  text-align: center;
}

.weeklySchedule .c11.fltType span {
  color: #004899;
}

.weeklySchedule .fa-plane {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*Monthly schedule*/
.monthlySchedule .c1 {
  width: 5%;
  text-align: center;
}

.monthlySchedule .c2 {
  text-align: center;
}

/*Flight Operation Status*/
.flightOperationStatus .tableWraper table {
  table-layout: inherit;
}

.flightOperationStatus .c3 {
  width: 11%;
}

.flightOperationStatus .ic3,
.flightOperationStatus .ic4,
.flightOperationStatus .ic5,
.flightOperationStatus .ic6 {
  width: 15%;
}

.flightOperationStatus .ic1,
.flightOperationStatus .ic2,
.flightOperationStatus .ic3,
.flightOperationStatus .ic4,
.flightOperationStatus .ic5,
.flightOperationStatus .ic6,
.flightOperationStatus .ic7,
.flightOperationStatus .c3,
.flightOperationStatus .c4,
.flightOperationStatus .c5,
.flightOperationStatus .c6,
.flightOperationStatus .c7,
.flightOperationStatus .c8,
.flightOperationStatus .c9,
.flightOperationStatus .c2 {
  text-align: center;
}

.flightOperationStatus .table {
  margin-bottom: 0;
}

.flightOperationStatus .c1,
.flightOperationStatus .c4 {
  width: 8%;
}

.flightOperationStatus .c5,
.flightOperationStatus .c6,
.flightOperationStatus .c7,
.flightOperationStatus .c8 {
  width: 7%;
}

.flightOperationStatus .c2 {
  width: 10%;
}

.flightOperationStatus .c2 div {
  width: 150px;
}

.flightOperationStatus .c2 div span {
  display: inline-block;
}

.flightOperationStatus .c9,
.flightOperationStatus .c11 {
  width: 10%;
}

.flightOperationStatus .c10 {
  width: 12%;
}

.flightOperationStatus .table-responsive {
  overflow: inherit;
}

#DailyOnBoardList .detailClick1tr1 .c1 {
  width: 10%;
}

#dailySalesResult .wrap-awb {
  width: 10%;
}

td.categoryTable {
  padding: 0px;
  color: #fff !important;
  background-color: transparent !important;
  border: 0 !important;
}

td.categoryTable h5 {
  color: #566a81;
  z-index: 1000;
  box-shadow: 0 0 5px 1px #1b87e366;
  position: relative;
  margin: 6px 0 0 0;
  font-size: 0.7rem;
  border: 1px solid #a7b7cb;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 21px;
  border-bottom: 0px solid #4a5e74;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top,
      #ffffff 0%,
      #f3f3f3 50%,
      #ededed 51%,
      #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top,
      #ffffff 0%,
      #f3f3f3 50%,
      #ededed 51%,
      #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,
      #ffffff 0%,
      #f3f3f3 50%,
      #ededed 51%,
      #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}

/*View Summary*/
.viewBookingSummary .c1 {
  width: 13%;
  vertical-align: middle;
}

.viewBookingSummary .c2 {
  width: 17%;
}

.viewBookingSummary .c2,
.viewBookingSummary .c3,
.viewBookingSummary .c4,
.viewBookingSummary .c5,
.viewBookingSummary .c6,
.viewBookingSummary .c7,
.viewBookingSummary .c8 {
  text-align: center;
  vertical-align: middle;
}

.viewBookingSummary td.c8 {
  font-size: 1rem;
}

.viewBookingSummary .card-body p {
  margin-bottom: 0;
  font-weight: bold;
}

.total-charge {
  border-top: 1px solid #bdbdbd;
  background-color: #f0f0f0;
  margin-top: 5px;
  padding: 3px 0;
}

.rate_Charge .col-lg-5.col-12 {
  padding-left: 20px;
}

.noSpotRate .fal.fa-hourglass-start {
  font-size: 100px;
  color: #D0D0D0;
  margin: 1rem 0 .5rem;
}

.fa.fa-hourglass_custom {
  content: '';
  background: url(/./webfonts/clock.png);
  width: 127px;
  height: 110px;
  display: inline-block;
  transform: rotate(360deg);
  background-size: contain;
  margin-top: 16px;
  margin-bottom: 3px;
}

/*Mobile Specific-START*/
.mobileViewWraper .timeLineFlight .flight1,
.mobileViewWraper .timeLineFlight .flight2 {
  background: url(/./webfonts/flightArrow.png) no-repeat;
  min-width: 18%;
}

.mobileViewWraper .timeLineFlight strong {
  font-size: 1rem;
  font-weight: normal;
  line-height: 0.9rem;
}

.mobileViewWraper .flightNumbers strong {
  font-weight: normal;
  font-size: 1rem;
  color: #ccc;
}

.mobileViewWraper .flightNumbers span {
  font-size: 0.55rem;
  font-weight: normal;
  margin-bottom: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
}

.mobileViewWraper .timeLineFlight .flight1 {
  padding-left: 0;
}

.mobileViewWraper .timeLineFlight .flight2 {
  padding-right: 0;
}

.mobileViewWraper .timeLineFlight .duration label {
  line-height: 5px;
}

.mobileItems .alert {
  padding: 5px 1.25rem;
}

.mobileUserMenu {
  left: auto;
  right: 0;
  border-radius: 0;
  top: 72%;
  font-size: 14px;
  min-width: 8rem;
  box-shadow: 0px 0px 2px #ccc;
}

.mobileUserMenu .dropdown-item {
  padding: 0.25rem 1rem;
}

/*Mobile Specific-END*/

/*My Cargo*/
.myCargo .timeLineView .tl-chart .tl-chart-label {
  top: calc(50% - 32px);
  font-size: 0.6rem;
}

.myCargo .timeLineView .tl-chart {
  margin: 20px 0;
}

.myCargo .bookedStatus,
.myCargo .unUsedStatus {
  padding-left: 20px;
  margin-right: 15px;
  position: relative;
}

.myCargo .unUsedStatus:before,
.myCargo .bookedStatus:before {
  position: absolute;
  content: ' ';
  display: inline-block;
  width: 16px;
  height: 16px;
  left: 0;
}

.myCargo .bookedStatus:before {
  background-color: #4d58a7;
}

.myCargo .unUsedStatus:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJklEQVQImWNgYGAwRsK+BgYG/xmwCPgyYBEwZsAiYMyAIcDAYAwAiDwMmG4AHsUAAAAASUVORK5CYII=) repeat;
}

.myCargo .tl-chart-label strong {
  margin-bottom: 5px;
  font-size: 0.9rem;
}

.myCargoFilter .Select {
  width: 52%;
  display: inline-block;
}

.myCargoFilter {
  width: 100%;
}

.myCargoFilter label {
  float: left;
}

.chartWrapper {
  height: 200px;
  padding-top: 25px;
}

.myCargo .tl-labels-loc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.myCargo .Select-menu-outer {
  width: auto;
  min-width: 110px;
}

.myCargo .timeLineView .popover-content {
  width: auto;
  padding: 10px;
}

.myCargo .timeLineView .popover-content .tl-labels-head,
.myCargo .tl-labels-loc {
  color: #1c4c9d;
  text-align: center;
  font-size: 0.9rem;
}

.myCargo .timeLineView .popover {
  max-width: 400px;
  top: 230px;
  left: calc(50% - 170px);
}

.myCargo .accordion .card-body {
  padding: 0.5rem !important;
}

.myCargo .prp_value {
  display: inline-block;
  font-size: 1.2rem;
}

.myCargo .prp_value .small {
  font-size: .85rem;
}

.myCargo .chart-small-color {
  fill: #fff;
}

.myCargo .myBooking td,
.myCargo .myBooking th {
  text-align: center;
}

.myCargo .myBooking .c5,
.myCargo .myBooking .c6 {
  text-align: right;
  width: 10%;
}

.myCargo .myBooking .c1,
.myCargo .myBooking .c4,
.myCargo .myBooking .c3 {
  width: 13%;
}

.myCargo .myBooking .c2 {
  width: 11%;
}

.myCargo .GCPFilterSelect {
  width: 370px;
}

.myCargo .GCPFilterSelect #gcp_plot_dest {
  width: 50px;
}

#onlineClaim .Select-menu-outer #claimTypeInputField {
  max-height: 100px !important;
  margin-bottom: 15px !important;
  overflow-y: auto !important;
}


@media (max-width: 767px) {
  .modal-open .modal {
    padding: 0 !important;
  }

  .form-group label.errorWrap {
    margin-top: 0px;
  }

  .form-control::placeholder {
    font-size: 0.75rem;
  }

  .small {
    font-size: 79%;
  }

  .chargableWeight {
    display: block;
  }

  .desktopmenu {
    display: none;
  }

  .dailyScheduleTable .duration {
    left: -49%;
    width: inherit;
  }

  .dailyScheduleTable .c1 {
    width: 100px;
  }

  .dailyScheduleTable .c2 {
    width: 140px;
  }

  .dailyScheduleTable .c3 {
    width: 160px;
  }

  .dailyScheduleTable .c4 {
    width: 160px;
  }

  .dailyScheduleTable .c5 {
    width: 80px;
  }

  .dailyScheduleTable .c6 {
    width: 80px;
  }

  .dailyScheduleTable .c7 {
    width: 80px;
  }

  .weeklySchedule .c1 {
    width: 90px;
  }

  .weeklySchedule .c2,
  .weeklySchedule .c3,
  .weeklySchedule .c4,
  .weeklySchedule .c5,
  .weeklySchedule .c6,
  .weeklySchedule .c7,
  .weeklySchedule .c8 {
    width: 50px;
  }

  .weeklySchedule .c9,
  .weeklySchedule .c10 {
    width: 125px;
  }

  .weeklySchedule .c11 {
    width: 130px;
  }

  .flightOperationStatus th,
  .flightOperationStatus td {
    width: 100px;
  }

  #navbarSupportedContent,
  #navbarSupportedContentSecond {
    margin: 0 -15px;
    background-color: #566a81;
    position: absolute;
    top: 62px;
    left: 15px;
    right: 50px;
    border: 1px solid #7e93a9;
    z-index: 1000;
  }

  #navbarSupportedContent a,
  #navbarSupportedContentSecond a {
    color: #fff;
    padding: 0.5rem 15px;
    border-bottom: 1px solid #7e93a9;
  }

  #navbarSupportedContent li .dropdown-menu a,
  #navbarSupportedContentSecond li .dropdown-menu a {
    padding: 0.5rem 15px 0.5rem 20px;
  }

  #navbarSupportedContent .dropdown-menu,
  #navbarSupportedContentSecond .dropdown-menu {
    border: 0;
    padding: 0;
    position: absolute;
  }

  #navbarSupportedContent .dropdown-menu a:hover,
  #navbarSupportedContentSecond .dropdown-menu a:hover {
    background-color: transparent;
  }

  .sticky-top .navbar-toggler {
    padding: 0;
    border: 0;
  }

  .sticky-top {
    position: relative;
  }

  label {
    font-size: 0.8rem;
  }

  .card .pl-4 {
    padding: 0 !important;
  }

  .noFormControlSpace .form-control {
    margin-bottom: 6px;
  }

  .monthlySchedule .c1 {
    width: 60px;
  }

  .monthlySchedule .c2 {
    width: 150px;
  }

  .monthlySchedule .c3 {
    width: 120px;
  }

  .monthlySchedule .c4,
  .monthlySchedule .c5,
  .monthlySchedule .c6 {
    width: 100px;
  }

  #DGRow h3 {
    display: inline-block !important;
  }

  .mobilemenu .active {
    background-color: #004899;
  }

  #navbarSupportedContent1 {
    display: block !important;
  }
}

@-webkit-keyframes run {
  0% {
    left: 0%;
  }

  100% {
    left: -950%;
  }
}

@media (max-width: 767px) {
  .mobStatusArea {
    margin: 10px -10px 0;
    padding: 8px 10px;
    background-color: #fafafa;
  }

  .mobHeadArea,
  .mobileViewWraper .flightNameType {
    margin: -10px -10px 0;
    background-color: #f0f0f0;
    padding: 8px 10px;
  }

  .mobHeadArea {
    font-size: 1rem;
  }

  .badge {
    font-size: 13px;
    font-weight: normal !important;
  }

  .badge-danger {
    background-color: transparent;
    color: #721c24;
  }

  .badge-success {
    color: #155724;
  }

  a span.fas {
    font-size: inherit;
  }

  .flightDetailsBtn a {
    padding: 8px 0;
  }

  .timeLineFlight {
    margin: 10px 0;
    padding-top: 8px;
  }

  .multi-route-flight {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -4px;
  }

  .footerArea,
  .mobileViewWraper .flightDetailesItem {
    padding: 5px 10px;
    margin-bottom: 8px;
    border: 1px solid #bdbdbd;
    background-color: #fff;
  }

  .mobileViewWraper .mobileItems {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #bdbdbd;
  }

  .mobileExpandView {
    margin: 0 -10px;
    padding: 7px;
    background-color: #e8f3ff;
    position: relative;
    border-top: 1px solid #bdbdbd;
  }

  .mobileExpandView:before {
    color: #bdbdbd;
  }

  .mobileExpandView:before,
  .mobileExpandView:after {
    height: 9px;
    font-size: 20px;
  }

  .mobileViewWraper .flightDetailesItem:last-child {
    margin-bottom: 0;
  }

  .mobileViewWraper .flightNameType {
    margin-top: -5px;
  }

  .mobileViewWraper .timeLineFlight label {
    font-size: 0.65rem;
    display: block;
  }

  .col-4.text-center .small {
    vertical-align: top;
  }

  .mobButtonWrap {
    margin-top: 10px;
  }

  .mobileViewWraper .timeLineFlight .flight1 {
    background-position: left -2px !important;
  }

  .mobileViewWraper .timeLineFlight .flight2 {
    background-position: right -2px !important;
  }

  .mobileViewWraper .timeLineFlight .duration {
    top: -48px;
    position: relative;
    text-align: center;
  }

  .dailyScheduleTable .duration span.fa {
    font-size: 0.95rem;
  }

  .input-group-append .input-group-text {
    height: 2.1rem;
  }

  .input-group>.form-control {
    text-overflow: ellipsis;
  }

  .scrollable {
    margin-bottom: 10px;
  }

  .form-group label {
    margin-top: 8px;
    margin-bottom: 0px;
  }

  .col-lg-6.offset-1.col-12.text-right {
    margin-left: 0;
    margin-top: 10px;
  }

  .col-lg-6.col-6.pr-0.pt-2 {
    padding-top: 0 !important;
  }

  .col-lg-5.col-12,
  .col-lg-7.col-12 {
    margin-bottom: 10px;
  }

  .mobHeadArea .btn-sm {
    padding: 3px 8px;
  }

  .mobStatusArea .col-12.pr-0.text-center {
    padding-left: 0;
  }

  .bookingList .mobileViewWraper .timeLineFlight .duration {
    position: absolute;
    left: -25px;
    text-align: center;
    background-color: #fff;
    top: 6px;
  }

  .mobileExpandView .flightNameType {
    text-align: center;
    display: inherit !important;
  }

  .mobileExpandView .row.pt-2 .col-12.pr-0 {
    text-align: center;
    padding-left: 0;
  }
}

@media (max-width: 1023px) {
  :root {
    font-size: 1rem;
  }
}

@media (min-width: 1204px) {
  .container {
    max-width: 1400px;
    width: 92%;
  }

  :root {
    font-size: 1.125rem;
  }
}

/*Can remove after UI wiring*/
.bookingList .expandedViewBorderTop {
  position: relative;
}

.bookingList .expandedViewBorderTop:after {
  content: ' ';
  display: block;
  background-color: #082b62;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  top: -1px;
}

.bookingList table table {
  text-align: center;
}

.bookingList .ic1 {
  width: 25%;
}

.bookingList .ic2 {
  width: 15%;
}

.bookingList .ic3 {
  width: 30%;
}

.bookingList .ic4 {
  width: 30%;
}

.detailClick1tr,
.detailClick2tr,
.detailClick3tr,
.detailClick4tr {
  cursor: default;
}

#exampleModal .modal-dialog {
  max-width: 1100px;
}

.dateChange span {
  font-size: 11px;
  border-radius: 2px;
  line-height: 13px;
  display: block;
}

.dateChange div {
  font-size: 9px;
  line-height: 13px;
}

.dateChange .badge {
  padding: 1px 3px;
  font-size: 12px;
}

.dateChange {
  font-size: 0.7rem;
}

.rightSideDropDown .badge-danger {
  position: relative;
  top: -13px;
  font-size: 11px;
  font-weight: normal;
  right: 7px;
}

.dropdownSplitStyle li:nth-child(1) {
  width: 250px;
}

.dropdownSplitStyle li:nth-child(2) {
  width: 326px;
}

.dropdownSplitStyle li {
  display: inline-block;
}

.dropDownStyle3 li {
  display: inline-block;
  width: 145px !important;
  margin-right: 20px;
}

.dropDownStyle3 li:nth-child(2) {
  margin-right: 0;
}

.dropDownStyle2 li {
  padding: 5px 0;
}

.dropDownStyle1 {
  padding: 0 !important;
}

.dropDownStyle1 li {
  display: inline-block;
  width: 145px;
  border-right: 1px solid #eaecef;
  padding: 0 15px 20px;
}

.dropDownStyle1 li:nth-child(5) {
  border-right: 0px solid red;
}

.dropdown .dropdown-menu {
  max-height: 300px;
  overflow: auto;
}

.hidden {
  display: none;
}

.unhidden {
  display: block;
}

.toggleValue1 {
  display: none;
}

.toggleValue .toggleValue1 {
  display: inline-block;
}

.toggleValue .toggleValue2 {
  display: none;
}

.multiselect {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ced4da;
  text-align: left;
}

.multiselectDiv .btn-group {
  width: 100%;
}

.multiselect-container>li>a>label {
  padding-left: 10px !important;
  color: #4a5e74;
}

#navbarSupportedContent1 {
  display: none !important;
}

.sortWraper {
  padding: 0;
}

.monthSelection strong {
  font-size: 0.9375rem;
  line-height: 1.875rem;
}

.footerArea {
  background-color: #186686;
  color: #ccc;
  padding: 10px;
  margin-top: 2rem;
  width: 100%;
  bottom: 0;
}

.footerAreaRemoveAbsolute {
  position: absolute;
}

.flightIconLabel {
  font-size: 0.56rem;
  font-weight: 800;
  margin: 0 4px 0 2px;
}


.tableOption2 th {
  border: 0 !important;
  background-color: transparent !important;
  padding: 0;
}

.tableOption2 td {
  border: 0 !important;
  background-color: transparent !important;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
}

.showBasic .advanceSearchTxt,
#clickAdvance .basicSearchTxt {
  display: none;
}

.showBasic .basicSearchTxt {
  display: block !important;
}

.nopaddingTD td {
  padding-bottom: 0;
  border-bottom: 0;
}

.headingSearchflights {
  padding-top: 2px;
}

/*++++++++++++++++++++++++Operations-Cargo Acceptance Result- added by TCC+++++++++++++++++++++++++++*/
.Acceptance .expand {
  background: rgba(232, 243, 255, 1);
  border-bottom: 1px solid #202f62;
}

.Acceptance .rowborder {
  background-color: rgba(232, 243, 255, 1);
}

.border-warning {
  border: 1px solid #ffc13d;
  border-radius: 31px;
  padding: 4px 5px;
  font-size: 11px;
}

.border-success {
  border: 1px solid #28a756;
  border-radius: 31px;
  padding: 4px 4px;
  font-size: 12px;
}

.preLoader {
  margin: 2px 10px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  select::-ms-expand {
    display: none;
  }

  input::-ms-clear {
    display: none;
  }
}

.loadabilityParentwrapper .table .bg-info {
  background-color: #004899 !important;
  color: #fff !important;
}

.wordWrapNumber {
  word-wrap: break-word;
}

/*fix for ugly style in multiple select */
.Select--multi .Select-control {
  overflow: auto !important;
  padding-left: 5px;
}

/*fix for ugly style in multiple select */
.Select--multi .Select-value-label {
  min-width: 41px;
}

.Select--multi .Select-value {
  margin-left: 0px !important;
  margin-right: 5px;
  margin-top: 3px;
}

.Select--multi .Select-multi-value-wrapper {
  padding-bottom: 1px;
  padding-top: 1px;
}

/* Fix for setting same height for input, select input,input group text & date components */
.calIconWrap input,
.Select-control,
input.form-control,
select.form-control,
.input-group-text,
.input-group-append .btn-secondary {
  height: 36px !important;
}

.spinner {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10000;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 64px;
  margin: 20% auto;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.5s infinite;
  background: #cbd2d8;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.5s infinite;
  background: #005bd6;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.5s infinite;
  background: #5c91c1;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.5s infinite;
  background: #5c91c1;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(19px, 0);
  }
}

.form-control,
.calIconWrap input {
  padding: .175rem .45rem !important;
}

/*Added Below for the RWB Phase 2*/
.recharts-responsive-container {
  height: auto !important;
}

.display-xl-none {
  display: none;
}

.display-mobileDevice {
  display: none;
}

@media (max-width: 767px) {
  .mt-xs-2 {
    margin-top: .5rem !important;
  }

  .mt-xs-3 {
    margin-top: 1rem !important;
  }

  .mb-xs-2 {
    margin-bottom: .5rem !important;
  }

  .ml-xs-2 {
    margin-left: .5rem !important;
  }

  .mr-xs-2 {
    margin-right: .5rem !important;
  }

  .pt-xs-2 {
    padding-top: .5rem !important;
  }

  .pb-xs-2 {
    padding-bottom: .5rem !important;
  }

  .pl-xs-2 {
    padding-left: .5rem !important;
  }

  .pr-xs-2 {
    padding-right: .5rem !important;
  }

  .p-xs-0 {
    padding: 0px !important;
    margin-left: 3px;
  }

  .p-xs-1 {
    padding: .35rem !important;
  }

  .pl-xs-0 {
    padding-left: 0px !important;
  }

  .pr-xs-0 {
    padding-right: 0px !important;
  }

  .m-xs-0 {
    margin: 0px !important;
  }

  .mr-xs-0 {
    margin-right: 0px !important;
  }

  .ml-xs-0 {
    margin-left: 0px !important;
  }

  .w-xs-100 {
    width: 100% !important;
  }

  span.dot:before {
    content: ' ';
    display: block;
    background-color: #a2a0a0;
    border-radius: 5px;
    width: 10px;
    height: 10px;
    top: -6px;
    position: absolute;
    left: 4px;
  }

  .tl-img-dot span {
    background: none !important;
    width: 10px;
    height: 127px;
    border-right: 1px dashed #d3d3d3;
    display: inline-block;
    position: absolute;
    z-index: 99;
    border-top: 1px solid #333;
    margin-top: 51px;
  }

  .departChart .dot {
    height: 266px !important;
  }

  .deliveryChart .dot {
    height: 0 !important;
  }

  .stopsListInner {
    transform: rotate(90deg);
    left: 22px;
    padding: 0;
    margin: 0;
    top: calc(51% - 68px);
  }

  .tracking .timeLineView .form-row .ml-lg-3 {
    margin-left: 0px !important;
  }

  .tracking .timeLineView:after {
    display: none !important;
  }

  #navbarSupportedContentMobile .dropdown .dropdown-menu {
    position: relative !important;
    background-color: transparent;
    top: 0px;
  }

  .sticky-top .navbar {
    box-shadow: 0 0px 3px 0px #bdbdbd;
  }

  .tracking .timeLineView .tl-chart-label .other-airline-text {
    right: 20px;
  }

  .t-75 {
    top: 0px !important;
  }

  .timeLineView .tl-labels .trucktrack {
    bottom: -7px;
    right: 55px;
  }

  .stopListinnerItemAll {
    transform: rotate(-90deg) !important;
    top: -30px
  }

  .xs-text-left {
    text-align: left !important
  }

  .scheduleModal {
    min-width: 80% !important
  }

  .mt-xs-4 {
    margin-top: 1.67rem
  }

  .mt-xs-35 {
    margin-top: 1.2rem
  }

  .display-xl-none {
    display: block;
  }

  .dimension-head {
    display: none !important;
  }

  .display-mobileDevice {
    display: block !important;
  }

  .dimension-col3 {
    width: 14%;
  }

  .dimension-col3 {
    padding-top: 1.6rem
  }

  #onlineClaim .searchWrap ol {
    padding-left: 10px;
  }

  .table-responsive-mobile {
    overflow-x: auto;
  }

  .fos-listWrap {
    min-width: 1300px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .mt-mde-2 {
    margin-top: .5rem !important;
  }

  .w-sm-100 {
    width: 100% !important;
  }

  .p-med-0 {
    padding: 0px !important;
  }

  .m-med-0 {
    margin: 0px !important;
  }

  span.dot:before {
    content: ' ';
    display: block;
    background-color: #a2a0a0;
    border-radius: 5px;
    width: 10px;
    height: 10px;
    top: -6px;
    position: absolute;
    left: 4px;
  }

  .tl-img-dot span {
    background: none !important;
    width: 10px;
    height: 127px;
    border-right: 1px dashed #d3d3d3;
    display: inline-block;
    position: absolute;
    z-index: 99;
    border-top: 1px solid #333;
    margin-top: 51px;
  }

  .departChart .dot {
    height: 266px !important;
  }

  .deliveryChart .dot {
    height: 0 !important;
  }

  .stopsListInner {
    transform: rotate(90deg);
    left: 79px;
    padding: 0;
    margin: 0;
    top: calc(-31% -- 41px);
    width: 66%;
  }

  .tracking .timeLineView .form-row .ml-lg-3 {
    margin-left: 0px !important;
  }

  .tracking .timeLineView:after {
    display: none !important;
  }

  .calIconWrap input,
  .Select-control,
  input.form-control,
  select.form-control,
  .input-group-text,
  .input-group-append .btn-secondary {
    height: 32px !important;
  }

  .landing_search {
    position: relative !important;
  }

  .banner-img,
  .landing-carousel .carousel-control-prev,
  .landing-carousel .carousel-control-next {
    height: 317px !important;
  }

  .landing-carousel ul.carousel-indicators {
    top: 233px !important;
  }

  .carousel-caption {
    top: 66px !important;
  }

  .x {
    width: 100% !important;
  }

  .carousel-inner img {
    height: 100%;
  }

  .carousel-caption {
    top: 66px !important;
  }

  .container-sm-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .t-75 {
    top: 0px !important;
  }

  .timeLineView .tl-labels .trucktrack {
    right: 106px;
  }

  .stopListinnerItemAll {
    transform: rotate(-90deg) !important;
    top: -30px
  }

  .mt-med-4 {
    margin-top: 1.7rem;
  }

  .ml-med-0 {
    margin-left: 0px !important;
  }

  .mr-med-0 {
    margin-right: 0px !important;
  }

  .offset-1 {
    margin-left: 2.333333%;
  }

  .viewBookingSummary .table-responsive {
    display: inline-table !important;
  }

  .table-responsive-tablet {
    overflow-x: auto;
  }

  .fos-listWrap {
    min-width: 1300px;
  }

  .col-lg-5.col-12,
  .col-lg-7.col-12 {
    margin-bottom: 10px;
  }

  .weeklySchedule .c11.fltType span {
    color: #004899;
    display: block;
  }
}

/*ipad issue in booking page*/
@media (min-width: 768px) and (max-width: 991px) {
  .display-xl-none {
    display: block;
  }

  .mt-med-2 {
    margin-top: 1.2rem;
  }

  .mt-mdb-2 {
    margin-top: .5rem !important;
  }

  .ml-mdb-0 {
    margin-left: 0px !important;
  }
}

@media screen and (device-aspect-ratio: 40/71) {
  .timeLineView .tl-chart .tl-chart-label {
    left: 10px !important;
  }

  .badge {
    font-size: 10px !important;
  }

  .tracking .timeLineView .tl-chart-label .other-airline-text {
    right: 7px !important;
  }

  .timeLineView .tl-labels .trucktrack {
    right: 45px !important;
  }
}

.smallModal {
  max-width: 500px !important;
}

.mediumModal {
  max-width: 700px !important;
}

.t-75 {
  top: 75px;
}

/* for mobile landscape view*/
@media screen and (min-width: 566px) and (max-width: 812px) and (orientation:landscape) {
  .mobileDevice .stopsListInner {
    left: 46% !important;
  }

  .stopsListInner {
    width: 60%;
  }

  /*.mobileDevice .mobileRightMenu{width:auto!important;}*/
}

/*Added Below for the RWB Phase 2 Ends*/

@media (min-width: 768px) {
  .viewBookingSummary .table-responsive {
    display: inline-table !important;
  }

  #multiBookingTable,
  #multipleFHLWrapper {
    min-width: 1200px;
  }

  #trackShipmentBar {
    font-size: 1.1rem
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .custom_label_attachment {
    font-size: 10px;
  }
}

/*-----------------------Tracking style change start----------------*/
.tracking .estDepDate {
  color: #004899;
}

.tracking .estDepDate span {
  color: #fff;
  background: #004899;
  padding: 1px 6px;
  border-radius: 50%;
  margin-right: 4px;
}

/*-----------------------Tracking style change ends----------------*/

/*-----Schedule table style change-----*/

@media only screen and (min-width: 992px) and (max-width:1600px) {

  .dailyScheduleTable .rt-td.c3 div label:nth-of-type(2) span,
  .dailyScheduleTable .rt-td.c4 div label:nth-of-type(2) span {
    color: #fff;
    background: #004899;
    padding: 1px 6px;
    border-radius: 50%;
    margin-right: 2px;
  }

  .dailyScheduleTable .rt-td.c3 div label:nth-of-type(2),
  .dailyScheduleTable .rt-td.c4 div label:nth-of-type(2) {
    color: #004899;
    font-size: 10px;
    margin-left: -5px;
  }

  .rt-tbody .rt-tr-group .rt-tr .rt-td.c3-1 {
    min-height: 71px !important;
  }
}

.rt-tbody .rt-tr-group .rt-tr .rt-td.c3 {
  min-height: 75px !important;
}

.rt-tbody .rt-tr-group .rt-tr .rt-td.c4 {
  min-height: 75px !important;
}

.rt-tbody .rt-tr-group .rt-tr .rt-td.c3-1 {
  min-height: 72px !important;
}

.dailyScheduleTable .rt-td.c3 div label:nth-of-type(2),
.dailyScheduleTable .rt-td.c4 div label:nth-of-type(2) {
  color: #004899;
}

.dailyScheduleTable .rt-td.c3 div label:nth-of-type(2) span,
.dailyScheduleTable .rt-td.c4 div label:nth-of-type(2) span {
  color: #fff;
  background: #004899;
  padding: 1px 6px;
  border-radius: 50%;
  margin-right: 4px;
}

.timeLineFlight .flight1 label:nth-of-type(2),
.timeLineFlight .flight2 label:nth-of-type(2),
.expandedView .rt-td.c3 label:nth-of-type(2),
.expandedView .rt-td.c4 label:nth-of-type(2) {
  color: #004899;
}

.timeLineFlight .flight1 label:nth-of-type(2) span,
.timeLineFlight .flight2 label:nth-of-type(2) span,
.expandedView .rt-td.c3 label:nth-of-type(2) span,
.expandedView .rt-td.c4 label:nth-of-type(2) span {
  color: #fff;
  background: #004899;
  padding: 1px 6px;
  border-radius: 50%;
  margin-right: 4px;
}

@media only screen and (max-width: 767px) {
  .mobileViewWraper .timeLineFlight .duration {
    top: -6px !important;
    position: absolute !important;
    text-align: center;
  }
}

@media only screen and (min-width: 767px) and (max-width:991px) {

  .dailyScheduleTable .rt-td.c3 div label:nth-of-type(2),
  .dailyScheduleTable .rt-td.c4 div label:nth-of-type(2) {
    color: #004899;
    font-size: 10px;
    margin-left: -5px;
  }

  .dailyScheduleTable .rt-td.c3 div label:nth-of-type(2) span,
  .dailyScheduleTable .rt-td.c4 div label:nth-of-type(2) span {
    color: #fff;
    background: #004899;
    padding: 1px 4px;
    border-radius: 50%;
    margin-right: 2px;
  }

}

/*-----Schedule table style change end-----*/


/*-------Reservation Information start--------*/
.reservationInformation,
.resInfodetailsList {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.reservationInformation {
  padding-top: 4px;
  margin-bottom: 5px;
}

.resInfoId {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.resInfoDetails {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.resInfoListItem {
  padding: 0 5px;
  color: #333333;
  font-size: 0.82rem;
  min-width: 155px !important;
  text-align: left;
}

.resInfoListItemCenter {
  padding: 0 5px;
  color: #9f9f9f;
  font-size: 0.82rem;
}

.resInfodetailsList {
  margin-bottom: 5px;
  align-items: center;
}

.resInfoListItem span {
  color: #fff;
  background: #004899;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 0.6875rem;
  text-align: center;
  padding-bottom: 3px;
  margin-right: 4px;
}

.resInfoId span {
  color: #212529;
}

@media only screen and (min-width:280px) and (max-width:992px) {
  .resInfoId {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 5px 5px;
  }

  .reservationInformation {
    flex-wrap: wrap;
  }
}

/*-------Reservation Information end--------*/

@media only screen and (min-width:280px) and (max-width:991px) {
  .SingleDatePicker_picker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonth table.CalendarMonth_table tbody tr td {
    width: 39px !important;
  }
}

/*-----------AWB tracking Information---------*/
.tracking-data-box {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  text-align: left;
}

.tracking .timeLineView:after {
  bottom: auto;
  top: 253px;
}

.tracking-data-box .popover-content {
  width: 100% !important;
  min-height: 100px;
}

.tracking-data-box .popover-content .popupTimeLineDetails {
  padding: 0px 12px;
}

.tracking-data-box .popover-content .popupTimeLineDetails em {
  padding: 0px 5px 0 0;
}

.tracking-data-box .popover-content .popupTimeLineDetails i {
  padding: 0px 5px 0 5px;
}

.popover-sub-heading {
  width: 100%;
  padding: 0px 12px;
}

.popupTimeLineDetails {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 8px !important;
}

.popupTimeLineDetails:last-child {
  border-bottom: 1px solid #fff !important;
}

.popover-sub-heading span {
  font-weight: 600;
  font-size: 0.6875rem;
}

.cr-tracking .tl-img-dot span {
  background: url(/./webfonts/sprite.png) -18px -21px no-repeat;
  width: 8px;
  height: 28px;
  display: inline-block;
  position: relative;
  z-index: 99;
}

.cr-tracking .stopsListInner {
  height: 70px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  justify-content: flex-end;
  align-items: flex-end !important;
}

.cr-tracking .stopsListInner:before {
  position: absolute;
  content: ' ';
  display: block;
  border-top: 2px dotted #d6dbeb;
  left: 0;
  right: 0;
  top: calc(100% - 1px);
  z-index: 99;
}

.listCenterLine {
  min-height: 165px;
  justify-content: center;
}

.listCenterLine .listCenterLineInner:before {
  position: absolute;
  content: ' ';
  display: block;
  border-left: 2px dotted #d6dbeb;
  z-index: 99;
  height: 100%;
}

.cr-airport-dispaly {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  margin-top: -15px;
}

.cr-airport-dispaly .plane-icon {
  background: #e8f3ff;
  font-size: 13px;
  padding: 3px 4px;
  border-radius: 4px;
  z-index: 999;
  margin: 2px 5px;
  border: 1px solid #d8dadc;
  color: #004899;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cr-airport-dispaly .plane-icon .fa-plane {
  color: #004899;
  font-weight: bold;
}

.cr-airport-dispaly .plane-icon span {
  margin: 0 2px;
}

.timeLineView .popover-content .popover-heading {
  margin: 10px 0;
}

.mh-crstatus {
  min-height: 95px;
}

@media (min-width: 280px) and (max-width: 1023px) {
  .tl-img-dot span {
    background: none !important;
    width: 10px;
    height: 100%;
    border-right: 1px dashed #d3d3d3;
    display: inline-block;
    position: absolute;
    z-index: 99;
    border-top: 1px solid #333;
    margin-top: 51px;
  }
}

@media (min-width: 280px) and (max-width: 974px) {
  .cr-tracking .tl-chart .recharts-responsive-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cr-tracking .tl-chart .tl-chart-label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 130px;
    top: 0;
    padding-top: 10px;
  }

  .cr-tracking .stopsListInner:before {
    position: absolute;
    content: ' ';
    display: block;
    border-top: 2px dotted #d6dbeb;
    left: 0;
    right: 0;
    top: calc(0% - 1px);
    z-index: 99;
  }

  .cr-tracking .stopsListInner {
    height: 70px;
    width: 100%;
    margin: 0 auto;
    position: static;
    justify-content: flex-start;
    align-items: flex-start !important;
  }

  .connectInner {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .dconnect-pc .listCenterLine {
    display: none !important;
  }

  .connectInnerLeft hr {
    width: 100%;
    height: 1px;
    border-bottom: 2px dotted #d6dbeb;
    background: #fff;
    border-top: none;
  }

  .connectInnerLeft {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .d-mobile {
    min-height: 200px;
    padding-top: 20px !important;
  }

  .cr-airport-dispaly {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    margin-top: 0px;
    flex-wrap: wrap;
    margin-left: 70px;
  }
}

@media only screen and (min-width: 1186px) {
  .tracking .timeLineView:after {
    bottom: auto;
    top: 240px;
  }
}

@media only screen and (min-width: 280px) and (max-width: 1023px) {
  .cr-tracking .tl-img-dot span {
    background: none !important;
    width: 10px;
    height: 100%;
    border-right: 1px dashed #d3d3d3;
    display: inline-block;
    position: absolute;
    z-index: 99;
    border-top: 1px solid #333;
    margin-top: 51px;
  }

  .cr-tracking .tl-img-dot-single span {
    background: none !important;
    width: 10px;
    height: 100%;
    border-right: 1px dashed #d3d3d3;
    display: inline-block;
    position: absolute;
    z-index: 99;
    border-top: 1px solid #333;
    margin-top: 51px;
  }
}

@media (min-width: 280px) and (max-width: 991px) {
  .timeLineView .tl-chart .tl-chart-label {
    position: absolute;
    top: 0% !important;
    margin-top: 0%;
    width: 100%;
    font-size: 0.75rem;
    left: 0 !important;
  }

  .listCenterLine .listCenterLineInner:before {
    position: absolute;
    content: ' ';
    display: none;
    border-left: 2px dotted #d6dbeb;
    z-index: 99;
    height: 100%;
  }

  .connectInnerLeft hr {
    width: 100%;
    height: 1px;
    border-bottom: 2px dotted #d6dbeb;
    background: #fff;
    border-top: none;
  }

  .d-mobile {
    min-height: 200px !important;
  }

  .tracking .cr-tracking .stopsListInner:before {
    position: absolute;
    content: ' ';
    display: block;
    border-top: 2px dotted #d6dbeb;
    left: 0;
    right: 0;
    top: calc(5% - 1px);
    z-index: 99;
  }

  .tracking .cr-tracking .stopsListInner.no-connection-value:before {
    position: absolute;
    content: ' ';
    display: block;
    border-top: 2px dotted #d6dbeb;
    left: 0;
    right: 0;
    top: calc(5% - 6px) !important;
    z-index: 99;
  }

  .tracking .timeLineView .tl-chart-label.cargoStatusAll {
    top: 0% !important;
    padding-top: 0;
  }
}

@media only screen and (min-width:992px) and (max-width:1240px) {
  .timeLineView .popover-content .popover-heading {
    font-size: 0.60rem;
  }
}

@media only screen and (min-width:992px) {
  .d-mobile .tl-labels-date .tracking-data-box {
    width: 80%;
    margin: 0 auto;
  }

  .tracking .cr-tracking .stopsListInner:before {
    position: absolute;
    content: ' ';
    display: block;
    border-top: 2px dotted #d6dbeb;
    left: 0;
    right: 0;
    top: calc(96% - 1px);
    z-index: 99;
  }

  .dconnect-pc .listCenterLine {
    min-height: 145px;
    justify-content: center;
  }
}

@media only screen and (min-width:1024px) and (max-width:1185px) {
  .tracking .timeLineView:after {
    bottom: auto;
    top: 240px;
  }
}

@media only screen and (min-width:1024px) {
  .tracking .timeLineView:after {
    position: absolute;
    content: ' ';
    display: block;
    border-top: 1px dashed #999999;
    left: 7%;
    right: 12%;
  }
}

@media only screen and (min-width:540px) and (max-width:974px) {

  .stopListinnerWraper:before,
  .stopListinnerWraper:after {
    content: ' ';
    display: block;
    background-color: #d6dbeb;
    border-radius: 5px;
    width: 10px;
    height: 10px;
    top: calc(0% - 5px);
    position: absolute;
  }

  .stopListinnerItem:before {
    position: absolute;
    content: ' ';
    display: block;
    border-top: 2px dotted #d6dbeb;
    left: 0;
    right: 0;
    top: calc(0% - 1px);
    z-index: 99;
  }

  .cr-tracking .stopsListInner {
    height: 95px;
    width: 60%;
    margin: 0 auto;
    position: static;
    justify-content: flex-start;
    align-items: flex-start !important;
  }

  .stopListinnerItemAll {
    transform: rotate(-90deg) !important;
    top: -15px;
  }
}

@media only screen and (min-width:280px) and (max-width:539px) {
  .cr-tracking .stopsListInner {
    height: 95px;
    width: 100%;
    margin: 0 auto;
    position: static;
    justify-content: flex-start;
    align-items: flex-start !important;
  }

  .stopListinnerItemAll {
    transform: rotate(-90deg) !important;
    top: -0px;
  }
}

/*.mh-badge {
  min-height: 92.75px !important;
}*/
@media only screen and (min-width:280px) and (max-width:320px) {
  .cr-tracking .stopsListInner {
    height: 55%;
  }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
  .cr-tracking .tl-chart .recharts-responsive-container {
    display: block;
  }

  .timeLineView .tl-chart .tl-chart-label {
    top: 36% !important;
    display: block;
    padding-top: 0px !important;
  }

  .tracking .timeLineView .tl-chart-label.cargoStatusAll {
    top: 30% !important;
    padding-top: 0px !important;
  }
}

@media all and (-ms-high-contrast:none) and (min-width: 280px) and (max-width: 991px),
(-ms-high-contrast:active) and (min-width: 280px) and (max-width: 991px) {
  .cr-tracking .tl-chart .recharts-responsive-container {
    display: block;
  }

  .timeLineView .tl-chart .tl-chart-label {
    top: 28% !important;
    display: block;
    padding-top: 0px !important;
  }

  .tracking .timeLineView .tl-chart-label.cargoStatusAll {
    top: 30% !important;
    padding-top: 0px !important;
  }

  .reservationInformation,
  .resInfodetailsList {
    display: block;
  }
}

@media all and (-ms-high-contrast:none) and (min-width:280px) and (max-width: 991px),
(-ms-high-contrast:active) and (min-width: 280px) and (max-width: 991px) {
  .cr-tracking .stopsListInner {
    height: 42% !important;
    width: 60%;
    margin: 0 auto;
    position: static;
    justify-content: flex-start;
    align-items: flex-start !important;
  }
}

@media all and (-ms-high-contrast:none) and (min-width: 280px) and (max-width: 739px),
(-ms-high-contrast:active) and (min-width: 280px) and (max-width: 739px) {
  .cr-tracking .stopsListInner {
    height: 40px;
    width: 60%;
    margin: 0 auto;
    position: static;
    justify-content: flex-start;
    align-items: flex-start !important;
  }
}

@media all and (-ms-high-contrast:none) and (min-width: 540px) and (max-width: 991px),
(-ms-high-contrast:active) and (min-width: 540px) and (max-width: 991px) {
  .cr-tracking .stopsListInner {
    height: 66px;
    width: 60%;
    margin: 0 auto;
    position: static;
    justify-content: flex-start;
    align-items: flex-start !important;
  }
}

@media all and (-ms-high-contrast:none) and (min-width: 280px) and (max-width: 640px),
(-ms-high-contrast:active) and (min-width: 280px) and (max-width: 640px) {
  .cr-tracking .stopsListInner {
    height: 40px;
    width: 60%;
    margin: 0 auto;
    position: static;
    justify-content: flex-start;
    align-items: flex-start !important;
  }
}

@media all and (-ms-high-contrast:none) and (min-width: 280px) and (max-width: 640px),
(-ms-high-contrast:active) and (min-width: 280px) and (max-width: 640px) {
  .connectInner {
    justify-content: flex-start;
  }
}

@media all and (-ms-high-contrast:none) and (min-width: 640px) and (max-width: 768px),
(-ms-high-contrast:active) and (min-width: 640px) and (max-width: 768px) {
  .connectInnerLeft {
    justify-content: flex-end;
  }

  .connectInnerLeft hr {
    width: 76%;
  }

  .connectInner {
    justify-content: center;
  }
}

@media all and (-ms-high-contrast:none) and (min-width: 769px) and (max-width: 991px),
(-ms-high-contrast:active) and (min-width: 769px) and (max-width: 991px) {
  .connectInnerLeft {
    justify-content: flex-end;
  }

  .connectInnerLeft hr {
    width: 90%;
  }

  .connectInner {
    justify-content: center;
  }
}/*!
 * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:a 2s infinite linear}.fa-pulse{animation:a 1s infinite steps(8)}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\F26E"}.fa-accessible-icon:before{content:"\F368"}.fa-accusoft:before{content:"\F369"}.fa-address-book:before{content:"\F2B9"}.fa-address-card:before{content:"\F2BB"}.fa-adjust:before{content:"\F042"}.fa-adn:before{content:"\F170"}.fa-adversal:before{content:"\F36A"}.fa-affiliatetheme:before{content:"\F36B"}.fa-air-freshener:before{content:"\F5D0"}.fa-alarm-clock:before{content:"\F34E"}.fa-algolia:before{content:"\F36C"}.fa-align-center:before{content:"\F037"}.fa-align-justify:before{content:"\F039"}.fa-align-left:before{content:"\F036"}.fa-align-right:before{content:"\F038"}.fa-allergies:before{content:"\F461"}.fa-amazon:before{content:"\F270"}.fa-amazon-pay:before{content:"\F42C"}.fa-ambulance:before{content:"\F0F9"}.fa-american-sign-language-interpreting:before{content:"\F2A3"}.fa-amilia:before{content:"\F36D"}.fa-anchor:before{content:"\F13D"}.fa-android:before{content:"\F17B"}.fa-angellist:before{content:"\F209"}.fa-angle-double-down:before{content:"\F103"}.fa-angle-double-left:before{content:"\F100"}.fa-angle-double-right:before{content:"\F101"}.fa-angle-double-up:before{content:"\F102"}.fa-angle-down:before{content:"\F107"}.fa-angle-left:before{content:"\F104"}.fa-angle-right:before{content:"\F105"}.fa-angle-up:before{content:"\F106"}.fa-angry:before{content:"\F556"}.fa-angrycreative:before{content:"\F36E"}.fa-angular:before{content:"\F420"}.fa-app-store:before{content:"\F36F"}.fa-app-store-ios:before{content:"\F370"}.fa-apper:before{content:"\F371"}.fa-apple:before{content:"\F179"}.fa-apple-alt:before{content:"\F5D1"}.fa-apple-pay:before{content:"\F415"}.fa-archive:before{content:"\F187"}.fa-archway:before{content:"\F557"}.fa-arrow-alt-circle-down:before{content:"\F358"}.fa-arrow-alt-circle-left:before{content:"\F359"}.fa-arrow-alt-circle-right:before{content:"\F35A"}.fa-arrow-alt-circle-up:before{content:"\F35B"}.fa-arrow-alt-down:before{content:"\F354"}.fa-arrow-alt-from-bottom:before{content:"\F346"}.fa-arrow-alt-from-left:before{content:"\F347"}.fa-arrow-alt-from-right:before{content:"\F348"}.fa-arrow-alt-from-top:before{content:"\F349"}.fa-arrow-alt-left:before{content:"\F355"}.fa-arrow-alt-right:before{content:"\F356"}.fa-arrow-alt-square-down:before{content:"\F350"}.fa-arrow-alt-square-left:before{content:"\F351"}.fa-arrow-alt-square-right:before{content:"\F352"}.fa-arrow-alt-square-up:before{content:"\F353"}.fa-arrow-alt-to-bottom:before{content:"\F34A"}.fa-arrow-alt-to-left:before{content:"\F34B"}.fa-arrow-alt-to-right:before{content:"\F34C"}.fa-arrow-alt-to-top:before{content:"\F34D"}.fa-arrow-alt-up:before{content:"\F357"}.fa-arrow-circle-down:before{content:"\F0AB"}.fa-arrow-circle-left:before{content:"\F0A8"}.fa-arrow-circle-right:before{content:"\F0A9"}.fa-arrow-circle-up:before{content:"\F0AA"}.fa-arrow-down:before{content:"\F063"}.fa-arrow-from-bottom:before{content:"\F342"}.fa-arrow-from-left:before{content:"\F343"}.fa-arrow-from-right:before{content:"\F344"}.fa-arrow-from-top:before{content:"\F345"}.fa-arrow-left:before{content:"\F060"}.fa-arrow-right:before{content:"\F061"}.fa-arrow-square-down:before{content:"\F339"}.fa-arrow-square-left:before{content:"\F33A"}.fa-arrow-square-right:before{content:"\F33B"}.fa-arrow-square-up:before{content:"\F33C"}.fa-arrow-to-bottom:before{content:"\F33D"}.fa-arrow-to-left:before{content:"\F33E"}.fa-arrow-to-right:before{content:"\F340"}.fa-arrow-to-top:before{content:"\F341"}.fa-arrow-up:before{content:"\F062"}.fa-arrows:before{content:"\F047"}.fa-arrows-alt:before{content:"\F0B2"}.fa-arrows-alt-h:before{content:"\F337"}.fa-arrows-alt-v:before{content:"\F338"}.fa-arrows-h:before{content:"\F07E"}.fa-arrows-v:before{content:"\F07D"}.fa-assistive-listening-systems:before{content:"\F2A2"}.fa-asterisk:before{content:"\F069"}.fa-asymmetrik:before{content:"\F372"}.fa-at:before{content:"\F1FA"}.fa-atlas:before{content:"\F558"}.fa-atom:before{content:"\F5D2"}.fa-atom-alt:before{content:"\F5D3"}.fa-audible:before{content:"\F373"}.fa-audio-description:before{content:"\F29E"}.fa-autoprefixer:before{content:"\F41C"}.fa-avianex:before{content:"\F374"}.fa-aviato:before{content:"\F421"}.fa-award:before{content:"\F559"}.fa-aws:before{content:"\F375"}.fa-backpack:before{content:"\F5D4"}.fa-backspace:before{content:"\F55A"}.fa-backward:before{content:"\F04A"}.fa-badge:before{content:"\F335"}.fa-badge-check:before{content:"\F336"}.fa-balance-scale:before{content:"\F24E"}.fa-balance-scale-left:before{content:"\F515"}.fa-balance-scale-right:before{content:"\F516"}.fa-ban:before{content:"\F05E"}.fa-band-aid:before{content:"\F462"}.fa-bandcamp:before{content:"\F2D5"}.fa-barcode:before{content:"\F02A"}.fa-barcode-alt:before{content:"\F463"}.fa-barcode-read:before{content:"\F464"}.fa-barcode-scan:before{content:"\F465"}.fa-bars:before{content:"\F0C9"}.fa-baseball:before{content:"\F432"}.fa-baseball-ball:before{content:"\F433"}.fa-basketball-ball:before{content:"\F434"}.fa-basketball-hoop:before{content:"\F435"}.fa-bath:before{content:"\F2CD"}.fa-battery-bolt:before{content:"\F376"}.fa-battery-empty:before{content:"\F244"}.fa-battery-full:before{content:"\F240"}.fa-battery-half:before{content:"\F242"}.fa-battery-quarter:before{content:"\F243"}.fa-battery-slash:before{content:"\F377"}.fa-battery-three-quarters:before{content:"\F241"}.fa-bed:before{content:"\F236"}.fa-beer:before{content:"\F0FC"}.fa-behance:before{content:"\F1B4"}.fa-behance-square:before{content:"\F1B5"}.fa-bell:before{content:"\F0F3"}.fa-bell-school:before{content:"\F5D5"}.fa-bell-school-slash:before{content:"\F5D6"}.fa-bell-slash:before{content:"\F1F6"}.fa-bezier-curve:before{content:"\F55B"}.fa-bicycle:before{content:"\F206"}.fa-bimobject:before{content:"\F378"}.fa-binoculars:before{content:"\F1E5"}.fa-birthday-cake:before{content:"\F1FD"}.fa-bitbucket:before{content:"\F171"}.fa-bitcoin:before{content:"\F379"}.fa-bity:before{content:"\F37A"}.fa-black-tie:before{content:"\F27E"}.fa-blackberry:before{content:"\F37B"}.fa-blanket:before{content:"\F498"}.fa-blender:before{content:"\F517"}.fa-blind:before{content:"\F29D"}.fa-blogger:before{content:"\F37C"}.fa-blogger-b:before{content:"\F37D"}.fa-bluetooth:before{content:"\F293"}.fa-bluetooth-b:before{content:"\F294"}.fa-bold:before{content:"\F032"}.fa-bolt:before{content:"\F0E7"}.fa-bomb:before{content:"\F1E2"}.fa-bone:before{content:"\F5D7"}.fa-bone-break:before{content:"\F5D8"}.fa-bong:before{content:"\F55C"}.fa-book:before{content:"\F02D"}.fa-book-alt:before{content:"\F5D9"}.fa-book-heart:before{content:"\F499"}.fa-book-open:before{content:"\F518"}.fa-book-reader:before{content:"\F5DA"}.fa-bookmark:before{content:"\F02E"}.fa-books:before{content:"\F5DB"}.fa-bowling-ball:before{content:"\F436"}.fa-bowling-pins:before{content:"\F437"}.fa-box:before{content:"\F466"}.fa-box-alt:before{content:"\F49A"}.fa-box-check:before{content:"\F467"}.fa-box-fragile:before{content:"\F49B"}.fa-box-full:before{content:"\F49C"}.fa-box-heart:before{content:"\F49D"}.fa-box-open:before{content:"\F49E"}.fa-box-up:before{content:"\F49F"}.fa-box-usd:before{content:"\F4A0"}.fa-boxes:before{content:"\F468"}.fa-boxes-alt:before{content:"\F4A1"}.fa-boxing-glove:before{content:"\F438"}.fa-braille:before{content:"\F2A1"}.fa-brain:before{content:"\F5DC"}.fa-briefcase:before{content:"\F0B1"}.fa-briefcase-medical:before{content:"\F469"}.fa-broadcast-tower:before{content:"\F519"}.fa-broom:before{content:"\F51A"}.fa-browser:before{content:"\F37E"}.fa-brush:before{content:"\F55D"}.fa-btc:before{content:"\F15A"}.fa-bug:before{content:"\F188"}.fa-building:before{content:"\F1AD"}.fa-bullhorn:before{content:"\F0A1"}.fa-bullseye:before{content:"\F140"}.fa-burn:before{content:"\F46A"}.fa-buromobelexperte:before{content:"\F37F"}.fa-bus:before{content:"\F207"}.fa-bus-alt:before{content:"\F55E"}.fa-bus-school:before{content:"\F5DD"}.fa-buysellads:before{content:"\F20D"}.fa-calculator:before{content:"\F1EC"}.fa-calendar:before{content:"\F133"}.fa-calendar-alt:before{content:"\F073"}.fa-calendar-check:before{content:"\F274"}.fa-calendar-edit:before{content:"\F333"}.fa-calendar-exclamation:before{content:"\F334"}.fa-calendar-minus:before{content:"\F272"}.fa-calendar-plus:before{content:"\F271"}.fa-calendar-times:before{content:"\F273"}.fa-camera:before{content:"\F030"}.fa-camera-alt:before{content:"\F332"}.fa-camera-retro:before{content:"\F083"}.fa-cannabis:before{content:"\F55F"}.fa-capsules:before{content:"\F46B"}.fa-car:before{content:"\F1B9"}.fa-car-alt:before{content:"\F5DE"}.fa-car-battery:before{content:"\F5DF"}.fa-car-bump:before{content:"\F5E0"}.fa-car-crash:before{content:"\F5E1"}.fa-car-garage:before{content:"\F5E2"}.fa-car-mechanic:before{content:"\F5E3"}.fa-car-side:before{content:"\F5E4"}.fa-car-tilt:before{content:"\F5E5"}.fa-car-wash:before{content:"\F5E6"}.fa-caret-circle-down:before{content:"\F32D"}.fa-caret-circle-left:before{content:"\F32E"}.fa-caret-circle-right:before{content:"\F330"}.fa-caret-circle-up:before{content:"\F331"}.fa-caret-down:before{content:"\F0D7"}.fa-caret-left:before{content:"\F0D9"}.fa-caret-right:before{content:"\F0DA"}.fa-caret-square-down:before{content:"\F150"}.fa-caret-square-left:before{content:"\F191"}.fa-caret-square-right:before{content:"\F152"}.fa-caret-square-up:before{content:"\F151"}.fa-caret-up:before{content:"\F0D8"}.fa-cart-arrow-down:before{content:"\F218"}.fa-cart-plus:before{content:"\F217"}.fa-cc-amazon-pay:before{content:"\F42D"}.fa-cc-amex:before{content:"\F1F3"}.fa-cc-apple-pay:before{content:"\F416"}.fa-cc-diners-club:before{content:"\F24C"}.fa-cc-discover:before{content:"\F1F2"}.fa-cc-jcb:before{content:"\F24B"}.fa-cc-mastercard:before{content:"\F1F1"}.fa-cc-paypal:before{content:"\F1F4"}.fa-cc-stripe:before{content:"\F1F5"}.fa-cc-visa:before{content:"\F1F0"}.fa-centercode:before{content:"\F380"}.fa-certificate:before{content:"\F0A3"}.fa-chalkboard:before{content:"\F51B"}.fa-chalkboard-teacher:before{content:"\F51C"}.fa-charging-station:before{content:"\F5E7"}.fa-chart-area:before{content:"\F1FE"}.fa-chart-bar:before{content:"\F080"}.fa-chart-line:before{content:"\F201"}.fa-chart-pie:before{content:"\F200"}.fa-check:before{content:"\F00C"}.fa-check-circle:before{content:"\F058"}.fa-check-double:before{content:"\F560"}.fa-check-square:before{content:"\F14A"}.fa-chess:before{content:"\F439"}.fa-chess-bishop:before{content:"\F43A"}.fa-chess-bishop-alt:before{content:"\F43B"}.fa-chess-board:before{content:"\F43C"}.fa-chess-clock:before{content:"\F43D"}.fa-chess-clock-alt:before{content:"\F43E"}.fa-chess-king:before{content:"\F43F"}.fa-chess-king-alt:before{content:"\F440"}.fa-chess-knight:before{content:"\F441"}.fa-chess-knight-alt:before{content:"\F442"}.fa-chess-pawn:before{content:"\F443"}.fa-chess-pawn-alt:before{content:"\F444"}.fa-chess-queen:before{content:"\F445"}.fa-chess-queen-alt:before{content:"\F446"}.fa-chess-rook:before{content:"\F447"}.fa-chess-rook-alt:before{content:"\F448"}.fa-chevron-circle-down:before{content:"\F13A"}.fa-chevron-circle-left:before{content:"\F137"}.fa-chevron-circle-right:before{content:"\F138"}.fa-chevron-circle-up:before{content:"\F139"}.fa-chevron-double-down:before{content:"\F322"}.fa-chevron-double-left:before{content:"\F323"}.fa-chevron-double-right:before{content:"\F324"}.fa-chevron-double-up:before{content:"\F325"}.fa-chevron-down:before{content:"\F078"}.fa-chevron-left:before{content:"\F053"}.fa-chevron-right:before{content:"\F054"}.fa-chevron-square-down:before{content:"\F329"}.fa-chevron-square-left:before{content:"\F32A"}.fa-chevron-square-right:before{content:"\F32B"}.fa-chevron-square-up:before{content:"\F32C"}.fa-chevron-up:before{content:"\F077"}.fa-child:before{content:"\F1AE"}.fa-chrome:before{content:"\F268"}.fa-church:before{content:"\F51D"}.fa-circle:before{content:"\F111"}.fa-circle-notch:before{content:"\F1CE"}.fa-clipboard:before{content:"\F328"}.fa-clipboard-check:before{content:"\F46C"}.fa-clipboard-list:before{content:"\F46D"}.fa-clipboard-prescription:before{content:"\F5E8"}.fa-clock:before{content:"\F017"}.fa-clone:before{content:"\F24D"}.fa-closed-captioning:before{content:"\F20A"}.fa-cloud:before{content:"\F0C2"}.fa-cloud-download:before{content:"\F0ED"}.fa-cloud-download-alt:before{content:"\F381"}.fa-cloud-upload:before{content:"\F0EE"}.fa-cloud-upload-alt:before{content:"\F382"}.fa-cloudscale:before{content:"\F383"}.fa-cloudsmith:before{content:"\F384"}.fa-cloudversify:before{content:"\F385"}.fa-club:before{content:"\F327"}.fa-cocktail:before{content:"\F561"}.fa-code:before{content:"\F121"}.fa-code-branch:before{content:"\F126"}.fa-code-commit:before{content:"\F386"}.fa-code-merge:before{content:"\F387"}.fa-codepen:before{content:"\F1CB"}.fa-codiepie:before{content:"\F284"}.fa-coffee:before{content:"\F0F4"}.fa-cog:before{content:"\F013"}.fa-cogs:before{content:"\F085"}.fa-coins:before{content:"\F51E"}.fa-columns:before{content:"\F0DB"}.fa-comment:before{content:"\F075"}.fa-comment-alt:before{content:"\F27A"}.fa-comment-alt-check:before{content:"\F4A2"}.fa-comment-alt-dots:before{content:"\F4A3"}.fa-comment-alt-edit:before{content:"\F4A4"}.fa-comment-alt-exclamation:before{content:"\F4A5"}.fa-comment-alt-lines:before{content:"\F4A6"}.fa-comment-alt-minus:before{content:"\F4A7"}.fa-comment-alt-plus:before{content:"\F4A8"}.fa-comment-alt-slash:before{content:"\F4A9"}.fa-comment-alt-smile:before{content:"\F4AA"}.fa-comment-alt-times:before{content:"\F4AB"}.fa-comment-check:before{content:"\F4AC"}.fa-comment-dots:before{content:"\F4AD"}.fa-comment-edit:before{content:"\F4AE"}.fa-comment-exclamation:before{content:"\F4AF"}.fa-comment-lines:before{content:"\F4B0"}.fa-comment-minus:before{content:"\F4B1"}.fa-comment-plus:before{content:"\F4B2"}.fa-comment-slash:before{content:"\F4B3"}.fa-comment-smile:before{content:"\F4B4"}.fa-comment-times:before{content:"\F4B5"}.fa-comments:before{content:"\F086"}.fa-comments-alt:before{content:"\F4B6"}.fa-compact-disc:before{content:"\F51F"}.fa-compass:before{content:"\F14E"}.fa-compass-slash:before{content:"\F5E9"}.fa-compress:before{content:"\F066"}.fa-compress-alt:before{content:"\F422"}.fa-compress-wide:before{content:"\F326"}.fa-concierge-bell:before{content:"\F562"}.fa-connectdevelop:before{content:"\F20E"}.fa-container-storage:before{content:"\F4B7"}.fa-contao:before{content:"\F26D"}.fa-conveyor-belt:before{content:"\F46E"}.fa-conveyor-belt-alt:before{content:"\F46F"}.fa-cookie:before{content:"\F563"}.fa-cookie-bite:before{content:"\F564"}.fa-copy:before{content:"\F0C5"}.fa-copyright:before{content:"\F1F9"}.fa-couch:before{content:"\F4B8"}.fa-cpanel:before{content:"\F388"}.fa-creative-commons:before{content:"\F25E"}.fa-creative-commons-by:before{content:"\F4E7"}.fa-creative-commons-nc:before{content:"\F4E8"}.fa-creative-commons-nc-eu:before{content:"\F4E9"}.fa-creative-commons-nc-jp:before{content:"\F4EA"}.fa-creative-commons-nd:before{content:"\F4EB"}.fa-creative-commons-pd:before{content:"\F4EC"}.fa-creative-commons-pd-alt:before{content:"\F4ED"}.fa-creative-commons-remix:before{content:"\F4EE"}.fa-creative-commons-sa:before{content:"\F4EF"}.fa-creative-commons-sampling:before{content:"\F4F0"}.fa-creative-commons-sampling-plus:before{content:"\F4F1"}.fa-creative-commons-share:before{content:"\F4F2"}.fa-creative-commons-zero:before{content:"\F4F3"}.fa-credit-card:before{content:"\F09D"}.fa-credit-card-blank:before{content:"\F389"}.fa-credit-card-front:before{content:"\F38A"}.fa-cricket:before{content:"\F449"}.fa-crop:before{content:"\F125"}.fa-crop-alt:before{content:"\F565"}.fa-crosshairs:before{content:"\F05B"}.fa-crow:before{content:"\F520"}.fa-crown:before{content:"\F521"}.fa-css3:before{content:"\F13C"}.fa-css3-alt:before{content:"\F38B"}.fa-cube:before{content:"\F1B2"}.fa-cubes:before{content:"\F1B3"}.fa-curling:before{content:"\F44A"}.fa-cut:before{content:"\F0C4"}.fa-cuttlefish:before{content:"\F38C"}.fa-d-and-d:before{content:"\F38D"}.fa-dashcube:before{content:"\F210"}.fa-database:before{content:"\F1C0"}.fa-deaf:before{content:"\F2A4"}.fa-delicious:before{content:"\F1A5"}.fa-deploydog:before{content:"\F38E"}.fa-deskpro:before{content:"\F38F"}.fa-desktop:before{content:"\F108"}.fa-desktop-alt:before{content:"\F390"}.fa-deviantart:before{content:"\F1BD"}.fa-diagnoses:before{content:"\F470"}.fa-diamond:before{content:"\F219"}.fa-dice:before{content:"\F522"}.fa-dice-five:before{content:"\F523"}.fa-dice-four:before{content:"\F524"}.fa-dice-one:before{content:"\F525"}.fa-dice-six:before{content:"\F526"}.fa-dice-three:before{content:"\F527"}.fa-dice-two:before{content:"\F528"}.fa-digg:before{content:"\F1A6"}.fa-digital-ocean:before{content:"\F391"}.fa-digital-tachograph:before{content:"\F566"}.fa-diploma:before{content:"\F5EA"}.fa-directions:before{content:"\F5EB"}.fa-discord:before{content:"\F392"}.fa-discourse:before{content:"\F393"}.fa-divide:before{content:"\F529"}.fa-dizzy:before{content:"\F567"}.fa-dna:before{content:"\F471"}.fa-do-not-enter:before{content:"\F5EC"}.fa-dochub:before{content:"\F394"}.fa-docker:before{content:"\F395"}.fa-dollar-sign:before{content:"\F155"}.fa-dolly:before{content:"\F472"}.fa-dolly-empty:before{content:"\F473"}.fa-dolly-flatbed:before{content:"\F474"}.fa-dolly-flatbed-alt:before{content:"\F475"}.fa-dolly-flatbed-empty:before{content:"\F476"}.fa-donate:before{content:"\F4B9"}.fa-door-closed:before{content:"\F52A"}.fa-door-open:before{content:"\F52B"}.fa-dot-circle:before{content:"\F192"}.fa-dove:before{content:"\F4BA"}.fa-download:before{content:"\F019"}.fa-draft2digital:before{content:"\F396"}.fa-drafting-compass:before{content:"\F568"}.fa-draw-circle:before{content:"\F5ED"}.fa-draw-polygon:before{content:"\F5EE"}.fa-draw-square:before{content:"\F5EF"}.fa-dribbble:before{content:"\F17D"}.fa-dribbble-square:before{content:"\F397"}.fa-dropbox:before{content:"\F16B"}.fa-drum:before{content:"\F569"}.fa-drum-steelpan:before{content:"\F56A"}.fa-drupal:before{content:"\F1A9"}.fa-dumbbell:before{content:"\F44B"}.fa-dyalog:before{content:"\F399"}.fa-ear:before{content:"\F5F0"}.fa-earlybirds:before{content:"\F39A"}.fa-ebay:before{content:"\F4F4"}.fa-edge:before{content:"\F282"}.fa-edit:before{content:"\F044"}.fa-eject:before{content:"\F052"}.fa-elementor:before{content:"\F430"}.fa-ellipsis-h:before{content:"\F141"}.fa-ellipsis-h-alt:before{content:"\F39B"}.fa-ellipsis-v:before{content:"\F142"}.fa-ellipsis-v-alt:before{content:"\F39C"}.fa-ello:before{content:"\F5F1"}.fa-ember:before{content:"\F423"}.fa-empire:before{content:"\F1D1"}.fa-engine-warning:before{content:"\F5F2"}.fa-envelope:before{content:"\F0E0"}.fa-envelope-open:before{content:"\F2B6"}.fa-envelope-square:before{content:"\F199"}.fa-envira:before{content:"\F299"}.fa-equals:before{content:"\F52C"}.fa-eraser:before{content:"\F12D"}.fa-erlang:before{content:"\F39D"}.fa-ethereum:before{content:"\F42E"}.fa-etsy:before{content:"\F2D7"}.fa-euro-sign:before{content:"\F153"}.fa-exchange:before{content:"\F0EC"}.fa-exchange-alt:before{content:"\F362"}.fa-exclamation:before{content:"\F12A"}.fa-exclamation-circle:before{content:"\F06A"}.fa-exclamation-square:before{content:"\F321"}.fa-exclamation-triangle:before{content:"\F071"}.fa-expand:before{content:"\F065"}.fa-expand-alt:before{content:"\F424"}.fa-expand-arrows:before{content:"\F31D"}.fa-expand-arrows-alt:before{content:"\F31E"}.fa-expand-wide:before{content:"\F320"}.fa-expeditedssl:before{content:"\F23E"}.fa-external-link:before{content:"\F08E"}.fa-external-link-alt:before{content:"\F35D"}.fa-external-link-square:before{content:"\F14C"}.fa-external-link-square-alt:before{content:"\F360"}.fa-eye:before{content:"\F06E"}.fa-eye-dropper:before{content:"\F1FB"}.fa-eye-slash:before{content:"\F070"}.fa-facebook:before{content:"\F09A"}.fa-facebook-f:before{content:"\F39E"}.fa-facebook-messenger:before{content:"\F39F"}.fa-facebook-square:before{content:"\F082"}.fa-fast-backward:before{content:"\F049"}.fa-fast-forward:before{content:"\F050"}.fa-fax:before{content:"\F1AC"}.fa-feather:before{content:"\F52D"}.fa-feather-alt:before{content:"\F56B"}.fa-female:before{content:"\F182"}.fa-field-hockey:before{content:"\F44C"}.fa-fighter-jet:before{content:"\F0FB"}.fa-file:before{content:"\F15B"}.fa-file-alt:before{content:"\F15C"}.fa-file-archive:before{content:"\F1C6"}.fa-file-audio:before{content:"\F1C7"}.fa-file-certificate:before{content:"\F5F3"}.fa-file-check:before{content:"\F316"}.fa-file-code:before{content:"\F1C9"}.fa-file-contract:before{content:"\F56C"}.fa-file-download:before{content:"\F56D"}.fa-file-edit:before{content:"\F31C"}.fa-file-excel:before{content:"\F1C3"}.fa-file-exclamation:before{content:"\F31A"}.fa-file-export:before{content:"\F56E"}.fa-file-image:before{content:"\F1C5"}.fa-file-import:before{content:"\F56F"}.fa-file-invoice:before{content:"\F570"}.fa-file-invoice-dollar:before{content:"\F571"}.fa-file-medical:before{content:"\F477"}.fa-file-medical-alt:before{content:"\F478"}.fa-file-minus:before{content:"\F318"}.fa-file-pdf:before{content:"\F1C1"}.fa-file-plus:before{content:"\F319"}.fa-file-powerpoint:before{content:"\F1C4"}.fa-file-prescription:before{content:"\F572"}.fa-file-signature:before{content:"\F573"}.fa-file-times:before{content:"\F317"}.fa-file-upload:before{content:"\F574"}.fa-file-video:before{content:"\F1C8"}.fa-file-word:before{content:"\F1C2"}.fa-fill:before{content:"\F575"}.fa-fill-drip:before{content:"\F576"}.fa-film:before{content:"\F008"}.fa-film-alt:before{content:"\F3A0"}.fa-filter:before{content:"\F0B0"}.fa-fingerprint:before{content:"\F577"}.fa-fire:before{content:"\F06D"}.fa-fire-extinguisher:before{content:"\F134"}.fa-firefox:before{content:"\F269"}.fa-first-aid:before{content:"\F479"}.fa-first-order:before{content:"\F2B0"}.fa-first-order-alt:before{content:"\F50A"}.fa-firstdraft:before{content:"\F3A1"}.fa-fish:before{content:"\F578"}.fa-flag:before{content:"\F024"}.fa-flag-checkered:before{content:"\F11E"}.fa-flask:before{content:"\F0C3"}.fa-flickr:before{content:"\F16E"}.fa-flipboard:before{content:"\F44D"}.fa-flushed:before{content:"\F579"}.fa-fly:before{content:"\F417"}.fa-folder:before{content:"\F07B"}.fa-folder-open:before{content:"\F07C"}.fa-font:before{content:"\F031"}.fa-font-awesome:before{content:"\F2B4"}.fa-font-awesome-alt:before{content:"\F35C"}.fa-font-awesome-flag:before{content:"\F425"}.fa-font-awesome-logo-full:before{content:"\F4E6"}.fa-fonticons:before{content:"\F280"}.fa-fonticons-fi:before{content:"\F3A2"}.fa-football-ball:before{content:"\F44E"}.fa-football-helmet:before{content:"\F44F"}.fa-forklift:before{content:"\F47A"}.fa-fort-awesome:before{content:"\F286"}.fa-fort-awesome-alt:before{content:"\F3A3"}.fa-forumbee:before{content:"\F211"}.fa-forward:before{content:"\F04E"}.fa-foursquare:before{content:"\F180"}.fa-fragile:before{content:"\F4BB"}.fa-free-code-camp:before{content:"\F2C5"}.fa-freebsd:before{content:"\F3A4"}.fa-frog:before{content:"\F52E"}.fa-frown:before{content:"\F119"}.fa-frown-open:before{content:"\F57A"}.fa-fulcrum:before{content:"\F50B"}.fa-futbol:before{content:"\F1E3"}.fa-galactic-republic:before{content:"\F50C"}.fa-galactic-senate:before{content:"\F50D"}.fa-gamepad:before{content:"\F11B"}.fa-gas-pump:before{content:"\F52F"}.fa-gas-pump-slash:before{content:"\F5F4"}.fa-gavel:before{content:"\F0E3"}.fa-gem:before{content:"\F3A5"}.fa-genderless:before{content:"\F22D"}.fa-get-pocket:before{content:"\F265"}.fa-gg:before{content:"\F260"}.fa-gg-circle:before{content:"\F261"}.fa-gift:before{content:"\F06B"}.fa-git:before{content:"\F1D3"}.fa-git-square:before{content:"\F1D2"}.fa-github:before{content:"\F09B"}.fa-github-alt:before{content:"\F113"}.fa-github-square:before{content:"\F092"}.fa-gitkraken:before{content:"\F3A6"}.fa-gitlab:before{content:"\F296"}.fa-gitter:before{content:"\F426"}.fa-glass-martini:before{content:"\F000"}.fa-glass-martini-alt:before{content:"\F57B"}.fa-glasses:before{content:"\F530"}.fa-glasses-alt:before{content:"\F5F5"}.fa-glide:before{content:"\F2A5"}.fa-glide-g:before{content:"\F2A6"}.fa-globe:before{content:"\F0AC"}.fa-globe-africa:before{content:"\F57C"}.fa-globe-americas:before{content:"\F57D"}.fa-globe-asia:before{content:"\F57E"}.fa-globe-stand:before{content:"\F5F6"}.fa-gofore:before{content:"\F3A7"}.fa-golf-ball:before{content:"\F450"}.fa-golf-club:before{content:"\F451"}.fa-goodreads:before{content:"\F3A8"}.fa-goodreads-g:before{content:"\F3A9"}.fa-google:before{content:"\F1A0"}.fa-google-drive:before{content:"\F3AA"}.fa-google-play:before{content:"\F3AB"}.fa-google-plus:before{content:"\F2B3"}.fa-google-plus-g:before{content:"\F0D5"}.fa-google-plus-square:before{content:"\F0D4"}.fa-google-wallet:before{content:"\F1EE"}.fa-graduation-cap:before{content:"\F19D"}.fa-gratipay:before{content:"\F184"}.fa-grav:before{content:"\F2D6"}.fa-greater-than:before{content:"\F531"}.fa-greater-than-equal:before{content:"\F532"}.fa-grimace:before{content:"\F57F"}.fa-grin:before{content:"\F580"}.fa-grin-alt:before{content:"\F581"}.fa-grin-beam:before{content:"\F582"}.fa-grin-beam-sweat:before{content:"\F583"}.fa-grin-hearts:before{content:"\F584"}.fa-grin-squint:before{content:"\F585"}.fa-grin-squint-tears:before{content:"\F586"}.fa-grin-stars:before{content:"\F587"}.fa-grin-tears:before{content:"\F588"}.fa-grin-tongue:before{content:"\F589"}.fa-grin-tongue-squint:before{content:"\F58A"}.fa-grin-tongue-wink:before{content:"\F58B"}.fa-grin-wink:before{content:"\F58C"}.fa-grip-horizontal:before{content:"\F58D"}.fa-grip-vertical:before{content:"\F58E"}.fa-gripfire:before{content:"\F3AC"}.fa-grunt:before{content:"\F3AD"}.fa-gulp:before{content:"\F3AE"}.fa-h-square:before{content:"\F0FD"}.fa-h1:before{content:"\F313"}.fa-h2:before{content:"\F314"}.fa-h3:before{content:"\F315"}.fa-hacker-news:before{content:"\F1D4"}.fa-hacker-news-square:before{content:"\F3AF"}.fa-hackerrank:before{content:"\F5F7"}.fa-hand-heart:before{content:"\F4BC"}.fa-hand-holding:before{content:"\F4BD"}.fa-hand-holding-box:before{content:"\F47B"}.fa-hand-holding-heart:before{content:"\F4BE"}.fa-hand-holding-seedling:before{content:"\F4BF"}.fa-hand-holding-usd:before{content:"\F4C0"}.fa-hand-holding-water:before{content:"\F4C1"}.fa-hand-lizard:before{content:"\F258"}.fa-hand-paper:before{content:"\F256"}.fa-hand-peace:before{content:"\F25B"}.fa-hand-point-down:before{content:"\F0A7"}.fa-hand-point-left:before{content:"\F0A5"}.fa-hand-point-right:before{content:"\F0A4"}.fa-hand-point-up:before{content:"\F0A6"}.fa-hand-pointer:before{content:"\F25A"}.fa-hand-receiving:before{content:"\F47C"}.fa-hand-rock:before{content:"\F255"}.fa-hand-scissors:before{content:"\F257"}.fa-hand-spock:before{content:"\F259"}.fa-hands:before{content:"\F4C2"}.fa-hands-heart:before{content:"\F4C3"}.fa-hands-helping:before{content:"\F4C4"}.fa-hands-usd:before{content:"\F4C5"}.fa-handshake:before{content:"\F2B5"}.fa-handshake-alt:before{content:"\F4C6"}.fa-hashtag:before{content:"\F292"}.fa-hdd:before{content:"\F0A0"}.fa-heading:before{content:"\F1DC"}.fa-headphones:before{content:"\F025"}.fa-headphones-alt:before{content:"\F58F"}.fa-headset:before{content:"\F590"}.fa-heart:before{content:"\F004"}.fa-heart-circle:before{content:"\F4C7"}.fa-heart-rate:before{content:"\F5F8"}.fa-heart-square:before{content:"\F4C8"}.fa-heartbeat:before{content:"\F21E"}.fa-helicopter:before{content:"\F533"}.fa-hexagon:before{content:"\F312"}.fa-highlighter:before{content:"\F591"}.fa-hips:before{content:"\F452"}.fa-hire-a-helper:before{content:"\F3B0"}.fa-history:before{content:"\F1DA"}.fa-hockey-puck:before{content:"\F453"}.fa-hockey-sticks:before{content:"\F454"}.fa-home:before{content:"\F015"}.fa-home-heart:before{content:"\F4C9"}.fa-hooli:before{content:"\F427"}.fa-hornbill:before{content:"\F592"}.fa-hospital:before{content:"\F0F8"}.fa-hospital-alt:before{content:"\F47D"}.fa-hospital-symbol:before{content:"\F47E"}.fa-hot-tub:before{content:"\F593"}.fa-hotel:before{content:"\F594"}.fa-hotjar:before{content:"\F3B1"}.fa-hourglass:before{content:"\F254"}.fa-hourglass-end:before{content:"\F253"}.fa-hourglass-half:before{content:"\F252"}.fa-hourglass-start:before{content:"\F251"}.fa-houzz:before{content:"\F27C"}.fa-html5:before{content:"\F13B"}.fa-hubspot:before{content:"\F3B2"}.fa-i-cursor:before{content:"\F246"}.fa-id-badge:before{content:"\F2C1"}.fa-id-card:before{content:"\F2C2"}.fa-id-card-alt:before{content:"\F47F"}.fa-image:before{content:"\F03E"}.fa-images:before{content:"\F302"}.fa-imdb:before{content:"\F2D8"}.fa-inbox:before{content:"\F01C"}.fa-inbox-in:before{content:"\F310"}.fa-inbox-out:before{content:"\F311"}.fa-indent:before{content:"\F03C"}.fa-industry:before{content:"\F275"}.fa-industry-alt:before{content:"\F3B3"}.fa-infinity:before{content:"\F534"}.fa-info:before{content:"\F129"}.fa-info-circle:before{content:"\F05A"}.fa-info-square:before{content:"\F30F"}.fa-inhaler:before{content:"\F5F9"}.fa-instagram:before{content:"\F16D"}.fa-internet-explorer:before{content:"\F26B"}.fa-inventory:before{content:"\F480"}.fa-ioxhost:before{content:"\F208"}.fa-italic:before{content:"\F033"}.fa-itunes:before{content:"\F3B4"}.fa-itunes-note:before{content:"\F3B5"}.fa-jack-o-lantern:before{content:"\F30E"}.fa-java:before{content:"\F4E4"}.fa-jedi-order:before{content:"\F50E"}.fa-jenkins:before{content:"\F3B6"}.fa-joget:before{content:"\F3B7"}.fa-joint:before{content:"\F595"}.fa-joomla:before{content:"\F1AA"}.fa-js:before{content:"\F3B8"}.fa-js-square:before{content:"\F3B9"}.fa-jsfiddle:before{content:"\F1CC"}.fa-kaggle:before{content:"\F5FA"}.fa-key:before{content:"\F084"}.fa-keybase:before{content:"\F4F5"}.fa-keyboard:before{content:"\F11C"}.fa-keycdn:before{content:"\F3BA"}.fa-kickstarter:before{content:"\F3BB"}.fa-kickstarter-k:before{content:"\F3BC"}.fa-kidneys:before{content:"\F5FB"}.fa-kiss:before{content:"\F596"}.fa-kiss-beam:before{content:"\F597"}.fa-kiss-wink-heart:before{content:"\F598"}.fa-kiwi-bird:before{content:"\F535"}.fa-korvue:before{content:"\F42F"}.fa-lamp:before{content:"\F4CA"}.fa-language:before{content:"\F1AB"}.fa-laptop:before{content:"\F109"}.fa-laptop-code:before{content:"\F5FC"}.fa-laravel:before{content:"\F3BD"}.fa-lastfm:before{content:"\F202"}.fa-lastfm-square:before{content:"\F203"}.fa-laugh:before{content:"\F599"}.fa-laugh-beam:before{content:"\F59A"}.fa-laugh-squint:before{content:"\F59B"}.fa-laugh-wink:before{content:"\F59C"}.fa-layer-group:before{content:"\F5FD"}.fa-layer-minus:before{content:"\F5FE"}.fa-layer-plus:before{content:"\F5FF"}.fa-leaf:before{content:"\F06C"}.fa-leaf-heart:before{content:"\F4CB"}.fa-leanpub:before{content:"\F212"}.fa-lemon:before{content:"\F094"}.fa-less:before{content:"\F41D"}.fa-less-than:before{content:"\F536"}.fa-less-than-equal:before{content:"\F537"}.fa-level-down:before{content:"\F149"}.fa-level-down-alt:before{content:"\F3BE"}.fa-level-up:before{content:"\F148"}.fa-level-up-alt:before{content:"\F3BF"}.fa-life-ring:before{content:"\F1CD"}.fa-lightbulb:before{content:"\F0EB"}.fa-line:before{content:"\F3C0"}.fa-link:before{content:"\F0C1"}.fa-linkedin:before{content:"\F08C"}.fa-linkedin-in:before{content:"\F0E1"}.fa-linode:before{content:"\F2B8"}.fa-linux:before{content:"\F17C"}.fa-lips:before{content:"\F600"}.fa-lira-sign:before{content:"\F195"}.fa-list:before{content:"\F03A"}.fa-list-alt:before{content:"\F022"}.fa-list-ol:before{content:"\F0CB"}.fa-list-ul:before{content:"\F0CA"}.fa-location:before{content:"\F601"}.fa-location-arrow:before{content:"\F124"}.fa-location-circle:before{content:"\F602"}.fa-location-slash:before{content:"\F603"}.fa-lock:before{content:"\F023"}.fa-lock-alt:before{content:"\F30D"}.fa-lock-open:before{content:"\F3C1"}.fa-lock-open-alt:before{content:"\F3C2"}.fa-long-arrow-alt-down:before{content:"\F309"}.fa-long-arrow-alt-left:before{content:"\F30A"}.fa-long-arrow-alt-right:before{content:"\F30B"}.fa-long-arrow-alt-up:before{content:"\F30C"}.fa-long-arrow-down:before{content:"\F175"}.fa-long-arrow-left:before{content:"\F177"}.fa-long-arrow-right:before{content:"\F178"}.fa-long-arrow-up:before{content:"\F176"}.fa-loveseat:before{content:"\F4CC"}.fa-low-vision:before{content:"\F2A8"}.fa-luchador:before{content:"\F455"}.fa-luggage-cart:before{content:"\F59D"}.fa-lungs:before{content:"\F604"}.fa-lyft:before{content:"\F3C3"}.fa-magento:before{content:"\F3C4"}.fa-magic:before{content:"\F0D0"}.fa-magnet:before{content:"\F076"}.fa-mailchimp:before{content:"\F59E"}.fa-male:before{content:"\F183"}.fa-mandalorian:before{content:"\F50F"}.fa-map:before{content:"\F279"}.fa-map-marked:before{content:"\F59F"}.fa-map-marked-alt:before{content:"\F5A0"}.fa-map-marker:before{content:"\F041"}.fa-map-marker-alt:before{content:"\F3C5"}.fa-map-marker-alt-slash:before{content:"\F605"}.fa-map-marker-check:before{content:"\F606"}.fa-map-marker-edit:before{content:"\F607"}.fa-map-marker-exclamation:before{content:"\F608"}.fa-map-marker-minus:before{content:"\F609"}.fa-map-marker-plus:before{content:"\F60A"}.fa-map-marker-question:before{content:"\F60B"}.fa-map-marker-slash:before{content:"\F60C"}.fa-map-marker-smile:before{content:"\F60D"}.fa-map-marker-times:before{content:"\F60E"}.fa-map-pin:before{content:"\F276"}.fa-map-signs:before{content:"\F277"}.fa-markdown:before{content:"\F60F"}.fa-marker:before{content:"\F5A1"}.fa-mars:before{content:"\F222"}.fa-mars-double:before{content:"\F227"}.fa-mars-stroke:before{content:"\F229"}.fa-mars-stroke-h:before{content:"\F22B"}.fa-mars-stroke-v:before{content:"\F22A"}.fa-mastodon:before{content:"\F4F6"}.fa-maxcdn:before{content:"\F136"}.fa-medal:before{content:"\F5A2"}.fa-medapps:before{content:"\F3C6"}.fa-medium:before{content:"\F23A"}.fa-medium-m:before{content:"\F3C7"}.fa-medkit:before{content:"\F0FA"}.fa-medrt:before{content:"\F3C8"}.fa-meetup:before{content:"\F2E0"}.fa-megaport:before{content:"\F5A3"}.fa-meh:before{content:"\F11A"}.fa-meh-blank:before{content:"\F5A4"}.fa-meh-rolling-eyes:before{content:"\F5A5"}.fa-memory:before{content:"\F538"}.fa-mercury:before{content:"\F223"}.fa-microchip:before{content:"\F2DB"}.fa-microphone:before{content:"\F130"}.fa-microphone-alt:before{content:"\F3C9"}.fa-microphone-alt-slash:before{content:"\F539"}.fa-microphone-slash:before{content:"\F131"}.fa-microscope:before{content:"\F610"}.fa-microsoft:before{content:"\F3CA"}.fa-minus:before{content:"\F068"}.fa-minus-circle:before{content:"\F056"}.fa-minus-hexagon:before{content:"\F307"}.fa-minus-octagon:before{content:"\F308"}.fa-minus-square:before{content:"\F146"}.fa-mix:before{content:"\F3CB"}.fa-mixcloud:before{content:"\F289"}.fa-mizuni:before{content:"\F3CC"}.fa-mobile:before{content:"\F10B"}.fa-mobile-alt:before{content:"\F3CD"}.fa-mobile-android:before{content:"\F3CE"}.fa-mobile-android-alt:before{content:"\F3CF"}.fa-modx:before{content:"\F285"}.fa-monero:before{content:"\F3D0"}.fa-money-bill:before{content:"\F0D6"}.fa-money-bill-alt:before{content:"\F3D1"}.fa-money-bill-wave:before{content:"\F53A"}.fa-money-bill-wave-alt:before{content:"\F53B"}.fa-money-check:before{content:"\F53C"}.fa-money-check-alt:before{content:"\F53D"}.fa-monitor-heart-rate:before{content:"\F611"}.fa-monument:before{content:"\F5A6"}.fa-moon:before{content:"\F186"}.fa-mortar-pestle:before{content:"\F5A7"}.fa-motorcycle:before{content:"\F21C"}.fa-mouse-pointer:before{content:"\F245"}.fa-music:before{content:"\F001"}.fa-napster:before{content:"\F3D2"}.fa-neos:before{content:"\F612"}.fa-neuter:before{content:"\F22C"}.fa-newspaper:before{content:"\F1EA"}.fa-nimblr:before{content:"\F5A8"}.fa-nintendo-switch:before{content:"\F418"}.fa-node:before{content:"\F419"}.fa-node-js:before{content:"\F3D3"}.fa-not-equal:before{content:"\F53E"}.fa-notes-medical:before{content:"\F481"}.fa-npm:before{content:"\F3D4"}.fa-ns8:before{content:"\F3D5"}.fa-nutritionix:before{content:"\F3D6"}.fa-object-group:before{content:"\F247"}.fa-object-ungroup:before{content:"\F248"}.fa-octagon:before{content:"\F306"}.fa-odnoklassniki:before{content:"\F263"}.fa-odnoklassniki-square:before{content:"\F264"}.fa-oil-can:before{content:"\F613"}.fa-oil-temp:before{content:"\F614"}.fa-old-republic:before{content:"\F510"}.fa-opencart:before{content:"\F23D"}.fa-openid:before{content:"\F19B"}.fa-opera:before{content:"\F26A"}.fa-optin-monster:before{content:"\F23C"}.fa-osi:before{content:"\F41A"}.fa-outdent:before{content:"\F03B"}.fa-page4:before{content:"\F3D7"}.fa-pagelines:before{content:"\F18C"}.fa-paint-brush:before{content:"\F1FC"}.fa-paint-brush-alt:before{content:"\F5A9"}.fa-paint-roller:before{content:"\F5AA"}.fa-palette:before{content:"\F53F"}.fa-palfed:before{content:"\F3D8"}.fa-pallet:before{content:"\F482"}.fa-pallet-alt:before{content:"\F483"}.fa-paper-plane:before{content:"\F1D8"}.fa-paperclip:before{content:"\F0C6"}.fa-parachute-box:before{content:"\F4CD"}.fa-paragraph:before{content:"\F1DD"}.fa-parking:before{content:"\F540"}.fa-parking-circle:before{content:"\F615"}.fa-parking-circle-slash:before{content:"\F616"}.fa-parking-slash:before{content:"\F617"}.fa-passport:before{content:"\F5AB"}.fa-paste:before{content:"\F0EA"}.fa-patreon:before{content:"\F3D9"}.fa-pause:before{content:"\F04C"}.fa-pause-circle:before{content:"\F28B"}.fa-paw:before{content:"\F1B0"}.fa-paypal:before{content:"\F1ED"}.fa-pen:before{content:"\F304"}.fa-pen-alt:before{content:"\F305"}.fa-pen-fancy:before{content:"\F5AC"}.fa-pen-nib:before{content:"\F5AD"}.fa-pen-square:before{content:"\F14B"}.fa-pencil:before{content:"\F040"}.fa-pencil-alt:before{content:"\F303"}.fa-pencil-paintbrush:before{content:"\F618"}.fa-pencil-ruler:before{content:"\F5AE"}.fa-pennant:before{content:"\F456"}.fa-people-carry:before{content:"\F4CE"}.fa-percent:before{content:"\F295"}.fa-percentage:before{content:"\F541"}.fa-periscope:before{content:"\F3DA"}.fa-person-carry:before{content:"\F4CF"}.fa-person-dolly:before{content:"\F4D0"}.fa-person-dolly-empty:before{content:"\F4D1"}.fa-phabricator:before{content:"\F3DB"}.fa-phoenix-framework:before{content:"\F3DC"}.fa-phoenix-squadron:before{content:"\F511"}.fa-phone:before{content:"\F095"}.fa-phone-plus:before{content:"\F4D2"}.fa-phone-slash:before{content:"\F3DD"}.fa-phone-square:before{content:"\F098"}.fa-phone-volume:before{content:"\F2A0"}.fa-php:before{content:"\F457"}.fa-pied-piper:before{content:"\F2AE"}.fa-pied-piper-alt:before{content:"\F1A8"}.fa-pied-piper-hat:before{content:"\F4E5"}.fa-pied-piper-pp:before{content:"\F1A7"}.fa-piggy-bank:before{content:"\F4D3"}.fa-pills:before{content:"\F484"}.fa-pinterest:before{content:"\F0D2"}.fa-pinterest-p:before{content:"\F231"}.fa-pinterest-square:before{content:"\F0D3"}.fa-plane:before{content:"\F072"}.fa-plane-alt:before{content:"\F3DE"}.fa-plane-arrival:before{content:"\F5AF"}.fa-plane-departure:before{content:"\F5B0"}.fa-play:before{content:"\F04B"}.fa-play-circle:before{content:"\F144"}.fa-playstation:before{content:"\F3DF"}.fa-plug:before{content:"\F1E6"}.fa-plus:before{content:"\F067"}.fa-plus-circle:before{content:"\F055"}.fa-plus-hexagon:before{content:"\F300"}.fa-plus-octagon:before{content:"\F301"}.fa-plus-square:before{content:"\F0FE"}.fa-podcast:before{content:"\F2CE"}.fa-poo:before{content:"\F2FE"}.fa-poop:before{content:"\F619"}.fa-portrait:before{content:"\F3E0"}.fa-pound-sign:before{content:"\F154"}.fa-power-off:before{content:"\F011"}.fa-prescription:before{content:"\F5B1"}.fa-prescription-bottle:before{content:"\F485"}.fa-prescription-bottle-alt:before{content:"\F486"}.fa-print:before{content:"\F02F"}.fa-procedures:before{content:"\F487"}.fa-product-hunt:before{content:"\F288"}.fa-project-diagram:before{content:"\F542"}.fa-pushed:before{content:"\F3E1"}.fa-puzzle-piece:before{content:"\F12E"}.fa-python:before{content:"\F3E2"}.fa-qq:before{content:"\F1D6"}.fa-qrcode:before{content:"\F029"}.fa-question:before{content:"\F128"}.fa-question-circle:before{content:"\F059"}.fa-question-square:before{content:"\F2FD"}.fa-quidditch:before{content:"\F458"}.fa-quinscape:before{content:"\F459"}.fa-quora:before{content:"\F2C4"}.fa-quote-left:before{content:"\F10D"}.fa-quote-right:before{content:"\F10E"}.fa-r-project:before{content:"\F4F7"}.fa-racquet:before{content:"\F45A"}.fa-ramp-loading:before{content:"\F4D4"}.fa-random:before{content:"\F074"}.fa-ravelry:before{content:"\F2D9"}.fa-react:before{content:"\F41B"}.fa-readme:before{content:"\F4D5"}.fa-rebel:before{content:"\F1D0"}.fa-receipt:before{content:"\F543"}.fa-rectangle-landscape:before{content:"\F2FA"}.fa-rectangle-portrait:before{content:"\F2FB"}.fa-rectangle-wide:before{content:"\F2FC"}.fa-recycle:before{content:"\F1B8"}.fa-red-river:before{content:"\F3E3"}.fa-reddit:before{content:"\F1A1"}.fa-reddit-alien:before{content:"\F281"}.fa-reddit-square:before{content:"\F1A2"}.fa-redo:before{content:"\F01E"}.fa-redo-alt:before{content:"\F2F9"}.fa-registered:before{content:"\F25D"}.fa-rendact:before{content:"\F3E4"}.fa-renren:before{content:"\F18B"}.fa-repeat:before{content:"\F363"}.fa-repeat-1:before{content:"\F365"}.fa-repeat-1-alt:before{content:"\F366"}.fa-repeat-alt:before{content:"\F364"}.fa-reply:before{content:"\F3E5"}.fa-reply-all:before{content:"\F122"}.fa-replyd:before{content:"\F3E6"}.fa-researchgate:before{content:"\F4F8"}.fa-resolving:before{content:"\F3E7"}.fa-retweet:before{content:"\F079"}.fa-retweet-alt:before{content:"\F361"}.fa-rev:before{content:"\F5B2"}.fa-ribbon:before{content:"\F4D6"}.fa-road:before{content:"\F018"}.fa-robot:before{content:"\F544"}.fa-rocket:before{content:"\F135"}.fa-rocketchat:before{content:"\F3E8"}.fa-rockrms:before{content:"\F3E9"}.fa-route:before{content:"\F4D7"}.fa-route-highway:before{content:"\F61A"}.fa-route-interstate:before{content:"\F61B"}.fa-rss:before{content:"\F09E"}.fa-rss-square:before{content:"\F143"}.fa-ruble-sign:before{content:"\F158"}.fa-ruler:before{content:"\F545"}.fa-ruler-combined:before{content:"\F546"}.fa-ruler-horizontal:before{content:"\F547"}.fa-ruler-triangle:before{content:"\F61C"}.fa-ruler-vertical:before{content:"\F548"}.fa-rupee-sign:before{content:"\F156"}.fa-sad-cry:before{content:"\F5B3"}.fa-sad-tear:before{content:"\F5B4"}.fa-safari:before{content:"\F267"}.fa-sass:before{content:"\F41E"}.fa-save:before{content:"\F0C7"}.fa-scalpel:before{content:"\F61D"}.fa-scalpel-path:before{content:"\F61E"}.fa-scanner:before{content:"\F488"}.fa-scanner-keyboard:before{content:"\F489"}.fa-scanner-touchscreen:before{content:"\F48A"}.fa-schlix:before{content:"\F3EA"}.fa-school:before{content:"\F549"}.fa-screwdriver:before{content:"\F54A"}.fa-scribd:before{content:"\F28A"}.fa-scrubber:before{content:"\F2F8"}.fa-search:before{content:"\F002"}.fa-search-minus:before{content:"\F010"}.fa-search-plus:before{content:"\F00E"}.fa-searchengin:before{content:"\F3EB"}.fa-seedling:before{content:"\F4D8"}.fa-sellcast:before{content:"\F2DA"}.fa-sellsy:before{content:"\F213"}.fa-server:before{content:"\F233"}.fa-servicestack:before{content:"\F3EC"}.fa-shapes:before{content:"\F61F"}.fa-share:before{content:"\F064"}.fa-share-all:before{content:"\F367"}.fa-share-alt:before{content:"\F1E0"}.fa-share-alt-square:before{content:"\F1E1"}.fa-share-square:before{content:"\F14D"}.fa-shekel-sign:before{content:"\F20B"}.fa-shield:before{content:"\F132"}.fa-shield-alt:before{content:"\F3ED"}.fa-shield-check:before{content:"\F2F7"}.fa-ship:before{content:"\F21A"}.fa-shipping-fast:before{content:"\F48B"}.fa-shipping-timed:before{content:"\F48C"}.fa-shirtsinbulk:before{content:"\F214"}.fa-shoe-prints:before{content:"\F54B"}.fa-shopping-bag:before{content:"\F290"}.fa-shopping-basket:before{content:"\F291"}.fa-shopping-cart:before{content:"\F07A"}.fa-shopware:before{content:"\F5B5"}.fa-shower:before{content:"\F2CC"}.fa-shuttle-van:before{content:"\F5B6"}.fa-shuttlecock:before{content:"\F45B"}.fa-sign:before{content:"\F4D9"}.fa-sign-in:before{content:"\F090"}.fa-sign-in-alt:before{content:"\F2F6"}.fa-sign-language:before{content:"\F2A7"}.fa-sign-out:before{content:"\F08B"}.fa-sign-out-alt:before{content:"\F2F5"}.fa-signal:before{content:"\F012"}.fa-signature:before{content:"\F5B7"}.fa-simplybuilt:before{content:"\F215"}.fa-sistrix:before{content:"\F3EE"}.fa-sitemap:before{content:"\F0E8"}.fa-sith:before{content:"\F512"}.fa-skeleton:before{content:"\F620"}.fa-skull:before{content:"\F54C"}.fa-skyatlas:before{content:"\F216"}.fa-skype:before{content:"\F17E"}.fa-slack:before{content:"\F198"}.fa-slack-hash:before{content:"\F3EF"}.fa-sliders-h:before{content:"\F1DE"}.fa-sliders-h-square:before{content:"\F3F0"}.fa-sliders-v:before{content:"\F3F1"}.fa-sliders-v-square:before{content:"\F3F2"}.fa-slideshare:before{content:"\F1E7"}.fa-smile:before{content:"\F118"}.fa-smile-beam:before{content:"\F5B8"}.fa-smile-plus:before{content:"\F5B9"}.fa-smile-wink:before{content:"\F4DA"}.fa-smoking:before{content:"\F48D"}.fa-smoking-ban:before{content:"\F54D"}.fa-snapchat:before{content:"\F2AB"}.fa-snapchat-ghost:before{content:"\F2AC"}.fa-snapchat-square:before{content:"\F2AD"}.fa-snowflake:before{content:"\F2DC"}.fa-solar-panel:before{content:"\F5BA"}.fa-sort:before{content:"\F0DC"}.fa-sort-alpha-down:before{content:"\F15D"}.fa-sort-alpha-up:before{content:"\F15E"}.fa-sort-amount-down:before{content:"\F160"}.fa-sort-amount-up:before{content:"\F161"}.fa-sort-down:before{content:"\F0DD"}.fa-sort-numeric-down:before{content:"\F162"}.fa-sort-numeric-up:before{content:"\F163"}.fa-sort-up:before{content:"\F0DE"}.fa-soundcloud:before{content:"\F1BE"}.fa-spa:before{content:"\F5BB"}.fa-space-shuttle:before{content:"\F197"}.fa-spade:before{content:"\F2F4"}.fa-speakap:before{content:"\F3F3"}.fa-spinner:before{content:"\F110"}.fa-spinner-third:before{content:"\F3F4"}.fa-splotch:before{content:"\F5BC"}.fa-spotify:before{content:"\F1BC"}.fa-spray-can:before{content:"\F5BD"}.fa-square:before{content:"\F0C8"}.fa-square-full:before{content:"\F45C"}.fa-squarespace:before{content:"\F5BE"}.fa-stack-exchange:before{content:"\F18D"}.fa-stack-overflow:before{content:"\F16C"}.fa-stamp:before{content:"\F5BF"}.fa-star:before{content:"\F005"}.fa-star-exclamation:before{content:"\F2F3"}.fa-star-half:before{content:"\F089"}.fa-star-half-alt:before{content:"\F5C0"}.fa-star-of-life:before{content:"\F621"}.fa-staylinked:before{content:"\F3F5"}.fa-steam:before{content:"\F1B6"}.fa-steam-square:before{content:"\F1B7"}.fa-steam-symbol:before{content:"\F3F6"}.fa-steering-wheel:before{content:"\F622"}.fa-step-backward:before{content:"\F048"}.fa-step-forward:before{content:"\F051"}.fa-stethoscope:before{content:"\F0F1"}.fa-sticker-mule:before{content:"\F3F7"}.fa-sticky-note:before{content:"\F249"}.fa-stomach:before{content:"\F623"}.fa-stop:before{content:"\F04D"}.fa-stop-circle:before{content:"\F28D"}.fa-stopwatch:before{content:"\F2F2"}.fa-store:before{content:"\F54E"}.fa-store-alt:before{content:"\F54F"}.fa-strava:before{content:"\F428"}.fa-stream:before{content:"\F550"}.fa-street-view:before{content:"\F21D"}.fa-strikethrough:before{content:"\F0CC"}.fa-stripe:before{content:"\F429"}.fa-stripe-s:before{content:"\F42A"}.fa-stroopwafel:before{content:"\F551"}.fa-studiovinari:before{content:"\F3F8"}.fa-stumbleupon:before{content:"\F1A4"}.fa-stumbleupon-circle:before{content:"\F1A3"}.fa-subscript:before{content:"\F12C"}.fa-subway:before{content:"\F239"}.fa-suitcase:before{content:"\F0F2"}.fa-suitcase-rolling:before{content:"\F5C1"}.fa-sun:before{content:"\F185"}.fa-superpowers:before{content:"\F2DD"}.fa-superscript:before{content:"\F12B"}.fa-supple:before{content:"\F3F9"}.fa-surprise:before{content:"\F5C2"}.fa-swatchbook:before{content:"\F5C3"}.fa-swimmer:before{content:"\F5C4"}.fa-swimming-pool:before{content:"\F5C5"}.fa-sync:before{content:"\F021"}.fa-sync-alt:before{content:"\F2F1"}.fa-syringe:before{content:"\F48E"}.fa-table:before{content:"\F0CE"}.fa-table-tennis:before{content:"\F45D"}.fa-tablet:before{content:"\F10A"}.fa-tablet-alt:before{content:"\F3FA"}.fa-tablet-android:before{content:"\F3FB"}.fa-tablet-android-alt:before{content:"\F3FC"}.fa-tablet-rugged:before{content:"\F48F"}.fa-tablets:before{content:"\F490"}.fa-tachometer:before{content:"\F0E4"}.fa-tachometer-alt:before{content:"\F3FD"}.fa-tachometer-alt-average:before{content:"\F624"}.fa-tachometer-alt-fast:before{content:"\F625"}.fa-tachometer-alt-fastest:before{content:"\F626"}.fa-tachometer-alt-slow:before{content:"\F627"}.fa-tachometer-alt-slowest:before{content:"\F628"}.fa-tachometer-average:before{content:"\F629"}.fa-tachometer-fast:before{content:"\F62A"}.fa-tachometer-fastest:before{content:"\F62B"}.fa-tachometer-slow:before{content:"\F62C"}.fa-tachometer-slowest:before{content:"\F62D"}.fa-tag:before{content:"\F02B"}.fa-tags:before{content:"\F02C"}.fa-tape:before{content:"\F4DB"}.fa-tasks:before{content:"\F0AE"}.fa-taxi:before{content:"\F1BA"}.fa-teamspeak:before{content:"\F4F9"}.fa-teeth:before{content:"\F62E"}.fa-teeth-open:before{content:"\F62F"}.fa-telegram:before{content:"\F2C6"}.fa-telegram-plane:before{content:"\F3FE"}.fa-tencent-weibo:before{content:"\F1D5"}.fa-tennis-ball:before{content:"\F45E"}.fa-terminal:before{content:"\F120"}.fa-text-height:before{content:"\F034"}.fa-text-width:before{content:"\F035"}.fa-th:before{content:"\F00A"}.fa-th-large:before{content:"\F009"}.fa-th-list:before{content:"\F00B"}.fa-theater-masks:before{content:"\F630"}.fa-themeco:before{content:"\F5C6"}.fa-themeisle:before{content:"\F2B2"}.fa-thermometer:before{content:"\F491"}.fa-thermometer-empty:before{content:"\F2CB"}.fa-thermometer-full:before{content:"\F2C7"}.fa-thermometer-half:before{content:"\F2C9"}.fa-thermometer-quarter:before{content:"\F2CA"}.fa-thermometer-three-quarters:before{content:"\F2C8"}.fa-thumbs-down:before{content:"\F165"}.fa-thumbs-up:before{content:"\F164"}.fa-thumbtack:before{content:"\F08D"}.fa-ticket:before{content:"\F145"}.fa-ticket-alt:before{content:"\F3FF"}.fa-times:before{content:"\F00D"}.fa-times-circle:before{content:"\F057"}.fa-times-hexagon:before{content:"\F2EE"}.fa-times-octagon:before{content:"\F2F0"}.fa-times-square:before{content:"\F2D3"}.fa-tint:before{content:"\F043"}.fa-tint-slash:before{content:"\F5C7"}.fa-tire:before{content:"\F631"}.fa-tire-flat:before{content:"\F632"}.fa-tire-pressure-warning:before{content:"\F633"}.fa-tire-rugged:before{content:"\F634"}.fa-tired:before{content:"\F5C8"}.fa-toggle-off:before{content:"\F204"}.fa-toggle-on:before{content:"\F205"}.fa-toolbox:before{content:"\F552"}.fa-tooth:before{content:"\F5C9"}.fa-toothbrush:before{content:"\F635"}.fa-trade-federation:before{content:"\F513"}.fa-trademark:before{content:"\F25C"}.fa-traffic-cone:before{content:"\F636"}.fa-traffic-light:before{content:"\F637"}.fa-traffic-light-go:before{content:"\F638"}.fa-traffic-light-slow:before{content:"\F639"}.fa-traffic-light-stop:before{content:"\F63A"}.fa-train:before{content:"\F238"}.fa-transgender:before{content:"\F224"}.fa-transgender-alt:before{content:"\F225"}.fa-trash:before{content:"\F1F8"}.fa-trash-alt:before{content:"\F2ED"}.fa-tree:before{content:"\F1BB"}.fa-tree-alt:before{content:"\F400"}.fa-trello:before{content:"\F181"}.fa-triangle:before{content:"\F2EC"}.fa-tripadvisor:before{content:"\F262"}.fa-trophy:before{content:"\F091"}.fa-trophy-alt:before{content:"\F2EB"}.fa-truck:before{content:"\F0D1"}.fa-truck-container:before{content:"\F4DC"}.fa-truck-couch:before{content:"\F4DD"}.fa-truck-loading:before{content:"\F4DE"}.fa-truck-monster:before{content:"\F63B"}.fa-truck-moving:before{content:"\F4DF"}.fa-truck-pickup:before{content:"\F63C"}.fa-truck-ramp:before{content:"\F4E0"}.fa-tshirt:before{content:"\F553"}.fa-tty:before{content:"\F1E4"}.fa-tumblr:before{content:"\F173"}.fa-tumblr-square:before{content:"\F174"}.fa-tv:before{content:"\F26C"}.fa-tv-retro:before{content:"\F401"}.fa-twitch:before{content:"\F1E8"}.fa-twitter:before{content:"\F099"}.fa-twitter-square:before{content:"\F081"}.fa-typo3:before{content:"\F42B"}.fa-uber:before{content:"\F402"}.fa-uikit:before{content:"\F403"}.fa-umbrella:before{content:"\F0E9"}.fa-umbrella-beach:before{content:"\F5CA"}.fa-underline:before{content:"\F0CD"}.fa-undo:before{content:"\F0E2"}.fa-undo-alt:before{content:"\F2EA"}.fa-uniregistry:before{content:"\F404"}.fa-universal-access:before{content:"\F29A"}.fa-university:before{content:"\F19C"}.fa-unlink:before{content:"\F127"}.fa-unlock:before{content:"\F09C"}.fa-unlock-alt:before{content:"\F13E"}.fa-untappd:before{content:"\F405"}.fa-upload:before{content:"\F093"}.fa-usb:before{content:"\F287"}.fa-usd-circle:before{content:"\F2E8"}.fa-usd-square:before{content:"\F2E9"}.fa-user:before{content:"\F007"}.fa-user-alt:before{content:"\F406"}.fa-user-alt-slash:before{content:"\F4FA"}.fa-user-astronaut:before{content:"\F4FB"}.fa-user-check:before{content:"\F4FC"}.fa-user-circle:before{content:"\F2BD"}.fa-user-clock:before{content:"\F4FD"}.fa-user-cog:before{content:"\F4FE"}.fa-user-edit:before{content:"\F4FF"}.fa-user-friends:before{content:"\F500"}.fa-user-graduate:before{content:"\F501"}.fa-user-lock:before{content:"\F502"}.fa-user-md:before{content:"\F0F0"}.fa-user-minus:before{content:"\F503"}.fa-user-ninja:before{content:"\F504"}.fa-user-plus:before{content:"\F234"}.fa-user-secret:before{content:"\F21B"}.fa-user-shield:before{content:"\F505"}.fa-user-slash:before{content:"\F506"}.fa-user-tag:before{content:"\F507"}.fa-user-tie:before{content:"\F508"}.fa-user-times:before{content:"\F235"}.fa-users:before{content:"\F0C0"}.fa-users-class:before{content:"\F63D"}.fa-users-cog:before{content:"\F509"}.fa-ussunnah:before{content:"\F407"}.fa-utensil-fork:before{content:"\F2E3"}.fa-utensil-knife:before{content:"\F2E4"}.fa-utensil-spoon:before{content:"\F2E5"}.fa-utensils:before{content:"\F2E7"}.fa-utensils-alt:before{content:"\F2E6"}.fa-vaadin:before{content:"\F408"}.fa-vector-square:before{content:"\F5CB"}.fa-venus:before{content:"\F221"}.fa-venus-double:before{content:"\F226"}.fa-venus-mars:before{content:"\F228"}.fa-viacoin:before{content:"\F237"}.fa-viadeo:before{content:"\F2A9"}.fa-viadeo-square:before{content:"\F2AA"}.fa-vial:before{content:"\F492"}.fa-vials:before{content:"\F493"}.fa-viber:before{content:"\F409"}.fa-video:before{content:"\F03D"}.fa-video-plus:before{content:"\F4E1"}.fa-video-slash:before{content:"\F4E2"}.fa-vimeo:before{content:"\F40A"}.fa-vimeo-square:before{content:"\F194"}.fa-vimeo-v:before{content:"\F27D"}.fa-vine:before{content:"\F1CA"}.fa-vk:before{content:"\F189"}.fa-vnv:before{content:"\F40B"}.fa-volleyball-ball:before{content:"\F45F"}.fa-volume-down:before{content:"\F027"}.fa-volume-mute:before{content:"\F2E2"}.fa-volume-off:before{content:"\F026"}.fa-volume-up:before{content:"\F028"}.fa-vuejs:before{content:"\F41F"}.fa-walking:before{content:"\F554"}.fa-wallet:before{content:"\F555"}.fa-warehouse:before{content:"\F494"}.fa-warehouse-alt:before{content:"\F495"}.fa-watch:before{content:"\F2E1"}.fa-watch-fitness:before{content:"\F63E"}.fa-weebly:before{content:"\F5CC"}.fa-weibo:before{content:"\F18A"}.fa-weight:before{content:"\F496"}.fa-weight-hanging:before{content:"\F5CD"}.fa-weixin:before{content:"\F1D7"}.fa-whatsapp:before{content:"\F232"}.fa-whatsapp-square:before{content:"\F40C"}.fa-wheelchair:before{content:"\F193"}.fa-whistle:before{content:"\F460"}.fa-whmcs:before{content:"\F40D"}.fa-wifi:before{content:"\F1EB"}.fa-wikipedia-w:before{content:"\F266"}.fa-window:before{content:"\F40E"}.fa-window-alt:before{content:"\F40F"}.fa-window-close:before{content:"\F410"}.fa-window-maximize:before{content:"\F2D0"}.fa-window-minimize:before{content:"\F2D1"}.fa-window-restore:before{content:"\F2D2"}.fa-windows:before{content:"\F17A"}.fa-wine-glass:before{content:"\F4E3"}.fa-wine-glass-alt:before{content:"\F5CE"}.fa-wix:before{content:"\F5CF"}.fa-wolf-pack-battalion:before{content:"\F514"}.fa-won-sign:before{content:"\F159"}.fa-wordpress:before{content:"\F19A"}.fa-wordpress-simple:before{content:"\F411"}.fa-wpbeginner:before{content:"\F297"}.fa-wpexplorer:before{content:"\F2DE"}.fa-wpforms:before{content:"\F298"}.fa-wrench:before{content:"\F0AD"}.fa-x-ray:before{content:"\F497"}.fa-xbox:before{content:"\F412"}.fa-xing:before{content:"\F168"}.fa-xing-square:before{content:"\F169"}.fa-y-combinator:before{content:"\F23B"}.fa-yahoo:before{content:"\F19E"}.fa-yandex:before{content:"\F413"}.fa-yandex-international:before{content:"\F414"}.fa-yelp:before{content:"\F1E9"}.fa-yen-sign:before{content:"\F157"}.fa-yoast:before{content:"\F2B1"}.fa-youtube:before{content:"\F167"}.fa-youtube-square:before{content:"\F431"}.fa-zhihu:before{content:"\F63F"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;src:url(/./webfonts/fa-brands-400.eot);src:url(/./webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/./webfonts/fa-brands-400.woff2) format("woff2"),url(/./webfonts/fa-brands-400.woff) format("woff"),url(/./webfonts/fa-brands-400.ttf) format("truetype"),url(/./webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:300;src:url(/./webfonts/fa-light-300.eot);src:url(/./webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"),url(/./webfonts/fa-light-300.woff2) format("woff2"),url(/./webfonts/fa-light-300.woff) format("woff"),url(/./webfonts/fa-light-300.ttf) format("truetype"),url(/./webfonts/fa-light-300.svg#fontawesome) format("svg")}.fal{font-weight:300}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:400;src:url(/./webfonts/fa-regular-400.eot);src:url(/./webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/./webfonts/fa-regular-400.woff2) format("woff2"),url(/./webfonts/fa-regular-400.woff) format("woff"),url(/./webfonts/fa-regular-400.ttf) format("truetype"),url(/./webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fal,.far{font-family:"Font Awesome 5 Pro"}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;src:url(/./webfonts/fa-solid-900.eot);src:url(/./webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/./webfonts/fa-solid-900.woff2) format("woff2"),url(/./webfonts/fa-solid-900.woff) format("woff"),url(/./webfonts/fa-solid-900.ttf) format("truetype"),url(/./webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Pro";font-weight:900}.ReactTable{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;} 
.ReactTable *{box-sizing:border-box} 
.ReactTable .rt-table{width:100%;border-collapse:collapse;overflow:auto} 
.ReactTable .rt-thead{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;} 
.ReactTable .rt-thead.-headerGroups{background:rgba(0,0,0,0.03);border-bottom:1px solid rgba(0,0,0,0.05)} 
.ReactTable .rt-thead.-filters{border-bottom:1px solid rgba(0,0,0,0.05);} 
.ReactTable .rt-thead.-filters input,.ReactTable .rt-thead.-filters select{border:1px solid rgba(0,0,0,0.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:normal;outline:none} 
.ReactTable .rt-thead.-filters .rt-th{border-right:1px solid rgba(0,0,0,0.02)} 
.ReactTable .rt-thead.-header{} 
.ReactTable .rt-thead .rt-tr{text-align:center} 
.ReactTable .rt-thead .rt-th,.ReactTable .rt-thead .rt-td{padding:5px 5px;line-height:normal;position:relative; transition:box-shadow .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:inset 0 0 0 0 transparent} 
.ReactTable .rt-thead .rt-th.-sort-asc,.ReactTable .rt-thead .rt-td.-sort-asc{box-shadow:inset 0 3px 0 0 rgba(0,0,0,0.6)} 
.ReactTable .rt-thead .rt-th.-sort-desc,.ReactTable .rt-thead .rt-td.-sort-desc{box-shadow:inset 0 -3px 0 0 rgba(0,0,0,0.6)} 
.ReactTable .rt-thead .rt-th.-cursor-pointer,.ReactTable .rt-thead .rt-td.-cursor-pointer{cursor:pointer} 
.ReactTable .rt-thead .rt-th:last-child,.ReactTable .rt-thead .rt-td:last-child{border-right:0} 
.ReactTable .rt-thead .rt-resizable-header{overflow:visible;} 
.ReactTable .rt-thead .rt-resizable-header:last-child{overflow:hidden} 
.ReactTable .rt-thead .rt-resizable-header-content{overflow:hidden;text-overflow:ellipsis} 
.ReactTable .rt-thead .rt-header-pivot{border-right-color:#f7f7f7} 
.ReactTable .rt-thead .rt-header-pivot:after,.ReactTable .rt-thead .rt-header-pivot:before{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none} 
.ReactTable .rt-thead .rt-header-pivot:after{border-color:rgba(255,255,255,0);border-left-color:#fff;border-width:8px;margin-top:-8px} 
.ReactTable .rt-thead .rt-header-pivot:before{border-color:rgba(102,102,102,0);border-left-color:#f7f7f7;border-width:10px;margin-top:-10px} 
.ReactTable .rt-tbody{overflow:auto;} 
.ReactTable .rt-tbody .rt-tr-group{border-bottom:solid 1px rgba(0,0,0,0.05);} 
.ReactTable .rt-tbody .rt-tr-group:last-child{border-bottom:0} 
.ReactTable .rt-tbody .rt-td{} 
.ReactTable .rt-tbody .rt-td:last-child{border-right:0} 
.ReactTable .rt-tr-group{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch} 
.ReactTable .rt-tr{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;} 
.ReactTable .rt-th,.ReactTable .rt-td{display:inline-block; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;transition:.3s ease;transition-property:width,min-width,padding,opacity;vertical-align:top;} 
.ReactTable .rt-th.-hidden,.ReactTable .rt-td.-hidden{width:0 !important;min-width:0 !important;padding:0 !important;border:0 !important;opacity:0 !important} 
.ReactTable .rt-expander{display:inline-block;position:relative;margin:0;color:transparent;margin:0 10px;} 
.ReactTable .rt-expander:after{content:'';position:absolute;width:0;height:0;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(-90deg);transform:translate(-50%,-50%) rotate(-90deg);border-left:5.04px solid transparent;border-right:5.04px solid transparent;border-top:7px solid rgba(0,0,0,0.8);transition:all .3s cubic-bezier(.175,.885,.32,1.275);cursor:pointer} 
.ReactTable .rt-expander.-open:after{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)} 
.ReactTable .rt-resizer{display:inline-block;position:absolute;width:36px;top:0;bottom:0;right:-18px;cursor:col-resize;z-index:10} 
.ReactTable .rt-tfoot{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;box-shadow:0 0 15px 0 rgba(0,0,0,0.15);} 
.ReactTable .rt-tfoot .rt-td{border-right:1px solid rgba(0,0,0,0.05);} 
.ReactTable .rt-tfoot .rt-td:last-child{border-right:0} 
.ReactTable.-striped .rt-tr.-odd{background:rgba(0,0,0,0.03)} 
.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover{background:rgba(0,0,0,0.05)} 
.ReactTable .-pagination{z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:3px;box-shadow:0 0 15px 0 rgba(0,0,0,0.1);border-top:2px solid rgba(0,0,0,0.1);} 
.ReactTable .-pagination input,.ReactTable .-pagination select{border:1px solid rgba(0,0,0,0.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:normal;outline:none} 
.ReactTable .-pagination .-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;height:100%;border:0;border-radius:3px;padding:6px;font-size:1em;color:rgba(0,0,0,0.6);background:rgba(0,0,0,0.1);transition:all .1s ease;cursor:pointer;outline:none;} 
.ReactTable .-pagination .-btn[disabled]{opacity:.5;cursor:default} 
.ReactTable .-pagination .-btn:not([disabled]):hover{background:rgba(0,0,0,0.3);color:#fff} 
.ReactTable .-pagination .-previous,.ReactTable .-pagination .-next{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center} 
.ReactTable .-pagination .-center{-webkit-box-flex:1.5;-ms-flex:1.5;flex:1.5;text-align:center;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around} 
.ReactTable .-pagination .-pageInfo{display:inline-block;margin:3px 10px;white-space:nowrap} 
.ReactTable .-pagination .-pageJump{display:inline-block;} 
.ReactTable .-pagination .-pageJump input{width:70px;text-align:center} 
.ReactTable .-pagination .-pageSizeOptions{margin:3px 10px} 
.ReactTable .rt-noData{display:block;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:rgba(255,255,255,0.8);transition:all .3s ease;z-index:1;pointer-events:none;padding:20px;color:rgba(0,0,0,0.5)} 
.ReactTable .-loading{display:block;position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(255,255,255,0.8);transition:all .3s ease;z-index:-1;opacity:0;pointer-events:none;} 
.ReactTable .-loading > div{position:absolute;display:block;text-align:center;width:100%;top:50%;left:0;font-size:15px;color:rgba(0,0,0,0.6);-webkit-transform:translateY(-52%);transform:translateY(-52%);transition:all .3s cubic-bezier(.25,.46,.45,.94)} 
.ReactTable .-loading.-active{opacity:1;z-index:2;pointer-events:all;} 
.ReactTable .-loading.-active > div{-webkit-transform:translateY(50%);transform:translateY(50%)} 
.ReactTable .rt-resizing .rt-th,.ReactTable .rt-resizing .rt-td{transition:none !important;cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none} 



/*# sourceMappingURL=app.css.map*/