2019-05-28 18:03:01 +02:00
|
|
|
div.criticity {
|
2023-02-22 13:08:15 +01:00
|
|
|
width: 100px;
|
|
|
|
height: 15px;
|
2019-05-28 18:03:01 +02:00
|
|
|
color: #fff;
|
|
|
|
text-align: center;
|
|
|
|
border-radius: 5px;
|
2023-02-22 13:08:15 +01:00
|
|
|
font-size: 0.7em;
|
|
|
|
padding: 2px;
|
2019-05-28 18:03:01 +02:00
|
|
|
margin: 0;
|
|
|
|
display: table-cell;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.mini-criticity {
|
2019-06-11 12:58:18 +02:00
|
|
|
width: 10px;
|
2019-06-04 22:34:17 +02:00
|
|
|
height: 3em;
|
2019-05-28 18:03:01 +02:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2019-06-06 17:50:47 +02:00
|
|
|
|
2019-06-07 17:35:13 +02:00
|
|
|
div.mini-criticity.h100p {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex-row.event {
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
form.flex-row div.filter_input,
|
|
|
|
form.flex-row ul {
|
2019-06-06 17:50:47 +02:00
|
|
|
width: 30%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
2020-09-11 14:34:41 +02:00
|
|
|
align-items: center;
|
2019-06-06 17:50:47 +02:00
|
|
|
align-content: center;
|
2019-06-07 17:35:13 +02:00
|
|
|
justify-content: space-between;
|
|
|
|
flex: 1;
|
|
|
|
margin: 0.5em 3em 0.5em 0;
|
|
|
|
}
|
|
|
|
|
2022-07-05 17:02:40 +02:00
|
|
|
form div.filter_input_little {
|
2019-06-07 17:35:13 +02:00
|
|
|
flex: 1;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: baseline;
|
|
|
|
flex-wrap: nowrap;
|
2020-01-13 18:24:29 +01:00
|
|
|
margin: 0.5em 0 0.5em 0em;
|
2019-06-07 17:35:13 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
form.flex-row div.filter_input.large {
|
2019-06-06 17:50:47 +02:00
|
|
|
flex: 1;
|
2020-01-13 18:24:29 +01:00
|
|
|
min-width: 700px;
|
|
|
|
max-width: 100%;
|
2019-06-07 17:35:13 +02:00
|
|
|
}
|
2019-06-06 17:50:47 +02:00
|
|
|
|
2019-06-07 17:35:13 +02:00
|
|
|
div.filter_input > label,
|
|
|
|
div.filter_input_little > label {
|
|
|
|
width: 10em;
|
2019-06-06 17:50:47 +02:00
|
|
|
}
|
2019-06-07 17:35:13 +02:00
|
|
|
|
2019-06-06 17:50:47 +02:00
|
|
|
form.flex-row > ul,
|
|
|
|
form.flex-row > ul > li,
|
|
|
|
form.flex-row > .box-shadow.white_table_graph {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2019-06-07 17:35:13 +02:00
|
|
|
form.flex-row > .box-shadow.white_table_graph {
|
|
|
|
margin-top: 2em;
|
|
|
|
}
|
|
|
|
|
2019-06-06 17:50:47 +02:00
|
|
|
form.flex-row > ul input[type="submit"] {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
form.flex-row > div > label {
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
2019-06-07 17:35:13 +02:00
|
|
|
|
|
|
|
table.dataTable tbody th,
|
|
|
|
table.dataTable tbody td {
|
|
|
|
padding: 8px 10px;
|
|
|
|
}
|
|
|
|
|
2023-03-09 19:25:14 +01:00
|
|
|
/*
|
2023-02-22 13:08:15 +01:00
|
|
|
th:last-child {
|
|
|
|
padding-top: 0px !important;
|
|
|
|
padding-bottom: 0px !important;
|
|
|
|
}
|
2023-03-09 19:25:14 +01:00
|
|
|
*/
|
2023-02-22 13:08:15 +01:00
|
|
|
|
2023-02-22 15:02:08 +01:00
|
|
|
table#table_events > tbody > tr > td {
|
2023-02-22 13:08:15 +01:00
|
|
|
padding: 0px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
td > input[id^="checkbox-multi"] {
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
2019-06-07 17:35:13 +02:00
|
|
|
.info_table.events tr > th {
|
|
|
|
padding-left: 1em;
|
2019-06-18 14:26:55 +02:00
|
|
|
font-size: 8pt;
|
|
|
|
font-weight: 300;
|
|
|
|
border-bottom: 1px solid #878787;
|
2019-06-07 17:35:13 +02:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info_table.events tr > td {
|
|
|
|
height: 2.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sorting_desc {
|
2019-06-21 19:34:47 +02:00
|
|
|
background: url(../../images/sort_down_green.png) no-repeat;
|
2019-06-07 17:35:13 +02:00
|
|
|
background-position-x: left;
|
|
|
|
background-position-y: center;
|
|
|
|
}
|
|
|
|
.sorting_asc {
|
2019-06-21 19:34:47 +02:00
|
|
|
background: url(../../images/sort_up_green.png) no-repeat;
|
2019-06-07 17:35:13 +02:00
|
|
|
background-position-x: left;
|
|
|
|
background-position-y: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info_table.events > tbody > tr > td {
|
|
|
|
-moz-border-radius: 0px;
|
|
|
|
-webkit-border-radius: 0px;
|
|
|
|
border-radius: 0px;
|
|
|
|
border: none;
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 9px;
|
|
|
|
padding-top: 7px;
|
|
|
|
padding-bottom: 7px;
|
|
|
|
border-bottom: 2px solid #dedede;
|
2022-06-09 11:02:11 +02:00
|
|
|
word-break: break-all;
|
2019-06-07 17:35:13 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.filter_input {
|
|
|
|
align-items: center;
|
2020-01-13 18:24:29 +01:00
|
|
|
min-width: 400px;
|
|
|
|
max-width: 450px;
|
2019-06-07 17:35:13 +02:00
|
|
|
}
|
|
|
|
|
2020-09-11 14:34:41 +02:00
|
|
|
.filter_input .select2,
|
2019-06-07 17:35:13 +02:00
|
|
|
.filter_input_little > select,
|
|
|
|
.filter_input_little > input,
|
|
|
|
.filter_input > select,
|
|
|
|
.filter_input > input {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
2022-07-05 17:02:40 +02:00
|
|
|
form.flex-row div.filter_input.filter_input_switch {
|
|
|
|
justify-content: flex-start;
|
|
|
|
}
|
|
|
|
|
|
|
|
form.flex-row div.filter_input.filter_input_switch .p-slider {
|
|
|
|
width: 30px;
|
|
|
|
}
|
|
|
|
|
2022-11-18 14:04:54 +01:00
|
|
|
form .filter_input_not_search .p-switch {
|
|
|
|
flex: 0 1 30px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2019-06-07 17:35:13 +02:00
|
|
|
fieldset {
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
2019-06-07 22:44:02 +02:00
|
|
|
|
|
|
|
.event.flex-row.h100p.nowrap div {
|
|
|
|
max-width: 98%;
|
|
|
|
}
|
2019-06-18 17:40:31 +02:00
|
|
|
.event.flex-row.h100p.nowrap .mini-criticity {
|
|
|
|
width: 10px;
|
|
|
|
min-width: 10px;
|
|
|
|
max-width: 10px;
|
|
|
|
}
|
2019-06-10 15:18:35 +02:00
|
|
|
|
2023-02-27 09:57:17 +01:00
|
|
|
.fixed_filter_bar > div.white_table_graph_header:has(div.filter_summary) {
|
|
|
|
padding: 5px 20px;
|
|
|
|
}
|
|
|
|
|
2019-06-10 15:18:35 +02:00
|
|
|
.filter_summary {
|
2023-02-27 09:57:17 +01:00
|
|
|
display: flex;
|
|
|
|
justify-content: end;
|
|
|
|
/* justify-content: space-around; */
|
|
|
|
width: 100%;
|
|
|
|
float: right;
|
2019-06-10 15:18:35 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.filter_summary div.label {
|
|
|
|
background: #878787;
|
|
|
|
color: #fff;
|
|
|
|
font-weight: bolder;
|
|
|
|
border-radius: 5px;
|
2023-02-27 09:57:17 +01:00
|
|
|
padding: 0.2em 0.5em;
|
2019-06-10 15:18:35 +02:00
|
|
|
}
|
|
|
|
.filter_summary div.content {
|
2023-02-27 09:57:17 +01:00
|
|
|
padding: 0.2em 0.5em;
|
2019-06-10 15:18:35 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.filter_summary > div {
|
|
|
|
border: 1px solid #eee;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.filter_summary div {
|
|
|
|
float: left;
|
|
|
|
margin-right: 2em;
|
|
|
|
text-align: center;
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#events_processing {
|
|
|
|
background: #dedede;
|
|
|
|
font-size: 3em;
|
|
|
|
height: auto;
|
|
|
|
padding: 2em;
|
|
|
|
color: #777;
|
|
|
|
border: none;
|
|
|
|
margin-top: -2em;
|
2022-04-19 09:30:27 +02:00
|
|
|
box-sizing: border-box;
|
2019-06-10 15:18:35 +02:00
|
|
|
}
|
2019-06-11 12:58:18 +02:00
|
|
|
|
|
|
|
/* Image open dialog in group events by agents*/
|
|
|
|
#open_agent_groups {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table_modal_alternate {
|
|
|
|
border-spacing: 0px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Modal window - Show More */
|
|
|
|
table.table_modal_alternate tr:nth-child(odd) td {
|
|
|
|
background-color: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table_modal_alternate tr:nth-child(even) td {
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
border-top: 1px solid #e0e0e0;
|
|
|
|
border-bottom: 1px solid #e0e0e0;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table_modal_alternate tr td {
|
|
|
|
height: 33px;
|
|
|
|
max-height: 33px;
|
|
|
|
min-height: 33px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.events_tabs {
|
|
|
|
background: #ffffff;
|
|
|
|
border: 0px;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.events_tabs:before,
|
|
|
|
ul.events_tabs:after {
|
|
|
|
content: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.events_tabs > li {
|
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
float: none;
|
|
|
|
outline-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.events_tabs > li.ui-state-default {
|
|
|
|
background: #fff;
|
|
|
|
border: none;
|
|
|
|
border-bottom: 2px solid #cacaca;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.events_tabs > li a {
|
|
|
|
text-align: center;
|
|
|
|
float: none;
|
|
|
|
padding: 8px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.events_tabs > li span {
|
|
|
|
position: relative;
|
|
|
|
top: -6px;
|
|
|
|
left: 5px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.events_tabs > li.ui-tabs-active {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
|
|
|
|
background: none;
|
|
|
|
margin: 0;
|
|
|
|
margin-bottom: -1px;
|
|
|
|
border: none;
|
2019-07-09 16:41:00 +02:00
|
|
|
border-bottom: 1px solid #a9a9a9;
|
2019-06-11 12:58:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header
|
|
|
|
li {
|
2022-11-10 15:06:39 +01:00
|
|
|
border: 0;
|
2019-06-11 12:58:18 +02:00
|
|
|
padding: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header
|
|
|
|
li
|
|
|
|
> a {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header
|
|
|
|
li
|
|
|
|
> a
|
|
|
|
> img {
|
|
|
|
margin-right: 0.3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active {
|
2022-11-11 16:15:17 +01:00
|
|
|
border-bottom: 5px solid rgb(130, 185, 46) !important;
|
2019-06-11 12:58:18 +02:00
|
|
|
}
|
2019-06-12 18:19:39 +02:00
|
|
|
|
|
|
|
tr.group {
|
|
|
|
padding: 5px;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
tr.group * {
|
|
|
|
text-align: left;
|
|
|
|
color: #222;
|
|
|
|
text-indent: 3em;
|
|
|
|
background: #e2e2e2;
|
|
|
|
}
|
2019-06-13 19:41:21 +02:00
|
|
|
|
|
|
|
div.multi-response-buttons {
|
|
|
|
margin-top: 2em;
|
|
|
|
width: 100%;
|
|
|
|
text-align: right;
|
|
|
|
}
|
2021-10-15 09:36:22 +02:00
|
|
|
|
|
|
|
.event_detail_tab_menu li {
|
|
|
|
max-width: 160px;
|
|
|
|
}
|
2022-05-31 17:09:15 +02:00
|
|
|
|
|
|
|
.select_tags {
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 1400px) {
|
|
|
|
.select_tags {
|
|
|
|
width: 165px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 1250px) {
|
|
|
|
.select_tags {
|
|
|
|
width: 125px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 1100px) {
|
|
|
|
.select_tags {
|
|
|
|
width: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
form.flex-row div.filter_input.large {
|
|
|
|
flex: 1;
|
|
|
|
min-width: 600px;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2022-06-17 12:50:40 +02:00
|
|
|
|
|
|
|
#events_buffers_display {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
width: fit-content;
|
2022-06-23 18:06:25 +02:00
|
|
|
min-width: 300px;
|
2022-06-17 12:50:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#events_buffers_display ul {
|
2022-06-23 18:06:25 +02:00
|
|
|
min-width: 300px;
|
2022-06-17 12:50:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#events_buffers_display li {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: flex-start;
|
|
|
|
align-items: center;
|
2022-06-23 18:06:25 +02:00
|
|
|
position: relative;
|
|
|
|
height: 20px;
|
2022-06-17 12:50:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#events_buffers_display ul li span.info {
|
|
|
|
flex: 1 1 100px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#events_buffers_display ul li span.danger {
|
|
|
|
color: red;
|
2022-06-23 18:06:25 +02:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: flex-end;
|
|
|
|
align-items: center;
|
2022-06-17 12:50:40 +02:00
|
|
|
}
|
|
|
|
|
2022-06-23 18:06:25 +02:00
|
|
|
#events_buffers_display ul li span.danger img {
|
|
|
|
position: absolute;
|
|
|
|
top: -3px;
|
|
|
|
}
|
2022-06-17 12:50:40 +02:00
|
|
|
#events_buffers_display ul li span.text {
|
|
|
|
color: #3f3f3f;
|
|
|
|
}
|
2022-06-23 18:06:25 +02:00
|
|
|
|
|
|
|
.white_table_graph_header {
|
|
|
|
align-items: center;
|
|
|
|
}
|
2022-09-23 13:55:01 +02:00
|
|
|
|
|
|
|
.container-massive-events-response {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: flex-start;
|
|
|
|
align-items: flex-start;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container-massive-events-response-cell {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: flex-start;
|
|
|
|
align-content: flex-start;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container-massive-events-response-command > span {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container-massive-events-response-output {
|
|
|
|
/*border: 2px dashed #ddd;*/
|
|
|
|
/*padding: 10px;*/
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container-massive-events-response-execute {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: flex-end;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2022-09-27 09:51:37 +02:00
|
|
|
|
|
|
|
#massive-parameters-response {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#massive-parameters-response > div {
|
|
|
|
width: 80%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#massive-parameters-response > div h5 {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#massive-parameters-response > div div {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
2023-02-09 16:13:30 +01:00
|
|
|
|
|
|
|
/*
|
|
|
|
.main_menu_icon_event {
|
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
.event_module_background_state {
|
|
|
|
mask: url(../../images/modules@svg.svg) no-repeat center / contain;
|
|
|
|
-webkit-mask: url(../../images/modules@svg.svg) no-repeat center / contain;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon_background_critical {
|
|
|
|
background-color: #e63c52;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon_background_warning {
|
|
|
|
background-color: #fcab10;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon_background_normal {
|
|
|
|
background-color: #82b92e;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon_background_unknown {
|
|
|
|
background-color: gray;
|
|
|
|
}
|
2023-02-10 11:47:20 +01:00
|
|
|
|
|
|
|
.events-refr {
|
|
|
|
width: 350px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
flex-direction: row-reverse;
|
|
|
|
justify-content: flex-start;
|
|
|
|
}
|
2023-02-21 13:18:44 +01:00
|
|
|
|
|
|
|
td:has(div#server_to_exec_label),
|
|
|
|
td:has(div#server_to_exec_value) {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
2023-02-27 09:57:17 +01:00
|
|
|
|
|
|
|
table#save_filter_form,
|
|
|
|
table#load_filter_form {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
td#save_filter_form-0-0 > input[type="radio"],
|
|
|
|
td#save_filter_form-0-1 > input[type="radio"] {
|
|
|
|
height: 14px;
|
|
|
|
}
|
2023-03-10 08:40:38 +01:00
|
|
|
|
|
|
|
.module-search > input[type="text"] {
|
|
|
|
margin-bottom: 6px;
|
|
|
|
}
|