﻿/*
	This CSS file is loading background images which will need to be hosted somewhere.
	
	Currently, the urls for these hosted images are pointing to a local development 
	environment.  These URLS will need to be changed before the application is deployed.
*/

/* modified Jul 28/2014 for use with SP widget
   see http://www2.impark.com/Pages/default.aspx?lang=en&region=vancouvermetro
*/

#imp-widget-container {
	width: 100%;
}

#imp-widget-lotSearch-container {
	background-color: #eeeeee;
	overflow: hidden;
}

.imp-search-controls {
    padding: 20px 0px 0px 18px;
}

#imp-lot-search-query {
	width: 150px;
    height: 13px;
	padding: 2px 2px;
	float: left;
    font-size: 0.833em;
}

/*#btn-imp-search-submit {
	color: #FFFFFF;
	background: url(icon_search.png) no-repeat top left;
	margin: -1px 0px 0px 5px;
	border: 1px solid #999999;
	width: 30px;
	height: 30px;
	display: block;
	float: left;
}*/
#btn-imp-search-submit {
	color: #FFFFFF;
	padding: 2px;
	margin: -4px 0px 0px 5px;
	background: url(icon_search.png) no-repeat top left;
	width: 30px;
	height: 30px;		
	display: block;
	float: left;
}

#imp-widget-filter-container {
	background-color: #EEEEEE;
}

#top-filter1 > div.image-container {
	background: url(icon_daily.png) no-repeat left top;
}

#top-filter2 > div.image-container {
	background: url(icon_promotions.png) no-repeat left top;
}

#top-filter3 > div.image-container {
	background: url(icon_monthly.png) no-repeat left top;
}

#top-filter1 > div.image-container.image-active {
	background: url(icon_daily_on.png) no-repeat left top;
}

#top-filter2 > div.image-container.image-active {
	background: url(icon_promotions_on.png) no-repeat left top;
}

#top-filter3 > div.image-container.image-active {
	background: url(icon_monthly_on.png) no-repeat left top;
}

.imp-widget-container-top .imp-search-label {
	font-size: 1.333em;
    font-weight: bold;
    text-align: center;
    color:#970102;
    font-family: arial, Helvetica, sans-serif;
    background: url(widget_lbl_bg.png) repeat-x left top;
    height: 26px;
}

.imp-widget-container-top{
	padding: 0px 0px 0px 0px;
    border-bottom: 1px solid #EEEEEE;
}

.imp-widget-topLeft {
    background: url(widget_lbl_tl.png) no-repeat left top;
    height: 13px;
    width: 100%;
}

.imp-widget-topRight{
    background: url(widget_lbl_tr.png) no-repeat right top;
    height: 13px;
    width: 15px;
    float: right;
}

.imp-widget-container-bottom {
	padding: 5px 10px 10px 0px;
	border: 1px solid #EEEEEE;
}

.filtersContainer {
    width: 194px;
    overflow: hidden;
    text-align: center;
}

#imp-widget-filter-container .top-filter-item {
	text-align:center;
	cursor:pointer;
    float: left;
    width: 33%;
}


#imp-widget-filter-container .top-filter-item .image-container  {
	font-size: 2.0em;
	color: #666666;
	width: 33px;
	height: 32px;
	margin: 0 auto;
}

#imp-widget-filter-container .top-filter-item .top-filter-text {
	font-size: 0.8em;
	color: #990100;
	padding: 8px 0px;
    font-family: arial, Helvetica, sans-serif;
}

.clearFloats { clear: both; }

.pac-container, .pac-item {
    width: inherit !important;
}