.tbm_dd_menu_scrollbar {
  position: absolute;
}

.tbm_dd_menu_scrollbar_handle,
.tbm_dd_menu_scrollbar_track {
  position: absolute;
  z-index: 100;
  margin: 0;
}

.tbm_dd_menu_scrollbar_track {
  width: 9px;
  background-color: #E8E8E8;
  border-radius: 4.5px;
  box-shadow: 0px 12px 9px -3px #000000;
}

.tbm_dd_menu_scrollbar_handle {
  width: 15px;
  background-color: #777777;
  border-radius: 4px;
}

.tbm_dd_menu_button {
  white-space: nowrap;
  margin: 0px;
  padding-left: 4px;
  vertical-align: middle;
  font-weight: normal;
  font-family: arial;
  cursor: pointer;
  cursor: hand;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 0;
  border: 1px solid #AAAAAA;
  background-color: #E6E6E6;
  color: #444444;
  padding-top: 0px;
  padding-bottom: 0px;
}

.tbm_dd_menu_button > table {
  list-style: none;
  vertical-align: middle;
  width: 100%;
  white-space: nowrap;
  margin: 0px;
  padding: 0px;
}

.tbm_dd_menu_button > table > tbody > tr {
  margin: 0px;
  padding: 0px;
}

.tbm_dd_menu_button > table > tbody > tr > td {
  vertical-align: middle;
  white-space: nowrap;
  margin: 0px;
  padding: 0px;
}

.tbm_dd_menu_button > table > tbody > tr > td:nth-child(3) {
  margin-left: 5px;
  vertical-align: middle;
  height: 100%;
  width: 99%;
}

.tbm_dd_menu_button > table > tbody > tr > td:nth-child(3) svg {
  float: right;
}

.tbm_dd_menu_button > table > tbody > tr > td:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.tbm_dd_menu_window {
  display: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #cfcfcf;
  color: #444444;
  box-shadow: 0px 10px 20px -15px #000000;
  position: absolute;
  z-index: 25;
}

.tbm_dd_menu_list {
  list-style: none;
  padding: 0;
  margin-top: 0;
  white-space: nowrap;
  color: #444444 !important;
  position: relative;
}

.tbm_dd_menu_list-item {
  padding: 2px;
  padding-left: 5px;
  font-family: arial;
  color: #444444;
  cursor: pointer;
  cursor: hand;
}

.tbm_dd_menu_list-item:nth-child(even) {
  background-color: #e8e8e8;
}

.tbm_dd_menu_list-item:nth-child(odd) {
  background-color: #dcdcdc;
}

.tbm_dd_menu_list-item.selected {
  background-color: #84c8fd;
}

.tbm_dd_menu_list-item.hilighted {
  background-color: #b8b8b8;
}
