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;
}

#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;
}

.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;
}

#survey_filter_alert {
  display: none;
}

.validation-breeding-state .badge {
  white-space: normal;
}

.switch {
  display: inline-block;
  width: 50px;
  height: 30px;
  position: relative;
}

.toggle-thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #475569;
  border-radius: 40px;
  cursor: pointer;
}

.toggle-thumb:before {
  content: "";
  height: 22px;
  width: 22px;
  position: absolute;
  left: 4px;
  bottom: 4px;
  border-radius: 50%;
  background-color: #E2E8F0;
  transition: .4s all ease;
}
.checkbox {
  opacity: 0;
  width: 0;
  height: 0;
}

.checkbox:checked + .toggle-thumb:before {
  transform: translateX(20px);
}

.alert {
  position: fixed;
  top: 10px;
  left: calc(50% - 300px);
  width: 600px;
}
