body {
	margin-top: 50px;
	padding: 0px;
}
h1 {
	text-align: center;
	margin-top: 20px;
}
form {
	display: block;
	clear: right;
	overflow: hidden;
}
form#deleteitem {
	display: inline-block;
	clear: none;
}
.my-repeated-section {
    display: block;
    min-height: 2em;
    border-bottom: 1px dashed #ccc;
}
/*.jmoddiv {
	color: red;
	background-color: gray;
	text-decoration: none;
}*/
.my-repeated-section input{
    float: left;
}
.my-repeated-section span{
    float: left;
}
fieldset {
	margin-bottom: -5px;
}
label {
	font-weight: bold;
	color: #d48d8d;
}
.modalsection {
	width: 65px !important;
	margin-top: 0px !important;
}
.addconfigs {
	display: block;
	margin-top: -25px;
	float: right;
	margin-bottom: 30px;
}
form#client label, form#restaurant label, form#menus label, form#groups input, form#food-items label {
	width: 100%;
	clear: right;
	margin-bottom: 0px;
	text-align: left;
	margin-top: -3px;
}
form#client input, form#restaurant input, form#menus input, form#groups input, form#food-items input, form#food-items select {
	width: 100%;
	height: 30px;
}
form#food-items textarea {
	width: 100%;
	height: 50px;
}
.row {
	margin-top: 15px;
}
a.removesection, a.addsection, a.removefoodname, a.addfoodname, a.removevariant, a.addvariant, a.removeaddition, a.addaddition {
	margin-top: 20px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
    text-decoration: none;
    color: #fff;
    clear: right;
    text-align: center;
    border-radius: 7px;
}
a.removesection:hover, a.removefoodname:hover, a.removevariant:hover, a.removeaddition:hover {
    background-color: pink;	
    color: black;
}
a.addsection:hover, a.addfoodname:hover, a.addvariant:hover, a.addaddition:hover {
    background-color: yellowgreen;
    color: black;
}
a.addsection, a.addfoodname, a.addvariant, a.addaddition { 
	float: left;
    background-color: green;	
	margin-right: 20px;
}
#groups a.addsection {
    margin-top: -50px !important;
}
a.removesection, a.removefoodname, a.removevariant, a.removeaddition {
    background-color: red;
	float: right;
	margin-right: 0px;
}
.additionbutton {
	margin-top: -45px;
}
.savenclose {
	margin-left: auto;
	margin-right: auto;
}
.readonly {
	border: thin solid lightgray;
	background-color: #F2F2F2FF;
}
.variantadditions {
	border-bottom: thin solid lightgray;
	padding-bottom: 30px;
}
input#description {
	height: 60px;
}
input#featured {
   transform: scale(1.5,1.5);
   margin: 0px;
   width: 20px !important;
}
.bold {
	font-weight: bold;
}
.fooditemform {
	border: thin solid lightgray;
	border-radius: 10px;
	float: left;
	padding-bottom: 20px;
}
.menusection {
	float: right;
}
#variants, #additionals {
	margin-top: 15px;
}
.variant label, .additional label {
	margin-top: 7px;
}
.variantsadditionals {
	border-top: thin solid lightgray;
}
label em {
	font-size: 12px;
	font-weight: normal;
}
.additional label {
	margin-bottom: 5px;
}
.variant label {
	margin-bottom: 6px;
}
.btn-default {
	display: block !important;
	margin-right: auto;
	margin-left: auto;
	background-color: #EFEFEFFF;
}
.btn-default:hover {
	background-color: lightgray;
}

[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
.anchor{
position: relative;
/*padding-top: 75%; //(whatever distance from the top of the page you want)*/
}
.column {
  cursor: move;
}
/*.column.dragElem {
  opacity: 0.4;
}*/
.column.over {
  border-top: 5px dashed red;
  padding-top: 10px;
}

.tooltips {
    position: relative;
    display: inline-block;
}

.tooltips .tooltiptext {
    visibility: hidden;
    width: 200px;
    border: 2px dashed red;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    transition: opacity 0.3s;
    /*background-image: url(/images/140246-200.png);
    background-repeat: no-repeat;
    background-position: center center;*/
}
.tooltips:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    text-shadow: 2px 2px 3px black;
}
.tooltips:hover {
	padding: 7px;
    opacity: .5;
    margin-bottom: 5px;
}
.pointer {
	cursor: pointer;
	width: 200px !important;
	margin-left: auto;
	margin-right: auto;
}
.itemcode {
	margin-top: -5px !important;;
	width: 100px !important;;
}
@media (max-width:991px) {

	a.removesection, a.addsection, a.removefoodname, a.addfoodname, a.removevariant, a.addvariant, a.removeaddition, a.addaddition {
	    font-size: 11px;
	}
	.savenclose {
		margin-left: 0px !important;
}
}