.select2-results__option[aria-disabled="true"]
{
    background-color: #c8c8c8;
}

.select2-selection
{
    min-height: 40px;
}

.max-width-50 { max-width: 50px !important; }
.max-width-100 { max-width: 100px !important; }
.max-width-150 { max-width: 150px !important; }
.max-width-200 { max-width: 200px !important; }
.max-width-250 { max-width: 250px !important; }
.max-width-300 { max-width: 300px !important; }
.max-width-350 { max-width: 350px !important; }
.max-width-400 { max-width: 400px !important; }
.max-width-450 { max-width: 450px !important; }
.max-width-500 { max-width: 500px !important; }

.fc-toolbar-title
{
	font-size: 1.25em !important;
}

.fc-header-toolbar
{
	margin-bottom: 0px !important;
}

.fc-event
{
	cursor: pointer !important;
    border-width: 3px;
}

.fc-toolbar-chunk
{
	text-align: center !important;
}

.fc-toolbar-chunk > .btn-group, .fc-today-button, .fc-toolbar-title
{
	margin-top: 5px !important;
}

#icona-caricamento-wrapper
{
    position: fixed;
    z-index: 2;
    top: calc(50vh - 40px);
    left: calc(50vw - 40px);
}

#icona-caricamento
{
    color: darkred;
    animation: ruota 3s linear infinite;
}

.opacity-50
{
    opacity: 0.5 !important;
}

@keyframes ruota
{ 
    100%
    { 
        transform:rotate(360deg); 
    } 
}