::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    /**/
}

::-webkit-scrollbar-track {
    background: rgb(239, 239, 239);
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
	background: #333;
}

::-webkit-scrollbar-corner {
    background: #179a16;
}
.dd-el-tips {
color: red;
}
.mini-datagrid .mini-panel-toolbar{
display: none;
}
.mini-grid-headerCell-inner{
font-weight: bold;
}
#f1dbb484-7404-4ec6-92be-161a2a6a2e09{
display:none !important
}

.tsnr_content{
	font-size: 24px;font-weight: bold; color: #fff; line-height: 36px; text-align: left; background: #ffffbd; border:1px solid rgba(0,0,0,.8); border-radius: 10px; overflow:hidden; position: fixed; right: 10px; z-index: 9999; display: none;
}
.tsnr_content .title{
	margin: -1px -1px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.tsnr_content .title span{
	color: #444;
	width: 50%;
	padding: 3px 15px;
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
	border-top: 1px solid rgba(0,0,0,.8);
	border-right: 1px solid rgba(0,0,0,.8);
    white-space: nowrap;
	box-sizing: border-box;
}
.tsnr_content .content{
	color: #444;
	width: 100%;
	padding: 15px;
	border-top: 1px solid rgba(0,0,0,.8);
	box-sizing: border-box;
}