body {
	/*background-image: url('../images/bg.jpg');*/
	/*background-size: cover;*/
	background-color: #F9F9F9;
	padding-top: 124px;
}

#practice-manager .card-title small {
	font-size: 0.5em;
	display: block;
}

#practice-manager .card-title {
	color: rgba(0, 0, 0, 0.87);
}

body.login {
	padding-top: 0;
}

nav {
	background-color: #F59324;
}

nav ul li.nav-icon-only {
	height: 64px;
}

a {
	cursor: pointer;
}

.brand-logo img {
	height: 55px;
	padding-top: 10px;
	padding-left: 0.75rem;
	padding-bottom: 10px;
}

#login-box .input-field .prefix {
	height: 46px;
	padding-top: 10px;
}

.btn-small {
	height: 24px;
	line-height: 24px;
	padding: 0 0.5rem;
}

.dropdown-content {
	width: auto !important;
	white-space: nowrap;
}

.dropdown-content .dropdown-text {
	font-size: 16px;
	line-height: 22px;
	padding: 16px 14px;
}

.dropdown-content .dropdown-text.muted {
	color: #9e9e9e;
	font-style: italic;
}

.dropdown-content .dropdown-text.muted .lowercase {
	text-transform: lowercase;
}


/*
.page .card-image img {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}*/

#page-editor .question.ui-sortable-helper {
	background: #fff;
	height: 42px !important;
	padding: 10px 5px 10px 5px;
}

#page-editor .question.ui-sortable-helper small {
	color: #000;
}

#page-editor .question.locked {
	background-color: rgba(255, 0, 0, 0.08);
}

#page-editor .page .btn-add-page {
	width: 30px;
	text-align: center;
	padding: 1px 5px;
	position: absolute;
	right: -23px;
	/*margin: -20px -35px -15px 0px;*/
	/*top: 125px;*/
	top: 40%;
}

.tt-menu {
	min-width: 200px;
	max-width: 100%;
	padding: 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .35);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .35);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .35)
}

.materialize-tags .tt-menu .tt-suggestion {
	line-height: 1.1rem !important;
	padding: 2px 10px !important
}

.materialize-tags .tt-menu .tt-cursor {
	background: #03a9f4;
	color: #fff
}

.materialize-tags .chip {
	color: #fff;
	height: 20px;
	background-color: #B6BBBF;
	line-height: 20px;
}

.materialize-tags .material-icons {
	line-height: 20px !important;
}

.survey-index-table .survey-tags {
	overflow: visible;
}

#page-editor .page {
	width: 300px;
	position: relative;
	/*margin-right: 40px;*/
	margin-right: 0.75rem;
	margin-left: 0.75rem;
	/*border: 2px solid transparent;*/
	/*background-size: 100% auto;*/
	display: inline-block;
	/*background-repeat: no-repeat;*/
	vertical-align: top;
}

a.btn-add-page.btn.green.white-text.tooltipped {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#page-editor .page .btn-add-question {
	position: absolute;
	left: 50%;
	top: 100%;
	padding: 8px 5px;
	margin: 5px 0px 0px -15px;
}

.card .card-image {
	position: relative;
}

.questions.collection {
	border: none;
	margin: 0;
}

.questions.collection .collection-item {
	padding: 10px 0.75rem;
}

.questions-wrapper {
	padding: 0px !important;
}

.questions {
	overflow: hidden;
	min-height: 10px;
}

.questions .question {
	padding: 15px 0;
}


/*
.question-options {
	border-top: 1px solid #e0e0e0;
	padding-top: 20px;
}*/

.question-title {
	font-size: 0.875rem;
	float: left;
}

.question.collection-item.draggable {
	cursor: move;
}

.question.collection-item.nondraggable {
	cursor: default;
}

.question.collection-item {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

a.question-tools-remove {
	margin-left: 0.5rem !important;
}

.page-type-regular {
	cursor: move;
}

#page-editor .page.droptarget {
	border: 2px dotted red;
}

#page-editor .page .btn-remove-page {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: -20px -20px 0px 0px;
	/*padding-top: 9px;*/
}

#question-editor .items,
#question-editor .properties {
	position: relative;
	/*margin-top: 30px;*/
}

#question-editor .properties {
	margin-bottom: 40px;
}

#question-editor,
#modal-survey-settings,
#question-delete-confirm,
#page-delete-confirm {
	white-space: normal;
}

#page-editor {
	position: relative;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 50px;
	overflow-x: auto;
	vertical-align: top;
	white-space: nowrap;
}


/* Global */

.input-field div.error,
.select-field div.error,
#practice_terms-error,
.nod-error-message {
	position: relative;
	top: -0.8rem;
	left: 0rem;
	font-size: 0.8rem;
	color: #FF4081;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}

.select-field div.error,
#practice_terms-error {
	top: 0.3rem;
}

.input-field label.active {
	width: 100%;
}

.questions {
	/*margin: 157px 0px 0px 0px;*/
	/*display: block;*/
	/*width: 100%;*/
}

#loader {
	position: fixed;
	z-index: 1010;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
}

.tabs .tab a.active {}

#loader:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

.preloader-wrapper {
	width: 100px;
	height: 100px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: -50px;
}

.btn.small {
	padding: 0 1rem !important;
}

.footer-action {
	display: inline-block;
	padding: 1em;
}

table .survey-row small {
	font-style: italic;
	font-family: roboto;
	font-weight: 400;
}


/* form style overrides */

.input-field input[type='text'],
.input-field input[type='email'],
.input-field input[type='password'] {
	/*background-color: rgba(245, 147, 36, 0.15);*/
	/*text-indent: 10px;*/
	/*height: 46px;*/
	/*border-bottom-color: transparent;*/
}


/*.input-field input[type='text']:focus,
.input-field input[type='email']:focus,
.input-field input[type='password']:focus {
	border-bottom-color: #F59324;
	box-shadow: 0px 1px 0 0 #F59324;
	height: 45px;
	margin-bottom: 16px;
}*/

.input-field label.active,
.select-wrapper+label {
	/*margin-top: -10px;*/
	/*padding-bottom: 0.5rem;*/
	/*color: #F59324 !important;*/
}

.select-wrapper+label {
	/*top: calc(-14px - 0.5rem);*/
}


/*
.input-field .prefix {
	background-color: #F59324;
	color: #fff;
	text-align: center;
	padding: 9px 0px 6px 0px;
	height: 47px;
}
*/

.panel .panel-header {
	font-family: roboto;
	font-weight: 100;
	padding: 10px 15px;
	font-size: 2em;
	color: #fff;
	background-color: #f59324;
}

.panel .panel-separator {
	font-family: roboto;
	font-weight: 700;
	color: #333;
	background-color: #ccc;
	padding: 10px 15px;
	font-size: 1.5em;
}

.panel .panel-footer {
	border: 1px solid #ccc;
	padding: 10px 15px;
	background-color: #fff;
}

.panel .panel-content {
	background-color: #fff;
	position: relative;
	padding: 15px 30px 30px 30px;
}

.tabs .indicator {
	background-color: #F59324;
}

.tabs .tab a {
	color: #212121;
}

.tab-title {
	color: #757575;
}


/*button.block-btn {
	background-color: #F59324;
	color: #fff;
	display: block;
	font-family: roboto;
	font-weight: 400;
	font-size: 1.5em;
	width: 100%;
	border-radius: 0px;
	clear: both;
	padding: 1rem 1rem 1rem 1rem;
	height: auto;
}

button.block-btn:hover {
	box-shadow: none;
	background-color: #F59324;
}*/

input[type="checkbox"]:checked+label:before {
	border-right-color: #F59324;
	border-bottom-color: #F59324;
}

.no-margin {
	margin: 0;
}

.btn-block {
	overflow: hidden;
}


/* preview */

.preview-container {
	width: 480px;
	height: 160px;
	overflow: hidden;
	margin: 0px auto;
}

.preview {
	width: 480px;
	height: 160px;
}


/*.collapsible-body div {
	margin: 0;
	padding: 2rem;
}*/

.collection-item-icon {
	/*padding: 0 0.75rem;*/
	width: 2rem;
	/*font-size: 1.6rem;*/
	line-height: 3rem;
	display: block;
	/*text-align: center;*/
	margin-left: 1rem;
}

.upload-image {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0.75rem;
	background-color: rgba(255, 255, 255, 0.75);
}

.item-collection td {
	padding: 0;
}

.card .item-collection.card-content p {
	margin: 1em 0;
}


/*textarea.materialize-textarea {
	padding: 1rem 0 0;
	min-height: 2.3rem;
	margin: 0 0 15px 0;
}*/


/*
 * Overrides materialize.css
 */

h6 {
	font-size: 1.1rem;
	font-weight: 500;
}

.collapsible {
	box-shadow: none;
	border-right: none;
	border-left: none;
}

.collapsible-header {
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.collapsible-body {
	border: none;
}


/*.collapsible-header i {
	padding-top: 0.7rem;
}*/

.panel-content {
	position: relative;
}

.btn-flat:hover {
	background-color: rgba(0, 0, 0, 0.1);
	box-shadow: none;
}

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
	/*border-bottom: 2px solid #F59324;*/
	/*background-color: #eceff1;*/
	/*padding-left: 0.75rem;*/
}

input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
	border-bottom: 1px solid #546e7a;
	box-shadow: 0 1px 0 0 #546e7a;
}

.select-wrapper input.select-dropdown {
	/*background-color: #eceff1;*/
	/*padding-left: 0.75rem;*/
}

.select-wrapper span.caret {
	z-index: 10;
}

.dropdown-content li>a,
.dropdown-content li>span {
	color: #212121;
}

[type="checkbox"].filled-in:checked+label:after {
	border: 2px solid #212121;
	background-color: #212121;
}

.card.login {
	margin-top: 30px;
}


/*input:not([type]):focus:not([readonly]) + label, input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label, input[type=url]:focus:not([readonly]) + label, input[type=time]:focus:not([readonly]) + label, input[type=date]:focus:not([readonly]) + label, input[type=datetime]:focus:not([readonly]) + label, input[type=datetime-local]:focus:not([readonly]) + label, input[type=tel]:focus:not([readonly]) + label, input[type=number]:focus:not([readonly]) + label, input[type=search]:focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
	color: #F59324;
}*/

input:not([type]):focus:not([readonly])+label,
input[type=text]:focus:not([readonly])+label,
input[type=password]:focus:not([readonly])+label,
input[type=email]:focus:not([readonly])+label,
input[type=url]:focus:not([readonly])+label,
input[type=time]:focus:not([readonly])+label,
input[type=date]:focus:not([readonly])+label,
input[type=datetime]:focus:not([readonly])+label,
input[type=datetime-local]:focus:not([readonly])+label,
input[type=tel]:focus:not([readonly])+label,
input[type=number]:focus:not([readonly])+label,
input[type=search]:focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label {
	color: #9e9e9e;
}

td.truncate-td {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.truncated-td {
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 15px;
}

td.table-tools {
	width: 230px;
	min-width: 230px;
	text-align: right;
}

.table-buttons {
	width: 240px;
}

@media only screen and (max-width: 768px) {
	td.table-tools {
		min-width: 0px;
	}
}

td.table-tools-small {
	width: 50px;
	text-align: right;
}

.preview-wrapper {
	width: 480px;
	height: 160px;
	overflow: hidden;
	margin: 0px auto;
}

#preview {
	width: 480px;
	height: 160px;
}

.side-nav .userView .name {
	margin-top: 16px;
	font-weight: 500;
}

.side-nav .userView .email {
	padding-bottom: 16px;
	font-weight: 400;
}

.side-nav .userView a {
	height: auto;
	padding: 0;
}

.side-nav .userView .name,
.side-nav .userView .email {
	font-weight: 500;
	line-height: 24px;
}

@media only screen and (max-width: 992px) {
	.side-nav .userView {
		padding: 16px 16px 0;
	}
}

.side-nav .userView {
	overflow: hidden;
	position: relative;
	padding: 32px 32px 0;
	margin-bottom: 8px;
}

.side-nav .userView .circle,
.side-nav .userView .name,
.side-nav .userView .email {
	display: block;
}

.side-nav .userView .background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

a.button-collapse {
	padding-left: 0.75rem;
}

table.table .dropdown-content li>a,
.dropdown-content li>span {
	font-size: 14px;
}

table.table .materialize-tags {
	margin-bottom: 0;
	padding: 0 5px;
}

table.table .materialize-tags.active {
	border: 1px solid #F59324;
	box-shadow: none;
}

table.table input[type=text] {
	height: 2rem;
	margin: 0;
	padding: 0;
}

table.table .materialize-tags {
	border: 1px solid #ddd;
	border-radius: 4px;
}

.chip {
	font-size: 13px;
	font-weight: 400;
	padding: 0px 5px;
	border-radius: 4px;
	margin-right: 5px;
}

.side-nav a:hover {
	background-color: initial;
}

.tag-list-button:hover {
	background-color: #e0e0e0 !important;
}

.side-nav.right-aligned a {
	/* color: #444; */
	/* display: block; */
	font-size: 1rem;
	height: 40px;
	line-height: 40px;
	padding: 12px;
}


/*
 * End Overrides materialize.css
 */

button {
	border: none;
	background: none;
}

.card .card-action button {
	color: #ffab40;
	margin-right: 20px;
	transition: color .3s ease;
	text-transform: uppercase;
	padding: 0;
	background-color: transparent;
}

.card .card-action button:hover {
	color: #ffd8a6;
}

.collapsible {
	background-color: #fff;
}

.collapsible.no-collapse>.collapsible-body {
	display: block;
}

.tabs .tab a:hover {
	color: #ffab40;
	background-color: #fff;
}

table {
	font-size: 14px;
}

table td,
table th {
	padding: 8px;
}

.collapsible-nav {
	padding: 8px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.collapsible-header {
	text-transform: uppercase;
	color: #F59324;
	position: relative;
}

.bordered>thead>tr>th {
	background-color: #eee;
}


/*.bordered > thead > tr > th,
.bordered > tbody > tr > td {
	border: 1px solid #d0d0d0;
}*/

a.button.button-icon {
	padding: 4px 12px;
}

.button-group>.button {
	border: 1px solid #303f46;
}

.button-group>.button:hover {
	border: 1px solid #dc7a0a;
}

.button-group {
	/*position: relative;*/
	display: inline-block;
	vertical-align: middle;
}

.button-group.block-group{
	display:flex;
}
.button-group.block-group > .button{
	flex-grow: 1;
}

.button-group > .button {
	/*position: relative;*/
	float: left;
	margin-left: -1px;
}

/*.button-group>.button:first-child:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.button-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}
*/

.button-group>.button:last-child:not(:first-child), .button-group>.button:not(:first-child) {
	border-radius: 0 2px 2px 0;
   
}

/*
.button-group>.button-group:last-child:not(:first-child)>.button:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}*/

.tools {
	width: 320px;
}

.button {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	/*border: 1px solid #ccc;*/
	border: 1px solid #455a64;
	border-radius: 2px;
	/*color: #212121;*/
	color: #fff;
	/*background-color: #eee;*/
	background-color: #455a64;
	text-transform: uppercase;
	transition: all .3s;
}
.button.disabled, .button:disabled{
	background-color: rgb(62, 69, 73);
	color: rgb(175, 175, 175);
	cursor: not-allowed;
}


.button:hover {
	/*background-color: #E0E0E0;*/
	background-color: #F59324;
	border-color: #F59324;
}

.button.disabled:hover, .button:disabled:hover{
	background-color: rgb(62, 69, 73);
	color: rgb(175, 175, 175);
	cursor: not-allowed;
	border: 1px solid #455a64;
}

.button-collapsible {
	padding: 10px;
	border-radius: 50%;
	color: #fff;
}

.button.remove {
	background-color: #f4511e;
	color: #fff;
	border-color: #d84315;
}

.button.remove:hover {
	background-color: #e64a19;
}

.table {
	table-layout: fixed;
	width: 100%;
}

.table th,
.table td {
	border: 1px solid #ddd;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.table thead {
	background-color: #F5F5F5;
}

.table-drag {
	width: 30px;
}

.table-id {
	width: 80px;
}


/*.table-title {
	width: 65%;
}*/

.table-type {
	width: 120px;
}

.table-action {
	width: 140px;
}

.table-action-select {
	width: 150px;
}

.table-edited {
	width: 130px;
}

.table-responses {
	width: 120px;
}

.table-published {
	width: 120px;
}

.table-ttools {
	width: 200px;
}

.table-remove {
	width: 40px;
	text-align: center;
}

.text-right {
	text-align: right;
}

blockquote.alert {
	padding: 8px 8px 8px 1.5rem;
}

.fixed-nav {
	position: fixed;
	height: 104px;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 998;
	background-color: #F59324;
}

nav {
	box-shadow: none;
	/* fix for tabs in navbar */
}

#tag-list li {
	padding-right: 44px;
	position: relative;
	margin-bottom: 4px;
}

.tag-list-label {
	padding: 5px;
	color: #fff;
	border-radius: 3px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	min-height: 40px
}

.tag-list-label input[type=text] {
	width: auto;
	height: 2rem;
	margin: 0;
	border: none;
}

.tag-list-button {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 3px;
	padding: 12px;
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	width: 40px;
	transition: background-color .3s;
	color: #757575;
}

.tag-list-button:hover {
	background-color: #e0e0e0;
}

#header-survey-title {
	display: inline-block;
}

.sp-replacer {
	float: right;
}

#slide-tags {
	padding: 0 15px;
}

.alert-info {
	background-color: #e0f2f1;
	border: 1px solid #b2dfdb;
	color: #00695c;
	padding: 0.75rem;
	margin-bottom: 1rem;
}

.alert-info strong {
	font-weight: 700;
}

.modal-title {
	margin-bottom: 30px;
}

.terms-conditions>p {
	margin: 1em 0 !important;
}

.container-fluid {
	padding: 0 20px;
}

.queue-info-container table td {
	padding: 4px 8px;
}


/*
 * Media Queries
 */

@media only screen and (min-width: 993px) {
	.container {
		width: 90%;
	}
}

@media only screen and (min-width: 601px) {
	body {
		padding-top: 132px;
	}
	.container {
		width: 90%;
	}
	.brand-logo img {
		height: 65px;
	}
	.fixed-nav {
		height: 112px;
	}
	.card.login {
		margin-top: 25%;
	}
}

.container {
	margin: 0 auto;
	max-width: 1280px;
	width: 90%;
}

.table-responsive {
	overflow: hidden;
	overflow-x: auto;
}


/* OE selectie modal en andere OE stuff */

.oe-tree {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	line-height: 20px;
}

.oe-tree .dd-list {
	background-image: url('/images/tree.jpg');
	background-repeat: repeat-y;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.oe-tree .dd-list .dd-list {
	padding-left: 30px;
}

.oe-tree .dd-item,
.oe-tree .dd-empty,
.oe-tree .dd-placeholder {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 20px;
	font-size: 13px;
	line-height: 20px;
}

.oe-tree .dd-handle {
	display: block;
	min-height: 30px;
	margin: 0 0 5px;
	padding: 5px 10px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #ccc;
	background: #fafafa;
	background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
	background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
	background: linear-gradient(top, #fafafa 0%, #eee 100%);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#select-oe-modal .oe-tree .dd-handle {
	cursor: pointer;
}


/* .oe-tree .dd-handle:hover {
	border: 1px dashed #F59324;
	background: rgba(245, 147, 36, 0.15);
} */

.oe-tree .dd-handle.selected {
	border: 1px solid #cc4466;
	border: 1px solid #4CAF50;
	background: #e0efe1;
}


/* .oe-tree .dd-handle.selected:hover {
	background: rgba(76, 175, 80, 0.25);
} */

.oe-tree .dd-practitioner>.dd-handle {
	color: #4466cc;
}

.oe-tree .dd-practice>.dd-handle {
	color: #cc4466;
}

.dd-collapse {
	padding: 0 5px;
	margin-left: 5px;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.2);
	line-height: 18px;
	font-size: 18px;
	transition: 0.3s ease;
}

.dd-collapse:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.dd-item .dd-list.dd-collapse-item {
	height: 0;
}

.dd-item .dd-list.dd-collapse-item.open {
	height: auto;
}

.dd-collapse.open {
	background-color: #F59324;
	border: 1px solid #F59324;
	color: #fff;
}

.dd-collapse.open .mdi {
	transform: rotate(180deg);
	display: inherit;
}

.oe-tree .dd-item {
	overflow: hidden;
}

.tree .tree-item .right .button-delete {
	display: none;
}

.tree li.has-no-children>.tree-item>.right>.button-delete {
	display: inline-block;
}

.tree .tree-item.top-level>.right>.button-delete {
	display: none !important;
}


/* Datatables */

.dataTables_wrapper .dataTables_length {
	float: left;
}

.dataTables_wrapper .dataTables_filter {
	float: right;
	text-align: right;
}

.dataTables_wrapper .dataTables_info {
	clear: both;
	float: left;
	padding-top: 6px;
}

.dataTables_wrapper .dataTables_paginate {
	float: right;
	text-align: right;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: 0 10px;
	margin-left: 2px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	color: #333;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: background-color .3s;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: #333;
	background-color: #F5F5F5;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
	color: #fff;
	background-color: #F59324;
	border-radius: 3px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background-color: #dc8420;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: default;
	color: #666 !important;
	border: 1px solid transparent;
	background: transparent;
	box-shadow: none;
}

#table-practitioner_filter,
#practice-list_filter {
	display: none;
}

.searchbox-container {
	background-color: #f5f5f5;
	padding: 10px 8px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	display: flex;
	justify-content: flex-end;
}

.searchbox {
	display: flex;
	position: relative;
	padding: 0 20px 0 40px;
	background-color: #fff;
	border-radius: 2px;
	/* box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); */
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	height: 36px;
	width: 40%;
	max-width: 300px;
}

#searchbox-input {
	border-bottom: none;
	margin: 0;
	height: inherit;
}

#searchbox-input:focus {
	border-bottom: none;
	box-shadow: none;
}

.searchbox label.mdi-magnify {
	position: absolute;
	left: 0;
	top: 0;
	/* font-size: 24px; */
	/* padding: 5px 20px; */
	/* margin: 0 0 15px 0; */
	width: 40px;
	height: 36px;
	font-size: 24px;
	padding: 0 8px;
	line-height: 40px;
}

.collapsible-footer {
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 16px 8px;
}

.cf:before,
.cf:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.cf:after {
	clear: both;
}


/* ===== Manage OE's ===== */

.tree ol {
	/* background-color: #f5f5f5; */
	margin: 0;
	list-style: none;
}

.tree li {
	position: relative;
}

.tree li::before,
.tree li::after {
	content: '';
	left: -20px;
	position: absolute;
	right: auto;
}

.tree>ol>li>.tree-item {
	background-color: #f5f5f5;
	font-weight: bold;
}

.tree>ol>li::before,
.tree>ol>li::after {
	border: 0;
}

.tree li::before {
	border-left: 1px solid #757575;
	bottom: 50px;
	height: calc(100% + 8px);
	top: 0;
	width: 1px;
}

.tree li::after {
	border-top: 1px solid #757575;
	height: 25px;
	top: 25px;
	width: 12px;
}

.tree li:last-child::before {
	height: 25px;
}

.button.button-delete {
	background-color: #F44336;
	border-color: #da1a0c;
}

.tree-item-enabled {
	padding: 8px;
	border: 1px solid #ddd;
	background-color: #fff;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}

.tree-item-disabled {
	padding: 8px;
	border: 1px solid #ddd;
	background-color: #eee;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}

.tree-item-hidden {
	padding: 8px;
	border: 1px solid #ddd;
	background-color: #eee;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
	display: none;
}

.tree-item {
	padding: 8px;
	border: 1px solid #ddd;
	background-color: #fff;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}

.tree-item input[type=text] {
	margin: 0;
	height: 31px;
	/* equals button height */
	border-bottom: none;
}

#practice-manager .card-image .btn-floating {
	position: absolute;
	bottom: 20px;
	right: 20px;
	background-color: #f59324;
}

#terms-block .nod-error-message {
	display: block;
	margin-top: 5px;
}

.input-field .helper-text {
	position: relative;
	min-height: 18px;
	display: block;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.54);
}

[type="radio"]:checked+label:after,
[type="radio"].with-gap:checked+label:after {
	background-color: #f59324;
}

[type="radio"]:checked+label:after,
[type="radio"].with-gap:checked+label:before,
[type="radio"].with-gap:checked+label:after {
	border: 2px solid #f59324;
}


/* badge for putting above a icon */

.icon-badge-group {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
}

.icon-badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.icon-badge-group .icon-badge {
	position: absolute;
	margin-top: .5rem
}
.icon-badge-group.badge-group-small .icon-badge {
	font-size: 65%;
	margin-top: .1rem;
	margin-left: .7rem;
}


.icon-badge-group .icon-badge.top-right {
	top: 0;
	right: 0;
}

.icon-badge.badge-red {
	background: red;
}
.icon-badge.badge-darker {
	background: #354146;
}


/*
	Button align fix
*/

.button.button-icon i.mdi {
	font-size: 14px!important;
	margin: 0!important;
}

.button i.mdi,
.btn i.mdi {
	font-size: inherit!important;
	margin-right: 0.25rem;
}

.btn {
	margin-bottom: 3px;
}

#qc-table_wrapper .dataTables_info .select-info {
	margin-left: 10px;
	color: grey;
	font-style: italic;
}

#qc-table_wrapper div.dataTables_filter {
	float: none!important;
}

#qc-table tr.selected {
	background: lightgray;
}

#qc-table tbody td {
	vertical-align: middle;
}

.mdi.mdi-green {
	color: green;
}

.mdi.mdi-orange {
	color: orange;
}

.mdi.mdi-red {
	color: red;
}

.survey-action-menu > .button, .survey-action-menu > .btn{
	margin-top:5px;
}

/* verbeterbord */

.vb-lists-list{
	overflow: auto;
	max-width:100%;

	display:flex;
	flex-wrap: nowrap;

	padding:0.25rem;
}

.vb-lists-list .vb-card-wrapper{

	width: 400px;
	flex-shrink: 0;
	flex-grow: 1;

	margin-right: 1rem;
}

.vb-item-list{
	min-height: 1rem;
	max-height: 40vh;
	overflow-y: auto;

	margin-top: 1rem;
	padding-right:0.25rem;
}

.vb-scroll::-webkit-scrollbar {
	width: 6px;
	height:6px;

}
  
.vb-scroll::-webkit-scrollbar-track {
	background: transparent;
}
  
.vb-scroll::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.125);
	border-radius:4px;
}

.vb-scroll::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.25);
}

.vb-item-list .vb-placeholder{
	background: #d1d1d1;
	border: 2px dotted rgba(0,0,0,0.25);
	height: 52px;
	width:100%;
	border-radius:4px;

	list-style: none;
}

.vb-item-list li.ui-sortable-helper{
	transform: rotate(1deg);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);

}

.vb-item{
 
	background: #FAFAFA;
	position: relative;
	border-bottom: 2px solid rgba(0,0,0,0.05);

	padding:1rem;
	margin: 0.25rem 0;

	border-radius:4px;


	display:flex;

}

.vb-item .vb-sortable-handler{
	cursor:all-scroll;
}
.vb-item .vb-item-content{
	margin-left: 0.5rem;
	width:100%;
	
}
.vb-item .vb-item-options{
	float:right;
	opacity:0;
	margin:0;
	flex-shrink: 0;

	margin-left: 0.5rem;
}
.vb-item:hover .vb-item-options{
	opacity:1;
}

.vb-item .vb-item-options li{
	display:inline-block;
	margin-right: 0.25rem;
	width: 20px;
	height:20px;
	text-align: center;
	border-radius:4px;
	cursor:pointer;
}

.vb-item.vb-input{
	display:none;
}

.vb-item.vb-input.input-active{
	display:block;
}
.card.vb-card {
	z-index:1;
}
.card.vb-card .card-reveal{
	z-index:2;
}
.card.vb-card .card-action{
	background:#FEFEFE;
}


.vb-item .vb-item-options li:hover{
	background:rgba(0,0,0,0.25);
}
.vb-item .vb-item-options li:active{
	background:rgba(0,0,0,0.5);
}
.vb-option-list{
	display:flex;
	justify-content: flex-end;
}


.material-icons {
	/* Support for IE */
	font-feature-settings: 'liga'!important;
  }

.pill {
	color: white;
	background-color: gray;
	border-radius: 5px;
	margin-right: 10px;  
	padding-left: 10px;
	padding-right: 10px;
}

.epd {
	background-color: #03a9f4;
}