﻿/* 
    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.
*/
.bxDashboard {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.bxDashboard .bxDashboard_Header {
  display: flex;
  min-width: 800px;
  padding: 20px 20px 30px 10px;
  height: 60px;
}
.bxDashboard .bxDashboard_Content {
  min-width: 800px;
}
.bxDashboard .bxDashboard_Header .bxDashboard_HeaderInfo::after {
  content: "byronONE - Willkommen";
}
.bxDashboard .bxDashboard_Header .bxDashboard_HeaderInfo {
  font-size: 150%;
  flex-grow: 1;
  padding: 10px 5px 5px 5px;
}
.bxDashboard .bxDashboard_Header .bxDashboard_HeaderUserLogout {
  width: 150px;
  text-align: right;
}
#dashboard_toolslist {
  margin: auto;
  margin-top: 100px;
  width: 600px;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
  -ms-align-content: center;
  -webkit-align-content: center;
  align-content: center;
}
.bxDashboard .bxdashboard_Loading {
  margin: auto;
  margin-top: 100px;
  position: relative;
  height: 140px;
}
.bxDashboard .bxdashboard_Login {
  margin: auto;
  margin-top: 100px;
  width: 400px;
  _display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
  -ms-align-content: center;
  -webkit-align-content: center;
  align-content: center;
  font-size: 150%;
  background-color: white;
  -webkit-box-shadow: 10px 10px 23px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 23px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 23px 2px rgba(0, 0, 0, 0.75);
  border: 1px solid #A4BED4;
  border-radius: 4px;
  text-align: center;
}
.bxDashboard .bxdashboard_Login .bxdashboard_LoginInner {
  margin: 15px;
}
.bxDashboard .bxdashboard_Login .bxdashboard_LoginInner .bxdashboard_LoginTitle {
  margin-bottom: 10px;
}
.bxDashboard .bxdashboard_Login .bxdashboard_LoginInner .bxdashboard_LoginError {
  color: red;
  font-size: 70%;
  text-align: left;
  white-space: pre-wrap;
}
.bxDashboard .bxdashboard_Login input {
  width: 95%;
  margin-bottom: 10px;
}
.bxDashboard .bxDashboard_Loading {
  margin: auto;
  margin-top: 100px;
  width: 100px;
  height: 100px;
  text-align: center;
  vertical-align: central;
}
.bxDashboard .bxDashboardTool {
  background-color: white;
  -webkit-box-shadow: 10px 10px 23px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 23px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 23px 2px rgba(0, 0, 0, 0.75);
  padding-top: 20px;
  overflow: hidden;
  margin: 10px;
  display: block;
  font-size: 3em;
  width: 230px;
  height: 120px;
  border: 1px solid #A4BED4;
  border-radius: 4px;
  text-align: center;
}
.bxDashboard .bxDashboardTool:link,
.bxDashboard .bxDashboardTool:hover,
.bxDashboard .bxDashboardTool:hover .caption,
.bxDashboard .bxDashboardTool:hover .icon,
.bxDashboard .bxDashboardTool:visited,
.bxDashboard .bxDashboardTool:active {
  text-decoration: none;
}
.bxDashboard .bxDashboardTool:hover {
  -webkit-box-shadow: 10px 10px 7px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 7px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 7px 2px rgba(0, 0, 0, 0.75);
}
.bxDashboard .bxDashboardTool,
.bxDashboard .bxDashboardTool .icon,
.bxDashboard .bxDashboardTool .caption {
  color: #404040;
}
.bxDashboard .bxDashboardTool:hover,
.bxDashboard .bxDashboardTool:hover .icon,
.bxDashboard .bxDashboardTool:hover .caption {
  color: white;
}