<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
button.dt-button { 
	outline: none;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: inherit;
	font-weight: 500;
	max-width: 100%;
	text-align: center;
	text-decoration: none;
	transition: background 0.1s ease-out 0s, box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38) 0s;
	background: var(--main-grey2);
	cursor: pointer;
	height: 32px;
	line-height: 32px;
	padding: 0px 12px;
	vertical-align: middle;
	font-size: 10pt;
	color: #464646;
	border: 1px solid #DDD;
}
button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled), a.dt-button:hover:not(.disabled), input.dt-button:hover:not(.disabled) {
	border: 1px solid #b3b3b3;	
	transition-duration: 0s, 0.15s;
}
button.duplicate_buttons {
  background-color: var(--main-groen);
  border-color: var(--main-groen);
  color: var(--white);
}
button.buttonOrange {
  background-color: var(--main-orange);
  border-color: var(--main-orange);
  color: var(--white);
}
button.buttonOrange:disabled {
	opacity: 0.5;
}
button.duplicate_buttons i {
	font-size: 10pt;
}
button.duplicate_buttons:hover:not(.disabled), button.duplicate_buttons:focus:not(.disabled) {
	background: unset;
  background-color:var(--main-groen-hover);
  border-color:var(--main-groen-hover);
  color: var(--white);
}
button.buttonOrange:hover:not(.disabled), button.buttonOrange:focus:not(.disabled) {
	background: unset;
	background-color:var(--main-orange-hover);
	border-color:var(--main-orange-hover);
	color: var(--white);
}
button.button_blue {
	background-color: var(--iconblauw);
	color: var(--white);
}
button.button_blue:hover:not(.disabled), button.button_blue:focus:not(.disabled) {
	background: unset;
	background-color:var(--iconblauw-hover);
	border-color:var(--iconblauw-hover);
	color: var(--white);
}
div.dt-button-collection button.button_text_only {
	background-color : var(--white);
	color: #000;
	border: none;
	font-weight: bold;
}
div.dt-button-collection button.button_text_only:hover {
	font-weight: bold;
	color: #000;
	cursor: default;
	border: 0px;
  	background: unset;
}

button.dt-button span.dt-down-arrow, div.dt-button span.dt-down-arrow, a.dt-button span.dt-down-arrow, input.dt-button span.dt-down-arrow{
	display: none;
}

div.dt-button-collection button.dt-button, div.dt-button-collection div.dt-button, div.dt-button-collection a.dt-button {
  text-align: left;
}
div.dt-button-collection button.dt-button i, div.dt-button-collection div.dt-button i, div.dt-button-collection a.dt-button i {
	margin-right: 5px;
}
button.dt-button.active:not(.disabled), div.dt-button.active:not(.disabled), a.dt-button.active:not(.disabled), input.dt-button.active:not(.disabled) {
  box-shadow: unset;  
}
div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled), div.dt-button-collection div.dt-button:active:not(.disabled), div.dt-button-collection div.dt-button.active:not(.disabled), div.dt-button-collection a.dt-button:active:not(.disabled), div.dt-button-collection a.dt-button.active:not(.disabled) {
  box-shadow: unset;  
}
button.dt-button.active:not(.disabled):hover:not(.disabled), div.dt-button.active:not(.disabled):hover:not(.disabled), a.dt-button.active:not(.disabled):hover:not(.disabled), input.dt-button.active:not(.disabled):hover:not(.disabled) {
	box-shadow: unset; 
}

div.dt-buttons button.btn_colvis {
	background-color: var(--main-geel);
	color: #fff;
}
div.dt-buttons button.btn_settings {
	/* background-color: var(--lichtblauw);
	color: #fff; */
}
div.dt-buttons button.editor_edit, button.buttons-edit {
	background-color: #CC9140;
	border-color: #CC9140;
	color: #fff;
	width: 36px;
	padding: 0px;
}
div.dt-buttons button.editor_edit:hover, button.dt-button.buttons-edit:hover, button.editor_edit:focus:not(.disabled), button.buttons-edit:focus:not(.disabled){
	background: unset;
	background-color: #b17a2e;
	border-color: #b17a2e;
}
div.dt-buttons button.editor_delete, button.buttons-remove {
	background-color: #9F1D1C;
	border-color: #9F1D1C;
	color: #fff;
	width: 36px;
	padding: 0px;
}
div.dt-buttons button.editor_delete:hover, button.dt-button.buttons-remove:hover, button.editor_delete:focus:not(.disabled), button.buttons-remove:focus:not(.disabled) {
	background: unset;
	background-color: #911616;
	border-color: #911616;
	color: #fff;
}
div.dt-buttons button.editor_copy, button.buttons-copy {
	background-color: var(--donkerblauw);
	border-color: var(--donkerblauw);
	color: #fff;
	width: 36px;
	padding: 0px;
}
div.dt-buttons button.editor_copy:hover, button.dt-button.buttons-copy:hover, button.editor_copy:focus:not(.disabled), button.buttons-copy:focus:not(.disabled) {
	background: unset;
	background-color: var(--donkerblauwhover);
	border-color: var(--donkerblauwhover);
	color: #fff;
}
button.dt-button.buttons-create {
	background-color: var(--main-groen);
	border-color: var(--main-groen);
	color: #fff;
	width: 36px;
	padding: 0px;
}
button.dt-button.buttons-create:hover, button.editor_delete:focus:not(.disabled), button.buttons-remove:focus:not(.disabled) {
	background: unset;
	background-color: var(--main-groen-hover);
	border-color: var(--main-groen-hover);
	color: #fff;
}

button.dt-button:has(span):has(i) {
	/* background-color: red; */
}

button.dt-button:focus:not(.disabled), div.dt-button:focus:not(.disabled), a.dt-button:focus:not(.disabled), input.dt-button:focus:not(.disabled) {
	text-shadow: unset;
}

#tabs_grondstof .dt-buttons,
#tab_orderrow .dt-buttons,
#tab_gegevens_inkoop .dt-buttons,
#tab_voorraad .dt-buttons,
#tabs_voorraad .dt-buttons,
#tabs_verladen .dt-buttons,
#tabs_fabriek_rot .dt-buttons
{
	margin-left: auto;	
}
#tabs_grondstof .dataTables_filter,
#tab_orderrow .dataTables_filter,
#tab_gegevens_inkoop .dataTables_filter,
#tab_voorraad .dataTables_filter,
#tabs_voorraad .dataTables_filter,
#tabs_verladen .dataTables_filter,
#tabs_fabriek_rot .dataTables_filter
{
	margin-left: 1em;	
}
#remove_row_accept,
#remove_row_notaccept
{
	display: none;
}

button#remove_row_accept, button#remove1_row_accept, button#remove2_row_accept, button.remove_row_accept {
	background-color: var(--main-groen);
	border-color: var(--main-groen);
	color: var(--white);
	background-image: none;
}
button#remove_row_accept:hover, button#remove1_row_accept:hover, button#remove2_row_accept:hover, button.remove_row_accept:hover {
	background-color: var(--main-groen-hover);
	border-color: var(--main-groen-hover);
}
button#remove_row_notaccept, button#remove1_row_notaccept, button#remove2_row_notaccept, button.remove_row_notaccept {
	background-color: var(--main-rood);
	border-color: var(--main-rood);
	color: var(--white);
	background-image: none;
}
button#remove_row_notaccept:hover, button#remove1_row_notaccept:hover, button#remove2_row_notaccept:hover, button.remove_row_notaccept:hover {
	background-color: #911616;
	border-color: #911616;
}

button.dt-button.buttons-create.wide-button{
	width: auto;
	padding: 0 15px;
}

div.dt-button-collection:has(.collection-icons) {
	width: 50px;
}</pre></body></html>