body {
	font-family: Microsoft JhengHei, 'Open Sans', Arial, sans-serif;
	color: #474141;
	font-size: 16px;
}
/*body {
	font-family: cwTeXYen, Microsoft JhengHei, 'Open Sans', Arial, sans-serif;
	color: #474141;
	font-size: 16px;
}
*/
.navbar {
   min-height: 40px;
   font-size: 16px;
   font-family: Microsoft JhengHei, 'Open Sans', Arial, sans-serif;
   font-weight: 650;
}      
.main_bg{
    !margin-top: 50px;
} 
.navbar-brand{
	!padding: 12px 15px;
	color: white;
}
.navbar-nav a {
	color: white;
}

!.navbar-default, .navbar-default .dropdown-menu {
    background-color: rgba(14, 48, 90, 0.91);
}
!.navbar-default .dropdown-menu>li>a:hover, .navbar-default .dropdown-menu>.active>a, .navbar-default .dropdown-menu>.active>a:hover {
    background-color: #b39393;
}
.table > tbody > tr > td {
     vertical-align: middle;
}

.bs-box {
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	border-radius: 4px 4px 0 0;
	border-top: 0px;
	padding: 0px; 
	z-index: 90;
	!border-radius: 0px;
    margin-bottom: 27px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;  
}
.bs-no-border {
	box-shadow: none;
}
.bs-padding-2{
	padding: 2px;
}
.bs-title {
    box-shadow: 0px -1px 0px rgb(243, 248, 253);
  	padding: 7px;
    top: -20px;
    width: 100%;
    font-size: small;
    color: #fdf7f7;
    background: #d8d8d8;
    display: inline-block;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.bs-content {
	padding:10px 10px 10px 10px;
}

.bs-content .bs-span {
	color: #0298cd;
}

.bs-box:after {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 12px;
    font-weight: 700;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.close_box{
	display: none;
}

.close_box-tool {
	background: #e3ddd8;
} 

.bs-box-tool {
    position: absolute;
    top: 0px;
    right: 12px;
    padding: 0px;
    color: #8c8484;
}

.bs-box-tool ul {
	list-style: none;
	display: inline-block;
	padding: 5px;
}

.bs-box-tool ul li {
    display: inline;
    padding: 2px;
    color: white;
}

.bs-box-tool ul li a{
    color: white;
    cursor: pointer;
}

.list-group-item.selected{
    background: #008cba;
    color: white;
}

.list-group-item.selected a {
	color: white;
}

.admin_title{
	font-family: Microsoft JhengHei, 'Open Sans', Arial, sans-serif;
	border-left: 3px solid #eb6864;
    padding-left: 10px;
}

.bootstrap_table_img{
    width: 70px;
    height: 70px;
	display: block;
    overflow: hidden;
	
    !border: 1px dashed #aaa;
}
.bootstrap_table_img img{
	max-width: 100%;
}

.badge1 {
   position:relative;
}
.badge1[data-badge]:after {
   content:attr(data-badge);
   position:absolute;
   top:-10px;
   right:-10px;
   font-size:.7em;
   background:green;
   color:white;
   width:18px;height:18px;
   text-align:center;
   line-height:18px;
   border-radius:50%;
   box-shadow:0 0 1px #333;
}