html {
  position: relative;
  width: 100%;
  height: 100%;
}

body {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 60px;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
}

.bgimage {
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.2),rgba(255, 255, 255, 1.0)), url("../img/boardroom.jpg");
    background-repeat: no-repeat center center fixed;
    background-size: cover;
    padding: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.progress {
  height: 40px;
}

.progress-bar {
  font-size: 20pt;
  padding: 10px;
}

.progress-bar-vertical {
  width: 60px;
  min-height: 200px;
  display: flex;
  align-items: flex-end;
}

.progress-bar-vertical .progress-bar {
  font-size: 15pt;
  padding: 5px;
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}

hr {
    border: 0;
    height: 1px;
    background: #000;
    opacity: 0.2;
}

.glassy-form {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: rgba(255, 255, 255, 0.8);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.4);
  border-radius: 5px;
  box-shadow: 10px 10px 20px rgba(0,0,0,0.5);
}

#checkboxes {
    height: 500px;
    overflow-y: scroll;
}

#selections-well {
  height: 420px;
  overflow-y: scroll;
}

#your-selections {
    height: 500px;
    overflow-y: scroll;
}

#interventions {
    height: 500px;
    overflow-y: scroll;
}

#rationale-details {
    height: 500px;
    overflow-y: scroll;
}

.text-bold {
  font-size: 16px;
  font-weight: bold;
}

.intervention {
  padding: 10px;
  cursor: pointer;
}

.panel a.list-group-item.active:hover {
    color: #000;
    background-color: #DDDEE0;
    border-color: #286090;
}

.invisible {
    display: none;
}

.translucent {
    background-color: rgba(0,0,0,0.15);
}

.transparent {    
    background-color: rgba(0,0,0,0.0);
}

textarea {
    width: 100%;
    height: auto;
    overflow-y: scroll;
    resize: none;
}

.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #f9f9f9;
}

.table-striped>tbody>tr:nth-child(even)>td, 
.table-striped>tbody>tr:nth-child(even)>th {
  background-color: #ffffff;
}

.navbar {
  color: rgb(255,255,255);
}

.page-header {
  padding: 9px;
  border: 0;
}

#high-score-table > thead > tr > th {
    font-size: 18px;
}

.right {
  text-align: right;
}

.implement-button {
  margin-right: 10px;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}