<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    Standaard layout voor alle buttons
*/

.StandardButton,.standard__button { background-color: transparent !important; line-height: 15px;    background-image: url(/website/Templates/Global/Images/Buttons/Bul-OriginalFlower/mid-bruin.png)!important;/*Important aangezien .btn of .primary-btn soms specifieker wordt gezien in bootstrap*/
	background-position: top right;
	background-repeat: no-repeat;

    height: 24px !important;
	min-width: 55px;
	color: white!important;
    font-size: 9px !important;
	text-align: center;
	border: none !important;
	padding: 3px 10px 0px 4px !important;
	*padding: 3px 16px 0px 9px;
	margin: 0px !important;
	vertical-align: top;
	display: inline-block
}


.StandardButtonLeft, .standard__button--left {
    background-image: url(/website/Templates/Global/Images/Buttons/Bul-OriginalFlower/left-small-bruin.png)!important;/*Important aangezien .btn of .primary-btn soms specifieker wordt gezien in bootstrap*/
	background-position: top center;
	background-repeat: no-repeat;

	vertical-align: top;
	padding: 3px 0px 0px 0px !important;
    height: 24px !important;
    width: 3px !important;
	display: inline-block
}

.StandardButtonRight, .standard__button--right {


	vertical-align: top;
	padding: 3px 0px 0px 0px !important;
    height: 24px !important;
    width: 1px !important;
	display: hide;
}

.StandardButton a,.standard__button a
{
	color: white !important;
	font-weight: bold;
    font-size: 10px !important;
}

.StandardButton a:hover, .standard__button a:hover
{
	color: white !important;
	font-weight: bold;
    font-size: 10px !important;
    text-decoration: none;
}


/*
    Geef belangrijke buttons een andere kleur
*/

.ImportantButtonLeft, .important__button--left {
    background-image: url(/website/Templates/Global/Images/Buttons/Bul-OriginalFlower/left-bruin.png)!important;/*Important aangezien .btn of .primary-btn soms specifieker wordt gezien in bootstrap*/
	width: 23px !important;
}


       .ProductOrderButtonLeft, .order__button--left, .OrderProductsButtonLeft, .CategoryOrderButtonLeft, .NewUserButtonLeft, .FinishOrderButtonLeft  {
        background-image: url(/website/Templates/Global/Images/Buttons/Bul-OriginalFlower/left-shoppingcart-bruin.png)!important;/*Important aangezien .btn of .primary-btn soms specifieker wordt gezien in bootstrap*/
		width: 23px !important;
    }

    .LoginButtonLeft {
        background-image: url(/website/Templates/Global/Images/Buttons/Bul-OriginalFlower/left-login-bruin.png)!important;/*Important aangezien .btn of .primary-btn soms specifieker wordt gezien in bootstrap*/
		width: 23px !important;
    }

    .RegistrationButtonLeft {
        background-image: url(/website/Templates/Global/Images/Buttons/Bul-OriginalFlower/left-plus-bruin.png)!important;/*Important aangezien .btn of .primary-btn soms specifieker wordt gezien in bootstrap*/
		width: 23px !important;
    }
	.PasswordForgettenButtonLeft{
		background-image: url(/website/Templates/Global/Images/Buttons/Bul-OriginalFlower/left-question-bruin.png)!important;/*Important aangezien .btn of .primary-btn soms specifieker wordt gezien in bootstrap*/
		width: 23px !important;
	}
    .SignGuestbookSubmitButtonLeft, .SignGuestbookButtonLeft{
		background-image: url(/website/Templates/Global/Images/Buttons/Bul-OriginalFlower/left-comment-bruin.png)!important;/*Important aangezien .btn of .primary-btn soms specifieker wordt gezien in bootstrap*/
		width: 23px !important;
	}
    .WindowNewUserButtonLeft, .WindowLoginButtonLeft {

        width: 23px;
    }

.ImportantButton, .important__button {
    background-image: url(/website/Templates/Global/Images/Buttons/Bul-OriginalFlower/mid-bruin.png)!important;/*Important aangezien .btn of .primary-btn soms specifieker wordt gezien in bootstrap*/
	background-repeat: no-repeat;
	background-position: right top;
	border: none !important;
	padding: 3px 15px 0px 10px !important;
	margin: 0px !important;
	vertical-align: top;
}

.ImportantButtonRight, .important__button--right {
    background-image: url(/website/Templates/Global/Images/Buttons/Bul-OriginalFlower/right-bruin.png)!important;/*Important aangezien .btn of .primary-btn soms specifieker wordt gezien in bootstrap*/
}






</pre></body></html>