/******************** 通用样式 ********************/
* {
	padding: 0;
	margin: 0;
	/*font-family: 'Microsoft YaHei'*/
}
/*主题色字体色*/
body, html {
	color: #2c3f50;
	background: url(../images/index/bgblock.png);
}
a:focus, a:hover {
	text-decoration: none;
}
/*重置圆角为1*/
.panel,
.form-control {
	border-radius: 1px;
}
/* 重置bootstrap中table默认样式为middle */
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	vertical-align: middle;
}
/*!
 * 重置multiple-select.css下拉框的默认样式，与系统风格一致
 */
.menuSelect .ms-choice,
.menuSelect .ms-drop {
	border: 1px solid #cccccc;
}
/*.menuSelect .ms-choice {*/
/*	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
/*}*/

.menuSelect .ms-choice span {
	color: #606266;
	padding-left: 12px;
}
.menuSelect1 .ms-choice span {
	padding-left: 12px;
}
.menuSelect .ms-drop .ms-search input {
	border: 1px solid #cccccc;
}
.menuSelect .ms-drop ul li label input {
	margin-right: 5px;
}

.panel-default {
	border: 0;
}
.panel-default > .panel-heading {
	align-items: center;
	background: #F8FAFB;
	min-height: 42px;
	padding: 12px 15px;
}
.panel-title {
	position: relative;
}
.panel-body {
	position: relative;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: inherit;
	border-bottom: 1px solid #cacad9;
}
.panel-group .panel+.panel {
	margin-top: 0px;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 0;
	margin-bottom: -1px;
	background-color: #fff;
	margin-bottom: 10px;
	font-size: 14px;
}
a.list-group-item:focus,
a.list-group-item:active,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
	color: #0079ff;
	text-decoration: none;
	background-color: #fff;
}
a:focus {
	outline: inherit;
	outline-offset: -2px;
}
.panel-group {
	margin-bottom: 20px;
	min-height: 654px;
	border: 1px solid #cacad9;
	background-color: #fff;
}
.panel {
	overflow: hidden;
}
.control-label i {
	color: #F8131E;
	padding-right: 5PX;
	font-style: normal;
	display: inline-block;
	width: 14px;
}
.table {
	border-left-width: 0;
	border-right-width: 0;
}
.table > thead:first-child > tr:first-child > th,
.table > tbody > tr:first-child > td {
	border-bottom-width: 0;
	border-left-width: 0;
}
.form-horizontal label.control-label {
	font-weight: normal;
	min-width: 100px;
}
.form-inline label {
	font-size: 14px;
	font-weight: inherit;
}
ul {
	list-style: none;
}
.table-bordered {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.panel {
	position: relative;
	margin-bottom: 0;
}
.panel-body {
	position: static;
}


/******************** 页面大导航样式 ********************/
.m-navbar {
	background-color: #333a50;
	border-color: #080808;
	margin-bottom: 0;
	border-bottom: none;
}
.m-navbar .navbar-header .navbar-brand {
	color: #e5e5ed;
	font-size: 18px;
	background: url(../images/logo2.png) no-repeat 15px center;
	padding-left: 70px;
	height: 76px;
	display: flex;
	align-items: center;
}
.m-navbar .navbar-header .navbar-brand-nopic {
    color: #e5e5ed;
    font-size: 18px;
    height: 76px;
    display: flex;
    align-items: center;
}
.m-navbar .navbar-nav > li > a {
	color: #fff;
	font-size: 17px;
	padding: 0 7px;
	height: 76px;
	line-height: 76px;
	font-weight: initial;
}
.nav li a:focus,
.nav li a:hover {
	text-decoration: none;
	background-color: transparent;
}
.nav li a.navLi-active {
	position: relative;
}
.nav li a.navLi-active::after {
	content: '';
	height: 2px;
	width: calc(100% - 12px);
	border-bottom: 2px solid #c1c5d3;
	position: absolute;
	left: 6px;
	right: 0;
	bottom: 20px;
}

/******************** 商户总部、路径导航 ********************/
.main-header {
	position: relative;
}
.main-header .qh_brand {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
}
.main-header .qh_brand .main-title {
	height: 45px;
}
.main-header .qh_brand .main-title > div {
	height: 100%;
	width: 100%;
	padding: 10px 0;
}
.main-header .showplace {
	height: 45px;
	padding: 12px 0;
	margin-left: 215px;
}
.main-header .showplace a {
	margin: 0 5px;
	color: #0079ff;
}


/******************** 页面主体 ********************/
.main-body {
	position: relative;
}
/*左侧导航*/
#leftNav {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	overflow: auto;
}
#leftNav a[data-toggle=collapse]:before {
	position: absolute;
	display: block;
	content: " ";
	background-color: #cacad9;
	/*top: 20px;*/
	right: -5px;
	width: 11px;
	height: 1px
}
#leftNav a[data-toggle=collapse]:after {
	position: absolute;
	display: block;
	content: " ";
	background-color: #cacad9;
	/*top: 15px;*/
	right: 0px;
	width: 1px;
	height: 11px
}
#leftNav div.open a[data-toggle=collapse]:after {
	position: absolute;
	display: block;
	content: " ";
	background-color: #cacad9;
	/*top: 4px;*/
	right: 15px;
	width: 0;
	height: 11px
}
/*#leftNav .panel-heading {
	padding: 5px 10px 10px 10px;
}*/
/*#leftNav .panel-heading .panel-title {
	font-weight: normal;
	height: 100%;
	width: 100%;
}*/
#leftNav .panel-heading .panel-title a {
	display: block;
	height: 100%;
	display: flex;
	align-items: center;
	margin-top:3px;
}
#leftNav .panel {
	border: 0;
	border-bottom: 1px solid #cacad9;
}
#leftNav .open .list-group a.onopen {
	color: #0079ff;
}
/*右侧内容*/
.main-body .main-body-right {
	margin-left: 214px;
}





ul#DH li.funLi {
	margin-left: 7px;
	margin-right: 7px
}
#btnChangPwd {
	color: #3cc1ff;
	font-size: 18px;
	padding-right: 7px;
}
#btnChangPwd span {
	background: url(../images/index/yuangong.png) no-repeat 0px center;
	width: 22px;
	height: 76px;
	display: inline-block;
	float: left;
	margin-right: 5px;
}
#messageInfo span {
	background: url(../images/message.png) no-repeat 0px center;
	width: 36px;
	height: 76px;
	display: inline-block;
	float: left;
	margin-right: 5px;
	position:relative;
	padding:5px;
}
#btnLanguage span {
	background: url(../images/index/language.png) no-repeat 0px center;
	width: 22px;
	height: 76px;
	display: inline-block;
	float: left;
	margin-right: 5px;
	color: #3cc1ff;
	font-size: 18px;
}
#btnLanguage {
	color: #3cc1ff;
	font-size: 18px;
	padding-right: 7px;
}
#logout {
	color: #3cc1ff;
	font-size: 18px;
}
.SH {
	display: none;
	height: 26px;
}
#zongbuImg {
	background: url(../images/index/zongbu.png) no-repeat 0px center;
	width: 24px;
	height: 26px;
	display: inline-block;
	float: left;
	margin-right: 5px;
}
.brand_name {
	font-size: 18px;
	color: black;
	margin-left: 5px;
	line-height: 26px;
}
#brandImg {
	font-size: 18px;
	height: 22px;
	display: inline-block;
	float: left;
	margin-right: 5px;
}
a#btnChangeBrand {
	font-size: 18px;
	color: #0079ff;
	text-decoration: none;
	display: block;
	height: 25px;
}
a#btnChangeBrand span {
	margin-left: 10px;
	font-size: 12px;
}
a#btnChangeBrand span.nochild {
	margin-left: 10px;
	color: black;
	font-size: 12px;
}
#divMain .container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	background-color: #fff;
	border: 0;
}



div#msgPwdDiv {
	padding-left: 15px;
}

.footer {
	//padding: 15px;
	//height: 50px;
	text-align: center;
}

div#divMain {
	min-height: 700px;
	border: 1px solid #c7d1d5;
//box-sizing: border-box;
}
div#mainbody {
	position: relative;
}
div#mainbody:before {
	bottom: 0;
	display: block;
	content: "";
	box-shadow: 0 0 1px rgba(0, 0, 0, .05);
}


/******************** 切换品牌弹窗样式 ********************/
.chBrandModal .modal-content {
	padding-left: 0;
	padding-right: 0;
}
.chBrandModal .modal-content .modal-body ul {
	list-style: none;
}
.chBrandModal .modal-content .modal-body ul li {
	float: left;
	margin-left: 40px;
	margin-right: 20px;
	font-size: 18px;
	height: 30px;
}
.chBrandModal .modal-content .modal-body ul li label {
	line-height: 30px;
	margin: 0;
	height: 30px;
	font-weight: inherit;
}
.chBrandModal .modal-content .modal-body ul li input {
	width: 22px;
	height: 22px;
	line-height: 30px;
	margin-top: 4px;
	float: left;
}
.chBrandModal .modal-content .modal-footer {
	text-align: center;
}
.chBrandModal .modal-content .modal-footer .btn {
	width: 100px;
}
.chBrandModal .giveup {
	background: #888888;
	color: #fff;
}
.chBrandModal .confirm {
	background: #377790;
	color: #fff;
}


#chBrandType .modal-content {
	padding-left: 15px;
	padding-right: 15px
}
#chBrandType .modal-content .modal-body ul {
	list-style: none;
}
#chBrandType .modal-content .modal-body ul li {
	float: left;
	margin-left: 40px;
	margin-right: 20px;
	font-size: 18px;
	height: 30px;
}
#chBrandType .modal-content .modal-body ul li label {
	line-height: 30px;
	margin: 0;
	height: 30px;
	font-weight: inherit;
}
#chBrandType .modal-content .modal-body ul li input {
	width: 22px;
	height: 22px;
	line-height: 30px;
	margin-top: 4px;
	float: left;
}
#chBrandType .modal-content .modal-footer {
	text-align: center;
}
#chBrandType .modal-content .modal-footer .btn {
	width: 100px;
}
#chBrandType .giveup {
	background: #888888;
	color: #fff;
}
#chBrandType .confirm {
	background: #377790;
	color: #fff;
}


/******************** 修改密码弹弹窗样式 ********************/
#chPwdModal .modal-content {
	padding-left: 0;
	padding-right: 0;
}
#chPwdForm {
	width: 100%;
	height: 100%;
	margin-top: 30px;
}
#chPwdForm  div.container {
	width: 100%;
	margin: 0;
	padding: 0;
}
#chPwdForm  div.container  div.form-group {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
	overflow: hidden;
}
#chPwdForm div.container div.form-group input.form-control,
textarea.form-control,
select.form-control {
	width: 100%;
	display: inline;
}
#chPwdForm div.container div.form-group label {
	font-weight: inherit;
	font-size: 14px;
	text-align: right;
	margin-top: 7px;
}
#chPwdForm div.container div.form-group span {
	display: inline-block;
	max-width: 100%;
	margin-left: 5px;
	font-weight: 700;
	float: left;
}
#chPwdForm div.container div.form-group label i {
	display: inline-block;
	font-size: 18px;
	line-height: 25px;
	vertical-align: middle;
	margin-right: 5px;
	color: #D04006;
	font-weight: bold;
}
#chPwdModal .modal-content .modal-footer {
	text-align: center;
}
#chPwdModal .modal-content .modal-footer .btn {
	width: 100px;
}
#chPwdModal .giveup {
	background: #888888;
	color: #fff;
}
#chPwdModal .confirm {
	background: #377790;
	color: #fff;
}


/******************列表展示页的样式************************/
.pagination > li > a,
.pagination > li > span {
	margin-right: 4px;
}

.addborder {
	min-height: 100%;
}

.addbtn {
	background: url(../images/index/add.png) no-repeat 0px center;
	width: 25px;
	height: 34px;
}
.searchImg {
	background: url("../images/index/search.png") no-repeat 0px center;
	width: 20px;
	height: 20px;
	padding: 0;
}
.export {
	background: url("../images/index/y.png") no-repeat 0px center;
	width: 17px;
	height: 20px;
	padding: 0;
}

.searchbtn {
	color: #0079ff;
	background-color: #F0EEF5;
	margin-left: 10px;
	border: 1px solid #CCCBCE;
}
.searchbtn1 {
	color: #FFF;
	background-color: #377790;
	margin-left: 10px;
	border: 1px solid #CCCBCE;
}
.searchbtn2 {
	color: #0079ff;
	background-color: #F0EEF5;
	border: 1px solid #CCCBCE;
	padding: 6px;
}
/* 按钮：放弃、保存、保存并继续、保存并设置打印任务 */
.quit {
	background-color: #bfbfbf;
	padding: 6px 20px;
	font-size: 16px;
	color: #fff;
	margin-right: 10px;
}
.save {
	background-color: #377790;
	padding: 6px 20px;
	font-size: 16px;
	color: #fff;
	margin-right: 10px;
}
.saveGoon {
	background-color: #377790;
	padding: 6px 20px;
	font-size: 16px;
	color: #fff;
}
.saveGoonPrintset {
	background-color: #377790;
	padding: 6px 20px;
	font-size: 16px;
	color: #fff;
	margin-left: -12px;
}
.m-panel-footer {
	padding: 20px 15px;
	background: transparent;
	border: none;
}
.general {
	background-color: #F9FAFC;
	font-size: 14px;
}
.centerdiv {
	text-align: center;
	margin-top: 20px;
}



/***减号**/
.minus {
	z-index: 2;
	position: absolute;
	right: -20px;
	top: 3px;
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url("../images/minus.jpg");
	background-repeat: no-repeat;
	background-size: initial;
	background-position: center;
	cursor: pointer;
}
/***加号**/
.add_1 {
	z-index: 2;
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url("../images/add_1.jpg");
	background-repeat: no-repeat;
	background-size: initial;
	background-position: center;
	cursor: pointer;
	float: right;
	position: absolute;
	top: 4px;
	right: -45px;
}
.labelDiv {
	padding-top: 7px;
}
.bottomdiv {
	/*position: absolute;*/
	/*bottom: 30px;*/
	padding: 20px;
	text-align: center;
}

/***********************右侧分栏部分************************/
.nopadding {
	padding: 0px;
}
.LRnopadding{
	padding-left:0px;
	padding-right:0px;
}
.ChilRight {
	padding: 0px;
}
.ChilLeft {
	padding: 0px;
}
.active {
	color: #0079ff;
}
.ChilRight:before {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	display: block;
	width: 1px;
	content: " ";
	background-color: #E9E9EA;
}
.leftTop {
	width: 100%;
	padding-top: 14px;
	padding-bottom: 16px;
	padding-left: 10px;
	border-bottom: 1px solid #DADADE;
}
table.dataTable {
	margin-top: 0px !important;
}
/*.leftTop #ognidSearch {*/
/*	!*width: 120px;*!*/
/*}*/
/*#ognidSearch {*/
/*	!*width: 100px;*!*/
/*	height: 34px;*/
/*	padding: 6px 2px;*/
/*	font-size: 14px;*/
/*	line-height: 1.42857143;*/
/*	color: #555;*/
/*	background-color: #fff;*/
/*	background-image: none;*/
/*	border: 1px solid #ccc;*/
/*	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
/*	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
/*	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow*/
/*	ease-in-out .15s;*/
/*	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out*/
/*	.15s;*/
/*	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
/*}*/
.ChilRight div.panel {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.businelist{overflow-y:auto;}
.businelist .nav {
	margin-top: 20px;
}
.businelist .nav>li {
	font-weight: normal;
}
.businelist .nav li  a.active{color: #0079ff;}
.businelist .nav>li>a {
	position: relative;
	padding-left: 30px;
	margin-bottom: -1px;
	color: #2c3f50;
	border-radius: 0;
	cursor: pointer;
}
.businelist .nav>li>a:focus,
.businelist .nav>li>a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #0079ff;
}
.reasonllist .nav {
	margin-top: 20px;
}
.reasonllist .nav>li {
	font-weight: normal;
}
.reasonllist .nav li  a.active{color: #0079ff;}
.reasonllist .nav li  a.active i {
	background: url(../images/index/y.png) 50% 50% no-repeat;
}
.reasonllist .nav li a {
	position: relative;
	padding-left: 50px;
	margin-bottom: -1px;
	color: #2c3f50;
	border-radius: 0;
	cursor: pointer;
}
.reasonllist .nav li a .icon {
	position: absolute;
	top: 5px;
	left: 10px;
	opacity: .5;
	width: 30px;
	height: 30px;
}
.icon-default {
	background: url(../images/index/n.png) 50% 50% no-repeat;
}
.icon-on {
	background: url(../images/index/y.png) 50% 50% no-repeat;
}
.icon-over {
	background: url(../images/index/y.png) 50% 50% no-repeat;
}
.monthover{padding-top: 7px; margin-bottom: 0;}
.leftTop label{font-weight: normal;}
/***********************右侧分栏部分结束************************/

.clearFl {
	height: 1px;
	margin-top: 50px;
}
.form-group select {
	padding: 6px;
}
.cover {
	position:fixed; top: 0px; right:0px; bottom:0px;filter: alpha(opacity=60); background-color: #777;
	z-index: 1002; left: 0px; display:none;
	opacity:0.5; -moz-opacity:0.5;
}

.marginB{
	margin-bottom: 30px;
}
.nomarginB{
	margin-bottom: 0;
}



.deletedialog {
	position: absolute;
	top: 150px;
	left: 50%;
	z-index: 100000;
	display:none;
}
.norightPadding {
	padding-right:0;
}


/*进销存下拉列表样式*/
.menu {
	border: 1px solid #aaa;
	position: fixed;
	left:0;
	top:0;
	background-color: #fff;
	display: none;
	line-height: 30px;
	box-shadow: 0 0 15px #aaa;
	font-size: 14px;
}
.menu thead tr td {
	text-align: center;
	background: #eee;
	background-image: -webkit-linear-gradient(top, #f9f9f9, #f2f2f2);
	background-image: linear-gradient(top, #f9f9f9, #f2f2f2);
}
.sel {
	background: #e9f3f9;
}
.panel-bottom {
	position: absolute;
	bottom: 0;
	background: #F8FAFB;
	height: 33px;
	width:100%;
	padding: 5px 10px;
	border-top: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#loading {
	top: 0;
	right: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 15000;
}
#loading span {
	position: absolute;
	top: 55%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	font-size: 15px;
	color: #000;
	font-weight: bold;
}
/*进销存下拉列表样式结束*/


/*适用时间段：固定时间段可用*/
.m-time-interval {
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.m-time-interval > input,
.m-time-interval > .btn,
.m-time-interval > div {
	margin-right: 10px;
}

/*浅灰色，适用于备注、提示等辅助性文字*/
.m-lightgray {
	color: #999999;
}
.m-btn-group {
	height: 34px;
	display: flex;
	align-items: center;
}
.m-btn-add {
	width: 24px;
	height: 24px;
	background-image: url("../images/add_1.jpg");
	background-repeat: no-repeat;
	background-size: initial;
	background-position: center;
	cursor: pointer;
	display: inline-block;
}
.m-btn-minus {
	width: 24px;
	height: 24px;
	background-image: url("../images/minus.jpg");
	background-repeat: no-repeat;
	background-size: initial;
	background-position: center;
	cursor: pointer;
	display: inline-block;
}
.m-btn-unit-add {
	width: 22px;
	height: 22px;
	background-image: url("../images/addunit.png");
	background-repeat: no-repeat;
	background-size: initial;
	background-position: center;
	cursor: pointer;
	display: inline-block;
}
.m-btn-unit-minus {
	width: 22px;
	height: 22px;
	background-image: url("../images/minusunit.png");
	background-repeat: no-repeat;
	background-size: initial;
	background-position: center;
	cursor: pointer;
	display: inline-block;
}
/*带单位的input*/
.m-input {
	position: relative;
}
.m-input > input {
	padding-right: 22px;
}
.m-input > span:nth-child(2) {
	position: absolute;
	top: 7px;
	right: 5px;
}
.m-input1 > span:nth-child(2) {
	position: absolute;
	top: 7px;
	right: 3px;
}
/*文字在input左面*/
.m-input-left {
	position: relative;
}
.m-input-left > input {
	padding-right: 22px;
}
.m-input-left > span:nth-child(2) {
	position: absolute;
	top: 7px;
	left: 5px;
}


.confirm {
	background-color: #377790;
	color: #fff;
}

.addtypebtn {
	background: url('../images/addType.png') no-repeat 0px center;
	width: 20px;
	height: 30px;
}
.childDivRight{
	padding-left: 15px;
	border: 1px solid rgba(51, 148, 115, 0.6);
	margin-left: -1px
}
.topping{
	padding-left:25px;
}
.reamrk{
	padding-left:25px;
}
#changeFilter:hover{color:#2F62B5}

/*清除图片按钮样式*/
.clear-img-btn {
	color: #0079ff;
	margin-left: 10px;
	cursor: pointer;
}
.clear-img-btn:hover {
	color: #4096ff;
}

/*添加明细菜弹框样式*/
.add-detail-container {
	display: flex;
	width: 100%;
	height: 69vh;
	box-sizing: border-box;
}

.add-detail-container .ad-left-box {
	width: 50%;
	height: 100%;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
}

.add-detail-container .ad-right-box {
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.ad-search-box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ad-search-box .search-btn-box {
	margin-left: 15px; display: flex; align-items: center;
}

.ad-search-box .search-btn-box > span{
	font-weight: bold; flex-shrink: 0;
}

.ad-table-container {
	margin-top: 15px;
	flex: 1;
	width: 100%;
	display: flex;
	outline: 1px solid rgb(221, 221, 221);
	overflow: hidden;
}

.ad-table-container .ad-dishes-category-box {
	width: 35%;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	outline: 1px solid rgb(221, 221, 221);
}

.ad-table-container .ad-dishes-list-box {
	flex: 1;
	width: 100%;
	overflow: auto;
}

.ad-dishes-table-header {
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgb(249, 250, 252);
	outline: 1px solid rgb(221, 221, 221);
	margin-bottom: 1px;
}
.table .cell {
	width: auto;
}
.table-scroll-box {
	width: 100%;
	overflow: auto;
	height: calc(100% - 41px);
	display: flex;
	flex-direction: column;
}
.table-foot-load {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content:center;
	align-items: center;
	color: #7C7C7C;
	font-size: 15px;
}

.el-table__header-wrapper .cell label {
	margin-bottom: 0;
}

.ad-select-table-box {
	padding-left: 1px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	disflex: flex;
	flex-direction: column;
}

.ad-select-table-and-remark-container {
	display: flex;
	flex-direction: column;
	height: calc(100% - 41px);
	overflow: hidden;
	justify-content: space-between;
}

.ad-select-remark-container {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	display: flex;
	flex-direction: column;
}

.ad-select-remark-child-horizontal-box {
	display: flex;
	align-items: center;
	margin: 5px 0;
	font-size: 15px;
}

.ad-select-remark-container b {
	color: #F56C6C;
	font-weight: normal;
}

.select-all-option {
	font-size: 14px;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #606266;
	height: 34px;
	line-height: 34px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

/* element ui dialog 样式修改 */
.el-dialog__wrapper .el-dialog__body{
	padding: 10px 20px;
}

.custom-el-dialog {
	margin-top: 8vh !important;
}

.el-dialog__body .el-table--mini,
.el-dialog__body .el-table--small,
.el-dialog__body .el-table__expand-icon {
	font-size: 14px;
}

/* 重置表格高度*/
.el-table td {
	padding: 10px 0;
}

.el-table__row .cell .el-button {
	padding: 0;
}
.el-icon-tip {
	cursor: pointer;
	font-size: 13px;
}
.mouse-style {
	cursor: pointer;
}

/*堂食菜谱编辑菜品弹框样式*/
#editMenuVueId .el-dialog__wrapper,
#dishesManagementVueId .el-dialog__wrapper
{
	height: 100vh !important;
}

.custom-dine-in-el-dialog {
	margin-top: 8vh !important;
}

.custom-dine-in-el-dialog .el-dialog__body .custom-dine-in-el-dialog-content {
	height: 65vh;
	overflow-y: auto;
}

.right-add-del-btn-box {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	width: 180px;
}

.local-img-select {
	box-shadow: rgb(55, 119, 144) 0px 0px 2px 3px;
}

#editMenuVueId .practice-container,
#dishesManagementVueId .practice-container{
	justify-content: center;
}

.practice-container .asc-exchange-box {
	margin-left: 10px;
}

.practice-container .asc-col-box {
	height: 55vh;
}

#editMenuVueId .icon-checked,
#dishesManagementVueId .icon-checked {
	color: #409eff;
}

#editMenuVueId .el-icon-check,
#dishesManagementVueId .el-icon-check {
	font-size: 18px !important;
	font-weight: bold !important;
}

/*文字溢出单行显示*/
.text-content-overflow {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.text-btn {
	color: #337ab7;
	cursor: pointer;
	padding: 0 10px;
}
.text-btn:hover {
	color: #333;
}

/*start 删除营业区 需要的样式*/
.delete-vue-warning-container .el-icon-warning {
	color: #0079ff;
}

.delete-vue-warning-container .el-message-box__message p {
	font-size: 16px;
	font-weight: bold;
}

.delete-vue-warning-container .el-message-box__content  {
	margin-top: 0;
	margin-bottom: 20px;
}

.delete-vue-warning-container .el-icon-warning:before {
	font-size: 55px;
}
/*end 删除营业区 需要的样式 */

/*共用按钮颜色*/
.antblue-btn {
	background-color: #0079ff;
	color: #fff;
}
.gray-btn {
	background-color: #bfbfbf;
}

.note-red {
	color: #F8131E;
}
/*去掉列表页输入框和下拉框的边框阴影*/
.body-form-contents .form-control {
	box-shadow: none;
}
/*沉睡天数输入框样式*/
.sleepdays-input-box {
	border: 1px solid #c0c4cc;
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	box-sizing: border-box;
}
.sleepdays-input-box input {
	border: none;
	outline: none;
	height: 30px;
	box-sizing: border-box;
	width: 87px;
}
.sleepdays-input-box input::-webkit-input-placeholder {
	color: #c0c4cc;
}
/*element Tooltip  提示框宽度限制*/
.el-tooltip__popper.is-light {
	max-width: 600px;
}
/*列表页搜索条件折叠样式*/
.body-form-container > .fold-close {
	height: 44px;
}

#panelDefault .body-form-container > .body-form-contents > .form-group,
#storeCategoryListPageId .body-form-container > .body-form-contents > .form-group {
	padding-bottom: 20px !important;
}
#panelDefault.fold-box .body-form-container > .body-form-contents > .form-group,
#storeCategoryListPageId.fold-box .body-form-container > .body-form-contents > .form-group {
	padding-bottom: 10px !important;
}
.fold-box .body-form-container > .fold-open {
	height: auto;
	overflow: inherit;
}
.body-form-container #openBtn {
	height: 34px;
	line-height: 34px;
	width: 20px;
	margin-right: 20px;
	cursor: pointer;
}
.body-form-container #openBtn img {
	width: 13px;
}
.dataTables_wrapper {
	position: relative;
	background-color: #fff;
}
.table-list-box {
	position: relative;
	background-color: #fff;
	z-index: 1;
}
.openbtn-rotatez {
	transform: rotateX(180deg);
}
/*警告提示框样式*/
.common-warning-modal {
	top: 20%;
	transform: translateY(-20%);
}
.common-warning-modal .modal-header {
	border-bottom: none;
}
.common-warning-modal .modal-header p {
	font-size: 16px;
}
.common-warning-modal .modal-dialog {
	width: 40%;
}
.common-warning-modal .modal-footer {
	border: none;
	padding: 25px;
	border: none;
	text-align: center;
}
.warning-icon-style {
	width: 54px;
	height: 46px;
	margin-bottom: 10px;
}
.common-warning-modal .red-warning {
	color: #f01f1f;
	width: 80%;
	margin: 0 auto 25px;
	text-align: center;
}
.common-warning-modal .warning-content {
	margin: 20px 0 40px;
}

/*菜谱设置-菜谱类型的样式*/
#menuTypeBox .menutype input {
	margin-right: 5px;
	vertical-align: -1px;
}
#menuTypeBox .menutype{
	margin-right: 10px;
}
/*菜谱编辑，复用套餐失败提示框样式*/
.result-tip-list {
	padding: 10px 50px;
	max-height: 200px;
	overflow-y: auto;
	font-size: 16px;
}

.result-tip-list .warn-names {
	color: #f01f1f;
	padding: 0 8px;
}



/* element dialog 菜品表现力设置模块 弹框样式*/
.common-dialog-style1 .el-dialog__header .el-dialog__title {
	color: #999;
	font-size: 16px;
}
.common-dialog-style1 .el-dialog__header, .common-dialog-style2 .el-dialog__header{
	/*border-bottom: none;*/
	padding: 15px 5px 10px;
}
.common-dialog-style1 .el-dialog__footer {
	/*border-top: none;*/
	padding: 15px 20px 20px;
}
.common-dialog-style1 .el-form {
	padding: 10px;
}
.common-dialog-style1 .el-dialog__body {
	min-height: 200px;
	padding: 20px;
	max-height: 340px;
}
.common-dialog-style1 .el-dialog__headerbtn {
	top: 15px;
}
.common-dialog-style1 .bind-items-box {
	height: 240px;
	margin: 15px auto;
	overflow: auto;
}
.common-dialog-style2 .el-dialog__header .el-dialog__title {
	color: #333;
	font-size: 16px;
}
.common-dialog-style2 .el-radio-group .el-radio {
	margin-bottom: 10px;
	min-width: 80px;
	margin-right: 18px;
}
.common-dialog-style2 .tagtype {
	min-width: 80px;
	width: 80px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
	line-height: 1;
}
.common-dialog-style2  .tags-group {
	min-height: 300px;
	height: calc(100vh - 500px);
	overflow-y: auto;
	padding: 20px;
}
.common-dialog-style2  .set-priority-box {
	display: flex;
	padding: 40px 30px;
}
.common-dialog-style2 .set-priority-notebox {
	width: 50%;
	color: #999;
	line-height: 24px;
	padding-right: 20px;
}
.common-dialog-style2  .set-priority-teble {
	width: 50%;
	margin-top: 20px;
}

/*列表页vxe-table 样式调整*/
/*.vxe-table-container .vxe-table--render-default.border--full .vxe-header--column:last-child,*/
.vxe-table--render-default.border--full .vxe-table-header-cell-style:last-child,
.vxe-table--body-wrapper.body--wrapper .vxe-body--row .cell-backgroundimg-class:last-child {
	background-position: 101% 0, 100% 100%;
}

.vxe-table-container .vxe-table--header-wrapper .vxe-header--row .vxe-header--column{
	background-color: #fff !important;
}
.vxe-table-container .vxe-table--header-wrapper .vxe-header--row .vxe-header--column,
.vxe-table-container .vxe-table--header-wrapper .vxe-header--row .vxe-header--gutter.col--gutter {
	height: 38px !important;
	background-color: #fff !important;
}
.vxe-table--header-wrapper .vxe-header--row .vxe-table-header-cell-style {
	padding: 0;
	height: 42px;
	line-height: 42px;
	background-color: #F8FAFB !important;
}

/*绑定菜品标签失败弹框样式*/
.modal.common-result-warning-modal {
	top: 20%;
	transform: translateY(-20%);
	z-index: 999999999;
	display: none;
}
.modal.common-result-warning-modal .modal-dialog {
	width: 40%;
}
.modal.common-result-warning-modal .result-tip-list {
	padding: 10px 50px;
	font-size: 16px;
	overflow-y: hidden;
}
.modal.common-result-warning-modal .modal-dialog .result-tip-list .result-str {
	color: #f01f1f;
	max-height: 120px;
	overflow-y: auto;
}
.modal.common-result-warning-modal .modal-body {
	height: 350px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.modal.common-result-warning-modal .modal-footer {
	text-align: center;
}


/*弹框样式统一调整*/
.common-new-el-dialog {
	padding: 0 !important;
	height: 500px;
	border-radius: 10px !important;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0 !important;
}
.common-new-el-dialog .el-dialog__body {
	height: 340px;
	overflow-y: auto;
	padding: 10px 55px;
	color: #444;
}
.common-new-el-dialog .el-dialog__header {
	border-bottom: none;
	padding: 20px;
}
.common-new-el-dialog .el-dialog__header .el-dialog__title {
	color: #444;
}
.common-new-el-dialog .el-dialog__header .el-icon.el-icon-close {
	font-size: 25px !important;
	color: #bbb !important;
}
.common-new-el-dialog .el-dialog__footer{
	border-top: none;
	padding: 25px 30px 30px;
}
.common-new-el-dialog .el-checkbox {
	color: #444;
}
/*没有footer按钮的，el-dialog__body的高度*/
.common-new-el-dialog.no-footer .el-dialog__body{
	height: 410px;
}

/*列表页表头底边的样式*/
div.dataTables_scrollBody table.dataTable {
	border-top: 1px solid #ddd !important;
}

.width160 {
	width: 160px !important;
}
.body-form-contents select.form-control,
.body-form-contents input.form-control,
.body-form-contents .form-group .el-input,
.body-form-contents .form-group .ms-parent.menuSelect
{
	width: 160px !important;
}
.body-form-contents-max select.form-control,
.body-form-contents-max input.form-control,
.body-form-contents-max .form-group .el-input,
.body-form-contents-max .form-group .el-select,
.body-form-contents-max .form-group .ms-parent.menuSelect
{
	width: 200px !important;
}
.body-form-contents-small select.form-control,
.body-form-contents-small input.form-control,
.body-form-contents-small .el-form-item .el-select,
.body-form-contents-small .el-form-item .el-input,
.body-form-contents-small .form-group .el-select,
.body-form-contents-small .form-group .el-input,
.body-form-contents-small .form-group input.form-control,
.body-form-contents-small .form-group .ms-parent.menuSelect {
	width: 150px !important;
}
.body-form-contents-mini select.form-control,
.body-form-contents-mini input.form-control,
.body-form-contents-mini .el-form-item .el-select,
.body-form-contents-mini .el-form-item .el-input,
.body-form-contents-mini .form-group .el-select,
.body-form-contents-mini .form-group .el-input,
.body-form-contents-mini .form-group input.form-control,
.body-form-contents-mini .form-group .ms-parent.menuSelect {
	width: 140px !important;
}
.body-form-contents .el-select .el-input .el-select__caret {
	line-height: 34px;
}

.body-form-contents .form-group .pinzhi-select-custom .el-input {
	width: 200px !important;
	min-width: 200px !important;
}

/*复制源门店表单样式*/
.copy-form-box {
	padding: 0px 50px;
}
.copy-form-box .form-item-flex {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 15px;
}
.copy-form-box .form-item-flex div {
	flex: 1;
}
.copy-form-box .margin-20 {
	margin: 20px 0 15px;
}

.flex-column-box {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	font-size: 10px;
}

.flex-row-box {
	display: flex;
	width: 100%;
	margin: 10px 0;
}

.text-nowrap-st {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-wrap-st {
	word-wrap: break-word;
	text-wrap: wrap;
}
.body-form-container .body-form-contents .el-input .el-input__inner {
	height: 34px!important;
}
/*页码样式*/
.pagination-box {
	margin-top: 10px;
	text-align: right;
	padding-left: 15px;
	overflow: hidden;
}
.left {
	float: left;
}

.form-group-container {
	display: flex;
	flex-wrap: wrap;
}

ul.tip-ul > li {
	color: #BEBEBE;
	font-size: 14px;
}


.heading-right-btnbox {
	display: flex;
	align-items: center;
}

.btn-split-line {
	display: inline-block;
	width: 1px;
	height: 12px;
	margin: 0 10px;
	background-color: #BBBBBB;
}

.table-td-single-line {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.small-btn {
	padding: 6px 14px;
	font-size: 14px;
}

/*公共弹框样式 start*/
.el-dialog__wrapper .common-new-el-dialog .el-dialog__body {
	overflow-y: hidden;
}

.common-new-el-dialog .dialog-contaier {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.common-new-el-dialog .dialog-contaier .warngin-icon-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.common-new-el-dialog .dialog-contaier .title-box {
	color: #FE3114;
	padding: 20px 40px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.common-new-el-dialog .dialog-contaier .content-box {
	padding: 0 15px;
	font-size: 15px;
	display:flex;
	flex-direction: column;
	flex: 1;
	overflow-y: auto;
}

.common-new-el-dialog .dialog-contaier .item-box {
	margin-top: 10px;
	font-size: 15px;
	display:flex;
	flex-direction: column;
}

.common-new-el-dialog .dialog-contaier .content-box .bold-text {
	font-weight: bold;
}
/*公共弹框样式 end*/
/*优惠券设置页 el-cascader 样式调整*/
.dishes-cascader .el-cascader__tags .el-tag {
	max-width: 75%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.el-cascader__dropdown .el-cascader-node__label {
	max-width: 230px;
}
.el-cascader__dropdown .el-cascader__suggestion-list {
	max-width: 800px;
}
@media screen and (max-width: 1366px) {
	.dishes-cascader .el-cascader__tags .el-tag {
		max-width: 60%;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	.el-cascader__dropdown .el-cascader-node__label {
		max-width: 160px;
	}
	.el-cascader__dropdown .el-cascader__suggestion-list {
		max-width: 700px;
	}
}

.datetable-footer-container {
	display: flex;
	width: 100%;
	padding: 0 15px;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}

.datetable-footer-leftbox  {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.datetable-footer-leftbox .dataTables_length label {
	margin-bottom: 0;
}

.datetable-footer-leftbox .dataTables_info {
	padding-top: 0 !important;
	padding-left: 0 !important;
	width: auto !important;
}

.datetable-footer-rightbox {
	display: flex;
	justify-content: flex-end;
}

.datetable-footer-rightbox .dataTables_paginate {
	width: auto !important;
}

.datetable-footer-container .dataTables_length select {
	margin: 0 6px;
}

/*自定义结账单样式部分*/
.right-box {
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}

.bill-format {
	border: 1px solid #DCDFE6;
	padding: 10px 20px;
}
.bill-format .title {
	text-align: center;
	font-weight: bold;
}
.bill-type {
	margin-bottom: 15px;
}
.bottom-border {
	border-bottom: 1px dashed #999;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearx:after{
	content: '';
	display: block;
	clear: both;
}

.flex-between-style {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.right-top-box {
	height: 65px;
	line-height: 65px;
	padding: 0 20px;
	border-bottom: 1px solid #DADADE;
}
.reset-btn {
	margin: 10px 0;
}

.heading-right-btnbox {
	display: flex;
	align-items: center;
}

.btn-split-line {
	display: inline-block;
	width: 1px;
	height: 12px;
	margin: 0 10px;
	background-color: #BBBBBB;
}

.el-time-panel__btn.confirm {
	background-color: transparent;
}
/*添加行按钮样式*/
.addrow-btn {
	cursor: pointer;
	margin-top: 10px;
	padding: 0 10px;
	background-color: #ecf5ff;
	color: #4096ff;
	border-radius: 4px;
	height: 40px;
	line-height: 40px;
}