@CHARSET "UTF-8";

html,body
{
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
	background-color: #E2E7EF;
}

.theme-manage
{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	border-left: 1px solid #3790F9;
	border-right: 1px solid #3790F9;
}

.theme-manage-container
{
	overflow: hidden;
}

.theme-group-container
{
	float: left;
	width: 220px;
	border-right: 1px solid rgba(0, 0, 0, .15);
	background-color: #fff;
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}

.theme-group-container .theme-group-op
{
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	height: 47px;
	position: relative;
	width: 220px;
}

.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: right;
	margin: 16px 8px;
	cursor: pointer;
}

.theme-group-container .theme-group-op .export-theme
{
	width: 16px;
	height: 16px;
	display: inline-block;
	float: right;
	margin: 16px 8px;
	cursor: pointer;
}

.theme-group-container .theme-group-op .import-theme-file
{
	width: 0;
	height: 0;
	position:absolute;
	left:-100px;
}

.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: 184px;
	height: 47px;
}

.theme-group-list:last-child
{
	margin-bottom: 50px;
}

.theme-group-list:hover
{
	background-color: #F6F7F9;
}

.theme-group-container .theme-group-selected:hover
{
	background-color: #E2E7EF;
}

.theme-group-selected
{
	background-color: #E2E7EF;
	border-left: 3px solid #3790F9;
	width: 182px;
	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: 15px;
	margin-bottom: 15px;
	line-height: 18px;
	cursor: pointer;
	word-wrap: break-word;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 122px;
	float: left;
	font-size: 14px;
	color: #333;
	height: 18px;
}

.theme-group-list .delete-button
{
	width: 16px;
	height: 16px;
	float: right;
	cursor: pointer;
	margin: 13px 10px 14px 0px;
	display: none;
}

.theme-group-list:hover .delete-button
{
	display: inline-block;
}

.theme-group-list .edit-button
{
	width: 16px;
	height: 16px;
	float: left;
	cursor: pointer;
	margin: 13px 10px 14px 0px;
	display: none;
}

.theme-group-list:hover .edit-button
{
	display: inline-block;
}

.theme-container
{
	margin-left: 223px;
	padding: 20px 0 0 20px;
}

.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 20px;;
	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 20px 20px;
	border: 1px solid #fff;
	float: left;
	position: relative;
	box-sizing: content-box;
}

.theme-card:hover
{
	border: 1px solid #3790F9;
}

.theme-detail-container
{
	margin: 12px 20px 0px 20px;
	width: 260px;
	height: 105px;
	cursor: pointer;
}

.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: 153px;
	height: 35px;
	line-height: 35px;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle;
}

.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;
}

.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: 23px;
	text-align: center;
	display: inline-block;
	margin-top: 5px;
	line-height: 23px;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.theme-subject-group-comboBox
{
	position: absolute;
	top: 45px;
	left: 86px;
	width: 232px;
}

.theme-export-tree-selection-area
{
	font-size: 12px;
	position: relative;
	top: 0px;
	height: 365px;
	overflow: auto;
}

.theme-export-area
{
	font-size: 12px;
	position: relative;
	top: 6px;
	height: 90%;
	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: 100px;
	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;
}

.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
{
	left: 221px;
	bottom: 0;
	position: fixed;
	width: 350px;
	height: 450px;
	background: #fff;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	z-index: 1;
}

.resourceinfo-layer-close
{
	position: absolute;
	top: 10px;
	right: 11px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	color: #7f93bc;
	user-select: none;
	z-index: 2;
}

.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-detaillist-op-select
{
	color: #49A5F7;
}

.resourceinfo-qingstoragespace-text
{
	position: relative;
	float: left;
    left: 0px;
    top: 0px;
    height: 23px;
}

.resourceinfo-qingstoragespace-tips
{
	position: relative;
    left: 5px;
    top: 5px;
    width: 16px;
    height: 16px;
    float: left;
}

.resourceinfo-scheduleresource-text
{
	position: relative;
    top: 185px;
    height: 23px;
    float: left;
    clear: both;
}

.resourceinfo-scheduleresource-tips
{
	position: relative;
    left: 5px;
    top: 190px;
    width: 16px;
    height: 16px;
    float: left;
}

.resourceinfo-detaillist-op-file
{
	position: absolute;
    right: 0;
    top: 30px;
    height: 23px;
}

.resourceinfo-detaillist-op-schedule
{
	position: absolute;
    right: 0;
    top: 250px;
    height: 23px;
}

.resourceinfo-detaillist-op-open
{
	right: 620px;
}

.theme-add-card-button
{
	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);
	display: inline-block;
	border: 1px solid #fff;
	margin: -1px auto auto -1px;
	box-sizing: content-box;
	background-color: #838EB1;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

.theme-add-card-button:hover
{
	border: 1px solid #838EB1;
}

.theme-add-theme-button
{
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 40px;
	width: 120px;
	left: 50%;
	margin-left: -60px;
	font-size: 14px;
	height: 14px;
}

.theme-add-theme-button:hover,.theme-add-dashboard-button:hover
{
	font-size: 16px;
	cursor: pointer;
}

.theme-add-theme-line
{
	position: absolute;
	width: 110px;
	height: 0px;
	border-top: 1px #FFFFFF solid;
	top: 75px;
	left: 50%;
	margin-left: -55px;
}

.theme-add-dashboard-button
{
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 90px;
	width: 120px;
	height: 14px;
	left: 50%;
	margin-left: -60px;
	font-size: 14px;
}

.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: relative;
    width: 36px;
    height: 36px;
    top: 6px;
    right: -140px;
}

.theme-group-preset-text
{
   	position: relative;
}

.theme-group-preset-span
{
   	position: absolute;
   	width: 36px;
	text-align: center;
	color: #b2b2b2;
    margin-left: 20px;
    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;
}