﻿
body {
    background: #5399ca url(./images/Airports/body-tile-x.jpg) repeat-x left top;
    color: #363636;
}

H1, H2, H3, H4, H5, H6,
.h1, .h2, .h3, .h4, .h5, .h6, .h7 {
    color: #3582bb;
}

header {
    background: url(./images/Airports/header-tile-x.jpg) repeat-x left top;
    border-bottom: white 1px solid;
    background-size: contain;
}

a,
a:hover,
a:focus,
.link-spoof {
    color: #003163;
    text-decoration: underline;
    outline: 0;
}

#mainMenu {
    border: solid 1px #67A6CF;
}

#sidebarAndSearch {
    border-right: solid 1px #67A6CF;
    border-left: solid 1px #67A6CF;
}

#leftNav {
    background: #fff url(./images/Airports/lft_nav_menu_shdw.jpg) repeat-x;
}

.content-header {
    background: #ffffff url(./images/Airports/PDX_Header_Bckgrnd.jpg) no-repeat;
    background-size: 100%;
    min-height: 100px;
}

.gradient-background {
    background-color: #438dc5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#438dc5), to(#54AAEA));
    background-image: -webkit-linear-gradient(top, #438dc5, #54AAEA);
    background-image: -moz-linear-gradient(top, #438dc5, #54AAEA);
    background-image: -ms-linear-gradient(top, #438dc5, #54AAEA);
    background-image: -o-linear-gradient(top, #438dc5, #54AAEA);
    background-image: linear-gradient( to bottom, #438dc5, #54AAEA);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#438dc5, endColorstr=#54AAEA);
}

.ui-tabs-panel {
    background: transparent url(./images/Airports/bg_top.gif) repeat-x !important;
}

.learn-more-btn {
    padding: 5px 10px;
}

.quick-links {
    background: url(./images/Airports/qlink_background.gif) repeat-x left top;
}

    .quick-links a {
        color: #2a74a5;
    }

/*********** =Panels =PartialViews ********/
.panel-primary > .panel-heading {
    background: url(./images/Airports/open_window_hd_bg_top.gif) repeat-x left top;
    height: 1px;
    line-height: 6px;
    border: 0;
}

/*********** =Content Panel ********/
.Contentpanel {
    border-left: 1px solid #4a99d7;
    border-right: 1px solid #4a99d7;
    margin-bottom: 10px;
}

    .Contentpanel .Contentpanel-body {
        padding: 2px 13px;
        background: #fafdff url(./images/Airports/window-bottom-hatch_sml.gif) repeat-x left bottom;
    }

.Contentpanel-heading {
    padding: 2px 15px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.Contentpanel-body a {
    cursor: pointer;
}

.Contentpanel-primary > .Contentpanel-heading {
    background: url(./images/Airports/window-top-hatch.gif) repeat-x left top;
    height: 28px;
    border: 0;
}

.Contentpanel-footer {
    height: 27px;
    border: 0;
    background: url(./images/Airports/window-bottom-hatch.gif) repeat-x left top;
}

/* OVERWRITES     */

div .btn-group > ul[class=dropdown-menu] {
    max-height: 300px;
    overflow-y: scroll;
}


/*========================
    AIRLINE INFORMATION
    ==========================*/
.back-splash-image {
    background: url('./images/PDX_Clouds_Bckgrnd.jpg') no-repeat;
    background-size: cover;
    min-height: 616px;
}

.airline-grid img {
    margin-top: 2px;
    margin-bottom: 2px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.airline-grid a {
    text-decoration: none;
}

.airline-grid img:hover {
    background: -webkit-linear-gradient(top, #d6f0fd 0%, #a5defb 100%);
    border-color: #93cdf7;
}

.airline-banner {
    width: 100%;
}

.airline-info-block {
    background: url('./images/psngr_airlines_cellbckgrnd.jpg') repeat-x left top;
    border: 1px solid #dedede;
    padding: 10px 0 5px 0;
    margin: 0 2px 0 0;
}

#airline-select ul li {
    padding: 5px;
}

.feature-align {
    margin-top: 34px;
}

#airline-tabs div[class*="IntrastateAirService"] {
    width: 100%;
}

/*========================
    FLIGHT DATA
    ==========================*/

/*Overwrites for jquery ui collapse*/
#flights-accordion .ui-state-active {
    background: linear-gradient(top, #d6f0fd 0%, #a5defb 100%) !important;
    background: -ms-linear-gradient(top, #d6f0fd 0%, #a5defb 100%) !important;
    background: -moz-linear-gradient(top, #d6f0fd 0%, #a5defb 100%) !important;
    background: -webkit-linear-gradient(top, #d6f0fd 0%, #a5defb 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#d6f0fd', endColorstr='#a5defb') !important; /*For IE7-8-9*/
    border-color: #93cdf7;
    color: black;
}

.ui-state-default .ui-icon,
.ui-state-active .ui-icon {
    background-image: url("JqueryUI-Blue/images/ui-icons_454545_256x240.png");
}

#flights-accordion .ui-state-default {
    background: linear-gradient(top, #f2f5f6 0%, #c8d7dc 100%);
    background: -ms-linear-gradient(top, #f2f5f6 0%, #c8d7dc 100%);
    background: -moz-linear-gradient(top, #f2f5f6 0%, #c8d7dc 100%);
    background: -webkit-linear-gradient(top, #f2f5f6 0%, #c8d7dc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f2f5f6', endColorstr='#c8d7dc'); /*For IE7-8-9*/
    border-color: #b6c7cc;
    color: black;
}

/*========================
    GROUND TRANSPORTATION
    ==========================*/

#company-summary,
#location-summary {
    list-style: none;
    padding: 0;
}

.tables-container table,
#error-ground-trans,
#company-summary,
#location-summary {
    display: none;
}

/*========================
    CONFERENCE CENTER
    ==========================*/

.conf-table tr > td:nth-child(2) {
    min-width: 350px;
}

/*========================
    LOCATIONS
    ==========================*/

.location-logo {
    -ms-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 133px;
    width: 170px;
    position: relative;
}

.location-link {
    display: inline-block;
    max-width: 180px;
    border: 2px solid #ccc;
    text-decoration: none;
    float: left;
    margin: 2px;
}

.location-link:hover{
    border: 2px solid #196098;
}

.coming-soon-overlay {
   width: 100%;
   height:auto;
}

.coming-soon-overlay-big {
    position: absolute;
    top: 0;
    right: 0;
}

.gluten-logo {
    position: absolute;
    bottom: 0;
    left: 0;
}

/* obscure small mobile size when the mainMenu buttons and logo need to start resizing */
@media screen and (max-width: 537px) {
}

@media screen and (min-width: 1px) and (max-width: 767px) {
}

@media screen and (max-width: 991px) {
    .feature-align {
        margin-left: 2px;
    }

    h2, .h2 {
        font-size: 24px;
    }

    .conf-table tr > td:nth-child(2) {
        min-width: 0px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    #airline-tabs div[class*="IntrastateAirService"] {
        width: 693px;
    }
}

@media screen and (max-width: 1199px) {
    .airline-grid img {
        padding: 10px 13px;
    }
}

@media screen and (min-width: 1200px) {
    #airline-tabs div[class*="IntrastateAirService"] {
        width: 768px;
    }

    .airline-grid img {
        padding: 10px 30px;
    }

    .pop-wrapper {
        margin: 0 auto;
        width: 1100px;
    }
}
