Lines Matching +full:- +full:- +full:group

1 @keyframes dtb-spinner {
6 @-o-keyframes dtb-spinner {
8 -o-transform: rotate(360deg);
12 @-ms-keyframes dtb-spinner {
14 -ms-transform: rotate(360deg);
18 @-webkit-keyframes dtb-spinner {
20 -webkit-transform: rotate(360deg);
24 @-moz-keyframes dtb-spinner {
26 -moz-transform: rotate(360deg);
34 div.dt-buttons {
37 div.dt-buttons .dt-button {
39 text-overflow: ellipsis;
42 div.dt-button-info {
47 margin-top: -100px;
48 margin-left: -200px;
49 background-color: white;
50 border-radius: 0.75em;
51 box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.8);
52 text-align: center;
53 z-index: 2003;
56 div.dt-button-info h2 {
59 font-weight: normal;
61 div.dt-button-info > div {
65 div.dtb-popover-close {
71 text-align: center;
72 border-radius: 3px;
74 z-index: 2003;
77 button.dtb-hide-drop {
81 div.dt-button-collection-title {
82 text-align: center;
84 margin-left: 0.5em;
85 margin-right: 0.5em;
86 font-size: 0.9em;
89 div.dt-button-collection-title:empty {
93 span.dt-button-spacer {
94 display: inline-block;
96 white-space: nowrap;
98 span.dt-button-spacer.bar {
99 border-left: 1px solid rgba(0, 0, 0, 0.3);
100 vertical-align: middle;
101 padding-left: 0.5em;
103 span.dt-button-spacer.bar:empty {
106 padding-left: 0;
109 div.dt-button-collection .dt-button-active {
110 padding-right: 3em;
112 div.dt-button-collection .dt-button-active:after {
115 margin-top: -10px;
117 display: inline-block;
121 div.dt-button-collection .dt-button-active.dt-button-split {
122 padding-right: 0;
124 div.dt-button-collection .dt-button-active.dt-button-split:after {
127 div.dt-button-collection .dt-button-active.dt-button-split > *:first-child {
128 padding-right: 3em;
130 div.dt-button-collection .dt-button-active.dt-button-split > *:first-child:after {
133 margin-top: -10px;
135 display: inline-block;
139 div.dt-button-collection .dt-button-active-a a {
140 padding-right: 3em;
142 div.dt-button-collection .dt-button-active-a a:after {
145 display: inline-block;
149 div.dt-button-collection span.dt-button-spacer {
151 font-size: 0.9em;
152 text-align: center;
155 div.dt-button-collection span.dt-button-spacer:empty {
159 div.dt-button-collection span.dt-button-spacer.bar {
160 border-left: none;
161 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
162 padding-left: 0;
165 html.dark div.dt-button-info {
166 background-color: var(--dt-html-background);
170 div.dt-buttons.button-group.fixed {
175 margin-left: -75px;
176 border-radius: 5px;
177 background-color: white;
180 div.dt-buttons.button-group.fixed.two-column {
181 margin-left: -200px;
183 div.dt-buttons.button-group.fixed.three-column {
184 margin-left: -225px;
186 div.dt-buttons.button-group.fixed.four-column {
187 margin-left: -300px;
189 div.dt-buttons.button-group.fixed.columns {
190 margin-left: -409px;
192 @media screen and (max-width: 1024px) {
193 div.dt-buttons.button-group.fixed.columns {
194 margin-left: -308px;
197 @media screen and (max-width: 640px) {
198 div.dt-buttons.button-group.fixed.columns {
199 margin-left: -203px;
202 @media screen and (max-width: 460px) {
203 div.dt-buttons.button-group.fixed.columns {
204 margin-left: -100px;
207 div.dt-buttons.button-group.fixed > :last-child {
208 max-height: 100vh;
211-buttons.button-group.two-column > :last-child, div.dt-buttons.button-group.three-column > :last-c…
213 -webkit-column-gap: 8px;
214 -moz-column-gap: 8px;
215 -ms-column-gap: 8px;
216 -o-column-gap: 8px;
217 column-gap: 8px;
219-buttons.button-group.two-column > :last-child > *, div.dt-buttons.button-group.three-column > :la…
220 -webkit-column-break-inside: avoid;
221 break-inside: avoid;
223 div.dt-buttons.button-group.two-column {
226 div.dt-buttons.button-group.two-column > :last-child {
227 padding-bottom: 1px;
228 column-count: 2;
230 div.dt-buttons.button-group.three-column {
233 div.dt-buttons.button-group.three-column > :last-child {
234 padding-bottom: 1px;
235 column-count: 3;
237 div.dt-buttons.button-group.four-column {
240 div.dt-buttons.button-group.four-column > :last-child {
241 padding-bottom: 1px;
242 column-count: 4;
244 div.dt-buttons.button-group .dt-button {
245 border-radius: 0;
247 div.dt-buttons.button-group.columns {
250 div.dt-buttons.button-group.columns > :last-child {
252 flex-wrap: wrap;
253 justify-content: flex-start;
254 align-items: center;
257 padding-bottom: 1px;
259 div.dt-buttons.button-group.columns > :last-child .dt-button {
260 min-width: 200px;
264-buttons.button-group.columns.dtb-b3 > :last-child, div.dt-buttons.button-group.columns.dtb-b2 > :…
265 justify-content: space-between;
267 div.dt-buttons.button-group.columns.dtb-b3 .dt-button {
270 div.dt-buttons.button-group.columns.dtb-b2 .dt-button {
273 div.dt-buttons.button-group.columns.dtb-b1 .dt-button {
276 @media screen and (max-width: 1024px) {
277 div.dt-buttons.button-group.columns > :last-child {
281 @media screen and (max-width: 640px) {
282 div.dt-buttons.button-group.columns > :last-child {
285 div.dt-buttons.button-group.columns.dtb-b3 .dt-button {
289 @media screen and (max-width: 460px) {
290 div.dt-buttons.button-group.columns > :last-child {
294 div.dt-buttons.button-group div.dt-button-split {
295 margin-bottom: 0;
297 div.dt-buttons.button-group div.dt-button-split > button:last-child {
298 margin-right: 1px;
300 div.dt-buttons.button-group div.dt-button-collection {
302 min-width: 200px;
303 margin-top: 3px !important;
304 z-index: 2002;
306 div.dt-buttons.button-group div.dt-button-collection .dropdown.menu {
310 div.dt-buttons.button-group div.dt-button-collection div.dt-button-split {
312 flex-direction: row;
313 flex-wrap: wrap;
314 justify-content: flex-start;
315 align-content: flex-start;
316 align-items: stretch;
318 div.dt-buttons.button-group div.dt-button-collection div.dt-button-split > *:first-child {
319 min-width: auto;
321 padding-right: 0;
323 div.dt-buttons.button-group div.dt-button-collection div.dt-button-split > *:last-child {
324 min-width: 33px;
328 line-height: 1rem;
330 div.dt-buttons.button-group div.dt-button-collection div.dt-button-split > *:last-child:after {
331 border-top-color: #1779ba;
332 margin-left: -10px;
334 div.dt-buttons.button-group div.dt-button-collection div.dt-button-split > *:last-child:hover {
335 border-top-color: #0b6daf;
336 margin-left: -10px;