a, a:hover, a:focus {
    text-decoration: none;
    transition: all 0.3s;
}

a:hover {
    color: rgba(0,0,0,.7);
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar ul.components {
    padding: 20px 0;
}


#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #777;
    background: #efefef;
}

/*#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}*/

#software_version {
    color: #8c8c8c
}

.message-debug {
  color: #fff !important;
  padding: 1rem !important;
  margin-bottom: .5rem !important;
  border-radius: .50rem !important;
  background-color: #f8f9fa !important;
  box-sizing: border-box;
}

.message-info {
  color: #fff !important;
  padding: 1rem !important;
  margin-bottom: .5rem !important;
  border-radius: .50rem !important;
  background-color: #17a2b8 !important;
  box-sizing: border-box;
}

.message-success {
  color: #fff !important;
  padding: 1rem !important;
  margin-bottom: .5rem !important;
  border-radius: .50rem !important;
  background-color: #28a745 !important;
  box-sizing: border-box;
}

.message-warning {
  color: #343a40 !important;
  padding: 1rem !important;
  margin-bottom: .5rem !important;
  border-radius: .50rem !important;
  background-color: #ffc107 !important;
  box-sizing: border-box;
}

.message-error {
  color: #fff !important;
  padding: 1rem !important;
  margin-bottom: .5rem !important;
  border-radius: .50rem !important;
  background-color: #dc3545 !important;
  box-sizing: border-box;
}

#monitoring-site-collaborators table tr.inactive td {
  text-decoration: line-through;
  color: gray;
}
/*.import-form label {
    width: 20%;
}*/

.ico-label {
  padding: 4px 8px;
}

.detail-total-count {
  position: relative;
}
.detail-total-count label {
  position:absolute; top:-1rem;
}

tbody.odd {
  background-color: rgba(0, 0, 0, .05);
}

.observations-wrapper th.species-taxonomy {
  min-width: 240px;
}

.taxonomy-latin {
  font-style: italic;
}
