html, body {
    height: 100%;
}

#app {
    height: 100%;
    display: flex;
    flex-direction: column;
}
#wrapper {
    background-color: #F7F7F7;
    flex: 1 0 auto;
}

#wrapper > .section {
    padding-top:1em;
    flex: 1 0 0;
}

/*Fixing a litte weird issue with svg icons */
/*.icon svg {
    height:1em!important;
}
*/
/* Footer */
.footer {
    flex-shrink: 0;
    padding:3rem 0 0 0!important;
}
.footer .main { padding:0 2rem 3rem 2rem;}
.footer a, footer a:hover { color:#fff; }
.footer a:hover { text-decoration:underline; }
.footer .input { border-color:#bbb;}
.footer .button.is-light { border-color:#bbb;border-left:none;}
.footer .newsletter div.control { max-width:60%; width:100%; }

h1, h2 { letter-spacing: 0.01em; }

.subtitle {
    color: #555;
    font-size:0.75rem;
}

.label:not(:last-child) {
    margin-bottom: 0.25em;
}

.nopointer { cursor: default !important; }
.ishidden { display:none; }
.minheight400 { min-height:400px; }
/* Navbar */
.navbar-start {
    width: 50%;
    display: flex;
}
.navbar-start > .navbar-item {
    width: 100%;
}
.navbar-search-icon {
    display: none;
}
.navbar .searchField {
    width:100%;
}
.navbar-end .navbar-item {
    padding-top:0;
    padding-bottom:0;
}

.navbar-end .navbar-item .buttons {
    align-items:stretch;
    height:100%;
    margin-bottom:0 !important;
}
    .navbar-end .navbar-item .buttons > div:not(:last-child) {
        border-right: 1px #ccc solid;
    }

    .navbar-end .navbar-item .buttons > div {
        align-items: center;
        display:flex;
    }

    .navbar-end .navbar-item .buttons .button {
        margin-bottom: 0 !important;
        box-shadow: none !important;
    }

        .navbar-end .navbar-item .buttons .button:hover {
            background-color: transparent !important;
            color: #00B6C4;
        }

.navbar-burger {
    width: 2rem;
    height: 3rem;
}
    .navbar-burger span:nth-child(1) {
        top: calc(50% - 2px);
    }

    .navbar-burger span:nth-child(2) {
        top: calc(50% + 3px)
    }

    .navbar-burger span:nth-child(3) {
        top: calc(50% + 8px)
    }

.navbar-usermenu {
    display:none;
    width: 3rem;
    height: 3rem;
    color: #4a4a4a;
    position: relative;
    /*margin-left: auto;*/
}

    .navbar-usermenu span {
        top: calc(50% - 7px);
        left: calc(50% - 12px);
        display: block;
        position: absolute;
    }

    .navbar-usermenu:hover {
        color: #000;
    }

    .navbar-usermenu.is-active {
        color:#000;
    }

.big-menu {
    display: none;
    position: absolute;
    top: 4rem;
    right: 0;
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 4rem);
    overflow: auto;
    z-index: 30;
    border: 1px #f3f3f3 solid;
    border-radius: 0 0 0.25em 0.25em;
    outline:none;
    white-space:nowrap;
}

    .big-menu .menu {
        font-size: 0.9rem;
    }

.big-menu.is-active {
    display:block;
}

    .big-menu .menu-col {
        display: inline-block;
        vertical-align: top;
        padding-bottom: 2rem;
        content: '---';
    }

    .big-menu .menu-col:not(:last-child) {
        padding-right:2rem;
    }

    .big-menu .menu-list li ul {
        background-color: #ececec;
        border: 0;
        border-left: 2px #f15525 solid;
        margin: 0;
        padding-left: 0;
    }

    @media screen and (max-width:950px) {
        .navbar, .navbar > .container {
            min-height: 3.5rem;
        }

        .big-menu {
            top: 3.5rem;
        }

        .navbar-menu {
            /*display: block;*/
            display: flex;
            flex-wrap: wrap;
            padding: 0;
        }

        .navbar-end.is-active {
            display: flex;
            flex: 0 0 100%;
            order: -1;
            width: 100%;
            justify-content: right;
        }

        .navbar-end {
            display: none;
        }

        .navbar-start {
            width: 100%;
        }

        .navbar-brand {
            min-height: 3rem;
        }

            .navbar-brand .navbar-item

            .navbar-item img {
                width: 125px;
                /*max-height: 2rem;*/
            }

        .navbar-usermenu {
            display: inline;
        }

        .discover-menu {
            display:none!important;
        }

        .section {
            padding: 1rem 0.75rem 3rem;
        }
    }

    @media screen and (min-width:950px) and (max-width:1023px) {
        .navbar-brand {
            padding-left: 1rem;
        }

        .navbar-end {
            padding-right: 1rem;
        }
    }
    /*.navbar-end .navbar-item {
    padding-right:0;
}
.navbar-burger {
    margin-left:0;
}
.navbar-search-icon {
    color: #4a4a4a;
    height: 3.25rem;
    width: 3.25rem;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-search-icon:hover {
    background-color: rgba(0,0,0,.05)
}
@media screen and (min-width:1024px) {
    .navbar-search-icon {
        display: none;
    }
}
*/
    /* General Misc*/
.align-bottom-right {
    margin-left:auto;
    margin-top:auto;
}
.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ddArrow {
    position:absolute;
    right:0.75rem;
}
.is-size-6-5 {
    font-size: .9rem !important
}
.is-size-5-5 {
    font-size: 1.1rem !important
}
.pb-5-5 { padding-bottom:2rem!important; }
.has-equal-height {
    height: 100% !important;
    display: flex;
    flex-direction: column;
}
.button.is-multiline {
    text-align: center!important;
    white-space: unset;
    height: auto;
}
.is-fullwidth { width:100%;}
.lineheight-1 {
    line-height: 1;
}

.modalbox {
    border-radius: 0.5em;
    padding:2rem;
    background-color:#fff;
}

.modalbox.signup {
    border-radius: 0.5em 0.5em 0 0;
}

.modal .signupinfo {
    border-radius:0 0 0.5em 0.5em;
    background-color: #F7F7F7;
    padding: 1.5rem 2rem 2.2rem 2rem;
}

.modal .signupinfo .column {
    font-size:0.91rem;
    padding-bottom:0;
}

.modal-close {
    background-color: rgba(10, 10, 10, 0.2);
}

.button.is-fullwidth {
    justify-content:normal;
    text-align:left;
}

.button.is-fullwidth .icon {
    position:absolute;
    right:1.25rem;
    color: #f15525; /* Hardcoded color*/
}

.button.is-fullwidth .icon:hover {
    color: #000; /* Hardcoded color*/
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .card-content.has-equal-height {
        padding-top: 5rem;
    }
}

/*[v-cloak] {
    display: none !important;
}*/

[v-cloak] > * {
    display: none !important;
}

[v-cloak]::before {
    content: "Laddar...";
    display: block;
    text-align: center;
    font-style: italic;
    padding-top:5%;
}

.hidden { display: none; }

.searchCol { padding-bottom:0; }

.searchCol .b-skeleton {
    height: 100%;
    position: absolute;
    top: 0;
}

.box:not(:last-child) {
    margin-bottom:1rem;
}
.signout button > span:first-child{
    margin-top: 0.2rem;    
}

.button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
    background-color: transparent;
    color: #00B6C4;
}

.header.box {
    padding: 1.25rem;
}

.content.box {
    min-height:400px;
    padding:1.25rem;
}

.template-bankruptcies th {
    padding-bottom:0.25em!important;
}

.b-table .table th.is-current-sort {
    border-color: #dbdbdb;
    color: #00B6C4;
}

@media only screen and (max-width: 768px) {
    .append-scroll-mobile {
        overflow-x: scroll;
    }
    .hideOnMobile {
        display: none !important;
    }
    .template-bankruptcies .field-body .field { margin-right: 0.75rem;width:100%!important; }

    .big-menu {
        white-space: normal;
    }
}
@media only screen and (max-width: 950px) {
    body.has-navbar-fixed-top {
        padding-top: 7rem;
    }
    body.has-navbar-fixed-top.template-start {
        padding-top: 3rem;
    }
}
@media only screen and (max-width: 1023px) {
    .append-scroll-tablet {
        overflow-x: scroll;
    }
}

.privacy-policy table {
    width:100%!important;
}

    .privacy-policy table td, .privacy-policy table tbody tr:last-child td {
        border-width: 1px;
    }



/* StartPage / Search */
/*#start .columns {
    overflow: hidden;
}*/
.section.start + .section {
    padding: 0;
}
#start .block {
    min-height:5rem;
}
.card-content .price {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.card-content-content {
    margin-top: auto;
    padding-top: 0.75rem;
}
.themebox .card-content {
    background-color:#F7F7F7;
}
.card-sponsor {
    padding: 1.5rem;
    cursor: pointer;
}
    .card-sponsor img {
        max-width: 170px;
        width:100%;
        margin:0 auto;
    }
.hero .field {
    margin-bottom:0.2rem!important;
}
.hero .searchinput input {
    border-color: #fff;
}
.hero .autocomplete input {
    border-color: #fff;
}
.hero .experiment3 .button {
    font-size:0.7rem!important;
}
.hero .dropdown-item {
    padding-top: 0.25rem!important;
    padding-bottom: 0.25rem!important;
}
.hero .dropdown-item.is-active {
    background-color:#ccc;
    color:#000;
}
.icon.rocket .svg-inline--fa.fa-w-16 {
    width: 1.35em;
}
.icon.is-small {
    height: 1.5rem;
}
#start .level-item {
    padding-top: 0.75rem;
    cursor: pointer;
}
    #start .level-item:not(:last-child) {
        border-right: 1px #ccc solid;
        margin-right: 0rem;
    }
    #start .level-item:hover, #start .level-item.active, #start .level-item:hover .title, #start .level-item.active .title {
        color: #00B6C4
    }

#start .themebox .card-image, #start .start-article .card-image {
    max-height: 288px;
}

.top-item {
    background-color: #00B6C4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 36%;
    height: 0;
    padding-bottom: 36%;
}
.top-item > a {
    display:block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.top-item p { line-height: 1.2; }
.top-item p.header { padding-bottom: 0.25rem; }
.top-item p.subheader.is-size-7 { font-size:0.7rem!important; }
.top-item span.icon { vertical-align: bottom; }

.categoryBtn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.level1 { padding-left:1rem; }

@media screen and (min-width:430px) {
    .top-item { width: 26%; padding-bottom: 26%; }
    .top-item p.header { font-size: 1rem !important; }
    .hero .experiment3 .button {
        font-size: 0.9rem !important;
    }
}
@media screen and (min-width:769px) {
    .top-item span.icon { display:none; }
    .top-item { width: 30%; padding-bottom: 30%; }
    /*.top-item span.icon, .top-item span.icon svg { width:0.8rem; }*/
    .top-item p.header { font-size: 0.9rem !important; }
    .top-item p.subheader { display:none; }
}
@media screen and (min-width:1100px) {
    .top-item span.icon { display:inline-flex; }
    .top-item { width: 34%; padding-bottom: 34%; }
    .top-item p.subheader { display:block; }
}
@media screen and (min-width:1250px) {
    .top-item { width: 30%; padding-bottom: 30%; }
}
@media screen and (min-width:1350px) {
    .top-item { width: 26%; padding-bottom: 26%; }
}
@media screen and (min-width:1500px) {
    .top-item { width: 24%; padding-bottom: 24%; }
    .top-item p.header { font-size:1.25em!important; }
    .top-item p.subheader.is-size-7 { font-size:0.75rem!important; }
}
@media screen and (min-width:1900px) {
    .top-item span.icon, .top-item span.icon svg { width:2rem; }
    .top-item span.icon i { font-size:2rem }
    .top-item p.header { font-size:1.4rem!important; }
}
@media screen and (min-width:2300px) {
    .top-item span.icon, .top-item span.icon svg { width:2.3rem; }
    .top-item p.header { font-size:1.6rem!important; }
    .top-item { width: 22%; padding-bottom: 22%; }
}

.hero {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-body {
    display: flex;
    align-items: center;
    min-height: 160px;
    /*padding: 0!important;*/
    padding:1rem 1rem!important;
}

.hero h1.title { font-size:1.5rem!important;line-height:1.05;margin-bottom: 1rem; }
/*.template-article .hero-body { min-height: 340px; }*/

.advertisement { background-size: cover; }
.advertisement .title { font-size:1rem; }

.recommendations .button {
    font-size: 1.25rem;
    padding-top: calc(1.1em - 1px);
    padding-bottom: calc(1.1em - 1px);
}

#fastlinks .icon.is-medium {
    height:2.3rem;
}

.card-content .icon-text {
    flex-wrap:nowrap;
}

@media screen and (max-width:768px) {
    #start .card-content .pl-3 {
        padding-left: 0.5rem !important;
    }

    #start .card-content .pr-3 {
        padding-right: 0.5rem !important;
    }

    .card-content-content {
        padding-top: 0.5rem;
        margin
    }

    .card-content {
        padding: 0.25rem 0rem;
    }

        .card-content .location > div {
            padding-top: 0.5rem;
        }

    #start .level-item:nth-child(3) {
        border: none;
    }

    #start .card-content .icon {
        width: 1rem;
    }

    .card-content .item-txt {
        overflow:hidden;
        white-space: nowrap;
    }

    .card-content .item-txt.has-text-right {
        font-size: 0.7rem !important;
    }

    .card-sponsor {
        padding: 0.75rem;
    }

    #fastlinks .title {
        font-size:0.75em!important;
    }
}

@media screen and (min-width:550px) {
    .advertisement .title { font-size:2rem; }
}

@media screen and (min-width:769px) {
    .card-content .item-txt { font-size: 0.9rem !important; }
    .categories .columns { max-height:260px; }
    .hero h1.title { font-size:2rem!important; }
    /*.template-article .hero-body { min-height: 220px; }*/
    .advertisement .title { font-size:2.5rem; }
    .hero-body { min-height: 260px; padding:1rem 3rem!important;}
}
@media screen and (min-width:1024px) {
    .categories .columns { max-height:160px; }
    .card-content .price {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .hero h1.title { font-size:3rem!important;margin-bottom: 1.5rem; }
    .hero-body { min-height: 320px;  }
    .advertisement .title { font-size:2rem; }
}
@media screen and (min-width:1216px) {
    .hero h1.title { font-size:4rem!important; }
    .advertisement .title {font-size:3rem; }
    .hero-body { min-height: 350px;}
}

/* SearchPage */
.catMenu {

}

.catMenu .catMenuItem {
    border-bottom: 1px #ddd solid;

}
    .catMenu .card-header {
        box-shadow: none;
    }
.catMenu .card-header-title {
    font-weight:normal;
}

.catMenuItem .is-active {
    color: #00B6C4;
    font-weight:600;
}

.catSubMenu {
    border-left:2px #f15525 solid;
    background-color:#ececec;
}

    .catSubMenu .card-header-title, .catSubMenu .card-header-icon {
        padding:0.5rem 1rem;
    }

.catSubSubMenu {
    /*border-left: 2px #f15525 solid;*/
    background-color: #e0e0e0;
}

.categoryColumn, .filterBar, .filterBar .label, .filterBar .select {
    font-size: 0.9rem;
}

/*    .filterBar .field .has-addons {
        flex-direction: column;
    }*/

/*.filterColumn .box {
    padding-left:0;
    padding-right:0;
}

    .filterColumn h3, .filterColumn a {
        font-size: 0.9rem;
    }*/


.navbar .autocomplete + .control .button {
    border-color: #dbdbdb;
}
.searchinput + .control .button {
    border-color: #dbdbdb;
}

.boxHeader {
    background-color: #f15525; /* Hardcoded color */
    color: #fff;
    padding: 0.75em 1rem;
}

.filter {
    display: none;
}

.filter.is-active {
    display: block;
}

.landingpage .header, .landingpage .header h1 {
    display: inline-block;
    line-height: 1.05;
}

.landingpage .subheader {
    display: inline-block;
    max-width:55%;
}

.savedSearch .fa-heart {
    color: orangered;
}

/*.fadeBackgr {
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(55, 255, 255, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    background-size: 100%;
    background-repeat: repeat;
}*/

.fadeBackgr {
    position: relative;
    padding-bottom:20px;
}

.fadeBackgr:after {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(to top, rgba(255,255,255, 1) 20%, rgba(255,255,255, 0) 80% );
    pointer-events: none; /* so the text is still selectable */
}

.fadeBackgr .table {
    background-color:transparent;   
}

@media screen and (max-width:1024px) {
    .landingpage .subheader { max-width:80%; }
}

@media screen and (max-width:768px) {
/*    #filterHeader {
        display: none;
    }*/

/*    #result .panelHeader {
        padding-top: 1rem;
    }*/

/*    #filterBtn {
        display: flex;
        margin-bottom: 0!important;
    }

    #filterBtn .button {
        margin: 0 !important;
    }*/

    /*.filterColumn {
        padding-bottom:0;
    }*/

    /*.filterColumn .box {
        padding-bottom: 0;
    }*/

   /* #filter {
        border-bottom:1px #f3f3f3 solid;
        padding-bottom:1rem;
    }*/

    #result {
        padding-top:0;
    }

    .landingpage .header h1 { font-size:1.8rem!important; }
    .landingpage .subheader { max-width:100%; font-size:0.8rem!important; }
}

.similarObjects {
    min-height: 320px;
}

@media screen and (min-width:768px) {
    .filter {
        display: block;
    }

    .similarObjects {
        min-height: 500px;
    }
}

@media screen and (max-width:600px) {
    .filterBar .is-grouped {
        flex-wrap: wrap;
    }
}

/* Search result items */
.source-item {
    display: inline-block;
    text-decoration: none;
    position: absolute;
    bottom: 1px;
    right: 5px;
    outline: none;
    /*width: 50%;*/
    color: #fff;
    filter: drop-shadow(1px 1px 1px #000);
}
    .source-item img {
        height: 22px;
        filter: drop-shadow(1px 1px 1px #000);
        opacity: .8;
    }

.follow-item {
    display: inline-block;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 3px 10px 10px;
    outline: none;
}

    .follow-item .fa-circle {
        font-size: 30px;
        color: #fff;
        /*hsla(0,0%,100%,.9);*/
    }

    .follow-item .fa-heart {
        position: absolute;
        top: 9px;
        right: 8px;
        font-size: 20px;
        color: #333;
    }

    .follow-item.follows .fa-heart {
        color: orangered;
    }


/* Object Page*/
#viewobject {
    padding-top:1rem!important;
}
#viewobject .filler {
    flex: 1;
    display: flex;
    /*align-items: end;*/
    margin-top: 1rem;
}
#viewobject #leftCol .filler {
    /*padding:0;*/
    margin-bottom:1rem;
}
.template-object #wrapper > .section {
    padding-top:0;
    padding-bottom:2rem;
}
#fullobject::before {
    content: '';
    display: block;
    height: 45px;
    margin-top: -45px;
    visibility: hidden;
}
#sellerInfoMobile {
    display: flex;
    flex: 1;
}

#viewobject #auctionInfo .box:first-child {
    margin-top: 1rem;
}
#viewobject #objectBtns {
    overflow:hidden;
}
#viewobject .content h2, #viewobject .content h3 {
    font-size:1.25rem !important;
}
button.btnFollows .fa-heart {
    color: orangered;
}
#map, #mapMobile {
    width: 100%;
    height: 220px;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

    #map .button, #mapMobile .button {
        position: absolute;
        right: 3px;
        top: 3px;
    }

.table.features td:first-child {
    width:30%;
}

.carousel-arrow .icon.has-icons-left {
    left: 0.5rem;
}
.carousel-arrow .icon.has-icons-right {
    right: 0.5rem;
}
.carousel .carousel-item .image img {
    cursor: zoom-in !important;
}
.carousel.is-overlay .carousel-item .image {
    height: 100vh;
    width: 100vw;
    align-items: center;
    display: flex;
    padding-top:0!important;
}
    .carousel.is-overlay .carousel-item .image img {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        padding: 1%;
        cursor: default !important;
    }
.carousel.is-overlay .carousel-list {
    display:none;
}
#viewobject .box.description {
    margin-bottom:0;
}
.tooltip-content {
    /*transition-delay: 0.2s;*/
    transition-duration: 0.5s;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE 11 */
    .carousel.is-overlay .carousel-item .image img {
        margin: auto;
        position: relative;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .template-object #wrapper > #viewobject { padding-bottom:0.75rem; }
    #viewobject .box.description { margin-top:1rem;margin-bottom:1rem; }
    #sellerInfo { display:none!important;}
}
@media screen and (max-width: 1023px) {
    .table.features td:first-child {
        width: 50%;
        padding-left: 0;
    }
}
@media screen and (max-width: 1215px) {
    #viewobject #objectBtns > * {
        margin-top: 10px;
        float: none !important;
    }
 }

/* FAQ */
.faq-item {
    border-bottom: 1px #ccc solid;
}
/*.faq-item span{
    display:inline-block;
}*/
.faq-question {
    cursor: pointer;
    padding: 1rem 0;
    white-space: nowrap;
}
    .faq-question div {
        display: inline-block;
        white-space: normal;
        vertical-align: top;
    }
    .faq-question .icon {
        display: inline-block;
        padding-top: 0.2rem;
    }
    .faq-question .minus {
        padding-top: 0.3rem;
        display: none;
    }
.faq-answer {
    padding-bottom:1rem;
    display: none;
}


/* MVC Validation */
.field-validation-error {
    color: #f14668;
}

.field-validation-valid {
    display: none;
}

.input-validation-error.input, .input-validation-error.textarea {
    border-color: #f14668;
}

select.input-validation-error {
    border-color: #f14668;
}

input[type="checkbox"].input-validation-error + * {
    border: 0 none;
    color: #f14668;
}

.validation-summary-errors {
    color: #f14668;
    border: 1px #f14668 dashed;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
}

    .field-validation-error:before, .validation-summary-errors li:before {
        content: "\25AA\20";
    }

.validation-summary-valid {
    display: none;
}



/* Carousel */

.zoom-on-hover {
    position: relative;
    overflow: hidden;
}

    .zoom-on-hover .normal {
        width: 100%;
    }

    .zoom-on-hover .zoom {
        position: absolute;
        opacity: 0;
        transform-origin: top left;
    }

    .zoom-on-hover.zoomed .zoom {
        opacity: 1;
    }

    .zoom-on-hover.zoomed .normal {
        opacity: 0;
    }




/* Sidebar */

.mypages-content {
    flex-basis: 100%;
}

.sidebar-page {
    display: flex;
    /*flex-direction: column;*/
    width: 100%;
    min-height: 100%;
}

    .sidebar-page .sidebar-layout {
        display: flex;
        flex-direction: row;
        min-height: 100%;
        align-items: stretch;
        flex: 1 0 0;
    }

.b-table .table .checkbox-cell {
    width:30px;
    text-align:left !important;
    justify-content:normal !important;
}

.b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td::before {
    padding-right:0;
}

.b-table .b-checkbox.checkbox .control-label {
    padding-left: 0;
}

.b-table .b-checkbox.checkbox:not(.button) {
    margin-right: 0;
}

.b-sidebar .sidebar-content {
    background-color:transparent;
    padding-bottom: 1rem;
    height: 100%;
    margin-left: -0.75rem;
}

.menu-list .menu-header a {
    background-color: #f15525; /* Hardcoded color */
    color:#fff;
}

.menu-list li:not(:last-child) {
    border-bottom: 1px #f3f3f3 solid;
}

@media screen and (max-width: 767px) {
    .b-sidebar .sidebar-content.is-mini-mobile:not(.is-mini-expand) .menu-list li a span:nth-child(2), .b-sidebar .sidebar-content.is-mini-mobile.is-mini-expand:not(:hover) .menu-list li a span:nth-child(2) {
        display: none;
    }

    .b-sidebar .sidebar-content.is-mini-mobile:not(.is-mini-expand) .menu-list li ul, .b-sidebar .sidebar-content.is-mini-mobile.is-mini-expand:not(:hover) .menu-list li ul {
        padding-left: 0;
    }

        .b-sidebar .sidebar-content.is-mini-mobile:not(.is-mini-expand) .menu-list li ul li a, .b-sidebar .sidebar-content.is-mini-mobile.is-mini-expand:not(:hover) .menu-list li ul li a {
            display: inline-block;
        }

    .b-sidebar .sidebar-content.is-mini-mobile:not(.is-mini-expand) .menu-label:not(:last-child), .b-sidebar .sidebar-content.is-mini-mobile.is-mini-expand:not(:hover) .menu-label:not(:last-child) {
        margin-bottom: 0;
    }

    .b-sidebar .sidebar-content.is-static {
        transition:unset;
    }

    .b-sidebar .sidebar-content.is-mini-mobile.is-mini-expand:hover:not(.is-fullwidth-mobile) {
        width: auto;
    }
}

@media screen and (min-width: 768px) {
    .b-sidebar .sidebar-content.is-mini:not(.is-mini-expand) .menu-list li a span:nth-child(2), .b-sidebar .sidebar-content.is-mini.is-mini-expand:not(:hover) .menu-list li a span:nth-child(2) {
        display: none;
    }

    .b-sidebar .sidebar-content.is-mini:not(.is-mini-expand) .menu-list li ul, .b-sidebar .sidebar-content.is-mini.is-mini-expand:not(:hover) .menu-list li ul {
        padding-left: 0;
    }

        .b-sidebar .sidebar-content.is-mini:not(.is-mini-expand) .menu-list li ul li a, .b-sidebar .sidebar-content.is-mini.is-mini-expand:not(:hover) .menu-list li ul li a {
            display: inline-block;
        }

    .b-sidebar .sidebar-content.is-mini:not(.is-mini-expand) .menu-label:not(:last-child), .b-sidebar .sidebar-content.is-mini.is-mini-expand:not(:hover) .menu-label:not(:last-child) {
        margin-bottom: 0;
    }
}

.cookie-banner {
    position: fixed;
    background-color: rgba(39, 45, 49, 0.9);
    bottom: 0px;
    padding: 30px;
    width: 100%;
    z-index:100;
}

.cookie-banner .text-item {
    flex-shrink:1;
}

.cookie-banner a:hover {
    color:white;
    text-decoration:underline;
}

@media screen and (max-width: 767px) {
    .cookie-banner .text-item {
        margin:0px !important;
    }
}

@media screen and (max-width: 1023px) {
    .cookie-banner .text-item {
        font-size: 1rem !important;
    }
}