body
{
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.schema-mainPan div
{
	font: 12px 微软雅黑;
}
.schema-default
{
	position: relative;
	width: 280px;
	margin: 10px 10px 0;
	float: left;
}
.schema-operate 
{
	margin-left: 20px;
}
.schema-mainPan
{
	float: left;
	position: relative;
	background: #f3f3f3;
	font-size: 12px;
	overflow: hidden;
	width:100%
}
.schema-border
{
	border: 1px solid #ddd;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 3px;
	background-color: #fff;
}
.schema-title
{
	display: inline-block;
	width: 100%;
	line-height: 28px;
	position: relative;
	border-bottom: 1px solid #e9ebec;
	float: left;
}
.schema-head-button
{
    position: relative;
    float: right;
    top: 5px;
    min-width: 50px;
    height: 25px;
    font-size: 12px;
    font-weight: 700;
    margin-right: 10px;
    line-height: 25px;
    color: #fff;
    background: #22c3f3;
    cursor: pointer;
    text-align: center;
}
.schema-head-button:hover
{
   background-color: rgba(34, 195, 243, 0.8);
}
.schema-head-button:active
{
	background-color: rgba(34, 195, 243, 0.95);
}
.schema-current-value
{	
	text-align: left;
	width: auto;
	margin-left: 0px;
	display: inline-block;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 20px;
}
.schema-content
{
	width: 100%;
	position: relative;
}
.schema-content-div
{
	width: 100%;
	position: relative;
	float: left;
}
.schema-edit-icon
{
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	right: 38px;
	cursor: pointer;
}
.schema-edit-icon-show
{
	background: url(./res/icon_edit.png)no-repeat;
}
.schema-edit-icon-show:hover
{
	background: url(./res/icon_edit_hover.png)no-repeat;
}
.schema-delete-icon
{
	position: absolute;
	right: 16px;
	height: 16px;
	width: 16px;
	top: 50%;
	margin-top: -8px;
	cursor: pointer;
}
.schema-delete-icon-show
{
	background: url(./res/icon_delete.png)no-repeat;
}
.schema-delete-icon-show:hover
{
	background: url(./res/icon_delete_hover.png)no-repeat;
}
.schema-delete-icon-hide
{
	display: none;
}
.schema-setdefault-icon
{
	position: absolute;
	right: 60px;
	height: 16px;
	width: 16px;
	top: 50%;
	margin-top: -8px;
	cursor: pointer;
}
.schema-undefault-icon-show
{
	background: url(./res/icon_undefault.png)no-repeat;
}
.schema-undefault-icon-show:hover
{
	background: url(./res/icon_default.png)no-repeat;
}
.schema-icon-hide
{
	display: none;
}
.schema-default-icon-show
{
	background: url(./res/icon_default.png)no-repeat;
}

.schema-up-icon
{
	position: absolute;
	right: 82px;
	height: 16px;
	width: 16px;
	top: 50%;
	margin-top: -8px;
	cursor: pointer;
}
.schema-up-icon-show
{
	background: url(./res/icon_up_schema.png)no-repeat;
}
.schema-up-icon-show:hover
{
	background: url(./res/icon_up_schema_on.png)no-repeat;
}
.schema-input-container
{
	position: relative;
	float: left;
	width: 100%;
	line-height: 26px;
	height: 26px;
	font: 12px 微软雅黑;
}
.schema-name
{
	float: left;
  	margin-right: auto;
  	position: relative;
  	height: 21px;
  	line-height: 21px;
  	width: 80px;
	vertical-align: top;
}
.schema-name-input
{
	position: absolute;
	left: 80px;
	width: 160px;
    height: 19px;
}
.message-tips
{
	float: left;
	position: relative;
	width: 100%;
	height: 20px;
}
.schema_default_icon
{
	position: absolute;
    left: 242px;
	width: 16px;
	height: 16px;
	margin: 3px 0px 2px 10px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
}
.icon_default
{
	background: url(./res/icon_default.png)no-repeat;
}
.icon_undefault
{
	background: url(./res/icon_undefault.png)no-repeat;
}
.schema-name-label
{
	position: absolute;
    height: 23px;
    width: 70px;
	font-weight: bold !important;
	margin-left: 10px;
	color: #373737;
	padding-top: 7px;
}
.schema-dirty-tag
{
	text-align: left;
	width: auto;
	color: red;
	display: inline-block;
	line-height: 10px !important;
}
.schema-frequentlyused-bottom
{
	margin-left: 85px;
	position: relative;
	height: 29px;
}

.schema-prompt-message
{
	width: auto;
	color: rgb(204, 204, 204);
	padding: 0px 0px 0px 20px !important;
}

.label-empty-schema
{
	color: rgb(204, 204, 204);
	display: none;
	padding: 5px 0px 5px 0px;
	width: 100%;
	height: 20px;
    text-align: center;
}

.schema-inputsearch-main
{
	position: relative;
	margin: 10px 14px 5px 10px;
}
.schema-inputsearch-input
{
	position: relative;
	height: 20px;
	width: 100%;
}
.schema-inputsearch-icon
{
	background: url(./res/icon_search.png)no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 6px;
	right: 0px;
}
.schema-inputsearch-icon:hover
{
	cursor: pointer;
}
.schema-inputsearch-close 
{
	position: absolute;
	top: 2px;
	right: 0px;
	width: 16px;
	height: 16px;
	margin: 1px;
	cursor: pointer;
	
    text-align: center;
    line-height: 19px; 
    font-size: 16px;
    color: #888888;
}
.schema-inputsearch-close:hover
{
	width: 19px;
	height: 19px;
	margin: 0px;
	
	border: 1px solid #39f;
	border-radius: 2px;
	color: #39f;
	background-color: #def;
}

/** list控件 */
.schema-manage-list-item_selected_enabled
{
	background-color: #d0eeff !important;
}
.schema-manage-list 
{
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0px 2px 2px;
}
.schema-manage-list::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 6px;
	background-color: #F5F5F5;
}

.schema-manage-list-owner
{
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
.schema-manage-list-item-container
{
	position: relative;
	width: 100%;	   
}
.schema-manage-list-title-item
{
    position: relative;
    height: 20px;
	background-color: #22c3f3;
	padding: 5px 5px 5px 26px;
	margin: 2px 0px;
}

.schema-manage-item-user-icon
{
	width: 12px;
	height: 11px;
	position: absolute;
	left: 10px;
	top: 8px;
	background: url(./res/icon_user.png) no-repeat;
	background-size: contain; 
}

.schema-manage-item-system-icon
{
	width: 12px;
	height: 11px;
	position: absolute;
	left: 10px;
	top: 9px;
	background: url(./res/icon_system.png) no-repeat;
	background: contain; 
}

.schema-manage-item-text
{
	overflow: hidden;
    min-width: 20px;
    max-width: 155px;
    text-overflow: ellipsis;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;	
}

.schema-manage-list-item
{
	position: relative;
	height: 20px;
	cursor: pointer;
	padding: 5px 5px 5px 26px;
	margin: 2px 0;
	color: #666;
}
.schema-manage-list-item-value
{
	overflow: hidden;
	position: relative;
	min-width: 20px;
	max-width: 145px;
	cursor: pointer;
	text-overflow: ellipsis;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
}
.schema-manage-list-item:hover
{
	background-color: #f0f0f0;
}

.schema-head-exportBtn
{
	float: left
}
.schema-head-exportBtn-hide
{
	display:none
}
