/* Tooltip container */
.af_help {
    position: relative;
    display: inline-block;
  }
  
  /* Tooltip text */
  .af_help .af_help__text {
    visibility: hidden;
    width: 220px;
    background-color: rgb(200, 240, 249);
    color: #000000;
    text-align: left;
    padding: 8px;
    border-radius: 6px;

    position: absolute;
    right: 0;
    top: -10px;
    z-index: 100;
  }
  
  .af_help:hover .af_help__text {
    visibility: visible;
  }

  .af_help p,
  .af_help h2
  {
    font-size: 1.25em !important;
  }
  .af_help p:before,.af_help p:after{content:"";display:table}.af_help p:after{clear:both}.cf{zoom:1}

  .af_inline-help_image--left
  {
    max-height: 200px;
    float: left;
    margin-right: 16px;
    border: 1px solid grey;
  }

  .af_inline-help_image--right
  {
    max-height: 200px;
    float: right;
    margin-left: 16px;
    border: 1px solid grey;
  }
  .af_full-help_image
  {
    width: 70%;
    padding: 10px 0;
    margin: 0 15%;
    border: 1px solid grey;
  }

  .af_inline-help_image--public
  {
    max-height: 200px;
    width: auto;
    margin-right: 16px;
    margin-bottom: 22px;
    margin-top: -18px;
  }

.af_full-help_image--button
{
  max-height: 45px;
  margin-bottom: 22px;
  margin-top: -18px;
}

.af_pill
{
    border: none;
    color: black;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 16px;
    width : 80px;
}
.af_pill--new
{
    background-color: #6495ED;
}
.af_pill--invited
{
    background-color: #6495ED;
    color: black;
}
.af_pill--initial_application
{
    background-color: #FFA500;
    color: black;
}
.af_pill--final_application
{
    background-color: #ffff00;
    color: black;
}
.af_pill--approved
{
    background-color: #739600;
    color: white;
}
.af_pill--funded
{
    background-color: #68ca74;
}
.af_pill--update_requested
{
    background-color: #f5e875;
}
.af_pill--update_submitted
{
    background-color: #d7c947;
}
.af_pill--update_reviewed
{
    background-color: #a7d747;
}
.af_pill--completed
{
    background-color: #79716d;
    color: white;
}
.af_pill--rejected
{
    background-color: #ec4b4b;
    color: white;
}

.popup-table {

}
.popup-cell {
    border: none;
    font-weight: 700;
    align-content: baseline;
}
.popup-cell--content
{
    border: none;
}

@media print
{
    header,
    header *,
    footer,
    footer *,
    .no-print, .no-print *
    {
        display: none !important;
    }
}