<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=========================================
 01.  PRE-DEFINED
===========================================*/
html,
body {
    font-family: 'Lato', sans-serif;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}
/*------------------------------------------------------------------*/
/*   IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

select:required:invalid {
    color: #9B9BAA;
    font-style: italic;
}
option[value=""][disabled] {
    display: none;
}
option {
    color: black;
}

h1 {
    font-size: 3rem;
    line-height: 4rem;
}
h2 {
    font-size: 2.5rem;
    line-height: 3rem;
}
h3 {
    font-size: 2.1rem;
    line-height: 2.5rem;
}
h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
}
h5 {
    font-size: 1.3rem;
}
h6 {
    font-size: 1rem;
}

/*END OF PRE-DEFINED*/

/*** Start of Nav ***/

.navbar-portal 
{
  background-color: #ffffff;
  border-bottom-color: #005388;
  border-bottom-width: 3px;
}

.navbar-portal .navbar-brand
{
  font-size: 20px;
}

/*** End Nav ***/

/*** Start Rich List ***/

.rich-list h3 {
    font-size: 1.28571em;
    line-height: 1.75em;
    /*font-family: 'Lato', 'Arial';*/
    font-weight: bold;
    /*color: #307fc2;*/
    margin-bottom: 0;
}

.rich-list-item {
    /*margin: 10px;*/
}

.rich-list-item-left {
    float: left;
    margin-right: 10px;
}

.rich-list-image {
    margin-right: 10px;
}

.rich-list-image {
    margin-right: 10px;
}

.rich-list-image img {
  display: block;
}

.rich-list-icon {
    padding-top:20px;
    padding-right:20px;
}

.rich-list-item-right {
    overflow: hidden;
    zoom: 1;
    /*padding-bottom: 20px;
    border-bottom: 2px solid #DDDDDD;*/
}
.float-right {
  float: right;
}

/*** End Rich List ***/

/*** Bread Crumb ***/

.cd-multi-steps li.current{
    font-weight: 600;
}

/*** end ***/

/*** GENERAL ***/

.colour-success {
    color: #5CB85C;
}
.colour-info {
    color: #5bc0de;
}
.colour-warning {
    color: #f0ad4e;
}
.colour-danger {
    color: #d9534f;
}

.full-page, .full-page body  {
    height: 100%;
    margin: 0;
}

.page-background {
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-cargo {
	color: #005388 !important;
}

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

.text-medium {
  font-size: 18px;
}

.big {
	font-size: 21px;
}

.scrollup{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    z-index: 1000;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
    background: #005388;
    opacity: 1;
}

.scrollup i {
    font-size: 18px;
    position: absolute;
    opacity: 1;
    color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -9px;
    margin-left: -3px;
    text-decoration: none;

} 
/*** END GENERAL ***/

/*** FORMS ***/

.antispam { 
    display:none;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #EBEBEB;
}

/*** END FORMS ***/

/*** CUSTOMERS ***/

.login-panel {
    margin-top: 25%;
}
/*** CUSTOMERS END ***/

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
}

.main_footer{
    overflow: hidden;
}

/*** boarding pass ***/
.ticket {
        font-size: 16px !important;
  display: inline-block;
  width: 315px;
  margin-bottom: 20px;
  background-color: #273138;
  border-radius: 10px;
  color: #fff;
  font-family: Helvetica Neue;
  font-weight: 300;
  letter-spacing: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.ticket header {
    -webkit-box-sizing: unset !important;
  position: relative;
  height: 35px;
  background-color: #1B252E;
  padding: 10px;
  border-radius: 10px;
}

.ticket header .company-name {
  line-height: 35px !important;
  text-align: left;
}
.ticket header .gate {
  position: absolute;
  right: 15px;
  top: 10px;
  font-weight: 400;
  line-height: 18px !important;
  text-align: center;
  font-size: 12px;
}
.ticket header .gate a {
    color: inherit;
}
.ticket header:after {
  content: '';
  width: 16px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  bottom: -8px;
  right: -8px;
  border-radius: 50%;
  box-shadow: inset 12px 0px 18px -11px rgba(0, 0, 0, 0.5);
}
.ticket header:before {
  content: '';
  width: 16px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  bottom: -8px;
  left: -8px;
  border-radius: 50%;
  box-shadow: inset -12px 0px 18px -11px rgba(0, 0, 0, 0.5);
}
.ticket .airports {
        -webkit-box-sizing: unset !important;

    line-height: normal;
  padding: 5px 10px 10px 10px;
  height: 100px;
  text-align: center;
  position: relative;
  border-bottom: 2px dashed #000;
}
.ticket .airports .airport {
  position: relative;
  margin: 10px;
  text-align: center;
  display: inline-block;
}
.ticket .airports .airport .airport-name {
  color: #29A8EB;
  font-size: 12px;
  font-weight: 400;
}
.ticket .airports .airport .airport-code {
  font-size: 32px;
  font-weight: 400;
  margin: 5px 0;
}
.ticket .airports .airport .dep-arr-label {
  color: #9299A0;
  font-size: 12px;
  font-weight: 500;
}
.ticket .airports .airport .time {
  font-size: 10px;
  color: #9299A0;
}
.ticket .airports .airport:first-child {
  margin-right: 40%;
}
.ticket .airports .airport:first-child:after {
  font-family: FontAwesome;
  color: #353E48;
  content: "\f072";
  position: absolute;
  font-size: 55px;
  top: calc(50% - 25px);
  right: -150%;
}
.ticket .airports:after {
  content: '';
  width: 16px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  bottom: -8px;
  right: -8px;
  border-radius: 50%;
  box-shadow: inset 12px 0px 18px -11px rgba(0, 0, 0, 0.5);
}
.ticket .airports:before {
  content: '';
  width: 16px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  bottom: -8px;
  left: -8px;
  border-radius: 50%;
  box-shadow: inset -12px 0px 18px -11px rgba(0, 0, 0, 0.5);
}
.ticket .place {
        -webkit-box-sizing: unset !important;

  padding: 10px;
  text-align: center;
  /*height: 330px;*/
}
.ticket .place-block {
  display: inline-block;
  margin: 10px 10px;
}
.ticket .place-block .place-label {
  color: #29A8EB;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}
.ticket .place-block .place-value {
  color: #9299A0;
  font-size: 12px;
  font-weight: 500;
}
.ticket .qr {
  width: 220px;
  height: 220px;
  margin: 20px auto;
  border-radius: 10px;
  overflow: hidden;
}
.ticket .qr img {
  width: 100%;
  height: 100%;
}

.ticket footer {
  padding: 10px;
}

.ticket.inverse {
  background-color: #F8F8F8;
}
.ticket.inverse header {
  background-color: #29A8EB;
}
.ticket.inverse .airports {
  border-bottom-color: #D3D6DA;
}
.ticket.inverse .airport:first-child:after {
  color: #D3D6DA;
}
.ticket.inverse .airport .airport-code {
  color: #707884;
  font-weight: 500;
}</pre></body></html>