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;
}
#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;
}
.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;
}
.welcomechoice {
	display: inline-block;
	margin-bottom: 10px;
	margin-left: auto;
}
.welcomechoice  LI{
	

	padding: 10px 20px 10px 20px;
	margin-bottom: 1px;
	max-width: 500px;
}
.welcomechoice .btn {
	line-height: 18pt;
}
.restaurantopenend {
	color: #000;
}
.body {
	vertical-align: top;
}
.dishsep {
	border-bottom: 3px solid #aaa;
}

.dishgroup,  .singledish {
	border-right: 1px dashed #000;
}
.dishgroup , .singledish{
	display: inline-block;
	max-width: 460px;
	vertical-align: top;
	margin-top: 5px;
	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;
}

#daylistbar, #daylist, .leftmenu, #top {
	z-index: 10000;
	
}