﻿/* Global Styles */
    body {
        margin-top: 50px;
    }
     p {max-height: 999999px;}

    .side-nav {
       background-color: #f8f8f8 !important;
    }
    .navbar-ex1-collapse {
        margin-top: 50px;
        background-color: #f8f8f8 !important;
        border-bottom: 1px solid #002d62;
    }

     .side-nav>li>a {
        color: #002d62;
    }
    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        color: black;
        background-color: #fdee5f !important;
    }
    ul>.active>a {
        font-weight: bold;
        color: black;
        background-color: lightgray;
    }
    #wrapper {
        padding-left: 0;
    }
    #page-wrapper {
        width: 100%;
        padding: 0;
        background-color: white;
    }
    .page-header {
        margin-top: 14px !important;
        font-size: 28px;
    }
    .navbar-custom{
        background-image: url(/Images/gradient-blue.png) !important;
        text-align: center;
    }
    .custom-brand {
        padding: 0;
        margin: 0;
    }
    .navbar-header > button {
        border-color: whitesmoke;
    }
    .icon-bar {
        background-color: whitesmoke;
    }
    .navbar-custom > h4 {
        margin-top: 17px;
        display: inline-block;
        color: whitesmoke;
        text-shadow: 3px 3px #000000;
        font-weight: bolder;           
    }

    @media(min-width:768px) {
        #wrapper {
            padding-left: 200px;
        }
    }

    /* Side Navigation */

    @media(min-width:768px) {
        body {
            margin-top: 20px;
        }
        .page-header {
            margin-top: 40px !important;
        }
        .side-nav {
            position: fixed;
            top: 51px;
            left: 200px;
            width: 200px;
            margin-left: -200px;
            border-right: 1px solid #002d62;
            border-radius: 0;
            overflow-y: hidden;
            bottom: 0;
            overflow-x: hidden;
            padding-bottom: 40px;
        }
        .side-nav>li>a {
            width: 200px;
        }
    }
