﻿
/* Global -------------------------------------------------- */
* {
    font-family: 'Open Sans', sans-serif;
}

div.maincontent {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #4e4e4e;
}

h1 {
    font-size: 2.25em;
}

h2 {
    font-size: 1.7em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: 0.9375em;
}

h6 {
    font-size: 0.75em;
}


h2.small, h3.small {
    font-size: 1.25em;
    font-weight: 600;
}

h2[id|=section] {
    border-top: 1px solid #d9d9d9;
    padding-top: 15px;
    margin-top: 30px;
}

h2.no-divider {
    border: 0;
    margin-top: inherit;
}

h3 {
}

a {
    color: #06c;
}

    a:hover {
        color: #004e99
    }

    a.ul {
        text-decoration: underline;
    }

p {
}

.lead {
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.7em;
}

.related {
    background-color: #ededed;
    padding: 0.3em 0.6em;
}

.footer {
    border-top: 1px dotted #bbb;
    padding-top: 20px;
    background-color: #ededed;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer ul li {
        display: inline;
    }

a.new-tab,
span.new-tab {
    padding: 0 0.875rem 0 0;
    background-image: url(new-tab.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin: 0.25rem 0.625rem 0 0;
}

.dropdown-item.pas-menu-link,
.pas-menu-link {
    color: #07b !important;
    text-decoration: none;
}

.dropdown-item.pas-menu-link:active,
.pas-menu-link:active {
    color: #05b;
    background-color: transparent;
}

hr.thick {
    border-top: 4px solid #ededed;
}

.toc-list {
    margin: 0;
    padding-left: 1em;
}

    .toc-list li {
        margin: 0;
        padding: 0;
        margin-bottom: .625rem;
    }

.ui-autocomplete-loading {
    background: white url("search-loading.gif") center center no-repeat;
    opacity: 0.5;
}

/* Home page -------------------------------------------------- */

#banner {
    background-color: #244760;
    color: #fff;
    width: 100%;
    position: relative;
    left: 0;
    padding-top: 40px;
    padding-bottom: 30px;
}

    #banner h1 {
        color: #fff;
    }

    #banner p {
        color: #fff;
        font-size: 1.25em;
        font-weight: lighter;
        margin-top: 20px;
    }

    #banner a {
        color: #d0e8ff;
    }

        #banner a:hover {
            text-decoration: none;
        }

#introvideo {
    text-align: center;
}

input.form-check-input {
    transform: scale(1.5);
    margin-right: 5px;
}

.btn-primary, .badge-primary {
    background-color: #06c;
    border-color: #0083c4;
}

    .btn-primary:hover, .badge-primary:hover, .badge-primary[href]:hover {
        background-color: #0083c4;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #06c;
}

.apply-tab-button {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    padding: 0.4em;
    background-color: #ddd;
    color: #000;
}

.text-muted {
    color: #566 !important;
}

a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

    a.skip-main:focus, a.skip-main:active {
        color: #fff;
        background-color: #000;
        left: auto;
        top: auto;
        width: 30%;
        height: auto;
        overflow: auto;
        margin: 0.5em 35%;
        padding: 0.8em;
        /*border-radius: 15px;*/
        /*border: 4px solid yellow;*/
        text-align: center;
        /*font-size: 1.2em;*/
        z-index: 999;
    }

.alert-danger {
    color: #4a050b;
    background-color: #FCEEEF;
}

.blockquote {
    background-color: #f0f0f0;
    border: 1px solid #eee;
}

/*Sticky Footer*/
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 220px; /* Margin bottom by footer height */
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 220px; /* Set the fixed height of the footer here */
}

/*AODA Compliancy*/

i.material-icons {
    position: relative;
    top: 5px;
    font-size: 1.500em; /* overwrites the font-size provided to meet AODA requirements*/
}

.nav-link .material-icons
{
    position: relative;
    top: 5px;
    font-size: 1.500em; /* overwrites the font-size provided to meet AODA requirements*/
}

.navbar.navbar-dark.bg-dark .navbar-nav.mr-3 .nav-item .nav-link{
    color: #fff;
}