﻿/*Adjust position of alert badge on master page*/
.connstr {
    padding: 8px;
    margin-bottom: 10px;
}

/*display modal window 60% width of page*/
/*.modal-dialog {
    width: 60%;
}*/

/* Menu Bar */
.navbar-default {
    background-color: #336699 !important;
    border-color: #E7E7E7;
    color: #F8F8F8;
}

.navbar-default .navbar-nav > li {
    display: block;
}

    .navbar-default .navbar-nav > li > a {
        font-family: Arial;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        display: block;
        text-shadow: none;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #fff !important;
            background-color: #3c495a !important;
        }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff !important;
    text-decoration: none;
    background-color: #336699 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .navbar-default .navbar-nav > .active > a:hover {
        background: #336699 !important;
        color: #fff !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.dropdown-menu .active > a {
    color: #ffffff !important;
    background: #3c495a !important;
    filter: none !important;
}

    .dropdown-menu .active > a:hover {
        color: #ffffff !important;
        background: #3c495a !important;
    }

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
    color: #ffffff;
    background: #60a020 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    filter: none !important;
}

.navbar-default .navbar-nav > li > a .caret {
    border-top-color: #fff !important;
    border-bottom-color: #fff !important;
}

@media (min-width: 768px) {

    /* Remove the edge padding needed for mobile */
    .marketing {
        padding-left: 0;
        padding-right: 0;
    }

    /* Navbar positioning foo */

    .navbar-wrapper .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar-wrapper .navbar {
        padding-left: 0;
        padding-right: 0;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
}
