@charset "UTF-8";
#waHTML {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	min-width:900px;
	min-height:600px;
	overflow:hidden;
}
#waHeader {
	position:absolute;
	overflow:hidden;
	left:0;
	top:0;
	right:0;
	width:100%;
	height:64px;
	background-color:#409EFF;
}
#waBody {
	position:absolute;
	overflow:auto;
	left:0;
	top:64px;
	right:0;
	bottom:0;
	width:100%;
	background-color:white;
}

.wa-container {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:auto;
	background-color:white;
}

#waHeader > .title {
	padding-left:10px;
	font-size:28px;
	line-height:64px;
	vertical-align:middle;
	text-align:left;
	float:left;
	color:white;
	padding-left:16px;
}

#waHeader > .button-panel {
	position:relative;
	display:inline;
	list-style: none;
	padding-right:10px;
	height:100%;
	line-height:64px;
	vertical-align:middle;
	text-align:right;
	float:right;
	background:transparent;
}
#waHeader > .button-panel > li{
	position:relative;
	display:block;
	width: 48px;
	height:48px;
	font-size: 22px;
	float: left;
	line-height: 48px;
	text-align: center;
	color:white;
	background:transparent;
	margin-right:5px;
	top:8px;
}
#waHeader > .button-panel > li.link:active, #waHeader > .button-panel > li:not(".user"):hover {
	-webkit-box-shadow: 0 0 14px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 14px rgba(0,0,0,.5);
	box-shadow: 0 0 14px rgba(0,0,0,.5);
}
#waHeader > .button-panel > .trial {
	display: none;
}
/*
Login
*/
#loginPanel {
	position:absolute;
	margin-left:-300px;
	margin-top:-150px;
	left:50%;
	top:50%;
	min-width:600px;
	min-height:380px;
	-webkit-box-shadow: 0 0 14px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 14px rgba(0,0,0,.1);
	box-shadow: 0 0 14px rgba(0,0,0,.1);
}
#logoPanel {
	position:absolute;
	left:0;
	top:0;
	width:50%;
	height:100%;
}
#imgLogo {
	position:absolute;
	left:15%;
	top:15%;
	height:70%;
}
#formPanel {
	position:absolute;
	left:50%;
	top:0;
	width:50%;
	height:100%;
	padding-top:30px;
}
.div-login-line {
	position:relative;
	width:100%;
	padding:10px 40px;
	text-align:center;
}
.div-login-line > input {
	width:100%;
	height:100%;
}

.div-login-line > span.title {
	font-size:20px;
}
.div-login-line > span.register {
	float:left;
	font-size: 13px;
	color: #428bca;
}
.div-login-line > span.register > a:hover, .div-login-line > span.register > a:focus {
    color: #2a6496;
    text-decoration: none;
}
.div-login-line > span.register > a:active, .div-login-line > span.register > a:hover {
    outline: 0;
}
.div-login-line > span.register > a, .div-login-line > span.register > a:visited {
    color: #428bca;
    text-decoration: none;
}
.div-login-line > span.register > a {
    background: 0 0;
}
/*
path list
*/
.path-list-row {
	position:relative;
	display:inline-block;
	width:100%;
	padding:5px 0px 5px 32px;
}
.path-list {
	padding-left: 0;
	list-style: none;
	margin-top: 0;
	margin-bottom: 10px;
}
.path-list > li {
	position:relative;
	display:block;
	width: 100px;
	font-size: 12px;
	float: left;
	height: 100px;
	line-height: 1.4;
	text-align: center;
	color:lightgray;
	margin-right:10px;
	margin-bottom:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.path-list > li > i {
	position:relative;
	display:block;
	font-size:32px;
	top:20px;
}
.path-list > li > span {
	position:relative;
	display:block;
	font-size:14px;
	top:25px;
}
.path-list > li.link {
	background-color:white;
	color:gray;
}
.path-list > li.link > i {
	color:#409EFF;
}
.path-list > li.link > span {
	color:gray;
}
.path-list > li.link:hover {
	-webkit-box-shadow: 0 0 14px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 14px rgba(0,0,0,.3);
	box-shadow: 0 0 14px rgba(0,0,0,.3);
}
.path-list > li.link:active,.path-list > li.link:hover, .path-list > li.link:active > *,.path-list > li.link:hover > *{
	background-color:#409EFF;
	color:white;
}
/*
trial path
*/
.wa-path {
	position: relative;
	display:inline-block;
	list-style: none;
	padding-left:24px;
	width:100%;
	height:auto;
	background-color:white;
}
.wa-path:before {
	position: absolute;
	display: block;
	left: 0;
	top: -10px;
	bottom: 14px;
	width: 1px;
	border-left: 1px dotted #666;
	z-index: 1;
	content: "";
}

.wa-path > div {
	width:100%;
	height:auto;
}
.wa-path > div:before {
	position: absolute;
	display: block;
	left: -22px;
	top: 14px;
	width: 16px;
	height: 0;
	border-top: 1px dotted #666;
	z-index: 1;
	content: "";
}
.wa-path > div > span {
	display:inline-block;
	width:100%;
	height:28px;
	line-height:28px;
	vertical-align:middle;
	text-align:left;
	color:#666;
	font-size:16px;
	padding-left:10px;
	overflow:hidden;
}

.wa-path > div > span:before {
	position:absolute;
	z-index: 2;
	left:-6px;
	content: "\f096";
	display: inline-block;
	width:16px;
	height:28px;
	line-height:28px;
	vertical-align:middle;
	text-align:left;
	color:#666;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size:16px;

}
.wa-path > div.radio > span:before {
	content: "\f10c";
}
.wa-path > div.selected > span:before {
	content: "\f046";
}
.wa-path > div.radio.selected > span:before {
	content: "\f192";
}
.wa-path > div.selected > span:before {
	color:red;
}
/*
step
*/
.wa-step {
	display:none;
}
.wa-step-row {
	position:relative;
	display:block;
	width:100%;
	padding:5px 0px 5px 32px;
}
.wa-step .headline {
	display:block;
	font-size:32px;
	height:48px;
	line-height:48px;
	vertical-align:middle;
	text-align:left;
	float:left;
	overflow:hidden;
}
/*
left&right
*/
.div-path-left {
	position: absolute;
	left:3px;
	top:0;
	right:50%;
	height:100%;
	padding-left:16px;
}
.div-path-right {
	position:absolute;
	left:50%;
	top:0;
	width:50%;
	height:100%;
}
.div-path-header {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:66px;
	padding-left:16px;

}
.div-path-body {
	position:absolute;
	left:0;
	top:66px;
	bottom:0;
	width:100%;
}
.div-path-body-center {
	position:absolute;
	left:0;
	top:0;
	bottom:66px;
	width:100%;
	padding-left:16px;
	padding-top:30px;
}
.div-path-body-footer {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:66px;
}
.div-path-panel {
	position:absolute;
	left:10px;
	top:10px;
	right:10px;
	bottom:20px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
/*
case no
*/
#caseNoPanel {
	position:absolute;
	margin-left:-150px;
	margin-top:-100px;
	left:50%;
	top:50%;
	width:300px;
	height:200px;
	-webkit-box-shadow: 0 0 14px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 14px rgba(0,0,0,.1);
	box-shadow: 0 0 14px rgba(0,0,0,.1);
	padding-top:30px;
}
.div-caseno-line {
	position:relative;
	width:100%;
	padding:10px 40px;
	text-align:center;
}
.div-caseno-line > input {
	width:100%;
	height:100%;
}
.div-caseno-line > span.title {
	font-size:20px;
}
/*
*/
button.button.next, button.button.prev {
	width:120px;
}

.path-step-headline {
	position:relative;
	display:inline-block;
	padding:10px 20px 10px 20px;
	font-size:48px;
	color:#666;
	text-align:left;
	width:100%;
}
.path-step-content {
	position:relative;
	display:inline-block;
	padding:10px 20px 10px 20px;
	color:#666;
	text-align:left;
	width:100%;
}
.path-step-content > div {
	position:relative;
	display:block;
	padding:5px 10px 5px 20px;
	font-size:36px;
	color:#666;
	text-align:left;
	width:100%;
	min-height:36px;
	line-height:36px;
	vertical-align:middle;
}
.path-step-content > div > input {
	position:relative;
	left:-16px;
	top:2px;
	width:36px;
	height:36px;
	opacity:1;
	display:inline;
}
.path-step-content > div > span {
	cursor: pointer;
}
.path-step-content > div > input[type="checkbox"]:enabled ~ span {
	background-color:lightgray;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.path-step-content > div > input:enabled ~ span:hover {
	color: red;
}
.path-step-content > div > p {
	padding-left:36px;
	padding-top:16px;
	font-size:24px;
	line-height:28px;
}
/*
*/
ul.desc,  ul.desc ul{
	font-size:24px;
	padding-left:24px;
}
/*
*/
.path-text-list {
	position: relative;
	display: block;
	left:0;
	top:0;
	width:100%;
	height:100%;
	padding-left:22px;
	padding-right: 5px;
}
.path-text-list > div > .header {
	position:relative;
	display:inline-block;
	width:100%;
	height:28px;
	line-height: 28px;
	vertical-align: middle;
	font-size:22px;
}
.path-text-list > div > .header:hover {
	background-color:lightblue;
}
.path-text-list > div > .header > i {
	position: relative;
	display: inline;
	left:0;
	top:0;
	width:1px;
	height:100%;
}
.path-text-list > div > .header > i:before {
	position:absolute;
	left: -16px;
	top:0;
	z-index: 2;
	content: "";
	width:14px;
	height:28px;
	line-height:28px;
	vertical-align:middle;
	text-align:left;
	color:#666;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size:22px;
}
.path-text-list > div > .header > .expand:before {
	content: "\f0da";
}
.path-text-list > div > .header > .collapse:before {
	content: "\f0d7";
}

.path-text-list > div > .header > span {
	position: relative;
	display: inline;
	left:0;
	top:0;
	width: auto;
	height:28px;
	min-height:28px;
	line-height:28px;
	vertical-align:middle;
	font-size:22px;
}

.path-text-list > div > .header > div {
	position: relative;
	display: inline;
	width:auto;
	height:28px;
	line-height:28px;
	vertical-align:middle;
	float:right;
	background:transparent;
}
.path-text-list > div > .header > div > i {
	font-size:22px;
	margin-right:5px;
	width:22px;
	height:28px;
	line-height: 28px;
	vertical-align:middle;
}
.path-text-list > div > .header > div > .path-button {
	cursor: pointer;
}
.path-text-list > div > .content {
	position:relative;
	display:inline-block;
	width:100%;
	font-size:16px;
	padding:22px 44px 22px 22px;
}
/*
*/
.path-text-container {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.path-text-container > .path-text-title {
	position:absolute;
	left:0;
	top:0;
	right:0;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	overflow:hidden;
	background-color:lightgray;
}
.path-text-container > .path-text-title > .btn-group {
	float:right;
}

.path-text-container > .path-text-body {
	position:absolute;
	left:0;
	top:30px;
	right:0;
	bottom:0;
	overflow:auto;
}
/*
*/
.path-edit-container {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.path-edit-container > .path-edit-title {
	position:absolute;
	left:0;
	top:0;
	right:0;
	height:48px;
	line-height:48px;
	vertical-align:middle;
	overflow:hidden;
	font-size:22px;
	background-color:lightgray;
}
.path-edit-container > .path-edit-title > span {
	position:absolute;
	display:inline-block;
	left:0px;
	top:0px;
	width:80px;
	height:48px;
	line-height:48px;
	vertical-align:middle;
	padding-left:10px;
}
.path-edit-container > .path-edit-title > div {
	position:absolute;
	left:80px;
	top:10px;
	right:80px;
	height:28px;
	line-height:28px;
	vertical-align:middle;
	border:0;
}
.path-edit-container > .path-edit-title > div > input {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:28px;
	line-height:28px;
	vertical-align:middle;
	border:0;
	background-color:lightgray;
	border-bottom:1px solid gray;
}
.path-edit-container > .path-edit-title > div> input:focus {
	border:0;
	background-color: white;
}
.path-edit-container > .path-edit-body {
	position:absolute;
	left:0;
	top:48px;
	right:0;
	bottom:0;
	overflow:hidden;
}
.path-edit-container > .path-edit-body > .path-edit-editor {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:auto;
}

/*
*/
#stepContainer #special, #principle-special {
	color:blue;
	text-decoration: underline;
}
#stepContainer #special:hover, #principle-special:hover {
	color:red;
}
/*
*/
.tp-text-list {
	position: relative;
	display: block;
	left:0;
	top:0;
	width:100%;
	height:100%;
	padding-left:22px;
	padding-right: 5px;
}
.tp-text-list > div > .title-bar {
	position:relative;
	display:inline-block;
	width:100%;
	height:28px;
	line-height: 28px;
	vertical-align: middle;
	font-size:22px;
}
.tp-text-list > div > .title-bar:hover {
	background-color:lightblue;
}
.tp-text-list > div > .title-bar > i {
	position: relative;
	display: inline;
	left:0;
	top:0;
	width:1px;
	height:100%;
}
.tp-text-list > div > .title-bar > i:before {
	position:absolute;
	left: -16px;
	top:0;
	z-index: 2;
	content: "";
	width:14px;
	height:28px;
	line-height:28px;
	vertical-align:middle;
	text-align:left;
	color:#666;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size:22px;
}
.tp-text-list > div > .title-bar > .expand:before {
	content: "\f0da";
}
.tp-text-list > div > .title-bar > .collapse:before {
	content: "\f0d7";
}

.tp-text-list > div > .title-bar > span {
	position: relative;
	display: inline;
	left:0;
	top:0;
	width: auto;
	height:28px;
	min-height:28px;
	line-height:28px;
	vertical-align:middle;
	font-size:22px;
}

.tp-text-list > div > .title-bar > div {
	position: relative;
	display: inline;
	width:auto;
	height:28px;
	line-height:28px;
	vertical-align:middle;
	float:right;
	background:transparent;
}
.tp-text-list > div > .title-bar > div > i {
	font-size:22px;
	margin-right:5px;
	width:22px;
	height:28px;
	line-height: 28px;
	vertical-align:middle;
}
.tp-text-list > div > .title-bar > div > .tp-button {
	cursor: pointer;
}
.tp-text-list > div > .container {
	position:relative;
	display:inline-block;
	width:100%;
	font-size:16px;
	padding:22px 44px 22px 22px;
}
.tp-text-list > div > .container > .text {
	position:relative;
	display:inline-block;
	width:100%;
	font-size:16px;
	padding:22px 44px 22px 22px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.tp-text-list > div > .container > .additional {
	position:relative;
	display:inline-block;
	width:100%;
	font-size:16px;
	padding:10px;
	margin-top:10px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.tp-text-list > div > .container > .additional > .title-bar {
	position:relative;
	display:inline-block;
	width:100%;
	height:28px;
	line-height: 28px;
	vertical-align: middle;
	font-size:22px;
}
.tp-text-list > div > .container > .additional > .title-bar:hover {
	background-color:lightblue;
}
.tp-text-list > div > .container > .additional > .title-bar > span {
	position: relative;
	display: inline;
	left:0;
	top:0;
	width: auto;
	height:28px;
	min-height:28px;
	line-height:28px;
	vertical-align:middle;
	font-size:18px;
	font-weight:bold;
}
.tp-text-list > div > .container > .additional > .title-bar > div {
	position: relative;
	display: inline;
	width:auto;
	height:28px;
	line-height:28px;
	vertical-align:middle;
	float:right;
	background:transparent;
}
.tp-text-list > div > .container > .additional > .title-bar > div > i {
	font-size:18px;
	margin-right:5px;
	width:22px;
	height:28px;
	line-height: 28px;
	vertical-align:middle;
}
.tp-text-list > div > .container > .additional > .content {
	position:relative;
	display:inline-block;
	width:100%;
	font-size:16px;
}
/*
widget
*/
/*@media all and (max-width: 1024px) {
}*/
@media all and (min-width: 1024px) {
	.widget-mask > .width-900px {
		width: 900px;
		height:90%;
		margin-left: -450px;
		left: 50%;
		top:5%;
		bottom:5%;
	}
}

.m_t_20 {margin-top: 20px}

.m_l_20 {margin-left: 20px}
.m_20 {margin:20px}


.btn_danger,.btn_danger:focus,.btn_danger:hover  {
	color: #F56C6C;
}
.bnt_success,.bnt_success:focus,.bnt_success:hover {
	color: #67c23a;
}
.btn_warn,.btn_warn:focus,.btn_warn:hover {
	color: #E6A23C;
}
.btn_default,.btn_default:focus,.btn_default:hover {
	color: #1AA1E6;
}
.el-form-item .el-select {
	width: 100%;
}
.custom-tree-node {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	padding-right: 8px;
}

.el-table .el-table__cell {
	padding: 0!important;
}
.hide{
	display: none;
}
.pageForm textarea {resize:none;}
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #fff;
	border-radius: 4px;
	margin-top: 0;
}
.breadcrumb > li {
	display: inline-block
}

.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0"
}

.breadcrumb > .active {
	color: #777
}
.breadcrumb >li a {
	color: #428bca;
	text-decoration: none;
	background: 0 0;
}
.breadcrumb >li a:hover {
	text-decoration: underline;
	outline: 0
}

.breadcrumb >li a:hover,.breadcrumb >li a:focus {
	color: #2a6496;
	text-decoration: underline
}

.breadcrumb >li a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.flex_column>.cell {
	display: flex;
	justify-content: space-between;
	align-items: center;
}



.flex_column .el-button+.el-button {
	 margin-left: 0;
}
.warn_tip {
	color: crimson;
}

::-webkit-scrollbar{
	width: 10px;
	height: 8px;
	background-color: #515a6e;
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}
::-webkit-scrollbar:hover{
	background-color: #d1d1d1;
}
::-webkit-scrollbar-thumb{
	background-color: rgb(193, 193, 193,0.8);
	height: 50px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active{
	background-color:rgb(193, 193, 193, 0.8);
	border-right: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
}
::-webkit-scrollbar-track{
	background-color:#fff;
}
::-webkit-scrollbar-track:hover{
	background-color:#fff;
}
