/*body {
	margin: 40px 10px;
	padding: 0;
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size: 14px;
}*/

#content-calendario {
	margin: 40px 0px 0px;
	padding: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	/*font-size: 14px;*/
}

#calendar {
	max-width: 90%;
	margin: 0 auto;
}

.calendario .fc-toolbar {
	text-transform: capitalize;
}

.calendario a {
	color: #000000;
}

.calendario .fc-sat,
.calendario .fc-sat a {
	color: #bf0000
}

.calendario .fc-sun,
.calendario .fc-sun a {
	color: #bf0000
}

.spazioTraRighe {
	margin-top: 15px;
}

.etichetta {
	margin-top: 8px;
}

.stampa {
	font-size: 20px;
	/*color: #3da3bf;*/
	color: #ffffff;
	cursor: pointer;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
	font-size: 11px;
}

.conflitto {
    font-size: 35px;
    color: #ff0000;
    cursor: pointer;
    margin-top: -8px;
}

.daApprovareContainer {
	height: 30px;
	width: 30px;
	background-image: repeating-linear-gradient(45deg, #7eb1dc, #7eb1dc 10px, #ffffff 10px, #ffffff 20px);
	border-radius: 15px;
	border: 1px solid;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
	font-size: 20px;
    cursor: pointer;
}

@media (max-width: 618px) {
    .fc-toolbar .fc-left,
    .fc-toolbar .fc-center,
    .fc-toolbar .fc-right {
        display: inline-block;
        float: none !important;
    }
	/* .fc-time,
	.fc-title {
		display: block;
		float: left;
		padding-left: 3px;
	}
	.fc-right {
		padding-left: 5px
	} */
}

.divider-filter {
    border: 1px solid #666;
}

@media (min-width: 768px) {
    .btn-stampa-responsive {
        display: none;
    }
}

@media (max-width: 768px) {
    .btn-stampa {
        display: none;
    }
    .btn-stampa-responsive {
        display: unset;
    }
}

.nota{
    position: absolute;
    top: -13px;
    right: -15px;
    background: #ff0000;
    height: 20px;
    width: 20px;
    -webkit-transform: rotate(45deg);
    border: white solid 2px;
}

.nota-lista{
    color: blue;
    float: right;
}

/* PER VERSIONE MOBILE */
.month-dot{
    background-color: #f99d4e;
    display: flex;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}

#list-day{
    margin-top: 40px;
    padding: 0;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    
}

.evidenziaSingle{
    padding-left: 7px !important;
    padding-right: 7px !important;
    background-color: #e43333;
    border-radius: 50%;
    color: white !important;
}

.evidenzia{
    padding-left: 4px !important;
    padding-right: 4px !important;
    background-color: #e43333;
    border-radius: 50%;
    color: white !important;
}

.fc-event-container{
    cursor: pointer;
}

/******* RADIO BUTTON *******/
.wrapperRadio{
    display: inline-flex;
    margin-top: 8px;
}

.wrapperRadio .option{
    font-weight: normal;
    color: black;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

input[type="radio"]{
    display: none;
}

/***** OPZIONE STRUTTURE *****/
.wrapperRadio .option .dotRadio{
    height: 20px;
    width: 20px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
    margin: 0 5px;
}

.wrapperRadio .option .dotRadio::before{
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #ee5523d4;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.2s ease;
}

#soloStruct:checked:checked ~ .soloStruct .dotRadio,
#allStruct:checked:checked ~ .allStruct .dotRadio{
    background: #d9d9d9;
}

#soloStruct:checked:checked ~ .soloStruct .dotRadio::before,
#allStruct:checked:checked ~ .allStruct .dotRadio::before{
    opacity: 1;
    transform: scale(1);
}

.wrapper .option span{
    font-size: 20px;
    color: #808080;
    margin-left: 5px;
}

#soloStruct:checked:checked ~ .soloStruct span,
#allStruct:checked:checked ~ .allStruct span{
    color: #000;
}

/***** OPZIONE Utilizzi *****/
.wrapperRadio .option .dotRadio1{
    height: 20px;
    width: 20px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
    margin: 0 0px;
}

.wrapperRadio .option .dotRadio1::before{
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #ee5523d4;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.2s ease;
}


#soloPartite:checked:checked ~ .soloPartite .dotRadio1,
#escludereGare:checked:checked ~ .escludereGare .dotRadio1,
#allUtilizzi:checked:checked ~ .allUtilizzi .dotRadio1{
    background: #d9d9d9;
}

#soloPartite:checked:checked ~ .soloPartite .dotRadio1::before,
#escludereGare:checked:checked ~ .escludereGare .dotRadio1::before,
#allUtilizzi:checked:checked ~ .allUtilizzi .dotRadio1::before{
    opacity: 1;
    transform: scale(1);
}

.wrapper .option span{
    font-size: 20px;
    color: #808080;
}

#soloPartite:checked:checked ~ .soloPartite span,
#escludereGare:checked:checked ~ .escludereGare span,
#allStruct:checked:checked ~ .allStruct span{
    color: #000;
}

.select2{
    width: 100% !important;
}