
.escalasfastfilter {
	display: flex;
	margin-bottom: 5px;
    position: relative;
    top: -20px;
    align-items: anchor-center;
}
.escalasfastfilter .calendar-icon i {
    position: relative;
    top: 5px;
}
#calendarButton {
	height: 35px;
    line-height: 35px;
}
.red-dot {
  background-color: #ffddd4; 
}
.yellow-dot {
  background-color: #fff9c9;
}
.escalalegend{	
	font-weight: bold;
	display: flex;
	flex-direction: row;
	align-items: center; 
	gap: 10px;
	
}
.escalalegend span {
  display: flex;
  align-items: center;
}
.status {
    text-align: center;
    border-radius: 3px;
    color: #222;
    background: #efefef;
    font-size: 0.9em;    
    padding: 2px 2px 0px 2px;    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.status-portcall-PEND {
	color: white;
	background: #69b8ff;	
}
.status-portcall-ACEP {
	color: white;
	background: #36ba61	
}
.status-portcall-AUSA {
	color: white;
	background: #36ba61	
}
.status-portcall-AUTO {
	color: white;
	background: #fb832c;	
}
.status-portcall-AUTP {
	color: white;
	background: #08105D;	
}
.status-portcall-CANC {
	color: white;
	background: #6f7480;	
}
.status-portcall-DENE {
	color: white;
	background: #99683b;	
}
.status-portcall-DESA {
	color: white;
	background: #99683b;	
}
.status-portcall-FINA {
	color: white;
	background: #fbbd40;	
}
.status-portcall-INIC {
	color: white;
	background: #9c74ca;	
}
.status-portcall-RECH {
	color: white;
	background: #99683b;	
}
.status-portcall-SOLI {
	color: white;
	background: #69b8ff;	
}
.status-message-PEND {
	color: white;
	background: #ed5e4a;	
}
.status-message-PORG {
	color: white;
	background: #ed5e4a;
}
.status-message-ACEP {
	color: white;
	background: #36ba61;	
}
.status-message-RECH {
	color: white;
	background: #99683b;	
}
.ui-widget-content.ui-state-highlight .status {
	background: transparent;
	color: white;
	border: 1px solid #417cff;
}