@charset "UTF-8";
/* ---------------------------------------------------------------- */
/* li box__multidata 互動陰影用 */
.box__multidata .box__data__charts > ul,
.box__multidata .box__data__num > li {
    -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, .4);
    transition: all .5s ease-out 0s;
}


/* 統一最後一起加 可以統一做放這，不行的話，加到各自頁面中 */
.box__multidata .box__data__charts > ul:hover,
.box__multidata .box__data__num > li:hover {
    -webkit-box-shadow: 0 0px 20px 0px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, .4);
}
/*--------------------------------*/
/* li box__multidata */
.box_info_content .box__dashbord__ul .box__multidata  {
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	width: 93%;
}

/* li box__multidata > box__data__num 左邊資料 */
.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) {
	flex: 0 0 auto;
	width: 33%;
	display: flex;
	flex-direction: column;
}

.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) > li {
	background-color: #363C48;
	border-radius: 20px;

	display: flex;
    flex-direction: column;
    align-items: center;
}

/* ------------------------------------------------------------------------------------------------ */
.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) > li > ul {
	padding: 30px 0px;
	width: 90%;
}

.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) > li > ul:nth-child(1) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	box-sizing: border-box;
}

/* 路邊車格總數 */
.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) > li:nth-child(1) {
	/*margin-bottom: 6.5%;*/
	/*height: 40%;*/
}

/* 總量數字 */
.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) > li:nth-child(1) > ul > li:nth-child(2) {
	text-align: right;
	margin-top: 16px;
}

.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(2) {
	color: #41C3FF;
}


/* APP總下載數量 chart doughnut */
.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) > li:nth-child(2) {
	/*height: 60%;*/
}

/* 國雲停車APP總下載數量 / Q車雲APP總下載數量 */
.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) > li:nth-child(2) > ul > ul:nth-child(1) {
	margin-bottom: 20px;
}

.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) > li:nth-child(2) > ul > ul:nth-child(2) {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) > li:nth-child(2) > ul > ul:nth-child(2) > li:nth-child(1) {
	flex: 0 0 auto;
	width: 45%;
}

.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) > li:nth-child(2) > ul > ul:nth-child(2) > li:nth-child(2) {
	flex: 0 0 auto;
	/*width: 50%;*/
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}

#price-rate-data,
#type-rate-data {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	/*align-items: flex-start;*/
	flex-wrap: wrap;
}

#price-rate-data > ul,
#type-rate-data > ul {
	flex: 0 0 auto;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	padding: 7px 0;
}

#price-rate-data > ul > li:last-child,
#type-rate-data > ul > li:last-child  {
	color: #16FEF3;
	font-size: 18px;
	font-weight: 400;
	padding: 6px 12px;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.1);
	margin-left: 2px;
}

#price-rate-data > ul > li > span,
#type-rate-data > ul > li > span {
	font-size: 12px;
}

/* js append 進來的css */
/*      
'<ul>'+
    '<li class="chart-text-s">'+ data[i]["name"] +'</li>'+
    '<li class="chart-text-s">'+ data[i]["value"] +'%</li>'+
'</ul>'
*/
.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) > li:nth-child(2) > ul > ul:nth-child(2) > li:nth-child(2) ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	padding: 5px 0;
	width: 100%;
}

.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) > li:nth-child(2) > ul > ul:nth-child(2) > li:nth-child(2) ul > li:first-child {
	flex:0 0 auto;
}

.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) > li:nth-child(2) > ul > ul:nth-child(2) > li:nth-child(2) ul > li:last-child {
	flex: 0 0 auto;
	color: #16FEF3;
	padding: 6px 5px;
}


.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) > li:nth-child(2) > ul > ul:nth-child(2) > li:nth-child(2) ul > li:first-child::after {
	content:" ";
	display:block;
	margin-top: 4px;
	width: 0%;
	height: 1px;
	background-color: #ffffff;
	transition: all .1s ease-out 0s;
}

.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) > li:nth-child(2) > ul > ul:nth-child(2) > li:nth-child(2) ul:hover > li:first-child::after,
.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) > li:nth-child(2) > ul > ul:nth-child(2) > li:nth-child(2) ul .tips__arrow::after {
	width: 100% !important;
}


/* ------------------------------------------------------------------------------------------------ */
/* li box__multidata > box__data__charts 右邊資料 */
.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) {
	flex: 0 0 auto;
	width: 65%;
	display: flex;
	flex-direction: column;
	/*background-color: #363C48;
	border-radius: 20px;*/
}

.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0 calc(10% / 2);

	background-color: #363C48;
	border-radius: 20px;
}

/* 路邊 (車格數%) */
.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul > ul:nth-child(1) {
	margin-top: 30px;
	margin-bottom: 35px;
}

.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul > ul:nth-child(2) {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding-bottom: 20px;
}

.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul > ul:nth-child(2) > li {
	/*border: 1px solid white;
	box-sizing: border-box;*/
}

.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul:nth-child(1) > ul:nth-child(2) > li:nth-child(1),
.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul:nth-child(1) > ul:nth-child(2) > li:nth-child(3) {
	flex: 0 0 auto;
	z-index: 5;
}

/* 25 x 2 + 40 = 90 */
.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul:nth-child(1) > ul:nth-child(2) > li:nth-child(2) {
	flex: 0 0 auto;
	width: 50%;
}
.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul:nth-child(1) > ul:nth-child(2) {
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	box-sizing: border-box;*/
}

/* bar */
.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul:nth-child(2) > ul:nth-child(2) > li {
	width: 100%;
	overflow: hidden;
}

.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul:nth-child(2) {
	margin-top: 20px;
}

/*#chart-bar-case canvas {
	transform: scale(1.1) translateX(10px);
}*/


/* js append 進來的css */
/*      
'<ul>'+
    '<li class="chart-text-s">'+ data[i]["name"] +'</li>'+
    '<li class="chart-text-s">'+ data[i]["value"] +'%</li>'+
'</ul>'
*/
.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul > ul:nth-child(2) > li:nth-child(1) > ul,
.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul > ul:nth-child(2) > li:nth-child(3) > ul {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	padding: 7px 0;
}

.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul > ul:nth-child(2) > li:nth-child(1) > ul > li:first-child,
.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul > ul:nth-child(2) > li:nth-child(3) > ul > li:first-child {
	/* text 台北市 */
	flex:0 0 auto;
	margin-top: 4px;
}


.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul > ul:nth-child(2) > li:nth-child(1) > ul > li:last-child,
.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul > ul:nth-child(2) > li:nth-child(3) > ul > li:last-child {
	/* text 60.00% */
	flex: 0 0 auto;
	color: #16FEF3;
	font-size: 22px;
	font-weight: 400;
	padding: 6px 12px;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.1);
	margin-left: 2px;
}

.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) > li:nth-child(2) > ul > ul:nth-child(2) > li:nth-child(2) ul > li:last-child span,
.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul > ul:nth-child(2) > li:nth-child(1) > ul > li:last-child span,
.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul > ul:nth-child(2) > li:nth-child(3) > ul > li:last-child span {
	font-size: 12px;
}

.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul > ul:nth-child(2) > li:nth-child(1) > ul > li:first-child::after,
.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul > ul:nth-child(2) > li:nth-child(3) > ul > li:first-child::after {
	content:" ";
	display:block;
	margin-top: 4px;
	width: 0%;
	height: 1px;
	background-color: #ffffff;
	transition: all .1s ease-out 0s;
}
.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul > ul:nth-child(2) > li:nth-child(1) > ul:hover > li:first-child::after,
.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul > ul:nth-child(2) > li:nth-child(3) > ul:hover > li:first-child::after,
.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul > ul:nth-child(2) > li:nth-child(1) > ul .tips__arrow::after,
.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul > ul:nth-child(2) > li:nth-child(3) > ul .tips__arrow::after {
	width: 100% !important;
}



@media only screen and (min-width:360px) {
	.box_info_content .box__dashbord__ul .box__multidata {
	    flex-direction: column;
	    justify-content: flex-start;
	    align-items: center;
	    width: 93%;
	}

	.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) {
	    flex: 0 0 auto;
	    width: 100%;
	    display: flex;
	    flex-direction: column;
	    justify-content: flex-start;
	    align-items: center;
	    margin-bottom: 15px;
	}

	#price-rate-data > ul, #type-rate-data > ul {
		/*width: 45%;*/
		width: 100%;
	}

	#price-rate-data > ul > li:last-child,
	#type-rate-data > ul > li:last-child  {
	    margin-left: 8px;
	}

	.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) > li:nth-child(1) {
	    margin-bottom: 0;
	    flex: 0 0 auto;
	    width: 100%;
	    height: auto;
	    margin-bottom: 15px;
	}

	.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) > li:nth-child(2) {
		flex: 0 0 auto;
		width: 100%;
	    height: auto;
	}

	.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) {
	    width: 100%;
	}

	.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul > ul:nth-child(2) {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul:nth-child(1) > ul:nth-child(2) > li:nth-child(1) {
		order: 2;
		width: 48%;
	}

	.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul:nth-child(1) > ul:nth-child(2) > li:nth-child(2) {
		order: 1;
		width: 100%;
	}

	.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul:nth-child(1) > ul:nth-child(2) > li:nth-child(3) {
		order: 3;
		width: 48%;
	}

	#chart-bar-case canvas {
		transform: scale(1) translateX(0px);
	}

}

@media only screen and (min-width:768px) {
    .box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul > ul:nth-child(2) > li:nth-child(1) > ul > li:first-child,
    .box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul > ul:nth-child(2) > li:nth-child(3) > ul > li:first-child {
        margin-top: 8px;
    }

	.box_info_content .box__dashbord__ul .box__multidata {
	    flex-direction: column;
	    justify-content: flex-start;
	    align-items: center;
	    width: 93%;
	}

	.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) {
	    flex: 0 0 auto;
	    width: 100%;
	    display: flex;
	    flex-direction: row;
	    justify-content: space-between;
	    align-items: stretch;
	    margin-bottom: 13px;
	}

	#price-rate-data > ul, #type-rate-data > ul {
		width: 48%;
	}

	#price-rate-data > ul > li:last-child,
	#type-rate-data > ul > li:last-child  {
	    margin-left: 2px;
	}

	.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) > li:nth-child(1) {
	    margin-bottom: 0;
	    flex: 0 0 auto;
	    width: 40%;
	    height: auto;
	    margin-bottom: 0px;
	}

	.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) > li:nth-child(2) {
		flex: 0 0 auto;
		width: 58%;
	    height: auto;
	}

	.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) {
	    width: 100%;
	}

	.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul {
		padding: 0 calc(10% / 2 / 2);	
	}


	/*.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul:last-child {
		height: 100%;
	}

	.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul:last-child > ul:last-child {
		height: 100%;
	}*/

	.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul > ul:nth-child(2) {
		align-items: center;
		flex-wrap: nowrap;
	}

	.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul:nth-child(1) > ul:nth-child(2) > li:nth-child(1) {
		order: 1;
		width: auto;
	}

	.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul:nth-child(1) > ul:nth-child(2) > li:nth-child(2) {
		order: 2;
		width: 48%;
	}

	.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul:nth-child(1) > ul:nth-child(2) > li:nth-child(3) {
		order: 3;
		width: auto;
	}

	#chart-bar-case canvas {
		transform: scale(1.1) translateX(10px);
	}
}

@media only screen and (min-width:1024px) {
	.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul:nth-child(1) > ul:nth-child(2) > li:nth-child(2) {
		width: 65%;
	}
}

@media only screen and (min-width:1025px) {
	.box_info_content .box__dashbord__ul .box__multidata {
	    flex-direction: row;
	    justify-content: space-between;
	    align-items: stretch;
	    width: 93%;
	}

	.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) {
	    flex: 0 0 auto;
	    width: 33%;
	    display: flex;
	    flex-direction: column;
	    margin-bottom: 0;
	}

	#price-rate-data > ul, #type-rate-data > ul {
		width: 100%;
	}

	#price-rate-data > ul > li:last-child,
	#type-rate-data > ul > li:last-child  {
	    margin-left: 15px;
	}

	.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) > li:nth-child(1) {
	    width: 100%;
	    height: 32%;
	}

	.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) > li:nth-child(2) {
		width: 100%;
		margin-top: 18px;
	    height: calc(68% - 18px);
	}

	.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) {
	    width: 65%;
	}

	.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul:nth-child(1) > ul:nth-child(2) > li:nth-child(2) {
		width: 50%;
	}
}

@media only screen and (min-width:1280px) {
	.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) > li:nth-child(1) {
		height: 32%;
	}

	.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) > li:nth-child(2) {
		width: 100%;
		margin-top: 18px;
	    height: calc(68% - 18px);
	}

	.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul:nth-child(1) > ul:nth-child(2) > li:nth-child(2) {
		width: 60%;
	}
}

@media only screen and (min-width:1440px) {
	#price-rate-data > ul, #type-rate-data > ul {
		width: 48%;
	}

	#price-rate-data > ul > li:last-child, 
	#type-rate-data > ul > li:last-child {
		margin-left: 6px;
	}

	.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) > li:nth-child(1) {
		height: 28%;
	}

	.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(1) > li:nth-child(2) {
		margin-top: 20px;
		width: 100%;
	    height: calc(72% - 20px);
	}

	.box_info_content .box__dashbord__ul .box__multidata > ul:nth-child(2) > ul:nth-child(1) > ul:nth-child(2) > li:nth-child(2) {
		width: 60%;
	}
}


















