html * {
  font-size: 1em;
  font-family: Verdana,Arial;
}

table {
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid #808080;
  padding: 5px;
  vertical-align: top;
  font-size: 1em;
}

th {
  background-color: #c0c0c0;
  font-size: 1em;
}

strike {
  color:#ff0000;
}

a.invisible {
  visibility:hidden;
}

a.anormal {
  font-size: 1em;
  font-family: Verdana,Arial;
  text-decoration: none;
  background-color: #fff;
  color: #0000ff;
  padding: 0;
  border:none;
}

a,.inputbutton {
  white-space: nowrap;
  font-size: 1.0em;
  font-family: Verdana,Arial;
  text-decoration: none;
  background-color: #1701ea;
  color: #fff;
  padding: 4px 10px 4px 10px;
  border-top: 1px solid #0094fe;
  border-right: 1px solid #0094fe;
  border-bottom: 1px solid #0094fe;
  border-left: 1px solid #0094fe;
}

.a,.list {
  display:block;
  margin-right: 2px;
  margin-bottom: 2px;
  float:left;
}

.noborder {
  border: 0px;
  padding: 10px 0px 0px 0px;
}

.okay {
  color: #00c000;
  font-weight: bold;
}

.small {
  font-size:0.7em;
}

.important {
  color: #c00000;
}

.correct{
  color: #00c000;
}

.header {
  background-color: #fff;
  width:100%;
  height:55px;
  border-bottom: 1px solid #1701ea;
}

.headerlogo {
  content:url(http://signage.from.lu/digitalsignage/assets/kirepo_logo.png);
  margin-top:3px;
  margin-left:10px;
  margin-right:10px;
  vertical-align: top;
  float: left;
}

.title {
  text-align: left;
  color:#000;
  font-size:1.5em;
}

.subtitle {
  text-align: left;
  font-size:1.0em;
  color: #909090;
}

.back {
  text-align: right;
}

.footer {
  text-align: center;
  font-style: italic;
  height:25px;
  background-color: #fff;
  border-top: 1px solid #1701ea;
  color: #000;
}

.hide_button{
  border: none;
  padding: 0;
  background-color: transparent;
}

.mt-3{
  margin-top: 0.75rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.copy-link{
  display: inline-block;
  width: 110px;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #212529;
  border-color: #f8f9fa;
  margin-left: 20px;
  cursor: pointer;
}
.copied{
  display: none;
}
.copy-link:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}