| 1 |
table.dataTable thead tr th, |
| 2 |
table.dataTable thead tr td, |
| 3 |
table.dataTable tfoot tr th { |
| 4 |
white-space: nowrap; |
| 5 |
} |
| 6 |
|
| 7 |
.wpda_more_container { |
| 8 |
text-align: center; |
| 9 |
} |
| 10 |
|
| 11 |
.wpda_more_button { |
| 12 |
width: 100%; |
| 13 |
} |
| 14 |
|
| 15 |
.wpda_geo_globe { |
| 16 |
font-size: 150%; |
| 17 |
vertical-align: middle; |
| 18 |
} |
| 19 |
|
| 20 |
.wpda_geo_map { |
| 21 |
display: none; |
| 22 |
width: 100%; |
| 23 |
margin-top: 10px; |
| 24 |
} |
| 25 |
|
| 26 |
div.wpda_geo_map div.wpdapro_geolocation_container { |
| 27 |
width: 100%; |
| 28 |
} |
| 29 |
|
| 30 |
table.dataTable tbody td.wpda_geo_map_marker { |
| 31 |
background: url('../images/spotlight.png') right top no-repeat; |
| 32 |
position: relative; |
| 33 |
} |
| 34 |
|
| 35 |
table.dataTable tbody td.wpda_geo_map_marker div.wpda_geo_map_marker_link, |
| 36 |
table.dataTable tbody td.wpda_geo_map_marker_before div.wpda_geo_map_marker_link { |
| 37 |
display: inline-block; |
| 38 |
position: absolute; |
| 39 |
font-weight: bold; |
| 40 |
color: black; |
| 41 |
} |
| 42 |
|
| 43 |
table.dataTable tbody td.wpda_geo_map_marker div.wpda_geo_map_marker_link a, |
| 44 |
table.dataTable tbody td.wpda_geo_map_marker_before div.wpda_geo_map_marker_link a { |
| 45 |
color: black; |
| 46 |
} |
| 47 |
|
| 48 |
table.dataTable tbody td.wpda_geo_map_marker div.wpda_geo_map_marker_link { |
| 49 |
top: 2px; |
| 50 |
right: 0; |
| 51 |
width: 28px; |
| 52 |
text-align: center; |
| 53 |
} |
| 54 |
|
| 55 |
table.dataTable tbody td.wpda_geo_map_marker_before { |
| 56 |
background: url('../images/spotlight.png') left top no-repeat; |
| 57 |
position: relative; |
| 58 |
padding-left: 35px; |
| 59 |
} |
| 60 |
|
| 61 |
table.dataTable tbody td.wpda_geo_map_marker_before div.wpda_geo_map_marker_link { |
| 62 |
top: 4px; |
| 63 |
left: 8px; |
| 64 |
} |
| 65 |
|
| 66 |
.wpda_range_filter { |
| 67 |
margin-bottom: 5px; |
| 68 |
} |
| 69 |
|
| 70 |
.wpda_range_filter select, |
| 71 |
.wpda_range_filter input { |
| 72 |
font-size: initial; |
| 73 |
} |
| 74 |
|
| 75 |
.wpda_range_filter_globe { |
| 76 |
float: right; |
| 77 |
margin: 8px; |
| 78 |
} |
| 79 |
|
| 80 |
th.wpda_geo_distance, |
| 81 |
td.wpda_geo_distance { |
| 82 |
text-align: right; |
| 83 |
} |
| 84 |
|
| 85 |
table.dataTable, table.dataTable th, table.dataTable td { |
| 86 |
box-sizing: border-box; |
| 87 |
} |
| 88 |
|
| 89 |
table.wpda-child-modal { |
| 90 |
border: none; |
| 91 |
} |
| 92 |
table.wpda-child-modal tbody { |
| 93 |
overflow-y: auto; |
| 94 |
overflow-x: hidden; |
| 95 |
} |
| 96 |
table.wpda-child-modal tbody td:first-child { |
| 97 |
min-width: 15vw; |
| 98 |
} |
| 99 |
table.wpda-child-modal tbody td:last-child { |
| 100 |
min-width: 25vw; |
| 101 |
} |
| 102 |
table.wpda-child-table tbody td.wpda-child-label { |
| 103 |
font-weight: normal; |
| 104 |
} |
| 105 |
table.wpda-child-table tbody td.wpda-child-value { |
| 106 |
font-weight: bold; |
| 107 |
} |
| 108 |
table.wpda-child-modal div.wpda-modal-footer { |
| 109 |
padding-top: 10px; |
| 110 |
text-align: center; |
| 111 |
} |
| 112 |
|
| 113 |
body div.dtr-modal div.dtr-modal-display { |
| 114 |
width: min-content; |
| 115 |
display: inline-table; |
| 116 |
height: unset; |
| 117 |
} |
| 118 |
@-moz-document url-prefix() { |
| 119 |
body div.dtr-modal div.dtr-modal-display { |
| 120 |
height: inherit; |
| 121 |
} |
| 122 |
} |
| 123 |
div.dtr-modal-content table.wpda-child-modal thead, |
| 124 |
div.dtr-modal-content table.wpda-child-modal tbody, |
| 125 |
div.dtr-modal-content table.wpda-child-modal tfoot { |
| 126 |
display: block; |
| 127 |
} |
| 128 |
div.dtr-modal-content table.wpda-child-modal tbody { |
| 129 |
max-height: 50vh; |
| 130 |
} |
| 131 |
div.dtr-modal-content table.wpda-child-table { |
| 132 |
display: table-cell; |
| 133 |
} |
| 134 |
body div.dtr-modal { |
| 135 |
z-index: 999999 !important; |
| 136 |
} |
| 137 |
.pagination .next::after { |
| 138 |
content: none; |
| 139 |
} |
| 140 |
div.dataTables_wrapper.dt-bootstrap .dataTables_paginate .paginate_button { |
| 141 |
border: none !important; |
| 142 |
} |
| 143 |
|
| 144 |
div.dtr-modal-content h2 { |
| 145 |
text-align: center; |
| 146 |
} |
| 147 |
|
| 148 |
table.wpda-child-expanded, |
| 149 |
table.dataTable table.wpda-child-expanded > tr > td { |
| 150 |
padding: 0; |
| 151 |
margin: 0; |
| 152 |
border: none; |
| 153 |
width: 100%; |
| 154 |
} |
| 155 |
table.dataTable.dtr-inline.collapsed>tbody>tr>td.child { |
| 156 |
padding: 0 !important; |
| 157 |
border: none; |
| 158 |
} |
| 159 |
table.dataTable.dtr-inline.collapsed>tbody>tr>td.child table { |
| 160 |
margin: 0; |
| 161 |
} |
| 162 |
|
| 163 |
/* RESET jQuery UI */ |
| 164 |
div.dataTables_wrapper.dt-jqueryui .dataTables_filter input, |
| 165 |
div.dataTables_wrapper.dt-jqueryui .dataTables_length select { |
| 166 |
color: inherit; |
| 167 |
} |
| 168 |
div.dataTables_wrapper.dt-jqueryui table.dataTable, |
| 169 |
div.dataTables_wrapper.dt-jqueryui table.dataTable th, |
| 170 |
div.dataTables_wrapper.dt-jqueryui table.dataTable td { |
| 171 |
box-sizing: border-box; |
| 172 |
} |
| 173 |
div.dataTables_wrapper.dt-jqueryui table.dataTable, |
| 174 |
div.dataTables_wrapper.dt-jqueryui table.dataTable a { |
| 175 |
_color: inherit; |
| 176 |
} |
| 177 |
div.dataTables_wrapper.dt-jqueryui table.dataTable a { |
| 178 |
font-weight: bold; |
| 179 |
} |
| 180 |
div.dataTables_wrapper.dt-jqueryui table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, |
| 181 |
div.dataTables_wrapper.dt-jqueryui table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before { |
| 182 |
box-sizing: border-box; |
| 183 |
background-color: unset; |
| 184 |
color: inherit; |
| 185 |
font-weight: bold; |
| 186 |
padding-top: 1px; |
| 187 |
height: 1.25em; |
| 188 |
width: 1.25em; |
| 189 |
} |
| 190 |
div.dataTables_wrapper.dt-jqueryui table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control { |
| 191 |
padding-left: 40px; |
| 192 |
} |
| 193 |
div.dataTables_wrapper.dt-jqueryui table.dataTable tbody tr:not(.selected) { |
| 194 |
background-color: transparent; |
| 195 |
} |
| 196 |
input.wpda-close-button, |
| 197 |
input.wpda-close-button:hover { |
| 198 |
border: none; |
| 199 |
} |
| 200 |
input.wpda-close-button:hover { |
| 201 |
color: initial; |
| 202 |
} |
| 203 |
|
| 204 |
/* Set table defaults */ |
| 205 |
div.wpda_publication_container { |
| 206 |
margin: 1em 0; |
| 207 |
} |
| 208 |
|
| 209 |
div.wpda_publication_container .dataTables_wrapper .dataTables_length label, |
| 210 |
div.wpda_publication_container .dataTables_wrapper .dataTables_filter label { |
| 211 |
margin-bottom: 0; |
| 212 |
} |
| 213 |
|
| 214 |
div.wpda_publication_container .dataTables_wrapper .dataTables_length select, |
| 215 |
div.wpda_publication_container .dataTables_wrapper .dataTables_filter input, |
| 216 |
div.wpda_publication_container table.dataTable.wpda-datatable thead select, |
| 217 |
div.wpda_publication_container table.dataTable.wpda-datatable thead input, |
| 218 |
div.wpda_publication_container table.dataTable.wpda-datatable tfoot select, |
| 219 |
div.wpda_publication_container table.dataTable.wpda-datatable tfoot input { |
| 220 |
margin: 0; |
| 221 |
font-size: initial; |
| 222 |
border: 1px solid #aaa; /* datatables default */ |
| 223 |
background: transparent; |
| 224 |
} |
| 225 |
|
| 226 |
div.wpda_publication_container table.dataTable.wpda-datatable thead select, |
| 227 |
div.wpda_publication_container table.dataTable.wpda-datatable thead input, |
| 228 |
div.wpda_publication_container table.dataTable.wpda-datatable tfoot select, |
| 229 |
div.wpda_publication_container table.dataTable.wpda-datatable tfoot input { |
| 230 |
padding: 5px; |
| 231 |
height: unset; |
| 232 |
} |
| 233 |
|
| 234 |
div.wpda_publication_container .dataTables_wrapper .dataTables_filter input { |
| 235 |
margin-left: 0.2em; |
| 236 |
} |
| 237 |
|
| 238 |
div.dataTables_wrapper.dt-jqueryui .dataTables_filter input, |
| 239 |
div.dataTables_wrapper.dt-jqueryui .dataTables_length select { |
| 240 |
color: inherit; |
| 241 |
} |
| 242 |
|
| 243 |
div.wpda_publication_container table.dataTable.wpda-datatable { |
| 244 |
display: inline-table; |
| 245 |
margin: 0.2em 0; |
| 246 |
padding: 0; |
| 247 |
} |
| 248 |
|
| 249 |
div.wpda_publication_container .dataTables_scrollHead table.dataTable.wpda-datatable { |
| 250 |
display: table; |
| 251 |
margin-bottom: 0; |
| 252 |
} |
| 253 |
div.wpda_publication_container .dataTables_scrollBody table.dataTable.wpda-datatable { |
| 254 |
display: table; |
| 255 |
margin: 0; |
| 256 |
} |
| 257 |
div.wpda_publication_container .dataTables_scrollFoot table.dataTable.wpda-datatable { |
| 258 |
display: table; |
| 259 |
margin-top: 0; |
| 260 |
} |
| 261 |
|
| 262 |
div.wpda_publication_container table.dataTable.wpda-datatable tbody tr:nth-child(even):not(.selected), |
| 263 |
.modal-body table tbody tr:nth-child(even):not(.selected) { |
| 264 |
background: #fff; /* datatables default */ |
| 265 |
} |
| 266 |
|
| 267 |
div.wpda_publication_container .dataTables_wrapper .dataTables_info { |
| 268 |
padding-top: 0.55em; |
| 269 |
} |
| 270 |
|
| 271 |
div.wpda_publication_container .dataTables_wrapper .dataTables_paginate { |
| 272 |
padding-top: 0; |
| 273 |
} |
| 274 |
|
| 275 |
table.dataTable.wpda-datatable th { |
| 276 |
padding: 8px 20px 8px 10px; |
| 277 |
text-align: left; |
| 278 |
} |
| 279 |
table.dataTable.wpda-datatable td { |
| 280 |
padding: 8px 10px; |
| 281 |
text-align: left; |
| 282 |
} |
| 283 |
|
| 284 |
/* Responsive icon */ |
| 285 |
table.dataTable.wpda-datatable.dtr-inline.collapsed > tbody > tr[role="row"] > td.dtr-control::before, |
| 286 |
table.dataTable.wpda-datatable.dtr-inline.collapsed > tbody > tr[role="row"] > th.dtr-control::before { |
| 287 |
top: unset; |
| 288 |
margin-top: 2px; |
| 289 |
} |
| 290 |
|
| 291 |
table.dataTable.wpda-datatable tbody tr td.child table.wpda-child-expanded>tr>td { |
| 292 |
padding: 0; |
| 293 |
} |
| 294 |
table.dataTable.wpda-datatable tbody tr td.child table.wpda-child-expanded>tr>td table.wpda-child-table { |
| 295 |
border: none; |
| 296 |
} |
| 297 |
|
| 298 |
table.dataTable.wpda-datatable th.wpda_format_number, |
| 299 |
table.dataTable.wpda-datatable td.wpda_format_number, |
| 300 |
table.dataTable.wpda-datatable th.wpda_format_date, |
| 301 |
table.dataTable.wpda-datatable td.wpda_format_date { |
| 302 |
white-space: nowrap; |
| 303 |
overflow: hidden; |
| 304 |
} |
| 305 |
|
| 306 |
button.dt-button>span>i.fas { |
| 307 |
font-size: 150%; |
| 308 |
vertical-align: middle; |
| 309 |
} |
| 310 |
button.dt-button>span>i.wpda-space { |
| 311 |
padding-right: 3px; |
| 312 |
} |
| 313 |
|
| 314 |
div.dataTables_wrapper div.dt-buttons, |
| 315 |
div.dataTables_wrapper div.dataTables_length{ |
| 316 |
padding-right: 10px; |
| 317 |
} |
| 318 |
|
| 319 |
div.dataTables_wrapper div.dt-buttons button { |
| 320 |
margin-bottom: 0; |
| 321 |
} |
| 322 |
|
| 323 |
div.dataTables_wrapper div.wpda-buttons { |
| 324 |
display: flex; |
| 325 |
} |
| 326 |
|
| 327 |
div.dtsp-topRow div.dtsp-subRow1 button.dtsp-searchIcon { |
| 328 |
border: none !important; |
| 329 |
background-color: transparent !important; |
| 330 |
} |
| 331 |
|
| 332 |
div.wpda_publication_container input[type="search"]::-webkit-search-cancel-button { |
| 333 |
-webkit-appearance: searchfield-cancel-button; |
| 334 |
} |
| 335 |
|
| 336 |
.select-info .select-item { |
| 337 |
display: none; |
| 338 |
} |
| 339 |
.select-info .select-item:first-child { |
| 340 |
display: inline-block; |
| 341 |
} |