body {
    box-sizing:border-box;
    min-width: 625px;
  }

  .sticky-header {
    display: none;
  }

  .footer-content {
    display: none;
  }

  .schedule-card {
      position: relative;
      user-select: none;
      font-family: Montserrat, sans-serif;
      color: #51565D;
  }

  .schedule-card-header {
      position:sticky;
      /* top:100px; */
      width:100%;
      z-index:-1;
  }

  .schedule-card-body {
      position:relative;
      /* margin-top: 20px; */
      margin-bottom: 250px;
  }

  .open-requests {
    margin-top: -200px;
    min-height: 100px;;
  }
  
  .h-bar-set-grid {
    display: grid;
    grid-template-columns: 160px 1fr;
    overflow: hidden;
    /* border: 1px solid gray; */
    align-items: center;
    font-size: .8rem;
  }

  .h-bar-set-grid.template-day {
    grid-template-columns: 50px 1fr;
  }
  
  .h-bar-set-grid.audiologist > div {
    /*opacity: .7;*/
  }

  .h-bar-set-grid.selected-provider > div {
    background-color: rgb(255, 255, 140);
  }
  
  .h-bar-set-label {
    /* border: 1px solid purple; */
    display: flex;
    align-items: center;
    font-size: 0.9rem;
  }
  
  .h-bar-set {
    /* border: 1px solid orange; */
    display: flex;
    font-size: .7rem;
    height: 1.2rem;
  }
  
  .tick-set{
    display: flex;
    justify-content: center;
    font-size: .6rem;
  }

  .tick {
    /* border: solid 1px yellow; */
    text-align: center;
  }
  
  .h-bar {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 .2rem;
    border-left: 2px solid;
    font-weight: bold;
    align-items: center;
    white-space: nowrap;
    box-sizing: border-box;
  }


  .h-bar div:first-child {
    padding: 0 2px 0 0;
  }

  .h-bar div:last-child {
    padding: 0 0 0 2px;
  }
  

  /*  OTHER CODE */

  .provider-name {
    font-weight: normal;
    font-size: 1em;
    font-family: Arial, sans-serif;
  }
  
  .provider-name:hover {
    cursor:pointer;
  }
  
  .provider-line-btn img {
    display:block;
    width: 20px;
    height: 20px;
    padding-right: .5rem;
    opacity: .3;
  }
  .provider-line-btn:hover img{
    opacity: 1;
  }
  
  .duty-bar {
    box-sizing: border-box;
    border-left-width: 3px;
    border-left-style: solid;
    padding: 2px;
    font-size: .8em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    white-space: nowrap;
  }
  
  .duty-bar:hover {
    cursor: pointer;
  }
  
  .duty-bar div{
    padding: 0 .25em;
  }
  
  .duty-bar.hide{
    visibility: hidden;
  }
  
  
  .empty {
    background: none;
    border-left-color: transparent;
  }
  
  .mpls {
    --rgb: 246, 205, 129;
  }
  
  .mpls {
    --alpha: 1.0;
    background-color: rgba(var(--rgb), var(--alpha));
    border-left-color: rgb(208,152,47);
  }
  
  .msp {
    --rgb: 246, 205, 129;
  }
  
  .msp {
    --alpha: 1.0;
    background-image: repeating-linear-gradient(180deg, rgba(246,205,129,1), rgba(246,205,129,1) 8px, rgba(148, 239, 214, 1) 0px, rgba(148, 239, 214, 1) 20px);
    border-left-color: rgb(208,152,47);
  }
  
  .all-sites {
    --rgb: 96, 149, 117;
  }
  
  .all-sites {
    --alpha: 1.0;
    background-color: rgba(var(--rgb), var(--alpha));
    border-left-color: rgb(10,96,44);
  }
  
  .annex {
    --rgb: 228, 192, 181;
  }
  
  .annex {
    --alpha: 1.0;
    background-color: rgba(var(--rgb), var(--alpha));
    border-left-color: rgb(227,138,110);
  }
  
  .stp {
    --rgb: 148, 239, 214;
  }
  
  .stp {
    --alpha: 1.0;
    background-color: rgba(var(--rgb), var(--alpha));
    border-left-color: rgb(31,197,153);
  }
  
  .mtka {
    --rgb: 132, 138, 239;
  }
  
  .mtka {
    --alpha: 1.0;
    background-color: rgba(var(--rgb), var(--alpha));
    border-left-color: rgb(82,86,149);
  }
  
  .university {
    /*--rgb: 163, 111, 124;*/
    --rgb: 237, 142, 144;
  }
  
  .university {
    --alpha: 1.0;
    background-color: rgba(var(--rgb), var(--alpha));
    border-left-color: rgb(128,67,83);
  }
  
  .wbry {
    --rgb: 99, 171, 151;
  }
  
  .wbry {
    --alpha: 1.0;
    background-color: rgba(var(--rgb), var(--alpha));
    border-left-color: rgb(66,116,102);
  }
  
  .remote {
    --rgb: 230, 230, 230;
  }
  
  .remote {
    --alpha: 1.0;
    background-color: rgba(var(--rgb), var(--alpha));
    border-left-color: rgb(200, 200, 200);
  }
  
  .vac , .cme {
    --rgb: 189, 212, 242;
  }
  
  .vac , .cme {
    --alpha: 1.0;
    background-color: rgba(var(--rgb), var(--alpha));
    border-left-color: rgb(139, 165, 199);
  }
  
  .surgery {
    --alpha: 1;
  }
  
  .clinic {
    --alpha: 0.5;
  }
  
  .audiology {
    --alpha: 0.4;
    background-image: repeating-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0) 17px, rgba(255,255,255,0.75) 0px, rgba(255,255,255,0.75) 20px);
  }
  
  .ooo {
    --alpha: 0.7;
    background-color: rgb(178, 152, 184);
  }
  
  .research {
    --alpha: 1;
    background-color: rgb(219, 201, 223);
    /* background-image: repeating-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0) 10px, rgba(255,255,255,0.75) 0px, rgba(255,255,255,0.75) 20px); */
  }
  
  .rounder {
    --alpha: 1;
    background-image: repeating-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0) 10px, rgba(255,255,255,0.75) 0px, rgba(255,255,255,0.75) 20px);
  }
  
  .admin {
    /*background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(197,25,209,0.5) 50%);*/
    --alpha: 0.3;
    color: rgba(0, 0, 0, 0.3);
    /*background-image: repeating-linear-gradient(30deg, rgba(0,0,0,0), rgba(0,0,0,0) 15px, rgba(120,0,255,0.1) 0px, rgba(120,0,255,0.1) 20px);*/
  
  }
  
  .template-change {
    color: blue;
    font-style: italic;
  }
  
  .admin.template-change {
    color: rgba(0, 0, 255, 0.5);
  }
  
  span.tooltip {
    display: none;
  }
  
  .empty {
    background: none;
    border-left-color: transparent;
  }
  
  
  
  /* New tooltip */
  .h-bar .tooltip-text,
  .h-bar-set-grid .bottom {
    visibility: hidden;
    min-width: 200px;
    background-color: rgba(0, 156, 222, 0.7);
    transform:translate(-51.5%, 67.5%);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-weight: normal;
    font-style: normal;
  
    /* Position the tootip */
    position: absolute;
    z-index: 1;
  }
  
  
  .provider-line-btn .bottom {
    transform:translate(1px, 10%);
  }
  .provider-line-btn .bottom i {
    transform:translate(-85px, 0%);
  }
  
  .h-bar:hover .tooltip-text{
    visibility: visible;
  }
  
  .provider-line-btn a {
    padding:0;
  }
  
  .h-bar-set-grid .bottom {
      width:200px;
      /* top:40px; */
      /* left:50%; */
      /* transform:translate(-50%, 0); */
      padding:10px 20px;
      color:#444444;
      background-color:#EEEEEE;
      font-weight:normal;
      font-size:13px;
      border-radius:8px;
      /* position:absolute; */
      z-index:1;
      box-sizing:border-box;
      box-shadow:0 1px 8px rgba(0,0,0,0.5);
      word-break: break-word;
      white-space: normal;
    /* display:none; */
      visibility: hidden;
  }
  
  .h-bar .bottom p {
    margin: 0 0 .5em 0;
  }

  .h-bar .bottom h3{
    margin: .5rem 0;
  }
  .h-bar .bottom h4{
    font-weight: normal;
    margin: .5rem 0;
  }
  
  .provider-line-btn:hover .bottom,
  .h-bar:hover .bottom {
      /* display:block; */
      visibility: visible;
      cursor: pointer;
  }
  
  .h-bar-set-grid.new-site {
    border-top: 3px solid rgb(117, 142, 158);
    margin-top: 8px;
    padding-top: 8px;
  }

  .h-bar-set-grid.new-role {
    border-top: 2px dotted rgb(158, 156, 156);
    margin-top: 2px;
    padding-top: 2px;
  }

  .h-bar-set-grid .bottom i {
      position:absolute;
      bottom:100%;
      left:50%;
      margin-left:-12px;
      width:24px;
      height:12px;
      overflow:hidden;
  }
  
  .h-bar-set-grid .bottom i::after {
      content:'';
      position:absolute;
      width:12px;
      height:12px;
      left:50%;
      transform:translate(-50%,50%) rotate(45deg);
      background-color:#EEEEEE;
      box-shadow:0 1px 8px rgba(0,0,0,0.5);
  }
  
  .open-requests.hide {
    display: none;
  }

  .open-requests h3 {
    font-size: 1.2rem;
    border-bottom: 1.5px solid gray;
    margin-bottom: .3rem;

  }
  
  .open-requests-grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    font-size: .9rem;
    overflow: visible;
    overflow-wrap: normal;
  }

  .open-requests-grid div {
    padding-right: 2rem;
    padding-bottom: .2rem;
  }