BODY {
	font-size: 10pt;
}
.control-label, .controls, .ordercomponent label, .ordercomponent input[type="text"], 
#guests, #splash , .navbar-inner H6, .comment, #comment, .body,.btn-large, .alert{
	font-size: 13pt;
}
.ordercomponent label.smaller {
	font-size: 13pt;
}
#popmsg {
	position: fixed;
	top: 50px;
	left: 50%;
	margin-left: -175px;


	width: 350px;
	background: #aaffaa;
	text-align: center;
	color: #000;
	padding:10px 15px;
	z-index: 10000;
	display: none;
	border-radius: 10px;
	border: 2px solid #000;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	font-size: 1.2em;
	font-weight: bold;
}
#content {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.slidebar{
	height: 100%;
	float: right;
	width: 30px;
	background: #ccc;
	border-right: 1px solid #aaa;
	top: 0px;
	z-index: 31000 !important;
	cursor: pointer;
	padding: 0px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	padding-top: 10px;
	padding-left: 5px;
}
.leftcontent {
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	width: 570px;
	z-index: 30000;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.leftmenu {
	overflow-x: hidden;
	overflow-y: hidden;
	height: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 30000;
	width: 30px;
	
	display: inline-block;
	background: #eee;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.leftmenu .panel {
	border-bottom: 4px solid #ef705b;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 15px 0px;
}
.leftmenu H2 {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	font-size: 1.2em;
	font-weight: 600;
	width: 100%;
	
	background: url(../img/backgrounds/dark.png);
	color: #fff;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.leftmenu .menuactions LI {
	padding: 5px 10px 5px 10px;
	
}
.shopbasket{
	padding: 5px;
}
.shopbasket UL {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.shopbasket .basketperson {
	font-size: 1.3em;
	font-weight: 300;
	padding: 5px;
	cursor: pointer;
}
.basketperson H3 {
	background: #faa;
	color: #fff;
	font-size: 1.2em;
	padding-left: 20px;
}
.basketperson.active H3 {
	background: #ff503b;
}
.activeperson {
	color: #ff503b;
}
.shopbasket  LI {
	font-size: 1.3em;
	padding: 10px 3px 3px 20px;
	border-bottom: 1px solid #ccc;

}
.shopbasket  .price {
	font-weight: 600;
		border-bottom: 1px solid #aaa;
}

#daylistbar {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 100%;
	padding-right: 20px;
	height: 120px;
}
#top {
	margin-top: 120px;
}
.dayitem {
	width: 14.28%;
	display: inline-block;
	float: left;
}
#daylist  .day {
	padding: 7px;
	height: 120px;
	
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	cursor: pointer;
	width: 100%;
	
}

#daylist {
	float: left;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	height: 120px;
	width: 94%;
	
}
.daystatus ul {
	margin-top: 5px;
}
.daystatus LI {
	padding-top: 2px;
	text-align: center;
	font-size: 1.3em;
}
#daylist .day.hasorder {
	background: #afa url('/img/silvergreen.png') no-repeat left;
	background-size: cover;
}
#daylist .okicon {
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	
	background-size: 20px 20px;
}
#daylist .day.noorder .daystatus {
	color: #f00;
	
}
#daylist .day.noorder {
	background: #afa url('/img/silverred.png') no-repeat left;
	background-size: cover;
}
#daylist .day.active {
	background: #afa url('/img/silver.png') no-repeat left;
	background-size: cover;
	border: 3px solid #0a0;
	padding: 4px;
}
#daylist .day.disabled  .daystatus{
	color: #888;
}
#daylist .day.disabled{
	background: #afa url('/img/silverdisabled.png') no-repeat left;
	background-size: cover;
	color: #888;
}

#daylist .daytitle {
	text-transform: uppercase;
	font-size: 1.6em;
	text-align: center;
	font-weight: 600;

	padding: 2px;
}
#daylist .daydate {
	font-size: 1.5em;
	text-align: center;
	font-weight: 600;
	
}
.daylistbtn.prev {
	background: #eee url('/img/btn_left.png');
	background-size: 100% 100%;

}
.daylistbtn.next {
	background: #eee url('/img/btn_right.png');
	background-size: 100% 100%;
}
.daylistbtn {
	float: left;
	display: inline-block;
	width: 6%;
	height: 120px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	cursor: pointer;
}
.slick-next,.slick-prev {
	display: none !important;
}

.fixed {
	position: static;
	
}
.component.btn {
	padding: 10px 15px 10px 15px;
	font-size: 1em;
	font-weight: normal;
}
.menuheader, .menuheader H6 {
	border: 0px;
	font-size: 1.3em;
	text-align:  center;
	width: 100%;
}
.gangheader, .gangheader H6 {
	font-size: 1.3em;
	background: #ccc;
	color: #777;
	border: 0px;
}
#totop {
	display: none;
	padding: 10px 15px 10px 15px;
	position: fixed;
	top: 0px;
	right: 25%;
	z-index: 10000;
	background: #eee;
	color: #000;
	cursor: pointer;
	border-radius: 0px 0px 4px 4px;
	
	box-shadow: 0 4px 4px rgba(0,0,0,0.06) ; 
	-webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.06) ; 
	-moz-box-shadow: 0 4px 4px rgba(0,0,0,0.06) ;

}
li [class^="icon-"], .nav li [class^="icon-"], li [class*=" icon-"], .nav li [class*=" icon-"], .nofl {
	float: none !important;
}

.plusmin ,.plusmin:hover{
	font-size: 16pt;;
	font-weight: bold;
	background: #777;
	color: #fff;
	height: 15px;
	
	
	margin-left: 3px;
}
.btn, .basketperson, .dayitem {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
LI.inactiveorder {
	font-size: 1em;
	padding: 3px 3px 3px 20px;
	cursor: pointer;
}
#deliverto {
	margin: 8px;
	width: 90%;
	padding: 5px;
	font-size: 1em;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.white {
	color: #fff;
}
#top {

	height: 50px;
	padding-right: 20px;
}
#top .location {
	color: #ccc;
}
#top .location, #top .weekname {
	display: inline-block;
	float: left;
	line-height: 30px;
	padding: 10px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	font-size: 1.6em;
}
#top .btn {
	float: right;
	margin-right: 20px;
	margin-top: 5px;
}
.ordercomponent {
	display: inline-block;
	width: 440px;
	padding: 4px;
	text-align: right;
	
}
.dishheader {
	border: 0px;
	font-size: 1.5em;
	color: #777;
	text-align: left;
	padding: 4px;
}

.ordercomponent label {
	display: inline-block;
	width: 300px;
	padding-right: 10px;
}

.ordercomponent input[type="text"], .guestcount[type="text"] {
	width: 40px;
	margin-right: 3px;
	border: 1px solid #000;
	text-align: right;
}
.inputgroup.saltless {
	display: none;
}
.filled {
	background: #aaffaa !important;
}
#footer {	
  padding: 0 20px; border-top: 4px solid #ccc; bottom: 0; font-size: 11px; color: #aaa;
 }

 #container, #maincontent, #content, #top, #footer { 
	display: block;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	float: none;
}
#top, #footer, #container, #daylistbar {
	margin-left: 30px;
	
}
.patient {
	display: none;
}

.restaurantopenend {
	color: #000;
}
.body {
	vertical-align: top;
}
.dishsep {
	border-bottom: 3px solid #aaa;
}

.dishgroup,  .singledish {
	border-right: 1px dashed #000;
	border-top: 1px dashed #000;
}

.dishgroup , .singledish{
	display: inline-block;
	max-width: 448px;
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 5px;
}
.inputgroup > span, .inputgroup > input, .inputgroup > div {
	vertical-align: top;
	margin-top: 0px;
}

.row-fluid, FORM, .wrapper, #content, #container{
	z-index: 0;
	clear: both;
}
.row-fluid {
	width: 95%;
}
#daylistbar, #daylist, .leftmenu, #top {
	z-index: 10000;
	
}
.marker {
	background: #fff445;
}
#comment {
	border: 1px solid #777 !important;
}
.ordercomponent label {
	font-weight: bold;
}
INPUT[type="checkbox"],INPUT[type="radio"] {
	width: 20px;
	height: 20px;
}
.besteld {
	width: 98%;
	background: green;
	color: #fff;
	font-weight: bold;
	padding: 3px 8px !important;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;

}
.modal {
	z-index: 10050;
}
.modal-backdrop {
z-index: 10040;
}
.modal-header {
	text-align: center;
}
.modal-body {
	height: 80px !important;
	overflow: hidden;
	text-align: center;
}
.activeswitch {
	border: 2px solid #000;
}
.daydescription {
	text-transform: lowercase;
}
.weekbar .startday {
	width: 10%;
	display: inline-block;
	text-align: center;
	border: 1px solid #ccc;
	padding: 10px;
}
.weekbar .startday:hover {
	border: 1px solid #7777ff;
}
.weekbar .startday  H3 {
	margin: 4px 0px;
}
.weekbar .dayoff {
	color: #ccc;
}
.welcomelogo {
	height: 160px;
}
.welcomeheader {
	text-align: center;
	background-image: url('/img/meat.jpg');
	background-position: left;
	background-size: cover;
	height: 250px;
	color: #fff;

}
.rounded {
	overflow: hidden;
	border-radius: 50px 50px 0px 0px;
}
.row {
	float: left;
	width: 100%;
}
.row > .control-group {
	width: 50%;
	display: inline-block;
	float:left;
	vertical-align: top;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.row > .control-group >.control-label {
	width: 40%;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.row > .control-group >.controls {
	width: 60%;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.brb {
	border-bottom: 1px solid #ccc;
}
.col-md-2,.col-md-12,.col-md-4,.col-md-3,.col-md-6 {
	display: inline-block;
	vertical-align: top;
	padding: 3px 5px;
}
.col-md-2 {
	width: 16%;
}
.col-md-12 {
	width: 100%;
}
.col-md-6 {
	width: 50%;
}
.col-md-4 {
	width: 33%;
}
.col-md-3 {
	width: 25%;
}
.comment {
	background: #eee;
}
.hideme {
	display: none;
}

.basket_item[data-dish_id="21559"]:not(:first-child) {
    display: none;
}