.gee,
.hide,
.logout .show-af-login,
.login .show-bf-login,
.step,
.e-receipt,
.mobile .c-layout-sidebar-menu,
.modal-body .c-sidebar-menu-toggler {
    display: none;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c-layout-show-filter {
    display: none;
    position: fixed;
    right: 0px;
    cursor: pointer;
    bottom: 130px;
    z-index: 1000;
    background: #D52B1E;
    padding: 8px 8px 5px 8px;
    border-radius: 4px 0 0 4px;
    width: 54px;
    text-align: center;
}

.c-layout-show-filter > i {
    color: #FFF;
    font-size: 38px;
    font-weight: 300;
}

.c-layout-show-filter:hover {
    opacity: 0.8;
    filter: alphaopacity=80;
}

.ui-widget.ui-widget-content {
    border: none;
    background: #ddd;
    height: 10px;
    margin-top: 30px;
}
.ui-slider-horizontal .ui-slider-range {
    background: #D52B1E;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
    background: #162056;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    opacity: 0.8;
    margin-top: -5px;
}
.ui-widget-content .ui-state-focus{
    outline: none;
}

@media (min-width: 992px) {
    .modal-dialog {
        margin: 90px auto;
    }
}

@media (max-width: 991px) {
    .hidden-sm-down {
        display: none!important;
    }
    .c-layout-header {
        position: fixed;
        width: 100vw;
        z-index: 50;
        margin-top: -124px;
    }

    .c-layout-page {
        margin-top: 124px;
    }

    .c-layout-show-filter {
        display: inline-block;
    }

    .c-layout-header.c-layout-header-6 .c-quick-search > .form-control {
        width: 82vw;
    }

    .c-layout-header.c-layout-header-6 .c-navbar .c-mega-menu {
        max-height: 60vh;
    }
}

