/*
 * Owner: Guest Planner
 * Title: core.css
 * Description: Sets general layout and defaults for the main site
 * Author: Primitive Media LLP
 * Media: Screen
*/

@font-face {
    font-family: 'SourceSansProLight';
    src: url('../fonts/SourceSansPro-Light-webfont.eot');
    src: url('../fonts/SourceSansPro-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SourceSansPro-Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceSansPro';
    src: url('../fonts/SourceSansPro-Regular-webfont.eot');
    src: url('../fonts/SourceSansPro-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SourceSansPro-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceSansProSemibold';
    src: url('../fonts/SourceSansPro-Semibold-webfont.eot');
    src: url('../fonts/SourceSansPro-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SourceSansPro-Semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceSansProBold';
    src: url('../fonts/SourceSansPro-Bold-webfont.eot');
    src: url('../fonts/SourceSansPro-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SourceSansPro-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, figure, figcaption,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*:before,
*:after {
	box-sizing: inherit;
	font-size: 100%;
}
body {
	line-height: 1em;
	overflow-x: hidden;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }
a, a:link, a:visited {
	text-decoration: none;
}

[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;
}

textarea, input:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
}


/* The switch - the box around the slider */
.switch {
  float: none;
  position: relative;
  display: inline-block;
  width: 75px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  display: none;
}

/* The slider */
.sw-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.sw-slider:after {
  content: "ADD";
  position: absolute;
  font-size: 14px;
  font-weight: 700;
  top: 8px;
  right: 8px;
  color: #fff;
}

.sw-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.sw-slider {
  background-color: #97B052;
}

input:checked+.sw-slider:after {
  content: "YES";
  left: 10px;
  right: auto;
}

input:focus+.sw-slider {
  box-shadow: 0 0 1px #97B052;
}

input:checked+.sw-slider:before {
  -webkit-transform: translateX(41px);
  -ms-transform: translateX(41px);
  transform: translateX(41px);
}




/* --------------------------------------------------------------

Set default typography
/*-------------------------------------------------------------- */
html, body, input, textarea {
    font-family: 'SourceSansPro', Arial,sans-serif;
		font-weight:normal;
    font-size: 16px;
    line-height:1.3em;
}
/* Headings -------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	font-family: 'SourceSansProSemibold', Arial, sans-serif;
	font-weight:normal;
	margin:0;
	/*font-weight:normal;*/
	line-height:1.2em;
	/*clear:both;*/
}
h1, .menu-title {
  font-family: 'SourceSansProLight', Arial, sans-serif;
	font-weight:normal;
	font-size: 2em;
	line-height:1.2em;
  margin-bottom: 0.4em;
}
h2 {
	font-size: 1.6rem;
	margin-bottom:0.6rem;
}
h3 {
	font-size: 1.2rem;
  margin-bottom: 0.6em;
	/*margin-bottom:1em;*/
}
h4 {
	font-size: 1.2rem;
  line-height:1.2;
  margin-bottom: 0.2em;
	/*margin-bottom:1em;*/
}
/* Links
-------------------------------------------------------------- */
a, a:link, a:visited {
	font-weight:normal;
	text-decoration: none;
	zoom: 1;
}
a:hover {
	text-decoration: none;
}
button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
/* Text elements
-------------------------------------------------------------- */
p {
  font-family: 'SourceSansPro', Arial,sans-serif;
  font-weight: normal;
  margin-bottom:1em;
}
address {
  margin-bottom:1em;
}
ul, ol {
	font-size: 0;
}
ul li, ol li {
    font-size: 1rem;
}
ul {
	list-style:none;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dt {
    font-weight:bold;
}
dd {
	margin-bottom:18px;
}
strong, b {
  font-family: 'SourceSansProSemibold', Arial, sans-serif;
	font-weight:normal;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;

}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

hr {
  border: 0; 
  height: 1px; 
  background: #eee;
}
input {
	/*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;*/
}
/* Animate all style transitions
-------------------------------------------------------------- */
a, button, .icon, li, img {
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
}


/*----------- Framework -----------*/

img, svg {
	max-width: 100%;
	border: none;
}

svg {
  max-height: 100%;
}

.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loader {
  position: absolute;
  z-index: 10000;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  border: 8px solid #f3f3f3;
  border-top: 8px solid #666666;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}

.loaded {
  display: none;
  animation: none;
}

.wrapper {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 10px;
}


.home ul li, ol li {
  font-size: 1.5rem;
  font-size: 2vw;
}

.header {
  position: fixed;
  z-index: 1000;
	width: 100%;
  padding: 8px 6px 10px 10px;
  height: 60px;
  text-align: center;
  border-bottom: 1px solid transparent;
}

/*.home .header {
  padding: 10px 25px;
}*/

.header h1 {
  position: absolute;
  z-index: 0;
  top: 16px;
  left: 0;
  width: 100%;
  padding: 0;
  line-height: 1;
  height: 1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
}

.header h1 .icon {
  display: inline-block;
  font-size: 20px;
  margin-top: -2px;
}

.ui-draggable, .ui-droppable {
	background-position: top;
}

/*-------------------------------- Topnav --------------------------------*/

.topnav {
  position: relative;
  float: right;
}

.topnav ul {
	float: right;
  margin: 0;
}

.topnav li {
  display: inline-block;
  vertical-align: middle;
	padding: 3px;
  margin: 0;
  border-bottom: 6px solid transparent;
}

.topnav .dropmenu li {
  border-bottom: none;
}

/*.home .topnav li {
  position: relative;
}*/

.topnav li.sel {
  border-bottom: 6px solid transparent;
}

.topnav li a,
.topnav li > span {
	display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 28px;
  padding-top: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-size: 95% auto;
}

.topnav li ul li a {
  font-size: 1rem;
}

.close li a {
  font-size: 20px;
  width: auto;
  height: auto;
  background-size: 50% auto;
  padding-top: 9px;
}

.eventbody .content {
  margin-top: 40px;
}

.badge {
  position: absolute;
  display: block;
  font-size: 12px;
  width: 18px;
  height: 18px;
  padding: 0;
  line-height: 1em;
  text-align: center;
  top: 0;
  right: 0;
  padding-top: 3px;
}

.salutation {
  font-family: 'SourceSansProSemibold', Arial, sans-serif;
	font-weight:normal;
  font-size: 1.2rem;
  float: left;
  width: 100%;
  margin-bottom: 8px;
}

.dropmenu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  right: 0;
  width: 250px;
  display: none;
}

.left .dropmenu {
  right: auto;
  left: 0;
}

.home .dropmenu {
  left: auto;
  right: 0;
}

.menupanel {
  display: block;
  float: left;
  width: 100%;
  padding: 20px 20px 15px;
}

.menupanel ul,
.menupanel ul li {
  float: left;
  width: 100%;
  padding: 0;
  cursor: pointer;
}

.menupanel ul li {
  margin: 0 0 5px;
}

.menupanel ul li a {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 8px 10px 7px;
  text-align: left;
  border: 1px solid transparent;
}

.topnav li:hover .dropmenu {
  display: block;
}

.logo {
  float: left;
  line-height: 0;
  margin-top: 1px;
}

.svg:hover path {
    fill: #000;
}

.welcome,
.home-content,
.content {
  float: left;
	width: 100%;
  padding: 25px;
}

.home-content {
  padding: 0;
}

.content {
  padding: 60px 0 0;
}

.demoevent .content {
  padding-bottom: 26px;
}


.panel {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  background-position: center top;/* top;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  padding: 25px;
  overflow: hidden;
}

.panel-top {
  height: 1200px;
}

.panel .icon {
  display: inline-block;
  width: 30%;
  font-size: 58px;
  margin-bottom: 20px;
}

.jump {
  position: absolute;
  top: 0;
  left: 0;
}

.description {
  padding: 5px 25px 20px;
}

.panel-top .description,
.panel-top find-event {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  margin-left: 0;
  background-color: rgba(255,255,255,.7);
}

.panel-top .find-event {
  position: absolute;
  display: block;
  width: 45%;
  left: 50%;
  top: 35%;
  margin-left: -22.5%;
  background-color: rgba(255,255,255,.85);
  padding: 24px 20px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.panel-top .find-event label,
.panel-top .find-event p {
  font-family: 'SourceSansProSemibold';
  display: block;
  float: left;
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 1;
  width: 100%;
}

.panel-top .find-event button {
  font-family: 'SourceSansProSemibold';
}

.panel-top .find-event p {
  margin-top: 10px;
  font-size: 14px;
}

.panel-top .find-event .short {
  width: 66.66666%;
}

.panel-top .find-event .extrashort {
  width: 33.33333%;
}

.panel-top .find-event .placeholder {
  color: #cccccc;
}

/*.panel-top .find-event .button {
  margin-top: 1px;
  padding: 16px 5px 12px;
}

.panel-top .description h1 {
  font-size: 4em;
  font-size: 5.25vw;
  margin-bottom: 25px;
}*/

.description h1,
.description h2 {
  display: inline-block;
  width: 100%;
  font-size: 2.4em;
  font-size: 3vw;
}

.description ul {
  display: inline-block;
  width: 100%;
  font-size: 0;
  line-height: 1.3em;
}

.description ul li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  font-size: 1.5em;
  font-size: 2vw;
  line-height: 1.3em;
  padding: 10px;
}



.description .feature {
  display: block;
  width: 100%;
  padding: 25px 0 0;
  background-color: #F8F4F3;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: solid 1px #F1E9E8;
}



.description ul li ul {
  margin-top: 12px;
  margin-bottom: 0;
}

.description ul li li {
  width: 100%;
  text-align: left;
  background-color: #ffffff;
  border-bottom: solid 1px #F1E9E8;
  padding: 14px 18px 12px;
  font-size: 1rem;
}

.description ul li li sup,
.description h3 sup,
.small sup {
  bottom: 0;
}

.description ul li li:first-child {
  border-top: solid 1px #F1E9E8;
}

.description ul li li:last-child {
  border-bottom: none;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.enquire {
  padding: 35px 25px 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.enquire .icon-envelope {
  font-size: 75px;
  margin-bottom: 20px;
  display: inline-block;
}

.enquire ul li {
  width: 50%;
  padding: 0 10px;
}

.description p {
  font-size: 1.2rem;
  padding: 0 12px;
}

.enquire h3 {
  font-size: 1.5rem;
}

.default .enquire .icon {
  color: #ffffff;
}

.enquire ul li li:first-child,
.enquire .feature,
.enquire ul li li {
  border-color:rgba(0,0,0,0.1);
}

.enquire .feature {
  background-color:rgba(0,0,0,0.1);
}

.enquire ul li li {
  background-color: #9E1F63;
  text-align: center;
  font-size: 1.1rem;
  padding: 20px;
}

.description .small {
  font-size: 12px;
  margin: 10px 0 0;
}

.purplebg {
  border-bottom: 10px solid rgba(0,0,0,0.1);
}

.legal {
  display: inline-block;
  text-align: left;
  color: #000000;
  width: 80%;
  padding: 30px;
  margin: 30px 0 80px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: solid 10px #F1E9E8;
}

.legal h1, .legal h2, .legal h3, .legal h4 {
  font-family: 'SourceSansProSemibold', Arial, sans-serif;
  display: inline-block;
  width: 100%;
  color: #9E1F63;
  margin: 1.5rem 0 1.25rem;
  padding-bottom: .25rem;
  border-bottom: 1px solid #F1E9E8;
}

.legal h1 {
  margin: 0 0 1.25rem;
  font-size: 2.5rem;
}

.legal ul {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}

.legal ul li,
.legal ol li {
  list-style-type: disc;
  margin-top: 5px;
  margin-left: 20px;
  padding-bottom: .2rem;
  list-style: outside;
  line-height: 1.5;
}

.legal ol li {
    margin-left: 28px;
}

.legal ol li {
  list-style-type: decimal;
}

/*.legal ol li {
  margin-top: 10px;
}*/

.block {
  margin-bottom: 30px;
}

.legal th {
  white-space: nowrap;
  padding-right: 30px;
}

.arrow-down {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: solid 2px #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  transition-delay: 0.5s;
}

.arrow-down:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -8px 0 0 -6px;
  border: solid 4px transparent;
  border-bottom-color: #ffffff;
  border-right-color: #ffffff;
  -ms-transform: rotate(45deg) translate3d( 0, 0, 1px); /* IE 9 */
  -webkit-transform: rotate(45deg) translate3d( 0, 0, 1px); /* Chrome, Safari, Opera */
  transform: rotate(45deg) translate3d( 0, 0, 1px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}


.inview .icon,
.inview .arrow-down,
.inview .description h1,
.inview .description h2,
.inview .description ul {
  margin-top: 0;
  margin-left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}


.link-action {
  display: inline-block;
}

.link-action a {
  float: left;
  width: 100%;
  font-family: 'SourceSansProSemibold', Arial, sans-serif;
	font-weight:normal;
  font-size: 1.3rem;
  background-color: #ffffff;
  margin: 25px 0 15px;
  padding: 10px 25px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}




/*----------------------- Object listings -------------------------*/

.search-panel,
.heading,
.event-header {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 5px;
    text-align: center
}

.search-panel .field-holder {
  display: inline-block;
  float: none;
  padding: 10px 5px 0;
}

/*.heading {
  position: relative;
  padding: 10px 0 10px;
  text-align: center;
}*/

.dish .heading,
.company .heading,
.profile .heading {
  display: none;
}

.tableplan .heading {
  padding: 15px 0 0;
}

.heading p {
  font-family: 'SourceSansPro', Arial,sans-serif;
  font-weight: normal;
  margin: 0;
  padding-left: 2px;
}

.heading .wrapper {
  padding: 0 15px;
}

/*.guests .heading,
.groups .heading {
  padding: 10px 0 10px;
}*/

.header .heading {
  float: none;
  display: inline-block;
  width: auto;
  padding: 5px 0 0;
}

.event-header .wrapper {
  padding: 0 14px;
}


.alerts-panel,
.alerts-panel ul,
.alerts-panel li,
.alerts-panel a {
  position: relative;
  float: left;
  width: 100%;
}

.alerts-panel a {
  display: block;
  line-height: 1em;
  padding: 10px 25px 10px;
}

.alerts-panel a:before {
  content: "ALERT: ";
}

.alerts-panel .dismiss {
  font-family: 'SourceSansPro', Arial, sans-serif;
	font-weight:normal;
  position: absolute;
  display: block;
  font-size: 18px;
  text-align: center;
  top: 50%;
  right: 25px;
  width: 25px;
  height: 25px;
  padding: 3px 0 0;
  margin-top: -12.5px;
  background-color: transparent;
  border: 1px solid transparent;

}

.alerts-panel .dismiss:before {
  content: "";
}


.search-panel {
  padding: 15px 5px 0;
}

.heading h1 {
  margin: 0;
}

.heading h1 .button {
  font-size: 18px;
  padding: 9px 12px 7px 6px;
  margin: -5px 0 0 5px;
  vertical-align: middle;
}

.list,
.form {
  float: left;
  width: 100%;
  padding: 20px 5px;
  text-align: center;
  margin-bottom: 10px;
}

.form {
  padding: 20px 5px;
  text-align: center;
}

.list h2,
.form h2 {
  float: left;
  width: 100%;
  font-size: 1.3em;
  line-height: 1.1em;
  height: 1.1em;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 0.5em;
}

.list h2 {
  font-size: 1.2em;
  font-size: 1.55vw;
}

.dining .list h2 {
  height: 2.1em;
}

.dining .list .meta {
  position: absolute;
  bottom: 0;
  height: 1.1em;
  margin: 0 0 12px;
}

.events h2 {
  height: 2.2em;
}

.list li {
  position: relative;
  display: inline-block;
  width: 25%;
  text-align: center;
  padding: 5px;
  margin-bottom: -7px;
}

.pending .icon-tick {
  display: none;
}

.item {
  position: relative;
  float: left;
  width: 100%;
  height: 175px;
  padding: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.group .item,
.eventmenus .item,
.eventtables .item,
.eventtableplans .item {
  height: auto;
  margin-bottom: 20px;
  padding: 15px 15px;
}

.modal-content .item {
  padding: 0;
}

.eventtables .details {
  text-align: center;
}

.eventtables .item {
  padding: 0 0 15px;
}

ul.eventtables {
  padding: 0 15px 0;
}

.guests h2 {
  height: 1.1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.thumb {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  margin-bottom: 5px;
}

.thumb .icon-edit {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.no-thumb {
  background-color: transparent;
}

.icon-fileupload:before {
  content: "\e924";
}

.guest .icon-fileupload:before {
  content: "\e91e";
}

.group .icon-fileupload:before {
  content: "\e920";
}

.guests .no-thumb .icon-edit:before {
  content: "\e91e";
}

.events .no-thumb .icon-edit:before {
  content: "\e91b";
}

.groups .no-thumb .icon-edit:before {
  content: "\e920";
}

.menus .no-thumb .icon-edit:before,
.eventmenus .no-thumb .icon-edit:before {
  content: "\e91d";
}

.tableplans .no-thumb .icon-edit:before,
.eventtableplans .no-thumb .icon-edit:before {
  content: "\e92a";
}

.eventtables .no-thumb .icon-edit:before {
  content: "\e933";
}

.starters .no-thumb .icon-edit:before {
  content: "\e915";
}

.intermediates .no-thumb .icon-edit:before {
  content: "\e928";
}

.mains .no-thumb .icon-edit:before {
  content: "\e923";
}

.desserts .no-thumb .icon-edit:before {
  content: "\e919";
}




/* -------------------- tool tips ----------------------------------------*/

.col {
  display: inline-block;
  width: 75%;
  vertical-align: top;
  text-align: left;
  padding: 0 5px;
}

.register .col {
  width: 100%;
  padding: 0;
}

.heading .col {
  padding-bottom: 0;
}

.search-panel .col {
  text-align: center;
  padding: 0;
}

/*.dish .col {
  padding-left: 0;
  padding-right: 10px;
}*/

.save-col {
  margin-right: 50%;
}


.add-button {
  display: block;
  float: left;
  width: 45px;
  height: 45px;
  margin-left: 10px;
  padding: 0;
  background-image: url(../images/png/icon-add-large-white.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/icon-add-large-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60% auto;
}

.date,
.xtablename {
  font-family: 'SourceSansPro', Arial, sans-serif;
	font-weight:normal;
  position: absolute;
  bottom: 0;
  left: 7.5%;
  width: 85%;
  font-size: 1.1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1.1em;
  margin: 0 0 1em;
}

.meta {
  font-family: 'SourceSansPro', Arial, sans-serif;
	font-weight:normal;
  position: absolute;
  text-align: left;
  bottom: 0;
  left: 7.5%;
  width: 85%;
  height: 2.2em;
  margin: 0 0 12px;
}

.meta h2 {
  margin-top: 5px;
  margin-bottom: 0;
}

.events .meta {
  height: auto;
}

.list .meta ul li {
  width: 100%;
  padding: 0;
  margin: 0;
  float: left;
  font-size: 0.9rem;
  font-size: 1.2vw;
  line-height: 1.1;
  height: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list .meta .diet {
  font-size: 0.8em;
}

.codes h3 {
  display: inline-block;
  width: 100%;
  padding: 5px 5px 10px;
  margin: 0;
}

.codes .number,
h1 .number {
  font-family: 'SourceSansProLight', Arial, sans-serif;
	font-weight:normal;
}

.codes ul {
  float: left;
  width: 100%;
  margin-bottom: 1.5em;
}

.codes li {
  width: 140px;
}

.codes li .add-icon,
.codes li .full {
  border: 1px dotted transparent;
  background-color: transparent;
}

.codes li a.allocated {
  font-family: 'SourceSansPro', Arial, sans-serif;
	font-weight:normal;
}

.codes li a {
  float: left;
  width: 100%;
  font-family: 'SourceSansPro', Arial, sans-serif;
	font-weight:normal;
  padding: 9px 5px 3px;
  width: 100%;
  height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.codes .load-more li {
  float: left;
  width: auto;
}

.codes .load-more li a {
  padding: 15px 20px 10px;
  height: 45px;
  border: none;
}

.codes .allocated {
  padding: 8px 10px 3px;
  border: 2px solid transparent;
}

.codes .allocated:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 3px;
  background-image: url(../images/png/icon-guest-large.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/icon-guest-large.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.load-more {
  float: left;
  width: 100%;
}

.landing ul li {
  position: relative;
  width: 33.33333%;
}

.landing .item {
  height: 190px;
  padding: 15px 15px;
}

.landing .icon,
.group .item .icon,
.eventmenus .item .icon,
.eventtables .item .icon,
.eventtableplans .item .icon {
  position: absolute;
  top: 0;
  left: 0;
  /*width: 45%;*/
  height: 100%;
  font-size: 80px;
  padding: 20px;
  background-position: right 17px;
  background-repeat: no-repeat;
  background-size: 90% auto;
}

.group .item h2 .icon {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  left: 0;
  font-size: 1rem;
  padding: 0;
  border-radius: 0;
  margin-top: -2px;
}



.group .item h2 .icon-exclamation {
  padding-left: 2px;
}

.report .details h2 .icon {
  position: static;
  display: block;
  float: right;
  margin: 0 4px 0 8px;
}

.group .item .icon,
.eventmenus .item .icon,
.eventtables .item .icon,
.eventtableplans .item .icon {
  left: 5px;
}

.eventtables .item .icon{
  left: auto;
  right: 14px;
  cursor: pointer;
}

.landing .details,
.group .item .details {
  float: right;
  font-size: 18px;
  width: 100%;
  padding-right: 5px;
}

.eventmenus .item .details,
.eventtables .item .details,
.eventtableplans .item .details {
  float: none;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  width: 100%;
  padding: 0;
  margin: 0;
}

.eventmenus .item .details .icon,
.eventtables .item .details .icon,
.eventtableplans .item .details .icon {
  position: static;
  display: inline-block;
  font-size: 20px;
}

.eventmenus .item .details p,
.eventtables .item .details p,
.eventtableplans .item .details p {
  margin: 0;
}

.landing .details .icon {
  font-size: inherit;
  padding: 0;
  margin: 0;
  width: auto;
}

.landing .item h2,
.group .item h2,
.eventmenus .item h2,
.eventtables .item h2,
.eventtableplans .item h2 {
  float: right;
  text-align: right;
  font-size: 18px;
  height: auto;
  margin: 0 0 5px;
}

.eventtables .item h2 {
  float: left;
  width: 100%;
  text-align: center;
}

.active-event,
.demo-event {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  padding: 8px 20px;
  height: 36px;
  opacity: 1;
  -moz-transition: opacity 500ms linear;
	-o-transition: opacity 500ms linear;
	-webkit-transition: opacity 500ms linear;
	transition: opacity 500ms linear;
}

.demo-event {
  position: fixed;
  top: auto;
  bottom: 0;
  text-align: center;
  z-index: 10000;
}

.active-event strong {
  display: inline-block;
  max-width: 50%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
}

.fix .active-event {
  opacity: 0;
  pointer-events: none;
}


.landing .item .number {
  font-family: 'SourceSansProBold', Arial, sans-serif;
  float: right;
  text-align: right;
  font-size: 50px;
  font-size: 4.1vw;
  line-height: 1em;
}

.landing .summary {
  position: relative;
  font-family: 'SourceSansPro', Arial, sans-serif;
  float: left;
  width: 100%;
  font-size: 18px;
  font-size: 1.48vw;
  text-align: right;
  line-height: 1.2em;
  white-space: nowrap;
}

.landing .button {
  padding: 8px 12px;
  margin-bottom: 8px;
  width: 100%;
}

.invite-codes .summary {
  float: right;
  width: 55%;
  margin-right: -3px;
}

.invite-codes .details h2 {
  margin-bottom: 12px;
}

.landing .summary .number {
  display: inline-block;
  float: none;
  width: auto;
  font-size: 18px;
  font-size: 1.48vw;
  margin-left: 10px;
  line-height: 1.3em;
}

.landing .icon-envelope,
.landing .icon-lock {
  padding-top: 8px;
}

.details .field-holder {
  float: right;
}


.food .item,
.report .item {
  height: auto;
  padding: 15px 15px;
}

.food .icon,
.report .icon {
  height: 100%;
  font-size: 4.2vw;
}

.food ul li,
.report ul li,
.stationery .stationery ul li {
    width: 33.333333%
}

/*.food .details {
  float: right;
  width: 100%;
}*/

.menu-create ul {
  margin-bottom: 10px;
}

.menu-create ul li {
  display: inline-block;
  float: none;
  vertical-align: top;
  width: 25%;
}

.menu-create .item {
  padding: 15px 10px;
}

.menu-create .icon,
.group .item .icon,
.eventmenus .item .icon,
.eventtables .item .icon,
.eventtableplans .item .icon {
  width: 40px;
  height: 40px;
  font-size: 25px;
  padding: 9px 10px;
}

.group .item .icon-tick {
  width: auto;
  height: auto;
  top: 50%;
  left: auto;
  right: 0;
  transform: translateY(-50%);
  font-size: 25px;
  padding: 0 10px 0 0;
  border-radius: 0;
}

.eventmenus .item .icon-child,
.eventtables .item .icon-child,
.eventtableplans .item .icon-child {
  left: auto;
  right: 40px;
  padding: 10px 0 0;
  width: auto;
  top: 50%;
  transform: translateY(-50%);
}

.menu-create .edit .icon {
  position: relative;
  float:left;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  margin-top: -1px;
  font-size: 17px;
  padding: 0;
}

.sortable li {
  position: relative;
  display: inline-block;
  float: none;
  vertical-align: top;
}

.sortable,
.menu-create .sortable,
.group .sortable {
  float: left;
  width: 100%;
  margin-top: 5px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.sortable .icon-close,
.menu-create .sortable .icon-close,
.group .item .sortable .icon-close,
.eventmenus .item .sortable .icon-close,
.eventtables .item .sortable .icon-print,
.eventtableplans .item .sortable .icon-close,
.modal-content .item .sortable .icon-close  {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 44px;
  height: 100%;
  font-size: 14px;
  padding: 10px 5px;
  border-left: 10px solid transparent;
  cursor: pointer;
}

.eventtables .item .sortable .icon-print {
  font-size: 20px;
}

.group .item .sortable .icon-close:before,
.eventmenus .item .sortable .icon-close:before,
.eventtables .item .sortable .icon-print:before,
.roles .item .sortable .icon-close:before,
.eventtableplans .item .sortable .icon-close:before,
.modal-content .item .sortable .icon-close:before  {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}

.eventtables .item .sortable .icon-print:before  {
  right: 5px;
}

.group .item .sortable .icon-edit,
.eventmenus .item .sortable .icon-edit,
.eventtables .item .sortable .icon-edit,
.eventtableplans .item .sortable .icon-edit {
  right: auto;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 36px;
  padding: 17px 0 0 3px;
  cursor: pointer;
  margin: 0;
}

.eventtables .item .sortable .icon-edit {
  cursor: default;
}

.group .item .sortable h2,
.eventmenus .item .sortable h2,
.eventtables .item .sortable h2,
.eventtableplans .item .sortable h2 {
  position: absolute;
  display: block;
  z-index: 0;
  float: none;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: left;
  font-size: 18px;
  width: auto;
  height: auto;
  padding: 0 40px 0 90px;
  margin: 0;
  pointer-events: none;
}

.guest-table {
  font-family: 'SourceSansPro', Arial, sans-serif;
  font-weight: normal;
  font-size: 0.8em;
}

.sortable li,
.menu-create .sortable li {
  width: 100%;
  text-align: left;
  border: 1px solid transparent;
  padding: 10px 34px 8px 8px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.2em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor: move;
}

.eventtables li {
  cursor: default;
}

.group .item .sortable li,
x.eventmenus .item .sortable li,
x.eventtableplans .item .sortable li {
  cursor: default;
}

.group .item .sortable li a,
x.eventmenus .item .sortable li a,
x.eventtableplans .item .sortable li a {
  float: left;
  width: 100%;
}

.group .item .sortable li .thumb,
.eventmenus .item .sortable li .thumb,
.eventtables .item .sortable li .thumb,
.eventtableplans .item .sortable li .thumb {
  margin: 0;
}

.group .item .sortable li.no-results h2,
.eventmenus .item .sortable li.no-results h2,
.eventtables .item .sortable li.no-results h2,
.eventtableplans .item .sortable li.no-results h2 {
  position: relative;
  padding: 12px;
  text-align: center;
  transform: none;
}

.group .item .sortable li.no-results,
.eventmenus .item .sortable li.no-results,
.eventtables .item .sortable li.no-results,
.eventtableplans .item .sortable li.no-results {
  cursor: default;
}

.toptable {
  display: block;
  float: left;
  padding: 2px 5px 1px;
  font-size: 0.9rem;
  line-height: 1.1;
  margin-right: 6px;
}

.sortable-ghost {
  opacity: .3;
}

.sortable li a {
  height: 70px;
}

.menu .sortable li a {
  height: auto;
}

.menu .sortable li .loader {
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
}

.menu-title {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
}

.menu-title .icon {
  display: inline-block;
  margin-top: -9px;
}

.sortable li .thumb,
.xeventmenus .sortable li .thumb {
  width: 70px;
  height: 70px;
  margin-bottom: 0;
}

.menu-create .field-holder,
.group .item .field-holder,
.eventmenus .item .field-holder,
.eventtables .item .field-holder,
.eventtableplans .item .field-holder {
  padding: 10px 0 0 0;
}

.menu-create .field-holder .pm-select {
  font-size: 1em;
  text-align: left;
  padding: 14px 35px 8px 10px;
}

/*.menu-create .short {
  width: 82%;
}

.menu-create .extrashort {
  float: right;
  text-align: right;
  width: 18%;
}*/

.menu-create .field-holder .icon {
  position: static;
  top: auto;
  left: auto;
  width: 40px;
  height: 40px;
  font-size: 20px;
  padding: 11px 5px 5px 7px;
  text-align: center;
  margin: 0;
  cursor: pointer;
}


.icon-edit {
  display: inline-block;
  width: 45px;
  height: 45px;
  padding-top: 17px;
  font-size: 36px;
  margin-bottom: 8px;
}

.item .icon-add,
.events .add .icon-envelope  {
  display: inline-block;
  font-size: 36px;
  width: 60px;
  height: 60px;
  padding: 13px 0 0 1px;
  margin: 20px 0 8px 0;
}

.events .add .icon-envelope  {
  padding-top: 9px;
  font-size: 46px;
  margin: 15px 0 8px 0;
}

.item .accesslevel {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 30%;
  margin: -7px 0 0 -15%;
  display: block;
  font-size: 11px;
  line-height: 1;
  padding: 2px 0 0 0;
  z-index: 100;
  text-align: center;
}

.list .icon-edit,
.sortable .icon-edit {
  opacity: 0;
  filter: alpha(opacity=0);
}

.list li:hover .icon-edit,
.sortable li .edit:hover .icon-edit,
.no-thumb .icon-edit {
  opacity: 1;
  filter: alpha(opacity=100);
}

.list li:hover .icon-edit:before,
.sortable li .edit:hover .icon-edit:before {
  content: "\e91a";
}

.heading .edit {
  position: relative;
  display: inline-block;
  z-index: 100;
  width: 100%;
  font-size: 2.5em;
  line-height: 1em;
  text-align: center;
  height: 45px;
  margin: 8px 0 6px;
}

.heading .col {
  width: 75%;
  text-align: center;
}

.tableplan .table-head {
  padding-top: 8px;
}

.table-head .col {
  float: right;
  width: 66.666666%;
  padding: 0 0 17px;
}

.table-head .col .edit {
  margin: 0;
}

.table-head .col .meta {
  top: 0;
  margin: 4px 0;
}

.event .heading .col {
  width: 100%;
  min-height: 155px;
}

.no-edit {
  padding-top: 40px;
}

.heading .title {
  position: relative;
  display: inline-block;
  width: 50%;
  font-size: 2em;
  line-height: 1em;
  text-align: center;
  pointer-events: none;
  margin: 8px 0;
}

.heading .fileupload {
  position: absolute;
  z-index: 0;
  top: 50%;
  width: 110px;
  padding: 110px 0 0;
  transform: translateY(-50%);
  cursor: inherit;
}

    .heading .fileupload .icon,
    .guestonly .heading .fileupload .icon {
        font-size: 60px;
        cursor: inherit;
        top: 15px;
        padding-top: 12px;
    }

.guestonly .heading .fileupload {
  position: relative;
  float: none;
  display: inline-block;
  z-index: 0;
  top: 0;
  width: 110px;
  padding: 110px 0 0;
  margin-top: 0;
  cursor: inherit;
  transform: none;
}



.heading .meta {
  position: relative;
  display: inline-block;
  bottom: auto;
  left: auto;
  height: auto;
  text-align: center;
  margin: 0 0 12px;
  width: 100%;
  padding: 0;
  /*pointer-events: none;*/
}

.heading .icon {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  font-size: 25px;
  text-align: center;
  padding: 8px 0 0 0;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
}

.heading .meta .icon {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 22px;
  padding: 0;
  margin-top: -7px;
  cursor: default;
  background-color: transparent;
}

.icon .icon-add {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -11px;
  font-size: 11px;
  text-align: center;
  padding: 3px 0 0 1px;
}

.button .icon {
  position: relative;
  display: inline-block;
  font-size: 20px;
  padding: 3px 5px 5px;
  margin: -2px 0 0;
  width: auto;
  height: auto;
}

.event .heading .fileupload {
  width: 140px;
  padding: 140px 0 0;
}

.event .heading .fileupload .icon {
  padding: 20px 0 0;
}



/*--------------------------- Event tool navigation --------------------------------*/



.close-event {
  display: block;
  float: left;
  width: 65px;
}

.close-event .header {
  display: block;
  float: left;
  width: 65px;
}

.eventnav {
  position: fixed;
  z-index: 100001;
  float: left;
  top: 63px;
  left:0;
	width: 65px;
}

.eventnav ul,
.eventnav ul li,
.close-event ul,
.close-event ul li {
  float: left;
  width: 100%;
  cursor: pointer;
}

.eventnav ul li {
  position: relative;
  float: left;
  text-align: center;
  line-height: 0;
  margin-bottom: 2px;
}

.eventnav ul li a,
.close-event ul li a {
  display: block;
  width: 100%;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45% auto;
}

.sel-holder {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
  line-height: 0;
}

.hasCustomSelect {
	left: 0;
	z-index: 1;
}

.pm-select {
	position: relative;
	display: block;
  width: 100%!important;
	margin: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: 'SourceSansPro', Arial, sans-serif;
	font-weight:normal;
	padding: 12px 35px 8px 10px;
  line-height: 1em;
  font-size: 1.4em;
  text-align: left;
  height: 48px;
  border: 3px solid transparent;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.pm-select:after {
  content: "\02c7";
	position: absolute;
	top:0;
	right: 0;
	height: 100%;
	padding: 17px 8px;
  font-size: 2em;
  line-height: 1em;
  border-left: 2px solid transparent;
}

.plan-actions {
  float: left;
  width: 100%;
}

.plan-actions .field-holder {
  width: 50%;
}

.tableplan-canvas {
  position: relative;
  float: left;
  width: 100%;
  padding: 59.32% 0 0;
  border: 2px solid transparent;
}

.event-tableplan .tableplan-canvas {
  margin-top: 20px;
}

/* The switch - the box around the slider */

.guest-toggle,
.edit-tableplan {
  position: absolute;
  display: block;
  top: -38px;
  left: 0;
  height: 34px;
}
.guest-toggle label {
  display: block;
  float: left;
  padding: 8px 5px 0;
}

.edit-tableplan {
  left: auto;
  right: 0;
}

.edit-tableplan .icon {
  width: 34px;
  height: 34px;
  font-size: 18px;
  padding: 7px 0 0;
  margin: 0;
  cursor: pointer;
}

.switch-slider {
  position: relative;
  float: left;
  display: block;
  width: 85px;
  height: 34px;
  cursor: pointer;
  border-radius: 17px;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-slider:after {
  content: "SHOW";
  position: absolute;
  font-size: 14px;
  font-weight: 700;
  top: 8px;
  right: 8px;
}

.company-toggle label {
  float: left;
  font-size: 22px;
  padding-top: 8px;
}

.company-toggle .switch-slider {
  float: right;
  width: 65px;
}

.company-toggle .switch-slider:after {
  content: "";
}

.switch-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  border-radius: 50%;
  left: 6px;
  bottom: 4px;
  -webkit-transition: .4s;
  transition: .4s;
}

.guest-toggle .show:after,
.company-toggle .show:after {
  content: "HIDE";
  left: 10px;
  right: auto;
}

.company-toggle .show:after {
  content: "ON";
}

.switch-slider a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.guest-toggle .show:before {
  -webkit-transform: translateX(48px);
  -ms-transform: translateX(48px);
  transform: translateX(48px);
}

.company-toggle .show:before {
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
}


.position {
  position: absolute!important;
  display: block;
  z-index: 10;
  width: 12%;
  padding: 12% 0 0;
}

.scale12 {
  width: 12%;
  padding: 12% 0 0;
}

.scale10 {
  width: 10%;
  padding: 10% 0 0;
}

.scale8 {
  width: 8%;
  padding: 8% 0 0;
}

.scale6 {
  width: 6%;
  padding: 6% 0 0;
}

.rect {
  width: 34%;
  margin-left: -17%;
  padding: 10% 0 0;
}

.rectscale12 {
  width: 34%;
  margin-left: -17%;
  padding: 10% 0 0;
}

.rectscale10 {
  width: 28.3333335%;
  margin-left: -14.16666675%;
  padding: 8.3333335% 0 0;
}

.rectscale8 {
  width: 22.666667%;
  margin-left: -11.3333335%;
  padding: 6.666667% 0 0;
}

.rectscale6 {
  width: 17%;
  margin-left: -8.5%;
  padding: 5% 0 0;
}

.table,
.rect .rect-table,
.table-seats {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  padding: 100% 0 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 95% auto;
  cursor: move;
  border: 1px dashed transparent;
}

.rect .rect-table {
  padding: 29.5% 0 0 0;
  cursor: default;
}

.creator .rect-table {
  cursor: move;
}

.top-seat {
  position: absolute;
  display: block;
  width: 9%;
  padding: 9% 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/png/chair.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/chair.svg); 
  top: 0;
}

.position-seven {
  left: 5%;
}
.position-five {
  left: 16%;
}
.position-three {
  left: 28%;
}
.position-one {
  left: 40%;
}
.position-two {
  right: 40%;
}
.position-four {
  right: 28%;
}
.position-six {
  right: 16%;
}
.position-eight {
  right: 5%;
}

.empty {
  opacity: 0.3;
  filter: alpha(opacity=30);
}




.table-seats {
  border: none;
  pointer-events: none;
}

.rect-table:before,
.rect-table:after,
.rect-table .table-canvas:before,
.rect-table .table-canvas:after {
    position: absolute;
    bottom: 10px;
    z-index: 10;
    font-size: 1.2vw;
    opacity: 0.5
}

.rect-table:before,
.rect-table .table-canvas:before {
    content: "Door Side";
    left: 12px;
}

.rect-table:after,
.rect-table .table-canvas:after {
    content: "Mirror Side";
    right: 12px;
}

.tables-print .rect-table:after,
.tables-print .rect-table:before {
    content: "";
}

.rect-table .table-canvas:before {
    left: 20px;
}

.rect-table .table-canvas:after {
    right: 20px;
}


.table .name,
.rect-table .name,
.table-canvas .name {
  font-family: 'SourceSansProSemibold', Arial, sans-serif;
	font-weight:normal;
  display: block;
  position: absolute;
  width: 100%;
  padding: 0 5px;
  top: 100%;
  margin-top: -5px;
  line-height: 1em;
  font-size: 1em;
  font-size: 1.28vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 0;
  text-align: center;
  border: 1px dashed transparent;
}



.table .occupants {
    display: none;
    position: absolute;
    bottom: 60%;
    left: 0;
    width: 100%;
    padding: 5% 5% 3%;
    line-height: 1.6vw;
    text-align: center;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border-radius: 5%;
    border: 2px solid transparent

}

.table .occupants .icon {
  position: relative;
  display: inline-block;
  padding: 0;
  width: auto;
  height: auto;
  margin-top: -2px;
}

.position:hover {
  z-index: 900;
}

.table:hover .occupants {
  display: block!important;
}

.table .occupants ul {
  font-size: 0;
  line-height: 1;
}

.table .occupants li {
  font-size: 0.8rem;
  font-size: 1.1vw;
  white-space: nowrap;
  margin-bottom: 4px;
}

.rect-table .occupants {
  padding: 2.5% 2.5% 1.5%;
  width: 90%;
  left: 5%;
}

.rect-table .occupants li {
  display: inline-block;
  width: 50%;
  padding: 0 5px;
}

.table .table-link {
  position: absolute;
  display: block;
  z-index: 1000;
  top: 50%;
  left: 50%;
  width: 30%;
  height: 30%;
  margin: -15% 0 0 -15%;
}

.position .icon,
.seat .icon {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  right: 0;
  border-radius: 50%;
  line-height: 1em;
  text-align: center;
  font-size: 12px;
  padding: 7px 0 0;
  pointer-events: all;
  cursor: pointer;
  z-index: 100;
}

.seat h2 .icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 25px;
  top: auto;
  right: auto;
  font-size: 20px;
  padding: 5px 0 0 0;
  margin-top: -4px;
}

.seat .icon-close {
  top: -10px;
  right: -10px;
  padding: 6px 0 0;
}

.position .icon-edit,
.seat .icon-edit {
  top: 20px;
  right: -10px;
  font-size: 14px;
  padding: 4px 0 0;
}

.position .icon-edit {
  top: 25px;
}

.position .table-number {
  position: absolute;
  text-align: center;
  font-size: 2em;
  line-height: 1;
  white-space: nowrap;
  top: 50%;
  left: 0;
  width: 100%;
  height: 30px;
  margin-top: -15px;
}

.rect .table-number {
  top: 56%;
}

.top .table-number:after,
.top .number:after {
  content: "[TOP]";
  font-size: 0.6em;
}

.creator {
  position: relative;
  float: left;
  width: 100%;
  padding: 59.32% 0 0;
}

.creator .tableplan-canvas {
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../images/grid-bg.png) -2px -2px;
  background-size: 1.2712%;
}

.tableplan-canvas .vert {
  position: absolute;
  width: 1px;
  border-left: dotted 1px transparent;
  top: 0;
  left: 50%;
  height: 100%;
}

.tableplan-canvas .vc {
  left: 50%;
}

.tableplan-canvas .vq {
  left: 25%;
}

.tableplan-canvas .vqq {
  left: 75%;
}

.tableplan-canvas .horiz {
  position: absolute;
  height: 1px;
  border-top: dotted 1px transparent;
  top: 50%;
  left: 0;
  width: 100%;
}


.palette .position .icon,
.palette .position .table-number {
  display: none;
}

.palette {
  position: relative;
  float: left;
  width: 100%;
  text-align: left;
}

.palette p {
  font-family: 'SourceSansPro', Arial, sans-serif;
  position: absolute;
  left: 21%;
  bottom: 0;
  margin-bottom: 5px;
}

.palette ul {
  float: left;
  width: 20%;
  line-height: 0em;
  padding: 1% 0.5%;
  border-top-right-radius: 12px; 
  border-top-left-radius: 12px; 
}

.palette ul li {
  position: relative;
  display: inline-block;
  width: 46%;
  margin: 0 2%;
  padding: 30% 10px 0;
  border-radius: 12px;
  border: 1px solid transparent;
}


.palette ul li .rect {
    margin-left: 0;
    cursor: move;
    padding: 50% 0 0;
}

.palette ul li .rect-table {
    margin-left: 0;
    cursor: move;
}

.palette .number input {
    display: none;
}

.palette .field-holder {
  float: left;
  width: 50%;
  padding: 20px;
}

.palette ul li .table,
.palette ul li .table-seats,
.palette ul li .rect-table,
.palette ul li .position {
  height: 100%;
  padding: 0;
  background-size: contain;
  top: 0;
  left: 0;
}

.palette ul li .position {
  height: 90%;
  width: 90%;
  padding: 0;
  background-size: contain;
  top: 5%;
  left: 5%;
}

.table-canvas .name {
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  width: 50%;
  left: 50%;
  margin-left: -25%;
  white-space: normal;
  line-height: 1.2em;
  font-size: 1.2em;
  pointer-events: none;
  opacity: 0.3;
  overflow: visible;
  filter: alpha(opacity=30);
}

.rect-table .table-canvas .name {
  top: 55%;
  width: 100%;
  left: 0;
  margin-left: 0;
}

.table-canvas .name .direction {
  font-family: 'SourceSansPro', Arial, sans-serif;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.table-canvas .name .direction:before {
  content: "";
  position: absolute;
  width: 20%;
  padding: 15% 0 0; 
  top: 0;
  left: 50%;
  background-image: url(../images/png/guestplan-top-arrow.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/guestplan-top-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: -15% 0 0 -10%;
}

.position .number {
  display: block;
  position: absolute;
  width: 100%;
  height: 1em;
  padding: 0 15px;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1em;
  font-size: 2em;
  font-size: 2.55vw;
  left: 0;
  text-align: center;
  opacity: 0.3;
  pointer-events: none;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.rect.top .number {
  top: 58%;
}

.table-canvas .number {
  height: 1em;
  padding: 0 15px;
  top: 50%;
  margin-top: -1em;
  line-height: 1em;
  font-size: 6em;
  pointer-events: none;
}

.heading .toggle {
  display: none;
}

.properties {
  position: fixed;
  width: 33.333333%;
  z-index: 100;
  max-width: 400px;
  top: 0;
  left: 0;
  height: 100%;
  margin-left: 0;
  padding-right: 0;
  padding-top: 108px;
  -moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
}

.fix .properties {
  padding-top: 78px;
}

.properties .field-holder {
    width: 100%;
    height: 100%;
    padding: 0;
    margin-bottom: 0;
}

.properties .field-holder label {
  padding: 0 18px 5px;
  border-bottom: 1px solid transparent;
}

.properties .tab {
  display: none;
  position: absolute;
  top: -4px;
  right: 2px;
  left: auto;
  height: 35px;
  z-index: 1000;
  padding: 15px 10px;
  cursor: pointer;
}

.properties .tab .icon {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 3px 0 0 0;
  font-size: 20px;
  margin-bottom: 0;
}

.properties .button {
  display: block;
  float: right;
  padding: 8px 8px 0 0;
  font-size: 12px;
  height: 32px;
  line-height: 1em;
  margin: -3px 0 0 0;
}

.properties .button {
  margin: 0;
}

.properties .list {
  position: absolute;
  /*border: 3px solid transparent;*/
  height: 100%;
  top: 45px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0;
  padding: 8px 18px 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.properties .list > ul {
  padding-bottom: 98px;
}

.properties .list li {
  width: 100%;
  text-align: left;
  padding: 14px 40px 0 30px;
  margin-bottom: 5px;
  line-height: 1em;
  min-height: 60px;
  border: 1px solid transparent;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.properties .list li.no-results {
  padding: 22px 20px 0 20px;
  text-align: center;
}

.properties .list .key {
  top: 10px;
  width: 28px;
}

.properties .list .key li {
  border: none;
  min-height: 0;
  font-size: 1rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px 0 0;
  margin: 0;
}

.properties .list li .meta {
  position: relative;
  display: inline-block;
  left: 0;
  width: 100%;
  height: auto;
  padding: 4px 0 6px;
  margin: 0;
}

.properties .list .meta li {
  border: none;
  width: auto;
  min-height: 0;
  padding-right: 10px;
  font-size: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.properties .list > li:last-child {
  margin-bottom: 8px;
}

.properties .list li .title {
  font-family: 'SourceSansProSemibold', Arial, sans-serif;
  font-size: 1.2em;
}

.properties .list li .icon {
  display: inline-block;
  margin: -6px 0 0 0;
}

.properties .list li .icon-add {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 28px;
  height: 28px;
  font-size: 15px;
  padding-top: 6px;
  margin-top: -14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.table-canvas {
  position: relative;
  float: right;
  width: 66.666666%;
  padding: 66.666666% 0 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 95%;
}

.tables-print {
  text-align: right;
}

.tables-print .guestprintlist {
   text-align: left;
}

.tables-print .rect-table {
  margin-top: 8mm;
  margin-bottom: 14mm;
}

.page {
  position: relative;
  padding: 8mm 10mm 10mm 10mm;
  margin: 20px auto;
  width: 210mm;
  height: 297mm;
  background-color: #ffffff;
}

.landscape {
   width: 297mm;
   height: 210mm
}

.page h1 {
  font-family: 'SourceSansProSemibold', Arial, sans-serif;
  font-size: 24px;
  color: #000000;
  text-align: left;
}

.table-guest-dishes .page h1 {
  font-size: 20px;
}

.page .toptable {
  display: inline-block;
  float: none;
  padding: 2px 5px 1px;
  font-size: inherit;
  line-height: 1.1;
  margin-right: 6px;
}

.place-names {
  padding: 0;
}

.place-names .row {
  position: relative;
  display: block;
  padding: 0;
  margin: 0 0 5mm;
  width: 210mm;
  height: 70.5mm;
}

.place-names .guest-name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  padding: 10px 25px 10px 10px;
  height: auto;
  overflow: visible;
  text-align: center;
  line-height: 1.2;
}

.place-names .guest-name:nth-child(even) {
  left: auto;
  right: 0;
}

.tables-print .table-canvas {
  float: none;
  margin-top: 0;
  display: inline-block;
  width: 75%;
  padding: 75% 0 0 0;
}

.tables-print .rect-table .table-canvas {
  width: 75%;
  padding: 37.5% 0 0 0;
  background-position: center 100%;
}

.tables-print .seat h2 {
  font-size: 12px;
  color: #000;
  padding: 0;
  height: auto;
}

.tables-print .seat h2 .icon {
  display: block;
  float: left;
}

.tables-print .rect-table .seat h2 .icon {
    margin-left: -7px;
}

.tables-print .seat .thumb:before {
  font-size: 30px;
  color: #ffffff;
}

.tables-print .rect-table .seat .thumb:before {
  font-size: 20px;
  color: #ffffff;
}

.tables-print .table-canvas .name {
  color: #000;
  filter: alpha(opacity=100);
  opacity: 1;
}

.print-table-name {
  position: absolute;
  width: 210mm;
  height: 148.5mm;
  top: 0;
  left: 0;
}

.print-table-name:nth-child(even){
  top: 50%;
}


.tables-print .circle .seat {
  padding: 10px 10px 6px;
  width: 28%;
  /*min-height: 20%;*/
}

.diet-key-holder {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  z-index: 1000;
}

.diet-key-holder .diet-key {
  position: relative;
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  background-color:#9E1F63;
  width: 18px;
  height: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 2px 0 0;
}

.rect-table .diet-key-holder {
  top: -30px;
  gap: 2px;
}

.tables-print .circle .seat h2 {
  position: relative;
  font-size: 14px;
}

.tables-print .circle .seat ul li {
  font-size: 10px;
  line-height: 1;
  padding: 0;
  margin: 0 0 .3em 0;
  color: #000;
  text-align: center;
}

.tables-print .circle .seat .table-dietnotes p {
  font-size: 10px;
  line-height: 1;
  text-align: center;
  margin: 5px 0;
}


.landscape .print-table-name {
  position: absolute;
  width: 148.5mm;
  height: 210mm;
  top: 0;
  left: 0;
}

.landscape .print-table-name:nth-child(even){
  left: 50%;
}

.table-thumb {
  position: relative;
  display: inline-block;
  width: 220px;
  height: 220px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: -40px;
  border-radius: 50%;
}

.text-tools {
  font-family: 'SourceSansPro';
  position: absolute;
  color: #000;
  top: -30px;
  right: 20px;
  height: 18px;
}

.text-tools a {
  font-size: 22px;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  margin-left: 3px;
  line-height: 0;
  padding: 10px 0 0;
  cursor: pointer;
}

.table-name .text-tools {
  right: 50px;
}

.table-details .text-tools {
  top: 0;
}



.table-dish-count {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 220px;
  padding: 20mm 0 10mm 10mm;
  text-align: left;
}

.table-dish-count ul li {
  vertical-align: top;
  padding-right: 20px;
  text-align: left;
  margin-bottom: 10px;
}

.table-dish-count ul li h2 {
  font-size: 16px;
  padding: 0;
  margin: 0;
}

.table-dish-count ul li p {
  font-size: 11px;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  color: #000000;
}

.table-dish-count ul li p .count {
  font-weight: bold;
}

.guest-print {
  float: left;
  width: 25%;
  margin-bottom: 0;
  padding: 2mm 3mm 0 1mm;
}

.codes .row {
  float: left;
  width: 100%;
  margin-top: 7.2mm;
}

.guest-qr {
  float: left;
  width: 30%;
}
.guest-code {
  float: right;
  width: 70%;
  color: #000000;
  padding: 0;
  margin: 6px 0 2px;
}
.guest-name {
  float: right;
  width: 70%;
  height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #000000;
  margin: 0 0 4px 0;
}
.guest-url {
  float: right;
  width: 70%;
  font-size: 10px;
  color: #000000;
  margin: 0;
}



.seat {
  position: absolute;
  width: 20%;
  padding: 20% 0 0 0;
  border: 1px solid transparent;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: move;
}

.seat .name {
  position: absolute;
  top: 10px;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 0 10px;
}

.seat .thumb {
  position: absolute;
  width: 50%;
  height: auto;
  padding: 50% 0 0 0;
  top: 8%;
  left: 25%;
  text-align: center;
  background-size: cover;
  pointer-events: none;
}

.seat .thumb:before {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 0 0 0;
  top: 50%;
  left: 0;
  font-size: 50px;
  font-size: 3.6vw;
  line-height: 1;
  margin-top: -35%;
  background-size: cover;
  pointer-events: none;
}

.seat h2 {
  position: absolute;
  width: 100%;
  top: 63%;
  left: 0;
  font-size: 1em;
  font-size: 1.33vw;
  line-height: 1.2em;
  height: 2.4em;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  margin-bottom: .3em;
}

.over {
  border: 1px dashed transparent;
}

.circle .seat1 {top: 0%; left: 40%;}

.circle .ten-seat {
  background-image: url(../images/png/table-ten-seat.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/table-ten-seat.svg);
}

.circle .ten-seat .seat2 {top: 6.5%; left: 64%;}
.circle .ten-seat .seat3 {top: 27%; left: 75%;}
.circle .ten-seat .seat4 {top: 52.5%; left: 75%;}
.circle .ten-seat .seat5 {top: 73%; left: 64.5%;}
.circle .ten-seat .seat6 {top: 80%; left: 40%;}
.circle .ten-seat .seat7 {top: 73%; left: 15.5%;}
.circle .ten-seat .seat8 {top: 52.5%; left: 2%;}
.circle .ten-seat .seat9 {top: 27%; left: 2%;}
.circle .ten-seat .seat10 {top: 6.5%; left: 15.5%;}
.page .circle .ten-seat .seat11,
.page .circle .ten-seat .seat12 {
    display: none;
}

.circle .nine-seat {
  background-image: url(../images/png/table-nine-seat.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/table-nine-seat.svg);
}

.circle .nine-seat .seat2 {top: 9%; left: 66.5%;}
.circle .nine-seat .seat3 {top: 32%; left: 75%;}
.circle .nine-seat .seat4 {top: 60.5%; left: 75%;}
.circle .nine-seat .seat5 {top: 78%; left: 55%;}
.circle .nine-seat .seat6 {top: 78%; left: 25%;}
.circle .nine-seat .seat7 {top: 60.5%; left: 5%;}
.circle .nine-seat .seat8 {top: 32%; left: 0%;}
.circle .nine-seat .seat9 {top: 9%; left: 13%;}

.circle .eight-seat {
  background-image: url(../images/png/table-eight-seat.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/table-eight-seat.svg);
}

.circle .eight-seat .seat2 {top: 11%; left: 69%;}
.circle .eight-seat .seat3 {top: 40%; left: 75%;}
.circle .eight-seat .seat4 {top: 69%; left: 69%;}
.circle .eight-seat .seat5 {top: 80%; left: 40%;}
.circle .eight-seat .seat6 {top: 69%; left: 11%;}
.circle .eight-seat .seat7 {top: 40%; left: 0%;}
.circle .eight-seat .seat8 {top: 11%; left: 11%;}


.circle .seven-seat {
  background-image: url(../images/png/table-seven-seat.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/table-seven-seat.svg);
}

.circle .seven-seat .seat2 {top: 14%; left: 72%;}
.circle .seven-seat .seat3 {top: 49%; left: 75%;}
.circle .seven-seat .seat4 {top: 76%; left: 58%;}
.circle .seven-seat .seat5 {top: 76%; left: 22%;}
.circle .seven-seat .seat6 {top: 49%; left: 2%;}
.circle .seven-seat .seat7 {top: 14%; left: 8%;}

.circle .six-seat {
  background-image: url(../images/png/table-six-seat.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/table-six-seat.svg);
}

.circle .six-seat .seat2 {top: 19%; left: 75%;}
.circle .six-seat .seat3 {top: 61%; left: 75%;}
.circle .six-seat .seat4 {top: 80%; left: 40%;}
.circle .six-seat .seat5 {top: 61%; left: 5%;}
.circle .six-seat .seat6 {top: 19%; left: 5%;}

.circle .five-seat {
  background-image: url(../images/png/table-five-seat.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/table-five-seat.svg);
}

.circle .five-seat .seat2 {top: 27%; left: 75%;}
.circle .five-seat .seat3 {top: 73%; left: 64.5%;}
.circle .five-seat .seat4 {top: 73%; left: 15.5%;}
.circle .five-seat .seat5 {top: 27%; left: 2%;}


.circle .four-seat {
  background-image: url(../images/png/table-four-seat.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/table-four-seat.svg);
}

.circle .four-seat .seat2 {top: 40%; left: 75%;}
.circle .four-seat .seat3 {top: 80%; left: 40%;}
.circle .four-seat .seat4 {top: 40%; left: 0%;}

.circle .three-seat {
  background-image: url(../images/png/table-three-seat.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/table-three-seat.svg);
}

.circle .three-seat .seat2 {top: 61%; left: 75%;}
.circle .three-seat .seat3 {top: 61%; left: 5%;}

.circle .two-seat {
  background-image: url(../images/png/table-two-seat.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/table-two-seat.svg);
}

.circle .two-seat .seat2 {top: 80%; left: 40%;}

.circle .one-seat {
  background-image: url(../images/png/table-one-seat.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/table-one-seat.svg);
}

.circle .no-seat {
  background-image: url(../images/png/table-no-seat.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/table-no-seat.svg);
}

.palette .circle .no-seat {
  background-image: url(../images/png/palette-circle-table.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/palette-circle-table.svg);
}

.palette .rect-table .no-seat {
  background-image: url(../images/png/palette-top-table.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/palette-top-table.svg);
}

.rect-table .table-canvas {
  background-position: center 26%;
}

.rect-table .table-seats {
  padding: 29.5% 0 0 0;
}



.rect-table .seat {
  width: 6.3%;
  padding: 24.8% 0 0;
}

.rect-table .seat h2 {
  transform: rotate(-90deg) translate(0, 100%);
	transform-origin: 0 100%;
  width: 180px;
  top: auto;
  bottom: 0;
  left: 30%;
  padding: 2px 0 0 3px;
  height: 1.4em;
  text-align: left;
}

.rect-table .seat .thumb {
  width: 100%;
  height: auto;
  padding: 100% 0 0 0;
  top: -10%;
  left: 0;
}

.rect-table .seat .thumb:before {
  font-size: 28px;
  font-size: 2.5vw;
}

.rect-table .seat .loader {
  top: 3%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
}

.rect-table .seat .icon-close {
  top: 100%;
  right: 50%;
  margin-top: 20px;
  margin-right: -13px;
  padding: 6px 0 0;
}

.rect-table .seat .icon-edit {
  top: 100%;
  right: 50%;
  margin-top: -8px;
  margin-right: -13px;
  padding: 6px 0 0;
}

.rect-table .seat1 {top: 0; left: 43.6%;}
.rect-table .seat2 {top: 0; left: 50.4%;}
.rect-table .seat3 {top: 0; left: 37%;}
.rect-table .seat4 {top: 0; left: 57%;}
.rect-table .seat5 {top: 0; left: 30.3%;}
.rect-table .seat6 {top: 0; left: 63.6%;}
.rect-table .seat7 {top: 0; left: 23.6%;}
.rect-table .seat8 {top: 0; left: 70.5%;}
.rect-table .seat9 {top: 0; left: 16.9%;}
.rect-table .seat10 {top: 0; left: 77.1%;}
.rect-table .seat11 {top: 0; left: 10.2%;}
.rect-table .seat12 {top: 0; left: 83.7%;}
.rect-table .seat13 {top: 0; left: 3.5%;}
.rect-table .seat14 {top: 0; left: 90.3%;}

.rect-table .fourteen-seat {
  background-image: url(../images/png/tableplan-top-table-fourteen-seat.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/tableplan-top-table-fourteen-seat.svg);
}

.rect-table .thirteen-seat {
  background-image: url(../images/png/tableplan-top-table-thirteen-seat.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/tableplan-top-table-thirteen-seat.svg);
}

.rect-table .twelve-seat {
  background-image: url(../images/png/tableplan-top-table-twelve-seat.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/tableplan-top-table-twelve-seat.svg);
}

.rect-table .eleven-seat {
  background-image: url(../images/png/tableplan-top-table-eleven-seat.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/tableplan-top-table-eleven-seat.svg);
}

.rect-table .ten-seat {
  background-image: url(../images/png/tableplan-top-table-ten-seat.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/tableplan-top-table-ten-seat.svg);
}

.rect-table .nine-seat {
  background-image: url(../images/png/tableplan-top-table-nine-seat.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/tableplan-top-table-nine-seat.svg);
}

.rect-table .eight-seat {
  background-image: url(../images/png/tableplan-top-table-eight-seat.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/tableplan-top-table-eight-seat.svg);
}

.rect-table .seven-seat {
  background-image: url(../images/png/tableplan-top-table-seven-seat.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/tableplan-top-table-seven-seat.svg);
}

.rect-table .six-seat {
  background-image: url(../images/png/tableplan-top-table-six-seat.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/tableplan-top-table-six-seat.svg);
}

.rect-table .five-seat {
  background-image: url(../images/png/tableplan-top-table-five-seat.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/tableplan-top-table-five-seat.svg);
}

.rect-table .four-seat {
  background-image: url(../images/png/tableplan-top-table-four-seat.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/tableplan-top-table-four-seat.svg);
}

.rect-table .three-seat {
  background-image: url(../images/png/tableplan-top-table-three-seat.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/tableplan-top-table-three-seat.svg);
}

.rect-table .two-seat {
  background-image: url(../images/png/tableplan-top-table-two-seat.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/tableplan-top-table-two-seat.svg);
}

.rect-table .one-seat {
  background-image: url(../images/png/tableplan-top-table-one-seat.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/tableplan-top-table-one-seat.svg);
}

.rect-table .no-seat {
  background-image: url(../images/png/tableplan-top-table-no-seat.png);
  background-image: linear-gradient(transparent, transparent), url(../images/svg/tableplan-top-table-no-seat.svg);
}

.base-icon:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  margin-right: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-top: -4px;
}

.codes li .base-icon {
  padding-top: 8px;
}


.guestprintlist {
  float: left;
  width: 100%;
  padding-top: 9mm;
}



.guestprintlist > li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 12px 20px;
}

.guestprintlist > li h2 {
  font-size: 14px;
  color: #000;
}

.guestprintlist li {
  font-size: 11px;
  color: #000;
  line-height: 1.3;
  text-align: left;
}

.guestprintlist ul li {
  list-style: disc;
}

.guestprintlist ul li span {
  position: relative;
  margin-left: -5px;
}

.guestprintlist ul {
  margin-left: 12px;
  padding-left: 0;
  margin-bottom: 5px;
}

.guestprintlist > li p {
  margin: 3px 0;
  font-size: 10px;
}

.table-guest-dishes .guestprintlist,
.table-guest-dishes .guestprintlist > li {
  width: 50%;
  padding-top: 0;
}

.table-guest-dishes .guestprintlist > li:first-child {
  padding-left: 0;
}

.table-guest-dishes .guestprintlist > li:nth-child(odd) {
  padding-right: 0;
}

.table-guest-dishes .guestprintlist > li:nth-child(even) {
  padding-left: 0;
}

.table-guest-dishes .guestprintlist:nth-child(odd) {
  padding-right: 10mm;
}

.table-guest-dishes .guestprintlist:nth-child(even) {
  padding-left: 10mm;
}

.o2 .rect-table {
  transform: rotate(90deg) translate(0,0);
}

.o2 .icon{
  top: 50%;
  right: 32%;
  margin-top: -13px;
}

.o3 .rect-table {
  transform: rotate(-90deg) translate(0,0);
}

.o3 .icon{
  top: 50%;
  left: 32%;
  margin-top: -13px;
}

.o4 .rect-table {
  transform: rotate(180deg) translate(0,0);
}

.o4 .icon{
  top: 100%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
}

.table-dietnotes {
  float: left;
  width: 100%;
  border: dotted 1px transparent;
  padding: 0px 5px;
}

/* ------------------------- login register layout ------------------------------ */

.page-login-register {
    float: left;
    width: 100%
}

.login-panel,
.register-panel {
	float: left;
	width: 50%;
	padding: 20px;
}

.login-panel h2,
.register-panel h2 {
	padding: 0 6px;
}

.profile h3 {
  font-size: 16px;
}

/*-------------------- input field styling --------------------*/
.field-holder {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 5px
}

.heading .field-holder {
  float: none;
  display: inline-block;
}

.course .field-holder {
  padding: 0 0 12px;
}


.field-save {
  float: none;
  display: inline-block;
}

.field-save .small {
  display: inline-block;
  width: 70%;
  padding: 20px 0 0 0;
}



.avatar-holder {
    text-align: center

}

.avatar-holder .fileupload {
  float: none;
  display: inline-block;
  text-align: center;
}

.field-holder label {
  display: block;
  float: left;
  width: 100%;
  font-family: 'SourceSansPro', Arial, sans-serif;
  font-weight:normal;
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: 6px;
  padding-left: 1px;
}

.field-holder label .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 15px;
  padding-top: 2px;
  margin-top: -4px;
}

.properties .field-holder label .button {
  margin: 1px 0 6px 3px;
}

.properties .field-holder label .filter {
  float: left;
  /*float: left;
  font-size: 1.2rem;
  padding: 11px 0 0 3px;*/
}

.properties .field-holder label .icon {
  width: 22px;
  height: auto;
  font-size: 12px;
  padding-top: 2px;
  margin: 1px 0 0 0;
}

.properties .field-holder label .icon-filter {
  font-size: 14px;
  margin-top: -1px;
}

.field-holder h1 .icon {
  display: inline-block;
  width: 27px;
  height: 27px;
  font-size: 15px;
  padding-top: 6px;
  margin-top: -6px;
}

.field-holder p.description {
  float: left;
  width: 100%;
  padding: 0;
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
}

.text-danger {
    float: left;
    padding: 0 6px;
}

.field-validation-error:before {
    font-family: 'guestplan' !important;
    content: "\e90f";
    display: block;
    float: left;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 1;
    margin-right: 5px;
    padding-top: 2px;
    text-align: center;
}

.code,
.invitecode .col {
  text-align: center;
}

.invitecode p {
  display: inline-block;
  margin-top: 20px;
  text-align: center;
}

.password-forget {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}

.error {
  display: none;
  width: 70%;
  border: 1px solid transparent;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center
}

.find-event .error {
  width: 95%;
}

.error-show {
    display: inline-block;
}

.guest-confirm {
  text-align: center;
}

.guest-confirm h2 {
  font-size: 1.6rem;
  margin: 0;
}

.guest-confirm p {
  display: inline-block;
  padding-top: 10px;
}

.guest-confirm .field-holder {
  display: inline-block;
  float: none;
}

.search {
  display: inline-block;
  float: none;
  width: 70%;
  margin: 0;
  padding: 0;
}

.list .search-panel,
.list .search {
  padding-top:0;
  padding-right:10px;
}

.search-panel .hint {
  margin-top:15px;
}

.search .field {
  padding-right: 40px;
}

.search .icon {
  position: absolute;
  display: block;
  width: 30px;
  height: 25px;
  font-size: 25px;
  top: 50%;
  right: 15px;
  margin-top: -8.5px;
}

.field {
  font-family: 'SourceSansPro', Arial, sans-serif;
	font-weight:normal;
	float: left;
	width: 100%;
	padding: 12px 10px 8px;
  line-height: 1em;
  font-size: 1.4em;
  margin: 0;
  height: 48px;
  border: 3px solid transparent;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

textarea.field {
  font-size: 1.1em;
	min-height: 10em;
  resize: none;
}

.fileupload {
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    width: 135px;/* 135px 50% */
    padding: 135px 0 0;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    /*background-image: url(../images/png/icon-guest-large-white.png);
    background-image: linear-gradient(transparent, transparent), url(../images/svg/icon-guest-large-white.svg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.avatar {
  background-position: center;
   background-size: 100%;
}

.avatar-holder .field {
  text-align: center;
}

.avatar:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.fileupload .prompt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 10px;
}

.fileupload .icon {
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 70px;
  padding-top: 12px;
  width: 100%;
  height: 100%;
}

input.upload {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.box,
.dish .box {
  float: right;
  text-align: center;
  width: 100%;
  padding: 20px 10px 8px;
  border: 2px solid transparent;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 10px 0;
}

.notlisted {
  display: none;
}

.small {
  font-size: 0.9rem;
  margin-top: 6px;
}

.course {
  padding: 0;
}

.box h1,
.eventtables .item h2 {
  font-family: 'SourceSansProSemibold', Arial, sans-serif;
  text-align: center;
  margin-bottom: 6px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.course h1,
.eventtables .item h2 {
  font-size: 1.7rem;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 10px 20px 5px;
  margin-bottom: 15px;
}

.eventtables .item h2 {
  font-size: 1.4rem;
}

.radio {
    float:left;
		width: 100%;
}

.radio label {
    display:inline-block;
    font-size: 18px;
		padding: 2px 4px 0;
}

.course .radio label {
  position: relative;
  padding: 2px 15px 0;
  margin-bottom: 0;
}

.radio label span {
    text-align:center;
    font-size: 1em;
    padding:10px 20px;
    padding: 12px 5px 8px 5px;
    display:inline-block;
    line-height: 1em;
    border: 3px solid transparent;
    cursor: pointer;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.radio label input {
    position:absolute;
		visibility:hidden;
}

.radio input:checked + span,
.radio label span.nothanks-sel {
    font-family: 'SourceSansProSemibold', Arial, sans-serif;
}

.box .radio {
  text-align: center;
}

.box label p {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 12px;
  text-align: center;
  font-size: 12px;
  line-height: 1.1;
}

.box label p.title {
  font-family: 'SourceSansProSemibold', Arial, sans-serif;
  font-size: 20px;
  margin-top: 10px;
}

.box label p.description {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 0;
  padding-top: 0;
}

.box label.no-thanks {
  float: none;
  margin-bottom: 6px;
}

.remove {
  float: right;
  width: 40px;
  height: 40px;
}

/*-------------------- footer ----------------------------*/
.footer {
	float: left;
	width: 100%;
	padding: 30px 0 30px;
  
}

.footer-row {
	float: left;
	width: 100%;
	margin: 0;
}

.footer-col {
    float: left;
    width: 100%;
    padding: 0 5px 0;
    margin: 0;
    text-align: center;
}

.footer-col p {
  font-size: 0.8rem;
  margin: 1em 0 30px;
}

.footer-col ul {
	display: inline-block;
	margin: 0 0 10px;
}

.footer-col ul li {
  float: left;
  font-size: 1rem;
	line-height: 1.2em;
	background-color: transparent;
  padding: 0 6px;
}

.home .footer-col ul li {
  font-size: 0.8rem;
}

.input-box,
.submit-button {
  float: left;
  width: 100%;
  border: none;
  padding: 7px 10px;
  margin-top: 8px;
  font-size: 0.9em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.submit-button {
	font-family: 'SourceSansProSemibold', Arial, sans-serif;
	font-weight:normal;
	text-align: center;
	font-size: 1em;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
}

.hint {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}

.invite-code {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 8px;
}

.key {
  position: absolute;
  display: block;
  top: 5px;
  left: 2px;
  width: 32px;
  /*opacity: 0.7;
  filter: alpha(opacity=70);*/
}

.events .key {
  top: auto;
  bottom: 12px;
}

.list .key li {
  width: 100%;
  font-size: 20px;
  text-align: center;
  padding: 2px;
  margin-bottom: 2px;
}

.warning {
  position: absolute;
  z-index: 10;
  top: 12px;
  left: 0;
  width: 100%;
  height: 20px;
  pointer-events: none;
}

.warning .icon-exclamation {
  position: absolute;
  font-family: 'SourceSansProSemibold', Arial, sans-serif;
  display: block;
  top: 0;
  right: 12px;
  width: 20px;
  height: 20px;
  padding: 3px 1px 1px;
  text-align: center;
  font-size: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  pointer-events:all;
  cursor: pointer;
}

.warning .tooltip {
  font-family: 'SourceSansProSemibold', Arial, sans-serif;
  display: none;
  z-index: 10;
  padding: 10px;
  margin-top: 24px;
  margin-left: 0;
  font-size: 0.8em;
  width: 90%;
  margin: 0 5%;
  line-height: 1.1em;
  border: 2px solid transparent;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.warning:hover .tooltip {
  display:inline;
  position:absolute;
  left: 0;
  top: 40px;
}

.declined:after {
  font-family: 'SourceSansProSemibold', Arial, sans-serif;
  content: "DECLINED";
  position: absolute;
  left: 5%;
  width: 90%;
  bottom: 10px;
  padding: 9px 5px 7px;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.sortable .declined:after {
  left: 85px;
  width: auto;
  bottom: 8px;
  padding: 9px 25px 7px;
}

.sortable .declined .guest-table {
  width: 10px;
  overflow: hidden;
}

.past .item:after,
.next .item:after,
.demo .item:after {
  font-family: 'SourceSansProSemibold', Arial, sans-serif;
  content: "PAST";
  position: absolute;
  left: 7px;
  width: auto;
  top: 7px;
  font-size: 12px;
  padding: 5px 5px 3px;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.next .item:after {
  content: "NEXT";
}

.demo .item:after {
  content: "DEMO";
  left: 7px;
  top: auto;
  bottom: 7px;
}

.declined .meta {
  display: none;
}

.profile .pword {
  margin-bottom: 20px;
}

.roles {
  padding: 0 5px;
}

.roles .details p {
  text-align: center;
  margin-bottom: 5px;
}

.roles li {
  cursor: default;
  padding: 10px 34px 10px 12px;
}

.roles .item,
.roles h2,
.roles li a {
  height: auto;
}

.roles .item{
  padding: 20px 12px;
}


.roles h2 {
  margin: 0;
}

.modal-content .roles h2 {
  font-size: 1.3rem;
}

.roles h2 span {
  font-family: 'SourceSansPro', Arial, sans-serif;
  float: left;
  font-size: 14px;
  margin: 6px 6px 0;
}

.roles h2 .company-role {
  margin: 3px 6px 0 0;
  border: 1px dotted transparent;
  padding: 2px 8px;
}

.roles h2 .role-remove {
  float: right;
  border: 1px solid transparent;
  width: 18px;
  height: 18px;
  font-size: 12px;
  overflow: hidden;
  margin-left: 5px;
  padding: 0px 2px 0;
  text-align: center;
  line-height: 1;
}

.roles .icon-add {
  float: left;
  width: 26px;
  height: 26px;
  font-size: 14px;
  padding: 0;
  margin: 2px 3px 0 0;
  border-radius: 50%;
}

.roles .icon-add:before {
  content: "\e91a";
}

.roles a {
  cursor: pointer;
}

.text-search .loader {
  width: 30px;
  height: 30px;
  border-width: 5px;
  left: auto;
  right: 15px;
  margin: -15px 0 0 0;
}

.list-results {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0 5px 20px;
  margin-top: -16px;
}

.list-results ul {
  border: 2px solid transparent;
  padding: 10px 0;
}

.list-results li {
  display: inline-block;
  vertical-align: top;
  width: 33.333333%
}
/* Modal styles
----------------------------------------------------------------------*/

.modal {
  display: none;
  position: fixed;
	top: 0;
	left: 0;
	width: 100%;
  height: 100%;
  z-index: 1000000;
	background-color: rgba(0,0,0,0.7);
}

.modal-inner {
	position: absolute;
	top: 10%;
	left: 50%;
	width: 400px;
	margin: 0 0 0 -200px;
  overflow-y: auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.modal-content {
	float: left;
	top: 0;
	left: 0;
	width: 100%;
}

.modal-content .icon-close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
}

.modal-content header,
.modal-content section {
	float: left;
	width: 100%;
  padding: 20px 10px;
  text-align: center;
  min-height: 42px;
}

.home .modal-content section {
  padding: 40px 20px 20px;
}

.modal-content header p {
	margin: 8px 0 0;
}

.modal-content .field-holder {
  margin: 0;
  padding-bottom: 0;
  text-align: left;
}

.modal-content .field-delete,
.eventbody .modal-content .field-delete {
  width: 25%;
  padding-right: 8px;
}

.modal-content .field-confirm {
  width: 100%;
}

.modal-content .field-save,
.eventbody .modal-content .field-save {
  width: 75%;
  padding-left: 8px;
}

.modal-content .button {
  display: inline-block;
  float: none;
  padding: 14px 0 12px;
}

.modal .fileupload {
  width: 100px;
  padding: 100px 0 0;
}

.modal .fileupload .icon {
  font-size: 50px;
}

.fileupload .icon-close {
  font-size: 12px;
  width: 24px;
  height: 24px;
  top: 8px;
  right: auto;
  left: 50%;
  margin-left: -12px;
  padding: 6px 3px 0;
  border-radius: 50%;
  z-index: 10;
}

.modal .fileupload .icon-close {
  font-size: 12px;
}

.modal .avatar-holder {
  text-align: center;
}

.modal .icon-exclamation {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 3px;
}

.modal-warning {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 280px;
  margin: -30px 0 0 -140px;
  z-index: 100000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: rgba(0,0,0,0.5);
}

.modal-warning p {
    position: relative;
    padding: 15px 50px 15px 20px;
    margin: 0;
    line-height: 1.1;
    text-align: center;
    font-size: 0.9rem;
}

.modal-warning .icon-close {
  top: 50%;
  margin-top: -10px;
}

/*------------------ hover opacity animations ---------------------*/

/*.go:hover img,
.social-link:hover img,
.link-action a:hover,
.cloud a:hover,
.footer a:hover img,
ul.footer-nav li a:hover,
.submit-button:hover,
.list-title .all:hover img,
a:hover,
.arrow-down:hover
{
	opacity: 0.7;
  filter: alpha(opacity=70);
}*/


/*------------------ main button styling ---------------------*/

.button {
  font-family: 'SourceSansProSemibold', Arial, sans-serif;
  position: relative;
  display: inline-block;
  padding: 14px 5px 12px;
  height: auto;
  text-align: center;
  line-height: 1.2em;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor:pointer;
}

.button:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.col-save {
  text-align: center;
}

.heading h1 .clearfilter {
  font-size: 1rem;
  border: 2px solid transparent;
  padding: 9px 6px 7px 0;
}

.heading h1 .icon-filter {
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 16px;
  margin: -3px 0 0;
  padding: 0 5px 0 3px;
}

.heading h1 .clearfilter .icon {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0 2px 0 5px;
  font-size: 12px;
  margin: -3px 0 0;
}

/*.more {
  background-color: #666666;
}*/

/*----------------- manager overides ---------------------*/

.getstarted {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}

.getstarted h2 {
  margin-bottom: 20px;
}

.getstarted ul {
  float: left;
  width: 100%;
  font-size: 0;
}

.getstarted li {
  display: inline-block;
  font-size: 1rem;
  width: 25%;
  padding-right: 20px;
}

.getstarted li .item {
  text-align: center;
  height: auto;
}

.getstarted li h2 {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  max-width: 125px;
}

.getstarted li .item .icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  font-size: 20px;
  padding: 7px 7px 7px 9px;
  text-align: center;
  background-color: #9E1F63;
  color: #ffffff;
}

.manager .list {
  text-align: left;
}

.manager .list li {
  vertical-align: top;
  margin-bottom: 0;
}

.manager .landing .details {
  float: left;
  font-size: 18px;
  padding-right: 0;
}

.manager .landing .item {
  padding: 0;
}

.manager .landing .item h2,
.manager .landing .summary {
  float: left;
  text-align: left;
  white-space: normal;
}

.manager .landing .item h2 {
  font-size: 24px;
  line-height: 1.3;
  overflow: visible;
  padding: 17px 15px 10px;
}

.manager .landing .item h2 .icon-arrow-right {
  display: inline-block;
  font-size: 26px;
  padding: 2px 0 0 10px;
}

.manager .landing .item h2 a:hover .icon-arrow-right {
  padding-left: 20px;
}

.manager .landing .summary,
.manager .landing .summary .number {
  font-size: 16px;
  padding: 0 0 1px;
}

.manager .landing .summary .number {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%;
  height: 1.3em;
  padding-right: 20px;
  margin-left: 0;
}

.manager .landing .summary .summary-label {
  position: relative;
  float: left;
  width: 85px;
  height: 1.3em;
  margin-bottom: 5px;
}

.manager .landing .summary .sm {
  width: 55px;
}

.manager .landing .details .icon {
  position: absolute;
  top: 1px;
  right: 0;
  font-size: 16px;
  margin: 0 0 0 5px;
}

.manager .item .details {
  padding: 15px;
  min-height: 120px;
}

.manager .item .actions {
  font-size: 16px;
  float: left;
  width: 100%;
  padding: 15px;
  text-align: left;
}

.manager .landing .item {
  height: auto;
}

.manager .landing .icon {
  position: relative;
  top: 0;
  left: auto;
  display: inline-block;
  /*width: 45%;*/
  height: auto;
  font-size: 32px;
  padding: 0;
  margin-top: -4px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 90% auto;
}



.manager .list .icon-exclamation {
  font-size: 12px;
  border: 2px solid transparent;
  padding: 2px;
  text-align: center;
}

.manager .landing ul li .summary ul {
  margin: 0;
  padding: 0;
}

.manager .landing ul li .summary li {
  width: 100%;
  text-align: left;
  padding-left: 20px;
}

.manager .landing ul li .summary li:before {
  content: "•";
  font-size: 28px;
  position: absolute;
  left: 0;
  top: 4px;
}

.manager .description > ul {
  margin-bottom: 20px;
}

.manager .description p {
  float: none;
  display: block;
  width: auto;
  margin:0 auto 15px;
  text-align: center;
}

.manager .enquire .text-danger,
.manager .enquire .postcode-warn {
  float: right;
  font-size: 14px;
}

.manager .enquire h2 {
  display: inline-block;
  text-align: left;
  margin: 20px 0 0;
  padding: 0 18px;
  font-size: 1.5rem;
}


.manager .enquire .postcode-warn .icon-tick {
  color: #97B052;
}

/*----------------- general layout and size variants ---------------------*/


/*
input::-webkit-input-placeholder {
  color: #666666;
}
input::-moz-placeholder {
  color: #666666;
}
input:-ms-input-placeholder { 
  color: #666666;
}
input:-moz-placeholder { 
  color: #666666;
}

input::placeholder {
  color: #eeeeee;
}*/


.short,
.landing .short,
.radio .short {
  width: 50%;
}

.short:disabled {
    font-size: 14px;
    width: 100%;
    background:transparent;
    border: none;
    padding: 10px 0 0 0;
}

.search-panel .extrashort,
.avatar-col {
  width: 20%;
}

.extrashort {
  width: auto;
}


.left {
	float: left;
}
.right {
	float: right;
}
.txtLeft {
	text-align: left;
}
.txtCentre {
	text-align: center;
}
.txtRight {
	text-align: right;
}

/* Apply 'display:none' to an element */
.hide {
	display:none;
}

.ajaxSearchResults a {
    color: #333333;
    text-align: left;
}

.filter-drop-shadow {
  -webkit-filter: drop-shadow(0 3px 3px rgba(0,0,0,.7));
	-moz-filter: drop-shadow(0 3px 3px rgba(0,0,0,.7));
	-ms-filter: drop-shadow(0 3px 3px rgba(0,0,0,.7));
	-o-filter: drop-shadow(0 3px 3px rgba(0,0,0,.7));
	filter: drop-shadow(0 3px 3px rgba(0,0,0,.7));
}

.facebook *,
.modal-warning,
.modal-warning p,
.table .occupants,
.table .occupants *,
.sortable li,
.menu-create .sortable li,
.topnav li,
.ui-datepicker *,
.logo img {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none
}



/*-  MEDIA QUERIES
----------------------------------------------------------------------*/

@media screen and (min-width: 1220px) {

  .panel-top .description h1,
  .description h1,
  .description h2 {
    font-size: 2.2rem;
  }
  


  .list h2 {
    font-size: 1.2em;
  }

  .list .meta ul li {
    font-size: 0.9rem;
  }

  .table .occupants li {
    font-size: 0.8rem;
    line-height: 1.3em;
  }

  .landing .icon {
    font-size: 80px;
  }

  .food .icon,
  .report .icon {
    font-size: 50px;
  }

  .menu-create .icon,
  .group .item .icon {
    font-size: 25px;
  }

  .seat .thumb:before {
    font-size: 50px;
  }

  .seat h2 {
    font-size: 1em;
  }

  .landing .item .number {
    font-size: 50px;
  }

  .landing .item h2,
  .landing .summary,
  .landing .summary .number {
    font-size: 18px;
  }

  .table::after {
    font-size: 2em;
  }

  .table .name {
    font-size: 1em;
  }

  .rect-table .seat .thumb:before {
    font-size: 28px;
  }

    .rect-table:before,
    .rect-table:after,
    .rect-table .table-canvas:before,
    .rect-table .table-canvas:after,
    .home ul li, ol li {
        font-size: 1rem;
    }


}

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

  .list {
    padding: 20px 0;
  }

  .event-header {
    padding: 20px 5px;
  }

  .landing ul li {
    width: 50%;
  }

  .landing .item .number {
    font-size: 50px;
  }

  .landing .item h2,
  .landing .summary,
  .landing .summary .number {
    font-size: 18px;
  }

  .details .icon {
    width: 8%;
    background-position: center 4px;
  }

  .food .icon {
    width: 50px;
  }

  .panel {
    padding: 25px 0;
  }

  .description {
    padding: 5px 0 20px;
  }
  
  /*.food ul li {
    width: 25%;
  }*/


}

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

  .list li {
      width: 25%;
  }

  .dish textarea.field {
    min-height: 10em;
  }

  .short, .radio .short {
    width: 50%;
  }

  .radio label span {
    font-size: 0.9em;
  }

  .field-holder label,
  .pm-select,
  .field {
    font-size: 1.2em;
  }

  .box .field-holder label {
    font-size: 1.1em;
  }

  .box label.dish {
    font-size: 2em;
  }

  .box h1 {
    margin: 0;
  }


}

@media screen and (max-width: 960px) {
  .description ul li {
    width: 50%;
    font-size: 1.5em;
    font-size: 2vw;
  }
}


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

  
  h2 {
    margin-bottom: 0.3em;
  }

  .description {
    padding: 5px 0 20px;
  }

  .enquire ul li {
    width: 75%;
    padding: 0 10px;
  }


  .home ul li, ol li {
    font-size: 2vw;
    line-height: 1.3em;
  }

  .table-head .col {
    width: 100%;
  }

  .list .meta ul li {
    font-size: 1.8vw;
  }
  
  .list h2 {
    font-size: 2.6vw;
  }

  .hideimage .fileupload {
    display: none;
  }

  .event .heading .col {
    margin-top: 30%;
    min-height: 0;
  }

  .event .heading .hideimage {
    margin-top: 0;
    min-height: 0;
  }

  .event .heading .no-edit {
    padding-top: 17px;
  }

  .event .heading .fileupload {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30% 0 0;
    margin: 0;
    transform: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .rect-table .seat .thumb:before {
    font-size: 3.7vw;
  }

  .panel-top .find-event {
    width: 90%;
    left: 50%;
    top: 35%;
    margin-left: -45%;
    padding: 24px 20px 20px;
  }

  .heading .title {
    width: 100%;
  }

  .col {
    width: 95%;
  }

  .list li {
      width: 33.333333%;
  }

  .field-holder {
    margin-bottom: 0;
  }

  .menu-create .field-holder {
    margin-bottom: 10px;
  }

  .search-panel .wrapper {
    padding: 0 4px;
  }

  .search-panel .extrashort {
    width: 35%;
    padding: 10px 5px;
  }

  .search::after {
    width: 30px;
    height: 100%;
    top: 5px;
    right: 15px;
  }

  .list .search {
    padding: 0 10px 10px 0;
  }

  .search-panel .hint {
    display: none;
    margin-top: 15px;
  }

  .header .wrapper {
    padding: 0;
  }

  .fix .properties {
    padding-top: 40px;
  }
  

  .col {
    padding: 0;
  }

  .legal {
    width: 100%;
    padding: 0;
    margin: 20px 0 80px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
  }

  .field-save {
    width: 100%;
  }

  .heading .toggle {
    display: inline-block;
  }

  .properties {
    left: -100%;
    top: 0;
    z-index: 1000;
    width: 100%;
    max-width: 1000px;
    margin: 0;
    padding-right: 0;
    padding-top: 40px;
  }

  .properties .button {
    margin-right: 35px;
  }

  .properties .tab {
    display: block;
    right: 8px;
  }

  .properties .list {
    border:none;
    top: 50px;
    padding: 8px 20px 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
  }

  .properties .field-holder label {
    padding: 8px 20px 0;
  }

  .properties .list li .icon-add {
    padding-top: 6px;
  }

  .table-canvas {
    width: 100%;
    padding: 100% 0 0 0;
  }

  .seat .thumb::before {
    font-size: 6vw;
  }

  .seat h2 {
    font-size: 2.3vw;
  }

  .open {
    left: 0;
  }

}

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

  .dropmenu {
    height: auto;
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .pm-select {
    padding: 12px 35px 8px 10px;
    line-height: 1em;
    font-size: 16px;
    text-align: left;
    height: 44px;
    /*border: 3px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;*/
  }

  .header {
    padding: 0 6px 0 10px;
    height: 44px;
  }

  .logo img {
    margin-top: 3px;
    height: 35px;
  }

  .active-event {
    top: 44px;
  }

  .topnav li {
    padding: 4px 0 0;
    border-bottom: none;
  }

  .topnav li.sel {
    border-bottom: none;
  }

  .topnav li a, .topnav li > span {
    width: 40px;
    height: 40px;
    font-size: 24px;
    padding-top: 6px;
  }
  .close li a {
    font-size: 18px;
    padding-top: 9px;
  }
  .content {
    margin-top: 44px;
  }
  .eventbody .content {
    margin-top: 80px;
  }
  .content {
      padding: 0 0 0;
  }
  .search-panel {
    padding: 0 5px 0;
  }
  .search .icon {
    font-size: 18px;
  }
  .field {
    padding: 12px 10px 8px;
    font-size: 1.4em;
    height: 48px;
    /*border: 3px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;*/
  }
  h1, .menu-title {
    font-size: 1.4rem;
  }
  .list h2, .form h2 {
    font-size: 1.1rem;
  }
  .event .heading .fileupload .icon {
    top: 0;
    padding: 10% 0 0;
  }

  .event .heading {
    padding: 0;
  }

  .event .heading .edit {
    margin: 20px 0 6px;
  }

  .menus .heading,
  .events .heading,
  .tableplans .heading {
      padding: 10px 5px 12px
  }

  .heading .col {
    width: 100%;
  }

  .header h1 {
    font-size: 25px;
    top: 9px;
    width: 100%;
  }

  .course .radio label {
    padding: 2px 10px 0;
  }

  .box label.no-thanks {
    margin: 6px 0;
  }

  .guestmenu {
    padding: 0 5px;
  }

  .heading .meta {
    top: -5px;
  }

  .guest-toggle .switch-slider {
    width: 68px;
    height: 28px;
    border-radius: 14px;
  }
  
  .guest-toggle .switch-slider:after {
    font-size: 11px;
    top: 5px;
  }
  
  .guest-toggle .switch-slider:before {
    height: 20px;
    width: 20px;
    left: 4px;
  }
  
  .guest-toggle .show:after {
    left: 8px;
  }
  
  .guest-toggle .show:before {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }

  .edit-tableplan .icon {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .guest-toggle label {
    font-size: 14px;
    padding: 5px 5px 0 0;
  }
 

  .position .icon {
    width: 20px;
    height: 20px;
    font-size: 8px;
    padding: 6px 0 0;
  }

  .position .icon-edit {
    top: 0;
    left: 0;
    right: auto;
  }

  .table .occupants {
    font-size: 1.2vw;
    line-height: 1.6vw;
    border: 1px solid transparent;
  }

  .table .occupants .icon {
      font-size: 1.2vw;
      margin: -2px 0 0
  }

  .menu-create {
    padding-top: 5px;
  }

  .list ul {
    float: left;
    width: 100%;
  }

  .list li {
    margin-bottom: 0;
    float: left;
  }

  .landing .item h2 {
    font-size: 14px;
    padding-left: 60px;
  }


  .home .icon {
    width: 20%;
  }

  .panel-top .description {
    width: 100%;
    margin-left:-50%;
  }

  .panel-top .description h1,
  .description h1,
  .description h2 {
    margin-bottom: 15px;
  }

  /*.description {
    padding: 0;
  }*/

  .event .heading .title {
    width: 100%;
    font-size: 1.5em;
  }

  .landing .icon {
    font-size: 13vw;
  }

  .food .icon,
  .report .icon {
    font-size: 7vw;
  }

  .menu-create .icon {
    font-size: 25px;
  }

  .col {
    width: 100%;
  }

  .short, .radio .short {
    width: 50%;
  }

  .form .wrapper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
  }

  .position .table-number {
    font-size: 1em;
    height: 1em;
    margin-top: -0.5em;
  }

  .modal-inner {
    top: 5%;
    left: 10%;
    width: 80%;
    margin: 0;
    max-height: 90%;
  }

}


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

  .palette ul {
    width: 33%;
  }

  .list li,
  .food ul li {
      width: 50%;
  }

  .list .meta ul li {
    font-size: 14px;
  }
  
  .list h2 {
    font-size: 20px;
  }

  .search {
      width: 100%;
  }

  .search-panel .extrashort {
    width: 50%;
  }

  /*.footer-col ul li {
    width: 100%;
    padding: 5px 0;
  }*/

  .home ul li, ol li {
    font-size: 2.8vw;
    line-height: 1.3em;
  }

  .signin .form {
    padding: 20px 0;
  }

  .col {
    padding: 5px 5px 0;
  }

  .enquire .col {
        padding: 5px 0 0
    }

    .enquire .guest-confirm {
        padding: 0 12px
    }

  .signin .col {
    padding: 5px 10px 0;
  }

  .register {
    padding: 20px 15px;
  }

  .signin .reg {
    padding: 5px 0 0;
  }

  .heading h1 .button {
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 4px;
  }

    /*.heading {
    padding: 10px 0 10px;
  }*/

  .guests .heading,
  .groups .heading {
    padding-top: 0;
  }

  .panel-top .find-event label 
  /*.panel-top .find-event p*/ {
    font-size: 25px;
  }

  .panel {
    /*background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;*/
    padding: 20px 10px;
  }

  .description h1, .description h2 {
    font-size: 5vw;
  }

  .legal h1 {
    font-size: 2rem;
  }

  .enquire ul li {
    width: 100%;
    padding: 0 10px;
  }

    .field-save .small {
        width: 100%;
    }

  /*.signin .field-holder {
    padding: 10px 0;
  }

  .signin .register .field-holder {
    padding: 10px 5px;
  }

  .signin .field-holder label {
    padding: 0 0 0 14px;
  }

  .signin .field {
    padding: 12px 10px 8px;
    font-size: 1.4em;
    height: 48px;
    border: none;
    border-bottom: 2px solid transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .signin .box {
    padding: 20px 0 8px;
    border: none;
    border-top: 2px solid transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 10px 0;
  }*/

}

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

  .reports .heading,
  .event .heading,
  .guests .heading {
    border-bottom: 1px solid transparent;
  }

  .field {
    font-size: 1.1rem;
  }

  .logo {
    width: 36px;
    height: 42px;
    overflow: hidden;
  }

  .logo img {
    max-width: 170px;
  }

  .form .wrapper {
    padding: 0;
  }

  .landing .icon {
    padding: 20px 15px;
  }

  .landing .item {
    height: auto;
  }

  .landing ul li {
    width: 100%;
  }

  .food ul li {
    width: 50%;
  }

  .search-panel,
  .search-panel .wrapper {
    padding: 0;
  }
  .search-panel .field-holder {
    padding: 0;
    float: left;
  }

  .search-panel .field-holder input {
    padding: 12px 14px 8px;
    border: none;
    border-bottom: 2px solid transparent;
  }

  .search .icon {
    margin-top: -12px;
  }

    /*.eventbody .heading {
    padding: 10px 0 0;
  }*/

    .guestonly .heading {
        padding: 10px 0 10px
    }

  .box,
  .xdish .box,
  .course h1, 
  .eventtables .item h2,
  .search-panel .field-holder input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

    /*.event .heading .edit {
    margin: 0 0 6px;
  }*/

  .guests .heading,
  .dishlist .heading,
  .tableplans .heading,
  .groups .heading,
  .events .heading,
  .menus .heading {
    padding-bottom: 10px;
  }

  .guests .heading,
  .groups .heading {
    padding-top: 0;
  }

  /*.signin .col {
    padding: 5px 0 0;
  }*/

  .description h1, .description h2 {
    font-size: 8vw;
  }

  .description ul li {
    width: 100%;
  }
  
  .group .group .col,
  .guestmenu,
  .eventmenus .col,
  .profile .col,
  .tableplans .col,
  .reports .col {
    padding: 0;
  }

  .heading .hideimage {
    padding-top: 5px;
  }


  .field-holder {
    padding: 10px 5px 0;
  }

  .field-save {
    width: 100%;
    padding-bottom: 10px;
  }

  .field-holder p.description {
    margin-bottom: 1rem;
  }

  .box {
    border: none;
  }

  .box p {
    margin: 0;
  }

  .form {
    margin-bottom: 0;
    padding: 20px 0;
  }

  .menus .form,
  .tableplans .form {
    padding: 0;
  }

  .list {
    padding: 0 0;
  }

  .list .wrapper {
    padding: 0;
  }

  .item {
    height: auto;
    min-height: 82px;
    padding: 6px 12px 6px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid transparent;
  }

  .group .item {
    margin-bottom: 0;
  } 

  .menu-create .item {
    margin-bottom: 20px;
  }

  .menu-create .icon {
    padding: 15px;
  }

    .thumb {
        /*display: static;*/
        position: relative;
        float: left;
        width: 65px;
        height: auto;
        padding: 65px 0 0;
        top: 5px;
        margin-bottom: 0;
    }

  /*.group .item .sortable li .thumb {
    margin-top: 5px;
  }*/

    .item .accesslevel {
        top: auto;
        bottom: 0;
        left: auto;
        right: 0;
        width: 20%;
        margin: 0;
    }

  .sortable li .thumb {
    top: 0;
    width: 12%;
    height: auto;
    padding: 12% 0 0;
  }

  .sortable li a {
    height: 50px;
  }

  .sortable li .thumb {
    margin: 0;
    top: 0;
    width: 50px;
    height: auto;
    padding: 50px 0 0;
  }

  .group .item .sortable h2, 
  .eventmenus .item .sortable h2, 
  .eventtables .item .sortable h2, 
  .eventtableplans .item .sortable h2 {
    font-size: 18px;
    padding: 0 40px 0 70px;
  }

  .group .item .sortable .icon-edit, 
  .eventmenus .item .sortable .icon-edit, 
  .eventtables .item .sortable .icon-edit, 
  .eventtableplans .item .sortable .icon-edit {
    font-size: 26px;
    padding: 10px 0 0 0;
  }

  .guest-table {
    font-size: 12px;
  }




  .list h2 {
    float: right;
    width: 80%;
    font-size: 16px;
    padding-left: 0;
    margin: 10px 0 4px;
  }

  .item .icon-edit, 
  .item .icon-add {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 20%;
    font-size: 38px;
    margin-bottom: 0;
  }

  

  .add {
    text-align: center;
    min-height: 0;
    padding: 18px 12px 15px;
  }

  .add h2{
    float: none;
    display: inline;
    line-height: 1.1;
    margin: 3px 0 0;
  }

    .item .icon-add,
    .events .add .icon-envelope {
        position: relative;
        display: inline-block;
        top: 0;
        left: 0;
        width: 22px;
        height: 22px;
        vertical-align: middle;
        padding-top: 0;
        font-size: 18px;
        margin: -3px 6px 0 0
    }

  .list .add h2 {
    font-family: 'SourceSansProBold', Arial,sans-serif;
    font-size: 22px;
  }

    .events .add .icon-envelope {
        margin-top: -10px;
         font-size: 22px

    }

  .date, .tablename, .meta,
  .dining .list .meta {
    position: relative;
    display: block;
    float: right;
    bottom: 0;
    left: 0;
    width: 80%;
    font-size: 1rem;
    padding: 0 30px 0 0;
    margin-bottom: 0;
  }

  .list .meta ul li {
    font-size: 12px;
  }

  /*.tablename, .meta {
    font-size: 1em;
  }*/

  .dining .list h2 {
    height: auto;
    margin-bottom: 10px;
  }

  .list .load-more {
    border-top: none;
    margin: 15px 0;
  }

  .list .load-more li {
    width: 47%;
    margin: 0 1%;
  }

  .list .load-more li:first-child {
    margin-left: 2%;
  }
  .list .load-more li:last-child {
    margin-right: 2%;
  }

  .list li,
  .food ul li {
      width: 100%;
      text-align: left;
      padding: 0;
  }

  .list li .item {
    font-size: 1rem;
  }

  .landing .details {
    padding-left: 65px;
  }

  .landing .icon {
    font-size: 40px;
  }

  .food .icon,
  .report .icon {
    font-size: 40px;
  }

  .menu-create .icon {
    font-size: 25px;
  }

  /*.menu-create .field-holder,
  .group .field-holder {
    padding: 10px 0 0;
  }*/

  .landing .details {
    padding-top: 5px;
  }

  .landing h2 {
    width: auto;
  }

  .landing .item .number {
    position: absolute;
    float: none;
    text-align: left;
  }

  .landing .summary {
    font-size: 0.9em;
  }

  .landing .summary .number {
    position: relative;
  }

  .landing .invite-codes {
    padding-bottom: 75px;
  }

  .invite-codes .summary {
    position: absolute;
    bottom: 10px;
    left: 15px;
    float: none;
    width: 44%;
    margin-right: 0;
  }

  .invite-codes .summary:last-child {
    left: auto;
    right: 15px;
  }

  .item .key {
    position: absolute;
    display: block;
    top: auto;
    bottom: 0;
    left: 100%;
    margin: 0 0 8px -37px;
  }

  .item .key ul li {
    font-size: 14px;
    margin-bottom: 1px;
  }

  .warning .tooltip {
    width: 50%;
    margin: 0 5%;
  }
  
  .warning:hover .tooltip {
    left: auto;
    right: 20px;
    top: 0;
  }

  .past .item:after,
  .next .item:after {
    left: 26px;
    top: auto;
    bottom: 8px;
  }

  .demo .item:after {
    left: 24px;
    top: 8px;
    bottom: auto;
  }

  
  .modal-inner {
    top: 5%;
    left: 5%;
    width: 90%;
    margin: 0;
    max-height: 90%;
  }

}


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

  .home .icon {
    width: 30%;
  }

  .home-content .wrapper {
    padding: 0;
  }

    /*.panel-top .description h1,
  .description h1,
  .description h2 {
    font-size: 11vw;
  }*/

  .panel {
    padding: 10px 5px;
  }

  .legal th,
  .legal td {
    display: block;
    width: 100%;
    white-space:normal;
    padding-right: 0;
  }

  .legal thead {
    display: none;
  }

  .description ul {
    font-size: 4.5vw;
  }

  .description {
    padding: 15px 0;
  }

  .description p {
    font-size: 1.1rem;
  }

  .description h3 {
    font-size: 1.8em;
  }

  .palette ul {
    width: 50%;
  }

  .short {
    width: 100%;
  }

  .radio .short,
  .field-save .short {
    width: 50%;
  }

  .extrashort {
    margin: 10px 0 0;
  }

  .panel-top .find-event {
    width: 95%;
    left: 50%;
    top: 35%;
    margin-left: -47.5%;
    padding: 24px 10px 20px;
  }

  .panel-top .find-event label {
    font-size: 20px;
  }

  .panel-top .find-event .extrashort {
    margin: 2px 0 0;
  }

  .table-canvas .name {
    font-size: 1em;
  }

  .properties .list {
    padding: 8px 12px 0;
  }

  .properties .field-holder label {
    padding: 8px 12px 0;
  }

  .signin .register .field-holder {
    padding: 10px 0;
  }

  .position .icon {
    width: 15px;
    height: 15px;
    padding: 3px 0 0;
  }

  .seat .icon-close,
  .seat .icon-edit {
    width: 20px;
    height: 20px;
    font-size: 10px;
    padding: 5px 0 0;
  }
  .seat .icon-edit {
    top: 14px;
  }

  .seat .icon-close {
    font-size: 9px;
    padding: 6px 0 0;
  }

  .thumb {
    width: 65px;
    padding: 65px 0 0;
    top: 2px;
  }

  .home ul li, ol li {
    font-size: 4vw;
    line-height: 1.3em;
  }
  

  /*.radio label {
    padding: 2px 0 0;
  }*/

  .box {
    width: 100%;
  }

  /*.form .wrapper {
    padding: 0 12px 0 10px;
  }*/

  .delete-icon {
    margin: 20px 0 0;
  }

  .list .meta ul li {
    font-size: 12px;
  }
  
  .list h2 {
    font-size: 16px;
  }

  .list .search {
    padding: 0 0 10px;
  }

  .list .search-panel {
    padding-top: 0;
    padding-right: 4px;
  }

  .list .search::after {
    right: 10px;
  }

  .open .tab {
    display: block;
  }

  

  .heading .fileupload {
    top: 38px;
    width: 60px;
    padding: 60px 0 0;
  }

    
  .heading .fileupload .icon {
    top: 14px;
    padding-top: 0;
    font-size: 30px;
  }
   
    .heading .meta {
        line-height: 1.2;
        font-size: 14px;
        padding: 5px 0;
        margin: 0 0 12px
    }

    /*.table:hover .occupants {
        top: 0;
        bottom: auto;
        left: -150px;
        width: 150px;
        margin-left: 0;
        padding: 12px;
    }

    .table:hover .occupants li {
        font-size: 12px;

    }

    .table:hover .occupants .icon {
        font-size: 10px;
        margin-right: 2px;
    }*/
    .event-tableplan .tableplan-canvas {
        margin-top: 30px
    }

    .eventbody .table-head {
        padding-top: 8px
    }

  .avatar-holder .short:disabled {
    font-size: 14px;
    width: 100%;
    padding: 8px 0 0;
    height: auto;
    border: none;
  }

  .modal-content header, .modal-content section {
    padding: 10px 10px;
  }

  .modal-content .field {
    padding: 12px 10px 8px;
    font-size: 16px;
    height: 40px;
    border: 2px solid transparent;
  }

  .modal-content .button {
    padding: 10px 0 8px;
  }

  .eventbody .heading h1 {
    margin-bottom: 10px;
  }

  

  /*.modal-inner {
    top: 5%;
    width: 300px;
    margin-left: -150px;
  }*/

}

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

  .box label.no-thanks {
    width: 100%;
  }

  .table-canvas .name {
    font-size: 0.9em;
  }

  .declined:after {
    bottom: 10px;
    padding: 5px 5px 3px;
  }

  /*.heading h1 {
    font-size: 1.6em;
  }*/

  .date, .tablename, .meta,
  .list h2,
  .dining .list .meta {
    width: 75%;
  }


}


/* Disable iOS/WinMobile font size changes */
@media screen and (max-width: 736px),
screen and (max-device-width: 736px) {
	html {
		-ms-text-size-adjust: none;
		-webkit-text-size-adjust: none;
	}
}
/* Portrait */
@media screen and (orientation:portrait) {
    /* Portrait styles */
}
/* Landscape */
@media screen and (orientation:landscape) {
    /* Landscape styles */
}



@page {
  size: auto;   /* auto is the current printer page size */
  margin: 0mm;  /* this affects the margin in the printer settings */
}
@media print {

  body * {
    float: none;
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
    color-adjust: exact !important;                 /*Firefox*/
  }

  body {
    background-color: transparent;
  }

  .header, .footer, .text-tools {
    display: none;
  }

  .content,
  .eventbody .content {
    margin: 0;
    padding: 0;
    border: initial;
    border-radius: initial;
    box-shadow: initial;
    background: initial;
  }

  .page {
    margin: 0;
    padding: 0 3mm;
    padding: 8mm;
    width: 210mm;
    height: 296mm;
    border: initial;
    border-radius: initial;
    box-shadow: initial;
    background: initial;
    background-color: #ffffff;
    page-break-after: always;
    break-after: always;
    page-break-inside: avoid;
    break-inside: avoid;
  }

  .landscape {
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 297mm;
    height: 210mm;
    border: initial;
    border-radius: initial;
    box-shadow: initial;
    background: initial;
    background-color: #ffffff;
    page-break-after: always;
    break-after: always;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  
  .landscape .print-table-name {
    height: 210mm;
  }

  /* safari hacks */
  _::-webkit-full-page-media, _:future, :root .page {
    height: 287mm;
  }
  _::-webkit-full-page-media, _:future, :root .landscape {
    height: 196mm;
  }
  _::-webkit-full-page-media, _:future, :root .landscape .print-table-name {
    height: 200mm;
  }
  
  .table-dish-count {
    padding: 20mm 3mm 0;
  }
  .table-canvas .name .direction:before {
    background-image: url(../images/png/guestplan-top-arrow.png);
  }
  .circle .no-seat {
    background-image: url(../images/png/table-no-seat.png);
  }
  .circle .one-seat {
    background-image: url(../images/png/table-one-seat.png);
  }
  .circle .two-seat {
    background-image: url(../images/png/table-two-seat.png);
  }
  .circle .three-seat {
    background-image: url(../images/png/table-three-seat.png);
  }
  .circle .four-seat {
    background-image: url(../images/png/table-four-seat.png);
  }
  .circle .five-seat {
    background-image: url(../images/png/table-five-seat.png);
  }
  .circle .six-seat {
    background-image: url(../images/png/table-six-seat.png);
  }
  .circle .seven-seat {
    background-image: url(../images/png/table-seven-seat.png);
  }
  .circle .eight-seat {
    background-image: url(../images/png/table-eight-seat.png);
  }
  .circle .nine-seat {
    background-image: url(../images/png/table-nine-seat.png);
  }
  .circle .ten-seat {
    background-image: url(../images/png/table-ten-seat.png);
  }

  .rect-table .no-seat {
    background-image: url(../images/png/tableplan-top-table-no-seat.png);
  }
  .rect-table .one-seat {
    background-image: url(../images/png/tableplan-top-table-one-seat.png);
  }
  .rect-table .two-seat {
    background-image: url(../images/png/tableplan-top-table-two-seat.png);
  }
  .rect-table .three-seat {
    background-image: url(../images/png/tableplan-top-table-three-seat.png);
  }
  .rect-table .four-seat {
    background-image: url(../images/png/tableplan-top-table-four-seat.png);
  }
  .rect-table .five-seat {
    background-image: url(../images/png/tableplan-top-table-five-seat.png);
  }
  .rect-table .six-seat {
    background-image: url(../images/png/tableplan-top-table-six-seat.png);
  }
  .rect-table .seven-seat {
    background-image: url(../images/png/tableplan-top-table-seven-seat.png);
  }
  .rect-table .eight-seat {
    background-image: url(../images/png/tableplan-top-table-eight-seat.png);
  }
  .rect-table .nine-seat {
    background-image: url(../images/png/tableplan-top-table-nine-seat.png);
  }
  .rect-table .ten-seat {
    background-image: url(../images/png/tableplan-top-table-ten-seat.png);
  }
  .rect-table .eleven-seat {
    background-image: url(../images/png/tableplan-top-table-eleven-seat.png);
  }
  .rect-table .twelve-seat {
    background-image: url(../images/png/tableplan-top-table-twelve-seat.png);
  }
  .rect-table .thirteen-seat {
    background-image: url(../images/png/tableplan-top-table-thirteen-seat.png);
  }
  .rect-table .fourteen-seat {
    background-image: url(../images/png/tableplan-top-table-fourteen-seat.png);
  }
  

  /*.page {
      border-top: 2px solid #000;
      margin: 0;
      padding: 0;
      width: 210mm;
      height: 297mm;
      border: initial;
      border-radius: initial;
      box-shadow: initial;
      background: initial;
      background-color: #ffffff;
      page-break-after: always;
      break-after: always;
      page-break-inside: avoid;
      break-inside: avoid;
  }*/
}

/*body.dept, body.item {
    float: none;
    width: 100%;
    padding-bottom: 0;
    margin-bottom:0;
    border-bottom: 0;
}*/
