body {
	font-family: 'Quicksand', sans-serif;
}
/* PAGES */
body.mk-body {
	background-image: url(../images/achtergrond.jpg);
	background-repeat: repeat;
	font-family: "Courier New", Courier, monospace;
}
.mk-body .container {
	margin-top:10px;
}
.mk-body .container .jumbotron {
	border-radius: 0px;
}
.mk-body .jumbotron {
	background-color: #ffffff;
	padding-left: 36px;
	padding-right:36px;
	padding-top:20px;
}
.mk-body ul {
	margin-left:0px;
	margin-bottom:0px;
	padding-left:0px;
}
.mk-body li {
	list-style:none;	
}
.mk-body .links {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.mk-body .mk-home-link {
	display:block;
}
.mk-body a:link {
	text-decoration: none;
	color: #00AEBF;
}
.mk-body a:visited {
	text-decoration: none;
	color: #00AEBF;
}
.mk-body a:hover {
	text-decoration: none;
	color: #666666;
}
.mk-body .jumbotron h1, .mk-body .jumbotron h2 {
	color: #00aebf;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
}
.mk-body .jumbotron p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.mk-body .jumbotron img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.mk-body .jumbotron .mk-line {
	background-image:url(../images/lijn-dik.jpg);
	background-repeat:repeat-x;
	height:20px;
	margin-bottom:10px;
	margin-top:10px;
	clear:both;
}
.mk-order-button {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:right;
}
.mk-badge:hover {
	background-color: #777777;
}
.beschrijving {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.mk-body p.mk-inline-price {
	display:inline;	
}
.mk-seller span.kop {
	display:block;
	color: #00aebf;
    font-size: 20px;
    margin-top:20px;
}
.mk-seller span.seller-name {
	width:200px;
	display:inline-block;
}
.mk-seller span.seller-url {
}

.mk-body.products .row-mk-prod {
	margin-bottom:20px;	
}

#orderModal h2 {
	color: #00AEBF;
	margin-top:0px;
}
/* Honeypot */
#nd-url-hp {
	display: none !important;
}
#nd-order-url.form-control {
	display: none !important;
	visibility: hidden;
}

/* LOGIN */
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* ADMIN */
body.admin {
  padding-top: 50px;
}
.starter-template {
  padding: 40px 15px;
}
.nd-edit-panel, .nd-remove-button {
	cursor:pointer;
}
.nd-edit-panel-form {
	display:none;
}
.add-prod-images {
	margin: 5px 0px;
	background-color: #f9ffe5;
    border: 1px dashed #123456;
    color: green;
    padding: 5px;	
}
.img-container{
	position:relative;
	display:inline;
}
.remove-btn {
	position:absolute;
	right:11px;
	top:-44px;
	color:#a94442;
	cursor:pointer;
	z-index:10;
}
.img-container img.preview-img{
	height:100px;
	width:100px;
	padding:5px;
	border:1px solid #e8debd;
	margin:0px 10px 10px 0px;
}

/* IMAGES sort list */
.nd-images-list {
	
}
.nd-images-list li.prod-image-sort {
	margin-bottom: 10px;
	list-style: none;
	cursor: move;
	background-image: linear-gradient(to bottom, #f5f5f5 0px, #e8e8e8 100%);
    background-repeat: repeat-x;
	border:1px solid #999;
	padding: 5px;
}
.nd-images-list li.prod-image-sort input[type=text] {
	display :none;
}
.nd-images-list .prod-image-sort-move {
}
.nd-images-list .nd-prod-image-two {
    position: absolute;
	left: 50%;
}

/* MEDIA QUERY for max width */
@media (min-width: 768px) { 
	.mk-body .container, .mk-body .jumbotron { 
		max-width: 820px; 
	} 
}
@media (max-width: 767px) { 
	.mk-body.products .row-mk-prod {
		margin-bottom:0px;	
	}
	.mk-body.products .row-mk-prod img {
		margin-bottom:20px;
	}
}