.typeahead,
.tt-query,
.tt-hint {
  /* width: 505px !important; */
  /* height: 40px;
  padding: 8px 12px;
  font-size: 1.0rem;
  line-height: 1.5rem;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; */
  outline: none;
}

.typeahead.tt-hint {
  color: lightgrey;
}

.typeahead-container {
  /* width: 505px; */
  display: block;
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: auto !important;
}
.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}
.typeahead:hover {
  border: 1px solid #777;
}
/* test */
.typeahead::-ms-clear {
   display: none;
}

.tt-query, .tt-input {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  /* color: #999 */
  color: #bfbfbf
}

.tt-menu {
  width: 100%;
  font-size: 0.9rem;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  /* flex: 1 1 auto; */
}

.tt-suggestion {
  padding: 3px 17px;
  font-size: 0.9rem;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf !important;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf !important;
}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}
.res-type {
  color: #005cc5;
  font-size: 0.77rem;
}
.tt-dataset-Resources .row {
  min-height: auto !important;
}
.tt-dataset-Resources .tt-suggestion:nth-child(2n){
  xbackground-color: #e9ecef;
  background-color: #ececec;
}
/** For IPAD horizotal screen**/
@media (max-width: 1025px) and (min-width: 991px) {
  /* .typeahead-container {
    width: 390px !important;
    margin-left: 0px !important;
  }
  .typeahead,
  .tt-query,
  .tt-hint {
    width: 390px !important;
  }
  .tt-menu {
    width: 390px;
  } */
}
/** For extra small (XS) screen **/
@media (max-width: 567px) {
  .typeahead-container {
    /* width: 340px; */
  }
  .typeahead,
  .tt-query,
  .tt-hint {
    /* width: 340px !important; */
  }
  .tt-menu {
    /* width: 340px; */
  }
}
