.body {
	margin: 0px;
	padding: 0px;
	scroll: no;
	overflow: hidden;
	font-size: 12px;
}

.input-box {
	width: 150px;
	height: 20px;
}

.mainTable {
	width: 100%;
	height: 100%;
}

.mainTopTr {
	height: 54px;
}

.mainTopTd {
	width: 100%;
	padding: 0px;
}

.imgLogo {
	position: absolute;
	top: 0px;
	left: 8px;
	width: 210px;
	height: 54px;
	z-index: 2;
}

.topNavBanner {
	position: absolute;
	top: 0px;
	right: 2px;
	z-index: 1;
	height: 24px;
	line-height: 24px;
}

.configPage_header {
	width: 740px;
	margin: 0 auto;
}

.configPage_header .configPage_headerPath {
	width: 370px;
}

.configpage .configpage_content {
	width: 740px;
	margin: 0 auto;
}

.spacerTd {
	height: 2px;
	background-image: url(../img/mainframe/line2.gif);
	background-repeat: repeat-x;
}

.mainVsTr {
	height: 4px;
}

.mainVsTd {
	height: 4px;
	background-image: url(../img/mainframe/line_down.gif);
}

.mainBottomTr {
	width: 100%;
	height: 100%;
}

.mainBottomTd {
	padding: 0px;
}

.hd {
	background-color: #D6E7F7;
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	overflow: hidden;
	padding: 6px;
	height: 25px;
}
@keyframes loading-rotate {
	to {
			transform: rotate(1turn)
	}
}
@keyframes loading-dash {
	0% {
			stroke-dasharray: 1,200;
			stroke-dashoffset: 0
	}

	50% {
			stroke-dasharray: 90,150;
			stroke-dashoffset: -40px
	}

	to {
			stroke-dasharray: 90,150;
			stroke-dashoffset: -120px
	}
}
.el-loading-spinner .circular {
	height: 42px;
	width: 42px;
	animation: loading-rotate 2s linear infinite;
}
.el-loading-spinner .path {
	animation: loading-dash 1.5s ease-in-out infinite;
	stroke-dasharray: 90,150;
	stroke-dashoffset: 0;
	stroke-width: 2;
	stroke: #409eff;
	stroke-linecap: round;
}
/* login */
.config__login-view {
	width: 100%;
	height: 100%;
	background: #f8f8f8;
	display: flex;
	align-items: center;
	justify-content: center;
}
.config__login-box {
	width: 420px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 0 9px rgba(4, 0, 0, 0.1);
	font-size: 12px;
}
.config__login-title {
	/* height: 42px;
	line-height: 42px; */
	background: #f8f8f8;
	border-bottom: 1px solid #ececec;
	padding: 18px;
	box-sizing: border-box;
	text-align: center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.config__login-prompt, .config__login-image {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
}
.config__login-image {
	height: 68px;
	background: url(../writeCustomBgImg.jsp?useDefault=true&theType=ConfigLoginLogo) center center no-repeat;
}
.config__login-prompt {
	height: 25px;
	margin-top: 20px;
	color: #c70f15;
}
/* 登录界面提示信息 */
.config__login-promptItem {
	margin-bottom: 10px;
	padding: 0px 30px;
}
.config__login-form {
	width: 260px;
	margin: 0 auto;
}
.config__login-formItem {
	margin-bottom: 17px;
}
.config__login-input {
	display: inline-block;
	width: 100%;
	height: 30px !important;
	padding-left: 12px;
	border: 1px solid #aaa;
	border-radius: 4px !important;
	color: #333;
	box-sizing: border-box;
}
.config__login-input::-webkit-input-placeholder, .config__login-input::-ms-input-placeholder {
	color: #aaa;
}
.config__login-btn {
	border: none;
	color: white;
	background-color: #1e95c1;
	cursor: pointer;
	font-size: 16px;
	font-family: "Microsoft YaHei", SimSun, Arial, Sans-Serif;
	border-radius: 4px;
	width: 100%;
	height: 30px;
	line-height: 28px;
	margin-top: 7px;
	margin-bottom: 65px;
	font-size: 14px;
}
.config__login-btn:hover{
  background-color: rgb(30, 149, 193,.8);
}
.config__login-btn.is-disabled {
	background-color: #a0cfff;
	border-color: #d8d8d8;
}
/* upgrade */
.config__upgrade-view {
	width: 100%;
	height: 100%;
	background: #f8f8f8;
	display: flex;
	align-items: center;
	justify-content: center;
}
.config__upgrade-stage {
	width: 843px;
	height: 480px;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 0 9px rgba(4, 0, 0, 0.1);
	font-size: 12px;
	position: relative;
}
.config__upgrade-stage1 {
	width: 843px;
	height: 480px;
}
.config__upgrade-title {
	position: absolute;
	top: -34px;
	font-size: 16px;
	color: #333;
}
.config__upgrade-table {
	margin-top: 17px;
	margin-left: 17px;
}
.config__upgrade-table td {
	padding: 17px 12px 17px 17px;
}
.config__upgrade-table .checkbox input {
	margin-right: 5px;
}
.config__upgrade-footer {
	position: absolute;
	bottom: 25px;
	right: 25px;
	width: 100%;
	text-align: right;
}
.config__upgrade-view button {
	color: #FFF;
	background-color: #a0cfff;
	border-color: #a0cfff;
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	background: #FFF;
	border: 1px solid #DCDFE6;
	color: #606266;
	-webkit-appearance: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	margin: 0;
	-webkit-transition: .1s;
	transition: .1s;
	font-weight: 500;
	-ms-user-select: none;
	padding: 8px 20px;
	font-size: 14px;
	border-radius: 3px;
	font-size: 12px;
}
.config__upgrade-view button.is-disabled {
	cursor: not-allowed;
}
.config__upgrade-view button.el-button--primary {
}
.config__upgrade-view button.el-button--primary.is-disabled, .config__upgrade-view button.el-button--primary.is-disabled:hover {
		color: #aeaeae;
		background-color: #F7F7F7;
		border-color: #d8d8d8;
}
.config__upgrade-view button.el-button--primary:hover {
	background:#1e95c1;
	border-color:#1e95c1;
	color:#FFF
}
.config__upgrade-view .el-button+.el-button {
	margin-left: 10px;
}
.config__upgrade-view .hint {
	margin-left: 5px;
	color: #aaa;
}
/* 升级知识库日志框 */
.config__upgrade-view .log {
	width: 740px;
	height: 135px;
	overflow: auto;
	white-space: nowrap;
	padding-left: 5px;
}
.config__upgrade-view .log pre {
	margin: 0px;
}
.config__upgrade-smtitle {
	box-sizing: border-box;
	padding:9px 0;
	border-bottom: 1px solid #ececec;
	margin-top: 15px;
	margin: 15px 14px 0;
}
/* 升级知识库内容框 */
.config__upgrade-content {
	height: 310px;
	position: relative;
}
.config__upgrade-pane {
	height: 100%;
}
.config__upgrade-startPane {
	background: url('../img/config-upgrade.png') center center no-repeat;
}
.config__upgrade-log {
	overflow: auto;
	white-space: nowrap;
	margin: 10px 14px;
	box-sizing: border-box;
}
.upgradingSpan {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 45px;
	margin-top: -22px;
	margin-left: -21px;
}

/* restore */
.config__restore-view {
	width: 100%;
	height: 100%;
	background: #f8f8f8;
	display: flex;
	align-items: center;
	justify-content: center;
}
.config__restore-stage {
	width: 814px;
	height: 480px;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 0 9px rgba(4, 0, 0, 0.1);
	font-size: 12px;
	position: relative;
}
.config__restore-stage1 {
	width: 814px;
	height: 480px;
}
.config__restore-title {
	position: absolute;
	top: -34px;
	font-size: 16px;
	color: #333;
}
.config__restore-table {
	margin-top: 17px;
	margin-left: 17px;
}
.config__restore-table td {
	padding: 17px 12px 17px 17px;
}
.config__restore-table .checkbox input {
	margin-right: 5px;
}
.config__restore-footer {
	position: absolute;
	bottom: 25px;
	right: 25px;
	width: 100%;
	text-align: right;
}
.config__restore-view button {
	color: #FFF;
	background-color: #a0cfff;
	border-color: #a0cfff;
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	background: #FFF;
	border: 1px solid #DCDFE6;
	color: #606266;
	-webkit-appearance: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	margin: 0;
	-webkit-transition: .1s;
	transition: .1s;
	font-weight: 500;
	-ms-user-select: none;
	padding: 8px 20px;
	font-size: 14px;
	border-radius: 3px;
	font-size: 12px;
}
.config__restore-view button.is-disabled {
	cursor: not-allowed;
}
.config__restore-view button.el-button--primary {
		color: #FFF;
		background-color: #409EFF;
		border-color: #409EFF;
}
.config__restore-view button.el-button--primary.is-disabled, .config__restore-view button.el-button--primary.is-disabled:hover {
		color: #FFF;
		background-color: #a0cfff;
		border-color: #a0cfff;
}
.config__restore-view button.el-button--primary:hover {
	background:#66b1ff;
	border-color:#66b1ff;
	color:#FFF
}
.config__restore-view .el-button+.el-button {
	margin-left: 10px;
}
.config__restore-view .hint {
	margin-left: 5px;
	color: #aaa;
}
/* 恢复知识库日志框 */
.config__restore-view .log-container {
	width: 750px;
	height: 280px;
	padding-left: 5px;
}
.config__restore-view .log {
	height: 100%;
	white-space: nowrap;
	overflow: auto;
}
.config__restore-view .log pre {
	margin: 0px;
}
.config__restore-smtitle {
	box-sizing: border-box;
	padding:9px 0;
	border-bottom: 1px solid #ececec;
	margin-top: 15px;
	margin: 15px 14px 0;
}
.config__restore-content {
	height: 350px;
	position: relative;
}
.config__restore-pane {
	height: 100%;
}
/* .config__restore-startPane {
	background: url('./img/config-restore.png') center center no-repeat;
} */
.config__restore-log {
	overflow: auto;
	white-space: nowrap;
	margin: 10px 14px;
	box-sizing: border-box;
}
.restoringSpan {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 45px;
	margin-top: -22px;
	margin-left: -21px;
}
.el-loading-spinner .circular {
		height: 42px;
		width: 42px;
		animation: loading-rotate 2s linear infinite;
}
.el-loading-spinner .path {
		animation: loading-dash 1.5s ease-in-out infinite;
		stroke-dasharray: 90,150;
		stroke-dashoffset: 0;
		stroke-width: 2;
		stroke: #409eff;
		stroke-linecap: round;
}
/* 恢复知识库步骤 升级知识库步骤*/
.config__restore-stage-header ,.config__upgrade-stage-header{
  height: 80px;
  border-bottom: 1px solid #d8d8d8;
  padding: 0px 40px;
  overflow: hidden;
}
/* 恢复知识库步骤的子div */
.config__restore-stage-header>div ,.config__upgrade-stage-header>div{
  float: left;
  padding:30px 0px;
  vertical-align: middle;
}
/* 恢复知识库步骤的的span */
.config__restore-stage-header span ,.config__upgrade-stage-header span{
  float: right;
  padding:6px;
  vertical-align: middle;
  position: absolute;
  background: #ffffff;
  white-space: nowrap;
}
/* 恢复知识库步骤之间横线的div */
.config__restore-stage-header .hr ,.config__upgrade-stage-header .hr{
  width:276px;
  padding:36px 10px 0px; 
}
/* 恢复知识库已完成步骤的横线 */
.config__restore-stage-header .finish hr ,.config__upgrade-stage-header .finish hr{
  border-top: 1px solid #1e95c1;
}
/* 恢复知识库步骤的完成或者当前步骤的span */
.config__restore-stage-header .current span ,.config__restore-stage-header .finish span
,.config__upgrade-stage-header .current span ,.config__upgrade-stage-header .finish span{
  color:#1e95c1;
}
/* 恢复知识库步骤二的下拉框 */
.config__restore-stage .repoBackups{
  height: 24px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
}
/* 升级知识库和恢复知识库复选框和标签居中 */
.config__upgrade-stage input[type="checkbox"] ,.config__upgrade-stage .checkbox 
,.config__upgrade-stage .hint ,.config__upgrade-stage .checkbox span
,.config__restore-stage input[type="checkbox"] ,.config__upgrade-stage .restore span {
  vertical-align: middle;
 }
/*  升级知识库的日志框 */
 .config__upgrade-table .backup-log-td{
  position: absolute;
  margin-left: -95px;
 }
/*  升级知识库界面日志框的 滚动条 */
 .config__upgrade-table .backup-log-td .ps-scrollbar-x-rail{
  left:20px !important;
  bottom:0px !important;
 }
 /*  升级知识库界面日志框的 滚动条 */
 .config__upgrade-content .ps-scrollbar-x-rail{
  left:10px !important;
  bottom:0px !important;
 }
 /*  升级知识库界面日志框的 滚动条 */
 .config__upgrade-table .backup-log-td .ps-scrollbar-y-rail {
  right:0px !important;
  top:20px !important;
 }
 /*  升级知识库界面日志框的 滚动条 */
 .config__upgrade-content .ps-scrollbar-y-rail{
   right:10px !important;
   top:-5px !important;
 }
 /*  还原知识库界面日志框的 滚动条 */
 .config__restore-table .log-container .ps-scrollbar-x-rail{
  left:10px !important;
  bottom:80px !important;
  width:788px !important;;
 }
 /*  还原知识库界面日志框的 滚动条 */
 .config__restore-table .log-container .ps-scrollbar-y-rail{
  right:10px !important; 
  top: 105px !important;
  height: 285px !important;
 }
 .config__restore-stage3 .config__restore-table{
  margin:17px 5px 0px;
 }
  .config__restore-stage3 .log-container{
  width:788px !important;
  }
 .config__restore-stage3 .config__restore-table td{
  padding:5px 10px 17px 0px;
 }

.config_dbtype ._dbTypeDiv {
	float: left;
}

.config_dbtype ._orclSpecial,
.config_dbtype ._mysqlSpecial,
.config_dbtype ._damengSpecial {
	line-height: 24px;
}

.config_dbtype ._orclSpecial,
.config_dbtype ._mysqlSpecial,
.config_dbtype ._damengSpecial {
	margin-left: 10px;
}

.config_dbtype ._orclSpecial ._orclCheckInfo,
.config_dbtype ._mysqlSpecial ._mysqlCheckInfo,
.config_dbtype ._damengSpecial ._dameng6 {
	margin-right: 3px;
}

.config_dbtype ._orclSpecial ._oracle12c,
.config_dbtype ._mysqlSpecial ._mysql8 {
	margin-left: 20px;
	margin-right: 3px;
}

.config_DriverCatalog ._driverCatalogTypeDiv,
.config_DriverCatalog ._driverCatalogDiv {
	float: left;
}

.config_DriverCatalog ._driverCatalogTypeDiv {
	height: 24px;
}

.config_DriverCatalog .customTypeBtn {
	margin-left: 10px;
	margin-right: 5px;
}

.config_dbpass ._enTypeInfo {
	margin-right: 3px;
}

.config_LicenseFileDir ._licenseFileDirType_Path,
.config_LicenseFileDir ._licenseFileDirType_Server {
	margin-right: 3px;
}

.config_ShowFuncManager ._showFuncManager {
	margin-right: 3px;
}

.config_ShowFuncManager ._showFuncManagerN {
	margin-left: 10px;
	margin-right: 3px;
}

.config_showMyPasswordModifyBtn ._showMyPasswordModifyBtn {
	margin-right: 3px;
}

.config_showMyPasswordModifyBtn ._showMyPasswordModifyBtnN {
	margin-left: 10px;
	margin-right: 3px;
}

.config_ShowSubMenuStyleOption ._subMenuStyleDisplay {
	margin-right: 3px;
}

.config_ShowSubMenuStyleOption ._subMenuStyleDisplayN {
	margin-left: 10px;
	margin-right: 3px;
}

.config_EhCacheConfig ._ehcacheClusterN {
	margin-right: 3px;
}

.config_EhCacheConfig ._ehcacheClusterY {
	margin-right: 3px;
}

[name=skipLog4jHandler]._skiplog4j {
	margin-right: 3px;
	margin-left: 10px;
	vertical-align: middle;
}

[name=skipLog4jHandler]._skiplog4jN {
	margin-right: 3px;
	margin-left: 10px;
	vertical-align: middle;
}

.configpage_flex {
	display: flex;
	align-items: center;
}

.configpage_inlineflex {
	display: inline-flex;
	align-items: center;
}

.configpage_flex [type=radio],
.configpage_inlineflex [type=radio]
.configpage_inlineflex [type=radio] {
	height: 20px;
}

.config .imgLogo {
	background: #1e95c1 url(writeCustomBgImg.jsp?useDefault=true&theType=PageHeadLogo) no-repeat left center;
}