/* Annotate Block Colors and fonts */
/* Branches explorer */
/* Font */
/* Icons Colors*/
/* Call to Action Colors */
/* History Page */
/* VC Icons (will move to icon strip) */
.graph-toggle-callout {
  display: inline-block;
  padding: 0px 8px;
}

.graph-toggle-callout .bowtie-git-graph {
  padding: 8px 5px 8px 0;
  height: 32px;
  font-family: bowtie;
}

.graph-toggle-callout .graph-toggle-button {
  height: 32px;
}

.graph-toggle-callout .graph-toggle-button:hover, .graph-toggle-callout .graph-toggle-button:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.graph-toggle-callout .toggle-button-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 40px;
}

.vc-history-graph-help {
  display: inline-block;
  margin: 5px;
  color: rgba(0, 120, 212, 1);
  color: var(--communication-background,rgba(0, 120, 212, 1));
}

.graph-callout-details {
  padding: 10px;
  min-width: 200px;
  max-width: 350px;
}

.graph-callout-details .callout-close-button {
  cursor: pointer;
  float: right;
  font-size: 12px;
}

.graph-callout-details .title {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 5px;
  font-size: 18px;
}

.graph-callout-details .text {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  font-weight: lighter;
  line-height: 1.5em;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  word-wrap: break-word;
  white-space: normal;
}
