/*
 * Copyright (c) 2013 MyNetDiary, Inc.
 *
 * This document and the product to which it pertains are distributed under licenses restricting their use, copying, distribution, and decompilation.
 * This document may not be changed without prior written authorization of MyNetDiary and its licensors, if any.
 */

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #ffffff;
  background-color: #7eb300;
  background-image: -moz-linear-gradient(top, #7eb300, #3D7900);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7eb300), to(#3D7900));
  background-image: -webkit-linear-gradient(top, #7eb300, #3D7900);
  background-image: -o-linear-gradient(top, #7eb300, #3D7900);
  background-image: linear-gradient(to bottom, #7eb300, #3D7900);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7eb300', endColorstr='#ff3D7900', GradientType=0);
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #333333;
  background-color: #7eb300;
  background-image: -moz-linear-gradient(top, #7eb300, #3D7900);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7eb300), to(#3D7900));
  background-image: -webkit-linear-gradient(top, #7eb300, #3D7900);
  background-image: -o-linear-gradient(top, #7eb300, #3D7900);
  background-image: linear-gradient(to bottom, #7eb300, #3D7900);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7eb300', endColorstr='#ff3D7900', GradientType=0);
}

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: url("//s3.amazonaws.com/img.mynetdiary.com/src/glyphicons-halflings-white.png");
}
