@charset "UTF-8";
/* lato-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("lato-v24-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  src: url("lato-v24-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("lato-v24-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  src: url("lato-v24-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("lato-v24-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  src: url("lato-v24-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  color: #333;
  font-size: 1rem;
  background-color: #fff;
  min-width: auto;
  max-width: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  color: #1c3362;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h1, .mainheader {
  font-size: 1.75rem;
  line-height: 1.3;
  padding: 0;
}

td {
  color: #333;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: #1c3362;
  text-decoration: underline;
}
a:active, a:hover {
  color: #1c3362;
  text-decoration: underline;
}

.nav a {
  text-decoration: none;
}

.header-custom .module-metanav {
  background: #1c3362;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
}
.header-custom .module-metanav .meta-container {
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-custom .module-metanav ul {
  list-style: none;
  margin: 0;
  font-size: inherit;
}
.header-custom .module-metanav li.meta-item {
  display: inline-block;
  margin: 0 5px;
  color: white;
}
.header-custom .module-metanav a.meta-link {
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: normal;
  color: white;
}
@media (min-width: 992px) {
  .header-custom .module-metanav a.meta-link {
    font-size: 0.75rem;
  }
}
.header-custom .module-metanav .module-searchinput {
  position: relative;
}
.header-custom .module-metanav .module-searchinput input {
  font-size: 0.875rem;
  line-height: 1em;
  border-radius: 6px;
  padding: 0.5rem 2rem 0.375rem 3.5rem;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  border: none;
  width: 100%;
}
@media (min-width: 992px) {
  .header-custom .module-metanav .module-searchinput input {
    font-size: 0.75rem;
    padding: 0.5rem 0.25rem 0.5rem 2rem;
  }
}
.header-custom .module-metanav .module-searchinput .search-submit {
  display: block;
  position: absolute;
  padding: 0.5rem;
  left: 0rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: 0;
}
.header-custom .title-container {
  padding: 2rem 25px 1.5rem;
}
.header-custom .title-container .logo a {
  text-decoration: none;
}
.header-custom .title-container .logo .logo-image {
  margin-bottom: 15px;
  max-width: 250px;
  height: auto;
}
.header-custom .title-container .logo .logo-title {
  font-size: 0.9rem;
  font-weight: bold;
  color: black;
}
.header-custom .title-container .page-title {
  text-align: right;
  font-size: 2.25rem;
  color: black;
}
.header-custom .title-container .page-title .region {
  display: block;
  font-size: 1rem;
}

.custom-footer {
  padding: 0;
  background-color: #1c3362;
  font-size: 0.875rem;
  color: #fff;
}
.custom-footer .copyright {
  padding: 1rem 15px;
}
.custom-footer .barcode-footer {
  height: 1.5rem;
}
.custom-footer .barcode-footer img {
  width: 100%;
  height: 100%;
}
.custom-footer .barcode-footer img.kons {
  display: none;
}

.footerContent {
  display: none;
}

.f-links-vls {
  display: none;
}

input[type=text],
input[type=tel],
input[type=number],
input[type=email],
input[type=date],
input[type=password],
select,
textarea {
  border: 1px solid #a9a9a9;
  background: white;
  font-size: 1rem;
  padding: 8px;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  display: inline-block;
  width: auto;
  border: 1px solid #a9a9a9;
  background: #e9e9e9;
  font-size: 0.85rem;
  padding: 12px 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 6px;
  color: #333;
}

input[type=submit] {
  border: 1px solid #1c3362;
  background: #1c3362;
  color: white;
}

nav.navPort {
  position: relative;
}
nav.navPort #navPort {
  height: 40px;
  padding-left: 250px;
  border: 0;
  background-color: #f4f4f4;
}
nav.navPort .viewCtrl a {
  display: block;
  padding: 6px 1.2em;
  margin-top: 0;
  font-size: 1.2rem;
  font-weight: normal;
  text-decoration: none;
}
nav.navPort .viewCtrl a:hover {
  background-color: #ddd;
  padding: 6px 1.2em;
  margin-top: 0;
  font-size: 1.2rem;
  font-weight: normal;
  text-decoration: none;
  color: #333;
}
nav.navPort .viewCtrl_sel span {
  display: block;
  padding: 6px 1.2em;
  margin-top: 0;
  background-color: #e5252c;
  font-size: 1.2rem;
  font-weight: normal;
  color: white;
  text-decoration: none;
  cursor: default;
}

.colleft {
  background-color: #f4f4f4;
  padding: 15px;
  border: 0;
  cursor: default;
}
.colleft #leftContent {
  width: 220px;
}
.colleft .menuheader {
  padding: 5px 0;
  background-color: transparent;
  color: #1c3362;
  text-transform: none;
  font-size: 1.2rem;
  font-weight: normal;
}
.colleft .menubox {
  font-size: 0.85rem;
  margin: 0 0 1.5rem;
  padding: 0;
  border: 1px solid #1c3362;
  background-color: white;
  font-weight: normal;
}
.colleft .menubox .vl-nav {
  display: block;
}
.colleft .menubox .vl-nav li {
  display: block;
}
.colleft .menubox a {
  display: block;
  margin: 0;
  padding: 6px 10px;
  border: 0;
  font-size: 0.9rem;
  font-weight: normal;
  color: #1c3362;
  text-decoration: none;
}
.colleft .menubox a.sel {
  background-color: #1c3362;
  color: white;
  cursor: default !important;
}
.colleft .menubox a:hover, .colleft .menubox a:active {
  background-color: #1c3362;
  color: white;
}

.colmain, .maincol {
  padding: 35px 30px;
}
.colmain main::after, .maincol main::after {
  content: "";
  display: table;
  clear: both;
}
.colmain .listNavigation-margin, .maincol .listNavigation-margin {
  margin-right: 250px;
}

#listNavigation {
  width: 250px;
  min-width: 200px;
  max-width: 350px;
  margin: -35px -30px 50px 0;
  padding: 15px 0;
  float: right;
  background-color: #f4f4f4;
}
#listNavigation #countTitlesHeader {
  font-size: 1rem;
}
#listNavigation .menuheader {
  margin: 15px 10px 5px;
  padding: 0;
  font-size: 1rem;
  background-color: transparent;
  color: #333;
  border-left: 0;
  border-bottom: 1px solid #333;
}
#listNavigation .menubox {
  margin: 0 10px;
  padding: 0;
  border: 0;
}
#listNavigation .menubox li {
  display: block;
  width: 100%;
  list-style: none;
}
#listNavigation .menubox a {
  flex-direction: row-reverse;
  align-items: flex-start;
  width: 100%;
  margin: 4px 0;
  font-size: 0.75rem;
  color: #1c3362;
}
#listNavigation .menubox a .itemCount {
  margin: 0;
  min-width: 25px;
  flex-shrink: 0;
  text-align: right;
  word-break: keep-all;
}
#listNavigation .menubox a .item {
  flex: 1;
  padding-right: 6px;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
#listNavigation .menubox a.sel .clearFilter {
  display: none;
}
#listNavigation .menubox a.sel .itemCount::after {
  display: inline-block;
  content: "×";
  margin-left: 6px;
  background-color: #999;
  color: white;
  text-decoration: none;
  border-radius: 3px;
  padding: 1px 2px 1px;
  font-size: 10px;
  line-height: 10px;
  vertical-align: top;
  position: relative;
  top: 3px;
  height: 13px;
}
#listNavigation .menubox a.sel:hover .itemCount::after {
  background-color: #1c3362;
}
#listNavigation a.toggle-facetitems {
  margin: 15px 10px;
  font-size: 0.75rem;
  cursor: pointer;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  text-decoration: none !important;
  border: 1px solid #a9a9a9;
  background: #e9e9e9;
  text-transform: uppercase;
  color: #333;
}
#listNavigation a.toggle-facetitems::before {
  content: "";
}
#listNavigation a.toggle-facetitems::after {
  content: "»";
  padding-left: 6px;
}

.mainheader {
  margin-bottom: 1em;
}
.mainheader .headertext {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.3;
  color: #333;
}
.mainheader a {
  color: #1c3362 !important;
  text-decoration: none;
}
.mainheader a:hover {
  text-decoration: underline;
}
.mainheader .next {
  padding: 0 5px;
  font-size: 1rem;
  font-weight: bold;
  color: #821c28;
  vertical-align: middle;
  position: relative;
  top: -4px;
}
.mainheader .titlecount,
.mainheader .mdtype {
  font-size: 1.75rem;
  font-weight: bold;
  color: #333;
}

.wr-mainheaderNaviBox {
  margin: 15px 0 15px 0;
}
.wr-mainheaderNaviBox .mainnaviElement {
  display: inline-block;
  vertical-align: top;
  margin: 10px 5px 10px 0;
  min-width: unset;
}
.wr-mainheaderNaviBox .mainnaviElement .mainnaviCaption {
  font-weight: normal;
  font-size: 0.65rem;
  margin-bottom: 5px;
}

.tableContainer:last-child .infoDiv,
.tableContainer:last-child .mdlist-info,
.tableContainer:last-child .miniTitleinfo {
  border: 0 !important;
}

table.metadataTable td {
  padding: 0 !important;
  border: 0 !important;
}
table.metadataTable .infoDiv,
table.metadataTable .mdlist-info,
table.metadataTable .miniTitleinfo {
  margin: 0;
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
}
table.metadataTable .title,
table.metadataTable a.title {
  font-size: 1.2rem;
  color: #1c3362;
  text-decoration: none;
}
table.metadataTable .address {
  font-size: 0.75rem;
}
table.metadataTable .author {
  font-size: 0.75rem;
}
table.metadataTable .subTitle {
  font-size: 1rem;
}
table.metadataTable .origin {
  font-size: 0.75rem;
}

#titleinfo a {
  color: #1c3362 !important;
}
#titleinfo td {
  color: #333;
}
#titleinfo td:first-child {
  padding-right: 0;
}

.infoFly {
  color: #666;
  font-size: 0.7rem;
  font-weight: normal;
  margin-left: 0;
  margin-right: 30px;
  padding: 0;
  display: inline-block;
  text-transform: uppercase;
}
.infoFly.licenseInfo,
.infoFly .licenseInfo {
  width: auto;
  min-width: 150px;
  max-width: unset;
  margin: 0;
  text-indent: unset;
  letter-spacing: 0.02em;
}
.infoFly.right {
  float: right;
  text-align: right;
  margin-top: 4px;
  margin-left: 30px;
  margin-right: 0;
}
.infoFly.right.licenseInfo,
.infoFly.right .licenseInfo {
  max-width: 250px;
}

.fulltextInfo-indicator,
.stateInfo-indicator,
.licenseInfo-indicator {
  margin: -2px 5px 0 0;
  display: inline-block;
  font-size: 1px;
  vertical-align: middle;
  width: 11px;
  height: 11px;
  border-radius: 100%;
}

.fulltextInfo-indicator {
  background-color: #66b813;
}

.licenseInfo-indicator-allowed-true {
  background-color: #66b813;
}

.licenseInfo-indicator-allowed-false {
  background-color: #e5252c;
}

.licenseInfo-indicator-allowed-partial,
.licenseInfo-indicator-vlreader-partial {
  background-color: #f9a204;
}

.licenseInfo-indicator-vlreader-true {
  background-color: #66b813;
}

.stateInfo-indicator-3 {
  background-color: #ffc929;
}

.stateInfo-indicator-0 {
  background-color: #1e64af;
}

.stateInfo-indicator-1 {
  background-color: #66b813;
}

.stateInfo-indicator-2 {
  background-color: #e5252c;
}

.alphaIndexNav .alphaIndexList {
  margin: 0 0 30px;
}
.alphaIndexNav .alphaIndexList .set a, .alphaIndexNav .alphaIndexList .set .noHits {
  display: inline-block;
  float: none;
  margin: 0 1px 0 0;
  font-size: 0.9rem;
  font-weight: normal;
  white-space: nowrap;
  color: #333;
  background-color: #f4f4f4;
  padding: 2px 8px;
}
.alphaIndexNav .alphaIndexList .set a:last-child, .alphaIndexNav .alphaIndexList .set .noHits:last-child {
  margin-right: 0;
}
.alphaIndexNav .alphaIndexList .set .noHits {
  color: #ccc;
  cursor: default;
}
.alphaIndexNav .alphaIndexList .set a {
  color: #1c3362;
  text-decoration: none;
}
.alphaIndexNav .alphaIndexList .set a:hover {
  text-decoration: none;
}
.alphaIndexNav .alphaIndexList .set a.active {
  background-color: #1c3362 !important;
  color: white !important;
}

.sruForm {
  width: 100%;
}
.sruForm th {
  padding: 5px;
}
.sruForm select {
  font-size: 1em;
  padding: 5px 10px;
  margin: 5px;
  min-height: 38px;
  width: auto !important;
}
.sruForm .sruTerm input[type=text] {
  font-size: 1em;
  padding: 5px 10px;
  margin: 5px;
  min-height: 38px;
}
.sruForm #outputOptions th select {
  margin: 5px 0;
}
.sruForm #submitSearchWrapper input[type=submit] {
  padding: 15px 25px;
  background-color: #1c3362;
  color: white;
  text-transform: uppercase;
  border: 0;
  border-radius: 6px;
  letter-spacing: 0.1em;
}

a.external::after, a.goto::after {
  content: "↗";
  display: inline-block;
  font-size: 1.4em;
  line-height: 0;
  font-weight: normal;
  margin: 0 0 0 6px;
  vertical-align: middle;
  background-color: #1c3362;
  color: white;
  border-radius: 3px;
  padding: 3px 1px 13px;
  position: relative;
  top: -1px;
}

.cloud a {
  text-decoration: none;
}
.cloud a:hover {
  text-decoration: underline;
}

.yearList {
  border: 0;
  margin: 0;
}
.yearList > .century {
  font-size: 1.2em;
  clear: left;
  padding: 0;
}
.yearList .year {
  cursor: default;
}
.yearList .year.avail {
  border-color: #1e64af;
}
.yearList .year.avail a {
  background-color: #1e64af;
  color: white;
  text-decoration: none;
}
.yearList .year.avail a:hover {
  background-color: #1c3362;
  color: white;
  text-decoration: none;
}
.yearList .year.avail:hover {
  border-color: #1c3362;
}

.datepicker td {
  cursor: default;
}
.datepicker a, .datepicker span {
  display: block;
  padding: 0.2em 0.4em;
  border: 1px solid transparent;
}
.datepicker a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
.datepicker a.avail {
  background-color: #1e64af;
  color: white;
}
.datepicker a.avail:hover {
  background-color: #1c3362;
  border-color: #1c3362;
}

.vls-open-Layer {
  cursor: pointer;
  font-size: 1rem;
  color: #666;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  border-radius: 2px;
  vertical-align: middle;
  padding: 5px 0.25rem;
  margin: 15px 0;
}
.vls-open-Layer.toggled {
  background-color: #ccc;
  border-color: #ccc;
}

.yearList-layer {
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.5);
  margin-top: -28px !important;
  position: absolute;
  display: none;
  background-color: white;
  z-index: 1;
  border: 1px solid #ccc;
  padding: 1em;
  overflow-y: auto;
  height: auto !important;
}

.controls .drop,
.mainnaviElement .drop,
.list-paging .drop {
  margin: auto 0;
}
.controls .nodrop,
.mainnaviElement .nodrop,
.list-paging .nodrop {
  margin-left: 5px;
  margin-right: 10px;
}
.controls select,
.mainnaviElement select,
.list-paging select {
  display: inline-block;
  width: auto;
  min-width: 100px;
  height: 30px;
  margin-right: 5px !important;
  padding: 3px 8px;
  font-size: 0.85rem;
}
.controls .paginglink .vls-button,
.mainnaviElement .paginglink .vls-button,
.list-paging .paginglink .vls-button {
  height: 30px;
  min-width: 30px;
  margin-right: 5px;
  color: #1c3362;
}
.controls .paginglink .vls-button:hover,
.mainnaviElement .paginglink .vls-button:hover,
.list-paging .paginglink .vls-button:hover {
  border-color: #1c3362;
}
.controls .paginglink .vls-button.inactive,
.mainnaviElement .paginglink .vls-button.inactive,
.list-paging .paginglink .vls-button.inactive {
  color: #555;
}
.controls .paginglink .vls-button.inactive:hover,
.mainnaviElement .paginglink .vls-button.inactive:hover,
.list-paging .paginglink .vls-button.inactive:hover {
  border-color: #bbb;
}

.menuboxDeliverer .menubox .address {
  background-image: url(/static/graphics/hmc.png) !important;
  background-repeat: no-repeat !important;
  background-position: 6px -120px !important;
  padding: 8px 10px 8px 24px !important;
  margin: 0 !important;
  line-height: 1.2;
  font-weight: normal;
  color: #333;
}
.menuboxDeliverer .menubox a.address {
  color: #333;
}
.menuboxDeliverer .menubox a.address:hover {
  color: #333;
  text-decoration: underline;
}
.menuboxDeliverer .menubox .menuboxDelivererSeparator {
  display: block;
  font-size: 0;
  border-bottom: 1px solid #1c3362;
  margin: 0 !important;
}

.options-righthand {
  width: 250px !important;
  float: right;
  background-color: #f4f4f4;
  margin: -40px -30px 0 30px;
  padding: 20px 15px;
  border: 0;
}
.options-righthand .mainheader {
  margin: 0;
  padding: 0;
}
.options-righthand .mainheader .titlecount,
.options-righthand .mainheader .mdtype {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
}
.options-righthand .options-righthand-div {
  padding: 0 !important;
}
.options-righthand fieldset {
  border: 1px solid white;
  padding: 10px;
  margin: 15px 0 !important;
  background-color: white;
  border-radius: 0;
}
.options-righthand fieldset legend {
  color: #333 !important;
  font-size: 1rem !important;
  font-weight: bold !important;
  margin-bottom: 5px !important;
}
.options-righthand fieldset > div {
  margin: 0 !important;
}
.options-righthand fieldset > div > div {
  margin: 5px 0px !important;
  padding: 0 !important;
  font-size: 0.85rem;
}
.options-righthand fieldset .stateInfo-indicator {
  vertical-align: top;
  margin-top: 3px !important;
  width: 12px !important;
  height: 12px !important;
  border: 1px solid transparent;
}
.options-righthand form {
  padding: 0 5px;
}
.options-righthand input, .options-righthand textarea, .options-righthand select {
  max-width: 100%;
  margin-bottom: 10px;
}
.options-righthand textarea {
  width: 100% !important;
  min-height: 150px;
}
.options-righthand input[type=radio],
.options-righthand input[type=checkbox] {
  margin-bottom: 0 !important;
}
.options-righthand input[type=text] {
  display: block !important;
  width: 100% !important;
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: normal;
  color: #333;
}
.options-righthand input[type=submit] {
  margin: 0 !important;
  padding: 15px 25px;
  background-color: #1c3362;
  color: white;
  text-transform: uppercase;
  border: 0;
  border-radius: 6px;
  letter-spacing: 0.1em;
}
.options-righthand input[type=submit].inputSmallSubmit {
  padding: 4px 8px !important;
  margin-bottom: 10px !important;
}

.vls-list-righthand {
  margin-right: 250px !important;
}
.vls-list-righthand > div {
  background-color: #1c3362 !important;
  margin: 4px 0 0 !important;
  padding: 10px 20px !important;
  border-radius: 4px;
  font-size: 0.75rem !important;
  line-height: 1;
}
.vls-list-righthand > div a {
  font-size: 0.75rem;
  line-height: 1;
  color: white !important;
  text-decoration: none;
}
.vls-list-righthand > div .fa {
  font-size: 0.75rem;
  color: white !important;
}
.vls-list-righthand > div .fa.icon-download::before {
  content: "\f019";
}

.unreleased {
  opacity: 1 !important;
  color: #e5252c !important;
  background-color: rgba(229, 37, 44, 0.15) !important;
}

.editor-icons {
  opacity: 1 !important;
  font-size: 20px;
  line-height: 1;
  font-family: "fontello-wiki";
  user-select: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.editor-icons a {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  color: #1c3362 !important;
  width: 32px;
  height: 32px;
  line-height: 0;
  margin: 4px !important;
  border: 1px solid #1c3362 !important;
  border-radius: 4px !important;
  cursor: pointer;
  background-color: white !important;
  padding: 15px 0;
  overflow: hidden;
}
.editor-icons a::before {
  font-size: 20px;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.editor-icons a.icon-asterisk::before {
  margin: 0 8px;
  padding: 0 0 8px;
  font-size: 12px;
  border-bottom: 2px solid #1c3362;
  border-radius: 0;
}
.editor-icons a.icon-asterisk-fn::before {
  margin: -8px 8px 0;
  padding: 8px 0 0;
  font-size: 12px;
  border-top: 2px solid #1c3362;
  border-radius: 0;
}
.editor-icons span.separator {
  font-size: 20px;
  line-height: 32px;
  vertical-align: top;
  display: inline-block;
  width: 0;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #fff;
  color: transparent;
  text-indent: -10px;
  margin: 4px;
  padding: 0;
}

.editor-caption {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0.35;
  font-size: 16px;
  line-height: 34px;
  font-weight: bold;
  padding: 0;
  margin: 4px 4px 4px 30px;
}

ul.cCat .list {
  margin: 4px 0;
}

.deform .req {
  color: #e5252c;
}
.deform li {
  padding: 5px 0;
  margin: 0 0 10px;
}
.deform label {
  display: block;
  font-weight: bold;
}
.deform label.desc + input, .deform label.desc + textarea {
  width: 100%;
}
.deform div.longdesc {
  font-size: 0.85rem;
  margin: 0.5em 0 1.5em;
}
.deform textarea,
.deform input[type=text] {
  display: block;
  font-size: 1rem;
  padding: 5px 10px;
  width: 100%;
  max-width: unset;
}
.deform .buttons button {
  margin-right: 5px;
}
.deform .buttons #mkdeliverersubmit,
.deform .buttons #registerusersubmit {
  border: 0;
  background-color: #1c3362;
  color: white;
}
.authForm, .authCont {
  margin: 40px auto !important;
}

.authForm {
  max-width: 520px;
}
.authForm fieldset {
  padding: 25px;
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.authForm fieldset legend {
  font-size: 1.8em;
  font-weight: normal;
  margin-left: 40px;
}
.authForm fieldset table, .authForm fieldset .pane {
  margin: 40px 40px;
}
.authForm .resetpw-subheader {
  margin-bottom: 1em;
}
.authForm td {
  padding: 5px;
}
.authForm button[type=submit],
.authForm input[type=submit] {
  margin-right: 5px;
  background: #1c3362;
  color: white;
  border: 0;
}
.authForm .authMsg {
  display: block;
  float: none !important;
  width: auto !important;
  margin: 30px 25px 0 !important;
}

.form-entry input[type=text],
.form-entry select,
.form-entry textarea {
  font-size: 1rem !important;
  padding: 8px !important;
}
.form-entry .form-tableRow {
  background: transparent;
}
.form-entry .form-tableRow:nth-of-type(odd) {
  background: #eee !important;
}
.form-entry .form-entryLabelWrapper {
  background: rgba(204, 204, 204, 0.5) !important;
  box-shadow: none !important;
}
.form-entry .form-actionWrapper .form-Button {
  display: inline-block;
  width: auto;
  padding: 12px 20px;
  margin: 10px 5px 10px 0;
  border: 1px solid #d5d5d5;
  background: #e9e9e9;
  color: #333;
  font-size: 0.85rem;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 6px;
  letter-spacing: 0.1em;
}
.form-entry .form-actionWrapper .form-Button.form-submitButton {
  background: #1c3362;
  border: 1px solid #1c3362;
  color: #fff;
}
.form-entry .form-actionWrapper .form-Button.form-cancelButton {
  border: 1px solid #d5d5d5;
  background: #e9e9e9;
  color: #333;
}
.form-entry .form-actionWrapper .form-Button.form-cancelButton a {
  color: #333;
}
.form-entry .form-Button {
  border: 1px solid #a9a9a9;
  background: #e9e9e9;
  font-size: 0.65rem;
  padding: 3px 6px;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 6px;
  color: #333;
}
.form-entry .form-entryHelpButton {
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 4px 3px;
  border-radius: 4px;
  font-weight: normal;
}

.structlist-elem {
  margin: 2rem 0;
  max-width: 100% !important;
}
.structlist-elem .structure li {
  margin: 0;
  padding: 5px 0;
  display: block;
  width: 100%;
}
.structlist-elem .structure li.structlist-even {
  background: #eee;
}
.structlist-elem .structure li .list {
  margin: 5px;
}
.structlist-elem .structure li .scap {
  padding: 5px;
  font-size: 0.85rem;
}
.structlist-elem .structure li .inlineLink {
  cursor: pointer;
  color: #333 !important;
  font-size: 0.85rem;
  line-height: 1;
  margin: 0 5px !important;
  padding: 5px;
  float: right;
  text-decoration: underline !important;
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.structlist-elem .structure li .inlineLink.finalizedIssueUpload {
  background: #f6f3d5 !important;
  border-radius: 0 !important;
  border: 1px solid #ece9c9 !important;
  text-decoration: none !important;
  cursor: default !important;
}

.ui-dialog-titlebar-close {
  border: 0;
}
.ui-dialog-titlebar-close::after {
  content: "×";
  padding: 2px;
  line-height: 0;
  color: #333;
  font-size: 24px;
}

.documentList {
  margin: 2rem 0;
  font-size: 0.85rem;
}

.timeline-options-ctrl {
  float: right;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #d5d5d5;
  background: #e9e9e9;
  color: #333;
  padding: 3px 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 4px;
}

.timeline-options-div {
  display: inline-block;
  position: absolute;
  right: 1px;
  margin: 30px -1px 0 0;
  white-space: nowrap;
  padding: 5px;
  background-color: #F6F6F6;
  border-radius: 4px;
  border: 1px solid #CCC;
  z-index: 100;
}
.timeline-options-div input[type=text] {
  font-size: 0.85rem;
  height: auto !important;
  width: 30px !important;
  padding: 2px 4px !important;
  text-align: right;
}
.timeline-options-div input.hasDatepicker {
  font-size: 0.85rem;
  width: 100px !important;
}
.timeline-options-div tr:nth-of-type(odd) {
  background: rgba(221, 221, 221, 0.5);
}
.timeline-options-div .caption,
.timeline-options-div .checkbox {
  padding: 5px;
}
.timeline-options-div .checkUncheckAll {
  cursor: pointer;
  text-align: right;
  border-top: 1px solid #ddd;
  font-size: 0.75rem;
  margin-top: 1rem;
  padding: 5px;
  font-family: unset;
}

.ui-datepicker {
  background: white;
  padding: 5px;
}

svg text {
  font-family: "Lato", "Helvetica", "Arial", sans-serif !important;
  font-size: 0.875rem;
}

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