html, body
{
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0;
}

body
{
	font-family:'微軟正黑體','Segoe UI', Helvetica, Verdana, Arial, sans-serif;
}

ul, li, div, a, span, p, form, button, img
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}





/*
	// container & content
*/

div.container
{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 35px;
}

a
{
	cursor: pointer;
}

.container,
.container a
{
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.container a
{
	color: #0033cc;
	text-decoration: none;
}
.container a:hover
{
	text-decoration: underline;
}

div.container p
{
	margin: 6px;
	text-indent: 10px;
}

.row
{
	clear: both;
	padding: 0px 10px;
	overflow: visible;
}

.panel
{
	margin: 10px 0;
	padding: 0 0 1px 0;
	/*border-radius: 5px;
	background: #ffffff;
	border: 1px solid black;*/
}
.panel-heading
{
	padding: 5px 8px;

	/*border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-weight: bold;
	background: linear-gradient(#39526C, #49627C);
	color: #EEEEEE;
	border-bottom: 1px solid black;*/
	background: none;
	color: #222222;
	font-size: 14px;
	border-bottom: 1px solid rgba(0, 0, 0, .5);
}

.panel-body
{
	padding: 5px 8px;
	/*border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;*/
}

#app
{
	min-height: calc(100% - 70px);
	margin: 0 0 70px 0;
	padding: 0;
}

header
{
	background: #454545;
	width: auto;
	margin: 0;
	padding: 10px 20px;
	position: relative;
}

footer
{
	position: relative;
	height: 60px;
	margin: -60px 0 0 0;
	padding: 4px 0;
	background: #2c2c2c;
	clear: both;
}

footer ul
{
	width: 100%;
	margin: 2px 0;
	text-align: center;
}

footer li
{
	display: inline-block;
	margin: auto;
}

footer li,
footer li a
{
	color: #eeeeee;
	font-family: verdana;
	font-size: 14px;
}

footer li:not(:last-child):after
{
	content: ' | ';
}

footer .copyright
{
	margin: auto;
	text-align: center;
}

footer .copyright
{
	color: #eeeeee;
	font-family: verdana;
	font-size: 14px;
}





.col-border-after
{
	border-right: 0;
	border-bottom: 1px solid #bbbbbb;
}

.col-border-before
{
	border-left: 0;
	border-top: 1px solid #bbbbbb;
}




@media screen and (min-width: 768px)
{
	.col-border-after
	{
		border-right: 1px solid #bbbbbb;
		border-bottom: 0;
	}

	.col-border-before
	{
		border-left: 1px solid #bbbbbb;
		border-top: 0;
	}
}













/*
	//misc
*/

.fullwidth
{
	width: 100%;
}

.right
{
	text-align: right;
}

.profile-img
{
	max-width: 100%;
	border: 2px solid #eeeeee;
}

div.ajaxLoading
{
	width: 1px;
	height: 1px;
	display: none;
	position: absolute;
	top: 9px;
	left: -7px;
	z-index: 999 !important;
}

div.ajaxLoading img
{
	position: absolute;
	z-index: 999 !important;
}

.invis,
.hidden
{
	display: none !important;
}

[data-href]:hover,
.userSearchResults div[user_id]:hover,
label:hover
{
	cursor: pointer;
}

.navbar-header
{
	width: auto;
	margin: 0px 20px;
	padding: 10px 0;
}

input[readonly]
{
	color: #555555;
}

.has-error
{
	color:#a94442;
}




