/* Ingredienten lijst in mvwd picnic */

#mvdw_ingr, #showGerechtInfo, #gerechtEditTable{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	max-width: 100%;
}

#mvdw_ingr td, #mvdw_ingr th, #showGerechtInfo th, #gerechtEditTable th{
	border: 1px solid #ddd;
	padding: 2px;
}

#mvdw_ingr th, #showGerechtInfo th, #gerechtEditTable th{
	background-color: #428bca;
	color: white;
  }

#gerechtEditTable input, input[name=gerechtNaam]{
	outline: none;
	background-color: transparent;
	border: 0px solid;
}

#mvdw_ingr tr:nth-child(even), 
#showGerechtInfo tr:nth-child(even), 
#gerechtEditTable tr:nth-child(even){background-color: #f2f2f2;}

#mvdw_ingr tr:hover, #showGerechtInfo tr:hover, #gerechtEditTable tr:hover{background-color: #ddd;}

#addIngredient, #delIngredient {
	color: #428bca;
    cursor: pointer;
}

#mvdw_ingr_naam {
	text-align: left;
}

#mvdw_ingr_winkel_th {
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: rl-tb;
	white-space: nowrap;
	text-align: center;
}

#mvdw_ingr_winkel, #mvdw_ingr_winkel_th {
	width: 10%;
}

#mvdw_gerecht_naam {
	text-align: center;
}

#chkbx {
	text-align: center;
}

/* wunderlist table */
#wunderlist th {

}

#wunder-delete-checkbox {
	text-align: center;
}

/* gerecht_form_table*/
#gerecht_form_table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	margin-left: 5px;
	margin-right: 5px;
}

#gerecht_form_table td, #gerecht_form_table th {
	padding: 2px;
}

#gerecht_form_table th {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    vertical-align: top;
}

/* ingredienten no bullets */
#id_ingredienten {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


/* responsive elements */
/* align stuff */
#page{
    text-align: center;
}

#search_content{
	text-align: center;
}

#gerechten, #ingredienten{
	width: 100%;
	text-align:center;
}

#id_keuze_gerecht{
	padding-left: 5px;
	padding-right: 5px;
}

@media screen and (min-width: 768px){
    #page{
        text-align: left;
    }
    #search_content{
		text-align: left;
    }
    #gerechten, #ingredienten{
		width: auto;
		text-align: left;
	}
}

/* menu buttons */
#button-left {
	padding-left: 0px;
	padding-right: 2px;
}

#button-mid {
	padding-left: 2px;
	padding-right: 2px;
}


#button-right {
	padding-left: 2px;
	padding-right: 0px;
}

@media screen and (min-width: 768px){
	#button-left, #button-mid, #button-right {
		padding-left: 2px;
		padding-right: 2px;
	}
}

/* weekselector */
#weekselector {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	margin-left: 5px;
	margin-right: 5px;
	width: 100%
}

#weekselector td, #weekselector th {
	padding: 2px;
  height: auto;
	white-space: nowrap;
}

#ws-main{
	text-align: center;
}

#ws-left {
	text-align: left;
}

#ws-right {
	text-align: right;
}
/* end weekselector */

/* weekmenu */
#weekmenu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	margin-left: 5px;
	margin-right: 5px;
	width: 100%
}

#weekmenu td, #weekmenu th {
	padding: 2px;
  height: auto;
	/*border: 1px solid #ddd;*/
}

#wm-head-dag, #wm-dag {
	width: auto;
}

#wm-dag {
	vertical-align: top;
}

/* end weekmenu */

/* menu kiezer */
.input-gerecht-keuze {
	max-width: 100%;
}

/* end menu kiezer */

/*Dragend Swipe*/
#dragend-swipe ul {
  list-style-type: none;
	padding: 0;
	margin: 0;
}

#dragend-swipe {
	width: 100%;
	visibility: hidden;
	cursor: hand;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	cursor: grab;
}
/*end Swipe test*/

/* start order list test */
body {
	background-color: #f9f9fa
}

.flex {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

@media (max-width:991.98px) {
	.padding {
		padding: 1.5rem
	}
}

@media (max-width:767.98px) {
	.padding {
		padding: 1rem
	}
}

.padding {
	padding: 5rem
}

.card {
	background: #fff;
	border-width: 0;
	border-radius: .25rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
	margin-bottom: 1.5rem
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(19, 24, 44, .125);
	border-radius: .25rem
}

.list-item {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word
}

.list-item.block .media {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.list-item.block .list-content {
	padding: 1rem
}

.w-40 {
	width: 40px !important;
	height: 40px !important
}

.avatar {
	position: relative;
	line-height: 1;
	border-radius: 500px;
	white-space: nowrap;
	font-weight: 700;
	border-radius: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 500px;
	box-shadow: 0 5px 10px 0 rgba(50, 50, 50, .15)
}

.avatar img {
	border-radius: inherit;
	width: 100%
}

.gd-primary {
	color: #fff;
	border: none;
	background: #448bff linear-gradient(45deg, #448bff, #44e9ff)
}

.flex {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.text-color {
	color: #5e676f
}

.text-sm {
	font-size: .825rem
}

.h-1x {
	height: 1.25rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.no-wrap {
	white-space: nowrap
}

.list-row .list-item {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	padding: .75rem .625rem
}

.list-item {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word
}

.list-row .list-item>* {
	padding-left: .625rem;
	padding-right: .625rem
}

.dropdown {
	position: relative
}

a:focus,
a:hover {
	text-decoration: none
}

list-item {
	background: white
}
/* end order list test */