﻿/* ======================================== BASE STYLES - Mobile First Approach ======================================== */
/* Body & Wrapper */
body, #wrapper { background-color: var(--mag-page-bg-color); }
body.fixed-left-void { min-height: 1000px; }
/* Site Body */
.siteBody { min-height: calc(100vh - 200px); }
.content-width { max-width: unset; }
/* ======================================== TYPOGRAPHY & FONTS ======================================== */
@font-face { font-family: 'Material-Design-Iconic-Font'; src: url('/_assets/css/setup/fonts/Material-Design-Iconic-Font.woff2?v=2.2.0') format('woff2'), url('/_assets/css/setup/fonts/Material-Design-Iconic-Font.woff?v=2.2.0') format('woff'), url('/_assets/css/setup/fonts/Material-Design-Iconic-Font.ttf?v=2.2.0') format('truetype'); font-weight: normal; font-style: normal; }
/* ======================================== COMPONENT OVERRIDES ======================================== */
.thContents .title { text-transform: uppercase; }
.thContents .subTitle { font-size: 1.3em; }
.thContents .mag-icon { font-size: 42px; margin-top: 0; }
/* System Instance Type Badge */
.sys-instace-type { background-color: #e02424; padding: 4px 8px; color: #fff; display: inline-flex; align-items: center; position: relative; margin-left: 15px; border-radius: var(--mag-border-radius); max-width: 250px; font-size: smaller; }
.sys-instance-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; flex-grow: 1; }
/* ======================================== HEADER / TOPBAR ======================================== */
.topbar { left: 0; position: fixed; right: 0; top: 0; z-index: 1001; }
.topbar .navbar-default { border: 0; border-bottom: 1px solid var(--mag-element-border-color); background: var(--mag-header-bg-color); border-radius: 0; margin-bottom: 0; height: 70px; }
.topbar .navbar-default .badge { position: absolute; top: 12px; right: 7px; }
.navbar-nav { margin: 0; }
/* Topbar Left - Logo Area */
.topbar .topbar-left { float: left; position: relative; width: 240px; line-height: 70px; display: inline-block; z-index: 1; }
.topbar .topbar-left-sm { width: 180px; }
/* Logo Container */
.topbar .logo { width: 100%; height: 70px !important; margin: 0; position: relative; display: flex; align-items: center; justify-content: start; gap: 0; }
.topbar .logo .button-menu-mobile { margin-right: 0; }
.topbar .logo .menu-favicon { margin-left: 0; margin-right: 10px; }
.topbar .logo .site-logo-img { width: auto; max-height: 100%; max-width: 210px; vertical-align: middle; margin: auto 0 auto 15px; }
.topbar .logo .site-logo-img img { max-height: 50px; }
/* Logo & Favicon Visibility - Default (Desktop) */
.site-logo-img { display: block; }
.menu-favicon { display: none; }
.logo .menu-favicon { display: none; }
#wrapper .topbar .topbar-left .menu-favicon { max-width: 40px; }
#wrapper .topbar-left .logo a img { display: inline-block; }
#wrapper .topbar .topbar-left .logo .menu-favicon { opacity: 1; position: relative; }
/* Enlarged State Logo Handling */
#wrapper.enlarged .site-logo-img { display: none; }
#wrapper.enlarged .logo-sm { display: block; }
#wrapper.enlarged .topbar .topbar-left .logo span { display: none; opacity: 0; }
#wrapper.enlarged .topbar .topbar-left .logo .menu-favicon { display: block; line-height: 60px; }
.has-tabs #wrapper.enlarged .topbar-left .logo .menu-favicon { display: block; }
/* Burger Menu Button */
.button-menu-mobile { background: transparent; border: none; color: var(--mag-header-text-color); opacity: 0.6; font-size: 21px; padding: 0 15px; line-height: 60px; display: none; }
.button-menu-mobile .glyphicon-show-lines, .mag-search-icon .global-search-icon { -webkit-font-smoothing: unset; }
.button-menu-mobile:hover { opacity: 1; }
.button-menu-mobil:active, .button-menu-mobil:hover { border: none; }
/* Top Right Items */
.top-right-items { padding-right: 15px; margin-top: 19px; display: flex; align-items: center; }
.top-right-items .user-img { position: relative; }
.top-right-items .user-status { height: 12px; width: 12px; position: absolute; bottom: 8px; right: 15px; line-height: 0 !important; }
.top-right-items .user-status i { font-size: 12px !important; }
.top-right-items .user-status.away i { color: #fbca35; }
.top-right-items .user-status.offline i { color: #e96154; }
.top-right-items .user-status.online i { color: #3ec845; }
.top-right-items .user-status.busy i { color: #9a9da0; }
.top-right-items .btn-mag-lang-picker .btn { text-transform: uppercase; padding: 3px 6px; }
.top-right-items .signin-link, .top-right-items .signup-link { color: var(--mag-header-text-color); opacity: 0.8; }
.top-right-items .signin-link:hover, .top-right-items .signup-link:hover, .top-right-items .signin-link:focus, .top-right-items .signup-link:focus { opacity: 1; text-decoration: none; }
.btn-mag-lang-picker.open > a, .btn-mag-lang-picker.open > a:hover, .btn-mag-lang-picker.open > a:focus { background: transparent; }
.profile img { border: 2px solid var(--mag-element-border-color); height: 36px; width: 36px; }
.btn-user-menu.open > .userinfo-popover-link:hover, .btn-user-menu.open > .userinfo-popover-link:focus, .btn-user-menu.open > .userinfo-popover-link { background-color: transparent !important; }
.position-absolute.top-menu { right: 15px; top: -10px; }
.back-to-application { color: #c9c9c9; padding-left: 10px; }
.back-to-application:hover { color: white; }
.no-tabs-visible .navbar-menu-button { display: none; }
/* ======================================== SIDEBAR / NAVIGATION ======================================== */
/* Side Menu Base */
.side-menu { background-color: var(--mag-nav-bg-color); bottom: 0; top: 0; width: 240px; z-index: 2; }
.side-menu.left { position: absolute; top: 60px; border-right: 1px solid var(--mag-element-border-color); }
body.fixed-left .side-menu.left { bottom: 50px; height: 100%; margin-bottom: -70px; margin-top: 0; padding-bottom: 70px; position: fixed; z-index: 1000; border-right: 1px solid var(--mag-element-border-color); }
.sidebar-inner { height: 100%; }
.side-menu, .sidebar-inner, #sidebar-menu { background: var(--mag-nav-bg-color); }
.no-tabs-visible .left.side-menu { display: none; }
/* Sidebar Menu Structure */
#sidebar-menu, #sidebar-menu ul, #sidebar-menu li, #sidebar-menu a { border: 0; font-weight: normal; line-height: 1; list-style: none; margin: 0; padding: 0; position: relative; text-decoration: none; }
#sidebar-menu { padding-bottom: 30px; padding-top: 15px; width: 100%; }
#sidebar-menu a { line-height: 1.3; }
#sidebar-menu .label { margin-top: 2px; }
#sidebar-menu .menuItem-icon-and-name, #sidebar-menu .folder-dropdown-sub-menuitem { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
/* Top Level Menu Items */
#sidebar-menu > ul > li > a { display: flex; align-items: center; justify-content: space-between; padding: 10px 15px; margin: 0; font-size: 15px; border-left: 0; color: var(--mag-nav-text-color); font-weight: 500; opacity: 0.7; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#sidebar-menu > ul > li > a:hover { text-decoration: none; color: var(--mag-nav-text-color); opacity: 1; }
#sidebar-menu > ul > li > a > span { vertical-align: middle; }
#sidebar-menu > ul > li > .appLink { padding-left: 15px; font-weight: bold; font-size: 15px; }
#wrapper .left.side-menu #sidebar-menu > ul > li > a:hover { background-color: var(--mag-nav-hover-bg-color) !important; background-image: none; opacity: 1; }
#sidebar-menu > ul > li > a.active { background: var(--mag-nav-active-bg-color) !important; border-left: 0; color: var(--mag-nav-text-color) !important; }
#wrapper .left.side-menu #sidebar-menu > ul > .active a { background-color: var(--mag-nav-active-bg-color); background-image: none; opacity: 1; }
/* Menu Icons */
#sidebar-menu ul li a i { display: inline-block; font-size: 20px; line-height: 20px; margin-left: 0; margin-right: 15px; text-align: center; vertical-align: middle; width: 20px; }
#sidebar-menu ul li a i.md { font-size: 18px; }
#sidebar-menu ul li > a .mag-entity-ico { width: 20px !important; height: 20px !important; margin-right: 15px; }
#sidebar-menu > ul > li > a > i.i-right { float: right; margin: 3px 0 0 0; }
.side-menu .nav > li > a i { font-size: 16px; }
/* Menu Arrows */
#sidebar-menu > ul > li > a > .glyphicon-chevron-down { transition: transform 0.15s; font-size: 0.85rem; transform: rotate(-90deg); margin: 0; }
#sidebar-menu > ul > li > a.subdrop > .glyphicon-chevron-down { transform: rotate(0deg); }
#sidebar-menu ul li .menu-arrow { -webkit-transition: -webkit-transform 0.15s; -o-transition: -o-transform 0.15s; transition: transform 0.15s; position: absolute; right: 20px; display: inline-block; font-family: 'Material-Design-Iconic-Font'; text-rendering: auto; line-height: 26px; font-size: 16px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); color: var(--mag-nav-text-color); }
#sidebar-menu ul li .menu-arrow:before { content: "\f2fb"; }
#sidebar-menu ul li a.subdrop .menu-arrow { -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
/* Menu Title */
.menu-title { padding: 12px 20px !important; letter-spacing: 0.035em; pointer-events: none; cursor: default; font-size: 13px; }
/* Nested Menu / Dropdowns */
#sidebar-menu .dropdown ul.dropdown-menu { width: 100%; border-radius: 0; z-index: 1; background: none; box-shadow: none; }
#sidebar-menu .dropdown ul.dropdown-menu > li > a > .mag-icon, #sidebar-menu .dropdown ul.dropdown-menu > li > a > img { display: none; }
#sidebar-menu .dropdown ul.dropdown-menu > li.active > a.active { opacity: 1; background: none; }
#sidebar-menu .folder-dropdown { display: flex; align-items: center; justify-content: space-between; }
#sidebar-menu ul ul li.active a { color: var(--mag-nav-text-color); }
#sidebar-menu ul ul a { color: var(--mag-nav-text-color); opacity: 0.7; }
#sidebar-menu ul ul a:hover { background-color: var(--mag-nav-hover-bg-color); }
#sidebar-menu ul ul li:hover { background-color: var(--mag-nav-hover-bg-color); }
#sidebar-menu .subdrop { color: var(--mag-nav-text-color); opacity: 0.7; }
/* ======================================== ENLARGED SIDEBAR STATE (Collapsed) ======================================== */
#wrapper.enlarged .menu-title, #wrapper.enlarged .menu-arrow { display: none !important; }
#wrapper.enlarged #sidebar-menu .label { display: none !important; }
#wrapper.enlarged .left.side-menu { width: 70px; z-index: 5; }
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li.dropdown > ul.dropdown-menu > li { background: var(--mag-nav-active-bg-color); }
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li.dropdown:hover .navigation-menu-folder-chevron { display: inline; }
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a i { margin-right: 15px !important; }
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a i.navigation-menu-folder-chevron { margin-right: 0 !important; }
#wrapper.enlarged .left.side-menu .label { position: absolute; top: 5px; left: 35px; text-indent: 0; display: block !important; padding: 0.3em 0.6em 0.2em !important; }
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li { position: relative; white-space: nowrap; max-height: 49px; }
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a { position: relative; width: 260px; background: var(--mag-nav-hover-bg-color); opacity: 1; }
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover a span:not(.caret) { display: inline; }
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a span { display: inline; padding-left: 0; }
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a.dropdown-toggle::after { display: none; padding-left: 10px; }
#wrapper.enlarged .left.side-menu .user-details { display: none; }
#wrapper.enlarged #sidebar-menu > ul > li:hover > a.open:after { display: none; }
#wrapper.enlarged #sidebar-menu > ul > li:hover > a.active:after { display: none; }
#wrapper.enlarged .tips-box { display: none; }
/* ======================================== SMALL SIDEBAR MENU ======================================== */
.side-menu-sm { width: 180px; text-align: center; }
.side-menu-sm #sidebar-menu > ul > li > a > i { display: block; font-size: 18px; line-height: 24px; width: 100%; margin: 0; }
.side-menu-sm #sidebar-menu ul ul a { padding: 10px 20px; }
.side-menu-sm + .content-page { margin-left: 180px; }
.side-menu-sm + .content-page .footer { left: 180px; }
#wrapper.enlarged .side-menu-sm { text-align: left; }
#wrapper.enlarged .side-menu-sm #sidebar-menu ul li a i { display: inline-block; font-size: 18px; line-height: 17px; margin-left: 3px; margin-right: 15px; vertical-align: middle; width: 20px; }
/* ======================================== CONTENT AREA ======================================== */
.content-page .content-area-pane { padding: 35px 15px 55px 15px; margin-top: 0; }
.has-tabs .content-page, .has-tabs .siteFooter { margin-left: 240px; }
.has-tabs #wrapper.enlarged .content-page, #wrapper.enlarged .siteFooter { margin-left: 70px; }
.public .content-page, .public .siteFooter { margin-left: 0; }
#wrapper.enlarged .footer { left: 70px; }
.has-tabs #wrapper.enlarged .topbar .topbar-left { width: 70px; }
/* ======================================== FOOTER ======================================== */
.siteFooter { overflow: hidden; padding: 15px; border-top: 1px solid var(--mag-element-border-color); }
.siteFooter .site-footer .footerTabs { display: none; }
.siteFooter .site-footer a { text-decoration: none; }
.siteFooter .site-footer a:hover { text-decoration: underline; }
.siteFooter .siteFooter-flexBox { gap: 5rem; }
.siteFooter-flexBox .site-footer .footerLinks-actions, .siteFooter-flexBox .site-footer .copyright, .siteFooter-flexBox .site-footer .poweredby { text-align: left; }
.public .site-footer .footerLinks-actions { margin-top: 0; }
.site-footer .copyright { margin-top: 5px; }
.siteFooter .social-media-links a i { opacity: 0.8; }
.siteFooter .social-media-links a:hover i, .siteFooter .social-media-links a:focus i { opacity: 1; }
/* ======================================== RIGHT SIDEBAR ======================================== */
.side-bar { -moz-transition: all 200ms ease-out; -webkit-transition: all 200ms ease-out; background-color: #ffffff; box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02); display: block; float: left; height: 100%; position: fixed; transition: all 200ms ease-out; width: 240px; }
.side-bar.right-bar { float: right !important; right: -266px; top: 0; }
.right-bar { background: #ffffff !important; z-index: 9999 !important; }
.right-bar h4 { border-bottom: 1px solid rgba(154, 157, 160, 0.5); padding: 4px 10px 10px 18px; text-transform: uppercase; font-size: 14px; font-weight: 600; letter-spacing: 0.03em; }
.right-bar .right-bar-toggle { float: right; line-height: 46px; font-size: 20px; color: #333; padding: 0 10px; }
#wrapper.right-bar-enabled .right-bar { right: 0; }
#wrapper.right-bar-enabled .left-layout { left: 0; }
/* ======================================== WAVES EFFECT ======================================== */
.waves-effect { position: relative; cursor: pointer; display: inline-block; overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; vertical-align: middle; z-index: 1; will-change: opacity, transform; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.waves-effect .waves-ripple { position: absolute; border-radius: 50%; width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; opacity: 0; background: rgba(0, 0, 0, 0.2); -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out; -o-transition: all 0.7s ease-out; -ms-transition: all 0.7s ease-out; transition: all 0.7s ease-out; -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -o-transition-property: -o-transform, opacity; transition-property: transform, opacity; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); pointer-events: none; }
.waves-effect.waves-light .waves-ripple { background: var(--mag-primary-color); filter: opacity(45%); }
/* ======================================== TIPS BOX ======================================== */
.tips-box .portlet { -webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.05); }
/* ======================================== STICKY CONTAINERS ======================================== */
.mag-sticky-container.sticky { width: calc(100% - 240px); margin-left: 240px; z-index: 4; }
#wrapper.enlarged .mag-sticky-container.sticky { width: calc(100% - 70px); margin-left: 70px; }
#mp_listing_main_container #wide-div.item-sticky { width: calc(100% - 240px); margin-left: 240px; z-index: 4; }
#wrapper.enlarged #mp_listing_main_container #wide-div.item-sticky { width: calc(100% - 70px); margin-left: 70px; }
#mp_listing_main_container #wide-div.item-sticky #mag-mp-sticky-container { padding-left: 40px; padding-right: 40px; }
/* ======================================== ANIMATIONS ======================================== */
@-moz-keyframes pulse {
    0% { -moz-transform: scale(0); opacity: 0.0; }
    25% { -moz-transform: scale(0); opacity: 0.1; }
    50% { -moz-transform: scale(0.1); opacity: 0.3; }
    75% { -moz-transform: scale(0.5); opacity: 0.5; }
    100% { -moz-transform: scale(1); opacity: 0.0; }
}

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(0); opacity: 0.0; }
    25% { -webkit-transform: scale(0); opacity: 0.1; }
    50% { -webkit-transform: scale(0.1); opacity: 0.3; }
    75% { -webkit-transform: scale(0.5); opacity: 0.5; }
    100% { -webkit-transform: scale(1); opacity: 0.0; }
}
/* ======================================== MEDIA QUERIES - LARGE SCREENS (≥1200px) ======================================== */
@media (min-width: 1200px) {
    .container-alt { width: 1170px; }
}
/* ======================================== MEDIA QUERIES - MIN 998px ======================================== */
@media (min-width: 998px) {
    .siteFooter { padding: 25px; }
}
/* ======================================== MEDIA QUERIES - MEDIUM SCREENS (≥992px) ======================================== */
@media (min-width: 992px) {
    .container-alt { width: 970px; }
}
/* ======================================== MEDIA QUERIES - TABLETS & UP (≥768px) ======================================== */
@media (min-width: 768px) {
    .has-tabs .content-page .content-area-pane { padding-left: 25px; padding-right: 25px; }
    .container-alt { width: 750px; }
    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover { border-bottom-color: #f5f5f5; }
    /* Hide topbar-left when logos are empty */
    .has-tabs #wrapper.enlarged .topbar .topbar-left:has(.menu-favicon[data-empty="true"]), #wrapper:not(.enlarged) .topbar .topbar-left:has(.site-logo-img > img[data-empty="true"]) { width: 0 !important; }
    /* ======================================== DISABLE ENLARGED STATE ON LARGE SCREENS Keep sidebar in normal state on desktop Force click-based dropdown behavior ======================================== */ /* Override enlarged state - keep sidebar at full width */
    #wrapper.enlarged .left.side-menu { width: 240px !important; }
    /* Keep all menu text visible */
    #wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a span { display: inline-block !important; }
    /* Keep menu arrows visible */
    #wrapper.enlarged .menu-arrow { display: inline-block !important; }
    /* Keep menu title visible */
    #wrapper.enlarged .menu-title { display: block !important; }
    /* CRITICAL: Prevent hover from showing dropdowns */
    #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul { display: none !important; }
    #wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover > ul { display: none !important; }
    /* Prevent menu item width expansion on hover */
    #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a { width: auto !important; }
    /* Keep normal padding */
    #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a { padding: 7px 15px !important; }
    /* Keep content margin for full sidebar */
    .has-tabs #wrapper.enlarged .content-page, #wrapper.enlarged .siteFooter { margin-left: 240px !important; }
    /* Keep topbar width for full logo */
    #wrapper.enlarged .topbar .topbar-left { width: 240px !important; }
    /* Keep full logo visible, hide favicon */
    #wrapper.enlarged .site-logo-img { display: block !important; }
    #wrapper.enlarged .menu-favicon { display: none !important; }
    /* Keep dropdown arrows visible */
    #wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a.dropdown-toggle::after { display: inline-block !important; }
    /* Keep labels visible */
    #wrapper.enlarged #sidebar-menu .label { display: inline-block !important; }
    /* Prevent burger button from working on large screens */
    .button-menu-mobile { display: none !important; pointer-events: none; }
    /* Fix ellipsis on menu items */
    #wrapper.smoothness-theme.forced #sidebar-menu > ul > li > a { overflow: visible !important; text-overflow: clip !important; white-space: normal !important; }
    #wrapper.smoothness-theme.forced #sidebar-menu .menuItem-icon-and-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}

@media (min-width: 768px) and (max-width: 991px) {
    body { overflow-x: hidden; }
}
/* ======================================== MEDIA QUERIES - MAX 1250px ======================================== */
@media (max-width: 1250px) {
    .siteFooter .siteFooter-flexBox { gap: 1.25rem; flex-direction: column; }
}
/* ======================================== MEDIA QUERIES - MAX 991px ======================================== */
@media (max-width: 991px) {
    .sys-instace-type { display: none; }
    .siteFooter .siteFooter-flexBox { gap: 1.25rem; flex-direction: column; }
}
/* ======================================== MEDIA QUERIES - SMALL SCREENS (<768px) ======================================== */
@media (max-width: 767px) {
    body { overflow-x: hidden; }
    .enlarged .left.side-menu { margin-left: -75px; }
    /* Show burger button on small screens */
    .button-menu-mobile { display: inline-block !important; pointer-events: auto; }
    /* Hide full logo, show favicon on small screens */
    .logo .site-logo-img, .back-to-application { display: none !important; }
    .menu-favicon { display: inline-block !important; line-height: 60px; margin-left: 10px; }
    .topbar .logo .site-logo-img { margin-left: 0; }
    .navbar-nav { margin: 0; display: inline-block; }
    .navbar-nav li { display: inline-block; line-height: 1em; }
    .navbar-nav.navbar-right { float: right; }
    .notification-box { display: inline; }
    .notification-box ul li a { line-height: 46px; }
    .notification-box .pulse { top: 5px; }
    .notification-box .dot { top: -7px; left: -3px; }
    #topnav .navbar-toggle { margin-right: 5px; }
    .navbar-nav .open .dropdown-menu { background-color: var(--mag-page-bg-color); box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); border: 1px solid var(--mag-border-element-muted-color); left: auto; position: absolute; right: 0; }
    .navbar-nav .open .dropdown-menu li { display: block; }
    .content-page, .siteFooter { margin-left: 0 !important; }
    .mobile-sidebar { left: 0; }
    .mobile-content { left: 250px; right: -250px; }
    .wrapper-page { margin: 0 20px; }
    .dataTables_wrapper .col-xs-6 { width: 100%; text-align: left; }
    div#datatable-buttons_info { float: none; }
    .has-tabs #wrapper .topbar .topbar-left { width: 105px !important; }
    .has-tabs #wrapper .topbar-left:has(.menu-favicon[data-empty="true"]) { width: 0 !important; }
    .left.side-menu { overflow-y: auto !important; -webkit-overflow-scrolling: touch; height: auto !important; }
    .sidebar-inner.slimscrollleft { overflow-y: auto !important; -webkit-overflow-scrolling: touch; }
}
/* ======================================== MEDIA QUERIES - MAX 480px ======================================== */
@media (max-width: 480px) {
    .side-menu { z-index: 20 !important; }
    .button-menu-mobile { display: inline-block !important; }
    .search-bar { display: none !important; }
}
/* ======================================== MEDIA QUERIES - MAX 422px ======================================== */
@media (max-width: 422px) {
    .no-tabs-visible .navbar-default { height: unset; }
}
/* ======================================== MEDIA QUERIES - MAX 420px ======================================== */
@media (max-width: 420px) {
    .hide-phone { display: none !important; }
    .forced .btn-mag-lang-picker { display: none; }
    .forced.enlarged .btn-mag-lang-picker { display: inline-block; }
}
/* ======================================== MEDIA QUERIES - MAX 419px ======================================== */
@media (max-width: 419px) {
    .content-page { margin-left: 70px; }
    .ms-container { width: 100%; }
    .display-xs-none { display: none; }
    .footer ul li a { font-size: 11px; }
    .page-title { margin-bottom: 10px; }
}
/* ======================================== MEDIA QUERIES - MAX 385px ======================================== */
@media (max-width: 385px) {
    .bs3 .userBox .signin-link, .bs3 .userBox .signup-link { padding-bottom: 15px; }
}
/* ======================================== MEDIA QUERIES - MAX 369px ======================================== */
@media (max-width: 369px) {
    .topbar .topbar-left { width: 195px; }
    .topbar .logo img { max-width: 175px; }
}
/* ======================================== MEDIA QUERIES - RIGHT BAR (MIN 700px) ======================================== */
@media only screen and (max-width: 6000px) and (min-width: 700px) {
    .wrapper.right-bar-enabled .right-bar { right: 0; z-index: 99; }
}
