body {
	font-family: 'Montserrat', sans-serif;
	color: #323232;
	font-size: 1em;
	line-height: 1.6em;
	letter-spacing: 0.02em;
}

a{
	color:#343180;
}

.text-end {
  text-align: right;
}

.mai-splash-screen{
	background:no-repeat center center;
	background-image:url(/img/login-2.jpg);
	background-size: cover;
}

.splash-container{
	position:relative;
	border-radius:10px;
	overflow: hidden;
	margin-top:100px;
	padding-top:0;
}

.splash-container .splash-message {
  position: relative;
  z-index: 1;
}

.splash-container .form-message {
  background-color: transparent;
}


.splash-container .box-content{
	position:relative;
	z-index: 2;	
}

.splash-container .box-background{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.85;
	z-index: 0;
  }

.splash-container .input-group {
  border-bottom: none;
}
.splash-container .input-group .form-control {
  height: auto;
  padding:10px;
}

.form-message .btn{
	border-radius:25px;
}

.splash-container .input-group {
  border-bottom:none;
  padding:6px 0;
}

.box-background.white {
	background-color:#fff;	
}
.box-background.dark {
	background-color:#363636;	 
}



.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
}

.centered {
	text-align:center;
}

.mai-sub-header{
	background-color:#ababab;
}

#list-search .search-box {
	  border: 1px solid #eaeaea;
	  border-radius: 10px;
	  padding: 5px;
	  position: relative;
	  overflow: hidden;
	  margin-bottom:10px;
}

#list-search .search-box .fa {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 50px;
	  height: 100%;
	  background: #eaeaea;
	  padding: 12px 12px 12px 16px;
	  font-size: 20px;
}

#list-search .search-box input[type="text"] {
  border: none;
  display: block;
  padding-left: 50px;
  width: 100%;
  line-height: 2rem;
}

.postdate{
	float:right;
	font-size:12px;
}

.btn {
  text-transform: uppercase;
  border-radius: 25px;
  padding: 4px 14px;
  border-width: 1px;
  line-height: 1.6;
}

.btn-big {
	width: 100%;
	display: block;
	text-align: center;
	padding: 14px;
	font-size: 18px;
	border-radius:30px;
}

.btn-small {
	padding: 4px 8px;
	font-size: 12px;
	border-radius:15px;
}

.btn-primary {
  border-color: #758BFB;
  background-color: #758BFB;
  color: #fff;
}

.btn-secondary{
	border-color:#71655F;
	background-color:#71655F;
	color:#fff;
}
.btn-tertiary{
	border-color:#343180;
	background-color:#fff;
	color:#343180;
}

.btn-tertiary:hover{
	border-color:#343180;
	background-color:#343180;
	color:#fff;
}

.btn.btn-success.mee-eten-knop {
  float: right;
}

.info-button {
	background-color: #6c757d;
	border: none;
	color: white;
	padding: 0.375rem 0.75rem;
	border-radius: 0.25rem;
	margin-left: 10px;
	transition: all 0.3s;
}
.info-button:hover {
	background-color: #5a6268;
}
.btn-group {
	display: flex;
	gap: 10px;
}


.h6, h6 {
	font-size: 1.2rem;
}

#wrapper #content-wrapper {
	background-color: #f5f5f5;
}

.topbar {
	height: auto;
	padding: 0;
	border-bottom: none;
	margin-bottom:0 !important;
}

.logo{
	width:210px;
}

#wrapper {
	background: #eaeaea;
}

.sidebar {
	border-top:1px solid #dddcdc;
	background-color: #eaeaea;
	background-image: none;
}

.sidebar-dark .nav-item.active .nav-link {
	
}

.text-primary{
	color: #71655F !important;
}

.login-page #content,
.register-page #content{
	background: url(/images/background-login.jpg) no-repeat center center;
	background-size:cover;
	min-height:calc(100vh - 90px);
}
.register-page #content{
	background-image:none;
}

.login-box{
	background:#f2efee;
	margin:140px 0;
	padding:30px;
	border-radius:10px;
}

.login-box label{
	font-weight:bold;
	margin-bottom:2px;
}
.login-box .form-control{
	margin-bottom:10px;
	background-color:#fff !important;
	border-color:#e0d7d5;
	padding: 10px 15px;
	height: auto;
}

.login-slogan {
	position: absolute;
	right: 0;
	top: 650px;
	background: #71655F;
	width: 675px;
	color: #fff;
	font-size: 28px;
	padding: 30px;
	line-height: 1.6em;
}

.top-info span:not(.fa){margin-right:20px;}
.top-info span.fa{margin-right:3px;margin-left:15px;}

.sidebar-dark .nav-item.active .nav-link i,
.sidebar-dark .nav-item.active .nav-link,
.sidebar-dark .sidebar-heading,
.sidebar-dark .nav-item .nav-link,
.sidebar-dark .nav-item .nav-link:active, 
.sidebar-dark .nav-item .nav-link:focus, 
.sidebar-dark .nav-item .nav-link:hover,
.sidebar-dark .nav-item .nav-link:active i, 
.sidebar-dark .nav-item .nav-link:focus i, 
.sidebar-dark .nav-item .nav-link:hover i,
.sidebar-dark .nav-item .nav-link i,
.sidebar-dark .nav-item .nav-link[data-toggle="collapse"]::after {
	color: #5A5C69 !important;
}

.sidebar .nav-item .nav-link span{
	font-size:13px;
	text-transform: lowercase;
}
.sidebar .nav-item .nav-link span.icon{
	padding-right:30px;
}

.sidebar .nav-item .nav-link{
	border-bottom:1px solid #dddcdc;
	transition:all linear 0.2s;
}

.sidebar .nav-item .nav-link.active,
.sidebar .nav-item .nav-link:hover{
	background-color:#758BFB;
}
.sidebar .nav-item .nav-link.active span,
.sidebar .nav-item .nav-link:active i,
.sidebar .nav-item .nav-link:hover i,
.sidebar .nav-item .nav-link:hover span{
	color:#fff !important;
}

 .stats-box {
	background: #f8f9fa;
	transition: all 0.3s ease;
}

.stats-box:hover {
	background: #e9ecef;
	transform: translateY(-2px);
}

.stats-content i {
	width: 20px;
	color: #6c757d;
}

.leaderboard-item {
	border-bottom: 1px solid #eee;
	transition: all 0.3s ease;
}

.leaderboard-item:hover {
	background: #f8f9fa;
}

.top-performer {
	background: #fff3cd;
}

.avatar-placeholder {
	width: 40px;
	height: 40px;
	background: #6c757d;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

.position {
	font-size: 1.2em;
	font-weight: bold;
	color: #495057;
}

.nav-tabs .nav-link {
	color: #495057;
}

.nav-tabs .nav-link.active {
	font-weight: bold;
}


.progress {
	background-color: #e9ecef;
	border-radius: 5px;
	overflow: hidden;
}

.progress-bar {
	transition: width 0.6s ease;
}

.stats-content {
	position: relative;
}

.stats-content p {
	margin-bottom: 0.5rem;
}

.stats-content i {
	width: 20px;
	text-align: center;
	margin-right: 8px;
}

.stats-box {
	background: #f8f9fa;
	transition: all 0.3s ease;
	border-radius: 8px;
}

.stats-box:hover {
	background: #e9ecef;
	transform: translateY(-2px);
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.stats-box h5 {
	color: #495057;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #dee2e6;
}

.text-success {
	color: #28a745 !important;
}

.small {
	font-size: 0.875rem;
}

/* Add these styles for the info button functionality */
.info-button {
	cursor: pointer;
	transition: all 0.3s ease;
}

.info-button.active {
	color: #2196F3;
}

.more-info {
	display: none;
	position: absolute;
	background: white;
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 15px;
	min-width: 200px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	z-index: 1000;
}

.more-info.show {
	display: block;
	animation: fadeIn 0.3s ease;
}

.chart-container {
	position: relative;
	height: 300px;
	width: 100%;
	margin-bottom: 20px;
}

.chart-card {
	background: white;
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	padding: 20px;
	height:100%;
}

.chart-toggle-btn {
	padding: 8px 16px;
	border: 1px solid #2196F3;
	background: white;
	color: #2196F3;
	border-radius: 20px;
	margin: 0 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.chart-toggle-btn.active {
	background: #2196F3;
	color: white;
}

.chart-toggle-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 2px 4px rgba(33, 150, 243, 0.2);
}

@keyframes fadeIn {
	from { opacity: 0; transform: translateY(-10px); }
	to { opacity: 1; transform: translateY(0); }
}

/* Additional hover effect for better UX */
.info-button:hover {
	color: #2196F3;
	transform: scale(1.1);
}

.stats-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: none;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.stats-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.stat-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #f8f9fa;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2196F3;
}

.stats-details .stat-item h3 {
	font-size: 1.5rem;
	font-weight: 600;
	margin: 0.5rem 0;
	color: #2196F3;
}

.progress {
	height: 6px;
	background-color: #eee;
	overflow: hidden;
	border-radius: 3px;
}

.progress-bar {
	background: linear-gradient(45deg, #2196F3, #00BCD4);
	transition: width 0.3s ease;
}

.stat-footer {
	margin-top: 1rem;
	font-size: 0.875rem;
}

.text-success {
	color: #4CAF50 !important;
}


.stats-box {
	background: #f8f9fa;
	transition: all 0.3s ease;
}

.stats-box:hover {
	background: #e9ecef;
	transform: translateY(-2px);
}

.leaderboard-item {
	border-bottom: 1px solid #eee;
	transition: all 0.3s ease;
}

.leaderboard-item:hover {
	background: #f8f9fa;
}

.top-performer {
	background: #fff3cd;
}

.avatar-placeholder {
	width: 40px;
	height: 40px;
	background: #6c757d;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

.position {
	font-size: 1.2em;
	font-weight: bold;
	color: #495057;
}

.card {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	transition: all 0.3s ease;
}

.card:hover {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.chart-container {
	position: relative;
	margin: auto;
	height: 300px;
}

canvas {
	max-height: 300px;
}

#content {
	padding-top: 1.5rem;
}

.card {
  border-radius: 3px;
  margin-bottom: 1.5rem;
}

.card-content > .row{
	padding:1.5rem;
}

.card-header{
	background-color: #f7f7f7;
}

.item-content{
	margin-top:5px;
}

.list-group-flush {
	border-radius: 0;
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.table .thead-dark th {
	  color: #fff;
	  background-color: #71655F;
	  border-color: #6c6e7e;
}

.pb-4, .py-4{
	padding-top:0 !important; 
}

.main-content-alt {
  background: transparent;
}

.steps{
	list-style:none;
	padding:0;
	margin-top:40px;
	margin-bottom:60px;
}

.steps li{
	display:inline-block;
	width:20%;
	text-align:center;
}
.steps li .step-num{
	width:80px;
	height:80px;
	line-height:80px;
	font-size:32px;
	background-color:#fff;
	display:block;
	color:#71655F;
	border-radius:50%;
	margin:0 auto 10px;
	font-weight:bold;
}

.steps li .step-title{
	margin-top:5px;
	font-size:14px;
}

.steps li.active .step-num{
	color:#fff;
	background-color:#71655F;
}

footer.sticky-footer .copyright {
	position: relative;
	margin: 0 45px;
}

.register-page .imglink{
	height:180px;
	background:no-repeat center center;
	background-size:cover;
}

.admin-packages .imglink{
	display:none;
}

.register-form .btn-row{
	margin-top:30px;
}
.register-form .btn-row p{
	margin:15px;
}
.register-form label{
	margin-bottom:3px;
	font-weight:bold;
}

.register-form input{
	margin-bottom:15px;
}

.small-package .h6{
	font-size:14px;
	font-weight:bold;
}
.small-package td{
	font-size:12px;
	padding:5px;
}
.small-package table{
	margin-bottom:0;
	border-bottom: 1px solid #e3e6f0;
}

.short-package .imglink{
	display:none;
}
.short-package .card{
	box-shadow:none;
	border:none;
}

.register-page #content{
	padding-bottom:120px;
}

.form-card{
	background:#f7f7f7;
	border-radius:15px;
	margin-bottom:20px;
}

.form-card input[type=submit].btn{
	margin-bottom:0;
}

.form-card input[type="file"] {
  padding-top: 130px;
  padding-bottom: 0px;
  background-color:#fff;
  border-style: dashed;
}

.form-card .file-input{
	position:relative;
}

.form-card .file-input .bg-placeholder span.fa{
	display:block;
	margin-bottom:10px;
}

.form-card .file-input .bg-placeholder{
	position:absolute;
	top:60px;
	text-align: center;
	color:#ccc;
	width:100%;
}

.check-info{
	text-align:center;
	position: relative;
	margin-bottom:20px;
}

.check-info .card{
	border-radius:10px;
}

.check-info h6{
	font-weight:bold;
	font-size:14px;
}
.check-info .fa{
	font-size:32px;
	color:#fff;
	width:50px;
	height:50px;
	line-height:50px;
	border-radius: 50%;
	background:#ddd;
	display: block;
	margin:20px auto;
}

.check-info .fa.fa-check,
.alert-success,
tr.order.success td,
.alert.success{
	background-color:#74d195;
	color:#fff;
	font-weight:bold;
}
.fa-check-circle{
	color:#74d195;
}
.fa-check-circle.white{
	color:#fff;
}

.alert-success,
tr.order.success td,
.alert.success{
	border-color:#509368;
}
tr.order.success td a{
	color:#fff;
}

.alert p{
	margin:0;
}

.alert-danger,
tr.order.rejected td,
.alert.rejected {
  color: #78261f;
  background-color: #fadbd8;
  border-color: #f8ccc8;
}

tr.order.research td,
.alert.research,
tr.order.approved td,
.alert.approved {
  color: #e8a847;
  background-color: #ffe5ba;
  border-color: #f7d9aa;
}

tr.order.test td,
.alert.test {
  color: #4674e8;
  background-color: #a6e6fd;
  border-color: #77c9dd;
}

.map iframe{
	width:100%;
	border:1px solid #eaeaea;
	height:500px;
}

.form-label{
	font-weight:bold;
	margin-bottom:3px;
	display:block;
}
.form-control{
	margin-bottom:10px;
}

.order-table h4{
	font-size: 16px;
	font-weight: bold;
	margin:0;
}
.order-table p{
	font-size:14px;
}

.order-table .small{
	font-size:11px;
}

.title-small{
	font-size: 14px;
}

.paginate {
	padding:1em 0;
	margin:0;
	clear:both;
	width:100%;
}

.paginate li {
	display:inline-block;
}

.paginate li a {
	background:#fff none repeat scroll 0 0;
	border-radius:5px;
	border:1px solid #ddd;
	color:#ddd;
	display:block;
	float:left;
	font-size:13pt;
	font-weight:400;
	height:40px;
	line-height:40px;
	margin:0 .5em .5em 0;
	text-align:center;
	transition:background-color .2s linear 0;
	width:40px;
}

.paginate li a.active,
.paginate li a:hover{
	color:#5a5c69;
	background:#b9bccc;
	border-color:#5a5c69;
}

.paginate li a:hover{
	text-decoration:none;
}

.paginate li.totalCounter {
	float:right;
}

#status-form select.form-control {
  margin-bottom: 0;
  font-size: 12px;
  padding: 4px 10px;
  height: auto;
}

#calculate-form {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
}


#adminForm .pretty .state label::after, 
#adminForm .pretty .state label::before {
  width: calc(1em + 6px);
  height: calc(1em + 6px);
  margin-top:1px;
}

.download-item{
	padding:15px;
	border:1px solid #eaeaea;
	border-radius:4px;
	position:relative;
	background:#f0f0f0;
}
.download-item .fa{
	margin-right:10px;
	font-size:24px;
}

.download-item .file-size{
	float:right;
	font-size:12px;
}

.download-item .icon-close{
	position:absolute;
	top:0;
	right:0;
	margin:-10px -10px 0 0;
	width:24px;
	height:24px;
	text-align:center;
	line-height:20px;
	border-radius:50%;
	background:#fff;
	border: 1px solid;
	
}

#adminForm label {
  color: #444 !important;
  font-weight: bold;
}

.table td, .table th {
  font-size: 13px;
}

.package-order-title,
.package-order-date{
	display:block;
	white-space: nowrap;
}
.package-order-title{
	font-weight:bold;
}

pre {
  padding: 10px;
  background: #f6f6f6;
  border-radius: 5px;
  border: 1px solid #f0f0f0;
}

#wrapper #content-wrapper #content {
  flex: 1 0 auto;
  max-height: calc(100vh - 50px);
  overflow-y: scroll;
  padding-top:0;
}

.cheqm_details{
	margin-top:20px;
	font-size:14px;
}

.filter-item{
	font-size:13px;
	display: inline-block;
}

.filter-item .form-control {
  font-size: 13px;
  padding: 3px 7px;
  height: auto;
  max-width: 240px;
}

.main-nav {
	margin-top: 18px;
	margin-left: 24px;
}

.main-nav li{
	list-style: none;
	display: inline-block;
	margin-right:20px;
	font-size:14px;
}

.comment-content {
  background: #f5f5f5;
  padding: 10px;
  margin-bottom: 0;
  border-radius: 5px;
}

.comment-meta{
	margin-bottom:20px;
}

.comment-meta > div{
	display: inline-block;
	font-size:12px;
}

.comment-date {
  float: right;
}

/* Popup styles */
.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9998;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

.custom-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.9);
	background: white;
	width: 90%;
	max-width: 500px;
	border-radius: 8px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

.custom-popup.active, .popup-overlay.active {
	opacity: 1;
	visibility: visible;
}

.custom-popup.active {
	transform: translate(-50%, -50%) scale(1);
}

.panel-heading {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  margin-bottom: 15px;
}

.popup-header {
	padding: 15px 20px;
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.popup-header h3 {
	margin: 0;
	font-size: 18px;
}

.close-popup {
	font-size: 24px;
	cursor: pointer;
	line-height: 1;
}

.popup-body {
	padding: 20px;
}

.popup-footer {
	padding: 15px 20px;
	border-top: 1px solid #eee;
	text-align: right;
}

.success-popup .popup-header {
	background-color: #4CAF50;
	color: white;
	border-radius: 8px 8px 0 0;
}

.info-popup .popup-header {
	background-color: #2196F3;
	color: white;
	border-radius: 8px 8px 0 0;
}

.btn-disabled {
  background: #ddd;
}

.chart-container {
	position: relative;
	width: 100%;
	height: 150px;
	margin-bottom: 15px;
}

.stats-card {
	transition: all 0.3s ease;
}

.stats-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.progress {
	height: 8px;
	background-color: rgba(200, 200, 200, 0.2);
}

.progress-bar {
	background-color: #4A90E2;
}
/*
:root {
	--primary-color: rgba(74, 144, 226, 1);
	--primary-color-light: rgba(74, 144, 226, 0.1);
	--secondary-color: rgba(94, 203, 224, 1);
	--secondary-color-light: rgba(94, 203, 224, 0.1);
	--success-color: rgba(128, 206, 151, 1);
	--success-color-light: rgba(128, 206, 151, 0.1);
}
*/

.card {
	margin-bottom: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	border: none;
}

.card-header {
	border-radius: 10px 10px 0 0 !important;
	font-weight: 600;
	background-color: white;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

.stats-card {
	transition: all 0.3s;
}

.stats-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.bg-primary-light {
	background-color: var(--primary-color-light);
	color: var(--primary-color);
}

.bg-secondary-light {
	background-color: var(--secondary-color-light);
	color: var(--secondary-color);
}

.bg-success-light {
	background-color: var(--success-color-light);
	color: var(--success-color);
}

.filter-section {
	background-color: #f8f9fa;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}

.nav-pills .nav-link.active {
  background-color: var(--white);
  color: var(--primary);
}

.badge-high {
	background-color: var(--success-color);
}

.badge-low {
	background-color: var(--secondary-color);
}

.form-control:focus, .form-select:focus {
	border-color: var(--primary-color);
	box-shadow: 0 0 0 0.25rem rgba(74, 144, 226, 0.25);
}

.table-responsive {
	border-radius: 10px;
}

.badge {
  padding: 0.5rem 1rem;
}

.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
	padding: 20px;
}

@media (min-width: 768px) {
	.sidebar {
		width: 24rem !important;
	}
	.sidebar .nav-item .nav-link {
		width: 100%;
		padding: 1rem 1rem 1rem 3rem;
	}
}