/*JaxReady Shelters*/
.EditMode .Shelter_List{ line-height:1.2em; font-size:16px; }

/*Shelter List Styles*/
.Shelter_List{ font-size: 16px; }

.shelter{
    font-size: 16px;
    line-height: 1.2em;
    border: 1px solid rgba(0, 0, 0, 0.25);
    display: inline-block;
    width: 48%;
    margin-right: 1%;
    vertical-align: top;
    margin-bottom: 12px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.07);
}

@media screen and (max-width:1280px){
    .shelter{ margin-right:0px; width:100%; }
}

@media screen and (max-width:1024px){
    .shelter{ width: 48%; margin-right: 1%;}
}

@media screen and (max-width:965px){
    .shelter{ margin-right:0px; width:100%; }
}

.shelter a{
    text-decoration:none;
    color:black;
}

.shelter a:visited{
    text-decoration:none;
    color:black;
}

.shelter a:hover{
    text-decoration:none;
    color:#1a5291;
}

.shelter a:active{
    text-decoration:none;
    color:#1a5291;
}

.shelterContents{
    padding:15px;
    padding-bottom:10px;
}

.shelterName{
    font-size: 18px; 
    line-height: 1.1em; 
    font-weight: normal; 
    margin-bottom: 8px;
}

.shelterAmenities{
    text-align: left;
}

.reminders .shelterAmenities{ display:none; }

.shelterAmenities .Amenity{
    padding-left: 20px;
    display: inline-block;
    margin-top: 4px;
    padding-top:1px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: top left;
    vertical-align: top;
}

/*Amenity Icons*/

.shelterAmenities .Amenity.generalPopulation{
    background-image:url(/App_Themes/jaxready/img/shelters/generalpopulation.png);
}

.shelterAmenities .Amenity.petFriendly{
    background-image:url(/App_Themes/jaxready/img/shelters/petfriendly.png);
}

.shelterAmenities .Amenity.specialNeeds{
    background-image:url(/App_Themes/jaxready/img/shelters/specialneeds.png);
}

/*Hover Styles*/

.shelter a:hover .shelterAmenities .Amenity.generalPopulation{
    background-image:url(/App_Themes/jaxready/img/shelters/generalpopulation_hover.png);
}

.shelter a:hover .shelterAmenities .Amenity.petFriendly{
    background-image:url(/App_Themes/jaxready/img/shelters/petfriendly_hover.png);
}


.shelter a:hover .shelterAmenities .Amenity.specialNeeds{
    background-image:url(/App_Themes/jaxready/img/shelters/specialneeds_hover.png);
}



/*Show/Hide Supply Locations and/or Recovery Centers unless there are any found*/

.supply_locations{ display:none; }

.EditMode .supply_locations{ display:block; }

.supply_locations.show { display:block; }

.recovery_centers{ display:none; }

.EditMode .recovery_centers{ display:block; }

.recovery_centers.show { display:block; }