﻿.modal-title {
    margin-top: 0;
}

select {
    margin: 0;
}

.field {
    margin-top: 15px;
}

.field:first-of-type {
    margin-top: 0;
}

.field .field-title {
    margin: 0px 0px 5px 0px;
    font-weight: bold;
}

.card-img-top {
    max-height: 150px;
}

.legende .card-img {
    max-width: 120px;
}

.card.hoverEffect {
    cursor: pointer;
    transition-duration: .5s;
}

.card.hoverEffect:hover {
    border-color: black;
}

.collapse:not(.show) {
    display: none !important;
}

.legende {
    position: relative;
}

#addNewDataset img.card-img {
    max-height: 75px;
    padding: 1rem;
}

.overlay-div {
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.8);
    transition-duration: .5s;
}

.legende:hover .overlay-div,
.legende.hovered .overlay-div {
    opacity: 1;
}