@charset "UTF-8";
@import "amadeus-bootstrap/amadeus-theme-2c5cd69e513e3595acf5b1b808b33b89.css";
@import "font-awesome-4.7.0/css/font-awesome-c495654869785bc3df60216616814ad1.css";
/* Colors */
.svgTransformAmadeusBlue {
  filter: invert(15%) sepia(98%) saturate(7484%) hue-rotate(201deg) brightness(96%) contrast(101%);
}

.svgTransformBrownishGrey {
  filter: invert(43%) sepia(0%) saturate(0%) hue-rotate(100deg) brightness(96%) contrast(92%);
}

.svgTransformAmadeusOrange {
  filter: invert(62%) sepia(98%) saturate(3216%) hue-rotate(329deg) brightness(97%) contrast(84%);
}

.svgTransformAmadeusCherry {
  filter: invert(13%) sepia(68%) saturate(7482%) hue-rotate(327deg) brightness(80%) contrast(104%);
}

.svgTransformWhite {
  filter: invert(100%);
}

/* Table Styles */
table.dataTable {
  width: 100% !important;
  border: 1px solid #c7c9c7 !important;
}

table.dataTable tr {
  height: 30px;
}

table.dataTable td {
  padding: 0px 10px !important;
  vertical-align: middle !important;
}

table.dataTable thead tr {
  background-color: #e5e5e5 !important;
}

table.dataTable tbody tr.even {
  background-color: #f7f7fa !important;
}

table.dataTable tbody tr.odd {
  background-color: #fff !important;
}

table.dataTable.colorableLines tbody tr:not(.removableSpecialLine):hover * {
  color: #fff !important;
  background-color: #2676c3 !important;
}

table.dataTable.colorableLines tbody tr:not(.removableSpecialLine):hover td.text-primary {
  color: #fff !important;
  background-color: #2676c3 !important;
}

table.dataTable tbody tr.selected {
  color: #333 !important;
  background-color: #ffb549 !important;
}

.width185 {
  width: 185px;
}

table.dataTable .removableSpecialLine {
  background-color: #e5e5e5 !important;
  cursor: default;
  font-weight: bold;
}

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}

table.dataTable td.dataTables_empty,
table.dataTable td.dataTables_empty:hover {
  height: 130px;
  text-align: center;
  vertical-align: middle !important;
  background-color: #f7f7fa;
  color: #000;
  cursor: default;
}

table.dataTable tbody {
  cursor: pointer;
}

.datatableTitle {
  font-size: 14px;
  font-weight: bold;
}

.datatableTitle.paddingLeft {
  padding-left: 100px;
}

.text-top {
  vertical-align: top !important;
}

.text-middle {
  vertical-align: middle !important;
}

/* Force header to take all the space in case the datatable is in a popup (prevent sizing issue) */
.modal .dataTables_scrollHeadInner {
  width: 100% !important;
}

/* Show/hide columns buttons */
ul.dt-button-collection li.buttons-columnVisibility {
  cursor: pointer;
}

/* Data feed status table */
#dataFeedStatusTable {
  font-size: 14px !important;
}

#dataFeedStatusTable .label {
  font-size: 13px !important;
}

#dataFeedStatusTable td {
  padding: 5px;
}

.paleBlueOpacity60 {
  fill: rgba(155, 202, 235, 0.6);
  stroke: rgba(155, 202, 235, 0.6);
}

.paleBlueOpacity20 {
  fill: rgba(155, 202, 235, 0.2);
  stroke: rgba(155, 202, 235, 0.2);
}

.sticky-header.dataTables_scrollHead {
  position: sticky !important;
  z-index: 3;
}

.sticky-header.dataTables_scrollHead.top-25-em {
  top: 2.5em;
}

.sticky-header.dataTables_scrollHead.top-73-em {
  top: 7.35em;
}

.modal-content .sticky-header {
  top: 0 !important;
}

.removableSpecialLine.collapse-row {
  visibility: collapse;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.filterTitle {
  font-size: 12px;
  font-weight: bold;
  padding: 3px 0 3px 0;
}

.boardPoint input.form-control,
.offPoint input.form-control,
input#flightNumber,
input#bookingClass,
input#cabin,
input#pointOfSale {
  padding-left: 30px !important;
  background-repeat: no-repeat;
  background-size: auto 18px;
}

.boardPoint input {
  background-image: url("images/icons_rework/take_off_right-7d795f30cd70d559becfa7086ad1c844.png"), url("images/Field_Autocomplete-db575c5cbec730099c90ac440e21e50a.png");
  background-position: left, 98%;
  background-size: auto 18px, auto 16px !important;
}

.offPoint input {
  background-image: url("images/icons_rework/landing_right2-4ae3e3e6ec3b8bc880f01cfbc1d67a2c.png"), url("images/Field_Autocomplete-db575c5cbec730099c90ac440e21e50a.png");
  background-position: left, 98%;
  background-size: auto 18px, auto 16px !important;
}

input#flightNumber {
  text-transform: uppercase;
  background-image: url("images/icons/Search_flight-7b03526ac6cf4889f9599064b0fa8fcb.png");
  background-position: 2%;
}

input#bookingClass,
input#cabin {
  text-transform: uppercase;
  background-image: url("images/icons/Seat-d289811929bee6a10f1df9044c84ecf0.png");
  background-position: 2%;
}

input#pointOfSale {
  text-transform: uppercase;
  background-image: url("images/icons/Shopping_cart_02-5cfe79cdcad5c7e826bc1611be402576.png");
  background-position: 2%;
}

.fieldAutoComplete {
  background-image: url("images/Field_Autocomplete-db575c5cbec730099c90ac440e21e50a.png");
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto 16px !important;
}

/* Trick not to apply uppercase transformation to placeholders */
::-webkit-input-placeholder {
  text-transform: initial;
}

::-moz-placeholder {
  text-transform: initial;
}

:-ms-input-placeholder {
  text-transform: initial;
}

.ond_switchButton {
  position: relative;
  left: -20px;
  margin-top: 0px;
  text-align: left;
}

/* Day of Week */
#dowFilterContainer button,
#dowFilterContainer button:focus,
#cnxFilterContainer button,
#cnxFilterContainer button:focus {
  width: 204px;
  background-color: #fff !important;
  padding-left: 30px !important;
  padding-right: 10px !important;
  border: 1px #c7c9c7 solid !important;
  letter-spacing: 0px !important;
  word-spacing: -0.2px !important;
  color: black !important;
  font-weight: normal !important;
  font-size: 11px !important;
}

#dowFilterContainer button {
  background-image: url("images/icons_rework/calendar_rework/Calendar_day_inverted_hard_blue-42b0743f10217c5cb816a69f63a8bd96.png"), url("images/dropdown-c932cc7d5e3bbeb0c9c336caba3c6a80.png");
  border: 1px #c7c9c7 solid !important;
}

#dowFilterContainer button:focus {
  background-image: url("images/icons_rework/calendar_rework/Calendar_day_inverted_hard_blue-42b0743f10217c5cb816a69f63a8bd96.png"), url("images/dropdown_open-488d16d069bf83b8f729a3c04dca78d1.png");
  border: 1px #00a9e0 solid !important;
}

#cnxFilterContainer button {
  background-image: url("images/icons/Worldwide_connection_01-be9c3557175b17dbbdb5b6c56b132bce.png"), url("images/dropdown-c932cc7d5e3bbeb0c9c336caba3c6a80.png");
  border: 1px #c7c9c7 solid !important;
}

#cnxFilterContainer button:focus {
  background-image: url("images/icons/Worldwide_connection_01-be9c3557175b17dbbdb5b6c56b132bce.png"), url("images/dropdown_open-488d16d069bf83b8f729a3c04dca78d1.png");
  border: 1px #00a9e0 solid !important;
}

#dowFilterContainer button:last-child,
#cnxFilterContainer button:last-child {
  background-image: none;
  width: 190px;
  color: #fff !important;
  padding-left: 0px !important;
  background-color: #005eb8 !important;
  border: 1px #005eb8 solid;
}

#dowFilterContainer button:last-child:hover,
#cnxFilterContainer button:last-child:hover {
  background-color: #2676c3 !important;
  border: 1px #2676c3 solid;
}

#dowFilterContainer button:last-child:focus,
#cnxFilterContainer button:last-child:focus {
  background-color: #2676c3 !important;
  border: 1px #002f5c solid;
}

#dowFilterContainer ul,
#cnxFilterContainer ul {
  border: 1px #00a9e0 solid;
  width: 204px;
  font-size: 12px;
  font-weight: normal;
}

#dowFilterContainer ul li a:hover,
#cnxFilterContainer ul li a:hover {
  background: #2676c3;
  color: #fff;
}

#dowFilterContainer ul li.selected a,
#cnxFilterContainer ul li.selected a {
  color: #333 !important;
  background: #ffb549;
}

/* Airlines Selector*/
[id$=AirlinesSelector] button,
[id$=AirlinesSelector] button:focus {
  width: 130px;
  background-color: #fff !important;
  background-position: right;
  padding-left: 5px !important;
  padding-right: 10px !important;
  border: 1px #333 solid !important;
  letter-spacing: 0px !important;
  word-spacing: -0.2px !important;
  color: black !important;
  font-weight: normal !important;
  font-size: 11px !important;
}

[id$=AirlinesSelector] .btn.btn-sm {
  filter: grayscale(1);
}

[id$=AirlinesSelector] button {
  background-image: url("images/dropdown-c932cc7d5e3bbeb0c9c336caba3c6a80.png");
}

[id$=AirlinesSelector] button:focus {
  background-image: url("images/dropdown_open-488d16d069bf83b8f729a3c04dca78d1.png");
}

[id$=AirlinesSelector] .dropdown-menu {
  min-width: 80px !important;
}

[id$=AirlinesSelector] button:last-child {
  background-image: none;
  color: #fff !important;
  padding-left: 0px !important;
  background-color: #005eb8 !important;
  border: 1px #005eb8 solid;
  width: 80px !important;
}

[id$=AirlinesSelector] button:last-child:hover {
  background-color: #2676c3 !important;
  border: 1px #2676c3 solid;
}

[id$=AirlinesSelector] button:last-child:focus {
  background-color: #2676c3 !important;
  border: 1px #002f5c solid;
}

[id$=AirlinesSelector] ul {
  border: 1px #00a9e0 solid;
  font-size: 12px;
  font-weight: normal;
}

[id$=AirlinesSelector] ul li a:hover {
  background: #2676c3;
  color: #fff;
}

[id$=AirlinesSelector] ul li.selected a {
  color: #333 !important;
  background: #ffb549;
}

/* Cluster level */
#cluster-level-filter {
  width: 87%;
  text-align: center;
}

#cluster-level-filter table.level-item-wrapper {
  width: 100%;
}

#cluster-level-filter div.level-item {
  background-color: #005EB8;
  color: white;
  min-height: 30px;
  line-height: 30px;
  border-radius: 2px;
  cursor: pointer;
}

#cluster-level-filter div.level-item:hover,
#cluster-level-filter div.level-item.active {
  background-color: #ffb549;
  color: #333333;
}

#cluster-level-filter table.level-item-wrapper td[nb-levels="2"] {
  width: 48%;
}

#cluster-level-filter table.level-item-wrapper td[nb-levels="2"]:first-child div {
  margin-right: 2px !important;
}

#cluster-level-filter table.level-item-wrapper td[nb-levels="2"]:last-child div {
  margin-left: 2px !important;
}

#cluster-level-filter div.level-arrow {
  font-size: 15px;
  color: #005EB8;
  width: 100%;
  display: inline-block;
  vertical-align: super;
}

/* Datepicker */
input[type=text].datepickerInput {
  padding-left: 20px !important;
  background-repeat: no-repeat;
  background-position: 5%;
  background-size: auto 17px;
  width: 100px !important;
  text-transform: uppercase;
}

.datepicker-day input {
  background-image: url("images/icons_rework/calendar_rework/Calendar_day_selected-867ce692d16fbde9040ba70b00fd4aed.png");
}

.datepicker-week input {
  background-image: url("images/icons_rework/calendar_rework/Calendar_week_selected-aadc4eed749dfbf7195dc6a7d940bf0c.png");
}

.datepicker-month input {
  background-image: url("images/icons_rework/calendar_rework/Calendar_month_selected-7809aab94992cdd3d0c884a6b2e70fb3.png");
}

#datepicker-day span,
#datepicker-week span,
#datepicker-month span {
  width: auto !important;
}

.differentiateSelect {
  background-image: url("images/icons/Chart_03-0db3040e2618f523c5ace26b1cb56993.png"), url("images/dropdown-c932cc7d5e3bbeb0c9c336caba3c6a80.png");
  background-repeat: no-repeat;
  background-position: 2%, right;
  background-size: auto 16px;
  padding-right: 20px;
}

.selectDisplay {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  color: #333;
  height: 25px;
  font-size: 12px;
  border: 1px #c7c9c7 solid;
  margin-left: 0px !important;
  padding-left: 28px;
  border-radius: 2px !important;
}

.neutralSelect {
  background-image: url("images/icons/Check_list-a7a7f5c2a2d942773bc3875f632ee995.png"), url("images/dropdown-c932cc7d5e3bbeb0c9c336caba3c6a80.png");
}

.iconBgPos2Perc18Px, .iconBgPos2Perc14Px {
  background-repeat: no-repeat;
  background-position: 2%, right;
  background-size: auto 18px;
}

.iconBgPos2Perc14Px {
  background-size: auto 14px;
}

.noIconSelect {
  background-image: url("images/dropdown-c932cc7d5e3bbeb0c9c336caba3c6a80.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 18px;
  padding-left: 5px;
  padding-right: 21px;
}

.referenceDateLabel {
  font-size: 12px;
  border: 1px;
  display: flex;
  justify-content: flex-start;
}

.dateRange-select {
  background-image: url("images/icons/Scheduled-ff5e23cf2260fbb457621274a5b80957.png"), url("images/dropdown-c932cc7d5e3bbeb0c9c336caba3c6a80.png");
}

.dateRange-select:focus {
  border: 1px #00a9e0 solid !important;
  background-image: url("images/icons/Scheduled-ff5e23cf2260fbb457621274a5b80957.png"), url("images/dropdown_open-488d16d069bf83b8f729a3c04dca78d1.png");
}

.dateRange-select option:checked:after {
  background-color: #ffb549 !important;
}

.dateType-selectbox {
  background-image: url("images/icons/Worldwide_connection_02-5bc3d762608035bcab4027f3587d46d4.png"), url("images/dropdown-c932cc7d5e3bbeb0c9c336caba3c6a80.png");
}

.dateType-selectbox:focus {
  border: 1px #00a9e0 solid !important;
  background-image: url("images/icons/Worldwide_connection_02-5bc3d762608035bcab4027f3587d46d4.png"), url("images/dropdown_open-488d16d069bf83b8f729a3c04dca78d1.png");
}

.dateType-selectbox option:checked:after {
  background-color: #ffb549 !important;
}

.datepicker table tr td.active.active {
  background-color: #005eb8 !important;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-image: -moz-linear-gradient(to bottom, #00a9e0, #005eb8);
  background-image: -ms-linear-gradient(to bottom, #00a9e0, #005eb8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00a9e0), to(#005eb8));
  background-image: -webkit-linear-gradient(to bottom, #00a9e0, #005eb8);
  background-image: -o-linear-gradient(to bottom, #00a9e0, #005eb8);
  background-image: linear-gradient(to bottom, #00a9e0, #005eb8);
}

.datepicker table tr td.today {
  background-image: none;
  background-color: #ffb549;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover {
  background-image: none;
  background-color: #e5e5e5;
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover {
  background-color: #c7c9c7;
}

/* Autocomplete Styles */
.tt-dropdown-menu {
  z-index: 11;
  width: 35rem;
}

.tt-suggestions {
  overflow-y: auto;
}

.tt-suggestion.tt-cursor {
  background: #ffb549 none repeat scroll 0 0;
  color: #333;
}

.tt-suggestion:hover {
  background: #2676c3 none repeat scroll 0 0;
  color: #fff;
}

.tt-suggestion:hover .suggestion-type-icon {
  color: #fff;
}

.tt-suggestion b {
  width: 7rem !important;
}
.tt-suggestion .suggestion {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tt-suggestion .suggestion-name {
  width: 100%;
}
.tt-suggestion .suggestion-type-icon {
  font-size: 10px;
  color: #005eb8;
  text-transform: uppercase;
  margin-right: 5px;
  width: 16px;
  padding: 1px;
  border-radius: 2px;
  background-color: white;
}

.rm-auto-complete:not(.no-uppercase) {
  text-transform: uppercase;
  /*background-image: url("amadeus-bootstrap/img/sprites-d-c-ac-477880e885e6f50cc87fb83640c21c91.png");
  background-position: 0 23px;*/
}

/* Usage stats filters */
#usage-stat-filters {
  display: block;
  background-color: #E5E5E5;
  border: 1px solid #005EB8;
  border-radius: 3px;
  margin-top: 20px;
  padding: 8px;
  padding-left: 10px;
  line-height: 15px;
}

#usage-stat-filters label {
  margin-bottom: 0px;
}

.noTopMargin {
  margin-top: 0px !important;
}

.filter-zone {
  border-radius: 3px;
  width: 273px;
  height: 100%;
  background-color: #f7f7fa;
  position: fixed;
  left: 0px;
  z-index: 10;
  top: 87px;
}

.filter-zone,
.filter-zone * {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

#filterButtonAndMessage {
  height: 70px;
  padding-left: 28px !important;
}

.filterDivHeight {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100% - 180px);
}

.filtersBorder {
  padding: 20px 20px 20px 28px !important;
  width: 273px;
  margin-left: 0px;
  border-bottom: 1px #e5e5e5 dashed;
  border-top: none !important;
}

.tt-dropdown-menu {
  position: fixed;
  z-index: 12;
  top: auto;
}

.dropdownWithoutBottom .dropdown-menu {
  bottom: auto;
}

.dropdown-backdrop {
  display: none;
}

/* Dashboards links */
.navbar.navbar-default #bs-example-navbar-collapse-1 .navbar-nav li.dashboard-visible-false a {
  color: silver !important;
  font-style: italic;
}

/* API & Airline-Picker Styles */
.banner-picker {
  position: relative;
  display: block;
  float: right;
  text-align: right;
  color: white;
}

.banner-picker.one-line {
  font-size: 12px;
  padding: 5px 0px;
}

.banner-picker.two-lines {
  font-size: 9px;
  padding: 2px 0px;
}

.banner-picker div {
  display: inline-block;
}

.banner-picker select {
  color: #333;
}

.banner-picker a {
  cursor: pointer;
  color: white;
}

.banner-picker.two-lines.welcome {
  font-size: 10px;
  padding: 2px 0px;
}

.banner-picker.separator {
  font-size: 22px;
  margin: 0px 10px;
}

.calendarWidget {
  background-color: #fff;
  width: 190px;
  height: 250px;
  position: fixed;
  z-index: 3;
  border-radius: 2px;
  display: none;
  border: 1px solid #e5e5e5;
  box-shadow: 1px 1px 1px #a6a6a8;
}

.calendarEnd,
.calendarEndRef {
  transform: translate3d(104px, 25px, 0);
}

ul.calendarHeader {
  display: flex;
  list-style: none;
  padding: 0px;
  margin-top: 5px !important;
  height: 20px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  font-weight: bold;
}

ul.calendarBody {
  display: flex;
  list-style: none;
  padding: 0px;
  height: 200px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.calendarBodyItem {
  color: #e5e5e5;
}

ul.calendarBody .calendarClickable {
  color: #333;
}

.calendarHeaderItem {
  font-size: 13px;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  border-radius: 2px;
}

.calendarMonth {
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  text-align: center;
  border-radius: 2px;
}

.calendarTitle {
  width: 130px;
}

.calendarItem, .calendarDay, .calendarDoW,
.calendarWeekNumber {
  width: 30px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 2px;
}

.calendarDoW,
.calendarWeekNumber {
  font-weight: bold;
  font-size: 10px;
}

.calendarDay {
  font-size: 12px;
}

.calendarArrow {
  width: 30px;
}

.calendarClickable {
  cursor: pointer;
}

.calendarClickable:hover {
  background-color: #e5e5e5;
}

.calendarHasFocusFlag {
  display: none;
}

/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// © guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
#filter-time-range-wrapper {
  border: 1px solid #c7c9c7 !important;
  width: 203px;
  height: 67px;
  border-radius: 2px;
  background-color: #fff;
}

#filter-time-range-label {
  background-image: url("images/icons/Clock-1e868b4feb89bbbe32f2f4811b187420.png");
  background-position: left;
  height: 24px;
  line-height: 23px;
  padding-left: 28px !important;
  background-repeat: no-repeat;
  background-size: auto 16px;
  background-position: 2%;
  font-size: 12px;
}

.irs {
  height: 45px;
}

.irs-with-grid {
  height: 75px;
}

.irs-line {
  height: 6px;
  top: 25px;
  background: #005eb8;
  background: linear-gradient(to bottom, #DDD -50%, #FFF 150%);
  /* W3C */
  border: 1px solid #CCC;
  border-radius: 16px;
  -moz-border-radius: 16px;
}

.irs-line-left {
  height: 8px;
  background: #ffffff;
}

.irs-line-mid {
  height: 8px;
  background: #ffffff;
}

.irs-line-right {
  height: 8px;
  background: #ffffff;
}

.irs-bar {
  height: 6px;
  top: 25px;
  border-top: 1px solid #ffb549;
  border-bottom: 1px solid #ffb549;
  background: #ffb549;
  background: linear-gradient(to top, #ffb549 0%, #ffb549 100%);
  /* W3C */
}

.irs-bar-edge {
  height: 5px;
  top: 33px;
  width: 14px;
  border: 1px solid #428bca;
  border-right: 0;
  background: #e5e5e5;
  background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
  /* W3C */
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px;
}

.irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=30);
}

.irs-slider {
  top: 21px;
  width: 15px;
  height: 15px;
  border: 1px solid #005eb8;
  background: #005eb8;
  background: linear-gradient(to bottom, #2676c3 0%, #005eb8 100%);
  /* W3C */
  border-radius: 27px;
  -moz-border-radius: 27px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.irs-slider.state_hover,
.irs-slider:hover {
  background: #005eb8;
}

.irs-min,
.irs-max {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: #a6a6a8;
  border-radius: 3px;
  -moz-border-radius: 3px;
}

.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
  background: #ccc;
}

.irs-from,
.irs-to,
.irs-single {
  color: #e5e5e5;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #005eb8;
  border-radius: 3px;
  -moz-border-radius: 3px;
  cursor: pointer;
}

.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
  background: #e5e5e5;
}

.irs-grid {
  height: 27px;
}

.irs-grid-pol {
  opacity: 0.5;
  background: #428bca;
}

.irs-grid-pol.small {
  background: #999;
}

.irs-grid-text {
  bottom: 5px;
  color: #99a4ac;
}

.loadingBg {
  width: 300px;
  height: 150px;
  background-color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  padding: 30px 0 30px 0;
  border: 1px solid #005eb8;
}

.loadingBg.error {
  border: 1px solid #ce0058;
}

.loadingBg.too-much {
  border: 1px solid #ffb549;
}

.error-spinner {
  margin: 0 auto 0;
  width: 70px;
  text-align: center;
}

.error-spinner > div.bounce {
  width: 18px;
  height: 18px;
  background-color: #ce0058;
  border-radius: 100%;
  display: inline-block;
}

#navbar-menu-content {
  display: none;
  position: fixed;
  z-index: 103;
  top: 35px;
  box-shadow: 0px 1px 20px 0px;
  background-color: white;
}
#navbar-menu-content.show {
  display: flex !important;
  flex-wrap: wrap;
}
#navbar-menu-content .subdashboard-list {
  display: none;
}
#navbar-menu-content .dashboard-group {
  padding: 10px;
  min-width: 240px;
}
#navbar-menu-content li.subdashboard-group {
  border-top: 1px solid #dfdfdf;
  margin-top: 5px;
}
#navbar-menu-content .dashboard-group-header {
  display: flex;
  font-size: 13px;
  letter-spacing: 1px;
  color: #005eb8;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 2px solid #dfdfdf;
  text-transform: uppercase;
  font-weight: bold;
}
#navbar-menu-content .subdashboard-group-header {
  cursor: pointer;
}
#navbar-menu-content .dashboard-group-list,
#navbar-menu-content .subdashboard-list {
  list-style-type: none;
  font-size: 12px;
  padding-left: 0px;
}
#navbar-menu-content .dashboard-group-list li {
  padding: 5px 0 0 0;
}
#navbar-menu-content .dashboard-group-list a {
  color: #005eb8;
}
#navbar-menu-content .dashboard-group-list i {
  font-weight: bold;
  font-style: normal;
}
#navbar-menu-content .dashboard-group-list a:hover,
#navbar-menu-content .dashboard-visible-false a:hover {
  color: #00a9e0;
}
#navbar-menu-content .dashboard-group-list a:hover,
#navbar-menu-content .dashboard-visible-false a:hover {
  text-decoration: underline;
}
#navbar-menu-content .dashboard-active-true * {
  font-weight: bold;
}
#navbar-menu-content .dashboard-visible-false a {
  color: silver;
}
#navbar-menu-content .fa.fa-angle-down,
#navbar-menu-content .fa.fa-angle-up {
  float: right;
}
#navbar-menu-content .fa.fa-angle-right {
  margin-right: 5px;
}
#navbar-menu-content li.menu-dashboard-link {
  display: flex;
  align-items: center;
}
#navbar-menu-content .icon {
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#navbar-menu-content .icon.hasIcon {
  width: 30px;
  margin-right: 10px;
}

.icon-demand-and-flight {
  background-image: url("images/icons/Destinations-6f894f29425bf330e17c8c8b37734edc.png");
}

.icon-demand {
  background-image: url("images/icons/Destinations-6f894f29425bf330e17c8c8b37734edc.png");
}

.icon-capacity {
  background-image: url("images/icons/Seat-d289811929bee6a10f1df9044c84ecf0.png");
}

.icon-pricing {
  background-image: url("images/icons/Currency_02-87dc37f3a760fbf9656a128ef84bf837.png");
}

.icon-availability {
  background-image: url("images/icons/Search_flight-7b03526ac6cf4889f9599064b0fa8fcb.png");
}

.icon-group {
  background-image: url("images/icons/Group-b55da89a1e2e9e5b64d73b7224d55aa3.png");
}

.icon-dynamic-pricing {
  background-image: url("images/icons/dp_icon-adb00590d905ec29daa62da6f62847ab.png");
}

.icon-competition {
  background-image: url("images/icons/Goggles-c0f9529f6fac2a9c90c9304ada914130.png");
}

.icon-alert-centre {
  background-image: url("images/icons/Megaphone-21908de0e418b474a469e1095443ac14.png");
}

.icon-events {
  background-image: url("images/icons/Globe_03-528283b67850071cc57160d3b0cf76c2.png");
}

.icon-proto {
  background-image: url("images/icons/Box_02-28a785664d497614698eeef4228b30f6.png");
}

.icon-reports {
  background-image: url("images/icons/Report-57ee90518ced7434e863b0733d7989d0.png");
}

.icon-direct-link {
  width: 35%;
  height: 100%;
  display: block;
  margin: auto;
}

.subdashboard-group-header {
  font-size: 12px;
  text-transform: uppercase;
  color: #00a9e0;
  width: 100%;
  font-weight: bold;
  margin-left: 9px;
}

li.dashboard-visible-false a {
  color: silver;
}

input.api-picker {
  color: black;
  height: 15px;
  padding-left: 3px;
  padding-right: 3px;
}

.cardComponent {
  width: 100%;
  border-radius: 8px;
  border: 1px #e6e6e6 solid;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.cardHeader {
  height: 60px;
  font-size: 15px;
  border-bottom: 1px #e6e6e6 solid;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.cardRightHeader {
  display: flex;
}

.cardBody {
  padding: 20px;
}

.cardTitle {
  font-size: 18px;
}

.cardTab {
  display: inline-block;
  height: 36px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin: 0 20px 0 0;
  float: right;
}

.cardTabs {
  margin-right: 60px;
  display: inline-block;
}

.cardActions {
  display: inline-block;
}

.cardAction {
  cursor: pointer;
}

.activeTabCard {
  color: #005eb8;
  border-bottom: 5px #005eb8 solid;
}

.cardActionIcon {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.cardAction:not(:last-child) {
  margin: 0 10px 0 0;
}

.cardCollapse {
  background-image: url("images/icons/Collapse-4d57174af13e6e5316b6c0e606f19181.png");
}

.cardExpand {
  background-image: url("images/icons/Expand-de44a9b678688673a29cc823811e2abd.png");
}

.cardActionSvg {
  fill: #0260b9;
  height: 17px;
  width: 17px;
}

.cardFullScreenPerformed {
  width: 100vw;
  height: calc(100vh - 35px);
  border: 0;
  position: fixed;
  top: 35px;
  left: 0;
  z-index: 102;
}

.newChart {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.newChartLeft {
  /* 302px = 2 px border + 300px for the right part. */
  width: calc(100% - 302px);
  height: 100%;
  display: inline-block;
  padding-right: 20px;
  border-right: 2px #e6e6e6 solid;
}

.newChartLeftWithoutLegend {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding-right: 20px;
}

.newChartRight {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 20px 0 20px;
}

.scrollHorizontalContainer {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 20px 1fr 20px;
  grid-gap: 5px;
  text-align: center;
}

.scrollIconInactive {
  width: 0;
}

.scrollIconActive {
  width: 20px;
}

.scrollHorizontal, .scrollRight, .scrollLeft {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 65%;
  background-size: auto 15%;
}

.scrollLeft {
  background-image: url("images/icons/Previous-2962ae6b3569d35f77dc172859651435.png");
}

.scrollRight {
  background-image: url("images/icons/Next-93d34229adc08a946bd14b9bad0a9a63.png");
}

.newChartMovingIndicators {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  grid-gap: 5px;
  text-align: center;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.newChartMovingIndicatorsBorder {
  border-bottom: 9px #e7f2fa solid;
  margin-bottom: 10px;
}

.newChartMovingValues {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  margin-bottom: 6px;
}

.newChartMovingValues:first-child > .newChartMovingValuesValues:first-child {
  color: #6c6c6c;
}
.newChartMovingValues:first-child > .newChartMovingValuesValues:first-child .chartXAxisLabelSmaller {
  font-size: 14px;
}

.newChartMovingValuesValues {
  font-size: 16px;
  justify-content: center;
  color: #0260b9;
  white-space: nowrap;
}

.newChartMovingValuesKeys {
  font-size: 14px;
  white-space: wrap;
}

.newChartIndicatorSpan {
  color: #6c6c6c;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
}

.newChartIndicatorCommentSpan {
  color: #6c6c6c;
  font-size: 14px;
  display: inline-block;
  margin-top: -10px;
  margin-bottom: 20px;
  text-align: justify;
}

.newChartSectionTitle {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
  display: inline-block;
}

.newChartFinalValueKey {
  font-size: 14px;
}

.newChartFinalValueValue {
  font-size: 18px;
  color: #0260b9;
  margin-left: 10px;
}

.newChartFinalValues {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.newChartFinalValueItem:not(:last-child) {
  margin-bottom: 5px;
}

.newChartFinalValueItem {
  height: 35px;
}

.newChartFinalValueValuePercent {
  font-size: 14px;
}

.newChartSelect {
  padding: 6px;
  appearance: menulist;
  -webkit-appearance: menulist;
  border-radius: 3px !important;
  height: auto;
  margin-bottom: 20px;
}

.newChartIndicatorsListItemColor {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background-size: contain;
}

.newChartIndicatorsListItem {
  font-size: 14px;
}

.newChartIndicatorsListItem:hover {
  cursor: pointer;
}

.newChartIndicatorContainer:not(:last-child) {
  margin-bottom: 10px;
}

.newChartDeactivated {
  color: #c4c4c4;
}

.newChartPositiveDiff {
  width: 12px;
  height: 14px;
  display: inline-block;
}

.newChartPositiveDiff path {
  fill: green;
}

.newChartNegativeDiff {
  width: 12px;
  height: 14px;
  display: inline-block;
}

.newChartNegativeDiff path {
  fill: red;
}

.multiChartNoDataMessage {
  font-size: 12px;
}

.multiChart {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.multiChartLeft {
  /* 302px = 2 px border + 300px for the right part. */
  width: calc(100% - 302px);
  height: 100%;
  display: inline-block;
  padding-right: 20px;
}

.multiChartRight {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0 20px 20px;
  margin-top: -20px;
  margin-bottom: -20px;
  border-left: 2px #e6e6e6 solid;
}

.multiChartMovingIndicators {
  display: flex;
  flex-direction: row;
  border-bottom: 9px #fafafa;
  margin-bottom: 10px;
  margin-left: 68px;
}

.multiChartMovingValues {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 6px;
}

.multiChartMovingValues:first-child > .multiChartMovingValuesValues:first-child {
  color: #6c6c6c;
  margin-right: auto;
}

.multiChartMovingValuesValues {
  font-size: 24px;
  justify-content: center;
  color: #0260b9;
}

.multiChartMovingValuesKeys {
  font-size: 14px;
}

.multiChartIndicatorSpan {
  color: #6c6c6c;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
}

.multiChartIndicatorsDropDown > div {
  margin-top: 5px;
}

.multiChartSectionTitle {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
  display: inline-block;
}

.multiChartLegendGraphTitle {
  font-weight: bold;
  font-size: 14px;
  margin: 20px 0;
  display: inline-block;
}

.multiChartFinalValueKey {
  font-size: 14px;
}

.multiChartFinalValueValue {
  font-size: 18px;
  color: #0260b9;
  margin-left: 10px;
}

.multiChartFinalValues {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.multiChartFinalValueItem:not(:last-child) {
  margin-bottom: 15px;
}

.multiChartFinalValueItem {
  height: 35px;
}

.multiChartFinalValueValuePercent {
  font-size: 14px;
}

.multiChartSelect {
  padding: 6px;
  appearance: menulist;
  -webkit-appearance: menulist;
  border-radius: 3px !important;
  height: auto;
  margin-bottom: 20px;
}

.multiChartIndicatorsListItemColor {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background-size: contain;
}

.multiChartIndicatorsListItem {
  font-size: 14px;
}

.multiChartIndicatorsListItem:hover {
  cursor: pointer;
}

.multiChartIndicatorContainer {
  margin-left: 1px;
}

.multiChartIndicatorContainer:not(:last-child) {
  margin-bottom: 10px;
}

.multiChartDeactivated {
  color: #c4c4c4;
}

.multiChartPositiveDiff,
.multiChartNegativeDiff {
  width: 12px;
  height: 14px;
  display: inline-block;
}

.multiChartPositiveDiff path {
  fill: green;
}

.multiChartNegativeDiff path {
  fill: red;
}

#class_dtd_chart,
#bookings_dtd_chart {
  width: 70%;
  float: left;
  position: relative;
  top: -115px;
}

#bookings_mix_dtd_chart,
#class_mix_dtd_chart {
  width: 30%;
  float: right;
  position: relative;
  left: 1px;
}
#bookings_mix_dtd_chart .highcharts-tooltip,
#class_mix_dtd_chart .highcharts-tooltip {
  border-radius: 4px;
}
#bookings_mix_dtd_chart .highcharts-tooltip span,
#class_mix_dtd_chart .highcharts-tooltip span {
  background-color: #6c6c6c;
  color: #fff !important;
  text-align: center;
  border-radius: 4px;
  padding: 0;
}

#class_mix_dtd_chart {
  top: -277px;
  background-color: #fafafa;
}

#goingClassEvolution_dtd .multiChart {
  max-height: 637px;
}
#goingClassEvolution_dtd .multiChart .multiChartLeft {
  padding-right: 0;
}
#goingClassEvolution_dtd .multiChart .multiChartMovingIndicators {
  margin: 0;
  display: inline-block;
  border: none;
  width: calc(30% - 1px);
  position: relative;
  left: calc(70% + 1px);
  top: 200px;
  padding: 20px 0;
  background: linear-gradient(180deg, #fafafa 0%, #fafafa 49%, #a3a3a3 49%, #a3a3a3 51%, #fafafa 51%, #fafafa 100%);
}
#goingClassEvolution_dtd .multiChart .multiChartMovingIndicators .multiChartMovingValues {
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  border: 1px #a3a3a3 solid;
  border-radius: 37px;
  background-color: #fff;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
}
#goingClassEvolution_dtd .multiChart .multiChartMovingIndicators .multiChartMovingValues .multiChartMovingValuesValues {
  text-align: center;
  color: #333 !important;
}
#goingClassEvolution_dtd .multiChart .multiChartMovingIndicators .multiChartMovingValues .multiChartMovingValuesKeys {
  text-align: center;
  font-size: 0.9vw;
  line-height: 19px;
}

#bookings_mix_dtd_chart {
  top: -391px;
  background-color: #fafafa;
}
#bookings_mix_dtd_chart .highcharts-stack-labels text:nth-child(1) {
  fill: #005eb8 !important;
  font-size: 24px !important;
}
#bookings_mix_dtd_chart .highcharts-stack-labels text:nth-child(2) {
  fill: #00a9e0 !important;
  font-size: 24px !important;
}

.dsh-dropdown .dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
}
.dsh-dropdown.open .dropdown-toggle {
  background-color: #f7f7fa;
}
.dsh-dropdown .dropdown-toggle-icon {
  float: right;
  color: #a6a6a8;
  font-size: 12px;
}
.dsh-dropdown.open .dropdown-toggle-icon {
  color: #8a8a8c;
}
.dsh-dropdown .dropdown-menu {
  width: 100%;
  padding: 10px 0;
}
.dsh-dropdown .group-title {
  margin: 0 20px;
  line-height: 30px;
  font-size: 13px;
  font-weight: bold;
  color: #333;
}
.dsh-dropdown .group-title:not(:first-child) {
  padding-top: 5px;
  margin-top: 10px;
  border-top: 1px solid #c4c4c4;
}
.dsh-dropdown .option {
  padding: 0 20px;
  line-height: 30px;
  font-size: 13px;
  cursor: pointer;
}
.dsh-dropdown .option:hover {
  background-color: #f7f7fa;
}

.inline-drillDown {
  display: inline-block;
  margin-left: 25px;
}

body {
  overflow-x: hidden;
}

.x {
  display: inline-block;
  width: 16px;
  height: 16px;
  /*background-image: url("images/red_cross_smal-89ac909910dc1639b1d466a6f33eff65.png");*/
  background-image: url("images/icons/Close-2a0b3c409eaf6e34cd9deff471283d3d.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.replaceNav {
  line-height: 35px !important;
  height: 35px !important;
  padding-top: 0px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 12px !important;
  font-weight: bold !important;
}

.startArrow {
  display: inline-block;
  height: 0px;
  width: 0px;
  border-left: 25px solid #fff;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-top: 25px solid transparent;
  position: absolute;
  z-index: 2;
}

.bodyArrow {
  display: inline-block;
  height: 0px;
  width: 90px;
  border-bottom: 25px solid #005eb8;
  border-top: 25px solid #005eb8;
  position: absolute;
  z-index: 1;
}

.endArrow {
  display: inline-block;
  height: 0px;
  width: 0px;
  border-left: 25px solid #005eb8;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-top: 25px solid transparent;
  position: relative;
  left: 90px;
}

.arrow {
  display: inline-block;
  width: 115px;
  height: auto;
}

.centeringDiv {
  text-align: center;
}

.boxValue {
  text-align: center;
  position: relative;
  bottom: -32px;
  color: #fff;
  z-index: 3;
}

.boxValue a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.color_amadeus_lightblueBackground {
  background-color: #00a9e0;
}

.color_amadeus_yellowBackground {
  background-color: #ffb549;
}

.color_amadeus_lightgreenBackground {
  background-color: #a7e6d7;
}

.color_amadeus_greenBackground {
  background-color: #309712;
}

.color_amadeus_mauveBackground {
  background-color: #ec86d0;
}

.color_amadeus_green_Color {
  color: #309712;
}

.color_amadeus_cherry_Color {
  color: #ce0058;
}

.borderRadius5 {
  border-radius: 5px !important;
}

.paddingLeftIcon {
  line-height: 20px;
}

.fixedWidth4 {
  width: 4px !important;
}

.inputCommonWidth,
#statusPickerId button {
  width: 204px;
}

textarea {
  padding: 10px;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  border-radius: 3px;
}

.disable-scrollbars {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.disable-scrollbars::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* Chrome/Safari/Webkit */
}

.noDeco {
  text-decoration: none;
  color: #333333;
}

.yieldDetailsValuesFixedSize {
  display: inline-block;
  width: 130px;
  float: left;
  padding-left: 15px;
}

.yieldDetailsFixedSize {
  display: inline-block;
  width: 100px;
  float: left;
  padding-left: 15px;
}

.noDeco:hover {
  text-decoration: none;
  color: #333333;
}

.notifDiv {
  margin: 0 auto 20px auto;
  padding-left: 50px;
  padding-right: 10px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left 14px center;
}

.callbackLink {
  width: 100%;
  height: 30px;
  padding: 0px;
  background-image: url("images/icons/Next-93d34229adc08a946bd14b9bad0a9a63.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 75%;
  cursor: pointer;
}

.yieldboxValue {
  line-height: 28px;
}

.nextBackground {
  display: inline-block;
  width: 45px;
  height: 45px;
  padding: 0px;
  background-image: url("images/icons/Arrows_right-ce9aac868052aacd37e723a4818177ab.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 75%;
}

.warningDiv {
  background-image: url("images/icons/Warning_orange-59f2f4941d7ceb1ae448d260f5b520f5.png");
  border: 2px #e56a54 solid;
  border-radius: 5px;
}

.errorDiv {
  background-image: url("images/icons/Error_popup-9e882b4caab99a9f8b4ec8a87eeb855a.png");
  border: 2px #ce0058 solid;
  border-radius: 5px;
}

.infoDiv {
  background-image: url("images/Notifications_Information-2e1050e47d004493548aec74f76aa3a2.png");
  border: 2px #005eb8 solid;
  border-radius: 5px;
}

.errorColor,
.errorColor:hover,
.errorColor:focus {
  color: #ce0058 !important;
}

.warningColor,
.warningColor:hover,
.warningColor:focus {
  color: #e56a54 !important;
}

.infoColor,
.infoColor:hover,
.infoColor:focus {
  color: #005eb8 !important;
}

#sandbox-container-* input {
  width: 100px;
}

.userMessage, .informationMessage, .errorMessage, .warningMessage {
  line-height: 35px;
  font-family: "Verdana";
  font-size: 14px;
}

.warningMessage {
  color: #e56a54;
}

.errorMessage {
  color: #ce0058;
}

.informationMessage {
  color: #005eb8;
}

#sandbox-container-* input {
  width: 100px;
}

#requestAllDataFeedsButton {
  margin-left: 0 !important;
  margin-bottom: 5px;
}

#currentDataFeedStatus {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#currentDataFeedStatusItem {
  display: flex;
  margin-bottom: 5px;
  margin-right: 120px;
}

#currentDataFeedStatusItemLabel {
  width: 120px;
}

#currentDataFeedStatusItemValue {
  width: 80px;
}

#errorMessage {
  color: #ce0058;
  text-align: center;
}

#warningMessage {
  color: #e56a54;
  text-align: center;
}

#warningMessageInFilterBox {
  color: #005eb8;
}

#Ancillary_Services_Monitoring_Title {
  background-image: url("images/ancilary_logo_4-0ea89e1e68d4696eadbd28f45ef5bce0.png");
}

#Yield_Computation_Details_Title {
  background-image: url("images/icons/Chart_03-0db3040e2618f523c5ace26b1cb56993.png");
}

#Ticket_Clustering_Analysis_Title {
  background-image: url("images/icons/Chart_03-0db3040e2618f523c5ace26b1cb56993.png");
}

#Seat_Wastage_Monitoring_Title {
  background-image: url("images/icons/SeatWastage-70def5ced34ad74677c82a36046590ca.png");
}

#Demand_Forecast_Monitoring_Title {
  background-image: url("images/OnD_logo_2-f0b1b6e841fa3cb9cc7aa46ae96afd57.png");
}

#Booking_Revenue_Monitoring_Title {
  background-image: url("images/icons/Currency_02-87dc37f3a760fbf9656a128ef84bf837.png");
}

#Leg_Segment_Monitoring_Title {
  background-image: url("images/icons/Destinations-6f894f29425bf330e17c8c8b37734edc.png");
}

#Rask_Monitoring_Title {
  background-image: url("images/icons/Shares-8e4b6676f207d40510a86295fa4d575c.png");
}

#Rask_Monitoring_Title.Egg {
  background-image: url("images/icons/Rasque-6ff7aa9c9d2775be6d132b14af157c01.png");
}

#Forecast_Model_Quality_Monitoring_Title {
  background-image: url("images/Forecast_Quality_Logo-5c4d9762ef6ab848c028200d27cfde2b.png");
  padding-left: 40px;
}

#Group_Process_Time_Monitoring_Title {
  background-image: url("images/Group_Process_Time_Logo-1e868b4feb89bbbe32f2f4811b187420.png");
  padding-left: 50px;
}

#Group_request_Monitoring_Title {
  background-image: url("images/icons/Group-b55da89a1e2e9e5b64d73b7224d55aa3.png");
  padding-left: 55px;
}

#LoadingDiv {
  position: fixed;
  top: -webkit-calc(50% - 75px);
  top: -moz-calc(50% - 75px);
  top: calc(50% - 75px);
  left: -webkit-calc(50% - 150px);
  left: -moz-calc(50% - 150px);
  left: calc(50% - 150px);
  z-index: 100;
}

#LoadingDiv .spinner {
  margin-top: 0px !important;
}

.fa-spin-custom,
.glyphicon-spin {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.dashboardPageTitle {
  padding-left: 65px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto 39px;
}

.dashboardPageTitle.noLogo {
  padding-left: 0px;
}

.buttonInDtHeader, .collapseBg, .openABRBg, .expandBg {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  left: 0;
  margin-right: 0.5em;
  border: none;
}

.expandBg {
  background-image: url("images/icons/Expand-de44a9b678688673a29cc823811e2abd.png");
}

.openABRBg {
  background-image: url("images/icons/Next-93d34229adc08a946bd14b9bad0a9a63.png");
}

.collapseBg {
  background-image: url("images/icons/Collapse-4d57174af13e6e5316b6c0e606f19181.png");
}

.collapsibleDiv,
.cursorPointer {
  cursor: pointer;
}

.darkGreyFreeze {
  background-color: rgba(166, 166, 168, 0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  width: 100%;
  height: 100%;
}

.greyFreeze {
  background-color: rgba(166, 166, 168, 0.3);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  width: 100%;
  height: 100%;
}

.whiteFreeze {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  width: 100%;
  height: 100%;
}

.availableOnFreeze {
  z-index: 100;
}

.onTopOfAnalysisViews {
  z-index: 101;
}

.noCollapsibleZone {
  margin: 0px;
  padding: 0px;
  height: 60px;
}

.loading_spinner {
  background-image: url("amadeus-bootstrap/img/loader-3c00e4424cb2842dda0746b0285d1d0b.gif");
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: 30px;
  height: 128px;
  width: 128px;
}

.inlineBlock {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.grid2columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1em;
  row-gap: 1em;
  align-content: start;
}

.grid2columns-mergeColumns {
  grid-column-start: 1;
  grid-column-end: 3;
}

.grid3columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1em;
  row-gap: 1em;
  align-content: start;
}

.filtersDetails {
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  color: #005eb8;
  background-color: #f7f7fa;
  border-radius: 7px;
  line-height: 15px;
}

.rightBorderOnly {
  border-top: 0px !important;
  border-left: 0px !important;
  border-bottom: 0px !important;
  border-right: 1px solid #c7c9c7 !important;
}

@media (min-width: 1200px) {
  .rightBorderOnlyIf1200Plus {
    border-top: 0px !important;
    border-left: 0px !important;
    border-bottom: 0px !important;
    border-right: 1px solid #c7c9c7 !important;
  }

  .fixed570OrFull {
    width: 570px !important;
  }

  .overflowHiddenOrFull {
    overflow: hidden;
  }
}
@media (max-width: 1199px) {
  .fixed570OrFull {
    width: 100% !important;
  }

  .overflowHiddenOrFull {
    width: 100%;
  }
}
.oneLinerText {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.verticalBorders {
  border-left: 1px solid #c7c9c7 !important;
  border-right: 1px solid #c7c9c7 !important;
}

.horizontalBorder {
  border-top: 1px solid #c7c9c7 !important;
  border-bottom: 1px solid #c7c9c7 !important;
}

.topBorder {
  border-top: 1px solid #c7c9c7 !important;
}

.bottomBorder {
  border-bottom: 1px solid #c7c9c7 !important;
  padding-bottom: 5px;
}

.rightBorder {
  border-right: 1px solid #c7c9c7 !important;
}

.inlineDisplay {
  display: inline;
}

.valignMiddle {
  vertical-align: middle;
}

.valignUnset {
  vertical-align: unset;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.noMoreHorizontalMargin * {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.noMoreVerticalMargin * {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.width99 {
  width: 99% !important;
}

.clusterElement {
  color: #00a9e0;
}

#yieldCluster span:last-child {
  color: #333;
}

.displayBlock {
  display: block;
}

.noMargin {
  margin: 0px;
}

.noMarginBottom {
  margin-bottom: 0px !important;
}

.marginAuto {
  margin: auto;
}

.marginLeft-15 {
  margin-left: -15px !important;
}

.marginLeft0 {
  margin-left: 0px !important;
}

.marginLeft15 {
  margin-left: 15px !important;
}

.marginLeft20 {
  margin-left: 20px !important;
}

.marginLeft22 {
  margin-left: 22px !important;
}

.marginLeft30 {
  margin-left: 30px !important;
}

.marginLeftAuto {
  margin-left: auto;
}

.marginLeft40 {
  margin-left: 40px !important;
}

.marginRigth10 {
  margin-right: 10px !important;
}

.marginRigth20 {
  margin-right: 20px !important;
}

.marginRight5 {
  margin-right: 5px !important;
}

.marginBot2 {
  margin-bottom: 2px;
}

.marginBot3 {
  margin-bottom: 3px;
}

.marginLeft5 {
  margin-left: 5px;
}

.marginLeft10 {
  margin-left: 10px;
}

.marginBot12 {
  margin-bottom: 12px;
}

.marginBot-12 {
  margin-bottom: -12px;
}

.marginTop60 {
  margin-top: 60px;
}

.marginTop30 {
  margin-top: 30px;
}

.marginTop5 {
  margin-top: 5px;
}

.marginTop15 {
  margin-top: 15px;
}

.marginTop20 {
  margin-top: 20px;
}

.marginTop-5 {
  margin-top: -5px;
}

.marginBottom60 {
  margin-bottom: 60px;
}

.marginBottom20 {
  margin-bottom: 20px;
}

.horizontalMargin {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.noHorizontalMargin {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.noMoreDivPadding div {
  padding: 0px !important;
}

.noMoreDivAndLabelPadding div,
.noMoreDivAndLabelPadding label {
  padding: 0px !important;
}

.noVerticalPadding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.noPadding {
  padding: 0px !important;
}

.noLeftPadding {
  padding-left: 0px !important;
}

.noRightPadding {
  padding-right: 0px !important;
}

.padding20 {
  padding: 20px !important;
}

.padding5Top {
  padding-top: 5px !important;
}

.padding20Top {
  padding-top: 20px !important;
}

.padding12Bottom {
  padding-bottom: 12px !important;
}

.padding20Bottom {
  padding-bottom: 20px !important;
}

.notDisplayChildren * {
  display: none !important;
}

.notDisplayItAndChildren {
  display: none !important;
}

.notDisplayItAndChildren * {
  display: none !important;
}

label.floatLeft {
  line-height: 25px;
}

.fullFloatLeft * {
  float: left !important;
}

.autoWidth {
  width: auto !important;
}

.minus5Top {
  margin-top: -5px;
}

.noPadding {
  padding: 0px !important;
}

.paddingLeft20 {
  padding-left: 20px !important;
}

.paddingLeft50 {
  padding-left: 50px !important;
}

.paddingRight30 {
  padding-right: 30px !important;
}

.paddingTop5 {
  padding-top: 5px !important;
}

.collapsibleTitle {
  max-width: 99%;
}

.centeredInline {
  display: table;
  margin: 5px auto !important;
}

.centeredText {
  padding: 5px auto !important;
  text-align: center;
}

.commonButtonWidth {
  width: 170px !important;
}

.width100 {
  width: 100% !important;
}

.width550 {
  width: 550px !important;
}

.noRadio input {
  display: none;
}

.bottomImage {
  height: 150px !important;
  position: fixed;
  bottom: 0;
}

.height25 {
  height: 25px !important;
  line-height: 25px !important;
}

.fontSize12 {
  font-size: 12px;
}

.fontSize14 {
  font-size: 12px;
}

.fontSize16 {
  font-size: 16px !important;
}

.fontSize20 {
  font-size: 20px;
}

.dropDownAmadeusGuideline {
  border: 1px #c7c9c7 solid;
}

.dropDownAmadeusGuideline:focus {
  border: 1px #00a9e0 solid;
}

.centeredDiv {
  text-align: center;
}

.yieldBox {
  display: inline-block;
  vertical-align: top;
  width: 130px;
  height: 45px;
  border: 1px solid #333;
}

.bordered {
  border: 1px solid #333;
}

.borderedBottom {
  border-bottom: 1px solid #333;
}

.checkbox.checkboxRecentered > label > span::before {
  vertical-align: bottom !important;
}

#logo {
  background-image: url("images/amadeus2x-c862857081643591c40ebf769b8b01d2.png");
  background-repeat: no-repeat;
  background-size: 110px 35px;
  height: 35px;
  min-width: 110px;
  width: 145px;
}

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 250px;
}

#sidebar-wrapper {
  z-index: 102;
  position: fixed;
  left: 270px;
  width: 0;
  height: 100%;
  margin-left: -270px;
  overflow-y: auto;
  background: #005eb8;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  width: 270px;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -270px;
}

#SummaryColumn label {
  margin-bottom: 7px !important;
}

#SummaryColumn > label {
  margin-bottom: 15px !important;
}

#CurrentColumn > label {
  margin-bottom: 15px !important;
}

#CurrentColumn {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px #c7c9c7 solid;
}

/* Info Tooltip */
.infoLogoBackground,
.infoLogoBackgroundLeft {
  background-image: url("amadeus-bootstrap/img/Popup_Information-2e1050e47d004493548aec74f76aa3a2.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin-left: 5px;
  margin-top: 2px;
  cursor: pointer;
}

.infoLogoBackground[data-title]:hover:after,
.infoLogoBackgroundLeft[data-title]:hover:after {
  content: attr(data-title);
  font-size: 11px;
  color: #fff;
  background-color: #333;
  padding: 10px;
  position: absolute;
  top: 20px;
  font-weight: normal;
  border-radius: 3px;
  white-space: nowrap;
  z-index: 20;
}

.infoLogoBackground[data-title]:hover:after {
  left: -10px;
}

.infoLogoBackgroundLeft[data-title]:hover:after {
  right: -10px;
}

.infoLogoBackground[data-title]:hover:before,
.infoLogoBackgroundLeft[data-title]:hover:before {
  content: "";
  position: absolute;
  border-bottom: 5px solid #333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 15px;
  left: 0px;
}

/* Tooltip (bootstrap native) */
.tooltip.in {
  opacity: 1;
}

.tooltip-inner {
  font-weight: normal;
  white-space: nowrap;
  max-width: none;
  padding: 10px;
  font-size: 11px;
  background-color: #333;
  font-family: Verdana, sans-serif !important;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #333;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #333;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #333;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #333;
}

.btn span[data-toggle=tooltip] {
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  height: 12px;
  margin-top: 0px;
}

/* Pop-up Windows Styles */
.modal-wide .modal-body {
  overflow-y: auto;
}

.modal-header {
  height: 64px !important;
  padding: 20px 30px 20px 30px !important;
  background-color: white !important;
  font-size: 20px;
  border-bottom: 1px solid #c7c9c7 !important;
}

.modal-footer {
  height: 74px !important;
  padding: 20px !important;
  background-color: white !important;
  border-top: none !important;
}

.btn-popup {
  height: 36px !important;
  border-radius: 5px !important;
  font-weight: 200 !important;
}

.btn-secondary {
  color: #005eb8 !important;
  background-color: white !important;
  border: 1px solid #005eb8 !important;
}

.btn-secondary:hover {
  color: #2676c3 !important;
  border: 1px solid #2676c3 !important;
  background-color: white !important;
}

.btn-secondary.disabled:hover {
  color: #a6a6a8 !important;
  border: 1px solid #e5e5e5 !important;
  background-color: #e5e5e5 !important;
}

.btn.btn-sm {
  padding-top: 3px !important;
}

.modal {
  top: 20%;
}

/* Sidebar Styles */
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 270px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none !important;
  color: #c8c8c8 !important;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

@media (min-width: 768px) {
  #wrapper {
    padding-left: 0px;
  }

  #wrapper.toggled {
    padding-left: 0;
  }

  #sidebar-wrapper {
    width: 270px;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 0;
  }

  #page-content-wrapper {
    /*padding: 20px;*/
    position: relative;
  }

  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}
.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.pagination > li > a {
  color: #005eb8;
}

.pagination > .active > a,
.pagination > .active > a:hover {
  background-color: #005eb8;
  border-color: #005eb8;
}

/* OVERWRITE Amadeus css */
.btn-secondary.selected {
  color: #333333 !important;
  background-color: #ffb549 !important;
  border: 1px solid #ffb549 !important;
}

/* OVERWRITE Highcharts CSS */
.highcharts-tooltip {
  z-index: 5;
}

.highcharts-tooltip > span {
  padding-left: 30px;
}

.noTooltipPadding .highcharts-tooltip > span {
  padding-left: 0;
}
.noTooltipPadding .highcharts-tooltip > span ul {
  margin-bottom: 0;
}

.drilldown-zone {
  vertical-align: top;
  margin-left: 20px;
  margin-right: 20px;
}

#FilteringAndDisplayZone {
  margin: 0 0 10px 0 !important;
}

.nav.nav-tabs {
  margin: 10px 0px 0 0px !important;
}

.tab-content {
  margin: 0 !important;
}

.originalFont {
  font-family: Verdana, sans-serif !important;
  font-size: 11px !important;
}

.dataZone {
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}

.goToButton {
  float: right;
}

.goToRules {
  float: left;
  position: absolute;
}

.iconGoTo,
.iconGoTo:focus {
  width: 100%;
  background-image: url("images/icons/Next_white-ee0ef617b883080d135ddd717c51de27.png");
  background-repeat: no-repeat;
  background-position: 5%;
  background-size: auto 75%;
}

.gotoIconBase {
  width: 100%;
  background-repeat: no-repeat;
  background-position: 5%;
  background-size: auto 75%;
}

.custom-notify {
  top: 20px !important;
  right: 20px !important;
}

.ember-notify-showhide-common, .ember-notify-show.error,
.ember-notify-hide.error, .ember-notify-show.success,
.ember-notify-hide.success {
  font-size: 14px;
  padding-left: 50px !important;
  width: 350px !important;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 5%;
  padding-top: 12px;
}

.ember-notify-show.success,
.ember-notify-hide.success {
  background-color: #fff;
  border-color: #309712;
  color: #309712;
  background-image: url("images/icons/Success-444052579a20dc6a583f657c0e9287e0.png");
}

.ember-notify-show.success .close,
.ember-notify-hide.success .close {
  color: #309712 !important;
  line-height: 1 !important;
  padding-top: 2px;
}

.ember-notify-show.error,
.ember-notify-hide.error {
  background-color: #fff;
  border-color: #ce0058;
  color: #ce0058;
  background-image: url("images/icons/Error_popup-9e882b4caab99a9f8b4ec8a87eeb855a.png");
}

.ember-notify-show.error .close,
.ember-notify-hide.error .close {
  color: #ce0058 !important;
  line-height: 1 !important;
  padding-top: 2px;
}

.debug {
  padding-left: 2em;
  padding-bottom: 2em;
}

.debug table td {
  padding: 0.4em;
  border: 1px solid black;
}

#bestDebug {
  top: 50px;
  right: 10px;
  background: #fff;
}

.text-bold {
  font-weight: bold;
}

.text-normal {
  font-weight: normal;
}

/* analysis views menu */
#useCaseAnalysis {
  position: absolute;
  top: -20px;
  left: calc(50% - 190px);
  text-align: center;
  padding: 0px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#useCaseAnalysis li:first-child {
  border-width: 0 2px 0 2px;
  border-color: #005eb8;
  border-style: solid;
}

#useCaseAnalysis li:nth-of-type(1) {
  padding-top: 3px;
}

#useCaseAnalysis li:last-child {
  border-radius: 0 0 5px 5px;
  border-width: 0 2px 2px 2px;
  border-color: #005eb8;
  border-style: solid;
}

#useCaseAnalysis li:nth-last-child(2) {
  border-bottom: 2px #005eb8 solid;
  border-radius: 0 0 5px 5px;
  padding-bottom: 6px;
}

#useCaseAnalysis li:not(:first-child) {
  border-left-width: 2px;
  border-left-color: #005eb8;
  border-left-style: solid;
  border-right-width: 2px;
  border-right-color: #005eb8;
  border-right-style: solid;
}

#analysisViewMenuTitle {
  background-color: #005eb8;
  border-radius: 0 0 5px 5px;
  padding: 1px 10px 1px 10px !important;
  color: white;
  margin: 0px;
  font-size: 17px !important;
  line-height: 30px;
  height: 30px;
  width: 180px;
}

.useCaseGroupHeader + li {
  border-top-width: 0;
}

.useCase {
  width: 380px;
  text-shadow: none;
  padding-bottom: 3px;
  color: white;
  font-size: 13px;
  background-color: #f7f7fa;
}

.useCase.visible-false .analysisMenuItem {
  color: #a6a6a8;
  border: 1px #a6a6a8 solid;
}

.analysisMenuItem {
  width: 276px;
  display: inline-block;
  position: relative;
  margin: 3px 50px 3px 50px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px #00a9e0 solid;
  color: #00a9e0;
}

.useCaseGroupHeader {
  color: #a6a6a8;
  font-size: 15px;
  cursor: default;
  text-align: left;
  padding-left: 10px;
}

.useCaseElemSelected {
  background-color: #00a9e0;
  color: white;
}

.useCase:not(.useCaseGroupHeader):hover {
  cursor: pointer;
}

.menu-container {
  flex-flow: row wrap;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 1%;
  flex: 1;
}

.menu-container:after {
  content: "";
  flex: auto;
}

.menu-item {
  flex-flow: row wrap;
  display: flex;
  justify-content: center;
  min-height: 250px;
  width: 25%;
  padding: 15px;
  font-size: x-large;
}

.menu-item .single-link {
  padding-top: 10px;
}

.img-group-preview {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100px;
}

.whiteLink {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  font-weight: 700;
}

.whiteLink:hover {
  text-decoration: underline;
}

ul.separator {
  border-left: 2px solid white;
}

.dropdown-header {
  border-bottom: 1px solid #005eb8;
  padding-left: 10px;
  color: #005eb8;
}

#filtersDdSummary {
  position: fixed;
  top: 35px;
  left: 0px;
  z-index: 5;
  width: 100%;
  height: 52px;
  overflow: hidden;
  background-color: #f7f7fa;
  margin: 0px;
  padding: 5px 40px 5px 40px;
  border: 1px #fff solid;
}

.summaryCategory {
  display: inline-block;
  color: #005eb8;
  width: 140px;
}

.longSummary:nth-child(2) {
  border-top: 1px #e5e5e5 dashed;
}

#topNavMenu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 35px;
}

.longSummary {
  font-size: 14px;
  max-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* For the Goto Button */
  max-width: calc(100% - 108px);
}

.importantSummary {
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
}

.body-container-dashboard {
  margin-top: 100px;
}
.body-container-dashboard.smallMargin {
  margin-top: 35px;
}

.midGreyFreeze {
  background-color: rgba(166, 166, 168, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 4;
  width: 100%;
  height: 100%;
}

.filterBoxToggle {
  cursor: pointer;
}

.filterToggleVisible {
  background-image: url("images/icons/Previous-2962ae6b3569d35f77dc172859651435.png");
  background-repeat: no-repeat;
  background-position: 65%;
  background-size: auto 100%;
}

.filterToggleCollapsed {
  background-image: url("images/icons/Next-93d34229adc08a946bd14b9bad0a9a63.png");
  background-repeat: no-repeat;
  background-position: 65%;
  background-size: auto 100%;
}

.filterBoxToggle:hover {
  text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
}

.generalGoTo {
  position: fixed;
  top: 45px;
  right: 10px;
  z-index: 5;
}

.marginTopSeparator {
  margin-top: 70px;
}

.normalMarginTopSeparator {
  margin-top: 25px;
}

.ddDimensions {
  padding-bottom: 10px;
}

.noMoreBottomBorder div {
  border-bottom: 0px !important;
}

/* Need to force this or the show/hide columns menu won't be clickable. */
ul.dt-button-collection.dropdown-menu {
  z-index: 2002 !important;
}

/* Flags (parameters) */
.flag {
  font-weight: bold;
  padding: 5px;
  border-radius: 5px;
  margin-right: 5px;
}

.flag-danger {
  background-color: #CE0058;
  color: white;
}

/* Modals */
.modal-header .close {
  margin-top: -10px;
}

.close {
  font-size: 30px !important;
  font-weight: 200 !important;
}

#payload-compression-label.no-bold {
  font-weight: normal;
}

#debug-panel {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
#debug-panel #line1 {
  display: flex;
}
#debug-panel #payload-compression-label {
  margin-bottom: 0px;
  display: inline-flex;
  align-items: center;
}
#debug-panel #payload-compression-label input {
  margin: 0px;
  transform: scale(0.8);
}

.flex {
  display: flex;
}

.space-between {
  justify-content: space-between;
}

.justify-content-start {
  justify-content: flex-start;
}

.navbar.primary-menu .navbar-nav li a {
  font-size: 13px !important;
}

.navbar.primary-menu .navbar-nav .notificationMenu li a,
.navbar.primary-menu .navbar-nav .notificationMenu li a:hover {
  line-height: normal !important;
  font-size: 14px !important;
  font-weight: normal !important;
  color: #005eb8 !important;
  background-color: transparent !important;
}

.navbar.navbar-default .navbar-nav li.open a:hover,
.navbar.primary-menu .navbar-nav li.open {
  mix-blend-mode: hard-light;
}

.navbar.navbar-default .navbar-nav li a:hover,
.navbar.primary-menu .navbar-nav li a:hover {
  mix-blend-mode: hard-light;
}

.navbar.navbar-default .navbar-brand,
.navbar.primary-menu .navbar-brand {
  background: url("images/icons/home.svg") center center no-repeat !important;
  background-size: 70% !important;
}

.navbar.navbar-default .navbar-brand:hover,
.navbar.primary-menu .navbar-brand:hover {
  background: url("images/icons/home.svg") center center no-repeat !important;
}

#dropdown-menu-title {
  font-size: 13px !important;
  line-height: 35px !important;
  padding-top: 3px;
  padding-right: 20px;
  padding-bottom: 3px;
  padding-left: 20px;
}

.selectBasicDisplay {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  color: #333;
  height: 35px;
  font-size: 14px;
  border: 1px #c7c9c7 solid;
  margin-left: 0px !important;
  padding-right: 30px;
  padding-left: 10px;
  border-radius: 2px !important;
  background-image: url("images/dropdown-c932cc7d5e3bbeb0c9c336caba3c6a80.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 25px;
}

.selectBasicDisplay:focus {
  background-image: url("images/dropdown_open-488d16d069bf83b8f729a3c04dca78d1.png");
}

.listPopup {
  overflow-y: auto;
  height: 360px;
}

.fontSize14 {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}

.containerText {
  height: 33px !important;
  font-size: 14px !important;
  padding: 8px 11px !important;
}

.containerTextarea {
  height: 100px !important;
  font-size: 14px !important;
  padding: 8px 11px !important;
}

.containerTextarea::-webkit-input-placeholder {
  font-size: 14px !important;
  color: #c7c9c7 !important;
}

.containerRadio,
.containerCheckbox {
  display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.containerRadio input,
.containerCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmarkRadio {
  position: absolute;
  height: 18px;
  width: 18px;
  top: 5px;
  left: 20px;
  border-radius: 50%;
  border: solid 1px #005eb8;
  background-color: #fff;
}

.checkmarkCheckbox {
  position: absolute;
  height: 18px;
  width: 18px;
  left: 20px;
  border: solid 1px #c7c9c7;
  background-color: #fff;
  border-radius: 3px;
}

.checkmarkRadio:after,
.checkmarkCheckbox:after {
  content: "";
  position: absolute;
  display: none;
}

.containerRadio input:checked ~ .checkmarkRadio:after,
.containerCheckbox input:checked ~ .checkmarkCheckbox:after {
  display: block;
}

.containerCheckbox input:checked ~ .checkmarkCheckbox {
  background-color: #005eb8;
}

.containerRadio .checkmarkRadio:after {
  top: 2.2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #005eb8;
}

.containerCheckbox .checkmarkCheckbox:after {
  left: 4px;
  top: 1px;
  width: 8px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  border-radius: 3px;
}

.text-bold-title {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333;
}

.text-description {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #6c6c6c;
}

.errorPanel {
  background-color: #fff;
  border: 1px #ce0058 solid;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 10px 10px 50px;
  background-image: url("images/icons/Error_popup-9e882b4caab99a9f8b4ec8a87eeb855a.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 1%;
}

.iconSize {
  with: 20px;
  height: 20px;
}

a.disabled {
  color: #a6a6a8 !important;
  cursor: default !important;
  pointer-events: none !important;
}

.svg_grey {
  filter: invert(0.9);
}

.templateRollingPeriodCheckboxContainer {
  padding: 10px 0 10px 38px;
  margin-bottom: 0;
}
.templateRollingPeriodCheckboxContainer .checkmarkCheckbox {
  left: 10px;
}

.templateRollingPeriodContainer {
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rollingPeriodCheckboxExplanation {
  float: right;
  font-size: 12px;
  color: #005eb8;
  text-decoration: underline;
  line-height: 39px;
  margin-right: 10px;
  cursor: pointer;
}

.rollingPeriodAlwaysVisiblePart {
  display: flex;
  justify-content: space-between;
}

.rollingPeriodExplanationContainer {
  color: #6c6c6c;
  font-size: 12px;
  padding: 10px;
}
.rollingPeriodExplanationContainer > p {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.rollingPeriodExplanationContainer .rollingPeriodDatesExplanation {
  max-width: calc(100% - 50px);
}
.rollingPeriodExplanationContainer .explanationSeparator {
  color: #005eb8;
  line-height: 48px;
}
.rollingPeriodExplanationContainer > p:last-child() {
  margin-bottom: 0;
}

.rollingDatesIcon {
  background-image: url("images/icons/restore.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 20px;
}

#map_data_slider > span.irs {
  width: 200px;
  display: inline-block;
  top: -25px;
}

/* Warning/info notifications */
.warningNotifLogoBackground {
  background: transparent url("images/icons_rework/exclamation-triangle.svg") no-repeat;
}

.infoNotifLogoBackground {
  background: transparent url("images/icons_rework/info.svg") no-repeat;
}

.maintenanceNotifLogoBackground {
  background: transparent url("images/icons_rework/tools.svg") no-repeat;
}

.warningNotifLogoBackground,
.maintenanceNotifLogoBackground,
.infoNotifLogoBackground {
  background-position: center;
  background-size: 20px 20px;
  padding: 10px 5px 5px 30px;
}

.notificationTitle {
  margin-bottom: 12px;
}

.notification {
  padding: 16px 24px;
}

.notifTitle {
  padding: 10px 5px 5px 30px;
}

.notificationMenuTitle {
  font: bold 13px verdana;
  padding: 8px 8px 8px 0px;
  min-height: 35px;
  cursor: pointer;
}
.notificationMenuTitle .warningNotifLogoBackground,
.notificationMenuTitle .maintenanceNotifLogoBackground,
.notificationMenuTitle .infoNotifLogoBackground {
  padding-top: 5px;
}

.notificationMenu > div {
  width: 430px;
  max-height: 80vh;
  overflow-y: auto;
}

#notifMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#notifMenu > ul {
  text-align: center;
}

#notifMenu > ul > li {
  display: inline-block;
  position: relative;
}

#notifMenu > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  text-align: left;
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -140px;
  width: 430px;
  -webkit-box-shadow: 1px 1px 8px #999999;
  -moz-box-shadow: 1px 1px 8px #999999;
  box-shadow: 1px 1px 8px #999999;
}

#notifMenu > ul > li:hover > ul {
  opacity: 1;
  top: 35px;
  visibility: visible;
}

#notifMenu > ul > li > ul:before {
  content: "";
  display: block;
  border-color: transparent transparent #fafafa transparent;
  border-style: solid;
  border-width: 10px;
  position: absolute;
  top: -19px;
  left: 50%;
}

#notifMenu > ul ul > li {
  position: relative;
}