﻿.number {
    text-align: right;
}
    .number input[type=number] {
        text-align: right;
    }

.hidden {
    display: none;
}

.available {
    color: green;
    text-align: center;
}
.not-available {
    color: red;
    text-align: center;
}

.nowrap {
    white-space: nowrap;
}
    .nowrap .package-name {
        display: table-cell;
        width: 90%;
    }

    .nowrap .package-price {
        display: table-cell;
        width: auto;
    }

@media only screen and (max-width: 480px) {
    #boardTable td {
        font-size: xx-small;
    }
    #boardTable tr td::after(2) {
        display: none;
    }
    .nowrap {
        white-space: normal;
    }

        .nowrap .package-name {
            display: block;
            width: auto;
        }

        .nowrap .package-price {
            display: block;
            width: auto;
            margin-bottom: 4px;
        }
}

.searchContainer {
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #f9f9f9;
    padding: 20px 0 30px 0;
    width: 100%;
}

.searchContainer2 {
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #f9f9f9;
    padding: 20px 20px 30px 20px;
    width: 100%;
}

@media (min-height: 600px) {
    #map {
        height: 400px;
    }
}

@media (min-height: 768px) {
    #map {
        height: 800px;
    }
}

@media (min-height: 1080px) {
    #map {
        height: 820px;
    }
}

#container {
    width: 100%;
    display: inline-block;
}

element.style {
    position: absolute;
    overflow: hidden;
}

#pills-bucket-tab {
    width: 100%;
    font-size: 21px;
}

#pills-bucket-tab {
    margin-top: 10px;
}

#priceDetails {
    margin-top: 13px;
}

#bucketSelect {
    margin-top: 5px;
}

.mainContainerBtn {
    max-width: 94%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.boardList {
    width: 100%;
}

#mainContainerBtn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

#image {
    max-height: 300px;
    max-width: 480px;
}

.t1 {
    max-height: 415px;
    max-width: 500px;
    width: 500px;
}

.t2 {
    max-height: 330px;
    max-width: 400px;
    width: 400px;
}

#mirror {
    max-height: 415px;
    max-width: 480px;
}

#fontSize {
    width: 100%;
}

#cartAddedBtn * {
    margin-bottom: 5px;
}

@media only screen and (max-width: 864px) {
    #pills-tab {
        margin-top: 20px;
    }

    #fontSize {
        font-size: 3.7vw;
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {

    #linkText {
        text-decoration: none;
    }

    .thumbnail {
        background-color: red;
    }

    .nav-link {
        font-size: 3.7vw;
    }
}

@media only screen and (max-width: 991px) {
    /*    #boardListCard {
        background-color: red;
        max-width: 480px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }*/
    #container {
        max-width: 480px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

#shareBtn {
    background-color: #1b6ec2;
    color: white;
    text-decoration: none;
}
#sharex {
    background-color: gray;
    color: lightgray;
}

.cartContainer {
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #f9f9f9;
    padding: 20px 0 30px 0;
    max-width: 984px;
    margin: 0 auto;
}

.cartContainerDesc {
    max-width: 96%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#heading-example {
    text-decoration: none;
    color: #242424;
}


.card-header .fa {
    transition: .3s transform ease-in-out;
    float: right;
    margin-left: -50%;
    margin-top: 0em;
}


.card-header .collapsed .fa {
    transform: rotate(90deg);
}

#ViewMoreBtn {
    width: 100%;
}

.text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.boardListInfo {
    margin-top: -13px;
}

#searchContainer {
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #f9f9f9;
    padding: 20px 0 30px 0;
    width: 100%;
}

#cartPopUp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-content {
    width: 101%;
    border: 1px solid #e6e6e6;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#headingOne, #collapseOne {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
}

#infoWindow, .modal-dialog {
    margin-left: auto;
    margin-right: auto;
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 0px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

#productListPic {
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 382px;
    max-width: 480px;
}

.detailsDiv {
    margin-bottom: 10px;
}

.card {
    width: 100%;
    border-radius: 226px;
    border: none;
    background-color: #f9f9f9;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.view-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
}

#t4 {
    border: 1px solid #e6e6e6;
    line-height: 11px;
    background-color: #f9f9f9;
}

/* Customized t4 id styling*/
.t4-new {
    line-height: 1.6rem;
    background-color: #f9f9f9;
    border: 0.1rem solid #e6e6e6;
}

.thumbnail {
    margin-bottom: 30px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 6px;
}

.item.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1rem;
    border: 0;
}

    .item.list-group-item .img-event {
        float: left;
        width: 38%;
    }

    .item.list-group-item .list-group-image {
        margin-right: 10px;
    }

    .item.list-group-item .thumbnail {
        margin-bottom: 0px;
        display: inline-block;
    }

    .item.list-group-item .caption {
        float: left;
        width: 62%;
        margin: 0;
    }

    .item.list-group-item:before, .item.list-group-item:after {
        display: table;
        content: " ";
    }

    .item.list-group-item:after {
        clear: both;
    }

#mapDialog {
    width: 100%;
}
    #mapDialog #title {
        font-weight: bold;
    }
    #mapDialog #button {
        text-align: center;
    }
@media only screen and (max-height: 640px) {
    #mapImageList {
        max-height: 60px;
        overflow: hidden;
    }
        #mapImageList img {
            max-height: 60px;
            max-width: 66px;
        }
}
@media only screen and (min-height: 640px) {
    #mapImageList {
        max-height: 80px;
        overflow: hidden;
    }
        #mapImageList img {
            max-height: 80px;
            max-width: 90px;
        }
}
@media only screen and (min-height: 768px) {
    #mapImageList {
        max-height: 220px;
        overflow: hidden;
    }

        #mapImageList img {
            max-height: 220px;
            max-width: 240px;
        }
}

span.tooltip-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    background-color: #1b6ec2;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    font-size: 12px;
    margin-left: 4px;
}
.package-name-no-icon div {
    font-size: x-small;
}