html {
    min-height: 100%;
	 position: relative;
 
}

body {


	/*font-family: 'Roboto', 'Open Sans', sans-serif;*/
	font-family: 'Montserrat', sans-serif;

  	 /*padding-top: 100px;*/
 	padding-bottom: 60px;
}

/*body.modal-open {
	width:100%;
	overflow: hidden;
	position: fixed;
}*/

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  /*background-color: #f5f5f5;*/
  background-color: #000;
	color:#FFF;
}

.footer_logo {
	height:50px;
	margin:5px;
}
.btn-primary {
	background-color: #AA1725;
	border:#88121D;
	transition:.5s;
}


	.btn-primary:hover {
		background-color: #88121D;
		border:#88121D;
	}

.btn-primary.focus, .btn-primary:focus {
	background-color: #88121D;
	border:#88121D;
}






.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;
}

.row_zoeken {
	background-color:#ECECEC;
	padding:10px 0;
}

.productspecificaties tr :first-child {
	text-align: right;
	
}
.productafbeelding IMG {
	margin:4px;
}

.assortiment_btn {
	margin:5px;
	padding:20px 5px;
	border:1px solid #CECECE;
	background-color:#F8F8F8;
	color:#333;
	transition: background-color 0.5s, color 0.5s;
	border-radius:4px;
}
.assortiment_overzicht A:hover {
	text-decoration: none;
}
.assortiment_btn:hover {
	background-color:#AA1725;
	color:#FFF;
}


.product_tile {
	border: 1px solid #ECECEC;
	margin-bottom:5px;
	
	margin:2px -10px;
	background-color:#FFF;
	transition:background-color 1s;
}

.product_tile:hover {
	background-color:#F8F8F8;
}

.product_tile_img {
	text-align: center;
	min-height:200px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFF;
	border-bottom:1px solid #F8F8F8;
	margin-bottom:3px;
	
}

.product_tile .col-md-12:first-child {
	margin:0px;
	padding:0px;
}


.btn-delete-img {
	display: none;
	position: absolute;
	left:2px;
	top:2px;
	background-color:red;
	color:#FFF;
	border: none;
}
.btn-delete-img:hover{
	background-color:#C80003;
	color:#FFF;
}

.productafbeelding:hover .btn-delete-img {
	display: block;
}



.btn-verplaats-img {
	display: none;
	position: absolute;
	right:2px;
	top:2px;
	background-color:red;
	color:#FFF;
	border: none;
}
.btn-verplaats-img:hover{
	background-color:#C80003;
	color:#FFF;
}

.productafbeelding:hover .btn-verplaats-img {
	display: block;
}

.productafbeelding:first-child {
	min-height:200px !important;
	border:none;
	background-size:contain;
	
}
.productafbeelding {
	
	min-height:100px;
	background-position: center;
	background-repeat: no-repeat;
	border:1px solid #ECECEC;
	margin:3px;
	background-size:cover;
}

.bestelrow .btn {
	transition: padding 0.3s, margin 0.3s;
}

.bestelrow .btn:hover {
	padding:10px 15px;	
	margin:-5px -5px;
}

@keyframes highlightBTN {
    0%   {color: #9d9d9d;}
    20%  {color: #FFF;}
    40%  {color: #9d9d9d;}
    60% {color: #FFF;}
	80% {color: #9d9d9d;}
	100% {color: #9d9d9d;}
}

.highlight {
	animation-name: highlightBTN;
	color:#9d9d9d !important;
    animation-duration: 2s;
}

.bestelrow {
	min-height:50px;
}

.productaantal {
	margin: 0 auto;
    float: none;
}

.factuurovezicht>tbody>tr:hover {
	cursor: pointer;
}

.mijnbestellijstTable  {	
	font-size:12px !important;
}

.mijnbestellijstTable TD {	
	padding:4px !important;
	vertical-align: middle;
}

.mijnbestellijstTable TH {	
	padding:2px !important;
	text-align: center;
}

.mijnbestellijstTable .form-control {
	font-size:12px;
	padding:3px;
	height:25px;
}





/** {margin: 0; padding: 0;}*/




#accordian {
	color:#FFF;
	margin:0;
	background-color: #F8F8F8;
	/*Some cool shadow and glow effect*/
	
}
/*heading styles*/
#accordian h3 {
	font-size: 12px;
	line-height: 34px;
	padding: 0 10px;
	cursor: pointer;margin: 0px;
	
	/*fallback for browsers not supporting gradients*/
	background: #003040; 
	background: linear-gradient(#AA1724, #88121C);
}
/*heading hover effect*/
#accordian h3:hover {
	color:#CECECE;
}
/*iconfont styles*/
#accordian h3 span {
	font-size: 16px;
	margin-right: 10px;
}
/*list items*/
#accordian li {
	list-style-type: none;
}
/*links*/
#accordian ul ul li a {
	color: black;
	text-decoration: none;
	font-size: 11px;
	line-height: 27px;
	display: block;
	padding: 0 15px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
	font-weight: bold;
}

#accordian ul ul li a.subsubitem {
	padding-left:40px !important;
}

#accordian>ul {
	padding-left:0px;
}
/*hover effect on links*/
#accordian ul ul li a:hover {
	background: #E5E5E5;
	border-left: 5px solid #AA1724;
}
/*Lets hide the non active LIs by default*/
#accordian ul ul   {
	display: none;
	background-color:#ECECEC;
	padding-left:0px;
}

#accordian ul ul .subsubitem  {
	font-weight:normal;
	font-style: italic;
	background-color:#F8F8F8;
	
	
}

#accordian li.active ul {
	display: block;
}

#accordian li .subactive {
	font-weight: bold;
	background: #E5E5E5;
	border-left: 5px solid #AA1724;
}



.filter-merk {
	display: none;
	float:left;
	padding:10px;
}

.activeCat {
	font-weight: bold;
	text-decoration: underline;
}

.filter-default {
}

.pagination {
	margin:10px 0;
	
}


.aanbiedingartikel, .aanbiedingartikel {
	min-height:280px;
}

.mijnbestelkaart_table th {
	vertical-align: middle !important;
}



.routeBTN {
	padding:20px;
	border-radius: 6px;
	border:1px solid #AAA;
	background-color:#F6F6F6;
	margin:5px;
	color:#000;
	text-align: left;
}

.routeBTN:hover {
	background-color:#ECECEC;
	text-decoration: none;
	color:#000;
}


.statistiek_vorigjaar TD {
	color:#7A7A7A;
	font-size:12px;
	font-style: italic;
}

.aantalKiezer{
	border:1px solid #AAA;
	border-radius:4px;
	box-shadow: 0px 0px 4px #AAA;
	position: fixed;
	padding:5px;
	background-color:#FFF;
	float: left;
	z-index: 100;
}

.aantalKiezer A{
	margin:4px;
}

.bestellen_periode .box {
	display: none;
}

.bestellen_periode td:hover .box {
	display: block;
}
.bestellen-btn {
	background-color: #AA1725;
    border: #88121D;
	color:#FFF;
	
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;    
    border-radius: 4px;
	
}

.datepicker-days .day {
	font-weight:bold!important;	
}
.datepicker-days .disabled {
	font-weight:normal;
	color:#9F1521 !important;
	
}

.bonustype {
	border:1px solid #AAA;
	padding:20px;
	margin-bottom:10px;
}

.tile > .panel-header {
	padding:10px !important;;
}

.twitter-typeahead {
	width:100%;
}

.planItemCol {
	
}

.tekstblok {
	border-radius:4px;
	box-shadow: 4px;
	padding:5px;
	margin-bottom:5px;
	color:#FFF;
	font-weight:100;
}

.tekstblok .bericht {
	padding-bottom:4px;
}

.ander_tekstblok {
	background: #337AB7;
    background: -webkit-linear-gradient(#4f93ce, #337AB7);
    background: -o-linear-gradient(#4f93ce, #337AB7);
    background: -moz-linear-gradient(#4f93ce, #337AB7);
    background: linear-gradient(#4f93ce, #337AB7);
	
}

.eigen_tekstblok {
	background: #7ab733;
    background: -webkit-linear-gradient(#93ce4f, #7ab733);
    background: -o-linear-gradient(#93ce4f, #7ab733);
    background: -moz-linear-gradient(#93ce4f, #7ab733);
    background: linear-gradient(#93ce4f, #7ab733);
	
}

.bericht_footer {
	border-top:1px solid rgba(255,255,255,0.64);
	padding-top:3px;
}


.crm_btn {
	border:1px solid #AAA;
	border-radius:8px;
	width:120px;
	height:130px;
	padding-top:30px;
	float:left;
	text-align: center;
	margin:10px;
	
}
.crm_btn .fa {
	font-size:35px;
	clear: both;
	width: 100%;
}

.producten_muurkrant A {
	color:#000;
}


.muurkrantThumb {
	z-index:4;
    transition: transform .2s; /* Animation */
}

.muurkrantThumb:hover {
	 transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.muurkrantAfbeeldingActive {
	/*border:1px solid red !important;*/
	transform: scale(1.2);
	box-shadow: 0px 0px 3px #AAA;
}

.muurkrant_label_actie {
	position:absolute;
	width:80px;
	top:3px;
	left:3px;
	height:80px;
	padding-top:25px;
	background-color:#FFC800;
	color:#FFF;
	text-align: center;
	border-radius: 50%;
	border:3px solid #FFF;
	text-transform: uppercase;
	box-shadow: 0px 0px #000 6px;
	font-weight:bold;
	background: linear-gradient(#A81A2A, #830816);
}


.crm_prijslijst_klantzoeken_result {
	display: none;
	border:1px solid #ccc;
	margin-top:10px;
	max-height: 200px;
	overflow: auto;
}

@media (min-width: 992px) {

	.modal-xxl {
		width: 1600px;
	}
	
}

.klantenlijst tr {
	cursor: pointer;
}

.artikelkaart H4 {
	background-color:#222222;
	color:#FFF;
	padding:4px;
	border-radius: 4px;
	
}

.artikelkaart_table td {
	font-weight: bold;
	
}


.artikelkaart_table td:first-child {
	font-weight: normal;
	font-style: italic;
	color:#6C6C6C;
	width: 50%;
	
}

.artikelkaart .productafbeelding {
	min-height: 40px;
}

@media (min-width: 992px)
{
	.modal-xl {
		width: 1000px;
	}
	
	.modal-xxl {
		width: 1200px;
	}
}

.colorBtn {
	width: 30px;
	height:30px;
	border-radius:50%;
	float:left;
	margin:4px;
	box-shadow:0px 0px 5px #676767;
	border:3px solid #FFF;
	
}

.colorBtnActive {
	border:3px solid red !important;
}

#scrollable-dropdown-menu .tt-dropdown-menu {
  max-height: 300px;
	min-height:300px;
  overflow-y: auto;
}

@media only screen and (max-device-width:768px){

body.modal-open {
overflow: hidden;
position: fixed;
}
}

body.viewport-lg {
position: absolute; 
}

body {  
overflow-x: hidden;
overflow-y: scroll !important;
}


.ikki_btn {
	background-color:#A81D2C;
	background: linear-gradient(#AA1724, #88121C);
	
	float:right;
	
	color:#FFF;
	box-shadow:0px 0px 3px #AAA;
	border-radius:4px;
	overflow: hidden;
}

.ikki_btn_links {
	float:left;
	background-color:#FFF;
	padding:3px;
	
}
.ikki_btn_mid  {
	float:left;
	padding:8px 3px 0 2px;
	font-style: italic;
	color:#AAA;
}

.ikki_btn_rechts {
	float:right;
	padding:8px 10px 0 5px;
	color:#FFF;
}

.factuuroverzicht-table TH {
	vertical-align: bottom;
}

.factuuroverzicht-table TH .btn-sm {
	padding:3px !important;
	border:0px;
	
}

.algemeneOpmerkingenContainer {
	max-height:400px;
	overflow-y:auto;
	border-bottom:1px solid #E7E7E7;
	
}
.factuur_algemene_opmerking {
	border-radius:5px;
	background-color:red;
	box-shadow:0px 0px 4px #AAA;
	padding:10px;
	color:#FFF;
	background: #337AB7;
    background: -webkit-linear-gradient(#4f93ce, #337AB7);
    background: -o-linear-gradient(#4f93ce, #337AB7);
    background: -moz-linear-gradient(#4f93ce, #337AB7);
    background: linear-gradient(#4f93ce, #337AB7);
	margin-bottom:10px;
	
}

.factuur_algemene_opmerking HR {
	margin-top:5px;
	margin-bottom:5px;
}
.factuur_algemene_opmerking span {
	font-size:10px;
	color:#FFF;
}

.aanmaningoverzicht-container TD, .aanmaningoverzicht-container TH {
	font-size:12px !important;
}

.aanmaningoverzicht-container .form-control {
	font-size:12px !important;
}

.factuuroverzicht TD {
	
	
}


.activemarker {
	background-color:orange;
}


.row.homeaanbiedingen > [class*='col-']:not(:last-child):after {
	background: #e0e0e0;
	width: 1px;
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	bottom: 20px;
	right: 0;
	min-height: 70px;
}

.aanbiedingtile {
	/*margin:10px;*/
	margin-top:10px;
	margin-bottom:10px;
	width: 100%;
	position: relative;;
	float:left;
	min-height:250px;
	background: rgb(170,23,37);
	background-image: linear-gradient(132deg, rgba(170,23,37,1) 0%, rgba(111,6,16,1) 100%);
	transition: all 0.2s;
	padding:20px;
	box-shadow:none;
	background-size:cover;
	background-position: center;

}

.aanbiedingtile:hover {
	background-image: linear-gradient(132deg, rgba(111,6,16,1) 100%, rgba(170,23,37,1) 0%);
	box-shadow:0px 0px 10px #000;
	text-decoration: none;
}
.aanbiedingtile H1 {
	color:#FFF;
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	line-height: 150%;
	text-shadow: 0px 0px 6px #000;


}.aanbiedingtile H2 {
	color:#FFF;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	line-height: 150%;
	border-top:1px dotted rgba(255, 255, 255, 0.38);
	border-left:1px dotted rgba(255, 255, 255, 0.38);
	position: absolute;
	bottom:-10px;
	right:0px;
	width:80%;
	border-top-left-radius: 8px;
	background-color: rgba(170, 23, 37, 0.89);
	padding:10px;


}



.catBreadcrumb A {
	color:#000;
}
.catBreadcrumb A:hover {
	text-decoration: none;
}


.muurkrantitem {
	min-height:250px;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.5s;
}
.muurkrantitem:hover {
	text-decoration: none;
	border: 1px solid #AA1725 !important;
}

.muurkrantitem H2 {
	text-align: center;
	text-transform: uppercase;
	color:#FFF;
	margin-top:55px;
	font-size:20px;
	background-color: rgba(170, 23, 37, 0.89);
	padding:10px;
	transition: all 0.5s;

}

.muurkrantitem:hover H2{
	background-color: rgba(123, 23, 31, 0.89);

}


.currentweek {
	background-color:#ECECEC !important;
}
.tdPrijs:hover {
	background-color:#AA1725;
	color:#FFF;

}

.tdPrijs {
	transition: all 0.3s;
}

.bellijstInputAantal {
	text-align: center;
}

.bg-success {
	background-color:#DFF0D8;
}


header {
	height: 100px;
}


#sidebar {
	width: 180px;
	padding: 10px;
	background: red;
	float: right;
}

.fixed {
	position: fixed;

}

* {
	margin: 0;
	padding: 0;
}

.wrapper {
	overflow: auto;
	position: relative;

}

.boncuisine-card-title {
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	line-height: 150%;
	border-top: 1px dotted rgba(255, 255, 255, 0.38);
	border-left: 1px dotted rgba(255, 255, 255, 0.38);
	position: absolute;
	bottom: -10px;
	right: 0px;
	width: 80%;
	border-top-left-radius: 8px;
	background-color: rgba(170, 23, 37, 0.89);
	padding: 10px;
}
.boncuisine-card-title-green {
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	line-height: 150%;
	border-top: 1px dotted rgba(255, 255, 255, 0.38);
	border-left: 1px dotted rgba(255, 255, 255, 0.38);
	position: absolute;
	bottom: -10px;
	right: 0px;
	width: 80%;
	border-top-left-radius: 8px;
	background-color: rgba(0, 193, 0, 0.89);
	padding: 10px;
}

.boncuisine-card {
	min-height:300px;
	position: relative;
	float: left;;
	margin-bottom:20px;
	width: 100%;
}

.boncuisine-card:hover {
	box-shadow: 0px 0px 5px rgba(0,0,10,.9);
}

.table-statistiek-data TBODY TR:hover {

}

@media (min-width: 992px) {

	.modal-lg {
		width: 95%;
	}
}

.factuurversturen-collapse .checkbox {
	text-transform: capitalize;
	margin-left:15px;

}

.TDverticaleLine {
	width:2px;
	background-color: rgba(170, 23, 37, 0.89);
	border:none !important;
	padding:0px !important;;



}
