@charset "utf-8";

*, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family:"Arial","微軟正黑體"; }

/* Body */
body{ font-size:15px; }

/* Modal */
.modal_comp_table{		/* Table */
	display:table;
}
.modal_comp_row{		/* tr */
	display:table-row;	
}
.modal_comp_cell{		/* td */
	display:table-cell;	
}
.modal_comp_logo{		/* Logo */
	padding-right:15px;
}
.modal_comp_logo img{	/* Logo img */
	height:100%;
	min-width:100px;
	max-height:100px;
	max-width:200px;
	animation: logo_bg_change 10s ease-in-out infinite;
	border:none;
	padding:8px;
}
@keyframes logo_bg_change {
	0%, 5% {
		background-color: #ffffff;
	}
	
	50%, 55% {
		background-color: #ebebeb;
	}
	100% {
		background-color: #ffffff;
	}
}
.modal_comp_name{		/* company name */
	vertical-align:middle;
	font-size:16px;
	font-weight:bold;
	/*text-align:center;*/
}

.modal_booth_no{
	margin-left:10px;
	font-size:0.8em;
	font-weight: normal;
	color:rgb(99, 99, 99);
}

.modal_comp_title{		/* 標題 */
	font-weight:bold;	
	text-align:right;
	white-space:nowrap;
	vertical-align: top;
}
.modal_comp_table_data{	/* 資料區 */
	padding:0 20px;
}
.modal_comp_table_data div{	/* 資料div */
	line-height:180%;	
}

.modal_border_radius{	/* 圓角外框 */
	border-radius:10px;
}
.modal-content {
    -webkit-box-shadow: 0 5px 12px rgba(0,0,0,0.8);
    box-shadow: 0 5px 12px rgba(0,0,0,0.8);
}


/* Schedule */
.schedule_disabled {	/* 不開放的時段 */
	background-color:#EEE;	
}

/* 背景色 */
.login-page,.register-page, .content-wrapper, .right-side{background:#F5F5F5;}

/* 按鈕 */
.btn-orange{
	background-color:#F39C12;
	/*border-color:#930;*/
	color:#FFF;
	font-size:16px;
}
.btn-orange:hover, .btn-orange:active, .btn-orange.hover{
	background-color:#E08E0B;
	color:#FFF;
}

/* 名片 */
.business_card .bc_bg {
	background-image:url(images/business_card.png);
	background-repeat:no-repeat;
	border-radius: 10px;
	width:500px;
	height:316px;
	margin:10px auto;
	padding:20px 30px;
}
.business_card .bc_url {
	text-align:right;
	font-size:12px;
	color:#FFF;
}
.business_card .bc_url a {
	/* color:#333; */
	color:#FFF;
}
.business_card .bc_comp {
	margin-top:20px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}
.business_card .bc_contact {
	margin-top:10px;
	font-size:36px;
	font-weight:bold;
	color:#FFF;
}
.business_card .bc_title {
	margin-top:10px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}
.business_card .bc_info {
	margin-top:34px;
	line-height:240%;
	color:#FFF;
	font-size:12px;
	padding-right: 0px;
}

.business_card .bc_info a {
	color:#FFF;
}

@media only screen and (max-width: 560px) {

.modal_comp_table_data{	/* 資料區 */
	padding:0 0px;
}

.business_card .bc_bg {
	background-image:url(images/business_card.png);
	background-repeat:no-repeat;
	background-size: 320px;
	width:320px;
	height:202px;
	margin:10px auto;
	padding:15px 15px;;
}
.business_card .bc_url {
	text-align:right;
	font-size:10px;
}
.business_card .bc_comp {
	margin-top:10px;
	font-size:13px;
	font-weight:bold;
}
.business_card .bc_contact {
	margin-top:5px;
	font-size:26px;
	font-weight:bold;
}
.business_card .bc_title {
	margin-top:5px;
	font-size:13px;
	font-weight:bold;
}
.business_card .bc_info {
	margin-top:10px;
	line-height:180%;
	color:#FFF;
	font-size:10px;
}

}