/*
 * 388KF
 */
html {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 100%;
}

#container {
  height: 100%;
}

#navi {
  height: 100%;
  background-color: #f5f5f5;
  border-right: 1px solid #ccc;
  position: fixed;
}

#content {
  padding: 25px 0 25px 40px;
  margin-left: 285px;
  min-height: 100%;
}

textarea {
  resize: none !important;
}

span.mandantoryField {
  font-weight: bolder;
  color: #f00;
}

/*
 * Loading
 */
div#loading {
  display: none;
}

div#loading .overlay {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 1999;
  background: #000;
  opacity: .2;
  filter: alpha(opacity=20);
}

div#loading .spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 128px;
  height: 128px;
  margin: -128px 0 0 0;
  background: url(../img/spinner.gif) no-repeat;
  z-index: 2000;
}

/*
 * Login
 */
body.login {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  max-width: 300px;
  padding: 19px 29px 29px;
  margin: 0 auto 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.form-signin .form-signin-heading, .form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin input[type="text"], .form-signin input[type="password"] {
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px;
}

/*
 * Table Sort
 */
table.stupidtable th[data-sort] {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background: url('../img/tables/bullet_arrow_sort.png') no-repeat center right+5px;
}

table.stupidtable th.sorting-asc {
  background: url('../img/tables/bullet_arrow_down.png') no-repeat center right+5px;
}

table.stupidtable th.sorting-desc {
  background: url('../img/tables/bullet_arrow_up.png') no-repeat center right+5px;
}
