﻿/*配额管理页面中，点击某个日历，弹出框的样式*/
.layui-layer #ration_prompt{
	margin: 40px 30px 0 30px;
}
.layui-layer #ration_prompt .form-item label{
	width: 50px;
    display: inline-block;
}
.layui-layer #ration_prompt .ration-input input[type="text"]{
	width: 300px;
}
.layui-layer #ration_prompt .form-item button{
	width: 140px;
}
.layui-layer #ration_prompt .btn-group{
	margin-top: 30px;
}
.layui-layer #ration_prompt .btn-group .first-in-line{
	margin-left:50px;/*此处跟上面的label宽度一致，以保证按钮跟input框左对齐*/
}
.layui-layer #ration_prompt .btn-group .not-first-in-line{
	margin-left:20px;
}
.layui-layer #ration_prompt .btn-group>span{
	text-align: center;
}

/*配额管理页面中，显示配额值的那一块*/
.fc-row .fc-content-skeleton,.fc-row .fc-content-skeleton table,.fc-row .fc-content-skeleton table tbody tr td{
	height:100%;
}
.fc-row .fc-content-skeleton table thead{
	height:15%;
}
.fc-row .fc-content-skeleton table tbody{
	height:85%;
}

.fc-row .fc-content-skeleton table tbody .fc-event-container{
	text-align: center;
}
.fc-row .fc-content-skeleton table tbody .fc-event-container .fc-event{
	height: 35px;
	width: 100px;
    margin-top: 15%;
    margin: auto;
	background-color: #a3daf5;
    border-color: #a3daf5;
}

.fc-row .fc-content-skeleton table tbody .fc-event-container .fc-event .fc-content span{
	font-size: x-large;
}
/*配额管理页面中，日历的图例那一块*/
.legend-span{
	display: inline-block;
	vertical-align: middle;
}
.legend-span>span:not(:first-child){
	margin-left:10px;
}
.legend-span span{
	display: inline-block;
}
.legend-pic{
	width: 30px;
	height: 20px;	
}
.yellow{
	background-color: yellow;
}
.babyblue{
	background-color: #a3daf5;
}
/*日历上面的【上月，下月，今天】按钮*/
#calendar .fc-button-primary{
	background-color: #f9f9f9;
	/*background: -moz-linear-gradient(top, #f9f9f9, #efefef);
	background: -webkit-linear-gradient(top, #f9f9f9, #efefef);
	background: -o-linear-gradient(top, #f9f9f9, #efefef);
	background: linear-gradient(top, #f9f9f9, #efefef);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#efefef', GradientType=0);*/
}
/*厨房配置页面*/
.content-left{
	width: 70%;
    float: left;
}
.content-right{
	width: 28%;
    float: left;
    margin-left: 2%;
}
.clear{
	clear:both;
}
.save-cancel-group{
	margin-top: 15px;
    float: right;
}
.save-cancel-group button .not-first-in-line{
	margin-left: 10px;
}
#devList tr{
	height: 100px;
}