.font-rem-30 {
  font-size: 3rem !important;
}
.font-rem-28 {
  font-size: 2.8rem !important;
}
.font-rem-26 {
  font-size: 2.6rem !important;
}
.font-rem-24 {
  font-size: 2.4rem !important;
}
.font-rem-22 {
  font-size: 2.2rem !important;
}
.font-rem-20 {
  font-size: 2rem !important;
}
.font-rem-18 {
  font-size: 1.8rem !important;
}
.font-rem-16 {
  font-size: 1.6rem !important;
}
.font-rem-14 {
  font-size: 1.4rem !important;
}
.font-rem-12 {
  font-size: 1.2rem !important;
}
.font-rem-10 {
  font-size: 1rem !important;
}
.bg-crimson {
  background-color: crimson !important;
}
.bg-valid {
  background-color: #54B854 !important;
}
.bg-invalid {
  background-color: #c9302c !important;
}
.bg-warning {
  background-color: #ec971f !important;
}
.bg-info {
  background-color: #337ab7 !important;
}
.bg-default {
  background-color: #575757 !important;
}
.bg-flag {
  background-color: #d9534f !important;
}
.bg-default-light {
  background-color: #717171 !important;
}
.bg-disabled {
  background-color: #8d8d8d !important;
}
.bg-hover-light {
  background-color: #ededed !important;
}
.bg-hover-dark {
  background-color: #dfdfdf !important;
}
.bg-green-check {
  background-color: #3c763d !important;
}
.bg-light {
  background-color: #f5f5f5 !important;
}
.text-crimson {
  color: crimson !important;
}
.text-valid {
  color: #54B854 !important;
}
.text-invalid {
  color: #c9302c !important;
}
.text-warning {
  color: #ec971f !important;
}
.text-info {
  color: #337ab7 !important;
}
.text-default {
  color: #575757 !important;
}
.text-flag {
  color: #d9534f !important;
}
.text-default-light {
  color: #717171 !important;
}
.text-disabled {
  color: #8d8d8d !important;
}
.text-hover-light {
  color: #ededed !important;
}
.text-hover-dark {
  color: #dfdfdf !important;
}
.text-green-check {
  color: #3c763d !important;
}
.text-light {
  color: #f5f5f5 !important;
}
.bd-crimson {
  border-color: crimson !important;
}
.bd-valid {
  border-color: #54B854 !important;
}
.bd-invalid {
  border-color: #c9302c !important;
}
.bd-warning {
  border-color: #ec971f !important;
}
.bd-info {
  border-color: #337ab7 !important;
}
.bd-default {
  border-color: #575757 !important;
}
.bd-flag {
  border-color: #d9534f !important;
}
.bd-default-light {
  border-color: #717171 !important;
}
.bd-disabled {
  border-color: #8d8d8d !important;
}
.bd-hover-light {
  border-color: #ededed !important;
}
.bd-hover-dark {
  border-color: #dfdfdf !important;
}
.bd-green-check {
  border-color: #3c763d !important;
}
.bd-light {
  border-color: #f5f5f5 !important;
}
.default-scrollbar::-webkit-scrollbar {
  width: initial !important;
}
.default-scrollbar::-webkit-scrollbar-track {
  box-shadow: initial !important;
  border-radius: initial !important;
  background-color: #f1f1f1 !important;
}
.default-scrollbar::-webkit-scrollbar-corner {
  background-color: #f1f1f1 !important;
}
.default-scrollbar::-webkit-scrollbar-button {
  background-color: #c3c3c3 !important;
}
.default-scrollbar::-webkit-scrollbar-button:hover {
  background-color: #b6b6b6 !important;
}
.default-scrollbar::-webkit-scrollbar-thumb {
  background: #c3c3c3 !important;
  border-radius: initial !important;
}
.default-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #b6b6b6 !important;
}
.page-content::-webkit-scrollbar {
  width: 12px !important;
}
.page-content::-webkit-scrollbar-track {
  box-shadow: initial !important;
  border-radius: initial !important;
  background-color: #f1f1f1 !important;
}
.page-content::-webkit-scrollbar-corner {
  background-color: #f1f1f1 !important;
}
.page-content::-webkit-scrollbar-button {
  background-color: #c3c3c3 !important;
}
.page-content::-webkit-scrollbar-button:hover {
  background-color: #b6b6b6 !important;
}
.page-content::-webkit-scrollbar-thumb {
  background: #c3c3c3 !important;
  border-radius: initial !important;
}
.page-content::-webkit-scrollbar-thumb:hover {
  background: #b6b6b6 !important;
}
.cp-window {
  position: relative;
  width: 100%;
  padding-bottom: 0;
}
.cp-window .cp-window-header {
  position: relative;
}
.cp-window .cp-window-header .cp-titlebar {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  color: #575757;
}
.cp-window .cp-window-header .cp-titlebar .cp-titlebar-block .cp-block-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.cp-window .cp-window-header .cp-titlebar .cp-titlebar-block .cp-block-content {
  display: inline-block;
  vertical-align: middle;
}
.cp-window .cp-window-header .cp-statusbar {
  margin: 4px 0;
  padding: 8px 0;
}
.cp-window .cp-window-content {
  position: relative;
  padding: 16px 0 0 0;
  min-height: 300px;
  overflow-y: hidden;
}
.cp-window .cp-window-content .cp-tab-scroller {
  height: 100%;
  overflow-y: auto;
}
.cp-window .cp-window-content .cp-tab-scroller::-webkit-scrollbar {
  width: 10px !important;
}
.cp-window .cp-window-content .cp-tab-scroller::-webkit-scrollbar-track {
  box-shadow: initial !important;
  border-radius: initial !important;
  background-color: #f1f1f1 !important;
}
.cp-window .cp-window-content .cp-tab-scroller::-webkit-scrollbar-corner {
  background-color: #f1f1f1 !important;
}
.cp-window .cp-window-content .cp-tab-scroller::-webkit-scrollbar-button {
  background-color: #c3c3c3 !important;
}
.cp-window .cp-window-content .cp-tab-scroller::-webkit-scrollbar-button:hover {
  background-color: #b6b6b6 !important;
}
.cp-window .cp-window-content .cp-tab-scroller::-webkit-scrollbar-thumb {
  background: #c3c3c3 !important;
  border-radius: initial !important;
}
.cp-window .cp-window-content .cp-tab-scroller::-webkit-scrollbar-thumb:hover {
  background: #b6b6b6 !important;
}
.cp-window .cp-window-content .cp-tab-status {
  text-align: center;
  padding: 64px 0;
  color: #575757;
}
.cp-window .cp-window-content .cp-tab-content {
  padding: 8px;
  height: 100%;
}
.cp-window .cp-window-content .cp-tab-content .cp-tab-content-block {
  margin-bottom: 12px;
}
.cp-window .cp-window-content .cp-toolbar {
  padding: 8px 8px 0;
  margin-bottom: 16px;
  position: relative;
}
.cp-window .cp-window-content .cp-toolbar .cp-editor-status-bar {
  position: absolute;
  top: 7px;
  right: 34px;
  z-index: 100;
}
.cp-window .cp-window-content .cp-toolbar .cp-editor-status-bar .panel-heading {
  padding: 8px;
}
.cp-window .cp-window-content .cp-toolbar .cp-editor-status-bar .panel-body {
  padding: 8px;
}
.cp-window .cp-window-content .cp-toolbar .cp-editor-status-bar .panel-body::-webkit-scrollbar {
  width: 6px !important;
}
.cp-window .cp-window-content .cp-toolbar .cp-editor-status-bar .panel-body::-webkit-scrollbar-track {
  box-shadow: initial !important;
  border-radius: initial !important;
  background-color: #f1f1f1 !important;
}
.cp-window .cp-window-content .cp-toolbar .cp-editor-status-bar .panel-body::-webkit-scrollbar-corner {
  background-color: #f1f1f1 !important;
}
.cp-window .cp-window-content .cp-toolbar .cp-editor-status-bar .panel-body::-webkit-scrollbar-button {
  background-color: #c3c3c3 !important;
}
.cp-window .cp-window-content .cp-toolbar .cp-editor-status-bar .panel-body::-webkit-scrollbar-button:hover {
  background-color: #b6b6b6 !important;
}
.cp-window .cp-window-content .cp-toolbar .cp-editor-status-bar .panel-body::-webkit-scrollbar-thumb {
  background: #c3c3c3 !important;
  border-radius: initial !important;
}
.cp-window .cp-window-content .cp-toolbar .cp-editor-status-bar .panel-body::-webkit-scrollbar-thumb:hover {
  background: #b6b6b6 !important;
}
.cp-window .cp-window-content .cp-toolbar .cp-editor-status-bar .cp-panel-editor-notifications .panel-body {
  max-height: 300px;
  overflow-y: auto;
}
.cp-window .cp-window-content .cp-toolbar .cp-editor-warnings-bar {
  position: absolute;
  top: 7px;
  right: 0;
  z-index: 100;
}
.cp-window .cp-window-content .cp-toolbar .cp-editor-warnings-bar .cp-warning-item {
  padding: 8px;
  margin-bottom: 4px;
}
.cp-window .cp-window-content .cp-toolbar .cp-editor-warnings-bar .panel {
  max-width: 400px;
}
.cp-window .cp-window-content .cp-toolbar .cp-editor-warnings-bar .panel-heading {
  padding: 8px;
}
.cp-window .cp-window-content .cp-toolbar .cp-editor-warnings-bar .panel-body {
  padding: 8px;
}
.cp-window .cp-window-content .cp-toolbar .cp-editor-warnings-bar .panel-body::-webkit-scrollbar {
  width: 6px !important;
}
.cp-window .cp-window-content .cp-toolbar .cp-editor-warnings-bar .panel-body::-webkit-scrollbar-track {
  box-shadow: initial !important;
  border-radius: initial !important;
  background-color: #f1f1f1 !important;
}
.cp-window .cp-window-content .cp-toolbar .cp-editor-warnings-bar .panel-body::-webkit-scrollbar-corner {
  background-color: #f1f1f1 !important;
}
.cp-window .cp-window-content .cp-toolbar .cp-editor-warnings-bar .panel-body::-webkit-scrollbar-button {
  background-color: #c3c3c3 !important;
}
.cp-window .cp-window-content .cp-toolbar .cp-editor-warnings-bar .panel-body::-webkit-scrollbar-button:hover {
  background-color: #b6b6b6 !important;
}
.cp-window .cp-window-content .cp-toolbar .cp-editor-warnings-bar .panel-body::-webkit-scrollbar-thumb {
  background: #c3c3c3 !important;
  border-radius: initial !important;
}
.cp-window .cp-window-content .cp-toolbar .cp-editor-warnings-bar .panel-body::-webkit-scrollbar-thumb:hover {
  background: #b6b6b6 !important;
}
.cp-window .cp-window-content .cp-toolbar .cp-editor-warnings-bar .cp-panel-editor-notifications .panel-body {
  max-height: 300px;
  overflow-y: auto;
}
.cp-window .cp-window-content .cp-editor-host {
  padding-left: 0;
  padding-right: 0;
}
.cp-window .cp-window-content .cp-editor-host .cp-sector-panel-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.cp-window .cp-window-content .cp-editor-host .cp-sector-panel-wrapper .panel {
  margin-right: 2px;
}
.cp-window .cp-window-content .cp-editor-host .cp-preview-panel-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.cp-window .cp-window-content .cp-editor-host .cp-preview-panel-wrapper .panel {
  margin-left: 2px;
}
.cp-window .cp-window-content .cp-sector-toolbar {
  margin-bottom: 16px;
}
.cp-window .cp-window-content .cp-virtualized-listview {
  height: 100%;
}
.cp-window .cp-window-content .cp-virtualized-listview .md-virtual-repeat-scroller::-webkit-scrollbar {
  width: 12px !important;
}
.cp-window .cp-window-content .cp-virtualized-listview .md-virtual-repeat-scroller::-webkit-scrollbar-track {
  box-shadow: initial !important;
  border-radius: initial !important;
  background-color: #f1f1f1 !important;
}
.cp-window .cp-window-content .cp-virtualized-listview .md-virtual-repeat-scroller::-webkit-scrollbar-corner {
  background-color: #f1f1f1 !important;
}
.cp-window .cp-window-content .cp-virtualized-listview .md-virtual-repeat-scroller::-webkit-scrollbar-button {
  background-color: #c3c3c3 !important;
}
.cp-window .cp-window-content .cp-virtualized-listview .md-virtual-repeat-scroller::-webkit-scrollbar-button:hover {
  background-color: #b6b6b6 !important;
}
.cp-window .cp-window-content .cp-virtualized-listview .md-virtual-repeat-scroller::-webkit-scrollbar-thumb {
  background: #c3c3c3 !important;
  border-radius: initial !important;
}
.cp-window .cp-window-content .cp-virtualized-listview .md-virtual-repeat-scroller::-webkit-scrollbar-thumb:hover {
  background: #b6b6b6 !important;
}
.cp-virtualized-list-modal .md-virtual-repeat-container.md-orient-vertical {
  margin-top: 8px;
  height: 400px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 4px;
}
.cp-virtualized-list-modal .md-virtual-repeat-container.md-orient-vertical .md-virtual-repeat-scroller::-webkit-scrollbar {
  width: 12px !important;
}
.cp-virtualized-list-modal .md-virtual-repeat-container.md-orient-vertical .md-virtual-repeat-scroller::-webkit-scrollbar-track {
  box-shadow: initial !important;
  border-radius: initial !important;
  background-color: #f1f1f1 !important;
}
.cp-virtualized-list-modal .md-virtual-repeat-container.md-orient-vertical .md-virtual-repeat-scroller::-webkit-scrollbar-corner {
  background-color: #f1f1f1 !important;
}
.cp-virtualized-list-modal .md-virtual-repeat-container.md-orient-vertical .md-virtual-repeat-scroller::-webkit-scrollbar-button {
  background-color: #c3c3c3 !important;
}
.cp-virtualized-list-modal .md-virtual-repeat-container.md-orient-vertical .md-virtual-repeat-scroller::-webkit-scrollbar-button:hover {
  background-color: #b6b6b6 !important;
}
.cp-virtualized-list-modal .md-virtual-repeat-container.md-orient-vertical .md-virtual-repeat-scroller::-webkit-scrollbar-thumb {
  background: #c3c3c3 !important;
  border-radius: initial !important;
}
.cp-virtualized-list-modal .md-virtual-repeat-container.md-orient-vertical .md-virtual-repeat-scroller::-webkit-scrollbar-thumb:hover {
  background: #b6b6b6 !important;
}
.cp-virtual-repeat-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  text-align: center;
}
.cp-virtual-repeat-overlay.cp-overlay-with-background {
  background-color: rgba(0, 0, 0, 0.3);
}
.cp-virtual-repeat-overlay .cp-virtual-repeat-overlay-content {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
}
.cp-list-group-item-placeholder {
  border-bottom: none;
  border-top: none;
  margin-top: 1px;
}
.cp-list-group-item-placeholder:focus,
.cp-list-group-item-placeholder:hover {
  background-color: initial !important;
}
.cp-list-group-item-with-details {
  position: relative;
  padding: 4px 8px;
}
.cp-list-group-item-with-details .cp-list-group-item-details {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 100;
  padding: 4px 8px;
  background-color: #f5f5f5;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.5);
  max-height: 300px;
  overflow-y: auto;
}
.cp-list-group-item-with-details .cp-list-group-item-details::-webkit-scrollbar {
  width: 12px !important;
}
.cp-list-group-item-with-details .cp-list-group-item-details::-webkit-scrollbar-track {
  box-shadow: initial !important;
  border-radius: initial !important;
  background-color: #f1f1f1 !important;
}
.cp-list-group-item-with-details .cp-list-group-item-details::-webkit-scrollbar-corner {
  background-color: #f1f1f1 !important;
}
.cp-list-group-item-with-details .cp-list-group-item-details::-webkit-scrollbar-button {
  background-color: #c3c3c3 !important;
}
.cp-list-group-item-with-details .cp-list-group-item-details::-webkit-scrollbar-button:hover {
  background-color: #b6b6b6 !important;
}
.cp-list-group-item-with-details .cp-list-group-item-details::-webkit-scrollbar-thumb {
  background: #c3c3c3 !important;
  border-radius: initial !important;
}
.cp-list-group-item-with-details .cp-list-group-item-details::-webkit-scrollbar-thumb:hover {
  background: #b6b6b6 !important;
}
.cp-alert-with-action > ul {
  padding: 4px 32px;
  list-style-type: disc !important;
  list-style: disc !important;
}
.cp-alert-with-action > ul li {
  color: inherit !important;
  border-bottom: none !important;
}
.cp-alert-with-action a.alert-link {
  cursor: pointer;
}
.cp-alert-with-action a.alert-link:focus,
.cp-alert-with-action a.alert-link:hover {
  text-decoration: underline;
}
.cp-alert-with-action.cp-alert-with-action-small > ul {
  margin-bottom: 0;
}
.cp-alert-with-action.cp-alert-with-action-small > ul > li {
  line-height: 14px;
  margin-bottom: 6px;
}
.cp-alert-with-action.cp-alert-with-action-small > ul > li:last-child {
  margin-bottom: 0;
}
.cp-tags-container {
  float: left;
  width: 100%;
}
.cp-tags-container .cp-tag {
  margin-right: 4px;
  margin-bottom: 4px;
  border: none;
  background-color: #ededed;
  float: left;
  border-radius: 0.25rem;
  padding: 8px;
  cursor: default;
}
.cp-tags-container .cp-tag:hover {
  background-color: #dfdfdf;
}
.cp-tag {
  margin-right: 4px;
  margin-bottom: 4px;
  border: none;
}
.cp-active-filter button.multiselect,
.cp-active-filter input.date-picker {
  background-color: #ddd !important;
}
.cp-employee .cp-employee-name {
  text-transform: capitalize;
}
.cp-employee .cp-employee-designation {
  text-transform: capitalize;
}
.cp-sector {
  display: flex;
  flex-flow: row wrap;
}
.cp-sector .cp-section-fn {
  flex-grow: 0;
  padding: 8px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  min-width: 60px;
}
.cp-sector .cp-section-fn > div {
  width: 100%;
}
.cp-sector .cp-section-od {
  flex-grow: 1;
  display: flex;
  flex-flow: column nowrap;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cp-sector .cp-section-od .cp-section-od-main {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 8px;
}
.cp-sector .cp-section-od .cp-section-metadata {
  padding: 2px 4px;
}
.cp-sector:hover .cp-section-od {
  background-color: #dfdfdf !important;
}
.cp-no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cp-text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* This version of font awesome does not have a code-merge icon, instead rotate fa-code-fork */
.fa-code-merge-fallback {
  transform: rotate(180deg);
}
.cp-isolate-summary-container .row [class^='col-'] {
  padding: 0;
}
.cp-isolate-summary-container .cp-aircraft {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.cp-isolate-summary-container .cp-aircraft .cp-aircraft-description {
  margin-left: 8px;
  font-size: 1.2rem;
  color: #575757;
}
.cp-isolate-summary-container .cp-aircraft .cp-icon {
  font-size: 2.2rem;
  color: #575757;
}
.cp-isolate-summary-container .cp-aircraft.cp-valid .cp-icon {
  color: #54B854;
}
.cp-isolate-summary-container .cp-aircraft.cp-warning .cp-icon {
  color: #ec971f;
}
.cp-isolate-summary-container .cp-aircraft.cp-invalid .cp-icon {
  color: #c9302c;
}
.cp-isolate-summary-container .cp-aircraft-date {
  color: #575757;
}
.cp-isolate-summary-container .cp-aircraft-status .badge {
  padding: 8px;
}
/** Editor styles */
.cp-editor-host {
  position: relative;
}
.cp-editor-host .cp-editor-container {
  margin-top: 16px;
  display: flex;
  flex-flow: row wrap;
}
.cp-editor-host .cp-editor-container .cp-toolbar .btn {
  padding: 4px 8px;
  margin-top: -4px;
}
.cp-editor-host .cp-editor-container .cp-editor-panel {
  flex-grow: 1;
}
.cp-editor-host .cp-editor-container .cp-editor-panel .panel-body .badge {
  background-color: #337ab7;
}
.cp-editor-host .cp-editor-container .cp-preview-panel {
  margin-left: 4px;
  flex-grow: 1;
}
.cp-editor-host .cp-editor-container .cp-isolated-session-flags {
  margin-right: 4px;
}
.cp-editor-host .cp-editor-container .cp-isolated-session-flags i.fa-flag {
  color: #c9302c;
}
.cp-editor-host .cp-arrow {
  position: absolute;
  min-height: 46px;
  text-align: center;
}
.cp-editor-host .cp-arrow .cp-arrow-body {
  height: calc(100% - 10px);
  width: 4px;
  background-color: #337ab7;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 99;
}
.cp-editor-host .cp-arrow .cp-arrow-head {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #337ab7;
  position: absolute;
  left: calc(50% - 7.9px);
  bottom: 0;
  z-index: 99;
}
.cp-editor-host .cp-arrow .cp-arrow-label {
  position: absolute;
  top: 24px;
  left: 6px;
  font-size: 12px;
  z-index: 100;
}
.cp-editor-host .cp-block {
  border: 1px dotted #575757;
  padding: 8px;
  margin: 128px 0;
}
.cp-editor-host .cp-block:first-child {
  margin-top: 0;
}
.cp-editor-host .cp-block.cp-block-airport {
  border: none;
  text-align: center;
}
.cp-editor-host .cp-block.cp-block-airport .cp-label {
  display: inline-block;
  background-color: #337ab7;
  border-radius: 4px;
  color: #fff;
  padding: 4px 6px;
}
.cp-editor-host .cp-block.cp-block-sector {
  border: 1px solid #575757;
  text-align: center;
}
.cp-editor-host .cp-block.cp-block-last-warehouse {
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
}
.cp-editor-host .cp-block.cp-block-last-warehouse .cp-last-warehouse-dot {
  width: 0;
  height: 0;
  border: 14px solid #54B854;
  border-radius: 28px;
}
.cp-editor-host .cp-block.cp-block-last-warehouse .cp-label {
  position: absolute;
  top: 100%;
}
.cp-editor-host .cp-block .cp-block-label {
  font-size: 12px;
}
.strike-through {
  text-decoration: line-through !important;
}
