/*
	Name of application

	for Sagepath: Bryan Armalavage
*/
#results-map {
	height:100%;
	width: 100%;
}

body .ui-content.search-map {
	padding: 0;
}

.infoPopup {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(112,112,112)),color-stop(0.51, rgb(94,94,94)),color-stop(0.52, rgb(57,57,57)));
	background: -moz-linear-gradient(center top,rgb(112,112,112) 0%,rgb(94,94,94) 51%,rgb(57,57,57) 52%);
}

.infoPopup a {
	text-decoration: none;
	font-size: inherit;
	color: #fff;
}

.infoPopup-text {
	text-shadow: 0 -1px 0 #000;
	color: #fff;
	font-family: Helvetica Neue, Helvetica, arial;
	font-size: 16px;
	line-height: normal;
	padding: 4px 45px 4px 15px;
	font-weight: bold;
	background: url('images/infopopup-arrow.png') 95% 50% no-repeat;
	cursor: pointer;
}
.infoPopup-text .small {
	font-size:11px;
	line-height: normal;
}

.infoPopup-tab {
	text-shadow: 0 -1px 0 #000;
	color: #fff;
	font-family: Helvetica Neue, Helvetica, arial;
	font-size: 16px;
	background: rgb(112,112,112) !important;
}

.searchAddResults {
	position:absolute;
	right:40px;
}

.mapListToggle {
	width:120px;
}

.category-selector .ui-controlgroup-controls {
	width:100%;
}
.category-selector .selector-category table {
	width:100%;
	margin:0;
	padding:0;
}
.category-selector .selector-category table,
.category-selector .selector-category tr,
.category-selector .selector-category td {
	margin:0;
	padding:0;
	border-collapse: collapse;
}
.category-selector .selector-category table .left,
.category-selector .selector-category table .right {
	width: 50px;
}
.category-selector .selector-category table .center .ui-btn-inner {
	padding-left:10px;
	padding-right:10px;
}

.category-selector .selector-category table .ui-btn {
	float:none;
}
.selector-items-outer {
	margin-top:15px;
	max-height:300px;
	overflow-y:auto;
	overflow-x:hidden;
}
/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
		
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
	.category-selector .selector-category table .center {
		max-width:100px;
	}
	
}

#popup { display: none;}