﻿html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 60px;
    padding-bottom: 40px;
    margin-bottom: 150px;
    background-color: white;
    font-family: "Open Sans", Arial, Helvetica, Verdana;
}

.hero {
    margin-top: -5px;
    background-image: url(/Content/Images/hero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 420px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px; /* Set the fixed height of the footer here */
    color: white;
    padding-top: 50px;
    background-color: #225BA3;
}

    .footer a {
        color: white;
    }

a.footer-linkbtn {
    display: inline-block;
    background-color: white;
    padding: 7px 12px;
    margin: 3px;
    color: #225BA3;
}

#submit {
    padding-left: 100px;
    padding-right: 100px;
}

#reset {
    left: 257px;
    position: absolute;
}

.h2, h2 {
    color: #225BA3;
    line-height: 35px;
    font-size: 22px;
    font-weight: bolder;
    padding-top: 5px;
    padding-left: 20px;
    margin-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 4px 4px 0 0;
}

.h4 {
    color: #225BA3;
    line-height: 40px;
    font-size: 15px;
    padding-left: 20px;
    margin-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.navbar {
    font-size: 15px;
    line-height: 31px;
    border-bottom: 1px solid #225BA3;
    height: 55px;
}

.navbar-default {
    background-color: white;
    background-image: none;
}

@media (min-width: 1024px) {
    .navbar-nav {
        float: right;
    }
}

.navbar-nav > li > a:hover {
    color: #225BA3 !important;
}

.navbar-nav > li.active > a {
    color: #225BA3 !important;
}

.navbar-default .navbar-nav > .active > a {
    background: none;
    background-color: transparent;
    box-shadow: none;
}

.navbar-default .navbar-nav > .active > a:hover {
    background: none;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #333;
}

.navbar-collapse {
    float: initial;
    background-color: white;
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

.k-state-selected .k-link {
    background-color: #fc0 !important;
    color: black !important;
    border: #fc0 solid 1px;
    text-decoration: none;
}

.k-lg-date-format {
    color: black !important;
}

.k-reset .k-state-default .k-link {
    color: black;
}

.k-grid-header .k-link:link, .k-filterable, .k-grid-header th.k-header, .k-grid-header .k-header > .k-link {
    background-color: #225BA3;
    color: white;
}

.k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: black;
}

.k-scheduler-toolbar ul li {
    background-color: #225BA3;
}

.navbar-default .navbar-brand {
    color: #000000;
}

.dropdown-menu li a {
    color: #2e97de !important;
}

.topNav {
    /*z-index: 2000;*/
    position: absolute;
    top: -10px;
    background-color: #e2e3e7;
}

.logo {
    padding-top: 30px;
    margin-left: 250px;
    max-width: 1170px;
    left: 0;
    right: 0;
    margin: auto;
}

.btn-info, .btn-primary {
    padding: 7px 12px;
    background: #225BA3;
    border-color: #7498C5;
    color: white;
    font-family: "Open Sans", Arial, Helvetica, Verdana;
    font-size: 13px;
    border-radius: 0;
}

.btn-danger {
    padding: 7px 12px;
    background: #ff0000;
    color: white;
    font-size: 14px;
    border-radius: 0;
}

.btn-success {
    padding: 7px 12px;
    background: #009900;
    color: white;
    font-size: 14px;
    border-radius: 0;
}

.btn-default {
    padding: 7px 12px;
    background-repeat: repeat;
    color: black;
    font-size: 14px;
    border-radius: 0;
}

    .btn-primary:active, .btn-primary:hover, .btn-info:active, .btn-info:hover, .btn-default:active, .btn-default:hover {
        border-color: #577293;
    }

.airline-item {
    color: #333;
    display: inline-block;
    border: 2px solid #eee;
    width: 250px;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration: none;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/* styles for removing the background from form */
.no-color {
    background-color: white;
    border-style: none;
}

.tabContent *,
.tabContent *::before,
.tabContent *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.k-tooltip {
    background-color: white !important;
    /*box-shadow: 5px 5px 5px grey;*/
}

/* IE8 hack */
.k-widget * {
    box-sizing: border-box\0/ !important;
}

a.scheduler-entry {
    color: white;
}

.k-scheduler-agendaview a.scheduler-entry {
    color: black;
}

.bold {
    font-weight: bold;
}

.k-editor .k-print {
    background: 50% 50% no-repeat url(/Content/images/printer.svg);
}

.wingtip {
    width: 28px;
    margin-right: 5px;
}

.deadline-date-picker {
    height: 32px;
    max-width: 150px !important;
}

.flight-info-text {
    padding: 5px;
    font-family: Verdana, Geneva, sans-serif; 
    font-size: 12px;
}