/*
    Standaard layout voor alle buttons
*/

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

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


.StandardButtonLeft, .standard__button--left {
    background-image: url(/website/Templates/Global/Images/Buttons/Bul-RoundedLeftBig/left-small-groen.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-bottom: 4px;
    height: 25px !important;
    width: 11px !important;
	display: inline-block
}

.StandardButtonRight, .standard__button--right {
    background-image: url(/website/Templates/Global/Images/Buttons/Bul-RoundedLeftBig/right-small-groen.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-bottom: 4px;
    height: 25px !important;
    width: 13px !important;
	display: inline-block;
}

.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-RoundedLeftBig/left-groen.png)!important;/*Important aangezien .btn of .primary-btn soms specifieker wordt gezien in bootstrap*/
	width: 27px !important;
	height: 30px !important;
}


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

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

    .RegistrationButtonLeft {
        background-image: url(/website/Templates/Global/Images/Buttons/Bul-RoundedLeftBig/left-plus-groen.png)!important;/*Important aangezien .btn of .primary-btn soms specifieker wordt gezien in bootstrap*/
		width: 27px !important;
		height: 30px !important;

    }
    .PasswordForgettenButtonLeft{
		background-image: url(/website/Templates/Global/Images/Buttons/Bul-RoundedLeftBig/left-question-groen.png)!important;/*Important aangezien .btn of .primary-btn soms specifieker wordt gezien in bootstrap*/
		width: 27px !important;
		height: 30px !important;
	}
    .SignGuestbookSubmitButtonLeft, .SignGuestbookButtonLeft{
		background-image: url(/website/Templates/Global/Images/Buttons/Bul-RoundedLeftBig/left-comment-groen.png)!important;/*Important aangezien .btn of .primary-btn soms specifieker wordt gezien in bootstrap*/
		width: 27px !important;
		height: 30px !important;
	}
    .WindowNewUserButtonLeft, .WindowLoginButtonLeft {
        width: 27px;
		height: 30px !important;
    }
	.PasswordForgottenButton, .SignGuestbookButton {
		background-position: top center;
		background-repeat: repeat-x;
		border: none !important;
		padding: 4px 4px 0px 4px !important;
		margin-top: 2px !important;
		vertical-align: top;
		display: inline-block
	}
	.PasswordForgettenButtonRight, .SignGuestbookButtonRight{
		padding-top: 5px !important;
		margin-top: 2px !important;
		height: 24px !important;
	}

.ImportantButton, .important__button {
    background-image: url(/website/Templates/Global/Images/Buttons/Bul-RoundedLeftBig/mid-groen.png)!important;/*Important aangezien .btn of .primary-btn soms specifieker wordt gezien in bootstrap*/
	border: none !important;
	height: 24px !important;
	padding: 4px 4px 0px 4px !important;
	margin: 0px !important;
	margin-top: 2px !important;
	vertical-align: top;
}

.ImportantButtonRight, .important__button--right {
	Height: 30px !important;
	margin-top: 2px !important;
    background-image: url(/website/Templates/Global/Images/Buttons/Bul-RoundedLeftBig/right-groen.png)!important;/*Important aangezien .btn of .primary-btn soms specifieker wordt gezien in bootstrap*/
}







