.tooltip-inner {
	max-width: 300px;
	padding: 0;
}

.tooltip-alert {
	padding: 8px 10px;
	font-weight: bolder;
	color: red;
}

.spinnerOverlay {
	background-color: black;
}
	
.VipColor {
    background-color: #fff3d1 !important;
}

.delayColor {
	background-color: #ffe4e4 !important;
}

.circlePurple {
	width: 10px; /* Diameter of the circle */
	height: 10px;
	background-color: purple;
	border-radius: 50%; /* Makes it a circle */
}

/*------------------------------------*\
 		@selectize overrides
\*------------------------------------*/
.selectize-input {
	font-size: 13px;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

	.selectize-input.focus {
		-webkit-box-shadow: none;
		box-shadow: none;
		border-color: #c5bd9e;
	}

.selectize-control.multi .selectize-input > div {
	cursor: pointer;
	margin: -5px 3px 3px 0;
	padding: 6px 10px;
	color: #ffffff;
	background: #c5bd9e;
}





/*------------------------------------*\
 		@syncfusion slider overrides
\*------------------------------------*/

.sfslidercontainer {
	width: 100%;
	position: relative;
	height: 30px;
	background-color: transparent;
	margin: 50px auto;
	top: -20px;
}

.sfslider.e-slider.e-widget {
	height: 25px;
}


.sfslider.e-tooltip {
	background: none repeat scroll 0 0 violet;
	border-color: black;
	color: white;
}

.sfslider.e-slider .e-handle.e-select {
	background-color: transparent;
	border-color: transparent;
}

.sfslider.e-slider .e-handle.e-hover {
	background-color: transparent;
	border-color: transparent;
}

.sfslider.e-slider .e-handle.e-focus {
}

.sfslider.e-slider .e-range {
	background: none repeat scroll 0 0 #c5bd9e;
	/* Old browsers */
}

.sfslider.e-scale .e-tick {
	/*background-image: url(images/dot.png);*/
}




.businesshourtable tr {
	height: 130px;
}


.spanWrkHrs {
	display: inline-block;
	width: 35px;
}



/*------------------------------------*\
 		@media style
\*------------------------------------*/


.selectize-dropdown, .selectize-dropdown.form-control {
	height: auto !important;
}

.selectize-control.form-control.multi {
	height: auto;
	background: white;
}

.selectize-input.items.not-full.has-options.has-items .item {
	margin-top: 1px;
}

.ItemTypeLabel {
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 15px;
}

.breadcrumbLink {
	color: #938667 !important;
	cursor: pointer !important;
}

.submenu {
	margin-left: 27px;
}

.submenuLevelTwo {
	margin-left: 60px;
}

/*
.capitalize {
	text-transform: capitalize;
}
	*/

.adminordertable.table tr td:nth-child(1) {
	width: 80%;
}

.adminordertable.table tr td:nth-child(2) {
	width: 10%;
}

.adminordertable.table tr td:nth-child(3) {
	width: 10%;
}

.adminordertable2.table tr td:nth-child(1) {
	width: 50%;
}

.adminordertable2.table tr td:nth-child(2) {
	width: 25%;
}

.adminordertable2.table tr td:nth-child(3) {
	width: 25%;
}


.mtAddNew {
cursor:pointer;
}

.loader {
	border: 3px solid #f3f3f3;
	border-top: 3px solid #3498db;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	animation: spin 1s linear infinite;
	display: inline-block;
	margin-left: 10px;
	vertical-align: sub;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.progress-bar-container {
	width: 150px;
	height: 20px;
	border-radius: 15px;
	display: flex;
	overflow: hidden;
	border: 2px solid #ccc;
	position: relative;
}

.progress-bar {
	display: flex;
	width: 100%;
}

.section {
	height: 100%;
	flex: 1;
}

.white {
	background-color: white;
}

.yellow {
	background-color: yellow;
}

.green {
	background-color: green;
}

.red {
	background-color: red;
}

.blue {
	background-color: blue;
}

.orange {
	background-color: #ff6a00;
}

.divider {
	position: absolute;
	width: 2px;
	height: 100%;
	background-color: #ccc;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.search-input {
	flex: 1;
	margin-left: 10px;
	margin-right: 10px;
	height: 38px;
	border-radius: 4px;
	border: 1px solid #ccc;
	padding: 0 10px;
}




.list-body .search-box {
	background: #e5e0c4;
	padding: 15px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.search-input {
	flex: 1;
	margin-left: 10px;
	margin-right: 10px;
	height: 38px;
	border-radius: 4px;
	border: 1px solid #ccc;
	padding: 0 10px;
}

.dropdown-container {
	display: flex;
	align-items: center;
}

.dropdown-container label {
	margin-right: 5px;
	align-self: center;
}

.dropdown-container select {
	height: 38px;
	border-radius: 4px;
	border: 1px solid #ccc;
}

.search-icon {
	position: absolute;
	left: 24px;
	top: 20px;
	margin: 9px 0px 0px 9px;
}

.childRestaurant {
	margin-left: 15px;
}

.restaurantLast {
	min-width: 100px;
}