#loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
    background-color: white;
    opacity: 1;
    cursor: wait;
}
#spinner{
    position: absolute;
    top: 40%;
    left: 45%;
    z-index: 100;
}

.fc-head{
    position: -webkit-sticky !important;
    position: sticky !important;
    top:0;
    background-color: white;
    z-index:9999 !important;
}

.table-responsive {
    overflow-x: hidden;
}
button.fc-button.fc-button-primary{
    color: black !important;
}
button.fc-button.fc-button-primary.fc-button-active{
    color: white !important;
}
button.fc-today-button.fc-button.fc-button-primary{
    color: white !important;
}
tr.fc-event{
    color: black  !important;
}
@media (max-width: 768px){
    .fc-header-toolbar.fc-toolbar .fc-toolbar-ltr {
        display: inline-block;
        float: none !important;
    }
}
/* .ticket {
    width: 300px;
    max-width: 300px;
} */
@media print {

    .hidden-print,
    .hidden-print * {
        display: none !important;
    }
}

.field-icon {
	float: right;
	margin-top: -33px;
	margin-right: 10px;
	position: relative;
	z-index: 2;
	cursor: pointer;
}