.dropdown-menu {
  margin-top: 0;
  background: #fff;
  border-top: solid 3px #13499f;
  color: #282828;
}

.dropdown-menu li a {
  color: #282828;
  font-size: 15px;
  font-weight: 600;
 margin-bottom: 3px;
}

.dropdown-menu li a:hover {
  background: #e9e9e9 !important ;
  color: #282828 !important;
}

.dropdown-menu li a:visited {
  background: #e9e9e9 !important;
}
.dropdown-menu .dropdown-toggle::after {
  vertical-align: middle;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}
.dropdown-menu .dropdown .dropdown-menu {
  left: 100%;
  top: 0%;
  margin: 0 20px;
  border-width: 0;
}
.dropdown-menu .dropdown .dropdown-menu.left {
  right: 100%;
  left: auto;
}

.dropdown-menu > li a:hover,
.dropdown-menu > li.show {
  background: #007bff;
  color: white;
}
.dropdown-menu > li.show > a {
  color: white;
}

@media (min-width: 768px) {
  .dropdown-menu .dropdown .dropdown-menu {
    margin: 0;
    border-width: 1px;
  }
}
