.hidden {
  display: none !important;
}
.header-container-be .header-center {
  position: relative;
}
.header-center .searcherror::placeholder{
	color:red;
	font-weight: bolder;
}
.header .breadcrumb {
  background-color: #000;
  border-radius: 0;
  float: left;
  margin: 0;
  padding: 0;
}
.header.be-breadcrumb .headmenu {
  margin: 0 12px;
}
.card.menuitems {
  background-color: #ffffff;
  width: 100%;
}
#m2menu {
  background-color: #ffffff;
  float: left;
  padding-left: 8px;
  width: 100%;
}
#m2menu .panel {
	box-shadow: none;
	float: left;
}
#m2menu .panel {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	display: table-cell;
	padding-left: 8px;
	padding-right: 8px;
}
#m2menu .panel-heading {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	padding: 8px 0 0;
}
#m2menu .panel-title {
	position: relative;
}
#m2menu .panel-title img {
	height: auto;
	width: 100%;
}
#m2menu .panel-collapse {
	background-color: #ffffff;
	bottom: 0;
	float: left;
	width: 100%;
}
#m2menu .panel-body {
	border: medium none;
}
#m2menu .box {
	background-image: linear-gradient(to right, rgba(227, 13, 24, 0.99) 50%, rgba(227, 13, 24, 0.1));
  border: medium none;
	box-shadow: 2px 2px rgba(227, 13, 24, 0.3);
	color: #ffffff;
	float: left;
	font-size: 16px;
	font-weight: normal;
	margin: 6px 12px 14px 0;
	padding: 6px 36px 6px 12px;
	white-space: nowrap;
}
.navmenu2.navmenu-view2 {
  max-height: 2500px;
  transition: all 2s ease 0s;
}
.navmenu2 {
  box-shadow: 5px 10px #888888;
  max-height: 0;
  overflow: hidden;
  transition: all 1s ease 0s;
}
@media only screen and (min-width: 768px) {
	#accordion.menu-group.navmenu .red-blocks {
		max-width: 175px;
	}
}
/* Registration Forms */
.reg-form {
  font-size: 0.875rem;
}
.reg-form .form-group {
  margin-bottom: 0.75rem;
}
.reg-form label {
  font-weight: bold;
}
.reg-form .card-header, .reg-form .card-block {
  padding-bottom: 0;
  padding-top: 10px;
}
.reg-form .card-header h4 {
  font-size: 1.125rem;
}
.input-group-addon {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px 0 0 4px;
  font-weight: 400;
  line-height: 1.5;
  padding: 8px 12px;
  text-align: center;
}
.my-dob-group select.form-controla, .my-dob-group select.form-controlb {
  width: auto;
}
.my-dob-group, .my-group {
  flex-wrap: nowrap;
  margin-bottom: 15px;
  white-space: nowrap;
  width: 100%;
}
.caret {
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-top: 4px dashed;
	display: inline-block;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	width: 0;
}
#userregistration-0-newsletter, #userregistration-0-insurance, .radiobuttons > div {
  display: flex !important;
}
.add-guests .title .heading {
  background-color: #dddddd;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 8px 15px 0;
  text-align: center;
}
.add-guests .title .heading h4 {
  font-size: 18px;
  line-height: 1.3rem;
}
.reg-form h3 {
  font-size: 24px;
  margin: 4px 0;
}
#preregdata-sub .card-header {
  border: 1px solid #dddddd;
  border-radius: 0;
}
.card.panel-spacer {
  margin-bottom: 16px;
}
.centered {
  margin: 10px auto;
}
.preindex.reg-form .terms {
  color: #0000ff;
  cursor: pointer;
}
/* Account Pages */
#LGmodal .modal-content {
  margin: 0 auto;
  width: 800px;
  position: relative;
  top: 5%;
}
@media only screen and (max-width: 992px) {
	#LGmodal .modal-content {
		max-width: 95%;
	}
}
.card.regupdate {
  border: medium none;
}
.card.regupdate .card-header.h2 {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.card-footer.regupdate {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 12px;
}
.site-error .errorbox {
  margin: 0 auto;
}
/* Epos */
.epos .sidebar {
/*	background-color: rgb(245, 245, 245); */
	background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0.99) 90%, rgba(245, 245, 245, 0.1));
	border-right: 1px solid rgb(238, 238, 238);
	bottom: 0;
	display: block;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 20px;
	position: relative;
	top: 0;
	z-index: 1000;
}
@media only screen and (min-width: 1199px) {
	.epos .sidebar {
		min-height:90vh;
	}
}
.epos .sidebar, .epos .main {
  float: left;
}
.epos .main {
  padding-left: 40px;
  padding-right: 40px;
	padding-top: 20px;
}
.epos .clickable{
	cursor: pointer;
}
.epos .form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.epos .form-signin .form-signin-heading, .epos .form-signin .checkbox {
	margin-bottom: 10px;
}
.epos .form-signin .checkbox {
	font-weight: normal;
}
.epos .form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}
.epos .form-signin .form-control:focus {
	z-index: 2;
}
.epos .form-signin input[type="date"] {
	margin-bottom: 10px;
}
.epos .form-signin input[type="password"] {
	margin-bottom: 10px;
}
.epos .btn-primary {
	color: #fff;
	background-color: rgb(227, 13, 24);
	border-color: rgb(227, 13, 24);
}
.epos .btn-primary:hover {
	color: #fff;
	background-color: rgb(227, 13, 24);
	border-color: rgb(227, 13, 24);
}
.epos .eposform select {
	width: 90%;
	display: inline-block;
	float: left;
	height: 36px;
	margin-bottom: 5px;
}
.epos .input-group-addon.no-print {
	width: 10%;
	float: left;
	padding: 2px 5px;
}
.epos .pbill {
	padding: 0 5px;
}
.epos .eposform .form-control {
	margin-bottom: 5px;
}
.epos .eposform svg:not(:root).svg-inline--fa {
	overflow: visible;
	font-size: 15px;
}
.epos .input-group-addon {
	display:block;
}
.epos .eposbtn{
	height: 74px;
}
.epos .modal-dialog {
  max-width: 600px;
}
@media screen and (min-width: 768px){
	.epos .modal-dialog {
	    width: auto;
	}
}
.epos .modal-content textarea::placeholder{
	color: rgb(96, 96, 96);
	opacity:1;
}
.epos .modal-dialog .table td {
  padding: 0.3rem;
}
.epos .btn-info .badge {
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  color: rgb(91, 192, 222);
  margin-left: 6px;
  padding: 0.375em 0.6em;
}
.epos .add-paidby i {
  color: rgb(40, 167, 69);
	cursor: pointer;
}
.epos #addPayment {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 0.5s ease 0s;
	visibility: collapse;
}
.epos #addPayment.addPayment-view {
  max-height: 75px;
  opacity: 1;
  transition: all 0.5s ease 0s;
  visibility: unset;
}
#discountModal .form-control {
  padding: 0.25rem;
}
#discountModal td {
  vertical-align: middle;
}
.productsmodal .form-control {
  padding: 0.25rem;
}
.productsmodal th {
  border: none;
}
.productsmodal td {
  vertical-align: middle;
  border: none;
}
.small-text {
  color: rgb(77, 77, 77);
  font-size: 0.85rem;
}
.modal-content .required {
  color: rgb(255, 0, 0);
}
.modal-content .table datalist {
  display: none;
}
#paymentModal .modal-content textarea {
  padding: 0.375rem 0.75rem;
}
.epos span i, .epos a i {
  color: rgb(40, 167, 69);
}
.headersec{
  background-color: black;
  color:white;
}
.footersec{
  background-color: black;
  color:white;
}
#LGmodal .modal-body{
  overflow-y:auto;
}
.pdf-button{
  cursor: pointer;
  color:#DC965A;
}
a.pdf-button, i.pdf-button{
  cursor: pointer;
  color: #DC965A;
}
.loader .spinner {
	border: 16px solid #f3f3f3;
	border-top: 16px solid red;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
}
.loader .text {
	text-align: center;
	color: #000;
	font-size: 16px;
}
.loader{
	border: 1px solid red;
	z-index: 9999;
	position: fixed;
	left: 50%;
	top: 120px;
	background-color: #fff;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.password{
	content:'XXXXXXXXXX';
}
/* Regforms */
#prelogin .reg-form select.required{
	color: red;
}
#prelogin .add-guests{
	padding-top:0;
}
#prelogin .add-guests .adult{
	display:block;
}
#prelogin .add-guests .adult ~ .adult{
	display:none;
}
#prelogin .add-guests .minor{
	display:block;
}
#prelogin .add-guests .minor ~ .minor{
	display:none;
}
#prelogin .card-header.h4 {
	background-color: #ddd;
	text-align: center;
}
#prelogin .card-header.h2, .card-header.h3 {
	margin-top:unset;
	margin-bottom:unset;
}
#prelogin .radio-label label{
	margin-top:7px;
}
	#prelogin canvas, .preindex canvas{
		border: #adadad solid 1px;
	}
#prelogin .card-body{
	background-color: #fff;
}
#prelogin button.bs-placeholder[role='button']>span{
	color:red;
}
#prelogin .terms{
	cursor:pointer;
	color:blue;
}
#prelogin .border-bottom{
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 10px;
}
.preindex .form-control0{
	border-radius: 5px 0 0 5px;
	width:100% !important;
}
.preindex .form-controla{
	border-radius: 0 0 0 0;
	width:100% !important;
}
.preindex .form-controlb{
	border-radius: 0 0 0 0;
	width:100% !important;
}
.preindex .form-controlc{
	border-radius: 0 5px 5px 0;
	width:100% !important;
}
.input-group .twitter-typeahead:last-child .tt-input, .input-group .twitter-typeahead:last-child .tt-hint {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.preindex .has-error .help-block {
  color: #ff0000;
  padding-left: 15px;
  white-space: normal;
}
#prelogin .help-block {
  float: left;
  width: 100%;
}
.has-error input {
border-color: red;
/* background: aliceblue; */
}
.preindex .chal-typeahead.has-error > div {
	height:34px;
}
#prelogin .form-group.field-userregistration-0-insurance, #prelogin .form-group.field-userregistration-0-newsletter {
  float: left;
  width: 100%;
}
#prelogin .input-group.my-group .chal-typeahead.field-userregistration-0-mobilea span > input {
  border-radius: 0;
}
#preregdata-sub #mregform .page-item button {
  width: 50px;
}
#preregdata-sub #mregform .page-item #previous, #preregdata-sub #mregform .page-item #submitButton {
  width: 100px;
}


.iti__country-list {
	z-index: 200;
}
.iti {
    width: 100% !important;
}
.form-control,.input-group-text, .card, .btn, .progress, .pagination {
	border-radius: 0 !important;
}
.big-btn {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.75rem;
}
.checkinhelpbutton {
  color: #28a745;
  font-size: 18px;
  margin-left: 12px;
}
.checkinhelpbutton:hover {
  color: #218838;
}
.checkinhelpmaxwidth {
  max-width: 700px;
}


.invalid-feedback, .help-block{
	display:block !important;
	color:red;
	font-weight: bold;
  }
  .bg-black{
	background-color: #000;
  }
  
.langselector {
	color: #ffffff;
	cursor: pointer;
	margin: 0;
	padding: 0;
	width: 100%;
  }
  .langselector i {
	font-size: 2rem;
	padding: 0 0 0 4px;
	position: relative;
  }
  .lang-dropdown {
	display:none;
  }
  .langflag {
	height: 2rem;
	width: auto;
	margin-right: 5px;
  }
  @media only screen and (max-width: 475px) {
	  .selectedlang span {
	  display: none;
	  }
  }
  .dropdown-menu.bg-black {
	border-top: 3px red solid;
	border-radius: 0px;
	margin:0px;
  }
  .table{
	margin-bottom: unset !important;
  }
  .control-label{
	  font-weight:bold;
  }

.datepicker .Standard,
td.new.day.Standard,
.daterangepicker .Standard{
	background-color:blue;
    color:white;
}
.datepicker .Closed,
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover,
td.new.day.Closed,
.daterangepicker .Closed{
	background-color:red;
    color:white;
}
.datepicker .Peak,
td.new.day.Peak,
.daterangepicker .Peak{
	background-color:green;
    color:white;
}
.datepicker .Special,
td.new.day.Special,
.daterangepicker .Special{
	background-color:yellow;
    color:white;
}


#cartform .card-header{
	background-color: #6c757d !important;
	color: #fff;
	font-weight: bold;
}


/**
*
*/
.buttons_panel .nav-link{
	border-radius: 0;
	margin-bottom: 3px;
}
.buttons_panel{
	position: fixed;
	left:0;
	bottom: 40vh;
	max-width: 45px;
}
.buttons_panel .nav-link{
	width: 45px;
}
.buttonsleft{
	margin-left: 35px;
}


#w0-kvdate{
	display: unset !important;
}
.Blocked{
	background-color: #000 !important;
	border-color: #000 !important;
	color:#fff !important;
}
.Booked{
	background-color: #28a745 !important;
	border-color: #28a745 !important;
	color:#fff !important;
}
.Booked{
	cursor: pointer;
}
.lBooked{
	background-color: hwb(136 52% 20%) !important;
	border-color: #28a745 !important;
	color:#fff !important;
}
.Pending{
	background-color: #fc3903 !important;
	border-color: #28a745 !important;
	color:#fff !important;
}
.btn-submit{
	background-color: #fc3903 !important;
	border-color: #fc3903 !important;
	color:#fff !important;
}


.login-box-msg {
    text-align: center;
    padding-top: 1rem;
    font-size: 1rem;
    font-weight: 600;
	color: var(--NGauge-orange-color);
}
.login-button {
	background-color: var(--NGauge-orange-color);
	border-color: var(--NGauge-orange-color);
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 0;
}
.login-logo > img {
width: 100%;
}
.login-page{
	background-color: rgba(55,71,71, 0.5);
	color: black;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
	font-size: 16px;
}

.header .navbar.navbar-dark {
	background-color: #6c757d;
	padding: 0px 5px;
}
.nav-link.dropdown-toggle{
	cursor: pointer;
}
#LGmodal-pdf .modal-body{
  height: 75vh;
}


#usergrid a, .useraction{
	cursor: pointer;
	color: #428bca;
}

#pw-reset .togglehints{
	cursor:pointer;
	text-decoration:underline;
}