@charset "utf-8";

a
{
	
	display:inline-block;
}

.navbar-header
{
	width:100%!important;
}

/*Logo*/
#logo
{
	
	width:90px!important;
}

/*大嘉義地產團隊-專用*/
table
{
	margin:0;
}

.Object_Table , .Object_Table tr
{
	border:none;
}
.Object_Table td
{
	padding:5px 5px;
	border:none;
}
.Object_Table input
{
	width:100px;
}
.bchiayi_input_300px
{
	width:300px!important;
}

/*大嘉義地產團隊-查詢欄位*/
#Search_Form
{
}

#bchiayi_Search_Form
{
}
#bchiayi_Search_Form col-md-12 , #bchiayi_Search_Form table , #bchiayi_Search_Form tr , #bchiayi_Search_Form td
{
	padding:2px 0;
	border:none;
}
#bchiayi_Search_Form table
{
	width:1000px;
	margin:0;
}
#bchiayi_Search_Form .Object_Table
{
	width:900px;
	font-size:14px;
	/*border:1px solid #000;*/
}

.Object_Table td
{
	font-size:14px;
}

.Object_Table input[type=text]
{
	width:70px!important;
}

#bchiayi_Search_Form .Object_Table .Td_Up1
{
	width:90px!important;
	/*border:1px solid #000;*/
}

.SubSearch
{
	display:none;
}
#bchiayi_Search_Form input
{
	border-radius: 10px; 
	padding:0 2px;
	margin:0 2px;
	width:100px;
	font-size:14px;
}
#bchiayi_Search_Form input[type=checkbox] , #bchiayi_Search_Form input[type=radio]
{
	width:15px;
	height:15px;
}
#bchiayi_Search_Form input::-webkit-datetime-edit
{
	border-radius: 10px; 
	padding:0 2px;
	margin:0 2px;
	width:200px;
	background-color:#0C3;
}

.bchiayi_Report_Group , .bchiayi_Report_Group td
{
	font-size:14px!important;
	padding:3px;
}

/*秀出找到的資料*/
#bchiayi_List_Info
{
	margin:10px 0;
}

/*資料列表資訊*/
#InfoList_Page table ,#InfoList_Page td , #InfoList_Page tr , #InfoList_Page th
{
	border:none;
}
-/*上下頁按鈕設定*/
#First_Page , $Prev_Page , #Next_Page , #Last_Page
{
	
}
/*秘書管理分店ID*/
#Business_Manage_Store_ID
{
	width: 100%;
	height: 30px;
}

/*管理後台-物件表單區域*/
#Object_Form_Area , .Object_Form_Area_Div
{
	font-size:14px;
}

#Object_Form_Area .row
{
	margin-bottom:10px;
}

/*管理後台-物件表單 text*/
#Object_Form_Area input[type="text"] , #Object_Building_Form_Area input[type="text"] , #Object_Form_Area select
{
	font-size:14px;
/*	width:100px;*/
}

/*管理後台-物件表單Title*/
#Object_Form_Area .Manage_Object_Form_Title , #Object_Building_Form_Area .Manage_Object_Form_Title
{
	font-size:14px;
	/*width:150px;*/
	text-align:right;
	display:inline-block;
}

/**/
.bchiayi_Report_Search_Table
{
	margin:0 auto!important;
}

.bchiayi_Report_Search_Table , .bchiayi_Report_Search_Table tr , .bchiayi_Report_Search_Table td , .bchiayi_Report_Search_Table td
{
	font-size:14px;
	border:none;
}

/* //~@_@~// START 業務使用平台 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 業務使用平台-客戶狀態 */
.bchiayi_Customer_On , .bchiayi_Object_On
{
	border:1px solid #eee;padding:10px;
}

/* 業務使用平台-客戶狀態啟用 */
.bchiayi_Customer_On_Active , .bchiayi_Object_On_Active
{
	border-bottom:2px solid #FF9800;
	color:#FF9800;
}

/* 業務使用平台-配對物件按鈕 */
.bchiayi_Btn_Customer_Paired_Object
{
	border:1px solid #FF9800;
	color:#FF9800;
}

.bchiayi_Btn_Customer_Paired_Object_NoSet
{
	border:1px solid #f00;
	color:#f00;
	background-color: #eaeaea;
}

/* 業務使用平台-客戶類型顏色 */
.bchiayi_Customer_Type_Color1
{
	color:#ff9800;
}
.bchiayi_Customer_Type_Color2
{
	color:#4CAF50;
}
.bchiayi_Customer_Type_Color3
{
	color:#00F;
}
/* 客戶需求-類別 */
.bchiayi_Customer_Paired_Title
{
	background-color:#fff;
	padding-top:5px;
	font-size:20px;
}
.bchiayi_Customer_Paired_Area
{
	background-color:#F4F6F5;
	padding:10px 5px;
}

/* 物件圖形外層 */

.bchiayi_Object_Img_Div
{
	padding:0;
    min-height:200px;
	/*width: 600px;
    height: 450px;*/
    overflow: hidden;
    display: flex;
    background-color: #e5e5e5;
    line-height: 200px;
    text-align: center;
    position: relative;
	align-items: center; /* 垂直居中 */
	justify-content: center; /* 水平居中 */
}
/* 物件圖形 */
.bchiayi_Object_Img
{
	display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    /*max-height: 100%;*/
	max-height:200px;
	/*margin:0 auto;*/
	object-fit: contain; /* 保持原始比例，填充满容器，不变形 */
}
/* Line圖形 */
.bchiayi_Object_Btn_Line
{
	/* width:36px; */
}
/* FB圖形 */
.bchiayi_Object_Btn_FB
{
	margin-left:10px;
	width:36px;
}
/* //~@_@~// END 業務使用平台 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* Start yldu Radio 藍框_白底_圓角 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.bchiayi_menu-B_W_C input[type="radio"]
{
	display: none;
}
.bchiayi_menu-B_W_C input[type="radio"] + label
{
	display: inline-block;
	background-color: #fff;
	cursor: pointer;
	padding: 3px 5px;
	border:1px solid #989898;
	border-radius:5px;
}

.bchiayi_menu-B_W_C input[type="radio"]:checked + label
{
	background-color:#1392e8 ;
	color: #fff;
}
/* End yldu Radio 藍框_白底_圓角 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/* Start yldu Radio 灰框_白底_圓角_藍色 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.bchiayi_menuM-G_W_C_B input[type="checkbox"]
{
	display: none;
}
.bchiayi_menuM-G_W_C_B input[type="checkbox"] + label
{
	display: inline-block;
	background-color: #fff;
	cursor: pointer;
	padding: 5px 10px;
	border:1px solid #989898;
	border-radius:10px;
	color:#A5A5A5;
}
.bchiayi_menuM-G_W_C_B input[type="checkbox"]:checked + label
{
	background-color:#1392e8;
	color:#fff;
}
/* End yldu Radio 灰框_白底_圓角_藍色 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/


/* Start 前台物件 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
/*前台物件左側*/
.bchiayi_Object_Info_Left
{
	font-size: 18px;
	color: #000000!important;
}
/*前台物件右側*/
.bchiayi_Object_Info_Right
{
	font-size: 18px;
	color: #000000!important;
}
/* End 前台物件 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/

@media screen and (min-width: 1200px)
{
	/*管理後台-物件表單Title*/
	#Object_Form_Area .Manage_Object_Form_Title
	{
/*		width:140px!important;
		text-align:left!important;
		display:inline-block!important;
*/	}
	#Object_Building_Form_Area .Manage_Object_Form_Title
	{
/*		width:140px!important;
		text-align:right!important;
		display:inline-block!important;
*/	}
}
@media screen and (min-width: 768px) and (max-width: 979px)
{
	/*管理後台-物件表單 text*/
	#Object_Form_Area input[type="text"]
	{
		width:80px;
	}
	
	/*管理後台-物件表單Title*/
	#Object_Form_Area .Manage_Object_Form_Title
	{
/*		width:50px!important;
		text-align:left!important;
		display:inline-block!important;
*/	}
	/*管理後台-物件表單Title*/
	#Object_Building_Form_Area .Manage_Object_Form_Title
	{
/*		width:50px!important;
		text-align:left!important;
		display:inline-block!important;
*/	}
}
@media screen and (max-width: 767px)
{
	/*管理後台-物件表單 text*/
	#Object_Form_Area input[type="text"]
	{
/*		width:80px;
*/	}
	
	/*管理後台-物件表單Title*/
	#Object_Form_Area .Manage_Object_Form_Title , #Object_Building_Form_Area .Manage_Object_Form_Title
	{
/*		width:50px!important;
		text-align:left!important;
		display:inline-block!important;
*/	}
}
@media screen and (max-device-width: 480px)
{
}
