td .employee {
  display: inline-block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

td .employee > div {
  height: 100%; }

td .select-search-ul > li:hover {
  background: #1E9FFF; }

td .select-search-ul {
  padding: 0;
  border-left: 1px solid #5897fb;
  border-right: 1px solid #5897fb;
  margin: 0;
  display: none;
  position: fixed;
  background: #fff;
  z-index: 1000;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  max-width: 230px; }
  td .select-search-ul.bottom {
    border-bottom: 1px solid #5897fb; }

td .select-search-ul > li {
  width: 100% !important;
  padding: 5px;
  cursor: pointer;
  margin-bottom: 5px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

td .select-input-parent {
  height: 100%; }

td .select-input-parent > input {
  width: 100%;
  height: 100%;
  padding-left: 0;
  border-radius: 0 !important;
  border: 1px solid rgba(143, 183, 215, 0.5); }

td.select-match-td {
  overflow: visible !important;
  position: relative !important; }
