
body {
    font-family: 'Myriad Pro', sans-serif;
    background-color: #f5f5f5;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url('../../dist/images/sky.jpg');
    font-size: 0.9rem
}
#top {
    margin-top: -54px;
    margin-left: -5px;
}
.arrival-tbl {
    margin-left: 20px;
    width: 95%;
}
.arr-container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
    flex-grow: 1;
    padding: 20px;
}
h1 {
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}
.row .col-sm h2 {
    margin: 0 10% 1% 5%;
    color: #1e70ad;
    font-size: 18px;
    text-align: left;
}
.row .col-sm p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: justify;
    font-size: 16px;
    text-indent: 10%;
    margin: 0 10% 1% 5%;
    color: #002a59;
}
.footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
.footer a {
    color: #007bff;
    text-decoration: none;
}
.arr-section {
    margin-top: 20px;
    width: 100%;
    float: left;
}
label{
    margin-left: 0.75rem!important;
}
.arr-title {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #002a59;
}
.arr-link {
    color: #007bff;
    text-decoration: underline;
}
.header {
    display: flex;
    justify-content: space-between;
    /* This ensures the elements are at opposite ends */
    align-items: center;
    /* This vertically centers the content */
    padding: 10px 10px;
    /* Adjust the padding as needed */
    background-color: #054c81;
    /*dark blue#002a59;*/
    color: #fff;
}
.left-side-text {
    font-size: 12px;
    color: #fff;
    margin-left: 2%;/* Adjust the margin as needed to separate it from the current time */
}
.left-side-text a {
    color: #fff;
}
.left-side-text a:hover {
    color: #C2C2C2;
}
form label {
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 0.9167em;
}
/* 2.1.1. Select box */
        
select {
    height: 34px;
    padding: 8px 0 8px 8px;
}
select option {
    padding: 2px 10px;
}
.arr-selector {
    position: relative;
    min-width: 60px;
    line-height: 0;
    border: 1px solid #074F8B;
}
.arr-selector select {
    position: absolute;    
    margin-left: -2px;
    z-index: 1;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    /*opacity: 0;*/
    width: 100%;
    background-color: #1036d000;
    color: #0089ff;
    -webkit-appearance: menulist-button;    
    line-height: 30px;
    
}

.arr-selector span.custom-select {
    display: inline-block;
    line-height: 32px;
    padding: 0 10px;
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.arr-selector span.custom-select:before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background: #258FDA;
    width: 24px;
    height: 100%;
}
.arr-selector span.custom-select:after {
    position: absolute;
    right: 9px;
    top: 15px;
    border-top: 5px solid #fff;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    content: "";
    margin-left: -2px;
}
.arr-selector.style1 span.custom-select:before {
    background: transparent;
}
.arr-selector.style1 span.custom-select:after {
    border-top-color: #258FDA;
    margin-left: -2px;
}
input.input-text,  select,  textarea,  span.custom-select {
    background: #e9e2e2;
    border: none;
    line-height: normal;
}
input.input-text,  textarea,  span.custom-select {
    padding-left: 15px;
    padding-right: 15px;
    height: 34px;
}
input.input-text.input-large,  textarea.input-large,  span.custom-select.input-large {
    height: 43px;
    font-size: 1.1667em;
}
input.input-text.input-medium,  textarea.input-medium,  span.custom-select.input-medium {
    height: 34px;
}
input.input-text.input-small,  textarea.input-small,  span.custom-select.input-small {
    height: 28px;
}
input.input-text.input-mini,  textarea.input-mini,  span.custom-select.input-mini {
    height: 19px;
}
input.input-text.white,  textarea.white,  span.custom-select.white {
    background: #fff;
}
textarea {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
input.input-text,  select,  textarea,  span.custom-select {
    background: transparent;
    border: none;
    line-height: normal;
}
@media (min-width: 768px) {
.navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0;
    font-size: 12.75px;
}
}

@media (min-width: 810px) {
.navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0;
    font-size: 14px;
}
}

@media (min-width: 992px) {
.navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0.5rem;
    font-size: 16px;
}
}
@media (max-width:768px) {
table {
    font-size: 10px;
}
    
}
@media(max-width:520px){
    .table td, .table th{
        padding: 0.25rem;
    }
}
table{
    /*margin-left: 20px;*/
    width: 100%;
}


.inside {
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: justify;
    font-size: 16px;
    line-height: 2;
    text-indent: 10%;
    margin: 0 10% 1% 5%;
    color: #002a59;
}
.inside-no-indent {
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: justify;
    font-size: 16px;
    line-height: 2;
    margin: 0 10% 1% 5%;
    color: #002a59;
}
.container-header {
    padding-right: 15px;
    padding-left: 15px;
    /*margin-right: auto;*/
    margin-left: 2%;
    max-width: 100%;
}


