﻿body {
    
}
    body > header {
        background: #00a9e0;
        border-bottom: 1px solid #ffffff;
        height: 70px;
    }

    body > header a {
        color: #c8c8c8;
        font-size: 1em;
        display: inline-block;
        max-height: 50px;
        padding: .8em 1.3em;
        vertical-align: top;
    }

#ProductLogo {
    color: #fff;
    font-weight: 100;
    font-size: 2em;
    padding: 0;
    margin-left: 0;
}
#ProductLogo img {
    height: 1.8em;
    width: 6em;
    position: relative;
    top: .225em;
    right: -.3em;
}

body > header nav, body > header ul, body > header li {
    height: 100%;
    vertical-align: middle;
}

body > header a {
    color: #d8d8d8;
}

body > header li a:hover {
    background: #00a9e0;
    padding: .8em 1.3em;
}

body > header nav div {
    padding: .8em;
    transition: all .2s ease;
    width: 100%;
}

body > header li#UserProfile.active ul,
body > header li#Misc.active ul,
body > header ul#LeftJustifiedNav li.active ul {
    border: 2px solid #ffffff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-color: #00a9e0;
}

.text-blue {
    color: #00a9e0 !important;
}

.btn-primary {
    background-color: #00a9e0;
}

#Misc.active > a {
    background-color: #00a9e0;
}

#MobileNavSwitch.mobile-show-inline-block {
    display: none !important;
}

#UserProfile {
    margin-right: 1em;
}

body.mob-nav-flyout-open #LeftJustifiedNav {
    background-color: #00a9e0;
}

body.mob-nav-flyout-open #MobileNavSwitch {
    background-color: #00a9e0;
}


@media only screen and (max-width: 1200px) {
    #LeftJustifiedNav {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    body.mob-nav-flyout-open #LeftJustifiedNav {
        width: 100%;
        position: absolute;
        top: 50px;
        left: 0;
        background-color: #00a9e0;
        text-align: center;
        z-index: 1;
        display: block;
    }

    body.mob-nav-flyout-open #MobileNavSwitch {
        background-color: #00a9e0;
    }
}

@media only screen and (max-width: 500px) {
    #UserProfile {
        margin-right: 0;
    }
}
