﻿/* 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. */

.fc-bg-event {
    opacity: 1 !important;
    padding: 2px 2px 0 !important;
}

.fc-absence-event {
    opacity: 1 !important;
    color: black;
}

.fc-timegrid-event.fc-foreign-assignment-event {
    background-color: red !important;
}

.fc-slot-event {
    background-color: green !important;
}

.fc-locked-slot-event {
    background-color: olive !important;
}

a.white {
    color: white !important;
    text-decoration: underline;
    word-wrap: break-word;
}

a.underline {
    color: black !important;
    text-decoration: underline;
}

.inline-block {
    display: inline-block !important;
}

.styled select {
    background: transparent;
    width: 50px;
    font-size: 16px;
    border: 1px solid #CCC;
    height: 40px;
}

.styled {
    width: 50px;
    height: 40px;
    border: 1px solid #111;
    border-radius: 3px;
    overflow: hidden;
}

.btn-black {
    color: black !important;
}

.fc button,
.fc button:hover,
.fc button:focus,
.fc button:active,
.fc button:active:focus,
.fc button:active:hover {
    background-color: lightgray;
    color: #fff;
}

.center-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
