/*
 * --- 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.
 */
.navbar-fixed-top .navbar.navbar-white {
  height: 56px;
}

.navbar-form.navbar-login {
  margin-top: 10px;
  display: flex;
}
.navbar-form.navbar-login .form-control {
  margin: 2px;
}

.navbar {
  margin-bottom: 0;
  border-radius: 0;
}

.navbar-white {
  background-color: #ffffff;
}

.nav-dropdown .dropdown {
  display: inline;
}
.nav-dropdown .dropdown > .dropdown-menu {
  background: #f5f5f5;
  border: none;
  margin-top: 17px;
  border-radius: 0;
  padding: 0;
  padding-right: 0;
  padding-left: 0;
}
.nav-dropdown .dropdown > .dropdown-menu a {
  border: none;
  color: #666666;
  padding-right: 10px;
  padding-left: 10px;
}
.nav-dropdown .dropdown > .dropdown-menu a:hover {
  text-decoration: underline;
}
.nav-dropdown .dropdown > .dropdown-menu li {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #808080;
  border-bottom: 1px solid grey;
  height: 40px;
}
.nav-dropdown .dropdown > .dropdown-menu li:last-child {
  border-bottom: none;
}

.navbar-toggle .icon-bar {
  background-color: #000000;
}

.hello-bar {
  background-color: #ffe121;
  color: #000000;
}

.subnav .hello-bar a {
  padding: 0;
  color: #000000;
  text-decoration: underline;
}
.subnav .hello-bar .content {
  float: none;
  line-height: 30px;
}

.pull-left button {
  border: none;
  background: none;
  outline: none;
}
.pull-left button:hover {
  text-decoration: underline;
}
.pull-left button:active {
  background-color: #e4e7eb;
}
