/*!
 * Start Bootstrap - SB Admin (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

body { margin-top: 15px; }

#wrapper { padding-left: 0; }

#page-wrapper {
    background-color: #fff;
    padding: 0;
    width: 100%;
}

.marginleft5 { margin-left: 5px; }

@media (min-width: 768px) {
    #wrapper { padding-left: 175px; }

    #page-wrapper { margin-bottom: 70px; }
}

@media (max-width: 767px) {
    #page-wrapper { margin-top: 56px; }
}

.huge {
    font-size: 50px;
    line-height: normal;
}

/* Top Navigation */

.top-nav { padding: 0 15px; }

.top-nav > li {
    display: inline-block;
    float: left;
}

.top-nav > li > a {
    color: #999;
    line-height: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.top-nav > .open > .dropdown-menu {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    float: left;
    margin-top: 0;
    position: absolute;
}

.top-nav > .open > .dropdown-menu > li > a { white-space: normal; }

ul.message-dropdown {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
}

li.message-preview {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    width: 275px;
}

li.message-preview > a {
    padding-bottom: 15px;
    padding-top: 15px;
}

li.message-footer { margin: 5px 0; }

ul.alert-dropdown { width: 200px; }

/* Side Navigation */

@media (min-width: 768px) {
    .side-nav {
        background-color: #2E8B57;
        border: none;
        border-radius: 0;
        left: 225px;
        margin-left: -225px;
        min-height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        padding-bottom: 40px;
        position: fixed;
        width: 170px;
    }

    .side-nav > li > a { width: 225px; }

    .side-nav li a:hover, .side-nav li a:focus { outline: none; }

    .navbar { min-height: 0px; }
}

.side-nav > li > ul { padding: 0; }

.side-nav > li > ul > li > a {
    color: #999;
    display: block;
    padding: 0px 15px 0px 38px;
    text-decoration: none;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    height: 100%;
    width: 100%;
}

.hidecontent { display: none !important; }