@import url(th_k2d_july8.css);
body {
	font-family: 'THK2DJuly8', sans-serif;
	background-color: #aaa;
	background-image: url('../images/background25.jpg'); 
	background-size: 100% auto;
	background-repeat: repeat-y;
	background-position: center;
}
ul#menu li a.active, ul#menu li a.active:hover{
	z-index: 2;
	color: #fff;
	background-color: #800080;
	border-color: #800080;
}
ul#nav li > a.active, ul#nav li > a.active:focus, ul#nav li > a.active:hover {
	color: #fff;
 	background-color: #080808;
}
ul#nav li > ul > li > a.active, ul#nav li > ul > li > a.active:focus, ul#nav li > ul > li > a.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #800080;
	border-color: #800080;
}
a.btn-header {
	margin-top: -5px;
	margin-right: -10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a.btn-header:hover, a.btn-header:focus{ color: #ccc;text-decoration: none; }
.msd-content {
	padding-top:15px;
	background-color:#fff;
}
.text-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}
.msd-footer {
	background-color:#fff;
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	margin-bottom:25px;
	margin-top:-1px;
}
@media (max-width: 768px) {
	.msd-content {border-radius: 0;}
	.msd-footer {border-radius: 0;}
}
.btn-default {
	background-color: #8b008b;
	border-color: #8b008b;
	color: #fff;
	font-weight: bold;
}
.btn-default:hover {
	background-color: #800080;
	border-color: #800080;
	color: #fff;
}
.panel-default{
	border-color: #8b008b;
}
.panel-default > ul > li > a {
	background-color: #8b008b;
	color: #fff;
}
.panel-default > ul > li > a:hover {
	background-color: #800080;
	color: #fff;
}
.panel-default > ul > li > a:focus {
	background-color: #800080;
	color: #fff;
}
.panel-default > .panel-heading{
	background-color: #800080;
	border-color: #800080;
	color: #fff;
	font-weight: bold;
	border-radius: 0;
}
.re-img img {
	max-width:100%;
	/*max-height:100%;*/
}
.bg-black {
	background: #000;
}
.mannager img {
	width: 100%;
}
.mannager{
	padding: 0 30px;
}
.user-detail {
	border-right:solid 1px #eee;
	border-bottom:solid 1px #eee;
	padding-bottom: 25px;
}
.avatar {
	padding: 10%;
}
#toTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
	z-index: 9999;
	border:1px solid #fff;
}
.margint5 {
	margin-top: 5px;
}
.marginb5 {
	margin-bottom: 5px;
}
.marginb10 {
	margin-bottom: 10px;
}
.marginb20 {
	margin-bottom: 20px;
}
.padding5 {
	padding: 5px;
}
.reply-content {
	word-wrap: break-word;
}
.reply-content img {
	max-width: 100%;
}
.content {
	word-wrap: break-word;
}
.content img, iframe, object{
	max-width: 100%;
}
img.avatar {
	width: 100%;
	padding:0;
}
#ploading {
	display: none;
	position: fixed;
	z-index: 99;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url('../images/loading.gif') no-repeat center;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.8);
}
.img-personnel {
	width: 200px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.img-personnel:hover {
	transform: scale(1.19);
	transform: -webkit-scale(1.19);
	transform: -moz-scale(1.19);
	transform: -o-scale(1.19);
}