html {
  font-size: 11px!important;
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'Inter', 'Roboto', 'Open Sans', 'Lato', 'Nunito', 'Montserrat', 'Source Sans Pro', Arial, sans-serif;
}

.text-active:hover{
    text-shadow: 1px 1px 1px 1em black;
}

.translucid {
    background-color: rgba(255,255,255,0.85)!important;
}
.toast-top-right{
    top: 90px;
    right: 15px;
}
table td, th{
    padding-left: 10px!important;
    padding-right: 10px!important;
}
table th {
    font-weight: bolder !important;
    font-size: 1.2em !important;
    color: #1e6974!important;
}
.fc-today, .fc-day-today {
    background-color: #c0e0e2!important;
}
.fc-timegrid-slot-lane:hover, .fc-daygrid-day:hover {
    background: #DBDBDB;
    opacity: 0.8;
}
.no-resize{
    resize: none;
}
.fc-timegrid-slot:hover {
    background-color: #e0e0e0 !important;
}