/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

#eventmap-preview .card-body {
    box-sizing: border-box
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    transition: all .2s ease-in-out;
    max-width: 100%;
    height: auto
}

#eventmap-preview .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: .25rem
}

#eventmap-preview .card > hr {
    margin-right: 0;
    margin-left: 0
}

#eventmap-preview .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

#eventmap-preview .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

#eventmap-preview .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

#eventmap-preview .card-title {
    margin-bottom: .75rem
}

#eventmap-preview .card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

#eventmap-preview .card-text:last-child {
    margin-bottom: 0
}

#eventmap-preview .card-link:hover {
    text-decoration: none
}

#eventmap-preview .card-link + #eventmap-preview .card-link {
    margin-left: 1.25rem
}

#eventmap-preview .card-header {
    padding: 0;
    margin-bottom: 0;
    border-bottom: none !important;
}

#eventmap-preview .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

#eventmap-preview .card-header + .list-group .list-group-item:first-child {
    border-top: 0
}

#eventmap-preview .tx-teclocations .btn.btn-primary {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    border: none;
}

#eventmap-preview .card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

#eventmap-preview .card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

#eventmap-preview .card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

#eventmap-preview .card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

#eventmap-preview .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

#eventmap-preview .card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

#eventmap-preview .card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

#eventmap-preview .card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

#eventmap-preview .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

#eventmap-preview .card-deck #eventmap-preview .card {
    margin-bottom: 15px
}




