﻿.navbarx {
    background-color: #e3f2fd !important;
    border: 1px solid white !important;
}

.nav-item .active {
    background-color: #ecf6fe !important;
    border: 1px solid #ecf6fe !important;
}

.tab-content > .active {
    background-color: #ecf6fe !important;
}

.nav-link2 {
    color: white ;
}
iframe {
    display: block; /* iframes are inline by default */
    height: 80vh; /* Set height to 100% of the viewport height */
    width: 100%; /* Set width to 100% of the viewport width */
    border: none; /* Remove default border */
    background: lightyellow; /* Just for styling */
}
.toast-container {

    z-index: 1000001;
}
.toast {
 background-color: white !important;
}
.navbar .dropdown-toggle {
    color: white !important;
    background: transparent;
}

.dropdown-toggle {
    background: lightgray;
    color: black !important;
}


.calendar-cell {

    height:auto;

}

a.fc{
    color:black !important;
}
.fc-daygrid-dot-event:hover, .fc-daygrid-dot-event.fc-event-mirror {
    background: rgba(0, 0, 0, .1);
}

.fc .fc-daygrid-event {
    z-index: 6;
    margin-top: 1px;
}
.fc-daygrid-dot-event {
    display: flex;
    align-items: center;
    padding: 2px 0;
}

.fc-daygrid-event {
    position: relative;
    white-space: nowrap;
    border-radius: 3px;
    font-size: .85em;
    font-size: var(--fc-small-font-size, .85em);
}
a.fc-event, a.fc-event:hover {
    text-decoration: none;
}
.fc-daygrid-event-dot {
    margin: 0 4px;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border: 4px solid #3788d8;
    border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, #3788d8);
    border-radius: 4px;
    border-radius: calc(var(--fc-daygrid-event-dot-width, 8px) / 2);
}
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    margin-right: 3px;
}
.fc-daygrid-dot-event .fc-event-title {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
    font-weight: 700 ;
}
.fc-theme-bootstrap a:not([href]) {
    color: inherit;
}

.fc .fc-daygrid-day-frame {
    position: relative;
    min-height: 100%;
}



.fc, .fc *, .fc *:before, .fc *:after {
    box-sizing: border-box;
}

.fc table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
}
.fc .fc-daygrid-day-top {
    display: flex;
    flex-direction: row-reverse;
}
.fc .fc-daygrid-day-number {
    position: relative;
    z-index: 4;
    padding: 4px;
    color:black;
}
a.fc-daygrid-day-number {
    text-decoration: none;
    background-color: transparent;
}
    .fc .fc-daygrid-event-harness {
        position: relative;
    }

    .fc .fc-daygrid-day.fc-day-today {
       
    }

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}

.fc th, .fc td {
    vertical-align: top;
    padding: 0;
}

.fc, .fc *, .fc *:before, .fc *:after {
    box-sizing: border-box;
}

.fc-daygrid-day * {
color: black !important;
}
.fc .fc-day-other  {
    opacity: .3;
}
.fc-day{
    min-height:150px !important;
}
.fc-cursor {
    cursor: pointer;
}