/*<<<<<<<< Full Calendar >>>>>>>>*/
.fc-daygrid-day-events:hover .fc-daygrid-event {
  white-space: normal!important;
}
.fc .fc-scrollgrid-liquid{
    height: 80%!important;
}

.fc .fc-daygrid-event-harness{
    margin: 5 0;
}
.fc-direction-ltr .fc-daygrid-event .fc-event-time{
    display: none;
}


.ellipsis {
    max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media screen and (max-width: 767px){
	div.dataTables_wrapper div.dataTables_filter,div.dt-buttons{
		text-align: right!important;
	}
}
.req-data{
	color: red;
}
@media screen and (max-width: 680px) {
  #fin-year{
    display: none;
  }
  .logo-box{
    display: none;
  }
  #page_title{
    margin-left: 0px!important;
  }

/* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }

.fc-daygrid-day-events:hover .fc-daygrid-event {
  white-space: normal!important;
}

button .form-control{
  border-radius: 8px 8px 8px 8px;
}