#q-app[target=old] {
	background-image: url("../img/greenrock-bg.png");
}

.label-text-style{
	font-size: 22px;
	font-weight: 600; 
	color: #7fd5ff; 
	background: #0d244e;
}

.span-text-label{
	font-size: 20px;
	font-weight: 600; 
	color: #fff; 
}

.span-value-unit{
	font-size: 20px;
	font-weight: 600; 
	color: #00ffff; 
}

.info-bg{
	background: #0d244e
}


.text-border-corner{
	position: relative;
	border-image-source: radial-gradient(52.5% 80%, transparent 0px, transparent 100%, #2c4167 100%);
	border-image-slice: 1;
	border-width: 3px;
	border-style: solid;
/*	border-image-outset: 10px;*/
}

.border-box{
	position: relative;
	border-image-source: radial-gradient(0% 0%, transparent 0px, transparent 100%, #2c4167 100%);
	border-image-slice: 1;
	border-width: 3px;
	border-style: solid;
}

.border-box::after {
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    content: "";
    border-image-source: radial-gradient(56.5% 94.5%, transparent 0px, transparent 100%, #4a7091 100%);
    border-image-slice: 1;
    border-width: 3px;
    border-style: solid;
    z-index: 0;
    width: calc( 100% + 6px );
}

.layout {
	display: flex;
	width: 100%;
	height: 100%;
}
.layout > div {
	height: 100%;
	flex-grow: 1;
	box-sizing: border-box;
}
.all-station-mapbox {	
	display: flex;
    flex-flow: column wrap;
}

.all-station-mapbox > div{
	display: flex;
    flex-flow: wrap;
    align-items: center;
    height: 25px;
    font-size: 15px;
    font-weight: bold;
}

.mapbox-label {
	display: flex;
    justify-content: flex-start;
	width: 40%;

}

.mapbox-value {
	display: flex;
    justify-content: flex-end;
    padding-right: 10px;
	width: 40%;
}

.mapbox-unit {
	display: flex;
    justify-content: flex-start;
	width: 20%;
}

.flex-fcsc{
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: flex-start;
}

.flex-frbc{
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.flex-frac{
	display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
}

.flex-frcc{
	display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.flex-fcfs{
	display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
}

.flex-frce{
	display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-end;
}

.flex-fs{
	display: flex;
    justify-content: flex-start;
}

.flex-fe{
	display: flex;
    justify-content: flex-end;
}


/*********************************************************************************************************/
/******************									新版									******************/
/*********************************************************************************************************/
.Kanban-def {
	position: relative;
    height: 55vh;
    width: 100%;
    background: rgba(255,255,255,0.1);
    margin-top: 50%;
    border-radius: 5px;
}
.text-label-2 {
	font-size: 20px;
	font-weight: 600; 
}







/* --  moblie device  -- */
@media all and (max-width: 575.98px) {

	.img-width{
		width: 100%;
	}

}
/* --  tablets and ipads  -- */
@media all and (min-width: 576px) and (max-width: 767.98px) {

	.img-width{
		width: 65%;
	}

}
/* --  laptops  -- */
@media all  and (min-width: 768px) and (max-width: 1199.98px) {

	.img-width{
		width: 65%;
	}

}
/* --  desktops  -- */
@media all and (min-width: 1200px) {

	.img-width{
		width: 65%;
	}
}


.labels{
	width: 8em; 
	font-size: 1.2em;
	font-weight: 800;
	text-align: center; 
	background-image: linear-gradient(120deg, #8fd3f4 0%, #84fab0 100%);
	color: white; 
	border-radius:20px;
	padding: 3px 0;
	margin-bottom: 5px;
}

.grid_span{
	font-weight: 800;
	border: #EEE 1px solid;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;

}

.grid_prev_top{
	background-color: #28B6D1;
	color: white;
}

.grid_line_top{
	background-color: #3070C3;
	color: white;
}

.grid_odd{
	background-color: white;
}

.grid_even{
	background-color: #F2F8F9;
}

.cards{
	background-color: white;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 3px 3px 6px, rgba(0, 0, 0, 0.23) 3px 3px 6px;
	height: 98%;
	margin: 0 10px 0 15px;
}

.table-shadow{
	box-shadow: rgba(0, 0, 0, 0.16) 3px 3px 6px, rgba(0, 0, 0, 0.23) 3px 3px 6px;
}

.c-border{
	border-right: 1px solid #008ECC;
}