@media (min-width: 1200px) {
.my-custom-container{
    width:90%;
}}

img#navbarlogo{
  width: 50px;
  margin-top: -15px;
}

img.halfinch{
  width: 100px;
}

tr.waiting{
  background-color: #ccffcc;
}
tr.enrolled{
  background-color: #ffcc66;
}
tr.processed{
  background-color: #99ccff;
}
tr.emphasize{
  background-color: #99ccff;
}
div#classlist a{
  color: #0000FF !important
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip .tooltiptext {
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}


.popup-overlay {
  visibility:hidden;
}

.popup-content {
  visibility:hidden;
}

.popup-overlay.active{
  visibility:visible;
}

.popup-content.active {
  visibility:visible;
}

.centercenter200{
  height: 200px;
  text-align: center;
  border: 2px dashed #f69c55;
}
.centercenter600{
  height: 600px;
  text-align: center;
  border: 2px dashed #f69c55;
}
.font20{
  font-size: 20pt;
}

.vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

span.normallineheight {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

div.dropshadowbox {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 10px;
  padding: 5px;
}
div.cardcenter {
  width: 250px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}
