.preview .StandardButton, .StandardButton,.standard__button {
	height: 30px !important;
}
/*
    Standaard layout voor alle buttons
*/

.StandardButton,.standard__button {
	background-color: transparent !important;
	background-image: url(/website/Templates/Global/Images/Buttons/Balloon-Simple/mid-non-lichtgrijs.png)!important;/*Important aangezien .btn of .primary-btn soms specifieker wordt gezien in bootstrap*/
	background-position: top left;
	background-repeat: repeat-x;
	color: #545050 !important;
    font-size: 9px !important;
	text-align: center;
	border: none !important;
	padding: 4px 4px 0 4px !important;
	line-height:15px;
	margin: 0 !important;
	vertical-align: top;
	display: inline-block;
}

.StandardButtonLeft, .standard__button--left {
    background-image: url(/website/Templates/Global/Images/Buttons/Balloon-Simple/left-lichtgrijs.png)!important;/*Important aangezien .btn of .primary-btn soms specifieker wordt gezien in bootstrap*/
	background-position: top left;
	background-repeat: no-repeat;
	vertical-align: top;
	padding-bottom: 4px;
    height: 30px !important;
    width: 4px !important;
	display: inline-block;
}

.StandardButtonRight, .standard__button--right {
    background-image: url(/website/Templates/Global/Images/Buttons/Balloon-Simple/right-lichtgrijs.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: 30px !important;
    width: 4px !important;
	display: inline-block;
}

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

.StandardButton a:hover,.standard__button a:hover {
	color: #545050;
	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/Balloon-Simple/left-lichtgrijs.png)!important;/*Important aangezien .btn of .primary-btn soms specifieker wordt gezien in bootstrap*/
	width: 4px !important;
}

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

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

.RegistrationButtonLeft {
	background-image: url(/website/Templates/Global/Images/Buttons/Balloon-Simple/left-lichtgrijs.png)!important;/*Important aangezien .btn of .primary-btn soms specifieker wordt gezien in bootstrap*/
	width: 4px !important;
}

.WindowNewUserButtonLeft, .WindowLoginButtonLeft {
	width: 4px;
}

.ImportantButton, .important__button {
    background-image: url(/website/Templates/Global/Images/Buttons/Balloon-Simple/mid-non-lichtgrijs.png)!important;/*Important aangezien .btn of .primary-btn soms specifieker wordt gezien in bootstrap*/
	border: none !important;
	background-position: left top;
	padding: 4px 4px 0 4px !important;
	line-height:15px;
	margin: 0 !important;
	vertical-align: top;
}

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