/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

section {
  display: block;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
}

input {
  color: inherit;
  font: inherit;
  margin: 0;
}

input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="#"]:after {
    content: "";
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2 {
    orphans: 3;
    widows: 3;
  }

  h2 {
    page-break-after: avoid;
  }
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

h2,
h5 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h2 {
  font-size: 30px;
}

h5 {
  font-size: 14px;
}

p {
  margin: 0 0 10px;
}

.container, .registerContainer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container, .registerContainer {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container, .registerContainer {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container, .registerContainer {
    width: 1170px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-sm-4,
.col-md-4,
.col-md-6,
.col-xs-12,
.col-sm-12,
.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-sm-4,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }
}

@media (min-width: 992px) {
  .col-md-4,
  .col-md-6,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.container:after,
.row:after {
  clear: both;
}

@-ms-viewport {
  width: device-width;
}

body {
  background: #eee;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #777;
  font-size: 14px;
  line-height: 24px;
}

section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.text-white {
  color: #fff !important;
}

p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 24px;
}

p:last-child {
  margin-bottom: 0px;
}

p.super-lead {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: white;
}

@media all and (max-width: 767px) {
  p.super-lead {
    font-size: 18px;
    line-height: 28px;
  }
}

span.title {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 8px;
}

h2,
h5 {
  color: #333333;
  margin-top: 0px;
}

h2 {
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 32px;
}

h5 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 24px;
  line-height: 28px;
}

@media all and (max-width: 767px) {
  h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }
}

a {
  color: #0054a6;
}

a,
a:hover,
a:visited,
a:active,
a:link,
a:active {
  text-decoration: none;
}

.btn {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  border: 3px solid;
  padding: 17px 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  border-radius: 0;
  border-color: #0054a6;
  color: #0054a6;
}

.btn:hover, .regBtn:hover {
  background: #002444;
  color: #fff;
}

@media all and (max-width: 767px) {
  .btn {
    min-width: 0;
    padding: 10px 14px 12px 14px;
    border: 2px solid;
  }
}

.btn-sm {
  max-width: 120px;
  min-width: 0;
  padding: 8px 16px;
  border: 2px solid;
}

.top-bar {
  top: 0px;
  width: 100%;
  z-index: 99;
  left: 0;
  right: 0;
  margin: 0 auto 120px auto;
}

.top-section {
  padding: 160px 0;
}

.top-section .container {
  position: relative;
}

.top-section div[class*='col-'] {
  padding: 0;
}

@media all and (max-width: 767px) {
  .top-section {
    padding: 0;
  }
}

.side-icon-feature {
  overflow: hidden;
  margin-bottom: 64px;
}

.side-icon-feature:last-child {
  margin-bottom: 0;
}

.side-icon-feature h5 {
  margin-bottom: 16px;
}

.input-transparent:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.input-transparent::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.input-transparent:-ms-input-placeholder {
  color: #fff;
}

.input-standard {
  border: none;
  padding: 12px;
}

.input-standard:focus {
  outline: none;
}

input[type="submit"] {
  font-weight: 400;
}

input[type="submit"].btn:hover {
  background: #002444;
}

.form-error {
  display: none;
  padding: 12px;
  color: #fff;
  background: #39b54a;
  clear: both;
  margin-bottom: 20px;
  width: 100%;
}

.form-error {
  background: #9e0b0f;
}

@font-face {
  font-family: 'safeicons';
  src: url('./Fonts/safeicons.eot?7ims2v');
  src: url('./Fonts/safeicons.eot?#iefix7ims2v') format('embedded-opentype'),
		url('./Fonts/safeicons.woff?7ims2v') format('woff'),
		url('./Fonts/safeicons.ttf?7ims2v') format('truetype'),
		url('./Fonts/safeicons.svg?7ims2v#safeicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class*=" icon-"] {
  font-family: 'safeicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-information:before {
  content: "\e602";
}

.icon-envelope:before {
  content: "\e028";
}

.icon-documents:before {
  content: "\e600";
}

a {
  color: #000667;
}

body {
  background: #000667;
}

.top-section {
  padding: 0px 0px 120px 0px;
  background: #000667 url("../Images/Login/bg_1.jpg") center 50%;
  background-size: cover;
}

.top-section:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.35);
}

.top-section .box {
  padding: 60px;
  background: #fff;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

.top-section .box .other {
  margin-top: 20px;
}

.top-section .box .other a {
  text-decoration: underline;
  color: #000667;
  font-size: 12px;
  margin-right: 15px;
  line-height: 0;
}

.top-section .box .info {
  font-size: 12px;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: -25px;
}

.top-section .box.messages {
  background: #000667;
  color: #80c3ff;
  padding: 30px 60px 30px 60px;
}

.top-section .box.messages h5 {
  color: #fff;
  margin-bottom: 5px;
}

.top-section .container {
  margin-bottom: 20px;
  z-index: 2;
}

.top-section .input-standard {
  display: block;
  color: #000667;
  border: 1px solid #bbced9;
  margin-bottom: 20px;
  width: 100%;
  line-height: 30px;
  height: 50px;
  padding: 12px;
}

.top-section .btn-sm, .regBtn {
  border: none;
  background: #000667;
  color: #fff;
  padding: 16px 30px;
  width: 100%;
  max-width: none;
}

.top-section .btn-sm:hover {
  background: #002444 !important;
}

.partners {
  background: #fff;
  padding: 10px;
  position: relative;
  bottom: 0;
  width: 100%;
}

.partners img {
  width: 13.8%;
}

.partners .container {
  max-width: 900px;
}

.btn {
  padding: 15px 20px;
  margin-top: 10px;
}

.details {
  background: #000667;
  color: #fff;
  text-align: center;
}

.details h5 {
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

.details .icon {
  font-size: 65px;
  margin-bottom: 30px;
  display: block;
}

.details a {
  color: #fff;
}

.details .super-lead {
  margin-bottom: 70px;
  font-size: 20px;
  line-height: 1.4;
  color: white;
  margin-top: -20px;
}

.input-standard {
  display: block;
  color: #000667;
  margin-bottom: 20px;
  width: 100%;
  line-height: 30px;
  height: 50px;
  padding: 12px;
}

.top-bar {
  background: none;
}

.top-bar .logo-wrap {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  display: flex;
  justify-content: space-between;
  align-items:center;
  /*width: 100%;*/
  padding: 20px 0;
}

.top-bar .logo-kystverket {
  float: right;
  height: 65px;
}

.strong {
  font-weight: 600;
}

.btn:focus {
  color: #999;
}

.form-error {
  background: #b82027;
}

.register-links {
  padding-top: 180px;
  background: #000667 url("../Images/Login/bg_1.jpg") center 50%;
  background-size: cover;
}

.register-links:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.35);
}

.register-links .row {
  overflow: hidden;
  margin-bottom: 30px;
}

.register-links .select {
  display: block;
  background: #000667;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
  transition: background 0.5s ease;
}

.register-links .select:hover {
  background: #002444;
}

.register-links .figure {
  width: 100%;
  background: #d8e3e9;
  overflow: hidden;
}

.register-links .figure img {
  padding: 20px 0;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
}

.register-links .title {
  color: #fff;
  padding: 15px 20px;
  width: 100%;
  margin-bottom: 0px;
}

.register-links h2 {
  color: #fff;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 30px;
}

.login-box {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 2px solid transparent;
    border-radius: .25rem;
}

.login-error-box {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}

.login-info-box {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
}

.login-success-box {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}

.login-box a {
    color: #a94442;
    text-decoration: underline;
}

@media (max-width: 990px) {
  .partners {
    text-align: center;
  }

  .partners img {
    width: 20%;
  }

  .details {
    padding: 40px 0;
  }

  .details .col-md-4 {
    padding-bottom: 60px;
    margin-top: 60px;
    border-bottom: 1px solid #004480;
  }

  .details .col-md-4:last-child {
    border-bottom: none;
  }

  .details .super-lead {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .details {
    padding: 40px 0 0 0;
  }

  .details .icon {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .top-bar .logo-wrap {
    border-bottom: none;
  }

  .top-bar .logo-wrap img {
    height: 40px;
  }

  .top-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .top-section .container {
    margin-top: 80px;
  }

  .register-links {
    padding-top: 80px;
  }

  .register-links .row {
    overflow: visible;
    margin-bottom: 0;
  }

  .register-links .select {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
  }

  .register-links .figure img {
    padding: 0;
  }

  .register-links h2 {
    margin-bottom: 1px;
    background: #d8e3e9;
    color: #000667;
    padding: 15px 20px;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
    position: relative;
    z-index: 10;
  }
}

@media (max-width: 576px)
{
    .top-bar .logo-wrap img.logo-kystverket {
        height: 30px;
    }
}

.Banner {
    width: 100%;
    font-size: small;
    background-repeat: repeat-x;
    line-height: 20px;
    font-family: Verdana, Arial, Calibri;
    border-bottom: 1px solid silver;
}

.BannerWarning {
    color: black;
    background-color: #FF451F;
}

    .BannerWarning a {
        color: white;
    }

.BannerNotice {
    background-color: #A9E5FB;
    color: black;
}

.BannerInformation {
    color: black;
    background-color: #94f596;
    background-image: linear-gradient(#94f596, #59a546);
    /*background-image: url(../Images/GreenGradient.png);*/
}

.BannerTestenvironment {
    color: #fff;
    text-shadow: 1px 1px black;
    font-weight: bold;
    font-size: 42px;
    background-color: #ff4500;
    display: grid;
    padding: 5px;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    height: 64px;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}