.input-group.input-group-outline.form-control > label,
label:not(.tk-checkbox__content) {
  border: none !important;
  padding: 0px !important;
  margin: 0px !important;
  font-size: small;
  font-weight: bold;
  color: #495057 !important;
}

.bottomBar {
  position: fixed;
  bottom: 0px;
  border-top: 1px solid #d2d6da;
  width: 100%;
  z-index: 99;
  background: white;
}

.vmRenderedByAction {
  --bs-link-hover-color: black;
  cursor: pointer !important;
}

.googlemap {
  position: relative;
  min-height: 400px !important;
}
@media only screen and (min-width: 768px) {
  .googlemap {
    min-width: 500px !important;
    min-height: 500px !important;
  }
}

.tk-button > div,
.tk-checkbox {
  padding: 0px !important;
  margin: 0px !important;
}

.tk-button > button {
  min-width: 100px;
  font-family: var(--bs-font-sans-serif) !important;
}

.tk-button__text {
  display: inline-block;
  font-family: var(--bs-font-sans-serif) !important;
}

.btn > div,
.btn-link > div {
  padding: 0px !important;
  margin: 0px !important;
}

.Plats_Tillbaka.tk-component.ctButton.tk-button.NoLabel.btn.btn-link > div {
  padding: 0px !important;
}

.button__native:focus {
  background-color: unset !important;
}

.dropdown > select {
  height: 2em !important;
}

#globalNavWrapper {
  display: none;
}

#globalContentWrapper {
  grid-row: 1;
  width: 100vw;
  height: 100vh;
}

#contentWrapper {
  height: 100vh;
}

.row:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.row-action {
  z-index: 99;
  min-height: 100%;
  background: transparent !important;
  position: absolute !important;
  top: 0;
  color: transparent;
  width: 100%;
  height: 100% !important;
  box-shadow: none !important;
}

.row-action button {
  color: transparent;
}

.header {
  background-color: RGB(52, 71, 103);
  color: white;
  padding: 10px;
  min-height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0 4px 18px 0 RGB(0 0 0/8%);
}
@media (min-width: 768px) {
  .header {
    min-height: 70px;
  }
}

.header-logo {
  max-height: 35px;
}
@media (min-width: 768px) {
  .header-logo {
    max-height: 80px;
  }
}

.header-title {
  font-size: x-large;
  color: white;
  text-align: center;
}
@media (min-width: 768px) {
  .header-title {
    font-size: xx-large;
  }
}

.text-sm {
  color: #454545;
}

/*  
 *  Pure CSS star rating that works without reversing order
 *  of inputs
 *  -------------------------------------------------------
 *  NOTE: For the styling to work, there needs to be a radio
 *        input selected by default. There also needs to be a
 *        radio input before the first star, regardless of
 *        whether you offer a 'no rating' or 0 stars option
 *  
 *  This codepen uses FontAwesome icons
 */
/* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
.rating-group {
  display: inline-flex;
  /* make hover effect work properly in IE */
  /* hide radio inputs */
  /* set icon padding and size */
  /* set default star color */
  /* set color of none icon when unchecked */
  /* if none icon is checked, make it red */
  /* if any input is checked, make its following siblings grey */
  /* make all stars orange on rating group hover */
  /* make hovered input's following siblings grey on hover */
  /* make none icon grey on rating group hover */
  /* make none icon red on hover */
}
.rating-group .rating__icon {
  pointer-events: none;
}
.rating-group .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
.rating-group .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2rem;
}
.rating-group .rating__label-small {
  font-size: 10px;
}
.rating-group .rating__icon--star {
  color: orange;
}
.rating-group .rating__icon--none {
  color: #eee;
}
.rating-group .rating__input--none:checked + .rating__label .rating__icon--none {
  color: red;
}
.rating-group .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}

html[turnkeyview=AdminStart] #viewmodelSection > .pcPlatser {
  display: none;
}

.reviewCard {
  max-width: calc(50% - 20px);
  min-width: calc(50% - 20px);
  width: 100%;
  padding: 10px;
  margin: 10px;
  border: 1px solid rgba(69, 69, 69, 0.2);
  border-radius: 6px;
}

.ctLink:hover {
  text-decoration: underline;
}

.coverButton.tk-component {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 0;
}

.coverButton button {
  width: 100%;
  height: 100%;
  padding: 0;
}

.coverButton a {
  position: absolute !important;
  opacity: 0 !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 100 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}

.iconButton {
  padding: 0px;
}
.iconButton button {
  padding: 5px;
  border: none;
  background-color: transparent;
  color: white;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.iconButton button:hover {
  border: none;
  background-color: transparent;
  color: white;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.iconButton button:focus:not(:active) {
  border: none;
  background-color: transparent;
  color: white;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.tk-static-text {
  font-family: var(--bs-font-sans-serif);
}

.list-container {
  min-height: unset;
}

.flex-row {
  flex-direction: row;
}/*# sourceMappingURL=husbilskompisar.css.map */