﻿/* Uncomment the following line to merge the two intro sections and remove the gap*/
.intro-section:nth-of-type(2) {
    padding-top: 0;
}

/* Adjusts viewport side-padding for mobile devices */
@@media screen and (max-width: 750px) {
    .container {
        padding-left: 4%;
        padding-right: 4%;
    }
}

/* Airline Customisations and responsive breakpoints */
@@media screen and (max-width: 750px) {
}

@@media screen and (max-width: 875px) {
}

.internal-labels input[type="date"] {
    background: white url(Images/calendar-gray.svg) top 40% right 7px no-repeat !important;
}

.default-font-size {
    line-height: 1.375;
}

.intro-section h2 ~ p {
    font-weight: 600;
}

.headings-font {
    letter-spacing: -.8px;
}

.intro-section:nth-of-type(2) {
    border-bottom: 0;
}

.internal-labels .input-container input[type="date"] {
    background-position: center right 10px !important;
}

.details-table * {
    border-color: #02B0E2;
}

.details-table th {
    font-weight: 700;
}

.main {
    min-height: calc(100vh - var(--headerHeight) - 80px)
}

.indented-option {
    padding-left: 25px;
}

.validation-message {
    float: left;
    width: 62.5%;
}

.captcha-inline {
    display: inline;
}

.invisible {
    height: 0;
    width: 0;
}

body, html
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background: #EFEFEF url(/Images/background.jpg) no-repeat left top;
    font-family: Helvetica,Arial,sans-serif;
}

#wrapper
{
    min-height: 100%;

}

#header
{
    width: 50%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 35px;
}

#content
{
    padding-bottom: 20px;
    width: 50%;
    margin: 0 auto;
    position: relative;
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
}

#footer
{
    background: #071C4B repeat-x;
    height:30px;
    color:rgb(81, 93, 134);
    font-size:12px;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    text-align: center;
    padding-top:10px;
}


.secondheader .highlight
{
    color: #cc0000;
}

a
{
    color: #be0f34;
    text-decoration: underline;
}

.email
{
    background-color: #fff;
}

.footer p
{
    font-size: 9px;
}

p
{
    font-family: Arial, Sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #4f4f4f;
}

.PinPnrTable
{
    font-family: Arial, Sans-serif;
    font-size: 14px;
    color: #4f4f4f;
    padding: 0 0 20px 0;
}

table.PinPnrTable td
{
    padding-bottom: 10px;
}

.underline
{
    width: 650px;
    margin: auto;
    border-top: 1px solid #E3E5E5;
}

.footerunderline
{
    width: 800px;
    margin: auto;
    border-top: 1px solid #E3E5E5;
}
.heading
{
    font-family: Arial, Sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.tablestyle
{
    width: 100%;
    font-family: Arial, Sans-serif;
    font-size: 12px;
    color: #465058;
    border-right: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
}

.tablestyle tr td
{
    width: auto;
    border-bottom: 1px solid #d0d0d0;
    border-top: none;
    border-left: 1px solid #d0d0d0;
    border-right: none;
    padding: 10px 10px 10px 10px;
}

.tablestyleheading
{
    background-color: #f0f2f2;
    height: 30px;
    font-weight: bold;
    font-size: 14px;
    padding: 13px 13px 13px 13px;
}

.elementOutline
{
    width: 650px;
    margin: auto;
}

.pinPnrLabel
{
    display:inline-block;
    width: 35px;
}

.pinPnrField
{
    display: inline-block;
    width: 170px;
}

.booking-form .form-btn {
    padding-bottom: 2em;
}

.newFlight {
    color: #be0f34
}

.lightGray {
    color: #757575;
}

.oldFlight {
    color: #757575;
    text-decoration: line-through;
}

.paddingTop{
    padding-top: 10px;
}

.embolden {
    font-weight: bold;
}

#pin {
    width: 200px;
    vertical-align: middle;
}
