/* yantramanav-regular - latin */
@font-face {
  font-family: 'Yantramanav';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Yantramanav Regular'), local('Yantramanav-Regular'),
       url('../fonts/yantramanav-v5-latin-regular.woff2') format('woff2'),
       url('../fonts/yantramanav-v5-latin-regular.woff') format('woff');
}
/* yantramanav-500 - latin */
@font-face {
  font-family: 'Yantramanav';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Yantramanav Medium'), local('Yantramanav-Medium'),
       url('../fonts/yantramanav-v5-latin-500.woff2') format('woff2'),
       url('../fonts/yantramanav-v5-latin-500.woff') format('woff');
}
/* yantramanav-700 - latin */
@font-face {
  font-family: 'Yantramanav';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Yantramanav Bold'), local('Yantramanav-Bold'),
       url('../fonts/yantramanav-v5-latin-700.woff2') format('woff2'),
       url('../fonts/yantramanav-v5-latin-700.woff') format('woff');
}
/* yantramanav-900 - latin */
@font-face {
  font-family: 'Yantramanav';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Yantramanav Black'), local('Yantramanav-Black'),
       url('../fonts/yantramanav-v5-latin-900.woff2') format('woff2'),
       url('../fonts/yantramanav-v5-latin-900.woff') format('woff');
}

#hidewrapper {visibility: hidden;}

html {
    margin: 0 auto;
    max-width: 1500px;
	border-left: 1px solid #1a436b;
	border-right: 1px solid #1a436b;
}

body {
	background-color: white;
	color: #003770;
	font-family: 'Yantramanav', sans-serif;
	font-size: 16px;
	width: 100%;
	overflow-y: scroll;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

img {
	height: auto;
	max-width: 100%;
}

img.refresh {
	cursor: pointer;
	width: 20px;
	position: relative;
	top: -1px;
}

hr.devider {
	height: 1px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 2px;
	margin-bottom: 5px;
	background: #1a436b;
	border: 0px;
}

a:link, a:visited, a:hover, a:focus, a:active {
  color: #003770;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

input[type=search] {
  width: 100px;
  height: 26px;
  padding: 0px 12px;
  margin: 6px 20px 6px 3px;
  box-sizing: border-box;
  border: 3px;
  background-color: #19426e;
  color: white;
  -webkit-appearance: none;
}

input[type=text] {
  width: 100px;
  height: 26px;
  padding: 0px 12px;
  margin-left: 3px;
  margin-top: 6px;
  margin-bottom: 3px;
  box-sizing: border-box;
  border: 3px;
  background-color: #19426e;
  color: white;
  -webkit-appearance: none;
}

input[readonly] {
     cursor: pointer;
}

.regular-checkbox {
	-webkit-appearance: none;
	top: -2px;
	padding: 13px;
	border-radius: 5px;
	display: inline-block;
	position: relative;
	background-image: url("../images/icon_check-box.png");
	background-size: auto 100%;
	border: 0px;
}
.regular-checkbox:checked {
	background-image: url("../images/icon_check-box_checked.png");
	background-size: auto 100%;
}

table.Navigation {
  font-family: 'Yantramanav', sans-serif;
  border: 0px solid #1C6EA4;
  background-color: #19426e;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.Navigation td {
  font-size: 16px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: left;
  border: 0px solid #727179;
  padding-left: 20px;
  padding-right: 20px;
}
table.Navigation a:link, a:visited {
  color: white;
  text-decoration: none;
}
table.Navigation a:hover, a:focus, a:active {
  color: LightSkyBlue;
  text-decoration: none;
}

div.Remarks {
  padding-left: 20px;
  padding-right: 20px;
}
p.Remarks {
  text-align: justify;
}
a.Remarks:link, a.Remarks:visited {
  color: #003770;
  text-decoration: none;
}
a.Remarks:hover, a.Remarks:focus, a.Remarks:active {
  color: LightSkyBlue;
  text-decoration: none;
}
table.Remarks {
  font-family: 'Yantramanav', sans-serif;
  border: 0px solid #1C6EA4;
  background-color: white;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.Remarks td {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  border: 0px solid #727179;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 3px;
}

table.MovementsTable {
/*  visibility: hidden; */
  font-family: 'Yantramanav', sans-serif;
  border-bottom: 1px solid #e5eaf0;
  background-color: white;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.MovementsTable thead {
  background: #19426e;
}
table.MovementsTable thead th {
  font-size: 14px;
  font-weight: 500;
  color: white;
  text-align: left;
  border: none;
  padding: 0px 0px 0px 6px;
  /*top right bottom left*/
  height: 24px;
}
table.MovementsTable th a:link, a:visited {
  color: white;
  text-decoration: none;
}
table.MovementsTable th a:hover, a:focus, a:active {
  color: LightSkyBlue;
  text-decoration: none;
}
table.MovementsTable td a:link, a:visited {
  color: inherit;
  text-decoration: none;
}
table.MovementsTable td a:hover, a:focus, a:active {
  color: LightSkyBlue;
  text-decoration: none;
}
table.MovementsTable tbody td {
  font-size: 16px;
  color: #003770;
  height: 24px;
  border: 1px solid #e5eaf0;
}
table.MovementsTable td, table.MovementsTable th {
  border: 1px solid white;
  padding: 2px 5px 2px 5px;
  /*top right bottom left*/
} 
table.MovementsTable td:first-child, table.MovementsTable th:first-child {
  padding-left: 20px;
}
table.MovementsTable td:last-child, table.MovementsTable th:last-child {
  padding-right: 20px;
}
table.MovementsTable tr:nth-child(even) {
  background: #f5f7fb;
}
table tr:first-child td {
  border-top: 0;
}
table tr td:first-child {
  border-left: 0;
}
table tr:last-child td {
  border-bottom: 0;
}
table tr td:last-child {
  border-right: 0;
}

span.dynatable-record-count {
	margin-top: 10px;
	margin-left: 20px;
}

select {
  width: 400px;
  padding: 2px 25px 2px 10px;
  font-family: 'Yantramanav', sans-serif;
  font-size: 16px;
  color: #003770;
  border: 1px solid #003770;
  height: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAxklEQVQokaXSMUpDQRDG8d8+QggiKcUzeAKxtAzB0jpY5AjiVTxEylSewsoqpAgpREQwtazNPLJ5ZhFeZotlZr7/7M7upCzrY00vqgWT1CTpoiaK/GU3PsQcS1yjyfYrik/wgjsM2vZusEXGCrcd6B4fkX/FVQue4wm7SL7FCWeYYRPxz/BHWVZWfsRXiLZ47vizgxaKa43wgPcQ/8S+Lnv7AxYFSniFaVdTAweYYhEP1xwDU21ykjTO8nfla+vgf3bayPWxXwZScKL+Pei/AAAAAElFTkSuQmCC) no-repeat 97% 50%;
}
select option {
  color: #003770;
}
select::-ms-expand {
  display: none;
}
select:focus::-ms-value {
  background-color: transparent;
}

input.searchButton {
  width: 400px;
  background-color:#19426e;
  border:1px solid #19426e;
  cursor:pointer;
  color:white;
  font-family:inherit;
  font-size:16px;
  padding: 2px 10px 2px 10px;
  text-decoration:none;
  height: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  border-radius: 18px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

input[type=search].searchTextBox {
  width: 400px;
  background: white;
  padding: 2px 25px 2px 10px;
  font-family: 'Yantramanav', sans-serif;
  font-size: 16px;color: #19426e;
  border: 1px solid #19426e;
  height: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}

img.homepagepics {
    opacity: 1;
}
img.homepagepics:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
img.homepagepics_rev {
    opacity: 0.6;
}
img.homepagepics_rev:hover {
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

img.clockicon {
    height: 16px;
	margin-right: 7px;
	position: relative;
	top: -1px;
}

img.weathericon {
    height: 20px;
	margin-left: 12px;
	margin-right: 7px;
	position: relative;
	top: -1px;
}

#page-container {
  position: relative;
  min-height: 100vh;
}
#content-wrap {
  padding-bottom: 60px; /* Footer height */
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;         /* Footer height */
 } 
 
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:150;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.flightinfo {
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 400px;
  position: relative;
  transition: all 5s ease-in-out;
  top: calc(50% - 270px);
}
.flightinfo h2 {
  margin-top: 0;
  color: #003770;
  font-family: inherit;
  font-size: 30px;
}
.flightinfo .close {
  position: absolute;
  top: 30px;
  right: 20px;
  transition: all 200ms;
  font-size: 60px;
  font-weight: bold;
  text-decoration: none;
  color: #003770;
}
.flightinfo .close:hover {
  color: #003770;
}
.flightinfo .content {
  max-height: 30%;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.2;
}

img.share {
	width: 38px;
}
img.share_xl {
	width: 38px;
}

.highl {
	color: inherit;
	font-weight: 900;
}
.canx_div {
	color: #bb5055;
}
.highl_canx_div {
	color: #bb5055;
	font-weight: 900;
}

.ui-datepicker {
  height: auto;
  margin: 8px -88px 0;
  font: inherit;
  width: 320px;
}
.ui-datepicker-header {
  background-color: #d4eafd;
  color: #003770;
}
.ui-datepicker th {
  color: #003770;
}
.ui-datepicker td span, .ui-datepicker td a {
  color: #003770;
}
.ui-datepicker-calendar .ui-state-default {
  color: #003770;
}
.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.dynatable-search {
  float: right;
  margin-bottom: 10px;
}
.dynatable-pagination-links {
  float: right;
}
.dynatable-record-count {
  display: block;
  padding: 5px 0;
}
.dynatable-pagination-links span,
.dynatable-pagination-links li {
  display: inline-block;
}
.dynatable-page-link,
.dynatable-page-break {
  display: block;
  padding: 5px 7px;
  background: #727179;
  color: #fff;
}
.dynatable-page-link {
  cursor: pointer;
}
.dynatable-active-page,
.dynatable-disabled-page {
  cursor: text;
  background: #727179;
  color: #fff;
}
.dynatable-active-page:hover,
.dynatable-disabled-page:hover {
  text-decoration: none;
}
.dynatable-active-page {
  background: #727179;
  border-radius: 5px;
  color: #fff;
}
.dynatable-active-page:hover {
  color: #fff;
}
.dynatable-disabled-page,
.dynatable-disabled-page:hover {
  background: none;
  color: #fff;
}