/* Colors for NIL */

.green {
	background-color: #A4C9C5 !important;
}

.green-text {
	color: #A4C9C5 !important;
}

.orange {
	background-color: #F37022 !important;
}

.orange-text {
	color: #F37022 !important;
}

/* Material textarea */

.green-textarea textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #A4C9C5;
  box-shadow: 0 1px 0 0 #A4C9C5;
}
.active-green-textarea.md-form label.active {
  color: #A4C9C5;
}
.active-green-textarea.md-form textarea.md-textarea:focus:not([readonly])+label {
  color: #A4C9C5;
}

/* NIL Status */

.green-status {
  border-bottom: 2px solid #A4C9C5; 
  text-align: center;
}

.orange-status {
  border-bottom: 2px solid #FDCC80; 
  text-align: center;
}

.red-status {
  border-bottom: 2px solid #F37022; 
  text-align: center;
}

/* Spinner Modal NIL */

.modal-content.spinner {
	background-color: transparent !important;
}

.spinner-blue-only.spinner-nil {
	border-color: #A4C9C5 !important;
}

/* Spinner NIL */

.spinner-layer.spinner-blue-only {
    border-color: #A4C9C5 !important;
}

/* Switch NIL */

.switch-nil label input[type=checkbox]:checked+.lever {
	background-color: #B4DBD7;
}

.switch-nil label input[type=checkbox]:checked+.lever:after {
	background-color: #A4C9C5;
}


/* Button Bedrijfsprofiel */

.bedrijfsprofiel-button.disabled,
.bedrijfsprofiel-button:disabled {
	opacity: 0.65;
	background-color: grey !important;
}

.btn-orange {
	color: #fff;
	background-color: #F37022 !important;
}

.btn-green {
	color: #fff;
	background-color: #A4C9C5 !important;
}

.btn-disabled {
  	background-color: #cccccc;
  	color: #666666;
}

/* DataTables */

.pagination .page-item.active .page-link {
  	background-color: #A4C9C5;
}

.pagination .page-item.active .page-link:hover {
  	background-color: #F37022;
}

/* Progress bar extra */

.progress {
	margin-bottom: 0;
	margin-top: 40px;
	height: 30px;
}

.progress-bar {
	background-color: #A4C9C5;
}

.progress-label {
	float: left;
	margin-right: 1em;
	margin-top: 25px;
}

.vertline-left {
	border-left: 3px solid #A4C9C5;
	height: 20px;
	position: absolute;
	top: 40px;
	padding-left: 8px;
	font: message-box;
	font-size: small;
}

.vertline-right {
	border-right: 3px solid #A4C9C5;
	height: 20px;
	position: absolute;
	top: 40px;
	padding-right: 8px;
  	margin-right: 15px; !important
	font: message-box;
	font-size: small;
  	right: 0%;
}

.start {
	float: left;
}

.year {
	width: 33%;
	border: none;
	text-align: right;
	float: left;
}

.right-half {
	float: right;
	margin-right: 33%
}

.end {
	float: right;
	margin-right: 0%
}


/* Tabs NIL */

.nav-tabs .nav-link.active {
	background-color: #A4C9C5 !important;
}

.nav-tabs .nav-link {
	border: none;
}

.tabs-green {
	background-color: #A4C9C5 !important;
}

.classic-tabs .nav.tabs-green li a.active {
	border-color: #F37022 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #A4C9C5;
}

a.text-orange {
	color: #F37022;
}

a.text-green {
	color: #A4C9C5;
}

.trigger {
	padding: 1px 10px;
	font-size: 12px;
	font-weight: 400;
	border-radius: 10px;
	background-color: #eee;
	color: #212121;
	display: inline-block;
	margin: 2px 5px;
}

.hoverable,
.trigger {
	transition: box-shadow 0.55s;
	box-shadow: 0;
}

.hoverable:hover,
.trigger:hover {
	transition: box-shadow 0.45s;
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.creative-lp .icon-area .circle-icon i {
	-webkit-box-shadow: 0 8px 19px rgba(91, 154, 251, 0.41);
	box-shadow: 0 8px 19px rgba(91, 154, 251, 0.41);
	width: 90px;
	height: 90px;
	padding: 1.8rem;
	font-size: 2rem;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #FFF;
}

.creative-lp .icon-area .circle-icon i:hover {
	background: #ebeef9;
}

.pricing-card .price .number:before {
	content: "€";
}

.pricing-card .price .number:after {
	content: "/jaar";
}

.navbar .breadcrumb .breadcrumb-item:before {
	color: black;
}

.navbar .breadcrumb .breadcrumb-item.active {
	color: green;
}

.navbar .breadcrumb .breadcrumb-item {
	color: black;
}

.side-nav .collapsible-body a {
    background-color: #fff;
}


@font-face {
	font-family: "Roboto";
	src: local(Roboto Thin), url("https://fonts.dailyops.com/roboto/Roboto-Thin.eot");
	src: url("https://fonts.dailyops.com/roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("https://fonts.dailyops.com/roboto/Roboto-Thin.woff2") format("woff2"), url("https://fonts.dailyops.com/roboto/Roboto-Thin.woff") format("woff"), url("https://fonts.dailyops.com/roboto/Roboto-Thin.ttf") format("truetype");
	font-weight: 200;
}

@font-face {
	font-family: "Roboto";
	src: local(Roboto Light), url("https://fonts.dailyops.com/roboto/Roboto-Light.eot");
	src: url("https://fonts.dailyops.com/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("https://fonts.dailyops.com/roboto/Roboto-Light.woff2") format("woff2"), url("https://fonts.dailyops.com/roboto/Roboto-Light.woff") format("woff"), url("https://fonts.dailyops.com/roboto/Roboto-Light.ttf") format("truetype");
	font-weight: 300;
}

@font-face {
	font-family: "Roboto";
	src: local(Roboto Regular), url("https://fonts.dailyops.com/roboto/Roboto-Regular.eot");
	src: url("https://fonts.dailyops.com/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("https://fonts.dailyops.com/roboto/Roboto-Regular.woff2") format("woff2"), url("https://fonts.dailyops.com/roboto/Roboto-Regular.woff") format("woff"), url("https://fonts.dailyops.com/roboto/Roboto-Regular.ttf") format("truetype");
	font-weight: 400;
}

@font-face {
	font-family: "Roboto";
	src: url("https://fonts.dailyops.com/roboto/Roboto-Medium.eot");
	src: url("https://fonts.dailyops.com/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("https://fonts.dailyops.com/roboto/Roboto-Medium.woff2") format("woff2"), url("https://fonts.dailyops.com/roboto/Roboto-Medium.woff") format("woff"), url("https://fonts.dailyops.com/roboto/Roboto-Medium.ttf") format("truetype");
	font-weight: 500;
}

@font-face {
	font-family: "Roboto";
	src: url("https://fonts.dailyops.com/roboto/Roboto-Bold.eot");
	src: url("https://fonts.dailyops.com/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("https://fonts.dailyops.com/roboto/Roboto-Bold.woff2") format("woff2"), url("https://fonts.dailyops.com/roboto/Roboto-Bold.woff") format("woff"), url("https://fonts.dailyops.com/roboto/Roboto-Bold.ttf") format("truetype");
	font-weight: 700;
}


/* ie fix */

.row {
	flex-basis: 100%;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.mdb-select {
		visibility: visible;
		display: flex!important;
	}