﻿/*
* Copyright (c) 2016-2018 The Weather Company, an IBM Business, Copyright (c) 1998-2015, WSI Corporation.
*/

/* BEGIN - Reset CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! font-size: 100%; */
:focus {
    outline: 0;
}

body {
    color: #003366;
    background: #fff;
}

ol, ul {
    list-style-type: none;
    list-style-image: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a {
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        text-decoration: underline;
    }

/* END - Reset CSS */
html, body, .wrapper {
    margin: 0;
    clear: both;
    width: 100%;
    min-height: 100%;
    height: 100%;
}

    html > body, html > body .wrapper {
        height: auto;
    }

body {
    font: normal 11px Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
    color: #003366;
}

.wrapper {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 1210px;
}

form {
    padding: 0;
    margin: 0;
}

td, p, li, input, select, textarea {
    font: normal 11px Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
    color: #003366;
}

table, img {
    border: none;
}

table {
    border-collapse: collapse;
}

td {
    empty-cells: show;
    padding: 0;
}

a, a:visited, a:active {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.clearPaddingMargin {
    padding: 0;
    margin: 0;
}

#topbar {
    height: 71px;
    color: #fff;
    Background: #023568 url(../Images/bg_topbar.jpg) no-repeat right;
    border: 1px solid #000;
}

.onTop {
    position: relative;
    z-index: 51;
}
/*margin-bottom:55px;*/
#main {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 50;
    padding-bottom: 10px;
    min-width: 1352px;
}

#contentContainer {
    margin-right: 353px;
    min-width: 1000px;
}

#content {
    margin: 8px 10px 10px 10px;
}

#sidebarContainer {
    float: right;
    width: 353px;
    margin-left: -353px;
}

.withCharts {
    margin-top: 34px;
}

#sidebarContainer .hidden {
    display: none;
}

#sidebar {
    padding: 0 10px 10px 0;
}

#logo {
    margin: 20px 15px 0 10px;
    float: left;
    margin-right: 60px;
}

#co {
    float: left;
    margin-top: 8px;
}

#userWelcomeStringContainer {
    margin-top: 10px;
}

#wsi {
    position: fixed;
    top: 0;
    right: 0;
    text-align: right;
    height: 100%;
    width: 310px;
    padding-top: 9px;
    margin: 0 40px 0 0;
    overflow: hidden;
    z-index: 0;
}

    #wsi .wsiContents {
        position: relative;
        height: 2000px;
    }

    #wsi .anchorDiv {
        float: left;
        margin-top: 20px;
    }

    #wsi #messageicon {
        float: left;
        margin-top: 16px;
        padding-right: 10px;
    }
/* changing colour for message icon based on severity (informational -white,advisory-red,special-yellow*/
.advisory {
    float: left;
    margin-top: 16px;
    padding-right: 10px;
    background-color: red;
    background-clip: content-box;
}

.special {
    float: left;
    margin-top: 16px;
    padding-right: 10px;
    background-color: yellow;
    background-clip: content-box;
}

#wsi #messagediv {
    cursor: pointer;
    float: left;
    margin-top: 20px;
}

    #wsi #messagediv a {
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
        padding-right: 25px;
    }

#wsi #registerUser {
    margin-left: 65px;
    /*Use this value when Zoura is re-enabled margin-left: 40px;*/
}

#wsi #loginUser {
    padding: 0 12px 0 12px;
    margin-left: 8px;
}

#wsi #logoutUser {
    margin-left: 15px;
}

#wsi .anchor {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    padding: 2px 2px 0 15px;
}

#wsi #privacyPolicyContainer {
    text-align: center;
    text-indent: 10px;
    background-color: #003467;
    line-height: 22px;
}

    #wsi #privacyPolicyContainer a {
        color: #fff;
        text-decoration: underline
    }

#wsi #registerUser :hover {
    text-decoration: underline;
}

#wsi .flyoutVisible {
    padding: 0 !important;
}

    #wsi .flyoutVisible .anchor {
        color: #003366;
        background-color: #FFFFFF;
        padding: 2px 12px;
        border-top: 2px solid #D8E0F0;
        border-right: 2px solid #D8E0F0;
        border-left: 2px solid #D8E0F0;
        border-bottom: 2px solid #FFFFFF;
        z-index: 601;
        position: relative;
    }

#wsi .flyout {
    display: none;
    margin: 0;
    padding: 0;
    width: 300px;
    height: 140px;
    border: 2px solid #D8E0F0;
    overflow: auto;
    position: absolute;
    top: 43px;
    left: 1px;
    background-color: #FFFFFF;
    z-index: 600;
}

#wsi .flyoutLarge {
    height: 280px;
}

.SignInStuff {
    display: none;
    font: normal 12px Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
    color: #003366;
    text-align: left;
}

    .SignInStuff .header {
        font-weight: bold;
        font-size: 13px;
        padding: 0 0 20px 15px;
        white-space: nowrap;
        overflow: hidden;
    }

    .SignInStuff .padded {
        padding: 20px 0 20px 15px;
    }

    .SignInStuff .fieldLabel {
        clear: both;
    }

    .SignInStuff .fieldLabel {
        width: 72px;
        text-align: right;
        float: left;
        padding-right: 10px;
    }

    .SignInStuff .fieldLabelWide {
        width: 130px;
    }

    .SignInStuff .fieldInput {
        width: 180px;
        float: left;
        padding-bottom: 5px;
    }

    .SignInStuff .fields input {
        width: 170px;
        padding: 0;
        margin: 0;
        display: block;
    }

    .SignInStuff .field-validation-error {
        padding: 0 20px;
        color: red;
        font-size: 11px;
    }

    .validation-error {
        font-style: italic;
        font-size: 90%;
        margin-left: 4em;
        color: red;
    }

    .SignInStuff p {
        clear: both;
        padding: 20px 20px 0;
        font-size: 12px;
    }

    .SignInStuff .helpLinks a:link, .SignInStuff .helpLinks a:visited, .SignInStuff .helpLinks a:hover, .SignInStuff .helpLinks a:active, .SignInStuff .helpLinks [role="button"] {
        color: #2B7ECF;
        text-decoration: underline;
        padding: 10px 20px 0;
        float: left;
    }

    .SignInStuff .footer {
        clear: both;
        padding-top: 10px;
    }

        .SignInStuff .footer .padLeft {
            padding-left: 20px;
        }

        .SignInStuff .footer .padLeft input, .SignInStuff .footer .padLeft label {
            float: left;
            margin-top: 4px;
        }

        .SignInStuff .footer .padLeft label {
            margin-top: 6px;
            font: normal 11px Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
        }

        .SignInStuff .footer .padRight {
            padding-right: 10px;
        }

    .SignInStuff a:link, .SignInStuff a:visited, .SignInStuff a:hover, .SignInStuff a:active {
        color: #003366;
        text-decoration: underline;
        cursor: pointer;
    }

    #InvalidUsernameOrPassword p {
        padding-top: 10px;
    }



#wsi #LoginLink, #SignInDialogButton {
    margin-right: 10px;
}

#navbar {
    height: 29px;
    background: #b1b8c5 url(../Images/bg_nav.gif) 2px repeat-x;
    border-top: 2px solid #ffcc00;
    position: relative;
    z-index: 50;
}

    #navbar a {
        margin: 2px 0;
        color: #003366;
        font-weight: bold;
        font-size: 14px;
        padding: 4px 28px 0 28px;
        height: 20px;
        display: block;
        float: left;
        border-left: solid 1px #f1f1f3;
        border-right: solid 1px #b1b8c5;
        border-bottom: solid 1px #f1f1f3;
    }

        #navbar a:hover {
            background: url(../Images/bg_nav_h.gif);
            text-decoration: none;
        }

        #navbar a:active, #navbar a:visited {
            text-decoration: none;
        }

        #navbar .selected {
            background: url(../Images/bg_nav_s.gif);
            height: 22px;
            margin-bottom: 0;
            border-bottom: none;
        }

        #navbar .selectedright {
            float: right;
        }

        #navbar .disabled {
            background: url(../Images/bg_nav_disabled.gif);
            height: 22px;
            margin-bottom: 0;
            border-bottom: none;
            color: #879FB7;
        }

.regBuyDialogContents {
    padding: 0 15px 0 15px;
    line-height: 18px;
    font: normal 12px Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
}

    .regBuyDialogContents a:link, .regBuyDialogContents a:visited, .regBuyDialogContents a:hover, .regBuyDialogContents a:active {
        color: #003366;
        text-decoration: underline;
        font: normal 12px Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
    }

    .regBuyDialogContents .emphasis, .regBuyDialogContents .emphasis:link, .regBuyDialogContents .emphasis:visited, .regBuyDialogContents .emphasis:hover, .regBuyDialogContents .emphasis:active {
        font-weight: bold;
    }

    .regBuyDialogContents .note {
        color: #7A8293;
    }

    .regBuyDialogContents .hiddenInfo {
        display: none;
    }

#footer {
    clear: both;
    padding-top: 10px;
    border-top: solid 2px #d8e0f0;
    color: #003366;
    text-align: center;
    position: relative;
    width: 100%;
    height: 27px;
    margin: 0 auto;
    overflow: hidden;
}

    #footer a {
        text-decoration: underline;
        color: #2b7ecf;
        margin: 0 5px;
    }

#appNotifyDialog .body {
    width: 100%;
    text-align: center;
}

.visible {
    height: 100%;
    visibility: visible;
    display: block;
    position: relative;
}

.hidden {
    visibility: hidden;
    position: absolute;
    left: -2000px;
    top: -1000px;
}

.full {
    top: -15px;
    left: -10px;
}

.shadow {
    background: url(../Images/bg_shadow.gif);
    height: 6px;
}

.container {
    border: solid 2px #d8e0f0;
    margin-bottom: 10px;
}

    .container .header {
        background: #fff url(../Images/bg_container.gif) 1px 1px repeat-x;
        color: #003366;
        font-size: 12px;
        font-weight: bold;
        height: 25px;
        line-height: 25px;
        border: solid 1px #fff;
        padding-left: 7px;
    }

        .container .header .ui-button .ui-button-text {
            line-height: 25px;
        }

        .container .header a {
            float: right;
            border-top: solid 1px #d8e0f0;
            color: #003366;
            font-size: 12px;
            font-weight: normal;
        }

        .container .header input[type="image"] {
            vertical-align: middle;
            padding-right: 7px
        }

    .container .content {
        border-top: solid 2px #d8e0f0;
        padding: 7px;
    }

    .container .innerheader {
        color: #003366;
        font-size: 12px;
        font-weight: bold;
        height: 25px;
        line-height: 25px;
        border-bottom: solid 1px #fff;
        padding-left: 7px;
        height: 30px;
    }

.routeBriefingContent {
    width: auto;
    background: #F2F2F2;
    min-width: 874px;
}

#imapcontent {
    padding: 0;
    position: absolute
}

#maximizedIMAPHolder {
    height: 100%;
    width: 100%;
}

.imapPanelMode {
    z-index: -1;
}

.imapFullscreenMode {
    z-index: 500
}

.imapBodyFullScreen {
    overflow: hidden;
    height: 100%
}

    .imapBodyFullScreen .visible {
        position: inherit;
    }

    .imapBodyFullScreen #main, .imapBodyFullScreen #entirePageWrapper {
        height: 100%;
    }

    .imapBodyFullScreen #entirePageWrapper {
        min-width: inherit;
    }

        .imapBodyFullScreen #entirePageWrapper > div {
            display: none;
        }

        .imapBodyFullScreen #entirePageWrapper #main {
            display: block;
        }

    .imapBodyFullScreen #wxMapHost {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
    }

#wxMapHost {
    min-width: 976px;
    text-align: center;
    height: 100%;
    width: 100%;
}

#newMapiframe {
    height: 100%;
    width: 100%;
}

.closebutton {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9999;
}

.textboxlocationvalue {
    text-transform: uppercase;
    color: #003366;
    font-style: normal
}

.textboxlocationnovalue {
    text-transform: lowercase;
    color: #b3bdd2;
    font-style: italic;
}

.disabledTabInfo {
    display: none;
}
/* Current Conditions */
#ccContainer {
    padding: 5px;
    text-align: center;
}

#ccSummary {
    margin: 10px 5px 10px 5px;
    width: 100%;
}

#TempF {
    font-size: 36px;
    font-weight: bold;
}

#ccData {
    margin: 10px 15px 0;
}

    #ccData td {
        padding: 3px 0 2px;
        font-size: 13px;
        text-align: left;
    }

        #ccData .label {
            width: 70px;
        }

        #ccData .value {
            width: 75px;
            font-weight: bold;
        }

        #ccData .gutter {
            width: 5px;
        }

#ccStation {
    background: #f4f4f4;
    color: #003366;
    font-size: 14px;
    height: 15px;
    font-weight: bold;
    padding: 5px;
}

#changeCurrentConditionsButton {
    height: 20px;
    padding-top: 2px;
}

#ccErrorMessage {
    display: none
}

.ccSeparator {
    border-top: dotted 1px #d1d1d1;
    height: 1px;
}

.ccMetarTaf {
    width: 338px;
    margin: 0;
    padding: 0;
    overflow: auto;
    position: relative;
    left: -5px;
    top: -5px;
    bottom: -5px;
    right: -5px;
    text-align: left;
}

.ccSummary {
    text-align: center;
    border: none;
    width: 49%;
    height: 100%;
}

.ccTemp {
    margin-top: 20px;
}

#METAR {
    margin: 5px;
    padding: 5px;
    overflow: auto;
}

#TAF, #datis {
    margin: 5px;
    padding: 5px;
    display: none;
}

#TenDay {
    display: none;
}

#Hourly {
    margin: 5px;
    padding: 5px;
    display: none;
    overflow: hidden;
}
/* Forecast Grid - moved back from ForecastSummary.css as these styles are Optima specific */
#ForecastFullGridForecastSummary {
    margin: 0;
    height: auto;
    width: 305px;
}

#ForecastSummaryFullControl {
    width: 305px;
    vertical-align: top;
    border: 2px solid #D8E0F0;
}

#ForecastGrids {
    width: auto;
    height: auto;
}

.height100 {
    height: 100%;
}

.width100 {
    width: 100%;
}

.valigntop {
    vertical-align: top;
}

#ForecastGridDeleteStationLabel {
    text-align: left;
    color: #00AAFF;
    text-decoration: underline
}

#ForecastGridMiniEditStation {
    height: 25px;
    width: 305px;
    display: none;
}

#ForecastSummaryMessage {
    display: none;
    text-align: center;
    overflow: visible;
    margin: 3px;
}

.error {
    color: #FF0000;
    font-size: 11px;
    font-weight: bold;
}

.status {
    color: #003366;
    font-size: 11px;
    font-weight: bold;
}

.scrollit {
    overflow: auto;
    height: 530px;
}

#ForecastGridForm {
    background-color: #F7F9FC;
    border-bottom: 2px solid #D8E0F0;
}

    #ForecastGridForm fieldset {
        margin: 5px 10px;
    }

    #ForecastGridForm label {
        margin-right: 3px;
        margin-top: 2px;
        font-weight: bold;
        font-size: 12px;
        cursor: pointer
    }

    #ForecastGridForm select {
        padding: 1px;
        margin-right: 5px;
    }

#ForecastGridDataRange {
    width: 60px;
}

#ForecastGridDataType {
    width: 120px;
}

#ForecastGridStationListDiv {
    height: 20px;
    margin-top: 5px;
}

#ForecastGridSelectStationList {
    width: 150px;
}

#ForecastGridForm input[type="image"] {
    padding: 2px;
    margin-top: 1px;
}

#ForecastGridForecastSummary {
    height: 160px;
    border: none;
    width: 96%;
    position: relative;
}

#ForecastGridInnerHeader {
    background-color: #003467;
}

#ForecastGridTitleLabel {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
}

    #ForecastGridTitleLabel span {
        font-size: 14px;
        color: #FFFFFF;
        font-weight: bold;
    }

#ForecastGridDataTypeDiv {
    width: 180px;
}

#ForecastGridDataRangeDiv {
    width: 115px;
}

#ForecastGridFormDiv {
    width: 295px;
    height: 20px;
}

#ForecastGridScrollArea {
    width: 99%;
    position: relative;
}
/*
* The sections below are for the delete confirmation dialog shown directly in the forecast grid controls
*/
.stationListEditorDialog #Instructions {
    font-size: 14px;
    font-weight: bold;
}

.stationListEditorDialog #NameLabel {
    float: left;
    margin-left: 30px;
    width: 30px;
    margin-top: 17px;
    font-size: 12px;
    font-weight: bold;
}

.stationListEditorDialog #NameToDeleteDisplay {
    float: left;
    margin-left: 15px;
    margin-top: 17px;
    font-size: 12px;
    font-weight: normal;
}


.stationListEditorDialog #NameEntryInput {
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    font-size: 12px;
    font-weight: normal;
}


/*DayStyles*/

.f_day {
    float: left;
    border-top-width: 2px;
    border-right-width: 1px;
    border-bottom-width: 2px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #D8E0F0;
    border-right-color: #D8E0F0;
    border-bottom-color: #D8E0F0;
    border-left-color: #D8E0F0;
    height: 98px;
    width: 57px;
    cursor: pointer;
}

.f_day_selected {
    float: left;
    width: 57px;
    border-top-width: 2px;
    border-right-width: 1px;
    border-bottom-width: 2px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #1c2253;
    border-right-color: #1c2253;
    border-bottom-color: #1c2253;
    border-left-color: #1c2253;
    background-repeat: repeat-x;
    height: 98px;
    cursor: pointer;
}

.tempfont {
    margin-top: 3px;
}

.day_high {
    float: left;
    font-weight: bold;
    color: #FF0000;
    width: 27px;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #D8E0F0;
    background-color: #FFFFFF;
    height: 18px;
}

.day_low {
    font-weight: bold;
    color: #1c2253;
    background-color: #eef1f8;
    height: 18px;
    width: 28px;
    float: right;
}

.day_date {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 28px;
    padding-top: 2px;
    color: #1c2253;
    text-align: center;
}

    .day_date span {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        height: 18px;
        padding-top: 2px;
        padding-left: 5px;
        font-weight: bold;
        padding-right: 5px;
        text-align: center;
    }

.day_high_low {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #D8E0F0;
    text-align: center;
}

.day_forecast {
    height: 49px;
}

.days_graphic {
    padding-top: 3px;
    text-align: center;
}

.ccScroll {
    vertical-align: middle;
    text-align: center;
    background-color: #ffffff;
}

    .ccScroll img {
        padding: 0;
    }

.ccScrollBorder {
    margin: 0;
    padding: 0;
    border: 1px solid #D8E0F0;
    height: 103px;
}

#ccScrollLeft {
    float: left;
    padding-top: 2px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}

#ccScrollRight {
    float: none;
    margin-top: -102px;
    padding-top: 2px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}

#ccAsOfDate {
    margin-top: 8px;
}

#TenDayFcWx_DayGrid {
    width: 626px;
    height: 102px;
    position: relative;
}

#outerTenDay {
    width: 295px;
    height: 100%;
    overflow: hidden;
    float: left;
    position: relative;
}



.activeFont {
    font-family: Arial Black, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
}

.ccToolTip {
    cursor: pointer;
    display: none;
    margin: 0;
    padding: 10px;
    height: auto;
    width: 200px;
    border: 2px solid #1c2253;
    text-align: left;
    position: absolute;
    z-index: 1000;
    background: #eef1f8;
    overflow: visible;
    color: #003366;
}

.hiddenValue {
    display: none;
}

.ccButtonPad {
    padding-top: 40px;
}

/* hourly */
#ccHourlyForecastPanel {
    overflow: hidden;
}

.hr_header {
    width: 942px;
    height: 40px;
    border: 1px solid #CCCCCC;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #003366;
    background-color: #c7d5f1;
    padding-right: 15px;
}

*:first-child + html .hr_header {
    padding-right: 0;
    width: 957px;
}

* html .hr_header {
    padding-right: 0;
    width: 957px;
}

.hr_title {
    padding-right: 6px;
    padding-left: 6px;
    text-align: center;
    font-weight: bold;
}

.hr_content {
    position: relative;
    width: 957px;
    height: 308px;
    overflow-x: hidden;
    overflow-y: scroll;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
}

.hr_txt {
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CEE7FF;
}

.hr_rprt_opts {
    font-size: 9px;
    color: #003366;
    text-decoration: none;
    padding-left: 4px;
}

    .hr_rprt_opts a {
        font-size: 9px;
        color: #003366;
        text-decoration: none;
    }

.hr_rprt_opts_selected {
    font-size: 9px;
    color: #003366;
    text-decoration: none;
    background-color: #FFFFFF;
    padding: 1px 3px 0 3px;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}

.hrHidden {
    display: none;
}

.hrShow {
    display: block;
}

.softDisable, .softDisable > div {
    color: Gray !important;
}

.dropShadow {
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}


/* 
    After updating jquery-ui from 1.8 to 1.12, the following changes were required in order
    to make the UI keep a similar style to before.
*/


/* Make Airport Look-Up button aligned */
#RouteBriefingControlAirportLookUpLink {
    border: 0;
    font-weight: inherit !important;
}

/* Fix size of expander icon on Forecast Monitor panel */
#ForecastGridExpand {
    height: 12px;
    border: 0;
}

/* Make sure tab buttons (for Current conditions panel) look right */
.tabButton {
    border-bottom: none !important;
    background-image: linear-gradient(white, #d8e0f0) !important;
    height: 15px !important;
    padding-right: 9px !important;
    padding-left: 9px !important;
}

.tabSelected {
    background-image: linear-gradient(#d8e0f0, white) !important;
}

.ccLinkGroup {
    border-bottom: 0 !important;
}

.ccMetarTaf {
    border-top: 0 !important;
}

/* For those buttons in titlebars, such as the add & refresh buttons at the top of the DFR Flight list */
.titleBarButton {
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Tweak padding around the expand button at the top-right of the map frame */
#InteractiveMapExpand {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

 .ui-dialog .ui-dialog-title {
    white-space: pre !important;
 }

/*ContactUs page styles*/
#contact-us {
    width: 150px;
    margin: 0 auto;
    margin-top: 8em;
    margin-bottom: 8em;
}

#contact-us i {
    color: #0c2cb1;
}

.sso-link-button {
    color: #007BFF !important;
    text-decoration: underline;
    cursor: pointer;
    background: none !important;
    border: none!important;
    padding: 0;
    font: inherit;  
    margin-right: 40px !important;
}
#sso-dialog{
    text-align: center;
}

#ssoForm{
    margin-top: 5px;
}
#ssoDialogNextButton[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}
#loading-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
}

.spinner {
    border: 8px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}