@charset "UTF-8";


.soa2 { 
	background-color: rgba(255,255,0,0.3) !important; 
}

.soa3 { 
	background-color: rgba(255,0,0,0.1) !important;  
}
.soa0 { 
	background-color: rgba(0,0,0,0) !important;   
}
.soaColorWhite{
	/*color: white; 	*/

}

.soaLogFail{
	color: red;
}
.soa_red{
	color: red;
}
.soa_request{
	color: yellow;
	font-weight: bold;
}




.ctsm_btn{
	background: rgb(216,105,243);
	background: linear-gradient(145deg, rgba(216,105,243,1) 0%, rgba(51,77,209,1) 45%, rgba(206,228,250,1) 100%);
	border-radius: 10px;

    min-width: 150px;
}

/*同時擁有兩類別的元件，覆蓋myArea的樣式*/
.myArea.myAreaCt{
	background: rgba(255,255,255,0.05);
    border: 0px;
    margin-bottom: 0px;
}




/* 當視窗寬度不大於（小於900）時*/
@media all and (max-width: 899px){
    .content>.row {

    	padding-top: 0px;
    }

}
