﻿.portal-logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 5px;
}

.login__logo {
  height: 100px;
}

html, body, app, .k-drawer-container, .k-drawer-content {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.k-drawer-container.k-drawer-expanded .k-drawer-content {
  max-width: calc(100% - 240px);
  transition: all 300ms ease-in-out;
}
.k-drawer-container .k-drawer-content {
  max-width: 100%;
  transition: all 300ms ease-in-out;
}

.main {
  overflow-y: auto;
  width: 100%;
  height: calc(100% - 45px);
  max-height: calc(100% - 45px);
}
.main .content {
  padding-top: 45px;
  padding-left: 1.5rem;
  padding-right: 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.top-menu {
  height: 45px;
  min-height: 45px;
  width: 100%;
}
.top-menu__content {
  display: flex;
  justify-content: space-between;
  padding: 0;
  height: 100%;
  position: relative;
  z-index: 1001;
  width: 100%;
  background-color: rgba(239, 239, 239, 0.5);
  /*@media (max-width: 767px) {
      &-expander {
          display: inherit;
          flex-grow: 1;
      }

      &--left-node {
          margin-right: 30px;
      }

      &--right-node {
          position: absolute;
          width: 100%;
          height: 45px;
          right: calc(40px - 100%);
          top: 0;
      }
  }*/
}
.top-menu__content > * {
  flex: 0 1 auto;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}
.top-menu__content--left-node, .top-menu__content--right-node {
  display: flex;
  align-items: center;
}
.top-menu__content--left-node > *, .top-menu__content--right-node > * {
  flex: 0 1 auto;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}
.top-menu__content--left-node {
  margin-left: 24px;
  flex-grow: 1;
}
.top-menu__content--right-node {
  justify-content: flex-end;
  transition: right 0.4s ease;
  z-index: 1004;
  flex-grow: 1;
}
.top-menu__content--right-node .top-menu-item {
  margin: 0 10px 0 10px;
}
.top-menu__content--right-node .company-picker {
  display: inline-flex;
  align-items: center;
}
.top-menu__content-expander {
  display: none;
  margin: 0 auto 0 10px;
  cursor: pointer;
}
.top-menu__content-expander-icon {
  font-size: 2.2rem;
}
.top-menu__content__divider {
  border-right: 1px solid;
  height: calc(100% - 18px);
  margin: 0 2px;
}
.top-menu.expanded .top-menu__content--right-node {
  right: 0;
}
.top-menu .application-name {
  font-size: 14px;
}

.navigation {
  flex-direction: column;
  height: 100%;
  position: fixed;
  width: 220px;
  z-index: 1004;
  transition: all 0.4s;
  border-right: 1px solid rgba(195, 195, 195, 0.23);
}
.navigation__header {
  align-items: center;
  height: 45px;
  background-color: rgba(239, 239, 239, 0.5);
}
.navigation__header--home-link {
  width: calc(100% - 24px);
  display: inline-block;
}
.navigation__header--home-link--main-logo {
  height: 35px;
  cursor: pointer;
}
.navigation__header--home-link--main-logo--disabled {
  cursor: auto;
}
.navigation__menu {
  padding: 0;
}
.navigation .collapse-button {
  cursor: pointer;
  position: absolute;
  right: calc(100% + 10px);
  top: 5px;
  transition: all 300ms ease-in-out;
  z-index: 1005;
}
.navigation .collapse-button:hover {
  color: rgb(13, 202, 240);
}
.navigation .collapse-button.collapsed {
  position: absolute;
  right: calc(100% - 32px);
}
.navigation .drawer-collapse-button {
  cursor: pointer;
  position: absolute;
  left: calc(100% - 28px);
}

.k-drawer .k-level-1 {
  font-size: 13px;
}
.k-drawer .k-level-0 {
  color: #0277bd;
}
.k-drawer .k-item-text {
  text-align: center;
}

.k-toolbar {
  font-size: 1.5rem;
}

.k-form .k-form-buttons {
  justify-content: flex-end;
}

.k-grid-toolbar .toolbar-header {
  margin-bottom: 1rem;
  border-bottom: solid;
  border-color: #dee2e6;
  border-width: 1px;
  height: 2rem;
}

.toolbar-filters-container {
  display: block !important;
  flex-grow: 1;
}
.toolbar-filters-container .filter-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.toolbar-filters-container .filter-row > * {
  margin-right: 10px;
}
.toolbar-filters-container .filter-row .filter-label {
  width: 200px;
}
.toolbar-filters-container .filter-row .filter-controll {
  width: 400px;
  background-color: white;
}

.k-tilelayout-item-body {
  display: flex;
  align-content: center;
}
.k-tilelayout-item-body .tile-item-row {
  display: inline-flex;
  align-items: center;
}
.k-tilelayout-item-body .tile-item-row h3 {
  margin-right: 10px;
}
.k-tilelayout-item-body .vertical-tile {
  display: flex;
  flex-direction: column;
}
.k-tilelayout-item-body .status-tile {
  margin-left: 10px;
}
.k-tilelayout-item-body .queues-tile {
  display: inline-flex;
  justify-content: space-between;
  flex-grow: 1;
}
.k-tilelayout-item-body .queues-tile .queue-counter {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-left: 1rem;
  border: 1px solid #868789;
  border-radius: 10px;
  margin: 0.25rem 2rem 0.25rem 2rem;
}

.k-card-header {
  height: 4rem;
}

.centered-icon-cell {
  text-align: center !important;
}
.centered-icon-cell .k-badge-md {
  width: 130px;
}

.home-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 16px;
  background-color: #f8f9fa;
}
.home-header h3 {
  flex-grow: 1;
}
.home-header .home-filter-container {
  display: inline-flex;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
}
.home-header .filter-controll {
  width: 400px;
  margin-left: 10px;
  background-color: white;
}

.report-header {
  padding-left: 10px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 2px;
  padding-top: 0.5rem;
}

.permission-raports {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.login-frame {
  display: flex;
  justify-content: space-around;
  margin-top: 2rem;
}

.login__title {
  font-size: 20px;
  font-weight: normal;
}

.login__container {
  display: flex;
  flex-direction: column;
  margin: 3rem 3rem 3rem 3rem;
  align-items: stretch;
}
.login__container .rectangle-btn {
  margin-top: 25px;
}

.login__background {
  background-size: cover;
  height: 60vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login__box {
  background-color: #f3f3f4;
}

.centered-report {
  display: flex;
  justify-content: center;
}

.rectangle-btn {
  border-radius: 0 !important;
}

.tiles-separator {
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-bottom: solid;
  border-color: #dee2e6;
  border-width: 1px;
}

.warning-label {
  color: rgb(255, 193, 7);
}

.license-btn-containter {
  position: absolute;
  bottom: 10px;
}

.license-modal-form {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.notification .k-notification {
  margin-top: 45px;
  margin-right: 45px;
}

.k-notification-group {
  z-index: 654321 !important;
}

.version-info {
  position: absolute;
  bottom: 0;
  margin: 8px 0;
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  background-color: white;
  color: #a7b1c2;
}

.login-error {
  display: flex;
  color: red;
  justify-content: center;
  align-items: center;
  width: 17rem;
}

.reverse-btn-container {
  display: flex;
  flex-direction: row-reverse;
}
