@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Comfortaa:400,500,700|Open+Sans:400,600,700,800&display=swap");
/* BODY STYLES */
@font-face {
  font-family: "GT-Eesti-Thin";
  src: url("/ResourcePackages/NordicUI/assets/dist/fonts/GTEestiProDisplay-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "GT-Eesti-Bold";
  src: url("/ResourcePackages/NordicUI/assets/dist/fonts/GTEestiProDisplay-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "GT-Eesti-Regular";
  src: url("/ResourcePackages/NordicUI/assets/dist/fonts/GTEestiProDisplay-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "GT-Eesti-Light";
  src: url("/ResourcePackages/NordicUI/assets/dist/fonts/GTEestiProDisplay-Light.woff2") format("woff2");
}
/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/templates/simple-sidebar)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */
#wrapper {
  overflow-x: hidden;
}

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -250px;
  -webkit-transition: margin 0.25s ease-out;
  transition: margin 0.25s ease-out;
  width: 250px;
  min-width: 250px;
  max-width: 250px;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}
#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}
#sidebar-wrapper img {
  width: 120px;
  margin: 1rem auto;
  display: block;
}
#sidebar-wrapper .sidebar-cta {
  padding: 1rem 2rem;
}
#sidebar-wrapper .sidebar-cta .form-label {
  font-size: 0.9em;
}
#sidebar-wrapper .sidebar-nav {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  overflow-y: auto;
  min-height: 60vh;
}
#sidebar-wrapper .sidebar-nav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
#sidebar-wrapper .sidebar-nav::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
#sidebar-wrapper .sidebar-nav::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
#sidebar-wrapper .sidebar-nav a {
  font-family: "GT-Eesti-Thin";
  color: #333;
}
#sidebar-wrapper .sidebar-nav a:hover {
  color: #00a9ce;
}
#sidebar-wrapper .sidebar-nav a:active {
  color: #fff;
}
#sidebar-wrapper .sidebar-nav .active a {
  color: #fff;
}
#sidebar-wrapper .sidebar-nav .dropdown-menu-toggler {
  position: absolute;
  right: 10px;
  top: 18px;
  cursor: pointer;
  height: 20px;
  width: 20px;
}
#sidebar-wrapper .sidebar-nav .dropdown-menu-toggler:hover, #sidebar-wrapper .sidebar-nav .dropdown-menu-toggler:focus {
  text-decoration: none;
}
#sidebar-wrapper .sidebar-nav .dropdown-menu-toggler:before, #sidebar-wrapper .sidebar-nav .dropdown-menu-toggler:after {
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  margin: 0 0 -8px;
  background: #333;
}
#sidebar-wrapper .sidebar-nav .dropdown-menu-toggler:after {
  right: 1px;
  width: 16px;
  height: 2px;
  margin-top: -1.5px;
  background: #333;
}
#sidebar-wrapper .sidebar-nav .dropdown-menu-toggler:before {
  right: 8px;
  width: 2px;
  height: 17px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-top: -8.5px;
  background: #333;
  opacity: 0;
}
#sidebar-wrapper .sidebar-nav .dropdown-menu-toggler.collapsed:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 1;
}
#sidebar-wrapper .sidebar-nav .nav-item.dropdown ul {
  list-style: none;
  padding: 0;
}
#sidebar-wrapper .sidebar-nav .nav-item.dropdown li a {
  font-weight: bold;
}
#sidebar-wrapper .sidebar-nav .nav-item.dropdown.active .dropdown-menu-toggler:before, #sidebar-wrapper .sidebar-nav .nav-item.dropdown.active .dropdown-menu-toggler:after {
  background: #fff;
}
#sidebar-wrapper .sidebar-login {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 1rem 2rem;
  background: #fff;
}
#sidebar-wrapper .sidebar-login a {
  text-decoration: none;
}
#sidebar-wrapper .sidebar-login .log-out {
  font-weight: bold;
  margin-top: 30px;
}

#page-content-wrapper {
  min-width: 100vw;
}
#page-content-wrapper .sidbar-nav-toggle img {
  padding-left: 15px;
  width: 100px;
}
#page-content-wrapper .page-main-content,
#page-content-wrapper .page-top-content {
  padding: 0 58px;
}
#page-content-wrapper .page-main-content {
  padding: 58px;
  min-height: 80vh;
}

body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 1024px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }
  #page-content-wrapper .header-content {
    margin-top: 5em;
  }

  body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
    margin-left: -250px;
  }
}
/* HEADER STYLES */
.nordicui-header {
  font-family: "Comfortaa";
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  background: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid #00a9ce;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}
.nordicui-header .srcoling-header {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(2, 210, 255, 0.9);
}
.nordicui-header .srcoling-header .nav-item > a {
  color: #ffffff;
  text-shadow: 1px 1px 1px #d2d0d0;
}
.nordicui-header .nordicui-header-bottom {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.nordicui-header .nordicui-header-top {
  text-align: right;
  padding: 5px 0;
  border-bottom: 1px solid #02d2ff;
  height: 55px;
}
.nordicui-header .tpc-language-selctor,
.nordicui-header .tpc-search,
.nordicui-header .tpc-login {
  display: inline-block important;
  vertical-align: text-top;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.nordicui-header .tpc-language-selctor a,
.nordicui-header .tpc-search a,
.nordicui-header .tpc-login a {
  color: #00a9ce;
}
.nordicui-header .tpc-language-selctor *,
.nordicui-header .tpc-search *,
.nordicui-header .tpc-login * {
  text-decoration: none;
}
.nordicui-header .tpc-language-selctor select {
  background-image: none;
}
.nordicui-header .tpc-login .dropdown-menu {
  min-width: 7rem;
}
.nordicui-header .tpc-login .dropdown-menu a {
  text-decoration: none;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  color: #02d2ff;
  font-size: 0.9rem;
}
.nordicui-header .tpc-login .dropdown-menu a:hover {
  color: #005568;
}
.nordicui-header .tpc-search input[type=search] {
  width: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nordicui-header .tpc-search button {
  border-top-right-radius: 0em important;
  border-bottom-right-radius: 0em important;
  line-height: 1.55 important;
}
.nordicui-header .tpc-main-nav a {
  font-family: "Comfortaa";
  font-weight: bold;
  text-transform: uppercase;
  color: black important;
}
.nordicui-header .tpc-main-nav a:hover {
  color: #333333 important;
}
.nordicui-header .nordicui-header-bottom .navbar {
  padding: 0;
}
.nordicui-header .nordicui-header-bottom .navbar a {
  font-size: 0.9rem;
  font-weight: bold;
}
.nordicui-header .nordicui-header-bottom .navbar img {
  height: 55px;
  padding: 5px;
}
.nordicui-header .nordicui-header-bottom .navbar .navbar-toggler {
  border: 0px;
}

/* BODY STYLES */
body {
  font-family: "GT-Eesti-Regular", Arial, sans-serif;
  -webkit-font-variant-ligatures: no-contextual;
          font-variant-ligatures: no-contextual;
  font-weight: 300;
  font-size: 1em;
  color: #333333;
}
body img {
  max-width: 100%;
}

.nordicui-portal-body {
  min-height: 50vh;
}
.nordicui-portal-body h1, .nordicui-portal-body h2, .nordicui-portal-body h3, .nordicui-portal-body h4, .nordicui-portal-body h5 {
  font-family: "Comfortaa";
  color: black;
  font-weight: 300;
}
.nordicui-portal-body h1, .nordicui-portal-body h2, .nordicui-portal-body h3 {
  margin-bottom: 30px;
  position: relative;
}
.nordicui-portal-body h1:after, .nordicui-portal-body h2:after, .nordicui-portal-body h3:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px;
  height: 3px;
  background-image: -o-linear-gradient(left, #007f9b, transparent);
}
.nordicui-portal-body .nordic-login-widget img {
  width: 200px;
  display: block;
  margin: 60px auto;
}
.nordicui-portal-body .nordic-login-widget .login-button-container {
  margin-top: 30px;
  text-align: center;
}

/* FOOTER STYLES */
.nordicui-footer {
  background: #00a9ce;
  color: #292b2c;
  padding-top: 75px;
  padding-bottom: 20px;
}
.nordicui-footer a {
  text-decoration: none;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  color: #424546;
  font-size: 16px;
}
.nordicui-footer a:hover {
  color: black;
}
.nordicui-footer h4 {
  color: #292b2c;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
}
.nordicui-footer p {
  margin-bottom: 0;
}
.nordicui-footer img {
  width: 200px;
}
.nordicui-footer ul {
  padding-left: 0;
}
.nordicui-footer ul li {
  list-style: none;
}

/* Copyright*/
.nordicui-copyright {
  background: #006a82;
  color: #292b2c;
}
.nordicui-copyright p {
  padding: 15px 0;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
}