@charset "utf-8";
/* CSS Document */




/*----------數據分析-------------*/
/*-----搜尋項目-----*/
.charstSearch {
    border-bottom: 1px solid #2f2f2f;
    margin-bottom: 20px;
}

.charstSearch .row {
    margin: 0;
}

.charstSearch > .row > div {
    padding: 0;
}

.charstFormTitle {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2rem;
    padding-top: 10px;
}

ul.charstFormRadioGp {
    padding-top: 10px;
}

ul.charstFormRadioGp li {
    display: inline-block;
    width: 25%;
    padding: 0;
    margin-right: -4px;
}

ul.charstFormRadioGp label {
    line-height: 2rem;
}

.charstFormDate {
    padding-right: 15px !important;
}

.charstFormDate .form-group > div {
    background: #f2f2f2;
    padding: 5px 10px;
    width: 100%;
}

.charstFormDate label {
    line-height: 2rem;
    font-size: 0.9rem;
}

.charstFormDate .form-group {
    font-size: 0;
}

.charstFormDate .form-group > div label, .charstFormDate .form-group > div input, .charstFormDate .form-group > div span {
    display: inline-block;
    vertical-align: middle;
}

.charstFormDate .form-group > div label {
    width: 60px;
}

.charstFormDate .form-group > div input {
    width: calc((100% - 238px) / 2);
    height: 2rem;
    margin-right: 10px;
}

.charstFormDate .form-group > div span {
    font-size: 0.5rem;
}


@media (min-width: 768px){
/* .col-sm-1 {
	width: 10.416666%;
} */
}

@media (max-width: 560px){
.charstFormDate .form-group > div label, .charstFormDate .form-group > div input, .charstFormDate .form-group > div span {
    display: block;
    width: 100%;
}
}






/*-----圖表結構區塊-----*/
#EChartsBk {
    width: 100%;
    max-width: 1500px;
}

.ECharstAllHead {
    margin-bottom: 20px;
}

.ECharstAllHead ul {
    display: block;
    position: relative;
    font-size: 0;
}

.ECharstAllHead li {
    display: inline-block;
    padding: 15px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 3px 0 #e6e6e6;
    width: 32%;
    margin-right: 2%;
}

.ECharstAllHead li:last-child {
	margin-right: 0;
}

.CharstType {
    padding-left: 50px;
    font-size: 1rem;
    color: #8C8C8C;
    line-height: 38px;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
    margin-bottom: 10px;
}


#ECharstA .CharstType {
	background: url("../../images/Echarst/icon03.png");
}
#ECharstB .CharstType {
	background: url("../../images/Echarst/icon02.png");
}
#ECharstC .CharstType {
	background: url("../../images/Echarst/icon01.png");
}

.CharstTypeNum {
    font-size: 2.5rem;
    font-weight: bold;
    padding-top: 10px;
    color: #6b6b6b;
    background-position: right bottom!important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}

#ECharstA .CharstTypeNum {
	background: url("../../images/Echarst/bar03.png");
}
#ECharstB .CharstTypeNum {
	background: url("../../images/Echarst/bar02.png");
}
#ECharstC .CharstTypeNum {
	background: url("../../images/Echarst/bar01.png");
}


.EcharstBox {
    display: block;
    padding: 15px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 3px 0 #e6e6e6;
    width: 100%;
    margin-bottom: 20px;
	overflow: auto;
	font-size: 0;
}


#EcharstGO {
    width: 100%;
    height: 400px;
    min-width: 800px;
}

/*--銷售額頁--*/
.SellPg {
    padding: 0 !important;
    background: none !important;
}

#EcharstGO_A, #EcharstGO_B {
    width: 600px;
    height: 400px;
    display: inline-block;
    vertical-align: middle;
}

.EcharstTable {
	display: inline-block;
	vertical-align: top;
}


.PSEcharstTable, .WkEcharstTable, .TimeEcharstTable {
    display: inline-block;
    width: calc(100% - 600px);
    font-size: 0.9rem;
    vertical-align: middle;
}

.PSEcharstTable ul, .WkEcharstTable ul {
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    border: 1px solid #768093;
}

.WkEcharstTable ul {
	max-width: 250px;
}

.PSEcharstTable li, .WkEcharstTable li {
    display: table-row;
}

.PSEcharstTable li > div, .WkEcharstTable li > div {
    display: table-cell;
    padding: 5px 10px;
    border-bottom: 1px solid #d7d9dc;
}

.PSEcharstTable li:last-child > div, .WkEcharstTable li:last-child > div {
    border-bottom: none;
}

li.PSEcharstTableHead div, .WkEcharstTableHead div {
    border-bottom: 1px solid #768093;
    color: #768093 !important;
}

.PSEcharstTable li > div:first-child {
    color: #2f2f2f;
}

.PSEcharstTable li > div:nth-child(2), .WkEcharstTable li > div {
    color: #2f2f2f;
    text-align: center;
}

.PSEcharstTable li > div:nth-child(3) {
    text-align: center;
}

/*-----訂餐及取餐時間-----*/
.TimeCharstBox {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border: 1px solid #768093;
}

.TimeEcharstTableHead {
    display: block;
    font-size: 0;
    border-bottom: 1px solid #768093;
}

.TimeEcharstTableHead > div {
    display: inline-block;
    width: calc(100% / 6);
    font-size: 0.9rem;
    padding: 5px 0px;
    text-align: center;
    line-height: 2.2rem;
}

.TimeEcharstData {
    display: block;
}

.TimeEcharstData ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: calc(16rem + 7px);
}

.TimeEcharstData li {
    font-size: 0;
    width: calc(100% / 3);
    border-bottom: 1px solid #d7d9dc;
}

.TimeEcharstData li div {
    font-size: 0.9rem;
    display: inline-block;
    width: 50%;
    text-align: center;
    padding: 0 10px;
    color: #2f2f2f;
    line-height: 2rem;
}

.TimeEcharstData li:nth-child(8n) {
    border-bottom: none;
}

.TimeEcharstTableHead div:nth-child(even), .TimeEcharstData li div:last-child {
    background: #f7f7f7;
}


/*-----------------RWD----------------*/
@media (max-width: 1230px){
#EcharstGO_A, #EcharstGO_B {
    display: block;
    margin-bottom: 50px;
}

.PSEcharstTable, .WkEcharstTable, .TimeEcharstTable {
    display: block;
    width: 600px;
}
}

@media (max-width: 980px){
.ECharstAllHead li {
    display: block;
    width: 100%;
    margin: 0 0 20px;
}
}