a {
    /*color:#0056A2;-*/
}

.text-white {
    color: #fff !important;
}

a.text-white:hover {
    text-decoration: underline;
}

span.profile_image {
    position: relative;
    bottom: -10px;
    right: 5px;
    display: inline-block;
    height: 30px;
    width: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-primary {
    background-color: #0056A2;
}

.text-primary {
    color: #0056A2;
}

.footer {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 9pt;
    opacity: 1;
    padding: 15px;
}

.footer-content {
    padding: 25px;
    font-size: 11pt;
}

.footer * {
    box-shadow: none;
    text-shadow: none;
    color: #fff;
}

.footer strong {
    margin: 5px 0;
    display: block;
}


.backdropped {
    box-shadow: 0 0 1px 1000px rgba(0, 0, 0, 0.9);
}

.single-search-result-container {
    opacity: 0;
    height: 0;
    animation-name: searchResultShow;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.single-search-result-container-promoted {
    border: 1px solid #00a0e3;
    padding: 5px;
}

@keyframes searchResultShow {
    from {
        opacity: 0;
        height: 0;
        background-color: #E5BF8A;
    }

    to {
        opacity: 1;
        height: auto;
        background-color: transparent;
    }
}

.single-hint-container {
    overflow: hidden;
    cursor: pointer;
}

.hint-data {
    float: right;
    color: #bbb;
    padding: 2px;
}

.hint-name {
    float: left;
    font-weight: bold;
    color: #555;
    padding: 2px;
}

.single-hint-container:hover {
    color: #000;
    background-color: #387DB9;
}

.single-hint-container.selected {
    background-color: #002a80;
}

.single-hint-container.selected .hint-name {
    color: #fff;
}

.locality_hints {
    position: absolute;
    left: 0;
    top: 0;
    width: 130% !important;
    min-width: 130% !important;
    max-width: 130% !important;
}

span.remove {
    font-size: 0.9em;
    opacity: 0.9;
    cursor: pointer;
    display: inline-block;
    /*height:13px;
    width:13px;*/
    margin-left: 2px;
    margin-right: -8px;
    padding: 0 2px;
    border: 1px solid #93c54b;
    color: #93c54b
}

span.remove:before {
    cursor: pointer;
}

span.remove:hover {
    opacity: 1;
}

.filter-values-container {
    /*        min-height: 240px;*/
    max-height: 240px;
    overflow: auto;
}

.single-filter-item-container {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.9em;
}

.single-filter-item-container label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.hints {
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    opacity: 0.95;
}

.filter-overflow-hidden {
    overflow: hidden;
    height: 25px;
}

.filter-overflow-visible {
    overflow: visible;
    height: auto;
}

.remove-filter {
    cursor: pointer;
}

.remove-filter:hover {
    cursor: pointer;
    color: #333;
}

.filter-values-container {
    min-height: 240px;
    max-height: 240px;
    overflow: auto;
}

.single-filter-item-container {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.9em;
}

.single-filter-item-container label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.hints {
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    opacity: 0.95;
}

.event-type-h2 {
    font-size: 1.6em;
}

.basic-events-data {
    padding-left: 5px;
}

.unfolded {
    max-height: none !important;
}

.filter-header {
    line-height: 30px;
}

.filter-item-search {
    padding-right: 16px;
    padding-left: 16px;
}

.filter-search-icon {
    position: absolute;
    left: 20px;
    top: 10px;
}

.filter-clear-search-text {
    z-index: 999;
    position: absolute;
    right: 6px;
    top: 14px;
    cursor: pointer;
    display: none
}

span.show-all {
    border-bottom: 1px dotted #5e72e4;
    cursor: pointer
}

.search-results-container {
    position: relative;
}

.additional-search-results {
    background-color: #eff3f9;
}

.badge.badge-danger {
    /*background-color:#d9534f;*/
}

.badge.badge-warning {
    /*background-color:#f47c3c;*/
}

.text-facebook {
    color: #3b5998
}

.text-facebook:hover {
    color: #3b5998
}

.bg-facebook {
    background-color: #3b5998;
    color: #fff
}

.current-filter-tag {
    font-weight: 700 !important;
}