﻿
/*******  fullcalendar start ********/

.layui-layer-setwin .layui-layer-close1 {
    background-position: 5px -40px !important;
}
.layui-layer-setwin a {
    height: 20px !important;
    width: 20px !important;
}

.fc button,.fc table,body .fc{
	font-size:16px;
}
.fc-header-toolbar {
    background-color: #EDEDED;
    line-height:26px;
    border-bottom:1px solid #ccc;
}
.fc .fc-center {
    margin-top:8px;
}
.fc .fc-center h2 {
    font-size:18px;
    color:#333;
}
.fc td {
    border-width: 0px;
	font-size:18px;
}
.fc th {
    height:28px;
    line-height:28px;
}
/* 日历星期 */
.fc th span {
    font-size:14px; 
}
.fc .fc-head th {
    border-width: 1px !important;
    border-color: #DDD;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{
	float:none !important;
}
.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
    text-align: center;
}
.fc-basic-view .fc-day-number {
    /*padding: 10px !important;*/
    width:36px;
    height:36px;
    display: inline-block;
}
.fc-basic-view .fc-body .fc-row {
    min-height:initial;
}
.fc-unthemed th {
    border:none;
    border-bottom:#DDD;
}
.fc-unthemed td {

}
.fc-unthemed td.fc-today {
    background: none repeat scroll 0% 0% #fff;
}
.fc-unthemed td.fc-today span{
    background: none repeat scroll 0% 0% #FCF8E3;
    color: #fff;
    border-radius: 100%;
    background-color: #64D1E5;
}
.fc-unthemed td.fc-today.active span {
    color: #FF3B30 !important;
}
.fc-unthemed td span{
    border-radius: 100%;
    border-width:1px;
}
.fc-unthemed td.active span {
    /*background-color: #80BB01;*/
    border-radius: 100%;
    /*color: #fff;*/
    border:1px solid #FF3B30;
}
.fc-unthemed td.active.fc-past span {
    border:1px solid #dddddd;
}
.fc-content-skeleton td.active.fc-past .apn .y{
    opacity:0.3;
}
.fc-unthemed td.xiu {
    /*background-color: #fdb9b9 !important;*/
    background:transparent url(../images/xiu.png) no-repeat 100% !important;
}
.fc-unthemed td.ban {
    background:transparent url(../images/ban.png) no-repeat 100% !important;
}

.fc .fc-row .fc-content-skeleton td {
    line-height: 42px;
}
.fc .fc-row .fc-content-skeleton td.fc-past {
    color:#C1C1C1;
}

.fc-button-group .fc-today-button {
    color:#000;
}
.fc-button-group .fc-prev-button {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.fc-button-group .fc-next-button  {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.fc-content-skeleton .apn {
    line-height: 10px;
    margin-top:-10px;
}
.fc-c1, .fc-c2, .fc-c3 {
    width: 10px; height: 10px; 
    display:inline-block;
    margin:0px 1px;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}
.fc-unthemed td.active .fc-c1.y {
    background-color: #FF3B30;
}
.fc-unthemed td.active .fc-c2.y {
    background-color: #FBC004;
}
.fc-unthemed td.active .fc-c3.y {
    background-color: #0EB2E4;
}

/*******  fullcalendar end ********/

/*******  dish start ********/

dl.dt,dd{
    margin: 0px;
    padding: 0px;
    list-style: none outside none;
}
.fc-dish {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;   
    /*border-bottom:2px solid #ccc; 
    background-color:#F1F1F1;
	font-size:14px;*/
    padding:10px 0px;
}
.dish-tag{
	color: #901E06;
	background-color: #FFF9E9;
	padding: 8px;
	clear: both;
	overflow: hidden;
	font-size: 14px;
	border: 1px solid #EAD0BF;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	font-weight: bold;
	font-family: "微软雅黑";
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	line-height: 24px;
}

.fc-dish dl {
	clear:both;
	display: block;
	overflow: auto;
	line-height: 20px;
	margin-bottom:10px;
	background-color:#FFF;
	height: auto;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 2px;
	border: 1px solid #E7E7E7;
    border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.fc-dish dl dt {
    float:left;
    margin-left: 20px;
}
.fc-dish dl dt span {
	padding:6px 14px;
	color:#333;
	font-size:16px;
	font-weight:bold;
	line-height: 20px;
	display:inline-block;
}

.fc-dish dl dd {
    right:0px;
}

.fc-dish .fc-fl {
    float:left;
}
.fc-dish .fc-set {
    margin-left:10%;
}
.fc-dish .fc-set input[type="text"]{
    width:35px;
    text-align:center;
    border: 1px solid transparent;
    border-bottom: 1px solid #999;
    font-size: 16px; 
    background-image: none;
    background-color: #FFF;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
}
.fc-fl input[disabled],.fc-f2 input[disabled],.fc-f3 input[disabled] {
    color:#cccccc !important;
}
/*.fc-dish .btn-yu {
    margin-right:30px;
    float:right;
}
.fc-dish .btn-yu .btn {
    padding:6px 16px;
    font-size: 14px; 
    line-height: 1.5em; 
}
.fc-dish .btn-y {
    background: none repeat scroll 0% 0% #00A0E9;
    color:#fff;
}
.fc-dish .btn-g {
    background: none repeat scroll 0% 0% #90D381;
    color:#fff;
}
.fc-dish .btn-j {
    background: none repeat scroll 0% 0% #cccccc;
    color:#fff;
}
.fc-dish .btn-n {
    background: none repeat scroll 0% 0% #E5E5E5;
}*/

.fc-dish .btn-add, .fc-dish .btn-minus {
	/*padding:8px 10px;
    cursor:pointer;
    background-color:#ccc;
    border:none;*/
    font-size: 16px;
	color: #000;
	font-weight:bold;
	border-radius: 6%;
	line-height: 20px;
	/*width:.55rem; height:.55rem;*/
    width: auto;
	height: 32px;
	color: #333;
	background-color:#F3F3F3;
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E7E7E7;
	border-right-color: #E7E7E7;
	border-bottom-color: #E7E7E7;
	border-left-color: #E7E7E7;
}
.fc-dish .btn-add
{

}
.fc-dish .btn-add:active, .fc-dish .btn-minus:active {
    border-color: #10805a; color: #10805a;
}

.fc-dish-btn .btn-save {
    background: none repeat scroll 0% 0% #00A0E9;
    color: #FFF;
}
.fc-dish-btn {
    border-bottom: 2px solid #ccc;
    padding: 10px 20px;
    text-align: center;
    display: none;
}
.fc-dish-opt {
	padding: 10px 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F2F2F2;
}
/*
.fc-dish-opt input[type="button"]{
    border: 1px solid #ccc;
}*/
.dishbtn
{
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: #FFF;
	border: 1px solid #E7E7E7;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.btn-dish-green {
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	/*margin: 5px;*/
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: #62D692;
	border: 0px solid #EBEBEB;
	color: #FFF;
}
.btn-dish-violet {
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: #6666CC;
	border: 0px solid #EBEBEB;
	color: #FFF;
}
/*******  dish  end ********/


/*******  cancel-dish  start ********/
.fc-toolbar.fc-header-toolbar
{
	margin: 0px;
	padding: 0px;
}
th.fc-widget-header
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	color: #98949D;
	line-height: 48px;
	height: 48px;
}
.can-dish {
	margin-top:50px;
	font-size:16px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.can-dish ul .cantop{
	line-height:40px;
	background-color: #F7F7F7;
	clear: both;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-top: 0px;
	padding: 5px;
	color: #848484;
}
.can-dish ul li{
	line-height:40px;
	background-color: #F7F7F7;
	clear: both;
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.can-dish ul li span {
    display:inline-block;
    
}
.can-dish ul .cant1
{
	width: 27%;
}
.can-dish ul .cant2
{
	width: 23%;
	color: #999;
	text-align: center;

}
.can-dish ul .cant3
{
	width: 12%;
}
.can-dish ul .cant4
{
	width: 18%;
	text-align: center;
}
.can-dish ul .cant5
{
	width: 13%;
}
/*.can-dish .cant5 .btn {
	border: 0px solid #E4E4E4;
	background-color: #FF6633;
	color: #FFF;
}*/
.can-dish .btn-y {
    border: 0px solid #E4E4E4;
	background-color: #FF6633;
    color: #FFF
}
.can-dish .btn-n {
    background: none repeat scroll 0% 0% #E5E5E5;
    color:#999;
}
.fc-dish-tig {
    padding:10px;
    font-size: 14px;
    color: #999;
}
.fc-dish-tig a {
    color: #63F;
}
/*******  cancel-dish  end ********/

/******* 充值弹窗 start *******/
.fc-pay {
    text-align:center;
}
.fc-pay .txt-money {
    padding:5px;
    height: 38px;
    line-height: 1.3;
    border-width: 1px;
    border-style: solid;
    background-color: #FFF;
    border-radius: 2px;    
    border-color: #E6E6E6;
    text-align:right;
    width:50%;
    min-width:145px;
}
/******* 充值弹窗 end *******/
