#container_navrow{
	margin-top: 0px;
	color: black;
}

#container_btnrow{
	background:#1D4D95;
	background: rgb(29,77,149); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(29,77,149,1) 0%, rgba(54,155,181,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(29,77,149,1)), color-stop(100%,rgba(54,155,181,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(29,77,149,1) 0%,rgba(54,155,181,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(29,77,149,1) 0%,rgba(54,155,181,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(29,77,149,1) 0%,rgba(54,155,181,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(29,77,149,1) 0%,rgba(54,155,181,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4d95', endColorstr='#369bb5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	margin: 10px 0px 10px 0px;

	padding-top: 10px;
	padding-bottom: 10px;

	color: white!important;
}

#container_btnrow a{
	color: white;
}

#content{

}

#loading{
	padding: 7px;
	text-align: center;
	background: #eee;
	border: 1px solid #ddd;
	box-shadow: 2px 2px 2px #aaa;
	border-radius: 3px;
}

#feedback{
	position: fixed;
	top: 20%;
	right: -5px;
}

.jumbotron{
	background: url('../images/bgjumbo.jpg') center center;
	background-size: 100% 100%;
	padding: 5px 20px 5px 20px!important;
	box-shadow: 0px 0px 8px #999;
}
.widthcap{
	width: auto;
	max-width: 1400px!important;
}

h1{
	color: #143686;
	border-bottom: 1px solid #eee;
}
h2{
	color: #DA2A27;
	font-weight: normal;
	font-size: 15pt;
}
h3{
	color: #333;
	font-size: 17pt;
}

#bodylogin{
	background:#24629E;
}
#container_loginrow .row{
	margin-top: 150px;
}
#container_loginrow .row>div{
	border-radius: 5px;
	padding: 10px;
	text-align: left;
	background: white;
}

#printheader{
	background:#1D4D95;
	background: rgb(29,77,149); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(29,77,149,1) 0%, rgba(54,155,181,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(29,77,149,1)), color-stop(100%,rgba(54,155,181,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(29,77,149,1) 0%,rgba(54,155,181,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(29,77,149,1) 0%,rgba(54,155,181,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(29,77,149,1) 0%,rgba(54,155,181,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(29,77,149,1) 0%,rgba(54,155,181,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4d95', endColorstr='#369bb5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	height: 20px;
	margin-bottom: 10px;
}
#bg-bon{
	box-shadow: 2px 2px 5px #aaa;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 100%!important;
}
#bg-factuur{
	box-shadow: 2px 2px 5px #aaa;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 100%!important;
}

#cartcount{
	display: none;
}

.navbar-header{
	color: black!important;
	position: relative;
	margin: 0 auto;
}
.navbar-header .navbar-brand{
	margin: 0px;
	padding: 0px;;
}
.navbar-header .icon-bar{
	background: black!important;
}
.navbar-header .icon-bar-inverse{
	background: #333!important;
}


.grid-article{
	position: relative;
	text-align: center;
	min-height: 120px;
	padding: 0 10px;
	margin:0 0 20px 0
}

.grid-article .inner{
	border-radius:8px;
	border:1px solid #eee;
	position: relative;
	height: 210px;
}
.grid-article img{
	cursor:pointer;
	margin-top: 15px;
	max-height: 100px;
}
.grid-article input{
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: center;
}
.grid-article .add2favorieten, .grid-article .removeFavorietArtikel{
	display: none;
	position: absolute;
	top: 10px ;
	right: 10px;
	cursor: pointer;
}
.grid-article .stockindicator{
	top: 0px;
	left: 0px;
	text-align: center;
}
.grid-article .add2cart{
	display: none;
	position: absolute;
	top: 10px ;
	left: 10px;
	cursor: pointer;
}
.grid-article .artikelprijs{
	display: block!Important;
	position: absolute;
	bottom: 15px;
	left: 10px;
	cursor: pointer;
	font-size: 8pt;
	font-style: italic;
	color: #777;
}
.grid-article-hover .inner{
	background: #eee;
}
.grid-article .product-titel{
	padding:5px 10px;
	font-weight:bold;
	line-height: 14px;
}
.favoriet {
	background: #83FF7F;
	border-radius: 5px;
}
.custom,
.provider-a{
	display: none;
}


.msg{
	padding: 10px;
	border-radius: 10px;
	display: block;
}

.error{
	color: red;
	font-weight: normal!important;
}

.printborder{
	padding:3px;
	border: 2px solid #555;
	margin:2px;
}

#chatcanvas{
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 1px solid #aaa;
	border-radius: 2px;
}
#chatcanvas .you{
	color: #276F89;
}
#chatcanvas .them{
	color: #666;
}
.l-h-xl{
	line-height:50px!important
}
.l-h-xl .issuer{
	width:100%;
	display:block;
	margin-top: 7px;
}

.spinner {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 3px solid rgba(255,255,255,.3);
	border-radius: 50%;
	border-top-color: #72A9D5;
	line-height: 30px;
	animation: spin 1s ease-in-out infinite;
	-webkit-animation: spin 1s ease-in-out infinite;
	vertical-align: text-bottom;
	margin: 0 5px;
}

@keyframes spin {
	to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	to { -webkit-transform: rotate(360deg); }
}

.provider-container{
	background: #f2f2f3;
	padding: 10px;
	border-radius: 3px;
	margin-bottom:20px;
}

.flash-message{
	padding: 10px;
	border-radius:5px;
	font-weight: bold;
	margin-bottom:20px;
}
.error{
	border: 2px	solid #d14e4e;
	color: #d14e4e;

}
.success{
	border:2px solid #5cb85c;
	color:#5cb85c;
}
.well{
	background:#e4edf1;
	padding:15px;
	border-radius:5px;
	border-color:#e4edf1
}
.m-b{
	margin-bottom:20px;
}
.m-t-sm{
	margin-top:10px;
}
.m-t-md{
	margin-top:20px;
}
.ip{
	text-align: center;
	padding: 10px 0;
	color: #102d4a;
}