.fc-content {
	cursor: pointer;
}

.dining-wrap {
	background: #fff;
	padding: 20px;
}

.prop-list li {
	color: #ccc;
	padding-left: 20px;
	position: relative;
}
.prop-list li:before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ccc;
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
}
.prop-list li.active {
	color: #000;
}
.prop-list li.active:before {
	background: #A7D674;
}

.form-table td {
	vertical-align: top;
}

.nmc-menu-header {
	margin-bottom: 25px;
}

.menu-list {
	border-left: 1px solid #858585;
	border-right: 1px solid #858585;
	border-top: 1px solid #858585;
}
.menu-list li {
	background: #fff;
	padding: 10px;
	border-bottom: 1px solid #858585;
}
.menu-list span {
	float: right;
	color: #fff;
	background: #ccc;
	font-size: 10px;
	padding: 2px 5px;
	cursor: pointer;
}
.menu-list span:hover {
	background: #E34D4D;
}

.schedule-row {
	overflow: hidden;
}

.day-plans-container {
	float: left;
	width: 19%;
}
.calendar-container {
	float: right;
	width: 78%;
}

tr.past-row td {
	color: #BABABA;
}

.ui-draggable-dragging {
	opacity: 0.6;
}

#schedule-options {
	padding: 10px 10px 5px 10px;
	background: #DFE6E8;
	border: 1px dashed #A5C4CF;
}
#schedule-options li a {
	color: #fff;
	background: #0073aa;
	border-radius: 3px;
	display: inline-block;
	text-decoration: none;
	padding: 2px 8px;
}

.nmc-menu-null-state {
	padding: 0 10px;
	background: #F5F5F5;
	border: 1px dashed #E3E3E3;
}

p.instructions {
	color: #BABABA;
	font-size: 12px;
	font-weight: normal;
}

.add-menu-item-to-station,
#add-recipe {
	cursor: pointer;
}

.select2 {
	width: 100%!important;
}

.menu-items-table {
	margin-bottom: 25px;
}

.delete-menu-item,
.unlink-menulink {
	cursor: pointer;
}

.menu-items-wrap {
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}
.working {
	opacity: 0.4;
}
#menu-tabs .nmc-menu-null-state,
#menu-tabs table {
	margin-bottom: 40px;
}

.menu-station-linked table {
	opacity: 0.5;
	border: 1px dashed #C7C7C7;
}

/**
 * Special Designation
 */

.menu-ui-allergen-solutions .add-menu-item {
	background: #f4eff8;
}
.menu-ui-allergen-solutions .button-primary {
	background: #8550b3;
	border-color: #5e377f;
	box-shadow: 0 1px 0 #5e377f;
	text-shadow: none;
}
.menu-ui-allergen-solutions .button-primary:hover {
	background: #5e377f;
	border-color: #5e377f;
}
.menu-ui-allergen-solutions .allergen-solutions {
	font-size: 12px;
}
.tr-allergen-solutions td,
.menu-ui-allergen-solutions table td {
	background: #f7f4fa;
}
.tr-allergen-solutions td a,
.menu-ui-allergen-solutions table td a {
	color: #3e1760;
}
.striped > tbody tr.tr-allergen-solutions:nth-child(odd) td,
.menu-ui-allergen-solutions table tbody tr:nth-child(odd) td {
	background: #eee6f4;
}

/** Menu item that can't be shown on the front end,
but is being shown in the admin **/

.unused-menu-item td {
	background: #F4F3D3!important;
	color: #A18B16!important;
}
.unused-menu-item td a {
	color: #87670F!important;
}

/* ----- */

td.table-actions {
	text-align: right;
}

.ui-working {
	opacity: 0.4;
	pointer-events: none;
	position: relative;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;	
}
.ui-working::after {
	content: 'Saving...';
	position: absolute;
	top: 40%;
	left: 45%;
	padding: 5px 10px;
	background: #000;
	color: #fff;
	z-index: 100;
}

.nmc-menu-linked-station-message a {
	color: #000;
}

.plan-message {
	background: #E6EBCA;
}
#TB_ajaxContent .plan-message p {
	padding: 0;
}

.recipe-db-badge {
	display: inline-block;
	font-style: 11px!important;
	color: #fff;
	padding: 3px 7px;
	line-height: 1.3;
	border-radius: 3px;
}

.db-linked {
	background: #007bff;
}
.true-balance,
.allergen-solutions {
	background: #9662CC;
}
.not-available {
	background: #E8E8E8;
	color: #636363;
}
.update-available {
	background: #8EB550;
}

.nmc-food-tiny-button {
	padding-top: 4px!important;
	min-height: 22px!important;
	line-height: 1!important;
	font-size: 12px!important;
}

.true-balance-row td {
	background: #e7deef;
}
.true-balance-row td a {
	color: #3e1760;
}

#recipe-stats {
	margin-top: 10px;
	padding: 4px 14px 10px 14px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #e1e1e1;
	overflow: hidden;
}
.recipe-stat {
	width: 16%;
	float: left;
}
.recipe-stat h1 {
	margin-bottom: 10px;
}

.add-menu-item {
	padding: 0 10px 10px 10px;
	background: #E6E8DC;
	border: 1px solid #C3C7B5;
}
.add-menu-item p {
	margin-bottom: 0;
}
.add-recipe-to-station-wrap {
	margin-top: 4px;
}

/* Selectize */
.selectize-control.recipe-search .selectize-dropdown > div {
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.selectize-control.recipe-search .selectize-dropdown .by {
	font-size: 11px;
	opacity: 0.8;
}
.selectize-control.recipe-search .selectize-dropdown .name {
	font-weight: bold;
	margin-right: 5px;
}
.selectize-control.recipe-search .selectize-dropdown .title {
	display: block;
}
.selectize-control.recipe-search .selectize-dropdown .description {
	font-size: 12px;
	display: block;
	color: #a0a0a0;
	white-space: nowrap;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
}
.selectize-control.recipe-search .selectize-dropdown .meta {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
}
.selectize-control.recipe-search .selectize-dropdown .meta li {
	margin: 0;
	padding: 0;
	display: inline;
	margin-right: 10px;
}
.selectize-control.recipe-search .selectize-dropdown .meta li span {
	font-weight: bold;
}
.selectize-control.recipe-search::before {
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	content: ' ';
	z-index: 2;
	position: absolute;
	display: block;
	top: 12px;
	right: 34px;
	width: 16px;
	height: 16px;
	background: url(images/spinner.gif);
	background-size: 16px 16px;
	opacity: 0;
}
.selectize-control.recipe-search.loading::before {
	opacity: 0.4;
}
.icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background-size: 16px 16px;
	margin: 0 3px 0 0;
}

.bulk-actions {
	padding: 10px 20px;
	margin-bottom: 15px;
	background: #CCDFE6;
}

.covered-version {
	background: #CAD99E!important;
}

.global-recipes-preview {
	cursor: pointer;
}

.recipe-stat-highlight,
.recipe-stat-highlight h1 {
	color: #0073aa;
}