.link-to-day:hover
{
    font-weight:900;
    cursor:pointer;
}


.back-to-calendar
{
    position:fixed;
    bottom:2em;
    right:2em;
}

@media print { 
.back-to-calendar { display: none; } 
.btnExport { display: none; } 
}


input[type='radio']
{ transform: scale(1.35); }

.admin-card {
    border: 1px solid #e5e5e5;
    min-height: 150px;
}


.note-area{
    height:4em;
}

#ajax-loading
{
    position: fixed;
    top: 0;
    height:100vh;
    width:100vw;
    pointer-events: none;
    z-index: 2000;
    display: none;
    background-image: url("../img/spinkit6.gif");
    opacity: .4;
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
}