.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  text-indent: -99999px;
  *text-indent: 0;
  vertical-align: top;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  content: "\2193";
}
.caret-up {
  border-top: none;
  border-bottom: 4px solid #000000;
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown:hover .caret,
.open.dropdown .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  max-width: 380px;
  _width: 160px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  text-align:left;
}
.dropdown-menu.bottom-up {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 5px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  *width: 100%;
  *margin: -5px 0 5px;
}
.dropdown-menu a {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
}
.dropdown-menu a:hover{
	background:#0c9fde;
}
.navbar-inner .nav-datamotive .profile-dropdown a.profile-nav {
  background: url('im/icons/profile.png') no-repeat 10px 50%;
  text-align: right;
  width: 45px;
}
.navbar-inner .nav-datamotive .profile-dropdown a:hover.profile-nav {
  background: url('im/icons/profile.png') #e8e8e9 no-repeat 10px 50%;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0c9fde;
}
.dropdown-menu li > a:hover h5,
.dropdown-menu .active > a h5,
.dropdown-menu .active > a:hover h5 {
  color: #ffffff;
}
.dropdown.open {
  *z-index: 1000;
}
.dropdown.open .dropdown-toggle {
  color: #ffffff;
}
.dropdown.open .dropdown-menu {
  display: block;
}
.typeahead {
  margin-top: 2px;
}

.navbar {
  overflow: visible;
  position: relative;
}
.navbar-inner {
  padding-left: 0;
  padding-right: 0;
  height: 44px;
  background-color: #f5f5f6;
  background-image: -moz-linear-gradient(top, #fafafb, #ededee);
  background-image: -ms-linear-gradient(top, #fafafb, #ededee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafb), to(#ededee));
  background-image: -webkit-linear-gradient(top, #fafafb, #ededee);
  background-image: -o-linear-gradient(top, #fafafb, #ededee);
  background-image: linear-gradient(top, #fafafb, #ededee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafb', endColorstr='#ededee', GradientType=0);
}
.ie7 .navbar-inner {
  min-height: 39px;
}
.no-boxshadow .navbar-inner {
  border-bottom: solid 1px #e0e0e0;
}
.btn-navbar {
  display: none;
  float: left;
  padding: 7px 10px;
  margin-left: 0;
  margin-right: 15px;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f1f1f1);
  background-image: -ms-linear-gradient(top, #fefefe, #f1f1f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #fefefe, #f1f1f1);
  background-image: -o-linear-gradient(top, #fefefe, #f1f1f1);
  background-image: linear-gradient(top, #fefefe, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f1f1f1', GradientType=0);
  border-color: #f1f1f1 #f1f1f1 #cbcbcb;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.btn-navbar:hover,
.btn-navbar:active,
.btn-navbar.active,
.btn-navbar.disabled,
.btn-navbar[disabled] {
  background-color: #f1f1f1;
}
.btn-navbar:active,
.btn-navbar.active {
  background-color: #d8d8d8 \9;
}
.btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.nav-collapse.collapse {
  height: auto;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar .brand {
  float: left;
  display: block;
  margin: 12px 0;
  width: 162px;
  height: 22px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #ffffff;
  text-indent: -9999em;
  background: url('im/logos/datamotive-navbar.png') top left no-repeat;
}
.navbar .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #333333;
}
.navbar .navbar-text a:hover {
  color: #ffffff;
  background-color: transparent;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 6px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  padding: 4px 9px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.75);
  background: #666;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-search .search-query :-moz-placeholder {
  color: #eeeeee;
}
.navbar-search .search-query ::-webkit-input-placeholder {
  color: #eeeeee;
}
.navbar-search .search-query:hover {
  color: #ffffff;
  background-color: #999999;
  background-color: rgba(255, 255, 255, 0.5);
}
.navbar-search .search-query:focus,
.navbar-search .search-query.focused {
  padding: 5px 10px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  font-weight: bold;
}
.navbar .nav.pull-right {
  float: right;
}
.navbar .nav > li {
  display: block;
  float: left;
}
.navbar .nav > li > a, .navbar .nav > li > span {
  float: none;
  padding: 10px 10px 11px;
  line-height: 18px;
  color: #333333;
  text-decoration: none;
}
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #0c9fde;
  text-decoration: none;
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover{
  color: #0c9fde;
  text-decoration: none;
  background-color: #f1f1f1;
  background-color: rgba(0, 0, 0, 0.5);
}
.navbar .divider-vertical {
  height: 39px;
  width: 1px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #f1f1f1;
  border-right: 1px solid #fefefe;
}
.navbar .nav.pull-right {
  margin-left: 10px;
  margin-right: 0;
}
.navbar .dropdown-menu {
  margin-top: 1px;
}
.navbar .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar .nav .dropdown-toggle .caret,
.navbar .nav .open.dropdown .caret {
  border-top-color: #000000;
}
.navbar .nav .active .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar .nav .open > .dropdown-toggle,
.navbar .nav .active > .dropdown-toggle,
.navbar .nav .open.active > .dropdown-toggle {
  background-color: transparent;
}
.navbar .nav .active > .dropdown-toggle:hover {
  color: #ffffff;
}
.navbar .nav.pull-right .dropdown-menu {
  left: auto;
  right: 0;
}
.navbar .nav.pull-right .dropdown-menu:before {
  left: auto;
  right: 12px;
}
.navbar .nav.pull-right .dropdown-menu:after {
  left: auto;
  right: 13px;
}
.navbar .nav > li > .user-menu {
  padding-top: 7px;
}
.user-menu {
  height: 18px;
  padding-top: 8px;
}
.icon-profiledropdown {
  width: 34px;
  height: 24px;
  background: url('im/icons/icon-nav-user.png') top left no-repeat;
}
.user-menu:hover .icon-profiledropdown,
.open .user-menu .icon-profiledropdown {
  background-position: 0 -24px;
}
.area-datamotive {
  background-color: #f5f5f6;
  background-image: -moz-linear-gradient(top, #fafafb, #ededee);
  background-image: -ms-linear-gradient(top, #fafafb, #ededee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafb), to(#ededee));
  background-image: -webkit-linear-gradient(top, #fafafb, #ededee);
  background-image: -o-linear-gradient(top, #fafafb, #ededee);
  background-image: linear-gradient(top, #fafafb, #ededee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafb', endColorstr='#ededee', GradientType=0);
  padding: 0 10px;
  border-bottom: solid 1px #b9babb;
}
.area-datamotive .dropdown .caret {
  margin-top: 10px;
}
.area-datamotive .nav-datamotive > li {
  border-left: solid 1px #d6d6d6;
}
.area-datamotive .nav-datamotive > li:first-child {
  border-left: 0;
}
.area-datamotive .nav-datamotive > li > a, .area-datamotive .nav-datamotive > li > span {
  color: #999999;
  font-weight: normal;
  line-height: 25px;
  padding: 9px 10px 10px;
}
.area-datamotive .nav-datamotive > li > a:hover {
  color: #999999;
  background: #e8e8e9;
}
.area-datamotive .dropdown-menu {
  border-top: 0;
}
.area-datamotive .dropdown-menu > li a {
  line-height: 24px;
}
.area-datamotive .pull-right .dropdown-menu {
  right: -1px;
}
.area-datamotive .badge {
  position: absolute;
  top: 3px;
  font-weight: normal;
  font-size: 11px;
  left: 25px;
  padding: 1px 5px;
  border: solid 0px #ffffff;
  -webkit-box-shadow: 0 1px 1px #333333;
  -moz-box-shadow: 0 1px 1px #333333;
  -o-box-shadow: 0 1px 1px #333333;
  box-shadow: 0 1px 1px #333333;
}
.dropdown-applications .dropdown-menu {
  width: 582px;
  padding: 10px;
  *zoom: 1;
}
.dropdown-applications .dropdown-menu:before,
.dropdown-applications .dropdown-menu:after {
  display: table;
  content: "";
}
.dropdown-applications .dropdown-menu:after {
  clear: both;
}
.dropdown-applications .dropdown-menu > li {
  width: 180px;
  padding: 0 10px;
  display: block;
  float: left;
  border-right: solid 1px #eeeeee;
}
.dropdown-applications .dropdown-menu > li:first-child {
  padding-left: 0;
}
.dropdown-applications .dropdown-menu > li:last-child {
  padding-right: 0;
  border-right: solid 0px #555555;
}
.dropdown-applications .dropdown-menu > li > a {
  border: solid 1px #ffffff;
}
.dropdown-applications .dropdown-menu > li > a:hover {
  border: solid 1px #999999;
  background: #f8f8f8;
  color: #666666;
}

.navbar .nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}
.navbar .nav > li > a, .navbar .nav > li > span {
  display: block;
}
.navbar .nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}