buli
2023-06-09 dcd1d3017647f5f821b12be2328416d7c34617a3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
.THIS {
}
 
.THIS .name {
  margin-right: 0.5cm;
}
 
.THIS .wh {
  width: 670px;
  height: 500px;
}
 
.THIS .slds-modal__container {
  max-width: 70rem !important;
  width: 90% !important;
}
 
.THIS .modal-body {
  height: 500px !important;
  max-height: 500px !important;
}
 
.THIS table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 98%;
  margin-left: 5px;
  /* border: 1px solid #000000; */
  text-align: center;
}
.THIS tr {
  /* border: 1px solid #000000; */
  text-align: center;
}
.THIS td {
  /* border: 1px solid #000000; */
  text-align: center;
}
 
.THIS th {
  /* border: 1px solid #000000; */
  text-align: center;
}
 
.THIS.backgroundInverse {
  position: relative;
  background-color: #16325c;
  height: 80px;
}
 
.THIS.exampleHolder {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  width: 55px;
  vertical-align: middle;
  white-space: nowrap;
}
 
.THIS .searchButton {
  margin-top: 20px;
  margin-left: 20px;
}