body {
  background: #f0982a;
}

a,
a:hover {
  color:  #f0982a;
}

thead {
  background-color: #f0982a;
}

.box-ico {
  border-top: 2px solid #f0982a;
  border-bottom: 2px solid #f0982a;
  padding: 20px 40px;
  margin-bottom: 20px;
  background-color: rgba(240, 152, 42, 0.16);
}

.navbar {
  border-bottom: 6px solid #f0982a;
}

.navbar-brand {
  line-height: 1em;
}

.navbar-brand img {
  max-width: 50px;
  margin-right: 10px;
  vertical-align: unset;
}

.bg-light {
  border-bottom: 2px solid #343a40;
}

h2 {
  display: inline-block;
  position: relative;
  font-size: 2.3em;
  padding-bottom: 15px;
  margin: 0 0 30px;
}

h2:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: #f0982a;
}

nav {
  background: #546e7a;
  height: 50px;
  margin: 10px 0;
}

nav h3 {
  line-height: 50px;
  text-align: center;
}

.main-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.box {
  background: #78909c;
  padding: 15px;
}

.box h2 {
  margin: 0 0 15px 0;
  text-align: center;
  color: #fff;
  background: #546e7a;
  border: 1px solid #455d68;
  font-size: 24px;
  padding: 5px 0;
}

.card-header {
  background-color: rgb(52, 58, 64);
  color: #fff;
}

label {
  margin-bottom: 0;
  margin-top: .5rem;
}

.text-orange-soft{

  color: #ecc699;

}


.user-pending {
  background-color: #ecc699;
}

.login-box {
  background-color: rgba(240, 152, 42, 0.25);
  border-radius: 10px;
  margin-top: 10%;
  box-shadow: 0px 0px 1px #7e7e7e;
  padding: 20px 40px;
}

.login-box .btn-service {
  background-color: #f0982a;
  color: #fff;
}

.login-box .btn-service:hover {
  color: #000;
}

.form-signin input {
  margin-bottom: 10px;
  border: 0;
  height: 45px;
  box-shadow: 0px 0px 1px #7e7e7e;
}

#introduction h2 {
  padding: 10px 0px 10px 0px;
}

.forgotten_password_spam {
  display: inline-block;
  margin-bottom: 10px;
  line-height: 1;
}

.product {
  margin: 20px auto;
  padding: 10px 0;
}

.product:hover {
  background: #eee;
}

.product a:hover {
  color: #f0982a;
}

.product img {
  max-width: 100%;
  box-shadow: 0 0 1px #000;
}

.navbar-dark .navbar-brand {
  color: #fff !important;
}

#terms .modal-dialog {
  max-width: 900px;
}

.message {
  width: 100%;
  border: 1px solid #666;
  margin-bottom: 30px;
}

.message.col-8 {
  padding: 0 !important;
}

.message > div {
  padding: 5px 10px;
}

.message_header {
  background-color: rgba(240, 152, 42, 0.75);
}

.message_footer {
  background-color: #343a40;
  color: #fff;
}

.not_found_error h1,
.not_found_error i {
  color: #ccc;
  display: inline-block;
}

.not_found_error h1 {
  font-size: 6rem;
}

.inscrits {
  margin-bottom: 20px;
}

.inscrits .row div {
  border-bottom: 1px solid #ccc;
}

.inscrits .user-selected {
  color: gray;
  font-style: italic;
}

.inscrits .user-selected div {
  background: #eee;
}

code {
    text-align: left;
}
pre {
    padding-top: 0;
    padding-bottom: 0;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {

  color: #000;
  background-color: #ecc699;
  border: 2px solid #f0982a;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.actions div:not(.action-name) {
  flex-grow: 1;
  flex-basis: 15%;
  margin: 5px;
  text-align: center;
}

.actions div.action-name {
  flex-grow: 2;
  flex-basis: 50%;
  margin: 5px;

}

#ornitho_chart {
	max-width: 100%;
	height: 400px;
	margin: 0 auto;

}

.badge-ico{

  background-color: #f0982a;

}

.selectr-tag {
  border-radius: 5px;
  background: #f0982a;
}

.table_wrapper {
  max-height: 400px;
  height: auto;
  overflow-x: scroll;
}

.alarm_type.nav-pills,
.alarm_type .nav-item {
  display: inline-block;
}

#pills-tabContent {
  margin-top: 1em;
}

#alarms-tabContent .btn {
  border: 2px solid #f0982a;
}

#alarms-tabContent .btn:hover {
  color: #000;
  background: #ecc699;
}

.list-group-flush a.active{

  background-color: #f0982a;
  border-color: #f0982a;

}


#cause_list{

  overflow-y: auto;
  height: 400px;

}

#alarms-tabContent {

  margin-top: 2em;

}

#cause_categories a[data-category="deselect_all"] {
  display: none;
}

.select_category.is_active,
#cause_list a.is_active {
  font-style: italic;
  color: #999;
  pointer-events: none;
}

.admin_alarm .btn {
  margin: 0 0.5em;
}


.project_header {
  background: #ca6b45;
  padding: 1em;
  border-radius: 2px;
  color: #fff;
}

/* .project_header .container {
  display: flex;
  justify-content: space-between;
} */

.project_header .nav-link {
  color: #fff;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 3px;
  margin: 0 0.2em;
}

.project_header .nav-link.active,
.project_header .nav-link:hover,
.filter_bar button:hover,
.filter_bar button:focus,
#species_info .nav-top button:hover,
#species_info .nav-top button:focus {
  background: #fbe0be;
  color: #343a40;
}

.project_menu .nav {
  justify-content: flex-end;
}

.project_name {
  display: flex;
  align-items: baseline;
}

.terms {
  height: 250px;
  overflow: scroll;
  background: #f7f7f7;
  padding: 1em;
  border: 2px #ca6b45 solid;
  border-radius: 5px;
}
