@charset "UTF-8";

* .inside {
  position: relative;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto; }

a {
  cursor: pointer; }

body {
  color: #4d4d4d;
  font-family: "Droid Sans", Arial, sans-serif;
  background-color: #fbfbfb;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400; }

.wrapper {
  background-image: url("/images/imageport-login-bg.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover; }

header {
  width: 100%;
  background-color: #35495e;
  padding-top: 5px;
  padding-bottom: 5px; }
  header .login-data {
    text-align: right;
    color: #ffffff;
    float: right;
    width: 25%;
    margin-top: 20px; }
    header .login-data .username {
      float: left;
      text-align: left; }
    header .login-data .logout a {
      color: #ffffff;
      text-decoration: none; }
    header .login-data .fa-sign-out {
      margin-left: 5px; }

#custom {
  background-color: #d5c8b2;
  border: 1px solid #4d4d4d; }
  #custom a {
    background-color: #d5c8b2;
    display: inline-block;
    text-decoration: none;
    color: #4d4d4d;
    padding: 10px 25px; }
    #custom a:hover, #custom a.active {
      background-color: #ede4da; }
    #custom a.transition {
      transition: 1s background ease; }
    #custom a.item-added {
      background-color: #ede4da; }
  #custom .fa-star {
    color: #ffffff;
    margin-right: 5px; }
  #custom.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999; }

#search-bar {
  width: 210px; }
  #search-bar .formbody {
    text-align: right;
    position: relative; }
    #search-bar .formbody label {
      display: inline; }
  #search-bar input.text {
    border: 1px solid #d5c8b2;
    padding: 5px 4px 4px 4px;
    width: 200px; }
  #search-bar input.submit {
    background-color: transparent;
    background-image: url("/images/search-button.gif");
    background-position: left top;
    background-repeat: no-repeat;
    border: medium none;
    height: 22px;
    position: absolute;
    right: 2px;
    text-indent: -3000px;
    top: 3px;
    width: 22px;
    padding: 0px;
    cursor: pointer; }

#container {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  min-height: 300px; }

.underline {
  border-bottom: 1px solid #4d4d4d;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.center {
  text-align: center; }

div.underline {
  margin: 0px 0px 10px 0px; }

.selections .underline {
  margin: 10px 0px 20px 0px;
  padding: 0px; }

.align-right {
  text-align: right; }

span.highlight-gold {
  color: #d5c8b2;
  font-weight: 700; }

header h3 {
  float: left;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-top: 21px; }

header h2 {
  float: left;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  margin-right: 10px; }

.padding {
  padding-bottom: 30px; }

.paginationControl {
  margin-bottom: 30px; }

.paginationControl > * {
  display: inline-block;
  padding: 6px 12px;
  text-decoration: none;
  border: 1px solid transparent;
  border-left-width: 0;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #35495E;
  /*original*/
  background-color: #fff;
  border-color: #8296AB;
  /*lightened 30% */ }

.paginationControl > *.current,
.paginationControl > *:hover {
  color: #1C3045;
  /*darkened 10%*/
  background-color: #e6e6e6;
  border-left-width: 1px;
  border-color: #4F6378;
  /*lightened 10% */
  margin-left: -1px; }

.paginationControl > *.disabled {
  color: #8296AB;
  /*original*/
  background-color: transparent;
  border-color: #8296AB;
  /*lightened 30% */
  cursor: default; }

.paginationControl > .first {
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.paginationControl > .first:hover {
  margin-left: 0; }

.paginationControl > .last {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.menu {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0; }

.menu .button {
  display: inline-block;
  padding: 0 5px 0 0; }

.button a,
a.button,
button,
input.submit,
input[type="submit"] {
  display: inline-block;
  padding: 6px 12px;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap; }

.button.button-disabled a,
a.button.button-disabled,
button.button-disabled,
input.submit.button-disabled,
input[type="submit"].button-disabled {
  color: #8296AB;
  /*lightened 30% */
  background-color: transparent;
  border-color: #8296AB;
  /*lightened 30% */
  cursor: default; }

.button.button-secondary a,
a.button.button-secondary,
button.button-secondary,
input.submit.button-secondary,
input[type="submit"].button-secondary {
  color: #8296AB;
  /*original*/
  background-color: #fff;
  border-color: #8296AB;
  /*lightened 30% */ }

.button.button-default a,
a.button.button-default,
button,
input.submit,
input[type="submit"] {
  color: #35495E;
  /*original*/
  background-color: #fff;
  border-color: #8296AB;
  /*lightened 30% */ }

.menu .button.button-default a:before {
  content: "»";
  padding-right: 5px; }

.menu .button.button-default a:hover,
a.button.button-default:hover,
button:hover,
input.submit:hover,
input[type="submit"]:hover {
  color: #1C3045;
  /*darkened 10%*/
  background-color: #e6e6e6;
  border-color: #4F6378;
  /*lightened 10% */ }

.menu .button.button-default.active a,
a.button.button-default.active,
button.active,
input.submit.active,
input[type="submit"].active {
  color: #1C3045;
  /*darkened 10%*/
  background-color: #e6e6e6;
  border-color: #4F6378;
  /*lightened 10% */ }

.menu .button.button-with-image a {
  color: #35495E;
  /*original*/
  background-color: #fff;
  border-color: #8296AB;
  /*lightened 30% */ }

.menu .button.button-with-image a img {
  height: 16px;
  margin: -2px 0 -3px -5px; }

.menu .button.button-with-image a:before {
  content: none;
  padding-right: 0; }

.icon-add:before {
  content: "＋" !important;
  font-weight: bold;
  padding-right: 5px; }

.icon-edit:before {
  content: "✎" !important;
  font-weight: bold;
  padding-right: 5px; }

.icon-delete:before {
  content: "❌" !important;
  padding-right: 5px; }

#upload #advancedDropzone {
  float: left; }

#upload #dropzone-filetable {
  float: right;
  width: 70%; }

#upload .droppable-area.dz-clickable {
  cursor: pointer; }

#upload .droppable-area {
  box-sizing: border-box;
  background: #ededed none repeat scroll 0 0 padding-box;
  border: 2px dashed #cbcbcb;
  border-radius: 50%;
  color: #646565;
  display: inline-block;
  font-size: 15px;
  height: 150px;
  margin-bottom: 30px;
  min-height: 150px !important;
  padding-top: 55px;
  text-align: center;
  width: 150px; }

.progress {
  border: 1px solid black;
  position: relative; }

.progress .progress-bar {
  height: 14px;
  background-color: grey; }

.progress .progress-bar-success {
  background-color: green; }

.progress .progress-bar-warning {
  background-color: red; }

.progress .progress-bar-nojpeg {
  background-color: lightgrey; }

.progress .progress-bar-empty {
  background-color: transparent; }

.progress .progress-bar-label {
  position: absolute;
  top: 2px;
  left: 50%;
  width: 50px;
  margin-left: -25px;
  text-align: center;
  color: black; }

.text-success {
  color: green; }

.text-warning {
  color: red; }

.text-nojpeg {
  color: grey; }

#uploaded-files {
  margin-bottom: 30px; }

hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 20px 0; }

form dd {
  margin: 0 0 10px 0; }

form input[type="text"],
form textarea {
  width: 300px;
  border: 1px solid #bbb;
  border-radius: 4px;
  display: inline-block;
  padding: 6px 12px; }

form input[type="checkbox"],
form label {
  display: inline; }

form select {
  width: 326px;
  border: 1px solid #bbb;
  border-radius: 4px;
  display: inline-block;
  padding: 6px 12px;
  background: #f6f6f6; }

form input[type="file"] {
  padding: 3px 12px 3px 0; }

form #categories #category_ids,
form #categories .filter-wrapper,
form #categories .add {
  margin: 0 0 10px 0; }

form #categories .filter-wrapper {
  display: inline-block;
  position: relative;
  height: 30px;
  margin-bottom: 0; }

form #categories .filter-wrapper .filter-img {
  position: absolute;
  top: 8px;
  left: 8px; }

form #categories .filter-wrapper input.filter.text {
  padding: 6px 28px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px dashed #bbb; }

form #categories .filter-wrapper .filter-clear {
  position: absolute;
  top: 8px;
  right: 8px; }

form #categories .add input.text {
  width: 160px; }

form #category_ids {
  max-height: 200px;
  overflow: auto;
  border: 1px solid #bbb;
  border-radius: 4px;
  background: #fff;
  width: 356px; }

form #category_ids > * {
  margin: 10px; }

.multi-checkbox-table .checkbox {
  float: left;
  width: 33.3%; }

a.option {
  background-color: #ede4da;
  color: #ffffff;
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  width: 190px;
  margin-right: 1%;
  margin-bottom: 1%; }

a.option:hover, a.active {
  background-color: #d5c8b2; }

label {
  display: block; }

legend {
  background-color: #35495e; }

legend h2 {
  color: #ffffff;
  margin: 0px;
  padding: 5px 20px; }

fieldset {
  background-color: #ffffff;
  padding: 30px;
  margin: 15% 0 25% auto;
  width: 50%; }
  fieldset .login {
    margin-top: 2%;
    padding: 0 1%; }
    fieldset .login label {
      float: left;
      margin-bottom: 2%;
      text-align: left;
      width: 130px;
      margin-right: 5%; }
    fieldset .login input {
      padding: 2px;
      border: 1px solid #d5c8b2;
      display: inline-block;
      width: 65%; }
  fieldset input.submit {
    background-color: #35495e;
    border: none;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 20px;
    width: 16.1%;
    margin-top: 10px;
    cursor: pointer; }

fieldset h3 {
  font-size: 20px;
  font-weight: 400; }

.align-right label {
  display: block; }

h1 {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0px; }

.data-count {
  display: inline-block; }

.format-options {
  float: right;
  margin-top: 20px; }

.format-options a {
  display: inline-block;
  margin-left: 15px;
  width: 27px;
  height: 40px;
  background-position: left top;
  background-repeat: no-repeat; }

.format-options a:hover, .format-options a.active {
  background-position: left -40px;
  background-color: transparent; }

.format-options a.ansicht-1 {
  background-image: url("/images/icon_ansicht_1.png"); }

.format-options a.ansicht-2 {
    background-image: url("/images/icon_ansicht_2.png"); }

.format-options a.ansicht-3 {
    background-image: url("/images/icon_ansicht_3.png");
    width: 58px; }

.format-options a.ansicht-4 {
    background-image: url("/images/icon_ansicht_4.png"); }

.filter-options select {
  width: 160px; }

.filter-options #perPage {
  float: right; }

.pagination {
  float: right;
  margin-top: -7px; }

.pagination ul {
  padding-left: 0px; }

.pagination ul li {
  display: inline-block;
  list-style-type: none; }

.pagination ul li a, .pagination a.back-link {
  border: 1px solid #d5c8b2;
  text-decoration: none;
  padding: 1px 6px;
  display: inline-block;
  color: #4d4d4d; }

.pagination a.back-link {
  margin-top: 7px; }

.pagination ul li a:hover, .pagination ul li span, .pagination a.back-link:hover {
  border: 1px solid #d5c8b2;
  text-decoration: none;
  padding: 1px 6px;
  display: inline-block;
  color: #ffffff;
  background-color: #d5c8b2; }

.pagination input.pagination-page {
  border: 1px solid #d5c8b2;
  text-align: center;
  width: 40px; }

#source-form {
  margin-top: 15px; }

input#workRequired {
  margin: 0; }

table {
  border-spacing: 0px;
  border-collapse: separate;
  margin: 15px 0 0 0; }

table thead tr th {
  text-align: left; }

table.list {
  width: 100%; }

table.list tbody tr:hover td {
  background-color: #eee; }

table.list tbody tr td {
  padding: 6px 0;
  vertical-align: top; }

table.list thead tr th:last-child,
table.list tbody tr td:last-child {
  text-align: right;
  white-space: nowrap; }

table tbody tr td .button {
  margin: -5px 0; }

#upload table#dropzone-filetable thead tr th,
table.list thead tr th {
  border-bottom: 1px solid #35495E; }

table#dropzone-filetable th,
table#dropzone-filetable td {
  padding: 1px 6px 1px 1px; }

.content {
  margin-top: 50px;
  margin-bottom: 50px; }

.content-box {
  width: 226px;
  border-bottom: 1px solid #bdc5c9;
  padding-bottom: 10px;
  float: left;
  margin-right: 15px;
  margin-bottom: 30px; }

.content-box.all-details {
  width: 470px;
  border-bottom: 1px solid #bdc5c9;
  padding-bottom: 10px;
  float: left;
  margin-right: 15px;
  margin-bottom: 30px; }

.content-box-basic {
  float: left;
  margin-right: 15px; }

.content-box-aside {
  float: left; }

.content-box .fa-star,
.content-box .fa-pencil,
.content-box .fa-trash {
  color: #bdc5c9;
  float: left;
  font-size: 22px;
  margin-right: 10px;
  margin-top: 5px; }

.content-box .fa-trash {
  float: right;
  margin-right: 0px;
  margin-left: 10px; }

.content-box .fa-star:hover,
.content-box .fa-star.active,
.content-box .fa-pencil:hover,
.content-box .fa-pencil.active {
  color: #35495e; }

.content-box .fa-star.active {
  cursor: default; }

.content-box .fa-trash:hover,
.content-box .fa-trash.active {
  color: #ff0000; }

.content-box a.pic-download {
  background-image: url("/images/icon_download.png");
  width: 24px;
  height: 30px;
  background-position: left top;
  background-repeat: no-repeat;
  display: inline-block; }

.content-box a.pic-download:hover {
  background-position: left -30px; }

.content-box a.pdf-view {
  background-image: url("/images/icon_view.png");
  width: 24px;
  height: 30px;
  background-position: left top;
  background-repeat: no-repeat;
  display: inline-block; }

.content-box a.pdf-view:hover {
  background-position: left -30px; }

.content-box .content-box-pic {
  height: 208px;
  border: 1px solid #bdc5c9;
  padding: 8px;
  background-color: #fff; }

.content-box .content-box-pic .img-box {
  width: 208px;
  height: 208px;
  overflow: hidden; }

.content-box .content-box-pic .img-box img.database {
  width: 208px;
  height: auto; }

.content-box .content-box-pic .img-box img.loading {
  padding: 98.5px 84.5px;
  width: 43px;
  height: 11px; }

.content-box .content-box-pic .img-box.landscape img.database {
  height: 208px;
  width: auto; }

.content-box-options {
  margin-top: 10px; }

.content-box .content-box-options-format {
  float: left; }

.content-box .content-box-options-id {
  float: left;
  padding: 7px;
  color: #aaa; }

.content-box .content-box-options-action {
  float: right;
  margin-top: -4px; }

.content-box .content-box-details div {
  width: 226px; }

.content-box .content-box-details div.one-line {
  height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.content-box .content-box-details div a,
.content-box .content-box-details div label {
  display: inline; }

.content-box .content-box-details div content {
  color: #4d4d4d;
  /*float:right;
  text-align: right;*/ }

.content-box .content-box-details div content a {
  color: #4d4d4d; }

.content-box .content-box-details div label {
  color: #4d4d4d;
  opacity: 0.7; }

.content-box .content-box-details div.header {
  font-weight: bold;
  margin: 5px 0; }

.content-box .content-box-details div.footer {
  margin: 5px 0 0 0; }

.content-box.all-details .content-box-details div.header {
  font-weight: bold;
  margin: 0 0 5px 0; }

.pic-details .content-box {
  width: 440px;
  margin-right: 40px; }

.pic-information .content-box {
  width: 100%; }

.pic-information .content-box-details,
.pic-information .content-box-options-format {
  display: none; }

.pic-information .content-box-details-text div {
  font-weight: 700;
  margin-bottom: 10px; }

.pic-information .content-box-details-text div span {
  font-weight: 400; }

.pic-information .content h2 {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 30px; }

.pic-information .content-box .content-box-pic {
  border: none;
  padding: 0px;
  height: 100%;
  max-width: 100%; }

.pic-information .content-box-pic img {
  max-width: 400px;
  height: auto; }

.pic-information .submit {
  background-color: #35495e;
  color: #ffffff;
  border: none;
  padding: 5px 20px;
  font-size: 16px; }

.image-thumb {
  float: left;
  width: 150px;
  margin: 0 5px 5px 0;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff; }

.image-thumb .bottom {
  height: 16px; }

.image-thumb .bottom input {
  display: inline-block;
  max-width: 16px;
  margin: 0 5px 0 0 !important; }

.image-thumb .bottom label {
  display: inline-block;
  max-width: 129px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 3px; }

.leuchtkasten .filter-options, .leuchtkasten .pagination {
  display: none; }

.leuchtkasten .content-box {
  margin-bottom: 0px; }

.leuchtkasten .content-box-options-format,
.leuchtkasten .leuchtkasten,
.leuchtkasten .content-box-details {
  display: none; }

.leuchtkasten .content-box {
  border: none; }

.leuchtkasten .underline {
  margin-top: 0px; }

.leuchtkasten .links a {
  display: block;
  border: 1px solid #d5c8b2;
  width: 23%;
  color: #35495e;
  text-decoration: none;
  margin-bottom: 20px;
  padding: 3px 5px 3px 10px; }

.leuchtkasten .links a:hover {
  background-color: #d5c8b2;
  color: #ffffff; }

.leuchtkasten .fa-angle-right::before {
  float: right;
  margin-right: 10px;
  margin-top: 2px;
  text-align: right; }

.leuchtkasten .fa {
  display: inline; }

.leuchtkasten .format-options {
  display: none; }

.leuchtkasten-options {
  float: right;
  margin-top: 25px; }

.leuchtkasten-options a.add-on {
  background-color: #d5c8b2;
  color: #ffffff;
  display: inline-block;
  padding: 3px 6px; }

.leuchtkasten-options .select-box-leuchtkasten {
  border: 1px solid #d5c8b2;
  padding: 2px; }

#leuchtkasten-all {
  text-decoration: none;
  position: relative;
  top: 3px; }
  #leuchtkasten-all .fa {
    color: #bdc5c9;
    font-size: 22px;
    margin: 0 10px; }

ul.session-messages {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px; }
  ul.session-messages li {
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px; }
  ul.session-messages li.warning {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442; }

footer h3 {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  text-align: right; }

footer {
  width: 100%;
  background-color: #35495e;
  padding-top: 5px;
  padding-bottom: 5px; }

#jobs {
  padding: 0;
  position: fixed;
  bottom: 0;
  width: 100%; }

#jobs h2 {
  padding: 0;
  margin: 20px 20px 0 20px; }

#jobs-content {
  margin: 20px; }

.left {
  float: left;
  width: 50%;
  padding: 0;
  margin: 0; }

.right {
  float: right;
  width: 50%;
  padding: 0;
  margin: 0; }

.float {
  float: left;
  width: auto;
  padding: 0;
  margin: 0 5px 0 0; }

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

.hidden {
  display: none; }

.loading-circle.in-brackets {
  height: 14px;
  margin-bottom: -3px;
  width: auto; }

.light {
  opacity: 0.5; }

.title-info {
  cursor: help !important; }

#lg-download {
  display: none; }

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