

/* Locations List Page ___________________________________ */

.locations-tiles a {
    text-decoration: none !important;
}

.locations_intro {
    margin-bottom: 40px;
}

.locations_list-intro {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

    .locations_list-intro h2 {
        flex-basis: auto;
        margin: 0 0 10px 0;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        font-size: 24px;
        color: #000;
        text-transform: uppercase;
    }

    .locations_list-intro a.btn-primary {
        flex-basis: auto;
        width: auto;
        height: 100%;
        margin: 0;
        padding: 10px 20px;
        text-transform: uppercase;
        background-color: #00529B !important;
        background-image: none !important;
        font-size: 16px;
        text-align: center;
    }

a.btn-primary:hover {
    background-color: #2d6ca2;
    color: #ffffff;
}

.locations_list-intro a.btn-primary:before {
    content: "\f1b9";
    font-family: 'FontAwesome';
    margin-right: 10px;
}


.locations_list--offcampus .locations_list-intro h2 {
    flex-basis: auto;
    background-color: #fff;
    padding-right: 20px;
    z-index: 9999;
}

.locations_list--offcampus .locations_list-intro span {
    border-bottom: 1px solid #c7d4e5;
    position: absolute;
    width: 100%;
}

.locations_list-locations {
    clear: both;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 20px 0 30px;
}

.locations_tile {
    width: 30.5%;
    width: 48%\0;
    background: #f4f6f7;
    border-bottom: 1px solid #c7d4e5;
    margin-bottom: 15px;
    display: flex;
    flex-flow: column;
}

a.locations_tile-image {
    background: #000;
    display: block;
    height: 150px;
    overflow: hidden;
    position: relative;
}

    a.locations_tile-image img {
        /*left: 50%;
        position: absolute;
        transform: translateX(-50%);*/
        object-fit: cover;
        object-position: center center;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
    }

    /*a.locations_tile-image:hover img {
        opacity: .85;
    }*/

.locations_tile-content {
    padding: 10px;
    text-align: center;
}

.locations_tile-content .address {
    color: #000000 !important;
}

.tile-content_heading h3 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700;
    font-size: 14px !important;
    line-height: 1.35;
    text-transform: initial !important;
    margin: 0px 0 0px 0;
}

.garage-letter {
    display: none;
}

.address {
    /*color: #424242;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    margin-top: 15px;*/
    text-decoration: none;
    line-height: 1.5;
}

    .address:hover {
        color: #1A6CB5;
    }

    /*.address:after {
        content: "\f041";
        font-family: 'FontAwesome';
        font-size: 11px;
        margin-left: 3px;
    }*/

@media only screen and (max-width: 900px) {
    .locations_list-intro {
        flex-flow: column-reverse;
        align-items: left;
    }

        .locations_list-intro h2 {
            flex-basis: auto;
            margin: 20px 0 0;
            font-size: 16px;
            font-weight: 600;
            text-transform: none;
        }

        .locations_list-intro span {
            display: none;
        }

    .locations_list-locations {
        clear: both;
        display: flex;
        flex-flow: column;
        margin: 20px 0 0px;
    }

    .locations_tile {
        width: 100% !important;
        background: #f4f6f7;
        border: 1px solid #c7d4e5;
        margin-bottom: 20px;
        display: flex;
        flex-flow: row;
    }

        .locations_tile:last-child {
            margin: 0;
        }

    .locations_tile-content {
        width: calc(100% - 150px);
    }

    .tile-content_heading {
        width: 100%;
        flex-flow: row nowrap;
        justify-content: space-between;
    }

    .garage-letter {
        border-left: 1px solid #c7d4e5;
        color: #C1CFDE;
        display: block;
        height: 100%;
        font-size: 28px;
        padding-left: 20px;
        margin-left: 10px;
    }

    a.locations_tile-image {
        width: 150px;
        height: auto;
    }

    .address {
        margin-top: 0;
    }
}

@media only screen and (max-width: 550px) {
    .locations_list-intro a.btn-primary {
        width: 100%;
        padding: 10px 0;
	min-height:40px;
    }
}



/* Location Detail Page ___________________________________ */

.location-detail_intro {
    height: auto;
    width: 100%;
    background: gray;
    position: relative;
    overflow: hidden;
}

    .location-detail_intro img {
        position: absolute;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
    }

.location-detail_intro-content {
    padding: 20px;
    margin-top: 200px;
    position: relative;
    background: rgba(0,82,155,.85);
}

    .location-detail_intro-content h1,
    .location-detail_intro-content h3,
    .location-detail_intro-content span,
    .location-detail_intro-content a {
        color: #ffffff !important;
    }

        .location-detail_intro-content a:hover {
            color: #ffffff;
            opacity: .75;
        }

    .location-detail_intro-content h1 {
        margin: 0 0 10px 0;
        letter-spacing: .5px;
        line-height: 1.25;
    }

.intro-content_contact-details {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

    .intro-content_contact-details .address {
        margin: 0;
        align-self: flex-end;
    }

    .intro-content_contact-details h3 {
        margin: 0 0 5px;
    }

    .intro-content_contact-details a {
        font-weight: 300;
    }

.location-detail_parking-info {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 20px 0 0;
}

.parking-garage,
.parking-address,
.campus-maps,
.garage-entrance {
    padding-bottom: 20px;
}

.parking-section-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

a.garage-name {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}

.parking-rates-link:before {
    content: "\f0d6";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-right: 5px;
}

.garage-address {
    line-height: 1.75;
}

    .garage-address:after {
        content: "\f08e";
        font-family: 'FontAwesome';
        font-size: 12px;
        margin-left: 5px;
    }

.map-download:before {
    content: "\f278";
    font-family: 'FontAwesome';
    font-size: 12px;
    margin-right: 5px;
}

.garage-entrance {
    text-align: center;
}

.garage-entrance-letter {
    color: #C1CFDE;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
}

.location-detail_content-information {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 25px;
}

.information_desk,
.information_garage {
    flex-basis: 47%;
}

.mobile-park {
    display: none;
}

@media only screen and (max-width: 768px) {
    .location-detail_intro-content h1 {
        margin-bottom: 15px;
    }

    .intro-content_contact-details {
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
    }

        .intro-content_contact-details .address {
            margin: 0;
            align-self: flex-start;
        }

    .contact-detail_phone h3 {
        display: none;
    }

    .contact-detail_phone a {
        border: 1px solid #fff;
        display: block;
        font-size: 16px;
        margin-top: 20px;
        padding: 10px 20px;
        text-transform: uppercase;
        text-align: center;
    }

    .location-detail_parking-info {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        padding: 20px 0 0;
    }

    .parking-garage {
        margin-right: 20px;
    }

    .parking-rates-link {
        display: block;
        margin-top: 10px;
    }

    .parking-address {
        display: none;
    }

    .garage-entrance {
        order: 2;
        margin-left: 20px;
    }

    .campus-maps {
        order: 3;
        padding-bottom: 10px;
    }

    .mobile-park {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        margin: 0;
        padding: 20px 0;
		text-transform: uppercase;
		background-image: none !important;
		font-size: 16px;
		background-color: #00529B !important;
    }

    .location-detail_content-information {
        flex-flow: column wrap;
    }

    .information_garage {
        margin-bottom: 15px;
    }

    .information_desk {
        margin-bottom: 60px;
    }

    a.locations_tile-image img {
        height: 100% !important;
    }
}



/* Parking Information Page ___________________________________ */

.locations-list_item {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px 0 0;
    border-top: 1px solid #e6e6e6;
}

    .locations-list_item .item-intro {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 10px;
    }

        .locations-list_item .item-intro h3 {
            flex-basis: 60%;
            margin: 0;
        }

        .locations-list_item .item-intro a {
            flex-basis: 40%;
            text-align: right;
        }

    .locations-list_item .item-building {
        margin-bottom: 10px;
        display: block;
    }

.map-link:before {
    content: "\f041";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-right: 5px;
}



/* Garage Detail Page ___________________________________ */

.garage-info_intro a {
    display: block;
    margin: 20px 0;
}



/* Modal ___________________________________ */

.rate-title {
    background: #005DAA;
    color: #ffffff !important;
    padding: 15px;
    margin: 0;
}

.rate-item,
#pricingModal tr {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    line-height: 1;
    background: #f4f6f7;
}
    
    #pricingModal table {
        margin-bottom:0px;
    }

    .rate-item:nth-child(even),
    #pricingModal tr:nth-child(even) {
        background: #ffffff;
    }

        #pricingModal tr td {
            padding:0px;
            border:none;
        }

.rate-item_time {
    color: #424242;
    font-size: 16px;
    font-weight: 300;
}

.rate-item_price {
    color: #424242;
    font-size: 16px;
    font-weight: 600;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.85); /* Black w/ opacity */
}

.modal-content {
    background-color: #ffffff;
    margin: auto;
    width: 80%;
    max-width: 400px;
}

.close {
    color: #ffffff !important;
    float: right;
    font-size: 28px;
    font-weight: bold;
    height: auto;
    line-height: 1;
    margin-top: 18px;
    margin-right: 15px;
}

    .close:hover,
    .close:focus {
        opacity: .75;
        text-decoration: none;
        cursor: pointer;
    }

/* Module Settings Page ___________________________________ */

#dnnEditBasicSettings .control-group {
    border: 1px solid #ddd;
    background-color: #eee;
    padding: 15px;
    margin: 0 -15px;
}

.dnnFormItem input[type="number"] {
    width: 45%;
    max-width: 445px;
    margin-bottom: 18px;
    padding: 8px;
    background: #ffffff;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    color: #333;
}

div[class^="col-md-"] .dnnFormItem input,
div[class^="col-md-"] .dnnFormItem textarea {
    width: 100%;
}


/*Location Module custom styling*/
ul.nav.nav-tabs {
    padding-left: 0px;
}

@media only screen and (min-width: 600px) {
    ul.nav.nav-tabs {
        display: flex;
    }
}

ul.nav.nav-tabs a {
    padding: 10px 10px;
    text-align: center;
    width: 100%;
    height: 100%;
}

a.btn-primary {
    color: white !important;
}


@media only screen and (max-width: 600px) {
    li.active a {
        color: white !important;
        background-color: #00529b !important;
    }

    ul.nav.nav-tabs {
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 900px) {
    .locations_list-intro {
        padding-top: 20px;
    }
}

i.fas.fa-plus-square {
    position: relative;
    top: 10px;
    font-size: 40px;
}

span.tab-category-name {
    font-size: 16px;
    padding-right: 10px;
}

i.fas.fa-minus-square {
    font-size: 20px;
}

ul.nav.nav-tabs li {
    flex: 1;
}

.locations_tile-content a.btn-primary {
    flex-basis: auto;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 8px 36px;
    text-transform: uppercase;
    background-color: #00529B !important;
    background-image: none !important;
    font-size: 16px;
    text-align: center;
}

.locations_tile-button {
    padding: 24px 0px 16px 0px;
}

.locations_tile:hover {
    background: #c7d4e5;
}

@media only screen and (max-width: 500px) {
    .locations_tile-content a.btn-primary {
        font-size: 12px;
        padding: 8px 14px;
    }
}

@media only screen and (max-width: 360px) {
    .locations_tile-content a.btn-primary {
        font-size: 10px;
        padding: 8px 4px;
    }
}

.locations_tile-content .phone-number:hover {
    color: #14446f;
}