body {
    font-family: 'EncodeSans';
    background-color: #FFFFFF !important;
    color: var(--color-textprimary);
}

.app-body .main {
    padding-bottom: 50px;
}

h1, .container-fluid h2 span.text-capitalize {
    font-size: 23px;
    font-weight: 900;
    padding: 10px 0 15px 0;
    color: var(--color-highlight);
}

h3 {
    font-size: 24px;
    font-weight: 700;
    padding: 10px 0 15px 0;
    color: var(--color-highlight);
}

@media (min-width: 991.98px) {
    h3 {
        font-size: 36px;
    }
}

.container-fluid h2 span.text-capitalize {
    display: inline-block;
}

/* links & buttons */
a, .btn-link {
    color: var(--color-highlight);
}

a:hover, .btn-link:hover {
    color: #353434;
}

.page-item.active .page-link {

}

table.table-hover tbody tr:hover {
    background-color: rgba(237, 136, 18, .1)
}

.btn-success, .btn-primary {
    background-color: var(--color-highlight) !important;
    border-color: var(--color-highlight) !important;
    color: var(--color-highlight-invert) !important;
}

.btn-success:hover, .btn-primary:hover {
    background-color: var(--color-hover) !important;
    border-color: var(--color-hover) !important;
    color: var(--color-hover-invert) !important;
}

.btn-secondary {
    background-color: transparent;
    border-color: var(--color-textprimary);
    color: var(--color-textprimary);
}

.btn-secondary:hover {
    background-color: var(--color-hover);
    border-color: var(--color-hover);
    color: var(--color-hover-invert);
}

/* dialogs */
.swal-button--danger:not([disabled]):hover, .swal-button--danger:not([disabled]) {
    background-color: var(--color-highlight);
}

/* alerts */
.noty_theme__backstrap.noty_type__success {
    /* background-color: var(--color-highlight); */
}


/* header */
.app-header .logo {
    display: inline-block;
}

.app-header .navbar-brand {
    width: 190px;
}

.app-header.background {
    background: var(--color-topbar);
}

@media (max-width: 991.98px) {
    .navbar-nav .logout {
        display: none;
    }
}

.navbar-toggler {
    margin-left: 20px;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
    outline: none;
    text-shadow: none;
}

.app-header .navbar-toggler-icon {
    height: 23px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23ffffff' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.app-body .sidebar {
    flex: 0 0 250px !important;
}

html:not([dir="rtl"]) .sidebar {
    margin-left: -250px;
}

.app-footer {
    display: none;
}

.sidebar .sidebar-nav, .sidebar .nav {
    width: 250px !important;
}

.sidebar .nav-item, .sidebar .nav-item.open, .sidebar .nav-item .nav-dropdown-items .nav-item {
    padding: 1px 0 0 0;
    background: inherit;
}

.sidebar .nav-item .nav-dropdown-items {
    background-color: #F5F4F4;
}

.sidebar .nav-item .nav-dropdown-items .nav-link {
    background-color: #E2E2E2;
}

.sidebar .nav-item {
    position: relative;
}

.sidebar .nav-opener {
    position: absolute;
    right: 0px;
    width: 40px;
    height: 35px;
    top: 0;
}

.sidebar .nav-link {
    padding: .5rem 1rem;
}

.sidebar ul ul .nav-link {
    padding-left: 2.2rem;
}

.sidebar ul ul ul .nav-link {
    padding-left: 3.35rem;
}

.custom-sidebar {
}

.custom-sidebar .nav-link {
    background-color: #C4C4C4;
    color: var(--color-font-nav) !important;
    font-weight: 400;
}

.sidebar .nav-link .nav-icon {
    color: var(--color-font-nav) !important;
    margin-right: .3rem;
}

.sidebar .nav-item .nav-link.active {
    background-color: var(--color-headers) !important;
    color: var(--color-highlight) !important;
    font-weight: 700;
}

.sidebar .nav-item .nav-link:hover {
    background-color: var(--color-hover) !important;
    color: var(--color-hover-invert) !important;
    font-weight: 400;
}

.sidebar .nav-link.active .nav-icon {
    color: var(--color-hover-invert) !important;
}

.custom-sidebar.background {
    background-color: #F5F4F4;
}

.custom-sidebar ul ul .nav-icon {
    display: none !important;
}

.sidebar .nav-item.user > .nav-link {
    background-color: #353434 !important;
    color: #FFFFFF !important;
    font-weight: 700;
    padding-top: 25px;
    padding-bottom: 25px;
}

.sidebar .nav-item.user > .nav-link .role {
    position: absolute;
    pointer-events: none;
    color: var(--color-highlight) !important;
    font-weight: 700;
}

.sidebar .nav-item.seperator > .nav-link {
    background-color: #353434 !important;
    color: #FFFFFF !important;
    font-weight: 700;
}

.logout.button {
    margin-right: 30px;
    background-color: var(--color-highlight);
    border: 2px #FFF solid;
    padding: 8px 40px;
    color: #FFF;
    font-weight: 600;
}

.logout.button:hover {
    background-color: var(--color-hover);
    color: var(--color-hover-invert);
    text-decoration: none;
}

/* calendar */
.calendar-years {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.calendar-year td {
    vertical-align: top;
}

.calendar {
    border-collapse: separate;
}

.calendar td {
    text-align: center;
    padding: 4px;
}

.calendar td.default {
    background-color: #C4C4C4;
}

.calendar td.marked {
    background-color: var(--color-highlight);
}

.calendar table td {
    font-weight: bold;
}

.bookingdetails .images {
    display: none;
}


/* paging */
.pagination {
    font-size: .9em;
    display: flex;
    justify-content: right;
}

.pagination .flex {
    display: flex;
}

.pagination .inline-flex {
    display: inline-flex;
}

.pagination .item-center {
    align-items: center;
}

.pagination .justify-between {
    justify-content: space-between;
}

.pagination a {
    font-size: .9em;
}

.pagination svg {
    width: 20px;
    height: 20px;
}

.page-item.active .page-link {
    background-color: var(--color-highlight);
    border-color: var(--color-highlight);
    color: var(--color-highlight-invert);
}

.page-item.active .page-link:hover {
    background-color: var(--color-hover);
    border-color: var(--color-hover);
    color: var(--color-hover-invert);
}

.page-link {
    color: #000;
}

/* dasbhoard */

.dashboard-blocks .content {
    /* border: 1px solid #C4C4C4;
    padding: .4em;*/
}

.dashboard-blocks li {
    list-style: none;
    border: 1px solid #C4C4C4;
    margin: 0;
    padding: .2em 1em;
    margin-bottom: .2em;
}

@media (min-width: 991.98px) {
    .dashboard-blocks {
        display: flex;
        flex-wrap: wrap;
    }

    .dashboard-blocks ul {
        margin: 0;
        padding: 0;
    }

    .dashboard-blocks > div {
        margin-right: 15px;
        width: 375px;
    }
}

/* widgets */
.xdashboard-3col .connectedSortable {
    width: 33.3%;
}

.xdashboard-3colm #position-0.connectedSortable {
    width: 25%;
}

.xdashboard-3colm #position-1.connectedSortable {
    width: 50%;
}

.xdashboard-3colm #position-2.connectedSortable {
    width: 25%;
}

.xdashboard-2col .connectedSortable {
    width: 50%;
}

.xdashboard-2coll #position-0.connectedSortable {
    width: 67%;
}

.xdashboard-2coll #position-1.connectedSortable {
    width: 33%;
}

.xdashboard-2colr #position-0.connectedSortable {
    width: 33%;
}

.xdashboard-2colr #position-1.connectedSortable {
    width: 67%;
}

.xdashboard-1col .connectedSortable {
    width: 100%;
}

.xdashboard .connectedSortable {
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 0 0 20px 0;
    float: left;
}

.xdashboard .connectedSortable > div {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.xdashboard-3col #position-0.connectedSortable > div {
    padding: 0 13px 0 0;
}

.xdashboard-3col #position-1.connectedSortable > div {
    padding: 0 7px 0 7px;
}

.xdashboard-3col #position-2.connectedSortable > div {
    padding: 0 0 0 13px;
}

.xdashboard-3colm #position-0.connectedSortable > div {
    padding: 0 13px 0 0;
}

.xdashboard-3colm #position-1.connectedSortable > div {
    padding: 0 7px 0 7px;
}

.xdashboard-3colm #position-2.connectedSortable > div {
    padding: 0 0 0 13px;
}

.xdashboard-2col #position-0.connectedSortable > div {
    padding: 0 10px 0 0;
}

.xdashboard-2col #position-1.connectedSortable > div {
    padding: 0 0 0 10px;
}

.xdashboard-2coll #position-0.connectedSortable > div {
    padding: 0 10px 0 0;
}

.xdashboard-2coll #position-1.connectedSortable > div {
    padding: 0 0 0 10px;
}

.xdashboard-2colr #position-0.connectedSortable > div {
    padding: 0 10px 0 0;
}

.xdashboard-2colr #position-1.connectedSortable > div {
    padding: 0 0 0 10px;
}

.connectedSortable > div.ui-sortable-placeholder {
    visibility: visible !important;
    margin-bottom: 20px !important;
    background-color: #fcefa1;
}

@media (max-width: 1430px) {
    .xdashboard .connectedSortable {
        width: 100% !important;
    }

    .xdashboard .connectedSortable > div {
        padding: 0 !important;
    }
}

.xdashboardlayout .button {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.xdashboardpages .button, .xdashboardlayout .button, .xdashboardform .button {
    display: inline-block;
    text-align: center;
    background-color: var(--color-headers);
    color: var(--color-headers-invert);
    border: 1px solid var(--color-hover-invert);
    padding: 2px 6px;
}

.xdashboardpages a.button:hover, .xdashboardlayout .button:hover, .xdashboardform .button:hover {
    text-decoration: none;
    background-color: var(--color-hover);
    color: var(--color-hover-invert);
}

.xdashboardpages a.button.active, .xdashboardlayout a.button.active {
    background-color: var(--color-highlight);
    color: var(--color-highlight-invert);
}

.xdashboardform select {
    background-color: var(--color-input-alt);
    width: 100%;
}

.xdashboardlayout i {
    font-size: 16px;
}

.widget-element.fullscreen {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    margin: 0 !important;
}

.widget-element.fullscreen .block {
    border-radius: 0 !important;
    margin: 0 !important;
}

.widget-element.fullscreen .fa-window-maximize {
    display: none;
}

.widget-element.fullscreen .fa-window-restore {
    display: inline-block;
}

.widget-element .fa-window-restore {
    display: none;
}

.widget-header {
    display: flex;
    background-color: var(--color-headers);
    align-items: stretch;
    justify-content: space-between;
    padding: 0;
}

.widget-header .title {
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin: 0 !important;
    padding: .3rem .7rem !important;
    flex-grow: 1;
}

.widget-icon {
    display: inline-block;
    background-color: var(--color-highlight);
    font-weight: bold;
    font-size: 1.4rem;
    color: #fff;
    padding: .3rem .3rem !important;
}

.widget-icon.widget-color1 {
    background-color: green;
}

.widget-icon.widget-color2 {
    background-color: #333e91;
}

.widget-icon.widget-color3 {
    background-color: #dc2c94;
}

.widget-tools {
    margin: .3rem;
    display: flex;
    flex-direction: row-reverse;
}

.widget-tools a {
    color: #fff;
    padding: .2em;
}

.widget-tools a:hover {
    text-decoration: none;
}

.widget-body {
    margin-top: 4px;
    background-color: #e6e3e3;
    min-height: 75px;
    /* max-height: 1500px; */
    overflow-y: auto;
    padding: 10px;
}

.xdashboard .connectedSortable > div > .block {
    margin-bottom: 20px;
}

.xdashboard .connectedSortable > div > .block.transparent {
    border: 1px solid transparent;
}

.xdashboard .connectedSortable > div > .block > .content {
    margin-bottom: 0px;
}

.xdashboard .connectedSortable > div > .block > .content > .inner {
    overflow-y: auto;
}

.xdashboardlayout {
    display: none;
}
.xdashboardpages {
    display: flex;
    gap: .2rem;
    flex-grow: 1;
}
.xdashboardheader {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 1.75rem;
    gap: .2rem;
}
.xdashboardheader h1 {
    width: 100%;
    padding: 0;
    flex-grow: 1;
    margin: 0 0 .5rem 0;
}
.xdashboardform {
    flex-shrink: 1;
    flex-grow: 1;
}
.xdashboardform fieldset {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
}

@media (min-width: 1430px) {
    .xdashboardform {
        flex-grow: 0;
    }
    .xdashboardpages {
        justify-content: center;
    }
    .xdashboardheader h1 {
        width: auto;
        margin: 0;
    }
    .xdashboardlayout {
        display: flex;
        gap: .2rem;
    }
}

.xdashboardheader h1 {
    flex-grow: 1;
}


.widget-registrationswidget .user-latest > div {
    padding-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.widget-registrationswidget .user-latest > div:last-child {
    border-bottom: 0;
}

.widget-form label.label {
    font-size: .8rem;
    display: block;
    margin: 10px 0 0 0;
}

.widget-form button {
    font-size: .8rem;
}

.widget-form {
    margin-bottom: 20px;
}

.widget-form input {
    width: 100%;
}

.widget-form input[type=checkbox] {
    width: auto;
}

/* widget lists */
.widget-item-list > div {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.widget-item-list > div:last-child {
    border-bottom: 0;
}

.widget-item-list > div > .more {
    white-space: nowrap;
    text-align: right;
    padding-left: 25px;
}

.widget-attributes > div {
    display: flex;
    align-items: stretch;
    margin-bottom: 2px;
}

.widget-attributes > div .icon {
    background-color: #ccc;
    border-radius: 4px;
    padding: 0px 5px;
    margin-right: 5px;
}

.widget-attributes > div.value {
    flex-grow: 1;
}

.widget-attributes-new i {
    font-size: 2.4em;
}

.widget-attributes-new > div {
    display: flex;
    margin-bottom: 0.3rem;
    gap: 0.5rem;
}

.widget-attributes-new .data {
}

.widget-attributes-new .label {
    font-weight: bold;
    font-size: .7rem;
    line-height: 1rem;
}

.widget-attributes-new .labelx {
    background-color: var(--color-highlight);
    font-size: .8rem;
    font-weight: bold;
    color: #fff !important;
    margin-bottom: 0;
    padding: 0px 5px;
    display: block;
    width: min-content;
    white-space: nowrap;
}

.widget-tag {
    background-color: #fff;
    padding: .2em 1em;
    border-radius: 5px;
    display: inline-block;
    font-size: .8rem;
    margin-bottom: 2px;
}

.default-tag {
    background-color: var(--color-highlight);
    color: #fff;
    padding: .2em 1em;
    border-radius: 5px;
    display: inline-block;
    font-size: .8rem;
    margin-bottom: 2px;
}

/* tabs */
.customtabs {
    border: 1px #C4C4C4 solid;
    position: relative;
    margin-bottom: 20px;
    padding: 18px 10px 10px;
    font-size: .8rem;
}

.customtabs .customtabs-header {
    position: absolute;
    left: 20px;
    top: -12px;
    display: flex;
}

.customtabs .customtabs-header a {
    background-color: var(--color-headers);
    color: var(--color-headers-invert);
    padding: .2em 1em;
    border-radius: 5px;
    display: inline-block;
    display: inline-block;
    font-size: .8rem;
    margin-right: 5px;
}

.customtabs .customtabs-header a.active {
    background-color: var(--color-highlight);
    color: var(--color-highlight-invert);
    color: #fff;
}

.customtabs .customtabs-header a:hover {
    background-color: var(--color-hover);
    color: var(--color-hover-invert);
    text-decoration: none;
}

.customtabs .customtabs-body > div {
    display: none
}

.customtabs .customtabs-body > div.active {
    display: block
}

a.checked, a.checked:hover {
    background-color: palegreen !important;
}

li.ui-tabs-active.ui-state-active a.checked {
    background-color: #83d983 !important;
}

/* filter */
/*
.customsearchfilter {
    border: 1px #C4C4C4 solid;
    position: relative;
    margin-bottom: 20px;
    padding: 15px 10px 10px;
    font-size: .8rem;
}
.customsearchfilter-label {
    background-color: #e6e3e3;
    padding: .2em 1em;
    border-radius: 5px;
    display: inline-block;
    font-size: .8rem;
    position: absolute;
    left: 20px;
    top: -10px;
}*/
.customsearchfilter .elements {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.customsearchfilter .elements > div {
    margin-right: 10px;
    min-width: 120px;
}

.customsearchfilter .checkboxes {
    display: flex;
}

.customsearchfilter .checkboxes .checkboxesoptions {

}

.customsearchfilter .checkboxes input {
    margin-right: 3px;
}

.customsearchfilter .checkboxes label {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.customsearchfilter .form-control[type="text"] {
    /*font-size: .8rem;
    padding: .2rem .5rem;*/
    height: auto;
    padding-left: .25rem;
    padding-right: .25rem;
}

.customsearchfilter .filter-advanced {
}

.customsearchfilter span.label {
    font-weight: bold;
}

.customsearchfilter-select2 {
    min-width: 166px;
    max-width: 400px;
}

div.customsearchfilter-range > span, div.customsearchfilter-numberrange > span {
    line-height: 2rem;
}

div.customsearchfilter-range, div.customsearchfilter-numberrange {
    display: flex;
    align-items: stretch;
}

.customsearchfilter-range input, .customsearchfilter-numberrange input {
    max-width: 100px;
    text-align: center;
}

div.customsearchfilter-compare {
    display: flex;
    align-items: stretch;
}

div.customsearchfilter-compare select {
    max-width: 200px;
}

div.customsearchfilter-compare select:nth-child(2) {
    max-width: 40px;
}

/* crud columns */
.crudcolumnconfigs ul {
    margin: 0;
    padding: 0;
}

.crudcolumnconfigs li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.crudexports {

}

/* crud list */
#crudTable_reset_button {
    display: none;
}

/* model files */
.modelfiles {
    display: flex;
    flex-wrap: wrap;
}

.modelfiles .modelfile {
    border: 1px solid #ccc;
    margin: 0 5px 5px 0;
    text-align: center;
}

.modelfiles .modelfile .modelfileicon {
    font-size: 3rem;
}

.modelfiles .modelfile .modelfileimage {
    max-height: 50px;
    max-width: 200px;
}

.modelfiles .modelfile .modelfileimage-small {
    max-height: 50px;
    max-width: 200px;
}

.modelfiles .modelfile .modelfileimage-medium {
    max-height: 100px;
    max-width: 200px;
}

.modelfiles .modelfile .modelfileimage-large {
    max-height: 150px;
    max-width: 200px;
}

.modelfiles .modelfile .delete {
    float: right;
}

.modelfiles .modelfile .title {
    font-size: .7rem;
    display: block;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 2px;
}

/* crud tables */
#crudTable.table td {
    padding-top: .3rem;
    padding-bottom: .3rem;
    padding-left: .3rem;
    padding-right: .3rem;
}

#crudTable.table th {
    padding-left: .3rem;
    padding-right: .3rem;
}

#crudTable_wrapper {
    margin-top: 0.3rem;
}

#crudTable_wrapper #crudTable tr td:first-child {
    padding-bottom: .7rem !important;
    padding-top: .7rem !important;
}

#crudTable_wrapper #crudTable:not(.has-hidden-columns) tr td:first-child {
    padding-top: .7rem !important;
}

/* tabs */
.ui-tabs-nav {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.ui-tabs-nav li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ui-tabs-nav li a {
    display: block;
    padding: .5em 1em;
    border: 1px solid var(--color-borderdecent);
    color: var(--color-textprimary);
}

.ui-tabs-nav li a:hover {
    background-color: #fff;
    text-decoration: none;
}

.ui-tabs-nav li.ui-state-active a {
    background-color: var(--color-headers);
}

/* tables */
.table-compact td {
    padding: 3px 5px;
}

.table-compact th {
    padding: 3px 5px;
}

.table {
    color: var(--color-table);
}

/* widgetautocomplete */
.widgetautocomplete .results a {
    padding: 6px 12px;
    display: block;
    cursor: pointer;
}

.widgetautocomplete .results a:hover {
    background-color: #337ab7;
    color: #fff;
    text-decoration: none;
}

.widgetautocomplete .results {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.widgetautocomplete .results:empty {
    box-shadow: none;
}

/* filedropzone */
.filedropzone {
    padding: 20px;
    border: 3px dashed var(--color-headers);
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
    color: var(--color-headers);
}

.filedropzone.active {
    border-style: solid;
}

/* fields */
.issue-set-estimated:focus {
    background-color: white !important;
}

/* global search bar */
.global-search {
    position: relative;
    flex-grow: 1;
    margin-right: 20px;
    z-index: 100;
}

.global-search-bar {
    border: none;
}

.global-search-bar:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.global-search-filters {
    position: absolute;
    flex-wrap: wrap;
    width: 100%;
    min-height: 50px;
    gap: 2%;
    background-color: white;
    padding: 10px;
    top: 100%;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0 4px 4px;
}

.global-search-results {
    position: absolute;
    width: 100%;
    background-color: white;
    left: 0;
    top: 80px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0 4px 4px;
}

.search-result-group {
    padding: 10px;
    margin: 10px;
}

/* result lists */
.resultlist-tagslike  {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.resultlist-tagslike .like {
    font-size: 2rem;
    line-height: 1rem;
}
.resultlist-blocks .image {
    background-color: #fff;
    padding: 5px;
}
.resultlist-blocks .images {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    margin: 1.5rem 0;
    gap: .5rem;
}
.resultlist-blocks .image img {
    max-width: 100%;
    max-height: 95px;
}
@media (min-width: 991.98px) {
    .resultlist-blocks {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-items: stretch;
    }

    .resultlist-blocks .single {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(25% - 15px);
        margin-right: 14px;
    }
}
.resultlist-blocks .single {
    position: relative;
    border: 1px #C4C4C4 solid;
    padding: 10px;
    padding-bottom: 55px;
    margin-bottom: 30px;
    background-color: #e6e3e3;
}
.resultlist-blocks .single h2 {
    font-size: 1.2rem;
    line-height: 1.3rem;
    padding-right: 2rem;
}
.resultlist-blocks .actions {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
.resultlist-blocks .elements span {
    background-color: #fff;
    padding: .2em 1em;
    border-radius: 5px;
    display: inline-block;
    font-size: .8rem;
    margin-bottom: 2px;
}
