body {
  font-family: Georgia, serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  background-color: #222;
  -webkit-appearance: none;
}
#main {
  min-width: 730px;
}
.clear {
  clear: both;
}
#loginform {
  font-size: 16px;
  margin: auto;
  margin-top: 150px;
  width: 250px;
  padding: 40px;
  background: url(../img/white_alpha.png) repeat;
}
.form_input {
  width: 235px;
  height: 28px;
  border: none;
  padding: 4px 5px 4px 5px;
  font-size: 15px;
  margin: 10px 0px 0px 0px;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #666;
  background: url(../img/white_alpha.png) repeat;
}
#login {
  width: 70px;
  float: left;
}
#users {
  font-size: 28px;
  color: #ddd;
  margin: 80px 0px 0px 50px;
}
#userlist {
  margin: 20px 50px;
}
#userlist .user {
  height: 30px;
  background: url(../img/white_alpha.png) repeat;
  padding: 20px 0px 40px 20px;
  margin-top: 1px;
  font-size: 20px;
}
#userlist .user input {
  background: none;
  border: none;
  font-family: Georgia, serif;
  font-size: 20px;
  margin: 0px;
  padding: 0px;
  width: 250px;
  outline: none;
  -webkit-appearance: none;
}
#userlist .user .username {
  float: left;
}
#userlist .user .userpass {
  float: left;
}
#userlist .user .userdiv {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
#userlist .user .userdelete {
  float: right;
  margin-right: 20px;
  cursor: pointer;
}
#userlist .user .useredit {
  float: right;
  margin-right: 20px;
  cursor: pointer;
}
#userlist .user .userprojects {
  clear: both;
  padding-top: 12px;
  font-size: 13px;
}
#userlist .user .userprojects ul {
  margin: 0px;
  margin-left: 16px;
  padding: 0px;
}
#userlist .user .userprojects ul li {
  list-style-type: circle;
  float: left;
  padding: 0px;
  margin: 0px;
  margin-right: 30px;
  cursor: pointer;
}
#userlist .user .userprojects ul li:hover {
  text-decoration: line-through;
}
#userlist .active {
  background: url(../img/orange_alpha.png) repeat;
}
#useradd {
  width: 150px;
  color: #ccc;
  margin: 5px 0px 0px 50px;
  cursor: pointer;
}
#useradd:hover {
  color: #F59C00;
}
#info {
  font-size: 28px;
  color: #ddd;
  margin: 80px 0px 0px 50px;
}
#title {
  display: none;
  border-top: 1px solid #ccc;
  line-height: 25px;
  margin: 15px 50px 0px 50px;
  padding: 20px 0px 15px 0px;
  border-bottom: 1px solid #ccc;
  font-family: Helvetica, sans-serif;
}
#title .name {
  word-break: break-all;
  font-size: 24px;
  color: #ddd;
}
#title .info {
  font-size: 18px;
  color: #999;
}
#title .date {
  font-size: 18px;
  color: #999;
}
#subnav {
  display: none;
  line-height: 25px;
  margin: 10px 50px 0px 50px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  color: #ccc;
  font-size: 13px;
  font-style: italic;
}
#subnav .select_all {
  float: left;
  margin-right: 20px;
}
#subnav .deselect_all {
  float: left;
  margin-right: 20px;
}
#subnav .click_info {
  float: left;
}
#subnav span {
  margin: 5px;
  font-style: normal;
  cursor: pointer;
}
#subnav span:hover {
  color: #F59C00;
}
#projects {
  /*display:none;*/
  margin: 20px 50px;
}
#projects ul {
  margin: 0px;
  padding: 0px 0px 0px 0px;
}
#projects ul li {
  list-style: none;
  padding: 20px 0px 10px 20px;
  margin-bottom: 1px;
  line-height: 26px;
  background: url(../img/white_alpha.png) repeat;
}
#projects ul li:hover {
  background-color: #bbbbbb;
}
#projects ul li table {
  width: 100%;
}
#projects ul li table tr {
  width: 100%;
}
#projects ul li table tr td {
  vertical-align: top;
}
#projects ul li .specs .name {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  cursor: pointer;
  font-size: 24px;
  word-break: break-all;
}
#projects ul li .specs .info {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-top: 2px;
  font-size: 12px;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
}
#projects ul li .specs .date {
  display: inline-block;
  margin: 2px 0px 0px 10px;
  padding: 0;
  font-size: 12px;
  font-family: Georgia, serif;
  font-style: italic;
}
#projects ul li .edit {
  text-align: right;
  width: 300px;
}
#projects ul li .edit .delete {
  float: right;
  margin-right: 20px;
  margin-left: 10px;
  cursor: pointer;
}
#projects ul li .edit .pass {
  float: right;
  width: 200px;
}
#projects ul li .edit .pass input {
  background: none;
  border: none;
  font-family: Georgia, serif;
  font-size: 20px;
  margin: 0px;
  padding: 0px;
  width: 200px;
  outline: none;
  -webkit-appearance: none;
}
#projects ul li .edit .projectdiv {
  float: right;
  margin-left: 10px;
  margin-right: 10px;
}
#dateien {
  color: #fff;
}
#preview {
  display: none;
  position: fixed;
  top: 75px;
  left: 50px;
  background-color: #000;
  padding: 25px;
  text-align: right;
}
#preview #previewimg {
  cursor: pointer;
  max-height: calc(100vh - 135px);
  max-width: calc(100vw - 100px);
}
#preview #previewloader {
  position: absolute;
  top: -25px;
  left: 130px;
}
#preview .close {
  font-style: italic;
  margin-right: -20px;
  margin-top: -50px;
  margin-bottom: 35px;
  color: #ccc;
}
#preview .prev {
  cursor: pointer;
  position: absolute;
  font-style: italic;
  margin-left: -20px;
  margin-top: -50px;
  margin-bottom: 35px;
  color: #ccc;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#preview .next {
  cursor: pointer;
  position: absolute;
  font-style: italic;
  margin-left: 60px;
  margin-top: -50px;
  margin-bottom: 35px;
  color: #ccc;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#preview .preview_div {
  position: absolute;
  font-style: italic;
  margin-left: 43px;
  margin-top: -50px;
  margin-bottom: 35px;
  color: #ccc;
}
#preview .next:hover,
#preview .prev:hover {
  color: #F59C00;
}
#images {
  margin: 15px 50px 100px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}
#images #wait {
  font-size: 24px;
  color: #ddd;
  line-height: 32px;
}
#images #wait a {
  color: #ddd;
  text-decoration: none;
}
#images #wait a:hover {
  color: #F59C00;
}
#images #wait span {
  color: #999;
}
#images #wait .back:hover {
  cursor: pointer;
  color: #F59C00;
}
#images .files {
  width: 100%;
  padding-top: 50px;
  list-style-type: none;
}
#images .files .file_title {
  font-size: 24px;
  line-height: 24px;
  color: #ddd;
  height: 40px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
#images .files .file_list {
  background-image: url(../img/dots.gif);
  background-repeat: repeat;
  padding-bottom: 31px;
  border-bottom: 1px solid #ddd;
}
#images .files .file_list .file {
  clear: both;
  padding-top: 7px;
  height: 24px;
}
#images .files .file_list .file input {
  float: left;
}
#images .files .file_list .file img {
  float: left;
  margin-left: 10px;
}
#images .files .file_list .file .file_name {
  float: left;
  cursor: pointer;
  padding-left: 10px;
  padding-top: 2px;
  color: #bbb;
}
#images .files .file_list .file .file_name:hover {
  color: #F59C00;
}
#images .files .file_list .file .file_size {
  float: right;
  padding-top: 2px;
  color: #777;
}
#images .files .file_list .file:hover {
  background-color: #333;
  background-image: url(../img/dots_bright.gif);
  background-repeat: repeat;
}
#images .container {
  float: left;
  width: 220px;
  margin: 30px 10px 0px 0px;
  background-image: url(../img/imgloader.gif);
  background-repeat: no-repeat;
  background-position: 100px 110px;
}
#images .container .image {
  cursor: pointer;
  line-height: 0px;
  width: 200px;
  height: 200px;
  padding: 10px 10px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  background: url(../img/white_alpha.png) repeat;
}
#images .container .data {
  font-size: 11px;
  height: 30px;
  width: 200px;
  margin-top: 1px;
}
#images .container .data .filename {
  width: 200px;
  padding: 9px 10px 9px 10px;
  text-align: center;
  word-break: break-all;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  color: #222;
  background: url(../img/white_alpha.png) repeat;
}
#images .container .data .size {
  width: 200px;
  height: 12px;
  padding: 9px 10px 9px 10px;
  margin-top: 1px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(../img/white_alpha.png) repeat;
}
#images .container .data .highlight {
  background: url(../img/green_alpha.png) repeat;
  color: #fff;
}
#images .container .data .selection {
  margin-top: 1px;
  width: 220px;
  height: 20px;
}
#images .container .data .selection .res_left {
  cursor: pointer;
  float: left;
  margin-right: 1px;
  padding-top: 9px;
  height: 21px;
  width: 109px;
  color: #ccc;
  text-align: center;
  background: url(../img/grey_alpha.png) repeat;
}
#images .container .data .selection .res_right {
  cursor: pointer;
  float: left;
  padding-top: 9px;
  height: 21px;
  width: 110px;
  color: #ccc;
  text-align: center;
  background: url(../img/grey_alpha.png) repeat;
}
#images .container .data .selection .selected {
  background: url(../img/orange_alpha.png) repeat;
  color: #fff;
}
#header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 45px;
  background-color: #222;
}
#header #menu {
  float: left;
  color: #ddd;
  margin-left: 50px;
  height: 28px;
  padding: 6px 10px 0px 10px;
  background-color: #444;
  white-space: nowrap;
}
#header #menu .menu_item {
  cursor: pointer;
  font-family: Helvetica, sans-serif;
  font-size: 13px;
  margin-right: 20px;
}
#header #menu .menu_item img {
  margin-right: 3px;
}
#header #menu span.menu_item:hover {
  color: #F59C00;
}
#header #menu .disabled {
  opacity: 0.5;
  cursor: default;
}
#header #menu span.disabled:hover {
  color: #ddd;
}
#header #download {
  cursor: pointer;
  float: left;
  margin-right: 50px;
  background-color: #F59C00;
  height: 28px;
  font-family: Helvetica, sans-serif;
  font-size: 13px;
  color: #fff;
  padding-top: 6px;
  padding-right: 20px;
  padding-left: 15px;
  text-align: right;
  display: none;
}
#header #download:hover {
  background-color: #76C949;
}
#header #search {
  display: none;
  clear: both;
  margin-left: 50px;
  width: 500px;
  height: 34px;
  overflow: auto;
  background: url(../img/black_alpha.png) repeat;
}
#header #search ul {
  margin: 0px;
  padding: 12px;
}
#header #search ul li {
  cursor: pointer;
  list-style: none;
  margin-bottom: 1px;
  padding: 5px 0px;
  font-size: 11px;
  color: #ccc;
  border-bottom: 1px dotted #777;
}
#header #search ul li:hover {
  color: #F59C00;
}
#header #selection {
  display: none;
  clear: both;
  margin-left: 50px;
  height: 34px;
  width: 500px;
  background: url(../img/black_alpha.png) repeat;
  color: #ccc;
  font-style: italic;
  font-size: 12px;
}
#header #selection .select_all {
  float: left;
  margin-left: 15px;
  margin-top: 10px;
}
#header #selection .deselect_all {
  float: left;
  margin-left: 20px;
  margin-top: 10px;
}
#header #selection span {
  margin: 5px;
  font-style: normal;
  cursor: pointer;
}
#header #selection span:hover {
  color: #F59C00;
}
/*# sourceMappingURL=styles.css.map */