.addressList {
	background-color: #fafbfc;
	border-bottom: solid 1px #f0f0f0;
	font-size: 12px;
	padding: 13px 13px 13px 13px;
	height: auto;
}

.addresses {
	max-height: 250px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.admButton {
	width: 140px;
  	height: 26px;
  	border-radius: 4px;
  	border: solid 1px #065492;
  	font-size: 12px;
  	color: #065492;
  	text-align: center;
}

.admButton[disabled] {
	width: 140px;
  	height: 26px;
  	border-radius: 4px;
  	cursor: not-allowed;
  	border: solid 1px #0f0f0f;
  	font-size: 12px;
  	color: #0f0f0f;
  	text-align: center;
  	opacity: 0.5;
}

.addressForm {
	background-color: #fafbfc;
	height: auto;
}


input[type="date"]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}

input[type="date"]:before {
  color: transparent;
  background: none;
  display: block;
  font-family: 'FontAwesome';
  content: '\f073';
  width: 15px;
  height: 20px;
  position: absolute;
  top: 0px;
  right: 7px;
  color: #999;
}