/* Move down content because we have a fixed navbar that is 50px tall */

body {
    padding-top: 50px;
    padding-bottom: 20px;
    outline: 0;
    
    /* Bootstrap default - overwrite */
    background-color: #fff;
    color: #333;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
}

a, a:visited, a:focus, a:active, a:hover{
    outline:0 none !important;
}

#full-screen-background-image {
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 1024px;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -999;
    font-family: "FS Joey";
}

.panel-heading {
    cursor: default;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/* Hide for mobile, show later */
.sidebar {
  display: none;
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}

.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus,

.nav-sidebar > ul > .active > a,
.nav-sidebar > ul > .active > a:hover,
.nav-sidebar > ul > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > ul > li > a 
{
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #9d9d9d;
    background-color: transparent;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > ul > li > a:hover,
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > ul > li > a:focus {
    background-color: transparent;
    color: #fff;
}

.navbar-inverse .navbar-nav > ul > .active > a,
.navbar-inverse .navbar-nav > ul > .active > a:hover,
.navbar-inverse .navbar-nav > ul > .active > a:focus
{
    background-color: #080808;
    color: #fff;
}


.reports-collapse li a {
    padding-left: 30px;
}

/*
 * Main content
 */

.main {
  padding: 20px;
}

.main .page-header {
  margin-top: 0;
  margin-bottom: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.nav .glyphicon,
.row h3 .glyphicon {
    margin-right: 5px;
}

.borderless td {
    border: none!important;
}

/* Side notes for calling out things
-------------------------------------------------- */

/* Base styles (regardless of theme) */
.bs-callout {
    margin: 5px 0;
    padding: 10px 10px 10px 10px;
    border-left: 5px solid #eee;
}

.bs-callout h4 {
    margin-top: 0;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code,
.bs-callout .highlight {
    background-color: #fff;
}
 
/* Themes for different contexts */
.bs-callout-danger {
    background-color: #fcf2f2;
    border-color: #dFb5b4;
}

.bs-callout-warning {
    background-color: #fefbed;
    border-color: #f1e7bc;
}

.bs-callout-info {
    background-color: #f0f7fd;
    border-color: #d0e3f0;
}

.dropcenter > .dropdown-menu.dropdown-menu-left {
    left: 100%;
    margin-left: 5px;
    top: -50%;
}

.dropcenter > .dropdown-menu.dropdown-menu-right {
    right: 100%;
    margin-right: 5px;
}

@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
    }
}

@media (max-width: 768px) {

}