﻿.fade {
    opacity: unset !important;
    transition: unset !important;
}

.popover-header {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

table .btn{
    min-width: 105px;
}

.popover-header .km_above_1000 {
    color: red;
}

.popover-header .km_below_1000 {
    color: orange
}

.popover-header a.close {
    margin: -7px
}

.oe-searching-cell {
    background-color: #3B9C68;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    text-align: center; /* centrér indhold */
    border: none;
    border-radius: 3px; /* radius virker bedst på td */
}

.oe-searching-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

tr.highlight-oe-service:hover > td.oe-searching-cell {
    background-color: #3B9C68 !important;
    color: #fff !important;
}

.popupBox {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    width: 300px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 44px;
    z-index: 10;
    min-height: 140px;
    white-space: normal !important;

}

.crop {
    width: 500px;
    height: 280px;
    overflow: hidden;
}

.crop img {
    height: 500px;
    margin: -130px 0 0 0;
}