/*CSS文字被鼠标选中后的文字颜色及背景*/
body{
	margin:0;
	padding:0;
}
body {
	background: #FFFFFF;
}
*{
	font-family: "Microsoft YaHei",Tahoma,"Simsun",sans-serif;
}
/*默认去掉所有图片的边框*/
img {
	border: 0px;
}

input[type="checkbox"]{
	cursor: pointer;
}
/*去掉input表单输入时的边框。去掉文本框选中后出现蓝色框*/
input[type="text"],
input[type="password"],
textarea,
select,
option,
input:focus,
input:active,
input:hover,
input:visited,
input:link,
select:focus,
select:active,
select:hover,
select:visited,
select:link,
option:focus,
option:active,
option:hover,
option:visited,
option:link,
textarea:focus,
textarea:active,
textarea:hover,
textarea:visited,
textarea:link,
button,
button:focus,
button:active,
button:hover,
button:visited,
button:link {
	outline: 0;
	outline-style: none;
}

/*自动填充背景黄色问题。可以对input:-webkit-autofill使用足够大的纯色内阴影来覆盖input输入框的黄色背景*/
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

/*小手指针*/
button {
	cursor: pointer;
}

.chosen-container .search-choice-close {
	cursor: pointer;
}
.chosen-container .chosen-choices {
	padding: 0 10px;
	cursor: pointer;
}

/*.chosen-container {
	font-size: 14px;
	
	line-height: 30px;
}

.chosen-container-multi .chosen-choices .search-choice span {
	font-size: 14px;
	height: 34px;
}

.chosen-container-single .chosen-single{
	height: 35px;
}
.chosen-container-single .chosen-single div{
	line-height: 38px;
}
.chosen-container-single .chosen-single span{
	line-height: 30px;
}
.chosen-container-single .chosen-default{
	line-height: 10px;
	height: 34px;
}*/

.table th,.table td{
	display:table-cell; 
	vertical-align: middle !important;
}

/*UEditor*/
.edui-editor{
	width:100%;
}
#edui_fixedlayer{
	z-index:9999999999999 !important;
}
/*UEditor*/



.checkbox-checked {
	color: #c7254e;
	background-color: #f9f2f4;
	/*color: #0fc51d;
	background-color: #e9fff4;*/
	border-radius: 4px;
	font-weight: bold;
}




[index="header"] .navbar {
	box-shadow: 0 0 5px #888;
	border-bottom: 1px solid #ebebeb;
}
[index="header"] {
	z-index: 3;
}


[index="navigation"] .body {
	position: fixed;
	width: 250px; 
	height: 100%; 
	overflow: hidden; 
	margin: 0; 
	padding: 0; 
	left 0; 
	top: 0;
	padding-top: 50px;
	
	box-shadow: 0 0 5px #888;
	border-bottom: 1px solid #ebebeb;
	
	font-size: 16px;
	/*禁止文字选择*/
	-moz-user-select: none; /*火狐*/ 
	-webkit-user-select: none; /*webkit浏览器*/ 
	-ms-user-select: none; /*IE10*/ 
	-khtml-user-select: none; /*早期浏览器*/ 
	user-select: none; 
	
	z-index: 2;
}
[index="navigation"] .scroll {
	width:270px;
	height:100%;
	overflow-y: auto;
}
[index="navigation"] .wrap {
	width: 250px;
	height:auto;
	min-height: -moz-calc(100%); 
	min-height: -webkit-calc(100%);
	min-height: calc(100%); 
	background-color: #FFFFFF;
}



[index="navigation"] .list-group-item {
	cursor: pointer;
	color: #333;
	text-decoration: none;
}
[index="navigation"] .list-group-item:not(.active):hover {
	background: #F5F5F5;
}
[index="navigation"] .list-group-item.active {
	color: #FFFFFF;
}
[index="navigation"] .list-group-item.active:hover {
	background: #007be4;
}
[index="navigation"] .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

[index="navigation"] .list-group-item:last-child {
    border-bottom-right-radius: 0;
}



[index="navigation"] .subcatalog {
	padding-left: 20px;
	display: none;
}

[index="navigation"] .catalog .state {
	float: right;
	line-height: 25px;
}

[index="navigation"] .subcatalog .list-group-item {
	padding: 5px 15px;
}
[index="navigation"] .subcatalog .list-group-item a {
	font-size: 15px;
}


[index="navigation"] .subcatalog-hide{
	display: none;
}



/*中间的内容*/
[index="content"] .body {
	position: fixed;
	width: -moz-calc(100% - 250px); 
	width: -webkit-calc(100% - 250px);
	width: calc(100% - 250px);
	height: 100%; 
	overflow: hidden; 
	margin: 0; 
	padding: 0; 
	padding-top: 50px;
	left: 250px; 
	
	z-index: 1;
	
	background: #FFFFFF;
}
[index="content"] .scroll {
	width: -moz-calc(100% + 20px); 
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	height:100%;
	overflow-y: auto;
}

/*设置内容的身体*/
[index="content"] .wrap {
	padding: 25px;
	width: 100%; 
}


[page="path"] {
	display: none;
}
[page="path"] .glyphicon, [page="path"] .project, [page="path"] .page {
	font-size: 14px;
}
