/** * * Default mobile theme * * @category Stylesheet * @package Pandora FMS * @subpackage Community * @version 1.0.0 * @license See below * * ______ ___ _______ _______ ________ * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ * Copyright (c) 2005-2021 Artica Soluciones Tecnologicas * Please see http://pandorafms.org for full contribution list * 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 for 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. * ============================================================================ */ :root { --primary-color: #14524f; --primary-color-hover: #104240; --secondary-color: #ffffff; --body-color: #f6f7fb; --border-color: #e5e9ed; --border-dark-color: #c0ccdc; --muted-color: #8a96a6; } @font-face { font-family: "lato"; src: url("../../../fonts/lato.woff2") format("woff"); font-weight: 400; } * { text-decoration: none !important; font-size: 12px; } body { background-color: white; border-style: none; direction: ltr; display: block; margin: 0; text-align: left; vertical-align: top; font-weight: 400; font-family: "Lato" !important; } a.ui-link, a > span.name_count, a:not(.ui-button) { font-weight: normal; text-decoration: underline !important; text-decoration-color: var(--muted-color) !important; color: var(--primary-color) !important; } .small { font-size: 10px !important; } .font-10pt { font-size: 10pt !important; } .center { text-align: center; } .invisible { display: none; } .flex { display: flex; } .align-items-center { align-items: center; } .flex-column { flex-direction: column; } .space-between { justify-content: space-between; } .ui-header .ui-title { font-size: 12pt !important; min-height: 1.1em; text-align: center; display: block; margin: 0 30%; padding: 0.7em 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; outline: 0 !important; line-height: 18pt; } .ui-btn-inner { font-weight: bold; } td.flex-center { display: flex !important; align-items: center; justify-content: space-between; } /*INIT----------Tactical styles-----------------------------------------*/ /* Common */ #tactical1, #tactical2, #agent_graphs, #agent_details { border-radius: 6px; } .agent_graphs, .events_bar { padding-top: 10px; } #tactical1 a, #tactical2 a { font-weight: bold; color: #222; } legend { margin-bottom: 5px; } .ui-btn-up-c { font-weight: normal !important; text-shadow: none !important; } /* For mobiles */ @media screen and (max-width: 480px) { #tactical1 *, #tactical2 * { font-size: 12px; } #tactical1 a, #tactical2 a { font-size: 18px; } } /* For tablets */ @media screen and (min-width: 480px) { #tactical1 a, #tactical2 a { font-size: 25px !important; } } /*END-----------Tactical styles-----------------------------------------*/ #status_pie { position: relative; width: 100%; } #outter_status_pie { position: relative; text-align: center; } /*INIT----------Groups styles-----------------------------------------*/ .group_view tr { border-bottom: 3px solid white !important; } tr.group_view_crit, .group_view_crit { background-color: #fa3030 !important; color: #000000 !important; } .group_view_crit * { color: #000000 !important; } .ui-btn-up-group_view_crit, .ui-btn-hover-group_view_crit { background-color: #f85858 !important; color: #fff; border: 1px solid #111111; font-weight: bold; text-shadow: none; } .group_view_normal, .group_view_normal *, .group_view_norm, .group_view_norm * { background-color: #ffffff !important; color: #000000 !important; } .group_view_norm * { color: #000000 !important; } .group_view_not_init, .group_view_not_init * { background-color: #4a83f3 !important; color: #fff !important; } .ui-btn-up-group_view_normal, .ui-btn-hover-group_view_normal, .ui-btn-up-group_view_norm, .ui-btn-hover-group_view_norm { background-color: #6eb432 !important; color: #fff; border: 1px solid #111111; font-weight: bold; text-shadow: none; } .group_view_ok, .group_view_ok * { background-color: #00c000 !important; color: #000000 !important; } .group_view_ok * { color: #000000 !important; } .ui-btn-up-group_view_ok, .ui-btn-hover-group_view_ok { background-color: #6eb432 !important; color: #fff; border: 1px solid #111111; font-weight: bold; text-shadow: none; } tr.group_view_warn, .group_view_warn, tr.group_view_warn.a, a.group_view_warn, tr.a.group_view_warn { background-color: #f5e535 !important; } a.group_view_warn { color: #000000 !important; } .ui-btn-up-group_view_warn, .ui-btn-hover-group_view_warn { background-color: #ffea59 !important; color: #111; border: 1px solid #111111; font-weight: bold; text-shadow: none; } tr.group_view_alrm, .group_view_alrm { background-color: #ed8701 !important; } .group_view_alrm * { color: #000000 !important; } .ui-btn-up-group_view_alrm, .ui-btn-hover-group_view_alrm { background-color: #f7931e !important; color: #fff; border: 1px solid #111111; font-weight: bold; text-shadow: none; } tr.group_view_unk, .group_view_unk { background-color: #c4c4c4 !important; } .group_view_unk * { color: #000000 !important; } .ui-btn-up-group_view_unk, .ui-btn-hover-group_view_unk { background-color: #999999 !important; color: #fff; border: 1px solid #111111; font-weight: bold; text-shadow: none; } .ui-btn-active:visited, .ui-btn-active:hover, .ui-btn-active a.ui-link-inherit { color: #888 !important; text-shadow: none !important; } tr.group_view_data, .group_view_data { color: #000000 !important; } .group_view_data_unk * { color: #303030 !important; } .group_view_data_ok * { color: #00c000 !important; } .group_view_data_crit * { color: #5c0000 !important; } .group_view_data_alrm * { color: #5c1d00 !important; } .group_view_data_warn * { color: #5c5900 !important; } .group_view * { text-shadow: none !important; font-size: 12px !important; } .list_groups .link_count { display: inline !important; } .list_groups .number_count, .list_groups .name_count { position: absolute; top: 0; } .list_groups .number_count { right: 10px; display: flex; align-items: center; height: 100%; } .list_groups .name_count { left: 10px; display: flex; align-items: center; } .list_groups .name_count img { float: left; margin-right: 10px; } /* For mobiles */ @media screen and (max-width: 480px) { .list_groups .name_count img { margin-top: 0px; } } /* For tablets */ @media screen and (min-width: 480px) { .list_groups .name_count img { margin-top: 0px; } } /*END-----------Groups styles-----------------------------------------*/ /*INIT----------Events styles-----------------------------------------*/ .datos_green, .datos_greenf9, .datos_green a, .datos_greenf9 a { background-color: #52a000; color: #000000 !important; text-shadow: none !important; } .datos_red, .datos_redf9, .datos_red a, .datos_redf9 a { background-color: #ff3e41; color: #000000 !important; text-shadow: none !important; } .datos_yellow, .datos_yellowf9, .datos_yellow a, .datos_yellowf9 a { background-color: #f5e535; color: #000000 !important; text-shadow: none !important; } .datos_blue, .datos_bluef9, .datos_blue a, .datos_bluef9 a { background-color: #77e2f2; color: #000000 !important; text-shadow: none !important; } .datos_grey, .datos_greyf9, .datos_grey a, .datos_greyf9 a { background-color: #e4e4e4; color: #000000 !important; text-shadow: none !important; } .datos_pink, .datos_pinkf9, .datos_pink a, .datos_pinkf9 a { background-color: #ff92e9; color: #000000 !important; text-shadow: none !important; } .datos_brown, .datos_brownf9, .datos_brown a, .datos_brownf9 a { background-color: #c97a4a; color: #000000 !important; text-shadow: none !important; } tr.events { border-bottom: 6px solid var(--secondary-color) !important; font-size: 12px !important; } table.event_details { height: 14px; color: #424242; } table.event_details tr th { text-align: left; } table.event_details td:not(:first-child) { display: flex; flex-direction: row; align-items: center; justify-items: start; } table#list_events th { font-size: 12px !important; font-weight: bolder !important; border: 0px; } div.graph { margin: 0 auto; } table.alternate tr:nth-child(odd) td, table.alternate tr:nth-child(odd) th { background-color: #ffffff; } table.alternate tr:nth-child(even) td, table.alternate tr:nth-child(eveny) th { background-color: #e4e5e4; } table.pandora_responsive { width: 100%; } table.pandora_responsive td, table.pandora_responsive th { padding: 4px; } table.event_details img { margin-left: 4px; } table.event_details td { height: 14px; } table.event_details td.cell_event_name { font-size: 14px; } #validate_button { margin: 10px auto; padding: 0; display: flex; align-items: center; justify-content: center; height: 40px; } @media screen and (max-width: 480px) { /* Hide the title of event name */ #last_agent_events tbody tr.events td.cell_0 b.ui-table-cell-label, #list_events tbody tr.events td.cell_0 b.ui-table-cell-label { display: none; } } /*END-----------Events styles-----------------------------------------*/ /*INIT-----------Agents styles----------------------------------------*/ .red, .redb, .redi, .error { background: #f85858 !important; } .green { background: #6eb432 !important; } .orange { background: #ff8800 !important; } .yellow { background: #ffea59 !important; } .grey { background: #aaaaaa !important; font-weight: bold; } .agents_tiny_stats span { background-color: transparent !important; } .agents_tiny_stats .red, .color-red { color: #c00 !important; } .agents_tiny_stats .green, .color-green { color: #5a8629 !important; } .agents_tiny_stats .orange, .color-orange { color: #fd7304 !important; } .agents_tiny_stats .yellow, .color-yellow { color: #f3c500 !important; } .agents_tiny_stats .grey, .color-grey { color: #808080 !important; } .agents_tiny_stats .blue, .color-blue { color: #4a83f3 !important; } /* .green, .orange, .yellow, .red, .grey, .agents_tiny_stats span { text-shadow: none; color: white !important; padding: 1px 3px; border-radius: 2px; } */ /* .agents_tiny_stats span { background: #222; } */ .agent_details { padding: 10px 0px 10px 0px; } .agent_details > img { vertical-align: middle; width: 20px; } .agent_os { float: right; position: absolute; top: 0px; right: 0px; padding: 10px; } .agent_list_ips { padding: 10px 0px 10px 0px; } .agent_list_ips > img { vertical-align: middle; width: 20px; } .agent_last_contact { padding: 10px 0px 10px 0px; } .agent_description { padding: 10px 0px 10px 0px; } .agent_name { font-weight: bold; font-size: 14px; } #list_agents td:hover, #list_networkmaps td:hover, #list_events td:hover, #list_Modules td:hover, #list_agent_Modules td:hover, #list_visualmaps td:hover, #last_agent_events td:hover, #list_servers_status td:hover { cursor: pointer; } #list_agents td { height: 25px; padding-top: 10px; } .agents_tiny_stats_tactical { display: block; text-align: center; width: 100%; } @media screen and (max-width: 480px) { #list_agent_Modules td { padding-top: 7px !important; } .agents_tiny_stats { float: right; } } /*END-----------Agents styles-----------------------------------------*/ /*INIT-----------Network maps styles---------------------------------------*/ #list_networkmaps td { height: 35px; padding-top: 20px; } /*END-----------Network maps styles---------------------------------------*/ /*INIT-----------Visual maps styles---------------------------------------*/ #list_visualmaps td { height: 35px; padding-top: 20px; } #rendered_visual_map div { color: #003a3a; text-shadow: none !important; } #rendered_visual_map { text-align: center; } /* For mobiles */ @media screen and (max-width: 480px) { .resize_visual_font_size_4pt * { font-size: 2pt !important; } .resize_visual_font_size_6pt * { font-size: 3pt !important; } .resize_visual_font_size_8pt * { font-size: 4pt !important; } .resize_visual_font_size_14pt * { font-size: 6pt !important; } .resize_visual_font_size_24pt * { font-size: 10pt !important; } .resize_visual_font_size_36pt * { font-size: 14pt !important; } .resize_visual_font_size_72pt * { font-size: 27pt !important; } } /* For tablets */ @media screen and (min-width: 480px) { .resize_visual_font_size_4pt * { font-size: 2pt !important; } .resize_visual_font_size_6pt * { font-size: 3pt !important; } .resize_visual_font_size_8pt * { font-size: 4pt !important; } .resize_visual_font_size_14pt * { font-size: 7pt !important; } .resize_visual_font_size_24pt * { font-size: 12pt !important; } .resize_visual_font_size_36pt * { font-size: 18pt !important; } .resize_visual_font_size_72pt * { font-size: 36pt !important; } } /*END-----------Visual maps styles---------------------------------------*/ /*INIT-----------Modules styles---------------------------------------*/ @media screen and (max-width: 480px) { #list_Modules .cell_1 .ui-table-cell-label, #list_Modules .cell_5 .ui-table-cell-label, #list_Modules .cell_6 .ui-table-cell-label { min-width: auto !important; } #list_Modules .cell_5 .ui-table-cell-label, #list_Modules .cell_6 .ui-table-cell-label { padding-left: 10px; } #list_Modules .cell_0 .ui-table-cell-label, #list_Modules .cell_1 .ui-table-cell-label, #list_Modules .cell_3 .ui-table-cell-label, #list_Modules .cell_4 .ui-table-cell-label, #list_Modules .cell_5 .ui-table-cell-label { display: none !important; } #list_Modules td { height: 35px; padding-top: 7px; display: table-cell; clear: none; float: none; padding-left: 0px !important; padding-right: 0px !important; } #list_Modules .show_collapside { display: inline !important; } #list_Modules .data { white-space: nowrap; } #list_Modules .cell_1, #list_Modules .cell_2, #list_Modules .cell_3 { display: none !important; } #list_Modules .cell_0 .show_collapside, #list_Modules .cell_1 .show_collapside, #list_Modules .cell_4 .show_collapside, #list_Modules .cell_5 .show_collapside { display: none !important; } #list_Modules .cell_0 .ui-link { font-size: 12px; } #list_Modules .cell_0 { width: 50%; border-top: 0px none; } #list_Modules .cell_4 { width: 25%; } #list_Modules .cell_5 { width: 25%; } #list_Modules td.cell_0 > span.tiny > img { width: 5px; height: 30px; margin-top: -5px; margin-left: 0px; float: left; } #list_Modules .module_name { font-size: 12px !important; } table#list_agent_Modules tr, table#list_agents tr, table#list_Modules tr, table#list_alerts tr, table#list_module_data tr, table#list_servers tr, table[id^="service-table-"] tr { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; } table#list_agents b.ui-table-cell-label, table#list_alerts b.ui-table-cell-label, table#list_module_data b.ui-table-cell-label, table#list_servers b.ui-table-cell-label, table[id^="service-table-"] b.ui-table-cell-label { display: none; } table#list_servers tr td.cell_0 { width: 10%; } table#list_servers tr td.cell_1 { width: 10%; } table#list_servers tr td.cell_2 { width: 80%; } table[id^="service-table-"] tr td.cell_0 { width: 10%; } table[id^="service-table-"] tr td.cell_1 { width: 80%; } table[id^="service-table-"] tr td.cell_2 { width: 10%; } } table#list_servers tr td.cell_0, table[id^="service-table-"] td.cell_0 { border-top: 0px; } #list_Modules .cell_5 a { color: #000000 !important; } #list_Modules .module_name { font-size: 15px; font-weight: bold; } #list_Modules td, #list_agent_Modules td { height: 25px; vertical-align: middle; } #list_agent_Modules td.cell_0 > span.tiny { display: none; } #list_Modules .cell_5 img { float: left; margin-left: 5px; } #user_logged { color: var(--muted-color); font-weight: 600; position: absolute; font-size: 11px !important; right: 10px; top: 8px; /* background: url(../../../images/user.svg) no-repeat right !important; */ padding-right: 20px; line-height: 20px; background-size: 17px !important; } @media screen and (max-width: 480px) { #list_agent_Modules .ui-table-cell-label, #list_agent_Modules .cell_2, #list_agent_Modules .cell_3 { display: none; } } /*END------------Modules styles---------------------------------------*/ /*INIT---------Fix the square border in search input------------------*/ .ui-input-search { border-radius: 0.6em 0.6em 0.6em 0.6em !important; } .ui-select { width: 100% !important; } /*END----------Fix the square border in search input------------------*/ ul.ui-listview li.ui-btn div.ui-btn-inner div.ui-btn-text a { padding-top: 5px; padding-left: 5px; } .ui-btn-inner { border: 0px solid #000 !important; } li.ui-btn { margin-bottom: 4px !important; margin-top: 4px !important; } /*INIT---------Fix the tons of air between the rows in small table----*/ .head_vertical { margin-top: 0px !important; border-top: 1px solid grey; } .head_horizontal { border-bottom: 1px solid grey !important; } #list_events .head_horizontal { border-bottom: 0px solid white !important; } /* .cell_0 { border-top: solid 1px #666; margin-top: 0px; } */ #list_events .cell_0 { border: 0px; } /* Hack to align table titles in mobile mode */ .ui-table-cell-label { float: left; } @media screen and (max-width: 480px) { .ui-table th, .ui-table td { padding: 8px !important; padding-left: 3px; } .head_vertical { display: none !important; } } /*END----------Fix the tons of air between the rows in small table----*/ /*INIT---------Fix to avoid clicks under loading message--------------*/ .ui-loader-background { width: 100% !important; height: 100% !important; top: 0 !important; margin: 0 !important; background: rgba(0, 0, 0, 0.3) !important; display: none !important; position: fixed !important; z-index: 100 !important; } .ui-loading .ui-loader-background { display: block !important; } /*END----------Fix to avoid clicks under loading message--------------*/ .button_layer { position: relative; float: right; padding-right: 60px; height: 30px; } .ui-icon-big { width: 28px !important; height: 28px !important; } @media screen and (max-width: 480px) { .events .status_row { display: none; } .events .cell_0 a.event_name { width: 87%; float: left; } .events_agent { min-width: 50%; } .agents_last_contact { float: right; } } @media screen and (min-width: 480px) { .events .cell_0 .event_link { display: none; } .events td { height: 35px; } .events_agent { float: left; margin-right: 15px; } } /* Common */ .ui-li > .ui-btn-inner { background: white; } .groups_sublist li { border-radius: 0px; margin-top: 5px !important; margin-bottom: 5px !important; } .center { margin: 0 auto; text-align: center; } /* For mobiles */ @media screen and (max-width: 480px) { .ui-content > .ui-btn { margin: 10px 7px; height: 30px; padding-top: 3px; } label, input, .ui-btn-inner { font-size: 12px !important; } .list_groups .ui-btn-inner { padding-top: 15px !important; height: 20px !important; } .login_logo img { width: 80%; margin-bottom: 10px; } .untiny { display: none; } } /* For tablets */ @media screen and (min-width: 480px) { .ui-content > .ui-btn { display: inline-block; margin: 8px 5px; height: 40px; padding-top: 8px; } label, input, .ui-btn-inner { font-size: 16px !important; padding-top: 6px !important; } .list_groups .ui-btn-inner { padding-top: 20px !important; height: 35px !important; } .ui-header .ui-title { font-size: 14px; min-height: 1.1em; text-align: center; display: block; margin: 0 30%; padding: 0.7em 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; outline: 0 !important; } .event_name { font-size: 15px !important; } .login_logo img { width: 300px; margin-bottom: 20px; } .tiny { display: none; } } #login_container { width: 80%; margin: 0 auto; max-width: 300px; padding-top: 5%; } .event_name { font-size: 12px; font-weight: bold; } #login_container #login_btn-container { margin-top: 30px; } #login_container input, #login_container .ui-btn-text { font-size: 16px !important; } table.tactical_bars { width: 100%; } .tactical_bar { text-align: center; margin-bottom: 4px; } .ui-bar, .ui-body { margin: 5px; } .events .cell_0 img { margin-right: 5px; } .cell_0 { max-width: 500px; } .cell_event_name { padding-bottom: 10px; font-weight: bold; } /*INIT-----------Icons styles--------------------------------------- 1.3.1*/ .ui-icon-tactical_view { background-image: url(../../../images/op_monitoring.menu.png) !important; background-color: #333 !important; background-size: 18px 18px !important; } .ui-icon-events { background-image: url(../../../images/op_events.menu.png) !important; background-color: #333 !important; background-size: 18px 18px !important; } .ui-icon-groups { background-image: url(../../../images/group.menu.png) !important; background-color: #333 !important; background-size: 18px 18px !important; } .ui-icon-alerts { background-image: url(../../../images/op_alerts.menu.png) !important; background-color: #333 !important; background-size: 18px 18px !important; } .ui-icon-agents { background-image: url(../../../images/agent_mc.menu.png) !important; background-color: #333 !important; background-size: 18px 18px !important; } .ui-icon-modules { background-image: url(../../../images/brick.menu.png) !important; background-color: #333 !important; background-size: 18px 18px !important; } .ui-icon-network_maps { background-image: url(../../../images/op_network.menu.png) !important; background-color: #333 !important; background-size: 18px 18px !important; } .ui-icon-visual_console { background-image: url(../../../images/visual_console.menu.png) !important; background-color: #333 !important; background-size: 18px 18px !important; } .ui-icon-dashboard { background-image: url(../../../images/dashboard.menu.png) !important; background-color: #333 !important; background-size: 18px 18px !important; } .ui-icon-server-status { background-image: url(../../../images/server-status.menu.png) !important; background-color: #333 !important; background-size: 18px 18px !important; } .ui-icon-services { background-image: url(../../../images/services.menu.png) !important; background-color: #333 !important; background-size: 18px 18px !important; } /* New */ .ui-icon-menu-services { background-image: url(../../../images/services.menu.svg) !important; } .ui-icon-menu-server-status { background-image: url(../../../images/server-status.menu.svg) !important; } .ui-icon-menu-brick { background-image: url(../../../images/brick.menu.svg) !important; } .ui-icon-menu-agent_ms { background-image: url(../../../images/agent_ms.menu.svg) !important; } .ui-icon-menu-op_alerts { background-image: url(../../../images/op_alerts.menu.svg) !important; } .ui-icon-menu-visual_console { background-image: url(../../../images/visual_console.menu.svg) !important; } .ui-icon-menu-group { background-image: url(../../../images/group.menu.svg) !important; } .ui-icon-menu-op_events { background-image: url(../../../images/op_events.menu.svg) !important; } .ui-icon-menu-op_monitoring { background-image: url(../../../images/op_monitoring.menu.svg) !important; } .ui-icon-menu-square { border-radius: 0% !important; width: 30px !important; height: 30px !important; } .ui-icon-tactical_view, .ui-icon-events, .ui-icon-groups, .ui-icon-alerts, .ui-icon-agents, .ui-icon-modules, .ui-icon-server-status, .ui-icon-services, .ui-icon-network_maps, .ui-icon-visual_console, .ui-icon-dashboard { background-position: center; border-radius: 15px !important; -webkit-border-radius: 15px !important; display: flex !important; align-items: center; justify-content: center; padding: 5px !important; } .ui-header.ui-bar-a .ui-btn-icon-notext .ui-btn-inner .ui-icon { margin-top: -3px; margin-left: 3.5px; } #login_btn-container .ui-icon { background-color: #333 !important; border-radius: 15px !important; -webkit-border-radius: 15px !important; } /*END-----------Network maps styles---------------------------------------*/ #error-dialog-button_close, #logout_dialog-button_close { display: flex; margin: 0 auto; margin-top: 20px; align-items: center; justify-content: center; padding-top: 5px; padding-bottom: 5px; } .ui-btn-active * { color: #fff !important; } .ui-btn-active { background: #82b92e !important; } span.nobold * { font-weight: normal; } .events_timestamp { font-size: 10px; float: right; text-align: right; line-height: 1.1em; } .events_timestamp > img { vertical-align: middle; margin-left: 10px; } .events_agent { float: left; } .events_agent b.ui-table-cell-label { display: block !important; } .status_rounded_rectangles.forced_title { width: 30px; height: 15px; border-radius: 4px; } .status_small_rectangles { width: 20px; height: 10px; display: inline-block; } .ui-content .ui-listview, .ui-panel-inner > .ui-listview { margin: 0 !important; } #list_Modules *, #list_agent_Modules *, #list_agents *, #list_alerts *, #list_networkmaps *, #list_visualmaps * { color: #222; } div.legend > div { width: 100% !important; opacity: 0.65 !important; } div.nodata_text { padding: 5px 12px 0px 68px; font-weight: bold; color: #c1c1c1; text-transform: uppercase; display: table-cell; vertical-align: middle; text-align: left; font-size: 14px !important; } div.nodata_container { width: 150px; height: 100px; background-repeat: no-repeat; background-position: center; margin: 15px auto; display: table; } #free_search-container a { margin-right: 2px; margin-top: -12px; } #free_search-container span.ui-btn-inner { height: 7px; } .ui-icon-delete { margin-top: -3px; } .empty_advice { color: #ff0000; margin-top: 5px !important; } /* JQuery Mobile responsive hack to tables with */ .ui-table-reflow.ui-responsive { display: table !important; } .widget_agent_module > th { background-color: #373737; } #list_agent_Modules > tbody > tr > td { clear: none; vertical-align: middle; padding: 0px; } #list_agent_Modules > tbody > tr > td.cell_0 { border-top: 0px none; } .legend_graph td.legendLabel > div { font-size: 12px !important; } .legend_graph td.legendLabel { font-size: 12px !important; } .ui-popup-hidden { display: none; } .ui-collapsible-inset.ui-collapsible-themed-content .ui-collapsible-content { border-width: 0 !important; } .ui-listview > .ui-li-static, .ui-listview > .ui-li-divider, .ui-listview > li > a.ui-btn { border-width: 0 !important; } .ui-page-active { padding-top: 3.2em !important; } .ui-header-fixed { top: -1px; padding-top: 1px; left: 0; right: 0; width: 100%; position: fixed; z-index: 1000; } .header-button-left { position: absolute !important; top: 0em; font-size: 12.5px !important; margin: 0 !important; margin-top: 1px !important; left: 0.4em; font-family: sans-serif !important; padding: 0.5em 1em !important; } .header-button-right { position: absolute !important; top: 0em; font-size: 12.5px !important; margin: 0 !important; margin-top: 1px !important; right: 0.4em; font-family: sans-serif !important; padding: 0.5em 1em !important; } .ui-textinput-search { border-radius: 0.6em 0.6em 0.6em 0.6em !important; } .ui-textinput-search input { line-height: normal !important; } .ui-controlgroup { padding: 0; margin: 0.5em 0 !important; } .div-visual-console-spinner { opacity: 1 !important; } .cv-overflow { overflow: hidden !important; } .visual-console-container-dashboard a:visited { color: inherit !important; } /* SVG icons mask */ .module_background_state { mask: url(../../../images/modules@svg.svg) no-repeat center / contain; -webkit-mask: url(../../../images/modules@svg.svg) no-repeat center / contain; margin: 0 auto; } .alert_background_state { mask: url(../../../images/alert@svg.svg) no-repeat center / contain; -webkit-mask: url(../../../images/alert@svg.svg) no-repeat center / contain; margin: 0 auto; } div.main_menu_icon, img.main_menu_icon[src$=".svg"] { width: 18px; height: 18px; } img.os-big-icon[src$=".svg"] { width: 100px; height: 100px; } div.noresizevc.graph div.flot-x-axis.flot-x1-axis.xAxis.x1Axis > div.flot-tick-label.tickLabel:nth-child(odd) { visibility: hidden !important; } div.noresizevc.graph div.flot-x-axis.flot-x1-axis.xAxis.x1Axis > div.flot-tick-label.tickLabel:first-child { visibility: visible !important; } .relative { position: relative; } .container-div-input-password input { width: 100%; } .show-hide-pass { position: absolute; right: 0px; top: 4px; border: 0; outline: none; margin: 0; height: 30px; width: 35px; cursor: pointer; display: inline-block; } div.relative.container-div-input-password > div > input { background-repeat: no-repeat !important; background-size: 25px !important; background-position: right 5px bottom 50% !important; padding-right: 42px; } input[name="login_btn"], input[name="auth_code_btn"] { height: 50px; font-family: Arial, Helvetica, sans-serif; line-height: 24px; /* box-shadow: 0px 3px 6px #c7c7c7 !important; */ color: #fff !important; border: 0px; border-radius: 15px !important; font-weight: bold; background: linear-gradient(90deg, #81b82f 0%, #1d7873 100%); } body.login-background { /* background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)), */ background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1)), url("../../../images/backgrounds/random_backgrounds/CGI_nodes.jpg") !important; background-size: cover !important; background-position: center !important; } body.login-background #text-user, body.login-background #text-password, body.login-background #text-auth_code { background-color: #f6f7fb; border: 0px; color: #343434; border-radius: 3px; width: 100%; height: 40px; box-sizing: border-box; } body.login-background div#user-container input:-webkit-autofill, body.login-background div#user-container input:-webkit-autofill:hover, body.login-background div#user-container input:-webkit-autofill:focus, body.login-background div#user-container input:-webkit-autofill:active, body.login-background div#password-container input:-webkit-autofill, body.login-background div#password-container input:-webkit-autofill:hover, body.login-background div#password-container input:-webkit-autofill:focus, body.login-background div#password-container input:-webkit-autofill:active, body.login-background div#auth_code-container input:-webkit-autofill, body.login-background div#auth_code-container input:-webkit-autofill:hover, body.login-background div#auth_code-container input:-webkit-autofill:focus, body.login-background div#auth_code-container input:-webkit-autofill:active { transition: background-color 10000s ease-in-out 0s; -webkit-box-shadow: 0 0 0px 0px transparent inset; -webkit-text-fill-color: #343434; border: 0px; width: 89%; } div#ver_num { color: #fff; margin-top: 15px; text-shadow: none; font-size: smaller; } body.login-background a.ui-button[data-icon="ui-icon-back"] { background-color: var(--secondary-color) !important; border: 2px solid var(--primary-color) !important; color: var(--primary-color) !important; display: flex; flex-direction: row-reverse; align-items: center; margin-top: 2px !important; padding: 3px 5px !important; } body.login-background a.ui-button[data-icon="ui-icon-back"] > span.ui-button-icon-space { width: 5px; } /* ==== Spinner ==== */ .spinner { width: 100px; height: 100px; border-radius: 100%; background: linear-gradient(#82b92e, #c1ccdc); animation: animate 1.2s linear infinite; margin: auto; margin-bottom: 40px; } .spinner span { position: absolute; width: 100%; height: 100%; border-radius: 100%; background: linear-gradient(#82b92e, #c1ccdc); } .spinner span:nth-child(1) { filter: blur(4px); } .spinner span:nth-child(2) { filter: blur(8px); } .spinner span:nth-child(3) { filter: blur(12px); } .spinner span:nth-child(4) { filter: blur(16px); } .spinner:after { content: ""; position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; /* background: transparent; */ background: #f1f1f1; border: solid #fff 10px; border-radius: 50%; } @keyframes animate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .status_small_squares, .status_balls { width: 12px; height: 12px; display: inline-block; } table#list_servers span.data a { pointer-events: none; color: inherit; text-decoration: inherit; font-weight: inherit; } .zindex10000 { z-index: 10000; } .relative-mobile { position: relative !important; } span.agents-counter { float: right; margin-right: 15px; } span.agents-counter span { padding-left: 1px; padding-right: 1px; } div.border-collapsible > h4.ui-collapsible-heading + div.ui-collapsible-content { border-width: 1px !important; border-top: 0px !important; border-left: 1px solid #ddd; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; } table[id^="service-table-"] { margin-left: -14px; width: calc(100% + 28px); } table > tbody > tr:nth-child(even), table[id^="service-table-"] > tbody > tr:nth-child(even) { background-color: var(--border-color); } table[id^="service-table-"] a strong { color: #000 !important; } table#last-activity > tbody > tr, table.tactical_bars > tbody > tr, .tactical_set > table > tbody > tr { background-color: var(--secondary-color) !important; } .mt15px { margin-top: 15px; margin-bottom: 15px; } .ml5px { margin-left: 5px; } .close-button-dialog { padding: 2px 7px !important; margin-right: 5px !important; } div#main_page { background-color: var(--body-color); } .ui-header.ui-bar-inherit.ui-header-fixed.slidedown { height: 45px; background-color: var(--secondary-color); } .ui-page.ui-page-theme-a.ui-page-active { padding-top: 45px !important; } .header-button-right.ui-button.ui-shadow.ui-corner-all.ui-widget.ui-button-inherit { color: var(--secondary-color); background-color: var(--primary-color); border-radius: 8px; border-color: var(--secondary-color); box-shadow: var(--secondary-color); -webkit-box-shadow: #fff; text-shadow: none; margin-top: 5px !important; display: flex; align-items: center; } .header-button-left.ui-button.ui-shadow.ui-corner-all.ui-widget.ui-button-inherit { color: #95a3bf; background-color: transparent; border-color: var(--secondary-color); box-shadow: var(--secondary-color); -webkit-box-shadow: #fff; text-shadow: none; margin-top: 7px !important; display: flex; align-items: center; } span#user_logged { padding-right: 0px; right: 20px; line-height: 30px; font-size: 10pt !important; } .ui-grid-a.ui-responsive { background-color: var(--secondary-color); border-radius: 8px; border: 1px solid var(--border-color); margin-bottom: 10px; } .ui-button-icon-space { margin-left: 2px; margin-right: 2px; } .ui-icon-back { background-image: url(../../../images/go-back-mobile.svg) !important; } .ui-icon-home { background-image: url(../../../images/home-mobile.svg) !important; } .ui-icon-caret-d, .ui-icon-arrow-d { background-image: url(../../../images/arrow-d-mobile.svg) !important; } .ui-icon-caret-u, .ui-icon-arrow-u { background-image: url(../../../images/arrow-u-mobile.svg) !important; } .ui-icon-delete { background-image: url(../../../images/close-grey.svg) !important; } .ui-icon-search { background-image: url(../../../images/search-mobile.svg) !important; } .ui-checkboxradio-icon { background-image: url(../../../images/checkbox.svg) !important; } .ui-icon-logout { background-image: url(../../../images/logout-red.svg) !important; } .ui-icon { background-color: transparent !important; } .ui-body.ui-body-d { padding: 5px 0px; margin: 0px; } div.hr { border-bottom: 1px solid var(--border-color); width: 100%; margin: 10px 0px; } div.hr-full { border-bottom: 1px solid var(--border-color); width: 200%; margin: 10px -100px; } table, fieldset { padding: 0px 5px !important; } table.tactical_bars tbody tr { height: 20px; } table.tactical_bars * { font-size: 16px; } .progress_main { height: 2.5em; border: 2px solid #82b92e; position: relative; width: 100%; display: inline-block; display: flex; border-radius: 4px; line-height: 9pt; font-size: 9pt; border: 1px solid var(--border-color) !important; background-color: var(--body-color); margin-right: 40px !important; } .progress_main_noborder { height: 2.5em; position: relative; width: 100%; display: inline-block; display: flex; } .progress_main:before { content: attr(data-label); position: absolute; text-align: center; left: 0; right: 0; margin-top: 0.2em; } .progress { width: 0%; background: #82b92e; height: 100%; float: left; border-radius: 4px; } .tiny.tactical_bar { width: 50%; } .tactical_set > table { width: 60% !important; } .tactical_set > table > tbody > tr > td { text-align: left !important; } .tactical_set > table > tbody > tr > #table1-0-0, .tactical_set > table > tbody > tr > #table1-0-3, .tactical_set > table > tbody > tr > #table2-0-0, .tactical_set > table > tbody > tr > #table2-0-3 { width: 15% !important; } .tactical_set > table > tbody > tr > #table1-0-1, .tactical_set > table > tbody > tr > #table2-0-1 { width: 40% !important; } .tactical_set > table > tbody > tr > #table2-0-3 > div.alert_background_state { margin: 0px !important; } div#tactical2 .tactical_set > table { width: 100% !important; } .ui-collapsible.ui-collapsible-inset.ui-corner-all.ui-collapsible-themed-content, .ui-collapsible.ui-collapsible-inset.ui-corner-all.ui-collapsible-themed-content.ui-collapsible-collapsed { border: 1px solid var(--border-color); border-radius: 8px; margin-top: 0px; margin-bottom: 10px; } .ui-collapsible-heading-toggle.ui-button.ui-button-a.ui-mini, .ui-collapsible-heading.ui-collapsible-heading-collapsed { background-color: var(--secondary-color) !important; border: 0px !important; font-weight: 400; } .ui-collapsible-content.ui-body-c { padding: 0px; margin: 0px; } .ui-listview-item.ui-listview-item-static.ui-body-inherit.ui-first-child.ui-last-child { padding: 0px; } table#last-activity > tbody > tr:not(:last-child) { border-bottom: 1px solid var(--border-color) !important; } table#last-activity > tbody > tr { display: flex; flex-direction: row; flex-wrap: wrap; } table#last-activity > tbody > tr > td.cell_0 { width: 10%; padding-bottom: 2px !important; } table#last-activity > tbody > tr > td.cell_1 { width: 70%; max-width: 75%; padding-bottom: 2px !important; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } table#last-activity > tbody > tr > td.cell_2 { width: 20%; padding-bottom: 2px !important; padding-left: 0px !important; padding-right: 0px !important; } table#last-activity > tbody > tr > td.cell_3 { width: 10%; margin-left: 10%; padding-top: 2px !important; } table#last-activity > tbody > tr > td > b { display: none; } .muted { color: var(--muted-color) !important; } .white-card { background-color: var(--secondary-color); padding: 10px; border: 1px solid var(--border-color); border-radius: 8px; } .white-card.p-lr-0px { padding-left: 0px; padding-right: 0px; } .white-card.p-tb-0px { padding-top: 0px; padding-bottom: 0px; } /* Events table */ table#last_agent_events > tbody > tr.events > td.cell_0, table#list_events > tbody > tr.events > td.cell_0 { border-top-left-radius: 8px; border-top-right-radius: 8px; } table#last_agent_events > tbody > tr.events > td.vertical_middle, table#list_events > tbody > tr.events > td.vertical_middle { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; color: #4a4a4a; } table#last_agent_events > tbody > tr.events, table#list_events > tbody > tr.events { background-color: var(--secondary-color) !important; } table#last_agent_events > tbody > tr.events.datos_green > td, table#list_events > tbody > tr.events.datos_green > td { background-color: #81b92e40; } table#last_agent_events > tbody > tr.events.datos_red > td, table#list_events > tbody > tr.events.datos_red > td { background-color: #ed474a40; } table#last_agent_events > tbody > tr.events.datos_yellow > td, table#list_events > tbody > tr.events.datos_yellow > td { background-color: #fcab1040; } table#last_agent_events > tbody > tr.events.datos_blue > td, table#list_events > tbody > tr.events.datos_blue > td { background-color: #25a8ff40; } table#last_agent_events > tbody > tr.events.datos_grey > td, table#list_events > tbody > tr.events.datos_grey > td { background-color: #adadad40; } table#last_agent_events > tbody > tr.events.datos_pink > td, table#list_events > tbody > tr.events.datos_pink > td { background-color: #ef6dfb40; } table#last_agent_events > tbody > tr.events.datos_brown > td, table#list_events > tbody > tr.events.datos_brown > td { background-color: #a52e0040; } table#list_agents > thead > tr > th, table#list_Modules > thead > tr > th, table#list_alerts > thead > tr > th, table#list_module_data > thead > tr > th { display: initial; text-align: center; } h4[id^="service-"].ui-collapsible-heading > a > span.ui-icon.ui-collapsible-icon-right { margin-top: 2px !important; } h4[id^="service-"].ui-collapsible-heading > a.ui-collapsible-heading-toggle.ui-button.ui-button-a { padding-left: 10px !important; } table[id^="service-table-"] { padding: 0px !important; } table[id^="service-table-"] > tbody > tr { padding: 0px 5px !important; height: 48px !important; } table#list_events td { width: calc(100vw - 44px) !important; } .white-card.p-lr-0px table#list_alerts, .white-card.p-lr-0px table#list_alerts thead, .white-card.p-lr-0px table#list_alerts tbody, .white-card.p-lr-0px table#list_alerts tr, .white-card.p-lr-0px table#list_agents, .white-card.p-lr-0px table#list_agents thead, .white-card.p-lr-0px table#list_agents tbody, .white-card.p-lr-0px table#list_agents tr, .white-card.p-lr-0px table#list_Modules, .white-card.p-lr-0px table#list_Modules thead, .white-card.p-lr-0px table#list_Modules tbody, .white-card.p-lr-0px table#list_Modules tr { width: calc(100vw - 26px) !important; } table#list_alerts > thead > tr > th[data-colstart="1"], table#list_alerts > tbody > tr > td.cell_0 { width: 7%; padding-right: 5px; } table#list_alerts > thead > tr > th[data-colstart="2"], table#list_alerts > tbody > tr > td.cell_1 { width: 50%; } table#list_alerts > tbody > tr > td.cell_1 > div > span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } table#list_alerts > thead > tr > th[data-colstart="3"], table#list_alerts > tbody > tr > td.cell_2 { width: 25%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } table#list_alerts > thead > tr > th[data-colstart="4"], table#list_alerts > tbody > tr > td.cell_3 { width: 18%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } table#list_alerts > thead > tr > th[data-colstart="1"] { color: transparent; text-shadow: none; } table#list_alerts > tbody > tr > td.cell_1 { padding: 0px !important; } table#list_agents span.agents_last_contact { margin-left: 5px; } table#list_agents td.cell_0 > span.agent-status { margin-right: 5px; } table#list_agents td.cell_0 > a { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } table#list_agents td.cell_5 { display: flex; flex-direction: row; justify-content: center; white-space: nowrap; } table#list_agents td.cell_6 span.agents_last_contact { white-space: nowrap; margin-right: 5px; } table#list_agents.ui-table-reflow thead tr th { display: initial; } table#list_agents > tbody > tr > td.cell_1, table#list_agents > tbody > tr > td.cell_2, table#list_agents > tbody > tr > td.cell_3, table#list_agents > tbody > tr > td.cell_4, table#list_agents > tbody > tr > td.cell_7, table#list_agents > thead > tr > th[data-colstart="2"], table#list_agents > thead > tr > th[data-colstart="3"], table#list_agents > thead > tr > th[data-colstart="4"], table#list_agents > thead > tr > th[data-colstart="5"], table#list_agents > thead > tr > th[data-colstart="8"], table#list_Modules > thead > tr > th[data-colstart="2"], table#list_Modules > thead > tr > th[data-colstart="3"], table#list_Modules > thead > tr > th[data-colstart="4"] { display: none; } table#list_Modules > thead > tr > th[data-colstart="1"], table#list_Modules > tbody > tr > td.cell_0 { width: 50%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-left: 5px; } table#list_Modules > thead > tr > th[data-colstart="5"], table#list_Modules > tbody > tr > td.cell_4 { width: 25%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; } table#list_Modules > thead > tr > th[data-colstart="6"], table#list_Modules > tbody > tr > td.cell_5 { width: 25%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; margin-right: 5px; } table#list_alerts > tbody > tr, table#list_agents > tbody > tr, table#list_Modules > tbody > tr { height: 48px !important; } table#list_alerts tbody td .status_rounded_rectangles, table#list_Modules tbody td .status_rounded_rectangles, table#list_agents tbody td .status_rounded_rectangles { line-height: 20px; width: 5px; height: 20px; } table#list_alerts tbody td.cell_4 div.status_rounded_rectangles { } table#list_Modules td.cell_0 span.module-status { margin-right: 5px; } table#list_agents thead tr { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; } table#list_agents tr th { text-align: center; } table#list_Modules tr td, table#list_agents tr td { padding: 0px !important; line-height: 25px; } table#list_agents > thead > tr > th[data-colstart="1"], table#list_agents > tbody > tr > td.cell_0 { width: 50%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-left: 5px; } table#list_agents > thead > tr > th[data-colstart="6"], table#list_agents > tbody > tr > td.cell_5 { width: 25%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; } table#list_agents > thead > tr > th[data-colstart="7"], table#list_agents > tbody > tr > td.cell_6 { width: 25%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; margin-right: 5px; } table#list_events td a div.event_name { word-wrap: break-word; } div#module-dialog-popup { width: 280px; height: 200px; max-width: 100vw !important; } div#module-dialog { height: 100%; border-radius: 8px; } a#close-dialog-btn { padding: 0px; height: 25px; width: 25px; line-height: 25px; margin-right: 5px; } a#graph-option, a#historical-option { line-height: 40px; } fieldset.ui-controlgroup.ui-controlgroup-vertical.ui-group-theme-inherit > label, div[data-role="fieldcontain"] > fieldset > label[for^="select-"] { margin-top: 10px; font-size: 10pt !important; font-weight: 600; } div[data-role="fieldcontain"] > fieldset > div.ui-selectmenu > a[id^="select-"] { box-shadow: unset; text-align: left; font-weight: 400; border: 1px solid var(--border-dark-color) !important; border-radius: 8px !important; } ul.ui-selectmenu-custom-list.ui-listview > li > a.ui-listview-item-button.ui-button.ui-button-active { background-color: var(--primary-color); } ul.ui-selectmenu-custom-list.ui-listview > li > a.ui-listview-item-button.ui-button { font-weight: 400; } div.ui-page-dialog-contain.ui-overlay-shadow.ui-corner-all.ui-body-a > div.ui-content { padding: 0px; } div.ui-popup.ui-corner-all.ui-overlay-shadow.ui-selectmenu-custom.ui-body-inherit > ul.ui-selectmenu-custom-list.ui-listview { margin-left: -1px; margin-right: -1px; } div.ui-popup.ui-corner-all.ui-overlay-shadow.ui-selectmenu-custom.ui-body-inherit, div.ui-page-dialog-contain.ui-overlay-shadow.ui-corner-all.ui-body-a { border-radius: 8px; } div.ui-toolbar-header.ui-bar-inherit { height: 40px; line-height: 22px; font-size: 10pt; background-color: var(--secondary-color) !important; height: 48px; border-bottom: 1px solid var(--border-color); } div.ui-toolbar-header.ui-bar-inherit h1.ui-toolbar-title { font-size: 11pt; text-align: left; margin-left: 10px; line-height: 28px; } div.ui-toolbar-header.ui-bar-inherit > .ui-page-dialog-close-button.ui-button.ui-corner-all.ui-button-icon-only.ui-toolbar-header-button-left { background-color: transparent; border: 0px; right: 10px; left: unset; top: 10px; } div#free_search-container > fieldset.ui-controlgroup.ui-controlgroup-vertical.ui-group-theme-inherit > div.ui-textinput.ui-corner-all.ui-shadow-inset.ui-textinput-search.ui-body-inherit.ui-textinput-has-clear-button { box-shadow: unset; border: 1px solid var(--border-dark-color) !important; border-radius: 8px !important; } input[name="free_search"] { height: 48px; margin-left: 15px !important; padding-left: 30px !important; } input[name="free_search"]::placeholder { font-style: italic; color: var(--muted-color); } div#free_search-container span.ui-textinput-search-icon.ui-icon.ui-alt-icon.ui-icon-search { height: 30px; width: 25px; margin-top: -15px !important; margin-left: 5px; } a.ui-textinput-clear-button.ui-button-icon-only.ui-button-right.ui-widget.ui-button-inherit.ui-button.ui-shadow.ui-controlgroup-item { height: 40px; padding: 0px; width: 40px; margin-top: -20px !important; box-shadow: unset; } div#error-dialog a#error-dialog-button_close, div#logout_dialog a#logout_dialog-button_close, div#detail_event_dialog > div > div a#validate_button, div#detail_event_dialog > div > div a#process_button, fieldset[data-role="controlgroup"] > input[type="submit"] { height: 48px; border-radius: 8px; background-color: var(--primary-color); text-shadow: none; color: var(--secondary-color); font-size: 11pt !important; } div#detail_event_dialog > div > div a#validate_button, div#detail_event_dialog > div > div a#process_button { margin-right: 10px; margin-left: 10px; } div#detail_event_dialog > div > div a#process_button { background-color: var(--secondary-color); color: var(--primary-color); height: 22px; } div#error-dialog h1.dialog_title, div#logout_dialog h1.dialog_title { font-size: 11pt; } div#error-dialog div.ui-page-dialog-contain.ui-overlay-shadow.ui-corner-all.ui-body-a, div#logout_dialog div.ui-page-dialog-contain.ui-overlay-shadow.ui-corner-all.ui-body-a { padding: 10px; } div#error-dialog a#error-dialog-button_close, div#logout_dialog a#logout_dialog-button_close { height: 30px; } div#detail_event_dialog > div > div a#validate_button:active, div#detail_event_dialog > div > div a#validate_button:hover, fieldset[data-role="controlgroup"] > input[type="submit"]:active, fieldset[data-role="controlgroup"] > input[type="submit"]:hover { background-color: var(--primary-color-hover); text-shadow: none; color: var(--body-color); } fieldset[data-role="controlgroup"] > div.ui-slider > input[type="number"] { border: 1px solid var(--border-dark-color) !important; border-radius: 8px; text-shadow: none; box-shadow: unset; font-weight: 400; height: 32px; } fieldset[data-role="controlgroup"] > div.ui-slider > div.ui-slider-track.ui-shadow-inset.ui-corner-all.ui-body-inherit { background-color: var(--border-dark-color); border: 0px; box-shadow: unset; border-radius: 8px; height: 10px; margin-top: 10px; } fieldset[data-role="controlgroup"] > div.ui-slider > div.ui-slider-track.ui-shadow-inset.ui-corner-all.ui-body-inherit > a { line-height: 28px; border-radius: 50%; background-color: var(--secondary-color); } fieldset[data-role="controlgroup"] > div.ui-slider > div.ui-slider-track.ui-shadow-inset.ui-corner-all.ui-body-inherit > a::before { color: var(--muted-color); content: "< >"; } div.filter-collapsible.ui-collapsible.ui-collapsible-inset.ui-corner-all.ui-collapsible-themed-content > h4 > a { height: 48px; padding-top: 0px; padding-left: 0px; line-height: 55px; font-size: 11pt; } div.filter-collapsible.ui-collapsible.ui-collapsible-inset.ui-corner-all.ui-collapsible-themed-content > h4 > a > span.ui-icon.ui-icon-arrow-u, div.filter-collapsible.ui-collapsible.ui-collapsible-inset.ui-corner-all.ui-collapsible-themed-content > h4 > a > span.ui-icon.ui-icon-arrow-d { margin-left: 5px; } div.filter-collapsible.ui-collapsible.ui-collapsible-inset.ui-corner-all.ui-collapsible-themed-content > h4 > a, div.filter-collapsible.ui-collapsible.ui-collapsible-inset.ui-corner-all.ui-collapsible-themed-content > div > ul > li { text-shadow: none !important; background-color: var(--border-color) !important; } div.list_groups.ui-collapsible-set div.ui-collapsible.ui-collapsible-inset.ui-corner-all.ui-collapsible-themed-content h4 a { background-color: var(--secondary-color) !important; } div.list_groups.ui-collapsible-set div.ui-collapsible-content.ui-body-d { padding: 0px; } div.list_groups.ui-collapsible-set div.ui-collapsible-content.ui-body-d li.ui-listview-item { height: 28px; } div.list_groups.ui-collapsible-set div.ui-collapsible-content.ui-body-d li.ui-listview-item a { font-weight: 400px; height: 28px; line-height: 33px; padding-top: 0px; padding-bottom: 0px; } div.list_groups.ui-collapsible-set div.ui-collapsible.ui-collapsible-inset h4 a span.ui-icon.ui-collapsible-icon-right { margin-top: 2px; } div.list_groups.ui-collapsible-set div.ui-collapsible.ui-collapsible-inset h4 a span.agents-counter { margin-top: 4px; } div.list_groups.ui-collapsible-set div.ui-collapsible.ui-collapsible-inset h4 a img { margin-bottom: -4px; } a > span.number_count { font-weight: normal; } .close-button-dialog, div#detail_event_dialog > div .close-button-dialog { background-image: url(../../../images/close-grey.svg) !important; background-repeat: no-repeat; background-position: center; margin: 0px; margin-right: 10px !important; width: 25px; height: 25px; background-color: transparent !important; border: unset !important; box-shadow: none !important; } div#detail_event_dialog > div h1.dialog_title { font-size: 11pt; margin-left: 10px; } div#detail_event_dialog tr.event_name { display: none; } div#detail_event_dialog table.pandora_responsive.event_details * { font-size: 10pt; } div#detail_event_dialog table.pandora_responsive.event_details > tbody > tr:nth-child(even), div#detail_event_dialog table.pandora_responsive.event_details th, div#detail_event_dialog table.pandora_responsive.event_details td { background-color: var(--secondary-color); } a.big_data { text-decoration: none !important; color: initial !important; } div#module-dialog > div.ui-content > a { box-shadow: none; background-color: var(--border-color); text-shadow: none; border-radius: 8px; } div#agent_graphs, div#agent_details { padding-left: 10px; padding-right: 10px; } a.ui-collapsible-heading-toggle.ui-button.ui-button-a.ui-mini { height: 38px; line-height: 40px; font-weight: 400; font-size: 11pt; } div#filter-modules-container div.ui-textinput.ui-corner-all.ui-shadow-inset.ui-textinput-text.ui-body-inherit { box-shadow: unset; border: 1px solid var(--border-dark-color); border-radius: 8px; background-color: var(--border-color); } div#filter-modules-container input#filter-modules { height: 38px; } table#list_agent_Modules, table#list_agent_Modules thead, table#list_agent_Modules tbody, table#list_agent_Modules tr { width: calc(100vw - 48px) !important; } table#list_agent_Modules tr { height: 38px; } table#list_agent_Modules thead th { display: initial; } table#list_agent_Modules > thead > tr > th[data-colstart="3"], table#list_agent_Modules > thead > tr > th[data-colstart="4"] { display: none; } table#list_agent_Modules > thead > tr > th[data-colstart="1"], table#list_agent_Modules > tbody > tr > td.cell_0 { width: 60%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: left; } table#list_agent_Modules > thead > tr > th[data-colstart="2"], table#list_agent_Modules > tbody > tr > td.cell_1 { width: 15%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; } table#list_agent_Modules > thead > tr > th[data-colstart="5"], table#list_agent_Modules > tbody > tr > td.cell_4 { width: 25%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; } .truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; } div#start_date-container div.ui-textinput.ui-corner-all.ui-shadow-inset.ui-textinput-text.ui-body-inherit, div#unknown_graph-container label, div#time_compare_overlapped-container label, div#time_compare_separated-container label, div#draw_events-container label, div#draw_alerts-container label { border: 1px solid var(--border-dark-color); border-radius: 8px; height: 48px; line-height: 30px; font-weight: 400; } div#start_date-container div.ui-textinput.ui-corner-all.ui-shadow-inset.ui-textinput-text.ui-body-inherit { background-color: #f6f6f6; border: 1px solid var(--border-dark-color); border-radius: 8px; height: 44px; box-shadow: none; line-height: 30px; font-weight: 400; } div#start_date-container div.ui-textinput.ui-corner-all.ui-shadow-inset.ui-textinput-text.ui-body-inherit input { margin-top: 10px; } div#graph_content > div.parent_graph { width: 100% !important; display: flex; flex-direction: column; flex-wrap: nowrap; align-items: center; } .logout-text { color: #ed474a !important; } div.menu-buttons { display: flex; flex-direction: column; flex-wrap: nowrap; align-items: stretch; } div.menu-buttons > a[data-role="button"] { margin-top: 0px; margin-bottom: -1px; box-shadow: unset; background-color: var(--secondary-color) !important; border-radius: 0px; line-height: 28px; text-align: left; } div.menu-buttons > a[data-role="button"]:first-child { border-top-left-radius: 8px; border-top-right-radius: 8px; } div.menu-buttons > a[data-role="button"]:last-child { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; } div.search-home { margin-left: -5px; margin-right: -5px; } .no-data { color: #ed474a !important; text-align: center !important; font-size: 10pt !important; } a.visual-console-button { text-shadow: none !important; box-shadow: unset !important; background-color: var(--border-color) !important; } table#list_visualmaps tr td { background-color: var(--secondary-color); border-bottom: 1px solid var(--border-color); height: 48px; } table#list_visualmaps tr td a { font-size: 10pt; font-weight: 400; } table#list_visualmaps tr:first-child td { border-top-left-radius: 8px; border-top-right-radius: 8px; } table#list_visualmaps tr:last-child td { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-bottom: 0px; } table[id^="service-table-"] { margin-top: -8px; } table[id^="service-table-"] tbody tr:nth-child(odd) { background-color: var(--secondary-color) !important; } div.list_services h4 > a { background-color: var(--secondary-color) !important; } div.agent-last-events ul li.ui-last-child { border-top: 0px; padding: 0px; } table#list_servers tbody td .status_small_squares { margin-top: 5px; } table#list_servers tbody td span.data a { text-decoration: none !important; color: unset !important; } /* =============================================================== */ /* ========================= For tablets ========================= */ /* =============================================================== */ @media screen and (min-width: 480px) { table#last-activity > tbody > tr { display: table-row; } table#last-activity > thead > tr > th[data-colstart="1"], table#last-activity > tbody > tr > td.cell_0 { width: 10%; } table#last-activity > thead > tr > th[data-colstart="2"], table#last-activity > tbody > tr > td.cell_1 { width: 50%; } table#last-activity > thead > tr > th[data-colstart="3"], table#last-activity > tbody > tr > td.cell_2 { width: 20%; } table#last-activity > thead > tr > th[data-colstart="4"], table#last-activity > tbody > tr > td.cell_3 { width: 20%; } table#list_events > tbody > tr { display: table-row; } table#list_events > tbody > tr > td.cell_0 { width: 70% !important; line-height: 34px; border-top-right-radius: 0px !important; border-top-left-radius: 8px !important; border-bottom-left-radius: 8px !important; } table#list_events > tbody > tr > td.vertical_middle { width: 30% !important; line-height: 34px; border-bottom-left-radius: 0px !important; border-top-right-radius: 8px !important; border-bottom-right-radius: 8px !important; } table#list_events > tbody > tr > td.vertical_middle .events_timestamp { margin-top: 10px; } table#list_agents > thead > tr > th { display: unset !important; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: left; padding-left: 0px; padding-right: 0px; } table#list_agents > tbody > tr > td { display: initial !important; white-space: nowrap; line-height: 48px; height: 48px; } table#list_agents > tbody > tr > td span.align-none-10p { display: none; } table#list_agents > tbody > tr > td .status_rounded_rectangles { width: 30px; } table#list_agents > tbody > tr > td > img { margin-top: 15px; } table#list_agents > tbody > tr { display: flex; flex-direction: row; flex-wrap: nowrap; } table#list_agents > thead > tr > th[data-colstart="1"], table#list_agents > tbody > tr > td.cell_0 { width: 40%; } table#list_agents > thead > tr > th[data-colstart="2"], table#list_agents > tbody > tr > td.cell_1 { width: 7%; } table#list_agents > thead > tr > th[data-colstart="3"], table#list_agents > tbody > tr > td.cell_2 { width: 7%; } table#list_agents > thead > tr > th[data-colstart="4"], table#list_agents > tbody > tr > td.cell_3 { width: 7%; } table#list_agents > thead > tr > th[data-colstart="5"], table#list_agents > tbody > tr > td.cell_4 { width: 7%; } table#list_agents > thead > tr > th[data-colstart="6"], table#list_agents > tbody > tr > td.cell_5 { width: 12%; } table#list_agents > thead > tr > th[data-colstart="7"], table#list_agents > tbody > tr > td.cell_6 { width: 10%; margin-right: 0px; } table#list_agents > thead > tr > th[data-colstart="8"], table#list_agents > tbody > tr > td.cell_7 { width: 10%; margin-right: 5px; } table#list_Modules > thead > tr { display: flex; } table#list_Modules > thead > tr > th { display: initial !important; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center; padding-left: 0px; padding-right: 0px; font-size: 10pt; } table#list_Modules > tbody > tr > td { display: initial !important; white-space: nowrap; line-height: 48px; height: 48px; text-align: center; } table#list_Modules > tbody > tr > td * { font-size: 10pt !important; } table#list_Modules > tbody > tr > td span.align-none-10p { display: none; } table#list_Modules > tbody > tr > td .status_rounded_rectangles { width: 30px; } table#list_Modules > tbody > tr { display: flex; flex-direction: row; flex-wrap: nowrap; } table#list_Modules > thead > tr > th[data-colstart="1"], table#list_Modules > tbody > tr > td.cell_0 { width: 30%; text-align: left; } table#list_Modules > thead > tr > th[data-colstart="2"], table#list_Modules > tbody > tr > td.cell_1 { width: 30%; } table#list_Modules > thead > tr > th[data-colstart="3"], table#list_Modules > tbody > tr > td.cell_2 { width: 10%; } table#list_Modules > thead > tr > th[data-colstart="4"], table#list_Modules > tbody > tr > td.cell_3 { width: 10%; } table#list_Modules > thead > tr > th[data-colstart="5"], table#list_Modules > tbody > tr > td.cell_4 { width: 10%; } table#list_Modules > thead > tr > th[data-colstart="6"], table#list_Modules > tbody > tr > td.cell_5 { width: 10%; } table#list_alerts > thead > tr { display: flex; } table#list_alerts > thead > tr > th { display: initial !important; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center; padding-left: 0px; padding-right: 0px; font-size: 10pt; } table#list_alerts > tbody > tr > td { display: initial !important; white-space: nowrap; line-height: 48px; height: 48px; text-align: center; } table#list_alerts > tbody > tr > td * { font-size: 10pt !important; } table#list_alerts > tbody > tr > td span.align-none-10p { display: none; } table#list_alerts > tbody > tr > td .status_rounded_rectangles { width: 30px; margin-top: 10px; } table#list_alerts > tbody > tr { display: flex; flex-direction: row; flex-wrap: nowrap; } table#list_alerts > thead > tr > th[data-colstart="1"], table#list_alerts > tbody > tr > td.cell_0 { width: 10%; text-align: left; } table#list_alerts > thead > tr > th[data-colstart="2"], table#list_alerts > tbody > tr > td.cell_1 { width: 60%; } table#list_alerts > thead > tr > th[data-colstart="3"], table#list_alerts > tbody > tr > td.cell_2 { width: 15%; } table#list_alerts > thead > tr > th[data-colstart="4"], table#list_alerts > tbody > tr > td.cell_3 { width: 15%; } table#list_alerts > tbody > tr > td.cell_1 > div { flex-direction: row; } table#list_alerts > tbody > tr > td.cell_1 > div > span:first-child { margin-right: 10px; } table#list_agent_Modules > tbody > tr, table#list_agent_Modules > thead > tr { display: flex; } table#list_agent_Modules > thead > tr > th { display: initial !important; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center; padding-left: 0px; padding-right: 0px; font-size: 10pt; } table#list_agent_Modules > tbody > tr > td { display: initial !important; white-space: nowrap; line-height: 38px; height: 48px; text-align: center; } table#list_agent_Modules > tbody > tr > td * { font-size: 10pt !important; } table#list_agent_Modules > tbody > tr > td span.align-none-10p { display: none; } table#list_agent_Modules > tbody > tr > td .status_rounded_rectangles { width: 30px; margin-top: 12px; } table#list_agent_Modules > thead > tr > th[data-colstart="1"], table#list_agent_Modules > tbody > tr > td.cell_0 { width: 40%; text-align: left; } table#list_agent_Modules > thead > tr > th[data-colstart="2"], table#list_agent_Modules > tbody > tr > td.cell_1 { width: 10%; } table#list_agent_Modules > thead > tr > th[data-colstart="3"], table#list_agent_Modules > tbody > tr > td.cell_2 { width: 15%; } table#list_agent_Modules > thead > tr > th[data-colstart="4"], table#list_agent_Modules > tbody > tr > td.cell_3 { width: 15%; } table#list_agent_Modules > thead > tr > th[data-colstart="5"], table#list_agent_Modules > tbody > tr > td.cell_4 { width: 20%; } table#list_agent_Modules > tbody > tr > td.cell_1 > div { flex-direction: row; } div#module-dialog-popup { height: 225px; } div#module-dialog div[role="main"] { display: flex; flex-direction: column; } table#list_module_data > thead > tr { display: flex; } table#list_module_data > thead > tr > th { display: initial !important; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: left; padding-left: 0px; padding-right: 0px; font-size: 10pt; } table#list_module_data > tbody > tr > td { display: initial !important; white-space: nowrap; } table#list_module_data > tbody > tr > td * { font-size: 10pt !important; } table#list_module_data > tbody > tr > td span.align-none-10p { display: none; } table#list_module_data > tbody > tr > td .status_rounded_rectangles { width: 30px; } table#list_module_data > tbody > tr { display: flex; flex-direction: row; flex-wrap: nowrap; } table#list_module_data > thead > tr > th[data-colstart="1"], table#list_module_data > tbody > tr > td.cell_0 { width: 50%; } table#list_module_data > thead > tr > th[data-colstart="2"], table#list_module_data > tbody > tr > td.cell_1 { width: 50%; } table#list_servers tbody td .status_small_squares { margin-top: 5px; } table#list_servers tbody td span.data a { text-decoration: none !important; color: unset !important; } table[id^="service-table-"] { border-collapse: collapse; } table[id^="service-table-"] tbody td { padding: 0px; /* border: 0px !important; */ } table[id^="service-table-"] tbody td:first-child { padding-left: 10px; border-left: 1px solid var(--border-color); } table[id^="service-table-"] tbody td:last-child { border-right: 1px solid var(--border-color); } table#list_visualmaps tbody td { padding: 0px 10px; } table#list_visualmaps thead th { display: none; } input[name="login_btn"] { line-height: 38px; } fieldset.databox.tactical_set table#table1 td img[src$="modules@svg.svg"] { margin-left: 10px !important; } }