/*! Note: 
    1. Before adding color codes, please check whether the color code is already present or not.
    2. Add the color codes in their series and arrange it alphabetically
    3. Follow the below naming conventions to add color code

          Color code        Color Variable
        ----------------------------------------
			#AAAAAA		- 	$color_AA
            #ABABAB     -   $color_AB
            #ABCABC     -   $color_ABC
            #ABCDEF     -   $color_ABCDEF
**/
.dropdown-menu {
  left: 18px;
  margin-top: -5px;
  min-width: 100px;
  top: 16%;
  background-color: white !important;
}
.dropdown-menu a {
  border-radius: 2px;
  color: #1f1f1f;
  display: block;
  line-height: initial;
  overflow: hidden;
  padding: 5px 8px;
  position: relative;
  text-overflow: ellipsis;
}
.dropdown-menu a:hover {
  background-color: #f7faff !important;
  outline: 0;
  text-decoration: none;
}
.dropdown-menu ul {
  margin: 0;
  padding: 0;
}
.dropdown-menu li {
  list-style: none;
  padding: 0;
  text-align: left;
}

.dropdown-menu > li > a {
  border-radius: 0;
  color: #1f1f1f;
  font-size: 13px;
  font-weight: 400;
  height: 32px;
  padding: 8px 15px 8px 12px;
  text-align: left;
}

.dropdown-menu > li > a > i, .dropdown-menu > li > a > .fa, .dropdown-menu > li > a > .glyphicon {
  padding-right: 10px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #1f1f1f;
  background: rgba(158, 158, 158, 0.2) !important;
  border-radius: 0px;
}

.dropdown-menu > li > a.font-bold {
  font-weight: 500;
}