﻿/*
 * 页签面板
 */
.kingdee-eb-statustab-tabap{
    width: 100%;
    height: 32px;
    background-color:#f2f9ff;
    overflow: visible;
}

.kingdee-eb-statustab-tabdiv{
    width: calc(100% - 140px);
    height: 32px;
	display: flex;
    align-items: center;
    float: left;
	overflow: hidden;
}

.kingdee-eb-statustab-tabitems{
    height: 32px;
    float: left;
    display: flex;
    overflow: hidden;
}

.kingdee-eb-statustab-tabitem{
    width: auto;
    height: 32px;
    border-radius: 1px;
    display: flex;
	align-items: center;
    padding: 0 6px 0 6px;
	border-top: 2px solid #f2f9ff;
	cursor:pointer;
}

.kingdee-eb-statustab-tabitemname{
    width: auto;
    height: 20px;
    margin: 0 3px 0 3px;
    display: flex;
    align-items: center;
}

.kingdee-eb-statustab-tabitemstatus{
    width: auto;
    height: 20px;
    color: #FFFFFF;
    padding: 0 6px 0 6px;
    border-radius:10px;
	display: flex;
    align-items: center;
	border-width: 1px;
	border-style: solid;
}

.kingdee-eb-statustab-span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kingdee-eb-statustab-tabitemclose{
    width: 10px;
    height: 20px;
    display: flex;
	align-items: center;
    visibility: hidden;
}

.kingdee-eb-statustab-buttonaddtab{
	padding-top: 4px;
}

/*
 * 按钮面板
 */
.kingdee-eb-statustab-buttondiv{
    width: 140px;
    height: 24px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    border-left: 1px solid lightgrey;
    float: right;
    overflow: visible;
    margin-top: 4px;
    margin-bottom: 4px;
}

.kingdee-eb-statustab-buttonitemdiv{
    width: 24px;
    height: 28px;
    float: left;
    padding: 7px 3px;
}

.kingdee-eb-statustab-buttonmore{
	width: 28px;
    height: 28px;
    padding: 7px 0 0 5px;
}

/*
 * 右键按钮面板
 */
.kingdee-eb-statustab-rightbutton{
	position: fixed;
	visibility: hidden;
	background-color: #FFFFFF;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
	z-index:2;
} 

.kingdee-eb-statustab-rightbutton-item{
	width: 100%;
	height: 23px;
	padding: 3px 10px;
	display: flex;
	align-items: center;
	cursor:pointer;
}

/*
 * 搜索面板
 */
.kingdee-eb-statustab-searchdiv{
    border: 1px solid lightgrey;
    border-radius: 2px;
    background-color: #FFFFFF;
    padding: 5px 0px 5px 0px;
	display:none;
	top:30px;
	right:3px;
	position:absolute;
}

.kingdee-eb-statustab-searchcontent{
	position: relative;
    width: calc(100% - 16px);
    height: 28px;
	font-size: 12px;
    background-size:12px 12px ;
    background: url(../img/search.svg) no-repeat left 5px top 6px;
    padding-left: 22px;
    margin: 0px 8px 5px 8px;
    border: 1px solid lightgrey;
	border-radius: 3px;
}


.kingdee-eb-statustab-searchresult{
    overflow-x: hidden;
    background-color: #FFFFFF;
}

.kingdee-eb-statustab-searchresultitem{
    width: 100%;
    height: 25px;
    align-items: center;
    text-align: left ;
    display: flex ;
    justify-content: space-between;
	overflow: hidden;
	cursor:pointer;
	padding-left: 8px;
	padding-right: 8px;
}

.kingdee-eb-statustab-svg,.kingdee-eb-statustab-buttonaddtab-svg,.kingdee-eb-statustab-buttonmore-svg,.kingdee-eb-statustab-tabitemclose{
	fill:#757575;
}

/*
 * 悬停样式
 */
.kingdee-eb-statustab-tabitemname:hover{
    color: #5582f3;
}

/*
.kingdee-eb-statustab-buttonmore:hover .kingdee-eb-statustab-searchdiv{
    display: block;
}
*/

.kingdee-eb-statustab-buttonaddtab-svg:hover,.kingdee-eb-statustab-buttonmore-svg:hover,.kingdee-eb-statustab-tabitemclose:hover{
    fill:#5582f3;
}

.kingdee-eb-statustab-searchresultitem:hover,.kingdee-eb-statustab-rightbutton-item:hover{
    background-color:#f1f1f1;
}

.kingdee-eb-statustab-tabitemicon{
	display: flex ;
	align-items: center;
}