table {
  width: 100%;
  border-collapse: separate;
}

thead {
  color: #fff;
  background: #054b36;
}
thead th {
  width: 33.33%;
  padding: 8px 8px;
}
thead th:not(:last-of-type) {
  border-right: 2px solid #fff;
}

tr {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #fff;
}
tr:nth-of-type(even) {
  background: #f4f4f4;
}
tr.matching-advice {
  background: rgba(9, 185, 91, 0.15);
}
tr.matching-advice td > div:first-of-type {
  min-height: 40px;
}
tr.matching-advice:nth-of-type(odd) {
  background: rgba(9, 185, 91, 0.1);
}
tr.top {
  background: rgba(255, 0, 0, 0.15);
}
tr.top:nth-of-type(odd) {
  background: rgba(255, 0, 0, 0.1);
}

td {
  position: relative;
  padding: 1em 0.5em;
}
td:not(:last-of-type) {
  border-right: 2px solid #fff;
}

#about h4 {
  margin-bottom: 8px;
}
#about ul {
  margin-bottom: 20px;
}

#loginform {
  max-width: 400px;
  margin: auto;
}
#loginform .login-submit input {
  color: #fff;
  background: #054b36;
  border: 1px solid #054b36;
}
#loginform .login-submit input:hover, #loginform .login-submit input:focus {
  color: #054b36;
  background: #fff;
}

#register > div {
  display: none;
}
#register p a {
  font-weight: bold;
  text-decoration: underline;
}
#register form .form-group {
  max-width: 400px;
  margin: auto;
}
#register button[type=submit] {
  max-width: 400px;
  width: 100%;
  margin-top: 10px;
}
#register .modal-content {
  border-radius: 0;
}
#register .modal-header {
  color: #fff;
  background: #054b36;
}
#register .modal-header .close {
  opacity: 1;
  color: #fff;
  text-shadow: none;
}

#legend {
  display: none;
  text-align: center;
  color: #054b36;
}
#legend h4 {
  margin: 0 0 6px 0;
}
#legend img, #legend span {
  vertical-align: middle;
}
#legend span:nth-of-type(even) {
  margin-right: 20px;
  font-size: 14px;
}
#legend span {
  font-size: 20px;
}

#no-results {
  display: none;
  margin-bottom: 20px;
}

table {
  display: none;
  max-width: 90%;
  margin: auto;
}

td:not(:last-of-type) {
  border-right: none;
}

.remark {
  display: none;
}

tr.has-remark td:last-of-type {
  position: relative;
}
tr.has-remark .remark {
  display: block;
  position: absolute;
  width: 32px;
  right: -32px;
  top: 1px;
  bottom: 1px;
  background: #dddddd;
  /* Old browsers */
  background: -moz-linear-gradient(left, #dddddd 0%, #f4f4f4 16%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #dddddd 0%, #f4f4f4 16%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #dddddd 0%, #f4f4f4 16%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dddddd", endColorstr="#f4f4f4",GradientType=1 );
  /* IE6-9 */
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}
tr.has-remark .remark .lebosol-icon-info {
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
}

tbody {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

tr {
  border-bottom: 1px solid #ddd;
}

td.match {
  background: #E6F5F0;
}

td.miscible {
  text-align: center;
  padding: 0;
  font-size: 20px;
}
td.miscible span {
  white-space: nowrap;
}
td.miscible.miscible-256 .lebosol-icon-miscible:after {
  content: "3";
}
td.miscible.miscible-16 .lebosol-icon-miscible:after {
  content: "x";
}
td.miscible.miscible-1 .lebosol-icon-miscible:after {
  content: "?";
}

#search {
  position: relative;
  padding: 40px 0;
  text-align: center;
}
#search .wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 600px;
}
#search .preloader {
  position: absolute;
  right: -32px;
  top: 10px;
  margin-left: 6px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

select {
  display: none;
}

.select2 {
  color: #054b36;
  width: 100% !important;
  max-width: 600px;
  margin: auto 0;
}
.select2 .select2-selection {
  border-radius: 0;
  border: 1px solid #054b36;
}
.select2 .select2-search__field {
  line-height: 36px;
}

.select2-container--default .select2-selection {
  background: url("../images/miscibility/search.svg");
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-position: 8px 9px;
  -webkit-transition: background-position 0.3s;
  transition: background-position 0.3s;
}
.select2-container--default .select2-selection.select2-container--focus .select2-selection--multiple {
  border: 1px solid #054b36;
}
.select2-container--default .select2-selection .select2-selection__rendered {
  padding-left: 44px;
  -webkit-transition: padding-left 0.3s;
  transition: padding-left 0.3s;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #fff;
  background-color: #054b36;
  border-radius: 0;
  border: none;
  padding: 8px 12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  margin-right: 8px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ccc;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 11px;
  margin-right: 6px;
  font-size: 18px;
  color: #aaa;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #054b36;
}

.select2.select2-container--open .select2-selection,
.select2.select2-container--focus .select2-selection {
  background-position: -56px 9px;
}
.select2.select2-container--open .select2-selection__rendered,
.select2.select2-container--focus .select2-selection__rendered {
  padding-left: 5px;
}

input.select2-search__field {
  margin-bottom: 0;
}

/*# sourceMappingURL=lebosol.miscibility.css.map */
