.filter-container .filter-wrapper{
    list-style: none;
    padding: 0;
}

.filter-container .filter-wrapper li{
    display: inline-block;
    margin-left: 0px;
    min-width:fit-content;
}

.filter-container .filter-wrapper li select{
    min-width: 150px;
}

.filter-container .filter-wrapper li select#crop_type{
    min-width: 250px;
}
.filter-container .filter-wrapper li select#variety{
    min-width: 250px;
}

.me-pp-caption{
    font-size: 0.9em;
}

#detail_wrapper{
    display: none;
    margin: 25px 0px;
    text-align: left;
    border-bottom: 1px solid rgb(229, 229, 229);
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
    border-radius: 5px;
}

#detailsDiv .me-pp-details-header {
    position: relative;
    display: block;
    background: #336699;
    border-radius: 5px 5px 0px 0px;
    transition: all 0.2s ease 0s;
    cursor: pointer;
    color: #ffffff;
    padding: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

#detailsDiv .me-pp-details-header #label-location{
    font-size: 12px;
    margin-bottom: 10px;
}

#detailsDiv .me-pp-details-header .trial-status {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
}
#detailsDiv .me-pp-details-header .trial-status img {
    margin-right: 8px;
}

#detailsDiv .me-pp-details-body {
    position: relative;
    display: block;
    padding: 16px;
}

.me-pp-details-trial{
    padding: 0px 16px 16px;   
}

.me-pp-details-trial #trial_chart_wrapper{
    display: none;

}

.me-pp-details-trial h4{
    font-size: 16px;
    font-weight: bold;
}

.me-pp-details-trial #trial_chart_wrapper #trialChart{
    width:100%;
    min-width:700px;
    display: none;
}

.me-pp-details-trial #trial_chart_wrapper #trial_list_wrapper{
    display: none;
}

.me-pp-details-trial #trial_list_wrapper .trial-varieties-list{
    list-style: none;
    padding: 0;
}

.me-pp-details-trial #trial_list_wrapper .trial-varieties-list li{
    background: rgb(241, 241, 241);
    border-radius: 8px;
    font-size: 12px;
    padding: 5px;
    margin-right: 16px;
    margin-bottom: 16px;
    display: inline-block;
}

.color-legend {
    text-align: right;
    margin: 0px !important;
}

.color-legend ul {
    list-style: none;
    padding-left: 0 !important;
    margin: 0px !important;
}

.color-legend li {
    display: inline-block;
    margin-right: 5px !important;
    margin-left: 5px !important;
    font-size: 12px;
    font-weight: bold;
}

.color-legend .legend-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.color-legend svg {
    width: 30px;
    height: 40px;
}