body {
	font-family:'Trebuchet MS', sans-serif;
}

#collectionInfo {
	/*display: none;*/
	opacity: 0;
}
/*******************************************/
/* Style text color based on recycling and bulk collection week */
/*******************************************/
.week em {
	color: #000;
	font-weight: bold;
}

.inline {
	display: inline;
}
/*.redWeek em, #error {
	color: #f00;
	font-weight: bold;
}

.blueWeek em {
	color: #00f;
	font-weight: bold;
}*/
/*******************************************/

#error {
	color: #f00;
	font-weight: bold;
	opacity: 0;
}

.esri-search {
	width: 500px !important;
}

.esri-search {
	border: groove !important;
}

/*******************************************/
/* Delete Button for Address Input Element */
/*******************************************/
/*.clearable {
  background: #fff url('../images/close-circled.svg') no-repeat right -25px center;
	background-size: 25px 25px;
  border: 1px solid #999;
  padding: 3px 35px 3px 4px;     /* Use the same right padding (18) in jQ! */*/
  /*border-radius: 3px;
  transition: background 0.4s;
}*/

/* (jQ) Show icon */
/*.clearable.x  {
	background-position: right 5px center;
}*/

/* (jQ) hover cursor style */
/*.clearable.onX {
	cursor: pointer;
}*/

/* Remove IE default X */
/*.clearable::-ms-clear {
	display: none;
	width:0;
	height:0;
}*/
/*******************************************/

/*******************************************/
/* Style Address Input Element */
/*******************************************/
/*input[type="text"] {
  display: block;
  margin: 0;
  width: 500px;
  font-family: sans-serif;
  font-size: 15px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
}
input[type="text"]:focus {
  outline: none;
}

.style-1 input[type="text"] {
  padding: 10px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
}
.style-1 input[type="text"]:focus,
.style-1 input[type="text"].focus {
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}*/
/*******************************************/
