/* @override 
	http://localhost/petzinfo/trunk/templates/default/styles/petzmap.css */


#petzmap-wrapper{
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 40px;
}


/* Sidebar */

#petzmap-sidebar{
	width: 210px;
	float: left;
	margin-right: 20px;
}
#petzmap-sidebar h2{
	margin-top: 5px;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid #dddedd;
	margin-bottom: 5px;
	padding-top: 5px;
}
#petzmap-sidebar ul{
	text-transform: uppercase;
}
#petzmap-sidebar ul.menu-list-checkboxes li{
	padding-left: 40px;
}
#petzmap-sidebar ul.menu-list-checkboxes li:last-child{
	border-bottom: 1px solid #dddedd;
	padding-bottom: 5px;
}
#petzmap-sidebar ul.menu-list-checkboxes .roundedOne{
	margin-right: 10px;
}
/* MAP */

#petzmap-map{
	float: left;
	/*min-width: 750px;
	max-width: 900px;*/
/*	width: 770px;*/
}

#petzmap-map .box-inner{
	padding: 15px;
}

#petzmap-map .box-wrapper{
	clear: both;
}
@media all and (min-width: 1200px) {
	#petzmap-map #map-canvas{
		width: 900px !important;
	}
	#petzmap-map{
		float: left;
		width: 940px !important;
	}
}
@media all and (max-width: 1099px) {
	#petzmap-map #map-canvas{
		width: 717px !important;
	}
	#petzmap-map{
		width: 770px !important;
	}
}

#petzmap-map #main-content-header{
	margin-bottom: 0;
}
#search-map-wrapper{
	width: 400px;
	float: left;
}
#search-map-wrapper form{
	margin-bottom: 0;
	margin-top: -5px;
}
#map-stats{
	margin-top: 10px;
}
#map-stats li{
	color: #939393;
	padding: 10px;
	border-right: 1px solid #939393;
	font-size: 12px;
	text-align: center;
}
#map-stats li:last-child{
	border-right-style: none;
}
#map-stats li strong{
	font-size: 16px;
}

/* LISTING */
#listing-loading{
	background-image: url(../images/loading.gif);
	width: 30px;
	height: 30px;
	margin: 40px auto;
}

#map-listing-wrapper{
	/*margin: 40px 0 0;*/
	clear: both;
	float: left;
	width: 100%;
}
#map-listing-wrapper ul{
	margin: 0;
	background-color: transparent;
}
#map-listing-wrapper ul.map-list{
	border: none;
}
#map-listing-wrapper ul li{
	
}
#map-listing-wrapper .map-list li{
	width: 100%;
	border: 1px solid #dddedd;
	margin-bottom: 20px;
	border-bottom: none;
	background-color: #fff;
}
#map-listing-wrapper .map-list .cell-content li{
	border-style: none;
	margin: 0;
}
#map-listing-tabs a{
	text-transform: uppercase;
}
#map-listing-tabs .nav{
	border-bottom-style: none;
	display: inline-block;
}

#map-listing-tabs .action-icons{
	margin-top: 10px;
}
.action-icons  a.active{
	color: #ff9800 !important;
}
.listing-item .row{
	border-bottom: 1px solid #dddedd;
	margin: 0;
	display: table;
	width: 100%;
}
.cell{
	border-right: 1px solid #dddedd;
	display: table-cell !important;
	vertical-align: top;
	padding: 0;
	float: none;
}
.row .cell:last-child{
	border-right-style: none;
}
.cell-header{
	padding: 12px 10px 10px;
	border-bottom: 1px solid #dddedd;
	font: 18px Museo-500;
	text-transform: uppercase;
}
.cell-content{
	padding: 10px;
}
.cell-content a{
	text-decoration: none;
}
.cell .box-inner{
	padding: 10px;
}
.list-item .listing-title{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 14px 20px;
	width: 200px;
	color: #fff;
	font: 26px Museo-500 !important;
	text-align: center;
	text-transform: uppercase;
}
.full-image{
	width: 100%;
	height: 134px;
	display: inline-block;
}
.full-image i{
/*	width: 100%;
	height: 100%;*/
	display: inline-block;
	background-size: cover !important;
	background-position: center center !important;
	border-radius: 200px !important;
	width: 120px;
	height: 120px;
}
.listing-lost .listing-title{
	background-color: #ef3c00;
	text-decoration: none !important;
}
.listing-title small{
	font: 12px Museo-300;
	display: block;
	margin-top: 2px;
}
.listing-found .listing-title{
	background-color: #4697ec;
}
.listing-shelter .listing-title{
	background-color: #ff9800;
}
.listing-event .listing-title{
	background-color: #a93dbf;
}
.cell .avatar{
	margin-right: 10px;
	width: 68px;
	height: 68px;
}
.cell .avatar a{
	width: 68px;
	height: 68px;
	display: inline-block;
	background-size: cover !important;
	border-radius: 200px;
}
.cell .avatar img{
	border: 1px solid #eee;
}
.col2{
	columns:2;
	-webkit-columns:2; /* Safari and Chrome */
	-moz-columns:2; /* Firefox */
}
.col2 li{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-label{
	min-width: 60px;
	display: inline-block;
	text-align: left;
}



.map-list .grid-item{
	display: none;
}

.map-grid .list-item{
	display: none;
}

/* GRID/LIST */
.map-grid li.listing-item{
	width: 20%;
	padding: 10px;
	border-left: 1px solid #dddedd;
	border-right: 1px solid #dddedd;
	float: left;
	margin-left: -1px;
	position: relative;
	cursor: pointer;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	border-bottom: 1px solid #dddedd;
}
.map-grid li.listing-item:nth-child(5n+5){
	border-right-style: none;
	width: 20%;
}
.grid-item .listing-title{
	border-radius: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	font-size: 16px;
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}
.mapPopover{
	position: absolute;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	width: 400px;
	border-width: 4px;
	border-style: solid;
	background-color: #fff;
	z-index: 100;
	left: 50%;
	margin-left: -200px;
	display: none;
	top: 260px;
}
.mapPopover:before{
	content: "";
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid black;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -7px;
}
.mapPopover-header{
	display: block;
}
.mapPopover-title{
	text-align: center;
	width: 120px;
	color: #fff;
	padding: 10px;
	font-size: 16px;
	text-transform: uppercase;
	float: left;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
}
.mapPopover-text{
	width: 270px;
	padding: 5px 10px 2px;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
}
.mapPopover-content{
	clear: both;
	padding: 15px;
}
.mapPopover-content .col2 li{
	text-align: left;
}


.listing-found .mapPopover{
	border-color: #4697ec;
}
.listing-found .mapPopover-title{
	background-color: #4697ec;
}
.listing-found .mapPopover:before{
	border-bottom: 15px solid #4697ec;
}

.listing-shelter .mapPopover{
	border-color: #ff9800;
}
.listing-shelter .mapPopover-title{
	background-color: #ff9800;
}
.listing-shelter .mapPopover:before{
	border-bottom: 15px solid #ff9800;
}


.listing-lost .mapPopover{
	border-color: #ef3c00;
}
.listing-lost .mapPopover-title{
	background-color: #ef3c00;
}
.listing-lost .mapPopover:before{
	border-bottom: 15px solid #ef3c00;
}

.listing-event .mapPopover{
	border-color: #a93dbf;
}
.listing-event .mapPopover-title{
	background-color: #a93dbf;
}
.listing-event .mapPopover:before{
	border-bottom: 15px solid #a93dbf;
}

/* POPUPS */

.map-popup-title{
	font: 16px/16px Museo-700 !important;
	text-align: left;
	color: #fff;
	padding: 0;
	text-transform: uppercase;
/*	background-color: #4697ec;*/
	margin-bottom: 0;
	display: block;
	margin-top: 10px;
}
.map-popup-title.lost{
	color: #ef3c00;
}

.map-popup-title.found{
	color: #4697ec;
}
#bodyContent{
	max-width: 250px;
}
#bodyContent hr{
	margin-top: 5px;
	margin-bottom: 5px;
}
.view-listing{
	/*background-color: #4697ec;
	display: block;
	color: #fff !important;
	text-align: center;
	font: 16px Museo-500 !important;
	text-decoration: none !important;
	padding: 5px;*/
	margin-right: auto !important;
	margin-left: auto !important;
	display: inline-block !important;
	font-family: Museo-500;
}


