  /**
 *
 * Shopping Sheet - Custom Styles
 * Customize your school-specific style changes here
 *
 */


/**
========================
 Custom Colors
========================
 */


/* The following will be the overall color of the report and should 
likely be all set to the same value */

.primary-color {
    background-color: #003359;
}

.primary-border {
    border-color: #436689;
}

.primary-font {
    color: #FFFFFF;
}


/* The following styles the right sidebar */

.secondary-color {
    background-color: #00AEEF;
}

.secondary-font {
    color: #FFFFFF;
}


/* The following styles a panel as a callout. Currently this is used
for the "What will you pay for college" callout */

.accent-color {
    background-color: #00AEEF;
}

.accent-font {
    color: #FFFFFF;
}


/**
========================
 Charts
========================
 */


/**
 * Graduation Rate
 *
 * Adjust your graduation rate "left" percent below to offset the tooltip marker from left to right.
 */

.grad-meter .percent {
    left: 26.4%;
}


/**
 * If there is NO Graduation Rate data available, REMOVE the 2 lines indicated below:
 */


/*** REMOVE this entire line (NO Graduation Rate Data) /***
.grad-meter .bar {
  background: repeating-linear-gradient(60deg, lightgray, lightgray 15px, white 0, white 30px );
  color: transparent;
}

.grad-meter .bar.med:after {
  content: 'No Data';
}

.grad-meter .percent {
  display: none;
}
/*** REMOVE this entire line (NO Graduation Rate Data) ***/
