@charset "UTF-8";

/*BEGIN BASICS*/

@font-face {
    font-family: "Saira";
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(/fonts/Saira-Light.ttf) format("truetype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
        U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Saira";
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(/fonts/Saira-Regular.ttf) format("truetype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
        U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Saira";
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(/fonts/Saira-SemiBold.ttf) format("truetype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
        U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: local("Material Icons"), local("MaterialIcons-Regular"),
        url(/fonts/MaterialIcons-Regular.ttf) format("truetype");
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}

.material-icons.infoItem {
    width: 22px;
}

html {
    font-size: 1rem;
}

body {
    overflow-x: hidden;
    font-family: "Saira", Helvetica, Arial, sans-serif;
}

@media (min-width: 1200px) {
    .container {
        min-width: 1200px;
    }
}

.content {
    position: relative;
}

.content,
.content textarea,
.content input,
.emojionearea,
.emojionearea.form-control.input-emoji {
    font-size: 1rem;
}

@media (max-width: 768px) {
    .fullwidth-on-mobile {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .hide-xs {
        display: none !important;
    }
}

.hide-xs {
    display: block;
}

@media (min-width: 768px) and (max-width: 992px) {
    .hide-sm {
        display: none !important;
    }
}

.hide-sm {
    display: block;
}

.dropdown-menu,
.navbar,
textarea,
input {
    font-size: 1rem;
}

.navbar {
    box-shadow: 0 25.6px 57.6px 0 rgba(0, 0, 0, 0.22),
        0 4.8px 14.4px 0 rgba(0, 0, 0, 0.18);
}

.section .subsection {
    margin: 0;
    padding-top: 30px;
}

.section {
    padding-top: 25px;
    padding-bottom: 25px;
}

.section .section-title {
    font-size: 1rem;
}

.section .section-content {
    font-size: 1rem;
}

.section .section-content-no-padding {
    padding-left: 0;
}

.section h1 {
    font-weight: normal;
    font-size: 2rem;
    margin-bottom: 30px;
    margin-top: 0px !important;
}

.section.card > .section-title > h1 {
    margin-left: 15px;
    margin-right: 15px;
}

.card > .row {
    margin: 0;
}

.section h2 {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 30px;
    margin-top: 0px !important;
}

.section .text-lide {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 1.2rem;
}

/*Spaces and so on*/

.no-margin-top {
    margin-top: 0 !important;
}

.margin-bottom-normal {
    margin-bottom: 30px;
}

.fillClass {
    height: 100%;
    width: 100%;
}

.float-right {
    float: right;
}

.btn-group-vertical {
    display: block !important;
}

/*TEXTS*/

.permision-text-container {
    margin-top: 5px;
}

.permision-text {
    font-size: 1.3rem;
    color: gray;
}

.text-small {
    font-size: 0.8rem;
}

.text-block {
    display: block;
}

/* BEGIN Text-Wrap Per Lintext-wrap-per-lineses */

@supports not (-webkit-line-clamp: 4) {
    .text-slice-per-lines:after {
        content: "";
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 70%;
        height: 1.1em;
    }
}

.text-slice-per-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 24px;
    max-height: 96px;
    position: relative;
}

.text-slice-per-char-count .text-slice-per-char-count-link {
    cursor: pointer;
}

.text-small-title {
    font-size: 1rem;
    vertical-align: middle;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .text-small-title {
        display: block;
        line-height: 2.4;
    }
    .section-title-with-small-title h1 {
        margin-bottom: 10px !important;
    }
}

.no-wrap {
    white-space: nowrap;
}

/*Icons*/

i.material-icons,
span.material-icons,
div.material-icons {
    vertical-align: top;
    font-size: 1.3em;
    padding-top: 2px;
}

small.material-icons,
small .material-icons,
.text-small.material-icons,
.text-small .material-icons {
    vertical-align: middle;
    font-size: 1em;
}

i.material-icons.material-icons-location,
span.material-icons.material-icons-location,
div.material-icons.material-icons-location {
    font-size: 35px;
    vertical-align: middle;
}

i.material-icons.material-icons-location.material-icons-location-large,
span.material-icons.material-icons-location.material-icons-location-large,
div.material-icons.material-icons-location.material-icons-location-large {
    font-size: 45px;
    vertical-align: top;
}

/*INPUTS*/

.input-emoji {
    overflow: visible !important;
}

input:checked + .toggleSlider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/*BUTTONS*/

.btn,
.ol-control > button {
    font-size: 1rem;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.btn:hover,
.btn:active,
.ol-control > button:hover,
.ol-control > button:active {
    box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132),
        0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.btn.btn-search-box {
    width: 100%;
    max-width: 300px;
    margin: 5px 0px;
    height: 35px;
}

.btn-xs {
    /* TODO AFTER THE UPDATE, INSCREASE TO 0.8 */
    font-size: 0.7rem;
}

.clickable {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

/*Symbol*/

.symbol-img {
    width: 90%;
    height: 90%;
}

.card {
    border-radius: 6px;
}

.card-hover {
    padding: 10px;
}

.card-hover:hover {
    border-radius: 6px;
    padding: 10px;
}

.card-hover-seperator {
    border-bottom: 1px solid lightgray;
    margin-left: 5px;
    margin-right: 5px;
}

.row.card,
.section.card {
    margin: 25px 0;
    padding: 30px 15px;
}

#projectMapContainer {
    margin: 0 auto;
    padding: 0;
}

#projectMapContainer > .map-container {
    margin: 0 auto;
    padding: 0;
}

.info-table .material-icons {
    margin-right: 10px;
}

@media (max-width: 502px) {
    .info-table .btn-pubinplan {
        margin: 10px auto 0 auto;
    }
}

.symbol {
    padding: 5px;
    width: 35px;
    height: 35px;
    margin-right: 5px;
    margin-left: -5px;
    border-radius: 3px;
}

.symbol-large {
    padding: 5px;
    width: 55px;
    height: 55px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 3px;
}

.materialIconInline {
    vertical-align: middle;
    font-size: 1em;
}

/*Modal*/

.modal {
    z-index: 2000;
}

.modal-backdrop {
    z-index: 9999;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: rgba(100, 100, 100, 0.85);
}

.modal-backdrop.in {
    opacity: 0.8;
}

/*Only for XS Devices */

@media (min-width: 768px) {
    .affix-top {
        top: -50px;
    }
    .frontpage-card .margin-bottom-normal {
        margin-bottom: 0;
    }
}

/*Carousel*/

.affix {
    top: 0px;
    z-index: 10010;
}

.affix + * {
    height: 50px;
}

@media only screen and (min-width: 920px) {
    #navbar {
        display: flex !important;
        justify-content: space-between;
        padding: 0 1rem !important;
        flex-wrap: nowrap;
        align-content: stretch;
    }
    
    .navbar-collapse::before,
    .navbar-collapse::after {
        display: none;
    }
    .affix-top .navbar-brand.logo-pubinplan {
        display: none;
    }
    .affix .navbar-brand.logo-pubinplan {
        display: block;
    }
}

@media only screen and (min-width: 1200px) {
    .affix .navbar-nav.slide {
        left: 30vw;
    }
}

@media only screen and (min-width: 1500px) {
    .affix .navbar-nav.slide {
        left: 36vw;
    }
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-indicators {
    bottom: 75px;
}

/*Navbar and Footer*/

.navbarGlobal {
    border-radius: 0px;
    width: 100%;
    margin-bottom: 0;
}

@media only screen and (min-width: 786px) {
    .navButtonClickEvent {
        border-bottom: 3px solid transparent;
        transition: 0.3s;
    }
    .navButtonClickEvent.active {
        border-bottom: 3px solid white;
    }
    .navButtonClickEvent:hover,
    .navButtonClickEvent:focus {
        border-bottom: 3px solid lightgray;
    }
    .navbar-nav > li > a {
        padding-bottom: 12px;
    }
    .navigationContainer {
        margin-left: 0.1rem;
        margin-right: 1rem;
    }
}

.headerFooterColor .navbar-nav > li > a:hover,
footer a:hover,
footer a:focus {
    color: white !important;
}

.headerFooterColor {
    border-style: none;
}

.centerCropBackground {
    background-position: 0px 0px;
}

.headerParallaxPicture {
    background-image: url("/img/banner/smallbanner.jpg");
    height: 250px;
    background-size: cover;
}

.headerOverlay,
.secondaryHeaderOverlay {
    width: 100%;
}

.headerOverlay {
    min-height: 100px;
    position: absolute;
    height: 20%;
}

.secondaryHeaderOverlay {
    height: 100%;
    position: absolute;
    top: 0%;
}

.overlaySpan {
    position: absolute;
    top: 40%;
    font-size: 1rem;
}

.overlaySlogan {
    font-size: 1.5rem;
    width: 450px;
    padding-left: 10%;
}

.overlayProjectName {
    font-size: 300%;
    padding-left: 10%;
    line-height: 80%;
}

.footerStyle {
    margin-top: 50px;
    width: 100%;
    overflow: auto;
    box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132),
        0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108);
    -webkit-box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132),
        0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108);
}

.footerMargin {
    margin: 8% 5% 0px 5%;
}

.footerSubHeadline {
    font-weight: bold;
}

.footerSubStyle,
.footerSubStyle * {
    font-size: 0.9rem;
}

.footerSubStyle li,
.footerSubStyle li a {
    display: block;
    text-decoration: none;
    transition: 0.4s;
    margin: 5px;
}

.footerSubStyle li a:hover {
    text-decoration: underline;
    transition: 0.4s;
}

.footerSideMap {
    text-align: center;
    margin: 20px 0 0 0;
    font-size: 1rem;
}

.footerSideMapItem {
    margin-top: 10px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footerOverflowHidden {
    white-space: normal;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footerLogo {
    background-color: white;
    display: block;
    margin: auto;
    width: 65%;
    padding: 5px;
    border-radius: 3px;
}

.footerBar {
    width: 100%;
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 5px;
}

.footerSubBox {
    height: 175px;
    z-index: 1;
    cursor: pointer;
    box-shadow: 0px -2px 12px -2px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px -2px 12px -2px rgba(0, 0, 0, 0.75);
}

@media screen and (min-width: 992px) {
    .footerSubBox h2 {
        position: absolute;
        bottom: 10px;
        left: 20px;
        text-shadow: rgba(0, 0, 0, 0.14);
        transition: 0.5s;
    }
    .footerSubBox:hover h2,
    .footerSubBox:focus h2 {
        position: aboslute;
        bottom: 100px;
        left: 20px;
        transition: 0.5s;
    }
    .footerSubBox p {
        position: absolute;
        opacity: 0;
        transition: 0.5s;
        bottom: 10px;
        left: 20px;
        margin-right: 10px;
        font-size: 1rem;
    }
    .footerSubBox:hover p,
    .footerSubBox:focus p {
        position: absolute;
        opacity: 1;
        transition: 0.5s;
        transition-delay: 0.1s;
        bottom: 10px;
        left: 20px;
        margin-right: 10px;
    }
    .footerSeperator {
        border-top: none !important;
        border-left: none !important;
        border-bottom: none !important;
    }
}

@media screen and (max-width: 991px) {
    .footerSubBox {
        height: 125px;
    }
    .footerSubBox h2 {
        position: absolute;
        bottom: 30%;
        left: 5%;
        text-shadow: rgba(0, 0, 0, 0.14);
    }
    .footerSubBox p {
        position: absolute;
        opacity: 1;
        top: 20%;
        left: 55%;
        margin-right: 5%;
        font-size: 1rem;
        overflow: hidden;
    }
    .footerMargin {
        margin: 5% 5% 5% 5% !important;
    }
    .footerSeperator {
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        min-height: 150px !important;
    }
    .footerSideMapItem {
        padding-inline-start: 0px !important;
    }
}

.footerSubBox0 {
    background-color: var(--color-category-0);
}

.footerSubBox1 {
    background-color: var(--color-category-1);
}

.footerSubBox2 {
    background-color: var(--color-category-2);
}

.footerSubBox3 {
    background-color: var(--color-category-3);
}

.footerSubBox4 {
    background-color: var(--color-category-4);
}

.footerSubBox.col-md-4 {
    box-shadow: none;
    z-index: 0;
    -webkit-box-shadow: none;
}

.footerCounter {
    font-size: 1.4rem;
}

.mobileNavButton {
    border-style: none;
}

.secondaryHeader {
    height: 250px;
    width: 100%;
    position: relative;
}

.noMarginPadding {
    margin: 0px;
    padding: 0px;
}

.loginButton {
    cursor: pointer;
}

.loginFieldHyperlink {
    height: 35px;
    line-height: 35px;
    font-size: 120%;
}

.userDropdownLi {
    padding: 5px 0 5px;
}

@media (min-width: 992px) {
    .alertContainer {
        z-index: 99999;
        left: 20px;
        width: 400px;
        min-height: 60px;
        font-size: 1rem;
        position: fixed;
        bottom: -100px;
        text-align: center;
        border-radius: 4px;
    }
    .alert {
        border-left: 6px solid;
        margin: 0;
        height: 100%;
        background-color: white;
        box-shadow: 0px 0px 2px 1px lightgray;
        margin-bottom: 5px;
    }
}

@media (max-width: 991px) {
    .alertContainer {
        z-index: 99999;
        top: -100px;
        width: 100%;
        min-height: 50px;
        position: fixed;
        text-align: center;
        border-radius: 4px;
    }
    .alert {
        border-left: 6px solid;
        margin: 0;
        height: 100%;
        background-color: white;
        box-shadow: 0px 0px 2px 1px lightgray;
    }
}

.footerSpace {
    height: 25px;
}

.footerSeperator {
    min-height: 200px;
    margin: 0 auto;
}

.noBorderRadius {
    border-radius: 0px;
}

.blockUI {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10001;
    display: none;
}

.blockUIBackground {
    height: 100vh;
    width: 100vw;
    position: fixed;
    backdrop-filter: grayscale(100%);
    background-color: rgba(237, 237, 237, 0.95);
}

.blockUI > .spinner {
    margin: calc(50vh - 60px) auto 0;
}

.spinner {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: calc(50vh - 60px) auto 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#progressBar {
    position: relative;
    top: 50px;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    height: 30px;
}

#progressBarProgress {
    position: absolute;
    width: 1%;
    height: 100%;
}

/* Toggle Switch*/

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    top: 15px;
}

/* Hide default HTML checkbox */

.switch input {
    display: none;
}

.switch > input[type="checkbox"]:disabled + .slider {
    background: #eeeeee;
    cursor: no-drop;
}

/* The slider */

.toggleSlider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.toggleSlider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

/* Rounded sliders */

.toggleSlider.round {
    border-radius: 34px;
}

.toggleSlider.round:before {
    border-radius: 50%;
}

/*Image Popup*/

.imagepopup {
    z-index: 10000;
    vertical-align: middle;
    text-align: center;
}

.imagepopup img {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    max-width: 100vw;
    object-fit: contain;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
}

.imagePopupInfo {
    position: fixed;
    bottom: 0px;
    opacity: 0.5;
    color: white;
    width: 100%;
    text-align: center;
    background-color: grey;
    z-index: 10;
}

/*BEGIN ActionBar*/

.actionbar {
    width: 100%;
    display: table;
}

.actionbar-left,
.actionbar-right,
.actionbar-white-space {
    padding: 0;
}

.actionbar-left {
    display: table-cell;
    vertical-align: middle;
    width: 1px;
    white-space: nowrap;
}

.actionbar-white-space {
    display: table-cell;
    width: auto;
}

.actionbar-right {
    display: table-cell;
    width: 1px;
    vertical-align: middle;
    white-space: nowrap;
}

.actionbar-left .actionbar-left-item,
.actionbar-right .actionbar-right-item {
    display: inline-block;
}

.tile-content-action-button {
    display: inline;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
}

.tile-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background-color: rgba(200, 200, 200, 0.4);
    z-index: 1;
    display: flex;
    padding-top: 16%;
    justify-content: center;
    cursor: not-allowed;
}

.project-locked-icon {
    font-size: 3.5rem !important;
    filter: drop-shadow(3px 1px 7px rgba(0,0,0,0.13));
}

/*END ActionBar*/

/*Scroll to Top*/

.scroll-to-top {
    position: fixed;
    bottom: 14px;
    right: 14px;
    border-radius: 6px;
    background-color: black;
    opacity: 0.75;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    padding: 0;
    z-index: 9999;
}

.scroll-to-top:hover {
    opacity: 1;
}

.scroll-to-top i {
    color: white;
    font-size: 30px;
    margin: 0;
    padding: 0;
}

.cookieConsent {
    font-size: 1rem;
    box-shadow: 0 0 14px -2px #888;
    -webkit-box-shadow: 0 0 14px -2px #888;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 5%;
    margin-bottom: 5%;
}

.cookieConsent > .container {
    text-align: center;
}

/* BEGIN Fixed Scrollbar  */

.sidebar .sidebar-title {
    margin-bottom: 29px !important;
    margin-top: 10px !important;
}

.sidebar .sidebar-content {
    margin-bottom: 20px;
}

.sidebar .sidebar-content,
.sidebar .sidebar-content a {
    color: black;
}

.sidebar .sidebar-content .sidebar-nav {
    background-color: white;
    border-radius: 6px;
}

.sidebar.sidebar-undockable .sidebar-content {
    transition: top 3s linear;
    transition-timing-function: linear;
}

/* END Fixed Scrollbar  */

.btn-center {
    margin: auto;
    text-align: center;
    padding-top: 5px;
}

.loading-spinner {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.loading-spinner div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--color-category-0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.loading-spinner div:nth-child(1) {
    left: 8px;
    animation: loading-spinner1 0.6s infinite;
}

.loading-spinner div:nth-child(2) {
    left: 8px;
    animation: loading-spinner2 0.6s infinite;
}

.loading-spinner div:nth-child(3) {
    left: 32px;
    animation: loading-spinner2 0.6s infinite;
}

.loading-spinner div:nth-child(4) {
    left: 56px;
    animation: loading-spinner3 0.6s infinite;
}

@keyframes loading-spinner1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes loading-spinner3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes loading-spinner2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.no-border {
    border-top: none !important;
    border-bottom: none !important;
}

.seperator {
    padding-top: 10px !important;
    border-bottom: 1px solid lightgray;
    margin-bottom: 10px !important;
}

.loginPanel {
    margin: 0px auto;
    margin-bottom: 50px;
    max-width: 500px;
    padding: 20px;
}

.registerPanel {
    margin: 0px auto;
    margin-bottom: 50px;
    max-width: 500px;
    padding: 20px;
}

.loginPanel.card,
.registerPanel.card {
    box-shadow: 0 25.6px 57.6px 0 rgba(0, 0, 0, 0.22),
        0 4.8px 14.4px 0 rgba(0, 0, 0, 0.18);
}

.loginPanel h1,
.registerPanel h1 {
    text-align: center;
}

.loginPanelInner,
.registerPanelInner {
    padding: 20px;
}

#navigationSecondary {
    position: fixed;
    z-index: 2;
}

.simpleLayoutContentContainer {
    height: calc(100% - 90px);
    top: 50px;
    width: 100%;
    background-image: url("/img/banner/newLoginBackground.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    background-position: 50% 0;
}

.simpleLayoutContentContainerAcrylic {
    height: calc(100% - 90px);
    top: 50px;
    width: 100%;
    position: fixed;
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    background-color: rgba(255, 255, 255, 0.72);
}

.simpleLayoutContentContainerInner .loginPanel {
    margin-top: calc(8% + 50px);
}

.simpleLayoutContentContainerInner .registerPanel {
    margin-top: calc(5% + 50px);
    margin-bottom: 20%;
}

@media (min-width: 768px) {
    .simpleLayoutContentContainerInner .registerPanel {
        margin-bottom: 0;
    }
    #navbarSimpleLayout {
        position: fixed;
        left: calc(50% - 225px);
    }
}

.cookieContainerSimple {
    margin: 0px auto;
    margin-bottom: 50px;
    max-width: 500px;
    padding: 20px;
}

.badge-notify {
    background: red;
    position: relative;
    top: -10px;
    right: -30px;
    font-size: 0.6rem;
}

.notification-container {
    position: relative;
    float: right;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.notification-container > ul {
    list-style: none;
    margin-right: 5px;
}

.notification-container > ul:hover {
    background: none;
}

.notification-container-xs {
    padding-top: 4px;
}

.notification-dropdown {
    width: 400px;
    min-height: 200px;
    max-height: 500px;
    border-radius: 4px !important;
    overflow-y: hidden;
    padding-top: 0px !important;
}

@media (max-width: 768px) {
    .notification-dropdown {
        position: fixed;
        top: 46px;
        width: 98vw;
        height: 50vh;
        left: 1vw;
    }
}

.notification-dropdown > * {
    color: black;
}

.notification-header {
    color: white;
    position: absolute;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid lightgray;
    padding-top: 12px;
}

.notification-header > span {
    padding-right: 12px;
    cursor: help;
}

.notification-body {
    margin-top: 50px;
    max-height: 450px;
    overflow-y: scroll;
}

.notification-item {
    padding: 8px;
    border-bottom: 1px solid lightgray;
}

.notification-item {
    background-color: #eeeeee;
}

.notification-item:hover {
    background-color: lightgrey;
    cursor: pointer;
}

.notification-item > div > h4 {
    font-weight: bold;
}

.notification-unread {
    background-color: white;
}

.notification-permision-text {
    font-size: 1rem;
}

.notification-new-indicator {
    font-size: 0.8rem;
    color: gray;
}

.margin-top-bot-5 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.badge.tip {
    cursor: help;
}

.badge {
    max-height: 20px;
}

.rightsLabel {
    font-weight: normal;
    margin-left: 4px;
}

.rights-icons span.material-icons {
    font-size: 1.4em;
    padding-top: 0;
}

.slider {
    width: 100% !important;
    margin-left: 2% !important;
    margin-top: 10px !important;
    margin-bottom: 40px !important;
}

.slider-tick {
    width: 5px !important;
    height: 20px !important;
    border-radius: 0 !important;
    margin-left: -2px !important;
}

.slider-wrapper {
    width: 90%;
    padding-left: 5%;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    white-space: pre-wrap;
    vertical-align: top;
}

.label-as-badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
    max-height: 20px;
}