/* Encorp Pacific (Canada) 2011 Site Design (2015 Responsive Revision) - Locations Page CSS */
/* Last Updated: 2016.06.13 ET */

@import url(encp0100.css);

img.milkicon {
	float: right;
}

img.statuslogo {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 300;
}

ul.regionlist {
	list-style: none;
	margin: 1em 0em;
	padding: 0em;
}

ul.regionlist > li {
	display: inline-block;
	width: 18em;
	font-weight: bold;
	line-height: 1.2em;
	vertical-align: top;
	margin-right: 1em;
	margin-bottom: 1em;
}

ul.regionlist > li > ul {
	font-weight: normal;
	padding-top: 0.5em;
	margin-top: 0.5em;
	border-top: 3px solid rgb(220,220,220);
}

div.infowindowcontent {
	line-height: 1.35;
	overflow: hidden;
	white-space: nowrap;
}

div.infowindowcontent img {
	vertical-align: middle;
	cursor: help;
}

#map_canvas.largemap {
	width: 100%;
	height: 560px;
}

#map_canvas.smallmap {
	width: 100%;
	height: 300px;
}

div.adminonly {
	clear: both;
}

div.adminonly {
	border: 1px dashed red;
	background-color: rgb(255,245,230);
	padding: 1em 1.5em;
}

div.adminonly h4:first-child {
	margin-top: 0em!important;
}

div.ritwievent {
	background-color: rgb(217,196,149)!important;
	border: 3px solid rgb(141,68,51)!important;
	width: 210px;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
	text-align: center;
	padding: 0.25em 0.5em 0.5em;
	margin: 0.5em auto 1em auto;
}

div.ritwievent div.intro {
	color: rgb(35,80,102);
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	margin-bottom: 0.5em;
}

div.ritwilogo {
	margin: 0em auto;
}

div.ritwilogo a, div.ritwilogo a:visited {
	text-decoration: none;
}

div.ritwilogo img, div.ritwiicon img {
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.ritwiad {
	float: right;
	padding-left: 30px;
	text-align: center;
	z-index: 3000;
}

div.elecevents {
	width: 15em;
	float: right;
	padding: 0.25em;
	border: 3px solid rgb(102,155,63);
}

div.elecevents div.intro {
	color: white;
	background-color: rgb(102,155,63);
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	line-height: 120%;
	padding: 0.5em 1em;
}

div.elecevents ul {
	margin: 0.5em 0em;
	padding-left: 1.5em;
}

div.colleft h1 {
	color: black;
	font-size: 1.8em;
}

div.colleft h4, div.colright h4 {
	border-top: 3px solid rgb(220,220,220);
	padding: 0.4em 0em 0em;
}

div.serviceicons img {
	vertical-align: middle;
}

table.grid a.morelink {
	padding-left: 0em;
}

#depotlist {
	clear: right;
}

div.depotinfo, table.depotinfo {
	float: left;
	border-spacing: 0px;
	margin: 0em 2em 1em 0em;
}

div.depotinfo {
	border-top: 3px solid rgb(220,220,220);
	padding-top: 0.4em;
}

div.recycnotes {
	margin: 1em 0em;
}

ul.acceptedtypes + div.recycnotes {
	margin-top: -1em;
}

table.depotinfo {
	border-spacing: 0px;
}

table.depotinfo caption {
	color: black;
	font-family: DIN, "Trebuchet MS", sans-serif;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
	text-transform: none;
	border-top: 3px solid rgb(220,220,220);
	padding: 0.4em 0em 0.3em;
}

ul.acceptedtypes {
	position: relative;
	overflow: hidden;
	list-style-type: none;
	padding: 0em;
	margin: 1em 0em;
}

ul.acceptedtypes li {
	display: inline-block;
	vertical-align: middle;
	padding: 0em;
	margin: 0em 1em 0.5em 0em;
}

ul.photos {
	position: relative;
	overflow: hidden;
	clear: both;
	list-style-type: none;
	padding: 14px 10px;
	margin: 1em -10px;
}

ul.photos li {
	display: inline-block;
	vertical-align: middle;
	padding: 0em;
	border: 5px solid white;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
	margin: 0em 1em 0.5em 0em;
}

ul.photos li img {
	display: block;
}

dl.depotusers {
	position: relative;
	overflow: hidden;
}

dl.depotusers dt {
	font-weight: bold;
	clear: left;
	float: left;
	width: 9em;
	padding: 0;
	margin: 0 0 0.5em 0;
}

dl.depotusers dd {
	padding: 0 0 0 9em;
	margin: 0 0 0.5em 0;
}

body.depotselfie.embedded h1 {
	display: none;
}

body.depotselfie.embedded {
	margin: 20px;
}

body.depotselfie.embedded table {
	margin: 1em auto;
}

body.depotselfie.embedded #map_canvas.largemap {
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: -20px;
}

th.selcol { border-top: 2px solid rgb(0,53,173); }

@media only screen and (min-width: 1201px) and (max-width: 1500px) {
	#contactlist th, #contactlist td {
		font-size: 12px;
	}
}

@media only screen and (max-width: 1200px) {
	#contactlist th, #contactlist td {
		font-size: 10px;
	}
}

@media only screen and (max-width : 640px) {

	div.intro { display: none; }

	#locationsblock {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	#locationsmenu {
		display: block!important;
		float: none;
		width: 100%;
		padding: 0px;
		margin: 0px;
		border: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	#map_canvas.largemap { height: 220px; }

	#depotlist { border-top: 3px solid rgb(220,220,220); }

	#depotlist tbody tr { border-bottom: 3px solid rgb(220,220,220); }

	#depotlist td.area { font-size: 1.2em; color: rgb(82,82,82); }

	#depotlist a.morelink {
		display: block;
		background-color: rgb(206,218,237);
		color: black;
		font-family: DIN, "Trebuchet MS", sans-serif;
		font-weight: bold;
		font-size: 12px;
		line-height: 1.2em;
		text-transform: uppercase;
		text-decoration: none;
		padding: 0.6em 1em 0.4em;
		margin: 5px 0px 10px 0px;
	}

}
