@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400+700&display=swap');

@font-face {
	font-family: 'SegoeUI';
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	src: url("../fonts/segoe-ui.ttf") format("truetype")
}
 
@font-face {
	font-family: 'SegoeUIBold';
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	src: url("../fonts/segoe-ui-bold.ttf") format("truetype");
}

@font-face {
	font-family: 'NumberInput';
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	src: url("../fonts/segoe-number-input.otf") format("opentype");
}

html,
body, div#app {
	font-family: 'SegoeUI', sans-serif;
	background: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgb(33, 37, 41);	
	font-weight: normal;
}

strong, b, .bold{
	font-family: 'SegoeUIBold', sans-serif;
	font-weight: normal;
}

@-moz-document url-prefix(){
	input.number{
		font-size: 0.9rem;
		padding-top: 0.525rem;
	}
}

input.number{
	font-family: 'NumberInput' !important;
}

header {
   background: #fff;
   padding-top: 30px;
   padding-bottom: 30px;
   margin-bottom: 30px;
}

.logo {
   display: inline-block;
   width: 202px;
   height: 92px;
   background-image: url(/img/mat.png);
   background-size: 100%;
}

.headernav {
   float: right;
   color: #000;
}

.headernav a:not(.text-dark):not(.text-green) {
   color: #000;
   text-decoration: none;
   margin-left: 20px;
}

.headernav a:hover {
   color: #42b983;
}

.dragdropupload, .signature {
   display: block;
   width: 100%;
   min-height: 200px;
   border: 2px dashed #bbb;
   text-align: center;
   line-height: 200px;
   margin-top: 10px;
   margin-bottom: 30px;
   background: #f3f3f3;
   color: #aaa;
   position: relative;
}

.dragdropupload ul {
	padding: 0px;
}

.absolute {
   position: absolute;   
   left: 0px;
   top: 0px;
}

.input-drag-and-drop {
   width: 100%;
}

.clear {
   clear: both;
}

/* Overview - table */

th,
td {
	width: 15%;
}

.td-sm {
	width: 10%;
}

.table tr:last-child td {
    border-bottom: none;
}

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

.border-bottom{
	border-bottom: 1px solid #666
}

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

.bg-dark {
	background: #263238 !important;
	background: #000a12 !important;
}

.bg-white {
	background: #fff;
	border-radius: .25rem;
}

h1,h2,h3,h4,h5,h6,.font-dsmbold{
	font-family: 'DM Sans', sans-serif;
	font-weight: 700
}

.btn-primary{
	background-color: rgb(0, 145, 255)
}
.btn-tertiary{
	border: 1px solid rgb(115,185,92) !important;
	color: rgb(93, 151, 74) !important
}

.text-green{
	color: rgb(93, 151, 74) !important;
	text-decoration: none
}

.dossier-details-header{
	background-color: rgb(115,185,92);
}
.dossier-details-header, .dossier-details-documents{
	color: white;
	padding: 10px 20px !important;
	font-size: 18px !important;
	font-family: 'SegoeUIBold', sans-serif !important;
	border-radius: 4px 4px 0 0
}

#dossier-details{
	background-color: rgb(234,245,231);
	color: black;
	padding: 15px !important
}
#dossier-details table{
	width: 100%
}
#dossier-details td:first-child{
	min-width: 40%;
	width: 40%
}
#dossier-details td:last-child{
	min-width: 60%;
	width: 60%
}
#dossier-details .companyLogo{
	margin-top: 10px;
	width: 75% !important
}
.capitalize{
	text-transform: capitalize;
}
a.telephone{
	color: #000 !important;
}
.lowercase{
	text-transform: lowercase;
}
.float-right{
	float: right;
}

/* Detail - Acitiviteit timeline */

.timeline:not(.vertical){
	display: flex;
	overflow-x: auto
}

.w-32 {
	width: 32px !important;
	height: 32px !important;
	font-size: .85em
}

.tl-item .avatar {
	z-index: 2
}

.circle {
	border-radius: 500px !important
}

.gd-warning {
	color: #fff;
	border: none;
	background: #f4c414 linear-gradient(45deg, #f4c414, #f45414)
}

.p-4 {
	padding: 1.5rem !important
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important
}

.tl-item {
	border-radius: 3px;
	position: relative;
	flex: 1 1 0px;
}

.tl-item:not(.active):not(.completed) {
	opacity: 50%
}

.tl-item>* {
	padding: 10px
}

.tl-item:first-child .tl-dot:after {
	display: none
}

.tl-dot {
	position: relative;
	border-color: rgba(160, 175, 185, .15)
}

.tl-item:not(.active):not(.completed) .tl-dot{
	border-color: #666 !important
}
.tl-item.active .tl-dot, .tl-item.completed .tl-dot{
	border-color: #73b95c !important
}

.tl-dot:after,
.tl-item:not(.completed) .tl-dot:before {
	content: '';
}

.tl-item.completed .tl-dot:before{
	content: "\f00c";
	font-family: "Font Awesome 6 Pro";
	padding: 3px 7px;
}

.block .tl-item.completed .tl-dot:before{
	color: #73b95c
}
.block-alt .tl-item.completed .tl-dot:before{
	background-color: #73b95c;
	color: white
}

.tl-dot:after,
.tl-dot:before {
	position: absolute;
	border-color: inherit;
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
	background-color: white
}

.timeline:not(.vertical) .tl-dot:after {
	height: 1px;
	transform: translateX(-120%) !important;
	top: 20px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-radius: 0;
	width: 70%;
}

.tl-content {
	margin-top: 10px
}

.tl-content p:last-child {
	margin-bottom: 0
}

.tl-date {
	font-size: .85em;
	margin-top: 2px;
	min-width: 100px;
	max-width: 100px
}

.timeline.vertical .tl-item{
	display: flex
}
.timeline.vertical .tl-content{
	margin-top: 0 !important;
	margin-left: 1rem;
	padding: 0;
	min-height: 50px;
	display: flex;
	align-items: center;
}
.timeline.vertical .tl-dot::before{
	left: 0px !important;
	transform: unset !important;
	top: 10px
}
.timeline.vertical .tl-dot:after {
	height: 1.3rem;
	transform: translateX(400%) !important;
	top: -10px;
	border-top-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-radius: 0;
	width: 1px;
}

.avatar {
	position: relative;
	line-height: 1;
	border-radius: 500px;
	white-space: nowrap;
	font-family: 'SegoeUIBold', sans-serif;
	border-radius: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 500px;
	box-shadow: 0 5px 10px 0 rgba(50, 50, 50, .15)
}

.b-success {
	border-color: #28a745 !important
}

.b-warning {
	border-color: #f4c414 !important
}

.b-primary {
	border-color: #448bff !important
}

.b-danger {
	border-color: #f54394 !important
}

#steps_section {
	background-color: #eee;
	position: absolute;
	left: 0;
	width: 100%
}

#steps_section + div {
	margin-top: 240px
}

.clickable:hover{
	cursor: pointer;
	opacity: 70%
}

.form-check-input:hover{
	cursor: pointer;
}

.form-check-input:checked:hover{
	background-color: #0044ff !important;
	border-color: #0044ff !important
}

.form-control:focus{
	background-image: none !important;
	border-color: #ced4da !important;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important
}

@media (max-width: 768px) {
	.form-control{
		margin-bottom: 0.5rem
	}
}

.bg-success-light{
	background-color: rgb(234,245,231);
	border-color: rgb(115,185,92) !important;
	color: rgb(115,185,92);
}
.bg-failure-light{
    background-color: rgba(255,237,237, 1);
	border-color: red !important;
	color: red;
}
.inline-toast{
	border-left: 3px solid black;
	display: inline-block !important;
	padding: 6px;
	width: 100%
}

.btn > .fa-arrow-right{
	position: relative;
	transition: left 0.2s ease-in-out;
	left: 0px
}
.btn:hover > .fa-arrow-right{
	left: 5px;
}

/* Overview - Alert pulse animation */

.blob {
	background: black;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	height: 10px;
	width: 10px;
	margin-right: 4px;
	transform: scale(1);
	animation: pulse-black 2s infinite;
	display: inline-block;
}

@keyframes pulse-black {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

.blob.white {
	background: white;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
	animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.blob.red {
	background: rgba(255, 82, 82, 1);
	box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
	animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
	}
}

.blob.orange {
	background: rgba(255, 121, 63, 1);
	box-shadow: 0 0 0 0 rgba(255, 121, 63, 1);
	animation: pulse-orange 2s infinite;
}

@keyframes pulse-orange {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
	}
}

.blob.yellow {
	background: rgba(255, 177, 66, 1);
	box-shadow: 0 0 0 0 rgba(255, 177, 66, 1);
	animation: pulse-yellow 2s infinite;
}

@keyframes pulse-yellow {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
	}
}

.blob.blue {
	background: rgba(52, 172, 224, 1);
	box-shadow: 0 0 0 0 rgba(52, 172, 224, 1);
	animation: pulse-blue 2s infinite;
}

@keyframes pulse-blue {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
	}
}

.blob.green {
	background: rgba(51, 217, 178, 1);
	box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
	animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
	}
}

.blob.purple {
	background: rgba(142, 68, 173, 1);
	box-shadow: 0 0 0 0 rgba(142, 68, 173, 1);
	animation: pulse-purple 2s infinite;
}

@keyframes pulse-purple {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(142, 68, 173, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(142, 68, 173, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(142, 68, 173, 0);
	}
}


/* Dashboard */

body {
	font-size: .875rem;
}

/* Sidebar */
.feather {
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
  }
  
  /*
  * Sidebar
  */
  .sidebar {
	  position: fixed;
	  top: 0;
	  bottom: 0;
	  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: 5rem;
	}

	#steps_section{
		padding-top: 3rem !important;
	}
	#steps_section + .container{
		padding: 0 !important
	}

	section{
		padding: 5px !important
	}

	.tl-item{
		min-width: 200px
	}

	.dossier-details-header{
		display: none
	}

	#dossier-details:not(.show){
		display: none
	}

	.dossier-details-header-mobile:not(.expanded), .dossier-details{
		margin-bottom: 12px
	}
  }

  @media (min-width: 767.98px) {
	.big-margins{
		margin: 1.5rem !important
	}

	.dossier-details-header-mobile{
		display: none !important
	}

	.col-lg-8 > section, .col-lg-8 > section > section{
		padding-top: 0 !important
	}
  }

  .dossier-details-header-mobile.expanded{
	background-color: rgb(234,245,231) !important;
	border-color: rgb(234,245,231) !important;
	box-shadow: none !important
  }
  
  .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-family: 'SegoeUIBold', sans-serif;
	  color: #333;
  }
  
  .sidebar .nav-link .feather {
	  margin-right: 4px;
	  color: #727272;
  }
  
  .sidebar .nav-link.active {
	  color: #2470dc;
  }
  
  .sidebar .nav-link:hover .feather,
  .sidebar .nav-link.active .feather {
	  color: inherit;
  }
  
  .sidebar-heading {
	  font-size: .75rem;
	  text-transform: uppercase;
  }
  
  
  /*
  * Navbar
  */
  
  .nav a {
	color: #111;
  }
  
  .navbar-brand {
	  padding-top: .75rem;
	  padding-bottom: .75rem;
	  font-size: 1rem;
  }
  
  .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);
  }

  .close-button-polis{
	position: absolute; 
	left: -8px; 
	top: 8px;
	cursor: pointer
  }
  .close-button-polis:hover {
	color: red
  }
  .close-button-polis.is-mobile{
	left: -14px !important
  }

  #quoteslist{
	display: flex;
	flex-direction: column
  }
  #quoteslist > label {
	align-items: center;
	height: 80px
  }

  /* Prime VUE */
  .p-inputtext {
	  font-size: 0.875rem;
  }
  button.p-column-filter-menu-button.p-link, button.p-hidden-space.p-column-filter-clear-button.p-link {
    display: none;
}

/* Button color overrides */
 .btn-success, .bg-success-alt {
	background-color: rgb(115,185,92) !important;
	border-color: rgb(115,185,92) !important;
}
.btn-success:hover {
	background-color: rgb(93, 150, 75) !important;
	border-color: rgb(84, 136, 67) !important;
}

#dossier-admin-page th.p-resizable-column, #dossier-admin-page .p-datatable-header{
	padding: .75rem 1rem !important;
	font-size: 0.8rem
}
#dossier-admin-page td, #dossier-admin-page th.p-filter-column {
	padding: .5rem 1rem !important;
	font-size: 0.8rem
}
.p-sortable-column-icon.pi{
	font-size: 0.8rem
}