.no-user-select, .switch-station.crm .tenant-row span {
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer */
  -khtml-user-select: none;
  /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none;
  /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none;
  /* Disable Android and iOS callouts*/ }

md-icon.icon-font-16 {
  font-size: 16px;
  min-width: 16px;
  min-height: 16px;
  height: 16px;
  width: 16px; }

md-icon.icon-font-18, div.booking-form md-icon.text-box-icon, div.booking-form md-icon.autocomplete-icon, .res-dashboard button.toggle-button md-icon {
  font-size: 18px;
  min-width: 18px;
  min-height: 18px;
  height: 18px;
  width: 18px; }

md-input-container .md-input.flight-input {
  width: 70px;
  min-width: 70px; }

ecw-autocomplete[url*="STATION_AUTOCOMPLETE_URL"] {
  width: 75px; }

md-tabs md-tabs-wrapper .md-tab {
  text-transform: initial; }

.dashboard .tile-wrapper {
  text-align: center;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12); }

.dashboard .summary {
  padding: 15px;
  color: white; }

.dashboard .flights {
  background: #2D97DF; }

.dashboard .airway-bills {
  background: #EA4E56; }

.dashboard .charge-wt {
  background: #3CCAD8; }

.dashboard .revenue {
  background: #FF7617; }

.dashboard .header {
  font-size: 16px;
  font-weight: bold;
  padding: 10px; }

.dashboard .value {
  font-size: 32px;
  font-weight: bold;
  padding: 10px; }

.dashboard .up .difference {
  color: #09BF46; }

.dashboard .down .difference {
  color: #E02424; }

.dashboard .difference-wrapper {
  padding: 12px;
  align-items: center;
  justify-content: center; }

.dashboard .up .arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #09BF46;
  margin-left: 4px;
  margin-bottom: 2px; }

.dashboard .down .arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #E02424;
  margin-left: 4px;
  margin-bottom: 2px; }

.dashboard .up .na,
.dashboard .down .na {
  display: none; }

.dashboard .na .difference {
  display: none; }

.dashboard .difference-wrapper:not(.down):not(.up):not(.na) .difference,
.dashboard .difference-wrapper:not(.down):not(.up):not(.na) .na {
  display: none; }

.dashboard .airlines-monthly-wrapper,
.dashboard .airlines-yearly-wrapper {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
  background: white; }

.dashboard .airlines-yearly-wrapper {
  height: 370px; }

.dashboard .airlines-monthly-header,
.dashboard .airlines-yearly-header {
  padding: 10px;
  background: #0388CB;
  color: white;
  font-size: 14px; }

.dashboard .airlines-monthly,
.dashboard .airlines-monthly-other-charges,
.dashboard .airlines-yearly {
  height: 240px; }

.dashboard .airlines-yearly {
  margin-top: 45px; }

.dashboard .current-date-details {
  background: #EEE; }

.dashboard .current-date-row {
  height: 55px;
  position: relative;
  overflow: hidden; }

.dashboard .circle {
  width: 9px;
  height: 9px;
  border-radius: 50px;
  position: relative;
  top: 5px;
  border: 2px solid whitesmoke; }

.dashboard .line {
  position: absolute;
  border-left: 1px solid #bdbdbd;
  height: 100%;
  width: 1px;
  left: 4px;
  top: 15px; }

.dashboard .text {
  font-size: 13px;
  left: 10px;
  position: relative;
  font-weight: bold; }

.dashboard .tab-button {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  margin: 0px;
  padding: 5px 20px;
  font-weight: bold;
  height: 100%; }

.dashboard .airlines-monthly-wrapper .tab-button {
  padding: 0px 15px; }

.dashboard .tab-button.md-primary-border {
  border-bottom: 2px solid;
  border-radius: 0; }

.dashboard .revenue-label,
.dashboard .currency {
  font-size: 14px;
  margin-right: 5px; }

.dashboard .revenue-total {
  margin-right: 5px;
  padding: 2px 5px;
  background: #EEE;
  font-weight: bold; }

.dashboard .total-revenue {
  padding: 4px; }

.dashboard .export {
  padding: 5px;
  background: white;
  font-weight: bold; }

.dashboard .import {
  padding: 5px;
  background: #ECEEED;
  font-weight: bold; }

.dashboard .overview {
  text-align: center;
  padding: 5px;
  background: white;
  margin: 5px;
  font-weight: bold; }

.dashboard .toggle-search {
  align-items: center;
  border: solid #BDBDBD;
  padding: 5px;
  border-width: 0px 0px 1px;
  background: white;
  width: 100%;
  outline: 0; }

.dashboard .dashboard-widget-wrapper {
  height: 450px;
  margin: 10px;
  border: 1px solid #ddd;
  position: relative; }
  @media screen and (max-width: 500px) {
    .dashboard .dashboard-widget-wrapper {
      margin: 5px; } }

.dashboard .dashboard-widget-wrapper .no-data {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  z-index: -1;
  top: 0px; }

.dashboard .dashboard-widget-wrapper.revenue-widget .c3-axis-y-label {
  fill: #FF7604;
  font-weight: bold;
  font-size: 12px; }

.dashboard .dashboard-widget-wrapper.revenue-widget .c3-axis-y2-label {
  fill: #2F97E0;
  font-weight: bold;
  font-size: 12px; }

.dashboard .dashboard-widget-wrapper.others .c3-axis-y-label {
  fill: #2F97E0;
  font-weight: bold;
  font-size: 12px; }

.dashboard .dashboard-widget-wrapper.others .c3-axis-y2-label {
  fill: #FF7604;
  font-weight: bold;
  font-size: 12px; }

.dashboard .dashboard-widget-header {
  padding: 5px 20px 10px 20px; }

.dashboard .dashboard-widget-header .print {
  background: #fff;
  border-style: double;
  border-width: 1px;
  border-radius: 4px;
  padding: 0 10px;
  font-weight: 700;
  outline: 0; }

.dashboard .dashboard-widget-header .print md-icon {
  margin: 0;
  height: 14px;
  width: 14px;
  font-size: 14px;
  min-height: 14px;
  min-width: 14px; }

.dashboard .dashboard-widget-header .import-export {
  height: 100%;
  align-items: flex-end;
  justify-content: center; }

.dashboard .dashboard-widget-header .import-export-button {
  background: transparent;
  border-style: solid;
  border-width: 0px;
  outline: 0; }

.dashboard .dashboard-widget-header .import-export-button.md-primary-border {
  border-width: 0px 0px 2px; }

.dashboard .dashboard-widget-header-title {
  border-bottom: 1px solid #ddd; }

.dashboard .dashboard-widget-header-title {
  color: #333;
  height: 40px; }

.dashboard .dashboard-widget-header md-select {
  height: 21px; }

.dashboard .dashboard-widget-header .md-select-value {
  min-height: 21px;
  border-radius: 4px;
  border-color: #616161 !important;
  color: #616161; }

.dashboard .dashboard-widget-header md-select-value.md-select-value.md-select-placeholder > span {
  margin-bottom: 0px; }

.dashboard .dashboard-widget-header-title .widget-title {
  font-weight: bold; }

.dashboard .dashboard-widget-header-title .widget-subtitle {
  margin: 0px 5px; }

.dashboard svg:not(.calendar-icon) {
  width: 100%;
  height: 100%; }

svg.dashboard-chart {
  overflow: visible; }

.dashboard svg text,
svg.dashboard-chart text {
  font-size: 10px; }

.dashboard svg .labels text,
svg.dashboard-chart .labels text {
  fill: white;
  font-size: 14px; }

.dashboard .legends {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
  z-index: 30; }

.dashboard .legends div[layout="row"] {
  cursor: pointer; }

.dashboard .legends .rect {
  width: 15px;
  height: 15px;
  float: left;
  margin-top: 0px;
  background-repeat: initial;
  line-height: 13px;
  text-align: center;
  font-size: 11px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  box-sizing: border-box;
  background-image: initial;
  background-position: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: #9898cd;
  color: white; }

.dashboard path.slice {
  stroke-width: 2px; }

.dashboard polyline {
  opacity: .3;
  stroke: black;
  stroke-width: 2px;
  fill: none; }

.dashboard path.domain,
svg.dashboard-chart path.domain {
  fill: none;
  shape-rendering: crispEdges;
  stroke: #ececec; }

.dashboard .tick line,
svg.dashboard-chart .tick line {
  stroke: black;
  stroke-opacity: 0.1; }

.dashboard .header-rise-fall-percentage {
  background-color: white;
  color: black;
  float: left;
  margin-bottom: 6px;
  height: 25px;
  font-size: 16px;
  margin-left: 6px;
  margin-top: 2px; }

.dashboard .variation {
  background: white;
  color: black; }

.dashboard .arrow-up {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 16px solid #20B2AA;
  margin-right: 4px; }

.dashboard .increase-variation {
  color: #20B2AA; }

.dashboard .decrease-variation {
  color: #de5454; }

.dashboard .arrow-down {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 16px solid #de5454;
  margin-right: 4px; }

md-dialog .dashboard-widget .widget {
  width: auto;
  height: auto; }

div[ng-view] > .dashboard-widget {
  background: #FFF;
  border-left: 1px solid #dad8d8;
  max-width: 1440px; }

.dashboard-widget .widget {
  width: 280px;
  height: 260px;
  display: flex;
  border: 1px solid #BDBDBD;
  transition: height ease-in 0.5s;
  overflow: hidden;
  position: relative; }
  .dashboard-widget .widget.tracking {
    height: 100%; }

.dashboard-widget .widget .header {
  height: 34px;
  min-height: 34px; }

.dashboard-widget .widget.hide-widget {
  height: 34px;
  min-height: 34px;
  transition: height ease-in 0.5s; }

.dashboard-widget .widget-pagination md-icon {
  outline: 0;
  cursor: pointer; }

.dashboard-widget .widget .currency-info {
  border-color: #BDBDBD;
  border-style: solid;
  border-width: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px; }

.dashboard-widget .awb-table-wrapper {
  overflow: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #BDBDBD; }
.dashboard-widget .awb-table {
  width: 100%;
  border-spacing: 0px;
  border-bottom: 1px solid #BDBDBD; }
  .dashboard-widget .awb-table th,
  .dashboard-widget .awb-table td {
    padding: 8px; }
  .dashboard-widget .awb-table td:not(:last-child) {
    border-right: 1px solid #BDBDBD; }
  .dashboard-widget .awb-table th {
    background-color: #bdbdbd;
    color: white;
    text-align: left; }
.dashboard-widget .list-wrapper {
  overflow: auto; }
  .dashboard-widget .list-wrapper.show-border {
    border: 1px solid #BDBDBD; }
.dashboard-widget .list-wrapper::-webkit-scrollbar,
.dashboard-widget table::-webkit-scrollbar,
.dashboard-widget .user-notes md-tabs md-tab-content:first-child::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  border-radius: 3px;
  border: 1px solid #EAEAEA;
  outline: 0px; }
.dashboard-widget .list-wrapper::-webkit-scrollbar-track,
.dashboard-widget table::-webkit-scrollbar-track,
.dashboard-widget .user-notes md-tabs md-tab-content:first-child::-webkit-scrollbar-track {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3); }
.dashboard-widget .list-wrapper::-webkit-scrollbar-thumb,
.dashboard-widget table::-webkit-scrollbar-thumb,
.dashboard-widget .user-notes md-tabs md-tab-content:first-child::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.54);
  outline: 0px;
  border-radius: 10px;
  border: 1px solid #EAEAEA; }
.dashboard-widget .list-row:nth-child(odd),
.dashboard-widget table tr:nth-child(odd) {
  background: whitesmoke; }
.dashboard-widget table tr.red-row td:last-child {
  color: #FF0033;
  font-weight: bold; }
.dashboard-widget table tr.yellow-row td:last-child {
  color: #ffa800;
  font-weight: bold; }
.dashboard-widget table tr.green-row td:last-child {
  color: #00CC99;
  font-weight: bold; }

.dashboard-widget .close-icon {
  border-radius: 50px;
  color: white !important;
  width: 16px;
  height: 16px;
  font-size: 14px;
  min-width: 18px;
  min-height: 18px;
  background-color: #BEBEBE;
  font-weight: bold;
  line-height: 18px;
  text-align: center; }

.dashboard-widget .widget.user-notes .add-icon {
  margin-top: 5px;
  margin-right: 3px;
  cursor: pointer;
  outline: 0; }

.dashboard-widget .find {
  color: #0099ff;
  background: white;
  border: 1px solid #0099ff; }

.dashboard-widget .currency-converter md-input-container:not(.md-input-focused):not(.md-input-invalid) label.bottom-label {
  color: rgba(0, 0, 0, 0.38) !important; }
.dashboard-widget .currency-converter md-input-container label.bottom-label {
  font-size: 10px;
  width: 100%;
  text-align: right;
  order: 3; }

.dashboard-widget md-input-container input,
.dashboard-widget md-select-value.md-select-value {
  border-color: #BDBDBD !important; }

.dashboard-widget .ui-grid-row:nth-child(even) .ui-grid-cell {
  background-color: #fdfdfd; }

.dashboard-widget table:not(.awb-table) {
  width: 100%;
  border-spacing: 0px 10px;
  border-collapse: separate; }

.dashboard-widget table tr td {
  padding: 7px 0px; }

.dashboard-widget .widget .header {
  padding: 5px 5px;
  align-items: center;
  border-bottom: 1px inset #bdbdbd; }
  .dashboard-widget .widget .header span:first-of-type {
    padding: 0px 2px 0px 5px;
    font-size: 14px;
    line-height: 12px; }
.dashboard-widget .widget .flight-input {
  padding: 0px 2px;
  width: 100px;
  height: 24px;
  margin-left: auto;
  font-size: 12px; }
.dashboard-widget .widget .search-button md-icon {
  background-color: #eee;
  border: 1px solid #ccc;
  outline: 0px; }

.dashboard-widget.layout-wrap .widget .header {
  cursor: move; }

.dashboard-widget .user-notes input {
  padding: 5px;
  height: 26px;
  position: absolute; }
  .dashboard-widget .user-notes input.no-input {
    box-shadow: none;
    border: none !important; }
.dashboard-widget .user-notes button.add {
  width: 40px;
  height: 20px;
  min-width: 40px;
  min-height: 20px;
  line-height: 20px; }
.dashboard-widget .user-notes .color1 {
  background: #33ABA0;
  color: white; }
.dashboard-widget .user-notes .color2 {
  background: #F8C283;
  color: white; }
.dashboard-widget .user-notes .color3 {
  background: #A2AEF2;
  color: white; }
.dashboard-widget .user-notes .color-option {
  border-radius: 50px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  margin-right: 5px;
  outline: 0; }
.dashboard-widget .user-notes .color-inherit {
  color: inherit;
  background: inherit; }
.dashboard-widget .user-notes #ripple-element {
  transition: all ease-in 0.7s; }
  .dashboard-widget .user-notes #ripple-element textarea.form-control:focus {
    border-color: white;
    box-shadow: none; }
.dashboard-widget .user-notes .user-notes-row {
  border-bottom: 1px solid #E4E4E4;
  position: relative;
  margin: 3px; }
  .dashboard-widget .user-notes .user-notes-row md-icon {
    font-size: 16px;
    line-height: 24px;
    text-align: center; }
  .dashboard-widget .user-notes .user-notes-row span {
    padding: 7px 0px 7px 10px;
    outline: 0;
    font-size: 13px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap; }

.dashboard-widget .user-notes-grid {
  border: 0px; }

.dashboard-widget .component {
  float: left; }
.dashboard-widget .header-box-widget {
  position: relative; }
.dashboard-widget .icon {
  width: 19px;
  height: 20px; }

.dashboard-widget .no-records-found {
  text-align: center;
  width: 100%;
  display: block; }

.dashboard-widget .dashboard-widget .over {
  border: 1px dashed #333; }

@media screen and (max-width: 500px) {
  .dashboard-widget .widget {
    width: 100%;
    height: 300px; } }

.dashboard-widget .widget-wrapper {
  display: inline-block; }
  .dashboard-widget .widget-wrapper.Tracking {
    float: left; }
  .dashboard-widget .widget-wrapper.Notes {
    float: left;
    clear: both; }
    .dashboard-widget .widget-wrapper.Notes .widget.user-notes.has-tracking:not(.hide-widget) {
      height: 160px; }
      .dashboard-widget .widget-wrapper.Notes .widget.user-notes.has-tracking:not(.hide-widget) .user-notes-wrapper {
        min-height: 120px; }
      .dashboard-widget .widget-wrapper.Notes .widget.user-notes.has-tracking:not(.hide-widget) textarea {
        height: 60px; }
    .dashboard-widget .widget-wrapper.Notes .widget.user-notes:not(.hide-widget) md-tabs {
      min-height: auto; }
    .dashboard-widget .widget-wrapper.Notes .widget.user-notes:not(.hide-widget) .user-notes-wrapper {
      min-height: 220px; }
    .dashboard-widget .widget-wrapper.Notes .widget.user-notes:not(.hide-widget) textarea {
      height: 160px; }
  @media screen and (min-width: 1280px) {
    .dashboard-widget .widget-wrapper.Available_Capacity .widget, .dashboard-widget .widget-wrapper.Flown_vs_Booked .widget {
      width: 580px; }
    .dashboard-widget .widget-wrapper.Import_Flights .widget, .dashboard-widget .widget-wrapper.Export_Flights .widget {
      width: 580px;
      height:500px}}
  @media screen and (max-width: 500px) {
    .dashboard-widget .widget-wrapper {
      width: 100%; } }

.dashboard-widget .header-box {
  margin: 10px;
  height: 90px;
  border-width: 1px;
  border-style: solid; }
  @media screen and (min-width: 600px) {
    .dashboard-widget .header-box {
      max-width: 280px;
      width: 280px;
      min-width: 280px;
      float: left; } }
  @media screen and (max-width: 600px) {
    .dashboard-widget .header-box {
      margin: 5px 10px; } }
  .dashboard-widget .header-box .header-box-left-wrapper {
    padding-left: 15px; }
    .dashboard-widget .header-box .header-box-left-wrapper .header-box-left-label {
      font-size: 16px;
      color: #666666; }
    .dashboard-widget .header-box .header-box-left-wrapper .header-box-left-value {
      font-size: 27px;
      padding-top: 2px;
      height: 27px;
      line-height: 27px; }
  .dashboard-widget .header-box .header-box-right-wrapper {
    margin-left: auto;
    padding-right: 5px; }
  .dashboard-widget .header-box:nth-child(even) {
    border-color: #F8A94C; }
    .dashboard-widget .header-box:nth-child(even) .header-box-left-value,
    .dashboard-widget .header-box:nth-child(even) .inset span:nth-child(2) {
      color: #F8A94C; }
    .dashboard-widget .header-box:nth-child(even) radial-progress .circle .mask .fill {
      background-color: #F8A94C; }

.dashboard .dashboard-widget-wrapper.customer-destination {
  height: 350px; }

.dashboard .customer-table-wrapper {
  margin: 5px;
  border: 2px solid #D4D4D4; }

.dashboard .customer-table-wrapper .table-head {
  background: #E2E2E2;
  font-size: 14px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5); }

.dashboard .customer-table-wrapper .table-body {
  background: #F2F2F2; }

.dashboard .customer-table-wrapper .index {
  width: 40px;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex; }

.dashboard .customer-table-wrapper .table-head span {
  border-bottom: 2px solid #D4D4D4; }

.dashboard .customer-table-wrapper .table-head span:nth-child(2),
.dashboard .customer-table-wrapper .table-body .table-row > div:nth-child(2) {
  border-left: 1px solid #717171; }

.dashboard .customer-table-wrapper .table-body .table-row .table-cell {
  align-items: center;
  display: flex; }

.dashboard .customer-table-wrapper .table-body .table-row .border-right {
  border-right: 1px solid #D4D4D4; }

.dashboard .customer-table-wrapper .table-row {
  max-height: 40px; }

.charge-code .radio-padding {
  padding: 20px; }

.charge-code .expand-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 5px; }

.space-control .bg-red {
    background : red;
}

.space-control .bg-green {
    background : green;
}

.space-control .bg-orange {
    background : orange;
}

.space-control .bg-yellow {
    background : yellow;
}

.space-control .expand-box {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 5px;
    border-radius: 25px 25px 2px 2px;
}

.space-control .expand-box-normal {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 5px;
}

.space-control .expand-box-header-normal {
    padding: 1px 10px;
    font-size: 14px;
    line-height: 22px;
}
.space-control .expand-box-body-normal {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0px 0px 0px 15px;
}

.space-control .font-bold {
    font-weight: 800;
}

.space-control .md-button.md-raised.md-primary-orange {
    background-color: #DD8117;
    color:white;
    border-radius: 5px 5px 5px 5px;}

.space-control .md-button.md-raised.md-primary-green {
    background-color: #37C2AB;
    color:white;
    border-radius: 5px 5px 5px 5px;}

.space-control .md-button.md-raised.md-primary-red {
    background-color: #E21417;
    color:white;
    border-radius: 5px 5px 5px 5px;}

.tariff-air .expand-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 5px; }

.tariff-air .tariff-grid {
  margin: 5px; }

.tariff-air .disabled-row {
  padding: 5px;
  background-color: #f3f3f3; }

.tariff-air .form-subheader {
  padding: 0px 0px 0px 10px;
  background: #EAEAEA;
  font-weight: bold; }

.tariff-air .form-subheader-disabled {
  padding: 0px 10px;
  background: #eee;
  font-weight: bold; }

.tariff-details .expand-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 5px; }

.tariff-details .tariff-grid {
  margin: 5px; }
  .tariff-details .tariff-grid .ui-grid-header-cell > div[role="columnheader"] {
    height: 30px; }

.cimp .expand-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 5px; }

.cimp .ecw-padding {
  padding: 10px 10px 10px 0px; }

.cass .form-subheader {
  padding: 0px 0px 0px 10px;
  background: #EAEAEA;
  font-weight: bold; }

.cass .pd-b10 {
  padding-bottom: 10px !important;
  padding-top: 10px; }

.report-template .box-header {
  cursor: pointer; }
.report-template .column-label {
  padding: 6px;
  text-align: center; }
.report-template .items-wrapper {
  width: 250px;
  height: 350px;
  overflow: auto;
  border: 1px solid #BDBDBD; }
  .report-template .items-wrapper .item {
    min-height: 25px;
    display: flex;
    cursor: pointer;
    align-items: center;
    padding-left: 10px; }
    .report-template .items-wrapper .item:nth-child(even) {
      background: #f5f5f5; }
    .report-template .items-wrapper .item .editable {
      border: 0px;
      width: 100%;
      min-height: 25px;
      background: transparent; }
      .report-template .items-wrapper .item .editable:focus {
        background: white;
        border: 1px solid; }

.uppercase {
  text-transform: uppercase; }

.comparison-calendar-wrapper .calendar-icon {
  height: 20px;
  width: 20px;
  cursor: pointer;
  margin: 0 5px; }

.comparison-calendar-wrapper input {
  border-color: rgba(0, 0, 0, 0.12);
  outline: none;
  box-shadow: none;
  padding: 0px 5px;
  background: white;
  width: 85px;
  min-width: 85px;
  border-width: 1px;
  height: 26px; }

.comparison-calendar-dropdown-wrapper {
  position: absolute;
  background: white;
  z-index: 50;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: 180px; }

.comparison-calendar-dropdown-wrapper .period-column {
  height: 210px;
  overflow: auto; }

.comparison-calendar-dropdown-wrapper .period {
  padding: 5px 10px;
  cursor: pointer;
  outline: 0; }

.comparison-calendar-dropdown-wrapper div.period {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc; }

.search-sales-call .grouped-box {
  background: #F5F5F5;
  margin: 5px; }

@media screen and (min-width: 600px) {
  .search-sales-call .right-label {
    text-align: right;
    margin-right: 15px;
    font-size: 14px; } }
@media screen and (max-width: 600px) {
  .search-sales-call .right-label {
    margin-right: 5px; } }

.search-sales-call .circle,
div.booking-form .circle {
  width: 17px;
  height: 17px;
  border-radius: 50px; }

.search-sales-call .grey-bg,
div.booking-form .grey-bg {
  background: #E9E9EB; }

.search-sales-call .reports-section {
  padding: 10px 0px 0px 0px; }

.search-sales-call .line,
div.booking-form .line {
  height: 2px;
  border-bottom-width: 2px;
  border-bottom-style: solid; }

.search-sales-call .grey-border,
div.booking-form .grey-border {
  border-color: #E9E9EB; }

.search-sales-call .status {
  position: relative;
  left: -15px; }

.search-sales-call .status.md-primary-fg,
div.booking-form .status.md-primary-fg {
  font-weight: bold; }

.search-sales-call .header {
  padding: 2px 10px;
  background: #F5F5F5; }

.search-sales-call .header-box-group {
  border: 1px solid #E4E4E4;
  border-top-width: 0px; }

.search-sales-call .toggle-button {
  background: transparent;
  border: none;
  margin-left: auto; }

.search-sales-call .toggle-button md-icon {
  font-weight: bold;
  font-size: 26px; }

.search-sales-call .arrow-down {
  width: 0;
  height: 0;
  border-left: 6px solid transparent !important;
  border-right: 6px solid transparent !important;
  border-top-width: 6px;
  border-top-style: solid;
  position: absolute;
  bottom: -6px;
  left: 38%; }

.search-sales-call div[ui-grid] {
  overflow: hidden; }

@media screen and (min-width: 600px) {
  .search-sales-call .pre-wrap {
    white-space: pre-wrap !important; } }

@media screen and (min-width: 960px) {
  .search-sales-call .call-obj {
    margin-right: 0px !important; } }

.search-sales-call .customer-autocomplete input {
  font-weight: bold;
  font-size: 13px; }

.search-sales-call .grouped-box .label-text {
  color: #666666 !important; }

.search-sales-call .contact-span {
  height: 26px; }

@media screen and (min-width: 960px) {
  .search-sales-call .call-obj-label {
    text-align: right; } }

.file-input-name {
  min-width: 100px !important;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 120px;
  white-space: nowrap; }

.file-input-wrapper {
  align-items: center;
  justify-content: center;
  display: flex; }
  .file-input-wrapper .file-input-button {
    padding: 7px 15px;
    font-weight: bold;
    letter-spacing: 1px;
    background: #E4E4E4;
    cursor: pointer;
    outline: 0;
    border: none;
    overflow: hidden;
    position: relative;
    font-weight: normal;
    margin-bottom: -1px;
    min-width: 110px; }
    .file-input-wrapper .file-input-button input {
      cursor: pointer;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      font-size: 50px;
      opacity: 0;
      -moz-opacity: 0;
      filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
      width: auto;
      min-width: 100px; }

.user-Management .roles md-input-container {
  width: 27%; }
  @media screen and (max-width: 960px) {
    .user-Management .roles md-input-container {
      width: 43%; } }

.user-Management .roles md-checkbox {
  margin-bottom: 0px; }
  @media screen and (max-width: 960px) {
    .user-Management .roles md-checkbox {
      margin-bottom: 5px; } }

.company .company-types-align {
  align-items: baseline; }

.switch-station.crm .arrow-right {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #6F7777;
  margin-right: 5px;
  cursor: pointer; }

.switch-station.crm .arrow-down {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #6F7777;
  margin-right: 5px;
  cursor: pointer; }

.switch-station.crm .tenant-row {
  padding: 4px; }

.switch-station.crm .tenant-row span {
  white-space: nowrap;
  cursor: pointer; }

.switch-station .tenant-row span.md-primary-fg {
  font-weight: bold; }

.tool-tip {
  position: absolute;
  display: none;
  white-space: nowrap;
  padding: 5px;
  background-color: white;
  border-width: 5px 1px 1px;
  border-style: solid;
  border-color: #9898cd;
  border-image: initial;
  -webkit-tap-highlight-color: transparent;
  width: auto;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 3px 3px;
  opacity: 0.95;
  z-index: 900;
  border-radius: 5px;
  transform-style: preserve-3d;
  pointer-events: none; }

.tool-tip .arrow {
  border-color: white transparent transparent;
  margin-left: -6px;
  position: absolute;
  top: 45%;
  left: 0%;
  pointer-events: none;
  width: 0px;
  height: 0px;
  border-width: 6px;
  border-style: solid;
  border-image: initial;
  transform: rotate(90deg);
  transform-origin: 50% 0% 0px; }

.tool-tip.fixed {
  position: fixed; }

.tool-tip.fixed .arrow {
  border-width: 0px !important; }

.tool-tip.right-arrow .arrow {
  left: 100%;
  transform: rotate(-90deg); }

.system-Config-fields {
  width: 31%;
  padding-right: 20px;
  align-items: center; }
  @media (min-width: 320px) {
    .system-Config-fields {
      display: inline;
      padding-left: 0px; } }
  @media (min-width: 481px) {
    .system-Config-fields {
      display: inline-table; } }

.airline-manager-fields {
  width: 32%;
  padding-right: 20px;
  align-items: center; }
  @media (min-width: 320px) {
    .airline-manager-fields {
      display: inline;
      padding-left: 0px; } }
  @media (min-width: 481px) {
    .airline-manager-fields {
      display: inline-table; } }

.header-search {
  background: #DFDFDF;
  padding: 0px 10px; }

.pricing-dashboard .box-header {
  align-items: center; }

.pricing-dashboard .box-widget.box-wrapper .table-wrapper {
  padding-top: 10px; }

.pricing-dashboard .table-wrapper {
  overflow: auto;
  overflow-x: hidden;
  -ms-overflow-x: hidden; }

.pricing-dashboard .box-wrapper {
  padding: 5px 10px 10px 10px;
  position: relative;
  background: white;
  margin-bottom: 10px;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .pricing-dashboard .box-wrapper.expanded {
    position: absolute;
    left: 0px;
    width: 140%;
    height: 140%;
    z-index: 52; }

.pricing-dashboard .box-widget {
  position: relative;
  height: 225px;
  margin-right: 20px; }
  @media screen and (min-width: 960px) and (max-width: 1280px) {
    .pricing-dashboard .box-widget {
      max-width: 400px;
      min-width: 400px;
      display: block; } }
  @media screen and (min-width: 1280px) {
    .pricing-dashboard .box-widget {
      max-width: 360px;
      min-width: 360px;
      display: block; } }

.pricing-dashboard .box-widget .table-scroll::-webkit-scrollbar,
.pricing-dashboard .table-wrapper::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
  border: 1px solid #EAEAEA;
  outline: 0px;
  height: 7px; }

.pricing-dashboard .box-widget .table-scroll::-webkit-scrollbar-track,
.pricing-dashboard .table-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3); }

.pricing-dashboard .box-widget .table-scroll::-webkit-scrollbar-thumb,
.pricing-dashboard .table-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.54);
  outline: 0px;
  border-radius: 10px;
  border: 1px solid #EAEAEA; }

.pricing-dashboard .box-widget table {
  width: 100%; }

.pricing-dashboard .box-widget md-tabs md-tab-content {
  padding: 0px; }

.pricing-dashboard .box-widget .table-wrapper table th,
.pricing-dashboard .box-widget .table-wrapper table td {
  padding: 5px 6px; }

.pricing-dashboard .box-widget .table-wrapper table tr th {
  background: #EBEBEB; }

.pricing-dashboard .box-widget .table-wrapper table tr:not(:last-child) td {
  border-bottom: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8; }

.pricing-dashboard .box-widget .table-wrapper table tr:last-child td:not(:last-child),
.pricing-dashboard .box-widget .table-wrapper table tr:first-child th:not(:last-child) {
  border-right: 1px solid #D8D8D8; }

.pricing-dashboard .box-widget .price-guide-table table td,
.pricing-dashboard .box-widget .price-guide-table table th {
  padding: 2px 20px;
  border-right: 1px solid #D8D8D8; }

.pricing-dashboard .box-header .material-icons {
  color: rgba(0, 0, 0, 0.5);
  user-select: none; }

.pricing-dashboard .box-widget .price-guide-table table th {
  border-bottom: 1px solid #D8D8D8; }

.pricing-dashboard .box-widget .bar {
  background: #DFDDDD;
  position: relative;
  width: 75px;
  margin-left: 5px; }

.pricing-dashboard .tab-button {
  min-height: auto;
  min-width: auto;
  margin: 0px;
  line-height: initial;
  padding: 3px;
  border-bottom: 1px solid transparent;
  margin-bottom: 0px; }

.pricing-dashboard .tab-button,
.pricing-dashboard .box-header label {
  background-color: transparent !important;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  font-weight: bold; }

.pricing-dashboard table tr th {
  color: rgba(0, 0, 0, 0.5); }

.pricing-dashboard .tab-button .md-ripple-container {
  display: none; }

.pricing-dashboard .box-widget md-tabs md-tabs-wrapper {
  display: none; }

.pricing-dashboard .box-widget .bar .bar-overlap {
  background: -webkit-linear-gradient(left, #680020 0%, #a41743 62%, #eb0b50 100%);
  background: -o-linear-gradient(left, #680020 0%, #a41743 62%, #eb0b50 100%);
  background: -ms-linear-gradient(left, #680020 0%, #a41743 62%, #eb0b50 100%);
  background: -moz-linear-gradient(left, #680020 0%, #a41743 62%, #eb0b50 100%);
  background: linear-gradient(to right, #680020 0%, #a41743 62%, #eb0b50 100%);
  position: absolute;
  width: 0%;
  height: 100%;
  transition: all ease-in 0.7s; }

.pricing-dashboard .box-widget table {
  border: 1px solid #D8D8D8;
  border-spacing: 0px;
  border-collapse: collapse; }

.pricing-dashboard .row-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: flex; }

.agent-modal .agent-textarea {
  height: 100% !important; }

.agent-modal .notification-button {
  line-height: 26px;
  min-height: 26px;
  min-width: 20px;
  margin: 2px; }

.agent-modal .agent-content {
  padding: 15px 10px; }

.agent-modal .action-button {
  margin: 15px 2px 0px 5px;
  margin-left: auto; }

.pricing-dashboard .row-icon.success {
  background: #43a047; }

.pricing-dashboard .row-icon.error {
  background: #e53935; }

.pricing-dashboard .row-icon.warning {
  background: #43b1d4; }

.pricing-dashboard span.error {
  color: #e53935; }

.pricing-dashboard span.warning {
  color: #43b1d4; }

@media screen and (max-width: 1280px) and (min-width: 960px) {
  .pricing-dashboard .arrow-right {
    margin-right: 5px; } }
.pricing-dashboard .row-icon md-icon {
  font-size: 17px;
  color: white;
  min-width: 17px;
  min-height: 17px;
  height: 17px;
  width: 17px; }
.pricing-dashboard md-icon.access-time {
  font-size: 15px;
  min-width: 15px;
  min-height: 15px;
  height: 15px;
  width: 15px; }
.pricing-dashboard .status {
  margin-left: 10px; }
.pricing-dashboard .status-color {
  width: 15px;
  height: 15px; }

.expand-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 5px; }
  .expand-box .expand-box-header {
    padding: 1px 10px;
    font-size: 14px;
    line-height: 22px; }
  .expand-box .expand-box-body {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0px 0px 0px 15px; }

.pb-template .box-border {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px; }

div.booking-form .header,
md-dialog.flight-details .search-header,
md-dialog.dimensions-modal .bup-header {
  background: #F0F0F0; }

div.booking-form .booking-status {
  color: white;
  min-width: 100px; }

div.booking-form md-tabs md-tab-content {
  padding: 5px; }

div.booking-form .route-grid {
  margin: 5px; }
  div.booking-form .route-grid .ui-grid-header-cell > div[role="columnheader"] {
    height: 30px; }

div.booking-form md-icon.text-box-icon {
  margin-left: -25px;
  position: relative; }
  div.booking-form md-icon.text-box-icon.has-label {
    top: 5px; }
div.booking-form ecw-autocomplete.has-md-open-icon md-input-container input.md-input {
  padding-right: 20px; }
div.booking-form .header {
  padding: 0px 5px; }

div.booking-form .flight-input {
  padding: 2px 2px;
  width: 45px;
  height: 24px;
  margin-left: auto; }

div.booking-form .flight-input-small {
  padding: 2px 2px;
  width: 65px; }

div.booking-form md-icon.autocomplete-icon {
  position: absolute;
  left: 100%;
  top: 25px;
  margin-left: -25px; }

div.booking-form .ui-grid-cell md-datepicker {
  margin: 0px;
  padding-left: 2px;
  padding-right: 2px;
  position: relative; }
  div.booking-form .ui-grid-cell input.flight-date-input{
    width:70px;
  }
  div.booking-form .ui-grid-cell md-datepicker.hide-input-container .md-datepicker-input-container{
    display: none;
  }
  div.booking-form .ui-grid-cell md-datepicker .md-datepicker-input-container {
    width: 70px; }
  div.booking-form .ui-grid-cell md-datepicker .calendar-icon {
    position: relative;
    z-index: 50; }

div.booking-form .ui-grid-cell md-input-container input {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  padding: 0px 0px;
  border-width: 1px; }

.res-dashboard .more-info {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.pricing-wrapper table.grid-table {
  border: 0px; }
  .pricing-wrapper table.grid-table tbody tr:last-child td {
    border-bottom: 1px solid #ececec; }
  .pricing-wrapper table.grid-table tbody tr td:first-child {
    border-left: 1px solid #ececec; }
  .pricing-wrapper table.grid-table tfoot td {
    border: 0px; }
    .pricing-wrapper table.grid-table tfoot td input {
      background: #ECECEC;
      border-radius: 4px;
    }

div.booking-form .status {
  left: -24px;
  position: relative; }

div.booking-form md-tabs button.toggle-button {
  padding: 0px; }
div.booking-form textarea {
  line-height: 18px;
  padding: 6px; }
div.booking-form .overlay-dims {
  position: absolute;
  z-index: 10;
  background: white;
  top: 30px;
  left: 0px; }

div.booking-form .cass table tr td,
div.booking-form .cass table tr th,
.cass table tr td,
.cass table tr th {
  padding: 9px; }
div.booking-form .cass table tr th,
.cass table tr th {
  color: white; }
div.booking-form .cass table.cass-table,
.cass table.cass-table {
  width: 100%;
  border-spacing: 1px; }
  div.booking-form .cass table.cass-table thead th:first-child,
  .cass table.cass-table thead th:first-child {
    background: white;
    text-align: left;
    border-right: 1px solid #ccc;
    font-weight: normal;
    opacity: 1; }
  div.booking-form .cass table.cass-table tbody tr td:first-child,
  .cass table.cass-table tbody tr td:first-child {
    text-align: right;
    border-right: 1px solid #ccc;
    padding-left: 0px; }
  div.booking-form .cass table.cass-table tbody tr td:last-child,
  .cass table.cass-table tbody tr td:last-child {
    border-right: 1px solid #ccc; }
  div.booking-form .cass table.cass-table tbody tr td:not(:first-child),
  .cass table.cass-table tbody tr td:not(:first-child) {
    border-bottom: 1px solid #ccc; }

div.booking-form .awb-wrapper table thead th {
  color: #333333;
  font-weight: bold;
  text-align: left; }
div.booking-form .awb-wrapper .awb-border-less-header {
  font-size: 14px;
  height: 40px;
  margin-right: 20px;
  align-items: center; }
div.booking-form .awb-wrapper .headline-light {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6); }
div.booking-form .awb-wrapper span.border-seperator:before {
  position: absolute;
  content: '';
  height: 80%;
  top: 10%;
  background: rgba(0, 0, 0, 0.1);
  width: 1px;
  right: 0px; }
div.booking-form .awb-wrapper .awb-header {
  min-height: 40px;
  align-items: center;
  padding-left: 10px;
  font-weight: bold; }
  div.booking-form .awb-wrapper .awb-header span {
    padding: 5px 10px; }
    div.booking-form .awb-wrapper .awb-header span:not(:last-child) {
      border-right: 1px solid; }
div.booking-form .awb-wrapper .other-details .awb-align-end {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex: 1;
  font-weight: bold; }

div.booking-form .awb-charges-columns {
  padding: 0px 20px;
  position: relative; }
  div.booking-form .awb-charges-columns .awb-charges-section-header {
    height: 40px;
    align-items: center;
    display: flex; }
    div.booking-form .awb-charges-columns .awb-charges-section-header .charges-header {
      font-weight: bold;
      color: rgba(0, 0, 0, 0.6); }
  div.booking-form .awb-charges-columns.prepaid-postpaid input {
    border: 1px solid rgba(0, 0, 0, 0.17); }

div.booking-form .header-size,
div.booking-form .header-size input,
div.booking-form .header-size span,
.header-size,
.header-size input,
.header-size span {
  font-size: 14px;
  font-weight: bold; }

.booking-form .awb-booking-rate {
  margin-right: 120px;
  padding: 0px;
  min-width: 60px; }

.flight-management-dashboard .sub-header-size {
  font-size: 13px;
  font-weight: normal !important; }

.flight-management-dashboard .form-subheader {
  padding: 0px 0px 0px 10px;
  background: #EAEAEA;
  font-weight: bold; }

.rounded-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 13px;
  border-radius: 10px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12); }

.rounded-box-space {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.rounded-box-small {
    height: 18px;
    padding-top:4px;
    padding-left:8px;
    padding-bottom: 18px;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    margin: 1px;
    border-radius: 5px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.text-align-center {
    text-align: center;
}

.font-11 {
    font-size: 11px;
}

.flight-revenue-dashboard .quote-details {
  height: 110px; }

.flight-revenue-dashboard .color-blue {
  color: #0094e7 !important; }

.flight-revenue-dashboard .color-green {
  color: #00b400 !important; }

.flight-revenue-dashboard .color-orange {
  color: #ff9500 !important; }

.flight-revenue-dashboard .font-20 {
  font-size: 20px; }

.flight-revenue-dashboard .font-17 {
  font-size: 17px; }

.flight-revenue-dashboard .font-15 {
  font-size: 15px; }

.flight-revenue-dashboard .font-13 {
  font-size: 13px; }

.flight-revenue-dashboard .font-10 {
  font-size: 10px; }

.flight-revenue-dashboard .font-8 {
  font-size: 8px; }

.flight-revenue-dashboard .font-bold {
  font-weight: 700; }

.flight-revenue-dashboard .align-center {
  align-self: center; }

.flight-revenue-dashboard .vl {
  border-left: 4px solid #ebebeb;
  height: 100px; }

.flight-revenue-dashboard .vl2 {
  border-left: 4px solid #ebebeb;
  height: 180px; }

.flight-revenue-dashboard .vl3 {
  border-left: 4px solid #ebebeb;
  height: 100%; }

.flight-revenue-dashboard .hl {
  border-top: 2px solid #ebebeb;
  width: 200px;
  margin-left: 3px;
  margin-right: 3px; }

.flight-revenue-dashboard .pl-50 {
  padding-left: 50px; }

.flight-revenue-dashboard .pd-t33 {
  padding-top: 33px;
  display: flex; }

.flight-revenue-dashboard .pd-t18 {
  padding-top: 18px;
  display: flex; }

.flight-revenue-dashboard radial-progress .circle .mask .fill {
  background-color: #F8A94C; }

.flight-revenue-dashboard .legends {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
  z-index: 30; }

.flight-revenue-dashboard .legends div[layout="row"] {
  cursor: pointer; }

.flight-revenue-dashboard .legends .rect {
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  float: left;
  margin-top: 0px;
  background-repeat: initial;
  line-height: 13px;
  text-align: center;
  font-size: 11px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  box-sizing: border-box;
  background-image: initial;
  background-position: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: #9898cd;
  color: white; }

@media (min-width: 370px) and (max-width: 770px) {
  .flight-revenue-dashboard .vl {
    border-bottom: 4px solid #ebebeb;
    width: 100% !important;
    height: 3px;
    offset-rotate: 90%; }

  .flight-revenue-dashboard .vl2 {
    border-bottom: 4px solid #ebebeb;
    width: 100% !important;
    height: 3px;
    offset-rotate: 90%; }

  .flight-revenue-dashboard .hl {
    border-bottom: 2px solid #ebebeb;
    width: 100% !important;
    height: 3px;
    offset-rotate: 90%; }

  .flight-revenue-dashboard .pd15 {
    padding: 1px; }

  .flight-revenue-dashboard .pd-l90 {
    padding-left: 90px; }

  .flight-revenue-dashboard .pd-t18 {
    padding-top: 8px; }

  .flight-revenue-dashboard .pd-l10 {
    padding-left: 10px; }

  .flight-revenue-dashboard .pd-l25 {
    padding-left: 25px; }

  .flight-revenue-dashboard .pd-l40 {
    padding-left: 40px; }

  .flight-revenue-dashboard .pd-l50 {
    padding-left: 50px; }

  .flight-revenue-dashboard .pd6 {
    padding: 6px; }

  .flight-revenue-dashboard .pd-l110 {
    padding-left: 110px; }

  .flight-revenue-dashboard .pd-l15 {
    padding-left: 15px; }

  .flight-revenue-dashboard .pd-l18 {
    padding-left: 18px; }

  .flight-revenue-dashboard .legends-visible {
    position: relative;
    top: -100px;
    overflow: visible; }

  .flt-revenue svg {
    overflow: visible; }

  div.booking-form md-icon.text-box-icon {
    margin-left: -30px;
    position: relative; }

  .min-width-140 {
    min-width: 140px !important; }

  .rating-details-section, .other-details-section {
    overflow-x: scroll; }

  .padding-10-mobile {
    padding: 10px !important; }

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

  .width-70-xs {
    min-width: 70px !important; }

  .width-80-xs {
    min-width: 80px !important; }

  .input-margin md-input-container {
    margin-right: 5px !important; }

  .align-item-left-mobile {
    align-items: initial !important; }

  .import-popup-icon {
    position: relative;
    left: 240px;
    top: -30px; }

  .mb-20 {
    margin-bottom: 20px; }

  .expand-box {
    overflow-x: scroll; }

  .mobile-width-mbox {
    min-width: 95% !important;
    width: 95% !important; } }
@media (min-width: 760px) and (max-width: 1024px) and (orientation: landscape) {
  .flight-revenue-dashboard .vl {
    border-bottom: 4px solid #ebebeb;
    width: 100% !important;
    height: 3px;
    offset-rotate: 90%; }

  .flight-revenue-dashboard .vl2 {
    border-bottom: 4px solid #ebebeb;
    width: 100% !important;
    height: 3px;
    offset-rotate: 90%; }

  .flight-revenue-dashboard .pd-l50 {
    padding-left: 0px; }

  .flight-revenue-dashboard .pd-l40 {
    padding-left: 0px; }

  .flight-revenue-dashboard .pd-l55 {
    padding-left: 55px; }

  .flight-revenue-dashboard .pd-l95 {
    padding-left: 95px; }

  .flight-revenue-dashboard .pd-l15 {
    padding-left: 15px; }

  .flight-revenue-dashboard .pd-l18 {
    padding-left: 15px; }

  .flight-revenue-dashboard .pd-t10 {
    padding-top: 10px; }

  .flight-revenue-dashboard .pd-t35 {
    padding-top: 35px; }

  .flight-revenue-dashboard .hl1 {
    border-bottom: 0px solid #ebebeb;
    width: 0% !important;
    height: 0px;
    offset-rotate: 0%;
    margin-left: 0px;
    margin-right: 0px; }

  .flight-revenue-dashboard .legends-visible {
    position: relative;
    overflow: visible;
    left: 90px; }

  .flt-revenue svg {
    overflow: visible; }

  .align-item-left-mobile {
    align-items: initial !important; } }
.cass-reconcile div.overlay-grid {
  right: 0px;
  left: initial; }

.cell-wrap .ui-grid-cell-contents {
  white-space: normal; }

md-dialog.cass-reconcile {
  overflow: initial; }

.res-dashboard .show-all-button,
.cass-reconcile .show-all-button {
  background: #707070;
  color: white;
  height: 26px;
  width: 26px;
  padding: 0px;
  margin-right: 5px; }
.res-dashboard ecw-tab,
.cass-reconcile ecw-tab {
  padding: 10px 10px; }
.res-dashboard .booking-grid .ui-grid-viewport,
.res-dashboard .cass-details-grid .ui-grid-viewport,
.cass-reconcile .booking-grid .ui-grid-viewport,
.cass-reconcile .cass-details-grid .ui-grid-viewport {
  /* overflow-x: initial !important; */
  overflow-y: initial !important; }
.res-dashboard .has-overlay,
.cass-reconcile .has-overlay {
  overflow: visible; }
.res-dashboard .overlay-grid,
.cass-reconcile .overlay-grid {
  position: absolute;
  z-index: 1;
  background: white;
  top: 30px;
  left: -20px; }
.res-dashboard .overlay-dropdown-wrapper,
.cass-reconcile .overlay-dropdown-wrapper {
  position: relative; }
  .res-dashboard .overlay-dropdown-wrapper:hover .overlay-dropdown,
  .cass-reconcile .overlay-dropdown-wrapper:hover .overlay-dropdown {
    display: block; }
  .res-dashboard .overlay-dropdown-wrapper .overlay-dropdown,
  .cass-reconcile .overlay-dropdown-wrapper .overlay-dropdown {
    position: absolute;
    z-index: 1;
    display: none;
    background: white;
    top: 30px;
    padding: 4px;
    white-space: nowrap;
    left: -12px;
    border: 1px solid rgba(0, 0, 0, 0.2); }
    .res-dashboard .overlay-dropdown-wrapper .overlay-dropdown .arrow-up,
    .cass-reconcile .overlay-dropdown-wrapper .overlay-dropdown .arrow-up {
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid darkgray;
      position: absolute;
      top: -7px;
      left: 15px; }
.res-dashboard .overlay-icon-dropdown-wrapper,
.cass-reconcile .overlay-icon-dropdown-wrapper {
  position: relative; }
  .res-dashboard .overlay-icon-dropdown-wrapper:hover .overlay-dropdown,
  .cass-reconcile .overlay-icon-dropdown-wrapper:hover .overlay-dropdown {
    display: block; }
  .res-dashboard .overlay-icon-dropdown-wrapper .overlay-dropdown,
  .cass-reconcile .overlay-icon-dropdown-wrapper .overlay-dropdown {
    position: absolute;
    z-index: 1;
    display: none;
    background: white;
    top: 23px;
    padding: 4px;
    white-space: nowrap;
    left: -4px;
    border: 1px solid rgba(0, 0, 0, 0.2); }
    .res-dashboard .overlay-icon-dropdown-wrapper .overlay-dropdown .arrow-up,
    .cass-reconcile .overlay-icon-dropdown-wrapper .overlay-dropdown .arrow-up {
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid darkgray;
      position: absolute;
      top: -7px;
      left: 6px; }

.box-wrapper {
  margin-bottom: 5px;
  border: 1px solid lightgrey; }
  .box-wrapper .box-header {
    background: #F5F5F5;
    cursor: pointer;
    height: 30px;
    align-items: center;
    display: flex;
    padding: 5px 10px;
    font-weight: bold; }
  .box-wrapper .box-body {
    padding: 5px 10px; }

.flight-schedule .box-wrapper .schedule-column span {
  line-height: 26px; }
.flight-schedule .box-wrapper md-checkbox.schedule-column {
  height: 26px; }
.flight-schedule .box-wrapper .schedule-box {
  padding: 0px 10px;
  width: 120px;
  border: 1px solid #BDBDBD; }

.flight-schedule-details-modal .border-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0px 5px; }
.flight-schedule-details-modal .schedule-column-header {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold; }
.flight-schedule-details-modal md-input-container label[ng-click="delegateClick()"] {
  display: none; }

.flight-schedule md-input-container label[ng-click="delegateClick()"] {
  display: none; }

.targets-actual-dashboard ecw-tab {
  padding: 0px;
  background: #F5F5F5; }
.targets-actual-dashboard .category {
  background: white;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px; 
}
  .targets-actual-dashboard .category span {
    padding: 0px 10px;
    cursor: pointer; }
    .targets-actual-dashboard .category span:not(:last-child) {
      border-right: 1px solid gray; }
.targets-actual-dashboard .targets-actual-dashboard-wrapper {
  padding: 20px; }
  .targets-actual-dashboard .targets-actual-dashboard-wrapper #revenue g.y-axis-left > g:not(:first-child).tick line,
  .targets-actual-dashboard .targets-actual-dashboard-wrapper #tonnage g.y-axis-left > g:not(:first-child).tick line {
    stroke-dasharray: 7, 7;
    stroke-opacity: 0.2; }
  .targets-actual-dashboard .targets-actual-dashboard-wrapper #revenue .y-axis-left path,
  .targets-actual-dashboard .targets-actual-dashboard-wrapper #revenue .y-axis-left g:first-child line,
  .targets-actual-dashboard .targets-actual-dashboard-wrapper #tonnage .y-axis-left path,
  .targets-actual-dashboard .targets-actual-dashboard-wrapper #tonnage .y-axis-left g:first-child line {
    stroke-opacity: 0.6;
    stroke: #000; }
  .targets-actual-dashboard .targets-actual-dashboard-wrapper #revenue .x-axis g.tick text,
  .targets-actual-dashboard .targets-actual-dashboard-wrapper #tonnage .x-axis g.tick text {
    font-weight: bold; }
  .targets-actual-dashboard .targets-actual-dashboard-wrapper md-select.select-transparent md-select-value {
    background-color: transparent; }
  .targets-actual-dashboard .targets-actual-dashboard-wrapper .header-box-row {
    position: relative; }
    .targets-actual-dashboard .targets-actual-dashboard-wrapper .header-box-row .header-box {
      background: white;
      min-height: 100px;
      position: relative; }
      .targets-actual-dashboard .targets-actual-dashboard-wrapper .header-box-row .header-box:not(last-child) {
        margin-right: 20px; }
      .targets-actual-dashboard .targets-actual-dashboard-wrapper .header-box-row .header-box.red-fg .colored {
        color: #FF0033; }
      .targets-actual-dashboard .targets-actual-dashboard-wrapper .header-box-row .header-box.yellow-fg .colored {
        color: #ffa800; }
      .targets-actual-dashboard .targets-actual-dashboard-wrapper .header-box-row .header-box.green-fg .colored {
        color: #00CC99; }
      .targets-actual-dashboard .targets-actual-dashboard-wrapper .header-box-row .header-box .full-label {
        font-weight: bold;
        font-size: 20px;
        color: #666666; }
      .targets-actual-dashboard .targets-actual-dashboard-wrapper .header-box-row .header-box .header-box-label {
        font-weight: bold;
        font-size: 14px; }
      .targets-actual-dashboard .targets-actual-dashboard-wrapper .header-box-row .header-box .header-box-bottom {
        position: absolute;
        height: 3px;
        width: 100%;
        bottom: 0px;
        background: #d9dee4; }
        .targets-actual-dashboard .targets-actual-dashboard-wrapper .header-box-row .header-box .header-box-bottom .tracker {
          position: absolute; }
        .targets-actual-dashboard .targets-actual-dashboard-wrapper .header-box-row .header-box .header-box-bottom .progress {
          height: 100%;
          width: 0px; }
          .targets-actual-dashboard .targets-actual-dashboard-wrapper .header-box-row .header-box .header-box-bottom .progress.color2 {
            width: 100%;
            background: #50D35C; }
          .targets-actual-dashboard .targets-actual-dashboard-wrapper .header-box-row .header-box .header-box-bottom .progress.red-bg {
            background: #FF0033; }
          .targets-actual-dashboard .targets-actual-dashboard-wrapper .header-box-row .header-box .header-box-bottom .progress.yellow-bg {
            background: #ffa800; }
          .targets-actual-dashboard .targets-actual-dashboard-wrapper .header-box-row .header-box .header-box-bottom .progress.green-bg {
            background: #00CC99; }
        .targets-actual-dashboard .targets-actual-dashboard-wrapper .header-box-row .header-box .header-box-bottom .arrow {
          width: 0;
          height: 0;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          position: absolute;
          top: -7px;
          left: -5px; }
          .targets-actual-dashboard .targets-actual-dashboard-wrapper .header-box-row .header-box .header-box-bottom .arrow.red-bg {
            border-bottom: 6px solid #FF0033; }
          .targets-actual-dashboard .targets-actual-dashboard-wrapper .header-box-row .header-box .header-box-bottom .arrow.yellow-bg {
            border-bottom: 6px solid #ffa800; }
          .targets-actual-dashboard .targets-actual-dashboard-wrapper .header-box-row .header-box .header-box-bottom .arrow.green-bg {
            border-bottom: 6px solid #00CC99; }
        .targets-actual-dashboard .targets-actual-dashboard-wrapper .header-box-row .header-box .header-box-bottom .percentage {
          font-weight: bold;
          top: -20px;
          position: absolute;
          left: -4px; }
      .targets-actual-dashboard .targets-actual-dashboard-wrapper .header-box-row .header-box .header-box-wrapper {
        padding: 10px; }
      .targets-actual-dashboard .targets-actual-dashboard-wrapper .header-box-row .header-box .header-box-body {
        height: 65px;
        padding: 10px; }
        .targets-actual-dashboard .targets-actual-dashboard-wrapper .header-box-row .header-box .header-box-body md-icon {
          font-size: 35px;
          width: 35px;
          height: 35px;
          min-width: 35px;
          min-height: 35px;
          position: absolute;
          right: 10px;
          bottom: 10px; }
        .targets-actual-dashboard .targets-actual-dashboard-wrapper .header-box-row .header-box .header-box-body .summary-label {
          font-weight: bold; }
        .targets-actual-dashboard .targets-actual-dashboard-wrapper .header-box-row .header-box .header-box-body .summary-value {
          font-size: 22px;
          font-weight: bold;
          min-height: 26px; }
  .targets-actual-dashboard .targets-actual-dashboard-wrapper .widget-wrapper {
    border: 1px solid #BDBDBD;
    margin-top: 10px;
    margin-right: 10px;
    height: 340px;
    position: relative;
    background: white; }
    .targets-actual-dashboard .targets-actual-dashboard-wrapper .widget-wrapper .header {
      height: 30px;
      border-bottom: 1px solid #BDBDBD;
      padding: 0px 10px;
      font-weight: bold;
      display: flex;
      align-items: center; }
    .targets-actual-dashboard .targets-actual-dashboard-wrapper .widget-wrapper .md-primary-bg.header {
      min-height: 38px;
      color: rgba(255, 255, 255, 0.88) !important; }
    .targets-actual-dashboard .targets-actual-dashboard-wrapper .widget-wrapper .body {
      overflow: auto; }
    .targets-actual-dashboard .targets-actual-dashboard-wrapper .widget-wrapper.table-content table {
      border-spacing: 0px;
      width: 100%;
      table-layout: fixed; }
      .targets-actual-dashboard .targets-actual-dashboard-wrapper .widget-wrapper.table-content table.targets-vs-actual th {
        padding: 2px 7px; }
      .targets-actual-dashboard .targets-actual-dashboard-wrapper .widget-wrapper.table-content table.targets-vs-actual tr:nth-child(even) td {
        background: #f9f9f9; }
      .targets-actual-dashboard .targets-actual-dashboard-wrapper .widget-wrapper.table-content table:not(.targets-vs-actual) th {
        height: 45px; }
      .targets-actual-dashboard .targets-actual-dashboard-wrapper .widget-wrapper.table-content table:not(.targets-vs-actual) tr:nth-child(even) td {
        background: #ececec; }
      .targets-actual-dashboard .targets-actual-dashboard-wrapper .widget-wrapper.table-content table thead tr:last-child th {
        border-bottom: 1px solid #BDBDBD; }
      .targets-actual-dashboard .targets-actual-dashboard-wrapper .widget-wrapper.table-content table th,
      .targets-actual-dashboard .targets-actual-dashboard-wrapper .widget-wrapper.table-content table td {
        padding: 8px;
        max-height: 30px; }
        .targets-actual-dashboard .targets-actual-dashboard-wrapper .widget-wrapper.table-content table th:not(.text-align-right):not(.text-align-center),
        .targets-actual-dashboard .targets-actual-dashboard-wrapper .widget-wrapper.table-content table td:not(.text-align-right):not(.text-align-center) {
          text-align: left; }
      .targets-actual-dashboard .targets-actual-dashboard-wrapper .widget-wrapper.table-content table td span.opportunity {
        width: 50px;
        text-align: center;
        color: white;
        display: block;
        padding: 2px 0px; }
      .targets-actual-dashboard .targets-actual-dashboard-wrapper .widget-wrapper.table-content table td.red-fg {
        color: #FF0033; }
      .targets-actual-dashboard .targets-actual-dashboard-wrapper .widget-wrapper.table-content table td.yellow-fg {
        color: #ffa800; }
      .targets-actual-dashboard .targets-actual-dashboard-wrapper .widget-wrapper.table-content table td.green-fg {
        color: #00CC99; }
      .targets-actual-dashboard .targets-actual-dashboard-wrapper .widget-wrapper.table-content table .total-conversion {
        width: 40px;
        height: 15px;
        float: left;
        margin-right: 5px; }
        .targets-actual-dashboard .targets-actual-dashboard-wrapper .widget-wrapper.table-content table .total-conversion > div {
          height: 100%;
          float: right; }

.accounts-dashboard .line-comparison g > g:not(:first-child) .tick line {
  stroke-dasharray: 5, 5; }
.accounts-dashboard .search {
  padding: 0px 8px;
  background: #F5F5F5; }
.accounts-dashboard .accounts-dashboard-wrapper {
  padding: 8px; }
  .accounts-dashboard .accounts-dashboard-wrapper .header-box {
    height: 80px;
    border-width: 1px;
    border-style: solid;
    margin-right: 10px;
    border-color: #F8A94C; }
    .accounts-dashboard .accounts-dashboard-wrapper .header-box .header-box-wrapper {
      padding: 0px 33px; }
      .accounts-dashboard .accounts-dashboard-wrapper .header-box .header-box-wrapper .header-box-label {
        font-weight: bold;
        color: #5B5B5B;
        font-size: 14px;
        text-align: center;
        padding-bottom: 10px; }
      .accounts-dashboard .accounts-dashboard-wrapper .header-box .header-box-wrapper .summary-value {
        font-weight: bold;
        font-size: 14px; }
      .accounts-dashboard .accounts-dashboard-wrapper .header-box .header-box-wrapper .summary-label {
        color: #5B5B5B;
        font-weight: bold;
        opacity: 0.8; }
      .accounts-dashboard .accounts-dashboard-wrapper .header-box .header-box-wrapper .border-seperator {
        border-right: 1.7px solid #5B5B5B; }
      .accounts-dashboard .accounts-dashboard-wrapper .header-box .header-box-wrapper .color1 {
        color: #47D354; }
      .accounts-dashboard .accounts-dashboard-wrapper .header-box .header-box-wrapper .color2 {
        color: #3EA8F0; }
      .accounts-dashboard .accounts-dashboard-wrapper .header-box .header-box-wrapper .color3 {
        color: #F8A94C; }
  .accounts-dashboard .accounts-dashboard-wrapper .dashboard-header-right-wrapper {
    max-width: 210px;
    width: 210px; }
    .accounts-dashboard .accounts-dashboard-wrapper .dashboard-header-right-wrapper .box {
      border: 1.5px solid #ececec;
      border-top-width: 0px;
      min-height: 100px; }
      .accounts-dashboard .accounts-dashboard-wrapper .dashboard-header-right-wrapper .box:first-child {
        border-top-width: 1.5px; }
      .accounts-dashboard .accounts-dashboard-wrapper .dashboard-header-right-wrapper .box .header {
        padding: 6px 8px;
        font-weight: bold; }
      .accounts-dashboard .accounts-dashboard-wrapper .dashboard-header-right-wrapper .box .body {
        text-align: right;
        padding: 10px 16px;
        align-items: flex-end;
        display: flex;
        justify-content: flex-end;
        flex-direction: column; }
        .accounts-dashboard .accounts-dashboard-wrapper .dashboard-header-right-wrapper .box .body span {
          display: block; }
        .accounts-dashboard .accounts-dashboard-wrapper .dashboard-header-right-wrapper .box .body .label {
          font-weight: bold;
          opacity: 0.85; }
        .accounts-dashboard .accounts-dashboard-wrapper .dashboard-header-right-wrapper .box .body .highlight {
          font-size: 20px;
          font-weight: bold; }
      .accounts-dashboard .accounts-dashboard-wrapper .dashboard-header-right-wrapper .box .footer {
        padding: 6px 8px;
        border-top: 1.5px solid #ececec; }
  .accounts-dashboard .accounts-dashboard-wrapper .widget-wrapper {
    border: 1px solid #BDBDBD;
    margin-top: 10px;
    margin-right: 10px;
    height: 340px;
    position: relative; }
    .accounts-dashboard .accounts-dashboard-wrapper .widget-wrapper .header {
      height: 30px;
      border-bottom: 1px solid #BDBDBD;
      padding: 0px 10px;
      font-weight: bold;
      display: flex;
      align-items: center; }
    .accounts-dashboard .accounts-dashboard-wrapper .widget-wrapper.table-content table {
      border-spacing: 0px;
      width: 100%;
      table-layout: fixed; }
      .accounts-dashboard .accounts-dashboard-wrapper .widget-wrapper.table-content table thead th {
        border-bottom: 1px solid #BDBDBD; }
      .accounts-dashboard .accounts-dashboard-wrapper .widget-wrapper.table-content table th,
      .accounts-dashboard .accounts-dashboard-wrapper .widget-wrapper.table-content table td {
        padding: 8px;
        text-align: left;
        max-height: 30px; }
      .accounts-dashboard .accounts-dashboard-wrapper .widget-wrapper.table-content table .customer {
        width: 40%; }
        .accounts-dashboard .accounts-dashboard-wrapper .widget-wrapper.table-content table .customer > span {
          width: 100%;
          display: block;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }
      .accounts-dashboard .accounts-dashboard-wrapper .widget-wrapper.table-content table tr:nth-child(even) td {
        background: #ececec; }
      .accounts-dashboard .accounts-dashboard-wrapper .widget-wrapper.table-content table td span.opportunity {
        width: 50px;
        text-align: center;
        color: white;
        display: block;
        padding: 2px 0px; }
      .accounts-dashboard .accounts-dashboard-wrapper .widget-wrapper.table-content table .total-conversion {
        width: 40px;
        height: 15px;
        float: left;
        margin-right: 5px; }
        .accounts-dashboard .accounts-dashboard-wrapper .widget-wrapper.table-content table .total-conversion > div {
          height: 100%;
          float: right; }

form.sales-target-form table.monthly-targets thead th,
.account-managers-modal table.monthly-targets thead th {
  font-weight: normal;
  text-align: left; }
form.sales-target-form table.monthly-targets tbody td md-input-container,
.account-managers-modal table.monthly-targets tbody td md-input-container {
  width: 75px; }
form.sales-target-form .airline-targets > .header span,
form.sales-target-form .account-managers-targets > .header span,
.account-managers-modal .airline-targets > .header span,
.account-managers-modal .account-managers-targets > .header span {
  width: 150px;
  font-weight: bold;
  margin-right: 18px; }
form.sales-target-form .airline-targets .body .airline-details md-input-container,
form.sales-target-form .account-managers-targets .body .airline-details md-input-container,
.account-managers-modal .airline-targets .body .airline-details md-input-container,
.account-managers-modal .account-managers-targets .body .airline-details md-input-container {
  width: 150px; }
form.sales-target-form .airline-targets .body .toggle-icon .add,
form.sales-target-form .account-managers-targets .body .toggle-icon .add,
.account-managers-modal .airline-targets .body .toggle-icon .add,
.account-managers-modal .account-managers-targets .body .toggle-icon .add {
  background: #ececec; }
form.sales-target-form .airline-targets .body .monthly-mode,
form.sales-target-form .account-managers-targets .body .monthly-mode,
.account-managers-modal .airline-targets .body .monthly-mode,
.account-managers-modal .account-managers-targets .body .monthly-mode {
  background: #F5F5F5;
  padding: 10px; }
form.sales-target-form .airline-targets .header .toggle-icon,
form.sales-target-form .airline-targets .body .toggle-icon,
form.sales-target-form .account-managers-targets .header .toggle-icon,
form.sales-target-form .account-managers-targets .body .toggle-icon,
.account-managers-modal .airline-targets .header .toggle-icon,
.account-managers-modal .airline-targets .body .toggle-icon,
.account-managers-modal .account-managers-targets .header .toggle-icon,
.account-managers-modal .account-managers-targets .body .toggle-icon {
  width: 30px; }

.account-managers-modal .airline-target .airline-target-headline {
  background: #ececec; }
.account-managers-modal md-select[disabled] .md-select-value,
.account-managers-modal input[disabled] {
  background: #d5d5d5; }

md-dialog.shc-modal .shc-row {
  padding: 6px 8px;
  align-items: center; }

md-dialog.shc-modal .ecw-header {
  padding: 6px 8px; }

md-dialog.delivery-point-modal .ui-grid-cell-contents {
  white-space: normal; }

radial-progress {
  width: 80px;
  height: 80px;
  background-color: #EBECED;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  radial-progress .circle {
    display: flex;
    height: 100%;
    width: 100%; }
    radial-progress .circle .mask,
    radial-progress .circle .fill,
    radial-progress .circle .shadow {
      width: 80px;
      height: 80px;
      position: absolute;
      border-radius: 50%; }
    radial-progress .circle .mask,
    radial-progress .circle .fill {
      -webkit-backface-visibility: hidden;
      transition: -webkit-transform 1s;
      transition: -ms-transform 1s;
      transition: transform 1s; }
    radial-progress .circle .mask {
      clip: rect(0px, 80px, 80px, 40px); }
      radial-progress .circle .mask .fill {
        clip: rect(0px, 40px, 80px, 0px); }
  radial-progress .inset {
    width: 75px;
    height: 75px;
    margin: 2.5px 2.6px;
    position: absolute;
    background-color: white;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0px;
    top: 0px; }
    radial-progress .inset span:nth-child(2) {
      font-size: 20px;
      line-height: 20px;
      min-height: 20px; }

.purchase-dashboard md-select.approved md-select-value {
  background: yellow; }
.purchase-dashboard md-select.request-sent md-select-value {
  background: green;
  color: white; }

img.img-icon {
  height: 22px; }

.import-consignment-search .img-icon {
  height: 18px; }
.import-consignment-search .shipment-status {
  font-weight: bold; }
  .import-consignment-search .shipment-status.red-fg {
    color: #FF0033; }
  .import-consignment-search .shipment-status.yellow-fg {
    color: #ffa800; }
  .import-consignment-search .shipment-status.green-fg {
    color: #00CC99; }

.c3 svg {
  font: 10px sans-serif; }

.c3 line,
.c3 path {
  fill: none;
  stroke: #000; }

.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.c3-bars path,
.c3-event-rect,
.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid {
  shape-rendering: crispEdges; }

.c3-chart-arc path {
  stroke: #fff; }

.c3-chart-arc text {
  fill: #fff;
  font-size: 13px; }

.c3-grid line {
  stroke: #aaa; }

.c3-grid text {
  fill: #aaa; }

.c3-xgrid,
.c3-ygrid {
  stroke-dasharray: 3 3; }

.c3-text.c3-empty {
  fill: gray;
  font-size: 2em; }

.c3-line {
  stroke-width: 1px; }

.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: #fff; }

.c3-selected-circle {
  fill: #fff;
  stroke-width: 2px; }

.c3-bar {
  stroke-width: 0; }

.c3-bar._expanded_ {
  fill-opacity: 0.75; }

.c3-target.c3-focused {
  opacity: 1; }

.c3-target.c3-focused path.c3-line,
.c3-target.c3-focused path.c3-step {
  stroke-width: 2px; }

.c3-target.c3-defocused {
  opacity: 0.3 !important; }

.c3-region {
  fill: #4682b4;
  fill-opacity: 0.1; }

.c3-brush .extent {
  fill-opacity: 0.1; }

.c3-legend-item {
  font-size: 12px; }

.c3-legend-item-hidden {
  opacity: 0.15; }

.c3-legend-background {
  opacity: .75;
  fill: #fff;
  stroke: #d3d3d3;
  stroke-width: 1; }

.c3-title {
  font: 14px sans-serif; }

.c3-tooltip-container {
  z-index: 10; }

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  -webkit-box-shadow: 7px 7px 12px -9px #777;
  -moz-box-shadow: 7px 7px 12px -9px #777;
  box-shadow: 7px 7px 12px -9px #777;
  opacity: 0.9; }

.c3-tooltip tr {
  border: 1px solid #CCC; }

.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF; }

.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999; }

.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px; }

.c3-tooltip td.value {
  text-align: right; }

.c3-area {
  stroke-width: 0;
  opacity: 0.2; }

.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em; }

.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none; }

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px; }

.c3-chart-arcs .c3-chart-arcs-gauge-max,
.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777; }

.c3-chart-arc .c3-gauge-value {
  fill: #000; }

.fileUpload {
  position: relative;
  overflow: hidden;
  margin-left: 5px;
  width: 150px; }

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

.row-align {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  margin-bottom: 5px; }

.booking-popup-button {
  height: 2px;
  background-color: white;
  color: #53AF50;
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 14px;
  margin: 15px 65px 15px 25px; }

.popup-margin-lr25 {
  margin: 0px 25px 0px 25px; }

.booking-popup-bm {
  margin-top: 10px;
  margin-bottom: 4px;
  margin-right: 7px;
  margin-left: auto; }

.popup-lable-colour {
  color: #696c70; }

md-dialog .white-border {
  border: 1px solid white; }

.pd-t8 {
  padding-top: 8px;
  display: flex; }

.um-block-header {
  background-color: #bdbdbd;
  color: white;
  padding: 6px; }

.um-block {
  margin-top: -3px;
  border: 1px solid #bdbdbd; }

.content-header {
  background-color: #dfdfdf; }

#tab-content-34 {
  border: 1px solid #eaeaea; }

.grouped-box .sales-text {
  text-indent: 25px; }

.grouped-box .icon-container {
  padding: 3px; }

md-dialog.cass-upload md-tabs-canvas {
  display: none; }

.new-flight-mgt-dashboard-table {
    width: 80%;
    border-collapse: collapse;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.new-flight-mgt-dashboard-header th {
    background-color: #007bff;
    color: #fff;
    padding: 15px;
    font-size: 18px;
    text-align: left;
}

.new-flight-mgt-dashboard-flight-details,
.new-flight-mgt-dashboard-capacity-details,
.new-flight-mgt-dashboard-space-summary {
    padding: 15px;
    vertical-align: top;
    border-right: 1px solid #ddd;
}

.new-flight-mgt-dashboard-nested-table {
    width: 100%;
    border-collapse: collapse;
}

.new-flight-mgt-dashboard-nested-table th {
    background-color: #e9ecef;
    font-weight: bold;
    font-size: 14px;
    color: #333;
    padding: 8px;
    text-align: left;
}

.new-flight-mgt-dashboard-nested-table td {
    padding: 5px;
    font-size: 14px;
    color: #333;
}

.new-flight-mgt-dashboard-nested-table td:first-child {
    font-weight: bold;
    color: #666;
    width: 60%;
}

.new-flight-mgt-dashboard-status {
    color: #28a745;
    font-weight: bold;
}

.new-flight-mgt-dashboard-space-summary {
    border-right: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .new-flight-mgt-dashboard-table {
        width: 100%;
    }

    .new-flight-mgt-dashboard-header th {
        font-size: 16px;
        padding: 10px;
    }

    .new-flight-mgt-dashboard-flight-details,
    .new-flight-mgt-dashboard-capacity-details,
    .new-flight-mgt-dashboard-space-summary {
        padding: 10px;
    }
}


@media screen and (min-width: 960px) {
  .sticky-buttons-wrapper {
    bottom: 22px;
    right: 0px;
    left: 0px;
    background: white;
    padding-right: 20px;
    z-index: 48;
    border-top: 1px solid rgba(0, 0, 0, 0.1); } }

@media screen and (min-width: 960px) {
  .sticky-buttons-wrapper-dummy {
    position: relative;
    visibility: hidden;
    padding-right: 20px; } }

.export-invoice-grid.content-placeholder-loading-animation .ui-grid-canvas .ui-grid-cell-contents {
  height: 10px;
  margin: 10px;
  animation: content-placeholder-animation 1s infinite ease-in-out;
  border-bottom: 0px solid rgba(0, 0, 0, 0.12); }
.export-invoice-grid.content-placeholder-loading-animation .ui-grid-canvas .ui-grid-cell-contents:nth-child(1) {
  width: 150px; }
.export-invoice-grid.content-placeholder-loading-animation .ui-grid-canvas .ui-grid-cell-contents:nth-child(5) {
  width: 150px; }
.export-invoice-grid.content-placeholder-loading-animation .ui-grid-canvas .ui-grid-cell-contents:nth-child(9) {
  width: 150px; }
.export-invoice-grid.content-placeholder-loading-animation .ui-grid-canvas .ui-grid-cell-contents:nth-child(2) {
  width: 250px; }
.export-invoice-grid.content-placeholder-loading-animation .ui-grid-canvas .ui-grid-cell-contents:nth-child(6) {
  width: 250px; }
.export-invoice-grid.content-placeholder-loading-animation .ui-grid-canvas .ui-grid-cell-contents:nth-child(10) {
  width: 250px; }
.export-invoice-grid.content-placeholder-loading-animation .ui-grid-canvas .ui-grid-cell-contents:nth-child(3) {
  width: 50px; }
.export-invoice-grid.content-placeholder-loading-animation .ui-grid-canvas .ui-grid-cell-contents:nth-child(7) {
  width: 50px; }
.export-invoice-grid.content-placeholder-loading-animation .ui-grid-canvas .ui-grid-cell-contents:nth-child(4) {
  width: 100px; }
.export-invoice-grid.content-placeholder-loading-animation .ui-grid-canvas .ui-grid-cell-contents:nth-child(8) {
  width: 100px; }

.post-flight .piece-discrepancy {
  background: #ffffaa; }
.post-flight .booking-discrepancy {
  background: #ffc4c4; }
.post-flight .ffm-modified {
  background: #81fe02; }

.export-invoice .cass-bookings {
  background: #ffffaa; }

.bulkExportInvoice .pd-t10 {
  padding-top: 10px; }

.consolidation-list .awb-capture-not-done {
  color: red; }
.consolidation-list .agent-autocomplete {
  min-width: 280px; }

.inbound-mawb .location-grid .ui-grid-header-cell,
.inbound-mawb .flight-capacity-grid .ui-grid-header-cell {
  height: 30px; }

@keyframes content-placeholder-animation {
  0% {
    background-color: rgba(165, 165, 165, 0.1); }
  50% {
    background-color: rgba(165, 165, 165, 0.3); }
  100% {
    background-color: rgba(165, 165, 165, 0.1); } }
td label.md-subhead {
  font-weight: bold;
  letter-spacing: 0.05em; }

.agent-autocomplete {
  min-width: 300px; }

.bg-red {
  background: linear-gradient(to bottom, transparent 15%, #F44336 1%);
  opacity: 0.89; }

.bg-blue {
  background: linear-gradient(to bottom, transparent 15%, #0085c9 1%); }

.green-fg {
  color: green; }

.red-font {
  color: red; }

ecw-autocomplete.cashbg input {
  background: #fffd9c; }

ecw-autocomplete.creditbg input {
  background: rgba(102, 205, 170, 0.5); }

.export-invoice-grid .cash-customer {
  background-color: #FFC200 !important; }
.export-invoice-grid .bulk-customer {
  background-color: #00DB00 !important; }
.export-invoice-grid .dgr-goods {
  background-color: #FFC200 !important;
  border: 1px solid #FFC200 !important;  }
.mt-t10 {
  margin-top: 10px; }

@media (max-width: 599px) {
  .mt-t10-m {
    margin-top: 10px; }

  .mobile-position {
    margin-left: 90px !important;
    top: -45px !important;
    position: relative; } }
@media (max-width: 599px) {
  .button-left-xs-auto button {
    width: 100px !important; }

  .button-left-xs-auto {
    margin-left: 0px !important; }

  .targets-actual-dashboard .targets-actual-dashboard-wrapper .header-box-row .header-box {
    margin-bottom: 20px; }

  .targets-actual-dashboard .targets-actual-dashboard-wrapper .widget-wrapper {
    margin-top: 20px; }

  .target-actual .mr-r10 {
    margin-right: 5px !important;
    margin-left: 5px !important; }

  .dashboard svg text,
  svg.dashboard-chart text {
    font-size: 6px; }

  .agent-autocomplete {
    min-width: 100% !important; }

  .booking-search input {
    width: 100% !important; }

  ecw-autocomplete[url*="STATION_AUTOCOMPLETE_URL"] {
    width: 95px;
    margin-right: 5px; }

  .search-input {
    margin: 20px 0px 0px 0px; }

  .margin-left-mobile {
    margin-left: initial !important; }

  .search-input {
    height: 20px;
    width: 93%;
    margin: 20px 10px;
    text-align: center;
    position: relative;
    z-index: 1000; }

  .width-full-mobile {
    width: 100% !important; }

  .accounts-dashboard .accounts-dashboard-wrapper .widget-wrapper.table-content table th,
  .accounts-dashboard .accounts-dashboard-wrapper .widget-wrapper.table-content table td {
    padding: 8px 0px; }

  .accounts-dashboard .accounts-dashboard-wrapper .widget-wrapper.table-content table th:first-child,
  .accounts-dashboard .accounts-dashboard-wrapper .widget-wrapper.table-content table td {
    padding: 8px; }

  .top-sales,
  .top-calls {
    width: 310px !important; }

  .dashboard-widget .header-box .header-box-left-wrapper .header-box-left-value {
    height: 90px; }

  .dashboard-widget .header-box .header-box-left-wrapper {
    height: 90px;
    padding-top: 20px; }

  .dashboard2 .dashboard-widget .header-box .header-box-left-wrapper label {
    padding-top: 0px; }

  .full-width-mobile {
    width: 100% !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important; }

  .full-width-mobile label {
    text-align: left !important;
    margin: 5px 0px !important; }

  .full-width-mobile ecw-autocomplete[url*="STATION_AUTOCOMPLETE_URL"] {
    width: 100%; }

  .date-pick-section {
    margin: 5px 10px !important;
    width: 100% !important; }

  .date-pick-section ecw-autocomplete[url*="STATION_AUTOCOMPLETE_URL"] {
    min-width: 122px !important;
    margin-right: 5px; }

  .date-pick-section label {
    text-align: left !important; }

  .search-button-margin {
    margin: 5px 0px 10px 0px !important;
    width: 100% !important; }

  .mt-t5-mobile {
    margin-top: 10px; }

  .res-dashboard .ui-grid-render-container {
    width: 260px !important;
    overflow-x: scroll; }

  .freight-booking-list .ui-grid-render-container {
    width: 280px !important;
    overflow-x: scroll !important; }

  .res-dashboard .ui-grid-header-viewport {
    overflow: visible !important; }

  .freight-booking-list .ui-grid-header-viewport {
    overflow: visible !important; }

  .mt-t10-m {
    margin-top: 10px; }

  .mr-r10-m {
    margin-right: 10px; }

  .mb-10-m {
    margin-bottom: 10px; }

  .align-left-mobile {
    align-items: left !important; }

  .width-50-mobile {
    min-width: 125px !important; }

  .pt-b10-m {
    padding-bottom: 10px !important; }

  .ui-grid-pager-row-count-label {
    display: none; }

  .Consolidation .text-align-right {
    text-align: left !important; }

  .Consolidation .margin-left-auto {
    margin-left: 0px !Important; }

  .Consolidation md-input-container {
    margin-right: 5px !Important; }

  .mr-l0-m {
    margin-left: 0px !important; }

  .Consolidation-list .agent-autocomplete {
    min-width: 100% !important; }

  .width-100-m {
    min-width: 280px !important; }

  .bulk-update .ui-grid-pager-control {
    margin: 0px !Important; }

  .no-margin-mobile {
    margin: 0px !important; }

  .bulk-update .ui-grid-render-container {
    width: 324px !important; }

  .align-items-left-mobile {
    align-items: flex-start !important; }

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

  .mtbm-5 md-checkbox {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }

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

  .ml-t-20-m {
    margin-top: 20px !important; }

  .mtb-05-m {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }

  .export-as {
    font-size: 12px;
    float: left;
    margin-right: 0px;
    font-weight: bold; }

  .booking-grid-mobile .ui-grid-render-container {
    min-width: 324px !important; }

  .post-flight .ui-grid-render-container {
    min-width: 324px !important;
    overflow-x: scroll; }

  .acceptance-grid .ui-grid-render-container {
    min-width: 324px !important;
    overflow-x: scroll; }

  .post-flight .ui-grid-header-viewport,
  .acceptance-grid .ui-grid-header-viewport,
  .purchase-dashboard .ui-grid-header-viewport {
    overflow: initial !important; }

  .md-button {
    min-width: 62px !important;
    font-weight: bold; }

  .trucking-manifest .ui-grid-render-container-body .ui-grid-viewport {
    overflow-x: scroll !important;
    min-width: 280px !important; }

  .trucking-manifest .ui-grid-render-container {
    overflow-x: inherit;
    min-width: 280px !important; }

  div.trucking-manifest md-icon.autocomplete-icon {
    position: absolute;
    left: 100%;
    top: 25px;
    margin-left: -25px; }

  .text-align-left-mobile {
    text-align: left !important;
    width: 100% !important; }

  .ml-b-20-m {
    margin-bottom: 20px !important; }

  .mr-r10-m {
    margin-right: 10px !Important; }

  .icons-alignment {
    margin-bottom: 15px !important;
    margin-left: 15px !important; }

  .consignment-dashboard .ui-grid-pager-container {
    padding: 0px !important; }

  .consignment-dashboard .ui-grid-pager-control {
    margin-left: 0px !important;
    margin-right: 0px !important; }

  .export-wrapper {
    margin: 0px 0px; }

  ecw-tabs > ecw-tabs-header-wrapper button.head-icon {
    padding: 0px 5px; }

  .btn-position {
    position: relative !important;
    right: 0px; }

  .mr-r10-m {
    margin-right: 10px !important; }

  .mr-l10-m {
    margin-left: 10px !important; }

  .text-align-left-mobile {
    text-align: left !important; }

  .font-small {
    font-size: 11px !important; }

  .purchase-dashboard .ui-grid-render-container {
    min-width: 290px !important;
    overflow-x: scroll; }

  .mr-l30-m {
    margin-left: 0px !important; }

  .freight-booking-list .search-button-margin {
    margin: 0px 0px 10px 10px !important;
    width: 100% !important; }

  .status-width {
    width: 280px; }

  .res-dashboard .md-datepicker-input {
    min-width: 65px !important; }

  .mobile-icons img {
    margin-right: 10px !important;
    width: 20px;
    margin-bottom: 5px; }

  .booking-grid-mobile {
    min-width: 280px;
    overflow-x: scroll; }

  .import-legend-icons img {
    height: 20px;
    width: 20px !important; }

  .active-btn-mobile md-checkbox .md-icon {
    top: 0px !important;
    width: 18px; }

  .active-btn-mobile .md-button {
    margin-right: 0px !important; }

  .export-invoice ._md-datepicker-has-calendar-icon:not([layout="row"]):not([layout-gt-xs="row"]):not(.flex) {
    min-width: 100px !important; }

  .booking-grid-mobile .ui-grid-pager-row-count-picker select {
    width: 55px !important; }

  .ui-grid-pager-control {
    margin-left: 0px !important;
    margin-right: 0px !important; }

  .ui-grid-pager-control button {
    padding: 6px 7px !Important; }

  .align-items-start-mobile {
    align-items: unset !important; }

  .awb-list-legends div {
    margin-bottom: 10px; }

  .no-padding-left {
    padding-left: 0px; }

  .no-padding-right {
    padding-right: 0px; }

  .manifest-search label.text-align-right {
    text-align: left !important;
    margin-left: 10px !important; }

  .manifest-search md-input-container .md-input {
    margin-left: 10px !important; }

  .current-stock-grid {
    width: 98% !important;
    overflow-x: scroll; }

  .awb-stock-buttons button {
    min-width: 95% !important; }

  .report-template .box-wrapper {
    max-width: 90%;
    overflow-x: scroll; }

  .mr-t20-mobile {
    margin-top: 20px; }

  .email-label-mobile {
    position: relative;
    left: 120px !important;
    top: -8px !important; }

  .email-input-mobile {
    margin-left: 120px !important; }

  .xs-width {
    width: 100px; }

  .report-template .items-wrapper {
    width: 190px !important; }

  .flight-schdule-scroll .box-wrapper {
    overflow-x: scroll; }

  .charges-form .pricing-wrapper, .charges-form .import-invoice-grid {
    width: 98%;
    overflow-x: scroll; }

  .min-height-30 {
    min-height: 30px !important; }

  .pd-b10-xs {
    padding-bottom: 10px !important; }

  .tablet-scroll {
    overflow-x: scroll; }

  .mobile-width-postpaid, .mobile-width-prepaid {
    min-width: 170px !important; }

  .popup-icon-position {
    position: absolute;
    left: 280px !important;
    top: 3px !important; }

  .menu-tab-fix .ecw-toolbar, .booking-form .ecw-toolbar {
    position: relative;
    top: 40px; }

  .menu-tab-fix .md-tabs md-pagination-wrapper, md-tabs md-tabs-canvas {
    height: 70px; }

  .text-align-left-mobile {
    text-align: left; }

  .align-item-left-mobile {
    align-items: flex-start !important; }

  .mobile-width-mbox {
    min-width: 90% !important;
    width: 90% !important; } }
@media (min-width: 600px) and (max-width: 780px) {
  .targets-actual-dashboard .targets-actual-dashboard-wrapper .header-box-row .header-box {
    margin-bottom: 15px !important; }

  .target-actual .mr-r10 {
    margin-right: 5px !important;
    margin-left: 5px !important; }

  .dashboard svg text,
  svg.dashboard-chart text {
    font-size: 9px; }

  .ecw-autocomplete[url*="STATION_AUTOCOMPLETE_URL"] {
    width: 100%; }

  .job-no-mobile input {
    width: 97% !important; }

  .width-full-mobile {
    width: 98.5% !important; }

  .accounts-dashboard .search .mr-r10 {
    margin-right: 3px !important; }

  .accounts-dashboard .search .md-button {
    margin: 8px 4px !important; }

  .res-dashboard .ui-grid-render-container {
    width: 660px !important;
    overflow-x: scroll; }

  .res-dashboard .ui-grid-header-viewport {
    overflow: visible !important; }

  .freight-booking-list .ui-grid-render-container {
    width: 480px !important;
    overflow-x: scroll !important; }

  .freight-booking-list .ui-grid-header-viewport {
    overflow: visible !important; }

  .mt-t10-t {
    margin-top: 10px; }

  .width-half-datesec {
    Width: 100%;
    float: left;
    display: inline-block; }

  .pd-r67 {
    padding-right: 20px !important; }

  .no-padding-sm {
    padding: 0px !important; }

  .no-margin-sm {
    margin: 0px !important; }

  .margin-table-btns {
    margin-top: 0px !important;
    margin-left: 10px !important; }

  .status-width {
    width: 145px; }

  .commodity-input-small {
    width: 40%;
    margin-right: 10px; }

  md-datepicker {
    padding-right: 10px; }

  .flight-input-box-width {
    width: 100px !important; }

  .awb-list-buttons {
    margin-left: 80%; }

  .tablet-ui-width {
    min-width: 60px !important;
    margin-right: 8px !important; }

  .flight-date-width {
    min-width: 70px !important; }

  md-dialog md-dialog-actions button.md-primary, button.md-button.md-raised.md-primary {
    padding: 0px 5px;
    margin-right: 4px; }
  md-dialog md-dialog-actions button.md-primary, button.md-button.md-raised.md-primary-red {
    background-color: #E21417;
    color:white;
    padding: 0px 5px;
      margin-right: 5px;
      margin-top: 5px;
    font-weight:bold;
  }
  md-dialog md-dialog-actions button.md-primary, button.md-button.md-raised.md-primary-green {
    background-color: #53AF50;
    color:white;
    margin:0px;
    font-weight:bold;
  }

  .md-button {
    font-size: 10px; }

  .booking-form md-input-container .md-input.md-datepicker-disabled-input {
    min-width: 78px;
    width: 78px !important; }

  .dashboard-btns .md-button {
    font-size: 9px !important;
    padding: 0px 3px !important; }

  .mobile-width-tablet ecw-autocomplete[url*="STATION_AUTOCOMPLETE_URL"] {
    width: auto !important; }

  .current-stock-grid {
    width: 98% !important;
    overflow-x: scroll; }

  .width-tablet {
    min-width: 95px !important; }

  .min-width-55 {
    min-width: 55px !important; }

  .report-template .items-wrapper {
    width: 190px !important; }

  .delivered-undelivered-report-grid {
    max-width: 670px !important;
    overflow-x: scroll; }

  .flight-schdule-scroll .box-wrapper {
    overflow-x: scroll; }

  .revenue-statistics-report-grid {
    width: 670px !important;
    max-width: 670px !important;
    overflow-x: scroll; }

  .export-tonnage-report-grid {
    max-width: 680px !important;
    width: 680px !important;
    overflow-x: scroll; }

  .tablet-scroll {
    overflow-x: scroll; }

  .pd-b10-sm {
    padding-bottom: 10px !important; }

  .ui-grid-cell-contents {
    white-space: pre-wrap; }

  .menu-tab-fix .ecw-toolbar, .booking-form .ecw-toolbar {
    position: relative;
    top: 40px; }

  .menu-tab-fix .md-tabs md-pagination-wrapper, md-tabs md-tabs-canvas {
    height: 70px; }

  .ml-10-sm {
    margin-left: 10px; } }
@media (min-width: 1000px) {
  .width-40-percent {
    max-width: 40% !important; }

  .width-20-percent {
    max-width: 20% !important; }

  .mr-r10-d {
    margin-right: 10px; }

  .consolidation-list .agent-autocomplete {
    min-width: 160px !important; }

  .btn-position {
    position: relative !important;
    left: 200px !important; }

  .min-width-250 {
    min-width: 250px !important; }

  .width-200 {
    min-width: 200px !important; }

  .width-80 {
    min-width: 70px !important;
    margin-right: 20px !important; }

  .input-box {
    margin-right: 7px !important; }

  .flight-box-width {
    width: 115px !important; }

  .width-half-datesec {
    Width: 40%;
    float: left;
    display: inline-block; }

  .pd-r67 {
    padding-right: 67px !important; }

  .status-width {
    width: 100px; }

  .commodity-input-small {
    width: 20%;
    margin-right: 10px; }

  .invoice-dropdown-width {
    width: 295px; }

  .awb-list-buttons {
    margin-top: 22px;
    width: 12%; }

  .width-90 {
    width: 88%; }

  .btn-alignment md-dialog md-dialog-actions button.md-primary, button.md-button.md-raised.md-primary {
    padding: 0px 6px !important; }

  .btn-alignment  md-dialog md-dialog-actions button.md-primary, button.md-button.md-raised.md-primary-red {
    background-color: #E21417;
    color:white;
    margin:0px;
    font-weight:bold;
    }
  .btn-alignment md-dialog md-dialog-actions button.md-primary, button.md-button.md-raised.md-primary-green {
    background-color: #53AF50;
    color:white;
    margin:0px;
    font-weight:bold;
    }

  div.booking-form .header-size, div.booking-form .header-size input, div.booking-form .header-size span, .header-size, .header-size input, .header-size span {
    font-size: 12px; }

  .md-width-medium {
    width: 130px; }

  .md-width-small {
    width: 100px; }

  .ml-10-md {
    margin-left: 10px !important; }

  .min-width-170 {
    min-width: 170px; }

  .min-width-55 {
    min-width: 55px !important; }

  .min-width-120-md {
    min-width: 120px !important; }

  .md-width {
    width: 350px; }

  .agent-autocomplete input {
    min-width: 230px !important; }

  .sticky-buttons-wrapper {
    padding-left: 60px; }

  .popup-icon-position {
    position: absolute;
    left: 270px !important;
    top: 3px !important; } }
.width-100 {
  min-width: 100px !important; }

.ecw-app-header .dropdown-toggle img {
  border: none !important; }

.side-nav-wrapper-hidden > button,
.side-nav-wrapper > button {
  margin-bottom: 50px; }

.width-110 {
  min-width: 110px !important;
  margin-right: 20px !important; }

.awaiting-postflight-report md-input-container.layout-row {
  margin-right: 4px !important; }

.awaiting-postflight-report md-input-container.layout-row md-datepicker {
  margin-right: 0px;
  padding-right: 0px;
  width: 95px !important; }

.sales-report-accounting md-input-container.layout-row {
  margin-right: 4px !important; }

.sales-report-accounting md-input-container.layout-row md-datepicker {
  margin-right: 0px;
  padding-right: 0px;
  width: 95px !important; }
.sales-report-accounting .credit-note {
  background: #ffffaa; }

.uplift-report md-input-container {
  margin: 5px 0px 5px 0px !important; }

@media screen and (min-width: 1900px) {
  .dashboard-widget .header-box {
    max-width: 330px;
    width: 330px;
    min-width: 330px;
    float: left; }

  .dashboard-widget .widget {
    width: 380px; } }
.docs-rcvd-icon {
  height: 29px; }

.pl-10 {
  padding-left: 10px; }

.pricing-dashboard .overlay-icon-dropdown-wrapper img {
  width: 19px; }

.overflow-visible {
  overflow: initial !important; }

.no-padding {
  padding: 0px !important; }

.revenue-statistics-report-grid {
  width: 100% !important;
  min-width: 100% !important; }

.flight-schedule md-tabs md-tab-content {
  padding: 0px !important; }

.arrive-flight {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px; }

@media (min-width: 1900px) {
  .pd-r67 {
    padding-right: 102px !important; }

  div.booking-form .header-size, div.booking-form .header-size input, div.booking-form .header-size span, .header-size, .header-size input, .header-size span {
    font-size: 14px; } }
.warehouse-dashboard md-input-container {
  margin: 2px 10px 2px 0px !important; }

@media screen and (min-width: 1950px) {
  #copyrights {
    margin-left: -30px !important; } }
@media screen and (min-width: 1921px) {
  body,
  html {
    width: 100%;
    max-width: 100%; }

  .page-head {
    width: 100%;
    max-width: 100%; }

  .login-form .login-wrapper {
    margin-top: 5%;
    left: 32%; } }
input,
td,
select {
  -webkit-font-smoothing: antialiased !important; }

.customs-icon {
  width: 16px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.cargo-status md-checkbox {
  margin-right: 15px !important; }

.cargo-status md-checkbox .md-label {
  margin-left: 23px !important; }

.awb-list-legends img.img-icon {
  height: 18px !important; }

.disableDiv {
  pointer-events: none; }

.md-disable-div {
  pointer-events: none; }

.md-enable-div {
  pointer-events: auto; }

.border_box {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  border-left: 1px solid rgba(0, 0, 0, 0.12); }

.format-label {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: #eaeaea;
  font-weight: bold; }

.export-sec img, .import-sec img {
  margin-bottom: 5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto !important; }

.export-sec span, .import-sec span {
  font-size: 10px;
  font-weight: bold; }

.quote-details .material-icons {
  margin-left: 5px;
  margin-right: 5px; }

.tooltip-position-div {
  position: relative !important;
  z-index: 9 !important;
  overflow: visible !important;
  left: 0px !important;
  top: 0px !important; }

.TooltipPosition {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 1000 !important;
  overflow: visible !important; }

.ui-grid-viewport {
  overflow-x: hidden !important;
  overflow-y: visible !important;
  height: auto !important; }

.ui-grid-cell {
  overflow: visible !important; }

.ui-grid-contents-wrapper {
  overflow: visible !important; }

md-tab-content.md-no-scroll {
  overflow: visible !important; }

.hawb-grid {
  min-height: 100px !important; }

.hawb-grid .ui-grid-canvas {
  height: 300px !important;
  min-height: 300px !important;
  cursor: pointer; }

.ml-l5 {
  margin-left: 5px; }

.description-input-width {
  width: 56.5%;
  margin-right: 0px !important;
  margin-left: 0px; }

md-dialog md-dialog-actions button.md-primary, button.md-button.md-raised.md-primary {
  padding: 0px 12px;
  border-radius: 4px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.24);
  margin-bottom: 6px;
 }

md-dialog md-dialog-actions button.md-primary, button.md-button.md-raised.md-primary-red {
    background-color: #E21417;
    color:white;
    padding: 0px 5px;
      margin-right: 5px;
      margin-top: 5px;
    font-weight:bold;
}
md-dialog md-dialog-actions button.md-primary, button.md-button.md-raised.md-primary-green {
    background-color: #53AF50;
    color:white;
    margin:2px;
    font-weight:bold;
}

.md-button.md-raised.md-secondary-dark {
  font-weight: bold;
  padding: 0px 12px;
  border-radius: 4px; }

.md-button.md-raised.md-primary[disabled], .md-button.md-raised.md-primary-bg[disabled] {
  font-weight: bold;
  background: rgba(76, 95, 118, 0.7); }

.mt-t17 {
  margin-top: 17px !important; }

.grid-btn-fix md-dialog md-dialog-actions button.md-primary, .grid-btn-fix button.md-button.md-raised.md-primary {
  padding: 0px 6px;
  border: none; }

@media (min-width: 390px) and (max-width: 580px) {
  .freight-booking-list .ui-grid-render-container {
    min-width: 340px; }

  .res-dashboard .ui-grid-render-container {
    width: 360px !important;
    overflow-x: scroll; } }
@media (min-width: 1200px) {
  .grid1613637955342 .ui-grid-render-container-body .ui-grid-header-viewport {
    width: auto !important; }

  .min-width-170 {
    min-width: 170px; }

  .current-stock-grid {
    width: 700px !important;
    overflow-x: scroll; }

  .popup-icon-position {
    position: absolute;
    left: 300px !important;
    top: 3px !important; }

  .ml-10-md {
    margin-left: 0px !important; } }
@media (min-width: 1024px) and (max-width: 1100px) {
  .input-size {
    min-width: 100px !important;
    margin-right: 10px; }

  .mr-r5md {
    margin-left: 15px; }

  .mr-r5-md {
    margin-right: 10px !important; }

  .mr-l5-md {
    margin-left: 10px !important; }

  .customer-text-field {
    min-width: 18%;
    margin-left: 5px;
    margin-right: 5px !important; }

  .shipper-text-field {
    margin-right: 15px !important;
    min-width: 210px !important; }

  .mr-l10 {
    margin-left: 10px; }

  .mr-l20 {
    margin-left: 20px; }

  .freight-booking-list .md-button.md-raised.md-secondary-dark {
    min-width: 50px !important; }

  .tablet-ui-fix .md-datepicker-input-container {
    width: 81px; }

  .freight-booking-list ecw-autocomplete[url*="STATION_AUTOCOMPLETE_URL"] {
    width: 65px; }

  md-datepicker {
    padding-right: 10px; }

  .flight-input-box-width {
    width: 100px !important; }

  .md-align-right {
    margin-left: 70%; }

  .width-100 {
    width: 100px !important;
    min-width: 100px !important; }

  .width-70 {
    width: 70px !important; }

  .res-dashboard .ui-grid-render-container {
    width: 920px !important;
    overflow-x: scroll; }

  .res-dashboard .md-tab, ecw-tab-header {
    padding: 12px 14px;
    font-size: 11px; }

  .width-95-tablet {
    width: 95px !important; }

  .awb-list-buttons {
    margin-top: 12px;
    margin-left: 80%;
    width: 20%; }

  .tablet-ui-width {
    min-width: 60px !important;
    margin-right: 8px !important; }

  .flight-date-width {
    min-width: 70px !important; }

  .current-stock-grid {
    width: 98% !important;
    overflow-x: scroll; }

  .marin-left-tablet {
    margin-left: 25px; } }
.unbilled-report md-checkbox .md-label {
  margin-top: 2px; }

.mr-t22 {
  margin-top: 22px; }

.pd-5 {
  padding: 5px; }

.max-width {
  max-width: 100px; }

.md-112 {
  max-width: 112px; }

.md-130 {
  max-width: 130px; }

md-tabs.tab-override, ecw-tabs {
  padding: 0px 10px; }

.width-200-popup {
  width: 200px !important;
  max-width: 200px !important; }

.grid-link {
  font-weight: bold; }

ecw-tabs > ecw-tabs-header-wrapper ecw-tab-header.active {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

md-tabs md-tab-item.md-disabled {
  border-top: 2px solid #cccccc; }

.pd-r36 {
  padding-right: 36px !Important; }

.consignment-grid
.ui-grid-row {
  cursor: pointer; }

.consignment-textarea {
  height: 32px !important; }

.border-export {
  border: 1px solid #d3d3d3;
  border-color: rgba(0, 0, 0, 0.1); }

.exportcflconsignment-awb {
  width: 85px;
  margin-left: -45px; }

.exportcflconsignment-checkedawb {
  width: 85px;
  margin-left: -74px; }

.exportcflconsignment-manifestawb {
  width: 85px;
  margin-left: -77px; }

.exportcflconsignment-grosswt {
  width: 85px;
  margin-left: 34px; }

.exportcflconsignment-actualgrosswt {
  width: 85px;
  margin-left: 23px; }

.exportcflconsignment-manifestgrosswt {
  width: 85px;
  margin-left: 21px; }

.exportcflconsignment-volume {
  width: 85px;
  margin-left: 70px; }

.exportcflconsignment-actualvolume {
  width: 85px;
  margin-left: 23px; }

.exportcflconsignment-manifestvolume {
  width: 85px;
  margin-left: 21px; }

.exportcflconsignment-mucrarrivalbut {
  margin-left: 137px; }

.exportcflconsignment-chargewt {
  width: 110px;
  margin-left: 13px; }

.exportconsignment-shcicon {
  top: 0px !important;
  right: 0px !important; }

.exportconsignment-label {
  font-weight: normal !important; }

.exportflightdetails-grid .ui-grid-header-cell > div[role="columnheader"] {
  height: 30px; }

.addIconLapView {
  margin-left: 500px;
  margin-bottom: -45px;
  position: relative;
  z-index: 100; }

.closeIconLapView {
  position: absolute;
  left: 300px;
  top: 3px; }

.ui-grid-header-cell-wrapper {
  display: inherit; }

.overlay-icon-dropdown-wrapper .img-icon {
  margin: 0px 4px; }

.shiptmentable {
  font-family: arial, sans-serif;
  border: 1px solid gray;
  text-align: left; }

td,
th {
  border: 0;
  text-align: left;
  padding: 5px; }

.booking-popup-button-awb {
  font-weight: bold;
  font-size: 14px;
  height: 2px;
  background-color: white;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 65px 15px 25px; }

.box-2-description .text-box-icon {
  position: absolute;
  top: 3px;
  left: 92%; }

.cargo-docs-shipment-details {
  display: inline-block;
  width: 100%; }

.box-2-description {
  min-width: 60% !important; }

.DGR-section {
  width: 80px; }

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

.mr-fr {
  margin-right: -4px !important; }

.inbound-breakdown .ui-grid-contents-wrapper{
  overflow: scroll !important;
  overflow-x: hidden !important;
  max-height: 252px !important;
}

.numberofuld-breakdown{
    margin-top: 10px;
    background-color: rgb(76,95,118);
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: rgb(255,255,255);
}

.allotment md-input-container {
    display: inline-block;
    position: relative;
    padding: 5px;
    margin: 0px;
    vertical-align: middle;
}
.tracking-dialog {
    max-width: 90% !important;
    width: 90%;
    max-height: 90% !important;
    height: 90%;
}
.tracking-dialog .dashboard-widget, .tracking-widget {
    height: 100% !important;
}
#trackingFrame {
    width: 100%;
    height: 100%;
    border: none;
}
.revenue-alert {
    position: absolute;
    top: calc(100% + 3px);
    background: #eee;
    padding: 6px 8px;
    z-index: 1;
    box-shadow: 1px 1px 4px 0px #ccc;
    width: max-content;
    border: 1px solid #ddd;
    border-radius: 2px;
    transition: all .5s;
    opacity: 0;
}
.opac-1{
    -webkit-animation: 7s ease 0s normal forwards 1 fadeout;
    animation: 7s ease 0s normal forwards 1 fadeout;
}
.quick-search-container{
    background: rgb(0 0 0 / 16%);
    border-radius: 4px;
    display: flex;
    align-items: center;
    height: 35px;
}
.quick-search-container .customer-autocomplete{
    min-width: 180px;
    width: 180px;
    margin-right: 5px !important;
}
.quick-search-container .customer-autocomplete input{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 18px;
    border-radius: 4px;
}

.awb-prefix{
    margin:0 2px 0 5px;
    width: 60px;
}
.awb-suffix{
    margin-right:2px;
    width: 100px;
}
.awb-prefix input, .awb-suffix input{
    width: auto !important;
}

.quick-search-container .dropdown-icon-btn{
    width: 24px;
    min-width: 24px;
    padding: 0 !important;
    margin-right: 8px;
    border-radius: 4px;
}
.search-close-btn{
    position: absolute;
    right: 12px;
    background: #5B5B5B;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-close-btn md-icon{
    transform: rotate(45deg);
    color: #ffffff;
    font-size: 20px;
}
.highlight-status{
    background-color: #F8B20A;
    border-radius: 6px;
    text-align: center;
    font-weight: 600;
    justify-content: center;
}
.custom-highlight {
    background-color: #ffefa3;
    text-align: center;
    font-weight: 600;
}
.amber-text{
    color: #e6a200;
    font-weight: 600;
    font-size: 13px;
}
.quick-search-btn{
    margin-right: 8px;
    min-width: 40px;
    border-radius: 4px;
    line-height: 14px;
}
.quick-search-btn img{
    width: 13px;
}
.quick-search-btn div{
    font-size: 9px;
    line-height: 0;
    height: 5px;
    margin-top: 1px;
}
.export-wrapper-new{
    margin: 0px 5px;
}
.export-wrapper-new img{
    width: auto !important;
    margin: 0 2px !important;
    height: 25px !important;
}
.refresh-btn-new{
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 4px;
    line-height: 14px;
    min-width: 40px !important;
    width: 40px;
}
.refresh-btn-new md-icon{
    font-size: 14px;
    height: 14px;
    width: 14px;
    min-height: 14px;
    min-width: 14px;
}
.refresh-btn-new div{
    color: #222222 !important;
    font-size: 8px;
    line-height: 0;
    height: 5px;
    margin-top: 4px;
    letter-spacing: 0;
}
.custom-ecw-tab{
    border: 1px solid #d4d4d4;
    padding: 0;
}
.custom-box-outer{
    border: 1px solid #d4d4d4 !important;
    border-radius: 6px;
    padding: 6px !important;
    width: 100%;
}
.custom-style-grid{
    border: none !important;
}
.custom-style-grid .ui-grid-row.ng-scope.row-click {
    margin: 8px 0px !important;
    border-radius: 6px;
    height: 40px;
}
.custom-style-grid .ui-grid-row>[ui-grid-row]>.ui-grid-cell {
    background: #ffffff !important;
    border: none !important;
    height: 40px;
}

.custom-style-grid .ui-grid-row>[ui-grid-row]>.ui-grid-cell:first-child {
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px;
      border-right: none !important;
}
.custom-style-grid .ui-grid-row>[ui-grid-row]>.ui-grid-cell:last-child {
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px;
      border-left: none !important;
}
.custom-style-grid .ui-grid-row>[ui-grid-row]>.ui-grid-cell md-input-container{
    border: none !important;
}
.custom-style-grid .ui-grid-row>[ui-grid-row]>.ui-grid-cell .ui-grid-cell-contents{
    border-bottom: none !important;
}

.custom-style-grid .ui-grid-header-cell-row,.custom-style-grid .ui-grid-top-panel{
    border-radius: 6px !important;
}
.custom-style-grid.ui-grid:not(.request-grid) .ui-grid-header-cell-row .ui-grid-header-cell, .custom-style-grid.ui-grid:not(.request-grid) .ui-grid-header-group.named  .ui-grid-header-group-name {
    border: 0px !important;
}
/*.custom-style-grid .ui-grid-header-cell:first-child{
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}
.custom-style-grid .ui-grid-header-cell:last-child{
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}*/
.ecw-footer{
    padding-left: 25px;
}
.dashboard-filter-box{
   justify-content: space-between;
   position: relative;
   top: -6px
}
.dashboard-filter-box .dash-card{
    padding: 10px;
    border-radius: 6px;
    border: 1.5px solid blue;
    align-items: center;
    width: calc((100% / 5) - 6px);
    cursor: pointer;
    height: 60px;
}
.dashboard-filter-box .count{
    font-size: 30px;
    font-weight: 700;
}
.dashboard-filter-box .heading{
    font-weight: 700;
    font-size: 12px;
    padding-top: 0px;
}
.dashboard-filter-box .count-outer{
    margin-left: 20px;
}
.dashboard-filter-box .dash-card img{
   height: 36px;
   width: 72px;
   object-fit: contain;
}

.status-bg{
    background-color: #727E9F;
    color: #ffffff;
    border-radius: 14px;
    text-align: center;
    font-weight: 600;
    justify-content: center;
    font-size: 11px;
}
.status-bg.request{
    background-color: #F7B200;
}
.status-bg.gained{
    background-color: #59B0FF;
}
.status-bg.approved{
    background-color: #78C989;
}
.status-bg.priced{
    background-color: #727E9F;
}
.status-bg.cancel{
    background-color: #E02911;
}
.status-bg.created{
    background-color: #223CA4;
}
.status-bg.saved{
    background-color: #009651;
}
.status-bg.posted{
    background-color: #4F5258;
}


@keyframes fadeout{
    0% { opacity:0; }
    10% { opacity:1; }
    90% { opacity:1; }
    100% { opacity:0; }
}

@-webkit-keyframes fadeout{
    0% { opacity:0; }
    10% { opacity:1; }
    90% { opacity:1; }
    100% { opacity:0; }
}
/*# sourceMappingURL=style.css.map */
.blinking {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% { opacity: 0; }
}

.cust-dialog-confirm {
    position: absolute;
    top: 50vh;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background: #fff;
    width: 25vw;
}

h2.cust-dialog-confirm-title {
    margin: 0;
    padding: 10px 10px;
    font-size: 18px;
}

.cust-dialog-confirm-content-body {
    padding: 10px;
}

p.cust-dialog-confirm-text {
    font-size: 16px;
    font-weight: bold;
}

.cust-dialog-confirm-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.cust-dialog-confirm-outer {
    position: fixed;
    top: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 100;
}

.vw-template-btn{
    height: 22px !important;
    min-height: 22px !important;
    line-height: 22px !important;
    margin-top: 2px !important;
}
.view-template-dialog {
    max-width: 70% !important;
}
.view-template-dialog td {
    padding: 0;
}
.vw-qrcode-btn {
    margin: 2px auto !important;
    padding: 2px !important;
    min-height: 20px !important;
    line-height: 20px !important;
    display: table;
}
ul.mainmenu {
    text-align: right;
    margin: 5px 20px;
    float: right;
}
.mainmenu li{
    list-style:none;
    display: inline-block;
}
.embed-container{
    height: calc(100vh - 136px);
    width: 100%;
}
iframe {
    border: none;
}
.sales-dash-btn.active{
    background: #2196F3 !important;
    pointer-events: none;
}
.sales-dash-header{
    justify-content: space-between;
}
.sales-dash-header .heading{
    padding: 14px;
    font-size: 14px;
    font-weight: 600;
}
.invoice_Discrepancy{
    background:red !important;
}
.logo-file-name{
    padding-top: 6px;
    padding-left: 8px;
    font-size: 13px;
}
.logo-del-icon{
    color: red;
    font-size: 22px;
}
.al-logo input{
    width: 85px;
    border-right: none;
}
.al-logo button{
   order: 4;
   min-width: 35px;
   width: 35px;
}
.al-logo button md-icon{
    font-size: 18px;
    margin-top: 3px;
}
.al-logo-file-name{
    order: 3;
    flex: 1;
    border: 1px solid #E4E4E4;
    padding: 4px 4px 4px 0px;
    height: 26px;
    border-left: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.airport-info{
    height: 78px !important;
}
.airport-info-icon md-icon{
    font-size: 20px;
    padding: 3px 0px 0 4px;
}
.airport-info-icon.active-info md-icon{
    color: #4CAF50;
}
.custom-header-search {
    background: #EEEFF1 !important;
    padding: 10px;
}

.custom-header-search md-input-container .md-input, .custom-header-invoice md-input-container .md-input{
   border-color: #cccccc;
   border-radius: 4px;
}

.custom-header-search md-datepicker .calendar-icon{
  border: 1px solid #cccccc;
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.custom-header-search md-datepicker .md-datepicker-input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.custom-header-search .md-select-value{
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.custom-header-search button, .custom-header-invoice button{
    border-radius: 4px;
}
.custom-header-search label, .custom-header-invoice label{
    margin-bottom: 3px;
}
.custom-ecw-tabs-wrapper ecw-tab{
    background: #fff !important;
    padding: 0;
}
table.custom-style-table{
    border-radius: 6px;
    border: none;
    border-collapse: separate;
    border-spacing: 0 5px;
}
table.custom-style-table thead tr th{
    background: rgb(76,95,118) !important;
    height: 42px

}

table.custom-style-table thead tr th:first-child{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

table.custom-style-table thead tr th:last-child{
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.custom-style-table tbody tr{
    border-radius: 6px;
    background: white;
}
.custom-style-table tbody tr td {
    border-right: none;
}
.custom-style-table tbody tr td:first-child{
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}
.custom-style-table tbody tr td:last-child{
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.custom-style-table tbody tr.md-primary-bg-15{
    background: rgba(76,95,118,0.15) !important;
}

.arrow-outer{
    border: 1px solid #4c5f6c;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 20px;
    margin: 0 auto;
    cursor: pointer;
}
md-dialog.custom-md-dialog .ui-grid:not(.request-grid) .ui-grid-header-cell-row{
    background: rgb(76,95,118) !important;
    color: rgb(255,255,255) !important;
}
.button-radius{
    border-radius: 4px;
}
.job-trans-search-outer md-input-container{
    margin-right: 5px;
}
.more-info .width-90{
   width: auto;
}
.md-primary.md-button[disabled] md-icon {
    color: inherit !important;
}
.md-button[disabled] md-icon{
    cursor: default !important;
}
md-input-container.md-input-invalid .md-input {
    border-bottom: 1px solid #dd2c00 !important;
}
.light-red-bg{
   background: #f4433645 !important;
}

.custom-style-grid .ui-grid-header-cell:last-child .ui-grid-column-resizer.right{
    border-right: none !important;
}
.custom-style-grid .ui-grid-viewport{
    padding: 5px 2px;
    overflow-x: hidden !important;
}
.custom-grid-fake-header-bg{
    position: absolute;
    width: 100%;
    height: 42px;
    background: rgb(76,95,118);
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.custom-grid-main-outer{
    padding: 0 10px;
    background: #F7F7F7;
    margin: 20px 10px 10px;
    position: relative;
    border: 1px solid #DFDFDF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.custom-style-grid .ui-grid-pager-container{
    padding-left: 0;
}
.custom-style-grid .ui-grid-pager-container .ui-grid-pager-control{
    margin-left: 0;
}
.custom-header-search md-input-container, .custom-header-invoice md-input-container{
    margin-right: 8px !important;
}

.custom-header-search md-select[disabled] .md-select-value, .custom-header-invoice md-select[disabled] .md-select-value{
    border: 1px solid #cccccc !important;
}
.custom-header-search ecw-autocomplete button{
     background: #fff;
     margin-top: 1px;
     height: 24px;
}
.supplier-invoice-header{
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
}
.si-custom-header{
    background: #fff !important;
    border-bottom: 1px solid #ddd;
    margin-bottom: 6px;
    padding: 10px 10px 6px;
}
.material-icons.attach-icon{
    font-size: 16px;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 4px 0;
}
.material-icons.attach-icon.avail{
    background: #009651;
    color: white;
    border-color: #009651;
}

.highlight-audit {
    background: red !important;
    color: #fff !important;
}

.highlight-audit-yellow {
    background: #FFF9E9 !important;
    color: #FFB100 !important;
}
.highlight-audit-yellow .ui-grid-cell-contents{
    font-weight: bold !important;
}

.absolute-display-left{
   left:134px;
   position:flex;
   align-self: center;
   top:25px;
}
.layout-reverse1{
flex-direction: row-reverse;
}
/* style.css used for power bi*/

.card {
    background-color: #FFF;
    background: linear-gradient(60deg, rgba(236 253 250) 0%, rgba(255, 255, 255, 1) 70%);
    border-radius: 18px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: 22.8% !important;
    margin: 12px 12px;
    /*height: 400px;*/
    overflow: auto;
    min-height: 435px;
}

.biheader {
  display: flex;
  /*align-items: center;*/
  justify-content: space-between;
  margin-bottom: 20px;
}

.biheader .icon {
  font-size: 20px;
  color: #ccc;
  padding: 0px 3px 10px 1px
}
.maincard1 {
display: flex;
margin-top: -30px;
}
@media screen and (min-width: 1439px) and (max-width: 1599px)
{
 .maincard1{
 margin-top: -70px;
 }
}

@media screen and (min-width: 1439px)
{
 .card {
 margin-top: 60px;}
}

.biheader .title {
    font-size: 18px;
    font-weight: normal;
    text-shadow: 0 0 black;
    flex-grow: 1;
    text-align: left; /* Ensures text is aligned to the start */
    padding-left: 20px; /* Adds some space between the icon and the title */
}

.menu {
  list-style: none;
  padding: 0;
  border-bottom: none;
}

.menu li {
  margin-bottom: 10px;
}

.menu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #d9d4d4;
    margin-bottom: 10px;
    border-radius: 3px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s;
 }

.card-list {
  /* Add your desired styling for the list items */
  overflow: visible;
  list-style: none;
  padding: 0;
}
 .card1 {
     background-color: #FFF;
     background: linear-gradient(-14deg, rgba(236 253 250) 0%, rgba(255, 255, 255, 1) 70%);
     border-radius: 18px;
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
     padding: 15px;
     width: 94.5vw;
     margin: 12px 12px;
     width: -webkit-fill-available !important
 }

 .custom-grid-flight {
     display: flex;
     flex-direction: column;
     gap: 4px;
 }

 .grid-header {
     display: flex;
     background-color: #f0f0f0;
     border-radius: 10px;
     padding: 12px 15px;
     font-weight: bold;
     text-transform: uppercase;
     margin: 10px 0; /* Margin below the header */
 }

 .grid-row {
     display: flex;
     background-color: white;
     border-radius: 10px;
     padding: 6px 15px;
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
     align-items: center; /* Vertically center the content */
 }

 .grid-cell {
     flex: 1;
     padding: 5px;
 }

 .status-departed {
     color: green;
     font-weight: bold;
 }

 .status-awaiting {
     color: #f0a500;
     font-weight: bold;
 }

 .status-fsudis {
     color: red;
     font-weight: bold;
 }

 @media screen and (min-width: 1500px) {
  .card {
  width:  23.3% !important;
  }
  }
 .menu li a:hover{
 font-weight:bold;
 }
 .barrow {
     font-size: 16px;
     margin: 17px 0px 0px 10px;
     width: 0px;
     height: 0px;
     position: relative;
 }
 @media screen and (min-width: 1500px) and (max-width: 1799px) {
     .barrow {
         font-size: 20px;
         margin: 22px 0px 0px 10px;
     }
 }

 @media screen and (min-width: 1800px) {
     .barrow {
         font-size: 20px;
         margin: 27px 0px 0px 10px;
     }
 }
 .biimage {
 margin: 10px 0px 0px -76px;
 height: 34px;
 cursor: pointer;
 position: relative;
 }
 @media screen and (min-width: 2000px) {
 .biimage {
 margin: 10px 0px 0px -88px;
 top : 6px;
 }
 }
 .cardgha {
      background-color: #FFF;
      background: linear-gradient(-60deg, rgba(236 253 250) 0%, rgba(255, 255, 255, 1) 70%);
      border-radius: 18px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      padding: 10px 10px 0px 10px;
      width: 45vw !important;
      margin: 12px 12px;
      overflow: auto;
  }
  .menugha {
    list-style: none;
    padding: 0;
    border-bottom: none;
  }
  .menugha li {
    margin-right : 10px;
  }
  .menugha li a {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding: 10px;
      border-radius: 3px;
      border-bottom: 1px solid #d9d4d4;
      margin-bottom: 10px;
      text-decoration: none;
      color: #333;
      transition: background-color 0.3s;
      }
    .quote-dashboard-style-grid{
       margin-left: 10px;
       margin-right: 10px;
    }
    .quote-ecw-tab{
        border: 1px solid #d4d4d4;
    }
    .quote-dashboard .ui-grid-header-cell-label, .ui-grid-header-group-name{
        font-weight: 400;
    }
    .quote-dashboard .ui-grid-header-cell .ui-grid-cell-contents {
           border-bottom: 0px;
           white-space: pre-line;
       }
  @media screen and (min-width: 1500px) {
   .cardgha {
   width: 95.5vw !important;
   }
   }
  .menugha li a:hover{
  font-weight: bold;
  }
.maincardgha {
display: flex;
}
.headergha {
    padding-left: 10px;
    margin-bottom: 0px;
    padding-top: 5px;
    margin-bottom:0px;
}
.biimagegha {
    width: 40px;
    height: 45px;
    position: absolute;
    margin-top: -16px;
    filter: drop-shadow(0px 0px 1px grey);
}
.pbid {
    width: auto;
    height: auto;
    margin-left: -10px;
}
.headergha .title {
    font-size: 18px;
    font-weight: normal;
    text-shadow: 0 0 black;
    flex-grow: 1;
    text-align: left;
    padding-left: 40px;
}
.card2 {
    padding: 10px;
    width: 50% !important;
    height: auto;
    overflow: auto;
    min-height: 435px;
    border-left: 1px solid rgba(112, 112, 112, 0.5);
}
.card3 {
    padding: 10px;
    width: 50% !important;
    height: auto;
    overflow: auto;
    min-height: 435px;
}
.pbid1 {
height: 220px;
}
@media screen and (max-width: 1599px)
{
.pbid1 {
height: 140px;
}
.pbid {
margin-left: 10px;
}
}
@media screen and (min-width: 1000px) and (max-width: 1700px)
{
.nbid {
left:88% !important;
}
}
.nbid {
left: 91%;
margin: 10px 0px -2px 10px !important;
position: sticky;
}
.biimage2 {
     margin: 10px 0px 0px -106px;
     right: 1112px;
     height: 34px;
     width: 101px;
     cursor: pointer;
     position: relative;
 }
 @media screen and (min-width: 2000px) {
 .biimage2 {
        margin: 10px 0px 0px -88px;
        top: 18px;
        right: 1620px;
        width: 118px;
     }
 }
.backgroundpb {
            background: linear-gradient(25deg, rgba(20 74 185) 0%, rgba(72, 238, 217, 1) 67%);
        }
.new-space-ctrl-dash{
    width:100%;
    padding: 6px;
    border: 1px solid #d4d4d4;
    min-height: 50vh;
}
.new-space-ctrl-dash-header-main{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px;
    margin-bottom: 10px;
}
.new-space-ctrl-dash-header-main .icon-header{
    width: 30%;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: fit-content;
}
.icon-header.capacity-det{
    width: 40%;
    display: flex;
    flex-direction: column;
}
.icon-header.capacity-det .header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.icon-header.capacity-det .sub-header-list{
     width: 100%;
     display: flex;
     flex-direction: row;
}
.icon-header.capacity-det .sub-header-list .sub-head{
    width: 30%;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
}
.icon-header.capacity-det .sub-header-list .sub-head img{
    margin-right: 4px;
}
.icon-header.capacity-det .sub-header-list .sub-head.contour-sub-head{
    width: 40%;
}
.icon-header md-icon{
    font-size: 23px;
    margin: 0;
}
.icon-header img{
    height: 23px;
    width: 23px;
}
 .sub-head img{
    height: 12px;
    width: 12px;
}
.new-space-ctrl-dash-header-main h5{
    margin: 0;
    align-self: center;
    margin-left: 8px;
}
.new-space-ctrl-dash-card{
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 16px;
    border-radius: 6px;
    padding: 6px 0px;
}
.new-space-ctrl-dash-card .dash-card-flt-det{
    width: 30%;
    display: flex;
    flex-direction: column;
    padding: 6px 10px;
    border-right: 1px solid #B5B5B5;
}

.new-space-ctrl-dash-card .dash-card-flt-det .dash-card-data{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.dash-card-flt-det .dash-card-data .data{
    display: flex;
    flex-direction: column;
    text-align: left;
}
.dash-card-flt-det .dash-card-data .data.flight-no{
    width: 60px;
}
.dash-card-flt-det .dash-card-data .data .data-header{
    font-size: 13px;
    margin-bottom: 5px
}
.dash-card-flt-det .dash-card-data .data .data-val{
        font-size: 1.3rem;
        font-weight: 600;
        padding: 5px 0px;
        width: auto;
        font-weight: 600;
}
.dash-card-flt-det .dash-card-data .data .data-val.route {
           width: 80px;
           overflow: scroll;
           overflow-y: scroll;
           overflow-x: auto;
           display: block;
           text-wrap-mode: nowrap;
}

.new-space-ctrl-dash-card .dash-card-flt-det .dash-card-footer{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.new-space-ctrl-dash-card .dash-card-flt-det .dash-card-footer{
    font-size: 14px;
    padding: 0px ;
    width: auto;
}
.new-space-ctrl-dash-card .dash-card-cap-det{
    width: 40%;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #B5B5B5;
}
.total-capacity .dash-card-head, .available .dash-card-head{
    width: 100%
}
.total-capacity, .available{
    border-right: 1px solid #E0DADA;
}
.total-capacity .dash-card-head p, .available .dash-card-head p{
        font-weight: 600;
        padding: 5px 10px;
        width: auto;
        margin: 0;
    font-size: 1.3rem;
         text-align:center;
        width: 100%;
}
.new-space-ctrl-dash-card .dash-card-cap-det .dash-card-body{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dash-card-cap-det .dash-card-body .total-capacity,.dash-card-cap-det .dash-card-body .available{
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    width: 30%;
}
.dash-card-cap-det .dash-card-body .contour-details{
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 40%;
    justify-content: space-between;
}

.dash-card-cap-det .dash-card-body .inner-split{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.dash-card-cap-det .dash-card-body div div div{
    display: flex;
    flex-direction: column;
}
.inner-split div .sub-head{
    padding: 7px 6px;
    width: auto;
    margin: 0;
    font-size: 13px;
    text-align:center;
}
.inner-split div .sub-val{
    font-weight: 600;
    padding: 2px 10px;
    width: auto;
    margin: 0;
    text-align:center;
    font-size: 1.3rem;
}
.new-space-ctrl-dash-card .dash-card-ctrl-summ{
     width: 30%;
     display: flex;
     flex-direction: row;
 }
 .new-space-ctrl-dash-card .dash-card-ctrl-summ .summary{
    display: flex;
    width: 43%;
    flex-direction: column;
 }
 .dash-card-ctrl-summ .summary .dash-card-header{
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-bottom: 4px;
    padding: 4px 10px;
 }
   .dash-card-ctrl-summ .summary{
        font-size: 14px;
   }
  .dash-card-ctrl-summ .summary .booking-statuses{
    display: flex;
    flex-direction: row;
        justify-content: space-evenly;
        text-align: center;
  }
  .booking-statuses div{

    border-radius: 4px;
  }
    .booking-statuses div .sub-head{
      margin-bottom: 10px;
      font-weight: 600;
    }
        .booking-statuses div .sub-value{
          margin-bottom: 4px;
          width: 35px;
          padding: 5px;
        }
  .booking-statuses .status-kk .sub-value{
      border: 1px solid #0F8112;
      color: #0F8112;
  }
    .booking-statuses .status-nn .sub-value{
        border: 1px solid #E21417;
        color: #E21417;
    }
      .booking-statuses .status-ll .sub-value{
         border: 1px solid rgba(84,97,255);
      }
        .booking-statuses .status-uu .sub-value{
          border: 1px solid rgba(254,124,55,1);
        }
 .new-space-ctrl-dash-card .dash-card-ctrl-summ .summary-data{
    display: flex;
    width: 24%;
    flex-direction: column;
    text-align: center;
 }
.dash-card-ctrl-summ .summary-data .dash-card-header{
    font-size: 13px;
    margin: 5px 0;
}
 .new-space-ctrl-dash-card .dash-card-ctrl-summ .summary-data:nth-child(3){
    width: 8%;
 }
  .new-space-ctrl-dash-card .dash-card-ctrl-summ .summary-data:nth-child(3) .data{
    padding: 10px 0;
  }
.dash-card-ctrl-summ .summary-data .data{
    font-size: 1.3rem;
    padding: 10px;
    font-weight: 600;
}
.new-space-ctrl-dash .no-data-available{
    text-align: center;
    margin: auto;
    padding: 15% 0;
    font-size: 29px;
    width: 100%;
}

.new-space-ctrl-dash .no-data-available .search-click{
        color: #00008b;
        cursor: pointer;
}
.new-space-ctrl-dash .no-data-available .no-data{
        display: block;
        color: red;
}

.dash-card-flt-det .dash-card-footer .card-status-scheduled{
    color: #1792E6;
}
.dash-card-flt-det .dash-card-footer .status{
    margin-right: 10px;
}
.dash-card-flt-det .dash-card-footer .flight-date{
    align-self: center;
}

.dash-card-cap-det .dash-card-footer{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin: 4px 0;
}
.custom-uld-card{
    display: flex;
    flex-direction: column !important;
    border-radius: 4px;
    margin-right: 5px;
    height: fit-content;
    text-align: center;
}
.custom-uld-card .unit-details{
    font-weight: 600;
    display: flex !important;
    flex-direction: row  !important;
    justify-content: center !important;
}
.custom-uld-card .unit-details .total-units{
    border-right: 1px solid #B5B5B5;
}
.custom-uld-card .inner-uld{
    padding: 6px 4px;
}
 .custom-uld-card .unit-details div{
    padding: 0px 4px;
 }
@media screen and (max-width: 1280px){

}
.avail{
    color: #21AA1B;
}
.dash-card-mid{
    width: 100%;
    display: flex;
    flex-display: row;
    flex-wrap: wrap;
    margin-top: 4px;
}
.dash-card-mid .flight-date{
    width: 60px;
    font-size: 14px;
}
.flight-routings{
    width: 80%;
    text-align: center;
}
.dash-card-mid .flight-routings .flight-det-route{
    font-size: 1.2rem;
    font-weight: 600;
}

.custom-style-grid.ui-grid.space-cap-awbs .ui-grid-header-cell-row .ui-grid-column-menu-button{
    visibility: hidden!important;
}
.bold-600{
    font-weight: 600 !important;
}

    .pagination-buttons {
      display: flex;
      gap: 10px;
    }
    .pagination-info{
        align-self: center;
    }
    .pagination-buttons button {
      padding: 5px 10px;
      min-width: 40px !important;
      max-width: 40px !important;
      width: 40px !important;
      cursor: pointer;
    }
    .pagination-buttons button:disabled {
      cursor: not-allowed;
      opacity: 0.5;
    }
.updates-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.updates-listing{
    width: 100%; /* Full width minus margins */
    display: flex;
    flex-direction: row;
    margin-bottom: 16px;
}
/* General styles for update-tile */
.update-tile {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px 10px;
    cursor: pointer;
    width: 95%;
    overflow: hidden; /* Ensure content is hidden by default */
    transition: max-height 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for height and shadow */
}
/* Adjust the max-height dynamically when .update-details is visible */
.update-listing >.update-tile > .update-details.visible {
    max-height: none; /* Allow natural expansion */
}

/* Transition for smooth height change */
.update-tile {
    max-height: 50px; /* Default height when closed */
    transition: max-height 0.3s ease-in-out, box-shadow 0.3s ease;
}

.update-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #555;
    cursor: pointer;
    margin-bottom: 5px;
}
.update-header .event{
    font-weight: bold;
}
/* Base styles for .update-details */
.update-details {
    opacity: 0;
    max-height: 0; /* Collapse the content */
    overflow: hidden; /* Prevent overflowing */
    transition: opacity 0.3s ease, max-height 0.3s ease; /* Smooth transition for height and opacity */
}

/* When .visible is added, expand the content */
.update-details.visible {
    opacity: 1;
    max-height: 500px; /* Adjust to fit the content */
    overflow: visible; /* Show the content */
}


/* When .update-tile contains .update-details.visible */
.update-listing:has(.update-tile .update-details.visible), .update-tile:has(.update-details.visible) {
    max-height: 1000px; /* Adjust to a value that ensures content fits */
    overflow: visible;
}

/* Hover effect for update-tile */
.update-tile:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Styling for expand/collapse icon */
.expand-icon {
    cursor: pointer;
    font-size: 16px;
    transition: transform 0.3s ease;
}

/* Rotate the expand icon when expanded */
.update-details.visible ~ .expand-icon {
    transform: rotate(180deg); /* Rotate arrow icon */
}

/* Styling for attributes */
.attribute {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
}
.attribute-listing{
    display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
}
.attribute-list-element {
       margin: 5px 0px;
       font-size: 1rem;
       width: 47%;
}
/* Slide-down animation for content appearance */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.update-list-number {
    display: flex;
    align-items: center; /* Align text with circle vertically */
    margin-top: 10px;
    margin-right: 5px;
    justify-content: center; /* Horizontally center text */

}

.green-circle {
    display: inline-flex; /* Allow centering text inside the circle */
    justify-content: center; /* Horizontally center text */
    align-items: center; /* Vertically center text */
    color: white;
    width: 17.5px; /* Width of the circle */
    height: 17.5px; /* Height of the circle (same as width) */
    background-color: #0FA54B   ;
    border-radius: 50%; /* Makes it a perfect circle */
    font-weight: bold; /* Bold text */
    font-size: 12px; /* Adjust font size as needed */
    line-height: 1; /* Fix line height */
}

.update-list-number:has(.green-circle){
  width: 25px; /* Width of the circle */
  height: 25px; /* Height of the circle (*/
  border-radius: 50%; /* Makes it a perfect circle */
  border: 1px dashed #0FA54B;
}

.yellow-circle {
    display: inline-flex; /* Allow centering text inside the circle */
    justify-content: center; /* Horizontally center text */
    align-items: center; /* Vertically center text */
    color: white;
    width: 17.5px; /* Width of the circle */
    height: 17.5px; /* Height of the circle (same as width) */
    background-color: #FF5C36;
    border-radius: 50%; /* Makes it a perfect circle */
    font-weight: bold; /* Bold text */
    font-size: 12px; /* Adjust font size as needed */
    line-height: 1; /* Fix line height */
}

.update-list-number:has(.yellow-circle){
  width: 25px; /* Width of the circle */
  height: 25px; /* Height of the circle (*/
  border-radius: 50%; /* Makes it a perfect circle */
  border: 1px dashed #FF5C36;
}

.red-circle {
    display: inline-flex; /* Allow centering text inside the circle */
    justify-content: center; /* Horizontally center text */
    align-items: center; /* Vertically center text */
    color: white;
    width: 17.5px; /* Width of the circle */
    height: 17.5px; /* Height of the circle (same as width) */
    background-color: #FF0000;
    border-radius: 50%; /* Makes it a perfect circle */
    font-weight: bold; /* Bold text */
    font-size: 12px; /* Adjust font size as needed */
    line-height: 1; /* Fix line height */
}

.update-list-number:has(.red-circle){
  width: 25px; /* Width of the circle */
  height: 25px; /* Height of the circle (*/
  border-radius: 50%; /* Makes it a perfect circle */
  border: 1px dashed #FF0000;
}
