.tempo-tempolistpanel {
	border: 1px solid #c0c9d5;
	box-sizing: border-box;
	background-color: #ffffff;
	list-style: none;
	padding: 0 15px;
	overflow: auto;
}

.tempo-tempolistpanel .tempo-tempolistpanel-item {
	width: 100%;
	height: 26px;
	/* 	line-height: 26px; */
	margin: 0 -15px;
	padding: 0 15px;
}

.tempo-tempolistpanel .tempo-tempolistpanel-item:hover{
	background-color: #f0f3f6;
	
}
.tempo-tempolistpanel .tempo-tempolistpanel-item.tempo-tempolistpanel-item-selected
	{
	background-color: #5182e4;
	color:#fff
}

.tempo-tempolistpanel .tempo-tempolistpanel-searchPanel {
	height: 48px;
	padding: 10px 0;
	box-sizing: border-box;
}

.tempo-tempolistpanel .tempo-tempolistpanel-body {
	height: 100%;
	overflow: auto;
	margin: 0 -15px;
	padding: 0 15px;
}

.tempo-tempolistpanel .tempo-tempolistpanel-body.tempo-tempolistpanel-hasSearch
	{
	height: calc(100% - 48px);
}

.tempo-tempolistpanel .tempo-tempolistpanel-body.tempo-tempolistpanel-hasFoot
	{
	height: calc(100% - 33px);
}

.tempo-tempolistpanel .tempo-tempolistpanel-body.tempo-tempolistpanel-hasSearchFoot
	{
	height: calc(100% - 81px);
}

.tempo-tempolistpanel .tempo-tempolistpanel-btns {
	float: right;
	padding-top: 6px;
	box-sizing: border-box;
}

.tempo-tempolistpanel .tempo-tempolistpanel-btns .tempo-ui-icon {
	/* 	margin-right: 15px; */
	margin: 0 7.5px;
	cursor: pointer;
	float: left;
}

.tempo-tempolistpanel .tempo-tempolistpanel-selectAllPanel {
	height: 31px;
	line-height: 31px;
	border-top: 1px solid #c0c9d5;
	/* 	box-sizing: border-box; */
	margin: 0 -15px;
	padding: 0 15px;
}

.tempo-tempolistpanel .tempo-tempolistpanel-checkbox-container {
	float: left;
	display: inline-block;
	overflow: hidden;
	height: 100%;
	line-height: 26px;
}

.tempo-tempolistpanel .tempo-tempolistpanel-text {
	width: calc(100% - 52px);
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
   
}
.tempo-tempolistpanel-text {
    padding-top: 2px;
}

.tempo-tempolistpanel .tempo-list-item-icon {
	margin-top:7px;
	margin-right : 10px;
	display : inline-block;
	float:left;
}

.tempo-tempolistpanel .tempo-tempolistpanel-item-hasbtn .tempo-tempolistpanel-text
	{
	width: calc(100% - 128px);
}