/************************************实时销售情况总览*******************************************/
#all_div
{
   margin-top: 20px;
   margin-bottom: 25px;	
}

.circle_div
{
 	width:100px;
	height:100px;
	background-color:#46BFBD;
	border-radius:50%;
    text-align: center;
    display:inline-block;
    margin-left: 20px;
    box-shadow:0px 15px 10px -15px #000;	
}

.circle_div p
{
	margin-top: 17px;
	text-align: center;
    height: 75px;
    line-height: 30px;
	font-weight:bold;
    color: #F4F4F4;	
}

/**************************************促销、会员、毛利占比********************************/

#zbfx_div,#zbfx_div2
{
	width:  100%;
	height: 250px;
}

/**************************************时段客流分析*****************************************/

#kdll_div
{
	with: 100%;
	height: 250px;
}

/*************************************分店销售分析********************************************/

#fdfx_div
{
	with: 100%;
	height: 450px;	
}

/*************************************部门图表分析********************************************/
#depart_bardiv
{
	with: 100%;
	height: 400px;	
}

#depart_div th,#depart_div td
{
	min-width:20px;
}

#sfd_div
{
	min-height: 200px;
	max-height: 500px;
}

th.fancy
{
  min-width: 100px;
  background-color:#4682B4;
  color:#FFFFFF;
}

th.fancy,td.fancy
{
  min-width: 100px;
  font-size:0.5em;
  border-bottom:1px solid #B8B8B8;
  padding:0px;
  margin:0px;
  white-space: nowrap;
}

th.fancy
{
  font-size:0.9em;
  text-align:left;
  padding:2px;
  border-right:2px solid #ffffff;
}

.tab-pane
{
   padding-top: 20px;	
}

.tab-content
{
   min-height: 200px;
}

#datebtn1,#datebtn2,#datebtn3,#datebtn4
{
	border: 2px solid rgba(0, 0, 0, .2);
    border-left: 1px solid rgba(0, 0, 0, .2);
	border-right: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4px;
}