.xview-layout {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.xview-layout .form-top >div.top-btn {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}

.xview-content {
	height: 100%;
}

.xhl>.xview-content {
	padding-top: 0;
	margin-top: 0;
}

/* xtab ui */
.xtab-box {
	height: 100%;
	padding-top: 10px;
}

.xtab-items {
	height: 100%;
}

#xtab.jqx-widget-content {
	border-color: transparent;
}

#xtab > .jqx-widget-header {
	border-color: #d0d0d0;
}

li[id^=xtab].jqx-tabs-title {
	font-size: 15px;
	padding: 12px 15px 10px 10px;
	margin-left: 5px;
	border-bottom: none;
}

li[id^=xtab].jqx-tabs-title-selected-top {
	border-color: #d0d0d0;
	border-bottom: 1px solid #fff;
	color: #1ab394;
	padding: 10px 15px 12px 10px;;
}

li[id^=xtab].jqx-tabs-title-hover-top {
	border-color: #d0d0d0;
}

.xtab-cnt {
	background-color: #ff5f45;
	text-align: center;
	min-width: 18px;
	padding: 2px 6px;
	height: 20px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	line-height: 18px;
	border-radius: 10px;
	margin-left: 4px;
}

/* tab3 */
.xtab-row .xtab-items {
	display: flex;
	flex-direction: row;
	padding: 25px 40px 40px;
}

.popup-content .xtab-row .xtab-items {
	padding: 0px 15px 15px;
}


.xtab-box .tab-area {
	width: 300px;
	border: 1px solid #d4d4d4;
	overflow: auto;
	padding: 5px;
	margin-right: 15px;
	background: #f7f7f7;
}

.xtab-box .item-area {
	flex: 1;
	overflow: hidden;
	border: 1px solid #d4d4d4;
}

.tab3 .item {
	border: 1px solid transparent;
	border-radius: 5px;
	padding: 0px 10px;
	cursor: pointer;
	margin-bottom: 5px;
}

.tab3 .item.tab-select {
	border-color: #d0d0d0;
	background: #ffffff;
}

.tab3 .item:hover {
	border-color: #d0d0d0;
	background: #e8e8e8;
}


/* xhl ui */
.xhl-box {
	padding: 15px;
}

.content > .xview-layout .xhl-box {
	overflow: auto;
	height: 100%;
}

.xhl-item {
	width: 100%;
	padding-bottom: 10px;
}

.xhl-item-title {
	border-bottom: solid 1px #e0e0e0;
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
}

.xhl-item-title > i {
	font-size: 16px;
	padding-right: 5px;
}

.xhl-item-title > .info {
	color: #ff5f45;
}