.hf-text {
  color: #32353c;
}
.hf-text-highlight {
  color: #158a9f;
}
.hf-text-primary {
  color: #00c1d6;
}
.hf-text-secondary {
  color: #909090;
}
.hf-text-success {
  color: #80c622;
}
.hf-text-warning {
  color: #f15e6d;
}
#gallery-dropzone .fa-file-image-o {
  display: block;
  margin: 15px auto;
}
#page-wrapper {
  padding-bottom: 30px;
}
.action-icons a {
  text-decoration: none !important;
}
td .action-icons {
  margin-left: 0.5ex;
  float: right;
}
.alert-info ul {
  padding-left: 1em;
}
.badge {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.05em;
}
.badge-success {
  background-color: #80c622;
}
.badge-warning {
  background-color: #ff8400;
}
.badge-danger {
  background-color: #f15e6d;
}
.badge-info {
  background-color: #337ab7;
}
.table .btn-xs .badge {
  margin-left: 0.5ex;
  vertical-align: baseline;
}
.table .text-column .badge {
  margin-left: 0.5ex;
}
.btn-datatables {
  margin-top: 5px;
  margin-bottom: 5px;
  min-width: 120px;
  text-align: center;
}
.btn-disabled {
  cursor: not-allowed;
}
.btn-fixed {
  position: fixed;
  padding: 10px;
  border-radius: 5px;
  background-color: #32353c;
  bottom: 20px;
  right: 20px;
}
.btn-hej {
  color: #fff;
  background-color: #ed2f43;
  border-color: #eb182e;
}
.btn-hej:focus,
.btn-hej.focus {
  color: #fff;
  background-color: #d61327;
  border-color: #790a16;
}
.btn-hej:hover {
  color: #fff;
  background-color: #d61327;
  border-color: #b61021;
}
.btn-hej:active,
.btn-hej.active,
.open > .dropdown-toggle.btn-hej {
  color: #fff;
  background-color: #d61327;
  border-color: #b61021;
}
.btn-hej:active:hover,
.btn-hej.active:hover,
.open > .dropdown-toggle.btn-hej:hover,
.btn-hej:active:focus,
.btn-hej.active:focus,
.open > .dropdown-toggle.btn-hej:focus,
.btn-hej:active.focus,
.btn-hej.active.focus,
.open > .dropdown-toggle.btn-hej.focus {
  color: #fff;
  background-color: #b61021;
  border-color: #790a16;
}
.btn-hej:active,
.btn-hej.active,
.open > .dropdown-toggle.btn-hej {
  background-image: none;
}
.btn-hej.disabled:hover,
.btn-hej[disabled]:hover,
fieldset[disabled] .btn-hej:hover,
.btn-hej.disabled:focus,
.btn-hej[disabled]:focus,
fieldset[disabled] .btn-hej:focus,
.btn-hej.disabled.focus,
.btn-hej[disabled].focus,
fieldset[disabled] .btn-hej.focus {
  background-color: #ed2f43;
  border-color: #eb182e;
}
.btn-hej .badge {
  color: #ed2f43;
  background-color: #fff;
}
.btn-text {
  border: none;
  padding: 0;
  vertical-align: baseline;
}
.dropdown-menu:not(.datepicker) {
  min-width: 100%;
}
.dropdown-menu > li button {
  display: block;
  padding: 8px 15px;
  width: 100%;
  color: #333;
  background: #fff;
  border: none;
  text-align: left;
  white-space: nowrap;
}
.dropdown-menu > li button:hover {
  background: #f5f5f5;
}
.clear-both {
  clear: both;
}
code {
  color: #1b6d85;
}
.details-table {
  display: inline-block;
  margin: 0 15px;
  vertical-align: top;
  width: auto;
}
.details-table-no-margin {
  margin: 0;
}
.table .table.details-table {
  background-color: inherit;
}
.details-table tbody th {
  font-weight: normal;
}
.filter .select2-container,
.form-group .select2-container {
  display: block;
}
.filter .selection .select2-selection:not(.select2-selection--multiple),
.form-group .selection .select2-selection:not(.select2-selection--multiple) {
  height: 34px;
}
.filter .selection .select2-selection:not(.select2-selection--multiple) .select2-selection__rendered,
.form-group .selection .select2-selection:not(.select2-selection--multiple) .select2-selection__rendered {
  line-height: 32px;
}
.filter .selection .select2-selection:not(.select2-selection--multiple) .select2-selection__arrow,
.form-group .selection .select2-selection:not(.select2-selection--multiple) .select2-selection__arrow {
  height: 32px;
}
.filter-counts {
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.filter2 {
  margin-bottom: 5px;
}
.filter2 .form-group {
  float: left;
  margin-right: 30px;
}
.fish-group {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.fish-group legend {
  font-size: 16px;
}
.fish-group label {
  font-size: 13px;
}
.form-control-reset {
  cursor: pointer;
  pointer-events: all;
  opacity: 0.5;
}
.form-control-reset:hover {
  opacity: 1;
}
.form-group.date-range-picker {
  max-width: 300px;
}
.flash-notification {
  margin-top: 10px;
}
.filter2 + .flash-notification {
  margin-top: 0;
}
.page-header-wrapper + .flash-notification {
  margin-top: 0;
}
.hejfish-logo {
  height: 40px;
}
.image-caption-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inline-list {
  margin: 0;
  padding: 0;
}
.inline-list li {
  display: inline-block;
  list-style: none;
}
.inline-list li + li::before {
  color: #909090;
  content: '•';
  margin: 0 0.25em;
}
.input-group.input-daterange .input-group-label {
  border-left-width: 1px;
}
@media (min-width: 1600px) {
  .label-default-screen {
    display: none;
  }
}
.label-large-screen {
  display: none;
}
@media (min-width: 1600px) {
  .label-large-screen {
    display: inline;
  }
}
.loading {
  margin: 20px auto;
  height: 40px;
  color: #555;
  font-size: 32px;
  text-align: center;
}
.ml {
  margin-left: 1ex;
}
.ml-s {
  margin-left: 0.5ex;
}
.navbar-default .navbar-brand {
  padding: 5px 5px 5px 10px;
}
.navbar-default .navbar-brand-logo {
  display: inline;
}
.navbar-static-top {
  margin-bottom: 0;
}
.no-border {
  border-width: 0;
}
.input-group-addon.no-border {
  border-width: 1px;
  border-left-width: 0;
  border-right-width: 0;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.no-underline {
  text-decoration: none !important;
}
.page-header-slim {
  margin-top: 20px;
  position: relative;
}
.page-header-slim > h1 {
  display: inline-block;
  margin: 0;
}
.page-header-slim > .right-box {
  position: absolute;
  top: 5px;
  right: 0;
}
.page-header .btn-back {
  margin-right: 1ex;
  margin-top: 4px;
  vertical-align: text-bottom;
}
.product-name {
  color: #32353c;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}
.hejfish-logo + .product-name {
  vertical-align: middle;
}
.quick-filter {
  margin-bottom: 0;
}
.quick-filter .btn-link {
  padding: 0;
  border-width: 4px;
}
.quick-filter .list-group-item {
  border: none;
  display: inline-block;
  padding: 0;
}
.quick-filter .list-group-item + .list-group-item::before {
  content: '|';
}
.langingpage-row,
.fish-row,
.technique-row,
.country-row,
.state-row,
.region-row,
.city-row,
.area-row,
.poi-row,
.translation-row {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.langingpage-row textarea,
.fish-row textarea,
.technique-row textarea,
.country-row textarea,
.state-row textarea,
.region-row textarea,
.city-row textarea,
.area-row textarea,
.poi-row textarea,
.translation-row textarea {
  resize: vertical;
}
.sidebar ul li a.active {
  background-color: inherit;
  border-right: 4px solid;
}
.sidebar ul li a.active:hover {
  background-color: #eee;
}
.sidebar ul li a i {
  margin-right: 0.25rem;
}
.sidebar .nav li a:focus {
  background-color: inherit;
}
.sidebar .nav li a:focus:hover {
  background-color: #eee;
}
.sidebar .switch-tool a {
  color: #00c1d6;
}
.table tr.no-border td,
.table tr.no-border th {
  border-width: 0;
}
.text-overflow {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
a[disabled] {
  cursor: not-allowed;
}
td.details-control {
  cursor: pointer;
}
td.details-control:before {
  color: #5cb85c;
  font-family: FontAwesome, fantasy;
  content: "\f138";
}
tr.shown td.details-control:before {
  color: #337ab7;
  content: "\f13a";
}
table.ticket-user-detail,
table.ticket-inspections {
  padding: 10px 25px;
  display: inline-block;
  vertical-align: top;
  border-collapse: collapse;
  border-spacing: 0;
}
table.ticket-user-detail tr,
table.ticket-inspections tr {
  border-top: 1px solid #ddd;
}
table.ticket-user-detail tr:first-child,
table.ticket-inspections tr:first-child {
  border-top: none;
}
table.ticket-user-detail th,
table.ticket-inspections th,
table.ticket-user-detail td,
table.ticket-inspections td {
  padding: 8px 10px;
}
.panel-with-table .panel-body {
  padding: 0;
}
.panel-with-table .panel-body .table {
  margin-bottom: 0;
}
.panel-with-table .panel-body .table td,
.panel-with-table .panel-body .table th {
  padding: 12px 15px;
}
.panel-with-table .panel-body .table tr:first-child td,
.panel-with-table .panel-body .table tr:first-child th {
  border-top: none;
}
.superuser-nav a::after {
  content: url('../img/hejfish.svg');
  position: relative;
  top: -4px;
  left: -2px;
}
.superuser-link::after {
  content: url('../img/hejfish.svg');
  position: relative;
  top: -3px;
}
.superuser-button {
  position: relative;
}
.superuser-button::after {
  content: url('../img/hejfish.svg');
  position: absolute;
  top: -3px;
  right: 2px;
  filter: brightness(3);
}
.superuser-label::after {
  content: url('../img/hejfish.svg');
  position: relative;
  top: -3px;
  left: 1px;
}
.superuser-action {
  position: relative;
}
.superuser-action::after {
  content: url('../img/hejfish.svg');
  position: absolute;
  top: -8px;
  left: 15px;
}
.superuser-hint {
  font-size: 12px;
  background: #f5f5f5;
  color: #777;
  padding: 5px 15px;
}
.superuser-hint::before {
  content: url('../img/hejfish.svg');
}
