﻿.mapContainer {
    padding: 20px 40px;
}

.mapRow{
    padding: 50px;
}

.sectionTitle {
    text-align: center;
    padding: 20px 0px;
}

@media only screen and (max-width: 550px) {
    .mapContainer {
        padding: 10px 10px;
    }

    .mapRow {
        padding: 10px;
    }
}

.centeredContent {
    display: flex;
    justify-content: center;
    align-items: center;
}

.centeredSubContent {
    text-align: center;
    vertical-align: middle;
}

td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

*:not(.fa, .fas) {
    font-family: 'Poppins' !important;
}

body {
    font-family: 'Poppins' !important;
    color: var(--textBlue) !important;
}

.shadowContainer {
    box-shadow: 5px 10px 18px #88888859;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6, p {
    font-weight: bold;
}

.gmnoprint, .gm-style-cc {
    display: none;
}

a[href^="http://maps.google.com/maps"] {
    display: none !important
}

a[href^="https://maps.google.com/maps"] {
    display: none !important
}

.gm-fullscreen-control {
    display: none;
}

.logoimg {
    width: 50%;
}

@media only screen and (max-width: 992px) {
    .logoimg {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .contactTable {
        font-size: 0.6rem;
    }
}

.contactDiv {
    padding: 20px 40px;
}

@media only screen and (max-width: 576px) {
    .contactDiv {
        padding: 10px 5px;
    }
}

.mapDiv {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    box-shadow: 5px 10px 18px #88888859;
}

.mapInRow {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    box-shadow: 5px 10px 18px #88888859;
}

.mapFullRow {
    width: 100%;
    height: 600px;
    border-radius: 10px;
    box-shadow: 5px 10px 18px #88888859;
}

.mapFullRow .gmnoprint, .mapFullRow .gm-style-cc{
    display: initial;
}

.mapFullRow .gm-fullscreen-control {
    display: initial;
}

.mapFullRow a[href^="http://maps.google.com/maps"] {
    display: initial !important
}

.mapFullRow a[href^="http://maps.google.com/maps"] {
    display: initial !important
}

.detailsTable {
    border-collapse: separate;
    border-spacing: 0 1em;
    width: 100%;
}

.detailsTable th {
    cursor: pointer;
}

/*removes border from gmaps*/
.mapInRow img {
    border-radius: 0px;
}

.mapInRow i {
    display: none;
}

.mapFullRow i {
    display: initial;
}

.mapInRow .zoomOut {
    display: none;
}

.mapFullRow .zoomOut {
    display: block;
}

.zoomOut i {
    color: #0b4277;
    padding: 10px;
}

.phoneNumber {
    color: var(--lightBlue);
    font-weight: bold;
    font-size: 2.25rem;
}

#fakturaTable tbody tr {
    background-color: #f4f6f9;
    height: 40px;
}

#fakturaTable tbody tr:hover {
    background-color: #8bd8fc;
    cursor: pointer;
}

.logoSection{
    width: 50%;
    min-width: 260px;
}

.logoSection h5 {
    margin-top: 15px;
}

.mobileRowLeft {
    padding-left: 10px;
}

.searchPerson {
    background-color: rgb(244, 246, 249);
    padding: 10px 15px;
    border-radius: 20px;
    border: 1px solid rgb(204, 221, 238);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

@media only screen and (max-width: 576px) {
    .hideOnMobile {
        display: none;
    }

    .mobileRow {
        padding-left: 5px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .mobileRowLeft {
        padding-left: 0px;
    }

    .logoSection h5 {
        margin-top: 0px;
    }

    .logoSection {
        width: initial;
        min-width: initial;
    }

    .infoRow {
        padding: 0;
    }
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--textBlue) !important;
    font-weight: 600;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--textBlue) !important;
    font-weight: 600;
}


@media only screen and (min-width: 577px) {
    #fakturaTable td > a {
        color: var(--textBlue) !important;
        text-decoration: none !important;
    }
}
