/*
 * Globals
 */
@media (min-width: 48em) {
  html {
    font-size: 18px;
  }
}

body {
    font-family:  'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      color: #000;
}
ul, ol, li {
    list-style: none;
}
.popover{
	max-width:400px;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
/*  font-family: 'Freight Sans Bold', 'Helvetica Neue', 'Segoe UI', 'Malgun Gothic', Meiryo, 'Microsoft JhengHei', helvetica, arial, sans-serif !important;
   font-weight: bold !important; */ 
    text-rendering: optimizelegibility;
}
.login-form {
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

/*
 * Override Bootstrap's default container.
 */

.container {
    max-width: 80rem;  
}
.text-muted {
    padding: 10px 0;
}
.footer {
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  background-color: #f5f5f5;
  position: fixed;
}

/*
 * Masthead for nav
 */

.masthead {
  -webkit-box-shadow: inset 0 -.1rem .25rem rgba(0,0,0,.1);
          box-shadow: inset 0 -.1rem .25rem rgba(0,0,0,.1);
}
.carousel{
 /*  background-color: #BEBECC;  */
}
.show-header{
 /*  background-color: #BEBECC;  */
}

.nav-link {
  position: relative;
  padding: 1rem;
  font-weight: 500;
}
.nav-link:hover,
.nav-link:focus {
  color: #fff;
  background-color: transparent;
}

/* Active state gets a caret at the bottom */
.nav-link.active {
  color: #fff;
}
.nav-link.active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -.3rem;
  vertical-align: middle;
  content: "";
  border-right: .3rem solid transparent;
  border-bottom: .3rem solid;
  border-left: .3rem solid transparent;
}
/* .navbar-agency{
    background-color: #3a6f85;  
    border-color: #3a6f85;
}
.nav>li>a:hover{
   background-color: #75abc2;
}
.nav>li>a.active{
	background-color: #75abc2;
}
.nav>li>a {
  color:#ddd;
} */
 
.show-container{
  background-color: #fff; 
}
.gradient {
    background: url(/resources/plugins/qianmu/images/gradient.png) 0 bottom repeat-x;  
    /* background: url(/resources/plugins/qianmu/images/indexbg.jpg); */
      background: -webkit-linear-gradient(white, #D3D8E8);
    background: linear-gradient(white, #D3D8E8);  
}

/*��������ҳ��ʽ
*/
.cover{
	display: block;
    position: relative;
}
.coverImage{
	height:132px;
	overflow:auto;
}
.coverBorder {
    border: 1px solid #000;
    border-color: rgba(0, 0, 0, .25);
    border-top-color: rgba(0, 0, 0, .1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.photoContainer{
	 position: absolute;
	 top:5px;
	 left:30px;
	 border: 1px solid #eee;
	 border-radius: 2px;
	 width:160px;
	 height:160px;
	 cursor: pointer;
}
.photoContainer>img{
    border: 4px solid #fff;
    border-radius: 2px;
   
}
.editPic {
	width: 150px;
	height: 150px;
	z-index: 10;
	margin: 4px;
	
}
.editPic>a{
	margin:2px;
}
.headnav{
    border-left: 1px solid #eee;
    border-right:1px solid #eee;
    border-radius: 2px;
    overflow: auto;
}
.navbar-nav li.active:after, .navbar-nav li.active:before {
	bottom: 0%;
    margin-bottom: -2px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.navbar-nav li.active:after {
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px;
    z-index: 1;
}
.navbar-nav li.active:before {
	border-bottom-color:green;
	border-width: 9px;
	margin-left: -9px;
    z-index: 1;
}
.leftmenu{
	padding-top:10px;
	padding-right:0px;
}
.rightContent{
    border-left:1px solid #bbb;
}
.subnav>li{
	line-height: 28px;
	list-style: none;
}
.subnav{
	padding:5px;
}
.subnav>li>a{
	position: relative;
    display: block;
    padding: 3px 0px 3px 20px;
    text-decoration: none;
}
.menu_info>li>a.active{
	border-left:2px solid green;
	background-color:#eee;
}
.menu_info>li>ul>li>a.active{
	background-color:#ddd;
}
.active>a{
	color:#000;
	font-weight: bold;
}
/* .title{
	border-bottom:1px solid #aaa;
	font-size:16px;
	font-weight: bold;
	padding:15px 0px 5px 0px;
} */
#framecontainer{
	height:100%;
}
.hoverShow{
	display:none;
}
.edit{
	cursor: pointer;
	margin-right:40px;
}
.delete{
	cursor: pointer;
	margin-right:40px;
}
.editTd>input{
	width:220px;
}
.addTr{
	display:none;
}
.updateTr{
	display:none;
}
.privatePolicySelect{
	width:75px;
	border:0px;
}
.active .edit{
	display:block;
}
p.tools{
	padding:0px;
	margin:0px;
}
.formHover{
	background-color:#FaFAFA;
}
.editTd{
	display:none;
}
.headTab{
	position: fixed;
	top: 0px;
}
.formbox{
	display:none;
}
#jquery-pop {
	border: 1px solid rgba(0,0,0,0.2);
	background-color:#fff;
	padding:10px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
#jquery-pop  .arrow {
	position:absolute; 
	border-style:solid; 
	border-width:11px;
	border-color:transparent transparent rgba(0,0,0,0.2) transparent; 
	left:5px;
	margin-top:-21px;
	border-top-width: 0px;
}
#jquery-pop .arrow:after{
	position:absolute; 
	border-width: 10px;
	content: "";
	border-style:solid; 
	border-top-width: 0px;
	left:-10px;
	top:1px;
	border-color:transparent transparent #fff transparent; 
}
#jquery-pop  .arrow2 {
	position:absolute; 
	border-style:solid; 
	border-width:11px;
	border-color:rgba(0,0,0,0.2) transparent transparent  transparent; 
	left:5px;
	margin-top:20px;
	border-bottom-width: 0px;
}
#jquery-pop .arrow2:after{
	position:absolute; 
	border-width: 10px;
	content: "";
	border-style:solid; 
	border-bottom-width: 0px;
	top:-11px;
	left:-10px;
	border-color:#fff transparent transparent transparent; 
}

#jquery-pop  .arrow3 {
	position:absolute; 
	border-style:solid; 
	border-width:11px;
	border-color:transparent   rgba(0,0,0,0.2) transparent  transparent   ; 
	left:-12px;
	margin-top:10px;
	border-left-width: 1px;
}
#jquery-pop .arrow3:after{
  	position:absolute; 
	border-width: 10px;
	content: "";
	border-style:solid; 
	border-left-width: 1px;
	left:0px;
	top:-10px;
	border-color:transparent  #fff transparent  transparent ;   
}
.details{
	width:40px;
	float:left;
}
.details>.number{
text-align: center;
font-size: 16px;
letter-spacing: -1px;
font-weight: 300;
}
.details>.desc{
	text-align: center;
	font-size: 12px;
	letter-spacing: 0px;
}
.detailsbtn{
	float:right;
	padding:5px 15px;
}
ul.userInfo>li{
	float:left;
	width:80px;
}
.dataEdit>span{
	font-size:12px;
}
.qa-blocks-tags{
	padding:10px 0px ;
	font-size:13px;
}
.qa-blocks-tags a {
    /* background: #eee; */
    padding: 1px 4px;
    /* margin: 0 4px 4px 0; */
    display: inline-block;
    padding: 1px 3px;
    /* margin-right: 8px; */
    text-shadow: none !important;
    color: #777;
}
.qa-blocks-tags a:hover{
	text-shadow: none !important;
	text-decoration: none;
	background: #ddd;
}
.qa-blocks-tags span{
	color: #78cff8;
	font-size:13px;
}
.modal-body>.form-group{
	padding:15px;
}
.forumcontent ul{
	list-style: lower-latin;
}
.forumcontent li{
	line-height: 30px;
	list-style: inside;
	padding:0px 15px;
}
.forumcontent ol{
	list-style: lower-latin;
}
.forumcontent li{
	line-height: 30px;
	list-style: inside;
	padding:0px 15px;
}
.treeDiv{
  	position: fixed;
	top:65px;  
}
#content > ul > li {
    line-height: 20px;
    list-style-position: outside;
    list-style-type: disc;
    margin-left:  12px;
    padding: 2px;
}
#content  {
	color:#3e3e3e;
}
#content > ul > li > ul > li {
    line-height: 20px;
    list-style-position: outside;
    list-style-type: square;
    margin-left: 12px;
    padding: 2px;
}
#content > ul > li > ul > li > ul > li {
    line-height: 20px;
    list-style-position: outside;
    list-style-type: circle;
    margin-left: 12px;
    padding: 2px;
}
.wikiContent{
	background: #fff;
	text-align:left;
	height:auto;
}
.wikiContent a {
    color: #0645ad;
}
.wikiTitle {
    border-bottom: 1px solid #ddd;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.25;
    margin: 10px 0 5px;
    padding-bottom: 10px;
    text-align: center;
}
.wikiContent h1 {
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    margin: 21px 0 5px 0px ;
    padding-bottom: 10px;
}
.wikiContent h2 {
    border-bottom: 1px solid #aaaaaa;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3;
    margin: 21px 0 5.25px;
    text-align: left;
}
.wikiContent h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5625;
    margin: 24px 0 3px;
}
.wikiContent h4 {
    font-size: 14px;
    line-height: 1.5;
    margin: 20px 0 0;
}
.wikiContent h5 {
    color: #707070;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.66667;
    margin: 4px 0 0;
    text-transform: uppercase;
}
.wikiContent h6 {
    color: #707070;
    font-size: 12px;
    line-height: 1.66667;
    margin: 2px 0 0;
}
.infobox {
    background-color: #f9f9f9;
    clear: left;
    color: #333333;
    float: right;
    margin-left: 1em;
    width: 50%;
}
.wikiComment{
	overflow:auto;
}
.treeDiv ul{
	margin:0px;
	padding:0px;
}
.treeDiv ul>li{
	margin-left:5px;
	height:32px;
	overflow:hidden;
	padding:8px 0px;
}