
label.ecl-form-label, select.ecl-select, input.ecl-text-input {
    font-size: .76rem;
}
select.ecl-select {
    padding: .40rem 2.54rem .40rem .40rem;
}
input.ecl-text-input {
    padding: .33rem .33rem;
}
.ecl-select__container, input.ecl-text-input, select.ecl-select, .ecl-datepicker {
    width: 100% !important;
}
.ecl-datepicker {
  margin-top: 13px !important;
}
.ecl-datepicker__icon {
  margin-right: calc(.75rem - 1px) !important;
  margin-top: calc(.75rem - 6px) !important;
}
#methods_table {
    table-layout: fixed;
}
#methods_table th {
    border-bottom: thin solid #000;
    /* padding: 0.3em 1em !important; */
}
#methods_table th, #methods_table td {
    font-size: .76rem;
    padding: 0.3em 0.1em;
    text-align: left;
    vertical-align: top;
    word-break: break-word;
}
#methods_table td a {
    text-decoration: none;
}
#methods_table tr {
    cursor: pointer;
}
#methods_table tr:hover td a {
    text-decoration: underline;
}
.ecl-pager {
    margin: 0 auto !important;
    text-align: center !important;
    display: block !important;
}
.ecl-pager__item {
    display: inline-block !important;
}

.ampli_status {
  height: 20px;
  width: 20px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
.ampli_status-no_differences {
  background-color: #467A39;
}
.ampli_status-differences {
  background-color: #FBC11D;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: rgba(192,225,225,1.0);
  border: 1px solid rgba(0,0,0,0.4);
  box-shadow: 2px 2px 8px rgba(0,0,0,0.25);
  color: black;
  text-align: center;
  padding: 5px 0;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.dot {
  display: inline-block;
  border-radius: 0.5em;
  height: 1em;
  width: 1em;
  margin-right: 0.5em;
  position: relative;
  top: 2px;
}
.dot.green_dot {
  background-color: #89C089;
}
.dot.orange_dot {
  background-color: #C08989;
}
.dot.red_dot {
  background-color: #D01010;
}
.dot.grey_dot {
  background-color: #999;
}

.blue_x, .green_v {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  border-radius: 7px;
  color: white;
  font-size: 13px;
  text-align: center;
  line-height: 14px;
  font-weight: bold;
}

.blue_x {
  background: #5050aa;
}
.green_v {
  background-color: #89C089;
}