@CHARSET "UTF-8";

.sa-qing-publish-fontfamily
{
	font-family: "Microsoft YaHei",PingFangSC-Regular,"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
}

.sa-qing-publish-edit-star 
{
	top: 2px;
	width: 5px;
	height: 18px;
	color: #FF0000;
}

.sa-qing-publish-edit-icon {
	margin-top: 24px;
	width: 19px;
	height: 19px;
	float: left;
	background-repeat: no-repeat;
	cursor: pointer;
}

/* 下拉选择器 */
.sa-qing-publish-dropdown-selector
{
	position: absolute;
	background-color: #fff;
	z-index: 99;
}

/*列表下拉选择器*/
.sa-qing-publish-dropdown-selector-list-item 
{
	position: relative !important;
	height: 30px !important;
	line-height: 30px !important;
}

/*弹出窗口选择器-回显框*/
.sa-qing-publish-dialog-selector-input
{
	position: absolute;
	left: 1px;
	right: 1px;
	bottom: 1px;
	top: 1px;
	font-size: 12px;
	color: rgb(102, 102, 102);
	padding-left: 4px;
}
/*弹出窗口选择器-弹出按钮*/
.sa-qing-publish-dialog-selector-input-icon
{
	position: absolute;
	width: 15px;
	height: 15px;
	right: 5px;
	bottom: 6px;
	cursor: pointer;
	z-index: 1;
}

.sa-qing-publish-manager-content-container 
{
	position: absolute;
	left: 0px;
	right:0px;
	top: 0px;
	bottom: 0px;
	
	overflow-x: hidden;
	overflow-y: auto;
}

.sa-qing-publish-manager-content-emptytip
{
	margin-top: 10px;
	color:#BBBBBB;
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 16px;
	z-index: 1;
}

.sa-qing-publish-manager-op-edit
{
	position: absolute;
	left: 5px;
    width: 40px;
    height: 28px;
    line-height: 28px;
}

.sa-qing-publish-manager-op-delete
{
	position: absolute;
	left: 50px;
    width: 40px;
    height: 28px;
    line-height: 28px;
}



/*发布管理中的目录编辑器*/
.sa-qing-publish-manager-dir-editor-container
{
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 219px;
	border-right: 1px solid #E5E5E5;
	overflow-x: hidden;
	overflow-y: auto;
}

.sa-qing-publish-manager-dir-empty
{
	margin-top: 10px;
	color: #BBBBBB;
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 14px;
}

.sa-qing-publish-manager-dir-item
{
	height: 65px;
	border-bottom: 1px solid #E5E5E5;
	align-items: center;
	color: #828282;
}
.sa-qing-publish-manager-dir-item:hover
{
	background-color: #eff3fd;
	background-color: var(--color-pale, #eff3fd);
	color: #2B87F3 !important;
	color: var(--color-main, #2B87F3) !important;
}
.sa-qing-publish-manager-dir-item-icon 
{
	position: absolute;
	background-position-y: center;
	background-repeat: no-repeat;
	width: 17px;
	height: 15px;
	margin-left: 20px;
	margin-top: 26px;
}

.sa-qing-publish-manager-dir-item-name 
{
	position : absolute;
	margin-left: 47px;
	margin-top: 23px;
	margin-right: 21px;
	height: 20px;
	width : 100px;
	line-height: 21px;
	font-size: 14px;
	letter-spacing: -0.36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sa-qing-publish-manager-dir-item-name-edit 
{
	position : absolute;
	margin-left: 47px;
	margin-top: 23px;
	margin-right: 21px;
	height: 20px;
	width : 100px;
	line-height: 21px;
	font-size: 14px;
	color: #777;
	letter-spacing: -0.36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sa-qing-publish-manager-dir-item-name-selected 
{
	border-left: 3px solid #2B87F3 !important;
	border-left: 3px solid var(--color-main, #2B87F3) !important;
	width: 217px;
	background-color: #fff;
}


.sa-qing-publish-manager-dir-op
{
	float: right;
	width: 50px;
	margin-left: 5px;
	margin-right: 15px;
	display: none;
}

.sa-qing-publish-manager-dir-op-item 
{
	margin-top: 24px;
	margin-left: 2px;
	margin-right: 3px;
	width: 19px;
	height: 19px;
	float: right;
	background-repeat: no-repeat;
	cursor: pointer;
}

.sa-qing-publish-menu-content-emptytip
{
	margin-top: 10px;
	color:#BBBBBB;
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 16px;
}

.sa-qing-publish-menu-item 
{
	line-height: 36px;
	font-size: 14px;
	color: #828282;
	padding-left: 7px;
}

.sa-qing-publish-menu-item:hover 
{
	background-color: #eff3fd;
	background-color: var(--color-pale, #eff3fd);
	color: #2B87F3;
	color: var(--color-main, #2B87F3) ;
}

.sa-qing-publish-menu-item-promt
{
	color:red;
	margin-left: 8px;
	margin-right: 8px;
}
.sa-qing-publish-menu-item-selected 
{ 
	background-color: #88a7f6 !important;
	background-color: var(--color-lightish, #88a7f6) !important;
	color: #FFFFFF !important;
}

.sa-qing-publish-lapp-preview-container
{
	
    border-width: 2px;
    border-style: solid;
    border-color: #88a7f6 !important;
    border-color: var(--color-lightish, #88a7f6) !important;
	box-shadow: 0 2px 4px 0 rgba(59,182,251,0.53);
}
.sa-qing-publish-lapp-preview-head-triangle
{
	float: left;
	width: 10px;
	height: 10px;
	margin: 9px 38px 10px 9px;
	border-top: 1px solid #535353;
	border-right: 1px solid #535353;
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
}
.sa-qing-publish-lapp-preview-head-title
{
	position: absolute;
	left: 50px;
	right: 50px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	color: #000;
	letter-spacing: -0.36px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	text-overflow: ellipsis;
}
.sa-qing-publish-lapp-preview-iframe
{
	position:absolute;
	width: 100%;
	height: 420px;
	border-width: 0;
	top: 28px;
}

.sa-publish-thumbnailcut
{
	border: 1px solid #dbdbdb;
}
.sa-publish-thumbnailcut-img
{
	position: absolute;
	width: 100%;
	height: 100%;
	border-width :0px;
}
.sa-publish-thumbnailcut-texttips
{
	position: absolute;
	width: 185px;
	height: 28px;
	left: 50%;
	margin-left: -92.5px;
	bottom: 0;
	z-index: 998;
	text-align: center;
	line-height: 28px; 
	font-size: 12px;
	color: #333;
}
.sa-publish-thumbnailcut-plus-icon
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -25px;
	margin-left: -20px;
	border-radius: 50%;
	border: 1px solid rgb(219, 219, 219);
	background-image: url(../../../lightapp/common/resource/icon_add_blue.png);
}

.sa-publish-thumbnailcut-setting
{
	border: solid 1px #ccc;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	background-color: white;
	top: -1px !important;
	bottom: -2px !important;
	left: -2px !important;
	right: -2px !important;
}
.sa-publish-thumbnailcut-container
{
	position: absolute;
	width: 760px;
	height: 380px;
	top: -1px;
	left: 0px;
	right: 0px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #ccc;
	background-color: #E9ECF1;
}
.sa-publish-thumbnailcut-iframe
{
	position: absolute;
	width: 760px;
	height: 380px;
	top: 0px;
	left: 0px;
	right: 0px;
	border-width: 0px;
}
.sa-publish-thumbnailcut-aperture
{
	position: absolute;
	border: 2px solid #43DCFE;
	box-shadow: 0 2px 4px 0 rgba(59,182,251,0.53); 
	z-index: 99;
	cursor: move;
}

.sa-publish-thumbnailcut-shield
{
	position: absolute;
	background: rgba(0, 0, 0, .3);
	z-index: 2;
}
.sa-publish-thumbnailcut-dragchunk
{
	position: absolute;
	right: -2px;
	bottom: -2px;
	width: 12px;
	height: 12px;
	cursor: se-resize;
	background-repeat:no-repeat;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
}

.sa-publish-lapp-item:hover
{
	background-color: #eff3fd;
	background-color: var(--color-pale, #eff3fd);
}

.sa-qing-publish-email-manager-op-query
{
	position: absolute;
	left: 5px;
    width: 80px;
    height: 28px;
    line-height: 28px;
}

.sa-qing-publish-email-manager-op-edit
{
	position: absolute;
    left: 90px;
    width: 40px;
    height: 28px;
    line-height: 28px;
}

.sa-qing-publish-email-manager-op-delete
{
	position: absolute;
    left: 135px;
    width: 40px;
    height: 28px;
    line-height: 28px;
}

.sa-qing-publish-email-publishinfo-manager-op-open
{
	position: absolute;
	left: 20px;
    width: 40px;
    height: 28px;
    line-height: 28px;
}

.sa-qing-publish-email-publishinfo-manager-op-delete
{
	position: absolute;
	left: 65px;
    width: 40px;
    height: 28px;
    line-height: 28px;
}

.sa-publish-item
{
	position: relative;
	height: 170px;
	width: 250px;
	float: left;
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin: 10px 6px 3px 6px;
}
.sa-publish-item-head
{
	position: absolute;
	height: 45px;
	width: 100%;
	top: 0;
	left: 0;
}
.sa-publish-item-head-name
{
	width: 145px;
    height: 45px;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #333333;
    line-height: 45px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
    float: left;
}

.sa-publish-item-head-op-container
{
	position: relative;
	float: right;
	width: 50px;
	margin-left: 5px;
	margin-right: 10px;
}

.sa-publish-item-head-op-item
{
	position: relative;
	width: 19px;
	height: 19px;
	cursor: pointer;
}

.sa-publish-item-head-op-layout
{
	float: right;
	margin-top: 13px;
	margin-right: 5px;
}

.sa-publish-item-img
{
	position: absolute;
	height: 115px;
	width: 230px;
	bottom: 10px;
	left: 10px;
}

.sa-publish-item-desc-container
{
	position: absolute;
	bottom: 10px;
	width: 230px;
	border: none;
	left: 50%;
	margin-left: -115px;
	font-size: 12px;
	color: rgb(255, 255, 255);
	padding: 8px 12px;
	box-sizing: border-box;
	opacity: 0.7;
	background: #7e8fcb;
	border-radius: 4px;
}

.sa-publish-item-desc-text
{
	display: inline-block;
	text-align: left;
	word-break: break-all;
}

.sa-qing-card-selector-tab-head
{
	border-bottom: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
}

.sa-qing-card-selector-tab-head-text
{
	line-height: 34px;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	width: 98px;
	position: relative;
	float: left;
	margin-left:5px;
	margin-right:5px;
	border-bottom: 1px solid #E5E5E5;
}

.sa-qing-card-selector-tab-head-selected
{
	line-height: 33px;
	color:  #2B87F3 !important;
	color:  var(--color-main, #2B87F3);
	border-bottom: 2px solid #2B87F3 !important;
	border-bottom: 2px solid var(--color-main, #2B87F3)
}

.sa-qing-publish-card-content
{
	position: absolute;
    top: 30px;
    bottom: 0;
    left: 0;
    right: 0;
}

.sa-qing-publish-card-main
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.sa-qing-publish-card-editicon
{
	cursor: pointer;
	width: 16px;
	height: 16px;
	background: url(../../resource/btn-edit.png) no-repeat;
	background-size: 100% 100%;
}
.sa-qing-publish-card-editicon:hover
{
	background: url(../../resource/btn-edit-on.png) no-repeat;
	background-position:0 1px;
}

.sa-qing-publish-card-analysisicon
{
	cursor: pointer;
	width: 16px;
	height: 16px;
	background: url(../../resource/btn-analysis.png) no-repeat;
	background-size:100% 100%; 
}
.sa-qing-publish-card-analysisicon:hover
{
	background: url(../../resource/btn-analysis-on.png) no-repeat;
	background-position:0 1px;
}

.sa-qing-publish-card-refreshicon
{
	cursor: pointer;
	width: 16px;
	height: 16px;
	background: url(../../resource/btn-refresh.png) no-repeat;
	background-size:100% 100%; 
}
.sa-qing-publish-card-refreshicon:hover
{
	background: url(../../resource/btn-refresh-on.png) no-repeat;
	background-position:0 1px;
}

.sa-qing-publish-card-filtericon
{
	cursor: pointer;
	position: absolute;
	right: 35px;
	top: 5px;
	width: 16px;
	height: 16px;
	background: url(../../resource/btn-filter.png) no-repeat;
	background-size:100% 100%; 
}
.sa-qing-publish-card-filtericon:hover
{
	background: url(../../resource/btn-filter-on.png) no-repeat;
	background-position:0 1px;
	background-size:100% 100%; 
}

.sa-qing-publish-card-showmoreicon
{
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 5px;
	width: 16px;
	height: 16px;
	background: url(../../resource/btn-more.png) no-repeat;
	background-size:100% 100%; 
}
.sa-qing-publish-card-showmoreicon:hover
{
	background: url(../../resource/btn-more-on.png) no-repeat;
	background-position:0 1px;
	background-size:100% 100%; 
}

.sa-qing-publish-card-iconcontainer
{
	position: absolute;
	width: 90px;
	height: 22px;
	border-radius: 2px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
	border: 1px solid rgb(229, 229, 229);
	background: #fff;
	z-index: 666;
}

.sa-qing-public-card-iconimplicit
{
	position: relative;
	float: right;
	margin: 2px 7px 2px 7px;
}

.sa-qing-public-card-arrow
{
	position: absolute;
	z-index: 667;
	border-top: 1px solid rgb(229, 229, 229);
	border-left: 1px solid rgb(229, 229, 229);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}

.sa-qing-public-card-container
{
	position: absolute;
	overflow: hidden;
}

.sa-qing-publish-card-head
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 30px;
}

.sa-qing-publish-card-title
{
	position: absolute;
	left: 0;
	font-size: 14px;
	top: 3px;
	height: 20px;
	width: 60%;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: default;
	white-space: nowrap;
}
.sa-qing-publish-ur-label-selected
{
	position: relative;
    height: 23px;
    display: inline-block;
    left: 5px;
    width: 100px;
}
.sa-qing-publish-ur-label-clear
{
	position: relative;
    width: 50px;
    height: 23px;
    cursor: pointer;
    color: #0097f0;
    float: right;
    display: inline-block;
}
.sa-qing-publish-ur-selected-pane
{
	overflow: auto;
	height: 94%
}
.sa-qing-publish-ur-selected-item
{
	position: relative;
	padding-left: 5px;
	padding-top: 23px;
}
.sa-qing-publish-ur-selected-item:hover
{
	background-color: #d0eeff;
}
.sa-qing-publish-ur-selected-del-icon
{
	position: absolute;
    right: 0px;
    top: 0px;
    height: 16px;
    width: 16px;
    cursor: pointer;
    display: none;
}


.push-schedule-state-btn
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 31px;
    height: 19px;
    border-radius: 9px;
	margin-top: -10px;
	margin-left: -17px;
}

.push-record-detail
{
	position: absolute;
	width: 80px;
	height: 28px;
	line-height: 28px;
}

.edit-push-config
{
	position: absolute;
	left: 85px;
	width: 40px;
	height: 28px;
	line-height: 28px;
}

.delete-push-config-and-pushrecord
{
	position: absolute;
	left: 140px;
	width: 40px;
	height: 28px;
	line-height: 28px;
}

.push-failure-detail
{
	position: absolute;
    left: 40px;
    width: 40px;
    height: 30px;
    line-height: 30px;
}

.delete-push-record
{
	position: absolute;
	width: 40px;
	height: 28px;
	line-height: 28px;
}

.fail-send-message-webhook-dialog-tips
{
	position: absolute;
	font-size: 12px;
	color: #4e5667;
	line-height: 12px;
	left: 2px;
}

.fail-send-message-webhook-table
{
	position: absolute;
	top: 26px;
	height: 400px;
	width: 648px;
}

.delete-record-text
{
    position: absolute;
    font-size: 14px;
}

.no-push-config-data
{
	position: absolute;
    width: 100px;
    height: 50px;
    top: 0px;
    left: 50%;
    margin-left: -50px;
    font-size: 24px;
    color: #ccc;
    text-align: center;
}

.sa-qing-publish-email-manager-schedule-switchbutton
{
	position: absolute;
    top: 50%;
    width: 31px;
    height: 19px;
    border-radius: 9px;
    margin-top: -10px;
    margin-left: 10px;
}

.sa-qing-publish-email-manager-schedule-switchbutton-tips {
    position: absolute;
    top: 50%;
    width: 31px;
    height: 19px;
    border-radius: 9px;
    margin-top: -9px;
    padding-left: 37px;
    color: red;
}

.sa-role-permission-tip
{
	display: none;
	position: absolute;
    left: 350px;
    top: 128px;
	margin: 4px;
	width: 16px;
	height: 16px;
	border-radius: 10px;
	color: #eee;
	text-align: center;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
	background-color: #f93;
}

.sa-role-permission-tip-text
{
	box-shadow: 0px 0px 3px 1px #aaa;
    background-color: white;
    z-index: 999;
   	padding: 3px;
   	color: #666;
   	overflow: auto;
}

.sa-qing-publish-tab-container
{
	width: 100%;
	height: 36px;
	border-bottom: 1px solid #E5E5E5;
}

.sa-qing-publish-tabpane-container
{
	position: absolute;
	top: 36px;
	bottom: 0;
	width: 100%;
}

.sa-qing-publish-tab
{
	position: relative;
    float: left;
	width: 78px;
	height: 30px;
	margin: 0 4px 4px;
}

.sa-qing-publish-tab-border
{
	position: relative;
    float: left;
    width: 1px;
    height: 20px;
    margin-top: 5px;
    background-color: #E5E5E5;
}

.sa-qing-publish-tab_selected
{
	position: absolute;
	top: 35px;
	width: 60px;
	height: 2px;
	background-color: #5582f3;
	background-color: var(--color-main, #5582f3);
}

.sa-qing-publish-manager-editcontent-selector
{
	position: absolute;
	border-radus: 2px;
	z-index: 99;
	box-shadow: 0 1px 6px 0 #ccc;
	background: #fff;
}

.sa-qing-publish-manager-editcontent-selector-item
{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	color: #666;
	z-index: 99;
	cursor: pointer;
	font-size: 12px;
}
.sa-qing-publish-manager-editcontent-selector-item:hover
{
	background-color: #f7f7f7;
}


.sa-qing-publish-manager-name-preset-tag
{
	color: var(--color-main, #5582f3);
    border: 1px solid var(--color-main, #5582f3);
    padding: 1px 2px;
    margin-top: 5px;
    margin-right: 2px;
    border-radius: 2px;
    float: left;
}

.sa-qing-publish-manager-card-name-preset-tag
{
	color: var(--color-main, #5582f3);
    border: 1px solid var(--color-main, #5582f3);
    padding: 1px 2px;
    margin-top: 13px;
    border-radius: 2px;
    float: left;
    margin-left: 10px;
}

.sa-qing-publish-manager-group-preset
{
	position: relative;
	right: -140px;
    top: -35px;
	transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
}

.sa-qing-publish-manager-group-preset-span
{
	position: absolute;
    width: 40px;
    height: 38px;
    text-align: center;
    color: #b2b2b2;
    line-height: 38px;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
}

.sa-qing-publish-manager-group-preset-icon
{
    position: absolute;
    width: 40px;
    height: 38px;
}

.sa-qing-publish-manager-editcontent-selector
{
	position: absolute;
	border-radus: 2px;
	z-index: 99;
	box-shadow: 0 1px 6px 0 #ccc;
	background: #fff;
}

.sa-qing-publish-manager-editcontent-selector-item
{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	color: #666;
	z-index: 99;
	cursor: pointer;
	font-size: 12px;
}
.sa-qing-publish-manager-editcontent-selector-item:hover
{
	background-color: #f7f7f7;
}
