/* 未能缩小。正在返回未缩小的内容。
(1198,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0'
 */
[v-cloak] {
	visibility: hidden;
}

pre {
	margin: 0;
	font-family: "Microsoft YaHei";
}

a,
a:hover {
	color: #495060 !important;
}

	a.link {
		color: #2d8cf0 !important;
		text-decoration-line: underline;
	}

.error {
	font-size: 12px;
	color: #ed3f14;
}

	.error .title {
		color: #1c2438;
		font-weight: bold;
		margin-right: 10px;
	}

textarea {
	font-size: 12px !important;
}

#app {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}


.loading,
.loading .mask,
.loading .loading-spin {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100000;
}

	.loading .mask {
		background-color: #fff;
		opacity: 0;
	}

	.loading .loading-spin {
		padding-top: 200px;
	}

.spin-icon-load {
	animation: ani-spin 1s linear infinite;
}

@keyframes ani-spin {
	from {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(180deg);
	}

	to {
		transform: rotate(360deg);
	}
}



.text-center {
	text-align: center;
}

.select-multiple-set > div:first-child > div {
	white-space: nowrap;
	overflow: hidden;
}

.disable-page-auto-fill {
	position: absolute;
	width: 1px;
	left: -10000px;
}

.app-header {
	height: 50px;
	background-color: #333;
	display: flex;
}

	.app-header > * {
		height: 50px;
		line-height: 50px;
	}

	.app-header a,
	.app-header a:hover {
		color: #fff !important;
	}

	.app-header .system-name {
		font-size: 18px;
		color: white;
		font-weight: bold;
		padding: 0 20px;
		flex: 1;
	}

	.app-header > div.mmus {
		min-width: 200px;
	}

	.app-header > div.login-info {
		padding: 0 0 0 10px;
	}

	.app-header > div.split {
		padding: 0 10px;
		color: #fff;
	}

	.app-header > div.login-out {
		padding: 0 20px 0 0;
	}

.app-footer {
	line-height: 20px;
	background-color: #c0c0c0;
	text-align: center;
	font-size: 10px;
	color: #333;
}

.app-body {
	flex: 1;
	display: flex;
	overflow: auto;
}

.app-body-left {
	width: 200px;
	border-right: solid 1px #ddd;
	background-color: #f8f8f8;
	overflow-x: hidden;
	overflow-y: auto;
}

	.app-body-left a {
		display: block;
		color: inherit !important;
	}

	.app-body-left .ivu-menu-item-group-title, .app-body-left .ivu-menu-submenu-title {
		font-size: 16px;
		padding-left: 14px;
		background-color: #dcdee2;
		color: #000;
	}


.app-body-right {
	flex: 1;
	overflow: auto;
	display: flex;
	flex-direction: column;
}

.app-breadcrumb {
	font-size: 14px;
	padding-left: 5px;
	height: 38px;
	/*background-color: #f8f8f8;
	border-bottom: solid 1px #ddd;*/
}

	.app-breadcrumb .breadcrumb-item {
		line-height: 38px;
	}

	.app-breadcrumb .breadcrumb-item-selected {
		font-weight: bold;
	}

	.app-breadcrumb .breadcrumb-arrow {
		line-height: 38px;
		font-weight: normal;
		margin-left: 3px;
		margin-right: 5px;
	}

.app-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 5px;
	padding-top: 0;
	overflow: auto;
}

	.app-content .ivu-table-wrapper {
		overflow-x: auto;
	}

	.app-content .ivu-table-wrapper, .app-content .ivu-table {
		flex: 1;
		display: flex;
		flex-direction: column;
	}

	.app-content .ivu-table-body {
		flex: 1;
		overflow-y: auto;
	}

.app-content-condition {
	margin-bottom: 5px;
}

.app-content-result {
	flex: 1;
	/*border: solid 1px #ddd;*/
	display: flex;
	flex-direction: column;
	border-radius: 4px;
	overflow: auto;
}

.app-content-operation {
	margin-top: 5px;
	display: flex;
}

	.app-content-operation .app-content-pager {
		align-self: flex-start;
		text-align: right;
		flex: 1;
	}


.login-body {
	flex-direction: column;
	align-items: center;
	background-color: #f8f8f8;
}

.login-content {
	margin-top: 50px;
	width: 500px;
	height: 300px;
	box-shadow: 0px 1px 40px 0px rgba(140,146,163,0.2),inset 0px -1px 0px 0px #dededf;
	background-color: #fff;
	padding: 0 100px;
	padding-top: 30px;
	display: flex;
	flex-direction: column;
}

	.login-content > div {
		margin-bottom: 10px;
	}


	.login-content .login-title {
		font-size: 20px;
		font-weight: bold;
		color: #17233d;
		display: flex;
		margin-bottom: 30px;
		justify-content: center;
	}

	.login-content .login-icon {
		font-size: 28px;
		margin-right: 10px;
	}

	.login-content .login-input {
		width: 300px;
	}

	.login-content .login-fail {
		color: #ed3f14;
		font-size: 14px;
	}

	.login-content .login-type {
		flex: 1;
		text-align: right;
		vertical-align: bottom;
		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
	}

		.login-content .login-type a {
			color: #ff9900 !important;
		}

	.login-content .login-verification-code {
		display: flex;
	}

	.login-content .login-binder {
		color: #2b85e4 !important;
		margin: 0 3px;
	}

	.login-content .login-warning {
		color: #ff9900;
		margin-bottom: 3px;
	}

.login-verification-code .login-input {
	flex: 1;
	margin-right: 5px;
}

.bind-body .login-content {
	height: 400px;
}


.condition-container {
	display: flex;
}

	.condition-container > div.condition-fields {
		flex: 1;
	}


.title-field-container {
	display: flex;
	flex-wrap: wrap;
}

	.title-field-container label {
		margin: 0;
		font-weight: bold;
	}

	.title-field-container > div {
		flex: 0 0 auto;
		align-self: center;
		padding: 0 10px 0 0;
		display: flex;
		margin-bottom: 5px;
	}

		.title-field-container > div:last-child {
			padding: 0;
		}

	.title-field-container .auto-title-field {
		flex: 1;
	}

	.title-field-container .operate-field {
		width: 60px;
		flex: 0 0 auto;
	}

	.title-field-container > div > div {
		align-self: center;
		width: 250px;
		flex: 0 0 auto;
	}

	.title-field-container > div.mini-title-field > div {
		width: 80px;
	}

	.title-field-container > div > div:first-child {
		width: 100px;
		flex: 0 0 auto;
	}

	.title-field-container > div div.auto-item {
		width: auto;
		flex: 1;
		min-width: 250px;
	}

	.title-field-container > div div.date-item {
		flex: 1;
		width: 110px;
	}

	.title-field-container > div div.item-100 {
		flex: 1;
		width: 100px;
	}

	.title-field-container > div div.mini-auto-item {
		width: auto;
		flex: 1;
		min-width: 150px;
	}

	.title-field-container .full-date, .title-field-container .fill-field {
		width: 250px;
	}

	.title-field-container .full-field {
		width: 610px;
	}


.date, .auto-width {
	width: 100% !important;
}

.date-range {
	display: flex;
	flex-direction: row;
	align-items: center;
}

	.date-range > div {
		flex: 1
	}

		.date-range > div.split {
			flex: none;
			margin-left: 5px;
			margin-right: 5px;
		}

.menu-icon {
	width: 15px;
	height: 15px;
}

.require {
	color: red;
	font-size: 14px;
	margin-left: 3px;
}

.important {
	color: red;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.space {
	margin: 1px 0;
}

.left-mini-space {
	margin-left: 5px !important;
}

.right-mini-space {
	margin-right: 5px;
}

.right-space {
	margin-right: 10px;
}

.top-space {
	margin-top: 10px;
}

.bottom-space {
	margin-bottom: 10px;
}

.top-mini-space {
	margin-top: 10px;
}

.bottom-mini-space {
	margin-bottom: 10px;
}


.area-split-line {
	border-bottom: 1px solid #e9eaec;
	margin: 10px 0;
}

.area-title {
	font-size: 14px;
	margin: 5px 0;
}

.info {
	color: #ff9900;
}


.def-modal {
	position: absolute;
}

	.def-modal .def-mask {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(55,55,55,.6);
	}

	.def-modal .def-modal-container {
		position: fixed;
		top: 50px;
		bottom: 50px;
		left: 50px;
		right: 50px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

		.def-modal .def-modal-container > div {
			background-color: #fff;
			width: 800px;
			padding: 0 10px;
		}

	.def-modal .def-modal-header {
		height: 50px;
		border-bottom: 1px solid #e9eaec;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
	}

		.def-modal .def-modal-header > h2, .def-modal .def-modal-header > a {
			height: 50px;
			line-height: 50px;
		}

		.def-modal .def-modal-header h2 {
			font-size: 18px;
			float: left;
		}

		.def-modal .def-modal-header a {
			float: right;
		}

	.def-modal .def-modal-footer {
		text-align: right;
		height: 50px;
		border-top: 1px solid #e9eaec;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		line-height: 50px;
	}

	.def-modal .def-modal-content {
		min-height: 200px;
		padding: 10px !important;
		overflow: auto;
	}

	.def-modal .def-modal-content-fix {
		flex: 1;
		display: flex;
		flex-direction: column;
	}

	.def-modal .def-modal-content-auto-fix {
		display: flex;
		flex-direction: column;
	}

	.def-modal .def-modal-large > div {
		width: 100%;
	}

	.def-modal .def-modal-small > div {
		width: 500px;
	}

.action-buttons {
	text-align: left;
}

	.action-buttons > button {
		margin-right: 5px;
	}

		.action-buttons > button:last-child {
			margin-right: 0;
		}


.fixed-full-container {
	display: flex;
	flex: 1;
	flex-direction: column;
}

	.fixed-full-container .fill-row {
		flex: 1;
		overflow: auto;
	}




.privilege-container {
	display: flex;
	flex-direction: row;
	flex: 1;
}

	.privilege-container > div {
		border-radius: 3px;
		border: 1px solid #dddee1;
	}

	.privilege-container .function-area {
		flex: 1;
		overflow: auto;
	}

	.privilege-container .functions {
		margin-left: 50px;
	}

		.privilege-container .functions a.selected {
			color: #2d8cf0 !important;
		}

		.privilege-container .functions > div {
			height: 30px;
			line-height: 30px;
		}

	.privilege-container .point-area {
		margin-left: 5px;
		width: 240px;
	}

	.privilege-container .points {
		margin-left: 5px;
	}

		.privilege-container .points > div {
			height: 30px;
			line-height: 30px;
		}

.flex-content-right {
	justify-content: flex-end;
}

.flex-align-right {
	align-self: flex-end;
}

.normal-disabled input {
	background-color: #fff !important;
	color: #666 !important;
}

.normal-disabled pre {
	line-height: 2.2;
	padding: 4px 7px;
	font-size: 12px;
	border: 1px solid #dcdee2;
	border-radius: 4px;
	min-height: 32px;
	white-space: pre-wrap;
	word-break: break-word;
	vertical-align: middle;
}

.unit-view {
	font-size: 12px;
}

	.unit-view sup {
		font-size: 10px !important;
	}



.input-number-reset .ivu-input-number-handler-wrap {
	display: none !important;
}


.catering-meal {
	border: solid 1px #eee;
	border-radius: 3px;
	padding: 5px 10px;
	margin-bottom: 5px;
}

	.catering-meal .editing-recipe {
		padding: 10px 0 5px 0;
		background-color: #eee;
	}

	.catering-meal .food {
		margin-left: 5px;
	}

		.catering-meal .food a {
			text-decoration: none;
			color: #2d8cf0 !important;
		}

			.catering-meal .food a:hover {
				color: #5cadff !important;
			}



	.catering-meal .line {
		height: .5px;
		width: 100%;
		background-color: #eee;
		text-indent: -1000px;
		margin: 5px 0 10px 0;
	}

		.catering-meal .line:last-child {
			display: none;
		}

.nutritions {
	display: flex;
}

	.nutritions > div {
		display: inline-block;
		margin-right: 10px;
	}

		.nutritions > div:last-child {
			margin-right: 0;
		}

	.nutritions label.title {
		font-weight: normal;
		color: #2d8cf0;
	}

	.nutritions label.value {
		font-weight: normal;
		color: #ff9900;
	}

	.nutritions > div.right-bar {
		flex: 1;
		text-align: right;
		margin-right: 0;
	}



.recipe-image {
	width: 200px;
	height: 200px;
	border: solid 1px #eee;
	border-radius: 3px;
	margin-top: 5px;
	padding: 5px;
}


.catering-menu-container {
	font-family: "Microsoft YaHei";
	position: relative;
	overflow: hidden;
}

	.catering-menu-container .catering-menu-loading {
		position: absolute;
		top: 0;
		bottom: 0;
		left: -10px;
		right: -10px;
		z-index: 10;
		background-color: #fff;
		padding: 0 50%;
	}

.catering-menu {
	position: absolute;
	width: 2000px;
	font-size: 36px;
	color: #000;
}

	.catering-menu .catering-person {
		font-size: 40px;
		color: #ff6a00;
		display: flex;
		justify-content: flex-end;
	}

		.catering-menu .catering-person > div:first-child {
			margin-right: 40px;
		}

	.catering-menu .catering-person-title {
		font-weight: bold;
		font-size: 40px;
		margin-right: 10px;
		color: #000;
	}


	.catering-menu .catering-meal-container {
		margin-bottom: 80px;
	}

	.catering-menu .catering-menu-theme {
		background-image: url(images/menu-theme.png);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: auto 606px;
		height: 606px;
		width: 100%;
		bottom: 0;
		position: absolute;
	}

	.catering-menu .catering-menu-QRtheme {
		font-family: "Microsoft YaHei";
		background-position: top center;
		background-size: auto 606px;
		height: 606px;
		width: 100%;
		bottom: 0;
		position: absolute;
	}

		.catering-menu .catering-menu-QRtheme .QRImage-container {
			width: 760px;
			height: 258px;
		}

			.catering-menu .catering-menu-QRtheme .QRImage-container .QRImage {
				background-image: url(images/QRCode.png);
				width: 256px;
				height: 256px;
				background-size: 100%;
				border: solid 0px #808695;
				border-radius: 6px;
				padding: 1px;
			}

	.catering-menu .catering-menu-bg {
		background-image: url(images/menu-bg.png);
		background-position: top left;
		background-size: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
	}

	.catering-menu .catering-menu-watermark {
		background-image: url(images/menu-watermark.png);
		background-position: top left;
		background-size: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
	}

	.catering-menu .catering-menu-content {
		background-repeat: no-repeat;
		background-position: top center;
		background-size: auto 736px;
		width: 100%;
		padding: 30px 20px;
		padding-bottom: 606px;
		position: relative;
	}

		.catering-menu .catering-menu-content .catering-menu-content-title {
			width: 100%;
			bottom: 0;
		}

	.catering-menu .catering-meal-icon {
		width: 40px;
		height: 40px;
		display: inline-block;
	}

	.catering-menu .catering-meal-icon-left {
		margin-right: 20px;
		margin-top: 5px;
		vertical-align: top;
	}

	.catering-menu .catering-meal-icon-right {
		margin-left: 20px;
		margin-bottom: 5px;
		vertical-align: bottom;
	}

	.catering-menu .catering-meal-title {
		font-size: 50px !important;
		font-weight: bold;
		color: #ff6a00;
	}

	.catering-menu .catering-recipe-container {
		margin-bottom: 20px;
	}

	.catering-menu .catering-recipe-content {
		display: flex;
	}

	.catering-menu .catering-recipe-title {
		font-weight: bold;
		font-size: 40px;
	}

	.catering-menu .catering-recipe-image-container {
		width: 600px;
		height: 600px;
		border: solid 0px #808695;
		border-radius: 9px;
		margin-top: 15px;
		padding: 15px;
	}

	.catering-menu .catering-recipe-image {
		background-position: top;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
	}

	.catering-menu .catering-food {
		margin: 0 40px;
	}

		.catering-menu .catering-food table {
			width: 400px;
		}

		.catering-menu .catering-food th, .catering-menu .catering-food-method label {
			font-weight: bold;
		}

		.catering-menu .catering-food td {
			font-size: 25pt;
		}

		.catering-menu .catering-food th.weight {
			width: 100px;
		}

	.catering-menu .catering-food-method {
		flex: 1;
		width: 200px;
	}

		.catering-menu .catering-food-method > div:first-child {
			text-align: center;
		}

		.catering-menu .catering-food-method td {
			font-size: 25pt;
		}

		.catering-menu .catering-food-method pre {
			font-family: "Microsoft YaHei";
			margin: 0;
			white-space: pre-wrap;
		}

		.catering-menu .catering-food-method p {
			font-family: "Microsoft YaHei";
			text-indent: -1.5em;
			margin-left: 1.5em;
		}

	.catering-menu .nutritions {
		justify-content: flex-end;
	}

		.catering-menu .nutritions > div {
			margin-right: 30px;
		}

			.catering-menu .nutritions > div:last-child {
				margin-right: 0;
			}

.download-menu-file {
	font-size: 12px;
	color: red !important;
	margin: 0 20px 0 3px;
}

	.download-menu-file:hover {
		color: red !important;
		opacity: 0.5;
	}


.inline-block {
	display: inline-block;
}


.ivu-table .group-odd-baseline {
	background-color: #dddee1 !important;
}

.ivu-table .group-even-baseline {
	background-color: #e9eaec !important;
}

.ivu-table-row-hover .group-odd-baseline, .ivu-table-row-hover .group-even-baseline {
	background-color: #ebf7ff !important;
}

.customer-baseline {
	border: solid 1px #eee;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 10px 0 0 0;
	position: relative;
}

.customer-baseline-title {
	color: red;
}

.customer-baseline-remove {
	position: absolute;
	right: 10px;
}

.customer-baseline-date-split {
	width: 30px;
	text-align: center;
	line-height: 30px;
}

.customer-baseline-datetime {
	width: 160px !important;
}


.block-normal-title {
	font-size: 13px;
	color: #ff9900;
}

.block-title {
	font-weight: bold;
	font-size: 13px;
	color: #ff9900;
}

.block-important-subtitle {
	font-weight: bold;
	font-size: 20px;
	color: #ff9900;
	margin: 0 3px;
}

.renewal-items {
}

	.renewal-items .title-field-container > div > div:last-child {
		width: 180px !important;
	}

	.renewal-items .renewal-item {
		padding: 10px;
		border: solid #dddee1 1px;
		border-radius: 3px;
		margin-bottom: 10px;
	}

	.renewal-items .renewal-item-footer {
		margin-bottom: 0;
	}

.radio-group-container > div > label {
	margin-right: 30px;
	margin-bottom: 10px;
}

.catering-status {
	color: #ff9900;
}


.tab-flex {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	flex: 1;
}

	.tab-flex .ivu-tabs-content {
		margin-top: 5px;
		display: flex;
		flex-direction: column;
		overflow: auto;
		flex: 1;
	}

	.tab-flex .ivu-tabs-tabpane {
		flex: 1;
		overflow: auto;
		display: flex;
	}

		.tab-flex .ivu-tabs-tabpane > div {
			flex: 1;
		}

.renewal-comment {
	margin-left: 10px;
}

.customer-favorites {
	display: flex;
	flex-direction: column;
	margin-left: 10px;
}

	.customer-favorites > div {
		display: flex;
	}

	.customer-favorites .title {
		font-weight: bold;
		margin-right: 5px;
	}

	.customer-favorites pre {
		flex: 1;
		white-space: pre-wrap;
		word-break: break-word;
	}

.float-right {
	float: right;
	color: #ff9900;
}

a.customer-record, a.copy-catering {
	text-decoration: underline;
	color: #2d8cf0 !important;
}

a.copy-catering {
	color: #ff9900 !important;
	text-decoration: underline;
	position: absolute;
	margin-left: 15px;
	margin-top: 5px;
}


.line {
	height: 0.5px;
	border-bottom: solid 1px #eee;
	margin: 10px;
	0;
}

.date-range {
	display: flex;
}

	.date-range .date-split {
		font-weight: bold;
		margin: 0 5px;
	}

	.date-range .date {
		width: 118px !important;
	}

.agent-date-range {
	display: flex;
	margin-bottom: 10px;
}

	.agent-date-range .agent-item {
		display: flex;
		align-items: center;
		margin-right: 10px;
	}

		.agent-date-range .agent-item > div:first-child {
			font-weight: bold;
			width: 80px;
			margin-right: 10px;
		}

	.agent-date-range .agent-goal {
		width: 150px;
	}

	.agent-date-range .agent-actions {
		flex: 1;
		text-align: right;
		align-self: center;
	}

.agent-account-list .agent-account-container {
	margin-bottom: 10px;
}

.agent-account-container {
	border: solid 1px #dcdee2;
	padding: 10px;
	border-radius: 3px;
}

.agent-account {
	display: flex;
	margin-bottom: 10px;
}

	.agent-account:last-child {
		margin-bottom: 0;
	}

	.agent-account .agent-item {
		display: flex;
		align-items: center;
		margin-right: 10px;
	}

		.agent-account .agent-item > div:first-child {
			font-weight: bold;
			width: 80px;
			margin-right: 10px;
		}

		.agent-account .agent-item .item-field {
			width: 200px;
		}

	.agent-account .agent-actions {
		flex: 1;
		text-align: right;
		align-self: center;
	}


.agent-commodity-list {
	margin-bottom: 10px;
}

	.agent-commodity-list .agent-commodity {
		display: flex;
		align-items: center;
	}

	.agent-commodity-list .agent-commodity-title {
		font-weight: bold;
		background-color: #f8f8f9;
	}

.agent-commodity > div {
	width: 100px;
	padding: 5px;
}

	.agent-commodity > div:first-child {
		flex: 1
	}


.agent-wallet-info {
	text-align: center;
	margin: 5px 0;
}

.agent-wallet {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 20px 0;
}

	.agent-wallet > div {
		margin-bottom: 5px;
	}

	.agent-wallet .charge-value, .agent-wallet .verification-code, .agent-wallet .charge {
		width: 250px;
	}

.verification-code {
	display: flex;
}


	.verification-code .code {
		flex: 1;
		margin-right: 3px;
	}

	.verification-code button {
		width: 80px;
	}


.phone-bind-container {
	display: flex;
	flex-direction: column;
	width: 300px;
}


.bind-phone {
	width: 100px;
	height: 100px;
	font-size: 50px;
	margin-left: 100px;
}

.phone-bind-container > div {
	margin-bottom: 5px;
}

.phone-bind-container .phone-operation {
	display: flex;
	align-items: flex-end;
}

	.phone-bind-container .phone-operation .phone-number {
		flex: 1;
	}

	.phone-bind-container .phone-operation a {
		text-decoration: solid;
		text-decoration-color: #2d8cf0 !important;
		white-space: nowrap;
		margin-left: 5px;
		text-decoration-line: underline;
		color: #2d8cf0 !important;
	}


.phone-bind-container .phone-action {
	text-align: center;
}


.col-amount {
	text-align: right;
}


.customer-waiting {
	color: #ff9900;
}

.customer-servicing {
	color: #19be6b;
}

.customer-servicing-paused {
	color: #b2d235;
}

.customer-closed {
	color: #ed4014;
}

.referrer-count-wrap {
	display: flex;
	align-items: center;
}


	.referrer-count-wrap .referrer-count {
		margin-left: 5px;
	}


.nutritionist-stars .ivu-rate {
	font-size: 12px !important;
}

.nutritionist-stars .ivu-rate-star {
	margin-right: 3px !important;
}

.nutritionist-attributes {
	display: flex;
	flex-wrap: wrap;
}

	.nutritionist-attributes > div {
		width: 33%;
		margin-bottom: 10px;
	}

.sub-item-content {
	color: #ff9900;
}


.customer-nutritionist-record-title {
	font-weight: bold;
	background-color: #f8f8f9;
	position: fixed;
	margin-top: -10px !important;
	margin-bottom: 0 !important;
}

.customer-nutritionist-record {
	display: flex;
	margin: 5px 0;
	padding: 5px;
}

	.customer-nutritionist-record > div:first-child {
		width: 180px;
	}

	.customer-nutritionist-record > div:last-child {
		width: 350px;
	}

	.customer-nutritionist-record .customer-catering-list {
		display: flex;
		margin-bottom: 5px;
	}

		.customer-nutritionist-record .customer-catering-list:last-child, .customer-nutritionist-record-title .customer-catering-list {
			margin-bottom: 0;
		}

		.customer-nutritionist-record .customer-catering-list > div {
			flex: 1
		}

			.customer-nutritionist-record .customer-catering-list > div:first-child {
				width: 180px;
			}


.customer-info {
	margin-bottom: 10px;
	font-size: 14px;
}

	.customer-info > span {
		margin-right: 10px;
	}

		.customer-info > span:first-child {
			font-weight: bold;
			margin-right: 0;
		}

.survey-item {
	margin-bottom: 10px;
}

	.survey-item > div {
		margin-left: 20px;
	}

		.survey-item > div:first-child {
			font-weight: bold;
			margin-left: 0;
		}

		.survey-item > div > span {
			margin-right: 20px;
		}

.service-user-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

	.service-user-wrapper > div {
		width: 300px;
	}

.wait-taken-wrapper {
	position: absolute;
	border: solid 1px #eee;
	font-size: 18px;
	background-color: #ff9900;
	color: #fff;
	padding: 0 10px;
	border-radius: 5px;
	right: 5px;
	top: 55px;
	z-index: 100;
}

.wait-taken-label {
	font-size: 16px;
}


a.open-link {
	text-decoration: underline;
	color: #2d8cf0 !important;
}

.warning-info, a.warning-info {
	color: #ff9900 !important;
}

.error-info, a.error-info {
	color: #ed4014 !important;
}

.customer-detail {
	display: flex;
	flex-wrap: wrap;
}

	.customer-detail > div {
		margin-right: 20px;
		margin-bottom: 5px;
	}

	.customer-detail label {
		font-weight: bold;
	}

.customer-record-wrapper {
	flex-direction: row;
}

	.customer-record-wrapper .customer-detail-record {
		display: flex;
		flex-direction: column;
	}

	.customer-record-wrapper .customer-check-in {
		width: 435px;
	}

	.customer-record-wrapper .customer-one-note {
		width: 320px;
	}

	.customer-record-wrapper .more-action {
		text-align: right;
	}

.more-action a {
	text-decoration: underline;
	color: #2d8cf0 !important;
}

.customer-record-wrapper .customer-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	min-height: 500px;
}

.customer-record-wrapper .customer-remark {
	display: flex;
	flex-direction: column;
	height: 85px;
}

.customer-remark > label {
	font-weight: bold;
}

.customer-remark > div {
	border: solid 1px #dcdee2;
	border-radius: 3px;
	flex: 1;
	padding: 5px 0 5px 10px;
	display: flex;
	flex-direction: column;
	overflow: auto;
}

.customer-remark pre {
	white-space: pre-wrap;
	overflow: auto;
}

.customer-record-wrapper .customer-report {
	flex: 1;
	border: solid 1px #dcdee2;
	border-radius: 3px;
}

.customer-report {
	display: flex;
	flex-direction: column;
}

	.customer-report h2 {
		margin: 0;
		padding: 0;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		padding: 5px;
	}

	.customer-report .customer-report-container {
		flex: 1;
		display: flex;
		flex-direction: column;
	}

	.customer-report .customer-report-body {
		flex: 1;
	}


.health-group-relative {
	position: relative;
}

.health-group-container, .health-group-title {
	display: flex;
	align-items: center;
}

.health-group-container {
	border-bottom: solid 1px #eee;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

	.health-group-container:last-child {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}

.health-group-title {
	font-weight: bold;
	border-bottom: solid 1px #dcdee2;
	padding-bottom: 5px;
	height: 40px;
	overflow: hidden;
}

	.health-group-title .health-check-add {
		position: fixed;
		background-color: #fff;
		text-align: right;
		padding-right: 10px !important;
	}

.health-group-container .health-group-float {
	position: absolute;
	z-index: 1000;
	background-color: #fff;
}

.health-group-container .check-group {
	font-weight: bold;
	padding-left: 0 !important;
}

.health-group-container .health-check-date {
	height: 35px;
	line-height: 35px;
}

.health-group-container .check-item, .health-group-title .check-item {
	width: 200px;
	min-width: 200px;
	padding-right: 3px;
	height: 35px;
	line-height: 35px;
}

.health-group-container .check-item {
	padding-left: 10px;
}

.health-group-container .health-checks > div {
	display: flex;
	align-items: center;
}

.health-group-container .health-check, .health-group-title .health-check {
	width: 110px;
	min-width: 110px;
	text-align: center;
}

.health-group-container .health-check {
	margin-bottom: 3px;
	padding: 0 3px;
}

	.health-group-container .health-check .check-value {
		width: 100%;
	}

.check-value .ivu-input-number-handler-wrap {
	display: none;
}


.health-check-report {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

	.health-check-report .item-unit {
		display: flex;
		width: 100%;
		display: flex;
	}

		.health-check-report .item-unit > label {
			font-weight: bold;
		}

	.health-check-report .report-body {
		width: 700px;
		height: 400px;
	}


.manager-servicing .ivu-tabs-bar {
	margin-bottom: 0;
}





.customer-count-wrapper {
	position: absolute;
	border: solid 1px #eee;
	font-size: 18px;
	background-color: #ff9900;
	color: #fff;
	padding: 0 10px;
	border-radius: 5px;
	right: 5px;
	top: 55px;
	z-index: 100;
	display: flex;
}

	.customer-count-wrapper > div:first-child {
		margin-right: 30px;
	}

	.customer-count-wrapper label {
		font-size: 16px;
	}

.manager-servicing-user-wrapper {
	display: flex;
}

	.manager-servicing-user-wrapper label {
		font-weight: bold;
	}

	.manager-servicing-user-wrapper > div:first-child {
		margin-right: 30px;
	}

.baseline-weights-col > div {
	display: block;
}

.baseline-weights {
	display: flex;
}

	.baseline-weights .baseline-weight {
		flex: 1;
		text-align: center;
		padding-right: 3px;
	}

		.baseline-weights .baseline-weight:last-child {
			padding-right: 0;
		}

.customer-item-remark-model > div {
	width: 600px !important;
}

.customer-item-model > div {
	width: 400px !important;
}

.customer-item-model .def-modal-content {
	min-height: 120px !important;
}

.customer-item-wrapper {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}

	.customer-item-wrapper .date {
		width: 150px !important;
	}

.ivu-table-cell {
	padding-left: 9px;
	padding-right: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-break: break-all;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

