/*
// Pandora FMS - http://pandorafms.com
// ==================================================
// Copyright (c) 2004-2023 Pandora FMS

// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; version 2

// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
#div_display {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}

#div_display::-webkit-scrollbar {
  -webkit-appearance: none;
}

#div_display::-webkit-scrollbar:vertical {
  width: 0px;
}

#div_display::-webkit-scrollbar-button:increment,
#div_display::-webkit-scrollbar-button {
  display: none;
}

#div_display::-webkit-scrollbar-thumb {
  background-color: #6c7587;
  border-radius: 2.5px;
  opacity: 0.5;
  height: 50px;
}

#div_display::-webkit-scrollbar-track {
  border-radius: 10px;
}

#div_management {
  display: none;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}

#div_management::-webkit-scrollbar {
  -webkit-appearance: none;
}

#div_management::-webkit-scrollbar:vertical {
  width: 0px;
}

#div_management::-webkit-scrollbar-button:increment,
#div_management::-webkit-scrollbar-button {
  display: none;
}

#div_management::-webkit-scrollbar-thumb {
  background-color: #6c7587;
  border-radius: 2.5px;
  opacity: 0.5;
  height: 50px;
}

#div_management::-webkit-scrollbar-track {
  border-radius: 10px;
}

.operation li,
.godmode li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.operation > li.menu_icon.no_hidden_menu,
.godmode > li.menu_icon.no_hidden_menu {
  justify-content: flex-end;
}

#menu_full.menu_full_classic .operation .menu_icon ul.submenu > li,
#menu_full.menu_full_classic .godmode .menu_icon ul.submenu > li {
  padding-left: 24px !important;
  width: 97%;
}

#menu_full.menu_full_collapsed .operation .menu_icon ul.submenu > li,
#menu_full.menu_full_collapsed .godmode .menu_icon ul.submenu > li {
  padding-left: 24px !important;
  margin-left: 20px;
}

.menu {
  height: 100%;
}

.menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.menu li.selected:not(.menu-li-separator),
.menu li.not_selected:not(.menu-li-separator) {
  margin: 0;
}

.menu li a {
  text-decoration: none;
  width: 100%;
}

.menu_full li:hover ul {
  display: block;
  background-color: red;
}

.submenu_text {
  margin-left: 0px;
  width: 100%;
  font-size: 9.4pt;
  user-select: none;
}

.menu a:hover {
  text-decoration: none;
  border: 0px;
  color: var(--menu-text-first-level-color1);
}

.submenu {
  margin: 0px 0px 0px 0px;
  width: 100%;
  max-width: 260px;
}
.menu_icon_collapsed .submenu {
  border-radius: 0 16px 16px 0;
  overflow: hidden;
  box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

.submenu2 {
  z-index: 999;
  width: 238px;
}

#menu_full.menu_full_collapsed .submenu2 {
  margin-left: 20px;
}

#menu_full,
#menu_full ul,
#menu_full ul {
  overflow-y: auto;
  scrollbar-width: none;
}

#menu_full::-webkit-scrollbar,
#menu_full ul::-webkit-scrollbar,
#menu_full ul::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  display: none;
}

.sub_subMenu {
  font-weight: normal;
  padding-left: 1.5em;
}

.submenu2 li a {
  margin-left: 0px;
  padding-left: 0px;
}

.menu li img.toggle {
  visibility: hidden;
  float: right;
  /* Positions it back where it should be */
  border-left: 1px;
}

.menu li.has_submenu {
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.span_has_menu_text {
  font-weight: normal;
  font-size: 9.4pt;
}

.menu li.submenu_not_selected a,
.menu li.submenu2_not_selected a {
  font-weight: normal;
}

.submenu_selected,
.submenu_not_selected,
.submenu_selected_click,
.submenu_not_selected_click,
.has_submenu {
  margin-bottom: 0px;
  background: var(--menu-background-first-level-color4);
  color: var(--menu-text-first-level-active-color1);
}

.submenu_not_selected:not(.selected),
.submenu_selected_click:not(.selected),
.submenu_not_selected_click {
  color: var(--menu-text-first-level-color1);
}

.submenu_selected_no_submenu {
  /* background-color: #eff2f2 !important; */
  background-color: var(--menu-background-second-level-color1);
  color: var(--menu-text-second-level-active-color1);
}

.element_submenu_selected {
  min-height: 0px !important;
  height: 20px;
  border-left: 4px solid var(--menu-text-decoration-color2);
  position: absolute;
  left: 4%;
  border-radius: 5px;
}

.left_3 {
  left: 3%;
}

.menu .menu_icon,
.menu li.links {
  background-repeat: no-repeat;
  cursor: pointer;
}

.menu li.links {
  background-image: url(../../images/link.png);
  background-position: 4px 8px;
}

.flex_li {
  display: flex;
  flex-direction: column;
}

/* Icons specified here */
.icon_oper-networkconsole {
  background: url(../../images/menu/network.svg) no-repeat 50% 50%;
}

.icon_oper-dashboardconsole {
  background: url(../../images/menu/dashboard.svg) no-repeat 50% 50%;
  background-size: 18px;
}

.icon_security {
  background: url(../../images/menu/security.svg) no-repeat 50% 50%;
}

.icon_oper-agents {
  background: url(../../images/menu/monitoring.svg) no-repeat 50% 50%;
}

.icon_oper-events {
  background: url(../../images/menu/events.svg) no-repeat 50% 50%;
}

.icon_pin-menu {
  background: url(../../images/menu/pin_menu_gray.svg) no-repeat 50% 50%;
}

/* users */
.icon_oper-users {
  background: url(../../images/menu/workspace.svg) no-repeat 50% 50%;
}

/* ITSM */
.icon_oper-itsm {
  background: url(../../images/menu/itsm.svg) no-repeat 50% 50%;
}

/* trap console */
.icon_oper-snmpc,
.icon_god-snmpc {
  background: url(../../images/menu/op_snmp.menu.png) no-repeat 50% 50%;
}

.icon_oper-reporting {
  background: url(../../images/menu/reporting.svg) no-repeat 50% 50%;
}

.icon_oper-gismaps {
  background: url(../../images/menu/op_gis.menu.png) no-repeat 50% 50%;
}

.icon_oper-netflow {
  background: url(../../images/menu/op_netflow.menu.png) no-repeat 50% 50%;
}

.icon_oper-extensions {
  background: url(../../images/menu/tools.svg) no-repeat 50% 50%;
}

.icon_oper-siem {
  background: url(../../images/menu/siem.svg) no-repeat 50% 50%;
}

.icon_oper-logs {
  background: url(../../images/menu/logs.svg) no-repeat 50% 50%;
}

/* Godmode images */
.icon_god-discovery {
  background: url(../../images/menu/discovery.svg) no-repeat 50% 50%;
}

.icon_god-resources {
  background: url(../../images/menu/resources.svg) no-repeat 50% 50%;
}

.icon_god-configuration {
  background: url(../../images/menu/configuration.svg) no-repeat 50% 50%;
}

.icon_god-alerts {
  background: url(../../images/menu/alerts.svg) no-repeat 50% 50%;
}

.icon_rmm {
  background: url(../../images/rmm_view_menu@svg.svg) no-repeat 50% 50%;
}

.icon_ipam {
  background: url(../../images/menu/network.svg) no-repeat 50% 50%;
}

.icon_god-users {
  background: url(../../images/menu/users.svg) no-repeat 50% 50%;
}

.icon_god-reporting {
  background: url(../../images/menu/reporting_edit.menu.png) no-repeat 50% 50%;
}

.icon_god-servers {
  background: url(../../images/menu/servers.svg) no-repeat 50% 50%;
}

.icon_god-setup {
  background: url(../../images/menu/settings.svg) no-repeat 50% 50%;
}

.icon_god-events {
  background: url(../../images/menu/events_2.svg) no-repeat 50% 50%;
}

.icon_god-extensions {
  background: url(../../images/menu/admin_tools.svg) no-repeat 50% 50%;
}

.icon_god-links {
  background: url(../../images/menu/links.svg) no-repeat 50% 50%;
}

.icon_god-um_messages {
  background: url(../../images/menu/warp_update.svg) no-repeat 50% 50%;
}

.icon_god-module_library {
  background: url(../../images/menu/library.svg) no-repeat 50% 50%;
}

.icon_about {
  background: url(../../images/menu/about.svg) no-repeat 50% 50%;
}

.icon_about_operation {
  background: url(../../images/menu/about.svg) no-repeat 50% 50%;
}

.icon_god-downloads {
  background: url(../../images/menu/export.svg) no-repeat 50% 50%;
}

.menu_full_collapsed ul.submenu {
  height: auto !important;
}

.page_collapsed ul.submenu ul.submenu2.hover-mode {
  background-color: var(--menu-background-first-level-color2) !important;
  box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 16px 16px 16px 16px !important;
}

.page_collapsed ul.submenu ul.submenu2 li:not(.selected):hover {
  background-color: var(--menu-background-first-level-color1) !important;
}

.no_hidden_menu .expanded_icon {
  background-size: 18px;
}
.menu_icon_collapsed .collapsed_icon {
  background-size: 22px;
}

#menu_container {
  z-index: 3;
  position: absolute;
  left: -80px;
}

.notification_ball {
  margin-top: 2px;
  margin-left: 29px;
  font-size: 6pt;
  font-weight: 900;
  background: red;
  height: 12px;
  width: 12px;
  border-radius: 50px;
  position: absolute;
  text-align: center;
  color: white;
  padding-top: 1px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li {
  position: relative;
}

.menu li ul {
  display: none;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li {
  float: left;
  height: 1%;
}

* html ul li a {
  height: 1%;
}

/* End */

/*
 * ---------------------------------------------------------------------
 * - MAIN LEFT MENU and SUBMENU 									-
 * ---------------------------------------------------------------------
 */

.submenu_not_selected:hover,
.menu_icon.no_hidden_menu:not(.selected):not(.selected_click):hover,
.sub_subMenu:hover {
  background-color: var(--menu-background-first-level-color1);
}

.sub_subMenu:not(.selected):not(.selected_click):hover {
  left: -23px;
  width: calc(100% + 23px);
  padding-left: 41px;
}

.operation {
  padding-top: 20px;
}

.operation .selected .collapsed_icon,
.godmode .selected .collapsed_icon {
  background-color: var(--menu-background-first-level-color2);
}

.menu li,
.menu li a,
.menu li div {
  min-height: 35px;
  display: flex;
  align-items: center;
}

.menu > ul > li > ul > li > a > div.submenu_text:not(.SubNoLink) {
  max-width: 210px;
}

.menu > ul > li > ul > li > ul > li > a > div.submenu_text:not(.SubNoLink) {
  max-width: 195px;
}

.godmode,
.menu > .operation {
  padding-top: 10px;
}

#menu_full {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: var(--menu-text-second-level-active-color1);
}

.button_collapse {
  margin-top: auto;
  min-height: 38px;
  background-color: #505050;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
}

.logo_green {
  min-height: 61px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.no_hidden_menu.menu_icon:hover {
  background-color: var(--menu-background-color1);
}
.menu_full_classic,
.menu_full_collapsed {
  width: 250px;
  color: var(--menu-text-first-level-color1);
}

.menu_full_classic a,
.menu_full_collapsed a {
  color: var(--menu-text-first-level-color1);
}

.menu_full_collapsed,
.button_collapsed {
  width: 70px;
}

.menu_full_classic .title_menu_classic,
.menu_full_collapsed .title_menu_classic {
  display: flex !important;
}

.submenu_text,
.submenu_text > span,
.span_has_menu_text,
.title_menu_classic span {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.28px;
}

.menu_icon_collapsed {
  background-position: 50% 50%;
}

.menu_full_collapsed .title_menu_collapsed {
  display: flex !important;
}

.collapsed_icon {
  padding: 6.5px;
  border-radius: 16px;
}

#button_collapse {
  width: 32px;
  height: 32px;
  background-color: var(--menu-background-first-level-color2);
  border-radius: 50px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}
.button_classic {
  background-image: url(../../images/menu/contraer.svg);
  background-repeat: no-repeat;
  background-position: center;
  /* padding: 20px; */
  height: 35px;
  width: 90% !important;
  margin: 20px;
}

.button_collapsed {
  background-image: url(../../images/menu/expandir.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 35px;
  width: 35px;
}

@media screen and (max-height: 750px) {
  .operation {
    padding-top: 10px;
  }

  .button_collapse {
    margin-top: 10px;
  }
}

/*
 * ---------------------------------------------------------------------
 * - STYLES TO CHANGE CLASSIC MENU AND COLLAPSED MENU                  -
 * ---------------------------------------------------------------------
 */
.page_classic {
  padding-left: 250px;
}

.page_collapsed {
  padding-left: 80px;
}

.header_table_classic {
  padding-left: 270px;
  /* 280 + 35 */
}

.header_table_collapsed {
  padding-left: 100px;
  /* 80 + 35 */
}

/*
 * ---------------------------------------------------------------------
 * - TABS styles                                                       -
 * ---------------------------------------------------------------------
 */

#menu_tabs {
  height: 49px;
  border-bottom: 2px solid var(--layout-background-color1);
}

.div_border_line {
  height: 3px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: -5px;
}

.border_line {
  width: 100px;
  height: 100%;
}

.tabs_ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  min-height: 51px;
}

.tabs_li {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabs_li span {
  color: #161628;
  font-size: 14px;
  font-weight: 400;
  user-select: none;
  line-height: 24px;
}

.tabs_selected {
  background-color: var(--menu-text-decoration-color1);
}

.arrow_menu_down {
  background: url(../../images/menu/arrow_down_grey.svg) no-repeat 75% 50%;
  z-index: 1;
}

.arrow_menu_up {
  background: url(../../images/menu/arrow_up_grey.svg) no-repeat 75% 50%;
  z-index: 1;
}

.arrow_menu_right {
  background: url(../../images/menu/arrow_down_grey.svg) no-repeat 50% 100%;
  z-index: 1;
  transform: rotate(-0.25turn);
}

.span_selected {
  color: var(--menu-text-first-level-active-color1);
}

.tabs_collapsed {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabs_collapsed_container {
  background-color: var(--menu-text-decoration-color1);

  border-radius: 16px;
  width: 60px;
  height: 32px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  cursor: pointer;
}

.tabs_collapsed_div {
  height: 21px;
  width: 21px;
  cursor: pointer;
}

.tabs_collapsed_display {
  background-image: url(../../images/menu/display.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 21px;
  height: 21px;
}

.tabs_collapsed_management {
  background-image: url(../../images/menu/management.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 21px;
  height: 21px;
}

.tabs_collapsed_oval {
  background-color: #ffffff;
  border-radius: 100%;
  opacity: 0.33;
  width: 8px;
  height: 8px;
  cursor: pointer;
  margin: 6px;
}

.head_tab_selected span {
  color: var(--menu-text-active-color1);
  letter-spacing: -0.1px;
}

.head_tab_unselected span {
  color: var(--menu-text-inactive-color1);
  letter-spacing: -0.1px;
}

.logo_full {
  width: 142px;
  max-height: 50px;
}

.fav-menu {
  margin-left: 9px;
}

.menu ul li.menu_icon.no_hidden_menu.selected .title_menu_classic {
  background: var(--menu-background-first-level-color2);
  color: var(--menu-text-first-level-active-color1);
}

.menu
  ul
  li.menu_icon.menu_icon_collapsed.selected
  .title_menu_classic
  > div:first-child {
  background-color: var(--menu-background-collapsed-color1);
  color: var(--menu-text-first-level-active-color1);
  filter: brightness(2);
}
.menu ul li span,
.menu ul li div.submenu_text.submenu2_text_middle {
  line-height: 24px;
}

.sub_subMenu.selected a,
.menu_full_classic
  li.submenu_selected.selected.submenu_selected_no_submenu
  a
  div,
.menu_full_collapsed
  li.submenu_selected.selected.submenu_selected_no_submenu
  a
  div,
.menu_full_classic .sub_subMenu.selected,
.menu_full_collapsed .sub_subMenu.selected {
  color: var(--menu-text-third-level-active-color1) !important;
  background-color: var(--menu-background-second-level-color1);
}

.menu
  ul
  li.menu_icon.menu_icon_collapsed
  .title_menu_classic:hover
  > div:first-child,
.menu
  ul
  li.menu_icon.menu_icon_collapsed.selected_click:not(.selected)
  .title_menu_classic
  > div:first-child {
  background-color: var(--menu-background-first-level-color1);
  color: var(--menu-text-first-level-active-color1);
  filter: none;
}

.menu-li-separator {
  margin-bottom: 10px;
}

.selected#icon_god-alerts {
  background-color: #eff2f2 !important;
}
