.container {
	min-width:: 60% !Important;

}

#dataversePresentation
{
padding-top:70px;
}

.image-wrapper {
	word-wrap: break-word;
	line-height: 1.42857143;
	font-family: "Roboto-Regular" !important;
	font-weight: 400;
	color: #1A181B;
	font-size: 17px;
	box-sizing: border-box;
	border-radius: 2px 2px 0 0;
	background-clip: padding-box;
	position: relative;
}

.newsline {
	align-items: center;
	box-sizing: border-box;
	color: rgb(26, 24, 27);
	display: flex;
	flex-direction: column;
	font-family: Roboto-Regular;
	font-size: 17px;
	font-weight: 400;
	height: 686.172pxv margin-bottom: 0px;
	margin-top: 0pxv max-width: 100%;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: relative;
}

.news-title {
	word-wrap: break-word;
	line-height: 1.42857143;
	font-weight: 400;
	box-sizing: border-box;
	background: transparent;
	background-color: transparent;
	border-bottom: 0 !important;
	color: #1A181B;
	display: block;
	font-family: Exo2-Bold;
	font-size: 17px;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	margin-top: 20px;
	padding: 20px 0 5px 0;
}

.grid-item-footer {
	margin-top: auto; /* This pushes the footer to the bottom */
	padding-top: 10px;
	word-wrap: break-word;
	font-family: "Roboto-Regular" !important;
	font-weight: 400;
	font-size: 0.8421052631578947rem;
	color: #666666;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.description-span {
	font-family: "Roboto-Regular" !important;
}

.authors-span {
	font-family: "Roboto-Regular" !important;
}

.date-span {
	word-wrap: break-word;
	line-height: 1.42857143;
	font-family: "Roboto-Regular" !important;
	font-weight: 400;
	font-size: 0.8421052631578947rem;
	color: #666666;
	box-sizing: border-box;
}

.link-to-content {
	word-wrap: break-word;
	line-height: 1.42857143;
	font-family: "Roboto-Regular" !important;
	font-weight: 400;

	box-sizing: border-box;
	background: transparent;
	background-color: transparent;
	text-decoration: none;
	align-self: flex-end;
	border-bottom: 0 !important;
	color: #1A181B !important;
}

.dataset_item {
	width: 24%;
	height: 480px;
}

.dataset_item_content {
	vertical-align: middle;
	height: 300px;
}

.truncate {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#loginActionRequest {
	display: none;
}

.featuredDataverses-container {
	display: grid;
	grid-template-columns: 1fr 1fr; /* 2 columns */
	grid-template-rows: auto auto auto; /* 3 rows */
	grid-gap: 10px; /* space between grid items */
}

.featuredDataverses-item {
	padding: 10px; /* spacing inside each grid item */
	text-align: center; /* centering the link text */
}
/*
        .navigationarrow
        {
        display:none;
        }*/
.section-heading {
	word-wrap: break-word;
	box-sizing: border-box;
	color: #1A181B !important;
	font-family: Exo2-Medium !important;
	font-size: 36pt;
	font-weight: 500 !important;
	line-height: 61px !important;
	display: block;
	padding-bottom: 30px;
	padding-top: 70px;
}

#hero-title {
	font-family: Exo2-Medium;
	font-size: 50px;
	font-color: rgb(26, 24, 27);
}

.information-box
{
background-color:#F1F3F7;
	padding:10px;

	border-radius: 2px 2px 0 0;
	box-shadow: 0 2px 12px -1px rgba(0, 0, 0, 0.2);

}
.repository-description-wrapper
{
	/*padding-top:20px;*/
}
.login-prompt{
font-size: 17px;
	font-family: Roboto-Bold;
	font-color: rgb(26, 24, 27);
	text-align:center;
	padding-bottom:10px;
}

.search-or-divider{
font-size: 17px;
	font-family: Roboto-Bold;
	font-color: rgb(26, 24, 27);
	text-align:center;
	padding-top:10px;
}
.main-description {
	font-size: 17px;
	font-family: Roboto-Regular;
/*	color: rgb(255, 255, 255);*/
	padding-bottom:20px;
}

.owl-item {
	text-align: center;
	word-wrap: break-word;
	font-family: "Exo2-SemiBold" !important;
	box-sizing: border-box;
	border: none;
	width: 25%;
	padding: 10px;
	display: flex;
	flex-direction: column;
}

.owl-wrapper {
	margin: auto;
}

.featured-items-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	max-width: 90%;
	margin: auto;
}

.grid-item {
	display: flex;
	flex-direction: column;
	/*
          box-shadow: 0 2px 5px rgba(0,0,0,0.2);
          border-radius: 10px;
          */
	overflow: hidden;
	background: white;
	height: 100%;
	box-sizing: border-box;
	border: none;
	border-radius: 0 0 4px 4px;
	border-left: 1px solid #F2F2F2;
	border-right: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	box-shadow: 0 2px 12px -1px rgba(0, 0, 0, 0.2);
}

.grid-item-link {
	color: #fff; /* White text color */
}

.grid-item-label {
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(7, 82, 154, 0.5); /* Semi-transparent black background */
	color: #fff; /* White text color */
	padding: 5px 10px; /* Padding around the text */
	font-size: 0.9em; /* Adjust font size as needed */
	z-index: 10; /* Ensure it's above the image */
	border-radius: 0 2px 0px 2px;
	/* Add additional styling as needed */
}

.overview-image-container {
	position: relative;
	height: 150px; /* Adjust height as needed */
	/* Your existing styles */
	position: relative;
	/* This will contain the absolute positioned .thumbnail-wrapper */
	max-width: 300px;
	/* Adjust to the maximum width of your image container */
	padding: 5px; /* This will act as the frame for the image */

	/* This ensures padding is included in the width */
}

.dataverse-grid-item-background {
	width: 100%;
	min-height: 100px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/*  background-image: url('/imglibs/bonndata_bg2.jpg');*/
}

.grid-item-background {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/*background-image: url('/imglibs/bonndata_bg2.jpg');*/
}

.grid-item-thumbnail {
	max-width: 90%;
	max-height: 90%;
	align: center;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain; /* This makes sure the image is scaled properly */
}

.thumbnail-wrapper {
	width: 70%;
	position: absolute;
	top: 10px; /* Adjust the values to the desired frame size */
	right: 10px;
	bottom: 10px;
	left: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	/* Optional shadow for depth */
	display: flex;
	align-items: center; /* These two ensure */
	justify-content: center; /* centering of the image */
	overflow: hidden; /* Ensures the content does not spill out */
	background: rgb(255, 255, 255, 80%);
	/*
         background: radial-gradient(circle, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0) 10%);
    */
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 10px;
	height: 80%;
	border: 10px none;
	border-radius: 0 0 4px 4px;
	border-left: 1px solid #F2F2F2;
	border-right: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	box-shadow: 0 2px 12px -1px rgba(0, 0, 0, 0.2);

	/* Adjust width, height, and other properties as needed

          border: 2px solid #333;

          */
}

.grid-item-content {
	padding: 15px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.grid-item-title, .grid-item-description, .grid-item-date {
	/* Keep the previous styles */

}

.grid-item-title {
	color: #1A181B;
}

/* Responsive adjustments */
@media ( max-width : 1200px) {
	.featured-items-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media ( max-width : 900px) {
	.featured-items-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media ( max-width : 600px) {
	.featured-items-grid {
		grid-template-columns: 1fr;
	}
}

.grid-item-author {
	font-size: 0.9em;
	color: #777; /* Slightly darker than the description for contrast */
	margin-bottom: 10px; /* Space between author and description */
}

.dataverse-grid-item-title {
	font-family: Exo2-Medium;
	font-size: 14pt;
}

.content-centered {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}








.statistics-wrapper {
  padding-top:300px;
  padding-bottom:300px;
  width: 100vw; /* Full viewport width */
  position: relative; /* Relative for positioning */
  left: 50%; /* Move to the middle */
  right: 50%;
  margin-left: -50vw; /* Pull back to align left edge with viewport */
  margin-right: -50vw; /* Pull back to align right edge with viewport */

 display: flex;
        justify-content: center; /* Horizontally center content */
        align-items: center; /* Vertically center content */
        height: 100%; /* Adjust this as needed for your layout */

}
.repository-header-container {

  width: 100vw; /* Full viewport width */
  position: absolute; /* Relative for positioning */
  left: 50%; /* Move to the middle */
  right: 50%;
  margin-left: -50vw; /* Pull back to align left edge with viewport */
  margin-right: -50vw; /* Pull back to align right edge with viewport */

}

.repository-header-containerO {
  padding-top:-10px;
  width: 100vw; /* Full viewport width */
  position: relative; /* Relative for positioning */
  left: 50%; /* Move to the middle */
  right: 50%;
  margin-left: -50vw; /* Pull back to align left edge with viewport */
  margin-right: -50vw; /* Pull back to align right edge with viewport */

}

.statistics-footer {
   width: 100%; /* Full width of the container */
  position: relative; /* Reset position */
  left: 0; /* Align with the container */
background-color: #07529A;
height:300px;
	background-size: cover; /* Cover the entire div area */
  background-position: center; /* Center the image in the div */
  background-repeat: no-repeat; /* Prevent the image from repeating */
}
/* Styles for normal wide screens (larger than 600px) */
@media (min-width: 601px) {
    .repository-header-background {
        width: 100%; /* Full width of the container */
        position: relative; /* Reset position */
        left: 0; /* Align with the container */
        background-image: url("/homepage/img/backgrounds/collection_root_low.jpg");
        min-height: 600px;
        background-size: cover; /* Cover the entire div area */
        background-position: center; /* Center the image in the div */
        background-repeat: no-repeat; /* Prevent the image from repeating */
        background-color: black;
    }
	.header-spacing
{
height:600px;
}
}

/* Styles for mobile screens (600px and below) */
@media (max-width: 600px) {
    .repository-header-background {
        width: 100%; /* Full width of the container */
        position: relative; /* Reset position */
        left: 0; /* Align with the container */
        background-image: url("/homepage/img/backgrounds/collection_root_low.jpg");
        min-height: 600px; /* Increased minimum height for mobile */
        background-size: cover; /* Cover the entire div area */
        background-position: center; /* Center the image in the div */
        background-repeat: no-repeat; /* Prevent the image from repeating */
        background-color: black;
    }
	.header-spacing
{
height:900px;
}
}

.smallheader
{
	min-height: 150px;
}

.repository-header-overlay{
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background: linear-gradient(to top, rgba(26,24,27, 0.4), transparent),
    linear-gradient(to right, rgba(26,24,27, 0.4), transparent);
}

.repository-header-content{
 position: absolute; /* Absolute positioning */
    bottom: 0; /* Align to the bottom */
    width:100%;
    padding-bottom:1%;
	padding-left:5%;
}
.repository-info-block
{

    width: 80%; /* Span the entire width of the parent */

    box-sizing: border-box; /* Include padding in the width */


    word-wrap: break-word;
    line-height: 1.42857143;
    font-size: 19px;
    font-family: "Roboto-Regular" !important;
    font-weight: 400;
    color: #1A181B;
    user-select: none;
    align-items: start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    z-index:10;
	padding-bottom: 2%;
	padding-left: 5%;
	padding-right: 5%;
}
.repository-info-block2
{

    font-size: 19px;
    font-family: "Roboto-Regular" !important;
    padding-bottom: 5%;
	padding-left: 2%;
	padding-right: 2%;
    z-index:10;
}

.repository-title
{
    word-wrap: break-word;
    color: #FFFFFF;
    font-family: Exo2-Bold;
	font-size:36pt;
    text-transform: uppercase;
	padding-bottom:20px;

}
.repository-description
{
    word-wrap: break-word;
    color: #FFFFFF;
    font-family: Exo2-Light;
    width:80%;
	font-size:18pt;

padding:10px;
		border-radius: 10px;
}



.repository-title2
{
    word-wrap: break-word;
    color: #FFFFFF;
    font-family: Exo2-Bold;
	font-size:12pt;
    text-transform: uppercase;
	/*padding-bottom:20px;*/

}



.repository-description2
{

white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;


    word-wrap: break-word;
    color: #FFFFFF;
    font-family: Exo2-Light;
    width:80%;
	font-size:10pt;

padding:3px;
		border-radius: 3px;
}


.repository-small-title
{
    word-wrap: break-word;
    color: #FFFFFF;
    font-family: Exo2-Bold;
	font-size:14pt;
    text-transform: uppercase;
	padding-bottom:10px;

}
.repository-small-description
{
    word-wrap: break-word;
    color: #FFFFFF;
    font-family: Exo2-Light;
    width:80%;
	font-size:10pt;

padding:5px;
		border-radius: 5px;
}


.divider-space
{
padding-top:7px;
}
.repository-title, .repository-description {
    /* Styles for title and description */
    /* Remove 'bottom: 0;' from .repository-title as it's not needed */
    /* ... other styles ... */
}

.header-breadcrumbs
{


}

.repository-carousel
{
 display: block;

}
.repository-carousel-block
{

    width: 100%; /* Set width to 80% of its parent */
    margin: 0 auto; /* This will center the block horizontally within its parent */
}



.dataverse-item {
cursor:pointer;
	display: flex;
 align-items: center;
	border: 2px solid rgb(150, 158, 167);
	background-color: rgba(26,24,27,0.3);
}
.dataverse-item:hover, .dataverse-item-active
{
border: 2px solid #F2F2F2;
}


.


.mynews-dataverse-label {
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
	color: #fff; /* White text color */
	padding: 5px 10px; /* Padding around the text */
	font-size: 0.9em; /* Adjust font size as needed */
	z-index: 10; /* Ensure it's above the image */
	box-sizing: border-box;
	/* Add additional styling as needed */
}

.dataverse-item-image-container {
	display: flex; /* Use Flexbox */
    align-items: center; /* Align image vertically in the center */
    justify-content: center; /* Center the image horizontally if needed */
	/* Adjust to the maximum width of your image container */
	padding: 5px; /* This will act as the frame for the image */
}




.dataverse-item-image {
	align: center;
	object-fit: contain; /* This makes sure the image is scaled properly */
}

.dataverse-item-image-frame {
	width: 50px;
	height:50px;
	background: rgb(255, 255, 255, 80%);
	padding:2px;
  display: flex; /* Use Flexbox */
    align-items: center; /* Align image vertically in the center */
    justify-content: center; /* Center the image horizontally if needed */

}

.dataverse-item-content {
	width:100%
	padding: 5px;
	vertical-align:middle;

}

.dataverse-item-title {
		color: white;
	text-transform:uppercase;
	text-align: left;
	font-family:Roboto-Bold;
	 height: 42px; /* fixed height */
	    overflow: hidden;
    text-overflow: ellipsis;
}

.disabled_action_link_button
{
border:2px solid;
   border-color:white;
  color: white;
	padding:2px 14px;
	background-color: grey;
	font-family: Roboto-Regular;
	font-size:19px;
	 cursor: default;
}

.repository-action-button
{
	border:2px solid;
    border-color:white;
    color: white;
	padding:2px 14px;
	background-color: rgba(26,24,27,0.3);
	font-family: Roboto-Regular;
	font-size:19px;

}

.repository-action-button2{
	border:1px solid;
    border-color:white;
    color: white;
	padding:1px 5px;
	background-color: rgba(26,24,27,0.3);
	font-family: Roboto-Regular;
	font-size:12px;

}
.button-small
{
font-size:12px;
}
.repository-action-button2:hover
{
	cursor:pointer;
   background-color:#007bb1;

}
.repository-action-button:hover
{
	cursor:pointer;
   background-color:#007bb1;

}
.dataverse_collections_title
{
	color:white;

     font-family: Exo2-Light;
	 font-size: 18pt; /* fixed height */
}
.footer-repository-header-content
{

	display: flex;
        justify-content: center; /* Horizontally center content */
        align-items: center; /* Vertically center content */
        height: 100%; /* Adjust this as needed for your layout */


}

.statistics-content
{	width:90%;
   display: flex; /* This enables flexbox */
        justify-content: space-around; /* This spreads out the items evenly in the container */
        align-items: center; /* This vertically aligns the items in the middle of the container */
}
.stat-block
{
     margin: 0 10px;
}

.stat-number
{
color:white;
	font-family: Roboto-Regular;
	font-size:52px;
	text-align:center;
}
.stat-text
{
	color:white;
font-family: Roboto-Regular;
	font-size:17px;
	text-align:center;
}

.carousel-container {
    position: relative;
}

.caroussel-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}
.customNavigation {
   color:white;
}

.customNavigation a {
    color:white;
}

.customNavigation a:hover {
    color:white;
	cursor:pointer;
   /*background-color:#007bb1;*/
}

.customNavigation .prev1 {
float:left;
	border:solid 1px;
}

.customNavigation .next1 {
float:right;
	border:solid 1px;
}

.glyphicon {
    /* Style your glyphicon if needed */
}
.caro-buttons-layer
{

	float:right;
}
.caro-buttons
	{
	display:flex;
	width:50px;
}
.owl-buttons{display:none}


.informative-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon-span {
    /* Align to the left */
    flex-grow: 1;
}

.link-div {
    /* Align to the right */
    text-align: left;
    flex-grow: 1;
}


.interactive-list {
	word-wrap: break-word;
	text-align: left;
	font-family: Roboto-Regular;
	cursor: pointer;
	color: rgb(26, 24, 27);
	font-size: 17px;
}

.interactive-list>li>a {

	padding-left:10px;
	color:black;
}

.interactive-list>li>a:hover {

	text-decoration:none;
}


.informative-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.informative-list li {
	padding: 5px 0;
	margin: 10px 0;
	border-bottom: 1px solid #000;
}

.informative-list li:last-child {
	border-bottom: none;
}

.navigate-icon {
	margin-right: 8px;
	vertical-align: middle;
	width:48px;
	height:48px;
}



/** New  page layout*/

/* CSS for the collections-section */
.collections-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background-color: #f9f9f9;
}

.collections-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.collection-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    text-align: center;
}

.collection-card img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.collection-card h3 {
    font-size: 20px;
    margin: 10px 0;
}

.collection-card p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.collection-card button {
    padding: 10px 20px;
    margin: 5px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.collection-card button:hover {
    background-color: #0056b3;
}





.repository-carousel {

}

.caro-buttons-layer {
    position: relative;
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    z-index: 10;
}

.caro-buttons-layer .customNavigation {
    display: flex;
    align-items: center;
}

.caro-buttons-layer .prev1 {

    position: relative !important;
}

.caro-buttons-layer .next1 {

    position: relative !important;
}

.glyphicon {
    font-size: 24px; /* Adjust as needed */
    color: white; /* Adjust as needed */
}
.glyphicon:hover {
    font-size: 24px; /* Adjust as needed */
    color: rgb(7, 82, 154); /* Adjust as needed */
}
.customNavigation a {
    display: flex;
    align-items: center;
    justify-content: center;
   /* background-color: rgba(200, 0, 0, 0.5);*/
    border-radius: 10%;
    width: 40px; /* Adjust as needed */
    height: 40px; /* Adjust as needed */
    text-decoration: none;
}

.customNavigation a:hover {
    /*background-color: rgba(0, 200, 0, 0.8);*/
}
.dropdown-sub-menu
{
list-style-type: none;
margin-right:6px;
}

/* Styles for the parent item */
.dropdown-sub-menu .parent-item > a {
    font-weight: bold; /* Make parent item bold */
    position: relative;
}

/* Styles for the sub-items */
.dropdown-sub-menu  li > a {
    padding-left: 20px; /* Indent sub-items */
    position: relative;
    text-decoration:none;
	color:#262626;
}
.dropdown-sub-menu  li>a:hover{
    padding-left: 20px; /* Indent sub-items */
    position: relative;
	color:#262626;
	background-color: #e8e8e8;
}
.dropdown-sub-menu  li:hover{
	background-color: #e8e8e8;
}

/* Custom bullet point for sub-items */
.dropdown-sub-menu  li > a::before {
    content: '\231E'; /* Unicode for a right-pointing triangle/corner */
    position: absolute;
    left: -10; /* Position it to the left of the text */
    top: 5px;
    transform: translateY(-50%); /* Center the triangle vertically */
    font-size: 20px; /* Adjust size of the bullet */
    color: #555; /* Customize color */
}

/* Optional: Arrow for parent item */
.dropdown-sub-menu a::before {
    content: '\25BC'; /* Unicode for down-pointing triangle for parent */
    position: absolute;
    left: 0; /* Position it to the left of the text */
    top: 50%;
    transform: translateY(-50%); /* Center the triangle vertically */
    font-size: 12px; /* Adjust size of the bullet */
    color: #000; /* Customize color for the parent item */
}
