﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.rowspacer {
    height: 25px;
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

.filerow {
    cursor: pointer;
}

.filename {
}

.modal-body-nomargin {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.modal-full {
    /*min-width: 90%;
	min-height: 90%;
	height: 90%;
	width: 90%;
	max-width: 1140px;*/
    min-width: 70%;
    min-height: 80%;
    height: 90%;
    width: 70%;
    max-width: 80%;
}

.modal-content {
    min-height: 90%;
    height: 90%;
}

#dvmediaiframe {
    position: absolute;
    height: 100%;
    width: 100%;
}

#dvuploadiframe {
    position: absolute;
    height: 100%;
    width: 100%;
}

.text-ultralight {
    color: #c5c5c5 !important;
}

.pre_text {
    height: auto;
    max-height: 400px;
    overflow: auto;
    background-color: #eeeeee;
    word-break: normal !important;
    word-wrap: normal !important;
    border: 1px solid #ced4da;
}

.multiselect-native-select > .btn-group {
    width: 100%;
}

.field-validation-error {
    color: #dc3545;
}

.nav-item {
    padding-left: 1rem;
}

.form-control-readonly {
    border-color: #ffffff;
    padding-left: 0px;
    font-weight: bold;
}




/* Image Picker Styles
-------------------------------------------------- */
/*.selectable-image-wrapper {
    position: relative;
    display: inline-block;
    width: 150px;
    height: auto;
    cursor: pointer;
}*/

.picker-modal {
    width: 100%;
    max-width: 1200px;
}

.selectable-image {
    display: block;
    border: 2px none;
    border-radius: 10px;
    margin-bottom: 30px;
    width: 128px;
    height: 128px;
    object-fit: cover;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    z-index: 10000;
}


.selectable-image-wrapper:hover .selectable-image {
    transform: scale(1.05);
}

.position-relative {
    position: relative;
    display: inline-block;
}

.overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 123, 255, 0.4);
    border: 2px solid gray;
    border-radius: 10px;
    opacity: 75%;
    transition: opacity 0.3s;
    z-index: 100;
}

.selectable-image.overlay-visible + .overlay {
    opacity: 1; /* Show overlay when selected */
}


/*Booking Programming CSS*/

.time-slot {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #f8f9fa;
    border-radius: 10px;
    overflow: hidden;
}

.time-slot span {
    display: block;
    width: 100%;
    height: 100%;
}

.time-slot-seamless-right {
    margin: 5px 5px 5px -5px;
    border-radius: 0px 20px 20px 0px;
    border-right: none;
}

.time-slot-seamless-center {
    margin: 5px 10px 5px 0px;
    border-radius: 0px;
}

.time-slot-seamless-left {
    margin: 5px -5px 5px 5px;
    border-radius: 20px 0px 0px 20px;
}

.time-slot-none {
    margin: 5px 0px 5px 0px;
    visibility: hidden;
}

.time-slot-table {
    border-collapse: collapse;
}

.time-slot-table td {
    height: 130px; /* Set a fixed height for timeslots */
    width: 100px;
    vertical-align: top;
    text-align: center;
    padding: 0; /* Remove padding for consistent slot alignment */
}


.time-slot-col {
    padding: 0;
    text-align: center;
    width: 100px;
}

/*Time slot calender columns*/

.Ticket2Uur {
    background-color: #0275d8;
}

.Ticket4Uur {
    background-color: #292b2c;
}

.TicketDag {
    background-color: #f7f7f7;
}

.TicketParty {
    background-color: #d9534f;
}

.Event {
    background-color: #f0ad4e;
}
