.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
	font-size: 3.5rem;
	}
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
	height: 100vh;
}

body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
  .sidebar {
	top: 0rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #CC0200;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */
.navbar {
	min-height: 48px;
}
.navbar-brand {
  /*padding-top: .75rem;
  padding-bottom: .75rem;*/
  font-size: 1rem;
  /*background-color: rgba(0, 0, 0, .25);*/
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
  text-align: left;
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/* end admin */



.opacity-10 {
opacity:.1!important
}
.opacity-20 {
opacity:.2!important
}
.opacity-30 {
opacity:.3!important
}
.opacity-40 {
opacity:.4!important
}
.opacity-50 {
opacity:.5!important
}
.opacity-60 {
opacity:.6!important
}
.opacity-70 {
opacity:.7!important
}
.opacity-80 {
opacity:.8!important
}
.opacity-85 {
opacity:.85!important
}
.opacity-90 {
opacity:.9!important
}
.font-8 {
font-size:8px!important
}
.font-9 {
font-size:9px!important
}
.font-10 {
font-size:10px!important
}
.font-11 {
font-size:11px!important
}
.font-12 {
font-size:12px!important
}
.font-13 {
font-size:13px!important
}
.font-14 {
font-size:14px!important
}
.font-15 {
font-size:15px!important
}
.font-16 {
font-size:16px!important
}
.font-17 {
font-size:17px!important
}
.font-18 {
font-size:18px!important
}
.font-19 {
font-size:19px!important
}
.font-20 {
font-size:20px!important
}
.font-21 {
font-size:21px!important
}
.font-22 {
font-size:22px!important
}
.font-23 {
font-size:23px!important
}
.font-24 {
font-size:24px!important
}
.font-25 {
font-size:25px!important
}
.font-26 {
font-size:26px!important
}
.font-27 {
font-size:27px!important
}
.font-28 {
font-size:28px!important
}
.font-29 {
font-size:29px!important
}
.font-30 {
font-size:30px!important
}
.font-31 {
font-size:31px!important
}
.font-32 {
font-size:32px!important
}
.font-33 {
font-size:33px!important
}
.font-34 {
font-size:34px!important
}
.font-35 {
font-size:35px!important
}
.font-36 {
font-size:36px!important
}
.font-37 {
font-size:37px!important
}
.font-38 {
font-size:38px!important
}
.font-39 {
font-size:39px!important
}
.font-40 {
font-size:40px!important
}


body.front {
	font-size: 13px;
	font-family: Roboto,sans-serif !important;
	line-height: 26px !important;
	color: #6c6c6c !important;
	background-image:linear-gradient(0deg,#ddd,#fff)!important;
}


.card-style {
	overflow:hidden;
	margin:0 16px 30px 16px;
	border-radius:15px;
	border:none;
	box-shadow:0 4px 24px 0px rgba(0,0,0,0.2);
}


h1,
h2,
h3,
h4,
h5,
h6 {
font-weight:700;
color:#1f1f1f;
font-family:"Source Sans Pro",sans-serif!important;
margin-bottom:5px;
letter-spacing:-.3px
}

p {
	color:#6c6c6c;
	margin-bottom:30px;
	padding-bottom:0
}


a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

.color-green-dark {	color: #8cc152 !important; }
.color-blue-dark { color: #4a89dc !important; }
.color-magenta-dark { color: #967adc !important; }
.color-brown-dark { color: #aa8e69 !important; }
.color-red-dark { color: #da4453 !important; }
.color-white { color: #fff !important; }

.bg-color-green-dark { background-color: #8cc152 !important; }
.bg-color-blue-dark { background-color: #4a89dc !important; }
.bg-color-magenta-dark { background-color: #967adc !important; }
.bg-color-brown-dark { background-color: #aa8e69 !important; }
.bg-color-red-dark { background-color: #da4453 !important; }


table .actions,
.crud-table .actions {
	width: 5%;
}
.crud-table td {
	white-space: nowrap;
}

.crud-table .actions a {
	margin-right: 5px;
}

.table-no-wrap td,
.table-no-wrap th {
	white-space: nowrap !important;
}

.form-actions a,
.form-actions button,
.form-actions submit {
	margin-right: 5px;
}
.text-black {
	color: black !important;
}
.text-gray {
	color: #ccc !important;
}

.btn-check-in {
	width: 75% !important;
}

.project-checked-in {
	background: rgb(177,252,203);
	background: linear-gradient(0deg, rgba(177,252,203,1) 0%, rgba(255,255,255,1) 100%);
}

.bg-hb-red {
	background: #CC0200;
}
.nav-link, a {
	color: #CC0200;
}
.nav-link:hover, a:hover {
	color: #CD0301;
}
#crud-filter,
.form-actions {
	margin-bottom: 8px;

}

.admin .card {
	box-shadow: 0 2px 6px 0px rgba(0,0,0,0.2);
}

.lang a {
	border: 1px solid rgba(0,0,0,0.2);
	margin-right: 1em;
}

.btn-shortcut {
	padding: 1em 1.2em;
}

.only-print,
.only-print-i {
	display: none;
}

@media print {
	.no-print {
		display: none;
	}

	.only-print{
		display: block;
	}

	.only-print-i{
		display: inline;

	}
}

/* Admin: meer ruimte tussen velden */
.admin .form-group {
    margin-bottom: 1rem;
    /* 16px */
}

/* Admin: verticale ruimte tussen Bootstrap rows */
.admin .row {
    --bs-gutter-y: 1rem;
    /* 16px */
}