﻿/* typekit for adobe DIN2014 font styles */
@import url("https://use.typekit.net/zzc8fmd.css");
/* page layouts */
/* main content panel */
#page-content {
  display: grid;
  height: 100%;
  grid-template-rows: 40px 40px auto;
  grid-template-areas: "top-nav" "breadcrumb" "main-content";
}

#page-content-index {
  display: grid;
  height: 100%;
  grid-template-rows: 40px auto;
  grid-template-areas: "top-nav" "main-content-index";
}

/*section {
    min-height: 40px;
}*/
#top-branding {
  grid-area: top-branding;
}

#top-nav {
  grid-area: top-nav;
}

#side-nav {
  grid-area: side-nav;
  display: none;
}

#breadcrumb {
  grid-area: breadcrumb;
  margin-top: 1.1em;
}

#main-content {
  grid-area: main-content;
  overflow: auto;
  height: 100%;
  max-height: 100%;
  width: 100%;
}
#main-content h3 {
  margin-bottom: 28px;
}
#main-content .e-grid {
  height: calc(100% - 40px);
}
#main-content .detail-page-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#main-content .tabs-container {
  flex: 1 1 auto;
  overflow: hidden;
  max-height: 100%;
  height: 100%;
}
#main-content .tabs-container .e-control {
  max-height: 100%;
  height: 100% !important;
  overflow-x: hidden;
  overflow-y: hidden;
}
#main-content .tabs-container .e-control .e-tab-header {
  max-height: 32px;
  height: 32px !important;
  margin-right: 20px;
}
#main-content .tabs-container .e-control .e-content {
  overflow-y: auto;
  max-height: calc(100% - 32px);
}
#main-content .detail-title-container {
  flex: 0 1 auto;
}

#main-content-index {
  grid-area: main-content-index;
  background-size: cover;
  z-index: 30;
  display: flex;
  justify-content: center;
}

#side-branding {
  grid-area: side-branding;
  display: none;
  padding-bottom: 20px;
  background-color: #fff;
}

.e-btn {
  background-color: #9D9D9D;
  border-color: #9D9D9D;
}

#main-content {
  padding: 14px 15px 15px 15px;
}

#main-content > .e-breadcrumb {
  position: absolute;
  top: 40px;
  left: 200px;
}

a .e-breadcrumb-item,
a .e-breadcrumb-item:hover {
  color: #8CC541;
}

/*        .btn{
            border-radius: $border-radius-smaller;
        }*/
#branding-sidemenu {
  max-width: 150px;
  max-height: 150px;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  #main-content {
    padding: 12px 15px 15px 80px;
  }
}
@media (min-width: 992px) {
  #page-content {
    grid-template-columns: 200px auto;
    grid-template-rows: 40px 40px auto 170px;
    grid-template-areas: "top-nav top-nav" "side-nav breadcrumb" "side-nav main-content" "side-branding main-content";
  }
  #side-nav {
    display: block;
  }
  #side-branding {
    display: block;
  }
}
.action-panel {
  padding: 46px 10px 20px 38px;
}

.e-sidebar {
  box-shadow: -5px 0px 5px silver;
  background-color: #DAEACB;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

.narrow-text {
  max-width: 550px;
}

/*popup schermpje*/
.opaque-popup {
  width: 342px;
  position: absolute;
  top: 98px;
  left: 200px;
  padding: 5px 32px 27px 25px;
  background-color: rgba(255, 255, 255, 0.32);
  color: #fff;
}
.opaque-popup a {
  color: #fff;
}
.opaque-popup .external-login {
  border: none;
  color: grey;
  margin-right: 20px;
}
.opaque-popup .text-close {
  line-height: 0.5;
  color: #fff;
}
.opaque-popup .login-button {
  color: #fff;
}

/*popup schermpje wizard*/
.opaque-popup-wizard {
  width: 513px;
  position: absolute;
  top: 98px;
  left: 200px;
  background: rgba(226, 226, 226, 0.852);
  color: grey;
  min-height: 417px;
}
.opaque-popup-wizard i {
  color: #808080;
  cursor: pointer;
}
.opaque-popup-wizard a {
  background: none;
}
.opaque-popup-wizard .btn-primary {
  background-color: #8CC541;
}
.opaque-popup-wizard form {
  max-width: unset;
}
.opaque-popup-wizard .row {
  margin-left: 0px;
  margin-right: 0px;
}
.opaque-popup-wizard .popup-header {
  background-color: white;
  padding: 10px 19px 6px 19px;
  color: grey;
  height: 40px;
}
.opaque-popup-wizard .form-group {
  margin-bottom: 25px;
}
.opaque-popup-wizard .form-group.row {
  margin-bottom: 20px;
}
.opaque-popup-wizard .popup-body {
  padding: 25px 37px 27px 41px;
  line-height: 1em;
  height: 100%;
}
.opaque-popup-wizard .popup-content {
  min-height: 244px;
}
.opaque-popup-wizard .button-bar {
  margin-top: 10px;
  margin-right: 36px;
  margin-bottom: 20px;
}
.opaque-popup-wizard .description {
  margin-top: 10px;
  margin-bottom: 30px;
}
.opaque-popup-wizard span.text-danger.field-validation-error {
  padding: 5px;
}
.opaque-popup-wizard .legacy-data label {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .opaque-popup {
    position: relative;
    left: 0px;
    width: 324px;
  }
}
.center-text {
  text-align: center;
  margin-bottom: 20px;
  max-width: 500px;
}

.bg-body {
  background-color: #F2F2F2;
}

.index-content-index {
  position: relative;
}

.seasonal-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

@media (min-width: 576px) {
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 3rem !important;
  }
}
@media (min-width: 768px) {
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
}
/* navbar top */
.navbar {
  height: 40px;
  font-size: 16px;
  background-color: #fff;
  justify-content: flex-start !important;
}
.navbar .primary svg {
  fill: #8CC541;
}
.navbar .navbar-brand {
  margin-right: 0;
  width: 200px;
  border-right: 1px solid white;
  padding-left: 18px;
}
.navbar .module {
  display: flex;
  justify-content: center;
  cursor: pointer;
  padding: 0 2em 0 2em;
  /* Modules*/
}
.navbar .module div {
  display: flex;
  align-items: center;
}
.navbar .module div .module-name {
  padding-left: 0.5em;
}
.navbar .module svg {
  height: 15.72px;
  width: 16.64px;
}
.navbar .module .leave {
  color: #8CC541;
}
.navbar .module .leave svg {
  fill: #8CC541;
}
.navbar .module .access {
  color: #114469;
}
.navbar .module .access svg {
  fill: #114469;
}
.navbar .module .time {
  color: #418DC5;
}
.navbar .module .time svg {
  fill: #418DC5;
}
.navbar .module .sick {
  color: #D85A81;
}
.navbar .module .sick svg {
  fill: #D85A81;
}
.navbar .module .emission {
  color: #76C3AF;
}
.navbar .module .emission svg {
  fill: #76C3AF;
}
@media only screen and (max-width: 600px) {
  .navbar .module {
    padding: 0 1em 0 1em;
  }
  .navbar .module div {
    display: flex;
    align-items: center;
  }
  .navbar .module div .module-name {
    display: none;
  }
}
.navbar .nav-item {
  position: relative;
}
.navbar .mouse-pointer {
  cursor: default;
}
.navbar .nav-link {
  min-width: 44px;
  padding: 0px;
  text-align: center;
  line-height: 40px;
}
.navbar .border-right {
  border-right: 1px solid white;
}

.nav {
  flex-wrap: nowrap;
}

.language-wrapper {
  background-color: rgba(242, 242, 242, 0.6666666667);
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  filter: blur(6em);
}

.language-container {
  position: absolute;
  right: 2em;
  bottom: 2em;
  width: 15em;
  user-select: none;
}
.language-container .select {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.language-container div > div.language-options {
  max-height: 15em;
  overflow: scroll;
  overflow-x: hidden;
}
.language-container div > div.language-options .option:hover {
  color: #8CC541;
}
.language-container div > div.language-options .option.selected {
  color: #a2a2a2;
}
.language-container * > svg {
  fill: #707070;
}

@media only screen and (max-width: 600px), only screen and (max-height: 650px) {
  .language-container {
    position: static;
    margin-top: 1rem;
    right: auto;
    left: auto;
  }
}
.scrollbar::-webkit-scrollbar {
  width: 6px !important;
}

.scrollbar::-webkit-scrollbar-track {
  /*width: 12px !important;*/
  padding-left: 5px !important;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: red;
  width: 5px !important;
  margin-left: 10px !important;
}

.scrollbar-invisible::-webkit-scrollbar {
  display: none;
}

html, body {
  height: 100%;
  background-color: #F2F2F2;
}

.pointer {
  cursor: pointer;
}

.disabled {
  cursor: not-allowed;
}

.disabled:hover {
  cursor: not-allowed;
}

.color-primary {
  color: #8CC541 !important;
}

/* QR code generator */
#qrCode {
  margin: 15px;
}

::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.4666666667) !important;
}

::-webkit-scrollbar-thumb {
  background: #D6D6D6 !important;
  border-radius: 0px !important;
}

::-webkit-scrollbar {
  width: 0.8em !important;
}

.icon-text-aligned {
  display: flex;
  flex-direction: row;
  margin-top: 0.75em;
}

.icon-denied-access {
  margin-right: 1em;
}

a {
  text-decoration: none;
  color: inherit;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.components-reconnect-hide > div {
  display: none;
}

.components-reconnect-show > div {
  display: none;
}

.components-reconnect-show > .show {
  display: block;
}

.components-reconnect-failed > div {
  display: none;
}

.components-reconnect-failed > .failed {
  display: block;
}

.components-reconnect-refused > div {
  display: none;
}

.components-reconnect-refused > .refused {
  display: block;
}

/* svg fills*/
.btn-primary {
  background-color: #8CC541 !important;
  border: none !important;
}

.form-check-input:checked {
  background-color: #8CC541 !important;
  border-color: #8CC541 !important;
}

.form-control {
  border-color: #DAEACB !important;
}

.form-control:focus {
  color: #8CC541 !important;
  border-color: #8CC541 !important;
}

.border-primary {
  border-color: #8CC541 !important;
}

.border-secondary {
  border-color: #DAEACB !important;
}

.linked-modules .icon-container svg {
  height: 100%;
  width: 100%;
}
.linked-modules .leave {
  color: #8CC541;
  border-color: #8CC541 !important;
}
.linked-modules .leave svg {
  fill: #8CC541;
}
.linked-modules .access {
  color: #114469;
  border-color: #114469 !important;
}
.linked-modules .access svg {
  fill: #114469;
}
.linked-modules .time {
  color: #418DC5;
  border-color: #418DC5 !important;
}
.linked-modules .time svg {
  fill: #418DC5;
}
.linked-modules .sick {
  color: #D85A81;
  border-color: #D85A81 !important;
}
.linked-modules .sick svg {
  fill: #D85A81;
}
.linked-modules .emission {
  color: #76C3AF;
  border-color: #76C3AF !important;
}
.linked-modules .emission svg {
  fill: #76C3AF;
}
