@import url("//fonts.googleapis.com/css?family=Hind:300,400,500,600,700");
@import url("//fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
#body-user #header, #body-settings #header, #body-public #header {
  position: fixed;
  top: 0;
  left: 0px;
  right: 0;
  z-index: 2000;
  height: 90px;
  line-height: 2.5em;
  background-color: #274688;
  box-sizing: border-box; }

body {
  font-family: "Hind", sans-serif; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: "Rajdhani", sans-serif;
    font-weight: 600; }

#header .logo-icon {
  margin-top: 5px;
  margin-left: 15px;
  display: inline-block;
  background-image: url(../img/translaw-logo.png);
  background-repeat: no-repeat;
  width: 200px;
  height: 68px;
  background-size: 200px 68px; }

#header .header-appname-container {
	/* display: inline-block; */
	position: absolute;
	left: 245px;
	height: 27px;
	padding-top: 53px;
	padding-right: 10px;
}

#navigation {
  position: fixed;
  top: 89px;
  left: 166px;
  width: 265px;
  max-height: 85%;
  margin-top: 0;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.97);
  box-shadow: 0 1px 10px rgba(50, 50, 50, 0.7);
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: none;
  /* overflow-y: auto; */
  /* overflow-x: hidden; */
  z-index: 2000; }

#content-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  padding-top: 90px;
  box-sizing: border-box; }

#app-navigation .active, #app-navigation .active a, #app-navigation li:hover > a, #app-navigation li:focus > a, #app-navigation a:focus, #app-navigation .selected, #app-navigation .selected a {
  color: #274688; }

#body-login {
  text-align: center;
  background-image: url("../img/hintergrundbild.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  #body-login:after {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

#header .logo {
  background-image: url("../img/translaw-logo-web.png");
  background-repeat: no-repeat;
  background-size: 250px;
  background-position: center 30px;
  width: 252px;
  height: 120px;
  margin: 0 auto; }

#body-login form fieldset {
  margin-bottom: 20px;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: 3px 9px 50px black;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px; }

#app-navigation > ul {
  position: relative;
  height: 100%;
  width: inherit;
  overflow: auto;
  box-sizing: border-box;
  background-color: #ececec; }
  #app-navigation > ul li a {
    opacity: 1; }
  #app-navigation > ul li.active {
    background-color: #ffffff; }



#controls {
  top: 93px;
}

    /*div.crumb:first-child a {
    	position: relative;
    	top: 13px;
    }

    div.crumb.last {
	font-weight: 600;
	margin-right: 10px;
}*/

table.multiselect thead {
	position: fixed;
	top: 133px;
	z-index: 10;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	left: 250px;
}

#owncloud {
  left: 10px;
}
#owncloud > h1 > span {
  display: none;
}

/*# sourceMappingURL=styles.css.map */
