| 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 |
} |
| 24 |
|
| 25 |
div.wpda_geo_map div.wpdapro_geolocation_container { |
| 26 |
width: 100%; |
| 27 |
} |
| 28 |
|
| 29 |
table.dataTable tbody td.wpda_geo_map_marker { |
| 30 |
background: url('../images/spotlight.png') right top no-repeat; |
| 31 |
position: relative; |
| 32 |
} |
| 33 |
|
| 34 |
table.dataTable tbody td.wpda_geo_map_marker div.wpda_geo_map_marker_link, |
| 35 |
table.dataTable tbody td.wpda_geo_map_marker_before div.wpda_geo_map_marker_link { |
| 36 |
display: inline-block; |
| 37 |
position: absolute; |
| 38 |
font-weight: bold; |
| 39 |
color: black; |
| 40 |
} |
| 41 |
|
| 42 |
table.dataTable tbody td.wpda_geo_map_marker div.wpda_geo_map_marker_link a, |
| 43 |
table.dataTable tbody td.wpda_geo_map_marker_before div.wpda_geo_map_marker_link a { |
| 44 |
color: black; |
| 45 |
} |
| 46 |
|
| 47 |
table.dataTable tbody td.wpda_geo_map_marker div.wpda_geo_map_marker_link { |
| 48 |
top: 2px; |
| 49 |
right: 0; |
| 50 |
width: 28px; |
| 51 |
text-align: center; |
| 52 |
} |
| 53 |
|
| 54 |
table.dataTable tbody td.wpda_geo_map_marker_before { |
| 55 |
background: url('../images/spotlight.png') left top no-repeat; |
| 56 |
position: relative; |
| 57 |
padding-left: 35px; |
| 58 |
} |
| 59 |
|
| 60 |
table.dataTable tbody td.wpda_geo_map_marker_before div.wpda_geo_map_marker_link { |
| 61 |
top: 4px; |
| 62 |
left: 8px; |
| 63 |
} |
| 64 |
|
| 65 |
.wpda_range_filter_globe { |
| 66 |
float: right; |
| 67 |
margin: 8px; |
| 68 |
} |
| 69 |
|
| 70 |
th.wpda_geo_distance, |
| 71 |
td.wpda_geo_distance { |
| 72 |
text-align: right; |
| 73 |
} |
| 74 |
|
| 75 |
table.dataTable, table.dataTable th, table.dataTable td { |
| 76 |
box-sizing: border-box; |
| 77 |
} |
| 78 |
|
| 79 |
table.wpda-child-modal { |
| 80 |
border: none; |
| 81 |
} |
| 82 |
table.wpda-child-modal tbody { |
| 83 |
overflow-y: auto; |
| 84 |
overflow-x: hidden; |
| 85 |
} |
| 86 |
table.wpda-child-modal tbody td:first-child { |
| 87 |
min-width: 15vw; |
| 88 |
} |
| 89 |
table.wpda-child-modal tbody td:last-child { |
| 90 |
min-width: 25vw; |
| 91 |
} |
| 92 |
table.wpda-child-table tbody td.wpda-child-label { |
| 93 |
font-weight: normal; |
| 94 |
} |
| 95 |
table.wpda-child-table tbody td.wpda-child-value { |
| 96 |
font-weight: bold; |
| 97 |
} |
| 98 |
table.wpda-child-modal div.wpda-modal-footer { |
| 99 |
padding-top: 10px; |
| 100 |
text-align: center; |
| 101 |
} |
| 102 |
|
| 103 |
body div.dtr-modal div.dtr-modal-display { |
| 104 |
width: min-content; |
| 105 |
display: inline-table; |
| 106 |
height: unset; |
| 107 |
} |
| 108 |
div.dtr-modal-content table.wpda-child-modal thead, |
| 109 |
div.dtr-modal-content table.wpda-child-modal tbody, |
| 110 |
div.dtr-modal-content table.wpda-child-modal tfoot { |
| 111 |
display: block; |
| 112 |
} |
| 113 |
div.dtr-modal-content table.wpda-child-modal tbody { |
| 114 |
max-height: 50vh; |
| 115 |
} |
| 116 |
div.dtr-modal-content table.wpda-child-table { |
| 117 |
display: table-cell; |
| 118 |
} |
| 119 |
body div.dtr-modal { |
| 120 |
z-index: 999999 !important; |
| 121 |
} |
| 122 |
.pagination .next::after { |
| 123 |
content: none; |
| 124 |
} |
| 125 |
div.dataTables_wrapper.dt-bootstrap .dataTables_paginate .paginate_button { |
| 126 |
border: none !important; |
| 127 |
} |
| 128 |
|
| 129 |
div.dtr-modal-content h2 { |
| 130 |
text-align: center; |
| 131 |
} |
| 132 |
|
| 133 |
table.wpda-child-expanded, |
| 134 |
table.dataTable table.wpda-child-expanded > tr > td { |
| 135 |
padding: 0; |
| 136 |
margin: 0; |
| 137 |
border: none; |
| 138 |
width: 100%; |
| 139 |
} |
| 140 |
table.dataTable.dtr-inline.collapsed>tbody>tr>td.child { |
| 141 |
padding: 0; |
| 142 |
border: none; |
| 143 |
} |
| 144 |
|
| 145 |
/* RESET jQuery UI */ |
| 146 |
div.dataTables_wrapper.dt-jqueryui .dataTables_filter input, |
| 147 |
div.dataTables_wrapper.dt-jqueryui .dataTables_length select { |
| 148 |
color: inherit; |
| 149 |
} |
| 150 |
div.dataTables_wrapper.dt-jqueryui table.dataTable, |
| 151 |
div.dataTables_wrapper.dt-jqueryui table.dataTable th, |
| 152 |
div.dataTables_wrapper.dt-jqueryui table.dataTable td { |
| 153 |
box-sizing: border-box; |
| 154 |
} |
| 155 |
div.dataTables_wrapper.dt-jqueryui table.dataTable, |
| 156 |
div.dataTables_wrapper.dt-jqueryui table.dataTable a { |
| 157 |
_color: inherit; |
| 158 |
} |
| 159 |
div.dataTables_wrapper.dt-jqueryui table.dataTable a { |
| 160 |
font-weight: bold; |
| 161 |
} |
| 162 |
div.dataTables_wrapper.dt-jqueryui table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, |
| 163 |
div.dataTables_wrapper.dt-jqueryui table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before { |
| 164 |
box-sizing: border-box; |
| 165 |
background-color: unset; |
| 166 |
color: inherit; |
| 167 |
font-weight: bold; |
| 168 |
padding-top: 1px; |
| 169 |
height: 1.25em; |
| 170 |
width: 1.25em; |
| 171 |
} |
| 172 |
div.dataTables_wrapper.dt-jqueryui table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control { |
| 173 |
padding-left: 40px; |
| 174 |
} |
| 175 |
div.dataTables_wrapper.dt-jqueryui table.dataTable tbody tr:not(.selected) { |
| 176 |
background-color: transparent; |
| 177 |
} |
| 178 |
input.wpda-close-button, |
| 179 |
input.wpda-close-button:hover { |
| 180 |
border: none; |
| 181 |
} |
| 182 |
input.wpda-close-button:hover { |
| 183 |
color: initial; |
| 184 |
} |
| 185 |
|
| 186 |
/* Responsive icon */ |
| 187 |
table.dataTable.wpda-datatable.dtr-inline.collapsed > tbody > tr[role="row"] > td.dtr-control::before, |
| 188 |
table.dataTable.wpda-datatable.dtr-inline.collapsed > tbody > tr[role="row"] > th.dtr-control::before { |
| 189 |
top: unset; |
| 190 |
margin-top: 2px; |
| 191 |
} |
| 192 |
|
| 193 |
table.dataTable.wpda-datatable tbody tr td.child table.wpda-child-expanded>tr>td { |
| 194 |
padding: 0; |
| 195 |
} |
| 196 |
table.dataTable.wpda-datatable tbody tr td.child table.wpda-child-expanded>tr>td table.wpda-child-table { |
| 197 |
border: none; |
| 198 |
} |
| 199 |
|
| 200 |
table.dataTable.wpda-datatable th.wpda_format_number, |
| 201 |
table.dataTable.wpda-datatable td.wpda_format_number, |
| 202 |
table.dataTable.wpda-datatable th.wpda_format_date, |
| 203 |
table.dataTable.wpda-datatable td.wpda_format_date { |
| 204 |
white-space: nowrap; |
| 205 |
overflow: hidden; |
| 206 |
} |
| 207 |
|
| 208 |
button.dt-button>span>i.fas { |
| 209 |
font-size: 150%; |
| 210 |
vertical-align: middle; |
| 211 |
} |
| 212 |
button.dt-button>span>i.wpda-space { |
| 213 |
padding-right: 3px; |
| 214 |
} |
| 215 |
|
| 216 |
div.dataTables_wrapper div.dt-buttons, |
| 217 |
div.dataTables_wrapper div.dataTables_length{ |
| 218 |
padding-right: 10px; |
| 219 |
} |
| 220 |
|
| 221 |
div.dataTables_wrapper div.wpda-buttons { |
| 222 |
display: flex; |
| 223 |
} |
| 224 |
|
| 225 |
div.dtsp-topRow div.dtsp-subRow1 button.dtsp-searchIcon { |
| 226 |
border: none !important; |
| 227 |
background-color: transparent !important; |
| 228 |
} |
| 229 |
|
| 230 |
table.dataTable.wpda-datatable input[type="search"] { |
| 231 |
box-sizing: border-box; |
| 232 |
border: 1px solid #aaa; |
| 233 |
border-radius: 3px; |
| 234 |
padding: 5px; |
| 235 |
background-color: transparent; |
| 236 |
margin-left: 3px; |
| 237 |
font-size: inherit; |
| 238 |
} |
| 239 |
|
| 240 |
div.dataTables_info, |
| 241 |
div.dataTables_paginate { |
| 242 |
font-size: inherit; |
| 243 |
} |
| 244 |
|
| 245 |
div.dataTables_wrapper .dataTables_length select, |
| 246 |
div.dataTables_wrapper .dataTables_filter input[type="search"] { |
| 247 |
font-size: inherit; |
| 248 |
min-width: 60px; |
| 249 |
} |
| 250 |
|
| 251 |
div.wpda_publication_container input[type="search"]::-webkit-search-cancel-button { |
| 252 |
-webkit-appearance: searchfield-cancel-button; |
| 253 |
} |
| 254 |
|