/*Ciseway Edits  */

/*Customer top menu ticket and calender links */
ul.submenu.customer-top-submenu {
    display: none;
}

/* Home page admin dashboard area*/

/* Hide Dashboard options button at the top */

.screen-options-btn {
    display: none;
}

/* Widget Charts */
#widget-tickets_chart {
    display: none;
}

/* Top icon */
#top-timers {
    display: none;
}


/* Open ticket */
.open-ticket-priority-group {
        display: none !important;
}

/* Button on Customer Single Ticket page Print to PDF*/ 

.btn-pdf {
    margin-top: 1rem;
    background: #ff7f00 !important;
    color: #fff;
  }
  
  .btn-pdf::hover {
    color: #fff !important;
  }