@charset "UTF-8";
@font-face {
  font-family: "batix-font";
  src:url("/static/brand/fonts/batix-font.eot");
  src:url("/static/brand/fonts/batix-font.eot?#iefix") format("embedded-opentype"),
    url("/static/brand/fonts/batix-font.woff") format("woff"),
    url("/static/brand/fonts/batix-font.ttf") format("truetype"),
    url("/static/brand/fonts/batix-font.svg#batix-font") format("svg");
  font-weight: normal;
  font-style: normal;
  
  }
.icon{
  font-size: 17px;
  position: relative;
  display: inline-block;
  line-height: 1;
  top: 3px;
  }
[data-icon]:before {
  font-family: "batix-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }
[class^="bxicon-"]:before,
[class*=" bxicon-"]:before {
  font-family: "batix-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }
.bxicon-battery:before {content: "b";}
.bxicon-checkbox:before {content: "c";}
.bxicon-pencil:before {content: "p";}
.bxicon-user:before {content: "u";}
.bxicon-loop:before {content: "r";}
.bxicon-clock:before {content: "a";}
/**###########################################*/

h1{
  margin-bottom:40px!important;
  }
ul.navbar-nav{
  float:right!important;
  }
.navbar-brand{
  font-size:28px;
  color:#E31E24!important;
  font-weight:bold;
  padding:7px 15px;
  }
.navbar-brand img{
  display:inline;
  vertical-align:bottom;
  }
ul.navbar-nav li a[href="/logout.act"]{
  background-color: #5E5F5E!important;
  padding: 3px 10px;
  margin-top: 12px;
  margin-left: 15px;
  }
ul.navbar-nav li a[href="/logout.act"]:hover{
  background-color: #5E5F5E!important;
  }
#kreisel{
  margin:200px auto;
  width:50px;
  height:50px;
  font-size:30px;
  text-align:center;
  }
#overlay{                         /* verdunkelter Hintergrund über die Seite */
   padding-top:50px;
   position:fixed;
   top:0;
   left:0;
   width:100%;
   height:100%;
   /*background-image:url('/static/brand/hgover.png');*/
   display:none;
   z-index:1100;
   }
.navbar-inverse .navbar-nav>li>a {
  color: #CDCDCD;
  }
table.with-icons div.icon{
  font-size:22px;
  }
.w100{
  width:100%;
  }
.infoBG{
  background-image:none!important;
  padding:0;
  }
.infoBG a{
  text-decoration:none;
  display:block;
  background-color: #d9edf7;
  color:#31708f!important;
  font-size:14px;
  font-weight:bold;
  padding:10px 15px;
  }
.infoBG a:hover{
  background-color:#c4e3f3;
  }
.nichfett label{
  font-weight:normal;
  }
@media print {
  .newpage{page-break-before:always;}
}

