html {
	scroll-behavior: smooth;
}

.select {
	padding-left: 5px;
}

.fc-title {
	font-size: 80%;
}

.bootbox .modal-dialog {
	max-width: calc(100vw - 10px) !important;
}

.fc-content, .fc-event {
	background-color: var(--button-background-color) !important;
	border-color: var(--button-background-color) !important;
}
#search-area, .main-area {
	padding: 15px !important;
	max-width: 100vw !important;
	
} 

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
}

.select2-selection {
	height: auto !important;
	
}

.select2-selection__rendered {
	
	font-size: 22px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}


#search-area .input-group, select.form-control {
	border: #ddd 1px solid;
	border-radius: 4px;
	box-shadow: none;
}

#search-area .input-group .form-control {
	border: 0px;
	box-shadow: none;
}

#search-area .input-group button {
	border: 0px;
	font-size: 14px;
}

.bootstrap-tagsinput {
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	width: 100%;
	padding: 5px 0px !important;
	display: inline-table !important;
	padding-top: 4px !important;
}

.bootstrap-tagsinput .tag {
	margin-bottom: 5px;
	width: auto !important;
	color: #000;
}

.bootstrap-tagsinput .tag * {
	color: #000;
}

.bootstrap-tagsinput .tag *:hover {
	color: #fff;
}

.bootstrap-tagsinput .tag.btn-default {
	
	color: #000;
	
}

.navbar a {
	color: #000;
}

.d-none {
	display: none !important;
}

.order {
	
}

.panel-heading .img-responsive {
	
	text-align: center;
}

a:focus, button:focus, input:focus, textarea:focus {
	outline: none !important;
	outline-width: 0px !important;
	outline-offset: -2px !important;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"],
	select:focus, textarea {
	font-size: 16px !important;
}

.suggestion-area, .display-area, .booking-area {
	margin: 0px
}

.main-panel {
	padding: 15px;
	height: auto;
	min-height: 100vh;
	color: #66615B;
}

input[readonly] {
	background-color: #fff !important;
}

h1.header {
	margin-top: -15px;
	padding: 0px;
	margin-bottom: 15px !important;
	font-weight: bold;
	font-size: 30px !important;
}

.section  h1, .section  h2, .section  h3, .section h4, .section  h5, .section  h6 {
	margin-top: 0px !important;
	padding: 0px;
	margin-bottom: 15px !important;
	font-weight: bold;
}

a[href] {
	color: var(--button-background-color);
}

.fill {
	min-height: 100%;
	height: 100%;
}

.text-left {
	text-align: left !important;
}

nav.navbar {
	background: #fff;
	border: 0px
}

.booking-detail {
	
	background-color: transparent;
	padding: 10px;
	border-radius: 3px;
	border-right: var(--button-background-color) 0px solid;
}

.booking-detail .panel {
	background-color: transparent;
}

@media only screen and (max-width: 600px) {
	.booking-detail {
		border-right: 0px;
	}
	 
}

.booking-detail .media-body {
	padding-left: 5px;
}

.booking-detail .time-detail {
	font-weight: bold;
	color: #888;
}

.bootstrap-datetimepicker-widget .btn {
	background: transparent;
}

.bootstrap-datetimepicker-widget .btn:hover .glyphicon {
	background: transparent;
}


.main-area {
	background-color: #F9F9FA;
	height: 100%;
	min-height: 100vh;
}

.search-condition, .search-seat-condition {
	
	position: inherit;
	z-index: 10;

}

/*
.booking-detail {
	border: #66615B 1px solid;
}
*/
.section {
	/*border: #66615B 1px solid;
	background: #eeeeee;
	
	border-radius: 12px;*/
	/*padding: 15px;*/
	/*margin-bottom: 15px;*/
}



.node {
	
	padding-right: 5px !important;
	padding-bottom: 5px !important;
}

.navbar-fixed-top {
	border: 0 !important;
}

.navbar-header {
	background-color: #fff;
}

.node-selected {
	
	font-weight: bolder !important;
}

.tree ul li:last-child:before {
	background-color: #F9F9FA !important;
}

.media:not(:last-child) {
	padding-bottom: 10px;
	border-bottom: #eee 1px solid;
}

.media-left   img {
	width: 200px;
	/*max-width: 100%*/
	max-height: 200px;
}

.loading {
  position: fixed;
  z-index: 9999999999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.by-room {
	min-height: 150px;
	width: 100%;
	margin-bottom: 15px;
}

.room-select {
	border: var(--button-background-color) 2px solid
}

/*
 *  STYLE 3
 */
.menu-scroll-y {
	/* Make this scrollable when needed */
	overflow-x: hidden;
	/* We don't want vertical scrolling */
	overflow-y: auto;
	/* Make an auto-hiding scroller for the 3 people using a IE */
	-ms-overflow-style: -ms-autohiding-scrollbar;
	/* For WebKit implementations, provide inertia scrolling */
	-webkit-overflow-scrolling: touch;
	/* We don't want internal inline elements to wrap */
	/*white-space: nowrap;*/
	/* Remove the default scrollbar for WebKit implementations */
	display: block;
	-webkit-scrollbar{
		display:none;
	}

}
.menu-scroll-y::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
	background-color: transparent;
}

.menu-scroll-y::-webkit-scrollbar {
	width: 10px;
	background-color: transparent;
}

.menu-scroll-y::-webkit-scrollbar-thumb {
	background-color: #66615B;
}

.menu-scroll {
	/* Make this scrollable when needed */
	overflow-x: auto;
	/* We don't want vertical scrolling */
	overflow-y: hidden;
	/* Make an auto-hiding scroller for the 3 people using a IE */
	-ms-overflow-style: -ms-autohiding-scrollbar;
	/* For WebKit implementations, provide inertia scrolling */
	-webkit-overflow-scrolling: touch;
	/* We don't want internal inline elements to wrap */
	white-space: nowrap;
	/* Remove the default scrollbar for WebKit implementations */
	display: block;
	-webkit-scrollbar
	{
	display
	:
	none;
}

}
.menu-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
	background-color: transparent;
}

.menu-scroll::-webkit-scrollbar {
	height: 10px;
	background-color: transparent;
}

.menu-scroll::-webkit-scrollbar-thumb {
	background-color: #66615B;
}

.recurrent-group label {
	
}

.recurrent-group ul>li {
	margin-top: 5px;
	margin-bottom: 5px;
}

.recurrent-group input[type=number] {
	width: 45px;
	text-align: center;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	height: 25px;
}

.recurrent-group select {
	
}

input[type=checkbox]:not(old), input[type=radio]:not(old) {
	width: 20px;
	margin: 0;
	padding: 0;
	font-size: 1em;
	opacity: 0;
}

input[type=checkbox]:not(old)+label, input[type=radio]:not(old)+label {
	display: inline-block;
	margin-left: -20px;
	line-height: 20px;
}

input[type=checkbox]:not(old)+label>span, input[type=radio]:not(old)+label>span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0.25em 0.5em 0.25em 0.25em;
	border: 0.0625em solid rgb(192, 192, 192);
	border-radius: 0.25em;
	background: rgb(224, 224, 224);
	background-image: -moz-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
	background-image: -ms-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
	background-image: -o-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
	background-image: -webkit-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
	background-image: linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
	vertical-align: bottom;
}

input[type=checkbox]:not(old):checked+label>span, input[type=radio]:not(old):checked+label>span {
	background-image: -moz-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
	background-image: -ms-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
	background-image: -o-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
	background-image: -webkit-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
	background-image: linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
}

input[type=checkbox]:not(old):checked+label>span:before {
	content: '✓';
	display: block;
	width: 16px;
	color: var(--button-background-color);
	font-size: 16px;
	margin: 2px 1px;
	line-height: 1em;
	text-align: center;
	text-shadow: 0 0 0.0714em rgb(115, 153, 77);
	font-weight: bold;
}

input[type=radio]:not(old):checked+label>span>span {
	display: block;
	width: 16px;
	height: 16px;
	margin: 2px 1px;
	border: 0.0625em solid var(--button-background-color);
	border-radius: 0.125em;
	background: var(--button-background-color);
}

@media only screen and (max-width: 768px) { /* For mobile phones: */
	/*.btn-select {
	position: fixed;
    bottom: 20px;
    right: 20px;
	}*/
}

.btn-top {
	width: 50px;
	height: 50px;
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 40px; /* Place the button at the bottom of the page */
	right: 30px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: #555 1px solid; /* Remove borders */
	outline: none; /* Remove outline */
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	border-radius: 50% !important; /* Rounded corners */
	font-size: 120%; /* Increase font size */
}

.btn-top:hover {
	background-color: #555; /* Add a dark-grey background on hover */
}
.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 0px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    padding-top: 6px !important;
    line-height: 30px;
    border-radius: 50% !important;
}

#backdrop {
	background: #FAFAFA/*rgba(0,0,0,0.5)*/;
	width: 100vw;
	height: 100vh;
	z-index: 1031;
	position: fixed;
	top: 0px;
	left: 0px;
	padding : 0px;
}

#backdrop  * {
	
	z-index: 1033;
	
}



@media (min-width: 1281px) {
	.fc-scroller{
		height: calc(100vh - 300px) !important;
		overflow-x: hidden;
		/* We don't want vertical scrolling */
		overflow-y: auto !important;
		/* Make an auto-hiding scroller for the 3 people using a IE */
		-ms-overflow-style: -ms-autohiding-scrollbar;
		/* For WebKit implementations, provide inertia scrolling */
		-webkit-overflow-scrolling: touch;
		/* We don't want internal inline elements to wrap */
		white-space: nowrap;
		/* Remove the default scrollbar for WebKit implementations */
		display: block;
		-webkit-scrollbar{
			display:none;
		}
		
	}
}
.event-title {
    font-size: 18px;
    word-wrap: break-word;
    font-weight: bold;
}