.sort-column{ position: relative; min-width: 65px;}
.sort-column a{display: inline-block; text-decoration: none;}
.sort-column span{ display: inline-block; }


/* full calendar css */
.fc-toolbar .fc-left,.fc-toolbar .fc-right{margin-bottom: 15px !important;}
.fc-event-container, .fc-list-item-title{ position: relative;}
.remove-event-month{ position: absolute; top: 2px; right: 1px; cursor: pointer; color: #fff; background-color: #3a87ad; z-index: 9999; 
    font-size: 11px; }
.remove-event-list{ position: absolute; top: 12px; right: 6px; cursor: pointer; color: #3a87ad; z-index: 9999; font-size: 16px; }
.fc-day-grid-event > .fc-content {
    white-space: normal;
 }
/* full calendar css */

.modal-open .datepicker {
    left: 52% !important;
    top: 25% !important;
}