html, body {
    height: 100%;
}
html {
    overflow-x: auto;
    background-color: #24a5ba;
}
.body_wrapper {
    min-height: 100%;
    /*background: #24a5ba;*/
    margin: 0 auto;
    position: relative;
    width: 100%;
}
hr {
    height: 0;
    border-top: 1px solid lightgray;
    margin: 5px 15px;
}
hr {
    background-color: lightgray;
    height: 1px;
}
.grayed-item {
    color: #a2a2a2;
}
.overflow-hidden {
    overflow: hidden !important;
}
.clear {clear: both !important; height: 1px !important; margin-bottom: -1px !important; font-size: 1px;}

.columns.header-div {
    width: 100%;
    /*position: fixed;*/
    /*top: 0;*/
    z-index: 10;
    background: #028da4;
    margin: 0;
    padding: 0;
}
.header-div > div {
    margin: 0;
    padding: 0;
}
.header-elements {
    position: absolute;
    top: 15px;
    right: 20px;
    color: white;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-elements .header-signature {
    color: white;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-weight: bold;
    text-align: right;
    margin-right: 30px;
}
.header-logo-div {
    z-index: 1;
    min-height: 110px;
}
.header-logo-div a {
    display: block;
}
.logo-img {
    width: auto;
    height: 107px;
}

.columns {
    margin: 0;
    padding: 0;
}


/* Fix Admin Template Layout */
.navbar.is-fixed-top ~ * .table.has-sticky-header thead th,
.navbar.is-fixed-top ~ .table.has-sticky-header thead th {
    top: 0 !important;
}
aside.aside .aside-tools .logotip {
    width: 100%;
    min-height: 3.25rem;
}
aside.aside .aside-tools .logotip.dazmac-narrow {
    background: url("images/logo_dazmac_narrow.png") center center no-repeat;
    background-size: 90%;
}
aside.aside .menu-list li ul li a {
    padding: 0.5rem 0 0.5rem 0.75rem !important;
}
.menu-list a.has-error,
.menu-list a.is-active.has-error {
    color: #c71212 !important;
}


@media screen and (min-width: 1024px) {
    html.has-aside-left aside.is-placed-left {
        overflow-y: auto;
    }
}

@media screen and (max-width: 1023px) {
    .logo-img {
        width: auto;
        height: 90px !important;
    }
    .header-logo-div {
        min-height: 90px;
    }
    .header-elements {
        top: 0 !important;
    }
    .header-elements .header-signature {
        display: none !important;
    }
}
