@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Thin"), local("Roboto-Thin"), url("./fonts/roboto/roboto-thin.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("./fonts/roboto/roboto-light.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Regular"), local("Roboto-Regular"), url("./fonts/roboto/roboto-regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("./fonts/roboto/roboto-medium.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("./fonts/roboto/roboto-bold.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url("./fonts/roboto/roboto-black.woff") format("woff");
}
@font-face {
  font-family: "Droid Serif";
  font-style: normal;
  font-weight: 400;
  src: local("Droid Serif"), local("DroidSerif"), url("./fonts/droid-serif/DroidSerif.woff") format("woff");
}
@font-face {
  font-family: "Droid Serif";
  font-style: normal;
  font-weight: 700;
  src: local("Droid Serif Bold"), local("DroidSerif-Bold"), url("./fonts/droid-serif/DroidSerif-Bold.woff") format("woff");
}
@font-face {
  font-family: "Droid Serif";
  font-style: italic;
  font-weight: 400;
  src: local("Droid Serif Italic"), local("DroidSerif-Italic"), url("./fonts/droid-serif/DroidSerif-Italic.woff") format("woff");
}
@font-face {
  font-family: "Droid Serif";
  font-style: italic;
  font-weight: 700;
  src: local("Droid Serif Bold Italic"), local("DroidSerif-BoldItalic"), url("./fonts/droid-serif/DroidSerif-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  src: local("Libre Baskerville"), local("LibreBaskerville-Regular"), url("./fonts/librebaskerville/LibreBaskerville-Regular.woff") format("woff");
}
@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: 400;
  src: local("icomoon"), local("icomoon"), url("./fonts/icomoon/icomoon.woff") format("woff");
}
html, body {
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  line-height: 1.3;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #2E264D;
  min-width: 800px;
}

img {
  border: 0 none;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol li, ul li {
  line-height: 1.5em;
}

label {
  display: inline-block;
  font-weight: normal;
  min-width: 140px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, a:hover {
  color: #2E264D;
}

pre {
  border-radius: 0;
}

b, strong {
  font-weight: 500;
}

h1, h2, h3, h4 {
  margin: 0 0 10px 0;
  font-weight: normal;
}

h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 24px;
  margin-bottom: 30px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

input[type=text],
input[type=password],
select {
  border: 1px solid #D6D3DE;
  border-radius: 0;
  box-shadow: 0 0 4px rgba(64, 57, 91, 0.3) inset;
  color: #2E264D;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  padding: 5px 10px;
}

select {
  background-color: #D6D3DE;
  box-shadow: none;
  padding: 2px 6px;
}

.infoBubble {
  background-color: #E6E5EB;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  font-style: italic;
  font-family: serif;
  font-weight: bold;
  font-size: 16px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  width: 18px;
}

.main {
  margin: 70px 40px;
}

.alert, .error {
  background-color: #FFEFCC;
  border: 1px solid #F7F6F8;
  border-left: 0 none;
  border-right: 0 none;
  border-radius: 0;
  color: inherit;
}

.btn, .btn:hover {
  font-weight: 500;
  background-color: #40395B;
  border: 0 none;
  border-radius: 0;
  cursor: pointer;
  color: #FFFFFF;
  display: inline-block;
  padding: 5px 30px;
  text-align: center;
  text-decoration: none;
}
.btn.btn-bright, .btn:hover.btn-bright {
  color: inherit;
  background-color: #D6D3DE;
}

.delete {
  text-decoration: none;
}
.delete:hover {
  text-decoration: none;
}
.delete:before {
  cursor: pointer;
  content: "\e608";
  color: #000000;
  font-family: "icomoon";
  font-size: 16px;
  font-weight: normal;
}

.dropdown {
  margin: 0 5px;
  position: relative;
  display: inline-block;
  line-height: 1em;
}

.dropdown > button {
  border: none;
  cursor: pointer;
}

.dropdown > button:after {
  content: "  ▼";
}

.dropdown > ul {
  display: none;
  position: absolute;
  min-width: 160px;
  background-color: white;
  border: 1px solid #CCC;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

.dropdown.open > ul {
  display: block;
}

.dropdown > ul > li:hover, .dropdown > ul > li:focus {
  background-color: #CCC;
}

a.option {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  line-height: 30px;
  margin-left: 6px;
  margin-right: 6px;
}

.options {
  display: inline-block;
  float: right;
  margin: 0 6px;
}

header {
  background-color: #FFCE67;
  position: relative;
}
header #slogan {
  color: #371c04;
  display: inline-block;
  float: none;
  font-family: "Libre Baskerville", serif;
  font-size: 23px;
  height: auto;
  letter-spacing: 2px;
  line-height: 35px;
  margin: 20px 0 4px 40px;
  text-transform: uppercase;
}
header #logo {
  background: url("../images/logo_ida_blau.png") no-repeat scroll 0 0 #FFFFFF;
  background-size: cover;
  box-shadow: 0 1px 2px rgba(64, 57, 91, 0.6);
  display: inline-block;
  height: 95px;
  width: 342px;
  position: absolute;
  right: 30px;
  top: 0;
}
header #mainMenu {
  margin-top: 60px;
  position: relative;
}
header #mainMenu #menuTabs, header #mainMenu #userStatus {
  display: inline;
}
header #mainMenu #menuTabs li, header #mainMenu #userStatus li {
  display: inline-block;
  font-weight: 700;
  padding: 12px 0;
}
header #mainMenu #menuTabs li.active, header #mainMenu #userStatus li.active {
  background-color: #FFFFFF;
  margin-left: -4px;
}
header #mainMenu #menuTabs li.userName, header #mainMenu #userStatus li.userName {
  font-family: "Libre Baskerville", serif;
}
header #mainMenu #menuTabs li a, header #mainMenu #userStatus li a {
  display: inline-block;
  padding: 0 30px;
  text-decoration: none;
  border-right: 1px solid #2E264D;
}
header #mainMenu #menuTabs li:last-child a, header #mainMenu #menuTabs li.active a, header #mainMenu #userStatus li:last-child a, header #mainMenu #userStatus li.active a {
  border-right: 0 none;
}
header #mainMenu #menuTabs {
  margin-left: 20px;
}
header #mainMenu #userStatus {
  float: right;
  margin-right: 20px;
}

#page-archiveList .institutionList > li {
  max-width: 600px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 6px;
  padding-bottom: 6px;
  line-height: 50px;
}
#page-archiveList .institutionList > li > .latest {
  float: right;
}
#page-archiveList .institutionList > li:last-child {
  border: 0 none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#page-archiveList a.btn {
  line-height: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
#page-archiveList a.delete {
  margin-left: 15px;
}
#page-archiveList li {
  line-height: 50px;
}
#page-archiveList .versionList > li {
  max-width: 1000px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 6px;
  padding-bottom: 6px;
  line-height: 50px;
}
#page-archiveList .versionList > li .version-info {
  display: inline-block;
  width: 350px;
}
#page-archiveList .versionList > li .version {
  display: inline-block;
  min-width: 85px;
}
#page-archiveList .versionList > li .indexStates {
  display: block;
}
#page-archiveList .versionList > li:last-child {
  border: 0 none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#page-jobs ul.jobs li {
  background-color: #D6D3DE;
  padding: 5px 10px;
  margin-bottom: 9px;
  overflow: auto;
}

#page-upload label.buttonDescription {
  margin-left: 10px;
  color: #B8B3C6;
}
#page-upload .latest-uploads {
  margin-top: 50px;
  border-top: 1px solid #CCC;
  padding-top: 10px;
}
#page-upload .latest-uploads > ul > li {
  line-height: 2em;
}

.ui-accordion .ui-accordion-header {
  margin: 0;
  background-color: #D6D3DE;
}

.ui-corner-all {
  border-radius: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 0;
  background: unset;
  color: unset;
}

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