/*預設*/
body {
	padding-top: 70px;
	padding-bottom: 30px;
}
.theme-dropdown .dropdown-menu {
	position: static;
	display: block;
	margin-bottom: 20px;
}
.theme-showcase > p > .btn {
	margin: 5px 0;
}
.theme-showcase .navbar .container {
	width: auto;
}

/*頁首logo位置*/
.logo-position {
	float:left;
	margin-top:-5px;
	margin-right:5px;
}

/*頁尾*/
.footerbar {
	min-height:20px;
	padding:30px 10px 30px 10px;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#f5f5f5;
	border:1px solid #e3e3e3;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
	text-align:center;
}

/*取消強調*/
strong{
	font-weight:normal;}

/*客戶清單用*/
.customerList {
	margin-left:-2.5em;}

.customerList > li {
	width: calc(100%/3);
	display:block;
	float:left;
}

/*自訂欄位寬度*/
.form-control {
    width: 100%;
	min-width: 100%
}
