:root {
  --calendar-color: blue;
}
header {
	border: 0px dashed green;
}

input:nth-child(3n+0) {
	background-color: blue;
}

.select-time2 {
	border: 0px solid black !important;
	display: inline-block;
	padding: 6px;
	text-decoration: none;
	background-color: var(--calendar-color);
	color: white;
	margin-right: 10px;
	margin-top: 8px;
	border-radius: 10px !important;
	width: 76px;
	text-align: center;
	font-size: .85em;
}



div.box {
  border: 0px dashed blue;
  clear: both;
  padding: 10px;
}

div.label {
  border: 0px solid green;
  width: 100%;
  background: #afacac;
  padding: 5px;
  display: block;
}

.opening-times-form .form-item {
	border: 0px dotted red;
	width: 165px;
	float: left;
}

#edit-submit {
	border: 0px dotted red;
	clear: both;
}

.opening-times-form input {
	padding: 2px;
	width: 100px;
	border: 1px solid;
}

.opening-times-form input[type=submit] {
	border: 0px solid orange !important;
	height: 50px;
	color: white;
}

div.form-text {
	border: 5px solid red !important;
}

div.clear {
  border: 0px solid red !important;
  clear: both;
}

div#tables-from {
	height: 50px;
	padding: 5px;
	width: 800px;
}

fieldset#tables-to {
	height: 225px;
	border: 5px solid #dedede;
	padding: 10px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 0px;
	text-align: center;
	width: 700px;
}

fieldset#tables-to legend {
	text-align: left;
	font-weight: bold;
	margin-left: -40px;
	padding-top: 5px;
}

div#tables-remove {
	border: 5px solid #985b5b;
	width: 740px;
	padding: 30px;
	height: 30px;
	margin-top: 20px;
	text-align: center;
	color: grey;
	font-size: 2em;
}

div.table-number {
	height: 48px;
	width: 48px;
	float: left;
	margin-right: 3px;
	/*background-image: url(restaurant_settings/img/application-default-icon.png); */
  border-radius: 10px;
  background-color: #9d9797;
  color: #000;
  border: 1px solid #755050;
  cursor: pointer;
}

div.table-number2 {
	height: 48px;
	width: 48px;
	float: left;
	margin-right: 7px;
	/*background-image: url(../../../restaurant_settings/img/application-default-icon.png);*/
  border-radius: 10px;
  background-color: #9d9797;
  color: #000;
  border: 1px solid #755050;
  cursor: pointer;
}

div.number {
	font-weight: bold;
	text-align: center;
	padding-top: 16px;

}

div.number2 {
	font-weight: bold;
	text-align: center;
	padding-top: 16px;
}

div.table-box {
	width: 50px;
	float: left;
	height: 70px;
}

div.table-edit {
	border: 1px solid purple;
	margin-top: -20px;
}

div.buttons {
	margin-bottom: 20px;
}

div.buttons ul {
	list-style-type: none;

}

footer#admin-footer {
	background-color: #e0e0d8;
	color: #547cbe;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	text-align: center;
	padding: 25px;
}

/*.form-item {
  border: 0px dashed red;
  display: inline-block;
} */
.form-type-textfield {
  border: 0px dashed red;
  display: inline-block;
}

#timeswrap {
  border: 0px solid red !important;
  padding: 10px;
  width: 95%;
}

a.select-time {
  border: 0px dashed red;
  display: inline-block;
  padding: 8px;
  width: 90px;
  margin-right: 5px;
  margin-top: 8px;
  background: #1f3b3b;
  color: #fff;
  border-radius: 20px;
  text-align: center;
}

dl.summary {
	display: block;
}

dl.summary dt {
	display: inline-block;
	width: 20%;
	font-weight: bold;
	border-bottom: 1px solid #ededed;
	margin: 0;
}

dl.summary dd {
	width: 70%;
	display: inline-block;
	border-bottom: 1px solid #ededed;
	margin: 0;
}

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

  /*.bookings-data {
    border: 1px dotted red;
    width: 260px !important;
    margin: auto;
  } */

  .bookings-data input[type=text], .bookings-data input[type=email] {
    width: 100%;
  }



}

/*
#toolbar-administration {
  margin-bottom: 20px;
} */

/*.bookings-data {
  width: 500px;
}

.bookings-data .js-form-item input {
  display: inline-block;
  float: left;
} */

.opening-times .js-form-item {
  width: 200px;
  display: inline-block;
  float: left;
}

table#bookings-table {

}

table#bookings-table th {
  width: 15%;
  background-color: #899b9b;
}

div.booking-link {
  display: block;
  background-color: #0980ff;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
  color: white;
}



div.booking-link-left {
  border: 0px solid red;
  width: 20%;
  float: left;
}
div.booking-link-right {
  border: 0px solid green;
  text-align: right;
}
div.booking-link a {
  color: #fff;
}
/*
div.booking-link-right {
  width: 20%;
  float: right;
  border: 1px solid green;
}*/

form.edit-booking {
  border: 0px solid blue !important;
  width: 600px;
}

table.itemtable {
  border: 0px solid blue;
}

table.itemtable td {
  border: 0px solid red;
}

td.itemname {
  width: 70%;
  border: 0px;
}

td.itemprice {
  width: 20%;
  text-align: right;
}

#get-menu-item .js-form-item {
  text-align: right;
}

#menu h1 {
  font-weight: bold;
  size: 1.8em;
}

#menu h2 {
  font-weight: bold;
  size: 1.3em;
  border-bottom: 5px solid #06649c;
}

#menu h3 {
  font-weight: bold;
  size: 1em;
}

#menu p {
  font-style: italic;
}

/**
* Add guests form*/
.edit-guests {
  width: 150px;
  margin-right: 20px;
  margin-top: 2px;
}
.edit-button {
  margin-top: 29px !important;
  margin-left: 10px !important;
}

.form-item-firstname {
  display: block;
  clear: left;
}
.form-item-lastname {
  display: block;
  clear: left;
}
