﻿.mvcMarkerTitle h3 {
	color: #055dAA;
	font-family: "Avalon", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.mvcMarkerAddress, .mvcMarkerPublicText {
	color: #000000;
	font-family: "Avalon", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.mvcMarkerPublicText {
    margin-bottom: 5px;
}

.mvcMarkerAddress bold {
	font-weight: bold;
}

.mvcMarkerStatus h5 {
	color: #68696E;
	font-family: "Avalon", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: oblique;
	margin-bottom: 5px;
}

.mvcMarkerAvail {
	margin-bottom: 5px;
	color: #428bca;
}

.mvcMarkerEvent {
	color:#069A00;
	font-family: "Avalon", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: oblique;
	margin-bottom: 5px;
}

.closed {
	color:#BF2130;
}

.numberOfBikesAvail {
	font-family: "Avalon", Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #000000;
    position: relative;
    bottom: 34px;
    right: -60px;
    font-weight: bold;
}

.imageContainer {
    position: relative;
    text-align: left;
}

.imageContainer div {
    max-height: 45px;
}

.imageContainer div:last-child {
    max-height: 50px;
}

@media (max-width: 767px) {
    #PostLayoutWrapper { display: none; }

    .map-btn {
        font-size: 12px;
        padding: 5px 10px;
    }
}

#map-wrapper {
    position: relative;
}

.onmap-button {
    cursor: pointer;
    bottom: 45px;
    position: absolute;
}

.location-btn {
    left: 50px;
}

.info-btn {
    left: 10px;
    top: 15px;
}

.loading-icon {
    left: 40px;
    top: 15px;
    width: 15px;
}

.loading-title {
    left: 60px;
    top: 15px;
    font-size: smaller;
    opacity: 0.4;
}

#filters #description {
    border-radius: 10px;
    position: relative;
    top: -57px;
    left: 46%;
    width: 17%;
    padding: 4px;
    background: rgba(255, 255, 255, 0.9);
    padding-bottom: 0px;
    padding-left: 0px;
	text-align: center;
}

/* Legend Modal */
.modal-item {
    display: -webkit-flex; /* Safari */
    display: flex;    
    -webkit-align-items: center; /* Safari 6.1+ */
    align-items: center;
    padding: 5px;
}

.modal-icon {
    padding-right: 10px;
}

