/* Misc Sections */
image {
  border: 0px;
}

/* Air Search Key */
.tablekey_completed {
  background-color: #f00!important;
  margin: 0px;
  margin-right: 4px;
  color: #fff;
}
.tablekey_active {
  background-color: #009100!important;
  margin: 0px;
  margin-right: 4px;
  color: #fff;
}
.tablekey_soon {
  background-color: #ff0!important;
  margin: 0px;
  margin-right: 4px;
}
.tablekey_future {
  background-color: #fff!important;
  margin: 0px;
  margin-right: 4px;
  border: 1px solid #ccc;
}

.tablekey_label {
  margin-right: 4px;
}

.badge-red {
  background-color: #f00 !important;
}
.badge-white {
  background-color: #fff !important;
}
.badge-green {
  background-color: #009100 !important;
}
.badge-yellow {
  background-color: #ff0 !important;
}
.badge-blue {
  background-color: #11f !important;
}
.badge-orange {
  background-color: #f80 !important;
}

.circle-with-txt {
  position: relative;
  color: white;
  font-size: 12px;
  font-weight: bold;
  width: 40px;
  height: 40px;
}
.txt {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 16px;
}

.hidden-col {
  display: none;
  visibility: hidden;
}
span .rollover {
  cursor: help;
  border-bottom: 2px dotted black;
}
