@font-face {
  font-family: 'Bootstrap Icons';
  src: url("../bootstrap-icons/font/fonts/bootstrap-icons.woff2") format("woff2"); }
.table-a {
  color: #208e5b;
  text-decoration: none; }

.table-a:hover {
  color: #0c683f;
  text-decoration: #0c683f underline; }

.download-row {
  margin-top: 15px; }

.download-button {
  background-color: #336e23;
  color: white; }

.download-button:focus {
  box-shadow: 0 0 10px #336e23; }

.formRow {
  margin-top: 20px; }

.button-form {
  padding-left: 16px; }

.button-tool {
  margin-bottom: 20px;
  height: 40px;
  border: #336e23 1px solid;
  border-radius: 5px;
  color: white;
  font-size: 18px;
  background-color: #336e23; }

.button-tool:focus {
  box-shadow: #336e23 0 0 10px; }

.button-tool:hover {
  background-color: green; }

.select-tool {
  height: 46px;
  font-size: 25px; }

.select-tool:focus {
  box-shadow: 0 0 10px #1d680c;
  border: 1px #1d680c solid; }

.label-tool {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.textarea-tool:focus {
  box-shadow: 0 0 10px #1d680c;
  border: 1px #1d680c solid; }

.textarea-example {
  margin-left: 2px;
  margin-top: 3px; }
  .textarea-example a {
    color: #208e5b; }
  .textarea-example a:hover {
    color: #0c683f; }

.text-tool:focus {
  box-shadow: 0 0 10px #1d680c;
  border: 1px #1d680c solid; }

.pre-tool {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-height: 300px;
  font-size: 15px;
  color: black;
  border: 1px #b3cda9 solid;
  border-radius: 4px;
  padding: 10px; }

.auto-height pre {
  max-height: unset;
  background-color: #e4ede4; }

.radio-tool-div {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .radio-tool-div .form-check-input {
    border: #065706 1px solid; }
  .radio-tool-div .form-check-input:checked {
    background-color: #065706; }
  .radio-tool-div .form-check-input:focus {
    box-shadow: none; }

.run-result {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px #b3cda9 solid; }

.file-div {
  padding-right: 0; }
  .file-div .file-name-div {
    padding-right: 0; }
    .file-div .file-name-div .file-name-tool {
      background-color: #ebefef;
      color: #6e747c;
      pointer-events: none;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-right: none; }
    .file-div .file-name-div .file-name-tool:disabled {
      background-color: white; }
  .file-div .file-button-div {
    padding-left: 0;
    padding-right: 0; }
    .file-div .file-button-div .file-button-tool {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border: #336e23 1px solid;
      color: white;
      background-color: #336e23; }
    .file-div .file-button-div .file-button-tool:focus {
      box-shadow: #336e23 0 0 10px; }

.help-block {
  color: #bc2626; }

.primer-result .table {
  white-space: nowrap; }
  .primer-result .table tbody tr td {
    text-align: center; }

.select2-container {
  font-size: 15px;
  position: relative; }
  .select2-container .selection {
    display: block; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 40px;
  font-size: 17px; }

.export .btn {
  background-color: #336e23;
  margin-right: 5px;
  padding: 0 0;
  height: 28px;
  width: 44px; }
.export .btn:focus {
  box-shadow: 0 0 10px #1d680c; }

.TFactor {
  border: 1px #b3cda9 solid;
  padding: 10px 20px;
  border-radius: 5px;
  margin-top: 10px; }

.TF-result {
  border-top: 1px #b3cda9 solid; }

.result {
  border-top: 1px #b3cda9 solid; }

.table-button {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #336e23;
  margin-right: 5px;
  padding: 0 0;
  height: 28px;
  width: 44px;
  border: none;
  border-radius: 4px; }
  .table-button .fa-download {
    color: white; }

.table-button:focus {
  box-shadow: #336e23 0 0 10px; }

.left-button {
  margin-right: 12px; }
  .left-button button {
    border: 1px solid silver;
    background-color: white;
    width: 30px;
    height: 30px; }

.right-button {
  margin-left: 4px; }
  .right-button button {
    font-weight: 1000;
    height: 30px;
    border: 1px solid silver;
    background-color: white; }
  .right-button button:focus {
    box-shadow: none; }
  .right-button .active {
    background-color: black;
    color: white;
    border: 1px solid black; }

#d3_layout_phylotree_context_menu a {
  font-family: Urbanist, serif;
  padding: 5px 12px; }
#d3_layout_phylotree_context_menu li:hover {
  background-color: #0c683f;
  color: white; }

.nav-fill .nav-link.active {
  color: #fff;
  background-color: #336e23; }

.nav-fill .nav-link {
  color: #495057; }

.my-multiple {
  padding: 2px; }
  .my-multiple option:checked {
    color: white;
    -webkit-text-fill-color: white !important;
    background: linear-gradient(0deg, #029c66 0%, #029c66 100%); }

.special-radio .radio-tool-div {
  margin-top: 3px; }

.header-example a {
  color: #316124;
  text-decoration: none; }
.header-example a:hover {
  color: #0c4128; }

.global-example a {
  color: #208e5b;
  text-decoration: none; }
.global-example a:hover {
  color: #0c683f; }

/*# sourceMappingURL=utils.css.map */
