/*
 * --- Primary Colors ---
 */
/*
 * --- Informational Colors ---
 *
 * Use these colors for alerts or informational text.
 */
/*
 * --- Supporting Colors ---
 *
 * These colors would primarily be used with text.
 */
/*
 * --- Feature Colors ---
 *
 * Colors used primarily in the dashboard to brand distribution channels
 */
/*
 * --- Background Colors ---
 */
/*
* --- Gradients ---
 */
/*
 * --- Text Colors ---
 *
 * When using text on a light background stick to Black or Slate.
 * Use White or Light Gray on dark backgrounds. Silver is reserved
 * for disabled states.
 */
/*
 * --- Original ---
 *
 * This is our original color variables. Some have been updated
 * to use the new color variables for StockBlocks and some of the
 * non standard variables are being left as is.
 */
.page-admin .navbar {
  list-style: none;
}
.page-admin .navbar .pull-right button {
  margin-left: 15px;
}
.page-admin .navbar .navbar-brand {
  height: 100%;
  line-height: 40px;
  padding-right: 10px;
  padding-top: 5px;
  padding-left: 10px;
}
.page-admin .navbar li {
  display: inline-block;
}
.page-admin .navbar-nav {
  width: calc(100% - 60px);
}
.page-admin .navbar-nav li.active a {
  background-color: #bae8f9 !important;
}
.page-admin .navbar-nav li.active a:hover {
  color: #666666 !important;
  background-color: #a9e2f7 !important;
}
.page-admin .navbar-nav li a:hover {
  color: #666666 !important;
  background-color: #a9e2f7 !important;
}
.page-admin h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
.page-admin .navbar-header {
  min-height: 40px;
}
