@CHARSET "UTF-8";

html,body
{
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
	background-color: #E2E7EF;
}

.theme-manage
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: white;
	top: 0px;
}

.theme-manage-toolbar
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    overflow: visible;
    padding-left: 14px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15);
    width: 100%;
    height: 30px;
    border-bottom: 2px solid #4ad5ff;
}
.theme-manage-container
{
	position: absolute;
    left: 10px;
    right: 0px;
    top: 41px;
    bottom: 2px;
    overflow: hidden;
    background-color: rgb(233, 236, 241);
}

.theme-group-container
{
	overflow-x: hidden;
    overflow-y: auto;
    background: #FFFFFF;
}
.theme-group-container .theme-group-op
{
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	height: 47px;
	position: relative;
	width: 230px;
}

.theme-group-container .theme-group-op .theme-group-title
{
	font-size: 14px;
	color: #4e5667;
	margin-left: 36px;
	margin-top: 15px;
	margin-bottom: 15px;
	display: inline-block;
	line-height: 17px;
}

.theme-group-container .theme-group-op .add-theme-group
{
	width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    margin: 16px 8px;
    cursor: pointer;
    right: 34px;
    left: 180px;
    position: absolute;
}

.theme-group-container .theme-group-op .export-theme
{
	width: 16px;
	height: 16px;
	display: inline-block;
	float: right;
	margin: 16px 8px;
	cursor: pointer;
}
.theme-no-data-bg-container
{
	position: absolute;
	background: #FFFFFF;
	left: 10px;
	top: 10px;
	bottom: 10px;
	right: 10px;
	text-align: center
}

.import-theme-file
{
	width: 0;
	height: 0;
	position:absolute;
	left:-400px;
}

.theme-group-container .theme-group-op .import-theme
{
	width: 16px;
	height: 16px;
	display: inline-block;
	float: right;
	margin: 16px 8px;
	cursor: pointer;
}

.theme-group-list
{
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	padding-left: 36px;
	width: 100%;
	height: 47px;
}

.theme-group-list:hover
{
	background-color: #F6F7F9;
}

.theme-group-container .theme-group-selected:hover
{
	background: -webkit-linear-gradient(top,#E2E7EF,white);
}

.theme-group-selected
{
	background: -webkit-linear-gradient(top,#E2E7EF,white);
	color: #2FA7FF;
	border-left: 3px solid #3790F9;
	width: 100%;
	border-right: 0px;
	box-sizing: content-box;
}
.theme-group-list .theme-group-title-text
{
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 15px;
	width: 100px;
	float: left;
	font-size: 14px;
	color: #333;
	outline: none;
}

.theme-group-list .theme-group-title-span
{
	display: block;
	margin-top: 13px;
	margin-bottom: 13px;
	line-height: 22px;
	cursor: pointer;
	word-wrap: break-word;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 190px;
	float: left;
	font-size: 14px;
	height: 22px;
}
.theme-group-list:hover .theme-group-title-span
{
	width: 122px;
}
.theme-group-list .delete-button
{
	width: 16px;
    height: 16px;
    float: right;
    cursor: pointer;
    position: absolute;
    right: 0px;
	margin-top: 15px;
	display: none;
}
.theme-group-list:hover .delete-button
{
	display: inline-block;
}
.theme-group-list .edit-button
{
	width: 16px;
    height: 16px;
    float: right;
    cursor: pointer;
    right: 20px;
	margin-top: 15px;
    position: absolute;
	display: none;
}
.theme-group-list:hover .edit-button
{
	display: inline-block;
}
.theme-group-list .moveup-button
{
	width: 16px;
    height: 16px;
    float: right;
    cursor: pointer;
    right: 40px;
    position: absolute;
	margin-top: 15px;
	display: none;
}
.theme-group-list:hover .moveup-button
{
	display: inline-block;
}
.theme-container
{
	overflow-y: auto;
}

.theme-container .theme-add-card
{
	height: 150px;
	width: 300px;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
	border-radius: 2px;
	display: inline-block;
	margin: 20px 0 20px 18px;;
	cursor: pointer;
	border: 1px solid #fff;
	float: left;
	position: relative;
}

.theme-container .theme-add-card:hover
{
	border: 1px solid #3790F9;
}

.theme-container .theme-add-card .add-icon
{
	width: 50px;
	height: 50px;
	display: block;
	margin: 36px auto 0 auto;
}

.theme-container .theme-add-card .add-title
{
	font-size: 18px;
	color: #999999;
	display: block;
	margin: 10px auto 29px auto;
	display: block;
	width: 200px;
	text-align: center;
	line-height: 18px;
	height: 18px;
}

.theme-card
{
	height: 150px;
	width: 300px;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
	border-radius: 2px;
	display: inline-block;
	margin: 20px 0 10px 20px;
	border: 1px solid #fff;
	float: left;
	position: relative;
	box-sizing: content-box;
	user-select:none;
}

.theme-card-selected
{
	border: 1px solid #4ad5ff;
}
.theme-detail-container
{
	margin: 12px 20px 0px 20px;
	width: 260px;
	height: 105px;
}

.theme-zoom-container
{
    width: 300px;
    height: 99px;
    margin-top: -99px;
    background: #ffffff;
    opacity: 0.9;
	position: absolute;
	overflow: hidden;
}

.theme-zoom-container .zoom-entrance-container
{
	position: relative;
	width: inherit;
	height: inherit;
	top: 0;
	left: 0;
}

.theme-zoom-container .zoom-entrance-container:hover
{
	cursor: pointer;
}

.theme-zoom-container .zoom-entrance-container .zoom-icon-container
{
	position: relative;
	cursor: pointer;
	float: left;
	display: inline-block;
	text-align: center;
}

.theme-zoom-container .zoom-entrance-container .zoom-dsb-icon-container
{
	position: relative;
	cursor: pointer;
	float: left;
	display: inline-block;
	text-align: center;
}

.zoom-entrance-icon
{
	width: 32px;
	height: 32px;
	display: inline-block;
	opacity: 1;
}

.zoom-entrance-des
{
	font-size: 14px;
	color: #5F5F5F;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.theme-card .theme-detail-container .theme-icon
{
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-right: 15px;
	vertical-align: middle;
	border-radius: 4px;
}

.theme-card .theme-detail-container .theme-name
{
	font-size: 16px;
	color: #333333;
	display: inline-block;
	width: 209px;
	height: 35px;
	line-height: 35px;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle;
}

.theme-name:hover
{
	color: #2B87F3 !important;
}

.theme-card .theme-detail-container .manage-icon-container
{
    position: absolute;
	width: 47px;
    height: 20px;
    top: 21px;
    right: 20px;
    cursor: default;
}

.theme-card .theme-detail-container .manage-icon-container .icon
{
	position: absolute;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.theme-card .theme-detail-container .manage-icon-container .edit-icon
{
	left: 0px;
	display: none;
}

.theme-card:hover .theme-detail-container .manage-icon-container .edit-icon
{
	display: block;
}

.theme-card .theme-detail-container .manage-icon-container .delete-icon
{
	right: 0px;
	display: none;
}

.theme-card:hover .theme-detail-container .manage-icon-container .delete-icon
{
	display: block;
}

.theme-card .theme-detail-container .theme-description
{
	font-size: 14px;
	color: #999999;
	letter-spacing: 0;
	line-height: 24px;
	display: block;
	width: 260px;
	height: 48px;
	margin-top: 15px;
	word-wrap: break-word;
	overflow: hidden;
}

.theme-card	.icon-container
{
	width: 260px;
	height: 20px;
	padding: 6px 20px;
	background-color: #F9FBFD;
	box-sizing: content-box;
}

.theme-card .icon-container .icon
{
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.theme-card .icon-container .dsb-icon
{
	float: left;
	margin-right: 15px;
}

.theme-card .icon-container .analysis-icon
{
	float: left;
	margin-right: 15px;
	background-position: 0 2px;
}

.theme-card .icon-container .square-icon
{
	float: left;
	margin-right: 15px;
	background-position: 0 2px;
}

.theme-card .icon-container .data-icon
{
	float: left;
	background-position: 0 2px;
}

.theme-card .icon-container .move-icon
{
	float: right;
	margin-right: 15px;
	background-position: 0 2px;
}

.theme-card .icon-container .copy-icon
{
	float: right;
	background-position: 0 2px;
}

.theme-confirm-box
{
	width: 368px;
	height: 185px;
}

.theme-manage-deldialog-confirm-msg
{
	width: 370px;
	height: 60px;
	text-align: center;
	margin-top: 5px;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	word-break: break-word;
}

.theme-subject-group-comboBox
{
	position: absolute;
	top: 45px;
	left: 86px;
	width: 232px;
}

.theme-imexport-search-box
{
	position: relative;
	width: 200px;
	top: 0px;
	height: 23px;
}

.theme-export-tree-selection-area
{
	font-size: 12px;
	position: relative;
	top: 0px;
	height: 365px;
	overflow: auto;
}

.theme-export-sourceStrategy-label
{
	position: relative;
	left: 0;
	height: 23px;
	top: 0;
	width: auto;
	display: inline-block;
}

.theme-export-help-icon
{
	position: relative;
	margin-left: 5px;
	width: 16px;
	display: inline-block;
	height: 16px;

	transform: scale(0.85);
	-webkit-transform: scale(0.85);    /* for Chrome || Safari */
	-moz-transform: scale(0.85);       /* for Firefox */
	-ms-transform: scale(0.85) ;       /* for IE */
	-o-transform: scale(0.85);         /* for Opera */
}

.theme-export-sourceStrategy-comboBox
{
	position: relative;
	margin-left: 10px;
	top: 0;
	height: 20px;
	width: 88px;
	display: inline-block;
}

.theme-export-area
{
	font-size: 12px;
	position: relative;
	top: 10px;
	height: 82%;
	overflow: auto;
	box-sizing: content-box;
}

.theme-export-with-publish-switchbutton
{
	position: absolute;
	width: 31px;
	height: 19px;
	top: 340px;
	left: 0px;
}

.theme-export-with-publish-text
{
	position: absolute;
	width: auto;
	height: 20px;
	left: 42px;
	top: 341px;
}

.theme-export-area-list-item
{
	position: absolute;
	height: 23px;
	width: 300px;
	cursor: default;
	color: #666;
	margin-left: -16px;
}

.theme-export-area-list-item-icon
{
	position: absolute;
	left: 25px;
	width: 16px;
	height: 16px;
	top: 48%;
	margin-top: -8px;
}

.theme-export-area-list-item-checkbox
{
	position: absolute;
	left: 20px;
	height: 20px;
	width: 20px;
	line-height: 23px;
}

.theme-export-area-list-item-text
{
	position: absolute;
	left: 45px;
	line-height: 23px;
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.theme-export-area-list-item-text-preset
{
	color: red;
}

.theme-importing-exporting-main
{
	position: absolute;
	width: 740px;
	height: 410px;
	top: 50%;
	left: 50%;
	margin-left: -370px;
	margin-top: -205px;
	z-index: 3;
}

.theme-importing-upload-progress
{
	position: absolute;
	top: 200px;
	left: 0px;
	width: 740px;
	height: 3px;
	border-radius: 10px;
}

.theme-importing-exporting-text
{
	position: absolute;
	top: 210px;
	left: 50%;
	width: 180px;
	height: 23px;
	margin-left: -80px;
}

.theme-import-selection-table
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 64px;
	bottom: 0px;
}

.theme-import-selection-prompt
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 10px;
	width: 400px;
}

.theme-import-selection-ignore-btn
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 30px;
	width: 80px;
	height: 23px;
	font-size: 12px;
	border-radius: 4px;
}

.theme-import-selection-overwrite-btn
{
	position: absolute;
	left: 100px;
	right: 0px;
	top: 30px;
	width: 80px;
	height: 23px;
	font-size: 12px;
	border-radius: 4px;
}

.theme-import-selection-rename-btn
{
	position: absolute;
	left: 200px;
	right: 0px;
	top: 30px;
	width: 80px;
	height: 23px;
	font-size: 12px;
	border-radius: 4px;
}

.resourceinfo-bar
{
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	position: fixed;
	bottom: 0px;
	background-color: rgb(242, 242, 242);
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	height: 47px;
	width: 220px;
}

.resourceinfo-bar-title
{
	font-size: 14px;
	color: #4e5667;
	margin-left: 36px;
	margin-top: 15px;
	margin-bottom: 15px;
	display: inline-block;
	line-height: 17px;
}

.resourceinfo-bar-op
{
	float: right;
	cursor: pointer;
	color: rgb(78, 86, 103);
	margin: 15px;
	display: inline-block;
	line-height: 17px;
}

.resourceinfo-layer-contentpane
{
	position: absolute;
	left: 16px;
	right: 16px;
	top: 16px;
	bottom: 6px;
	overflow: hidden;
}

.resourceinfo-detaillist
{
	border-left: 1px solid rgba(0, 0, 0, 0.15)
}

.resourceinfo-detaillist-table-op
{
	position: relative;
	top: 50%;
	margin-top: -10px;
	width: 40px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #5582f3;
	border: 1px solid #5582f3;
	border-radius: 2px;
	cursor: pointer;
	float: right;
	background-color: white;
}

.resourceinfo-detaillist-op
{
	cursor: pointer;
}

.resourceinfo-history-detaillist-op
{
	cursor: pointer;
}

.resourceinfo-detail-search-area
{
	position: absolute;
	width: 100%;
	height: 32px;
	display: inline-block;
	padding-left: 8px;
	padding-right: 7px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
}

.resourceinfo-detaillist-op-select
{
	color: #49A5F7;
}

.resourceinfo-detaillist-detail
{
	cursor: pointer;
	color: #49A5F7;
	color: var(--color-main, #49A5F7);
	text-align: left;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 70px;
	margin: auto;
	width: 75px;
	height: 16px;
}

.resourceinfo-detaillist-desc
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 45px;
	margin: auto;
}

.resourceinfo-detaillist-wopen
{
	cursor: pointer;
	color: #49A5F7;
	color: var(--color-main, #49A5F7);
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -8px;
	height: 16px;
	width: 50px;
}

.resourceinfo-qingstoragespace-text
{
	position: relative;
	float: left;
    left: 60px;
    top: 0px;
    height: 23px;
}

.resourceinfo-qingstoragespace-tips
{
	position: relative;
    left: 65px;
    top: 5px;
    width: 16px;
    height: 16px;
    float: left;
}

.resourceinfo-scheduleresource-text
{
	position: relative;
    height: 23px;
    left: 450px;
    top: -24px;
    float: left;
    clear: both;
}

.resourceinfo-scheduleresource-tips
{
    position: relative;
    left: 455px;
    top: -19px;
    width: 16px;
    height: 16px;
    float: left;
}

.resourceinfo-detaillist-op-file
{
	position: absolute;
    top: 240px;
    left: 130px;
    height: 23px;
}

.resourceinfo-detaillist-op-schedule
{
	position: absolute;
    left: 520px;
    top: 240px;
    height: 23px;
}

.resourceinfo-detaillist-op-open
{
	right: 620px;
}

.resourceinfo-detaillist-sort-box
{
	z-index: 65535;
	position: absolute;
	border: 1px solid transparent;
	cursor: pointer;
}

.resourceinfo-detaillist-sort-box_clickable
{
	border: 1px solid #3cf;
	background-color: #fff;
}

.resourceinfo-detaillist-resource-used-label
{
	position: absolute;
	right: 341.5px;
	top: 0px;
	color: #666;
	font-color: #666;
}

.resourceinfo-resource-attribution
{
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 95%;
	height: 45%;
}

.resourceinfo-overview-component
{
	position: absolute;
	height: 120px;
	width: 97%;
	left: 0px;
	right: 0px;
	top: 5px;
	margin: auto;
}

.resourceinfo-progressbar-chart
{
	position: absolute;
	left: 30px;
	top: 20px;
	height: 30px;
	width: 600px;
}

.resourceinfo-title-component
{
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	height: 30px;
	width: 100%;
}

.resourceinfo-title-component-hr
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 20px;
	width: 97%;
	height: 1px;
	margin: auto;
	background-color: #CCC;
	border: none;
}

.resourceinfo-title-component-icon
{
	position: absolute;
	left: 40px;
	top: 2px;
	width: 16px;
	height: 16px;
	background-position: center;
}

.theme-publish-conflict-tips
{
	font-size: 12px;
	color: #4e5667;
	line-height: 12px;
	margin-left: 2px;
}

.theme-publish-conflict-table
{
	position: absolute;
	top: 25px;
	width: 608px;
	height: 340px;
}

.theme-export-theme-icon
{
	position: absolute;
	left: 45px;
	top: 3px;
	width: 16px;
	height: 16px;
}

.theme-export-theme-name-label
{
	left: 66px;
}

.theme-group-preset-icon
{
	position: absolute;
    width: 36px;
    height: 36px;
	margin-top: 6px;
	right: 15px;
}

.theme-group-preset-text
{
   	position: relative;
}

.theme-group-preset-span
{
   	position: absolute;
   	width: 36px;
	text-align: center;
	color: #b2b2b2;
	right: 50px;
    margin-top: 15px;
    transform: scale(0.7) rotate(-35deg);
    -webkit-transform: scale(0.7) rotate(-35deg);
	-ms-transform: scale(0.7) rotate(-35deg);
	-moz-transform: scale(0.7) rotate(-35deg);
	-o-transform: scale(0.7) rotate(-35deg);
}

.theme-preset-icon
{
	position: absolute;
    width: 50px;
    height: 50px;
    top: -25px;
    right: -22px;
    cursor: default;
}

.theme-preset-text
{
	position: absolute;
    width: 48px;
    top: -9px;
    right: -24px;
    color: #b2b2b2;
    text-align: center;
    transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	-moz-transform: rotate(-35deg);
	-o-transform: rotate(-35deg);
}

.theme-group-name-edit
{
	position: absolute;
	margin-top: 14px;
	height: 20px;
	width: 115px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.theme-twinkle-high-light
{
	border: 1px solid #4ad5ff;
	box-shadow: 0 0 0 1px #4ad5ff;
}

.theme-order-choose-left
{
	border-left: 2px dashed #4ad5ff;
    height: 150px;
    left: -7px;
    position: absolute;
    top: 0px;
    z-index: 999;
}
.theme-order-choose-right
{
	border-right: 2px dashed #4ad5ff;
    height: 150px;
    right: -7px;
    position: absolute;
    top: 0px;
    z-index: 999;
}
.theme-search-close
{
	background-color: #4ad5ff;
}
.theme-search-icon
{
	right: 115px;
    float: right;
    width: 16px;
    height: 16px;
    top: 7px;
    position: absolute;
}
.theme-search-box
{
	width: 190px;
    height: 30px;
    float: right;
    right: 110px;
    line-height:30px;
    position: absolute;
}
.theme-searching-icon
{
	right: 290px;
    float: right;
    width: 20px;
    height: 20px;
    top: 7px;
    position: absolute;
}
.theme-searchtype-combobox
{
	width: 84px;
    height: 29px;
    float: right;
    position: relative;
}

.tm-preset-container
{
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font: 14px PingFangSC-Regular;
	letter-spacing: 0;
	color: #666666;
	text-align: center;
}
.tm-presete-sub-container
{
	width: 740px;
	height: 410px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -370px;
	margin-top: -205px;
}
.tm-preset-progress-img
{
	display:block;
	margin:16px auto 0px auto;
	height: 10px;
	width: 740px;
}
.tm-preset-progress-text
{
	display: block;
	margin: 14px auto 0px auto;
	height: 26px;
	line-height: 26px;
}
.tm-preset-big-img
{
	display:block;
	width: 200px;
	height: 189px;
	background-size: contain;
	margin: 0 auto;
}

.management-handover-content
{
	overflow: auto;
}

.management-handover-data
{
    position: relative;
   	margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #d7e2e2;
}

.management-handover-data-table-cell
{
    position: absolute;
	top: 50% !important;
    margin-top: -8px;
    padding-left: 10px;
}

.management-handover-data-table-cell-merge
{
	background-color: #fff !important;
}

.management-handover-data-table-cell-btb
{
	border-top: 1px solid #d7e2e2;
}

.management-handover-data-table-cell-bl
{
	border-left: 1px solid #d7e2e2;
}

/*主题详情样式*/
.tm-themeDetail-ThemePanel
{
	/*border: 1px solid #dbdbdb;*/
	/*float: right;*/
	top:51px;
	bottom:40px;
	right: 0px;
	width: 100%;
	position: absolute;
	background: white;
	overflow-y:auto;
	overflow-x:hidden;
	z-index: 99999;
}
.tm-themeDetail-ThemeDetail
{
	border-top: 1px solid #dbdbdb;
	float: right;
	right: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	background: white;
	z-index: 99999;
}

.tm-themeDetail-ThemeIconText
{
	position:absolute;
	height: 50px;
	width: 98%;
	left: 15px;
	border-bottom: 1px solid rgb(226, 231, 239);
}

.tm-themeDetail-ThemeText
{
	position:absolute;
	height:21px;
	top:15px;
	font-size:16px;
	left:52px;
	right:14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.tm-themeDetail-ThemeIcon
{
	position:absolute;
	height:36px;
	width:36px;
	margin-top:7px;
	border-radius:4px;
}

/*123*/
.tm-themeDetail-ThemeDate
{
	position:relative;
	/*height: 70px;*/
	width: 100%;
	border-bottom: 1px solid rgb(226, 231, 239);
	font-size:12px;
	left:15px;
	/*margin-top: 10px;*/
}

.tm-themeDetail-ThemeNumber
{
	position:relative;
	/*height: 100px;*/
	width: 100%;
	border-bottom: 1px solid rgb(226, 231, 239);
	left:15px;
	/*margin-top: 10px;*/
}

.tm-themeDetail-jqDetails
{
	position:relative;
	/*height: 100px;*/
	width: 100%;
	font-size:12px;
	left:15px;
	line-height: 30px;
	/*margin-top: 10px;*/

}


.tm-themeDetail-date
{
	line-height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 90%;
}

.tm-themeDetail-Num
{
	position:relative;
	width: 100%;
	font-size:12px;
	line-height: 30px;
}
.tm-themeDetail-jqSubDetails
{
	position:absolute;
	width: 100%;
	top:210px;
	font-size:12px;
	left:15px;
	line-height: 30px;
}


.tm-themeDetail-Detail
{
	/*cursor: pointer;*/
	padding-inline-start: 0px;
	list-style-type: none;
	display:inline;
	margin-left:10px;
}
.tm-themeDetail-refDetail
{
	/*cursor: pointer;*/
	padding-inline-start: 0px;
	list-style-type: none;
	/*display:inline;*/
	margin-left:10px;
}
.tm-themeDetail-Box
{
	display:inline;
	margin-left:10px;
	cursor: pointer;
}


.tm-themeDetail-child
{
	font-size:12px;
	padding-inline-start: 0px;
	list-style-type: none;


}
.tm-themeDetail-div
{
	font-size:12px;
	margin-left: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 88%;
}

.tm-themeDetail-pBox
{
	display:none;
	margin-left:15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width:90%;
}

.tm-themeDetail-grandSon
{
	margin-left:24px;
	text-overflow: ellipsis;
	overflow: hidden;
	width:91%;
	cursor: default;
}

.tm-themeDetail-closeTab
{
	bottom : 9px;
	width : 100px;
	height : 28px;
	position : absolute;
	left : 50%;
	margin-left : -50px;
	font-size : 14px;
	color : white;
	background: #5582f3;
	background-color: var(--color-main, #5582f3);
	text-align : center;
	border-radius : 2px;
	cursor : pointer;
}


.tm-themeDetail-arrowCollapsed
{
	cursor: default;
	float: left;
	font-size: 12px;
	transform: scaleX(0.5) scaleY(0.75) rotate(90deg);
	-webkit-transform: scaleX(0.5) scaleY(0.75) rotate(90deg);
	-ms-transform: scaleX(0.5) scaleY(0.75) rotate(90deg);
	-moz-transform: scaleX(0.5) scaleY(0.75) rotate(90deg);
	-o-transform: scaleX(0.5) scaleY(0.75) rotate(90deg);
}
.tm-themeDetail-arrowExpanded
{
	cursor: default;
	float: left;
	font-size: 12px;
	transform: scaleX(0.75) scaleY(0.5) rotate(180deg);
	-webkit-transform: scaleX(0.75) scaleY(0.5) rotate(180deg);
	-ms-transform: scaleX(0.75) scaleY(0.5) rotate(180deg);
	-moz-transform: scaleX(0.75) scaleY(0.5) rotate(180deg);
	-o-transform: scaleX(0.75) scaleY(0.5) rotate(180deg);
}

.tm-themeDetail-SplitPane
{
	top: 55px;
}
.tm-themeDetail-schemaIcon
{
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 11px;
	margin-bottom: -2px;
}


.tm-themeDetail-splitPaneLine
{
	z-index: 3;
	background-color: rgba(138, 153, 170, 0.2);
	display:none;
}
.tm-themeDetail-refChild
{
	font-size:12px;
	margin-left:24px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 90%;
	cursor:default;
}
.tm-themeDetail-pushChild
{
	font-size:12px;
	margin-left:13px;
	cursor:default;
}
.tm-themeDetail-refForMenu
{
	font-size:12px;
	margin-left:15px;
}
.tm-themeDetail-jqContainerParent
{
	position: absolute;
	left: 0px;
	top: 55px;
	bottom: 0px;
}
.tm-themeDetail-jqThemeManageContainer
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 45px;
	bottom: 2px;
	overflow: hidden;
}
.tm-themeDetail-icon
{
	width: 16px;
	height: 16px;
	float: right;
}
.tm-themeDetail-jqDiv
{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 97%;
}
.tm-themeDetail-notHaveContent
{
	font-size:12px;
	margin-left:24px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 90%;
	cursor:default;
}
.tm-themeDetail-inlineText
{
	display: inline;
	margin-left: 10px;
}
