#callStatus {
 overflow: hidden;
}
#callStatus .ipt {
float: left;
width: 110px;
color: #eb3939;
font-size: 12px;

}
.el-input__inner{
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
#callStatus ul {
	float: left;
}
#callStatus ul li {
	float: left;
	list-style: none;
	margin-left: 0px;
}
#callStatus ul li a {
	display: inline-block;
	border-radius: 3px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	background-color: #4DB690;
	height: 30px;
	padding: 0 8px;
	text-align: center;
	line-height: 30px;
	color: #ffffff;
	text-decoration: none;
}
#callStatus ul .hangup a{
  background-color: #eb3939;
}
#callStatus ul li .disable {
	display: inline-block;
	border-radius: 4px;
	background-color: #B2B2B2;
	width: 74px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #ffffff;
}
#callStatus ul li :hover {
	cursor: pointer;
}
.icona {
	margin-top: 1px;
	margin-left: 7px;
	padding-left: 6px;
	width: 17px;
	height: 18px;
	display: inline-block;
}
.outcallIcon {
	background: url('../imgs/outcall.png') no-repeat;
	background-size: 57%;
	background-position-y: 5px;
}
.handupIcon {
	background: url('../imgs/handup.png') no-repeat;
	background-size: 57%;
	background-position-y: 5px
}
.holdIcon {
	background: url('../imgs/hold.png') no-repeat;
	background-size: 57%;
	background-position-y: 5px
}
.transferIcon {
	background: url('../imgs/tranferEnable.png') no-repeat;
	background-size: 57%;
	background-position-y: 5px
}
.webchatIcon {
	background: url('../imgs/webchat.png') no-repeat;
	background-size: 57%;
	background-position-y: 5px
}
.threeWaycall {
	background: url('../imgs/threeWaycall.png') no-repeat;
	background-size: 57%;
	background-position-y: 5px
}
.transferSatisfactionIcon {
	background: url('../imgs/transferSatisfaction.png') no-repeat;
	background-size: 57%;
	background-position-y: 5px
}
.dialoutBox {
	position: absolute;
	top: 0;
	background: #f2f2f2;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=3,opacity=25,finishOpacity=75);
	opacity: 0.6;
	left: 0;
	zIndex: 10000;
}
.dialoutCenterBox {
	
	background: #ffffff;
	font: 12px/1.6em Verdana, Geneva, Arial, Helvetica, sans-serif;
	textAlign: left;
	lineHeigth: 25px;
	z-index: 10001;
  border: 1px solid #ebeef5;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
  -webkit-transition: opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;
  transition: opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;
  transition: opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;
  transition: opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.dialoutCenterBox .confirm {
    color: #ffffff;
    background-color: #4DB690;
    width: 52px;
    height: 30px;
    display: block;
    line-height: 30px;
    text-decoration: none;
    border-radius: 4px;
    margin-left: 30px;
}
