.dm-main
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	user-select: none;
    -webkit-user-select: none;
	-moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

.dm-toolbar
{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 30px;
	border-bottom: 2px solid #4ad5ff;
	overflow: visible;
}

.dm-toolbar-sub
{
	float: left;
	position: relative;
	height: 100%;
}

.dm-toolbar-seperator
{
	float: left;
	position: relative;
	width: 0;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	margin-left: 4px;
	margin-right: 4px;
	border-left: 1px solid #ccc;
}

.dm-main-body
{
	position: absolute;
	left: 2px;
	right: 2px;
	top: 34px;
	bottom: 2px;
	overflow: hidden;
}

.dm-tab-pane
{
	position: absolute;
	left: 8px;
	right: 8px;
	top: 8px;
	bottom: 8px;
}

.dm-common-tablecell-editable
{
	position: absolute;
	left: 1px;
	right: 1px;
	top: 1px;
	bottom: 1px;
	line-height: 26px;
	padding-left: 4px;
}
.dm-common-tablecell-editable:hover
{
	box-shadow: 0 1px 0 0 #0097f0;
}

.dm-entity-rightside
{
	border-left: 1px solid #ddd;
}

.dm-entity-datapreview
{
	z-index: 1;
	border-bottom: 1px solid #ddd;
	margin-left: 8px;
	overflow: hidden;
}
.dm-entity-datapreview-darkmask
{
	z-index: 3;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.7);
	overflow: hidden;
}
.dm-entity-datapreview-darkmask-button
{
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -160px;
	width: 320px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	color: #0097f0;
}

.dm-entity-datapreview-waiting
{
	z-index: 2;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding-left: 20px;
	line-height: 30px;
	white-space: pre-wrap;
	color: #666;
}

.dm-entity-setting
{
	margin-top: 2px;
	margin-left: 8px;
}

.dm-entity-list-nodataprompt
{
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	height: 20px;
	text-align: center;
	color: #ccc;
}

.dm-entity-list
{
	overflow-y: auto;
}

.dm-entity-list-item
{
	position: relative;
	height: 26px;
	cursor: default;
	color: #666;
}
.dm-entity-list-item:hover
{
	
}
.dm-entity-list-item_selected
{
	background-color: #d0eeff;
}
.dm-entity-list-item_selected:hover
{
	
}

.dm-entity-list-item-icon
{
	position: absolute;
	left: 4px;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
}

.dm-entity-list-item-text
{
	position: absolute;
	left: 24px;
	right: 24px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dm-entity-list-item-menu
{
	position: absolute;
	right: 4px;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	cursor: pointer;
	display: none;
}

.dm-entity-fieldtable
{
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
}

.dm-entity-fieldtable-checkbox
{
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
}

.dm-entity-fieldtable-datatype-icon
{
	position: absolute;
	width: 16px;
	height: 16px;
	left: 8px;
	top: 50%;
	margin-top: -8px;
}
.dm-entity-fieldtable-datatype-text
{
	position: absolute;
	left: 30px;
	right: 6px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	line-height: 20px;
}

.dm-entity-fieldtable-format-text
{
	position: absolute;
	left: 20px;
	right: 20px;
	height: 24px;
	top: 50%;
	margin-top: -12px;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer; 
}
.dm-entity-fieldtable-format-icon
{
	position: absolute;
	right: 4px;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	cursor: pointer;
}

.dm-entity-fieldtable-op
{
	position: absolute;
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.dm-entity-fieldtable-op-edit
{
	right: 36px;
}
.dm-entity-fieldtable-op-delete
{
	right: 12px;
}

.dm-entity-fieldtable-name-error
{
	position: absolute;
	top: 2px;
	left: 0px;
}

.dm-entity-filtertable
{
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
}

.dm-multi-entity-column-delete
{
	height: 15px;
    width: 15px;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -7px
}

.dm-entity-multitable
{
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
}

.dm-mergetable-field-notmatch-prompt
{
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 4px;
	width: 10px;
	height: 10px;
	background-color: yellow;
	color: #bc1118;
	border: solid 1px #bc1118;
	border-radius: 5px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 10px;
	cursor: default;	
}

.dm-entity-multitable-op
{
	position: absolute;
	top: 50%;
	margin-top: -10px;
	width: 40px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #0097f0;
	border: 1px solid #0097f0;
	border-radius: 2px;
	cursor: pointer;
}

.dm-entity-multitable-op-edit
{
	left: 4px;
}

.dm-entity-multitable-op-delete
{
	left: 52px;
}


.dm-entity-filtertable-prompt
{
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 2px;
	cursor: default;	
}

.dm-entity-filtertable-op
{
	position: absolute;
	top: 50%;
	margin-top: -10px;
	width: 40px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #0097f0;
	border: 1px solid #0097f0;
	border-radius: 2px;
	cursor: pointer;
}

.dm-entity-filtertable-op-insert
{
	left: 4px;
}

.dm-entity-filtertable-op-delete
{
	left: 52px;
}

.dm-fieldselection-checkboxall
{
	position: absolute;
	width: 75px;
	height: 23px;
	left: 10px;
	top: 10px;
	margin-left: -10px;
	margin-top: -10px;
}

.dm-fieldselection-checkbox-area
{
	position: absolute;
	width: 100%;
	height: 90%;
	left: 0px;
	top: 22px;
	overflow: auto;
}

.dm-fieldselection-checkbox
{
	position: relative;
	left: 0px;
	top: 8px;
	width: 100%;
	height: 23px;
	margin-bottom: 6px;
}

.dm-fieldselection-checkbox-icon
{
	position: absolute;
	float: left;
	width: 20px;
	height: 20px;
}

.dm-fieldselection-checkbox-text
{
	position: relative;
	top: 0px;
	width: auto;
	float: left;
	margin-left: 22px;
	line-height: 23px;
	white-space: nowrap;
}

.dm-fieldselection-checkbox-pic
{
	position: relative;
    top: 3px;
    left: 3px;
	width: 16px;
	height: 16px;
    float: left;
}

.dm-fieldselection-checkbox-warning
{
	position: relative;
	float: left;
	line-height: 23px;
	color: #fc8555;
	margin-left: 3px;
}

.dm-customfield-fields-icon
{
	position: absolute;
	left: 4px;
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 16px;
}
.dm-customfield-fields-text
{
	position: absolute;
	left: 24px;
	right: 2px;
	top: 50%;
	margin-top: -10px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.dm-relation-major
{
	border-left: 1px solid #ddd;
}

.dm-relation-view
{
	border-bottom: 1px solid #ddd;
}

.dm-relation-list
{
	overflow-y: auto;
}

.dm-relation-list-nodataprompt
{
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	height: 20px;
	text-align: center;
	color: #ccc;
}

.dm-relation-list-item
{
	position: relative;
	height: 36px;
	cursor: default;
	color: #666;
}
.dm-relation-list-item:hover
{
	
}
.dm-relation-list-item_selected
{
	background-color: #d0eeff;
}
.dm-relation-list-item_selected:hover
{
	
}

.dm-relation-list-item-icon
{
	position: absolute;
	left: 4px;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
}

.dm-relation-list-item-text
{
	position: absolute;
	left: 24px;
	right: 24px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dm-relation-list-item-delete
{
	position: absolute;
	right: 4px;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	cursor: pointer;
	display: none;
}

.dm-relation-setting-from1
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40%;
	height: 23px;
}
.dm-relation-setting-from2
{
	position: absolute;
	left: 0px;
	top: 33px;
	width: 40%;
	height: 23px;
}
.dm-relation-setting-from3
{
	position: absolute;
	left: 0px;
	top: 66px;
	width: 40%;
	height: 23px;
}
.dm-relation-setting-to1
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40%;
	height: 23px;
}
.dm-relation-setting-to2
{
	position: absolute;
	right: 0px;
	top: 33px;
	width: 40%;
	height: 23px;
}
.dm-relation-setting-to3
{
	position: absolute;
	right: 0px;
	top: 66px;
	width: 40%;
	height: 23px;
}
.dm-relation-setting-related
{
	position: absolute;
	left: 50%;
	margin-left: -7%;
	top: 33px;
	width: 14%;
	height: 23px;
}

.dm-relation-setting-item-icon
{
	position: absolute;
	left: 4px;
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 16px;
}
.dm-relation-setting-item-text
{
	position: absolute;
	left: 24px;
	right: 4px;
	top: 50%;
	margin-top: -8px;
	height: 16px;
	line-height: 16px;
	display: -webkit-flex;
	display: flex;
    flex-flow: row nowrap;
}

.dm-relation-modify-title
{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 200px;
	height: 20px;
}
.dm-relation-modify-major
{
	position: absolute;
	left: 20px;
	width: 720px;
	top: 40px;
	bottom: 0;
}

.dm-relation-dialog-setting
{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 80px;
}
.dm-relation-dialog-prompt
{
	position: absolute;
	left: 0;
	right: 0;
	top: 108px;
	bottom: 0;
}
.dm-relation-dialog-promptitem
{
	float: left;
	position: relative;
	margin-bottom: 10px;
}
.dm-relation-dialog-promptitem-icon
{
	float: left;
	position: relative;
	margin: 4px;
	width: 16px;
	height: 16px;
	border-radius: 10px;
	color: #eee;
	text-align: center;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
}
.dm-relation-dialog-promptitem-icon-err
{
	background-color: #c00;
}
.dm-relation-dialog-promptitem-icon-warn
{
	background-color: #f93;
}
.dm-relation-dialog-promptitem-text
{
	float: left;
	position: relative;
	width: 560px;
	line-height: 24px; 	
}


.dm-schedule-timing-period
{
	position: absolute;
	left: 0;
	top: 30px;
	width: 260px;
	height: 160px;
}


.dm-source-type-main
{
	position: absolute;
	left: 0;
	right: 170px;
	top: 0;
	bottom: 0;
	border-right: 1px solid #abc;
	overflow: auto;
}
.dm-source-type-exist
{
	position: absolute;
	right: 0;
	width: 160px;
	top: 0;
	bottom: 0;
	border-right: 1px solid #abc;
	overflow: auto;
}

.dm-source-type-typelist
{
	position: relative;
	height: 114px;
	margin-bottom: -8px;
}
.dm-source-type-typelist-title
{
	position: absolute;
	top: 0;
	left: 4px;
	right: 0;
	height: 26px;
	line-height: 20px;
	font-weight: bold;
	color: #666;
}
.dm-source-type-typelist-list
{
	position: absolute;
	left: 4px;
	right: 4px;
	top: 26px;
	bottom: 0;
	background-color: transparent;
}

.dm-source-type-typelist-item
{
	float: left;
	margin-bottom: 4px;
	width: 120px;
	height: 80px;
	border-radius: 3px;
	border: 1px solid transparent;
	cursor: pointer;
}
.dm-source-type-typelist-item_selected
{
	background-color: transparent !important;
	border: 1px solid #527fb6;
	color: #828282;
}
.dm-source-type-typelist-item_selected-mark
{
	position: absolute;
	right: -20px;
	bottom: -20px;
	width: 40px;
	height: 40px;
	background-color: #2789f4;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.dm-source-type-typelist-item_selected-icon
{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 16px;
	height: 16px;
}

.dm-source-type-typelist-item-icon
{
	position: absolute;
	width: 90px;
	height: 45px;
	top: 8px;
	left: 50%;
	margin-left: -45px;
}
.dm-source-type-typelist-item-text
{
	position: absolute;
	left: 4px;
	right: 4px;
	bottom: 8px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	white-space: nowrap;
}

.dm-source-db-table-connection
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 50%;
}

.dm-source-db-table-dbname
{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 50%;
	border-left: 1px solid #CBCBCB;
	user-select: none;
}

.dm-source-db-table-connection-btn
{
	border: 1px solid #CBCBCB;
	text-align: center;
	background: #ebeef0;
    border-radius: 4px;
    color: #ccc;
}

.dm-source-db-table-connection-btn-enable
{
	cursor: pointer;
	color: #666;
}

.dm-source-db-file-upload-btn
{
	position: absolute;
	top: 40px;
	left: 20px;
	width: 100px;
	height: 23px;
    border: 1px solid #5e80eb;
    border-radius: 2px;
    text-decoration: none;
    line-height: 19px;
    background: #fff;
    cursor: pointer;
}

.dm-source-db-file-upload-btn:hover
{
	color: #fff;
    background-color: #5e80eb;
}

.dm-source-db-file-upload-btn-icon
{
    position: relative;
    width: 16px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
}

.dm-source-db-file-upload-btn-text
{
	position: relative;
	text-align: center;
	line-height: 23px;
	margin-left: 5px;
	display: inline-block;
	color: #5e80eb;
}
.dm-source-db-file-upload-btn-text-on
{
	color: #fff;
}

.dm-source-db-file-upload-prompt
{
	position: absolute;
	top: 40px;
	left: 130px;
	width: 235px;
	height: 25px;
    line-height: 25px;
}

.dm-source-db-file-upload-fileIcon
{
	position: absolute;
	top: 74px;
	left: 52px;
	width: 100px;
	height: 35px;
}

.dm-source-db-file-upload-filedetail
{
	position: absolute;
	top: 113px;
	left: 20px;
	width: 100px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    text-align: center;
}

.dm-source-db-file-upload-process
{
	position: absolute;
	top: 88px;
	left: 130px;
	width: 175px;
	height: 3px;
}

.dm-source-db-table-selection-table-area-prompt 
{
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    height: 20px;
    text-align: center;
    color: #ccc;
}

.dm-source-db-table-selection-tips
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -70px;
	margin-top: -15px;
	color: #666;
}

.dm-source-db-table-selection-waiting
{
	position: absolute;
	left: 0;
	top: 35px;
	padding-left: 20px;
	line-height: 30px;
	white-space: pre-wrap;
	color: #666;
}

.dm-source-db-table-selection-center
{
	border-left: 1px solid #CBCBCB;
}

.dm-source-db-table-selection-right
{
	border-left: 1px solid #CBCBCB;
}

.dm-source-db-table-selection-searchbox
{
	position: relative;
	left: 0px;
	top: 0px;
	height: 23px;
}

.dm-source-db-table-selection-table-area
{
	position: relative;
	top: 10px;
	height: 390px;
    overflow: auto;
}

.dm-source-db-table-list-item
{
	position: relative !important;
	top: 0 !important;
	height: 23px;
	cursor: default;
	color: #666;
}

.dm-source-db-table-list-item_selected
{
	background-color: #d0eeff;
}

.dm-source-db-table-radioitem-checked
{
	background-color:#fff;
}

.dm-source-db-table-list-item-icon
{
	position: absolute;
	left: 0px;
	width: 16px;
	height: 16px;
	top: 48%;
	margin-top: -8px;
}

.dm-source-db-table-list-item-checkbox
{
	position: absolute;
	left: 5px;
	height: 20px;
	width: 20px;
	line-height: 23px;
}

.dm-source-db-table-list-item-component
{
	position: absolute;
	left: 5px;
	height: 20px;
	width: 20px;
	line-height: 23px;
}

.dm-source-db-table-list-item-text
{
	position: absolute;
	left: 20px;
	line-height: 23px;
}

.dm-source-db-table-selection-priviewlabel
{
	position: absolute;
	left: 20px;
	width: 45px;
	height: 23px;
}

.dm-source-db-table-selection-priviewcheckbox
{
	position: absolute;
	right: 0px;
	width: 107px;
	height: 23px;
}

.dm-source-db-table-selection-datapreviewarea
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 18px;
	height: 390px;
	margin: 10px;
}

.dm-source-db-table-selection-selectedtablelabel
{
	position: absolute;
    left: 15px;
    width: 110px;
    height: 23px;
}

.dm-source-db-table-selection-clearalllabel
{
	position: absolute;
    right: 0px;
    width: 60px;
    height: 23px;
    cursor: pointer;
    color: #0097f0;
    right: 0px;
}

.dm-source-db-table-selected-table-area
{
	position: absolute;;
	top: 23px;
	height: 390px;
	left: 0px;
	right: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: 10px;
}

.dm-source-db-table-selected-list-item
{
	position: relative;
	top: 6px;
	height: 24px;
	cursor: default;
	color: #666;
}
.dm-source-db-table-selected-list-item:hover
{
	background-color: #d0eeff;	
}
.dm-source-db-table-selected-list-item-icon
{
	z-index: 2;
	position: absolute;
	top: 4px;
	right: 0px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	display: none;
}

.dm-source-db-table-selected-list-item-name
{
	z-index: 1;
	position: relative;
    min-width: 20px;
    max-width: 150px;
    cursor: pointer;
    text-overflow: ellipsis;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
	top: 2px;
}

.dm-source-db-table-selected-list-item_selected
{
	background-color: #d0eeff;	
}

.dm-source-db-field-selection-right
{
	border-left: 1px solid #CBCBCB;
}

.dm-source-db-field-selection-tablelabel
{
	position: relative;
	height: 23px;
}

.dm-source-db-field-selection-table-area
{
    position: relative;
    top: 10px;
    height: 390px;
}

.dm-source-db-field-table-list-item
{
	position: absolute;
	top: 6px;
	height: 26px;
	cursor: default;
	color: #666;
}

.dm-source-db-field-table-list-item-icon
{
	position: absolute;
	left: 5px;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
}

.dm-source-db-field-table-list-item-text
{
	position: absolute;
    left: 25px;
    top: 50%;
    right: 24px;
    height: 20px;
    margin-top: -10px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dm-source-db-field-table-list-item-menu
{
	position: absolute;
	right: 4px;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	cursor: pointer;
	display: none;
}

.dm-source-db-field-selection-fieldlabel
{
	position: relative;
	left: 18px;
	height: 23px;
}

.dm-source-db-field-selection-field-area
{
    position: relative;
    left: 18px;
    top: 10px;
    height: 390px;
    overflow: auto;
}

.dm-source-db-selection-sql-textarea
{
	resize: none;
    border: 1px solid #dbdbdb;
    outline: none;
}

.dm-source-file-upload-btn
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 23px;
    border: 1px solid #5e80eb;
    border-radius: 2px;
    text-decoration: none;
    line-height: 19px;
    background: #fff;
    cursor: pointer;
}

.dm-source-file-upload-btn:hover
{
	color: #fff;
    background-color: #5e80eb;
}

.dm-source-file-upload-btn-icon
{
    position: relative;
    width: 16px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
}

.dm-source-file-upload-btn-text
{
	position: relative;
	text-align: center;
	line-height: 23px;
	margin-left: 5px;
	display: inline-block;
	color: #5e80eb;
}
.dm-source-file-upload-btn-text-on
{
	color: #fff;
}

.dm-source-file-upload-prompt
{
	position: absolute;
	top: 0px;
	left: 120px;
	width: 250px;
	height: 25px;
    line-height: 25px;
}

.dm-source-file-upload-process
{
	position: absolute;
	top: 54px;
	left: 120px;
	width: 200px;
	height: 3px;
}

.dm-source-file-upload-fileicon
{
	position: absolute;
	top: 35px;
	left: 33px;
	width: 35px;
	height: 35px;	
}

.dm-source-file-upload-filename
{
	position: absolute;
	top: 74px;
	left: 0px;
	width: 100px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    text-align: center;
}

.dm-source-file-upload-filesize
{
	position: absolute;
	top: 90px;
	left: 0px;
	width: 100px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    text-align: center;
}

.dm-source-file-upload-setting
{
	position: absolute;
	top: 140px;
	left: 0px;
	width: 99%;
	height: 200px;
	border-top: 1px solid #ddd;
}

.dm-source-file-upload-area
{
	position: absolute;
	top: 40px;
	left: 0px;
	width: 99%;
	height: 380px;
	border: 2px dashed #a09a9a;
	background: #f3f3f3;
}

.dm-source-file-upload-area_enter
{
	border: 2px dashed #fc8555;
}

.dm-source-file-upload-areatext
{
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 32px;
	width: 356px;
	cursor: pointer;
	text-align: center;
    font-size: 23px;
    color: #b2b2b2;
}

.dm-source-db-file-upload-detail
{
	position: absolute;
    left: 20px;
    height: 23px;
    top: 74px;
    width: 100%;
}

.dm-source-file-upload-state
{
	position: relative;
	width: 16px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    text-align: center;
    z-index: 1;
    display: inline-block;
}

.dm-source-file-upload-filename_new
{
	position: relative;
    z-index: 1;
	height: 16px;
	max-width: 200px;
	line-height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
}

.dm-source-file-upload-filesize_new
{
	position: relative;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    text-align: center;
    z-index: 1;
    display: inline-block;
    margin-left: 10px;
}

.dm-source-file-upload-operation
{
	position: relative;
	z-index: 1;
	width: 16px;
	height: 16px;
	line-height: 16px;
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
}

.dm-field-popup
{
	width: 100%;
	height: 100%;
	border: 1px solid #dbdbdb;
    background: rgb(255,255,255);
	box-shadow: 0 0 2px 0 #ccc;
	z-index: 999999;
}

.dm-field-popup-search
{
	position: absolute;
	height: 25px;
    top: 2px;
    left: 2px;
    right: 0px;
}

.dm-field-popup-search-result
{
	position: absolute;
	top: 10px;
	width: 100%;
	height: 12px;
	text-align: center;
}

.dm-field-popup-list-item
{
	position: relative;
	color: #666;
	height: 20px;
	line-height: 20px;
	padding-left: 8px;
}

.dm-field-popup-list-item-text
{
	max-width: 80%;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}

.dm-field-popup-list-item-field-name
{
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-left: 5px;
	float: left;
}

.dm-field-popup-show-field-name
{
	position: absolute;
	bottom: 2px;
	border-top: 1px solid #CBCBCB;
	height: 25px;
	width: 100%;
}

.dm-field-popup-list-item-title
{
	position: relative;
	color: #666;
	height: 20px;
	line-height: 20px;
	padding-left: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dm-field-popup-list-item:hover
{
	background-color: #f7f7f7;
}

.dm-list-item_selected_enabled
{
	color: #666;
	background-color: #d0eeff;
}

.dm-list-item_selected_enabled:hover
{
	background-color: #e0f0ff;
}

.dm-field-popup-list-owner
{
	position: absolute;
	top: 28px;
	bottom: 28px;
	left: 1px;
	right: -1px;
	overflow: auto;
	cursor: pointer;
}

.dm-source-db-tablecell-unable-edit
{
	position: absolute;
	left: 1px;
	right: 1px;
	top: 1px;
	bottom: 1px;
	line-height: 26px;
	padding-left: 4px;
	color: #BBBBBB;
}

.dm-source-db-storedprocedure-panel
{
	overflow: hidden; 
	white-space: nowrap;
	position: relative;
	height: 100%;
	margin: 0 12px 6px;
}

.dm-source-db-storedprocedure-panel-label
{
	position: absolute;
	float: left;
	width: 175px;
	height: 23px;
	top: 0px;
	left: 20px;
}

.dm-source-db-storedprocedure-panel-helptips
{
	left: 0px;
	top: 3px;
}

.dm-source-db-storedprocedure-panel-outsetresultbeforelabel
{
	position: relative;
	float: left;
	height: 23px;
	top: 140px;
	padding-right: 2px;
	line-height: 20px;
}

.dm-source-db-storedprocedure-panel-spinner
{
	position: relative;
	float: left;
	width: 50px;
	height: 23px;
	top: 140px;
}

.dm-source-db-storedprocedure-panel-outsetresultafterlabel
{
	position: relative;
	float: left;
	height: 23px;
	top: 140px;
	padding-left: 2px;
	line-height: 20px;
}

.dm-source-dropdownitemlistpane-text
{
	position: relative;
    width: 80px;
    height: 23px;
    line-height: 23px;
    color: #00a0d1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
	user-select: none;
}

.dm-source-dropdownitemlistpane-text:hover
{
	background-color: rgba(0,204,255,0.1);
}
.openApi-left-side
{
	position: absolute;
	top:0px;
	left:0px;
	height: 100%;
	width: 30%;
	border-right: 1px solid #CBCBCB;
}

.openApi-right-side
{
	position: absolute;
	top:0px;
	right:0px;
	height: 100%;
	width: 70%;
}
