/**
 * This CSS is always added last
 * Use it if you are having trouble with the template css system
 */
.event_wb, .event_wb a {
}

.fc-event {
  font-size: 1em;
}

.event_not_eligible, .event_not_eligible a {
  background-color:  #C11B17;
  border-color: #C11B17;
}

.event_dr, .event_dr a {
  background-color: #a51d14;
  border-color: #a51d14;
}

.event_pp, .event_pp a {
  background-color: #1799be;
  border-color: #1799be;
}

.event_pl, .event_pl a {
  background-color: #669999;
  border-color: #669999;
}

.event_call,  .event_call a{
  background-color: #F7FE2E;
  border-color: #F7FE2E;
}

.event_email, .event_email a {

}

.event_mail, .event_mail a {
  background-color: #1799be;
  border-color: #1799be;
}

.event_tr, .event_tr a {
}

.event_text, .event_text a {
  background-color: #088A08;
  border-color: #088A08;
}

.event_recurring, .event_recurring a {

}

.event_overnight, .event_overnight a {
  background-color: #33CCFF;
  border-color: #33CCFF;
}

a.appointment_donor {
  color: green;
  font-weight: bold;
  font-style: italic;
}

a.appointment_crm {
  color: black;
  font-weight: bold;
}

a.appointment_coordinator {
  color: darkblue;
  font-weight: bold;
}

a.appointment_donor_mobile {
  color: purple;
  font-weight: bold;
  font-style: italic;
}

a.appointment_coordinator_mobile {
  color: purple;
  font-weight: bold;
}

/*These are for the inventory imports/exports calendar*/
.import_schedule, .import_schedule a {
  background-color: #7EB5D6;
  border-color: #7EB5D6;
}

.export_schedule, .export_schedule a {
  background-color: #2A75A9;
  border-color: #2A75A9;
}

/*These are for the manage expected orders calendar*/

.adhoc_schedule, .adhoc_schedule a {
  background-color: #7EB5D6;
  border-color: #7EB5D6;
}

.standing_schedule, .standing_schedule a {
  background-color: #2A75A9;
  border-color: #2A75A9;
}

.event_tentative, .event_tentative a {
    background-color: #1799be;
    border-color: #1799be;
}

.event_onhold, .event_onhold a {
    background-color: #D1CB28;
    border-color: #D1CB28;
}

.event_recurring, .event_recurring a {
    background-color: #53BF30;
    border-color: #53BF30;
}

.event_campaigns, .event_campaigns a {
    background-color: #D13F28;
    border-color: #D13F28;
}

/**
 * 2016-11-29 AD CONTROL-1381
 * Fix for jQueryUI bug with zIndex causing the click functions to be removed on certain elements causing tabletools not to work inside dialogs
 * https://bugs.jqueryui.com/ticket/8729
 * 
 * zIndexing has been removed from jQueryUI on versions 1.10 and higher.
 * http://jqueryui.com/upgrade-guide/1.10/#removed-zindex-option
 * 
 * @TODO:  The below CSS can be removed once we upgrade
 */
/*.ui-dialog a.DTTT_button.DTTT_button_copy div {*/
  /*z-index: 5000 !important;*/
/*}*/

/*.ui-dialog a.DTTT_button.DTTT_button_csv div {*/
  /*z-index: 5001 !important;*/
/*}*/

/*.ui-dialog a.DTTT_button.DTTT_button_xls div {*/
  /*z-index: 5002 !important;*/
/*}*/

/*.ui-dialog a.DTTT_button.DTTT_button_pdf div {*/
  /*z-index: 5003 !important;*/
/*}*/

/*.ui-dialog a.DTTT_button.DTTT_button_print div {*/
  /*z-index: 5004 !important;*/
/*}*/