@media (max-width: 768px) {
  .county-table td, th {
    border: none;
  }
}
@media (max-width: 768px) {
  #welcomeCarousel {
    margin: 0;
  }

  #carousel-image {
    height: 270px;
    overflow: hidden;
  }

  .carousel-caption p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .carousel-caption h1 {
    font-size: 8vw;
    font-weight: bold;
    color: #ffffff;
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  #welcomeCarousel {
    height: 400px;
    overflow: hidden;
  }

  #carousel-image {
    height: 400px;
    overflow: hidden;
  }

  .carousel-caption h1 {
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 0px;
  }

  .carousel-caption p {
    font-size: 24px;
  }

  .extra-padding-lg {
    margin-left: 20px;
    margin-right: 20px;
  }

  .extra-padding-left-lg {
    margin-left: 20px;
  }

  .extra-padding-right-lg {
    margin-right: 20px;
  }
}
.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.6);
}

.county-table {
  margin-top: 20px;
}

.county-table a {
  font-size: 0.875rem;
  font-weight: 600;
}

/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
#map {
  height: 100%;
}

/* Optional: Makes the sample page fill the window. */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* The location pointed to by the popup tip. */
.popup-tip-anchor {
  height: 0;
  position: absolute;
  /* The max width of the info window. */
  width: 95%;
  cursor: auto;
  left: 50%;
  bottom: 60%;
  display: block;
}

/* The bubble is anchored above the tip. */
.popup-bubble-anchor {
  position: absolute;
  width: 100%;
  bottom: 8px;
  left: 0;
}

/* Draw the tip. */
.specific::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* Center the tip horizontally. */
  transform: translate(-50%, 0);
  /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
  width: 0;
  height: 0;
  /* The tip is 8px high, and 12px wide. */
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #2d7f9a;
}

/* The popup bubble itself. */
.popup-bubble-content {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  /* Style the info window. */
  background-color: #2d7f9a;
  color: white;
  padding: 10px 15px;
  border-radius: 0.25rem;
  font-family: sans-serif;
  overflow-y: auto;
  max-height: 100px;
  font-size: 1.2em;
  /*        box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.5);*/
}

.cart-price {
  font-weight: 600;
}

.cart-icon {
  padding: 0 5px;
}

.example-link {
  padding-top: 3px;
  font-size: 14px;
}

.first-cart-divider {
  margin-top: 21px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e3e3e6;
}

.other-cart-divider {
  margin-top: 24px;
  margin-bottom: 6px;
  border-bottom: 1px solid #e3e3e6;
}

.cart-item-text {
  font-family: Assistant;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  padding-bottom: 5px;
}

.company-details-heading {
  font-family: Assistant;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #49494a;
}

.details-title {
  padding-right: 15px;
  font-family: Assistant;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #49494a;
}

.company-details-divider {
  border-bottom: 1px solid #e3e3e6;
}

@media (min-width: 768px) {
  .company-details-divider {
    margin-top: 42px;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .company-details-divider {
    margin-top: 10px;
    margin-bottom: 22px;
  }

  .details-title:not(.noPadding) {
    padding-bottom: 16px;
  }

  .top-gutter-padding-extra {
    padding-top: 5px;
  }
}
.details-title.capitalize {
  text-transform: capitalize;
}

.turnover-circle {
  width: 12px;
  height: 12px;
  fill: #2d7f9a;
  color: #2d7f9a;
}

.profit-circle {
  width: 12px;
  height: 12px;
  fill: #1fb26e;
  color: #1fb26e;
}

.profit-negative-circle {
  width: 12px;
  height: 12px;
  fill: #db2f2f;
  color: #db2f2f;
}

@media (max-width: 576px) {
  .legend-text {
    font-size: 4vw;
  }
}
@media (min-width: 576px) {
  .legend-text {
    font-size: 0.8rem;
  }
}
.legend-text {
  font-family: Assistant;
  font-weight: 600;
  font-style: normal;
  font-stretch: inherit;
  line-height: 1.57;
  letter-spacing: inherit;
  text-align: left;
  color: #49494a;
}

html * {
  font-family: "Assistant";
}

body {
  padding-bottom: 20px;
  background-color: #f4f4f4;
}

@media screen and (max-width: 992px) {
  .row {
    margin-right: 0px;
  }

  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 0px;
  }
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 20px;
  padding-right: 20px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}

h1 {
  overflow-wrap: break-word;
}

.noCity {
  background-color: lightcoral;
}

input:invalid {
  background-color: lightcoral;
}

.clickable-row {
  cursor: pointer;
}

.placeholder-div {
  background: grey;
}

.sidebar-div {
  padding: 1px 20px 10px 20px;
}

.table-divider-space {
  margin-top: 40px;
  margin-bottom: 20px;
}

.table-divider {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e3e6;
}

table {
  width: 100%;
  table-layout: fixed;
}

a, a:visited :not(.btn), a:active :not(.btn), a:link :not(.btn) {
  color: #2d7f9a;
  font-weight: 600;
}

.grey-medium {
  color: #6d6d6e;
}

.up {
  stroke: #800000;
  fill: #800000;
  color: #800000;
}

.down {
  stroke: #008000;
  fill: #008000;
  color: #008000;
}

.feather.down {
  transform: rotate(180deg);
}

.statistics-sum-header {
  font-size: 0.8em;
  font-weight: bold;
}

.statistics-sum {
  font-size: 4em;
  line-height: 0.8em;
  font-weight: bold;
}

.statistics-sum-sub {
  font-size: 3em;
  line-height: 0.8em;
  font-weight: bold;
}

.statistics-sum-sub-small {
  font-size: 2em;
  line-height: 0.8em;
  font-weight: bold;
}

.Frdjupning-frn-Syna {
  height: 22px;
  font-family: Assistant;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #49494a;
}

@media (max-width: 1200px) and (min-width: 768px) {
  .Frdjupning-frn-Syna {
    font-size: 16px;
  }
}
table a:visited, table a:active, table a:link {
  font-weight: 600;
}

h1 a:visited, h1 a:active, h1 a:link {
  font-weight: 400;
}

h2 a:visited, h2 a:active, h2 a:link {
  font-weight: 400;
}

h3 a:visited, h3 a:active, h3 a:link {
  font-weight: 400;
}

h4 a:visited, h4 a:active, h4 a:link {
  font-weight: 400;
}

h5 a:visited, h5 a:active, h5 a:link {
  font-weight: 400;
}

h6 a:visited, h6 a:active, h6 a:link {
  font-weight: 400;
}

a.anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}

.pagination {
  padding: 5px;
  padding-bottom: 15px;
  margin: 0;
}

.pagination ul {
  padding: 5px;
  margin: 0;
}

@media (max-width: 768px) {
  .pagination {
    padding-bottom: 25px;
  }
}
.mapael .map {
  position: relative;
}

.mapael .mapTooltip {
  position: absolute;
  background-color: #2d7f9a;
  moz-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=70);
  border-radius: 15px;
  padding: 5px 15px;
  z-index: 1000;
  max-width: 200px;
  display: none;
  color: #fff;
}

.mapael .map * {
  white-space: nowrap;
}

.form-control:not(:first-child) {
  margin-top: 10px;
}

.table-list th, .table-list td {
  line-height: 1.6;
}

.table th, .table td {
  padding-left: 0px;
  padding-right: 0px;
  color: #49494a;
}

.table th {
  border-top: hidden;
}

.semi-bold {
  font-weight: 600 !important;
}

.text-info.text-impact {
  color: #2d7f9a !important;
}

.dropdown-filter {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 276px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  overflow-x: auto;
  max-height: 300px;
}

.dropdown-filter ul {
  padding-left: 0px;
}

.dropdown-filter li {
  color: black;
  text-decoration: none;
  /*display: none;*/
  padding-top: 5px;
  padding-left: 10px;
  border-top: 1px solid #ddd;
  cursor: pointer;
}

.county-list .dropdown-filter-selected {
  background-color: lightgray;
}

.item-visible {
  display: block;
}

.item-not-visible {
  display: none;
}

.city-picker-list {
  padding-left: 0px;
  margin-top: 2px;
}

.all-companies-blob, .all-companies-blob:hover {
  border: 1px solid rgba(45, 127, 154, 0.7);
  border-radius: 20px;
  padding: 4px 12px 6px 12px;
  margin: 2px;
  margin-right: 6px;
  display: inline-block;
  font-weight: 600;
  line-height: 20px;
  color: #2d7f9a;
  text-decoration: none;
}

.input-label {
  margin-bottom: 3px;
  font-weight: 600;
}

.no-margin-top {
  margin-top: 0px !important;
}

.city-blob {
  background-color: rgba(45, 127, 154, 0.1);
  border-radius: 0.3rem;
  padding: 4px 12px 6px 12px;
  margin-top: 4px;
  display: block;
  font-weight: 600;
  line-height: 20px;
  color: #2d7f9a;
}

.city-blob p {
  float: left;
  margin: 0;
}

.city-blob span {
  float: right;
  cursor: pointer;
}

.large-buy-button-div {
  display: inline-block;
  vertical-align: top;
}

.large-buy-button-div button {
  width: 150px;
  height: 75px;
  margin-bottom: 4px;
}

.county-list {
  background-color: #ffffff;
}

.county-city-top-links {
  display: inline-block;
  width: 120px;
  height: 30px;
}

/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #428bca;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 250px;
  background-color: #fff;
  border: solid grey 1px;
  color: #000;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  top: 125%;
  left: 50%;
  margin-left: -125px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}

/* Toggle the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}

.grecaptcha-badge {
  display: none;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.info-div {
  background-color: #e4ebee;
}

@media (min-width: 768px) {
  footer {
    padding-top: 35px;
  }

  .top-margin-gutter {
    margin-top: 40px;
  }

  .top-margin-gutter-small {
    margin-top: 20px;
  }

  .bottom-margin-gutter {
    margin-bottom: 40px;
  }

  .bottom-margin-gutter-small {
    margin-bottom: 20px;
  }

  .top-gutter {
    padding-top: 40px;
  }

  .between-gutter {
    padding-bottom: 40px;
  }

  .top-between-cards-gutter {
    padding-top: 24px;
  }

  .top-gutter-small {
    padding-top: 20px;
  }

  .top-gutter-tiny {
    padding-top: 10px;
  }

  .bottom-gutter-tiny {
    padding-bottom: 10px;
  }

  .bottom-gutter {
    padding-bottom: 40px;
  }

  .bottom-gutter-large {
    padding-bottom: 80px;
  }

  .top-gutter-big {
    padding-top: 80px;
  }

  .navbar-shadow {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.07);
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .statistics-sum {
    font-size: 4em;
    line-height: 0.8em;
    font-weight: bold;
    color: inherit;
  }

  .statistics-sum-sub {
    font-size: 3em;
    line-height: 0.8em;
    font-weight: bold;
  }

  .statistics-sum-sub-small {
    font-size: 2em;
    line-height: 0.8em;
    font-weight: bold;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .statistics-sum {
    font-size: 4em;
    line-height: 0.8em;
    font-weight: bold;
  }

  .statistics-sum-sub {
    font-size: 2em;
    line-height: 0.8em;
    font-weight: bold;
  }

  .statistics-sum-sub-small {
    font-size: 1.5em;
    line-height: 0.8em;
    font-weight: bold;
  }
}
@media (max-width: 768px) {
  .statistics-sum, .statistics-sum-sub {
    font-size: 3em;
    line-height: 0.8em;
    font-weight: bold;
  }

  footer {
    padding-top: 28px;
    padding-bottom: 60px;
    text-align: center;
  }

  .top-margin-gutter {
    margin-top: 20px;
  }

  .bottom-margin-gutter {
    margin-bottom: 20px;
  }

  .between-gutter, .top-gutter, .top-between-cards-gutter {
    padding-top: 10px;
  }

  .top-gutter-small,
.top-gutter-small-sm-only {
    padding-top: 5px;
  }

  .top-gutter-tiny,
.top-gutter-tiny-sm-only {
    padding-top: 5px;
  }

  .bottom-gutter-tiny,
.bottom-gutter-tiny-sm-only {
    padding-bottom: 5px;
  }

  .bottom-gutter,
.bottom-gutter-sm-only {
    padding-bottom: 20px;
  }

  .top-gutter-sm-only {
    padding-top: 20px;
  }

  .top-gutter-big,
.top-gutter-big-sm-only {
    padding-top: 36px;
  }

  .navbar-shadow {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.24);
  }
}
@media (max-width: 768px) {
  .mobile-h-pad {
    padding-left: 44px;
    padding-right: 44px;
  }

  .mobile-h-pad-small {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mobile-h-pad-tiny{
    padding-left: 15px;
    padding-right: 15px;
  }

  .mobile-b-pad-sm {
    padding-bottom: 10px;
  }

  .mobile-t-pad {
    padding-top: 22px;
  }

  .mobile-t-pad-important {
    padding-top: 22px !important;
  }

  .mobile-t-big-pad {
    padding-top: 40px;
  }

  .mobile-b-pad {
    padding-bottom: 22px;
  }

  .mobile-b-big-pad {
    padding-bottom: 40px;
  }
}
.col.next-component-pad-right {
  padding-right: 8px;
}

@media (min-width: 768px) {
  .top-gutter-sm-up {
    padding-top: 40px;
  }

  .rounded-item {
    border-radius: 6px;
  }

  .less-rounded-item {
    border-radius: 4px;
    width: 100%;
  }
}
.site-logo {
  padding: 8px 0;
}

@media (max-width: 767px) {
  .site-logo {
    max-width: 200px;
  }
}
.card-img-top {
  padding-right: 10px;
  padding-bottom: 5px;
}

.pagination.pagination-center {
  justify-content: center;
}

.card {
  border: 0;
  padding: 27px 32px;
}

.image-holder {
  height: 46px;
}

.service-heading {
  font-size: 34px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  color: white;
  margin-top: 6px;
  padding-bottom: 20px;
}

.service-text {
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: center;
  color: white;
  padding-top: 5px;
}

.service-price {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: white;
  padding-top: 8px;
}

.btn-white {
  color: #216880;
}

.btn-syna-yellow {
  color: #212529;
  background-color: #f7cb30;
  border-color: #fff;
}

.btn-syna-yellow:hover {
  color: #212529;
  background-color: #d3ad29;
  border-color: #E0E0E0;
}

.card-footer {
  margin-left: -32px;
  margin-right: -32px;
  margin-bottom: -27px;
}

.custom-list {
  list-style: none;
  padding-left: 0;
}

.custom-list li {
  position: relative;
  padding-left: 20px;
}

.custom-list li:not(.no-bullet):before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'><polyline points='20 6 9 17 4 12'></polyline></svg>");
  background-size: cover;
  background-position: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #map {
    border-top: 1px solid #d8d8d9;
    border-bottom: 1px solid #d8d8d9;
  }

  .topH1heading {
    color: #49494a;
    font-size: 20px;
    text-align: left;
    line-height: 1.4;
    padding-top: 28px;
    margin-bottom: -22px;
  }

  .padded-content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 8px 20px;
  }

  .card, .card-img {
    border: 0;
    border-radius: 0px;
  }

  h1, .h1 {
    font-weight: bold;
    font-size: 8vw;
    letter-spacing: -0.5px;
    color: #49494a;
    text-align: center;
    margin-top: 30px;
  }

  .jumbotron h1 {
    margin-top: 0px;
  }

  .subH1heading {
    color: #6d6d6e;
    text-align: center;
    font-size: 18px;
  }
}
#map {
  background-color: white;
  min-height: 380px;
  max-height: 380px;
}

@media screen and (min-width: 768px) {
  #map {
    border-radius: 0.25rem;
    border: 1px solid #d8d8d9;
  }

  .topH1heading {
    color: #49494a;
    font-size: 26px;
    text-align: left;
    line-height: 1.08;
    padding-top: 17px;
    margin-bottom: -29px;
  }

  h1, .h1 {
    font-weight: bold;
    font-size: 44px;
    letter-spacing: -0.5px;
    color: #49494a;
    text-align: center;
    margin-top: 41px;
  }

  .subH1heading {
    color: #6d6d6e;
    text-align: center;
    font-size: 22px;
  }
}
h2, .h2 {
  font-weight: 400;
  font-size: 32px;
  color: #49494a;
}

h3, .h3 {
  font-weight: 400;
  font-size: 26px;
  color: #49494a;
}

h4, .h4 {
  font-family: Assistant;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #49494a;
}

.image-heading {
  margin-bottom: 18px;
}

.image-heading > * {
  display: inline-block;
  margin-right: 16px;
}

.one-line-height {
  line-height: 1em;
  margin: 0;
}

@media screen and (max-width: 576px) {
  .container {
    padding: 0px;
    margin: 0px;
  }

  body {
    padding: 0px;
  }

  .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.no-padding {
  padding: 0px;
}

.removeSubscription {
  cursor: pointer;
  float: right;
  padding-top: 3px;
}

.dot-shape {
  height: 30px;
  width: 30px;
  border: 2px solid #8ab2bf;
  border-radius: 50%;
  display: inline-block;
}

.popup-tooltip {
  background-color: #49494a;
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: white;
}

.popup-arrow-down {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #49494a;
  margin: 0 auto;
}

#carousel-image {
  filter: brightness(80%);
  -webkit-filter: brightness(80%);
}

.nice-padded-box {
  padding: 16px;
  border-radius: 3px;
}

.premium-color {
  color: #e7c960;
}

.w-5px {
  width: 5px;
  padding: 0 !important;
}

.w-15px {
  width: 15px;
  padding: 0 !important;
}

@media (max-width: 576px) {
  /*.mobile-h-pad-small {*/
  /*  padding-left: 40px;*/
  /*}*/
  
  /*.mobile-h-pad-tiny {*/
  /*  padding-left: 20px;*/
  /*}*/
}
.remarks-col-indicator {
  padding: 0 !important;
  width: 3px;
}

.indicator-content{
  width: 8px;
  height: 8px;

  margin-top: 19px;
  margin-left: 3px;
  border-radius: 5px;
}

.bad-company .indicator-content {
  background-color: #db2f2f;
}

.warn-company .indicator-content {
  background-color: #dba500;
}

.good-company .indicator-content {
  background-color: #1fb26e;
}

.bg-premium {
  background-color: #2a3a43;
}

.alert.alert-premium {
  background-color: #2a3a43;
  color: white;
}
.alert.alert-premium-soft {
  background-color: #415f6f;
  border: 2px solid #415f6f;
  color:white;
}

.alert.alert-premium * {
  color: white;
}
.alert.alert-premium-soft *{
  color:white;
}
.btn-premium-menu:hover {
  background-color: #375463;
}

.outline-thick-light {
  border: 4px solid white;
}

.bg-premium h2, .bg-premium h3, .bg-premium h4, .bg-premium ul, .bg-premium p {
  color: white;
}

.btn-premium {
  color: #fff !important;
  background-color: #a19654;
}

.btn.btn-orange{
  background: #ea962f;
  color: white;
}
.btn.btn-orange:hover {
  background: #edaf63;
}

.box-shadow {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.box-shadow-light{
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);
}

.bg-premium-pattern {
  background-image: url("/content/images/Kreditrapporten-betalningsanmarkningar-konkurser-gw.jpg");
  background-size: cover;
  background-position: center;
}

.btn-primary.btn-outline {
  border: 1px solid white !important;
}

.testclass {
  color: white;
}

.bg-kr-blue {
  background-color: #2d7f9a;
}

.type-indicator {
  padding: 4px 8px;
  font-weight: 600;
  font-size: 0.7em;
  border-radius: 12px;
  border: 1.5px solid #c0c0c0;
  text-align: center;
}

.region.type-indicator {
  color: #17a2b8;
  border-color: #17a2b8;
}

.org.type-indicator {
  color: #66ba6b;
  border-color: #66ba6b;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
}

.toast {
  background-color: rgba(255, 255, 255, 0.95);
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

@media screen and (min-device-width: 720px) {
  .toast {
    max-width: 550px;
  }
}
.toast.border-warn {
  border: 1px solid #9fcdff !important;
}

.toast.border-danger {
  border: 1px solid #9fcdff !important;
}

.toast.border-info {
  border: 1px solid #9fcdff !important;
}

.alert.alert-outline-success{
  border-color: #83be91 !important;
  border-width: 2px !important;
}

.alert.alert-outline-info{
  border-color: #2d7f9a !important;
  border-width: 2px !important;
}

.alert.alert-outline-info{
  border-color: #7fb8c7 !important;
  border-width: 2px !important;
}

.alert.alert-no-outline-success {
  color: green;
}

.alert.alert-outline-success .semi-bold {
  color: green !important;
}

.alert.alert-no-outline-success .semi-bold {
  color: green;
}

.alert.alert-outline{
  border-color: #d0d0d0;
  border-width: 1px;
  border-radius: 8px;
}

.table.table-borderless th, .table.table-borderless td {
  border-bottom: 0 !important;
  border-top: 0 !important;
}

.table .thead-info th {
  color: white;
  background-color: #2d7f9a;
  border-color: #1d6178;
}

.table .tbody-info td {
  color: #2d7f9a;
}
  


.navbar-brand {
  margin-right: 0.2rem !important;
}

.row.row-eq-height-cols {
  overflow: hidden;
}

.row.row-eq-height-cols > [class*=col-] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.text-fire {
  color: #ff6c08 !important;
}

.alert-catastrophe {
  color: white;
  background-color: #b80011;
  border-color: #c40015;
}

.alert-catastrophe a {
  color:lightpink;
}

.padding-top-0{
  padding-top: 0 !important;
}

ul.ul-pad-inline-start-tight{
  padding-inline-start: 1rem;  
}

b, strong {
  font-weight: bold;
}


@media screen and (max-device-width: 768px){
  .navbar-nav .nav-link{
    font-size: 1.2rem;
  }
  .navbar-nav .nav-link{
    padding-left:1rem;
  }
  nav .dropdown-item {
    font-size: 1.2rem;
  }
}

.tiny {
  font-size: 70%;
}


/*# sourceMappingURL=site.css.map */
