﻿/** variables **/
/** RESPONSIVE BREAKPOINTS **/
/** RESPONSIVE MEDIA QUERIES **/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-size: 16px;
  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}
body {
  background-color: #ffffff;
  position: relative;
  min-height: 100vh;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
textarea {
  font-size: 16px;
  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
}
.container,
.pagecontent,
header {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1rem;
}
header {
  text-align: center;
  padding: 1rem;
}
header.hideinframe {
  display: none;
}
body.topwindow header.hideinframe {
  display: block;
}
header .logo img {
  width: 100%;
  max-width: 40rem;
}
.pagecontent {
  padding-bottom: 4rem;
}
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #dcdcdc;
  padding: 0.25rem 0.5rem;
  text-align: right;
  font-size: smaller;
}
footer a {
  color: #000;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 992px) {
  .awb-cols {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 -1rem;
  }
  .awb-cols .awb-col-main {
    flex: 1 1 auto;
    padding: 0 1rem;
  }
  .awb-cols .awb-col-aside {
    flex: 0 0 30%;
    padding: 0 1rem;
  }
}
.search {
  max-width: 50rem;
  margin: 0 auto;
  padding: 5vh 0;
}
.search .search-inputs input[type=text] {
  width: 100%;
  height: 3rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
.search .search-inputs button {
  width: 100%;
  height: 3rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
@media only screen and (min-width: 576px) {
  .search .search-inputs {
    display: flex;
    justify-content: space-between;
  }
  .search .search-inputs input[type=text] {
    flex: 0 1 100%;
  }
  .search .search-inputs button {
    margin-left: 0.5rem;
    flex: 1 0 12em;
  }
}
input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=date] {
  border: 1px solid #666;
  height: 2.5rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: larger;
}
textarea {
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: larger;
}
input::placeholder,
textarea::placeholder {
  font-style: italic;
  font-size: 16px;
  color: #999;
}
button {
  border: 1px solid #db9200;
  background-color: #db9200;
  border-radius: 0;
  color: #ffffff;
  min-height: 2.5rem;
}
button.large {
  font-size: 1.25rem;
  padding: 0 2rem;
  min-height: 3rem;
}
button span + span {
  margin-left: 1rem;
}
.TTPanel {
  background-color: #f0f0f0;
  margin-bottom: 2rem;
}
.TTPanel .TTPanel-header {
  display: flex;
  justify-content: space-between;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.25rem;
  background: #dcdcdc;
}
.TTPanel .TTPanel-header .TTPanel-header-icon {
  height: 3rem;
  width: 3rem;
  flex: 0 0 3rem;
  text-align: center;
  line-height: 3rem;
  color: #fff;
  text-decoration: none;
}
.TTPanel .TTPanel-header .TTPanel-header-icon.right {
  background: #db9200;
}
.TTPanel .TTPanel-header .TTPanel-header-icon.left {
  order: -1;
  background: #db9200;
}
.TTPanel .TTPanel-header .TTPanel-header-icon.toggle-content {
  background: rgba(0, 0, 0, 0.25);
}
.TTPanel .TTPanel-header .TTPanel-header-title {
  padding: 0 1rem;
  flex: 0 1 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.TTPanel .TTPanel-header .toggle-content {
  transition: transform 0.5s;
}
.TTPanel .TTPanel-content {
  padding: 1rem;
}
.TTPanel .TTPanel-content.slimfit {
  padding: 1px;
}
.TTPanel .TTPanel-buttons {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
}
.TTPanel .TTPanel-buttons button,
.TTPanel .TTPanel-buttons a {
  display: block;
  font-size: 1.25rem;
  padding: 0 2rem;
  min-height: 3rem;
}
.TTPanel .TTPanel-buttons button:only-child,
.TTPanel .TTPanel-buttons a:only-child {
  margin-left: auto;
}
.TTPanel.collapsed .TTPanel-content {
  display: none;
}
.TTPanel.collapsed .toggle-content {
  transform: rotate(180deg);
}
.messages {
  margin-bottom: 2rem;
}
.messages .message {
  margin-bottom: 1rem;
  border: 1px solid #004085;
  background-color: #ebf5ff;
}
.messages .message .message-title {
  background-color: #b8daff;
  padding: 0.25rem 0.5rem;
  font-weight: 500;
}
.messages .message .message-body {
  padding: 0.25rem 0.5rem;
}
.messages .message .message-body button {
  font-size: 1.25rem;
  padding: 0 2rem;
  min-height: 3rem;
}
.messages .message.error {
  border: 1px solid #8a0505;
  background-color: #fff5f5;
}
.messages .message.error .message-title {
  background-color: #fdc4c4;
}
.messages .message.success {
  border: 1px solid #155724;
  background-color: #dbf6e1;
}
.messages .message.success .message-title {
  background-color: #b2ecbf;
}
@media only screen and (min-width: 576px) {
  .form-groups {
    column-count: 2;
    column-gap: 1rem;
  }
}
.form-groups .form-group {
  padding: 0.5rem 0;
}
.form-groups .form-group label {
  display: block;
}
.form-groups .form-group label em {
  display: block;
}
.form-groups .form-group input[type=text],
.form-groups .form-group input[type=password],
.form-groups .form-group input[type=email],
.form-groups .form-group textarea {
  width: 100%;
}
.fvs {
  -webkit-column-width: 300px;
  -moz-column-width: 300px;
  column-width: 300px;
}
@media only screen and (min-width: 576px) {
  .fvs {
    xxcolumn-count: 2;
    xxcolumn-gap: 1rem;
  }
}
.fvs .fvp {
  margin: 0 0 0.5rem 0;
  display: flex;
  align-items: flex-start;
}
.fvs .fvp div:first-of-type {
  font-weight: 500;
  flex: 0 0 40%;
}
table {
  border-spacing: 0;
  border: none;
}
table th,
table td {
  text-align: left;
  padding: 0 0.5rem;
}
table th {
  font-weight: 500;
}
table.zebra {
  width: 100%;
}
table.zebra tr:nth-child(even) {
  background-color: #ffffff;
}
table.zebra tr:hover {
  background-color: #ffeecc;
}
table td.right,
table th.right {
  text-align: right;
}
.hawbs {
  width: 550px;
  max-width: 100%;
}
.hawbs td,
.hawbs th {
  padding: 0 0.5em;
}
.flight-info .flight-details .flight-dep {
  float: left;
  width: 50%;
  border-right: 1px solid #dcdcdc;
}
.flight-info .flight-details .flight-dest {
  float: right;
  text-align: right;
}
.flight-info .flight-details .mvt {
  font-size: smaller;
  margin-top: 4px;
}
.flight-info .flight-details:after {
  content: "";
  display: block;
  clear: both;
}
.flight-info .flight-status {
  margin: 2rem 5% 0.5rem 5%;
  height: 0.5rem;
  border-radius: 0.25rem;
  position: relative;
  background-color: #dcdcdc;
}
.flight-info .flight-status::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: -0.25rem;
  top: -0.25rem;
  border-radius: 0.5rem;
  background-color: #dcdcdc;
}
.flight-info .flight-status::after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: -0.25rem;
  top: -0.25rem;
  border-radius: 0.5rem;
  background-color: #dcdcdc;
}
.flight-info .flight-status .flight-status-prc {
  height: 0.5rem;
  border-radius: 0.25rem;
  background-color: #db9200;
  text-align: right;
}
.flight-info .flight-status .flight-status-prc i {
  position: relative;
  top: -0.75rem;
  right: -0.5rem;
  font-size: 2rem;
  line-height: 1;
  color: #db9200;
}
.flight-info .flight-status .flight-status-prc::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: -0.25rem;
  top: -0.25rem;
  border-radius: 0.5rem;
  background-color: #db9200;
}
.flight-map-height {
  padding: 0 0 100% 0;
  position: relative;
  margin-bottom: 2rem;
}
.flight-map-height .flight-map {
  background-color: #dcdcdc;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.flight-map-height .flight-map .ol-viewport {
  position: absolute;
}
.flight-map-height .flight-map .ol-attribution,
.flight-map-height .flight-map .ol-zoom {
  xxdisplay: none;
}
.aircraft-picture {
  width: calc(100% + 2rem);
  max-width: calc(100% + 2rem);
  max-height: 20rem;
  margin: 0.5rem -1rem -1rem -1rem;
  object-fit: contain;
}