﻿.program-record {
  position: relative;
  overflow: auto;
  min-height: 72px;
  padding-bottom: 15px;
  font-size: 12px;
}
.program-record > a {
  position: relative;
  display: block;
  width: 108px;
  height: 72px;
  float: left;
  color: Green;
}
.program-record > a > img {
  float: none;
  width: 108px;
  height: 72px;
  float: left;
}
.program-record > a > div {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-image: url(../../Images/ipad.png);
  width: 61px;
  height: 38px;
}
.program-record > div {
  width: 409px;
  float: left;
  margin-left: 4px;
}
.program-record > div .name a {
  font-size: 14px;
  font-weight: bold;
}
.program-record > div .details {
  color: #000000;
  font-size: 11px;
}
.program-record > div .details div:first-child {
  margin-left: 0;
}
.program-record > div .details > div.text > a, .program-record > div .details > div.text > span {
  display: block;
}
.program-record > div .details a.tooltip {
  font-weight: bold;
  display: inline-block;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #747162;
  color: #bfbba2;
  text-align: center;
  line-height: 12px;
  margin-left: 5px;
  cursor: pointer;
}
.program-record > div .inner {
  background-repeat: no-repeat;
  background-position: right top;
  min-height: 61px;
  padding: 5px;
}
.program-record > div .inner .details {
  overflow: visible;
}
.program-record.completed::after {
  content: "Completed";
  position: absolute;
  top: 72px;
  right: 0px;
  height: 32px;
  padding: 0px 0;
  background-color: #9ce393;
  font-size: 11px;
  text-align: center;
  width: 72px;
  line-height: 32px;
  transform: rotate(90deg);
  transform-origin: 100% 0;
  font-weight: bold;
  color: #107504;
}

body.culture-de .program-record.completed::after {
  content: "Abgeschlossen";
}
