/* Box Styling */
.results-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: center;
  justify-content: center;
}

.bc-results-box {
  color: #333;
  font-family: 'MuseoSans-300', Arial, Helvetica, sans-serif;
  border-top: 1px solid #ccc;
  padding: 20px;
  min-width: 320px;
  min-height: 200px;
  display: flex;
  flex-flow: row wrap;
  background-color: #fff;
}

.bc-results-box:hover {
  border-top: 2px solid rgb(38, 154, 205);
  -o-transition-property: background-color, border;
  -moz-transition-property: background-color, border;
  -ms-transition-property: background-color, border;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  padding-top: 19px;
}

.results-container {
  padding: 20px;
}

.bc-results-span {
  width: 100%;
  /* min-width: 320px;
    min-height: 200px; */
}

/* Cirlce + styling & X */

.selector {
  color: rgb(38, 154, 205) !important;
  font-size: 1.5em !important;
  padding-left: 140px;
  font-family: 'Font Awesome 5 Free';
  float: right !important;
  cursor: pointer;
}

i.removalX {
  color: #f37445;
  cursor: pointer;
}

i.removalX:hover {
  color: #d85322;
}

.removal-notice {
  font-variant: small-caps;
  font-size: .8em;
  font-weight: bolder;
  color: #f37445;
  cursor: pointer;
  font-family: 'MuseoSans-300', Arial, Helvetica, sans-serif;
}

.removal-notice:hover {
  color: #d85322;
}

/* .fas fa-circle-plus {
  color: rgb(170, 35, 122) !important;
  font-size: 1.5em !important;
  padding-left: 140px;
  font-family: 'FontAwesome';
  float: right !important;
  cursor: pointer; */
}

.selector .selected {
  color: #666 !important;
  font-size: 1.5em !important;
  padding-left: 140px;
  font-family: 'Font Awesome 5 Free';
  float: right !important;
  cursor: pointer;
}

/* .fas fa-minus-circle {
  color: #666 !important;
  font-size: 1.5em !important;
  padding-left: 140px;
  font-family: 'FontAwesome';
  float: right !important;
  cursor: pointer;
} */

.select {
  font-size: inhert;
  float: right;
}

/* Text Styling */

.prison-id {
  color: #333;
  text-decoration: none;
  font-family: 'MuseoSans-300', Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 550;
}

.identifier {
  /* color: rgb(38, 154, 205); */
  color: #555;
  font-family: MuseoSans-500, Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  align-items: center;
  padding: 2px 2px 1px;
  min-height: 26px;
  min-width: 64px;
  white-space: nowrap;
}

.name {
  color: #333;
  font-family: 'MuseoSans-300', Arial, Helvetica, sans-serif;
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1.1em;
  word-wrap: break-word;
}

.alias {
  color: #666;
  font-family: 'MuseoSans-300', Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  line-height: 1.1em;
  min-height: 62px;
}

.alias ul {
  display: inline-block;
  list-style-type: none;
  -webkit-padding-start: 0px;
}

#bc-details {
  color: rgb(16, 112, 148);
  text-decoration: none;
  font-family: 'MuseoSans-300', Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
