@charset "utf-8";
/* 全局样式 */
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background: #E5E5E5;
	border-radius: 0;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment
	{
	width: 6px;
	height: 6px;
	background: #BFBFBF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

::-webkit-scrollbar-thumb {
	width: 6px;
	height: 6px;
	background: #BFBFBF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
	background: #595959;
	box-shadow: inset 0 0 2px #000;
}

::-webkit-scrollbar-track-piece {
	width: 6px;
	background: #E5E5E5;
	border-radius: 0;
}

html {
	-webkit-text-size-adjust: none;
}

body {
	/* overflow: hidden; */
	font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
	/* background: #333645; */
}

ol,ul,li {
	list-style: none;
}

.global-messages {
	position: fixed;
	top: 60px;
	left: 50%;
	max-width: 50%;
	min-width: 240px;
	transform: translateX(-50%);
	z-index: 1060;
}

.global-messages>.alert {
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 1px;
	width: 100%;
	text-align: center;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.global-messages .ng-enter {
	transition: .5s;
	opacity: 0;
}

.global-messages .ng-enter-active {
	opacity: 1;
}

.global-messages .ng-leave {
	transition: 2s;
}

.global-messages .ng-leave-active {
	opacity: 0;
}

ol.ns-list-group {
	list-style: none;
	padding: 0;
}

table.ns-list-group {
	table-layout: fixed;
	width: 100%;
}

.ns-list-group>.ns-list-group-item, table.ns-list-group>tbody>tr.ns-list-group-item>td,
	table.ns-list-group>thead>tr>th {
	border-bottom: solid 1px #e6e6e6;
	/* padding-bottom: 5px; */
}
.ns-list-group>.ns-list-group-item.locked * {
	color: #aaa;
}
.ns-list-group>.ns-list-group-item:nth-child(2n), table.ns-list-group>tbody>tr.ns-list-group-item:nth-child(2n)>td
	{
	background-color: #eee;
}
.ns-list-group .ns-list-group-item .ns-item-icon {
	float: left;
	position: relative;
	min-height: 1px;
	padding: 10px;
	padding-right:0;
	width: 34px;
	height: 44px;
	text-align: center;
}
.ns-list-group .ns-list-group-item .ns-item-title {
	display: inline-block;
	padding: 4px 10px;
}

.ns-list-group .ns-list-group-item .ns-item-description {
	color: #999;
	font-size: xx-small;
	padding-left: 25px;
}
.ns-list-group .ns-list-group-item .ns-item-times {
	color: #666;
	font-size: xx-small;
}

.tree ol {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: outside none none;
}

.tree>ol {
	
}

.tree ol ol {
	padding-left: 1.28571429em;
}

.tree ol ol>li>ol::after {
	content: "";
	position: absolute;
	top: 0;
	left: -0.64285715em;
	right: 0;
	width: 0;
	height: calc(100% - 1px);
	border-left: 1px dotted #ccc;
}

.tree ol ol>li:last-child>ol::after {
	border: medium none;
}

.tree ol>li {
	position: relative;
}

.tree>ol>li {
	border-top: 1px solid #eee;
}

.tree>ol>li:first-child {
	border-top: medium none;
}

.tree ol>li>div:first-child {
	position: relative;
	margin: 0;
	padding: 0 .2em;
	padding: 0;
	height: 1.6em;
	line-height: 1.6em;
	display: block;
	cursor: pointer;
}

.tree ol>li>div:first-child:hover, .tree ol>li.active>div:first-child {
	background: none repeat scroll 0 0 lightblue;
}

.tree ol ol>li>div:first-child::before {
	content: "";
	position: absolute;
	top: 0px;
	right: auto;
	left: calc(-0.64285715em + 1px);
	width: calc(0.64285715em - 2px);
	height: 50%; /* 0.8em; */
	border-bottom: 1px dotted #ccc;
}

.tree ol ol>li>div:first-child::after {
	content: "";
	position: absolute;
	top: 0;
	left: -0.64285715em;
	right: 0;
	width: 0;
	height: calc(100% - 1px);
	border-left: 1px dotted #ccc;
}

.tree ol ol>li:last-child>div:first-child::after {
	height: calc(50% - 1px);
}

.tree li .fa-plus-square-o, .tree li .fa-minus-square-o {
	cursor: pointer;
}

.tree li .fa-blank {
	height: 100%;
	vertical-align: top;
	position: relative;
}

.tree li .fa-blank::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	height: 50%;
	border-bottom: 1px dotted #ccc;
}

.modal-lx .modal-body {
	min-height: 550px;
}

@media (min-width: 992px) {
  .modal-lx {
    width: 90%;
  }
}