.mui-plus .plus{
	display: inline;
}

.stone {
	width: 12px;
	height: 12px;
	opacity: 0.7; /* 50% 的透明度 */
	/* filter: brightness(0.5) contrast(0.5); */
	/* filter: grayscale(50%); */
	/* filter: saturate(50%); /* 降低饱和度 */
}

.plus{
	display: none;
}

#topMenu {
	position: fixed;
	top: 16px;
	right: 6px;
}

#topMenu .mui-popover-arrow {
	left: auto;
	right: 6px;
}

#topMenu {
	width: 180px;
	height: 100px;
}

p {
	text-indent: 22px;
}

#topFilter {
	width: 280px;
	height: 300px;
}

.mui-content {
	padding: 5px;
}

body {
	font-size: 15px;
}

select {
	font-size: 14px;
	height: auto;
	border: 1!important;
	background-color: #fff;
	padding:5px;
}

label.mt {
	font-size:15px;
}

div.md {
	font-size:12px;
	color:gray;
	text-align:right;
}

span.i0 {
	font-size:11pt;
}

span.i1 {
	color:white;
	font-size:12pt;
}

textarea.nd {
	display:none;
}

span.gd {
	display:none;
}

span.tu {
	color:white;
	font-size:6pt;
}

span.cg {
	color:gray;
	font-size:12pt;
}

span.cr {
	color:red;
	font-size:12pt;
}

span.ifnote {
	float:right;
	font-size:14px;
	line-height:32px;
}

span.filter {
    float: left;
    width: 60%;
}
.about_grey  { font-size: 10pt; color:grey; }
.about_black { font-size: 12pt; color:black; }
.about_brown { font-size: 12pt; color:brown; }

//djp 20240802
.ct-m div{
	background:red;
}
.ct-m-l{
	height:120pt;
	width:60%;
	background:yellow;
	float:left;
}
.ct-m-r{
	height:120pt;
	width:40%;
	background:cyan;
	float:right;
}
//	height:120pt;


.djp-bar-tab {
	bottom: 0;
	display: table;
	width: 100%;
	height: 50px;
	padding: 0;
	table-layout: fixed;
	border-top: 0;
	border-bottom: 0;
	-webkit-touch-callout: none
}

.mui-bar-tab .djp-tab-item {
	display: table-cell;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	width: 1%;
	height: 50px;
//	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	color: #007aff
}

.mui-bar-tab .djp-tab-item-right {
	display: table-cell;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	width: 1%;
	height: 50px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	color: #007aff;
}

.mui-bar-tab .djp-tab-item.mui-active {
	color: #007aff
}

.mui-bar-tab .djp-tab-item .mui-icon {
	top: 3px;
	width: 24px;
	height: 24px;
	padding-top: 0;
	padding-bottom: 0
}

.mui-bar-tab .djp-tab-item .mui-icon~.mui-tab-label {
	font-size: 11px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis
}

.mui-bar-tab .djp-tab-item .mui-icon:active {
	background: 0 0
}

.go {
	margin-top: 8px;
}

.mui-table-view-cell
{
    padding: 6px 15px;
}

.mui-input-group .mui-input-row {
	height: 33px;
}

input,select,textarea {
	font-family: 'Helvetica Neue',Helvetica,sans-serif;
	font-size: 15px;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent
}

.mui-input-row select {
    font-size: 14px;
    height: 37px;
    padding: 6px 5px 0px 10px;
    background-color: lightgray;
	border: 1px solid rgba(0, 0, 0, .2);
}

input[type=checkbox],input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	vertical-align: middle;
	margin-top: -4px;
}

.mui-search .mui-placeholder {
	font-size: 16px;
	line-height: 40px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	height: 40px;
	text-align: center;
	color: #999;
	border: 0;
	border-radius: 6px;
	background: 0 0
}
