﻿@font-face {
  font-family: "cbs-bold";
  src: url(Fonts/CBSNEWBOLD.woff) format("truetype");
}
@font-face {
  font-family: "cbs-old";
  src: url(Fonts/CBSOLD.ttf) format("truetype");
}
@font-face {
  font-family: "cbs-regular";
  src: url(Fonts/CBSNEWREGULAR.woff) format("truetype");
}
@font-face {
  font-family: "cbs-sixpence";
  src: url(Fonts/CBSSIXPENCE.ttf) format("truetype");
}
#page {
  margin: 0 auto;
  width: 960px;
}
body {
  background: #F7F7F3;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #666666;
  font-size: 12px;
  line-height: 1.2em;
  font-family: Verdana, sans-serif;
}
#content {
  margin-top: 1rem;
  margin-bottom: 5rem;
  border: 1px solid #c1c1c1;
  padding: 0.75rem 1rem;
}
#header {
  margin-top: 5px;
  display: flex;
  border: 1px solid #c1c1c1;
  border-bottom: none;
}
#menubar {
  background-color: #435994;
  padding: 0.75rem 1rem;
  display: flex;
}
#menubar .language-settings {
  margin-left: auto;
}
#menubar .navigation a {
  color: white;
  padding-right: 1rem;
}
.logo {
  max-width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 1rem;
}
.logo img {
  width: 100%;
}
#outlinks {
  text-transform: uppercase;
  display: flex;
  margin-left: auto;
}
#outlinks > * {
  padding: 1em;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #c1c1c1;
}
#outlinks > *:hover {
  background-color: #435994;
  color: #F7F7F3;
  text-decoration: none;
}
.course-content a {
  font-family: inherit !important;
  font-size: 1em !important;
}
a {
  text-decoration: none;
  cursor: default;
}
a[href] {
  color: #4967aa;
  font-family: cbs-regular;
  font-size: 1.1rem;
  cursor: pointer;
}
a[href]:hover {
  text-decoration: underline;
}
a .special {
  color: #4967aa;
  text-transform: uppercase;
  font-family: cbs-regular;
  font-size: 1.2rem;
  text-decoration: none;
}
h1,
h2,
h3 {
  font-family: "cbs-bold";
  padding: 0;
  margin: 0.5em 0;
  line-height: 1.2em;
}
h1 {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #000000;
}
h2 {
  color: #000000;
  font-size: 1.3rem;
}
h3 {
  font-size: 1.2rem;
}
.table--unstyled {
  width: 100%;
  border: none;
  border-collapse: collapse;
}
.table--unstyled td {
  padding: 5px;
}
.table--unstyled td:first-child {
  padding-left: 0;
}
.hover--alert tr:hover td,
.hover--alert tr:focus td,
.hover--alert tr:active td {
  background-color: rgba(63, 89, 146, 0.7);
  color: white;
}
.hover--alert tr:hover td a,
.hover--alert tr:focus td a,
.hover--alert tr:active td a {
  color: inherit;
}
.kursusblok {
  border: none;
  border-spacing: 0;
  width: 100% !important;
  /*border-collapse: collapse;*/
}
.kursusblok th {
  background-color: #435994;
  color: #F7F7F3;
  font-family: cbs-regular;
  font-weight: normal;
  font-size: 1.2rem;
}
.kursusblok th,
.kursusblok td {
  padding: 0.5rem 1rem;
}
.kursusblok tbody tr td {
  border-bottom: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
}
.kursusblok tbody tr td:first-child {
  border-left: 1px solid #c1c1c1;
}
.kursusblok tbody tr td.group {
  font-weight: bold;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.previewBanner {
  float: left;
  width: 300px;
  height: 300px;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 100;
}
.previewBanner .print {
  display: none;
}
@media only print {
  #content {
    margin-top: 0rem;
    margin-bottom: 0rem;
    border: 0;
    padding: 0;
  }
  #header {
    margin-top: 0px;
    border: 0px;
  }
  table.kursusblok thead th {
    border: 2px solid #435994;
  }
  #outlinks,
  #menubar,
  .card.card-warning {
    display: none;
  }
  .previewBanner {
    position: relative;
    float: none;
    width: 100%;
    height: initial;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #000000;
    color: #FFFFFF;
    font-weight: bolder;
    font-size: 40pt;
  }
  .previewBanner .print {
    display: initial;
  }
  .previewBanner .noprint {
    display: none;
  }
}