body {
  padding: 0px;
  margin: 0px;
  font-size: 18pt;
  font-family: "Nirmala UI";
}


.scenebox {
  border: 0px;
  border-radius: 10px;
  background-color: rgba(25, 71, 121, 0.7);
  padding: 20px;
  color: white;
}

.scenebox-title {
  font-family: Calibri;
  font-variant: small-caps;
  font-size: 38pt;
  color: #ddf7ff;
  text-align: left;
  margin-left: 0;
  margin-bottom: 30px;
  border-bottom: solid 3px #ddf7ff;
}

.scenebox-subtitle {
  font-family: Calibri;
  font-variant: small-caps;
  font-size: 24pt;
  color: #95def9;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 5px;
}

.scenebackground {
  background-image: url("/static/images/pexels-elia-clerici-912110.jpg");
  background-size: cover;
  width: 1920px;
  height: 1080px;
}
.scenelayer {
  background-image: url("/static/images/scenelayer.png");
  width: 1920px;
  height: 1080px;
}

/**
Old
 */




.infobox {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.infobox .header {
  color: #007fa8;
  font-size: 20px;
  margin: 10px;
  padding: 3px;
  padding-left: 10px;
  border-top-right-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.infobox .header .fa,
.infobox .header .fas {
  font-size: 80%;
}

.infobox .content {
  height: 214px;
  position: relative;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 10px;
  color: #008fbe;
  font-size: 14pt;
}

.infobox .footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 30px;
  background-color: #95def9;
  color: #008fbe;
  padding: 3px;
  text-align: center;
  font-size: 90%;
  box-shadow: -1px -1px 3px 0px rgba(99,116,150,0.12);
}

.infobox .footer .fa,
.infobox .footer .fas {
  font-size: 100%;
  color: #00749a;
}


.fieldlabel {
  font-weight: bolder;
  font-size: 11pt;
  padding-top: 5px;
}

.fieldvalue {
  font-size: 11pt;
}

.content .table {
  border: solid 1px red;
  border-collapse: collapse;
  margin-top: 5px;
  border-radius: 5px;
}

.content .table th {
  border: solid 1px #a7e5f9;
  background-color: #95def9;
  padding: 2px;
  font-size: 8pt;
}

.content .table td {
  border: solid 1px #a7e5f9;
  padding: 1px;
  font-size: 8pt;
}

.cut-text {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  height: 1.2em;
  white-space: nowrap;
}
