/* DashBoard 左上 */
.DB_LTB{

}

/* DashBoard 左下 */
.DB_LBB{

}

/* DashBoard 中間 */
.DB_LMB{

}

/* DashBoard 中間 */
.DB_RTB{

}

/* DashBoard 中間 */
.DB_RBB{

}

.tdLabel{
    font-weight: bold;
}

.halfShow{
    height:calc((100vh - 57.5px) / 2);
}

.MaxShow{
    height:calc(100vh - 57.5px);
}


.DB_Block{
    height: 100%;
}

.small-box>.DB_Block{
    height: 85%;
}

.widthScroll{
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
}

.widthScroll>.row{
    flex-wrap: nowrap;
}

.widthScroll>.row>.DB_Block{
    scroll-snap-align: center;
}


.widthScroll::-webkit-scrollbar-track
{
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.widthScroll::-webkit-scrollbar
{
	width: 12px;
    height: 3px;
	/* background-color: #F5F5F5; */
    background-color: #343a40;
}

.widthScroll::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.widthScroll::-webkit-scrollbar-thumb:hover {
    background: darkgray; 
}
