html {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
}

.header h1 {
  font-weight: bolder;
  font-size: 32px;
}
.header .motto {
  font-size: 15px;
}
.header .version-section {
  font-size: 10px;
}
.header .logo-desc {
  color: white;
  font-size: 14px;
  margin-left: 20px;
}

.header.ticp {
  background-color: #3D5AFE;
  color: white;
}

.sub-header.ticp {
  background-color: #0125ed;
  color: white;
}

.header.ticp-dev {
  background-color: #c9c9c9;
  color: black;
}

.sub-header.ticp-dev {
  background-color: #a3a3a3;
  color: black;
}

.sub-header {
  padding: 5px 10px;
  font-size: 12px;
  text-align: right;
}
.sub-header a, .sub-header a:visited, .sub-header a:hover, .sub-header a:active {
  color: inherit;
}

.footer {
  width: 100%;
  text-align: right;
  padding: 5px 10px;
  background-color: #3D5AFE;
  color: white;
  font-size: 12px;
}

.nav-header {
  background-color: #e9e9e9;
  text-align: left;
  font-size: 16px;
  padding: 12px 24px 12px 24px;
}

#nav {
  padding-top: 13px;
  min-width: 200px;
  max-width: 15%;
  background-color: #e9e9e9;
}
#nav .entry .title {
  font-size: 12px;
  opacity: 0.75;
}
#nav .entry .title.current {
  opacity: 1;
  font-weight: bold;
  text-decoration: underline;
}
#nav ul {
  list-style-type: square;
  padding-left: 20px;
}

.bread-crumb {
  text-align: right;
}
.bread-crumb .entry {
  display: inline;
  font-size: 12px;
}

.page-title .description {
  font-size: 12px;
}

table {
  font-size: 14px;
}
table th {
  font-weight: 600;
}

.actions ::after {
  content: "|";
  padding-right: 3px;
  color: darkgray;
}

.message-queue .message.status-idle {
  background-color: white;
}
.message-queue .message.status-requested {
  background-color: lightgray;
}
.message-queue .message.status-refused {
  background-color: #ffc3a3;
}
.message-queue .message.status-accepted {
  background-color: #b0f7c6;
}
.message-queue .message.status-sent {
  background-color: #87eda7;
}
.message-queue .message.status-failed {
  background-color: #ff9e9e;
}
.message-queue .message.status-waiting_approval {
  background-color: #b3bdff;
}
.message-queue .message.status-blocked_by_blacklist {
  background-color: rgb(152, 243, 255);
}
.message-queue .message .tester {
  background-color: lightgray;
}
.message-queue .message .tester::after {
  content: "(tester)";
  font-size: 10px;
}

table {
  text-align: center;
}

.campaign.just_created {
  background-color: white;
}
.campaign.enqueueing {
  background-color: rgb(136, 236, 243);
}
.campaign.paused {
  background-color: rgb(241, 170, 63);
}
.campaign.playing {
  background-color: #b0f7c6;
}
.campaign.completed {
  background-color: #87eda7;
}
.campaign.deleted {
  background-color: lightgray;
}

table.cfg tr.title {
  background-color: rgb(240, 240, 240);
}
table.cfg td.desc {
  color: gray;
}

.air-title {
  position: relative;
}

.air-title:hover::after {
  content: attr(data-title);
  position: absolute;
  z-index: 100;
  opacity: 0.9;
  padding: 5px;
  border: 1px solid black;
  font-size: 12px;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  pointer-events: none;
}
