/*拠点アイコン（青）のCSS  */
.icon_base {
	width: 30px !important;
	height: 30px !important;
	border-radius: 50%;
	border: 2px solid #000000;
//	box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.8);
	background-color: rgb(128, 128, 255);
}

.icon_base_s {
	width: 32px !important;
	height: 32px !important;
	border-radius: 50%;
	border: 5px solid #ffffff;
//	box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.8);
//	background-color: rgb(0, 0, 255);
}



/*デポアイコン（オレンジ）のCSS  */
.icon_depo {
	width: 14px !important;
	height: 14px !important;
	border-radius: 50%;
	border: 2px solid #000000;
//	box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.8);
	background-color: rgb(255, 128, 0);
}


/*物件アイコン正常（緑）のCSS  */
.icon_bull_OK {
	width: 8px !important;
	height: 8px !important;
	border-radius: 50%;
	border: 2px solid #000000;
//	box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.8);
	background-color: rgb(0, 255,0);
}

/*物件アイコン警報（赤）のCSS  */
.icon_bull_AL {
	width: 14px !important;
	height: 14px !important;
	border-radius: 50%;
	border: 2px solid #000000;
//	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
	background-color: rgb(255, 0, 0);
}

.icon_bull_s {
	width: 10px !important;
	height: 10px !important;
	border-radius: 50%;
	border: 5px solid #ffffff;
//	box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.8);
//	background-color: rgb(0, 255,0);
}





.flex{
    display: flex;
}

.ALON{
	font-size: 100%;
	background-color: #ff0000;
	color: #ffffff;
}

.ALOFF{
	font-size: 100%;
	background-color: #ffffff;
	color: #ff0000;
}

.ACON{
	font-size: 100%;
	background-color: #00ff00;
	color: #000000;
}

.ACOFF{
	font-size: 100%;
	background-color: #ffffff;
	color: #00ff00;
}
