/* BUTTON CSS Document iV4 */
/*** BOOTSTRAP DEFAULT BUTTONS ***/	
#header_quick_search .btn-qs { /* admin quick search button */
	background-color:var(--gasto-surface, #ffffff)!important;
	color:var(--gasto-muted, #848484)!important;
	border-color:var(--gasto-border, #a5a5a5)!important;
	/* IRES-: correction alignment for Chrome */
	margin-top:1px;
	/* TEMP DISABLE hover effect, weer enablen zodra de caret in de includeqs.tpl weer op zichtbaar wordt gezet en dit dus echt weer een button is! */
	cursor:default!important;
	}
	#header_quick_search .btn-qs:hover,
	#header_quick_search .btn-qs:focus,
	#header_quick_search .btn-qs:active {
		/*background-color:var(--gasto-border, #a5a5a5)!important;
		color:#ffffff!important;
		border-color:#949494!important;*/ /* TEMP DISABLE hover effect, weer enablen zodra de caret in de includeqs.tpl weer op zichtbaar wordt gezet en dit dus echt weer een button is! */
		background-color:var(--gasto-surface, #ffffff)!important;
		color:var(--gasto-muted, #848484)!important;
		border-color:var(--gasto-border, #a5a5a5)!important;
		}
	/* fix for unwanted change of button height. Height changes due to use of jquery.ui which expands bootstrap buttons (class .btn) with "ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" if for example a date ic hoosen in the calendar */	
	#header_quick_search .btn-qs .ui-button-text {
		padding:0;
		font-size:14px;
		line-height:1.42857em;
		}

.btn-box { /* extra buttons in header module block, f.e. used on mod=waitinglist */
	background-color:var(--gasto-muted, #848484)!important;
	color:var(--gasto-on-primary, #ffffff)!important;
	border-color:var(--gasto-muted, #848484)!important;
	}
	.btn-box:hover,
	.btn-box:focus,
	.btn-box:active {
		background-color:var(--gasto-text, #525252)!important;
		color:var(--gasto-on-primary, #ffffff)!important;
		border-color:var(--gasto-text, #525252)!important;
		}
		
/* fix for unwanted change of button height. Height changes due to use of jquery.ui which expands bootstrap buttons (button or a tags with class .btn) with "ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" if for example a date is choosen/clicked in the calendar */	
	#dashboard .btn .ui-button-text {
		padding:0;
		font-size:14px;
		line-height:1.42857em;
		}

/* slotbuttons (IRES-10260) */
.btn.slotbutton {
	padding: .4em 1em;;
	}

/* tiny action buttons (BS5) */
.tiny.text-end .btn-action {
	margin: 0.25rem 0;
	}