.aui #leafletMapDisplay {
    height: 400px;
    clear: both;
}

.aui .portlet-WebContentMapDisplay form {
    margin-bottom: 5px;
}

.aui #leafletMapDisplay .leaflet-control-zoom a {
    text-decoration: none;
}

.aui .popover.datepicker-popover {
    z-index: 1100 !important;
}

.aui .portlet-WebContentMapDisplay .mapFilterWrapper {
    background: #d7eefc none repeat scroll 0 0;
    margin-bottom: 20px;
    overflow: hidden;
    padding-top: 15px;
}

.aui .portlet-WebContentMapDisplay .mapFilterWrapper fieldset {
    float: left;
    margin-bottom: 0;
}

@media (max-width: 1200px) {
			.aui .portlet-WebContentMapDisplay .mapFilterWrapper .form-flex {
          flex-direction: column;
      }
}

.aui .portlet-WebContentMapDisplay .mapFilterWrapper .fieldset-auto-width {
    width: auto;
}

.aui .portlet-WebContentMapDisplay .mapFilterWrapper .form-flex {
    display: flex;
}

.aui .portlet-WebContentMapDisplay .mapFilterWrapper .form-flex .form-col {
    flex: 1;
}

.aui #content .portlet-WebContentMapDisplay .mapFilterWrapper select.narrow {
    min-width: 230px;
}

.aui .portlet-WebContentMapDisplay .mapFilterWrapper .checkboxes .inputWrapper {
    height: 40px;
}

.aui .portlet-WebContentMapDisplay .mapFilterWrapper .select2-container {
    min-width: 250px;
    width: 100% !important;
}

.aui .portlet-WebContentMapDisplay .mapFilterWrapper legend {
    border: 0 none;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    width: auto;
}

.aui .portlet-WebContentMapDisplay .mapFilterWrapper label {
    font-size: 12px;
    line-height: 40px;
    font-weight: 600;
    display: inline;
}

.aui #content .portlet-WebContentMapDisplay .mapFilterWrapper input[type="text"] {
    min-width: 100px;
    width: 100px;
    margin-bottom: 0;
}

.aui .portlet-WebContentMapDisplay .mapFilterWrapper .inputWrapper {
    margin-right: 10px;
}

.aui .portlet-WebContentMapDisplay .resultList .articleItem {
    margin: 5px 0;
}

.aui .portlet-WebContentMapDisplay .resultList .articleDesription {
    margin: 10px 0;
}

.aui .portlet-WebContentMapDisplay .resultList .articleMetadata {
    margin: 10px 0;
}

.aui .portlet-WebContentMapDisplay .resultList .articleMetadata span {
    padding-right: 10px;
}

.portlet-WebContentMapDisplay .mapComponentWrapper {
    position: relative;
}

.portlet-WebContentMapDisplay .modal-loader {
    display:    none;
    position:   absolute;
    z-index:    1200;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 0, 0, 0, .2 )
    url('/esfportal-portlet-application/images/loader.gif')
    50% 60%
    no-repeat;
}

body.loading .portlet-WebContentMapDisplay .modal-loader {
    display: block;
}

.aui .portlet-WebContentMapDisplay .resultList table thead {
    display: none;
}

.aui .portlet-WebContentMapDisplay .resultList table td {
    border-bottom-width: 0;
}

.select2-selection__choice {
    white-space: normal; 
}

.center-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-btn {
    margin-top: 10px;
}

.form-btn {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}