/* DashBoard 左上 */
.DB_LTB{

}

/* DashBoard 左下 */
.DB_LBB{

}

/* DashBoard 中間 */
.DB_LMB{

}

/* DashBoard 中間 */
.DB_RTB{

}

/* DashBoard 中間 */
.DB_RBB{

}

.tdLabel{
    font-weight: bold;
}

.halfShow{
    height:50%;
}

.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: 0.3rem;
	/* 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; 
}

::-webkit-scrollbar-track
{
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    display: block;
    background-color: transparent;
    opacity: 0;
    transition: background-color .2s linear,opacity .2s linear;
    -webkit-transition: background-color .2s linear,opacity .2s linear;
    width: 0.5rem;
    height: 0.5rem;
    right: 0;
}

::-webkit-scrollbar-thumb
{
    background-color: #aaa;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: #424689; 
}

.system_bg{
	background-image: url(/Image/index_bg_1920x1080.png);
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
}

.loadingSpinner{
	height: 20rem;
    line-height: 20rem;
	width: 100%;
}

.btn-guide{
	margin-right: 0.5rem;
}

.dark-mode .swal2-html-container{
	color: #e9ecef;
}

select {
	font-family: 'FontAwesome', 'sans-serif';
}

.DB_Wrap{
	display: flex;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
}

.cctv-image{
	width: 100%;
	height: 100%;
}

.slide_Block{
	display: flex;
    align-items: center;
    height: 100%;
}

.dark-mode .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice{
	color: black;
}

.heightScroll{
	overflow-y: auto;
}

.exportExcel {
    display: inline-block;
    padding: 8px 10px; /* 按鈕大小調整 */
    text-decoration: none;
    background-color: #007bff;
    color: #fff;
    border-radius: 15px; /* 圓弧調整 */
    border: 1px solid #007bff;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
}

.exportExcel:hover {
background-color: #0056b3;
border-color: #0056b3;
color: #fff;
}

.exportExcel:active {
background-color: #003366;
border-color: #003366;
color: #fff;
}

.text_ccc h4,
.text_ccc a,
.daterangepicker_custom,
.btn_purple,
.modeSelect {
    margin: 0; 
    padding: 10px; 
    display: inline-block;
    vertical-align: middle;
    line-height: 1; 
    height: 38px; 

}

td.col {
    font-size: 16.5px;
    padding: 3px;
    display: flex;
    justify-content: center; 
    align-items: center; 
}

th.col {
    font-size: 16.5px;
    padding: 3px;
    display: flex;
    justify-content: center; 
    align-items: center; 
}

#ParameterTable > div > table {
    border: white 1px solid;
}

#ParameterTable > div > table > tbody > tr > td.col.unit {
    font-size: 13px;
    padding: 3px;
    display: flex;
    justify-content: left; 
    align-items: center; 
}
/*td size controller start*/
#ParameterTable > div > table > tbody > tr > td.col {
    font-size: 16px;
    padding: 3px;
    display: flex;
    justify-content: center; 
    align-items: center; 
}
/* #ParameterTable > div > table > tbody > tr > td.col.multi5 {
    font-size: 13px;
    padding: 3px;
    display: flex;
    justify-content: center; 
    align-items: center; 
}

#ParameterTable > div > table > tbody > tr > td.col.multi6 {
    font-size: 11.5px;
    padding: 3px;
    display: flex;
    justify-content: center; 
    align-items: center; 
}

#ParameterTable > div > table > tbody > tr > td.col.multi7 {
    font-size: 9.5px;
    padding: 3px;
    display: flex;
    justify-content: center; 
    align-items: center; 
}

#ParameterTable > div > table > tbody > tr > td.col.multi8 {
    font-size: 8.5px;
    padding: 3px;
    display: flex;
    justify-content: center; 
    align-items: center; 
} */
/*td size controller end*/

#ParameterTable > div > table > tbody > tr > td.col.title{
    display: flex;
    justify-content: center; 
    align-items: center;        
}

#ParameterTable > div > table > tbody > tr > td.col.none{
    display: flex;
    justify-content: center; 
    align-items: center;        
}

/* heliheader start */
/* 全網頁畫面遮罩 */
.overlayEdit {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s; 
}

/* Modal框 */
.editAccountModal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(75, 65, 91, 0.8);
    z-index: 2;
    width: 400px; 
    height: 500px; 
    padding: 20px;
    text-align: center;
    opacity: 0;
}



.editAccountModal.show {
    display: block;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1); 
}
.overlayEdit.show {
    display: block;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1); 
}

.user-input-group{
    position: relative;
    width: 100%;
    height: 6rem;
}

.user-input-group input[type=text], .user-input-group input[type=password]{
    padding: 1rem 3.5rem;
    border: none;
    outline: none;
    width: 100%;
    line-height: 0.3;
    background: #1A171F;
    border-radius: 1.5rem;
    color: #CCCCCC;
    border: 1px solid rgba(255,255,255,0.25);
    font-size: 1.5rem;
}
.user-input-group input[type=text]::placeholder, .user-input-group input[type=password]::placeholder{
    color:rgba(242,242,242,0.35);
}

.user-input-group input[type=text]:focus, .user-input-group input[type=password]:focus{
    border-color: #999999;
}

.build_btn{
    position: fixed;
    left: 25%;
    background-color: rgb(66, 70, 137);
    width: 100%;
    line-height: 20px;
    border-radius: 1rem;
}

.persion-icon{
    background: url(../Image/username.png);
}

.key-icon{
    background: url(../Image/password.png);
}

.eyes-show-icon{
    background: url(../Image/eye_show.png);
}

.eyes-hide-icon{
    background: url(../Image/eye_hide.png);
}

/* heliheader end */

.saveParameter {
    display: inline-block;
    padding: 8px 10px; /* 按鈕大小調整 */
    text-decoration: none;
    background-color: #cf496a;
    color: #fff;
    border-radius: 15px; /* 圓弧調整 */
    border: 1px solid #cf496a;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
}

.saveParameter:hover {
background-color: #eb2f5e;
border-color: #eb2f5e;
color: #fff;
}

.saveParameter:active {
background-color: #ff0040;
border-color: #ff0040;
color: #fff;
}