﻿#event-details-container .well {
    min-height: 150px !important;
}

#event-details-container .well-event-title {
    min-height: 20px !important;
}

#event-details-container p {
    margin: 0 !important;
    padding: 4px !important;
}

.event-details-category {
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
    margin: 6px 0 6px 0;
}

.event-list-container {
    border-top: 4px solid #064d8f;
    background-color: #ebebeb;
}
.event-button-container{
    display: block;
    margin-bottom: 10px;
}
.event-day-list {
    margin-top: 18px;
}

.event-date-title {
    font-size: 24px;
    font-weight: 600;
    color: #064d8f;
    font-family: 'Muli', sans-serif;
}

.lbl-event-results-type, .lbl-event-title {
    font-size: 28px;
    font-weight: 600;
    color: #064d8f;
    font-family: 'Muli', sans-serif;
    display: inline-block;
    padding: 0 0 10px 0;
}

.lbl-event-title {
    line-height: 34px;
}

.event-container {
    position: relative;
    font-size: 12px;
    border: 1px solid #064d8f;
    padding: 4px;
    border-radius: 4px;
    margin-bottom: 8px;
    min-height: 145px;
    font-family: 'Muli', sans-serif;
}

.event-name {
    font-size: 14px;
    font-weight: 400;
    display: block;
    min-height: 40px;
    color: #000000;
}

.event-time {
    color: #660000;
    position: absolute;
    bottom: 8px;
    left: 4px;
}

.event-location {
    position: absolute;
    bottom: 28px;
    left: 4px;
    color: #000000;
    font-weight: normal;
}

.event-category {
    position: absolute;
    bottom: 48px;
    left: 4px;
    color: #000000;
    font-weight: normal;
}


.event-search-text {
    font-size: 26px;
    color: #9b9b9b;
    padding: 11px 15px;
}

.well-label {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #064d8f;
    font-family: 'Muli', sans-serif;
}

.blue-box-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.blue-event-box {
    color: #ffffff;
    background-color: #064d8f;
    border-radius: 5px;
    padding: 8px;
    margin: 15px 15px 5px 0;
}
.blue-event-box-label {
    display: block;
    font-size: 14px;
    font-weight: 800;
    font-family: 'Muli', sans-serif;
}
.col-nested {
    padding-right: 0;
    padding-left: 0;
}


