﻿/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  /*padding-top: 50px;*/
}


/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}


/*
 * Sidebar
 */

.sidebar {
    /*position: fixed;
    top: 130px;
    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. */
    padding: 20px;
    padding-top: 0;
    padding-bottom: 0;
    /*background-color: #f5f5f5;*/
    /*background-color: #007ac9;*/
    border-right: 1px solid #eee;
    /*border-left: 1px solid #eee;*/
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  /*margin-bottom: 20px;*/
  margin-left: -20px;
}
.nav-sidebar > li.heading {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  font-size: 120%;
  color: #ffffff;
  background: #333333;
}
.nav-sidebar > li > a,
.nav-sidebar > li  button,
.nav-sidebar > li  button:focus {
  text-align: left;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  /*font-weight: bold;*/
  background-color: #007ac9;
  /*border-bottom: 1px solid #eeeeee;*/
  border-bottom: 1px solid #00a7fd;
  text-decoration: none;
}
.nav-sidebar > li > a:hover,
.nav-sidebar > li  button:hover {
  text-decoration: none;
  color: #428bca;
  background-color: #eeeeee;
}
.nav-sidebar > li.last-link > a {
    border-bottom: none;
}

.nav-sidebar > li > a > .text-danger {
    font-weight: bold;
    font-size: 2em;
    line-height: 15px;
    float: left;
}
.nav-sidebar > li > ul {
    background: #00a7fd;
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-sidebar > li > ul li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.nav-sidebar > li > ul li a {
    color: #fff;
}


/*
 * Main content
 */

.main {
  padding-top: 10px;
}

.main-image  {
    height: 191px;
    background: url('../images/main-image.png') no-repeat bottom left;
}

.learn-more-btn  {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    font-weight: bold;
}

.dash-alert {
    padding: 5px;
}