.tempo-scene-chart-toolbarpanel .ui-button {
	height: 16px;
	line-height: 14px;
	border: none;
	margin-top: -4px;
	width: 16px;
	margin-right: 8px;
	padding: 0;
	background: transparent;
	float: right;
}

.tempo-scene-chart-toolbarpanel .ui-button.tempo-scene-chart-toolbar-btn-dynamic
	{
	float: left;
}

.tempo-scene-chart-toolbarpanel .ui-button:disabled {
	background: transparent;
}

.tempo-scene-chart-toolbarpanel .ui-button:hover {
	border: 0 !important;
	background: transparent;
}

.tempo-scene-chart-toolbarpanel .ui-button .ui-button-icon {
	margin-top: -.45em
}
.tempo-selectconnect-comment {
	color: #666;
/* 	position: absolute; */
    width: 200px;
    display: block;
    border: 0px solid rgb(51, 51, 51);
    word-break: break-word;
    white-space: normal;
    z-index: 111;
    border-radius: 4px;
    overflow: auto;
    background-color: rgba(141, 220, 243, 0.7);
}

.tempo-selectconnect-mask {
	background: rgba(255, 255, 255, 0.7);
	z-index: 10;
	border: 2px solid rgba(255, 255, 255, 0.7);
	width: calc(100% - 4px);
    height: calc(100% - 4px);
	position: absolute;
	top: 0px;
}
.tempo-selectconnect-mask-current {
	border: 2px dashed #2c9eff;
    background: rgba(160, 219, 243, 0.7);
	z-index: 1;
}
.tempo-selectconnect-mask-noconfig{
/* 	background: rgba(255, 255, 255, 0.7); */
	cursor: not-allowed;
}
.tempo-selectconnect-mask-other{
	background: rgba(253, 231, 190, 0.7);
    border: 2px solid rgba(255, 218, 173, 0.6);
    cursor: pointer;
}
.tempo-selectconnect-mask-tab{
	width: 0;
    height: 0;
}
 .tempo-chartnode .tempo-selectconnect-mask-other:hover{
	border: 2px dashed #ff8a00; 
}

.tempo-selectconnect-mask .tempo-selectconnect-mask-select {
	position: absolute;
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.tempo-selectconnect-mask .tempo-selectconnect-mask-selectAll {
	background-image: url("images/selectconnect.png");
	background-position: 0 0;
}
.tempo-selectconnect-mask .tempo-selectconnect-mask-unselectAll {
	background-image: url("images/selectconnect.png");
	background-position: 0 -24px;
}
.tempo-selectconnect-mask input {
	position: absolute;
	right: 69px;
	bottom: 10px;
	width: 24px;
	height: 24px;
	margin: 0px;
	cursor: pointer;
	display: none;
}
.tempo-selectconnect-mask input[type='checkbox']+.tempo-selectconnect-mask-input-label {
	position: absolute;
	right: 44px;
	bottom: 10px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	display: block;
	background-image: url("images/selectconnect.png");
	background-position: -24px 0px;
}
.tempo-selectconnect-mask input[type='checkbox'][tempo-selectconnect-mask-input-checked='true']+.tempo-selectconnect-mask-input-label {
	background-image: url("images/selectconnect.png");
	background-position: -24px -24px;
}
.tempo-selectconnect-mask .tempo-selectconnect-conn-config {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background-image: url("images/selectconnect.png");
	background-position: -48px 0;
}
.tempo-chart-toolbar-comment{
	position: absolute;
	display: block;
    background: #EAEDF1;
	font-family: "Microsoft yahei";
	border: 1px solid #c5c5c5;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	color: #333;
    word-break: break-word;
    z-index: 9999999;
	border-radius: 4px;
    max-width: 300px;
    overflow: auto;
}
.tempo-chart-toolbar-comment p{
	margin: 0px;
}
.tempo-contextmenu-menu .tempo_toolbar_sepline {
	border-top: 1px solid #ddd;
    height: 1px;
    width: 100%;
    display: block;
}

.tempo-toolbar-button:hover{
	color: #337bff !important;
}

.tempo-contextmenu-menu .tempo-toolbar-button{
	left: 10px;
	/*position: absolute;*/
}