/* line 68, ../../sass/autocomplete-resource.scss */
.divOptions {
  display:contents;
}

.divSelected {
  border: 1px solid #AAAAAA;
  background: #D0E4F5;
  width: 260px;
  height: 63px;
  padding-left: 10px;
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 4px;
}

.divSelectedDisabled {
  background: #e4e4e4 !important;
}

.removeSelectedButton {
  margin-top: 0px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
  float: left !important;
}


.tableSelected {
  width: 95%;
  height: 95%;
}


.mobile .divSelected {
  width: 100%;
}