
.o_inst_search .institution_search {
  margin-bottom: 15px;
  clear: both;
}

.o_inst_search .beta-img {
  max-height: 34px;
}

.o_inst_search .inst_icon {
  height: 34px;
  max-height: 34px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.o_inst_search .pointer {
  cursor: pointer;
}

.o_inst_search .searchSeparator {
  border-top: 1px solid #e5e5e5;
  margin-top: 5px;
  margin-bottom: 5px;
}

.o_inst_search .border-info {
  padding: 10px;
}

.o_inst_search .wordbreak {
  word-wrap: break-word;
}

.o_inst_search .o_caret {
  margin-right: 5px;
}

.o_inst_search .selected {
  background-color: rgba(229, 229, 229, 0.5);
}

.o_inst_search .inst_panel {
  height: 100px;
  max-height: 100px;
  border: solid 1px #e5e5e5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
  box-shadow: 2px 2px 2px #e5e5e5;
}

.o_inst_search .no_result {
  height: 200px;
  padding-top: 30px;
}

