﻿@font-face {
  font-family: 'password';
  font-style: normal;
  font-weight: 400;
  src: url(https://jsbin-user-assets.s3.amazonaws.com/rafaelcastrocouto/password.ttf);
}

.password {
  font-family: 'password';
}

html {
  font-size: 10px;
}

body {
  /*margin: 10px;*/
  font-family: Arial;
  font-size: 1.4rem;
  line-height: 1.4em;
}

h1 {
  margin: 0px 0px 15px 0px;
  font-weight: bold;
  font-size: 2.6rem;
}

h2 {
  margin: 0px;
  font-weight: bold;
  font-size: 2rem;
  line-height:1.2;
}

h3 {
  /*margin: 0px;*/
  font-weight: bold;
  font-size: 1.4rem;
}

h4 {
  font-weight: bold;
  font-size: 1.3rem;
}

a {
  text-decoration: none;
  color:#000;
}

.test {
  margin-bottom: 15px;
}

#headname {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top:-20px;
  text-align:right;
}

#headname h1 {
  font-size: 2.4rem;
  margin: 3px 0px 5px 0px;
}

#login {
  min-height:50rem;
  padding-top:10rem;
  /*text-align:center;*/
  font-size:2rem;
}

.res_line {
  display: inline-block;
  width: 100%;
  line-height: 1rem;
}

.res_dato {
  width: 110px;
  text-align: right;
  float: left;
}

.res_procent {
  float: left;
  width: 70px;
  text-align: right;
}

.failed {
  color: red;
}

.passed {
  color: green;
}

.actionButton {
  width: 25%;
  height: 150px;
  font-size: 2.8rem;
  border-radius: 10px;
}

/*.forsideknap {
  text-align:center;
  margin-right:20px;
}*/
#forsideknapper {
  /*width: 108rem;*/
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  display:inline-block;
  width:100%;
  margin-top:10px;
}


.forsideknap {
  text-align: center;
  width: 31%;
  height: 9rem;
  background-color: #fff;
  margin-right: 3.5%;
  margin-bottom: 1.6rem;
  float: left;
  position: relative;
  cursor: pointer;
  display: table;
  word-break: break-word;
}

.forsideknap {
  -moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
  box-shadow: inset 1px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
  background: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
  background-color: #ededed;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  /*display: inline-block;*/
  cursor: pointer;
  /*color: #777777;*/
  /*font-family: Arial;*/
  /*font-size: 28px;*/
  font-weight: bold;
  /*padding: 32px 76px;*/
  text-decoration: none;
  text-shadow: 1px 1px 0px #ffffff;
}

.forsideknapfuld {
  text-align: left;
  width: 100%;
  min-height: 9rem;
  background-color: #fff;
  margin-right: 0;
  margin-bottom: 0.7rem;
  float: left;
  position: relative;
  cursor: default;
  display: table;
  word-break: break-word;
  font-weight:normal;
  padding:15px
}

  .forsideknapfuld div {
    margin-bottom:1rem;
  }

  .forsideknap:hover {
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
    background: -moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background: -webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background: -o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background: -ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background: linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);*/
    /*background-color: #dfdfdf;*/
  }

  .forsideknap:active {
    position: relative;
    top: 1px;
    left: 1px;
  }


.knapindhold {
  height: inherit;
  width: 100%;
  vertical-align: middle;
  display: inline-flex;
  padding: 0 10px;
  justify-content: center;
  flex-flow: column-reverse;
  line-height: 1.2;
}

/*.knapindhold {
  height:inherit;
  width:100%;
  vertical-align:middle;
  display:table-cell;
  padding:0 10px;
  line-height:1.2;
}*/

:nth-child(3n+3).forsideknap {
  margin-right: 0px;
}


input[type='text'], input[type='password'], input[type='email'], textarea, select,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: solid 1px #bfbfbf;
  padding: 10px 15px;
  outline: none;
  font-size: 1.5rem;
  color: #000;
  margin: 0;
  max-width: 100%;
  background: #fff;
  border-radius: 4px;
  display: inline-block;
}

input[type=button], input[type=submit] {
  font-size: 1.5rem;
  border-radius: 4px;
  border: solid 1px #bfbfbf;
  padding: 0.85rem 1rem;
  line-height:1.4;
}

.faneblad {
  border-bottom: 0px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #fff;
  float: right;
  margin-left:5px;
}

.faneblad_aktiv {
  background-color: #f5f5f5;
  color:#888;
}

.eproeveliste {
  margin:0px 0px 25px 0px;
  line-height:2;
}

.forsideknap img {
  width:100%;
  height:auto;
}

.contentdiv {
  margin-bottom: 20px;
}

  @media (max-width:1000px) {
    .containerdiv {
      width: 100%;
    }
  }


  @media (max-width:800px) {
    .forsideknap, :nth-child(3n+3).forsideknap {
      text-align: center;
      width: 48%;
      /*height: 27rem;*/
      background-color: #fff;
      margin-right: 2%;
      margin-bottom: 1.6rem;
      float: left;
      position: relative;
      cursor: pointer;
    }

    :nth-child(2n+2).forsideknap {
      margin-right: 0px;
    }
  }


  @media (max-width:480px) {
    .forsideknap, :nth-child(3n+3).forsideknap {
      text-align: center;
      width: 100%;
      padding: 10px 0;
      height: auto;
      background-color: #fff;
      margin-right: 0%;
      margin-bottom: 1.6rem;
      float: left;
      position: relative;
      cursor: pointer;
    }

    h2 {
      font-size: 2rem;
    }
  }

  .fejlfeltcontainer {
  display: inline-block;
  width: 8.5%;
  text-align: center;
  margin-right:0.5%;
}

.fejlfeltdato {
  color: #999;
  display: block;
  font-size: 12px;
}

.fejlfelt {
  width: 100%;
  text-align: center;
}

.fejlfeltknap {
  width: 100%;
  text-align: center;
  background-color: #b1f082;
}
.fejlfeltknapgemt {
  width: 100%;
  text-align: center;
  background-color: #cfcfcf;
}


fu {
  padding: 0 18px 0 28px;
  margin: 0px;
  font-family: inherit;
  overflow: visible;
  display: block;
}
fuu {
  padding: 0;
  margin: 0px;
  font-family: inherit;
  overflow: visible;
  display: none;
}


table.skema, table.skemafri {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  margin-bottom: 15px;
}

  table.skema th, table.skemafri th {
    border: 1px solid #bfbfbf !important;
    padding: 10px 15px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
  }

  table.skema td, table.skemafri td {
    padding: 10px 15px;
    border: #bfbfbf 1px solid !important;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  table.skema tr:hover td, table.skemafri tr:hover td {
    /*background-color: #f5f5f5*/
  }

  table.skema th, table.skema td {
    text-align: center !important;
    vertical-align: top !important;
  }

  table.skemafri th, table.skemafri td {
    text-align: initial;
    vertical-align: initial;
  }

  .SkiftKategoriContainer {
    margin-left: 30px;
    font-size: 1.6rem;
    padding:10px 0px;
    /*float:left;*/
  }

@media (min-width: 640px) {
  #headname {
    margin-top: 0;
  }

  fu {
    padding: 0 1rem 0 1rem;
  }
}

.loginline {
  height: 5rem;
}


.loginlabel {
  display:inline-block;
  width:50%;
}

.loginelement {
  display: inline-block;
}


.contentdiv {
  font-family: 'Open Sans', Arial, Tahoma, sans-serif;
}


  .uv_link td {
    background-color: rgba(255, 242, 127, 25%);
  }

.link {
  color: rgb(174, 51, 56);
  font-weight: bold;
}

  .link[target]:after {
    content: "";
  }

  .link[target]:after {
    position: relative;
    top: 2px;
    margin-left: 0.125rem;
    margin-right: 0.5rem;
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23ae3338'%3E%3Cpath d='M11 3a1 1 0 1 0 0 2h2.586l-6.293 6.293a1 1 0 1 0 1.414 1.414L15 6.414V9a1 1 0 1 0 2 0V4a1 1 0 0 0-1-1h-5z'/%3E%3Cpath d='M5 5a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-3a1 1 0 1 0-2 0v3H5V7h3a1 1 0 0 0 0-2H5z'/%3E%3C/svg%3E");
  }

.fkknap {
  background-color: #eeeeee;
}

.copy_icon {
  width: 15px;
  height: auto;
  margin: 0 5px 0 3px;
  cursor: pointer;
  vertical-align:top;
}

.reload_icon_fkadmin {
  display: inline-block;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-image: url('/images/reload.svg');
  margin-left: 10px;
  cursor: pointer;
  position: relative;
  top: 8px;
}

.fk_kodefelt{
  width:600px;
  background-color:transparent!important;
}

.faglaererboks {
  border: 1px solid #000;
  padding: 10px;
  margin: 20px 0;
  border-radius: 5px;
  background-color: rgb(253, 201, 157);
}

#underskriv H2 {
  margin-bottom: 15px;
  /*min-height: 50rem;*/
  /*padding-top: 5rem;*/
  /*text-align:center;*/
  /*font-size: 2rem;*/
}

#underskriv li {
  /*font-size:2rem;*/
  margin: 20px 0;
}

.aflyst {
  text-align:center;
  font-weight:bold;
  background-color:#e0400c;
  padding:10px;
  margin-top:5px;
}

.tekstfelt {
  width:100%;
  min-height:42px;
}

.ikon {
  width:15px!important;
  height:auto;
}

.linklektionsplan {
  margin: 10px 0px;
}