﻿#app .vc-grid-container {
    width: 100%;
    display: -ms-grid;
}

    #app .vc-grid-container.vc-weeks {
        padding: 5px 6px 7px 6px;
    }

    #app .vc-grid-container .vc-day-content {
        min-height: 1.8rem;
        width: 1.8rem;
        height: 1.8rem;
        margin: 0.1rem auto;
    }

#app .vc-arrows-container {
    padding: 8px 10px;
}

#app .vc-opacity-0 {
    position: relative;
}

#app .vc-popover-content.direction-bottom {
    margin-top: 10px;
}

#app .vc-popover-caret.align-left {
    left: 18px;
}

#app .vc-header {
    padding: 10px 10px 0 10px;
}


.hover-img {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
}

a {
    display: inline-flex;
    width: 40%;
}

.hover_img a {
    display: flex;
    width: 170px;
    align-items: center;
    justify-content: center;
    gap: 15px;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
}


    .hover_img a span {
        width: 5px;
        height: 5px;
        position: absolute;
        display: none;
        z-index: 99;
        width: 170px;
        height: 170px;
        top: -100px;
        left: 0%;
        transform: translateX(-50%);
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }

    .hover_img a:hover span {
        position: absolute !important;
        display: block;
        opacity: 1;
        animation: none;
        transform: translate(70%, 50px);
        left: 40%;
        top: 90%;
        z-index: 999;
    }
.modal-body {
    text-align: center;
    align-content: center;
    align-items: center;
}

    .modal-body img {
        left: 4%;
        margin-left: auto;
        margin-right: auto;
    }

@keyframes slide-down {
    from {
        top: -100px;
        opacity: 0;
    }

    to {
        top: 50%;
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}


.vc-highlight {
    width: 28px;
    height: 28px;
}

.container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-width: 900px;
    text-align: center;
    min-height: 400px;
}

.dagboeken-app-icon {
    float: right;
    position: absolute;
    top: 10px;
    right: 10px;
    padding-right: 0.5em;
    padding-top: 0.5em;
}

.content {
    justify-content: center;
    text-align: center;
}

.dagboeken-defaultmeansoftransport-icon {
    float: right;
    position: absolute;
    top: 70px;
    right: 15px;
    padding-right: 0.5em;
    padding-top: 0.5em;
}

.dagboeken-defaultmeansoftransport-icon:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.dagboeken-defaultmeansoftransport-icon .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    top: -16px;
    right: 109%;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s;
}

.dagboeken-defaultmeansoftransport-icon .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%; /* To the right of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
}



.dagboeken-defaultmeansoftransport-favorite:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.dagboeken-defaultmeansoftransport-favorite .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    top: -16px;
    right: 109%;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s;
}

.dagboeken-defaultmeansoftransport-favorite .tooltiptext::after {
    content: " ";
    top: 50%;
    left: 100%; /* To the right of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
}

.modal-scrollable-content {
    max-height: 400px;
    overflow-y: auto;
}

.modal-body {
    text-align: center;
    align-content: center;
    align-items: center;
    max-height: 400px;
    overflow-y: auto;
}
