/*wachtenden voor u*/
#progressmessage {
    display: none !important;
}

/*Titel*/
#ctl00_breadcrumbsContentPlaceHolder_lblHomePageTitle {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
}

/*Image Gallary Content - Inno 06 05 2023*/
div .image-gallery-slide > img {
	box-shadow: 10px 10px 15px #999;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
}

/*footer*/
.footer-content li a {
    color: #fff !important;
}
.footer-area .footer-title h5 {
     color: #fff !important;
}
.footer-area .footer-title {
    border-bottom: 0px solid #fff !important;
}
.footer-content {
    margin-left: 0px !important;
}
.footer-content.box-information li {
    color: #fff !important;
}
.footer-content.box-information li i {
    color: #fff !important;
}
/*thumbnails onder slider productpagina*/
#ctl00_pageContentPlaceHolder_radImageGallery_ThumbnailsArea > div > div > ul > li {
    display: inline-block;
    vertical-align: middle;
    max-width: 100px;
    max-height: 100px;
    float: none !important;
}
#ctl00_pageContentPlaceHolder_radImageGallery_ThumbnailsArea > div > div > ul > li > a {
    height: auto !important;
}
#ctl00_pageContentPlaceHolder_radImageGallery_ThumbnailsArea > div > div > ul > li > a > img {
    /* Make sure the image ratio is kept*/
    max-width: 100px;
    max-height: 100px;
    width: auto !important;
    height: auto !important;
}
.rigThumbnailsList li {
    margin: 5px !important;
}
/*extra CSS*/


/*Verbergen Referentievelden*/
[for="txtCustomerReference"] {
    display: none !important;
}
#txtCustomerReference {
    display: none !important;
}
[name="lblCustomerReference"] {
    display: none !important;
}
[name="btnCustomerReference"] {
    display: none !important;
}
	img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
	transition: .3s ease/* For IE8 and earlier */
}

/*Image Gallary Content - Inno 06 05 2023*/
.image-gallery-slide img {
	box-shadow: 10px 10px 15px #999999;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}

.productContainerCell .product-container-image img {
	max-height: 100% !important;
	margin-top: 0px !important;
    margin-right: auto !important;
    margin-bottom: 0px !important;
    margin-left: auto !important;
	box-shadow: 2px 2px 4px #999999 !important;
	border-style: solid !important;
	border-width: 1px !important;
	border-color: #999999 !important;
}
