table.data.inner th {
	background: none;
}
#bid-view-dialog {
	min-width:850px;
	max-width:1050px;
}

#bid-view-dialog .bid-view-content {
	max-height: 550px;
	overflow: auto;
}

.annuled {
	color: red;
	font-weight: bold;
}

select[name="lotId"] {
  max-width: 800px;
}

.caution {
	color: red;
	font-weight: bold;
}

.new-password-hash {
	background-color: yellow;
}

span.popup-starter {
	border-bottom: 1px dashed #3E9254;
}

.bids-popup {
	position: absolute;
	right: 200px;
/* 	border: 1px solid #999; */
	border: none;
	border-radius: 0px;
	width: 350px;
	background: white;
	padding: 10px;
	display: none;
	box-shadow: 0 2px 20px 0 rgba(6,5,4,.28);
	transition: all .3s linear;
	z-index: 1;
}

.bids-popup h3 {
	text-align: center;
}

.bids-popup span {
	display: block;
}

.bids-popup form {
	text-align: right;
}

.recallDate {
	margin-left: 10px;
	display: none;
}

td:hover > .recallDate {
	display: inline;
}