﻿.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
    background-color: #5596f7;
}

.fc-daygrid-event-harness .fc-daygrid-event .fc-event-title {
    white-space: normal;
    font-weight: 400 !important;
}

.fc-list-table .fc-list-event.bg-soft-secondary .fc-list-event-title > a{
    color:#000!important;    
}

.fc .fc-list-table td {
    text-align: left;
    color: #000;
}

#event-attachments > div:not(:last-child), 
.paa-public-filelist .image-list {
    margin-bottom: 10px;
}

.paa-public-filelist .image-list .single-image-file:not(:last-child) {
    margin-right: 8px;
}

.single-image-file .avatar-title{
    background-size:cover;
    background-position:center;
}

.gallery-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 10000;
}

.gallery-wrapper .carousel-inner{
    height:90vh;
    width: 70%;
    margin: 0 auto;
}

.gallery-wrapper a.close-btn,
.gallery-wrapper a.close-btn:hover,
.gallery-wrapper a.close-btn:active,
.gallery-wrapper a.close-btn:focus{
    position:absolute;
    top:10px;
    right:10px;
    color:#909192;
    font-size:40px;
    width:50px;
    height:50px;
    background-color:#000;
    transition: all .25s;
}

.gallery-wrapper a.close-btn:hover{
    color:#e9e9e9;
}

.gallery-wrapper a.close-btn:not(:hover) i{
    transform: rotate(0deg);
    transition: all .25s;
}
.gallery-wrapper a.close-btn:hover i{
    transform: rotate(90deg);
    transition: all .25s;
}

.carousel-control-next, .carousel-control-prev{
    width:15%;
}

.carousel-container{
    max-width:1400px;
}

.fc .fc-toolbar .btn {
    padding: 2px 10px;
    height: 27px;
    font-size: 12px;
}

.fc-event {
    padding: 3px 5px;
    font-size: 11px;
    line-height: 12px;
}

.fc-listProposalsButton-button {
    background-color: #37b24c;
    border-color: #37b24c;
    opacity: 0.7;
    transition: all .25s;
}

.fc-listProposalsButton-button.open {    
    opacity: 1;
    transition:all .25s;
}

.fc-listProposalsButton-button:hover,
.fc-listProposalsButton-button:focus,
.fc-listProposalsButton-button:active {
    background-color: #278f38;
    border-color: #278f38;
}

.fc-filterTypologies-button {
    background-color: #5596f7;
    border-color: #5596f7;
    transition: all .25s;
}

.fc-filterTypologies-button.open {
    opacity: 1;
    transition: all .25s;
}

.fc-filterTypologies-button:hover,
.fc-filterTypologies-button:focus,
.fc-filterTypologies-button:active {
    background-color: #4C87DE;
    border-color: #4C87DE;
}

.fc-exportCalendar-button {
    background-color: #37b24c;
    border-color: #37b24c;
    opacity: 0.7;
    transition: all .25s;
}

.fc-exportCalendar-button.open {
    opacity: 1;
    transition: all .25s;
}

.fc-exportCalendar-button:hover,
.fc-exportCalendar-button:focus,
.fc-exportCalendar-button:active {
    background-color: #278f38;
    border-color: #278f38;
}

.fc .fc-toolbar h2 {
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    width: 150px;
    text-align: center;
}

@media (max-width: 595px) {

    .fc-toolbar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }
}

a.close-activity-list,
a.close-activity-list:hover,
a.close-activity-list:active,
a.close-activity-list:focus {
    color: #959595;
    font-size: 22px;
    line-height: 15px;
    position: relative;
    top: 4px;
}

.activity-list-outer-wrapper{
    display:none;
}

ul.allYearActivityList li a,
ul.allYearActivityList li a:hover,
ul.allYearActivityList li a:active,
ul.allYearActivityList li a:focus{
    color:#000;
}

ul.allYearActivityList {
    list-style: none;
}

ul.allYearActivityList li{
    position:relative;
}

ul.allYearActivityList li:before{
    content:'';
    width: 10px;
    display: block;
    height: 10px;
    position: absolute;
    left: -20px;
    top: 5px;
}