/*** Appointment Calendar customisation ***/
.dhx_cal_container .dhx_cal_event.calSessionHeader9 .dhx_title {
  color: #fff;
  background: linear-gradient(to right, rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%);
}
.dhx_cal_container .dhx_cal_event.calSessionHeader15 .dhx_title {
  color: #fff;
  background: linear-gradient(to right, rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%);
}
.dhx_cal_container .dhx_cal_event.calSessionHeader1 .dhx_title {
  color: #fff;   
  background: linear-gradient(to right, rgba(203,96,179,1) 0%,rgba(193,70,161,1) 37%,rgba(168,0,119,1) 66%,rgba(219,54,164,1) 100%);
}
.dhx_cal_container .dhx_cal_event.calSessionHeader7 .dhx_title {
  color: #fff;   
  background: linear-gradient(to right, rgba(120,136,240,1) 0%,rgba(84, 105, 240,1) 37%,rgba(52, 77, 237,1) 66%,rgba(23, 51, 232,1) 100%);
}
.dhx_cal_container .dhx_cal_event.calSessionHeader5 .dhx_title {
  color: #fff;   
  background: linear-gradient(to right, rgba(255, 212, 0) 0%,rgba(255, 221, 60) 37%,rgba(255, 234, 97) 66%,rgba(255, 241, 146) 100%);
}
.dhx_cal_container .dhx_cal_event.calSessionHeader3 .dhx_title {
  color: #fff;   
  background: linear-gradient(to right, rgba(85, 37, 134) 0%,rgba(106, 53, 156) 37%,rgba(128, 79, 179) 66%,rgba(153, 105, 199) 100%);
}
.dhx_cal_container .dhx_cal_event.calSessionHeader13 .dhx_title {
  color: #fff;   
  background: linear-gradient(to right, rgba(255, 98, 0) 0%,rgba(253, 127, 44) 37%,rgba(253, 147, 70) 66%,rgba(253, 167, 102) 100%);
}

/* CALENDAR CUSTOMISATION - ADDED BY GTI/KUNAL */
.dhx_cal_container .dhx_cal_event.calSessionHeader20 .dhx_title {
 color: #fff;
 background: rgba(256, 174, 201);
}
.dhx_cal_container .dhx_cal_event.calSessionHeader22 .dhx_title {
 color: black;
 background: rgba(256, 256, 138);
}
/* END OF CALENDAR CUSTOMISATION */

.romeo .dashboard-content .dashboard-custom .card h1.dash-card-header {
    display:none;
}


/*** Custom Pane ***/
.cover-client-content-logo {
	padding-left: 0 !important;
}
.romeo .dashboard-content .dashboard-custom .card h1.dash-card-header { 
   /** hiding the custom pane title **/
    display:none;
}
@media (min-width: 992px) {
  .flex-dash-row .dash-card-custom .card-body {
    /** changing the height of the custom pane body **/
      max-height: 530px;
    }
}

/* Hide department selector for students */
.romeo ._department-selector {
  display: none;
}
