﻿/* 
    WICHTIG: Wenn Variablen geändert werden, müssen ALLE .LESS-Dateien im Projekt neu kompiliert werden.

    bxVariablesCustom.less: Wird durch bxVariables.less von byronONE automatisch eingebunden.
                            Dient dazu, Variablen aus dem Standard für Custom-Projekte zu überschreiben.
*/
/* ********** Tool ********** */
#bxTool_Header {
  background-color: white;
  padding: 10px 10px 30px;
  height: 40px;
}
#bxTool_Header .bxTool_Header_Title {
  display: block;
  width: 100%;
}
#bxTool_Header .bxTool_Header_Title .bxTool_Header_Title_Caption {
  position: relative;
  top: 18px;
  font-size: larger;
}
#bxTool_Header .bxTool_Header_Title .bxTool_Header_Title_Home {
  position: absolute;
  top: 10px;
  right: 5px;
}
#bxTool_Header .bxTool_Header_Title::before {
  width: 356px;
  height: 100px;
  content: "";
  display: inline-block;
  margin-right: 1em;
  vertical-align: top;
  background: url('images/natinfo-rgb.png') no-repeat;
}
.AdminTool #bxTool_Header .bxTool_Header_Title::before {
  background: url('images/natinfo-admintool-rgb.png') no-repeat;
  background-size: auto 50px;
}
.AdminTool_BK #bxTool_Header .bxTool_Header_Title::before {
  background: url('images/natinfo-admintool-rgb.png') no-repeat;
  background-size: auto 50px;
}
.Baumkataster #bxTool_Header .bxTool_Header_Title::before {
  background: url('images/natinfo-tree-rgb.png') no-repeat;
  background-size: auto 50px;
}
.GreenCycle #bxTool_Header .bxTool_Header_Title::before {
  background: url('images/natinfo-greencycle-rgb.png') no-repeat;
  background-size: auto 50px;
}
#bxTool_Header #bxTool_Header_LayoutManager {
  display: none;
}
#bxTool_NavBar {
  border: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  position: fixed;
  top: 50px;
  right: 0;
}
#bxTool_NavBar .bxTool_NavBar_Application:not(:first-child) {
  _border-left: solid 2px #01529c;
}
#bxTool_NavBar .bxTool_NavBar_Application {
  background-color: transparent;
  border: none;
  border-radius: 0;
  height: 20px;
  margin: 0;
}
#bxTool_NavBar .bxTool_NavBar_Application_Selected,
#bxTool_NavBar .bxTool_NavBar_Application_Selected [class^='icon-'],
#bxTool_NavBar .bxTool_NavBar_Application_Selected [class*=' icon-'] {
  background-color: #01529c;
  color: white;
}
#bxTool .bxApplElem {
  _border: none;
  border-radius: 0;
}
#bxTool .bxApplElem .bxApplElem_Header {
  border: none;
  border-radius: 0;
  height: 30px;
}
#bxTool .bxApplElem .bxApplElem_Header .bxApplElem_Header_Menu_Title {
  display: none;
}
#bxTool_Container {
  border-top: 5px solid #01529c;
}
/* ********** Dashboard ********** */
.bxDashboard {
  background: #f6f6f6 top left no-repeat;
}
#dashboard_toolslist {
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 750px;
}
.bxDashboard .bxDashboard_Header {
  background-color: white;
  padding: 10px 10px 30px;
  border-bottom: 5px solid #01529c;
  height: 40px;
}
.bxDashboard .bxDashboard_Header .bxDashboard_HeaderInfo::before {
  width: 254px;
  height: 100px;
  content: "";
  background: url('images/natinfo-rgb.png') no-repeat;
  background-size: auto 50px;
  display: inline-block;
  margin-right: 1em;
  vertical-align: top;
}
.bxDashboard .bxDashboard_Header .bxDashboard_HeaderInfo::after {
  content: "";
}
.bxDashboard .bxDashboardTool {
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 700px;
  padding: 0;
  align-items: center;
  margin: 20px;
  border: none;
  border-radius: 0;
  box-shadow: 1px 1px 9px 1px rgba(0, 0, 0, 0.2);
}
.bxDashboard .bxDashboardTool:hover {
  box-shadow: none;
}
.bxDashboard .bxDashboardTool .icon {
  font-size: 2em;
  display: block;
  padding: 0.3em;
  color: white;
  background-color: #e32a36;
}
.bxDashboard .bxDashboardTool .caption {
  padding-left: 50px;
}
.bxDashboard .bxDashboardTool:hover .caption {
  color: #01529c;
}
.bxDashboard .bxDashboardTool.Baumkataster {
  background: url('images/natinfo-tree-rgb.png') 160px 50% no-repeat;
}
.bxDashboard .bxDashboardTool.Baumkataster .caption {
  display: none;
}
.bxDashboard .bxDashboardTool.Baumkataster .icon {
  background-color: #b08047;
}
.bxDashboard .bxDashboardTool.GreenCycle {
  background: url('images/natinfo-greencycle-rgb.png') 160px 50% no-repeat;
}
.bxDashboard .bxDashboardTool.GreenCycle .caption {
  display: none;
}
.bxDashboard .bxDashboardTool.GreenCycle .icon {
  background-color: #95be11;
}
.bxDashboard .bxDashboardTool.AdminTool {
  background: url('images/natinfo-admintool-rgb.png') 160px 50% no-repeat;
}
.bxDashboard .bxDashboardTool.AdminTool .caption {
  display: none;
}
.bxDashboard .bxDashboardTool.AdminTool .icon {
  background-color: #e32a36;
}
.bxDashboard .bxDashboardTool.AdminTool_BK {
  _background: url('images/natinfo-admintool-rgb.png') 160px 50% no-repeat;
}
.bxDashboard .bxDashboardTool.AdminTool_BK .caption {
  _display: none;
}
.bxDashboard .bxDashboardTool.AdminTool_BK .icon {
  background-color: green;
}
/* DIVERS */
body .bxFieldset {
  box-shadow: 1px 1px 9px 1px rgba(0, 0, 0, 0.5) inset;
  border-radius: 0;
}
body .bxUiTabs_Tabs {
  border: none;
}
body .bxUiTabs_Headers {
  border-bottom: none;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bxUiGrid .bxUiGrid_Content table th,
.bxUiGrid .bxUiGrid_Content table td,
body table th,
table td {
  border: none;
}
body .bxDirPopupFrame .readOnlyTexts {
  text-align: left;
}
body .bxUiEditRole .lookupBox .lookupList .lookupListScrollWrapper {
  overflow-y: auto;
  max-height: 470px;
}
body div.ngdialog.ngdialog-theme-default {
  padding: 70px;
}