.cookie-banner {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    background-color: #f5f5f5;
    border-top: 1px solid #dadce0;
    color: #777;
    padding: 13px 0;
    font-size: 12px;
    z-index: 10000;
}

    .cookie-banner .accept a.link {
        color: #777;
        text-decoration: underline !important;
        margin-left: 25px;
    }

    .cookie-banner .accept a.button {
        font-size: 12px;
        color: #fff;
        background-color: #00bb80;
        padding: 7px 12px;
        display: inline-block;
        transition: all .25s;
    }

        .cookie-banner .accept a.button:focus {
            background-color: #01a672;
            transition: all .25s;
        }

    .cookie-banner .cb-wrapper {
        position: relative;
    }

    .cookie-banner .cookie-close a {
        color: #777;
        font-weight: bold;
    }

.module-list a.dropdown-icon-item {
    position: relative;
}

    .module-list a.dropdown-icon-item span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 15px;
        transition: all .25s;
    }

    .module-list a.dropdown-icon-item:hover span {
        text-overflow: unset;
        white-space: inherit;
        transition: all .25s;
    }

    .module-list a.dropdown-icon-item img {
        position: relative;
        height: auto;
        bottom: -5px;
        transition: all .20s;
    }

    .module-list a.dropdown-icon-item .name-wrapper {
        position: relative;
        height: 30px;
        opacity: 1;
        bottom: -5px;
        font-size: 12px;
        transition: opacity .25s;
        transition: bottom .25s;
    }

        .module-list a.dropdown-icon-item .name-wrapper br {
            display: none;
        }

    .module-list a.dropdown-icon-item:hover .name-wrapper br {
        display: block;
    }

    .module-list a.dropdown-icon-item:hover img {
        position: relative;
        bottom: 0px;
        transition: all .20s;
    }

    .module-list a.dropdown-icon-item:hover .name-wrapper {
        position: relative;
        opacity: 1;
        height: 30px;
        bottom: 0px;
        transition: opacity .25s;
        transition: bottom .25s;
    }

.module-list .module-icon-wrapper {
}

.module-list .module-icon {
    width: 53px;
    height: 53px;
    padding: 5px;
}

.dropdown-icon-item {
    padding: 9px 0;
}

.disabled-module {
    opacity: .5;
}

    .disabled-module img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

a.disabled-module {
    cursor: not-allowed;
}

    a.disabled-module:before {
        content: 'Brevemente';
        color: #ff0000;
        width: 100%;
        text-align: center;
        top: -5px;
        left: 0;
        position: absolute;
        font-size: 11px;
        line-height: 16px;
        opacity: 0;
        font-weight: 600;
        font-family: 'Source Sans Pro';
        transition: all .25s;
    }

    a.disabled-module:hover:before {
        top: 0px;
        opacity: 1;
        transition: all .25s;
    }

    a.disabled-module,
    a.disabled-module:hover {
        color: #74788d;
    }

.avatar-user {
    background-size: cover;
    background-position: center;
    background-color: #fff;
    width: 32px;
    height: 32px;
}

[data-menu=none] .main-content {
    margin-left: 0;
}

[data-layout=horizontal][data-menu=none] .page-content {
    margin-top: 25px;
}

@media (min-width: 1024.1px) {
    [data-layout=vertical][data-layout-style=detached][data-menu=none] #layout-wrapper {
        padding-left: 0;
    }

    [data-layout=vertical][data-layout-style=detached] .navbar-menu .navbar-brand-box {
        display: flex;
    }

    [data-layout=vertical][data-layout-style=detached] .topnav-hamburger {
        display: none;
    }
}


@media (max-width: 767.98px) {
    [data-menu=none] .navbar-brand-box,
    [data-menu=none] .logo span.logo-lg {
        display: block !important;
    }
}

@media (max-width: 420px) {
    [data-menu=none] .navbar-brand-box {
        padding-left: 5px;
    }
}

[data-menu=none] .navbar-menu {
    display: none;
}

.save-button-wrapper .loader {
    display: none;
}

.save-button-wrapper.loading .loader {
    display: inline-block;
}

.giae-logo.logo-lg {
    width: 175px;
    display: block;
}


#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    border-top-color: #3ab34a;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;
        border-top-color: #00a1e2;
        -webkit-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite;
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;
        border-top-color: #f18324;
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #222222;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 0.9;
}

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);

    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}


.notification-title{
    font-weight:300;
    line-height:17px;
}

.notification-subject {
    font-style: italic;
    display: block;
    color: #000;
    margin-bottom: 10px;
}

.notifications-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top,#137dbb,#3e5d72);
    opacity: 1;
    width: 100%;
    height: 100%;
}

.notifications-bg {    
    background-size: cover;
    background-position: center;
    position: relative;
}

.notification-item.not-seen{
    background-color:rgba(243,246,249,0.75);
}

.notification-item.not-seen:hover{
    color: var(--vz-dropdown-link-hover-color);
    background-color: var(--vz-dropdown-link-hover-bg);
}

.notification-avatar {    
    background-size: cover;
}




.dx-datagrid .dx-column-indicators .dx-header-filter.dx-header-filter, .dx-datagrid .dx-column-indicators .dx-header-filter.dx-sort, .dx-datagrid .dx-column-indicators .dx-sort.dx-header-filter, .dx-datagrid .dx-column-indicators .dx-sort.dx-sort {
    display: inline-block;
    font-size: 10px;
}

.page-content {
    padding: calc(70px + 1.5rem) calc(1.5rem / 2) 35px calc(1.5rem / 2);
}