#content {
	user-select:none;
	font-family: Poppins;
	position:absolute;
	top:260px;
	left:10%;
	bottom:5%;
	right:10%;
	border:1px solid white;
	text-align:center;
	
	display: inline-block;
	align-items: center;
	overflow:auto;
	padding :15px;
}

div[data-backbtn] {
	user-select:none;
	position:fixed;
	top:7px;
	left:7px;
	display: inline-block;
	text-align: center;
	padding: 3px;
	font-family: Poppins;
	border: 1px solid #666;
	font-weight:600;
	border-radius:5px;
	font-size: 0.8rem;
	background-color: var(--zbgray);
	color:white;
	width: 100px;
	cursor:pointer;
}
div[data-backbtn]:active {
	position:relative;
	top:10px;
}

div[data-archbtn] {
	user-select:none;
	position:fixed;
	top:7px;
	left:117px;
	display: inline-block;
	text-align: center;
	padding: 3px;
	font-family: Poppins;
	border: 1px solid #666;
	font-weight:600;
	border-radius:5px;
	font-size: 0.8rem;
	background-color: var(--zbgray);
	color:white;
	width: 130px;
	cursor:pointer;
}
div[data-archbtn]:active {
	position:relative;
	top:10px;
}


input {
	padding:5px;
	margin:5px auto;
}
#pagelogo {
	position:absolute;
	top:5px;
	left:calc(50vw - 100px);
	height:200px;
}
#pagelogoAlt {
	position:absolute;
	top:calc(40vh - 200px);
	left:calc(50vw - 100px);
	height:200px;
}

div[data-btn] {
	user-select:none;
	margin: 10px auto 30px auto;
	display: inline-block;
	text-align: center;
	padding: 5px;
	font-family: Poppins;
	border: 1px solid #666;
	border-radius:5px;
	font-size: .8rem;
	background-color: var(--zbblue);
	color:white;
	width: 100px;
	cursor:pointer;
}
div[data-btn]:active {
	position:relative;
	top:3px;
}

#closebutton {
	position:fixed;
	top:7px;
	right:12px;
	padding:5px;
	border:2px solid white;
	border-radius:5px;
	font-family:verdana;
	font-size:0.8rem;
	color:white;
	background-color: var(--zbblue);
	font-weight:600;
	user-select:none;
	cursor:pointer;
}
#closebutton:active {
	top:10px;
}

h2.pagetitle {
	position:absolute;
	top:200px;
	left:0;
	right:0;
	text-align:center;
}
h3.generic {
	margin:60px 0;
	font-family:Poppins;
}
h4.generic {
	margin:30px 0;
	font-weight:500;
	font-family:Poppins;
}


h3.upload {
	margin:40px 0;
	font-family:Poppins;
}
h4.upload {
	margin:30px 0;
	font-weight:500;
	font-family:Poppins;
}
#uploadResultContainer {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#ddd;
	font-family:Poppins;
	font-size:0.8rem;
	overflow:hidden;
	padding:5% 10%;
}
#progressBar {
	width:100%;
}
#progressLog {
	width:100%;
	text-align:center;
}
#progressDiv {
	overflow:auto;
	margin-top:15px;
	height:calc(100vh - 300px);
}

#uploadResult td {
	padding-right : 15px;	
}

input[type="file"], iframe {
	display:none;
}

#droptarget {
	font-family: Poppins;
	position:absolute;
	top:200px;
	left:10%;
	bottom:10%;
	right:10%;
	border:1px solid;
	border-radius:15px;
	text-align:center;
	
	display: grid;
	align-items: center;
}

#mediafilesDiv {
	max-width:750px;
	width:100%;
	height:100%;
	margin:auto;
}

#mediafilesDiv div.imgContainer {
	max-width:120px;
	width:104px;
	height:135px;
	margin:5px;
	display:inline-block;
	background-color:#eee;
	padding-top:2px;
	position:relative;
}
#mediafilesDiv div.imgbtns i {
	color:var(--zbblue);
	cursor:pointer;
	position:relative;
}
#mediafilesDiv div.imgbtns i:active {
	top:3px;
}
#mediafilesDiv div.img {
	max-width:100px;
	width:100px;
	height:100px;
	display:inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border:0px solid white;
}

#transparentBackground {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
#ivWindow {
	width:80vw;
	height:calc(80vh + 50px);
	position:absolute;
	top:10vh;
	left:10vw;
	padding-top:12.5px;
	background-color:rgba(0,0,0,0.55);
	text-align:center;
}
#ivWindow #mediaTitle {
	color:white;
}
#ivWindow #mediaViewer {
	width:67vw;
	height:75vh;
	margin: 10px auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#ivWindow .icon-left-bold, #ivWindow .icon-right-bold {
	color:white;
	font-size:3rem;
	position:absolute;
	top:45%;
	cursor:pointer;
}
#ivWindow .icon-left-bold {
	left:15px;
}
#ivWindow .icon-right-bold {
	right:15px;
}
#ivWindow .icon-left-bold:active {
	left:10px;
}
#ivWindow .icon-right-bold:active {
	right:10px;
}
#ivWindow video {
	max-width:67vw;
	max-height:70vh;
	margin:auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#mediaControls {
	position:absolute;
	top:228px;
	left:0;
	right:0;
	text-align:center;
}
#mediaControls i {
	cursor:pointer;
	font-size:1.4rem;
	position:relative;
	top:2px;
}
#mediaControls i:active {
	top:5px;
}

#popupWindowBG {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	font-family:Poppins;
	font-size:1.2rem;
	overflow:hidden;
	padding:5% 10%;
}
#popupWindow {
	margin:auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	background-color:rgba(255,255,255,0.85);
	width:300px;
	text-align:center;
	padding:5px 25px;
	color:#000;
	border:2px solid;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
#popupWindow div.info {
	font-family:Poppins;
	font-size:2rem;
	padding:50px 0;
	font-weight: 600;
}
#popupWindow [data-js] {
	display:inline-block;
	border:1px solid black;
	padding:2px 15px;
	margin:5px auto;
	cursor:pointer;
}
#popupWindow [data-js]:active {
	position:relative;
	top:3px;
}

#othermediacontent div {
	margin:5px 3px;
}

#specialdownloads span {
	margin-bottom:5px;
	font-weight:600;
}
#specialdownloads div {
	cursor:pointer;
}

#specialdownloads div, #specialdownloads span {
	display:block;
}

.imgContainer [data-info] {
	color:white;
	position:absolute;
	right:5px;
}

#pagelogos{
	width:100vw;
	height:150px;
	text-align:center;
	display:flex;
	justify-content: center;
	position:absolute;
	top:50px;
}
#logoNL, #logoUS {
	display:inline-block;
	width:150px;
	height:150px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin:auto 0;
}
#logoNL {
	background-image:url(/images/zblogoclean.svg);
}
#logoUS {
	height:90px;
	background-image:url(/images/nedlibrary.png);
}

.info {
    max-width: 650px;
    margin: 40px auto;
    padding: 30px;
    background-color: #f9f9f9;
    border: 2px solid #7e7676;
    border-radius: 50px;
    box-shadow:  0 7.5px rgba(0, 0, 0, 0.1);
  }

  .info h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
	text-align: center;
  }

  .info h2 {
    font-size: 18px;
    font-weight: bold;
    color: #666;
    margin-bottom: 10px;
	text-align: center;
  }

  .info h3 {
    font-size: 16px;
    font-weight: normal;
    color: #666;
    margin-bottom: 12px;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
  }

  .icon-pin-outline {
    color: #87CEEB;
  }