* {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: sans-serif;
}

.navbar-brand img {
  height: 60px;
  width: auto;
}

.navbar .container.center {
  justify-content: center;
}

.bg {
  width: 100vw;
  min-height: 100vh;
  background-image: url(bg.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 50px 50px 100px 50px;
  align-items: center;
}


.navigate {
  position: absolute;
  cursor: pointer;
  z-index: 999;
  border-radius: 50%;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
}
.navigate img {
  width: 40px;
  height: 40px;
}
.navigate.prev {
  position: absolute;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
}
.navigate.next {
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
}
.navigate.hide {
  display: none;
}


.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
  cursor: pointer;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-input:lang(nl) ~ .custom-file-label::after {
  content: "Zoek";
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.table-action {
  display: flex;
  grid-gap: 12px;
  width: 120px;
}

.uploads > thead > tr > th.text-center {
  width: 120px;
}

.uploads > thead > tr > th:nth-child(4) {
  width: 120px;
}

.uploads > thead > tr > td:nth-child(4) {
  width: 120px;
}


.bg-light {
  background-image: url("img/coppens_bg.jpg");
  background-size: cover;
  min-height: 100vh;
  background-attachment: fixed;
}

#login-row {
  min-height: 100vh;
}
#login-row #login-column {
  border-radius: 10px;
  color: #816e5f;
  background-color: white;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
  padding: 30px;
}

.btn-primary {
  background-color: #705485;
  font-size: 16px;
  border-radius: 4em;
  padding: 0.8em 1.8em;
  box-shadow: 0 0em 0em 0 rgba(0, 0, 0, 0.2);
  border: none;
}

.btn-primary:hover {
	background-color: #BCBB1B;
	
}

.btn-success {
	background-color: #BCBB1B;
	border: none;
}
.mail:hover {
	background-color: #705485;
}

.memori:hover {
	background-color: #705485 !important;
}

}
.btn-success:hover {
	background-color: #705485;
}

.btn-danger {
	background-color: #4F3658;
	border: none;
}


h1, h2, h3, h4, h5 {
	color: #826F60;
}

.overviews {
	border-radius: 10px;
  color: #816e5f;
  background-color: white;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
  padding: 30px;
  overflow: visible;
      z-index: 2;
    position: relative;
    margin-bottom: 50px;
}

table.uploads {
	margin: 0;
}

table.uploads tr td {
	vertical-align: middle
}

.share-container {
	display: flex;
	position: fixed;
	bottom: 0;
	grid-gap: 24px;
	padding-bottom: 24px;
	z-index: 10;
}

.share-button {
	display: flex;
	border-radius: 4em;
	  font-size: 16px;
  border-radius: 4em;
  padding: 0.8em 1.8em;
  box-shadow: 0 0em 0em 0 rgba(0, 0, 0, 0.2);
  border: none;

}

.share-button i {
	line-height: 20px;
	padding-right: 8px;
}

#mobile-card {
   display: none;
}

/* Loader */
#updateButton {
	display: inline-flex;
	grid-gap: 12px;
}
.loader-img {
	width: 24px;
	height: auto;
	display: none;
}

#updateForm.processing .form-group.mb-3, #uploadForm.processing .form-group.mb-3 {
	opacity: .5;
}

#updateForm.processing .loader-img, #uploadForm.processing .loader-img {
	display: block;
}

.nav-item a {
	color: white;
	font-weight: 600;
}

.nav-item a:hover {
	color: #BCBB1B;
	font-weight: 600;
}

#card {
  max-width: calc(100vw - 100px) !important;
  max-height: calc(100vh - 150px) !important;
}

.page img {
  position: absolute;
  width: 200%;
  height: 100%;
}
.page.p1 img {
  right: 0;
  top: 0;
}
.page.p2 img {
  left: 0;
  top: 0;
}
.page.p3 img {
  right: 0;
  top: 0;
}

.card {
  background-color: transparent !important;
  border: none !important;
}

#card.brochure .turn-page-wrapper:first-child .page img {
	height: calc(100vh - 150px) !important;
	width: auto !important;
}

#card.brochure .turn-page-wrapper.odd-page .page img {
	right: 0 !important;
}

.turn-page-wrapper:last-child .page img  {
	right: 0 !important;
}

.fourPages #card .turn-page-wrapper:last-child .page img  {
	left: 0 !important;
}

.logo-container.bottom {
	left: 0;
	bottom: 0;
	position: absolute;
	width: calc( 100vw / 18 *2 );
	padding: 24px;
	min-width: 200px;
}

.logo-container.bottom .logo {
	filter: drop-shadow(0 0 15px rgba(0,0,0,.4) );
	width: 100%;
	height: auto;
}

.page {
	box-shadow: 0 0 45px rgba(0,0,0,.2);
}



@media only screen and (max-width: 1024px) {
	#card-container {
		flex-direction: column;
	}
	#card {
		display: none;
	}
	#mobile-card {
    	display: flex;
    	flex-direction: column;
    	grid-gap: 24px;
    	padding-bottom: 24px;
	}
	.mobile-page {
		width: 100%;
		height: auto;
		position: relative;
		overflow: hidden;
		box-shadow: 0 0 45px rgba(0,0,0,.2);
	}
	.mobile-page img {
		width: 200%;
		height: auto;
	}
	#mobile-page1 img {
		position: relative;
		transform: translateX(-50%);
	}
	#mobile-page2 img {
		position: relative;
		transform: translateX(0);
	}
	#mobile-page3 img {
		position: relative;
		transform: translateX(-50%);
	}
	.share-container {
		flex-wrap: wrap;
		padding: 24px;
		grid-gap: 12px;
	}
	
	.navigate {
		display: none;
	}
	
	.share-container {
		flex-direction: row;
		right: 0;
	}
	
	.share-container .share-button {
		width: 42px;
		height: 42px;
		text-align: center !important;
		justify-content: center;
		padding: 0;
		align-content: center;
		align-items: center;
		
	}
	
	.share-container .share-button svg {
		margin: 0 !important;
		}
	
	.share-container .share-button i {
		line-height: 42px;
		padding: 0;
		text-align: center;
		vertical-align: middle;
		margin-top: -5px;
	}
	
	.share-button span {
		display: none;
	}
	
	.logo-container.bottom {
		position: relative;
		display: flex;
		width: 100%;
		padding: 24px;
		min-width: 200px;
		justify-content: center;
	}
	
	.logo-container.bottom .logo {
		max-width: 200px;
	}
}