﻿/*$background-color: scale-color($primary, $saturation: -55%, $lightness: 65%);*/
body {
  /*font-family: "Roboto";*/
  /*color: $base-text;*/ }

h1 {
  font-size: 1.25rem;
  font-weight: 400; }

h2 {
  font-size: 1.0rem;
  font-weight: 200; }

h3 {
  font-size: 1.25rem;
  font-weight: 400; }

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 1.25rem; }

p {
  font-size: 1rem; }

a {
  font-size: 1rem; }

@media (min-width: 480px) {
  h1 {
    font-size: 1.5rem;
    font-weight: 400; }
  h2 {
    font-size: 1.25rem;
    font-weight: 200; } }

@media (min-width: 768px) {
  h1 {
    font-size: 1.75rem;
    font-weight: 400; }
  h2 {
    font-size: 1.75rem;
    font-weight: 200; } }

.header {
  height: 55px;
  /*background-image: url('/img/header-bg.png');*/
  background-blend-mode: luminosity;
  background-color: #00a6d6;
  /*
    .k-button {
        border: none;
        background-color: transparent;
        background-image: none;
        color: $primary-contrast;
    }

    .k-button:hover {
        background-color: $info;
        padding: 5px;
        border-radius: 50%;
    }
    */ }
  .header .nav-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    color: #ffffff; }
  .header .information {
    flex: 0 0 24px;
    text-align: center; }
  .header .menu-button, .header .settings {
    flex: 0 0 48px;
    text-align: center; }
  .header .k-button {
    border: none;
    border-color: unset;
    color: white;
    background-color: transparent;
    box-shadow: unset; }
  .header .title {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 25px; }
  .header .k-avatar {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 25px;
    box-shadow: 0 0 0px 1px #ffffff; }
    .header .k-avatar img {
      width: 40px;
      height: 40px; }
  .header .menu-logo {
    padding-left: 15px; }

@media (min-width: 480px) {
  .header .title {
    flex-direction: row;
    align-items: center; }
  .header .vl {
    border-left: 1px solid #ffffff;
    height: 25px;
    margin: 6px 15px; } }

@media (max-width: 480px) {
  .menu-logo {
    display: none; } }

.k-drawer-container {
  background-color: #fbfbfb;
  height: calc(100% - 80px); }
  .k-drawer-container .k-drawer {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-right-width: 0 !important;
    z-index: 100; }

.k-drawer-content {
  overflow: auto;
  height: 100%; }

.k-drawer-items .title {
  display: none;
  text-transform: uppercase;
  font-size: 1em;
  padding: 1em;
  font-weight: bold;
  color: #528dee; }

.k-drawer-items > header {
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 1em; }
  .k-drawer-items > header > img {
    border: 2px solid #5abf90;
    margin: 1em;
    max-width: 96px; }

/*  Here we capture if the drawer is expanded.
    If the drawer is in mini-mode, these items
    are hidden by default.
*/
.k-drawer-expanded .k-drawer-items > header, .k-drawer-expanded .k-drawer-items .title {
  display: flex; }

.k-drawer-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
  background: #fff;
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
  text-align: right;
  z-index: 10;
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important; }

.k-drawer-footer-content {
  padding: 12px; }

.card-container {
  background-color: #ffffff;
  padding: 40px 0;
  text-align: center; }
  .card-container.grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 10px;
    row-gap: 1em; }
  .card-container .card-buttons .k-button {
    min-width: 105px; }
  .card-container .card-ranges .k-daterangepicker .k-textbox-container, .card-container .card-ranges .k-daterangepicker .k-floating-label-container {
    padding-top: 0;
    min-width: 105px; }
  .card-container .card-ranges .k-daterangepicker .k-label {
    display: none; }
  .card-container .card-component {
    grid-column: 1 / -1; }

@media (min-width: 480px) {
  .card-container {
    text-align: initial;
    padding: 30px; }
    .card-container.grid {
      grid-template-columns: repeat(2, 1fr); }
    .card-container .card-title {
      grid-column: 1 / 2;
      grid-row: 1; }
    .card-container .card-buttons {
      text-align: center;
      grid-column: 1 / -1;
      grid-row: 2; }
    .card-container .card-ranges {
      text-align: right;
      grid-column: 2 / 3;
      grid-row: 1; } }

@media (min-width: 768px) {
  .card-container {
    margin: 25px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    .card-container.grid {
      grid-template-columns: repeat(3, 1fr); }
    .card-container .card-buttons {
      text-align: center;
      grid-column: 2 / 3;
      grid-row: 1; }
    .card-container .card-ranges {
      text-align: right;
      grid-column: 3 / 4; }
    .card-container .card-component {
      grid-column-start: 1;
      grid-column-end: -1; } }

body,
h1,
body {
  margin: 0;
  padding: 0;
  list-style-type: none; }

h2,
h3 {
  margin: 0;
  padding: 0; }

a {
  color: #528dee;
  text-decoration: none; }
  a:hover {
    color: #ffffff; }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

.container-size {
  width: 100vw;
  height: 100vh; }

.dashboard-page .card-container:last-of-type {
  padding-top: 0; }

.dashboard-page .k-grid-toolbar .k-textbox {
  margin-bottom: 10px; }

@media (min-width: 480px) {
  .dashboard-page .k-grid-toolbar .k-textbox {
    margin-bottom: 0;
    float: left; }
  .dashboard-page .k-grid-toolbar .k-button {
    float: right; } }

@media (min-width: 768px) {
  .dashboard-page .card-container:last-of-type {
    padding-top: 30px; } }

.planning-page .card-container {
  grid-template-columns: repeat(1, 1fr); }

.planning-page .card-title {
  grid-column: 1 / -1; }

.planning-page .k-hbox {
  padding: 0 20px;
  background: transparent; }

.planning-page .k-avatar {
  width: 41px;
  height: 41px; }

.planning-page .k-card-title {
  font-size: 15px;
  margin-bottom: -6px;
  text-align: left; }

.planning-page .k-card-subtitle {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 11px; }

.planning-page .disabled {
  opacity: 0.5; }

@media (min-width: 480px) {
  .planning-page .card-container {
    grid-template-columns: repeat(2, 1fr); } }

@media (min-width: 768px) {
  .planning-page .k-hbox {
    padding: 0;
    border-width: 0; } }

@media (min-width: 960px) {
  .planning-page .card-container {
    grid-template-columns: repeat(3, 1fr); } }

@media (min-width: 1360px) {
  .planning-page .card-container {
    grid-template-columns: repeat(5, 1fr); } }

.profile-page .card-container {
  text-align: left; }

.profile-page .k-form .k-form-field {
  display: block;
  padding: 0 15px; }

.profile-page .k-form-field:first-of-type .k-form-field-wrap {
  margin: auto; }

.profile-page .k-form-field:first-of-type .k-avatar {
  margin: 0 auto 1rem; }

.profile-page .k-form.k-form-horizontal .k-label {
  width: 100%; }

.profile-page hr {
  margin-top: 1rem;
  opacity: 0.2; }

.profile-page .k-form .k-form-buttons {
  justify-content: center; }
  .profile-page .k-form .k-form-buttons > * {
    min-width: 140px; }

@media (min-width: 480px) {
  .profile-page .k-form .k-form-field {
    display: flex; }
  .profile-page .k-form-field:first-of-type .k-avatar {
    margin: 0; }
  .profile-page .k-form.k-form-horizontal .k-label {
    width: 25%; } }

@media (min-width: 768px) {
  .profile-page .k-form {
    margin: 0 auto;
    padding: 0; }
  .profile-page .k-form .k-form-field {
    padding: 0; } }

.center-cell {
  text-align: center !important; }

/*.info-page {
    background-color: $info-background;
    color: $base-bg;

    h1, h2, h3, .component-link {
        font-family: Metric,Helvetica,Arial,sans-serif;
    }
    a:not(.k-button) {
        color: $link-color;
    }
    
    .content {
        padding-top: 40px;
        margin: 0 auto;
        position: relative;
        max-width: 820px;
    }

    .kendoka {
        text-align: center;
        img {
            max-width: 280px;
        }
    }

    .section-1 {
        text-align: center;
        h1 {
            font-size: 48px;
            font-weight: bold;
            color: $react-color;
        }

        h2 {
            font-size: 30px;
            margin-bottom: 53px;
        }

        .button-group {
            margin-bottom: 30px;

            .k-button {
                display: block;
                margin: 10px auto;
                min-width: 145px;
                width: 60%;
            }
        }

        .github-link {
            display: inline-flex;
            flex-direction: row;
            align-items: center;
            align-content: center;

            .github-text {
                margin-left: 15px;
            }
        }
    }

    .section-2 {
        text-align: center;
        margin-top: 40px;
        padding: 0 15px;
    }

    .section-3 {
        -webkit-columns: 2;
        column-count: 2;
        margin-top: 40px;
        padding: 0 15px;

        ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
    }

    .package-item {
        display: inline-block;
        margin-top: 20px;
    }

    .package-title a {
        font-size: 17px;
        color: #CCCCCC;
        text-transform: uppercase;
    }

    .component-link {
        padding: 5px 0;
        
        a {
            font-size: 20px;
        }
    }

    .footer {
        background-image: url('../../Theme/img/info-background.svg');
        background-repeat: no-repeat;
        height: 320px;
    }
}

@media (min-width: 480px) { 
    .info-page {
        .content {
            padding: 40px 40px 0;
        }
        .kendoka {
            img {
                max-width: 348px;
            }
        }

        .section-1 {
            h1 {
                font-size: 71px;
            }

            h2 {
                font-size: 38px;
            }

            .button-group {
                .k-button {
                    display: inline-block;
                    margin-right: 10px;
                    width: auto;
                }
            }
        }
        .section-3 {
            -webkit-columns: 3;
            column-count: 3;
        }
    }
}

@media (min-width: 768px) { 
    .info-page {
        .content {
            padding: 120px 40px 0;
        }
        .kendoka {
            position: absolute;
            right: 0;
            top: 2em;
            text-align: left;
        }
        .section-1,
        .section-2 {
            text-align: left;
            padding: 0;
        }
        .section-3 {
            -webkit-columns: 4;
            column-count: 4;
            padding: 0;
        }
        .footer {
            background-size: cover;
        }
    }
}*/
#blazor-error-ui {
  background: #ffd452;
  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 .reload {
    font-weight: bold; }

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

.docs-wrapper {
  height: 50vh; }
  .docs-wrapper h2 {
    font-size: 1.5rem; }
  .docs-wrapper h3 {
    font-size: 1.25rem; }
  .docs-wrapper a {
    color: #528dee;
    text-decoration: none; }
    .docs-wrapper a:hover {
      text-decoration: underline !important; }

.dashboard {
  display: block;
  padding: 20px; }
  .dashboard .card {
    margin-top: 1.875rem; }
  .dashboard .card-block {
    position: relative; }
  .dashboard .k-tabstrip {
    background: none; }
  .dashboard .k-tabstrip .k-tabstrip-items {
    position: absolute;
    top: calc( 1.75em + 2px);
    right: 0;
    z-index: 2; }
  .dashboard .k-tabstrip .k-content {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    overflow: hidden; }
  .dashboard .comp-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .dashboard .comp-label strong {
      font-size: 4em;
      line-height: 1;
      font-weight: 100;
      display: block; }
    .dashboard .comp-label small {
      font-size: .875em;
      text-transform: uppercase;
      display: block; }
  .dashboard a {
    -webkit-user-select: none;
    cursor: pointer; }
  .dashboard .close-rate .k-chart {
    padding-top: 6px; }
  .dashboard .issue-types {
    overflow: hidden; }
  .dashboard .issue-types .card-block {
    max-width: 100%;
    margin: auto; }
  .dashboard .issue-types .chart-label {
    margin: -1em 0 0;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.active-issues .k-chart,
.closed-issues .k-chart,
.open-issues .k-chart,
.close-rate .k-chart {
  height: 80px; }

.all-issues .k-chart {
  height: 400px; }

.k-tilelayout {
  background-color: transparent; }

.image-cell {
  display: flex;
  align-items: center; }
  .image-cell > img {
    margin-right: 10px; }

.card-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  margin: 30px; }

.card-description {
  min-height: 4em; }

.card-menu > .k-card {
  width: 280px;
  margin-right: 2em; }

a.k-link.k-state-selected {
  border-radius: 5px; }

.validation-message {
  color: #F26666; }

.k-window {
  border-radius: 3px; }

.k-window-titlebar {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.full-screen > h1 {
  padding: 1em;
  background-color: #ffffff; }

.rating-readonly {
  pointer-events: none; }

.tile-layout-style {
  max-width: 800px; }

.crud-notification {
  padding: 1.5rem;
  z-index: 10002; }
  .crud-notification .k-notification {
    font-size: 1.2rem;
    padding: 2rem; }
  .crud-notification .k-icon {
    font-size: inherit;
    height: auto; }

html, body, app {
  height: 100%;
  margin: 0;
  padding: 0; }

/*Blazor Modal*/
.my-blazored-modal-topright {
  z-index: 1050 !important; }

.my-blazored-modal-topright .blazored-modal {
  top: 0px;
  right: 0px;
  height: 100%;
  border-radius: 0px;
  z-index: 1050;
  border-radius: 0px;
  right: 0px;
  position: fixed;
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.5);
  padding: unset;
  flex-direction: unset; }

.my-blazored-modal-topright .modal-header {
  border-bottom: unset; }

.my-blazored-modal-topright .modal-content {
  border: unset; }

.my-blazored-modal-topright .modal-header.commands {
  padding: 5px;
  /* text-align: right; */
  justify-content: flex-end; }

.account-logo {
  border-radius: 50%;
  border: 1px solid lightgray;
  font-size: 42px;
  font-weight: 600;
  line-height: 100px;
  height: 100px;
  /*background-color: lightgray;*/
  background-repeat: no-repeat;
  background-size: 95px;
  background-position: center;
  width: 100px; }

.account-logo-sm {
  border-radius: 50%;
  border: 1px solid lightgray;
  line-height: 60px;
  height: 60px;
  /*background-color: lightgray;*/
  background-repeat: no-repeat;
  background-size: 55px;
  background-position: center;
  width: 60px; }
