#odoo-google-map {
    height: 95%;
}

@media (min-width: 768px) {
    #vindr_logo {
        width: 200px;
    }

    #vindr_map_icons {
        padding-top: 8px;
    }

    .vindr_icon {
        padding-left: 15px;
        padding-right: 15px;
    }

    #owner_openinginfo td {
        font-size: 12px;
        background: lightgrey;
        border: none;
    }

    #vindr-add-button{
        left: 48%;
    }
    #vindr-list-view{
        top: 5.3%;
    }
}

@media (max-width: 768px) {
    #vindr-list-view{
        top: 6.8%;
    }
    #vindr_logo {
        width: 150px;
    }

    #vindr-add-button{
        left: 46.5%;
    }

    #vindr_map_icons {
        padding-top: 4px;
    }

    .vindr_icon {
        padding-left: 10px;
        padding-right: 10px;
    }

    #owner_openinginfo td {
        font-size: 10px;
        background: lightgrey;
        border: none;
    }
}

#vindr_icons {
    text-align: right;
}

#vindr_search_action {
    padding: 5px;
    margin-left: -35px;
}

#vindr-add-button i:hover {
    background-color: rgba(14, 158, 88, 0.7);
    text-decoration: none;
}

#vindr-add-button i {
    cursor: pointer;
    font-size: 30px;
    color: #444;
    border-radius: 100px;
    background-color: #28C06C;
    padding: 9px 12px;
}

#vindr-add-button {
    z-index: 9995;
    position: absolute;
    bottom: 20px;
    width: 40px;
    height: 40px;
}

#vindr-list-view {
    display: none;
    position: absolute;
    background-color: white;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 94.7%;
    z-index: 999;
    left: 0;
    padding: 0;
}

#vindr-list-view tr.active, #vindr-list-view tr:focus {
    background-color: #28c06c;
}

#vindr-list-view tr:hover {
    background-color: #28c06c;
}

#vindr-list-view h4 {
    font-weight: bold;
    max-width: 90%;
    display: inline-block;
}

#vindr-list-view tr {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}

#pinpoint_image {
    max-width: 100%;
    margin-bottom: 16px;
}

#placeholder_image {
    max-width: 100%;
    cursor: pointer;
    margin-bottom: 32px;
}

#vindr_searchbar input {
    width: 90%;
    background-color: rgba(14, 158, 88, 0.7);
    margin-top: -15px;
    padding: 5px;
    border-radius: 4px;
    border: 0;
    border: 1px solid #444;
    outline: 0;

}

#vindr_searchbar_mobile input {
    width: 90%;
    background-color: rgba(14, 158, 88, 0.7);
    margin-top: 10px;
    padding: 5px;
    border-radius: 4px;
    border: 0;
    border: 1px solid #444;
    outline: 0;

}

.vindr_icon a:hover {
    text-decoration: none;
}

.navbar-header {
    width: 100%;
    padding: 4px 15px;
    background-color: #28c06c;
}

#owner_openinginfo {
    margin-top: 32px;
    padding: 5px;
}

.modal-header h4 {
    font-weight: bold;
}

#owner_phone .fa {
    color:#28c06c;
}

#owner_website .fa {
    color:#0E76A8;
}

#owner_email .fa {
    color:#ac2925;
}

.hours{
    text-align:center;
    font-size:14px;
    font-weight:bold;
}
.hours2{
    text-align:center;
    font-size:14px;
    margin-left:15px;
    font-weight:bold;
}

#pinpoint_description{
    padding:15px;
    margin:15px;
    background:#4394006b;
    border:1px solid #2f542d69;
}
.opening-hours{
    display:block;
}

#owner_phone .fa, #owner_website .fa, #owner_email .fa {
    font-size: 35px !important;
}

.btn-primary {
    background-color: #28c06c;
}

.xx_greyed_out {
    color: lightgrey !important;
}

#owner_phone span, #owner_website span, #owner_email span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #444;
}

a {
    cursor: pointer;
}
