/**
 * This file is a container for custom CSS. You can use it to override the default styles of the theme.
 *
 * 1. Copy the file "SAMPLE.custom.css" and rename it to "custom.css".
 *    Otherwise this file will not be loded by Magento.
 * 2. Enable it in the admin panel.
 * 3. Uncomment slected sample styles or add your own CSS to override the default styles of the theme.
 *
 * Please refer to the user guide for more details.
 *
 */


/* Products
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Product labels
-------------------------------------------------------------- */
/*
.sticker.new {
	background-color:#555;
	color:#fff;
}
.sticker.sale {
	background-color:orange;
	color:#fff;
}
*/

/* Stock indicator on product page (configurable products):
icon background color
-------------------------------------------------------------- */
/*
a.availability-only span.icon { background-color:orange; }
*/


/* Miscellaneous
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Drop-down carets in header
-------------------------------------------------------------- */
/* Disable transparency and change color */ 
/*
.header .caret {
	opacity:1;
	filter:alpha(opacity=100);
	border-top-color: red;
}
*/

/* Other elements
-------------------------------------------------------------- */
/* Number of products in category (sidebar menu) */
/*
.vertnav .number { color: #000; }
*/
.nav-container {
	background:#f8f8f8;
}

#formulier {
    float: left;
    width: 300px;
	line-height:36px;
}

.input-box input {
    width: 350px;
}

.input-box textarea {
    width: 350px;
}

#dealerInquiry .buttons-set {
	border-top:0px;	
}

#contactForm .fields {
	margin: 5px;
}

.button:hover {
	background-color:#FF7214;
}

.i-char {
	color:#fff;
}

#button-custom {
	border-radius:10px;
	background-color:#0793e2;
	padding:10px 40px;
	box-shadow:#000;
	width: 237px;
	color:#fff;	
}

#button-custom:hover {	
	background-color:#1476ad;
}

#rep th {
	padding:5px;
}

#rep td {
    
}

#rep tr {
	background: #f6f6f6 none repeat scroll 0 0;
}

.main {
 padding: 20px 0 0;	
}

.button-excluso { 
	background-color: #ff7214;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 19px;
    margin: 0;
    overflow: visible;
    padding: 0 13px;
    text-align: center;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s;
    white-space: nowrap;
}

.icon.ic.ic-menu {
    background-color: #fff;
}
.icon.ic.ic-user {
    background-color: #fff;
}
#button-custom2 {
    background-color: #0793e2;
    border-radius: 10px;
    color: #fff;
    padding: 17px;    
}
.button-action {
		width:90%;
		margin:auto;
		font-size:14px;
	}
.pricingbuttonaction {
		font-size:19px;
}
.bgcontact {
	margin-bottom:-30px;
}
@media only screen and (max-width: 360px) {
	#button-custom2 {
	 width:80%;	
	}
	#button-custom {
	 width:80%;	
	 font-size:10px; 
	}
	.button-action {
		font-size:10px;
	}
}

@media only screen and (max-width: 639px) {
	#button-custom2 {
	 width:80%;	
	}
	#button-custom {
	 width:80%;	
	 font-size:11px; 
	}
	.button-action {
		font-size:11px;
	}
	
}

@media only screen and (max-width: 939px) {
	.bg3steps {
		background-size: auto 100% !important;
	}
	.bgcontact {
		background-size: auto 100% !important;
		margin-bottom:-30px;
	}
}

.caption > * {
    display: block !important;
}
.caption > *, .caption .heading, .caption .permanent {
    display: block !important;
}
.repnr {
	width:45px;
	padding-left: 5px;
}
.bestelnr {
	width:70px;
}
.omschrijving {
	width:275px;
}
.omschrijvingveld {
	width:270px;
}
.datums {
	width:70px;
	padding-left:5px;
}
.voornaam {
	width:70px;
}

.uitklapscherm{
	background:#f6f6f6 none repeat scroll 0 0;
	border-color: #dadfe0;
    border-style: solid;
    border-width: 0 1px 1px 0;
}

.hidden {
	display:none;
}

.fields {
    margin: 5px;
}

.toggle {
    background-color: #ff7000;
    color: #fff;
    line-height: 27px;
    margin: 2px;
    padding: 5px 7px;
}

#float-left-div {
	float:left;
	width:31%;	
}

#formulier1 {
    display: block;
    float: left;
    line-height: 30px;
    margin-right: 0.5em;
    text-align: right;
    width: 15em;
}

.floatbox {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid black;
    color: #000;
    display: none;
    font-size: 14px;
    margin: auto;
    min-height: 150px;
    padding: 5px;
    position: absolute;
    width: 700px;
    z-index: 999;
}

a:hover + .floatbox {
    display: block;
}

#rep input {
    border: 0 none;
    font-size: 11px;
    padding: 6px 5px;
}

.margin_rep_table {
	padding:5px;
}
#medium-input {
	width: 247px
}
#small-input {
	width:100px;
}
.closure-notification {
  color: #ff0000;
  font-weight:bold;
}