:root {
  --primary-color: #107DF6;
  --secondary-color: midnightblue;
}

mat-toolbar.mat-toolbar.mat-primary {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  margin: 5px 0;
  background: white;
  color: var(--secondary-color);
}

@media (min-width: 601px) {

  mat-toolbar.mat-toolbar {
    width: 100%;
  }

  mol-main-menu-item[ng-reflect-is-active="true"] {
    color: white;
  }

  org-window-list > .main-container > .left-column{
    height: calc(100vh - 112px)!important;
  }
  org-window-list > .main-container > .right-column{
    height: calc(100vh - 112px)!important;
  }

  org-window-list > .main-container {
    margin-top: 0;
  }

  mat-card.mat-card {
    margin-top: 1px;
    border-radius: 0;
  }

}

.left-panel org-property-tree {
  zoom: 0.9;
}

@media only screen and (min-width: 1200px) {
  .left-panel org-property-tree {
    zoom: 1;
  }
}

/*.main-menu-logo at-image img {*/
/*  background-image: url('/assets/logo.png');*/
/*  background-position: center;*/
/*  background-size: cover;*/
/*  display: block;*/
/*  box-sizing: border-box;*/
/*}*/


