﻿#placeDetailsPanel, .mapContainer {
    resize: both;
    overflow: auto;
}
.pageContent {
    background-color: #ffffff;
    padding: 0 15px 15px 15px;
}

#placeDetailsPanelContent h1 {
    color: #fff;
    background-color: rgb(77, 108, 143);
    padding: 15px;
    text-align: center;
    margin: 0
}
#placeDetailsPanelContent .row {
    margin-right: 0;
    margin-left: 0px;
}
.col {
    border: none;
    padding: 10px;
    float: left;
}

.pageContent {
    background-color: #ffffff;
}
.pageContent .row {
    margin-bottom: 5px;
}
    .contentItem h4, .pageContent h4, .pageContent h1 {
        color: #fff;
        background-color: rgb(77, 108, 143);
        padding: 15px;
        text-align: center;
        margin: 0
    }
        .pageContent h1 {
            font-size: 25px;
        }
        h1 .headingLocationType {
            font-size: 18px;
        }
/*.contentItemBody {
    padding-top: 5px;
    padding-bottom: 5px;
}
*/#detailsMap {
    height: 250px;
    width: 100%;
}
#placeDetailsMapSection {
    text-align: center;
}

.contentItem {
    margin-top: 10px;
    padding: 25px 25px 25px 20px;
    z-index: 110;
    overflow: hidden;
    transition: all 0.6s ease 0s;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
#nearbyPlacesPanel {
    padding-top: 20px;
    margin: 0 auto;
    overflow: auto;
    text-align: center;
}
    #nearbyPlacesPanel .contentItem {
        width: 200px;
        height: 175px;
        display: inline-block;
        margin: 5px;
        padding: 5px;
    }
    #nearbyPlacesPanel .contentItemDetail {
        margin: 0;
    }
        #reviews .contentItem
    {
    padding: 5px;
}

.contentItemDetail {
    margin: 10px;
}
    .contentItemDetail img {
        width: 50px;
    }

.contentItemHeading {
    color: rgb(77, 108, 143) !important;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal !important;
}
.backToMapButton {
    color: #aaaaaa;
    right: 20px;
    top: 15px;
    position: absolute;
    font-size: 14px;
    cursor: pointer;
}
.actionButton {
    text-align: center;
    font: 12px/32px "Roboto", sans-serif;
    color: #fff;
    text-transform: none;
    display: inline-block;
    text-decoration: none;
    border-radius: 0px;
    border: 0;
    cursor: pointer;
    height: auto;
    padding: 1px 10px;
    background: #039d8d;
    box-shadow: 0 0 0 0;
}
.actionButton:disabled {
    opacity: 50%;
    cursor: not-allowed;
}
.actionButtonA {
    margin: 5px;
    float: left;
}
    .actionButtonA a,
    .actionButtonA a:hover {
        color: #fff;
    }
.contentItem.actionBar {
    padding: 5px 5px 5px 5px;
}
    .actionButton:hover {
        background: #039d8d;
    }

.actionButtonB {
    text-align: center;
    font: 14px/32px "Roboto",sans-serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    padding: 1px 10px;
    background: #08C9B5;
    letter-spacing: 2.63px;
    box-shadow: 0 5px 10px 0 rgba(8,201,181,0.29);
}

    .actionButtonB:hover {
        background: #039d8d;
    }
.actionButton.link {
    color: #fff;
    text-decoration: none;
}
.actionButton.link a:hover {
    text-decoration: none;
    color: #fff;
}
.placeMainImage img {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-bottom: 10px;
}
.placeThumb {
}
    .placeThumb img {
        width: 100%;
        max-width: 150px;
        height: auto;
        margin: 5px;
    }

.img-size {
    /* 	padding: 0;
	margin: 0; */
    height: 450px;
    width: 700px;
    background-size: cover;
    overflow: hidden;
}

/*.modal-content {
    width: 700px;
    border: none;
}
*/
.modal-body {
    padding: 0;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009be1' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    width: 30px;
    height: 48px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009be1' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    width: 30px;
    height: 48px;
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*.tripPlaceDiv {
    width: 150px;
    float: left;
    padding: 5px;
    margin: 5px;
}
*/
.tripPlaceDiv img,
.nearbyPlaceDiv img {
    max-width:75px;
    margin: 10px;
}
h3 {
    color: #4d6c8f;
    font-size: 20px;
}
h4 {
    color: #4d6c8f;
    font-size: 16px;
}
.tripPlaceDiv:hover {
    background-color: #e6e5eb;
}

.tripGallery {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

    .tripGallery img {
        width: 100%;
    }
@media (max-width: 640px) {
/*    .rating {
        background: url(/Content/Media/ratings_sprite.png) no-repeat;
        width: 140px;
        height: 25px;
        background-size: 140px 250px;
        margin: auto;
        margin-top: 2px;
    }*/
}

    @media (max-width: 500px) {

        .tripGallery {
            -webkit-column-count: 1; /* Chrome, Safari, Opera */
            -moz-column-count: 1; /* Firefox */
            column-count: 1;
        }
    }

    .tripImage {
        padding: 14px 7px;
    }

    #routeImageThumbDisplay img {
        width: 100%;
    }

    #tripItineraryDetails .col {
        border: 0;
    }

    #tripDetails strong {
        color: rgb(77, 108, 143);
        font-size: 16px;
    }

    .tripdetailsBodyContent strong {
        color: black;
    }

    .shareButton {
        background-color: #ffc107;
        border-color: #ffc107;
        color: #1f2d3d !important;
        margin-bottom: 5px;
    }

    .shareButtons {
        padding: 25px;
    }

    #modalMessageDivContent .form-horizontal .form-group {
        margin-right: 0;
        margin-left: 0;
    }

    #modalMessageDivContent label {
        font-weight: normal;
    }

    #modalMessageDivContent select {
        padding: 5px;
    }

    #modalMessageDivContent h2 {
        color: rgb(77, 108, 143) !important;
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 25px
    }

    .locationTypeImg {
        width: 30px !important;
        height: 42px !important;
    }

    #mainImage {
        max-width: 100%;
    }

    #addComment .fas {
        color: #fff;
    }