/**
* PAGE REGIONS: POSITION AND BACKGROUND
*/

/* Color overlay over fullsize background image */
.color-overlay {
  z-index: 1;
}
/* Main content section */
#wrapper {
  z-index: 2;
}

header,
footer {}

/* PAGE BACKGROUND */

/* Attach full size background image to body */
body {
  /* Location of the image */
  background-image: url("../../image/umz_archiv_0365778.png");
  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  /* Background image is fixed in the viewport so that it doesn't move when
     the content's height is greater than the image's height */
  background-attachment: fixed;
  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;
  /* Set a background color that will be displayed
     while the background image is loading */
  background-color: rgba(15, 99, 104, 0.9);
}

h1, h2, h3.facets {
    text-transform: uppercase;
}

/* Color overlay over fullsize background image */
.color-overlay {
  position: fixed; /* Sit on top of the page content */
  display: block; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(15, 99, 104, 0.9); /* kind of green background with opacity */
  z-index: 1; /* Specify a stack order in case you're using a different order for other elements */
}

/* *** */
/* SCROLLABLE MAINCONTENT FOR FIXED HEADER AND FOOTER */
/* *** */
body {
    padding-top: 50px;
//    overflow: hidden;
}
#wrapper {
    min-height: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
}
#main-wrapper {
    height: 100%;
    margin:0;
    overflow-y: hidden;
    padding: 0;
}
#main-wrapper-home {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
#content {
    position: relative;
    top: 75px;
    height: 100%;
    overflow: auto;
}

.bottom_buffer {
    height:180px;
}

.footer {
    background-color:#ffffff;
    bottom:0;
  	position:fixed;
    padding:10px;
    z-index: 10
}

.hideDini {
    display: none;
}

.diniCert:hover + .hideDini {
    display: block;
}

/* *** */
/* endof SCROLLABLE MAINCONTENT */
/* *** */


/* POSITIONING */

#header {
  /* height: 4rem; */
}

.footer {
  background: #fff;
  padding: 1rem 0;
}

#subheader {
  margin-top: 5rem;
}

.front #subheader {
  display: none;
  background: none;
  margin-top: 75px;
}

#main-wrapper {
    /* Leave top space for product logo and claim */
    margin-top: 200px;
}

.front #main-wrapper {
    /* Product logo and claim is part of content */
    margin-top: 10rem;
}

/* HEADER ELEMENTS */

/* UB-LOGO */
#logo {
  width: 185px;
}

#jgu_logo {
    width: 185px;
}

#dini_logo {
    height: 41px;
}

.navbar {
    background-image: linear-gradient(to bottom,#fff 0,#fff 100%);
    margin-bottom: 0;
    min-height: 75px;
    height: auto;
}

.navbar > .container, .navbar > .container > .container{
    height: 75px;
}

.navbar nav {
  padding-top: 1rem;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    border-width: 0 0 0 0;
}

/**
* NAVIGATION
*/

.navbar-inverse {
    background-image: linear-gradient(to bottom,#dbdbdb 0,#fff 100%);
}

.navbar-bottom {
    background-image: linear-gradient(to bottom,#fff 0,#dbdbdb 100%);
}

.navbar-collapse {
  background-color: #fff;
  overflow: hidden;
}

.icon-bar {
  background-color: #ddd;
}

.nav > li a:visited {
  /* color: #fff; */
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #0f6368;
  color: #fff;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #0f6368;
    color: #fff;
}

.nav > li {
  margin-left: .5rem;
  margin-right: .5rem;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}


/* SUBHEADER ELEMENTS */
.claim-header {
  margin-bottom: 0;
}

.claim {
  /* display: none; */
}

#subheader .productlogo {
  width: 195px;
}

/* CONTENT ELEMENTS */

#content .productlogo {
  margin-bottom: 3rem;
}

.maincontent {
    min-height:100%;
    background-color: rgba(255, 255, 255, 1); /* white background with no opacity */
    margin-bottom: 145px;
    padding-top: 15PX;
}

#intro {
  /* Set fix height to avoid jumping of following elements */
  min-height: 23rem;
  padding-bottom: 6rem;
}

#intro h2 {
  font-size: 5rem;
}

/* ANIMATED TEXT LINE ON FRONT PAGE */
/* Set height to avoid jump on initializing of cursor animation*/
.statement {
  height: 6rem;
}

#search { }



/* FOOTER ELEMENTS */

/**
* FOOTER MENU
*/
.menu--footer ul {
  margin-top: 0;
  float: left;
}
.menu--footer li {
  float: left;
  display: inline;
}

.footer .jgu-logo {
  float: right;
  display: inline-block;
}


/**
* OVERRIDES
*/

.alert-info {
    color: #222222;
    background-color: #fff;
    background-image: none;
    border-color: #d1d1d1;
    border-radius: 0;
}

.alert-warning {
    color: #c09853;
    background-color: #fff;
    background-image: none;
    border: 0;
    border-radius: 0;
}


.brand {
    padding-top: 0;
}

.breadcrumb {
    border-radius: 0;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
    padding: 15px 15px;

}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: rgb(193, 0, 42);
    background: #fff;
    background-image: none;
    border-color: rgb(193, 0, 42);
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    text-shadow: none;
    height:38px;
    border-radius:0;
    background-image: none;
    margin-bottom: 1rem;
}

.btn-default, .btn-danger, .btn-info{
    color: #999;
    cursor: pointer;
    background-color: #fff;
    border-color: #ddd;
}

.btn-primary {
    color: #fff;
    background-color: rgb(193, 0, 42);
    background-image: none;
    border-color: rgb(193, 0, 42);
}

.submitProgressButtonDone {
    color: #fff;
    background-color: #999;
    background-image: none;
    border-color: #ddd;
}

.submitProgressButtonDone:hover {
    color: #0f6368;
    background-color: #fff;
    background-image: none;
    border-color: #fff;
}

.submitProgressButtonCurrent {
    color: #fff;
    background-color: #0f6368 !important;
    background-image: none;
    border-color: #0f6368 !important;
}

.breadcrumb a{
    color: #0f6368;
}

.panel {
    border: none;
    border-radius: 0;
    position: relative;
    z-index:10;
    width:100%;
    box-shadow: none;
}

.panel-default > .panel-heading {
    border: none;
    background: none;
}

.panel-primary > .panel-heading {
    color: #C1002A;
    background: none;
    border: none;
    letter-spacing: 1.1px;
}


.panel-success > .panel-heading {
    color: rgb(193, 0, 42);
    background-color: transparent;
    background-image: none;
    border: none;
}

.panel-info > .panel-heading {
    background-color: transparent;
    background-image: none;
    padding-left:0;
    color:#000;
}
.panel-heading {
    text-transform: uppercase;
}

.panel-body {
    background-color: rgb(243, 247, 247);
}

.panel-body .btn {
    color: #fff;
    background-color: rgb(193, 0, 42);
    background-image: none;
    border-color: rgb(193, 0, 42);
    border-radius: 0;
    display: block;
    float: left;
    margin-right: .5rem;
    margin-bottom: .5rem;
}

.active a{
    background-color: #fff !important;
    color: #c00a26;
}

.well {
    padding: 19px;
    background-color: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
}

.jumbotron {
  background-color: transparent;
  margin-bottom: 0;
  padding-bottom: 0;
}

.facets {
    margin-top: 20px;
    padding: 0 15px;
}


.containerB {
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 1); /* white background with opacity */
}

.containerC {
    margin-right: auto;
    margin-left: auto;
    padding: 5px;
    background-color: rgba(227, 255, 194, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
}

.discovery-query, .discovery-search-filters-hint {
    padding: 0;
}

.discovery-search-filters-hint {
    margin-top: 4rem;
}

.discovery-pagination-controls .input-group,
#browse_controls .input-group {
    width: 50%;
    margin-bottom: 1rem;
    float:left;
}

.discovery-pagination-controls .input-group label,
.discovery-pagination-controls .input-group select,
#browse_controls .input-group label,
#browse_controls .input-group select {
    width: 45%;
}

#browse_navigation select {
    width: 15%;
}

#browse_navigation .btn {
    margin-top: 1rem;
}

.discovery-search-appliedFilters select, .discovery-search-appliedFilters input {
   margin-bottom: 1rem;
}

.discovery-search-appliedFilters.btn {
    float:left;
}


#browse_controls, #browse_navigation {
    padding-top: 0;
    padding-bottom: 0;
}

.input-group select {
    display: inline-block;
}
    /**
    * LIST STYLES
    */
.list-group {
    border-radius: 0;
    box-shadow: none;
}

.list-group-item:first-child {
    border-radius: 0;
}

.list-group-item {
    border: none;
    box-shadow: none;
    padding: 5px 15px;
}

.list-group-item:last-child {
    border-radius: 0;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #fff;
    background-color: #0f6368 !important;
    background-image: none;
    border-color: #0f6368 !important;
}


/* FIXED ELEMENTS */
.affix {
  top: 0;
  width: 100%;
  z-index:10;
  background-color: rgba(192, 10, 38, 0.8);
  /* animation magic */
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
}
.affix + .container {
  padding-top: 220px;
}

/**
* COMPONENTS
*/

.navbar-brand {
    padding: 0 0 0 15px;
}

/**
* ANIMATIONS
*/

/* CSS Needed to make the cursor appear when typing begins */
.text-js{
  opacity: 0;
}
/* Used in order to generate blinking cursor */
/* .cursor{
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  right: -5px;
  width: 2px; */
  /* Change colour of Cursor Here */
  /* background-color: white;
  z-index: 1;
  animation: flash 0.5s none infinite alternate;
} */
@keyframes flash{
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}


#claim {
  transition: all 1.9s ease-in-out;
  -webkit-transition: all 1.94s ease-in-out;
  -moz-transition: all 1.9s ease-in-out;
}

#intro {
  transition: all 0.9s ease-in-out;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  color: #fff;
  /* font-size: 9rem; */
}

/**
* OVERRIDE OF DSPACE STYLES
*/
.top-panel p {
  margin-bottom: 0;
  color: #fff;
  padding-left: 4rem;
  letter-spacing: 1px;
  font-size: 2.3rem;
}
/* .top-panel .search {
  color: #fff;
} */

/* Button text on active/open state of dropdown */

.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}

.dropdown-menu>li>a {
    color:#0f6368;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color:#0f6368;
    background-image:none;
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f6368',endColorstr='#0f6368',GradientType=0)
}

.form-control, #query, #filterquery, select,
.discovery-query panel-heading input.col-md-4 ,
.discovery-search-appliedFilters input.col-md-4,
input[type=text] {
    padding: 5px;
    color: #555555;
    background-color: #d5f2f4;
    background-image: none;
    line-height: 1.618;
    height:38px;
    border-radius: 0;
    border:0;
    margin-right: .5rem;
    margin-bottom: 1rem;
}

select.form-control, select {
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input-group-addon {
    color: #fff;
    background-color: rgb(193, 0, 42);
    background-image: none;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    padding: 12px;
    border:0;
    border-radius: 0;
}

.input-group-addon-cb {
    background-color: rgb(243, 247, 247);
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
}

#query {
    width:100%;
    margin-bottom: 0;
}

.top-panel .btn-default.active.focus,
.top-panel .btn-default.active:focus,
.top-panel .btn-default.active:hover,
.top-panel .btn-default:active.focus,
.top-panel .btn-default:active:focus,
.top-panel .btn-default:active:hover,
.top-panel .open > .dropdown-toggle.btn-default.focus,
.top-panel .open > .dropdown-toggle.btn-default:focus,
.top-panel .open > .dropdown-toggle.btn-default:hover {
  color: #fff;
}

.top-panel .dropdown-toggle,
.top-panel .dropdown-prefix,
.top-panel .glyphicon-sort-by-attributes-alt,
.search .dropdown-toggle,
.search .dropdown-prefix,
.search .glyphicon-sort-by-attributes-alt  {
  font-size: 1.6rem;
  color: #fff;
}
.top-panel .search input,
.search input {
  /* height: 3rem;
  font-size: 2.5rem; */
  font-size: 3rem;
  padding: 3.5rem 2rem;
}

.search input.form-control::placeholder {
  font-size: 2.5rem;
  background-color: #fff;
}
/* Search button */
.search .btn-lg {
    padding: 1.7rem 4rem;
    height:70px;
    background-color: rgb(193, 0, 42);
    color: #fff;
    border-color: rgb(193, 0, 42);
}

.search .btn-lg:hover {
    background-color: rgba(193, 0, 42, 0.8);
}

.search .glyphicon-search {
  font-size: 3rem;
}

.search_advanced,
.search_advanced:hover,
.search_advanced:visited {
     display: block;
     margin-top: 1rem;
     /* a { */
       color: #fff;
       font-size: 14px;
     /* } */
}

.top-panel p {
  margin-bottom: 1rem;
}

.top-panel .search .input-group {
  margin-bottom: 1rem;
}


.dropdown-prefix {
  background: none;
  border:none;
}

.listsort span {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.listsort .dropdown-prefix {
  padding-left: 2.2rem;
  padding-top: 2rem;
}
/* .top-panel .dropdown-prefix {
  color: #fff;
} */
.top-panel .glyphicon-sort-by-attributes-alt,
.search .glyphicon-sort-by-attributes-alt {
  /* top: .4rem; */
  top: 1.8rem;
  /* margin-right: 2rem; */
  display: inline-block;
}

.top-panel .dropdown-toggle,
.search .dropdown.show{
  background: none!important;
  border: none;
  padding: 0!important;
  /*input has OS specific font-family*/
  /* color: #fff; */
  text-decoration: none;
  cursor: pointer;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.search .dropdown.show {
  margin-left: 1rem;
  /* margin-top: 0; */
  display: block;

}

/* .search .dropdownlink, */
.search .dropdownlink a {
  padding-top: 0;
  margin-top: -.4rem;
}

/* Custom style for caret symbol */
.nav .caret {
    border-left: .7rem solid transparent;
    border-right: .7rem solid transparent;
    border-top: 1rem solid #fff;
    margin-top: -.1rem;
}

.nav a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.search .listsort .input-group-addon,
.search .listsort .glyphicon,
.search .listsort .dropdown-toggle {
  color: #fff
}

.table tfoot > tr > td.notes-internal,
.table thead > tr > td.notes-internal,
.table tbody > tr > td.notes-internal {
    border-top:none;
    font-size: smaller;
    font-style: italic;
}

/* TOOLS */
/* Use Bootstrap flexbox in Bootstrap 3 */
.flex-vertical-center {
  display: flex;
  justify-content: space-between;
}

.lead {
    font-size: 1em;
    margin-bottom: unset;
}

/* Utility classes */
/* Apply flexbox to the outer div to center elements vertically */
.vcenter {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
}

pre {
    word-break: break-word;
    word-wrap: break-word;
}

.panel-standalone {
    background-color: unset;
    border: none;
}

/**
* RESPONSIVE STYLES
*/

/* XS */
@media (max-width: 767px) {
  .top-panel { }
  .top-panel p {
    /* Reset padding for full width */
    padding-left: 0;
    margin-top: 3rem;
  }
  .claim-header {
    /* margin-bottom: 6rem; */
  }
  .vcenter div {
    -webkit-flex: 0;
    flex: 1 0 auto;
  }
  #intro {  }
  #intro h2 {
     font-size: 3rem;
  }
  #content {
  }
  .footer .jgu-logo {
    float:none;
    padding-left: calc(15px + .5rem);
    padding-top: 1rem;
  }
}

/* SM ++ */
@media (min-width: 768px) {
  .top-panel { }
  .top-panel p {
    /* Reset padding for full width */
    padding-left: 0;
    padding-top: 0;
  }
  .claim-header { }
  .vcenter div {
     -webkit-flex: 1 0 15em; /* this */
    /* flex: 1 0 auto; */
  }
  #intro h2 {
     font-size: 4rem;
 }
 #content {
 }
}

@media (max-width: 992px) {
    #main-wrapper {
        padding-top: 0;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-header {
        float: initial;
    }
    .nav > li {
        float: initial;
    }
    .navbar-right {
        float: left !important;
    }
}

/* MD */
@media (min-width: 992px) {
     body {
        padding-top: 0;
     }
  .top-panel { }
  .claim-header { }
  .top-panel p {
    padding-left: 4rem;
    margin-top: 0;
  }
  #intro h2 {
    font-size: 5rem;
  }
  #content {
  }
  .container, .breadcrumb {
    max-width: 970px;
  }
}

/* LG */
@media (min-width: 1200px) {
  .top-panel { }
  .top-panel p {
    padding-left: 4rem;
    padding-top: .5rem;
  }
  .container, .breadcrumb {
    max-width: 1170px;
  }

}

/* field required in submission */
.label-required:after { content:" *"; }
.browse_range { text-align: center; }
.prev-next-links { text-align: center; }

/* development overlay */
.dev-overlay {
    position: fixed; /* Sit on top of the page content */
    display: block;
    width: 15%;
    /* height: 100%;  */
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.1); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
    font-size: 0.75em;
}