body {
	font-family: Microsoft JhengHei, 'Open Sans', Arial, sans-serif;
	color: #474141;
}
.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;
}
.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;
}

.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;
    overflow: hidden;
	padding: 2px;
    border: 1px dashed #aaa;
}
.bootstrap_table_img img{
	max-width: 100%;
}



/*wen改的*/
.fa, .caret {
    margin-right: 4px;
}
.nav li a:hover {
    background: #906564ab;
}

#articleTable .btn-secondary {
    color: #fff;
    background-color: #F3969A;
    border-color: #F3969A;
}
#articleTable .btn-success {
    color: #fff;
    background-color: #56CC9D;
    border-color: #56CC9D;
}
#articleTable .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
#articleTable .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.article_editor .form-control {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}