﻿html, body {
  height: 100%;
}

.panel.panel-default {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: #fff;
  margin-bottom: 0;
}

  .panel.panel-default .panel-body {
    padding-left: 20px;
  }

  .panel.panel-default a {
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
  }

  .panel.panel-default h1 {
    margin: 0;
    font-size: 30px;
  }

.popover {
  color: black;
  text-align: left;
  width: 300px;
}

.modal-backdrop {
  display: none;
}

.program-list {
  overflow: scroll;
  overflow-x: auto;
  overflow-y: hidden;
}

  .program-list table {
    min-width: 800px;
  }

.portal-content-header {
  margin-top: auto;
  margin-bottom: auto;
}

@media (max-width:600px) {
  .program-list table {
    font-size: 0.85em;
  }
}


.imageArea {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.77);
  z-index: 1055;
  display: none;
}

  .imageArea img {
    max-height: 80%;
    width: 30%;
    margin: 5%;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
  }

  .imageArea a.exit {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
    color: white;
    font-size: 3em;
    font-weight: bold;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.24);
    cursor: pointer;
    text-decoration: none;
  }


#body-container .body-container {
  /*For Firefox*/
  height: inherit;
  height: -webkit-fill-available !important;
}


/*.portal-bg {
  height: fit-content !important;
}*/
