::-webkit-scrollbar  
{
	width: 9px;
	height: 9px;
}
  
::-webkit-scrollbar-thumb
{  
    border-radius: 5px;
    border: transparent 2px solid;
    background-clip: content-box;
    background-color: rgba(138, 153, 170, 0.4);
}

::-webkit-scrollbar-thumb:hover
{  
    background: rgba(138, 153, 170, 0.6);
}

/* WebKit browsers */
::-webkit-input-placeholder
{
	color:#BBBBBB !important;
}
/* Mozilla Firefox 4 to 18 */
:-moz-placeholder
{
	color:#BBBBBB !important;
}
/* Mozilla Firefox 19+ */
::-moz-placeholder
{
	color:#BBBBBB !important;
}
/* Internet Explorer 10+ */
:-ms-input-placeholder
{
	color:#BBBBBB !important;
}

input::-ms-clear {
    display: none;
}


.sa-common-loading-modallayer
{
	z-index: 999999;
	background-color: rgba(255,255,255,0.4);
}
.sa-common-loading-panel:hover
{
	border-radius: 6px;
	background-color: rgba(247,247,247,0.8);
}
.sa-common-loading-icon
{
	border-radius: 10px;
	background-color: rgba(255,255,255,0.9);
	background-repeat: no-repeat;
	background-position: center center;
}
.sa-common-loading-text
{
	text-align: center;
	font-size: 12px;
}

.sa-common-border
{
	border: 1px solid #dbdbdb;
}

/** 控件 */
.sa-ctrl-common-border
{
	border: 1px solid #dbdbdb;
}

.sa-ctrl-common-singlelineborder
{
	box-shadow: 0 1px 0 0 #dbdbdb;
}
.sa-ctrl-common-singlelineborder:hover
{
	box-shadow: 0 1px 0 0 #0097f0;
}
.sa-ctrl-common-singlelineborder_disabled
{
	box-shadow: 0 1px 0 0 #e0e0e0;
}

.sa-ctrl-common-foreground_enabled
{
	color: #666;
}
.sa-ctrl-common-foreground_disabled
{
	color: #c0c0c0;
}

.sa-ctrl-common-background_enabled
{
	background-color: #fff;
}
.sa-ctrl-common-background_disabled
{
	background-color: #fff;
}

.sa-ctrl-common-popup
{
	z-index: 999999;
	box-shadow: 0 0 2px 1px #ccc;
}

.sa-ctrl-common-modallayer
{
	z-index: 999999;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
}

.sa-ctrl-common-unselectable
{
	user-select: none;
    -webkit-user-select: none;
	-moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

/** 工作区按钮 */
.sa-ctrl-workbutton
{
	text-align: center;
	cursor: pointer;
	color: #00a0d1;
	border-radius: 2px;
}
.sa-ctrl-workbutton:hover
{
	background-color: rgba(0,204,255,0.1);
}
.sa-ctrl-workbutton:active
{
	color: #f93;
	background-color: #fed;
}

/** 按钮控件 */
.sa-ctrl-button
{
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	height: 28px;
	min-width: 72px;
	background-image: -webkit-linear-gradient(top, #fff, #ebeef0);
	background-image: -moz-linear-gradient(top, #fff, #ebeef0);
	background-image: -o-linear-gradient(top, #fff, #ebeef0);
	background-image: -ms-linear-gradient(top, #fff, #ebeef0);
	border-radius: 2px;
}
.sa-ctrl-button-text
{
	z-index: 1;
	position: absolute;
	left: 1px;
	right: 1px;
	top: 50%;
	margin-top: -8px; 
	height: 16px;
	line-height: 16px;
}

.sa-ctrl-button_enabled
{
	cursor: pointer;
}
.sa-ctrl-button_disabled
{
	cursor: default;
}

.sa-ctrl-button-text_disabled
{
	color: #ccc;
}
.sa-ctrl-button-border_disabled
{
	border-radius: 2px;
}

.sa-ctrl-button-background-normal
{}
.sa-ctrl-button-text-normal
{
	color: #00a0d1;
}
.sa-ctrl-button-border-normal
{
	z-index: 2;
}
.sa-ctrl-button-border-normal:hover
{
	border: 1px solid #00a1cf;	
	background-color: rgba(0,204,255,0.1);
}
.sa-ctrl-button-border-normal:active
{
	border: 1px solid #0080a0;	
	background-color: rgba(0,0,0,0);
}

.sa-ctrl-button-background-highlight
{}
.sa-ctrl-button-text-highlight
{
	color: #00a0d1;
}
.sa-ctrl-button-border-highlight
{
	z-index: 2;
}
.sa-ctrl-button-border-highlight:hover
{
	border: 1px solid #00a1cf;	
	background-color: rgba(0,204,255,0.1);
}
.sa-ctrl-button-border-highlight:active
{
	border: 1px solid #0080a0;	
	background-color: rgba(0,0,0,0);
}


/** 菜单控件 */
.sa-ctrl-menu
{
	position: absolute;
	min-width: 120px;
	max-width: 600px;
	border: 1px solid #ccc;
	background-color: #fff;
	cursor: pointer;
	z-index: 1024;
}

.sa-ctrl-menu-item
{
	position: relative;
	height: 24px;
	line-height: 24px;
	color: #08c;
}

.sa-ctrl-menu-seperator
{
	position: relative;
	height: 4px;
}

.sa-ctrl-menu-item-vline
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 24px;
	width: 0;
	border-left: 1px solid #eee;
}

.sa-ctrl-menu-item-hline
{
	position: absolute;
	left: 24px;
	right: 0;
	top: 50%;
	height: 0;
	border-top: 1px solid #eee;
}

.sa-ctrl-menu-item-text
{
	position: relative;
	height: 100%;
	padding-left: 30px;
	padding-right: 20px;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
}
.sa-ctrl-menu-item-text_disabled
{
	color: #ccc;
}
.sa-ctrl-menu-item-text_hover
{
	color: #fff;
	background-color: #02b4ea;
}

.sa-ctrl-menu-item-icon
{
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 4px;
	width: 16px;
	height: 16px;
}

.sa-ctrl-menu-item-icon-mask
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.4);
}

.sa-ctrl-menu-item-radio
{
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 16px;
}

.sa-ctrl-menu-item-checkbox
{
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 16px;
}

.sa-ctrl-menu-item-more
{
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 4px;
	width: 16px;
	height: 16px;
	font-size: 12px;
	text-align: center;
	line-height: 12px;
	transform: scaleX(0.4) scaleY(0.8) rotate(90deg);
	-ms-transform: scaleX(0.4) scaleY(0.8) rotate(90deg);
	-moz-transform: scaleX(0.4) scaleY(0.8) rotate(90deg);
	-webkit-transform: scaleX(0.4) scaleY(0.8) rotate(90deg);
	-o-transform: scaleX(0.4) scaleY(0.8) rotate(90deg);
}


/** 浮动窗口控件 */
.sa-ctrl-dialog
{
	z-index: 999999;
	position: absolute;
	left: 0;
	top: 0;
	width: 480px;
	height: 360px;
	background-color: #fff;
	box-shadow: 0px 0px 20px #666;
	border-radius: 4px;
}

.sa-ctrl-dialog-padding
{
	position: absolute;
	left: 16px;
	right: 16px;
	top: 16px;
	bottom: 6px;
	overflow: hidden;
}
.sa-ctrl-dialog-padding_scrollable
{
	position: absolute;
	left: 16px;
	right: 16px;
	top: 16px;
	overflow: visible;
}

.sa-ctrl-dialog-title
{
	cursor: default;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 40px;
	line-height: 40px;
	background-color: #23c8fb;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	padding-left: 16px;
	padding-right: 50px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	user-select: none;
    -webkit-user-select: none;
	-moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

.sa-ctrl-dialog-close
{
	position: absolute;
	right: 11px;
	width: 20px;
	top: 10px;
	height: 20px; 
	line-height: 20px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	color: #fff;
	user-select: none;
    -webkit-user-select: none;
	-moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
.sa-ctrl-dialog-close:hover
{
	color: #06f;
}
.sa-ctrl-dialog-close:active
{
	color: #f93;
}

.sa-ctrl-dialog-fullscreen
{
	position: absolute;
	right: 36px;
	width: 30px;
	top: 6px;
	height: 30px; 
	line-height: 30px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	cursor: pointer;
}
.sa-ctrl-dialog-fullscreen-inner
{
	border: 2px solid white;
}
.sa-ctrl-dialog-fullscreen-inner:hover
{
	border-color: rgb(0,102,255);
}
.sa-ctrl-dialog-fullscreen-inner:active
{
	border-color: rgb(255,153,51);
}
.sa-ctrl-dialog-fullscreen-inner_able
{
	margin-top: 11px;
	margin-left: 8px;
	width: 10px;
	height: 6px;	
}
.sa-ctrl-dialog-fullscreen-inner_ed
{
	margin-top: 13px;
	margin-left: 8px;
	width: 8px;
	height: 4px;
	box-shadow: 2px -2px 1px 0px rgba(255,255,255,0.7);
}
.sa-ctrl-dialog-fullscreen-inner_ed:hover
{
	box-shadow: 2px -2px 1px 0px rgba(0,102,255,0.7);
}
.sa-ctrl-dialog-fullscreen-inner_ed:active
{
	box-shadow: 2px -2px 1px 0px rgba(255,153,51,0.7);
}

.sa-ctrl-dialog-toolbar
{
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	height: 30px;
	padding-left: 1px;
	background-color: #fff;
	border-bottom: 1px solid #02b4ea;
}

.sa-ctrl-dialog-contentpane
{
	position: absolute;
	left: 0;
	width: 100%;
	top: 71px;
	bottom: 0;
	overflow: hidden;
}

.sa-ctrl-dialog-toolbar-button
{
	z-index: 2;
	float: left;
	position: relative;
	min-width: 40px;
	height: 100%;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: -1px;
	line-height: 30px;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	color: #0080a0;
	cursor: pointer;
}
.sa-ctrl-dialog-toolbar-button:hover
{
	color: #fff;
	background-color: #02b4ea;	
}
.sa-ctrl-dialog-toolbar-button:active
{
	color: #0080a0;
	background-color: #02b4ea;
}

.sa-ctrl-dialog-toolbar-seperator
{
	z-index: 1;
	float: left;
	position: relative;
	width: 0;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	margin-left: -1px;
	border-left: 1px solid #02b4ea;
}

.sa-ctrl-dialog-footer
{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 54px;
}

.sa-ctrl-dialog-footer-ok
{
	position: absolute;
	bottom: 16px;
	height: 28px !important;
	left: 50%;
	width: 100px;
	margin-left: -110px;
}

.sa-ctrl-dialog-footer-cancel
{
	position: absolute;
	bottom: 16px;
	height: 28px !important;
	left: 50%;
	width: 100px;
	margin-left: 10px;
}

/** 消息模态框 */
.sa-ctrl-msgdlg-text
{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	white-space: pre-wrap;
	overflow-x: hidden;
	overflow-y: auto;
}

.sa-ctrl-msgdlg-more
{
	position: absolute;
	right: 0;
	width: 80px;
	height: 20px;
	line-height: 20px;
	text-align: right;
	font-size: 12px;
	color: #00a0d1;
	cursor: pointer;
}

.sa-ctrl-msgdlg-detail
{
	position: absolute;
	font-size: 12px;
	color: #666;
	line-height: 18px;
	resize: none;
	white-space: pre-wrap;
	border-width: 0;
	border-top: 1px solid #ccc;
	padding: 2px 0px;
	background-color: #fff;
    outline: none ;
}

.sa-ctrl-msgdlg-btn-highlight
{
	position: absolute;
	bottom: 16px;
	height: 28px;
}

.sa-ctrl-msgdlg-btn-normal
{
	position: absolute;
	bottom: 16px;
	height: 28px;
}

/** 反馈提示框*/
.sa-ctrl-feedback-dialog-extend
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 102px;
	font-size: 14px;
	color: #333;
}

.sa-ctrl-feedback-dialog-image
{
	position: absolute;
	left: 50%;
	top: 7px;
	width: 97px;
	height: 78px;
	margin-left: -48px;
}

.sa-ctrl-feedback-dialog-text
{
	position: absolute;
	height: 44px;
    line-height: 44px;
	top: 1px;
	left: 26px;
	right: 26px;
	text-align: center;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/** 窗帘式消息 */
.sa-ctrl-msgct
{
	z-index: 65535;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 50px;
}
.sa-ctrl-msgct_success
{
	color: #26b175;
	background-color: #e6f6f1;
	border: 1px solid #26b175;
}
.sa-ctrl-msgct_prompt
{
	color: #ee812a;
	background-color: #fff3c7;
	border: 1px solid #f4984e;
}
.sa-ctrl-msgct_error
{
	color: #fd6c6a;
	background-color: #ffe7e4;
	border: 1px solid #fd6c6a;
}

.sa-ctrl-msgct-icon
{
	position: absolute;
	left: 40px; 
	width: 28px;
	height: 28px;
	top: 50%;
	margin-top: -14px;
}

.sa-ctrl-msgct-title
{
	position: absolute;
	left: 84px;
	width: 80px;
	height: 28px;
	top: 50%;
	margin-top: -14px;
	line-height: 28px;
	font-size: 18px;
}

.sa-ctrl-msgct-text
{
	position: absolute;
	left: 164px;
	right: 40px;
	height: 28px;
	top: 50%;
	margin-top: -14px;
	line-height: 28px;
	font-size: 13px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sa-ctrl-msgct-close
{
	position: absolute;
	right: 10px;
	width: 28px;
	height: 28px;
	top: 50%;
	margin-top: -14px;
	cursor: pointer;
}


/** 简易确认框 */
.sa-ctrl-simpleconfirmer
{
	min-width: 188px;
	height: 102px;
}

.sa-ctrl-simpleconfirmer-border
{
	position: absolute;
	left: -1px;
	right: -1px;
	top: 5px;
	height: 90px;
	background-color: #fcfcfc;
	border: 1px solid #999;
	border-radius: 4px;
	box-shadow: 0px 0px 20px #666;
}

.sa-ctrl-simpleconfirmer-arrow
{
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #fcfcfc;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}
.sa-ctrl-simpleconfirmer-arrow_up
{
	top: 0px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);	
}
.sa-ctrl-simpleconfirmer-arrow_down
{
	top: 92px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.sa-ctrl-simpleconfirmer-content
{
	position: relative;
	top: 12px;
}
.sa-ctrl-simpleconfirmer-text
{
	height: 20px;
	line-height: 20px;
	padding: 10px;
	text-align: center;
	color: #333;
}

.sa-ctrl-simpleconfirmer-btn-okonly
{
	position: absolute;
	width: 72px;
	left: 50%;
	margin-left: -36px;
	bottom: 16px;
}

.sa-ctrl-simpleconfirmer-btn-ok
{
	position: absolute;
	width: 72px;
	left: 50%;
	margin-left: -77px;
	bottom: 16px;
}

.sa-ctrl-simpleconfirmer-btn-cancle
{
	position: absolute;
	width: 72px;
	left: 50%;
	margin-left: 5px;
	bottom: 16px;
}

/** 文字标签控件 */
.sa-ctrl-label-text
{
	position: relative;
	top: 50%;
	margin-top: -10px;
	line-height: 20px;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/** 文本框控件 */
.sa-ctrl-textfield
{
	overflow: hidden;
	background-color: #fff;
}

.sa-ctrl-textfield-input
{
	position: absolute;
	left: 1px;
	width: 90%; /** min:40px, perfect:60px. 如果用right不用width，有些环境可能是受size影响，宽度不可控。 */
	top: 0px;
	height: 100%;
	font-size: 12px;
	border: 0;
	margin: 0;
	padding: 0;
	padding-left: 4px;
	background-color: rgba(255,255,255,0);
	outline: none;
}

/** 搜索框控件 */
.sa-ctrl-searchbox-close
{
	position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 2px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0);
    text-align: center;
    font-size: 16px;
    color: #888888;
    line-height: 17px;
}

.sa-ctrl-searchbox-close:hover
{
	border: 1px solid #39f;
	border-radius: 2px;
	color: #39f;
	background-color: #def;
}

/** 多行文本 */
.sa-ctrl-textarea-real
{
	position: absolute;
	left: 2%;
	top: 4%;
	width: 96%;
	height: 92%;
	border: 0;
	padding: 0;
	resize: none;
	outline: none;
	overflow-y: auto;
	color: #333;
}

/** 多选框控件 */
.sa-ctrl-checkbox
{
	overflow: hidden;
	height: 23px;
	cursor: default;
}

.sa-ctrl-checkbox-unchecked_enabled
{
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #999;
}
.sa-ctrl-checkbox-unchecked_enabled:hover
{
	border: 1px solid #0097f0;
}
.sa-ctrl-checkbox-unchecked_disable
{
	background-color: #ddd;
	border: 1px solid #ccc;
}

.sa-ctrl-checkbox-checked_enabled
{
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #0097f0;
	color: #0097f0;
}
.sa-ctrl-checkbox-checked_disable
{
	background-color: #ddd;
	border: 1px solid #ccc;
	color: #ccc;
}

.sa-ctrl-checkbox-box
{
	position: absolute;
	left: 0;
	top: 4px;
	width: 12px;
	height: 12px;
	text-align: center;
	line-height: 12px;
	font-size: 12px;
	color: #666;
}

.sa-ctrl-checkbox-text
{
	position: absolute;
	left: 20px;
	right: 0;
	top: 0;
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/** 单选按钮控件 */
.sa-ctrl-radio
{
	overflow: hidden;
	height: 23px;
	cursor: default;
}

.sa-ctrl-radio-outer_enabled
{
	cursor: pointer;
	border: 1px solid #999;
}
.sa-ctrl-radio-outer_enabled:hover
{
	border: 1px solid #0097f0;
}
.sa-ctrl-radio-outer_disabled
{
	border: 1px solid #ccc;
}

.sa-ctrl-radio-outer-checked_enabled
{
	cursor: pointer;
	border: 1px solid #0097f0;
}
.sa-ctrl-radio-outer-checked_disabled
{
	border: 1px solid #ccc;
}

.sa-ctrl-radio-inner-checked_enabled
{
	background-color: #0097f0;
}
.sa-ctrl-radio-inner-checked_disabled
{
	background-color: #ccc;
}

/** 数字微调控件 */
.sa-ctrl-spinner
{
	overflow: hidden;
	height: 23px;
	cursor: default;
}

.sa-ctrl-spinner-text
{
	position: absolute;
	left: 1px;
	right: 21px;
	top: 1px;
	bottom: 1px;
	line-height: 21px;
	padding-right: 4px;
	text-align: right;
	font-size: 12px;
}

.sa-ctrl-spinner-up
{
	position: absolute;
	right: 1px;
	width: 20px;
	top: 1px;
	height: 10px;
	line-height: 10px;
	font-size: 12px;
	text-align: center;
	color: #ddd;
}

.sa-ctrl-spinner-down
{
	position: absolute;
	right: 1px;
	width: 20px;
	bottom: 1px;
	height: 10px;
	line-height: 10px;
	font-size: 12px;
	text-align: center;
	color: #ddd;
}

.sa-ctrl-spinner-arrow_enabled
{
	color: #bbb;
	cursor: pointer;
}
.sa-ctrl-spinner-arrow_enabled:hover
{
	color: #02b4ea;
	background-color: #ebeef0;
}
.sa-ctrl-spinner-arrow_enabled:active
{
	color: #f93;
}

.sa-ctrl-spinner-up-inner
{
	cursor: inherit;
	transform: scaleX(0.75) scaleY(0.5) ;
	-webkit-transform: scaleX(0.75) scaleY(0.5) ;
	-ms-transform: scaleX(0.75) scaleY(0.5) ;
	-moz-transform: scaleX(0.75) scaleY(0.5) ;
	-o-transform: scaleX(0.75) scaleY(0.5) ;
}

.sa-ctrl-spinner-down-inner
{
	cursor: inherit;
	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);
}

/** 下拉列表控件 */
.sa-ctrl-combobox
{
	overflow: hidden;
	height: 23px;
	cursor: default;
}

.sa-ctrl-combobox-text
{
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 1px;
	right: 20px;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	padding-left: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sa-ctrl-combobox-arrow
{
	position: absolute;
	right: 3px;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
}

.sa-ctrl-combobox-arrow_enabled
{
	cursor: pointer;	
}


/** 列表控件 */
.sa-ctrl-list-owner
{
	position: absolute;
	left: 1px;
	right: 1px;
	top: 1px;
	bottom: 1px;
	overflow: auto;
	cursor: default;
}

.sa-ctrl-list-item
{
	cursor: inherit;	
}

.sa-ctrl-list-item_enabled
{
	color: #666;
}
.sa-ctrl-list-item_enabled:hover
{
	background-color: #f7f7f7;
}

.sa-ctrl-list-item-defaultlayout
{
	position: relative;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	padding-left: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sa-ctrl-list-item_selected_enabled
{
	color: #666;
	background-color: #d0eeff;
}
.sa-ctrl-list-item_selected_enabled:hover
{
	background-color: #e0f0ff;
}


/** 树控件 */
.sa-ctrl-tree
{
	cursor: default;
	overflow: auto;
}
.sa-ctrl-tree_disabled
{
	opacity: 0.4;
}

.sa-ctrl-tree-nodeline-paintable
{
	border-radius: 2px;
}
.sa-ctrl-tree-nodeline-paintable:hover
{
	background-color: #f7f7f7;
}
.sa-ctrl-tree-nodeline-paintable_selected
{
	background-color: #d0eeff;
}
.sa-ctrl-tree-nodeline-paintable_selected:hover
{
	background-color: #e0f0ff;
}


/** 滑块 */
.sa-ctrl-regionslider
{
}

.sa-ctrl-regionslider-canvas
{
	position: absolute;
	left: 0;
	top: 23px;
}

.sa-ctrl-regionslider-label
{
	position: absolute;
	width: 45%;
	top: 0;
	height: 20px;
	cursor: text;
}
.sa-ctrl-regionslider-label:hover
{
	border: 1px solid #ccc;
}

.sa-ctrl-regionslider-label-low
{
	left: 3px;
	text-align: left;
}

.sa-ctrl-regionslider-label-high
{
	right: 3px;
	text-align: right;
}

.sa-ctrl-regionslider-editor
{
	position: absolute;
	top: 1px;
	height: 20px;
	font-size: 12px;
	border: 0;
	margin: 0;
	padding: 0;
}

/** 工具栏按钮 */
.sa-ctrl-tbbtn
{
	float: left;
	position: relative;
	height: 100%;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 30px;
}
.sa-ctrl-tbbtn_disabled
{
	color: #ccc;
	cursor: default;
}
.sa-ctrl-tbbtn_enabled
{
	color: #626262;
	cursor: pointer;	
}
.sa-ctrl-tbbtn_enabled:hover
{
	background-color: #d5f6ff;
}
.sa-ctrl-tbbtn_enabled:active
{
	background-color: #fed;
}

.sa-ctrl-tbbtn-icon
{
	float: left;
	position: relative;
	height: 16px;
	width: 16px;
	top: 50%;
	margin-top: -8px;
	margin-right: 2px;
}

.sa-ctrl-tbbtn-text
{
	float: left;
	position: relative;
	height: 100%;
	max-width: 100px;
	padding-right: 2px;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sa-ctrl-tbbtn-arrow
{
	float: left;
    position: relative;
    height: 16px;
    width: 16px;
    top: 50%;
    margin-top: -8px;
    margin-left: -2px;
    margin-right: -2px;
}

/** 分隔容器 */
.sa-ctrl-splitpane
{
}

.sa-ctrl-splitpane-child
{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.sa-ctrl-splitpane-mask
{
	z-index: 3;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0);
}

.sa-ctrl-splitpane-part
{
	z-index: 2;
}

.sa-ctrl-splitpane-line
{
	z-index: 1;
	overflow: hidden;
}

.sa-ctrl-splitpane-line-tip
{
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: inherit;
}
.sa-ctrl-splitpane-line-tip-v
{
	margin-left: -2px; /**with border*/
	margin-top: -13px;	
	width: 2px;
	height: 26px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.sa-ctrl-splitpane-line-tip-h
{
	margin-left: -13px;
	margin-top: -2px; /**with border*/
	width: 26px;
	height: 2px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

/** 页签 */
.sa-ctrl-tab-head
{
	z-index: 2;
	position: relative;
	float: left;
	top: 0;
	height: 25px;
	line-height: 26px;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	padding-left: 22px;
	padding-right: 22px;
	font-size: 12px;
	color: #666;
	cursor: pointer;
}
.sa-ctrl-tab-head:hover
{
	color: #0097f0;
}
.sa-ctrl-tab-head_selected
{
	color: #0097f0;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.sa-ctrl-tab-second-head
{
	z-index: 2;
	position: relative;
	float: left;
	top: 0;
	height: 25px;
	line-height: 26px;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	padding-left: 22px;
	padding-right: 22px;
	font-size: 12px;
	color: #666;
	cursor: pointer;
}
.sa-ctrl-tab-second-head:hover
{
	color: #0097f0;
}
.sa-ctrl-tab-second-head_selected
{
	color: #0097f0;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.sa-ctrl-tab-container
{
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	top: 25px;
	bottom: 0;
	border: 1px solid #ccc;
}

.sa-ctrl-second-tab-container
{
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	top: 25px;
	bottom: 0;
	border: 1px solid #ccc;
}

/** 向导 */
.sa-ctrl-wizard-prev
{
	position: absolute;
	width: 100px;
	height: 30px;
	bottom: 16px;
	left: 50%;
	margin-left: -110px;
}

.sa-ctrl-wizard-next
{
	position: absolute;
	width: 100px;
	height: 30px;
	bottom: 16px;
	left: 50%;
	margin-left: 10px;
}

/** 日期选择 */
.sa-ctrl-dateselector
{
	position: absolute;
	overflow: hidden;
	height: 25px;
	width: 200px;
}

.sa-ctrl-dateselector-text
{
	position: absolute;
	left: 4px;
	right: 20px;
	top: 50%;
	margin-top: -10px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sa-ctrl-dateselector-icon
{
	position : absolute;
	right : 4px;
	height : 16px;
	width : 16px;
	margin-top : -8px;
	top : 50%;
}

.sa-ctrl-dateselector-icon_enabled
{
	cursor: pointer;	
}
.sa-ctrl-dateselector-icon_disabled
{
	filter: opacity(40%);
}

.sa-ctrl-dateselector-popup
{
	box-shadow: 0 1px 8px 0 rgba(0,0,0,0.20);
	border-radius: 2px;
}

.sa-ctrl-dateselector-popup-ok
{
	position: absolute;
 	left: 10px;
 	bottom: 10px;
 	width: 100px;
 	height: 28px;
}

.sa-ctrl-dateselector-popup-cancel
{
	position: absolute;
 	right: 10px;
 	bottom: 10px;
 	width: 100px;
 	height: 28px;
}

/** 日历 */
.sa-ctrl-calendar-dayselector
{
	position: absolute;
	width: 12%;
	height: 12%;
	cursor: pointer;
}

.sa-ctrl-calendar-week
{
	position: absolute;
	width: 12%;
	height: 12%;
	cursor: default;
}

.sa-ctrl-calendar-day
{
	position: absolute;
	width: 12%;
	height: 12%;
	cursor: default;
}

.sa-ctrl-calendar-prearrow
{
	position: absolute;
	left: 8%;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	top: 50%;
	line-height: 22px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.sa-ctrl-calendar-nextarrow
{
	position: absolute;
	right: 8%;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	top: 50%;
	line-height: 22px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.sa-ctrl-calendar-month
{
	position: absolute;
	width: 20%;
	height: 20%;
	cursor: pointer;
}

.sa-ctrl-calendar-year
{
	position: absolute;
	width: 16%;
	height: 16%;
	cursor: pointer;
}

.sa-ctrl-calendar-backgroundcolor
{
	background-color: #4ad5ff;
}

.sa-ctrl-calendar-textvessel
{
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	height: 14px;
	font-size: 12px;
	color: #333;
	margin-top: -7px;
	line-height: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.sa-ctrl-calendar-item-hover
{
	border: 1px solid #4ad5ff;
}

.sa-ctrl-calendar-item-selected
{
	border: 1px solid #4ad5ff;
}

/**f7select*/
.sa-ctrl-f7selector
{
}

.sa-ctrl-f7selector-textcontainer
{
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 1px;
	right: 22px;
	overflow: hidden;
}

.sa-ctrl-f7selector-text
{
	z-index: 1;
	position: absolute;
	left: 4px;
	right: 0px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: default;
}

.sa-ctrl-f7selector-btn
{
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
}
.sa-ctrl-f7selector-btn_enabled
{
	cursor: pointer;	
}

.sa-ctrl-f7selector-btnedit
{
	right: 3px;
}

.sa-ctrl-f7selector-btnclear
{
	z-index: 2;
	right: 0;
	background-color: rgba(255,255,255,0.8);
	box-shadow: -5px 0 5px 0 rgba(255,255,255,0.8);
}

.sa-ctrl-helpicon-question
{
    position: absolute;
	width: 16px;
	height: 16px;
    cursor: help;
    z-index: 1;
}

.sa-ctrl-helpicon-info
{
    position: absolute;
	width: 16px;
	height: 16px;
    cursor: default;
    z-index: 1;
}

.sa-ctrl-tips-content
{
    position: absolute;
    width: auto;
    height: auto;
	display: none;
	text-align: left;
    padding: 10px 15px;
    font-size: 12px;
    overflow: auto;
    background: #FFFFFF;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.20);
	border-radius: 2px;
	font-family: MicrosoftYaHei;
	color: #828282;
	letter-spacing: 0;
	z-index: 9999998;
}

.sa-ctrl-tips-arrow
{
    position: absolute;
	display: none;
    z-index: 9999999;
}

.sa-ctrl-tips-arrow::after, .sa-ctrl-tips-arrow::before {
    position: absolute;
    height: 0;
    width: 0;
    left: 50%;
    bottom: 100%;
    border: solid transparent;
    content: " ";
    pointer-events: none;
}

.sa-ctrl-tips-arrow::after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFFFFF;
    border-width: 6px;
    margin-left: -6px;
}

.sa-ctrl-tips-arrow::before {
    border-color: rgba(255, 245, 246, 0);
    border-bottom-color: #F1F1F1;
    border-width: 8px;
    margin-left: -8px;
}


/** ComboColor */
.sa-ctrl-combocolor
{
	background-color: #fff;
}
.sa-ctrl-combocolor-color
{
	position: absolute;
	top: 3px;
	bottom: 3px;
	left: 3px;
	right: 22px;
	border: 1px solid #eee;
}
.sa-ctrl-combocolor-arrow
{
	position: absolute;
	width: 16px;
	height: 16px;
	right: 3px;
	top: 50%;
	margin-top: -8px;
	cursor: pointer;
}

/** ColorChooser*/
.sa-ctrl-colorchooser-pallet
{
	background-color: #fff;
}

.sa-ctrl-colorchooser-pallet-item
{
	cursor: pointer;
	border-radius: 2px;
	border: 1px solid transparent;
	box-sizing: border-box;
}
.sa-ctrl-colorchooser-pallet-item:hover, .sa-ctrl-colorchooser-pallet-item_selected
{
	border: 1px solid #f93;
}

.sa-ctrl-colorchooser-pallet-iteminner
{
	border-radius: 2px;
	border: 1px solid #f7f7f7;
}

.sa-ctrl-colorchooser-pallet-other
{
	text-align: center;
	border: 1px solid #dbdbdb;
	box-sizing: border-box;
}

.sa-ctrl-colorchooser-preview
{
	border: 1px solid #f0f0f0;
}

/** 开关 */
.sa-ctrl-switcher_on
{
	background-color: #23c8fb;
}
.sa-ctrl-switcher_off
{
	background-color: #b0b0b0;
}

.sa-ctrl-switcher-thumb
{
	background-color: #fff;
}

/** 左头页签 */
.sa-ctrl-lefttab-header
{
	cursor: default;
	box-shadow: -1px 0 0 0 #e5e5e5 inset;
	background-color: #f6f7f9;
	color: #577196;
}

.sa-ctrl-lefttab-item
{
	box-shadow: 0 -1px 0 0 #e5e5e5;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
}
.sa-ctrl-lefttab-item:hover
{
	color: #0097f0; 
}

.sa-ctrl-lefttab-item_selected
{
	color: #00a0d1;
	background-color: #fff;
}

.sa-ctrl-lefttab-thumb-up
{
	box-shadow: 0 -1px 0 0 #e5e5e5 inset;
	background-color: #f6f7f9;
}
.sa-ctrl-lefttab-thumb-down
{
	box-shadow: 0 1px 0 0 #e5e5e5 inset;
}

.sa-ctrl-lefttab-arrow
{
	position: absolute;
	width: 10px;
	height: 10px;
	left: 50%;
	margin-left: -5px;
	border: 1px solid #e5e5e5;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.sa-ctrl-lefttab-arrow_hover
{
	border-color: #00a0d1
}
.sa-ctrl-lefttab-arrow-up
{
	top: 50%;
	margin-top: -2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}
.sa-ctrl-lefttab-arrow-down
{
	top: 50%;
	margin-top: -8px;
	border-left-width: 0px;
	border-top-width: 0px;
}

/** 开关按钮 */
.sa-ctrl-togglebutton
{
	box-sizing: border-box;
	border: 1px solid transparent;
	height: 26px;
	line-height: 24px;
	padding-left: 4px;
	padding-right: 4px;
	border-radius: 2px;
	text-align: center;
}
.sa-ctrl-togglebutton_enabled
{
	cursor: pointer;
}
.sa-ctrl-togglebutton_enabled:hover
{
	color: #0097f0;
	background-color: #f0f7ff;
}
.sa-ctrl-togglebutton_selected
{
	color: #0097f0 !important;
	border-color: #0097f0;
}