@media (max-width: 767.98px) {
  .user-menu .dropdown-item {
    white-space: normal;
  }
}

html {
  position:   relative;
  min-height: 100%;
}

body {
  margin-bottom: 30px;
}

.footer {
  position:    absolute;
  bottom:      0;
  width:       100%;
  height:      30px;
  line-height: 30px;
}

.user-menu .dropdown-menu {
  right: 0;
  left:  auto;
}

.dropdown-toggle[aria-expanded='true']:after {
  transform: rotate(180deg);
}

.dropdown-toggle:after {
  transition: .5s;
}

.content-heading {
  font-size:     1.5em;
  border-bottom: .048em solid #343a40;
  margin-bottom: .476em;
}

.navbar-brand {
  padding-bottom: .19rem;
}

.hse-logo {
  width:  40px;
  height: auto;
}

.bg-hse-green {
  background-color: #006857 !important;
}

.bg-hse-red {
  background-color: #b4083a !important;
}

.btn-hse-red {
  color:            #fff;
  background-color: #b4083a;
  border-color:     #83062a
}

.btn-hse-red:hover {
  color:            #fff;
  background-color: #83062a;
  border-color:     #83062a
}

.btn-hse-red:focus,
.btn-hse-red.focus {
  box-shadow: 0 0 0 .2rem rgba(160, 44, 78, 0.5)
}

.btn-hse-red.disabled,
.btn-hse-red:disabled {
  color:            #fff;
  background-color: #b4083a;
  border-color:     #83062a
}

.btn-hse-red:not(:disabled):not(.disabled):active,
.btn-hse-red:not(:disabled):not(.disabled).active,
.show > .btn-hse-red.dropdown-toggle {
  color:            #fff;
  background-color: #83062a;
  border-color:     #52041b
}

.btn-hse-red:not(:disabled):not(.disabled):active:focus,
.btn-hse-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-hse-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(160, 44, 78, 0.5)
}

.dataTables_paginate .page-item.active .page-link {
  background-color: #006857;
  border-color:     #006857;
}

.dataTables_paginate .page-link {
  color: #006857;
}

.dataTables_paginate .page-link:focus,
.dataTables_paginate .page-link.focus {
  box-shadow: 0 0 0 .2rem rgba(0, 104, 87, 0.5)
}

#unsupported-browser > p {
  margin-bottom: 0;
}

.dev-environment {
  background: #ffa0a0;
}

.uat-environment {
  background: #d3aaff;
}

.qa-environment {
  background: #fde37b;
}