:root
{
    --wqms-primary-color: #285cd7;
    --wqms-secondary-color: #1A3C8A;
    --wqms-third-color: #2452BD;
    --wqms-fourth-color: #1A3C8A;
    --background-color: #F0F0F0;
    --darkBlue-color: #146BB4;
    --lightBlue-color: #69B4E4;
    --almostBlack-color: #231F20;
    --grey-color: #E6E6E5;
}

@font-face
{
    font-family: 'Roboto-Medium';
    src: url('/fonts/Roboto-Medium.woff') format("woff");
}

@font-face
{
    font-family: 'Roboto-Regular';
    src: url('/fonts/Roboto-Regular.woff') format("woff");
}

html {
  font-size: 14px;
  color: #000;
}

@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

html,
body
{
    height: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    background-color: var(--background-color);
    font-family: 'Roboto-Regular';
}

.navMenu
{
    border-bottom: solid 2px #146BB4;
    background-color: #146BB4;
    color: white;
    padding-top:0;
}

.navbar
{
    padding-bottom: 0;
    padding-left: 0;
}

a.navbar-brand
{
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.navLogos
{
    color: white;
    font-size: 24px;
}

.navMenuLink
{
    color:white;
}

.navMenuLink:hover
{
    color: white;
}

a
{
    color: #0077cc;
}

button.navbar-toggler
{
    color:#FFFFFFFF;
    border: solid 1px white;
}

.navbar-toggler:focus
{
    box-shadow:none;
}

.navbar-toggler-icon
{
    color: #FFFFFFFF;
}

.btn-primary
{
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-item
{
    font-family: Roboto-Medium;
    font-size: 16px;
}

.navMenuLink.show
{
    color: white !important; 
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link
{
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top
{
    border-top: 1px solid #e5e5e5;
}

.border-bottom
{
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow
{
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy
{
    font-size: 1rem;
    line-height: inherit;
}

.footer
{
    width: 100%;
    white-space: normal;
    background-color: #146BB4;
    margin-top:4em;
}


.bannerContainer
{
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
    margin-bottom: 1em;
}

.headerAlertsContainerOuter
{
    margin-top: 70px;
    margin-left: 0;
    width: 100%;
    margin-bottom: 1em;
}

.headerAlertsContainer
{
    margin-left: 0;
    width: 100%;
    display: none; /* flex */
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    border: solid 1px #FF8B03;
    max-height: 75px;
}

.headerAlarmBox
{
    background-color: #FF8B03;
    text-align: center;
    padding: 10px 10px 0 10px;
}

.headerAlarmIcon
{
    font-size: 48px;
}

.headerAlertsArea
{
    flex: 1 1 auto;
    max-height: 70px;
    overflow-y: auto;
    font-size: 14px;
    scrollbar-width: auto;
    margin-left: 10px;
    padding-right:10px;
}

.headerAlertsItemMessageContainer
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 2px;
}

.headerAlertsItemMessage
{
    font-family: Roboto-Regular;
    font-size: 14px;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.headerAlertsItemMoreInfoArea
{
    display: flex;
    flex-direction: row;
    flex: 1 1 0;
    align-self: center;
    white-space: nowrap;
    padding-left: 5px;
}

.headerAlertMoreInfoUrl
{
    display: flex;
    flex-direction: row;
    flex: 0 1 auto;
    font-style:italic;
}

.headerAlertMap
{
    display: flex;
    flex-direction: row;
    align-self: center;
    cursor: pointer;
    padding-left: 8px;
}

main
{
    overflow-x: hidden;
    overflow-y: auto;
}

.card-title
{
    font-family: Roboto-Medium;
    font-size: 20px;
}


.nav-item.dropdown
{
    border-top: solid 2px transparent;
    border-bottom: solid 2px transparent;
}

    .nav-item.dropdown:hover
    {
        border-top: solid 2px #50b6e7;
        border-bottom: solid 2px #50b6e7;
        background-color: #0580c6;
        color: #FFF;
    }

.dropdown-menu
{
    border: 0;
    border-radius: 0;
    background-color: #F9F9F9;
    font-family: 'Roboto-Regular';
}

ul.dropdown-menu > li
{
    border-bottom: solid 1px #aaa;
}

    ul.dropdown-menu > li:last-child
    {
        border-bottom: 0;
    }

    ul.dropdown-menu > li:hover
    {
        border-bottom: solid 1px #50b6e7;
    }

a.dropdown-item
{
    color: #6E6E6E;
}

    a.dropdown-item:hover
    {
        color: #6E6E6E;
        background-color: rgba(33,150,243, .2);
    }

a
{
    text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before
{
    content: var(--bs-breadcrumb-divider, ">");
}

.footerLink
{
    color: white;
    text-decoration: none;
}

.planMyTrip
{
    padding-top: 9px;
    margin-right:10px
}