/*
  at-fhir-ig-template enhancements
*/

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e5e5e5;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e5e5e5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top,#e5e5e5, 0%, #e5e5e5, 100%);
  background-image: -moz-linear-gradient(top, #e5e5e5 0%, #e5e5e5 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e5e5e5 100%);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #e5e5e5;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e5e5e5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #e5e5e5, 0%, #e5e5e5, 100%);
  background-image: -moz-linear-gradient(top, #e5e5e5 0%, #e5e5e5 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e5e5e5 100%);
}

.navbar-nav > li > .dropdown-menu {
  margin-top: -2px;
}

table.grid {
  border: 0px !important;
  width: 100% !important;
}

table.list {
  border: 0px !important;
  width: 100% !important;
}

table .grid tr:nth-child(even) {
  background-color: #f2f2f2 !important;
}