﻿
/* ------------------------------------------------

Table of Contents

1. BOOTSTRAP OVERRIDES
2. GLOBAL STYLES
3. RIGHT CONTENT
4. BUTTONS
5. HEADER
6. HEADINGS
7. FOOTER
8. MEDIA QUERIES

------------------------------------------------*/


/* ------------------------------------------------*/
/* ---------->>> BOOTSTRAP OVERRIDES <<<-----------*/
/* ------------------------------------------------*/

body, wrapper {
    min-height: 100vh;
}

.flex-fill {
    flex: 1 1 auto;
}

.card-header {
    background-color: white;
}

body {
    
    font: 13px Roboto, sans-serif;
}


a,
a:hover {
   color: #005a9c;
}

.aontable {
    color: black;
   text-decoration: underline;
}

.alert-warning {
    color: #614801;
}
.alert-info {

    color: #023038;
}

.dropdown-menu {
    font-size: 13px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #027abb;
}

h2 {
    font-size: 19px;
    margin-bottom: 15px;
}

h3 {
    font-size: 19px;
    margin-bottom: 15px;
}

h4 {
    font-size: 19px;
    margin-bottom: 15px;
}

h1 {
    font-size: 19px;
    margin-bottom: 15px;
}

.bigtext {
    font-size: 16px;
   
}



@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}

/* ------------------------------------------*/
/* ---------->>> GLOBAL STYLES <<<-----------*/
/* ------------------------------------------*/

.mdc-box-shadow-main {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.mdc-bg-dark-blue {
    background-color: #027abb;
}

.dropdown-menu {
    font-size: 13px;
}

/* ------------------------------------------*/
/* ---------->>> RIGHT CONTENT <<<-----------*/
/* ------------------------------------------*/

.mdc-right-content__title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 17px;
    border-bottom: solid 1px #ddd;
    position: relative;
    margin: 0 0 20px 0;
}

    .mdc-right-content__title:after {
        content: " ";
        display: block;
        height: 3px;
        width: 42px;
        position: absolute;
        bottom: -2px;
        z-index: 2;
        background-color: #46BCEB;
    }

ul.mdc-right-content__list {
    padding-left: 30px;
}

    ul.mdc-right-content__list li {
        margin: 10px 0;
        list-style-type: none;
    }

        ul.mdc-right-content__list li:before {
            color: #444;
            content: '/f138';
            font: 18px 'FontAwesome';
            float: left;
            margin-left: -30px;
        }

/* ------------------------------------*/
/* ---------->>> BUTTONS <<<-----------*/
/* ------------------------------------*/

.btn-primary {
    background-color: #027abb;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #03a9f4;
    }

.btn-secondary {
    background-color: #ebebeb;
    color: #445963;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
}

.btn-outline-secondary {
     color: #222;
        }
    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #222;
    }
        .nav-pills > li > a.active {
    background-color: #027abb !important;
    color: white;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
    background-color: #03a9f4;
    color: white;
}

.mdc-button--blue {
    background-color: #027abb;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

    .mdc-button--blue:hover,
    .mdc-button--blue:focus {
        background-color: #03a9f4;
    }

.mdc-button--gray {
    background-color: #ebebeb;
    box-shadow: unset;
    color: #445963;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    font-size: 14px;
}

    .mdc-button--gray:hover {
        background-color: #ddd;
    }

/* -----------------------------------*/
    /* ---------->>> HEADER <<<-----------*/
    /* -----------------------------------*/
    .mdc-application-navigation {
    background-color: #fff;
}

.mdc-home-icon:before {
    background-color: #027abb;
    border-radius: 50%;
    color: #fff;
    content: "/f015"!important;
    display: inline-block;
    font: normal normal 13px/30px FontAwesome;
    margin-right: 10px;
    text-align: center;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    width: 30px;
    height: 30px;
}

.mdc-dptsite-icon:before {
    background-color: #ddd;
    border-radius: 50%;
    color: #000000;
    content: "/f08e" !important;
    display: inline-block;
    font: normal normal 13px/30px FontAwesome;
    margin-right: 10px;
    text-align: center;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    width: 30px;
    height: 30px;
}

.mdc-login-icon:before {
    background-color: #027abb;
    border-radius: 50%;
    color: #fff;
    content: "/f090";
    display: inline-block;
    font: normal normal 13px/30px FontAwesome;
    margin-right: 10px;
    text-align: center;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    width: 30px;
    height: 30px;
}

.mdc-login-icon:hover,
.mdc-login-icon:focus {
    text-decoration: underline;
}
.mdc-logout-icon:before {
    background-color: #027abb;
    border-radius: 50%;
    color: #fff;
    content: "/f08b";
    display: inline-block;
    font: normal normal 13px/30px FontAwesome;
    margin-right: 10px;
    text-align: center;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    width: 30px;
    height: 30px;
}

.mdc-logout-icon:hover,
.mdc-logout-icon:focus {
    text-decoration: underline;
}

.mdc-language-icon:before {
    background-color: #027abb;
    border-radius: 50%;
    color: #fff;
    content: "/f1ab";
    display: inline-block;
    font: normal normal 13px/30px FontAwesome;
    margin-right: 10px;
    text-align: center;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    width: 30px;
    height: 30px;
}

.mdc-user-icon:before {
    background-color: #ddd;
    border-radius: 50%;
    color: #000000;
    content: "/f007";
    display: inline-block;
    font: normal normal 13px/30px FontAwesome;
    margin-right: 10px;
    text-align: center;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    width: 30px;
    height: 30px;
}

.mdc-list-icon:before {
    background-color: #ddd;
    border-radius: 50%;
    color: #000000;
    content: "/f03a";
    display: inline-block;
    font: normal normal 13px/30px FontAwesome;
    margin-right: 10px;
    text-align: center;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    width: 30px;
    height: 30px;
}
.mdc-global-header {
    color: #fff;
    font: normal 13px/59px Roboto, sans-serif;
}

    .mdc-global-header a {
        color: #fff;
    }

.mdc-global-header__mdc-logo {
    max-width: 60px;
}

.mdc-global-header__mdc-logo-mobile {
    max-width: 70px;
}

.mdc-application-navigation a.nav-link {
    border-right: 1px solid #eee;
   
    padding: 0 1rem;
}

    .mdc-application-navigation a.nav-link:first-child {
        border-left: 1px solid #eee;
    }


/* -------------------------------------*/
/* ---------->>> HEADINGS <<<-----------*/
/* -------------------------------------*/
.mdc-page-title {
    border-bottom: 5px solid #46BCEB;
    font-size: 33px;
    font-weight: 700;
    margin: 35px 0 20px 0;
    padding-bottom: 10px;
}

.mdc-subtitle {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid #e0e0e0;
}

/* -----------------------------------*/
/* ---------->>> FOOTER <<<-----------*/
/* -----------------------------------*/

.mdc-global-footer {
    color: #fff;
    padding: 40px 0;
}

.mdc-global-footer__mdc-logo {
    max-width: 120px;
}

.mdc-global-footer__links {
    padding-left: 0;
    list-style: none;
}

    .mdc-global-footer__links > li {
        margin-bottom: 20px;
    }

    .mdc-global-footer__links a {
        color: #fff
    }

/* -------------------------------------------*/
/* ----------->>> MEDIA QUERIES <<<-----------*/
/* -------------------------------------------*/

/*---DESKTOP ONLY (Mobile menu shows under this)---*/
@media (min-width: 992px) {

    .mdc-header--fixed {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 20px;
    }

    .mdc-application-navigation .nav-item > a {
        line-height: 64px;
    }

    .mdc-application-navigation .navbar,
    .mdc-application-navigation .navbar-brand {
        padding: 0;
    }

    .mdc-application-navigation li.nav-item:not(:first-child) a.nav-link {
        margin-left: -1px;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .mdc-global-footer__links {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

        .mdc-global-footer__links > li {
            text-align: left;
        }

        .mdc-global-footer__links li:not(:last-child) {
            margin-right: 25px;
        }

    .mdc-main-content--site-nav-present {
        margin-top: 120px;
    }
}

@media (max-width: 991px) {
    .mdc-application-navigation {
        border-top: 10px solid #027abb;
    }

        .mdc-application-navigation a.nav-link {
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
            padding: 10px;
        }

        .mdc-application-navigation li.nav-item:not(:first-child) a.nav-link {
            margin-top: -1px;
        }

    .mdc-global-footer__logo-copyrights {
        text-align: center;
    }

    .mdc-global-footer__links {
        text-align: center;
    }
}
