aboutsummaryrefslogtreecommitdiff
path: root/.local/share/themes/Greybird/gtk-3.0/gtk.css
blob: 7b79d1d9dc7eab9a00163d74882757e41188d396 (plain)
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
*, .selection-mode.titlebar:not(headerbar) .subtitle:link, headerbar.selection-mode .subtitle:link { padding: 0; -GtkToolButton-icon-spacing: 4; -GtkTextView-error-underline-color: #cc0000; -GtkScrolledWindow-scrollbar-spacing: 0; -GtkToolItemGroup-expander-size: 11; -GtkWidget-text-handle-width: 20; -GtkWidget-text-handle-height: 24; -GtkDialog-button-spacing: 4; -GtkDialog-action-area-border: 0; outline-color: alpha(currentColor,0.3); outline-style: dashed; outline-offset: -3px; outline-width: 1px; -gtk-outline-radius: 2px; -gtk-secondary-caret-color: #bbd8f7; }

/*************** Base States * */
.background { color: #000000; background-color: #fafafa; }

.background:backdrop { color: #444444; background-color: #fafafa; text-shadow: none; -gtk-icon-shadow: none; }

/* These wildcard seems unavoidable, need to investigate. Wildcards are bad and troublesome, use them with care, or better, just don't. Everytime a wildcard is used a kitten dies, painfully. */
spinner:disabled, arrow:disabled, scrollbar:disabled, check:disabled, radio:disabled, treeview.expander:disabled, label:disabled selection.expander { -gtk-icon-effect: dim; }

.gtkstyle-fallback { color: #000000; background-color: #fafafa; text-shadow: none; }

.gtkstyle-fallback:hover { color: #000000; background-color: #e8e8e8; }

.gtkstyle-fallback:active { color: #000000; background-color: #b5b5b5; }

.gtkstyle-fallback:disabled, label:disabled selection.gtkstyle-fallback { color: #444444; background-color: #e0e0e0; }

.gtkstyle-fallback:selected, .selection-mode.titlebar:not(headerbar) .gtkstyle-fallback.subtitle:link, headerbar.selection-mode .gtkstyle-fallback.subtitle:link { color: #000000; background-color: #bbd8f7; }

.view, iconview, .view text, iconview text, textview text { color: #000000; background-color: #fff; }

.view:backdrop, iconview:backdrop, .view text:backdrop, iconview text:backdrop, textview text:backdrop { color: #4c4c4c; background-color: #f9f9f9; }

.view:backdrop:disabled, label:disabled selection:backdrop, iconview:backdrop:disabled, .view text:backdrop:disabled, iconview text:backdrop:disabled, textview text:backdrop:disabled { color: #a8a8a8; }

.view:disabled, label:disabled selection.view, iconview:disabled, .view text:disabled, iconview text:disabled, textview text:disabled { color: #444444; background-color: #e0e0e0; }

.view:selected:focus, iconview:selected:focus, headerbar.selection-mode iconview.subtitle:focus:link, .view:selected, .selection-mode.titlebar:not(headerbar) .view.subtitle:link, headerbar.selection-mode .view.subtitle:link, iconview:selected, .selection-mode.titlebar:not(headerbar) iconview.subtitle:link, headerbar.selection-mode iconview.subtitle:link, textview text:selected:focus, textview headerbar.selection-mode text.subtitle:focus:link, headerbar.selection-mode textview text.subtitle:focus:link, .view text:selected, .view .selection-mode.titlebar:not(headerbar) text.subtitle:link, .selection-mode.titlebar:not(headerbar) .view text.subtitle:link, .view headerbar.selection-mode text.subtitle:link, headerbar.selection-mode .view text.subtitle:link, iconview text:selected, iconview .selection-mode.titlebar:not(headerbar) text.subtitle:link, .selection-mode.titlebar:not(headerbar) iconview text.subtitle:link, iconview headerbar.selection-mode text.subtitle:link, headerbar.selection-mode iconview text.subtitle:link, textview text:selected, textview .selection-mode.titlebar:not(headerbar) text.subtitle:link, .selection-mode.titlebar:not(headerbar) textview text.subtitle:link, textview headerbar.selection-mode text.subtitle:link, headerbar.selection-mode textview text.subtitle:link { border-radius: 3px; }

textview border { background-color: #e5e5e5; }

.rubberband, rubberband, XfdesktopIconView.view .rubberband, .content-view rubberband, .content-view .rubberband, treeview.view rubberband, flowbox rubberband { border: 1px solid #1a74d3; background-color: rgba(26, 116, 211, 0.2); }

flowbox flowboxchild { padding: 3px; border-radius: 3px; }

flowbox flowboxchild:selected, flowbox .selection-mode.titlebar:not(headerbar) flowboxchild.subtitle:link, .selection-mode.titlebar:not(headerbar) flowbox flowboxchild.subtitle:link, flowbox headerbar.selection-mode flowboxchild.subtitle:link, headerbar.selection-mode flowbox flowboxchild.subtitle:link { outline-offset: -2px; }

.content-view .tile { margin: 2px; background-color: transparent; border-radius: 0; padding: 0; }

.content-view .tile:backdrop { background-color: transparent; }

.content-view .tile:active, .content-view .tile:selected, .content-view .selection-mode.titlebar:not(headerbar) .tile.subtitle:link, .selection-mode.titlebar:not(headerbar) .content-view .tile.subtitle:link, .content-view headerbar.selection-mode .tile.subtitle:link, headerbar.selection-mode .content-view .tile.subtitle:link { background-color: transparent; }

.content-view .tile:disabled, .content-view label:disabled selection.tile, label:disabled .content-view selection.tile { background-color: transparent; }

label { color: #444444; caret-color: currentColor; }

label.separator { color: #000000; }

label.separator:backdrop { color: #444444; }

label:disabled { color: #444444; }

button label:disabled { color: inherit; }

label:disabled:backdrop { color: #a8a8a8; }

button label:disabled:backdrop { color: inherit; }

.dim-label, .titlebar:not(headerbar) .subtitle, headerbar .subtitle, label.separator { opacity: 0.75; text-shadow: none; }

assistant .sidebar { background-color: #fcfcfc; border-top: 1px solid #828282; }

assistant .sidebar:backdrop { background-color: #f9f9f9; border-color: #898989; }

assistant.csd .sidebar { border-top-style: none; }

assistant .sidebar label { padding: 6px 12px; }

assistant .sidebar label.highlight { background-color: #b1b1b1; }

.osd .scale-popup, .app-notification, .app-notification.frame, .csd popover.background.osd, popover.background.osd, .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier, .osd { color: #eeeeee; border: none; background-color: rgba(34, 34, 34, 0.8); background-clip: padding-box; outline-color: rgba(238, 238, 238, 0.3); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; }

.osd .scale-popup:backdrop, .app-notification:backdrop, popover.background.osd:backdrop, popover.background.touch-selection:backdrop, popover.background.magnifier:backdrop, .osd:backdrop { color: shade(#eeeeee, 1.2); background-color: shade(rgba(34, 34, 34, 0.8), 1.6); text-shadow: none; -gtk-icon-shadow: none; }

/********************* Spinner Animation * */
@keyframes spin { to { -gtk-icon-transform: rotate(1turn); } }

spinner { background: none; opacity: 0; -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); }

spinner:backdrop { color: #444444; }

spinner:checked { opacity: 1; animation: spin 1s linear infinite; }

spinner:checked:disabled, label:disabled selection:checked { opacity: 0.5; }

/**************** Text Entries * */
spinbutton:not(.vertical), entry { min-height: 28px; padding-left: 4px; margin-right: 4px; padding-right: 4px; border: 1px solid; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #000000; border-color: #999; background-color: #ffffff; }

spinbutton:not(.vertical) image.left, entry image.left { margin-right: 6px; }

spinbutton:not(.vertical) image.right, entry image.right { margin-left: 6px; }

spinbutton:not(.vertical) undershoot.left, entry undershoot.left { background-color: transparent; background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); padding-left: 1px; background-size: 1px 10px; background-repeat: repeat-y; background-origin: content-box; background-position: left center; border: none; box-shadow: none; }

spinbutton:not(.vertical) undershoot.right, entry undershoot.right { background-color: transparent; background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); padding-right: 1px; background-size: 1px 10px; background-repeat: repeat-y; background-origin: content-box; background-position: right center; border: none; box-shadow: none; }

label:disabled selection.flat, label:disabled selection:backdrop, spinbutton.flat:not(.vertical), entry.flat { min-height: 0; padding: 2px; background-color: transparent; border-color: transparent; border-radius: 0; }

spinbutton:focus:not(.vertical), entry:focus { border-color: #bbd8f7; }

spinbutton:disabled:not(.vertical), entry:disabled { color: #444444; border-color: #828282; background-color: #e0e0e0; box-shadow: none; }

spinbutton:backdrop:not(.vertical), entry:backdrop { color: #4c4c4c; border-color: #898989; background-color: #f9f9f9; box-shadow: none; transition: 200ms ease-out; }

spinbutton:backdrop:disabled:not(.vertical), label:disabled selection:backdrop, entry:backdrop:disabled { color: #a8a8a8; border-color: #898989; background-color: #e0e0e0; box-shadow: none; }

spinbutton.error:not(.vertical), entry.error { background-color: rgba(204, 0, 0, 0.1); color: #cc0000; text-shadow: none; border-color: #cc0000; }

spinbutton.error:focus:not(.vertical), entry.error:focus { border-color: #cc0000; }

spinbutton.error:not(.vertical) selection, entry.error selection { background-color: #cc0000; }

spinbutton.warning:not(.vertical), entry.warning { background-color: rgba(245, 121, 0, 0.1); color: #f57900; text-shadow: none; border-color: #f57900; }

spinbutton.warning:focus:not(.vertical), entry.warning:focus { border-color: #f57900; }

spinbutton.warning:not(.vertical) selection, entry.warning selection { background-color: #f57900; }

spinbutton:not(.vertical) image, entry image { color: #626262; }

spinbutton:not(.vertical) image:hover, entry image:hover { color: #000000; }

spinbutton:not(.vertical) image:active, entry image:active { color: #bbd8f7; }

spinbutton:not(.vertical) image:backdrop, entry image:backdrop { color: #9c9c9c; }

spinbutton:drop(active):not(.vertical), entry:drop(active):focus, entry:drop(active) { border-color: #4e9a06; box-shadow: inset 0 0 0 1px #4e9a06; }

.osd spinbutton:not(.vertical), .osd entry { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(0, 0, 0, 0.5); background-clip: padding-box; box-shadow: none; text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; }

.osd spinbutton:focus:not(.vertical), .osd entry:focus { color: white; border-color: #bbd8f7; background-color: rgba(0, 0, 0, 0.5); background-clip: padding-box; box-shadow: inset 0 0 0 1px #bbd8f7; text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; }

.osd spinbutton:backdrop:not(.vertical), .osd entry:backdrop { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(0, 0, 0, 0.5); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; }

.osd spinbutton:disabled:not(.vertical), .osd entry:disabled { color: #888888; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(34, 34, 34, 0.8); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; }

spinbutton:not(.vertical) progress, entry progress { margin: 2px -6px; background-color: transparent; background-image: none; border-radius: 0; border-width: 0 0 2px; border-color: #bbd8f7; border-style: solid; box-shadow: none; }

spinbutton:not(.vertical) progress:backdrop, entry progress:backdrop { background-color: transparent; }

.linked:not(.vertical) > spinbutton:focus:not(.vertical) + spinbutton:not(.vertical), .linked:not(.vertical) > spinbutton:focus:not(.vertical) + button, .linked:not(.vertical) > spinbutton:focus:not(.vertical) + combobox > box > button.combo, .linked:not(.vertical) > spinbutton:focus:not(.vertical) + entry, .linked:not(.vertical) > entry:focus + button, .linked:not(.vertical) > entry:focus + combobox > box > button.combo, .linked:not(.vertical) > entry:focus + spinbutton:not(.vertical), .linked:not(.vertical) > entry:focus + entry { border-left-color: #bbd8f7; }

.linked:not(.vertical) > spinbutton:focus.error:not(.vertical) + spinbutton:not(.vertical), .linked:not(.vertical) > spinbutton:focus.error:not(.vertical) + button, .linked:not(.vertical) > spinbutton:focus.error:not(.vertical) + combobox > box > button.combo, .linked:not(.vertical) > spinbutton:focus.error:not(.vertical) + entry, .linked:not(.vertical) > entry:focus.error + button, .linked:not(.vertical) > entry:focus.error + combobox > box > button.combo, .linked:not(.vertical) > entry:focus.error + spinbutton:not(.vertical), .linked:not(.vertical) > entry:focus.error + entry { border-left-color: #cc0000; }

.linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + spinbutton:not(.vertical), .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + button, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + combobox > box > button.combo, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + entry, .linked:not(.vertical) > entry:drop(active) + button, .linked:not(.vertical) > entry:drop(active) + combobox > box > button.combo, .linked:not(.vertical) > entry:drop(active) + spinbutton:not(.vertical), .linked:not(.vertical) > entry:drop(active) + entry { border-left-color: #4e9a06; }

.linked.vertical > spinbutton:not(:disabled):not(.vertical) + entry:not(:disabled), .linked.vertical > spinbutton:not(:disabled):not(.vertical) + spinbutton:not(:disabled):not(.vertical), .linked.vertical > entry:not(:disabled) + entry:not(:disabled), .linked.vertical > entry:not(:disabled) + spinbutton:not(:disabled):not(.vertical) { border-top-color: #d7d7d7; background-color: #fcfcfc; }

.linked.vertical > spinbutton:not(:disabled):not(.vertical) + entry:not(:disabled):backdrop, .linked.vertical > spinbutton:not(:disabled):not(.vertical) + spinbutton:not(:disabled):backdrop:not(.vertical), .linked.vertical > entry:not(:disabled) + entry:not(:disabled):backdrop, .linked.vertical > entry:not(:disabled) + spinbutton:not(:disabled):backdrop:not(.vertical) { border-top-color: #d8d8d8; background-color: #f9f9f9; }

.linked.vertical > spinbutton:disabled:not(.vertical) + spinbutton:disabled:not(.vertical), .linked.vertical > spinbutton:disabled:not(.vertical) + entry:disabled, .linked.vertical > entry:disabled + spinbutton:disabled:not(.vertical), .linked.vertical > entry:disabled + entry:disabled { border-top-color: #d7d7d7; }

.linked.vertical > spinbutton:not(.vertical) + spinbutton:focus:not(:only-child):not(.vertical), .linked.vertical > spinbutton:not(.vertical) + entry:focus:not(:only-child), .linked.vertical > entry + spinbutton:focus:not(:only-child):not(.vertical), .linked.vertical > entry + entry:focus:not(:only-child) { border-top-color: #bbd8f7; }

.linked.vertical > spinbutton:not(.vertical) + spinbutton:focus.error:not(:only-child):not(.vertical), .linked.vertical > spinbutton:not(.vertical) + entry:focus.error:not(:only-child), .linked.vertical > entry + spinbutton:focus.error:not(:only-child):not(.vertical), .linked.vertical > entry + entry:focus.error:not(:only-child) { border-top-color: #cc0000; }

.linked.vertical > spinbutton:not(.vertical) + spinbutton:drop(active):not(:only-child):not(.vertical), .linked.vertical > spinbutton:not(.vertical) + entry:drop(active):not(:only-child), .linked.vertical > entry + spinbutton:drop(active):not(:only-child):not(.vertical), .linked.vertical > entry + entry:drop(active):not(:only-child) { border-top-color: #4e9a06; }

.linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + spinbutton:not(.vertical), .linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + entry, .linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + button, .linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + combobox > box > button.combo, .linked.vertical > entry:focus:not(:only-child) + spinbutton:not(.vertical), .linked.vertical > entry:focus:not(:only-child) + entry, .linked.vertical > entry:focus:not(:only-child) + button, .linked.vertical > entry:focus:not(:only-child) + combobox > box > button.combo { border-top-color: #bbd8f7; }

.linked.vertical > spinbutton:focus.error:not(:only-child):not(.vertical) + spinbutton:not(.vertical), .linked.vertical > spinbutton:focus.error:not(:only-child):not(.vertical) + entry, .linked.vertical > spinbutton:focus.error:not(:only-child):not(.vertical) + button, .linked.vertical > spinbutton:focus.error:not(:only-child):not(.vertical) + combobox > box > button.combo, .linked.vertical > entry:focus.error:not(:only-child) + spinbutton:not(.vertical), .linked.vertical > entry:focus.error:not(:only-child) + entry, .linked.vertical > entry:focus.error:not(:only-child) + button, .linked.vertical > entry:focus.error:not(:only-child) + combobox > box > button.combo { border-top-color: #cc0000; }

.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + spinbutton:not(.vertical), .linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + entry, .linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + button, .linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + combobox > box > button.combo, .linked.vertical > entry:drop(active):not(:only-child) + spinbutton:not(.vertical), .linked.vertical > entry:drop(active):not(:only-child) + entry, .linked.vertical > entry:drop(active):not(:only-child) + button, .linked.vertical > entry:drop(active):not(:only-child) + combobox > box > button.combo { border-top-color: #4e9a06; }

treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) { background-color: #fcfcfc; transition-property: color, background; }

treeview entry.flat, treeview entry { border-radius: 0; background-image: none; background-color: #fcfcfc; }

treeview entry.flat:focus, treeview entry:focus { border-color: #bbd8f7; }

/*********** Buttons * */
@keyframes needs_attention { from { background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#bbd8f7), to(transparent)); }
  to { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#bbd8f7), to(transparent)); } }

button.titlebutton, button.sidebar-button, notebook > header > tabs > arrow, combobox:drop(active) button.combo, .selection-mode button.titlebutton, button { min-height: 24px; min-width: 22px; padding: 2px 8px; border: 1px solid; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #000000; outline-color: rgba(60, 60, 60, 0.3); border-top-color: shade(#fafafa, 0.8); border-right-color: shade(#fafafa, 0.72); border-left-color: shade(#fafafa, 0.72); border-bottom-color: shade(#fafafa, 0.7); background-image: linear-gradient(to bottom, shade(shade(#fafafa, 1.02), 1.05), shade(shade(#fafafa, 1.02), 0.97)); box-shadow: inset 0 1px rgba(255, 255, 255, 0.6); }

notebook > header > tabs > arrow.flat, notebook > header > tabs > arrow, combobox:drop(active) button.flat.combo, combobox:drop(active) button.combo.titlebutton, combobox:drop(active) button.combo.sidebar-button, .selection-mode button.titlebutton, button.flat, button.titlebutton, button.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; transition: none; }

notebook > header > tabs > arrow:hover, combobox:drop(active) button.flat.combo:hover, combobox:drop(active) button.combo.titlebutton:hover, combobox:drop(active) button.combo.sidebar-button:hover, button.flat:hover, button.titlebutton:hover, button.sidebar-button:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition-duration: 500ms; }

notebook > header > tabs > arrow:hover:active, combobox:drop(active) button.flat.combo:hover:active, combobox:drop(active) button.combo.titlebutton:hover:active, combobox:drop(active) button.combo.sidebar-button:hover:active, button.flat:hover:active, button.titlebutton:hover:active, button.sidebar-button:hover:active { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

notebook > header > tabs > arrow:hover, combobox:drop(active) button.combo:hover, .selection-mode button.titlebutton:hover, button:hover { color: #000000; outline-color: rgba(60, 60, 60, 0.3); border-color: #828282; background: #bbd8f7; }

notebook > header > tabs > arrow:active, combobox:drop(active) button.combo:active, notebook > header > tabs > arrow:checked, combobox:drop(active) button.combo:checked, .selection-mode button.titlebutton:active, .selection-mode button.titlebutton:checked, button:active, button:checked { color: #000000; outline-color: rgba(60, 60, 60, 0.3); border-color: #828282; background-image: linear-gradient(to bottom, shade(shade(#fafafa, 0.85), 1.05), shade(shade(#fafafa, 0.85), 0.97)); box-shadow: inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); transition-duration: 50ms; }

popover.background checkbutton:backdrop, popover.background radiobutton:backdrop, notebook > header > tabs > arrow:backdrop, combobox:drop(active) button.combo:backdrop, popover.background checkbutton:backdrop, popover.background radiobutton:backdrop, .selection-mode button.titlebutton:backdrop, button:backdrop.flat, popover.background checkbutton:backdrop, popover.background radiobutton:backdrop, button:backdrop { border-color: #898989; background-color: #fafafa; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); transition: 200ms ease-out; -gtk-icon-effect: none; }

popover.background checkbutton:backdrop label, popover.background radiobutton:backdrop label, popover.background checkbutton:backdrop, popover.background radiobutton:backdrop, notebook > header > tabs > arrow:backdrop label, combobox:drop(active) button.combo:backdrop label, notebook > header > tabs > arrow:backdrop, combobox:drop(active) button.combo:backdrop, popover.background checkbutton:backdrop label, popover.background radiobutton:backdrop label, popover.background checkbutton:backdrop, popover.background radiobutton:backdrop, .selection-mode button.titlebutton:backdrop label, .selection-mode button.titlebutton:backdrop, button:backdrop.flat label, popover.background checkbutton:backdrop label, popover.background radiobutton:backdrop label, button:backdrop.flat, popover.background checkbutton:backdrop, popover.background radiobutton:backdrop, button:backdrop label, button:backdrop { color: #444444; }

popover.background checkbutton:backdrop:active, popover.background radiobutton:backdrop:active, popover.background checkbutton:backdrop:checked, popover.background radiobutton:backdrop:checked, notebook > header > tabs > arrow:backdrop:active, combobox:drop(active) button.combo:backdrop:active, notebook > header > tabs > arrow:backdrop:checked, combobox:drop(active) button.combo:backdrop:checked, button:backdrop.flat:active, button:backdrop.flat:checked, button:backdrop:active, button:backdrop:checked { border-color: #898989; background-color: #b6b6b6; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

popover.background checkbutton:backdrop:active label, popover.background radiobutton:backdrop:active label, popover.background checkbutton:backdrop:active, popover.background radiobutton:backdrop:active, popover.background checkbutton:backdrop:checked label, popover.background radiobutton:backdrop:checked label, popover.background checkbutton:backdrop:checked, popover.background radiobutton:backdrop:checked, notebook > header > tabs > arrow:backdrop:active label, combobox:drop(active) button.combo:backdrop:active label, notebook > header > tabs > arrow:backdrop:active, combobox:drop(active) button.combo:backdrop:active, notebook > header > tabs > arrow:backdrop:checked label, combobox:drop(active) button.combo:backdrop:checked label, notebook > header > tabs > arrow:backdrop:checked, combobox:drop(active) button.combo:backdrop:checked, button:backdrop.flat:active label, button:backdrop.flat:active, button:backdrop.flat:checked label, button:backdrop.flat:checked, button:backdrop:active label, button:backdrop:active, button:backdrop:checked label, button:backdrop:checked { color: #444444; }

popover.background checkbutton:backdrop:disabled, popover.background radiobutton:backdrop:disabled, label:disabled selection.flat, notebook > header > tabs > arrow:backdrop:disabled, combobox:drop(active) button.combo:backdrop:disabled, label:disabled selection:backdrop, button:backdrop.flat:disabled, button:backdrop:disabled { border-color: #898989; background-color: #e0e0e0; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

popover.background checkbutton:backdrop:disabled label, popover.background radiobutton:backdrop:disabled label, label:disabled selection.flat label, popover.background checkbutton:backdrop:disabled, popover.background radiobutton:backdrop:disabled, label:disabled selection.flat, notebook > header > tabs > arrow:backdrop:disabled label, combobox:drop(active) button.combo:backdrop:disabled label, label:disabled selection:backdrop label, notebook > header > tabs > arrow:backdrop:disabled, combobox:drop(active) button.combo:backdrop:disabled, label:disabled selection:backdrop, button:backdrop.flat:disabled label, button:backdrop.flat:disabled, button:backdrop:disabled label, button:backdrop:disabled { color: #a8a8a8; }

popover.background checkbutton:backdrop:disabled:active, popover.background radiobutton:backdrop:disabled:active, label:disabled selection.flat:active, popover.background checkbutton:backdrop:disabled:checked, popover.background radiobutton:backdrop:disabled:checked, label:disabled selection.flat:checked, notebook > header > tabs > arrow:backdrop:disabled:active, combobox:drop(active) button.combo:backdrop:disabled:active, label:disabled selection:backdrop:active, notebook > header > tabs > arrow:backdrop:disabled:checked, combobox:drop(active) button.combo:backdrop:disabled:checked, label:disabled selection:backdrop:checked, button:backdrop.flat:disabled:active, button:backdrop.flat:disabled:checked, button:backdrop:disabled:active, button:backdrop:disabled:checked { border-color: #898989; background-color: lightgray; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

popover.background checkbutton:backdrop:disabled:active label, popover.background radiobutton:backdrop:disabled:active label, label:disabled selection.flat:active label, popover.background checkbutton:backdrop:disabled:checked label, popover.background radiobutton:backdrop:disabled:checked label, label:disabled selection.flat:checked label, notebook > header > tabs > arrow:backdrop:disabled:active label, label:disabled selection:backdrop:active label, notebook > header > tabs > arrow:backdrop:disabled:checked label, label:disabled selection:backdrop:checked label, button:backdrop.flat:disabled:active label, button:backdrop.flat:disabled:checked label, button:backdrop:disabled:active label, button:backdrop:disabled:checked label { color: #a8a8a8; }

notebook > header > tabs > arrow:backdrop, combobox:drop(active) button.flat.combo:backdrop, combobox:drop(active) button.combo.titlebutton:backdrop, combobox:drop(active) button.combo.sidebar-button:backdrop, notebook > header > tabs > arrow:disabled, combobox:drop(active) button.flat.combo:disabled, combobox:drop(active) button.combo.titlebutton:disabled, combobox:drop(active) button.combo.sidebar-button:disabled, label:disabled selection.flat, label:disabled selection:backdrop, button.flat:backdrop, button.titlebutton:backdrop, button.sidebar-button:backdrop, button.flat:disabled, button.titlebutton:disabled, button.sidebar-button:disabled, button.flat:backdrop:disabled { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; }

notebook > header > tabs > arrow:disabled, combobox:drop(active) button.combo:disabled, .selection-mode button.titlebutton:disabled, button:disabled { border-color: #ddd; background-color: #e0e0e0; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

notebook > header > tabs > arrow:disabled label, combobox:drop(active) button.combo:disabled label, notebook > header > tabs > arrow:disabled, combobox:drop(active) button.combo:disabled, .selection-mode button.titlebutton:disabled label, .selection-mode button.titlebutton:disabled, button:disabled label, button:disabled { color: #444444; }

notebook > header > tabs > arrow:disabled:active, combobox:drop(active) button.combo:disabled:active, notebook > header > tabs > arrow:disabled:checked, combobox:drop(active) button.combo:disabled:checked, button:disabled:active, button:disabled:checked { border-color: #828282; background-image: linear-gradient(to bottom, #d7d7d7, #e0e0e0); box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

notebook > header > tabs > arrow:disabled:active label, combobox:drop(active) button.combo:disabled:active label, notebook > header > tabs > arrow:disabled:active, combobox:drop(active) button.combo:disabled:active, notebook > header > tabs > arrow:disabled:checked label, combobox:drop(active) button.combo:disabled:checked label, notebook > header > tabs > arrow:disabled:checked, combobox:drop(active) button.combo:disabled:checked, button:disabled:active label, button:disabled:active, button:disabled:checked label, button:disabled:checked { color: #444444; }

notebook > header > tabs > arrow.image-button, combobox:drop(active) button.image-button.combo, .selection-mode button.image-button.titlebutton, button.image-button { min-height: 20px; min-width: 20px; padding: 2px; }

notebook > header > tabs > arrow.text-button, combobox:drop(active) button.text-button.combo, .selection-mode button.text-button.titlebutton, button.text-button { padding-left: 8px; padding-right: 8px; }

notebook > header > tabs > arrow.text-button.image-button, combobox:drop(active) button.text-button.image-button.combo, button.text-button.image-button { padding-left: 4px; padding-right: 4px; }

notebook > header > tabs > arrow.text-button.image-button label, combobox:drop(active) button.text-button.image-button.combo label, button.text-button.image-button label { padding-left: 4px; padding-right: 4px; }

notebook > header > tabs > arrow:drop(active), combobox:drop(active) button.combo.titlebutton, combobox:drop(active) button.combo.sidebar-button, combobox:drop(active) button.combo:drop(active), combobox:drop(active) button.combo, .selection-mode button.titlebutton:drop(active), button:drop(active), combobox:drop(active) button.combo { color: #4e9a06; border-color: #4e9a06; box-shadow: inset 0 0 0 1px #4e9a06; }

headerbar.selection-mode row.subtitle:link button.sidebar-button, row:selected .selection-mode button.titlebutton, .selection-mode row:selected button.titlebutton, headerbar.selection-mode row.subtitle:link button.titlebutton, row:selected button, .selection-mode.titlebar:not(headerbar) row.subtitle:link button, headerbar.selection-mode row.subtitle:link button { border-color: #0f4278; }

row:selected button.flat:not(:active):not(:checked):not(:hover):not(disabled), row:selected button.titlebutton:not(:active):not(:checked):not(:hover):not(disabled), row:selected button.sidebar-button:not(:active):not(:checked):not(:hover):not(disabled), .selection-mode.titlebar:not(headerbar) row.subtitle:link button.flat:not(:active):not(:checked):not(:hover):not(disabled), .selection-mode.titlebar:not(headerbar) row.subtitle:link button.titlebutton:not(:active):not(:checked):not(:hover):not(disabled), .selection-mode.titlebar:not(headerbar) row.subtitle:link button.sidebar-button:not(:active):not(:checked):not(:hover):not(disabled), headerbar.selection-mode row.subtitle:link button.flat:not(:active):not(:checked):not(:hover):not(disabled), headerbar.selection-mode row.subtitle:link button.titlebutton:not(:active):not(:checked):not(:hover):not(disabled), headerbar.selection-mode row.subtitle:link button.sidebar-button:not(:active):not(:checked):not(:hover):not(disabled) { color: #000000; border-color: transparent; }

row:selected button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop, row:selected button.titlebutton:not(:active):not(:checked):not(:hover):not(disabled):backdrop, row:selected button.sidebar-button:not(:active):not(:checked):not(:hover):not(disabled):backdrop, .selection-mode.titlebar:not(headerbar) row.subtitle:link button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop, .selection-mode.titlebar:not(headerbar) row.subtitle:link button.titlebutton:not(:active):not(:checked):not(:hover):not(disabled):backdrop, .selection-mode.titlebar:not(headerbar) row.subtitle:link button.sidebar-button:not(:active):not(:checked):not(:hover):not(disabled):backdrop, headerbar.selection-mode row.subtitle:link button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop, headerbar.selection-mode row.subtitle:link button.titlebutton:not(:active):not(:checked):not(:hover):not(disabled):backdrop, headerbar.selection-mode row.subtitle:link button.sidebar-button:not(:active):not(:checked):not(:hover):not(disabled):backdrop { color: #f9f9f9; }

.selection-mode button.osd.titlebutton, button.osd { min-width: 24px; min-height: 32px; color: #eeeeee; border-radius: 5px; outline-color: rgba(238, 238, 238, 0.3); color: #eeeeee; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(34, 34, 34, 0.8); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 238, 0.3); border: none; box-shadow: none; }

button.osd.image-button { min-width: 32px; }

button.osd:hover { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(65, 65, 65, 0.8); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 238, 0.3); border: none; box-shadow: none; }

button.osd:active, button.osd:checked { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(0, 0, 0, 0.7); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; outline-color: rgba(238, 238, 238, 0.3); border: none; box-shadow: none; }

label:disabled selection.osd, button.osd:disabled:backdrop, button.osd:disabled { color: #888888; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(34, 34, 34, 0.8); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; border: none; }

button.osd:backdrop { color: #eeeeee; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(34, 34, 34, 0.8); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; border: none; }

.app-notification button, .app-notification.frame button, .csd popover.background.touch-selection button, .csd popover.background.magnifier button, popover.background.touch-selection button, popover.background.magnifier button, .osd .selection-mode button.titlebutton, .selection-mode .osd button.titlebutton, .osd button { color: #eeeeee; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(34, 34, 34, 0.8); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 238, 0.3); }

.app-notification button:hover, popover.background.touch-selection button:hover, popover.background.magnifier button:hover, .osd button:hover { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(65, 65, 65, 0.8); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 238, 0.3); }

.app-notification button:active, popover.background.touch-selection button:active, popover.background.magnifier button:active, .app-notification button:checked, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, .osd button:active:backdrop, .osd button:active, .osd button:checked:backdrop, .osd button:checked { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(0, 0, 0, 0.7); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; outline-color: rgba(238, 238, 238, 0.3); }

.app-notification button:disabled, popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, .osd button:disabled:backdrop, .osd button:disabled { color: #888888; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(34, 34, 34, 0.8); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; }

.app-notification button:backdrop, popover.background.touch-selection button:backdrop, popover.background.magnifier button:backdrop, .osd button:backdrop { color: #eeeeee; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(34, 34, 34, 0.8); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; }

.app-notification button.flat, .app-notification button.titlebutton, .app-notification button.sidebar-button, popover.background.touch-selection button.flat, popover.background.touch-selection button.titlebutton, popover.background.touch-selection button.sidebar-button, popover.background.magnifier button.flat, popover.background.magnifier button.titlebutton, popover.background.magnifier button.sidebar-button, .osd button.flat, .osd button.titlebutton, .osd button.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; box-shadow: none; text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; }

.app-notification button.flat:hover, .app-notification button.titlebutton:hover, .app-notification button.sidebar-button:hover, popover.background.touch-selection button.flat:hover, popover.background.touch-selection button.titlebutton:hover, popover.background.touch-selection button.sidebar-button:hover, popover.background.magnifier button.flat:hover, popover.background.magnifier button.titlebutton:hover, popover.background.magnifier button.sidebar-button:hover, .osd button.flat:hover, .osd button.titlebutton:hover, .osd button.sidebar-button:hover { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(65, 65, 65, 0.8); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 238, 0.3); }

.app-notification button.flat:disabled, .app-notification button.titlebutton:disabled, .app-notification button.sidebar-button:disabled, popover.background.touch-selection button.flat:disabled, popover.background.touch-selection button.titlebutton:disabled, popover.background.touch-selection button.sidebar-button:disabled, popover.background.magnifier button.flat:disabled, popover.background.magnifier button.titlebutton:disabled, popover.background.magnifier button.sidebar-button:disabled, label:disabled selection.flat, .osd button.flat:disabled, .osd button.titlebutton:disabled, .osd button.sidebar-button:disabled { color: #888888; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(34, 34, 34, 0.8); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; background-image: none; border-color: transparent; box-shadow: none; }

.app-notification button.flat:backdrop, .app-notification button.titlebutton:backdrop, .app-notification button.sidebar-button:backdrop, popover.background.touch-selection button.flat:backdrop, popover.background.touch-selection button.titlebutton:backdrop, popover.background.touch-selection button.sidebar-button:backdrop, popover.background.magnifier button.flat:backdrop, popover.background.magnifier button.titlebutton:backdrop, popover.background.magnifier button.sidebar-button:backdrop, .osd button.flat:backdrop, .osd button.titlebutton:backdrop, .osd button.sidebar-button:backdrop { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; }

.app-notification button.flat:active, .app-notification button.titlebutton:active, .app-notification button.sidebar-button:active, popover.background.touch-selection button.flat:active, popover.background.touch-selection button.titlebutton:active, popover.background.touch-selection button.sidebar-button:active, popover.background.magnifier button.flat:active, popover.background.magnifier button.titlebutton:active, popover.background.magnifier button.sidebar-button:active, .app-notification button.flat:checked, .app-notification button.titlebutton:checked, .app-notification button.sidebar-button:checked, popover.background.touch-selection button.flat:checked, popover.background.touch-selection button.titlebutton:checked, popover.background.touch-selection button.sidebar-button:checked, popover.background.magnifier button.flat:checked, popover.background.magnifier button.titlebutton:checked, popover.background.magnifier button.sidebar-button:checked, .osd button.flat:active, .osd button.titlebutton:active, .osd button.sidebar-button:active, .osd button.flat:checked, .osd button.titlebutton:checked, .osd button.sidebar-button:checked { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(0, 0, 0, 0.7); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; outline-color: rgba(238, 238, 238, 0.3); }

.selection-mode button.titlebutton, button.suggested-action { color: white; outline-color: rgba(255, 255, 255, 0.3); border-top-color: shade(#fafafa, 0.8); border-right-color: shade(#fafafa, 0.72); border-left-color: shade(#fafafa, 0.72); border-bottom-color: shade(#fafafa, 0.7); background-image: linear-gradient(to bottom, shade(shade(#bbd8f7, 1.02), 1.05), shade(shade(#bbd8f7, 1.02), 0.97)); box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); }

button.suggested-action.titlebutton, .selection-mode button.titlebutton, button.suggested-action.sidebar-button, notebook > header > tabs > arrow.suggested-action, popover.background checkbutton.suggested-action, popover.background radiobutton.suggested-action, button.suggested-action.flat, popover.background checkbutton.suggested-action, popover.background radiobutton.suggested-action { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: #bbd8f7; }

button.suggested-action:hover, .selection-mode button.titlebutton:hover { color: white; outline-color: rgba(255, 255, 255, 0.3); border-color: #114f8f; background-image: linear-gradient(to bottom, shade(#bbd8f7, 1.15), shade(#bbd8f7, 1.07)); box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); }

button.suggested-action:active, .selection-mode button.titlebutton:active, button.suggested-action:checked, .selection-mode button.titlebutton:checked { color: white; outline-color: rgba(255, 255, 255, 0.3); border-color: #114f8f; background-image: linear-gradient(to bottom, shade(shade(#bbd8f7, 0.85), 1.05), shade(shade(#bbd8f7, 0.85), 0.97)); box-shadow: inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); }

notebook > header > tabs > arrow.suggested-action:backdrop, popover.background checkbutton.suggested-action:backdrop, popover.background radiobutton.suggested-action:backdrop, button.suggested-action:backdrop, .selection-mode button.titlebutton:backdrop, button.suggested-action.flat:backdrop { border-color: #bbd8f7; background-color: #bbd8f7; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

notebook > header > tabs > arrow.suggested-action:backdrop label, popover.background checkbutton.suggested-action:backdrop label, popover.background radiobutton.suggested-action:backdrop label, notebook > header > tabs > arrow.suggested-action:backdrop, popover.background checkbutton.suggested-action:backdrop, popover.background radiobutton.suggested-action:backdrop, button.suggested-action:backdrop label, .selection-mode button.titlebutton:backdrop label, button.suggested-action:backdrop, .selection-mode button.titlebutton:backdrop, button.suggested-action.flat:backdrop label, button.suggested-action.flat:backdrop { color: #d7e8fa; }

notebook > header > tabs > arrow.suggested-action:backdrop:active, popover.background checkbutton.suggested-action:backdrop:active, popover.background radiobutton.suggested-action:backdrop:active, notebook > header > tabs > arrow.suggested-action:backdrop:checked, popover.background checkbutton.suggested-action:backdrop:checked, popover.background radiobutton.suggested-action:backdrop:checked, button.suggested-action:backdrop:active, .selection-mode button.titlebutton:backdrop:active, button.suggested-action:backdrop:checked, .selection-mode button.titlebutton:backdrop:checked, button.suggested-action.flat:backdrop:active, button.suggested-action.flat:backdrop:checked { border-color: #1a74d3; background-color: #1a74d3; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

notebook > header > tabs > arrow.suggested-action:backdrop:active label, popover.background checkbutton.suggested-action:backdrop:active label, popover.background radiobutton.suggested-action:backdrop:active label, notebook > header > tabs > arrow.suggested-action:backdrop:active, popover.background checkbutton.suggested-action:backdrop:active, popover.background radiobutton.suggested-action:backdrop:active, notebook > header > tabs > arrow.suggested-action:backdrop:checked label, popover.background checkbutton.suggested-action:backdrop:checked label, popover.background radiobutton.suggested-action:backdrop:checked label, notebook > header > tabs > arrow.suggested-action:backdrop:checked, popover.background checkbutton.suggested-action:backdrop:checked, popover.background radiobutton.suggested-action:backdrop:checked, button.suggested-action:backdrop:active label, .selection-mode button.titlebutton:backdrop:active label, button.suggested-action:backdrop:active, .selection-mode button.titlebutton:backdrop:active, button.suggested-action:backdrop:checked label, .selection-mode button.titlebutton:backdrop:checked label, button.suggested-action:backdrop:checked, .selection-mode button.titlebutton:backdrop:checked, button.suggested-action.flat:backdrop:active label, button.suggested-action.flat:backdrop:active, button.suggested-action.flat:backdrop:checked label, button.suggested-action.flat:backdrop:checked { color: #d1e3f6; }

label:disabled selection:backdrop, notebook > header > tabs > arrow.suggested-action:backdrop:disabled, popover.background checkbutton.suggested-action:backdrop:disabled, popover.background radiobutton.suggested-action:backdrop:disabled, button.suggested-action:backdrop:disabled, .selection-mode button.titlebutton:backdrop:disabled, button.suggested-action.flat:backdrop:disabled { border-color: #898989; background-color: #e0e0e0; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

label:disabled selection:backdrop label, label:disabled selection:backdrop, notebook > header > tabs > arrow.suggested-action:backdrop:disabled label, popover.background checkbutton.suggested-action:backdrop:disabled label, popover.background radiobutton.suggested-action:backdrop:disabled label, notebook > header > tabs > arrow.suggested-action:backdrop:disabled, popover.background checkbutton.suggested-action:backdrop:disabled, popover.background radiobutton.suggested-action:backdrop:disabled, button.suggested-action:backdrop:disabled label, .selection-mode button.titlebutton:backdrop:disabled label, button.suggested-action:backdrop:disabled, .selection-mode button.titlebutton:backdrop:disabled, button.suggested-action.flat:backdrop:disabled label, button.suggested-action.flat:backdrop:disabled { color: #a8a8a8; }

label:disabled selection:backdrop:active, label:disabled selection:backdrop:checked, notebook > header > tabs > arrow.suggested-action:backdrop:disabled:active, popover.background checkbutton.suggested-action:backdrop:disabled:active, popover.background radiobutton.suggested-action:backdrop:disabled:active, notebook > header > tabs > arrow.suggested-action:backdrop:disabled:checked, popover.background checkbutton.suggested-action:backdrop:disabled:checked, popover.background radiobutton.suggested-action:backdrop:disabled:checked, button.suggested-action:backdrop:disabled:active, .selection-mode button.titlebutton:backdrop:disabled:active, button.suggested-action:backdrop:disabled:checked, .selection-mode button.titlebutton:backdrop:disabled:checked, button.suggested-action.flat:backdrop:disabled:active, button.suggested-action.flat:backdrop:disabled:checked { border-color: #3f92e7; background-color: #3f92e7; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

label:disabled selection:backdrop:active label, label:disabled selection:backdrop:checked label, notebook > header > tabs > arrow.suggested-action:backdrop:disabled:active label, popover.background checkbutton.suggested-action:backdrop:disabled:active label, popover.background radiobutton.suggested-action:backdrop:disabled:active label, notebook > header > tabs > arrow.suggested-action:backdrop:disabled:checked label, popover.background checkbutton.suggested-action:backdrop:disabled:checked label, popover.background radiobutton.suggested-action:backdrop:disabled:checked label, button.suggested-action:backdrop:disabled:active label, .selection-mode button.titlebutton:backdrop:disabled:active label, button.suggested-action:backdrop:disabled:checked label, .selection-mode button.titlebutton:backdrop:disabled:checked label, button.suggested-action.flat:backdrop:disabled:active label, button.suggested-action.flat:backdrop:disabled:checked label { color: #82b8f0; }

button.suggested-action.titlebutton:backdrop, .selection-mode button.titlebutton:backdrop, button.suggested-action.sidebar-button:backdrop, notebook > header > tabs > arrow.suggested-action:backdrop, popover.background checkbutton.suggested-action:backdrop, popover.background radiobutton.suggested-action:backdrop, button.suggested-action.titlebutton:disabled, .selection-mode button.titlebutton:disabled, button.suggested-action.sidebar-button:disabled, notebook > header > tabs > arrow.suggested-action:disabled, popover.background checkbutton.suggested-action:disabled, popover.background radiobutton.suggested-action:disabled, label:disabled selection.flat, label:disabled selection:backdrop, button.suggested-action.flat:backdrop, button.suggested-action.flat:disabled, button.suggested-action.flat:backdrop:disabled { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: rgba(57, 142, 231, 0.8); }

label:disabled selection.suggested-action, button.suggested-action:disabled, .selection-mode button.titlebutton:disabled { border-color: #114f8f; background-color: #569fea; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

label:disabled selection.suggested-action label, label:disabled selection.suggested-action, button.suggested-action:disabled label, .selection-mode button.titlebutton:disabled label, button.suggested-action:disabled, .selection-mode button.titlebutton:disabled { color: #abcff5; }

label:disabled selection.suggested-action:active, label:disabled selection.suggested-action:checked, button.suggested-action:disabled:active, .selection-mode button.titlebutton:disabled:active, button.suggested-action:disabled:checked, .selection-mode button.titlebutton:disabled:checked { border-color: #114f8f; background-image: linear-gradient(to bottom, #3b8bde, #3f92e7); box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

label:disabled selection.suggested-action:active label, label:disabled selection.suggested-action:active, label:disabled selection.suggested-action:checked label, label:disabled selection.suggested-action:checked, button.suggested-action:disabled:active label, .selection-mode button.titlebutton:disabled:active label, button.suggested-action:disabled:active, .selection-mode button.titlebutton:disabled:active, button.suggested-action:disabled:checked label, .selection-mode button.titlebutton:disabled:checked label, button.suggested-action:disabled:checked, .selection-mode button.titlebutton:disabled:checked { color: #b2d3f5; }

.osd button.suggested-action, .osd .selection-mode button.titlebutton, .selection-mode .osd button.titlebutton { color: #eeeeee; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(57, 142, 231, 0.5); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 238, 0.3); }

.osd button.suggested-action:hover, .osd .selection-mode button.titlebutton:hover, .selection-mode .osd button.titlebutton:hover { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(57, 142, 231, 0.7); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 238, 0.3); }

.osd button.suggested-action:active:backdrop, .osd button.suggested-action:active, .osd .selection-mode button.titlebutton:active, .selection-mode .osd button.titlebutton:active, .osd button.suggested-action:checked:backdrop, .osd button.suggested-action:checked, .osd .selection-mode button.titlebutton:checked, .selection-mode .osd button.titlebutton:checked { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: #bbd8f7; background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; outline-color: rgba(238, 238, 238, 0.3); }

.osd label:disabled selection.suggested-action, label:disabled .osd selection.suggested-action, .osd button.suggested-action:disabled:backdrop, .osd button.suggested-action:disabled, .osd .selection-mode button.titlebutton:disabled, .selection-mode .osd button.titlebutton:disabled { color: #888888; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(34, 34, 34, 0.8); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; }

.osd button.suggested-action:backdrop, .osd .selection-mode button.titlebutton:backdrop, .selection-mode .osd button.titlebutton:backdrop { color: #eeeeee; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(57, 142, 231, 0.5); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; }

.selection-mode button.destructive-action.titlebutton, button.destructive-action { color: white; outline-color: rgba(255, 255, 255, 0.3); border-top-color: shade(#fafafa, 0.8); border-right-color: shade(#fafafa, 0.72); border-left-color: shade(#fafafa, 0.72); border-bottom-color: shade(#fafafa, 0.7); background-image: linear-gradient(to bottom, shade(shade(#ef2929, 1.02), 1.05), shade(shade(#ef2929, 1.02), 0.97)); box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); }

button.destructive-action.titlebutton, button.destructive-action.sidebar-button, notebook > header > tabs > arrow.destructive-action, popover.background checkbutton.destructive-action, popover.background radiobutton.destructive-action, button.destructive-action.flat, popover.background checkbutton.destructive-action, popover.background radiobutton.destructive-action { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: #ef2929; }

button.destructive-action:hover { color: white; outline-color: rgba(255, 255, 255, 0.3); border-color: #8e0b0b; background-image: linear-gradient(to bottom, shade(#ef2929, 1.15), shade(#ef2929, 1.07)); box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); }

button.destructive-action:active, button.destructive-action:checked { color: white; outline-color: rgba(255, 255, 255, 0.3); border-color: #8e0b0b; background-image: linear-gradient(to bottom, shade(shade(#ef2929, 0.85), 1.05), shade(shade(#ef2929, 0.85), 0.97)); box-shadow: inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); }

notebook > header > tabs > arrow.destructive-action:backdrop, popover.background checkbutton.destructive-action:backdrop, popover.background radiobutton.destructive-action:backdrop, button.destructive-action:backdrop, button.destructive-action.flat:backdrop { border-color: #ef2929; background-color: #ef2929; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

notebook > header > tabs > arrow.destructive-action:backdrop label, popover.background checkbutton.destructive-action:backdrop label, popover.background radiobutton.destructive-action:backdrop label, notebook > header > tabs > arrow.destructive-action:backdrop, popover.background checkbutton.destructive-action:backdrop, popover.background radiobutton.destructive-action:backdrop, button.destructive-action:backdrop label, button.destructive-action:backdrop, button.destructive-action.flat:backdrop label, button.destructive-action.flat:backdrop { color: #fcd4d4; }

notebook > header > tabs > arrow.destructive-action:backdrop:active, popover.background checkbutton.destructive-action:backdrop:active, popover.background radiobutton.destructive-action:backdrop:active, notebook > header > tabs > arrow.destructive-action:backdrop:checked, popover.background checkbutton.destructive-action:backdrop:checked, popover.background radiobutton.destructive-action:backdrop:checked, button.destructive-action:backdrop:active, button.destructive-action:backdrop:checked, button.destructive-action.flat:backdrop:active, button.destructive-action.flat:backdrop:checked { border-color: #d51010; background-color: #d51010; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

notebook > header > tabs > arrow.destructive-action:backdrop:active label, popover.background checkbutton.destructive-action:backdrop:active label, popover.background radiobutton.destructive-action:backdrop:active label, notebook > header > tabs > arrow.destructive-action:backdrop:active, popover.background checkbutton.destructive-action:backdrop:active, popover.background radiobutton.destructive-action:backdrop:active, notebook > header > tabs > arrow.destructive-action:backdrop:checked label, popover.background checkbutton.destructive-action:backdrop:checked label, popover.background radiobutton.destructive-action:backdrop:checked label, notebook > header > tabs > arrow.destructive-action:backdrop:checked, popover.background checkbutton.destructive-action:backdrop:checked, popover.background radiobutton.destructive-action:backdrop:checked, button.destructive-action:backdrop:active label, button.destructive-action:backdrop:active, button.destructive-action:backdrop:checked label, button.destructive-action:backdrop:checked, button.destructive-action.flat:backdrop:active label, button.destructive-action.flat:backdrop:active, button.destructive-action.flat:backdrop:checked label, button.destructive-action.flat:backdrop:checked { color: #f7cfcf; }

label:disabled selection:backdrop, notebook > header > tabs > arrow.destructive-action:backdrop:disabled, popover.background checkbutton.destructive-action:backdrop:disabled, popover.background radiobutton.destructive-action:backdrop:disabled, button.destructive-action:backdrop:disabled, button.destructive-action.flat:backdrop:disabled { border-color: #898989; background-color: #e0e0e0; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

label:disabled selection:backdrop label, label:disabled selection:backdrop, notebook > header > tabs > arrow.destructive-action:backdrop:disabled label, popover.background checkbutton.destructive-action:backdrop:disabled label, popover.background radiobutton.destructive-action:backdrop:disabled label, notebook > header > tabs > arrow.destructive-action:backdrop:disabled, popover.background checkbutton.destructive-action:backdrop:disabled, popover.background radiobutton.destructive-action:backdrop:disabled, button.destructive-action:backdrop:disabled label, button.destructive-action:backdrop:disabled, button.destructive-action.flat:backdrop:disabled label, button.destructive-action.flat:backdrop:disabled { color: #a8a8a8; }

label:disabled selection:backdrop:active, label:disabled selection:backdrop:checked, notebook > header > tabs > arrow.destructive-action:backdrop:disabled:active, popover.background checkbutton.destructive-action:backdrop:disabled:active, popover.background radiobutton.destructive-action:backdrop:disabled:active, notebook > header > tabs > arrow.destructive-action:backdrop:disabled:checked, popover.background checkbutton.destructive-action:backdrop:disabled:checked, popover.background radiobutton.destructive-action:backdrop:disabled:checked, button.destructive-action:backdrop:disabled:active, button.destructive-action:backdrop:disabled:checked, button.destructive-action.flat:backdrop:disabled:active, button.destructive-action.flat:backdrop:disabled:checked { border-color: #ef3131; background-color: #ef3131; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

label:disabled selection:backdrop:active label, label:disabled selection:backdrop:checked label, notebook > header > tabs > arrow.destructive-action:backdrop:disabled:active label, popover.background checkbutton.destructive-action:backdrop:disabled:active label, popover.background radiobutton.destructive-action:backdrop:disabled:active label, notebook > header > tabs > arrow.destructive-action:backdrop:disabled:checked label, popover.background checkbutton.destructive-action:backdrop:disabled:checked label, popover.background radiobutton.destructive-action:backdrop:disabled:checked label, button.destructive-action:backdrop:disabled:active label, button.destructive-action:backdrop:disabled:checked label, button.destructive-action.flat:backdrop:disabled:active label, button.destructive-action.flat:backdrop:disabled:checked label { color: #f57979; }

button.destructive-action.titlebutton:backdrop, button.destructive-action.sidebar-button:backdrop, notebook > header > tabs > arrow.destructive-action:backdrop, popover.background checkbutton.destructive-action:backdrop, popover.background radiobutton.destructive-action:backdrop, button.destructive-action.titlebutton:disabled, button.destructive-action.sidebar-button:disabled, notebook > header > tabs > arrow.destructive-action:disabled, popover.background checkbutton.destructive-action:disabled, popover.background radiobutton.destructive-action:disabled, label:disabled selection.flat, label:disabled selection:backdrop, button.destructive-action.flat:backdrop, button.destructive-action.flat:disabled, button.destructive-action.flat:backdrop:disabled { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: rgba(239, 41, 41, 0.8); }

label:disabled selection.destructive-action, button.destructive-action:disabled { border-color: #8e0b0b; background-color: #f14949; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

label:disabled selection.destructive-action label, label:disabled selection.destructive-action, button.destructive-action:disabled label, button.destructive-action:disabled { color: #f8a4a4; }

label:disabled selection.destructive-action:active, label:disabled selection.destructive-action:checked, button.destructive-action:disabled:active, button.destructive-action:disabled:checked { border-color: #8e0b0b; background-image: linear-gradient(to bottom, #e52d2d, #ef3131); box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

label:disabled selection.destructive-action:active label, label:disabled selection.destructive-action:active, label:disabled selection.destructive-action:checked label, label:disabled selection.destructive-action:checked, button.destructive-action:disabled:active label, button.destructive-action:disabled:active, button.destructive-action:disabled:checked label, button.destructive-action:disabled:checked { color: #f9adad; }

.osd button.destructive-action { color: #eeeeee; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(239, 41, 41, 0.5); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 238, 0.3); }

.osd button.destructive-action:hover { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(239, 41, 41, 0.7); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 238, 0.3); }

.osd button.destructive-action:active:backdrop, .osd button.destructive-action:active, .osd button.destructive-action:checked:backdrop, .osd button.destructive-action:checked { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: #ef2929; background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; outline-color: rgba(238, 238, 238, 0.3); }

.osd label:disabled selection.destructive-action, label:disabled .osd selection.destructive-action, .osd button.destructive-action:disabled:backdrop, .osd button.destructive-action:disabled { color: #888888; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(34, 34, 34, 0.8); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; }

.osd button.destructive-action:backdrop { color: #eeeeee; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(239, 41, 41, 0.5); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; }

.selection-mode .stack-switcher > button.titlebutton, .stack-switcher > button { outline-offset: -3px; }

.selection-mode .stack-switcher > button.titlebutton > label, .stack-switcher > button > label { padding-left: 6px; padding-right: 6px; }

.selection-mode .stack-switcher > button.titlebutton > image, .stack-switcher > button > image { padding-left: 6px; padding-right: 6px; padding-top: 3px; padding-bottom: 3px; }

.selection-mode .stack-switcher > button.text-button.titlebutton, .stack-switcher > button.text-button { padding-left: 10px; padding-right: 10px; }

.selection-mode .stack-switcher > button.image-button.titlebutton, .stack-switcher > button.image-button { padding-left: 2px; padding-right: 2px; }

.stack-switcher > button.needs-attention:active > label, .stack-switcher > button.needs-attention:active > image, .stack-switcher > button.needs-attention:checked > label, .stack-switcher > button.needs-attention:checked > image { animation: none; background-image: none; }

.inline-toolbar .selection-mode button.titlebutton, .selection-mode .inline-toolbar button.titlebutton, .inline-toolbar button, .inline-toolbar button:backdrop { border-radius: 2px; border-width: 1px; }

.inline-toolbar .selection-mode button.titlebutton button, .selection-mode .inline-toolbar button.titlebutton button, .inline-toolbar button button, .inline-toolbar button:backdrop button { padding-left: 4px; padding-right: 4px; }

.primary-toolbar .selection-mode button.titlebutton, .selection-mode .primary-toolbar button.titlebutton, .primary-toolbar button { -gtk-icon-shadow: none; }

.selection-mode button.circular.titlebutton, button.circular { border-radius: 9999px; -gtk-outline-radius: 9999px; }

.selection-mode button.circular.titlebutton label, button.circular label { padding: 0; }

stacksidebar row.needs-attention > label, .selection-mode .stack-switcher > button.needs-attention.titlebutton > label, .selection-mode .stack-switcher > button.needs-attention.titlebutton > image, .stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image { animation: needs_attention 150ms ease-in; background-image: radial-gradient(farthest-side, #bbd8f7 96%, rgba(57, 142, 231, 0)), radial-gradient(farthest-side, rgba(255, 255, 255, 0.769231) 95%, rgba(255, 255, 255, 0)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 4px; }

stacksidebar row.needs-attention > label:backdrop, .stack-switcher > button.needs-attention > label:backdrop, .stack-switcher > button.needs-attention > image:backdrop { background-size: 6px 6px, 0 0; }

stacksidebar row.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl) { background-position: left 3px, left 4px; }

.inline-toolbar toolbutton > button { color: #000000; outline-color: rgba(60, 60, 60, 0.3); border-top-color: shade(#fafafa, 0.8); border-right-color: shade(#fafafa, 0.72); border-left-color: shade(#fafafa, 0.72); border-bottom-color: shade(#fafafa, 0.7); background-image: linear-gradient(to bottom, shade(shade(#fafafa, 1.02), 1.05), shade(shade(#fafafa, 1.02), 0.97)); box-shadow: inset 0 1px rgba(255, 255, 255, 0.6); }

.inline-toolbar toolbutton > button:hover { color: #000000; outline-color: rgba(60, 60, 60, 0.3); border-color: #828282; background-image: linear-gradient(to bottom, shade(#fafafa, 1.15), shade(#fafafa, 1.07)); box-shadow: inset 0 1px rgba(255, 255, 255, 0.6); }

.inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { color: #000000; outline-color: rgba(60, 60, 60, 0.3); border-color: #828282; background-image: linear-gradient(to bottom, shade(shade(#fafafa, 0.85), 1.05), shade(shade(#fafafa, 0.85), 0.97)); box-shadow: inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); }

.inline-toolbar toolbutton > button:disabled { border-color: #828282; background-color: #e0e0e0; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

.inline-toolbar toolbutton > button:disabled label, .inline-toolbar toolbutton > button:disabled { color: #444444; }

.inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { border-color: #828282; background-image: linear-gradient(to bottom, #d7d7d7, #e0e0e0); box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

.inline-toolbar toolbutton > button:disabled:active label, .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked label, .inline-toolbar toolbutton > button:disabled:checked { color: #444444; }

.inline-toolbar toolbutton > button:backdrop { border-color: #898989; background-color: #fafafa; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

.inline-toolbar toolbutton > button:backdrop label, .inline-toolbar toolbutton > button:backdrop { color: #444444; }

.inline-toolbar toolbutton > button:backdrop:active, .inline-toolbar toolbutton > button:backdrop:checked { border-color: #898989; background-color: #b6b6b6; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

.inline-toolbar toolbutton > button:backdrop:active label, .inline-toolbar toolbutton > button:backdrop:active, .inline-toolbar toolbutton > button:backdrop:checked label, .inline-toolbar toolbutton > button:backdrop:checked { color: #444444; }

.inline-toolbar toolbutton > button:backdrop:disabled, .inline-toolbar label:disabled toolbutton > selection:backdrop, label:disabled .inline-toolbar toolbutton > selection:backdrop { border-color: #898989; background-color: #e0e0e0; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

.inline-toolbar toolbutton > button:backdrop:disabled label, .inline-toolbar label:disabled toolbutton > selection:backdrop label, label:disabled .inline-toolbar toolbutton > selection:backdrop label, .inline-toolbar toolbutton > button:backdrop:disabled, .inline-toolbar label:disabled toolbutton > selection:backdrop, label:disabled .inline-toolbar toolbutton > selection:backdrop { color: #a8a8a8; }

.inline-toolbar toolbutton > button:backdrop:disabled:active, .inline-toolbar label:disabled toolbutton > selection:backdrop:active, label:disabled .inline-toolbar toolbutton > selection:backdrop:active, .inline-toolbar toolbutton > button:backdrop:disabled:checked, .inline-toolbar label:disabled toolbutton > selection:backdrop:checked, label:disabled .inline-toolbar toolbutton > selection:backdrop:checked { border-color: #898989; background-color: lightgray; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

.inline-toolbar toolbutton > button:backdrop:disabled:active label, .inline-toolbar label:disabled toolbutton > selection:backdrop:active label, label:disabled .inline-toolbar toolbutton > selection:backdrop:active label, .inline-toolbar toolbutton > button:backdrop:disabled:checked label, .inline-toolbar label:disabled toolbutton > selection:backdrop:checked label, label:disabled .inline-toolbar toolbutton > selection:backdrop:checked label { color: #a8a8a8; }

.linked > combobox > box > button.combo:dir(ltr), .linked > combobox > box > button.combo:dir(rtl), .xfce4-panel.background menu .linked button, .linked:not(.vertical) > combobox:only-child > box > button.combo, .linked:not(.vertical) > combobox:last-child > box > button.combo, .linked:not(.vertical) > combobox:first-child > box > button.combo, combobox.linked button:nth-child(2):dir(rtl), combobox.linked button:nth-child(2):dir(ltr), .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .inline-toolbar .selection-mode button.titlebutton, .selection-mode .inline-toolbar button.titlebutton, .inline-toolbar button, .inline-toolbar button:backdrop, .selection-mode .linked:not(.vertical) > button.titlebutton, .linked:not(.vertical) > button, toolbar.inline-toolbar toolbutton > button.flat, toolbar.inline-toolbar toolbutton > button.titlebutton, toolbar.inline-toolbar toolbutton > button.sidebar-button { border-right-style: none; border-radius: 0; -gtk-outline-radius: 0; }

.linked.vertical > combobox:last-child > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox:last-child > box > button.combo:dir(rtl), .linked.vertical > combobox:first-child > box > button.combo:dir(ltr), .xfce4-panel.background menu .linked button:first-child, .xfce4-panel.background menu .linked.vertical > combobox:first-child > box > button.combo, .linked:not(.vertical) > combobox:only-child > box > button.combo:first-child, .linked:not(.vertical) > combobox:last-child > box > button.combo:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, combobox.linked button:nth-child(2):dir(rtl), combobox.linked button:first-child:nth-child(2):dir(ltr), .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .inline-toolbar .linked.vertical > combobox:first-child > box > button.combo, .inline-toolbar button:first-child:backdrop, .selection-mode .linked:not(.vertical) > button.titlebutton:first-child, .linked:not(.vertical) > button:first-child, .linked.vertical > combobox:first-child > box.linked:not(.vertical) > button.combo, toolbar.inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar .selection-mode toolbutton:first-child > button.titlebutton, toolbar.inline-toolbar toolbutton:first-child > button.titlebutton, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button { border-top-left-radius: 3px; border-bottom-left-radius: 3px; -gtk-outline-top-left-radius: 3px; -gtk-outline-bottom-left-radius: 3px; }

.linked.vertical > combobox:first-child > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox:first-child > box > button.combo:dir(rtl), combobox.linked button:dir(rtl):nth-child(2), .linked.vertical > combobox:last-child > box > button.combo:dir(ltr), combobox.linked button:dir(ltr):nth-child(2), .xfce4-panel.background menu .linked button:last-child, .xfce4-panel.background menu .linked.vertical > combobox:last-child > box > button.combo, .linked:not(.vertical) > combobox:only-child > box > button.combo:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, .linked:not(.vertical) > combobox:first-child > box > button.combo:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .inline-toolbar .linked.vertical > combobox:last-child > box > button.combo, .inline-toolbar button:last-child:backdrop, .selection-mode .linked:not(.vertical) > button.titlebutton:last-child, .linked:not(.vertical) > button:last-child, .linked.vertical > combobox:last-child > box.linked:not(.vertical) > button.combo, toolbar.inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar .selection-mode toolbutton:last-child > button.titlebutton, toolbar.inline-toolbar toolbutton:last-child > button.titlebutton, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button { border-right-style: solid; border-top-right-radius: 3px; border-bottom-right-radius: 3px; -gtk-outline-top-right-radius: 3px; -gtk-outline-bottom-right-radius: 3px; }

.xfce4-panel.background menu .linked button:only-child, .xfce4-panel.background menu .linked.vertical > combobox:only-child > box > button.combo, .linked:not(.vertical) > combobox:only-child > box > button.combo, .linked:not(.vertical) > combobox:last-child > box > button.combo:only-child, .linked:not(.vertical) > combobox:first-child > box > button.combo:only-child, combobox.linked button:only-child:nth-child(2):dir(rtl), combobox.linked .linked.vertical > combobox:only-child > box > button.combo:nth-child(2):dir(rtl), combobox.linked button:only-child:nth-child(2):dir(ltr), combobox.linked .linked.vertical > combobox:only-child > box > button.combo:nth-child(2):dir(ltr), .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .inline-toolbar .linked.vertical > combobox:only-child > box > button.combo, .inline-toolbar button:only-child:backdrop, .selection-mode .linked:not(.vertical) > button.titlebutton:only-child, .linked:not(.vertical) > button:only-child, .linked.vertical > combobox:only-child > box.linked:not(.vertical) > button.combo, toolbar.inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar .selection-mode toolbutton:only-child > button.titlebutton, toolbar.inline-toolbar toolbutton:only-child > button.titlebutton, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button { border-style: solid; border-radius: 3px; -gtk-outline-radius: 3px; }

.linked.vertical > combobox > box > button.combo, .linked.vertical > combobox:only-child > box > button.combo, .linked.vertical > combobox:last-child > box > button.combo, .linked.vertical > combobox:first-child > box > button.combo, .linked.vertical > spinbutton:not(.vertical), .linked.vertical > entry, .selection-mode .linked.vertical > button.titlebutton, .linked.vertical > button { border-style: solid solid none solid; border-radius: 0; -gtk-outline-radius: 0; }

.linked.vertical > combobox:only-child > box > button.combo:first-child, .linked.vertical > combobox:last-child > box > button.combo:first-child, .linked.vertical > combobox:first-child > box > button.combo, combobox.linked .linked.vertical > combobox:only-child > box > button.combo:nth-child(2):dir(rtl), combobox.linked .linked.vertical > combobox:last-child > box > button.combo:nth-child(2):dir(rtl), .linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > entry:first-child, .selection-mode .linked.vertical > button.titlebutton:first-child, .linked.vertical > button:first-child, .linked:not(.vertical) > combobox:first-child > box.linked.vertical > button.combo, combobox.linked .linked.vertical > button:nth-child(2):dir(rtl) { border-top-left-radius: 3px; border-top-right-radius: 3px; -gtk-outline-top-left-radius: 3px; -gtk-outline-top-right-radius: 3px; }

.linked.vertical > combobox:only-child > box > button.combo:last-child, .linked.vertical > combobox:last-child > box > button.combo, .linked.vertical > combobox:first-child > box > button.combo:last-child, combobox.linked .linked.vertical > combobox:only-child > box > button.combo:nth-child(2):dir(ltr), combobox.linked .linked.vertical > combobox:first-child > box > button.combo:nth-child(2):dir(ltr), .linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > entry:last-child, .selection-mode .linked.vertical > button.titlebutton:last-child, .linked.vertical > button:last-child, .linked:not(.vertical) > combobox:last-child > box.linked.vertical > button.combo, combobox.linked .linked.vertical > button:nth-child(2):dir(ltr) { border-bottom-style: solid; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; -gtk-outline-bottom-left-radius: 3px; -gtk-outline-bottom-right-radius: 3px; }

.linked.vertical > combobox:only-child > box > button.combo, .linked.vertical > combobox:last-child > box > button.combo:only-child, .linked.vertical > combobox:first-child > box > button.combo:only-child, .linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > entry:only-child, .selection-mode .linked.vertical > button.titlebutton:only-child, .linked.vertical > button:only-child, .linked:not(.vertical) > combobox:only-child > box.linked.vertical > button.combo { border-style: solid; border-radius: 3px; -gtk-outline-radius: 3px; }

.scale-popup button:backdrop:hover, .scale-popup button:backdrop:disabled, .scale-popup label:disabled selection:backdrop, label:disabled .scale-popup selection:backdrop, .scale-popup button:backdrop, .scale-popup button:hover, calendar.button, button:link:hover, headerbar.selection-mode button.subtitle:hover:link, button:link:active, headerbar.selection-mode button.subtitle:active:link, button:link:checked, headerbar.selection-mode button.subtitle:checked:link, button:visited:hover, button:visited:active, button:visited:checked, button:link, .selection-mode.titlebar:not(headerbar) button.subtitle:link, headerbar.selection-mode button.subtitle:link, button:visited, modelbutton.flat:backdrop, popover.background checkbutton.flat:backdrop, popover.background radiobutton.flat:backdrop, modelbutton.flat:backdrop:hover, modelbutton.flat, popover.background checkbutton.flat, popover.background radiobutton.flat, .menuitem.button.flat, .selection-mode button.button.titlebutton, button.button.titlebutton, button.button.sidebar-button, notebook > header > tabs > arrow.button, popover.background checkbutton.button, popover.background radiobutton.button { background-color: transparent; background-image: none; border-color: transparent; box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; }

/* menu buttons */
modelbutton.flat, popover.background checkbutton.flat, popover.background radiobutton.flat, .menuitem.button.flat, .selection-mode button.button.titlebutton, button.button.titlebutton, button.button.sidebar-button, notebook > header > tabs > arrow.button, popover.background checkbutton.button, popover.background radiobutton.button { min-height: 26px; padding-left: 5px; padding-right: 5px; border-radius: 3px; outline-offset: -2px; }

modelbutton.flat:hover, popover.background checkbutton.flat:hover, popover.background radiobutton.flat:hover, .menuitem.button.flat:hover, button.button.titlebutton:hover, button.button.sidebar-button:hover, notebook > header > tabs > arrow.button:hover, popover.background checkbutton.button:hover, popover.background radiobutton.button:hover { background-color: #bbd8f7; }

modelbutton.flat:disabled, popover.background checkbutton.flat:disabled, popover.background radiobutton.flat:disabled, .menuitem.button.flat:disabled, button.button.titlebutton:disabled, button.button.sidebar-button:disabled, notebook > header > tabs > arrow.button:disabled, popover.background checkbutton.button:disabled, popover.background radiobutton.button:disabled, label:disabled selection.flat { color: #444444; }

modelbutton.flat:disabled:backdrop, popover.background checkbutton.flat:disabled:backdrop, popover.background radiobutton.flat:disabled:backdrop, label:disabled selection.flat:backdrop, .menuitem.button.flat:disabled:backdrop, button.button.titlebutton:disabled:backdrop, button.button.sidebar-button:disabled:backdrop, notebook > header > tabs > arrow.button:disabled:backdrop, popover.background checkbutton.button:disabled:backdrop, popover.background radiobutton.button:disabled:backdrop { color: #a8a8a8; }

modelbutton.flat arrow, popover.background checkbutton.flat arrow, popover.background radiobutton.flat arrow { background: none; }

modelbutton.flat arrow:hover, popover.background checkbutton.flat arrow:hover, popover.background radiobutton.flat arrow:hover { background: none; }

modelbutton.flat arrow.left, popover.background checkbutton.flat arrow.left, popover.background radiobutton.flat arrow.left { -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }

modelbutton.flat arrow.right, popover.background checkbutton.flat arrow.right, popover.background radiobutton.flat arrow.right { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }

button.color { padding: 4px; }

button.color colorswatch:only-child { box-shadow: 0 1px rgba(255, 255, 255, 0.769231); }

button.color colorswatch:only-child, button.color colorswatch:only-child overlay { border-radius: 0; }

button.color colorswatch:only-child:disabled colorswatch:only-child, button.color label:disabled selection:only-child colorswatch:only-child, label:disabled button.color selection:only-child colorswatch:only-child, button.color colorswatch:only-child:backdrop colorswatch:only-child, button.color colorswatch:only-child:active colorswatch:only-child, button.color colorswatch:only-child:checked colorswatch:only-child { box-shadow: none; }

/********* Links * */
button:link > label, .selection-mode.titlebar:not(headerbar) button.subtitle:link > label, headerbar.selection-mode button.subtitle:link > label, button:visited > label, button:link, headerbar.selection-mode button.subtitle:link, button:visited, *:link, .selection-mode.titlebar:not(headerbar) .subtitle:link, headerbar.selection-mode .subtitle:link, headerbar.selection-mode .subtitle:link { color: #2d71b8; }

button:link > label:visited, .selection-mode.titlebar:not(headerbar) button.subtitle:link > label:visited, headerbar.selection-mode button.subtitle:link > label:visited, button:visited > label:visited, button:visited, *:link:visited, .selection-mode.titlebar:not(headerbar) .subtitle:link:visited, headerbar.selection-mode .subtitle:link:visited { color: #145ba6; }

*:selected button:link > label:visited, .selection-mode.titlebar:not(headerbar) .subtitle:link button:link > label:visited, headerbar.selection-mode .subtitle:link button:link > label:visited, *:selected .selection-mode.titlebar:not(headerbar) button.subtitle:link > label:visited, .selection-mode.titlebar:not(headerbar) .subtitle:link .selection-mode.titlebar:not(headerbar) button.subtitle:link > label:visited, headerbar.selection-mode .subtitle:link .selection-mode.titlebar:not(headerbar) button.subtitle:link > label:visited, .selection-mode.titlebar:not(headerbar) *:selected button.subtitle:link > label:visited, *:selected headerbar.selection-mode button.subtitle:link > label:visited, .selection-mode.titlebar:not(headerbar) .subtitle:link headerbar.selection-mode button.subtitle:link > label:visited, headerbar.selection-mode .subtitle:link headerbar.selection-mode button.subtitle:link > label:visited, headerbar.selection-mode *:selected button.subtitle:link > label:visited, *:selected button:visited > label:visited, .selection-mode.titlebar:not(headerbar) .subtitle:link button:visited > label:visited, headerbar.selection-mode .subtitle:link button:visited > label:visited, *:selected button:visited, .selection-mode.titlebar:not(headerbar) .subtitle:link button:visited, headerbar.selection-mode .subtitle:link button:visited, *:selected *:link:visited, .selection-mode.titlebar:not(headerbar) .subtitle:link *:link:visited, headerbar.selection-mode .subtitle:link *:link:visited, *:selected .selection-mode.titlebar:not(headerbar) .subtitle:link:visited, .selection-mode.titlebar:not(headerbar) *:selected .subtitle:link:visited, .selection-mode.titlebar:not(headerbar) .subtitle:link .subtitle:link:visited, *:selected headerbar.selection-mode .subtitle:link:visited, headerbar.selection-mode *:selected .subtitle:link:visited, headerbar.selection-mode .subtitle:link .subtitle:link:visited { color: #b0d2f5; }

button:link > label:hover, .selection-mode.titlebar:not(headerbar) button.subtitle:link > label:hover, headerbar.selection-mode button.subtitle:link > label:hover, button:visited > label:hover, button:hover:link, .selection-mode.titlebar:not(headerbar) .subtitle:hover:link, headerbar.selection-mode .subtitle:hover:link, button:hover:visited, *:link:hover { color: #468ad2; }

*:selected button:link > label:hover, .selection-mode.titlebar:not(headerbar) .subtitle:link button:link > label:hover, headerbar.selection-mode .subtitle:link button:link > label:hover, *:selected .selection-mode.titlebar:not(headerbar) button.subtitle:link > label:hover, .selection-mode.titlebar:not(headerbar) .subtitle:link .selection-mode.titlebar:not(headerbar) button.subtitle:link > label:hover, headerbar.selection-mode .subtitle:link .selection-mode.titlebar:not(headerbar) button.subtitle:link > label:hover, .selection-mode.titlebar:not(headerbar) *:selected button.subtitle:link > label:hover, .selection-mode.titlebar:not(headerbar) .subtitle:link button.subtitle:link > label:hover, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button.subtitle:link > label:hover, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button.subtitle:link > label:hover, *:selected headerbar.selection-mode button.subtitle:link > label:hover, .selection-mode.titlebar:not(headerbar) .subtitle:link headerbar.selection-mode button.subtitle:link > label:hover, headerbar.selection-mode .subtitle:link headerbar.selection-mode button.subtitle:link > label:hover, headerbar.selection-mode *:selected button.subtitle:link > label:hover, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button.subtitle:link > label:hover, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button.subtitle:link > label:hover, headerbar.selection-mode .subtitle:link button.subtitle:link > label:hover, .selection-mode.titlebar:not(headerbar) .subtitle:selected:link button:link > label:hover, .selection-mode.titlebar:not(headerbar) .subtitle:link button:link > label:hover, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:link > label:hover, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:link > label:hover, .selection-mode.titlebar:not(headerbar) .subtitle:selected:link headerbar.selection-mode button.subtitle:link > label:hover, .selection-mode.titlebar:not(headerbar) .subtitle:link headerbar.selection-mode button.subtitle:link > label:hover, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link headerbar.selection-mode button.subtitle:link > label:hover, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link headerbar.selection-mode button.subtitle:link > label:hover, headerbar.selection-mode .subtitle:selected:link button:link > label:hover, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:link > label:hover, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:link > label:hover, headerbar.selection-mode .subtitle:link button:link > label:hover, headerbar.selection-mode .subtitle:selected:link .selection-mode.titlebar:not(headerbar) button.subtitle:link > label:hover, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link .selection-mode.titlebar:not(headerbar) button.subtitle:link > label:hover, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link .selection-mode.titlebar:not(headerbar) button.subtitle:link > label:hover, headerbar.selection-mode .subtitle:link .selection-mode.titlebar:not(headerbar) button.subtitle:link > label:hover, *:selected button:visited > label:hover, .selection-mode.titlebar:not(headerbar) .subtitle:link button:visited > label:hover, headerbar.selection-mode .subtitle:link button:visited > label:hover, .selection-mode.titlebar:not(headerbar) .subtitle:selected:link button:visited > label:hover, .selection-mode.titlebar:not(headerbar) .subtitle:link button:visited > label:hover, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:visited > label:hover, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:visited > label:hover, headerbar.selection-mode .subtitle:selected:link button:visited > label:hover, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:visited > label:hover, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:visited > label:hover, headerbar.selection-mode .subtitle:link button:visited > label:hover, *:selected button:hover:link, .selection-mode.titlebar:not(headerbar) .subtitle:link button:hover:link, headerbar.selection-mode .subtitle:link button:hover:link, *:selected .selection-mode.titlebar:not(headerbar) .subtitle:hover:link, .selection-mode.titlebar:not(headerbar) .subtitle:link .selection-mode.titlebar:not(headerbar) .subtitle:hover:link, headerbar.selection-mode .subtitle:link .selection-mode.titlebar:not(headerbar) .subtitle:hover:link, .selection-mode.titlebar:not(headerbar) *:selected .subtitle:hover:link, .selection-mode.titlebar:not(headerbar) .subtitle:link .subtitle:hover:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link .subtitle:hover:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link .subtitle:hover:link, *:selected headerbar.selection-mode .subtitle:hover:link, .selection-mode.titlebar:not(headerbar) .subtitle:link headerbar.selection-mode .subtitle:hover:link, headerbar.selection-mode .subtitle:link headerbar.selection-mode .subtitle:hover:link, headerbar.selection-mode *:selected .subtitle:hover:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link .subtitle:hover:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link .subtitle:hover:link, headerbar.selection-mode .subtitle:link .subtitle:hover:link, .selection-mode.titlebar:not(headerbar) .subtitle:selected:link button:hover:link, .selection-mode.titlebar:not(headerbar) .subtitle:link button:hover:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:hover:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:hover:link, .selection-mode.titlebar:not(headerbar) .subtitle:selected:link .subtitle:hover:link, .selection-mode.titlebar:not(headerbar) .subtitle:link .subtitle:hover:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link .subtitle:hover:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link .subtitle:hover:link, headerbar.selection-mode .subtitle:selected:link button:hover:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:hover:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:hover:link, headerbar.selection-mode .subtitle:link button:hover:link, headerbar.selection-mode .subtitle:selected:link .subtitle:hover:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link .subtitle:hover:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link .subtitle:hover:link, headerbar.selection-mode .subtitle:link .subtitle:hover:link, *:selected button:hover:visited, .selection-mode.titlebar:not(headerbar) .subtitle:link button:hover:visited, headerbar.selection-mode .subtitle:link button:hover:visited, .selection-mode.titlebar:not(headerbar) .subtitle:selected:link button:hover:visited, .selection-mode.titlebar:not(headerbar) .subtitle:link button:hover:visited, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:hover:visited, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:hover:visited, headerbar.selection-mode .subtitle:selected:link button:hover:visited, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:hover:visited, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:hover:visited, headerbar.selection-mode .subtitle:link button:hover:visited, *:selected *:link:hover, .selection-mode.titlebar:not(headerbar) .subtitle:link *:link:hover, headerbar.selection-mode .subtitle:link *:link:hover, .selection-mode.titlebar:not(headerbar) .subtitle:selected:link *:link:hover, .selection-mode.titlebar:not(headerbar) .subtitle:link *:link:hover, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link *:link:hover, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link *:link:hover, headerbar.selection-mode .subtitle:selected:link *:link:hover, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link *:link:hover, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link *:link:hover, headerbar.selection-mode .subtitle:link *:link:hover { color: #ebf4fd; }

button:link > label:active, .selection-mode.titlebar:not(headerbar) button.subtitle:link > label:active, headerbar.selection-mode button.subtitle:link > label:active, button:visited > label:active, button:active:link, .selection-mode.titlebar:not(headerbar) .subtitle:active:link, headerbar.selection-mode .subtitle:active:link, button:active:visited, *:link:active { color: #2d71b8; }

*:selected button:link > label:active, .selection-mode.titlebar:not(headerbar) .subtitle:link button:link > label:active, headerbar.selection-mode .subtitle:link button:link > label:active, *:selected .selection-mode.titlebar:not(headerbar) button.subtitle:link > label:active, .selection-mode.titlebar:not(headerbar) .subtitle:link .selection-mode.titlebar:not(headerbar) button.subtitle:link > label:active, headerbar.selection-mode .subtitle:link .selection-mode.titlebar:not(headerbar) button.subtitle:link > label:active, .selection-mode.titlebar:not(headerbar) *:selected button.subtitle:link > label:active, .selection-mode.titlebar:not(headerbar) .subtitle:link button.subtitle:link > label:active, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button.subtitle:link > label:active, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button.subtitle:link > label:active, *:selected headerbar.selection-mode button.subtitle:link > label:active, .selection-mode.titlebar:not(headerbar) .subtitle:link headerbar.selection-mode button.subtitle:link > label:active, headerbar.selection-mode .subtitle:link headerbar.selection-mode button.subtitle:link > label:active, headerbar.selection-mode *:selected button.subtitle:link > label:active, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button.subtitle:link > label:active, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button.subtitle:link > label:active, headerbar.selection-mode .subtitle:link button.subtitle:link > label:active, .selection-mode.titlebar:not(headerbar) .subtitle:selected:link button:link > label:active, .selection-mode.titlebar:not(headerbar) .subtitle:link button:link > label:active, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:link > label:active, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:link > label:active, .selection-mode.titlebar:not(headerbar) .subtitle:selected:link headerbar.selection-mode button.subtitle:link > label:active, .selection-mode.titlebar:not(headerbar) .subtitle:link headerbar.selection-mode button.subtitle:link > label:active, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link headerbar.selection-mode button.subtitle:link > label:active, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link headerbar.selection-mode button.subtitle:link > label:active, headerbar.selection-mode .subtitle:selected:link button:link > label:active, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:link > label:active, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:link > label:active, headerbar.selection-mode .subtitle:link button:link > label:active, headerbar.selection-mode .subtitle:selected:link .selection-mode.titlebar:not(headerbar) button.subtitle:link > label:active, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link .selection-mode.titlebar:not(headerbar) button.subtitle:link > label:active, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link .selection-mode.titlebar:not(headerbar) button.subtitle:link > label:active, headerbar.selection-mode .subtitle:link .selection-mode.titlebar:not(headerbar) button.subtitle:link > label:active, *:selected button:visited > label:active, .selection-mode.titlebar:not(headerbar) .subtitle:link button:visited > label:active, headerbar.selection-mode .subtitle:link button:visited > label:active, .selection-mode.titlebar:not(headerbar) .subtitle:selected:link button:visited > label:active, .selection-mode.titlebar:not(headerbar) .subtitle:link button:visited > label:active, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:visited > label:active, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:visited > label:active, headerbar.selection-mode .subtitle:selected:link button:visited > label:active, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:visited > label:active, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:visited > label:active, headerbar.selection-mode .subtitle:link button:visited > label:active, *:selected button:active:link, .selection-mode.titlebar:not(headerbar) .subtitle:link button:active:link, headerbar.selection-mode .subtitle:link button:active:link, *:selected .selection-mode.titlebar:not(headerbar) .subtitle:active:link, .selection-mode.titlebar:not(headerbar) .subtitle:link .selection-mode.titlebar:not(headerbar) .subtitle:active:link, headerbar.selection-mode .subtitle:link .selection-mode.titlebar:not(headerbar) .subtitle:active:link, .selection-mode.titlebar:not(headerbar) *:selected .subtitle:active:link, .selection-mode.titlebar:not(headerbar) .subtitle:link .subtitle:active:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link .subtitle:active:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link .subtitle:active:link, *:selected headerbar.selection-mode .subtitle:active:link, .selection-mode.titlebar:not(headerbar) .subtitle:link headerbar.selection-mode .subtitle:active:link, headerbar.selection-mode .subtitle:link headerbar.selection-mode .subtitle:active:link, headerbar.selection-mode *:selected .subtitle:active:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link .subtitle:active:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link .subtitle:active:link, headerbar.selection-mode .subtitle:link .subtitle:active:link, .selection-mode.titlebar:not(headerbar) .subtitle:selected:link button:active:link, .selection-mode.titlebar:not(headerbar) .subtitle:link button:active:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:active:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:active:link, .selection-mode.titlebar:not(headerbar) .subtitle:selected:link .subtitle:active:link, .selection-mode.titlebar:not(headerbar) .subtitle:link .subtitle:active:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link .subtitle:active:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link .subtitle:active:link, headerbar.selection-mode .subtitle:selected:link button:active:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:active:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:active:link, headerbar.selection-mode .subtitle:link button:active:link, headerbar.selection-mode .subtitle:selected:link .subtitle:active:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link .subtitle:active:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link .subtitle:active:link, headerbar.selection-mode .subtitle:link .subtitle:active:link, *:selected button:active:visited, .selection-mode.titlebar:not(headerbar) .subtitle:link button:active:visited, headerbar.selection-mode .subtitle:link button:active:visited, .selection-mode.titlebar:not(headerbar) .subtitle:selected:link button:active:visited, .selection-mode.titlebar:not(headerbar) .subtitle:link button:active:visited, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:active:visited, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:active:visited, headerbar.selection-mode .subtitle:selected:link button:active:visited, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:active:visited, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:active:visited, headerbar.selection-mode .subtitle:link button:active:visited, *:selected *:link:active, .selection-mode.titlebar:not(headerbar) .subtitle:link *:link:active, headerbar.selection-mode .subtitle:link *:link:active, .selection-mode.titlebar:not(headerbar) .subtitle:selected:link *:link:active, .selection-mode.titlebar:not(headerbar) .subtitle:link *:link:active, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link *:link:active, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link *:link:active, headerbar.selection-mode .subtitle:selected:link *:link:active, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link *:link:active, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link *:link:active, headerbar.selection-mode .subtitle:link *:link:active { color: #d7e8fa; }

button:link > label:disabled, .selection-mode.titlebar:not(headerbar) button.subtitle:link > label:disabled, headerbar.selection-mode button.subtitle:link > label:disabled, button:visited > label:disabled, button:disabled:link, .selection-mode.titlebar:not(headerbar) .subtitle:disabled:link, headerbar.selection-mode .subtitle:disabled:link, button:disabled:visited, *:link:disabled, label:disabled selection:link, label:disabled .selection-mode.titlebar:not(headerbar) selection.subtitle:link, .selection-mode.titlebar:not(headerbar) label:disabled selection.subtitle:link, label:disabled headerbar.selection-mode selection.subtitle:link, headerbar.selection-mode label:disabled selection.subtitle:link, *:link:disabled:backdrop { color: rgba(115, 115, 115, 0.8); }

.selection-mode.titlebar:not(headerbar) .subtitle:hover:link, headerbar.selection-mode .subtitle:hover:link, button:link > label:backdrop, .selection-mode.titlebar:not(headerbar) button.subtitle:link > label:backdrop, headerbar.selection-mode button.subtitle:link > label:backdrop, button:visited > label:backdrop, button:backdrop:link, .selection-mode.titlebar:not(headerbar) .subtitle:backdrop:link, headerbar.selection-mode .subtitle:backdrop:link, button:backdrop:visited, *:link:backdrop:backdrop:hover, *:link:backdrop:backdrop:hover:selected, *:link:backdrop { color: #bbd8f7; }

.info *:link, .info headerbar.selection-mode .subtitle:link, headerbar.selection-mode .info .subtitle:link, .info .selection-mode.titlebar:not(headerbar) .subtitle:link, .selection-mode.titlebar:not(headerbar) .info .subtitle:link, .info .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .info .subtitle:link, .info headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .info .subtitle:link, .question *:link, .question headerbar.selection-mode .subtitle:link, headerbar.selection-mode .question .subtitle:link, .question .selection-mode.titlebar:not(headerbar) .subtitle:link, .selection-mode.titlebar:not(headerbar) .question .subtitle:link, .question .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .question .subtitle:link, .question headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .question .subtitle:link, .warning *:link, .warning headerbar.selection-mode .subtitle:link, headerbar.selection-mode .warning .subtitle:link, .warning .selection-mode.titlebar:not(headerbar) .subtitle:link, .selection-mode.titlebar:not(headerbar) .warning .subtitle:link, .warning .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .warning .subtitle:link, .warning headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .warning .subtitle:link, .error *:link, .error headerbar.selection-mode .subtitle:link, headerbar.selection-mode .error .subtitle:link, .error .selection-mode.titlebar:not(headerbar) .subtitle:link, .selection-mode.titlebar:not(headerbar) .error .subtitle:link, .error .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .error .subtitle:link, .error headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .error .subtitle:link, button:link > label:selected, .selection-mode.titlebar:not(headerbar) button:link > label.subtitle:link, headerbar.selection-mode button:link > label.subtitle:link, .selection-mode.titlebar:not(headerbar) button.subtitle:link > label:selected, .selection-mode.titlebar:not(headerbar) button.subtitle:link > label.subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode button.subtitle:link > label.subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) button.subtitle:link > label.subtitle:link, headerbar.selection-mode button.subtitle:link > label:selected, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) button.subtitle:link > label.subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode button.subtitle:link > label.subtitle:link, headerbar.selection-mode button.subtitle:link > label.subtitle:link, button:visited > label:selected, .selection-mode.titlebar:not(headerbar) button:visited > label.subtitle:link, headerbar.selection-mode button:visited > label.subtitle:link, button:selected:link, .selection-mode.titlebar:not(headerbar) button.subtitle:link, headerbar.selection-mode button.subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:selected:link, .selection-mode.titlebar:not(headerbar) .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link, headerbar.selection-mode .subtitle:selected:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link, headerbar.selection-mode .subtitle:link, button:selected:visited, .selection-mode.titlebar:not(headerbar) button.subtitle:visited:link, headerbar.selection-mode button.subtitle:visited:link, *:selected button:link > label, .selection-mode.titlebar:not(headerbar) .subtitle:link button:link > label, headerbar.selection-mode .subtitle:link button:link > label, *:selected .selection-mode.titlebar:not(headerbar) button.subtitle:link > label, .selection-mode.titlebar:not(headerbar) .subtitle:link .selection-mode.titlebar:not(headerbar) button.subtitle:link > label, headerbar.selection-mode .subtitle:link .selection-mode.titlebar:not(headerbar) button.subtitle:link > label, .selection-mode.titlebar:not(headerbar) *:selected button.subtitle:link > label, .selection-mode.titlebar:not(headerbar) .subtitle:link button.subtitle:link > label, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button.subtitle:link > label, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button.subtitle:link > label, *:selected headerbar.selection-mode button.subtitle:link > label, .selection-mode.titlebar:not(headerbar) .subtitle:link headerbar.selection-mode button.subtitle:link > label, headerbar.selection-mode .subtitle:link headerbar.selection-mode button.subtitle:link > label, headerbar.selection-mode *:selected button.subtitle:link > label, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button.subtitle:link > label, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button.subtitle:link > label, headerbar.selection-mode .subtitle:link button.subtitle:link > label, .selection-mode.titlebar:not(headerbar) .subtitle:selected:link button:link > label, .selection-mode.titlebar:not(headerbar) .subtitle:link button:link > label, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:link > label, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:link > label, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:selected:link button:link > label, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:link > label, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:selected:link button:link > label, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:link > label, .selection-mode.titlebar:not(headerbar) .subtitle:selected:link button.subtitle:link > label, .selection-mode.titlebar:not(headerbar) .subtitle:link button.subtitle:link > label, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button.subtitle:link > label, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button.subtitle:link > label, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:selected:link button.subtitle:link > label, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button.subtitle:link > label, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:selected:link button.subtitle:link > label, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button.subtitle:link > label, .selection-mode.titlebar:not(headerbar) .subtitle:selected:link headerbar.selection-mode button.subtitle:link > label, .selection-mode.titlebar:not(headerbar) .subtitle:link headerbar.selection-mode button.subtitle:link > label, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link headerbar.selection-mode button.subtitle:link > label, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link headerbar.selection-mode button.subtitle:link > label, headerbar.selection-mode .subtitle:selected:link button:link > label, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:link > label, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:link > label, headerbar.selection-mode .subtitle:link button:link > label, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:selected:link button:link > label, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:link > label, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:selected:link button:link > label, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:link > label, headerbar.selection-mode .subtitle:selected:link .selection-mode.titlebar:not(headerbar) button.subtitle:link > label, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link .selection-mode.titlebar:not(headerbar) button.subtitle:link > label, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link .selection-mode.titlebar:not(headerbar) button.subtitle:link > label, headerbar.selection-mode .subtitle:link .selection-mode.titlebar:not(headerbar) button.subtitle:link > label, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:selected:link button.subtitle:link > label, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button.subtitle:link > label, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:selected:link button.subtitle:link > label, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button.subtitle:link > label, headerbar.selection-mode .subtitle:selected:link button.subtitle:link > label, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button.subtitle:link > label, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button.subtitle:link > label, headerbar.selection-mode .subtitle:link button.subtitle:link > label, *:selected button:visited > label, .selection-mode.titlebar:not(headerbar) .subtitle:link button:visited > label, headerbar.selection-mode .subtitle:link button:visited > label, .selection-mode.titlebar:not(headerbar) .subtitle:selected:link button:visited > label, .selection-mode.titlebar:not(headerbar) .subtitle:link button:visited > label, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:visited > label, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:visited > label, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:selected:link button:visited > label, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:visited > label, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:selected:link button:visited > label, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:visited > label, headerbar.selection-mode .subtitle:selected:link button:visited > label, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:visited > label, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:visited > label, headerbar.selection-mode .subtitle:link button:visited > label, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:selected:link button:visited > label, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:visited > label, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:selected:link button:visited > label, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:visited > label, *:selected button:link, .selection-mode.titlebar:not(headerbar) .subtitle:link button:link, headerbar.selection-mode .subtitle:link button:link, *:selected .selection-mode.titlebar:not(headerbar) button.subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link .selection-mode.titlebar:not(headerbar) button.subtitle:link, headerbar.selection-mode .subtitle:link .selection-mode.titlebar:not(headerbar) button.subtitle:link, .selection-mode.titlebar:not(headerbar) *:selected button.subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link button.subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button.subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button.subtitle:link, *:selected headerbar.selection-mode button.subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link headerbar.selection-mode button.subtitle:link, headerbar.selection-mode .subtitle:link headerbar.selection-mode button.subtitle:link, headerbar.selection-mode *:selected button.subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button.subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button.subtitle:link, headerbar.selection-mode .subtitle:link button.subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:selected:link button:link, .selection-mode.titlebar:not(headerbar) .subtitle:link button:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:selected:link button:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:selected:link button:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:link, .selection-mode.titlebar:not(headerbar) .subtitle:selected:link button.subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link button.subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button.subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button.subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:selected:link button.subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button.subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:selected:link button.subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button.subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:selected:link headerbar.selection-mode button.subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link headerbar.selection-mode button.subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link headerbar.selection-mode button.subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link headerbar.selection-mode button.subtitle:link, headerbar.selection-mode .subtitle:selected:link button:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:link, headerbar.selection-mode .subtitle:link button:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:selected:link button:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:selected:link button:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:link, headerbar.selection-mode .subtitle:selected:link .selection-mode.titlebar:not(headerbar) button.subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link .selection-mode.titlebar:not(headerbar) button.subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link .selection-mode.titlebar:not(headerbar) button.subtitle:link, headerbar.selection-mode .subtitle:link .selection-mode.titlebar:not(headerbar) button.subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:selected:link button.subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button.subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:selected:link button.subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button.subtitle:link, headerbar.selection-mode .subtitle:selected:link button.subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button.subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button.subtitle:link, headerbar.selection-mode .subtitle:link button.subtitle:link, *:selected button:visited, .selection-mode.titlebar:not(headerbar) .subtitle:link button:visited, headerbar.selection-mode .subtitle:link button:visited, .selection-mode.titlebar:not(headerbar) .subtitle:selected:link button:visited, .selection-mode.titlebar:not(headerbar) .subtitle:link button:visited, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:visited, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:visited, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:selected:link button:visited, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:visited, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:selected:link button:visited, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:visited, headerbar.selection-mode .subtitle:selected:link button:visited, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:visited, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:visited, headerbar.selection-mode .subtitle:link button:visited, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:selected:link button:visited, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link button:visited, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:selected:link button:visited, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link button:visited, *:link:selected, .selection-mode.titlebar:not(headerbar) .subtitle:link, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) *.subtitle:selected:link, .selection-mode.titlebar:not(headerbar) .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link, headerbar.selection-mode *.subtitle:selected:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link:selected, .selection-mode.titlebar:not(headerbar) .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:selected:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:selected:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link, headerbar.selection-mode .subtitle:link:selected, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link, headerbar.selection-mode .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:selected:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:selected:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link, *:selected *:link, .selection-mode.titlebar:not(headerbar) .subtitle:link *:link, headerbar.selection-mode .subtitle:link *:link, *:selected .selection-mode.titlebar:not(headerbar) .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link .selection-mode.titlebar:not(headerbar) .subtitle:link, headerbar.selection-mode .subtitle:link .selection-mode.titlebar:not(headerbar) .subtitle:link, .selection-mode.titlebar:not(headerbar) *:selected .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link .subtitle:link, *:selected headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link headerbar.selection-mode .subtitle:link, headerbar.selection-mode .subtitle:link headerbar.selection-mode .subtitle:link, headerbar.selection-mode *:selected .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link .subtitle:link, headerbar.selection-mode .subtitle:link .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:selected:link *:link, .selection-mode.titlebar:not(headerbar) .subtitle:link *:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link *:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link *:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:selected:link *:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link *:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:selected:link *:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link *:link, .selection-mode.titlebar:not(headerbar) .subtitle:selected:link .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:selected:link .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:selected:link .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:selected:link headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link headerbar.selection-mode .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link headerbar.selection-mode .subtitle:link, headerbar.selection-mode .subtitle:selected:link *:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link *:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link *:link, headerbar.selection-mode .subtitle:link *:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:selected:link *:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link *:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:selected:link *:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link *:link, headerbar.selection-mode .subtitle:selected:link .selection-mode.titlebar:not(headerbar) .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link .selection-mode.titlebar:not(headerbar) .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link .selection-mode.titlebar:not(headerbar) .subtitle:link, headerbar.selection-mode .subtitle:link .selection-mode.titlebar:not(headerbar) .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:selected:link .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:selected:link .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link .subtitle:link, headerbar.selection-mode .subtitle:selected:link .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link .subtitle:link, headerbar.selection-mode .subtitle:link .subtitle:link, *:selected .selection-mode.titlebar:not(headerbar) .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link .selection-mode.titlebar:not(headerbar) .subtitle:link, headerbar.selection-mode .subtitle:link .selection-mode.titlebar:not(headerbar) .subtitle:link, *:selected .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link, headerbar.selection-mode .subtitle:link .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link, headerbar.selection-mode *:selected .selection-mode.titlebar:not(headerbar) .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link .selection-mode.titlebar:not(headerbar) .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link .selection-mode.titlebar:not(headerbar) .subtitle:link, headerbar.selection-mode .subtitle:link .selection-mode.titlebar:not(headerbar) .subtitle:link, .selection-mode.titlebar:not(headerbar) *:selected .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link .subtitle:link, .selection-mode.titlebar:not(headerbar) *:selected headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link headerbar.selection-mode .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link headerbar.selection-mode .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) *:selected .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:selected:link .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:selected:link .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:selected:link .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:selected:link headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link headerbar.selection-mode .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link headerbar.selection-mode .subtitle:link, *:selected headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link headerbar.selection-mode .subtitle:link, headerbar.selection-mode .subtitle:link headerbar.selection-mode .subtitle:link, *:selected headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link, headerbar.selection-mode .subtitle:link headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link, .selection-mode.titlebar:not(headerbar) *:selected headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link headerbar.selection-mode .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link headerbar.selection-mode .subtitle:link, headerbar.selection-mode *:selected .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link .subtitle:link, headerbar.selection-mode .subtitle:link .subtitle:link, headerbar.selection-mode *:selected .selection-mode.titlebar:not(headerbar) .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link .selection-mode.titlebar:not(headerbar) .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link .selection-mode.titlebar:not(headerbar) .subtitle:link, headerbar.selection-mode .subtitle:link .selection-mode.titlebar:not(headerbar) .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode *:selected .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link .subtitle:link, headerbar.selection-mode .subtitle:selected:link .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link .subtitle:link, headerbar.selection-mode .subtitle:link .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:selected:link .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:selected:link .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link .subtitle:link, headerbar.selection-mode .subtitle:selected:link .selection-mode.titlebar:not(headerbar) .subtitle:link, headerbar.selection-mode .selection-mode.titlebar:not(headerbar) .subtitle:link .selection-mode.titlebar:not(headerbar) .subtitle:link, .selection-mode.titlebar:not(headerbar) headerbar.selection-mode .subtitle:link .selection-mode.titlebar:not(headerbar) .subtitle:link, headerbar.selection-mode .subtitle:link .selection-mode.titlebar:not(headerbar) .subtitle:link { color: #d7e8fa; }

button:link, .selection-mode.titlebar:not(headerbar) button.subtitle:link, headerbar.selection-mode button.subtitle:link, button:visited { text-shadow: none; }

button:link:hover, .selection-mode.titlebar:not(headerbar) button.subtitle:hover:link, headerbar.selection-mode button.subtitle:hover:link, button:link:active, .selection-mode.titlebar:not(headerbar) button.subtitle:active:link, headerbar.selection-mode button.subtitle:active:link, button:link:checked, .selection-mode.titlebar:not(headerbar) button.subtitle:checked:link, headerbar.selection-mode button.subtitle:checked:link, button:visited:hover, button:visited:active, button:visited:checked { text-shadow: none; }

button:link > label, .selection-mode.titlebar:not(headerbar) button.subtitle:link > label, headerbar.selection-mode button.subtitle:link > label, button:visited > label { text-decoration-line: underline; }

/***************** GtkSpinButton * */
spinbutton:not(.vertical) { padding: 0; }

spinbutton:not(.vertical) entry { min-width: 28px; margin: 0; background: none; background-color: transparent; border: none; border-radius: 0; box-shadow: none; }

spinbutton:not(.vertical) button { min-height: 16px; margin: 0; padding-bottom: 0; padding-top: 0; color: #4f4f4f; background-image: none; border-style: none none none solid; border-color: rgba(130, 130, 130, 0.3); border-radius: 0; box-shadow: none; }

spinbutton:not(.vertical) button:dir(rtl) { border-style: none solid none none; }

spinbutton:not(.vertical) button:hover { color: #000000; background-color: rgba(60, 60, 60, 0.05); }

spinbutton:not(.vertical) button:disabled { color: rgba(133, 133, 133, 0.3); background-color: transparent; }

spinbutton:not(.vertical) button:active { background-color: rgba(0, 0, 0, 0.1); box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2); }

spinbutton:not(.vertical) button:backdrop { color: #919191; background-color: transparent; border-color: rgba(137, 137, 137, 0.3); transition: 200ms ease-out; }

spinbutton:not(.vertical) button:backdrop:disabled, spinbutton:not(.vertical) label:disabled selection:backdrop, label:disabled spinbutton:not(.vertical) selection:backdrop { color: rgba(168, 168, 168, 0.3); background-color: transparent; border-style: none none none solid; }

spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl), spinbutton:not(.vertical) label:disabled selection:backdrop:dir(rtl), label:disabled spinbutton:not(.vertical) selection:backdrop:dir(rtl) { border-style: none solid none none; }

.osd spinbutton:not(.vertical) button { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: #eeeeee; border-style: none none none solid; border-color: rgba(0, 0, 0, 0.4); border-radius: 0; box-shadow: none; -gtk-icon-shadow: 0 1px black; }

.osd spinbutton:not(.vertical) button:dir(rtl) { border-style: none solid none none; }

.osd spinbutton:not(.vertical) button:hover { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: #eeeeee; border-color: rgba(0, 0, 0, 0.5); background-color: rgba(238, 238, 238, 0.1); -gtk-icon-shadow: 0 1px black; box-shadow: none; }

.osd spinbutton:not(.vertical) button:backdrop { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: #eeeeee; border-color: rgba(0, 0, 0, 0.5); -gtk-icon-shadow: none; box-shadow: none; }

.osd spinbutton:not(.vertical) button:disabled { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: #888888; border-color: rgba(0, 0, 0, 0.5); -gtk-icon-shadow: none; box-shadow: none; }

.osd spinbutton:not(.vertical) button:dir(ltr):last-child, .osd spinbutton:not(.vertical) .linked.vertical > combobox:last-child > box > button.combo:dir(ltr), .osd spinbutton:not(.vertical) .linked:not(.vertical) > combobox:last-child > box > button.combo:dir(ltr), .osd spinbutton:not(.vertical) combobox.linked button:dir(ltr):nth-child(2), combobox.linked .osd spinbutton:not(.vertical) button:dir(ltr):nth-child(2) { border-radius: 0 3px 3px 0; }

.osd spinbutton:not(.vertical) button:dir(rtl):first-child, .osd spinbutton:not(.vertical) .linked.vertical > combobox:first-child > box > button.combo:dir(rtl), .osd spinbutton:not(.vertical) .linked:not(.vertical) > combobox:first-child > box > button.combo:dir(rtl), .osd spinbutton:not(.vertical) combobox.linked button:dir(rtl):nth-child(2), combobox.linked .osd spinbutton:not(.vertical) button:dir(rtl):nth-child(2) { border-radius: 3px 0 0 3px; }

spinbutton.vertical:disabled, label:disabled selection.vertical { color: #444444; }

spinbutton.vertical:backdrop:disabled, label:disabled selection:backdrop { color: #a8a8a8; }

spinbutton.vertical:drop(active), combobox:drop(active) button.vertical.combo { border-color: transparent; box-shadow: none; }

spinbutton.vertical entry { min-height: 32px; min-width: 32px; padding: 0; border-radius: 0; }

spinbutton.vertical button { min-height: 32px; min-width: 32px; padding: 0; }

spinbutton.vertical button.up { border-radius: 3px 3px 0 0; border-style: solid solid none solid; }

spinbutton.vertical button.down { border-radius: 0 0 3px 3px; border-style: none solid solid solid; }

.osd spinbutton.vertical button:first-child, .osd spinbutton.vertical .linked.vertical > combobox:first-child > box > button.combo, .osd spinbutton.vertical .linked:not(.vertical) > combobox:first-child > box > button.combo, .osd spinbutton.vertical combobox.linked button:nth-child(2):dir(rtl), combobox.linked .osd spinbutton.vertical button:nth-child(2):dir(rtl) { color: #eeeeee; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(34, 34, 34, 0.8); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 238, 0.3); }

.osd spinbutton.vertical button:first-child:hover, .osd spinbutton.vertical .linked.vertical > combobox:first-child > box > button.combo:hover, .osd spinbutton.vertical .linked:not(.vertical) > combobox:first-child > box > button.combo:hover, .osd spinbutton.vertical combobox.linked button:hover:nth-child(2):dir(rtl), combobox.linked .osd spinbutton.vertical button:hover:nth-child(2):dir(rtl) { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(65, 65, 65, 0.8); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 238, 0.3); }

.osd spinbutton.vertical button:first-child:active, .osd spinbutton.vertical .linked.vertical > combobox:first-child > box > button.combo:active, .osd spinbutton.vertical .linked:not(.vertical) > combobox:first-child > box > button.combo:active, .osd spinbutton.vertical combobox.linked button:active:nth-child(2):dir(rtl), combobox.linked .osd spinbutton.vertical button:active:nth-child(2):dir(rtl) { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(0, 0, 0, 0.7); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; outline-color: rgba(238, 238, 238, 0.3); }

.osd spinbutton.vertical button:first-child:disabled, .osd spinbutton.vertical .linked.vertical > combobox:first-child > box > button.combo:disabled, .osd spinbutton.vertical .linked:not(.vertical) > combobox:first-child > box > button.combo:disabled, .osd spinbutton.vertical combobox.linked button:disabled:nth-child(2):dir(rtl), combobox.linked .osd spinbutton.vertical button:disabled:nth-child(2):dir(rtl), .osd spinbutton.vertical label:disabled selection:first-child, label:disabled .osd spinbutton.vertical selection:first-child { color: #888888; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(34, 34, 34, 0.8); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; }

.osd spinbutton.vertical button:first-child:backdrop, .osd spinbutton.vertical .linked.vertical > combobox:first-child > box > button.combo:backdrop, .osd spinbutton.vertical .linked:not(.vertical) > combobox:first-child > box > button.combo:backdrop, .osd spinbutton.vertical combobox.linked button:backdrop:nth-child(2):dir(rtl), combobox.linked .osd spinbutton.vertical button:backdrop:nth-child(2):dir(rtl) { color: #eeeeee; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(34, 34, 34, 0.8); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; }

treeview spinbutton:not(.vertical) { min-height: 0; border-style: none; border-radius: 0; }

treeview spinbutton:not(.vertical) entry { min-height: 0; padding: 1px 2px; }

/************** ComboBoxes * */
combobox arrow { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); min-height: 16px; min-width: 16px; }

combobox:drop(active) { box-shadow: none; }

/************ Toolbars * */
searchbar, .location-bar, .inline-toolbar, toolbar { -GtkWidget-window-dragging: true; padding: 4px; background-color: #fafafa; }

toolbar { background-color: #ffffff; box-shadow: inset 0 1px rgba(255, 255, 255, 0.8); box-shadow: none; border-bottom: 1px solid #ddd; padding: 4px 3px 3px 4px; }

.osd toolbar { background-color: transparent; }

toolbar.osd { padding: 13px; border: none; border-radius: 5px; background-color: rgba(34, 34, 34, 0.8); }

toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { border-radius: 0; }

toolbar.horizontal separator { margin: 0 7px 1px 6px; }

toolbar.vertical separator { margin: 6px 1px 7px 0; }

toolbar:not(.inline-toolbar):not(.osd) switch, toolbar:not(.inline-toolbar):not(.osd) scale, toolbar:not(.inline-toolbar):not(.osd) entry, toolbar:not(.inline-toolbar):not(.osd) spinbutton, toolbar:not(.inline-toolbar):not(.osd) button { margin-right: 1px; margin-bottom: 1px; }

.inline-toolbar { padding: 3px; border-width: 0 1px 1px; border-radius: 0  0 5px 5px; }

searchbar, .location-bar { border-width: 0 0 1px; padding: 3px; }

.inline-toolbar, searchbar, .location-bar { border-style: solid; border-color: #828282; background-color: #b7b7b7; }

.inline-toolbar:backdrop, searchbar:backdrop, .location-bar:backdrop { border-color: #898989; background-color: #b6b6b6; box-shadow: none; transition: 200ms ease-out; }

/*************** Header bars * */
.titlebar:not(headerbar), headerbar { padding: 0 5px; min-height: 32px; border-width: 0 0 1px; border-style: solid; border-color: #828282; border-radius: 0; background: #fafafa linear-gradient(to bottom, #fafafa, shade(#fafafa, 0.88)); box-shadow: inset 0 1px rgba(255, 255, 255, 0.8); }

.titlebar:backdrop:not(headerbar), headerbar:backdrop { border-color: #898989; background-color: #fafafa; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.8); transition: 200ms ease-out; }

.titlebar:not(headerbar) .title, headerbar .title { padding-left: 12px; padding-right: 12px; font-weight: bold; }

.titlebar:not(headerbar) .subtitle, headerbar .subtitle { font-size: smaller; padding-left: 12px; padding-right: 12px; }

.selection-mode.titlebar:not(headerbar), headerbar.selection-mode { color: #000000; text-shadow: none; border-color: #0f4278; background: #bbd8f7 linear-gradient(to bottom, #bbd8f7, shade(#bbd8f7, 0.88)); box-shadow: inset 0 1px rgba(136, 187, 241, 0.9); }

.selection-mode.titlebar:backdrop:not(headerbar), headerbar.selection-mode:backdrop { background-color: #bbd8f7; background-image: none; box-shadow: inset 0 1px rgba(156, 199, 243, 0.88); }

.selection-mode.titlebar:not(headerbar) button, headerbar.selection-mode button { color: #000000; outline-color: rgba(255, 255, 255, 0.3); border-top-color: shade(#fafafa, 0.8); border-right-color: shade(#fafafa, 0.72); border-left-color: shade(#fafafa, 0.72); border-bottom-color: shade(#fafafa, 0.7); background-image: linear-gradient(to bottom, shade(shade(#bbd8f7, 1.02), 1.05), shade(shade(#bbd8f7, 1.02), 0.97)); box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); }

.selection-mode.titlebar:not(headerbar) button.flat, .selection-mode.titlebar:not(headerbar) button.titlebutton, .selection-mode.titlebar:not(headerbar) button.sidebar-button, headerbar.selection-mode button.flat, headerbar.selection-mode button.titlebutton, headerbar.selection-mode button.titlebutton, headerbar.selection-mode button.sidebar-button { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; }

.selection-mode.titlebar:not(headerbar) button:hover, headerbar.selection-mode button:hover { color: #000000; outline-color: rgba(255, 255, 255, 0.3); border-color: #114f8f; background-image: linear-gradient(to bottom, shade(#bbd8f7, 1.15), shade(#bbd8f7, 1.07)); box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); }

.selection-mode.titlebar:not(headerbar) button:active, .selection-mode.titlebar:not(headerbar) button:checked, headerbar.selection-mode button:active, headerbar.selection-mode button:checked { color: #000000; outline-color: rgba(255, 255, 255, 0.3); border-color: #114f8f; background-image: linear-gradient(to bottom, shade(shade(#bbd8f7, 0.85), 1.05), shade(shade(#bbd8f7, 0.85), 0.97)); box-shadow: inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); }

.selection-mode.titlebar:not(headerbar) button:backdrop, headerbar.selection-mode button:backdrop.flat, headerbar.selection-mode button.titlebutton:backdrop, headerbar.selection-mode button.titlebutton:backdrop, headerbar.selection-mode button.sidebar-button:backdrop, headerbar.selection-mode notebook > header > tabs > arrow:backdrop, headerbar.selection-mode popover.background checkbutton:backdrop, popover.background headerbar.selection-mode checkbutton:backdrop, headerbar.selection-mode popover.background radiobutton:backdrop, popover.background headerbar.selection-mode radiobutton:backdrop, headerbar.selection-mode button:backdrop { border-color: #bbd8f7; background-color: #bbd8f7; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); -gtk-icon-effect: none; border-color: #0f4278; }

.selection-mode.titlebar:not(headerbar) button:backdrop label, .selection-mode.titlebar:not(headerbar) button:backdrop, headerbar.selection-mode button:backdrop.flat label, headerbar.selection-mode button.titlebutton:backdrop label, headerbar.selection-mode button.titlebutton:backdrop label, headerbar.selection-mode button.sidebar-button:backdrop label, headerbar.selection-mode notebook > header > tabs > arrow:backdrop label, headerbar.selection-mode popover.background checkbutton:backdrop label, popover.background headerbar.selection-mode checkbutton:backdrop label, headerbar.selection-mode popover.background radiobutton:backdrop label, popover.background headerbar.selection-mode radiobutton:backdrop label, headerbar.selection-mode button:backdrop.flat, headerbar.selection-mode button.titlebutton:backdrop, headerbar.selection-mode button.titlebutton:backdrop, headerbar.selection-mode button.sidebar-button:backdrop, headerbar.selection-mode notebook > header > tabs > arrow:backdrop, headerbar.selection-mode popover.background checkbutton:backdrop, popover.background headerbar.selection-mode checkbutton:backdrop, headerbar.selection-mode popover.background radiobutton:backdrop, popover.background headerbar.selection-mode radiobutton:backdrop, headerbar.selection-mode button:backdrop label, headerbar.selection-mode button:backdrop { color: #d7e8fa; }

.selection-mode.titlebar:not(headerbar) button:backdrop:active, .selection-mode.titlebar:not(headerbar) button:backdrop:checked, headerbar.selection-mode button:backdrop.flat:active, headerbar.selection-mode button.titlebutton:backdrop:active, headerbar.selection-mode button.sidebar-button:backdrop:active, headerbar.selection-mode notebook > header > tabs > arrow:backdrop:active, headerbar.selection-mode popover.background checkbutton:backdrop:active, popover.background headerbar.selection-mode checkbutton:backdrop:active, headerbar.selection-mode popover.background radiobutton:backdrop:active, popover.background headerbar.selection-mode radiobutton:backdrop:active, headerbar.selection-mode button:backdrop.flat:checked, headerbar.selection-mode button.titlebutton:backdrop:checked, headerbar.selection-mode button.sidebar-button:backdrop:checked, headerbar.selection-mode notebook > header > tabs > arrow:backdrop:checked, headerbar.selection-mode popover.background checkbutton:backdrop:checked, popover.background headerbar.selection-mode checkbutton:backdrop:checked, headerbar.selection-mode popover.background radiobutton:backdrop:checked, popover.background headerbar.selection-mode radiobutton:backdrop:checked, headerbar.selection-mode button:backdrop:active, headerbar.selection-mode button:backdrop:checked { border-color: #1a74d3; background-color: #1a74d3; box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #0f4278; }

.selection-mode.titlebar:not(headerbar) button:backdrop:active label, .selection-mode.titlebar:not(headerbar) button:backdrop:active, .selection-mode.titlebar:not(headerbar) button:backdrop:checked label, .selection-mode.titlebar:not(headerbar) button:backdrop:checked, headerbar.selection-mode button:backdrop.flat:active label, headerbar.selection-mode button.titlebutton:backdrop:active label, headerbar.selection-mode button.sidebar-button:backdrop:active label, headerbar.selection-mode notebook > header > tabs > arrow:backdrop:active label, headerbar.selection-mode popover.background checkbutton:backdrop:active label, popover.background headerbar.selection-mode checkbutton:backdrop:active label, headerbar.selection-mode popover.background radiobutton:backdrop:active label, popover.background headerbar.selection-mode radiobutton:backdrop:active label, headerbar.selection-mode button:backdrop.flat:active, headerbar.selection-mode button.titlebutton:backdrop:active, headerbar.selection-mode button.sidebar-button:backdrop:active, headerbar.selection-mode notebook > header > tabs > arrow:backdrop:active, headerbar.selection-mode popover.background checkbutton:backdrop:active, popover.background headerbar.selection-mode checkbutton:backdrop:active, headerbar.selection-mode popover.background radiobutton:backdrop:active, popover.background headerbar.selection-mode radiobutton:backdrop:active, headerbar.selection-mode button:backdrop.flat:checked label, headerbar.selection-mode button.titlebutton:backdrop:checked label, headerbar.selection-mode button.sidebar-button:backdrop:checked label, headerbar.selection-mode notebook > header > tabs > arrow:backdrop:checked label, headerbar.selection-mode popover.background checkbutton:backdrop:checked label, popover.background headerbar.selection-mode checkbutton:backdrop:checked label, headerbar.selection-mode popover.background radiobutton:backdrop:checked label, popover.background headerbar.selection-mode radiobutton:backdrop:checked label, headerbar.selection-mode button:backdrop.flat:checked, headerbar.selection-mode button.titlebutton:backdrop:checked, headerbar.selection-mode button.sidebar-button:backdrop:checked, headerbar.selection-mode notebook > header > tabs > arrow:backdrop:checked, headerbar.selection-mode popover.background checkbutton:backdrop:checked, popover.background headerbar.selection-mode checkbutton:backdrop:checked, headerbar.selection-mode popover.background radiobutton:backdrop:checked, popover.background headerbar.selection-mode radiobutton:backdrop:checked, headerbar.selection-mode button:backdrop:active label, headerbar.selection-mode button:backdrop:active, headerbar.selection-mode button:backdrop:checked label, headerbar.selection-mode button:backdrop:checked { color: #d1e3f6; }

.selection-mode.titlebar:not(headerbar) label:disabled selection.flat, label:disabled .selection-mode.titlebar:not(headerbar) selection.flat, .selection-mode.titlebar:not(headerbar) button:backdrop:disabled, .selection-mode.titlebar:not(headerbar) label:disabled selection:backdrop, label:disabled .selection-mode.titlebar:not(headerbar) selection:backdrop, headerbar.selection-mode button:backdrop.flat:disabled, headerbar.selection-mode button.titlebutton:backdrop:disabled, headerbar.selection-mode button.sidebar-button:backdrop:disabled, headerbar.selection-mode notebook > header > tabs > arrow:backdrop:disabled, headerbar.selection-mode popover.background checkbutton:backdrop:disabled, popover.background headerbar.selection-mode checkbutton:backdrop:disabled, headerbar.selection-mode popover.background radiobutton:backdrop:disabled, popover.background headerbar.selection-mode radiobutton:backdrop:disabled, headerbar.selection-mode label:disabled selection.flat, label:disabled headerbar.selection-mode selection.flat, headerbar.selection-mode button:backdrop:disabled, headerbar.selection-mode label:disabled selection:backdrop, label:disabled headerbar.selection-mode selection:backdrop { border-color: #569fea; background-color: #569fea; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #0f4278; }

.selection-mode.titlebar:not(headerbar) label:disabled selection.flat label, label:disabled .selection-mode.titlebar:not(headerbar) selection.flat label, .selection-mode.titlebar:not(headerbar) label:disabled selection.flat, label:disabled .selection-mode.titlebar:not(headerbar) selection.flat, .selection-mode.titlebar:not(headerbar) button:backdrop:disabled label, .selection-mode.titlebar:not(headerbar) label:disabled selection:backdrop label, label:disabled .selection-mode.titlebar:not(headerbar) selection:backdrop label, .selection-mode.titlebar:not(headerbar) button:backdrop:disabled, .selection-mode.titlebar:not(headerbar) label:disabled selection:backdrop, label:disabled .selection-mode.titlebar:not(headerbar) selection:backdrop, headerbar.selection-mode button:backdrop.flat:disabled label, headerbar.selection-mode button.titlebutton:backdrop:disabled label, headerbar.selection-mode button.sidebar-button:backdrop:disabled label, headerbar.selection-mode notebook > header > tabs > arrow:backdrop:disabled label, headerbar.selection-mode popover.background checkbutton:backdrop:disabled label, popover.background headerbar.selection-mode checkbutton:backdrop:disabled label, headerbar.selection-mode popover.background radiobutton:backdrop:disabled label, popover.background headerbar.selection-mode radiobutton:backdrop:disabled label, headerbar.selection-mode label:disabled selection.flat label, label:disabled headerbar.selection-mode selection.flat label, headerbar.selection-mode button:backdrop.flat:disabled, headerbar.selection-mode button.titlebutton:backdrop:disabled, headerbar.selection-mode button.sidebar-button:backdrop:disabled, headerbar.selection-mode notebook > header > tabs > arrow:backdrop:disabled, headerbar.selection-mode popover.background checkbutton:backdrop:disabled, popover.background headerbar.selection-mode checkbutton:backdrop:disabled, headerbar.selection-mode popover.background radiobutton:backdrop:disabled, popover.background headerbar.selection-mode radiobutton:backdrop:disabled, headerbar.selection-mode label:disabled selection.flat, label:disabled headerbar.selection-mode selection.flat, headerbar.selection-mode button:backdrop:disabled label, headerbar.selection-mode label:disabled selection:backdrop label, label:disabled headerbar.selection-mode selection:backdrop label, headerbar.selection-mode button:backdrop:disabled, headerbar.selection-mode label:disabled selection:backdrop, label:disabled headerbar.selection-mode selection:backdrop { color: #91c1f1; }

.selection-mode.titlebar:not(headerbar) label:disabled selection.flat:active, label:disabled .selection-mode.titlebar:not(headerbar) selection.flat:active, .selection-mode.titlebar:not(headerbar) label:disabled selection.flat:checked, label:disabled .selection-mode.titlebar:not(headerbar) selection.flat:checked, .selection-mode.titlebar:not(headerbar) button:backdrop:disabled:active, .selection-mode.titlebar:not(headerbar) label:disabled selection:backdrop:active, label:disabled .selection-mode.titlebar:not(headerbar) selection:backdrop:active, .selection-mode.titlebar:not(headerbar) button:backdrop:disabled:checked, .selection-mode.titlebar:not(headerbar) label:disabled selection:backdrop:checked, label:disabled .selection-mode.titlebar:not(headerbar) selection:backdrop:checked, headerbar.selection-mode button:backdrop.flat:disabled:active, headerbar.selection-mode notebook > header > tabs > arrow:backdrop:disabled:active, headerbar.selection-mode popover.background checkbutton:backdrop:disabled:active, popover.background headerbar.selection-mode checkbutton:backdrop:disabled:active, headerbar.selection-mode popover.background radiobutton:backdrop:disabled:active, popover.background headerbar.selection-mode radiobutton:backdrop:disabled:active, headerbar.selection-mode label:disabled selection.flat:active, label:disabled headerbar.selection-mode selection.flat:active, headerbar.selection-mode button:backdrop.flat:disabled:checked, headerbar.selection-mode notebook > header > tabs > arrow:backdrop:disabled:checked, headerbar.selection-mode popover.background checkbutton:backdrop:disabled:checked, popover.background headerbar.selection-mode checkbutton:backdrop:disabled:checked, headerbar.selection-mode popover.background radiobutton:backdrop:disabled:checked, popover.background headerbar.selection-mode radiobutton:backdrop:disabled:checked, headerbar.selection-mode label:disabled selection.flat:checked, label:disabled headerbar.selection-mode selection.flat:checked, headerbar.selection-mode button:backdrop:disabled:active, headerbar.selection-mode label:disabled selection:backdrop:active, label:disabled headerbar.selection-mode selection:backdrop:active, headerbar.selection-mode button:backdrop:disabled:checked, headerbar.selection-mode label:disabled selection:backdrop:checked, label:disabled headerbar.selection-mode selection:backdrop:checked { border-color: #3f92e7; background-color: #3f92e7; box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #0f4278; }

.selection-mode.titlebar:not(headerbar) label:disabled selection.flat:active label, label:disabled .selection-mode.titlebar:not(headerbar) selection.flat:active label, .selection-mode.titlebar:not(headerbar) label:disabled selection.flat:checked label, label:disabled .selection-mode.titlebar:not(headerbar) selection.flat:checked label, .selection-mode.titlebar:not(headerbar) button:backdrop:disabled:active label, .selection-mode.titlebar:not(headerbar) label:disabled selection:backdrop:active label, label:disabled .selection-mode.titlebar:not(headerbar) selection:backdrop:active label, .selection-mode.titlebar:not(headerbar) button:backdrop:disabled:checked label, .selection-mode.titlebar:not(headerbar) label:disabled selection:backdrop:checked label, label:disabled .selection-mode.titlebar:not(headerbar) selection:backdrop:checked label, headerbar.selection-mode button:backdrop.flat:disabled:active label, headerbar.selection-mode notebook > header > tabs > arrow:backdrop:disabled:active label, headerbar.selection-mode popover.background checkbutton:backdrop:disabled:active label, popover.background headerbar.selection-mode checkbutton:backdrop:disabled:active label, headerbar.selection-mode popover.background radiobutton:backdrop:disabled:active label, popover.background headerbar.selection-mode radiobutton:backdrop:disabled:active label, headerbar.selection-mode label:disabled selection.flat:active label, label:disabled headerbar.selection-mode selection.flat:active label, headerbar.selection-mode button:backdrop.flat:disabled:checked label, headerbar.selection-mode notebook > header > tabs > arrow:backdrop:disabled:checked label, headerbar.selection-mode popover.background checkbutton:backdrop:disabled:checked label, popover.background headerbar.selection-mode checkbutton:backdrop:disabled:checked label, headerbar.selection-mode popover.background radiobutton:backdrop:disabled:checked label, popover.background headerbar.selection-mode radiobutton:backdrop:disabled:checked label, headerbar.selection-mode label:disabled selection.flat:checked label, label:disabled headerbar.selection-mode selection.flat:checked label, headerbar.selection-mode button:backdrop:disabled:active label, headerbar.selection-mode label:disabled selection:backdrop:active label, label:disabled headerbar.selection-mode selection:backdrop:active label, headerbar.selection-mode button:backdrop:disabled:checked label, headerbar.selection-mode label:disabled selection:backdrop:checked label, label:disabled headerbar.selection-mode selection:backdrop:checked label { color: #82b8f0; }

.selection-mode.titlebar:not(headerbar) button.flat:backdrop, .selection-mode.titlebar:not(headerbar) button.titlebutton:backdrop, .selection-mode.titlebar:not(headerbar) button.sidebar-button:backdrop, .selection-mode.titlebar:not(headerbar) button.flat:disabled, .selection-mode.titlebar:not(headerbar) button.titlebutton:disabled, .selection-mode.titlebar:not(headerbar) button.sidebar-button:disabled, .selection-mode.titlebar:not(headerbar) label:disabled selection.flat, label:disabled .selection-mode.titlebar:not(headerbar) selection.flat, .selection-mode.titlebar:not(headerbar) label:disabled selection:backdrop, label:disabled .selection-mode.titlebar:not(headerbar) selection:backdrop, headerbar.selection-mode button.flat:backdrop, headerbar.selection-mode button.titlebutton:backdrop, headerbar.selection-mode button.titlebutton:backdrop, headerbar.selection-mode button.sidebar-button:backdrop, headerbar.selection-mode button.flat:disabled, headerbar.selection-mode button.titlebutton:disabled, headerbar.selection-mode button.titlebutton:disabled, headerbar.selection-mode button.sidebar-button:disabled, headerbar.selection-mode label:disabled selection.flat, label:disabled headerbar.selection-mode selection.flat, headerbar.selection-mode button.flat:backdrop:disabled, headerbar.selection-mode button.titlebutton:backdrop:disabled, headerbar.selection-mode button.sidebar-button:backdrop:disabled, headerbar.selection-mode label:disabled selection:backdrop, label:disabled headerbar.selection-mode selection:backdrop { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; }

.selection-mode.titlebar:not(headerbar) button:disabled, headerbar.selection-mode button:disabled { border-color: #114f8f; background-color: #569fea; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

.selection-mode.titlebar:not(headerbar) button:disabled label, .selection-mode.titlebar:not(headerbar) button:disabled, headerbar.selection-mode button:disabled label, headerbar.selection-mode button:disabled { color: #abcff5; }

.selection-mode.titlebar:not(headerbar) button:disabled:active, .selection-mode.titlebar:not(headerbar) button:disabled:checked, headerbar.selection-mode button:disabled:active, headerbar.selection-mode button:disabled:checked { border-color: #114f8f; background-image: linear-gradient(to bottom, #3b8bde, #3f92e7); box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

.selection-mode.titlebar:not(headerbar) button:disabled:active label, .selection-mode.titlebar:not(headerbar) button:disabled:active, .selection-mode.titlebar:not(headerbar) button:disabled:checked label, .selection-mode.titlebar:not(headerbar) button:disabled:checked, headerbar.selection-mode button:disabled:active label, headerbar.selection-mode button:disabled:active, headerbar.selection-mode button:disabled:checked label, headerbar.selection-mode button:disabled:checked { color: #b2d3f5; }

.selection-mode.titlebar:not(headerbar) button.suggested-action, .selection-mode.titlebar:not(headerbar) button.titlebutton, headerbar.selection-mode button.suggested-action, headerbar.selection-mode button.titlebutton { color: #000000; outline-color: rgba(60, 60, 60, 0.3); border-top-color: shade(#fafafa, 0.8); border-right-color: shade(#fafafa, 0.72); border-left-color: shade(#fafafa, 0.72); border-bottom-color: shade(#fafafa, 0.7); background-image: linear-gradient(to bottom, shade(shade(#fafafa, 1.02), 1.05), shade(shade(#fafafa, 1.02), 0.97)); box-shadow: inset 0 1px rgba(255, 255, 255, 0.6); color: #000000; border-color: #0f4278; }

.selection-mode.titlebar:not(headerbar) button.suggested-action:hover, .selection-mode.titlebar:not(headerbar) button.titlebutton:hover, headerbar.selection-mode button.suggested-action:hover, headerbar.selection-mode button.titlebutton:hover { color: #000000; outline-color: rgba(60, 60, 60, 0.3); border-color: #828282; background-image: linear-gradient(to bottom, shade(#fafafa, 1.15), shade(#fafafa, 1.07)); box-shadow: inset 0 1px rgba(255, 255, 255, 0.6); border-color: #0f4278; }

.selection-mode.titlebar:not(headerbar) button.suggested-action:active, .selection-mode.titlebar:not(headerbar) button.titlebutton:active, headerbar.selection-mode button.suggested-action:active, headerbar.selection-mode button.titlebutton:active { color: #000000; outline-color: rgba(60, 60, 60, 0.3); border-color: #828282; background-image: linear-gradient(to bottom, shade(shade(#fafafa, 0.85), 1.05), shade(shade(#fafafa, 0.85), 0.97)); box-shadow: inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); border-color: #0f4278; }

.selection-mode.titlebar:not(headerbar) button.suggested-action:disabled, .selection-mode.titlebar:not(headerbar) button.titlebutton:disabled, .selection-mode.titlebar:not(headerbar) label:disabled selection.suggested-action, label:disabled .selection-mode.titlebar:not(headerbar) selection.suggested-action, headerbar.selection-mode button.suggested-action:disabled, headerbar.selection-mode button.titlebutton:disabled, headerbar.selection-mode label:disabled selection.suggested-action, label:disabled headerbar.selection-mode selection.suggested-action { border-color: #828282; background-color: #e0e0e0; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); background-image: none; background: #fafafa; border-color: #0f4278; }

.selection-mode.titlebar:not(headerbar) button.suggested-action:disabled label, .selection-mode.titlebar:not(headerbar) button.titlebutton:disabled label, .selection-mode.titlebar:not(headerbar) label:disabled selection.suggested-action label, label:disabled .selection-mode.titlebar:not(headerbar) selection.suggested-action label, .selection-mode.titlebar:not(headerbar) button.suggested-action:disabled, .selection-mode.titlebar:not(headerbar) button.titlebutton:disabled, .selection-mode.titlebar:not(headerbar) label:disabled selection.suggested-action, label:disabled .selection-mode.titlebar:not(headerbar) selection.suggested-action, headerbar.selection-mode button.suggested-action:disabled label, headerbar.selection-mode button.titlebutton:disabled label, headerbar.selection-mode label:disabled selection.suggested-action label, label:disabled headerbar.selection-mode selection.suggested-action label, headerbar.selection-mode button.suggested-action:disabled, headerbar.selection-mode button.titlebutton:disabled, headerbar.selection-mode label:disabled selection.suggested-action, label:disabled headerbar.selection-mode selection.suggested-action { color: #444444; }

.selection-mode.titlebar:not(headerbar) button.suggested-action:backdrop, .selection-mode.titlebar:not(headerbar) button.titlebutton:backdrop, headerbar.selection-mode button.suggested-action:backdrop, headerbar.selection-mode button.titlebutton:backdrop { border-color: #898989; background-color: #fafafa; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #0f4278; }

.selection-mode.titlebar:not(headerbar) button.suggested-action:backdrop label, .selection-mode.titlebar:not(headerbar) button.titlebutton:backdrop label, .selection-mode.titlebar:not(headerbar) button.suggested-action:backdrop, .selection-mode.titlebar:not(headerbar) button.titlebutton:backdrop, headerbar.selection-mode button.suggested-action:backdrop label, headerbar.selection-mode button.titlebutton:backdrop label, headerbar.selection-mode button.suggested-action:backdrop, headerbar.selection-mode button.titlebutton:backdrop { color: #444444; }

.selection-mode.titlebar:not(headerbar) button.suggested-action:backdrop:disabled, .selection-mode.titlebar:not(headerbar) button.titlebutton:backdrop:disabled, .selection-mode.titlebar:not(headerbar) label:disabled selection:backdrop, label:disabled .selection-mode.titlebar:not(headerbar) selection:backdrop, headerbar.selection-mode button.suggested-action:backdrop:disabled, headerbar.selection-mode button.titlebutton:backdrop:disabled, headerbar.selection-mode label:disabled selection:backdrop, label:disabled headerbar.selection-mode selection:backdrop { border-color: #898989; background-color: #e0e0e0; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #0f4278; }

.selection-mode.titlebar:not(headerbar) button.suggested-action:backdrop:disabled label, .selection-mode.titlebar:not(headerbar) button.titlebutton:backdrop:disabled label, .selection-mode.titlebar:not(headerbar) label:disabled selection:backdrop label, label:disabled .selection-mode.titlebar:not(headerbar) selection:backdrop label, .selection-mode.titlebar:not(headerbar) button.suggested-action:backdrop:disabled, .selection-mode.titlebar:not(headerbar) button.titlebutton:backdrop:disabled, .selection-mode.titlebar:not(headerbar) label:disabled selection:backdrop, label:disabled .selection-mode.titlebar:not(headerbar) selection:backdrop, headerbar.selection-mode button.suggested-action:backdrop:disabled label, headerbar.selection-mode button.titlebutton:backdrop:disabled label, headerbar.selection-mode label:disabled selection:backdrop label, label:disabled headerbar.selection-mode selection:backdrop label, headerbar.selection-mode button.suggested-action:backdrop:disabled, headerbar.selection-mode button.titlebutton:backdrop:disabled, headerbar.selection-mode label:disabled selection:backdrop, label:disabled headerbar.selection-mode selection:backdrop { color: #a8a8a8; }

.selection-mode.titlebar:not(headerbar) .selection-menu, headerbar.selection-mode .selection-menu:backdrop, headerbar.selection-mode .selection-menu { border-color: rgba(57, 142, 231, 0); background-color: rgba(57, 142, 231, 0); background-image: none; box-shadow: none; padding-left: 10px; padding-right: 10px; }

.selection-mode.titlebar:not(headerbar) .selection-menu .arrow, headerbar.selection-mode .selection-menu:backdrop .arrow, headerbar.selection-mode .selection-menu .arrow { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); color: rgba(255, 255, 255, 0.5); -gtk-icon-shadow: none; }

.tiled .titlebar:not(headerbar), .tiled-top .titlebar:not(headerbar), .tiled-right .titlebar:not(headerbar), .tiled-bottom .titlebar:not(headerbar), .tiled-left .titlebar:not(headerbar), .maximized .titlebar:not(headerbar), .fullscreen .titlebar:not(headerbar), .tiled headerbar, .tiled-top headerbar, .tiled-right headerbar, .tiled-bottom headerbar, .tiled-left headerbar, .maximized headerbar, .fullscreen headerbar { border-radius: 0; }

.default-decoration.titlebar:not(headerbar), headerbar.default-decoration { min-height: 24px; padding: 4px; }

.default-decoration.titlebar:not(headerbar) button.titlebutton, .default-decoration.titlebar:not(headerbar) menubutton.titlebutton, headerbar.default-decoration button.titlebutton, headerbar.default-decoration menubutton.titlebutton { min-height: 22px; min-width: 22px; margin: 0; padding: 0; }

.default-decoration.titlebar:not(headerbar) menubutton.titlebutton button, headerbar.default-decoration menubutton.titlebutton button { min-height: 20px; min-width: 20px; margin: 0; padding: 4px; }

.solid-csd .titlebar:dir(rtl):not(headerbar), .solid-csd .titlebar:dir(ltr):not(headerbar), .solid-csd headerbar:backdrop:dir(rtl), .solid-csd headerbar:backdrop:dir(ltr), .solid-csd headerbar:dir(rtl), .solid-csd headerbar:dir(ltr) { margin-left: -1px; margin-right: -1px; margin-top: -1px; border-radius: 0; box-shadow: none; }

headerbar entry, headerbar separator { margin-top: 3px; margin-bottom: 3px; }

headerbar spinbutton, headerbar button { margin-top: 2px; margin-bottom: 2px; padding-top: 0; padding-bottom: 0; }

headerbar button label { min-width: 28px; min-height: 22px; }

headerbar button.titlebutton image { min-width: 22px; min-height: 22px; }

headerbar button:not(.image-button):not(.titlebutton) image { min-width: 22px; min-height: 22px; }

headerbar button.image-button { min-width: 22px; min-height: 22px; padding-left: 2px; padding-right: 2px; }

headerbar .stack-switcher button { min-width: 26px; min-height: 26px; }

headerbar .stack-switcher button:not(.text-button) { min-height: 22px; min-width: 22px; padding-left: 0px; padding-right: 0px; }

headerbar buttonbox { padding: 0px; }

headerbar buttonbox button { min-width: 26px; min-height: 26px; }

headerbar buttonbox button:not(.text-button) { min-width: 22px; padding-left: 0px; padding-right: 0px; }

headerbar switch { margin-top: 5px; margin-bottom: 5px; }

.background:not(.tiled):not(.maximized):not(.solid-csd) .titlebar:backdrop, .background:not(.tiled):not(.maximized):not(.solid-csd) .titlebar, .background:not(.tiled-top):not(.maximized):not(.solid-csd) .titlebar:backdrop, .background:not(.tiled-top):not(.maximized):not(.solid-csd) .titlebar, .background:not(.tiled-left):not(.maximized):not(.solid-csd) .titlebar:backdrop, .background:not(.tiled-left):not(.maximized):not(.solid-csd) .titlebar, .background:not(.tiled-right):not(.maximized):not(.solid-csd) .titlebar:backdrop, .background:not(.tiled-right):not(.maximized):not(.solid-csd) .titlebar, .background:not(.tiled-bottom):not(.maximized):not(.solid-csd) .titlebar:backdrop, .background:not(.tiled-bottom):not(.maximized):not(.solid-csd) .titlebar { border-top-left-radius: 7px; border-top-right-radius: 7px; }

window:not(.tiled):not(.maximized):not(.fullscreen):not(.solid-csd) separator:first-child + headerbar:backdrop, window:not(.tiled):not(.maximized):not(.fullscreen):not(.solid-csd) separator:first-child + headerbar, window:not(.tiled):not(.maximized):not(.fullscreen):not(.solid-csd) headerbar:first-child:backdrop, window:not(.tiled):not(.maximized):not(.fullscreen):not(.solid-csd) headerbar:first-child { border-top-left-radius: 7px; }

window:not(.tiled):not(.maximized):not(.fullscreen):not(.solid-csd) headerbar:last-child:backdrop, window:not(.tiled):not(.maximized):not(.fullscreen):not(.solid-csd) headerbar:last-child { border-top-right-radius: 7px; }

window:not(.tiled):not(.maximized):not(.fullscreen):not(.solid-csd) stack headerbar:first-child:backdrop, window:not(.tiled):not(.maximized):not(.fullscreen):not(.solid-csd) stack headerbar:first-child, window:not(.tiled):not(.maximized):not(.fullscreen):not(.solid-csd) stack headerbar:last-child:backdrop, window:not(.tiled):not(.maximized):not(.fullscreen):not(.solid-csd) stack headerbar:last-child { border-top-left-radius: 7px; border-top-right-radius: 7px; }

window.tiled headerbar, window.tiled headerbar:first-child, window.tiled headerbar:last-child, window.tiled headerbar:only-child, window.tiled headerbar:backdrop, window.tiled headerbar:backdrop:first-child, window.tiled combobox.linked button:backdrop:nth-child(2):dir(rtl), combobox.linked window.tiled button:backdrop:nth-child(2):dir(rtl), window.tiled .linked:not(.vertical) > combobox:first-child > box > button.combo:backdrop, window.tiled .linked.vertical > combobox:first-child > box > button.combo:backdrop, window.tiled headerbar:backdrop:last-child, window.tiled combobox.linked button:backdrop:nth-child(2):dir(ltr), combobox.linked window.tiled button:backdrop:nth-child(2):dir(ltr), window.tiled .linked:not(.vertical) > combobox:last-child > box > button.combo:backdrop, window.tiled .linked.vertical > combobox:last-child > box > button.combo:backdrop, window.tiled headerbar:backdrop:only-child, window.tiled .linked:not(.vertical) > combobox:only-child > box > button.combo:backdrop, window.tiled .linked.vertical > combobox:only-child > box > button.combo:backdrop, window.tiled-top headerbar, window.tiled-top headerbar:first-child, window.tiled-top headerbar:last-child, window.tiled-top headerbar:only-child, window.tiled-top headerbar:backdrop, window.tiled-top headerbar:backdrop:first-child, window.tiled-top combobox.linked button:backdrop:nth-child(2):dir(rtl), combobox.linked window.tiled-top button:backdrop:nth-child(2):dir(rtl), window.tiled-top .linked:not(.vertical) > combobox:first-child > box > button.combo:backdrop, window.tiled-top .linked.vertical > combobox:first-child > box > button.combo:backdrop, window.tiled-top headerbar:backdrop:last-child, window.tiled-top combobox.linked button:backdrop:nth-child(2):dir(ltr), combobox.linked window.tiled-top button:backdrop:nth-child(2):dir(ltr), window.tiled-top .linked:not(.vertical) > combobox:last-child > box > button.combo:backdrop, window.tiled-top .linked.vertical > combobox:last-child > box > button.combo:backdrop, window.tiled-top headerbar:backdrop:only-child, window.tiled-top .linked:not(.vertical) > combobox:only-child > box > button.combo:backdrop, window.tiled-top .linked.vertical > combobox:only-child > box > button.combo:backdrop, window.tiled-right headerbar, window.tiled-right headerbar:first-child, window.tiled-right headerbar:last-child, window.tiled-right headerbar:only-child, window.tiled-right headerbar:backdrop, window.tiled-right headerbar:backdrop:first-child, window.tiled-right combobox.linked button:backdrop:nth-child(2):dir(rtl), combobox.linked window.tiled-right button:backdrop:nth-child(2):dir(rtl), window.tiled-right .linked:not(.vertical) > combobox:first-child > box > button.combo:backdrop, window.tiled-right .linked.vertical > combobox:first-child > box > button.combo:backdrop, window.tiled-right headerbar:backdrop:last-child, window.tiled-right combobox.linked button:backdrop:nth-child(2):dir(ltr), combobox.linked window.tiled-right button:backdrop:nth-child(2):dir(ltr), window.tiled-right .linked:not(.vertical) > combobox:last-child > box > button.combo:backdrop, window.tiled-right .linked.vertical > combobox:last-child > box > button.combo:backdrop, window.tiled-right headerbar:backdrop:only-child, window.tiled-right .linked:not(.vertical) > combobox:only-child > box > button.combo:backdrop, window.tiled-right .linked.vertical > combobox:only-child > box > button.combo:backdrop, window.tiled-bottom headerbar, window.tiled-bottom headerbar:first-child, window.tiled-bottom headerbar:last-child, window.tiled-bottom headerbar:only-child, window.tiled-bottom headerbar:backdrop, window.tiled-bottom headerbar:backdrop:first-child, window.tiled-bottom combobox.linked button:backdrop:nth-child(2):dir(rtl), combobox.linked window.tiled-bottom button:backdrop:nth-child(2):dir(rtl), window.tiled-bottom .linked:not(.vertical) > combobox:first-child > box > button.combo:backdrop, window.tiled-bottom .linked.vertical > combobox:first-child > box > button.combo:backdrop, window.tiled-bottom headerbar:backdrop:last-child, window.tiled-bottom combobox.linked button:backdrop:nth-child(2):dir(ltr), combobox.linked window.tiled-bottom button:backdrop:nth-child(2):dir(ltr), window.tiled-bottom .linked:not(.vertical) > combobox:last-child > box > button.combo:backdrop, window.tiled-bottom .linked.vertical > combobox:last-child > box > button.combo:backdrop, window.tiled-bottom headerbar:backdrop:only-child, window.tiled-bottom .linked:not(.vertical) > combobox:only-child > box > button.combo:backdrop, window.tiled-bottom .linked.vertical > combobox:only-child > box > button.combo:backdrop, window.tiled-left headerbar, window.tiled-left headerbar:first-child, window.tiled-left headerbar:last-child, window.tiled-left headerbar:only-child, window.tiled-left headerbar:backdrop, window.tiled-left headerbar:backdrop:first-child, window.tiled-left combobox.linked button:backdrop:nth-child(2):dir(rtl), combobox.linked window.tiled-left button:backdrop:nth-child(2):dir(rtl), window.tiled-left .linked:not(.vertical) > combobox:first-child > box > button.combo:backdrop, window.tiled-left .linked.vertical > combobox:first-child > box > button.combo:backdrop, window.tiled-left headerbar:backdrop:last-child, window.tiled-left combobox.linked button:backdrop:nth-child(2):dir(ltr), combobox.linked window.tiled-left button:backdrop:nth-child(2):dir(ltr), window.tiled-left .linked:not(.vertical) > combobox:last-child > box > button.combo:backdrop, window.tiled-left .linked.vertical > combobox:last-child > box > button.combo:backdrop, window.tiled-left headerbar:backdrop:only-child, window.tiled-left .linked:not(.vertical) > combobox:only-child > box > button.combo:backdrop, window.tiled-left .linked.vertical > combobox:only-child > box > button.combo:backdrop, window.maximized headerbar, window.maximized headerbar:first-child, window.maximized headerbar:last-child, window.maximized headerbar:only-child, window.maximized headerbar:backdrop, window.maximized headerbar:backdrop:first-child, window.maximized combobox.linked button:backdrop:nth-child(2):dir(rtl), combobox.linked window.maximized button:backdrop:nth-child(2):dir(rtl), window.maximized .linked:not(.vertical) > combobox:first-child > box > button.combo:backdrop, window.maximized .linked.vertical > combobox:first-child > box > button.combo:backdrop, window.maximized headerbar:backdrop:last-child, window.maximized combobox.linked button:backdrop:nth-child(2):dir(ltr), combobox.linked window.maximized button:backdrop:nth-child(2):dir(ltr), window.maximized .linked:not(.vertical) > combobox:last-child > box > button.combo:backdrop, window.maximized .linked.vertical > combobox:last-child > box > button.combo:backdrop, window.maximized headerbar:backdrop:only-child, window.maximized .linked:not(.vertical) > combobox:only-child > box > button.combo:backdrop, window.maximized .linked.vertical > combobox:only-child > box > button.combo:backdrop, window.fullscreen headerbar, window.fullscreen headerbar:first-child, window.fullscreen headerbar:last-child, window.fullscreen headerbar:only-child, window.fullscreen headerbar:backdrop, window.fullscreen headerbar:backdrop:first-child, window.fullscreen combobox.linked button:backdrop:nth-child(2):dir(rtl), combobox.linked window.fullscreen button:backdrop:nth-child(2):dir(rtl), window.fullscreen .linked:not(.vertical) > combobox:first-child > box > button.combo:backdrop, window.fullscreen .linked.vertical > combobox:first-child > box > button.combo:backdrop, window.fullscreen headerbar:backdrop:last-child, window.fullscreen combobox.linked button:backdrop:nth-child(2):dir(ltr), combobox.linked window.fullscreen button:backdrop:nth-child(2):dir(ltr), window.fullscreen .linked:not(.vertical) > combobox:last-child > box > button.combo:backdrop, window.fullscreen .linked.vertical > combobox:last-child > box > button.combo:backdrop, window.fullscreen headerbar:backdrop:only-child, window.fullscreen .linked:not(.vertical) > combobox:only-child > box > button.combo:backdrop, window.fullscreen .linked.vertical > combobox:only-child > box > button.combo:backdrop, window.solid-csd headerbar, window.solid-csd headerbar:first-child, window.solid-csd headerbar:last-child, window.solid-csd headerbar:only-child, window.solid-csd headerbar:backdrop, window.solid-csd headerbar:backdrop:first-child, window.solid-csd combobox.linked button:backdrop:nth-child(2):dir(rtl), combobox.linked window.solid-csd button:backdrop:nth-child(2):dir(rtl), window.solid-csd .linked:not(.vertical) > combobox:first-child > box > button.combo:backdrop, window.solid-csd .linked.vertical > combobox:first-child > box > button.combo:backdrop, window.solid-csd headerbar:backdrop:last-child, window.solid-csd combobox.linked button:backdrop:nth-child(2):dir(ltr), combobox.linked window.solid-csd button:backdrop:nth-child(2):dir(ltr), window.solid-csd .linked:not(.vertical) > combobox:last-child > box > button.combo:backdrop, window.solid-csd .linked.vertical > combobox:last-child > box > button.combo:backdrop, window.solid-csd headerbar:backdrop:only-child, window.solid-csd .linked:not(.vertical) > combobox:only-child > box > button.combo:backdrop, window.solid-csd .linked.vertical > combobox:only-child > box > button.combo:backdrop { border-top-left-radius: 0; border-top-right-radius: 0; }

window.csd > .titlebar:not(headerbar) { padding: 0; background-color: transparent; background-image: none; border-style: none; border-color: transparent; box-shadow: none; }

.titlebar:not(headerbar) > separator { background-color: #828282; }

window.devel headerbar.titlebar:not(.selection-mode) { background: #fafafa cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, linear-gradient(to right, transparent 65%, rgba(57, 142, 231, 0.2)), linear-gradient(to top, #adadad, #b5b5b5 3px, #c4c4c4); }

window.devel headerbar.titlebar:not(.selection-mode):backdrop { background: #fafafa cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, image(#fafafa); /* background-color would flash */ }

.background:not(.csd):not(.ssd):not(.solid-csd) headerbar, .background:not(.csd):not(.ssd):not(.solid-csd) headerbar:not(:last-child), .background:not(.csd):not(.ssd):not(.solid-csd) headerbar:backdrop, .background:not(.csd):not(.ssd):not(.solid-csd) headerbar:backdrop:not(:last-child) { border-radius: 0; border-top-color: transparent; box-shadow: none; }

/************ Pathbars * */
.path-bar button.text-button, .path-bar button.image-button, .path-bar button { padding-left: 4px; padding-right: 4px; }

.path-bar button.text-button.image-button label { padding-left: 0; padding-right: 0; }

.path-bar button.text-button.image-button label:last-child, .path-bar button label:last-child { padding-right: 8px; }

.path-bar button.text-button.image-button label:first-child, .path-bar button label:first-child { padding-left: 8px; }

.path-bar button image { padding-left: 4px; padding-right: 4px; }

.path-bar button.slider-button { padding-left: 0; padding-right: 0; }

/************** Tree Views * */
treeview.view { border-left-color: #9c9c9c; border-top-color: #fafafa; }

*, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link { -GtkTreeView-horizontal-separator: 4; -GtkTreeView-grid-line-width: 1; -GtkTreeView-grid-line-pattern: ''; -GtkTreeView-tree-line-width: 1; -GtkTreeView-tree-line-pattern: ''; -GtkTreeView-expander-size: 16; }

treeview.view:selected:focus, treeview.view:selected { border-radius: 0; }

treeview.view:selected:backdrop, treeview.view:selected { border-left-color: #9cc7f3; border-top-color: rgba(60, 60, 60, 0.1); }

treeview.view:disabled { color: #444444; }

treeview.view:disabled:selected { color: #88bbf1; }

treeview.view:disabled:selected:backdrop { color: #4d89c7; }

treeview.view:disabled:backdrop { color: #a8a8a8; }

treeview.view.separator { min-height: 2px; color: #fafafa; }

treeview.view.separator:backdrop { color: rgba(206, 206, 206, 0.1); }

treeview.view:backdrop { border-left-color: #aaaaaa; border-top: #fafafa; }

treeview.view:drop(active) { border-style: solid none; border-width: 1px; border-color: #0f4278; }

treeview.view:drop(active).after { border-top-style: none; }

treeview.view:drop(active).before { border-bottom-style: none; }

treeview.view.expander { min-width: 16px; min-height: 16px; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); color: #767676; }

treeview.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }

treeview.view.expander:hover { color: #000000; }

treeview.view.expander:selected { color: #c4ddf8; }

treeview.view.expander:selected:hover { color: #000000; }

treeview.view.expander:selected:backdrop { color: #68829c; }

treeview.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }

treeview.view.expander:backdrop { color: #a8a8a8; }

treeview.view.progressbar { color: #fcfcfc; border: 1px solid #0f4278; border-radius: 4px; background-color: #bbd8f7; background-image: linear-gradient(to bottom, #bbd8f7, #1a74d3); box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px rgba(0, 0, 0, 0.2); }

treeview.view.progressbar:selected:focus, treeview.view.progressbar:selected { border-radius: 4px; color: #bbd8f7; box-shadow: none; background-image: linear-gradient(to bottom, #fcfcfc, #e3e3e3); }

treeview.view.progressbar:selected:focus:backdrop, treeview.view.progressbar:selected:backdrop { color: #bbd8f7; border-color: #0f4278; background-color: #f9f9f9; }

treeview.view.progressbar:backdrop { color: #f9f9f9; background-image: none; box-shadow: none; }

treeview.view.trough { background-color: rgba(60, 60, 60, 0.1); border-radius: 4px; }

treeview.view.trough:selected:focus, treeview.view.trough:selected { background-color: rgba(255, 255, 255, 0.3); border-radius: 4px; border-width: 1px 0; border-style: solid; border-color: #bbd8f7; }

treeview.view header button { color: #9c9c9c; background-color: #fcfcfc; font-weight: bold; text-shadow: none; box-shadow: none; }

treeview.view header button:hover { color: #6c6c6c; box-shadow: none; transition: none; }

treeview.view header button:active { color: #000000; transition: none; }

treeview.view header button:last-child:backdrop, treeview.view header button:last-child, treeview.view header combobox.linked button:nth-child(2):dir(ltr), combobox.linked treeview.view header button:nth-child(2):dir(ltr), treeview.view header .linked:not(.vertical) > combobox:last-child > box > button.combo, treeview.view header .linked.vertical > combobox:last-child > box > button.combo { border-right-style: none; }

treeview.view button.dnd:active, treeview.view button.dnd:selected, treeview.view headerbar.selection-mode .dnd.subtitle:link, headerbar.selection-mode treeview.view .dnd.subtitle:link, treeview.view .selection-mode.titlebar:not(headerbar) .dnd.subtitle:link, .selection-mode.titlebar:not(headerbar) treeview.view .dnd.subtitle:link, treeview.view button.dnd:hover, treeview.view button.dnd, treeview.view header.button.dnd:active, treeview.view header.button.dnd:selected, treeview.view header.button.dnd:hover, treeview.view header.button.dnd { padding: 0 6px; color: #fcfcfc; background-image: none; background-color: #bbd8f7; border-style: none; border-radius: 0; box-shadow: inset 0 0 0 1px #fcfcfc; text-shadow: none; transition: none; }

treeview.view acceleditor > label { background-color: #bbd8f7; }

treeview.view header button, treeview.view header button:hover, treeview.view header button:active { padding: 0 6px; background-image: none; border-style: none solid solid none; border-color: #fafafa; border-radius: 0; text-shadow: none; }

treeview.view header button:backdrop { color: #aaaaaa; border-color: #fafafa; border-style: none solid solid none; background-image: none; background-color: #f9f9f9; }

treeview.view header button:last-child, treeview.view header combobox.linked button:nth-child(2):dir(ltr), combobox.linked treeview.view header button:nth-child(2):dir(ltr), treeview.view header .linked:not(.vertical) > combobox:last-child > box > button.combo, treeview.view header .linked.vertical > combobox:last-child > box > button.combo { border-right-style: none; }

/********* Menus * */
menubar, .menubar { -GtkWidget-window-dragging: true; padding: 0px; }

menubar:backdrop, .menubar:backdrop { background-color: #fafafa; }

menubar > menuitem, .menubar > menuitem { min-height: 16px; padding: 3px 8px; border: 1px solid transparent; }

menubar > menuitem:hover, .menubar > menuitem:hover { background-color: #bbd8f7; color: #000000; }

menubar > menuitem:disabled, .menubar > menuitem:disabled { color: #444444; box-shadow: none; }

menu, .menu, .context-menu { margin: 4px; padding: 2px 0px; background-color: #fcfcfc; border: 1px solid #ccc; }

.csd menu, .csd .menu, .csd .context-menu { border: none; }

menu:backdrop, .menu:backdrop, .context-menu:backdrop { background-color: #f9f9f9; }

menu menuitem, .menu menuitem, .context-menu menuitem { min-height: 16px; min-width: 40px; padding: 4px 6px; text-shadow: none; }

menu menuitem:hover, .menu menuitem:hover, .context-menu menuitem:hover { color: #000000; background-color: #bbd8f7; box-shadow: inset 1px 1px shade(#bbd8f7, 0.8), inset -1px -1px shade(#bbd8f7, 0.8); }

menu menuitem:disabled, .menu menuitem:disabled, .context-menu menuitem:disabled { color: #444444; }

menu menuitem:disabled:backdrop, .menu menuitem:disabled:backdrop, .context-menu menuitem:disabled:backdrop { color: #a8a8a8; }

menu menuitem:backdrop, menu menuitem:backdrop:hover, .menu menuitem:backdrop, .menu menuitem:backdrop:hover, .context-menu menuitem:backdrop, .context-menu menuitem:backdrop:hover { color: #444444; background-color: transparent; }

menu menuitem arrow, .menu menuitem arrow, .context-menu menuitem arrow { min-height: 16px; min-width: 16px; }

menu menuitem arrow:dir(ltr), .menu menuitem arrow:dir(ltr), .context-menu menuitem arrow:dir(ltr) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); margin-left: 10px; }

menu menuitem arrow:dir(rtl), .menu menuitem arrow:dir(rtl), .context-menu menuitem arrow:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); margin-right: 10px; }

menu menuitem label:dir(rtl), menu menuitem label:dir(ltr), .menu menuitem label:dir(rtl), .menu menuitem label:dir(ltr), .context-menu menuitem label:dir(rtl), .context-menu menuitem label:dir(ltr) { color: inherit; }

menu > arrow, .menu > arrow, .context-menu > arrow { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; min-height: 16px; min-width: 16px; padding: 4px; background-color: #fcfcfc; border-radius: 0; }

menu > arrow.top, .menu > arrow.top, .context-menu > arrow.top { margin-top: -6px; border-bottom: 1px solid #e9e9e9; -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }

menu > arrow.bottom, .menu > arrow.bottom, .context-menu > arrow.bottom { margin-bottom: -6px; border-top: 1px solid #e9e9e9; -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }

menu > arrow:hover, .menu > arrow:hover, .context-menu > arrow:hover { background-color: #e9e9e9; }

menu > arrow:backdrop, .menu > arrow:backdrop, .context-menu > arrow:backdrop { background-color: #f9f9f9; }

menu > arrow:disabled, .menu > arrow:disabled, .context-menu > arrow:disabled { color: transparent; background-color: transparent; border-color: transparent; }

menuitem accelerator { color: alpha(currentColor,0.55); }

menuitem check, menuitem radio { min-height: 16px; min-width: 16px; }

menuitem check:dir(ltr), menuitem radio:dir(ltr) { margin-right: 7px; }

menuitem check:dir(rtl), menuitem radio:dir(rtl) { margin-left: 7px; }

/*************** Popovers   * */
popover.background { padding: 2px; border-radius: 5px; background-color: #fcfcfc; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }

popover.background modelbutton:hover, popover.background checkbutton:hover, popover.background radiobutton:hover { color: #000000; }

.csd popover.background, popover.background { border: 1px solid #828282; }

popover.background:backdrop { background-color: #fafafa; box-shadow: none; }

popover.background > list, popover.background > .view, popover.background > iconview, popover.background > toolbar { border-style: none; background-color: transparent; }

.csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier { border: 1px solid rgba(255, 255, 255, 0.1); }

popover.background separator { margin: 3px; }

popover.background list separator { margin: 0px; }

/************* Notebooks * */
notebook.frame { border-style: none; }

notebook.frame > header { margin-left: 0; }

notebook.frame > stack:not(:only-child) { border: 1px solid shade(#fafafa, 0.9); }

notebook > header { padding: 1px; background-color: #fafafa; }

notebook > header:backdrop { border-color: #898989; background-color: #fafafa; }

notebook > header tabs { margin: -1px; }

notebook > header.top > stack { border-top-style: none; }

notebook > header.top > tabs > tab { border-radius: 3px 3px 0 0; border: 1px solid shade(#fafafa, 0.9); }

notebook > header.top > tabs > tab:hover { background-color: #eee; }

notebook > header.top > tabs > tab:backdrop { box-shadow: none; }

notebook > header.top > tabs > tab:checked { border-width: 1px 1px 0 1px; }

notebook > header.bottom > stack { border-bottom-style: none; }

notebook > header.bottom > tabs > tab { border-radius: 0 0 3px 3px; }

notebook > header.bottom > tabs > tab:backdrop { box-shadow: none; }

notebook > header.bottom > tabs > tab:checked { border-width: 0 1px 1px 1px; }

notebook > header.left > stack { border-left-style: none; }

notebook > header.left > tabs > tab { border-radius: 3px 0 0 3px; }

notebook > header.left > tabs > tab:backdrop { box-shadow: none; }

notebook > header.left > tabs > tab:checked { border-width: 1px 0 1px 1px; }

notebook > header.right > stack { border-right-style: none; }

notebook > header.right > tabs > tab { border-radius: 0 3px 3px 0; }

notebook > header.right > tabs > tab:backdrop { box-shadow: none; }

notebook > header.right > tabs > tab:checked { border-width: 1px 1px 1px 0; }

notebook > header.top > tabs > arrow { border-top-style: none; }

notebook > header.bottom > tabs > arrow { border-bottom-style: none; }

notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { margin-left: -5px; margin-right: -5px; padding-left: 4px; padding-right: 4px; }

notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }

notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }

notebook > header.left > tabs > arrow { border-left-style: none; }

notebook > header.right > tabs > arrow { border-right-style: none; }

notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { margin-top: -5px; margin-bottom: -5px; padding-top: 4px; padding-bottom: 4px; }

notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }

notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }

notebook > header > tabs > arrow { min-height: 16px; min-width: 16px; border-radius: 0; }

notebook > header > tabs > arrow:hover:not(:active):not(:backdrop) { background-clip: padding-box; background-image: none; background-color: rgba(255, 255, 255, 0.3); border-color: transparent; box-shadow: none; }

notebook > header > tabs > arrow:disabled { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; }

notebook > header tab { min-height: 20px; min-width: 24px; padding: 3px 12px; outline-offset: -5px; color: #444444; background-color: #fafafa; border-width: 1px; border-radius: 3px; border-color: shade(#fafafa, 0.9); border-style: solid; }

notebook > header tab:hover { color: #444444; }

notebook > header tab:hover.reorderable-page { border-color: rgba(130, 130, 130, 0.3); background-color: rgba(206, 206, 206, 0.2); }

notebook > header tab:backdrop { color: #a2a2a2; }

notebook > header tab:backdrop.reorderable-page { border-color: transparent; background-color: transparent; }

notebook > header tab:checked { color: #000000; background-color: shade(#fafafa, 1.05); border-width: 1px 1px 0 1px; }

notebook > header tab:checked:backdrop { background-color: #fafafa; }

notebook > header tab:checked.reorderable-page { border-color: rgba(130, 130, 130, 0.5); background-color: shade(#fafafa, 1.05); }

notebook > header tab:backdrop:checked { color: #444444; }

notebook > header tab:backdrop:checked.reorderable-page { border-color: #898989; background-color: #fafafa; }

notebook > header tab button.flat, notebook > header tab .selection-mode button.titlebutton, .selection-mode notebook > header tab button.titlebutton, notebook > header tab button.titlebutton, notebook > header tab button.sidebar-button { padding: 0; margin-top: 1px; margin-bottom: 1px; min-width: 16px; min-height: 16px; }

notebook > header tab button.flat:hover, notebook > header tab button.titlebutton:hover, notebook > header tab button.sidebar-button:hover { color: currentColor; }

notebook > header tab button.flat, notebook > header tab .selection-mode button.titlebutton, .selection-mode notebook > header tab button.titlebutton, notebook > header tab button.titlebutton, notebook > header tab button.sidebar-button, notebook > header tab button.flat:backdrop { color: alpha(currentColor,0.3); }

notebook > header tab button.flat:last-child, notebook > header tab button.titlebutton:last-child, notebook > header tab button.sidebar-button:last-child { margin-left: 1px; margin-right: -1px; }

notebook > header tab button.flat:first-child, notebook > header tab button.titlebutton:first-child, notebook > header tab button.sidebar-button:first-child { margin-left: -1px; margin-right: 1px; }

notebook > header.top tabs, notebook > header.bottom tabs { padding: 0; }

notebook > header.top tabs:not(:only-child), notebook > header.bottom tabs:not(:only-child) { margin-left: 2px; margin-right: 2px; }

notebook > header.top tabs:first-child, notebook > header.bottom tabs:first-child { margin-left: -3px; }

notebook > header.top tabs:last-child, notebook > header.bottom tabs:last-child { margin-right: -3px; }

notebook > header.top tabs tab, notebook > header.bottom tabs tab { margin-left: 2px; margin-right: 2px; }

notebook > header.left tabs, notebook > header.right tabs { padding: 0; }

notebook > header.left tabs:not(:only-child), notebook > header.right tabs:not(:only-child) { margin-top: 2px; margin-bottom: 2px; }

notebook > header.left tabs:first-child, notebook > header.right tabs:first-child { margin-top: -3px; }

notebook > header.left tabs:last-child, notebook > header.right tabs:last-child { margin-bottom: -3px; }

notebook > header.left tabs tab, notebook > header.right tabs tab { margin-top: 2px; margin-bottom: 2px; }

notebook > header.top tab { padding-bottom: 4px; }

notebook > header.bottom tab { padding-top: 4px; }

notebook > header.top > tabs { margin-bottom: -2px; }

notebook > header.bottom > tabs { margin-top: -2px; }

notebook > header.left > tabs { margin-right: -2px; }

notebook > header.right > tabs { margin-left: -2px; }

notebook > header { margin-left: 6px; }

notebook > stack:not(:only-child) { background-color: shade(#fafafa, 1.05); border-width: 1px; border-color: shade(#fafafa, 0.9); border-style: solid; }

notebook > stack:not(:only-child):backdrop { background-color: #fafafa; }

/************** Scrollbars * */
scrollbar { transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

*, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link { -GtkScrollbar-has-backward-stepper: false; -GtkScrollbar-has-forward-stepper: false; }

scrollbar.vertical { background-image: linear-gradient(to right, #e8e8e8, white); }

scrollbar.vertical slider { background-image: linear-gradient(to right, #dbdbdb, #d1d1d1); }

scrollbar.vertical slider:hover { background-image: linear-gradient(to right, #c1c1c1, #cbcbcb); }

scrollbar.horizontal { background-image: linear-gradient(to bottom, #e8e8e8, white); }

scrollbar.horizontal slider { background-image: linear-gradient(to bottom, #dbdbdb, #d1d1d1); }

scrollbar.horizontal slider:hover { background-image: linear-gradient(to bottom, #c1c1c1, #cbcbcb); }

scrollbar.top { border-bottom: 1px solid #dbdbdb; }

scrollbar.bottom { border-top: 1px solid #dbdbdb; }

scrollbar.left { border-right: 1px solid #dbdbdb; }

scrollbar.right { border-left: 1px solid #dbdbdb; }

scrollbar:backdrop { background-color: #c6c6c6; border-color: #dbdbdb; transition: 200ms ease-out; }

scrollbar slider { min-width: 7px; min-height: 7px; margin: 3px; border: 1px solid #828282; border-radius: 10px; background-clip: padding-box; }

scrollbar slider:hover:active { background-color: #1a74d3; }

scrollbar slider:backdrop { background-color: white; }

scrollbar slider:disabled { background-color: transparent; }

scrollbar.fine-tune slider { min-width: 4px; min-height: 4px; }

scrollbar.fine-tune.horizontal slider { border-width: 5px 4px; }

scrollbar.fine-tune.vertical slider { border-width: 4px 5px; }

scrollbar.overlay-indicator:not(.dragging):not(.hovering) { border-color: transparent; opacity: 0.4; background-color: transparent; }

scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { margin: 0; min-width: 6px; min-height: 6px; background-color: shade(#000000, 0.9); background-image: none; border: 1px solid white; }

scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { min-width: 5px; min-height: 5px; background-color: shade(#000000, 0.9); background-image: none; background-clip: padding-box; border-radius: 100%; border: 1px solid white; -gtk-icon-source: none; }

scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { margin: 0 2px; min-width: 40px; }

scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { margin: 1px 2px; min-width: 5px; }

scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { margin: 2px 0; min-height: 40px; }

scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { margin: 2px 1px; min-height: 5px; }

scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { opacity: 0.8; }

scrollbar.horizontal slider { min-width: 40px; }

scrollbar.vertical slider { min-height: 40px; }

scrollbar button { padding: 0; min-width: 12px; min-height: 12px; border-style: none; border-radius: 0; transition-property: min-height, min-width, color; border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: #fafafa; }

scrollbar button:hover { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: #595959; }

scrollbar button:active, scrollbar button:checked { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: #1a74d3; }

scrollbar button:disabled { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: rgba(206, 206, 206, 0.2); }

scrollbar button:backdrop { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: white; }

scrollbar button:backdrop:disabled, scrollbar label:disabled selection:backdrop, label:disabled scrollbar selection:backdrop { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; color: rgba(255, 255, 255, 0.2); }

scrollbar.vertical button.down { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }

scrollbar.vertical button.up { -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }

scrollbar.horizontal button.down { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }

scrollbar.horizontal button.up { -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }

treeview ~ scrollbar.vertical { border-top: 1px solid #828282; margin-top: -1px; }

/********** Switch * */
switch { font-size: 0; outline-offset: -4px; box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px transparent; border: 1px solid alpha(black,0.25); border-radius: 10px; background-color: #afafaf; text-shadow: 0 1px rgba(0, 0, 0, 0.1); min-height: 20px; min-width: 20px; transition: all 200ms ease-in; /* only show i / o for the accessible theme */ }

switch:checked { box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px transparent; border-color: shade(#0f4278, 1.1); background-color: #bbd8f7; text-shadow: 0 1px rgba(15, 66, 120, 0.5), 0 0 2px rgba(255, 255, 255, 0.6); }

switch:disabled { border-color: #828282; background-color: #e0e0e0; box-shadow: 0 1px transparent; text-shadow: none; }

switch:backdrop { border-color: #898989; background-color: #b6b6b6; box-shadow: none; text-shadow: none; transition: 200ms ease-out; }

switch:backdrop:checked { color: #fafafa; border-color: rgba(15, 66, 120, 0.7); background-color: rgba(57, 142, 231, 0.7); background-image: none; box-shadow: none; }

switch:disabled { border-color: #898989; background-image: none; background-color: #e0e0e0; }

switch slider { margin: -1px; border: 1px solid alpha(black,0.2); border-radius: 10px; min-width: 20px; min-height: 20px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #000000; outline-color: rgba(60, 60, 60, 0.3); border-color: #828282; background-image: linear-gradient(to bottom, #dbdbdb 20%, #fafafa 90%); box-shadow: inset 0 1px rgba(255, 255, 255, 0.6), inset 0 -2px lightgray, inset 0 -1px #afafaf, 0 1px rgba(0, 0, 0, 0.1); }

switch image { color: transparent; }

switch:hover slider { color: #000000; outline-color: rgba(60, 60, 60, 0.3); border-color: #828282; background-image: linear-gradient(to bottom, #e5e5e5 10%, #d8d8d8 90%); box-shadow: inset 0 1px rgba(255, 255, 255, 0.6), inset 0 -2px #dbdbdb, inset 0 -1px #b5b5b5, 0 1px rgba(0, 0, 0, 0.1); }

switch:checked slider { border: 1px solid alpha(#0f4278,0.8); }

switch:disabled slider { border-color: #828282; background-color: #e0e0e0; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

switch:disabled slider label, switch:disabled slider { color: #444444; }

switch:backdrop slider { transition: 200ms ease-out; border-color: #898989; background-color: #fafafa; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

switch:backdrop slider label, switch:backdrop slider { color: #444444; }

switch:backdrop:checked slider { border-color: rgba(15, 66, 120, 0.7); }

switch:backdrop:disabled slider, label:disabled selection:backdrop slider { border-color: #898989; background-color: #e0e0e0; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

switch:backdrop:disabled slider label, label:disabled selection:backdrop slider label, switch:backdrop:disabled slider, label:disabled selection:backdrop slider { color: #a8a8a8; }

row:selected switch, headerbar.selection-mode row.subtitle:link switch, .selection-mode.titlebar:not(headerbar) row.subtitle:link switch { box-shadow: none; border-color: #0f4278; }

row:selected switch:backdrop, headerbar.selection-mode row.subtitle:link switch:backdrop, .selection-mode.titlebar:not(headerbar) row.subtitle:link switch:backdrop { border-color: #0f4278; }

row:selected switch.slider:dir(rtl), headerbar.selection-mode row.subtitle:link switch.slider:dir(rtl), .selection-mode.titlebar:not(headerbar) row.subtitle:link switch.slider:dir(rtl) { border-left-color: #828282; }

row:selected switch.slider:dir(ltr), headerbar.selection-mode row.subtitle:link switch.slider:dir(ltr), .selection-mode.titlebar:not(headerbar) row.subtitle:link switch.slider:dir(ltr) { border-right-color: #828282; }

row:selected switch.slider:checked, row:selected switch.slider, headerbar.selection-mode row.subtitle:link switch.slider, .selection-mode.titlebar:not(headerbar) row.subtitle:link switch.slider { border-color: #0f4278; }

/************************* Check and Radio items * */
.view.content-view.check:not(list), iconview.content-view.check:not(list) { -gtk-icon-shadow: none; -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png")); background-color: transparent; }

.view.content-view.check:hover:not(list), iconview.content-view.check:hover:not(list) { -gtk-icon-shadow: none; -gtk-icon-source: -gtk-scaled(url("assets/checkbox-hover-selectionmode.png"), url("assets/checkbox-hover-selectionmode@2.png")); background-color: transparent; }

.view.content-view.check:active:not(list), iconview.content-view.check:active:not(list) { -gtk-icon-shadow: none; -gtk-icon-source: -gtk-scaled(url("assets/checkbox-active-selectionmode.png"), url("assets/checkbox-active-selectionmode@2.png")); background-color: transparent; }

.view.content-view.check:backdrop:not(list), iconview.content-view.check:backdrop:not(list) { -gtk-icon-shadow: none; -gtk-icon-source: -gtk-scaled(url("assets/checkbox-backdrop-selectionmode.png"), url("assets/checkbox-backdrop-selectionmode@2.png")); background-color: transparent; }

.view.content-view.check:checked:not(list), iconview.content-view.check:checked:not(list) { -gtk-icon-shadow: none; -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png")); background-color: transparent; }

.view.content-view.check:checked:hover:not(list), iconview.content-view.check:checked:hover:not(list) { -gtk-icon-shadow: none; -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-hover-selectionmode.png"), url("assets/checkbox-checked-hover-selectionmode@2.png")); background-color: transparent; }

.view.content-view.check:checked:active:not(list), iconview.content-view.check:checked:active:not(list) { -gtk-icon-shadow: none; -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-selectionmode.png"), url("assets/checkbox-checked-active-selectionmode@2.png")); background-color: transparent; }

.view.content-view.check:backdrop:checked:not(list), iconview.content-view.check:backdrop:checked:not(list) { -gtk-icon-shadow: none; -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-selectionmode.png"), url("assets/checkbox-checked-backdrop-selectionmode@2.png")); background-color: transparent; }

checkbutton.text-button, radiobutton.text-button { padding: 2px 0; outline-offset: 0; }

checkbutton.text-button label:not(:only-child):first-child, radiobutton.text-button label:not(:only-child):first-child { margin-left: 4px; }

checkbutton.text-button label:not(:only-child):last-child, radiobutton.text-button label:not(:only-child):last-child { margin-right: 4px; }

check, radio { margin: 0 4px; min-height: 14px; min-width: 14px; border: 1px solid; -gtk-icon-source: none; color: #000000; outline-color: rgba(60, 60, 60, 0.3); border-color: #9b9b9b; background-color: #fff; }

check:only-child, radio:only-child { margin: 0; }

check:hover, radio:hover { color: #000000; outline-color: rgba(60, 60, 60, 0.3); border-color: #828282; background-image: linear-gradient(to bottom, #e5e5e5 10%, #d8d8d8 90%); box-shadow: inset 0 1px rgba(255, 255, 255, 0.6), inset 0 -2px #dbdbdb, inset 0 -1px #b5b5b5, 0 1px rgba(0, 0, 0, 0.1); }

check:active, radio:active { color: #000000; outline-color: rgba(60, 60, 60, 0.3); border-color: #828282; background-image: linear-gradient(to bottom, shade(shade(#fafafa, 0.85), 1.05), shade(shade(#fafafa, 0.85), 0.97)); box-shadow: inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); }

check:disabled, radio:disabled { border-color: #828282; background-color: #e0e0e0; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

check:disabled label, check:disabled, radio:disabled label, radio:disabled { color: #444444; }

check:backdrop, radio:backdrop { border-color: #898989; background-color: #fafafa; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); transition: 200ms ease-out; }

check:backdrop label, check:backdrop, radio:backdrop label, radio:backdrop { color: #444444; }

check:backdrop:disabled, label:disabled selection:backdrop, radio:backdrop:disabled { border-color: #898989; background-color: #e0e0e0; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

check:backdrop:disabled label, label:disabled selection:backdrop label, check:backdrop:disabled, label:disabled selection:backdrop, radio:backdrop:disabled label, radio:backdrop:disabled { color: #a8a8a8; }

row:selected check, headerbar.selection-mode row.subtitle:link check, .selection-mode.titlebar:not(headerbar) row.subtitle:link check, row:selected radio, headerbar.selection-mode row.subtitle:link radio, .selection-mode.titlebar:not(headerbar) row.subtitle:link radio { border-color: #0f4278; }

.osd check, .osd radio { color: #eeeeee; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(34, 34, 34, 0.8); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 238, 0.3); }

.osd check:hover, .osd radio:hover { color: #eeeeee; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(34, 34, 34, 0.8); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 238, 0.3); }

.osd check:active, .osd radio:active { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(0, 0, 0, 0.7); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; outline-color: rgba(238, 238, 238, 0.3); }

.osd check:backdrop, .osd radio:backdrop { color: #eeeeee; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(34, 34, 34, 0.8); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; }

.osd check:disabled, .osd radio:disabled { color: #888888; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(34, 34, 34, 0.8); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; }

menu menuitem check, menu menuitem radio { margin: 0; }

menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled, menu menuitem radio, menu menuitem radio:hover, menu menuitem radio:disabled { min-height: 14px; min-width: 14px; background-image: none; background-color: transparent; box-shadow: none; -gtk-icon-shadow: none; color: inherit; border-color: currentColor; animation: none; }

check { border-radius: 3px; }

check:checked { -gtk-icon-source: image(-gtk-recolor(url("assets/check-symbolic.svg")), -gtk-recolor(url("assets/check-symbolic.symbolic.png"))); }

check:indeterminate { -gtk-icon-source: image(-gtk-recolor(url("assets/dash-symbolic.svg")), -gtk-recolor(url("assets/dash-symbolic.symbolic.png"))); }

treeview.view radio:selected:focus, treeview.view radio:selected, treeview.view headerbar.selection-mode radio.subtitle:link, headerbar.selection-mode treeview.view radio.subtitle:link, treeview.view .selection-mode.titlebar:not(headerbar) radio.subtitle:link, .selection-mode.titlebar:not(headerbar) treeview.view radio.subtitle:link, radio { border-radius: 100%; }

treeview.view radio:checked:selected, treeview.view headerbar.selection-mode radio.subtitle:checked:link, headerbar.selection-mode treeview.view radio.subtitle:checked:link, treeview.view .selection-mode.titlebar:not(headerbar) radio.subtitle:checked:link, .selection-mode.titlebar:not(headerbar) treeview.view radio.subtitle:checked:link, radio:checked { -gtk-icon-source: image(-gtk-recolor(url("assets/bullet-symbolic.svg")), -gtk-recolor(url("assets/bullet-symbolic.symbolic.png"))); }

treeview.view radio:indeterminate:selected, treeview.view headerbar.selection-mode radio.subtitle:indeterminate:link, headerbar.selection-mode treeview.view radio.subtitle:indeterminate:link, treeview.view .selection-mode.titlebar:not(headerbar) radio.subtitle:indeterminate:link, .selection-mode.titlebar:not(headerbar) treeview.view radio.subtitle:indeterminate:link, radio:indeterminate { -gtk-icon-source: image(-gtk-recolor(url("assets/dash-symbolic.svg")), -gtk-recolor(url("assets/dash-symbolic.symbolic.png"))); }

@keyframes check_check { from { -gtk-icon-transform: translate(6px, -3px) rotate(-45deg) scaleY(0.2) rotate(45deg) scaleX(0); }
  to { -gtk-icon-transform: unset; } }

@keyframes check_radio { from { -gtk-icon-transform: scale(0); }
  to { -gtk-icon-transform: unset; } }

@keyframes check_indeterminate { from { -gtk-icon-transform: scale(0, 1); }
  to { -gtk-icon-transform: unset; } }

check:not(:indeterminate):checked { animation: check_check 400ms; }

radio:not(:indeterminate):checked { animation: check_radio 400ms; }

check:indeterminate:checked, radio:indeterminate:checked { animation: check_indeterminate 400ms; }

menu menuitem check:not(:indeterminate):checked, menu menuitem radio:not(:indeterminate):checked, menu menuitem check:indeterminate:checked:active, menu menuitem radio:indeterminate:checked { animation: none; }

treeview.view check:selected:focus, treeview.view check:selected, treeview.view headerbar.selection-mode check.subtitle:link, headerbar.selection-mode treeview.view check.subtitle:link, treeview.view .selection-mode.titlebar:not(headerbar) check.subtitle:link, .selection-mode.titlebar:not(headerbar) treeview.view check.subtitle:link, treeview.view radio:selected:focus, treeview.view radio:selected, treeview.view headerbar.selection-mode radio.subtitle:link, headerbar.selection-mode treeview.view radio.subtitle:link, treeview.view .selection-mode.titlebar:not(headerbar) radio.subtitle:link, .selection-mode.titlebar:not(headerbar) treeview.view radio.subtitle:link { color: #000000; border-color: #0f4278; }

treeview.view check:selected:disabled, treeview.view radio:selected:disabled { color: #444444; }

treeview.view check:selected:disabled:backdrop, treeview.view radio:selected:disabled:backdrop { color: #a8a8a8; }

treeview.view check:backdrop:selected, treeview.view headerbar.selection-mode .subtitle:backdrop:link, headerbar.selection-mode treeview.view .subtitle:backdrop:link, treeview.view .selection-mode.titlebar:not(headerbar) .subtitle:backdrop:link, .selection-mode.titlebar:not(headerbar) treeview.view .subtitle:backdrop:link, treeview.view check:backdrop, treeview.view radio:backdrop:selected, treeview.view radio:backdrop { color: #444444; }

/************ GtkScale * */
progressbar trough, scale fill, scale trough { background-color: #b3b3b3; }

progressbar trough:disabled, scale fill:disabled, scale trough:disabled { background-color: #e0e0e0; box-shadow: none; }

progressbar trough:backdrop, scale fill:backdrop, scale trough:backdrop { background-color: #b6b6b6; border-color: #898989; box-shadow: none; transition: 200ms ease-out; }

progressbar trough:backdrop:disabled, scale fill:backdrop:disabled, scale trough:backdrop:disabled, label:disabled selection:backdrop { background-color: #e0e0e0; }

row:selected progressbar trough, progressbar row:selected trough, row:selected scale fill, scale row:selected fill, row:selected scale trough, scale row:selected trough, headerbar.selection-mode row.subtitle:link progressbar trough, progressbar headerbar.selection-mode row.subtitle:link trough, headerbar.selection-mode row.subtitle:link scale fill, scale headerbar.selection-mode row.subtitle:link fill, headerbar.selection-mode row.subtitle:link scale trough, scale headerbar.selection-mode row.subtitle:link trough, .selection-mode.titlebar:not(headerbar) row.subtitle:link progressbar trough, progressbar .selection-mode.titlebar:not(headerbar) row.subtitle:link trough, .selection-mode.titlebar:not(headerbar) row.subtitle:link scale fill, scale .selection-mode.titlebar:not(headerbar) row.subtitle:link fill, .selection-mode.titlebar:not(headerbar) row.subtitle:link scale trough, scale .selection-mode.titlebar:not(headerbar) row.subtitle:link trough { box-shadow: none; }

row:selected progressbar trough, progressbar row:selected trough, row:selected scale fill, scale row:selected fill, row:selected scale trough, scale row:selected trough, headerbar.selection-mode row.subtitle:link progressbar trough, progressbar headerbar.selection-mode row.subtitle:link trough, headerbar.selection-mode row.subtitle:link scale fill, scale headerbar.selection-mode row.subtitle:link fill, headerbar.selection-mode row.subtitle:link scale trough, scale headerbar.selection-mode row.subtitle:link trough, .selection-mode.titlebar:not(headerbar) row.subtitle:link progressbar trough, progressbar .selection-mode.titlebar:not(headerbar) row.subtitle:link trough, .selection-mode.titlebar:not(headerbar) row.subtitle:link scale fill, scale .selection-mode.titlebar:not(headerbar) row.subtitle:link fill, .selection-mode.titlebar:not(headerbar) row.subtitle:link scale trough, scale .selection-mode.titlebar:not(headerbar) row.subtitle:link trough { border-color: #0f4278; }

.osd progressbar trough, progressbar .osd trough, .osd scale fill, scale .osd fill, .osd scale trough, scale .osd trough { border-color: rgba(0, 0, 0, 0.7); background-color: rgba(0, 0, 0, 0.5); box-shadow: none; outline-color: rgba(238, 238, 238, 0.2); }

.osd progressbar trough:disabled, progressbar .osd trough:disabled, .osd scale fill:disabled, scale .osd fill:disabled, .osd scale trough:disabled, scale .osd trough:disabled { background-color: rgba(34, 34, 34, 0.8); }

progressbar progress, scale highlight { border: 1px solid shade(#bbd8f7, 0.7); border-radius: 3px; background-image: linear-gradient(to bottom, shade(#bbd8f7, 1.1), shade(#bbd8f7, 0.9)); }

progressbar progress:disabled, scale highlight:disabled { background-color: transparent; border-color: transparent; }

progressbar progress:backdrop, scale highlight:backdrop { border-color: rgba(15, 66, 120, 0.7); background-color: rgba(57, 142, 231, 0.7); background-image: none; }

progressbar progress:backdrop:disabled, scale highlight:backdrop:disabled, label:disabled selection:backdrop { background-color: transparent; border-color: transparent; }

row:selected progressbar progress, progressbar row:selected progress, row:selected scale highlight, scale row:selected highlight, headerbar.selection-mode row.subtitle:link progressbar progress, progressbar headerbar.selection-mode row.subtitle:link progress, headerbar.selection-mode row.subtitle:link scale highlight, scale headerbar.selection-mode row.subtitle:link highlight, .selection-mode.titlebar:not(headerbar) row.subtitle:link progressbar progress, progressbar .selection-mode.titlebar:not(headerbar) row.subtitle:link progress, .selection-mode.titlebar:not(headerbar) row.subtitle:link scale highlight, scale .selection-mode.titlebar:not(headerbar) row.subtitle:link highlight { border-color: #0f4278; }

.osd progressbar progress, progressbar .osd progress, .osd scale highlight, scale .osd highlight { border-color: rgba(0, 0, 0, 0.7); }

.osd progressbar progress:disabled, progressbar .osd progress:disabled, .osd scale highlight:disabled, scale .osd highlight:disabled { border-color: transparent; }

scale { min-height: 10px; min-width: 10px; padding: 12px; }

scale fill, scale highlight { margin: -2px; }

scale slider { min-height: 13px; min-width: 13px; margin: -7px; }

scale.fine-tune.horizontal { padding-top: 9px; padding-bottom: 9px; min-height: 16px; }

scale.fine-tune.vertical { padding-left: 9px; padding-right: 9px; min-width: 16px; }

scale.fine-tune slider { margin: -6px; }

scale.fine-tune fill, scale.fine-tune highlight, scale.fine-tune trough { border-radius: 5px; -gtk-outline-radius: 7px; }

scale trough { padding: 1px; outline-offset: 2px; -gtk-outline-radius: 5px; }

scale fill, scale fill:backdrop { background-color: #828282; box-shadow: none; }

scale fill:disabled, scale fill:disabled:backdrop { border-color: transparent; background-color: transparent; }

.osd scale fill { background-color: rgba(91, 91, 91, 0.775); }

.osd scale fill:disabled, .osd scale fill:disabled:backdrop { border-color: transparent; background-color: transparent; }

scale slider { color: #000000; outline-color: rgba(60, 60, 60, 0.3); border-top-color: shade(#fafafa, 0.8); border-right-color: shade(#fafafa, 0.72); border-left-color: shade(#fafafa, 0.72); border-bottom-color: shade(#fafafa, 0.7); background-image: linear-gradient(to bottom, shade(shade(#fafafa, 1.02), 1.05), shade(shade(#fafafa, 1.02), 0.97)); box-shadow: inset 0 1px rgba(255, 255, 255, 0.6); background-image: linear-gradient(to bottom, shade(#fafafa, 1.45), shade(#fafafa, 1.15)); border: 1px solid #7a7a7a; border-radius: 100%; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition-property: background, border, box-shadow; }

scale slider:hover { color: #000000; outline-color: rgba(60, 60, 60, 0.3); border-color: #828282; background-image: linear-gradient(to bottom, #e5e5e5 10%, #d8d8d8 90%); box-shadow: inset 0 1px rgba(255, 255, 255, 0.6), inset 0 -2px #dbdbdb, inset 0 -1px #b5b5b5, 0 1px rgba(0, 0, 0, 0.1); }

scale slider:active { border-color: #0f4278; }

scale slider:disabled { border-color: #828282; background-color: #e0e0e0; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

scale slider:disabled label, scale slider:disabled { color: #444444; }

scale slider:backdrop { transition: 200ms ease-out; border-color: #898989; background-color: #fafafa; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

scale slider:backdrop label, scale slider:backdrop { color: #444444; }

scale slider:backdrop:disabled, scale label:disabled selection:backdrop, label:disabled scale selection:backdrop { border-color: #898989; background-color: #e0e0e0; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

scale slider:backdrop:disabled label, scale label:disabled selection:backdrop label, label:disabled scale selection:backdrop label, scale slider:backdrop:disabled, scale label:disabled selection:backdrop, label:disabled scale selection:backdrop { color: #a8a8a8; }

row:selected scale slider, headerbar.selection-mode row.subtitle:link scale slider, .selection-mode.titlebar:not(headerbar) row.subtitle:link scale slider, row:selected scale slider:disabled, headerbar.selection-mode row.subtitle:link scale slider:disabled { border-color: #0f4278; }

.osd scale slider { color: #eeeeee; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(34, 34, 34, 0.8); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 238, 0.3); border-color: rgba(0, 0, 0, 0.7); background-color: #222222; }

.osd scale slider:hover { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(65, 65, 65, 0.8); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; outline-color: rgba(238, 238, 238, 0.3); }

.osd scale slider:active { color: white; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(0, 0, 0, 0.7); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; outline-color: rgba(238, 238, 238, 0.3); }

.osd scale slider:disabled { color: #888888; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(34, 34, 34, 0.8); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; }

.osd scale slider:backdrop { color: #eeeeee; border-color: rgba(0, 0, 0, 0.7); background-color: rgba(34, 34, 34, 0.8); background-clip: padding-box; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; }

scale value { color: #000; }

scale marks { color: alpha(currentColor,0.4); }

scale marks.top { margin-bottom: 6px; margin-top: -12px; }

scale marks.bottom { margin-top: 6px; margin-bottom: -12px; }

scale marks.top { margin-right: 6px; margin-left: -12px; }

scale marks.bottom { margin-left: 6px; margin-right: -12px; }

scale.fine-tune marks.top { margin-bottom: 6px; margin-top: -9px; }

scale.fine-tune marks.bottom { margin-top: 6px; margin-bottom: -9px; }

scale.fine-tune marks.top { margin-right: 6px; margin-left: -9px; }

scale.fine-tune marks.bottom { margin-left: 6px; margin-right: -9px; }

scale.horizontal indicator { min-height: 6px; min-width: 1px; }

scale.horizontal.fine-tune indicator { min-height: 3px; }

scale.vertical indicator { min-height: 1px; min-width: 6px; }

scale.vertical.fine-tune indicator { min-width: 3px; }

scale.color { min-height: 0; min-width: 0; }

scale.color trough { background-image: image(#828282); background-repeat: no-repeat; }

scale.color.horizontal { padding: 0 0 15px 0; }

scale.color.horizontal trough { padding-bottom: 4px; background-position: 0 -3px; border-top-left-radius: 0; border-top-right-radius: 0; }

scale.color.horizontal slider:dir(ltr):hover, scale.color.horizontal slider:dir(ltr):backdrop, scale.color.horizontal slider:dir(ltr):disabled, scale.color.horizontal label:disabled selection:dir(ltr), label:disabled scale.color.horizontal selection:dir(ltr), scale.color.horizontal slider:dir(ltr):backdrop:disabled, scale.color.horizontal label:disabled selection:backdrop, label:disabled scale.color.horizontal selection:backdrop, scale.color.horizontal slider:dir(ltr), scale.color.horizontal slider:dir(rtl):hover, scale.color.horizontal slider:dir(rtl):backdrop, scale.color.horizontal slider:dir(rtl):disabled, scale.color.horizontal label:disabled selection:dir(rtl), label:disabled scale.color.horizontal selection:dir(rtl), scale.color.horizontal slider:dir(rtl):backdrop:disabled, scale.color.horizontal slider:dir(rtl) { margin-bottom: -15px; margin-top: 6px; }

scale.color.vertical:dir(ltr) { padding: 0 0 0 15px; }

scale.color.vertical:dir(ltr) trough { padding-left: 4px; background-position: 3px 0; border-bottom-right-radius: 0; border-top-right-radius: 0; }

scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:backdrop, scale.color.vertical:dir(ltr) slider:disabled, scale.color.vertical:dir(ltr) slider:backdrop:disabled, scale.color.vertical:dir(ltr) label:disabled selection:backdrop, label:disabled scale.color.vertical:dir(ltr) selection:backdrop, scale.color.vertical:dir(ltr) slider { margin-left: -15px; margin-right: 6px; }

scale.color.vertical:dir(rtl) { padding: 0 15px 0 0; }

scale.color.vertical:dir(rtl) trough { padding-right: 4px; background-position: -3px 0; border-bottom-left-radius: 0; border-top-left-radius: 0; }

scale.color.vertical:dir(rtl) slider:hover, scale.color.vertical:dir(rtl) slider:backdrop, scale.color.vertical:dir(rtl) slider:disabled, scale.color.vertical:dir(rtl) slider:backdrop:disabled, scale.color.vertical:dir(rtl) label:disabled selection:backdrop, label:disabled scale.color.vertical:dir(rtl) selection:backdrop, scale.color.vertical:dir(rtl) slider { margin-right: -15px; margin-left: 6px; }

scale.color.fine-tune.horizontal:dir(ltr), scale.color.fine-tune.horizontal:dir(rtl) { padding: 0 0 12px 0; }

scale.color.fine-tune.horizontal:dir(ltr) trough, scale.color.fine-tune.horizontal:dir(rtl) trough { padding-bottom: 7px; background-position: 0 -6px; }

scale.color.fine-tune.horizontal:dir(ltr) slider, scale.color.fine-tune.horizontal:dir(rtl) slider { margin-bottom: -15px; margin-top: 6px; }

scale.color.fine-tune.vertical:dir(ltr) { padding: 0 0 0 12px; }

scale.color.fine-tune.vertical:dir(ltr) trough { padding-left: 7px; background-position: 6px 0; }

scale.color.fine-tune.vertical:dir(ltr) slider { margin-left: -15px; margin-right: 6px; }

scale.color.fine-tune.vertical:dir(rtl) { padding: 0 12px 0 0; }

scale.color.fine-tune.vertical:dir(rtl) trough { padding-right: 7px; background-position: -6px 0; }

scale.color.fine-tune.vertical:dir(rtl) slider { margin-right: -15px; margin-left: 6px; }

/***************** Progress bars * */
progressbar { font-size: smaller; color: #000; font-feature-settings: "tnum"; }

progressbar.horizontal trough { min-height: 6px; padding: 1px 0; }

progressbar.horizontal progress { min-height: 8px; }

progressbar.vertical trough { min-width: 6px; padding: 0 1px; }

progressbar.vertical progress { min-width: 8px; }

progressbar.horizontal progress, progressbar.vertical progress { margin: 0; }

progressbar:backdrop { box-shadow: none; transition: 200ms ease-out; }

progressbar progress { border: 1px solid shade(#bbd8f7, 0.7); border-radius: 3px; }

progressbar progress.left { border-top-left-radius: 3px; border-bottom-left-radius: 3px; }

progressbar progress.right { border-top-right-radius: 3px; border-bottom-right-radius: 3px; }

progressbar progress.top { border-top-right-radius: 3px; border-top-left-radius: 3px; }

progressbar progress.bottom { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; }

progressbar.osd { min-width: 3px; min-height: 3px; background-color: transparent; }

progressbar.osd trough { border-style: none; border-radius: 0; background-color: transparent; box-shadow: none; }

progressbar.osd progress { border-style: none; border-radius: 0; }

progressbar trough.empty progress { all: unset; }

/************* Level Bar * */
levelbar block { min-width: 32px; min-height: 1px; }

levelbar.vertical block { min-width: 1px; min-height: 32px; }

levelbar:backdrop { transition: 200ms ease-out; }

levelbar trough { border: 1px solid; padding: 2px; border-radius: 3px; color: #000000; border-color: #828282; background-color: #fcfcfc; box-shadow: inset 0 0 0 1px rgba(57, 142, 231, 0); }

levelbar trough:backdrop { color: #4c4c4c; border-color: #898989; background-color: #f9f9f9; box-shadow: none; }

levelbar.horizontal.discrete block { margin: 0 1px; }

levelbar.vertical.discrete block { margin: 1px 0; }

levelbar block { border: 1px solid; border-radius: 1px; box-shadow: 0 1px rgba(0, 0, 0, 0.2); }

levelbar block:backdrop { box-shadow: none; }

levelbar block.low { border-color: #8f4700; background-color: #f57900; }

levelbar block.low:backdrop { border-color: #f57900; }

levelbar block.high, levelbar block:not(.empty) { border-color: #145ba6; background-color: #bbd8f7; }

levelbar block.high:backdrop, levelbar block:not(.empty):backdrop { border-color: #bbd8f7; }

levelbar block.full { border-color: #1c3802; background-color: #4e9a06; }

levelbar block.full:backdrop { border-color: #4e9a06; }

levelbar block.empty { background-color: transparent; border-color: rgba(60, 60, 60, 0.2); box-shadow: none; }

levelbar block.empty:backdrop { border-color: rgba(133, 133, 133, 0.15); }

/**************** Print dialog * */
printdialog paper { color: #000000; border: 1px solid #828282; background: white; padding: 0; }

printdialog paper:backdrop { color: #444444; border-color: #898989; }

printdialog .dialog-vbox { background-color: #fafafa; }

printdialog .dialog-vbox:backdrop { background-color: #fafafa; }

printdialog .dialog-action-box { margin: 12px; }

/********** Frames * */
frame > border, .frame { box-shadow: none; margin: 0; border-radius: 0; }

frame > border.flat, .frame.flat, button.frame.titlebutton, button.frame.sidebar-button, popover.background checkbutton.frame, popover.background radiobutton.frame, notebook > header > tabs > arrow.frame { border-style: none; }

frame > border:backdrop, .frame:backdrop { border-color: #898989; }

actionbar > revealer > box { padding: 6px; border-top: 1px solid #828282; }

actionbar > revealer > box:backdrop { border-color: #898989; }

scrolledwindow viewport.frame { border-style: none; }

scrolledwindow overshoot.top { background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#686868), to(rgba(104, 104, 104, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(60, 60, 60, 0.07)), to(rgba(60, 60, 60, 0))); background-size: 100% 5%, 100% 100%; background-repeat: no-repeat; background-position: center top; background-color: transparent; border: none; box-shadow: none; }

scrolledwindow overshoot.top:backdrop { background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#898989), to(rgba(137, 137, 137, 0))); background-size: 100% 5%; background-repeat: no-repeat; background-position: center top; background-color: transparent; border: none; box-shadow: none; }

scrolledwindow overshoot.bottom { background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#686868), to(rgba(104, 104, 104, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(60, 60, 60, 0.07)), to(rgba(60, 60, 60, 0))); background-size: 100% 5%, 100% 100%; background-repeat: no-repeat; background-position: center bottom; background-color: transparent; border: none; box-shadow: none; }

scrolledwindow overshoot.bottom:backdrop { background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#898989), to(rgba(137, 137, 137, 0))); background-size: 100% 5%; background-repeat: no-repeat; background-position: center bottom; background-color: transparent; border: none; box-shadow: none; }

scrolledwindow overshoot.left { background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#686868), to(rgba(104, 104, 104, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(60, 60, 60, 0.07)), to(rgba(60, 60, 60, 0))); background-size: 5% 100%, 100% 100%; background-repeat: no-repeat; background-position: left center; background-color: transparent; border: none; box-shadow: none; }

scrolledwindow overshoot.left:backdrop { background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#898989), to(rgba(137, 137, 137, 0))); background-size: 5% 100%; background-repeat: no-repeat; background-position: left center; background-color: transparent; border: none; box-shadow: none; }

scrolledwindow overshoot.right { background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#686868), to(rgba(104, 104, 104, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(60, 60, 60, 0.07)), to(rgba(60, 60, 60, 0))); background-size: 5% 100%, 100% 100%; background-repeat: no-repeat; background-position: right center; background-color: transparent; border: none; box-shadow: none; }

scrolledwindow overshoot.right:backdrop { background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#898989), to(rgba(137, 137, 137, 0))); background-size: 5% 100%; background-repeat: no-repeat; background-position: right center; background-color: transparent; border: none; box-shadow: none; }

scrolledwindow undershoot.top { background-color: transparent; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); padding-top: 1px; background-size: 10px 1px; background-repeat: repeat-x; background-origin: content-box; background-position: center top; border: none; box-shadow: none; }

scrolledwindow undershoot.bottom { background-color: transparent; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); padding-bottom: 1px; background-size: 10px 1px; background-repeat: repeat-x; background-origin: content-box; background-position: center bottom; border: none; box-shadow: none; }

scrolledwindow undershoot.left { background-color: transparent; background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); padding-left: 1px; background-size: 1px 10px; background-repeat: repeat-y; background-origin: content-box; background-position: left center; border: none; box-shadow: none; }

scrolledwindow undershoot.right { background-color: transparent; background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); padding-right: 1px; background-size: 1px 10px; background-repeat: repeat-y; background-origin: content-box; background-position: right center; border: none; box-shadow: none; }

scrolledwindow junction { border-color: transparent; border-image: linear-gradient(to bottom, #828282 1px, transparent 1px) 0 0 0 1/0 1px stretch; background-color: #b1b1b1; }

scrolledwindow junction:dir(rtl) { border-image-slice: 0 1 0 0; }

scrolledwindow junction:backdrop { border-image-source: linear-gradient(to bottom, #898989 1px, transparent 1px); background-color: #c6c6c6; transition: 200ms ease-out; }

separator { background: rgba(0, 0, 0, 0.1); min-width: 1px; min-height: 1px; }

/********* Lists * */
list { color: #000000; background-color: #fcfcfc; border-color: #828282; }

list:backdrop { color: #4c4c4c; background-color: #f9f9f9; border-color: #898989; }

list row { padding: 2px; }

list row.expander { padding: 0px; }

list row.expander .row-header { padding: 2px; }

list.separators row:not(:first-child) { border-top: 1px solid #828282; }

row { transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

row:hover { transition: none; }

row:backdrop { transition: 200ms ease-out; }

row.activatable.has-open-popup, row.activatable:hover { background-color: rgba(60, 60, 60, 0.05); }

row.activatable:active { box-shadow: inset 0 2px 2px -2px rgba(0, 0, 0, 0.2); }

row.activatable:backdrop:hover { background-color: transparent; }

row.activatable:selected:active, headerbar.selection-mode .activatable.subtitle:active:link, .selection-mode.titlebar:not(headerbar) .activatable.subtitle:active:link { box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); }

row.activatable:selected.has-open-popup, headerbar.selection-mode .activatable.has-open-popup.subtitle:link, .selection-mode.titlebar:not(headerbar) .activatable.has-open-popup.subtitle:link, row.activatable:selected:hover, headerbar.selection-mode .activatable.subtitle:hover:link, .selection-mode.titlebar:not(headerbar) .activatable.subtitle:hover:link { background-color: #8dbef2; }

row.activatable:selected:backdrop, headerbar.selection-mode .activatable.subtitle:backdrop:link, .selection-mode.titlebar:not(headerbar) .activatable.subtitle:backdrop:link { background-color: #bbd8f7; }

/********************* App Notifications * */
.app-notification, .app-notification.frame { padding: 10px; border-radius: 0 0 5px 5px; background-color: rgba(34, 34, 34, 0.8); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 2px); background-clip: padding-box; }

.app-notification:backdrop, .app-notification.frame:backdrop { background-image: none; transition: 200ms ease-out; }

.app-notification border, .app-notification.frame border { border: none; }

/************* Expanders * */
expander title > arrow { min-width: 16px; min-height: 16px; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }

expander title > arrow:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }

expander title > arrow:hover { color: #898989; }

expander title > arrow:disabled { color: #444444; }

expander title > arrow:disabled:backdrop { color: #a8a8a8; }

expander title > arrow:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }

/************ Calendar * */
calendar { color: #000000; border: 1px solid #828282; }

calendar:selected, headerbar.selection-mode calendar.subtitle:link, .selection-mode.titlebar:not(headerbar) calendar.subtitle:link { border-radius: 3px; }

calendar.header { border-bottom-color: rgba(0, 0, 0, 0.1); }

calendar.header:backdrop { border-bottom-color: rgba(0, 0, 0, 0.1); }

calendar.button { color: rgba(60, 60, 60, 0.45); }

calendar.button:hover { color: #000000; }

calendar.button:backdrop { color: rgba(133, 133, 133, 0.45); }

calendar.button:disabled, label:disabled selection.button { color: rgba(133, 133, 133, 0.45); }

calendar.highlight { color: #444444; }

calendar.highlight:backdrop { color: #a8a8a8; }

calendar:backdrop { color: #4c4c4c; border-color: #898989; }

calendar:indeterminate { color: alpha(currentColor,0.1); }

/*********** Dialogs * */
messagedialog .titlebar { min-height: 20px; background-image: none; background-color: #fafafa; border-style: none; border-top-left-radius: 7px; border-top-right-radius: 7px; }

messagedialog.csd.background { border-bottom-left-radius: 9px; border-bottom-right-radius: 9px; }

messagedialog.csd .dialog-action-area { padding: 0px; }

messagedialog.csd .dialog-action-area button { padding: 3px; border-radius: 0px; border-left-style: solid; border-right-style: none; border-bottom-style: none; }

messagedialog.csd .dialog-action-area button:first-child, messagedialog.csd .dialog-action-area combobox.linked button:nth-child(2):dir(rtl), combobox.linked messagedialog.csd .dialog-action-area button:nth-child(2):dir(rtl), messagedialog.csd .dialog-action-area .linked:not(.vertical) > combobox:first-child > box > button.combo, messagedialog.csd .dialog-action-area .linked.vertical > combobox:first-child > box > button.combo { border-left-style: none; border-bottom-left-radius: 7px; -gtk-outline-bottom-left-radius: 5px; }

messagedialog.csd .dialog-action-area button:last-child, messagedialog.csd .dialog-action-area combobox.linked button:nth-child(2):dir(ltr), combobox.linked messagedialog.csd .dialog-action-area button:nth-child(2):dir(ltr), messagedialog.csd .dialog-action-area .linked:not(.vertical) > combobox:last-child > box > button.combo, messagedialog.csd .dialog-action-area .linked.vertical > combobox:last-child > box > button.combo { border-bottom-right-radius: 7px; -gtk-outline-bottom-right-radius: 5px; }

filechooser .dialog-action-box { border-top: 1px solid #828282; }

filechooser .dialog-action-box:backdrop { border-top-color: #898989; }

filechooser #pathbarbox { border-bottom: 1px solid #fafafa; }

filechooser #pathbarbox stack { background-color: #fafafa; }

filechooserbutton:drop(active) { box-shadow: none; border-color: transparent; }

/*********** Sidebar * */
.sidebar { border-style: none; background-color: #dae0e6; -gtk-icon-style: regular; }

.sidebar row, .sidebar treeview { border-top: 1px solid transparent; border-bottom: 1px solid transparent; }

.sidebar row:selected, .sidebar headerbar.selection-mode row.subtitle:link, headerbar.selection-mode .sidebar row.subtitle:link, .sidebar .selection-mode.titlebar:not(headerbar) row.subtitle:link, .selection-mode.titlebar:not(headerbar) .sidebar row.subtitle:link, .sidebar row:selected:focus, .sidebar treeview:selected, .sidebar headerbar.selection-mode treeview.subtitle:link, headerbar.selection-mode .sidebar treeview.subtitle:link, .sidebar .selection-mode.titlebar:not(headerbar) treeview.subtitle:link, .selection-mode.titlebar:not(headerbar) .sidebar treeview.subtitle:link, .sidebar treeview:selected:focus { background-image: linear-gradient(to bottom, shade(#dae0e6, 0.87), shade(#dae0e6, 0.95) 10%, shade(#dae0e6, 0.99) 92%, shade(#dae0e6, 0.92)); border-top: 1px solid shade(#fafafa, 0.85); border-bottom: 1px solid shade(#fafafa, 1.12); }

.sidebar row:selected label, .sidebar headerbar.selection-mode row.subtitle:link label, headerbar.selection-mode .sidebar row.subtitle:link label, .sidebar .selection-mode.titlebar:not(headerbar) row.subtitle:link label, .selection-mode.titlebar:not(headerbar) .sidebar row.subtitle:link label, .sidebar row:selected:focus label, .sidebar treeview:selected label, .sidebar headerbar.selection-mode treeview.subtitle:link label, headerbar.selection-mode .sidebar treeview.subtitle:link label, .sidebar .selection-mode.titlebar:not(headerbar) treeview.subtitle:link label, .selection-mode.titlebar:not(headerbar) .sidebar treeview.subtitle:link label, .sidebar treeview:selected:focus label { color: #000000; }

.sidebar row:selected label:backdrop, .sidebar headerbar.selection-mode row.subtitle:link label:backdrop, headerbar.selection-mode .sidebar row.subtitle:link label:backdrop, .sidebar .selection-mode.titlebar:not(headerbar) row.subtitle:link label:backdrop, .selection-mode.titlebar:not(headerbar) .sidebar row.subtitle:link label:backdrop, .sidebar row:selected:focus label:backdrop, .sidebar treeview:selected label:backdrop, .sidebar headerbar.selection-mode treeview.subtitle:link label:backdrop, headerbar.selection-mode .sidebar treeview.subtitle:link label:backdrop, .sidebar .selection-mode.titlebar:not(headerbar) treeview.subtitle:link label:backdrop, .selection-mode.titlebar:not(headerbar) .sidebar treeview.subtitle:link label:backdrop, .sidebar treeview:selected:focus label:backdrop { color: #444444; }

.sidebar row:selected:backdrop, .sidebar headerbar.selection-mode row.subtitle:backdrop:link, headerbar.selection-mode .sidebar row.subtitle:backdrop:link, .sidebar .selection-mode.titlebar:not(headerbar) row.subtitle:backdrop:link, .selection-mode.titlebar:not(headerbar) .sidebar row.subtitle:backdrop:link, .sidebar row:selected:focus:backdrop, .sidebar treeview:selected:backdrop, .sidebar headerbar.selection-mode treeview.subtitle:backdrop:link, headerbar.selection-mode .sidebar treeview.subtitle:backdrop:link, .sidebar .selection-mode.titlebar:not(headerbar) treeview.subtitle:backdrop:link, .selection-mode.titlebar:not(headerbar) .sidebar treeview.subtitle:backdrop:link, .sidebar treeview:selected:focus:backdrop { background-image: none; background-color: #fafafa; color: #000000; border-top: 1px solid shade(#fafafa, 0.9); border-bottom: 1px solid shade(#fafafa, 0.9); }

.sidebar row .view:selected, .sidebar row iconview:selected, .sidebar row headerbar.selection-mode .view.subtitle:link, headerbar.selection-mode .sidebar row .view.subtitle:link, .sidebar row headerbar.selection-mode iconview.subtitle:link, headerbar.selection-mode .sidebar row iconview.subtitle:link, .sidebar row .selection-mode.titlebar:not(headerbar) .view.subtitle:link, .selection-mode.titlebar:not(headerbar) .sidebar row .view.subtitle:link, .sidebar row .selection-mode.titlebar:not(headerbar) iconview.subtitle:link, .selection-mode.titlebar:not(headerbar) .sidebar row iconview.subtitle:link, .sidebar row .view:selected:focus, .sidebar treeview .view:selected, .sidebar treeview iconview:selected, .sidebar treeview headerbar.selection-mode .view.subtitle:link, headerbar.selection-mode .sidebar treeview .view.subtitle:link, .sidebar treeview headerbar.selection-mode iconview.subtitle:link, headerbar.selection-mode .sidebar treeview iconview.subtitle:link, .sidebar treeview .selection-mode.titlebar:not(headerbar) .view.subtitle:link, .selection-mode.titlebar:not(headerbar) .sidebar treeview .view.subtitle:link, .sidebar treeview .selection-mode.titlebar:not(headerbar) iconview.subtitle:link, .selection-mode.titlebar:not(headerbar) .sidebar treeview iconview.subtitle:link, .sidebar treeview .view:selected:focus { color: #000000; }

.sidebar row:backdrop, .sidebar treeview:backdrop { background-color: transparent; }

stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left { border-right: 1px solid #828282; border-left-style: none; border-top-style: none; border-bottom-style: none; }

stacksidebar.sidebar:dir(rtl) list .sidebar:dir(rtl), stacksidebar.sidebar.right list .sidebar:dir(rtl), .sidebar.right { border-left: 1px solid #828282; border-right-style: none; border-top-style: none; border-bottom-style: none; }

.sidebar:backdrop { background-color: #e4e4e4; border-color: #898989; transition: 200ms ease-out; }

.sidebar list, .sidebar treeview { background-color: transparent; }

.sidebar list:backdrop, .sidebar treeview:backdrop { background-color: transparent; }

paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { border-style: none; }

stacksidebar row { padding: 10px 4px; }

stacksidebar row > label { padding-left: 6px; padding-right: 6px; }

stacksidebar row.needs-attention > label { background-size: 6px 6px, 0 0; }

/**************** File chooser * */
placessidebar > viewport.frame { border-style: none; }

placessidebar row { min-height: 24px; padding: 0px; }

placessidebar row > revealer { padding: 0 14px; }

placessidebar row:selected, placessidebar headerbar.selection-mode row.subtitle:link, headerbar.selection-mode placessidebar row.subtitle:link, placessidebar .selection-mode.titlebar:not(headerbar) row.subtitle:link, .selection-mode.titlebar:not(headerbar) placessidebar row.subtitle:link { color: #000000; }

placessidebar row:disabled { color: #444444; }

placessidebar row:backdrop { color: #444444; background-color: #fafafa; }

placessidebar row:backdrop:selected, placessidebar headerbar.selection-mode .subtitle:backdrop:link, headerbar.selection-mode placessidebar .subtitle:backdrop:link, placessidebar .selection-mode.titlebar:not(headerbar) .subtitle:backdrop:link, .selection-mode.titlebar:not(headerbar) placessidebar .subtitle:backdrop:link { color: #444444; }

placessidebar row:backdrop:disabled, placessidebar label:disabled selection:backdrop, label:disabled placessidebar selection:backdrop { color: #a8a8a8; }

placessidebar row image.sidebar-icon:dir(ltr) { padding-right: 8px; }

placessidebar row image.sidebar-icon:dir(rtl) { padding-left: 8px; }

placessidebar row label.sidebar-label:dir(ltr) { padding-right: 2px; }

placessidebar row label.sidebar-label:dir(rtl) { padding-left: 2px; }

button.sidebar-button { min-height: 26px; min-width: 26px; margin-top: 3px; margin-bottom: 3px; padding: 0; border-radius: 100%; -gtk-outline-radius: 100%; }

button.sidebar-button:not(:hover):not(:active) > image, button.sidebar-button:backdrop > image { opacity: 0.7; }

placessidebar row:selected:active, placessidebar headerbar.selection-mode row.subtitle:active:link, headerbar.selection-mode placessidebar row.subtitle:active:link, placessidebar .selection-mode.titlebar:not(headerbar) row.subtitle:active:link, .selection-mode.titlebar:not(headerbar) placessidebar row.subtitle:active:link { box-shadow: none; }

placessidebar row.sidebar-placeholder-row { padding: 0 8px; min-height: 2px; background-image: image(#4e9a06); background-clip: content-box; }

placessidebar row.sidebar-new-bookmark-row { color: #bbd8f7; }

placessidebar row:drop(active):not(:disabled) { color: #4e9a06; box-shadow: inset 0 1px #4e9a06, inset 0 -1px #4e9a06; }

placessidebar row:drop(active):not(:disabled):selected { color: #000000; background-image: linear-gradient(to bottom, #9dc8f2, #c1dcf7 10%, #d3e6f9 92%, #b4d5f5); }

placesview .server-list-button > image { transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -gtk-icon-transform: rotate(0turn); }

placesview .server-list-button:checked > image { transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -gtk-icon-transform: rotate(-0.5turn); }

placesview row.activatable:hover { background-color: transparent; }

placesview > actionbar > revealer > box > label { padding-left: 8px; padding-right: 8px; }

/********* Paned * */
paned > separator { min-width: 1px; min-height: 1px; -gtk-icon-source: none; border-style: none; background-color: transparent; }

paned > separator:selected, headerbar.selection-mode paned > separator.subtitle:link, .selection-mode.titlebar:not(headerbar) paned > separator.subtitle:link { background-image: image(#bbd8f7); }

paned > separator:backdrop { background-image: image(#898989); }

paned > separator.wide { min-width: 5px; min-height: 5px; background-color: #fafafa; background-image: image(#828282), image(#828282); background-size: 1px 1px, 1px 1px; }

paned > separator.wide:backdrop { background-color: #fafafa; background-image: image(#898989), image(#898989); }

paned.horizontal > separator { background-repeat: repeat-y; }

paned.horizontal > separator:dir(ltr) { margin: 0 -8px 0 0; padding: 0 8px 0 0; background-position: left; }

paned.horizontal > separator:dir(rtl) { margin: 0 0 0 -8px; padding: 0 0 0 8px; background-position: right; }

paned.horizontal > separator.wide { margin: 0; padding: 0; background-repeat: repeat-y, repeat-y; background-position: left, right; }

paned.vertical > separator { margin: 0 0 -8px 0; padding: 0 0 8px 0; background-repeat: repeat-x; background-position: top; }

paned.vertical > separator.wide { margin: 0; padding: 0; background-repeat: repeat-x, repeat-x; background-position: bottom, top; }

/************** GtkInfoBar * */
infobar { border-style: none; }

.info, .question, .warning, .error { text-shadow: 0 1px #1a74d3; }

.info:backdrop, .info, .question:backdrop, .question, .warning:backdrop, .warning, .error:backdrop, .error { background-color: #bbd8f7; border-color: #1a74d3; }

.info:backdrop label, .info:backdrop, .info label, .info, .question:backdrop label, .question:backdrop, .question label, .question, .warning:backdrop label, .warning:backdrop, .warning label, .warning, .error:backdrop label, .error:backdrop, .error label, .error { color: #000000; }

.info:backdrop, .question:backdrop, .warning:backdrop, .error:backdrop { text-shadow: none; }

.info button, .question button, .warning button, .error button { color: #000000; outline-color: rgba(255, 255, 255, 0.3); border-top-color: shade(#fafafa, 0.8); border-right-color: shade(#fafafa, 0.72); border-left-color: shade(#fafafa, 0.72); border-bottom-color: shade(#fafafa, 0.7); background-image: linear-gradient(to bottom, shade(shade(#bbd8f7, 1.02), 1.05), shade(shade(#bbd8f7, 1.02), 0.97)); box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); border-color: #145ba6; }

.info button:hover, .question button:hover, .warning button:hover, .error button:hover { color: #000000; outline-color: rgba(255, 255, 255, 0.3); border-color: #114f8f; background-image: linear-gradient(to bottom, shade(#bbd8f7, 1.15), shade(#bbd8f7, 1.07)); box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); }

.info button:active, .info button:checked, .question button:active, .question button:checked, .warning button:active, .warning button:checked, .error button:active, .error button:checked { color: #000000; outline-color: rgba(255, 255, 255, 0.3); border-color: #114f8f; background-image: linear-gradient(to bottom, shade(shade(#bbd8f7, 0.85), 1.05), shade(shade(#bbd8f7, 0.85), 0.97)); box-shadow: inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); }

.info button:disabled, .question button:disabled, .warning button:disabled, .error button:disabled { border-color: #114f8f; background-color: #569fea; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

.info button:disabled label, .info button:disabled, .question button:disabled label, .question button:disabled, .warning button:disabled label, .warning button:disabled, .error button:disabled label, .error button:disabled { color: #abcff5; }

.info button:backdrop, .question button:backdrop, .warning button:backdrop, .error button:backdrop { border-color: #bbd8f7; background-color: #bbd8f7; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #114f8f; }

.info button:backdrop label, .info button:backdrop, .question button:backdrop label, .question button:backdrop, .warning button:backdrop label, .warning button:backdrop, .error button:backdrop label, .error button:backdrop { color: #d7e8fa; }

.info button:backdrop:disabled, .info label:disabled selection:backdrop, label:disabled .info selection:backdrop, .question button:backdrop:disabled, .question label:disabled selection:backdrop, label:disabled .question selection:backdrop, .warning button:backdrop:disabled, .warning label:disabled selection:backdrop, label:disabled .warning selection:backdrop, .error button:backdrop:disabled, .error label:disabled selection:backdrop, label:disabled .error selection:backdrop { border-color: #569fea; background-color: #569fea; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: #114f8f; }

.info button:backdrop:disabled label, .info label:disabled selection:backdrop label, label:disabled .info selection:backdrop label, .info button:backdrop:disabled, .info label:disabled selection:backdrop, label:disabled .info selection:backdrop, .question button:backdrop:disabled label, .question label:disabled selection:backdrop label, label:disabled .question selection:backdrop label, .question button:backdrop:disabled, .question label:disabled selection:backdrop, label:disabled .question selection:backdrop, .warning button:backdrop:disabled label, .warning label:disabled selection:backdrop label, label:disabled .warning selection:backdrop label, .warning button:backdrop:disabled, .warning label:disabled selection:backdrop, label:disabled .warning selection:backdrop, .error button:backdrop:disabled label, .error label:disabled selection:backdrop label, label:disabled .error selection:backdrop label, .error button:backdrop:disabled, .error label:disabled selection:backdrop, label:disabled .error selection:backdrop { color: #91c1f1; }

.info label:selected:focus, .info label:selected:hover, .info label:selected, .info headerbar.selection-mode label.subtitle:link, headerbar.selection-mode .info label.subtitle:link, .info .selection-mode.titlebar:not(headerbar) label.subtitle:link, .selection-mode.titlebar:not(headerbar) .info label.subtitle:link, .question label:selected:focus, .question label:selected:hover, .question label:selected, .question headerbar.selection-mode label.subtitle:link, headerbar.selection-mode .question label.subtitle:link, .question .selection-mode.titlebar:not(headerbar) label.subtitle:link, .selection-mode.titlebar:not(headerbar) .question label.subtitle:link, .warning label:selected:focus, .warning label:selected:hover, .warning label:selected, .warning headerbar.selection-mode label.subtitle:link, headerbar.selection-mode .warning label.subtitle:link, .warning .selection-mode.titlebar:not(headerbar) label.subtitle:link, .selection-mode.titlebar:not(headerbar) .warning label.subtitle:link, .error label:selected:focus, .error label:selected:hover, .error label:selected, .error headerbar.selection-mode label.subtitle:link, headerbar.selection-mode .error label.subtitle:link, .error .selection-mode.titlebar:not(headerbar) label.subtitle:link, .selection-mode.titlebar:not(headerbar) .error label.subtitle:link { background-color: #1a74d3; }

/************* Buttonbox * */
buttonbox { padding: 6px 0; }

/************ Tooltips * */
tooltip { padding: 1px; /* not working */ border-radius: 5px; box-shadow: none; text-shadow: 0 1px black; }

tooltip.background { background-color: rgba(0, 0, 0, 0.8); background-clip: padding-box; border: 1px solid rgba(255, 255, 255, 0.1); }

tooltip decoration { background-color: transparent; }

tooltip *, tooltip headerbar.selection-mode .subtitle:link, headerbar.selection-mode tooltip .subtitle:link, tooltip .selection-mode.titlebar:not(headerbar) .subtitle:link, .selection-mode.titlebar:not(headerbar) tooltip .subtitle:link { padding: 1px; background-color: transparent; color: white; }

/***************** Color Chooser * */
colorswatch, colorswatch:drop(active) { border-style: none; }

colorswatch.top { border-top-left-radius: 5.5px; border-top-right-radius: 5.5px; }

colorswatch.top overlay { border-top-left-radius: 5px; border-top-right-radius: 5px; }

colorswatch.bottom { border-bottom-left-radius: 5.5px; border-bottom-right-radius: 5.5px; }

colorswatch.bottom overlay { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }

colorswatch.left, colorswatch:first-child:not(.top) { border-top-left-radius: 5.5px; border-bottom-left-radius: 5.5px; }

colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { border-top-left-radius: 5px; border-bottom-left-radius: 5px; }

colorswatch.right, colorswatch:last-child:not(.bottom) { border-top-right-radius: 5.5px; border-bottom-right-radius: 5.5px; }

colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { border-top-right-radius: 5px; border-bottom-right-radius: 5px; }

colorswatch.dark overlay { color: #000000; }

colorswatch.dark overlay:hover { border-color: rgba(0, 0, 0, 0.8); }

colorswatch.dark overlay:backdrop { color: #7d7d7d; }

colorswatch.light overlay { color: #000000; }

colorswatch.light overlay:hover { border-color: rgba(0, 0, 0, 0.5); }

colorswatch.light overlay:backdrop { color: #4c4c4c; }

colorswatch:drop(active) { box-shadow: none; }

colorswatch:drop(active).light overlay { border-color: #4e9a06; box-shadow: inset 0 0 0 2px #3d7805, inset 0 0 0 1px #4e9a06; }

colorswatch:drop(active).dark overlay { border-color: #4e9a06; box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.3), inset 0 0 0 1px #4e9a06; }

colorswatch overlay { box-shadow: inset 0 2px 2px -3px rgba(0, 0, 0, 0.7); border: 1px solid rgba(0, 0, 0, 0.3); }

colorswatch overlay:hover { box-shadow: inset 0 1px rgba(255, 255, 255, 0.3); }

colorswatch overlay:backdrop, colorswatch overlay:backdrop:hover { border-color: rgba(0, 0, 0, 0.3); box-shadow: none; }

colorswatch#add-color-button { border-radius: 5px 5px 0 0; }

colorswatch#add-color-button:only-child, .linked:not(.vertical) > combobox:only-child > box > button#add-color-button.combo, .linked.vertical > combobox:only-child > box > button#add-color-button.combo { border-radius: 5px; }

colorswatch#add-color-button overlay { color: #000000; outline-color: rgba(60, 60, 60, 0.3); border-top-color: shade(#fafafa, 0.8); border-right-color: shade(#fafafa, 0.72); border-left-color: shade(#fafafa, 0.72); border-bottom-color: shade(#fafafa, 0.7); background-image: linear-gradient(to bottom, shade(shade(#fafafa, 1.02), 1.05), shade(shade(#fafafa, 1.02), 0.97)); box-shadow: inset 0 1px rgba(255, 255, 255, 0.6); }

colorswatch#add-color-button overlay:hover { color: #000000; outline-color: rgba(60, 60, 60, 0.3); border-color: #828282; background-image: linear-gradient(to bottom, shade(#fafafa, 1.15), shade(#fafafa, 1.07)); box-shadow: inset 0 1px rgba(255, 255, 255, 0.6); }

colorswatch#add-color-button overlay:backdrop { border-color: #898989; background-color: #fafafa; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); }

colorswatch#add-color-button overlay:backdrop label, colorswatch#add-color-button overlay:backdrop { color: #444444; }

colorswatch:disabled { opacity: 0.5; }

colorswatch:disabled overlay { border-color: rgba(0, 0, 0, 0.6); box-shadow: none; }

row:selected colorswatch, headerbar.selection-mode row.subtitle:link colorswatch, .selection-mode.titlebar:not(headerbar) row.subtitle:link colorswatch { box-shadow: 0 0 0 2px #000000; }

colorswatch#editor-color-sample { border-radius: 4px; }

colorswatch#editor-color-sample overlay { border-radius: 4.5px; }

colorchooser .popover.osd { border-radius: 5px; }

/******** Misc * */
.content-view { background-color: #bcbcbc; }

.content-view:hover { -gtk-icon-effect: highlight; }

.content-view:backdrop { background-color: #bcbcbc; }

.osd .scale-popup button.flat, .osd .scale-popup button.titlebutton { border-style: none; border-radius: 5px; }

.scale-popup button:hover { background-color: rgba(60, 60, 60, 0.1); border-radius: 5px; }

/********************** Window Decorations * */
decoration { border-radius: 7px 7px 0 0; border-width: 0px; box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.23); margin: 10px; }

decoration:backdrop { box-shadow: 0 3px 9px 1px transparent, 0 2px 6px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.18); transition: 200ms ease-out; }

.maximized decoration, .fullscreen decoration, .tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration { border-radius: 0; }

.popup decoration { box-shadow: none; }

.ssd decoration { box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.23); }

.csd.popup decoration { border-radius: 0; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.13); }

tooltip.csd decoration { border-radius: 5px; box-shadow: none; }

messagedialog.csd decoration { border-radius: 7px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.13); }

.solid-csd decoration { margin: 0; padding: 4px; background-color: #828282; border: solid 1px #828282; border-radius: 0; box-shadow: inset 0 0 0 3px #fafafa, inset 0 1px rgba(255, 255, 255, 0.8); }

.solid-csd decoration:backdrop { box-shadow: inset 0 0 0 3px #fafafa, inset 0 1px rgba(255, 255, 255, 0.8); }

button.titlebutton { text-shadow: 0 1px rgba(255, 255, 255, 0.769231); -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231); }

button.titlebutton:not(.appmenu) { color: transparent; background-color: transparent; background-position: center; background-repeat: no-repeat; }

button.titlebutton:not(.appmenu):backdrop { opacity: 0.5; }

button.titlebutton.close { background-image: -gtk-scaled(url("assets/titlebutton-close.png"), url("assets/titlebutton-close@2.png")); }

button.titlebutton.close:backdrop { background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop.png"), url("assets/titlebutton-close-backdrop@2.png")); }

button.titlebutton.close:hover { background-image: -gtk-scaled(url("assets/titlebutton-close-hover.png"), url("assets/titlebutton-close-hover@2.png")); }

button.titlebutton.close:active { background-image: -gtk-scaled(url("assets/titlebutton-close-active.png"), url("assets/titlebutton-close-active@2.png")); }

button.titlebutton.maximize { background-image: -gtk-scaled(url("assets/titlebutton-maximize.png"), url("assets/titlebutton-maximize@2.png")); }

button.titlebutton.maximize:backdrop { background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop.png"), url("assets/titlebutton-maximize-backdrop@2.png")); }

button.titlebutton.maximize:hover { background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover.png"), url("assets/titlebutton-maximize-hover@2.png")); }

button.titlebutton.maximize:active { background-image: -gtk-scaled(url("assets/titlebutton-maximize-active.png"), url("assets/titlebutton-maximize-active@2.png")); }

button.titlebutton.minimize { background-image: -gtk-scaled(url("assets/titlebutton-minimize.png"), url("assets/titlebutton-minimize@2.png")); }

button.titlebutton.minimize:backdrop { background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop.png"), url("assets/titlebutton-minimize-backdrop@2.png")); }

button.titlebutton.minimize:hover { background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover.png"), url("assets/titlebutton-minimize-hover@2.png")); }

button.titlebutton.minimize:active { background-image: -gtk-scaled(url("assets/titlebutton-minimize-active.png"), url("assets/titlebutton-minimize-active@2.png")); }

button.titlebutton:backdrop { -gtk-icon-shadow: none; }

.selection-mode headerbar button.titlebutton, .selection-mode .titlebar button.titlebutton, headerbar.selection-mode button.titlebutton, .titlebar.selection-mode button.titlebutton { text-shadow: 0 -1px rgba(0, 0, 0, 0.548235); -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.548235); }

.selection-mode headerbar button.titlebutton:backdrop, .selection-mode .titlebar button.titlebutton:backdrop, headerbar.selection-mode button.titlebutton:backdrop, .titlebar.selection-mode button.titlebutton:backdrop { -gtk-icon-shadow: none; }

textview text:focus:selected, iconview:focus:selected, flowbox headerbar.selection-mode flowboxchild.subtitle:focus:link, headerbar.selection-mode flowbox flowboxchild.subtitle:focus:link, notebook > header > tabs > arrow.button:focus:selected, headerbar.selection-mode row.subtitle:focus:link, headerbar.selection-mode calendar.subtitle:focus:link, selection, .view:selected, .view text:selected, textview text:selected, iconview:selected, flowbox flowboxchild:selected, label:disabled selection, modelbutton.flat:selected, .menuitem.button.flat:selected, headerbar.selection-mode .view.subtitle:link, flowbox headerbar.selection-mode flowboxchild.subtitle:link, headerbar.selection-mode flowbox flowboxchild.subtitle:link, headerbar.selection-mode .flat.subtitle:link, popover.background checkbutton.flat:selected, popover.background radiobutton.flat:selected, popover.background checkbutton.button:selected, popover.background radiobutton.button:selected, notebook > header > tabs > arrow.button:selected, row:selected, headerbar.selection-mode row.subtitle:link, .selection-mode.titlebar:not(headerbar) row.subtitle:link, calendar:selected, headerbar.selection-mode calendar.subtitle:link, .selection-mode.titlebar:not(headerbar) calendar.subtitle:link, button.button.sidebar-button:selected, button.button.titlebutton:selected { color: #000000; background-color: #bbd8f7; }

selection:backdrop, .view:backdrop:selected, .view text:backdrop:selected, textview text:backdrop:selected, iconview:backdrop:selected, flowbox flowboxchild:backdrop:selected, label:disabled selection:backdrop, modelbutton.flat:backdrop:selected, .menuitem.button.flat:backdrop:selected, headerbar.selection-mode .view.subtitle:backdrop:link, flowbox headerbar.selection-mode flowboxchild.subtitle:backdrop:link, headerbar.selection-mode flowbox flowboxchild.subtitle:backdrop:link, headerbar.selection-mode .flat.subtitle:backdrop:link, popover.background checkbutton.flat:backdrop:selected, popover.background radiobutton.flat:backdrop:selected, popover.background checkbutton.button:backdrop:selected, popover.background radiobutton.button:backdrop:selected, notebook > header > tabs > arrow.button:backdrop:selected, row:backdrop:selected, headerbar.selection-mode row.subtitle:backdrop:link, .selection-mode.titlebar:not(headerbar) row.subtitle:backdrop:link, calendar:backdrop:selected, headerbar.selection-mode calendar.subtitle:backdrop:link, .selection-mode.titlebar:not(headerbar) calendar.subtitle:backdrop:link, button.button.sidebar-button:backdrop:selected, button.button.titlebutton:backdrop:selected { color: #7d7d7d; background-color: #d1d1d1; }

row:selected label, label:selected, headerbar.selection-mode row.subtitle:link label, headerbar.selection-mode label.subtitle:link, .selection-mode button.titlebutton, selection, .view:selected, .view text:selected, textview text:selected, iconview:selected, flowbox flowboxchild:selected, label:disabled selection, modelbutton.flat:selected, .menuitem.button.flat:selected, headerbar.selection-mode .view.subtitle:link, flowbox headerbar.selection-mode flowboxchild.subtitle:link, headerbar.selection-mode flowbox flowboxchild.subtitle:link, headerbar.selection-mode .flat.subtitle:link, popover.background checkbutton.flat:selected, popover.background radiobutton.flat:selected, popover.background checkbutton.button:selected, popover.background radiobutton.button:selected, notebook > header > tabs > arrow.button:selected, row:selected, headerbar.selection-mode row.subtitle:link, .selection-mode.titlebar:not(headerbar) row.subtitle:link, calendar:selected, headerbar.selection-mode calendar.subtitle:link, .selection-mode.titlebar:not(headerbar) calendar.subtitle:link, button.button.sidebar-button:selected, button.button.titlebutton:selected { color: #000000; outline-color: rgba(255, 255, 255, 0.3); }

row:selected label:backdrop, label:backdrop:selected, headerbar.selection-mode row.subtitle:link label:backdrop, headerbar.selection-mode label.subtitle:backdrop:link, .selection-mode button.titlebutton:backdrop, selection:backdrop, .view:backdrop:selected, .view text:backdrop:selected, textview text:backdrop:selected, iconview:backdrop:selected, flowbox flowboxchild:backdrop:selected, label:disabled selection:backdrop, modelbutton.flat:backdrop:selected, .menuitem.button.flat:backdrop:selected, headerbar.selection-mode .view.subtitle:backdrop:link, flowbox headerbar.selection-mode flowboxchild.subtitle:backdrop:link, headerbar.selection-mode flowbox flowboxchild.subtitle:backdrop:link, headerbar.selection-mode .flat.subtitle:backdrop:link, popover.background checkbutton.flat:backdrop:selected, popover.background radiobutton.flat:backdrop:selected, popover.background checkbutton.button:backdrop:selected, popover.background radiobutton.button:backdrop:selected, notebook > header > tabs > arrow.button:backdrop:selected, row:backdrop:selected, headerbar.selection-mode row.subtitle:backdrop:link, .selection-mode.titlebar:not(headerbar) row.subtitle:backdrop:link, calendar:backdrop:selected, headerbar.selection-mode calendar.subtitle:backdrop:link, .selection-mode.titlebar:not(headerbar) calendar.subtitle:backdrop:link, button.button.sidebar-button:backdrop:selected, button.button.titlebutton:backdrop:selected { color: #7d7d7d; background-color: #d1d1d1; }

.monospace { font-family: monospace; }

/********************** Touch Copy & Paste * */
cursor-handle { background-color: transparent; background-image: none; box-shadow: none; border-style: none; }

cursor-handle.top:dir(ltr), cursor-handle.bottom:dir(rtl) { -gtk-icon-source: -gtk-scaled(url("assets/text-select-start.png"), url("assets/text-select-start@2.png")); padding-left: 10px; }

cursor-handle.bottom:dir(ltr), cursor-handle.top:dir(rtl) { -gtk-icon-source: -gtk-scaled(url("assets/text-select-end.png"), url("assets/text-select-end@2.png")); padding-right: 10px; }

cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { -gtk-icon-source: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above.png"), url("assets/slider-horz-scale-has-marks-above@2.png")); }

cursor-handle.top:hover:dir(ltr), cursor-handle.bottom:hover:dir(rtl) { -gtk-icon-source: -gtk-scaled(url("assets/text-select-start-hover.png"), url("assets/text-select-start-hover@2.png")); padding-left: 10px; }

cursor-handle.bottom:hover:dir(ltr), cursor-handle.top:hover:dir(rtl) { -gtk-icon-source: -gtk-scaled(url("assets/text-select-end-hover.png"), url("assets/text-select-end-hover@2.png")); padding-right: 10px; }

cursor-handle.insertion-cursor:hover:dir(ltr), cursor-handle.insertion-cursor:hover:dir(rtl) { -gtk-icon-source: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-hover.png"), url("assets/slider-horz-scale-has-marks-above-hover@2.png")); }

cursor-handle.top:active:dir(ltr), cursor-handle.bottom:active:dir(rtl) { -gtk-icon-source: -gtk-scaled(url("assets/text-select-start-active.png"), url("assets/text-select-start-active@2.png")); padding-left: 10px; }

cursor-handle.bottom:active:dir(ltr), cursor-handle.top:active:dir(rtl) { -gtk-icon-source: -gtk-scaled(url("assets/text-select-end-active.png"), url("assets/text-select-end-active@2.png")); padding-right: 10px; }

cursor-handle.insertion-cursor:active:dir(ltr), cursor-handle.insertion-cursor:active:dir(rtl) { -gtk-icon-source: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-active.png"), url("assets/slider-horz-scale-has-marks-above-active@2.png")); }

.context-menu { font: initial; }

button.circular { border-radius: 9999px; -gtk-outline-radius: 9999px; }

button.circular label { padding: 0; }

.keycap { min-width: 20px; min-height: 25px; margin-top: 2px; padding-bottom: 3px; padding-left: 6px; padding-right: 6px; color: #000000; background-color: #fcfcfc; border: 1px solid; border-color: #a8a8a8; border-radius: 5px; box-shadow: inset 0 -3px #d7d7d7; font-size: smaller; }

.keycap:backdrop { background-color: #f9f9f9; color: #444444; transition: 200ms ease-out; }

:not(decoration):not(window):drop(active):focus, :not(decoration):not(window):drop(active), combobox:drop(active) button.combo:not(window) { border-color: #4e9a06; box-shadow: inset 0 0 0 1px #4e9a06; caret-color: #4e9a06; }

stackswitcher button.text-button { min-width: 100px; }

stackswitcher button.circular, stackswitcher button.text-button.circular { min-width: 32px; min-height: 32px; padding: 0; }

/************* App Icons * */
/* Outline for low res icons */
.lowres-icon { -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.3), -1px 0 rgba(0, 0, 0, 0.1); }

/* Dropshadow for large icons */
.icon-dropshadow { -gtk-icon-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 -1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.3), -1px 0 rgba(0, 0, 0, 0.1); }

/********* Emoji * */
popover.emoji-picker { padding-left: 0; padding-right: 0; }

popover.emoji-picker entry.search { margin: 3px 5px 5px 5px; }

button.emoji-section { border-color: transparent; border-width: 3px; border-style: none none solid; border-radius: 0; margin: 2px 4px 2px 4px; padding: 3px 0 0; min-width: 32px; min-height: 28px; /* reset props inherited from the button style */ background: none; box-shadow: none; text-shadow: none; outline-offset: -5px; }

button.emoji-section:first-child, combobox.linked button.emoji-section:nth-child(2):dir(rtl), .linked:not(.vertical) > combobox:first-child > box > button.emoji-section.combo, .linked.vertical > combobox:first-child > box > button.emoji-section.combo { margin-left: 7px; }

button.emoji-section:last-child, combobox.linked button.emoji-section:nth-child(2):dir(ltr), .linked:not(.vertical) > combobox:last-child > box > button.emoji-section.combo, .linked.vertical > combobox:last-child > box > button.emoji-section.combo { margin-right: 7px; }

button.emoji-section:backdrop:not(:checked) { border-color: transparent; }

button.emoji-section:hover { border-color: #828282; }

button.emoji-section:checked { border-color: #bbd8f7; }

button.emoji-section label { padding: 0; opacity: 0.55; }

button.emoji-section:hover label { opacity: 0.775; }

button.emoji-section:checked label { opacity: 1; }

popover.emoji-picker .emoji { font-size: x-large; padding: 6px; }

popover.emoji-picker .emoji :hover { background: #bbd8f7; border-radius: 6px; }

popover.emoji-completion arrow { border: none; background: none; }

popover.emoji-completion contents row box { padding: 2px 10px; }

popover.emoji-completion .emoji:hover { background: #bbd8f7; }

/* GTK NAMED COLORS ---------------- use responsibly! */
/*
widget text/foreground color */
@define-color theme_fg_color #000000;
/*
text color for entries, views and content in general */
@define-color theme_text_color #000000;
/*
widget base background color */
@define-color theme_bg_color #fafafa;
/*
text widgets and the like base background color */
@define-color theme_base_color #fcfcfc;
/*
base background color of selections */
@define-color theme_selected_bg_color #bbd8f7;
/*
text/foreground color of selections */
@define-color theme_selected_fg_color #000000;
/*
base background color of insensitive widgets */
@define-color insensitive_bg_color #e0e0e0;
/*
text foreground color of insensitive widgets */
@define-color insensitive_fg_color #444444;
/*
insensitive text widgets and the like base background color */
@define-color insensitive_base_color #fcfcfc;
/*
widget text/foreground color on backdrop windows */
@define-color theme_unfocused_fg_color #444444;
/*
text color for entries, views and content in general on backdrop windows */
@define-color theme_unfocused_text_color #000000;
/*
widget base background color on backdrop windows */
@define-color theme_unfocused_bg_color #fafafa;
/*
text widgets and the like base background color on backdrop windows */
@define-color theme_unfocused_base_color #f9f9f9;
/*
base background color of selections on backdrop windows */
@define-color theme_unfocused_selected_bg_color #bbd8f7;
/*
text/foreground color of selections on backdrop windows */
@define-color theme_unfocused_selected_fg_color #000000;
/*
widgets main borders color */
@define-color borders #828282;
/*
widgets main borders color on backdrop windows */
@define-color unfocused_borders #898989;
/*
these are pretty self explicative */
@define-color warning_color #f57900;
@define-color error_color #cc0000;
@define-color success_color #4e9a06;
/*
these colors are exported for the window manager and shouldn't be used in applications,
read if you used those and something break with a version upgrade you're on your own... */
@define-color wm_title shade(#000000, 1.8);
@define-color wm_unfocused_title #444444;
@define-color wm_highlight rgba(255, 255, 255, 0.8);
@define-color wm_borders_edge rgba(255, 255, 255, 0.8);
@define-color wm_bg_a shade(#fafafa, 1.2);
@define-color wm_bg_b #fafafa;
@define-color wm_shadow alpha(black, 0.35);
@define-color wm_border alpha(black, 0.18);
@define-color wm_button_hover_color_a shade(#fafafa, 1.3);
@define-color wm_button_hover_color_b #fafafa;
@define-color wm_button_active_color_a shade(#fafafa, 0.85);
@define-color wm_button_active_color_b shade(#fafafa, 0.89);
@define-color wm_button_active_color_c shade(#fafafa, 0.9);
@define-color content_view_bg #fcfcfc;
.XfceHeading { margin: 0; padding: 0; border-width: 0; background-image: none; background-color: shade(#fafafa, 1.18); color: #000000; text-shadow: 0px 1px rgba(0, 0, 0, 0.1); }

.xfce4-panel.background { background-color: rgba(36, 36, 36, 0.8); color: #fcfcfc; font-weight: normal; }

.xfce4-panel.background button { background-image: none; background-color: transparent; border-radius: 0; border-color: transparent; box-shadow: none; padding: 0 1px; color: #fcfcfc; text-shadow: 0px 1px rgba(0, 0, 0, 0.1); }

.xfce4-panel.background button:active, .xfce4-panel.background button:checked { background-image: none; background-color: shade(#686868, 0.7); border-color: shade(#686868, 0.6); color: #fcfcfc; transition: none; }

.xfce4-panel.background button:hover, .xfce4-panel.background button:active:hover, .xfce4-panel.background button:checked:hover { border-color: shade(#bbd8f7, 0.6); background-image: linear-gradient(to bottom, shade(#bbd8f7, 0.88), shade(#bbd8f7, 0.85)); color: #fcfcfc; box-shadow: inset 0 -1px alpha(white,0), inset 1px 0 alpha(white,0.15), inset -1px 0 alpha(white,0.15), inset 0 1px alpha(white,0.15); transition: none; }

.xfce4-panel.background button:drop(active), .xfce4-panel.background combobox:drop(active) button.combo, combobox:drop(active) .xfce4-panel.background button.combo { color: #4e9a06; border-color: #4e9a06; box-shadow: inset 0 0 0 1px #4e9a06; }

.xfce4-panel.background entry { caret-color: #000000; }

.xfce4-panel.background menu { -gtk-icon-effect: none; text-shadow: none; }

.xfce4-panel.background menu .linked button { color: #000000; outline-color: rgba(33, 33, 33, 0.3); border-top-color: shade(#fafafa, 0.8); border-right-color: shade(#fafafa, 0.72); border-left-color: shade(#fafafa, 0.72); border-bottom-color: shade(#fafafa, 0.7); background-image: linear-gradient(to bottom, shade(shade(#fcfcfc, 1.02), 1.05), shade(shade(#fcfcfc, 1.02), 0.97)); box-shadow: inset 0 1px white; }

.xfce4-panel.background menu .linked button:disabled { border-color: #828282; background-color: #e0e0e0; text-shadow: none; -gtk-icon-shadow: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); border-color: rgba(130, 130, 130, 0.5); }

.xfce4-panel.background menu .linked button:disabled label, .xfce4-panel.background menu .linked button:disabled { color: #444444; }

.xfce4-panel.background progressbar { margin: 0; }

.xfce4-panel.background progressbar.horizontal trough { min-height: 6px; padding: 0; }

.xfce4-panel.background progressbar.horizontal progress { min-height: 4px; }

.xfce4-panel.background progressbar.vertical trough { min-width: 6px; padding: 0; }

.xfce4-panel.background progressbar.vertical progress { min-width: 4px; }

.xfce4-panel.background progressbar progress { border-radius: 0px; }

.xfce4-panel.background progressbar trough { background: shade(#686868, 0.7); border-radius: 0px; border-color: shade(#686868, 0.4); }

.xfce4-panel.background .tasklist button { border-radius: 3px; text-shadow: 0 1px #000000; color: shade(#fcfcfc, 0.7); background-image: linear-gradient(to bottom, shade(#686868, 0.65), shade(#686868, 0.6), shade(#686868, 0.5), shade(#686868, 0.45)); border: none; }

.xfce4-panel.background .tasklist button.flat { background-image: none; border: none; box-shadow: none; }

.xfce4-panel.background .tasklist button:active, .xfce4-panel.background .tasklist button:checked { background-image: linear-gradient(to bottom, shade(#bbd8f7, 0.65), shade(#bbd8f7, 0.6), shade(#bbd8f7, 0.5), shade(#bbd8f7, 0.45)); color: shade(#fcfcfc, 1); box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 -1px rgba(0, 0, 0, 0.2); }

.xfce4-panel.background .tasklist button:hover, .xfce4-panel.background .tasklist button:active:hover, .xfce4-panel.background .tasklist button:checked:hover { background-image: linear-gradient(to bottom, shade(#bbd8f7, 0.85), shade(#bbd8f7, 0.8), shade(#bbd8f7, 0.7), shade(#bbd8f7, 0.65)); color: shade(#fcfcfc, 1); box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 -1px rgba(0, 0, 0, 0.2); }

.xfce4-panel.background .tasklist button image { padding: 3px; }

.xfce4-panel.background.horizontal .tasklist button { margin: 0 1px; }

.xfce4-panel.background.horizontal .tasklist button label { padding-right: 3px; }

.xfce4-panel.background.vertical .tasklist button { margin: 1px 0; }

.xfce4-panel.background.vertical .tasklist button label { padding-bottom: 3px; }

/* Workspace switcher provided by libwnck */
wnck-pager:selected, headerbar.selection-mode wnck-pager.subtitle:link, .selection-mode.titlebar:not(headerbar) wnck-pager.subtitle:link { background-color: shade(#bbd8f7, 0.88); }

wnck-pager:hover { background-color: #bbd8f7; }

/* Thunar's sidebar top border */
.thunar grid :backdrop { color: #444444; }

.thunar toolbar { border-bottom: none; }

.thunar toolbar entry { min-height: 24px; }

.thunar .sidebar.frame { border-top: 1px solid #828282; }

XfdesktopIconView.view { background: transparent; color: #fcfcfc; border-radius: 3px; }

XfdesktopIconView.view:active { background: rgba(23, 104, 189, 0.5); color: #bbd8f7; text-shadow: 0 1px 1px black; }

XfdesktopIconView.view .label { text-shadow: 1px 1px 2px black; }

XfdesktopIconView.view .label:active { color: #000000; }

XfdesktopIconView.view .rubberband { border-radius: 0; }

#XfceNotifyWindow { background-color: shade(#686868, 0.3); color: #fcfcfc; border-color: shade(#686868, 0.6); box-shadow: none; }

#XfceNotifyWindow buttonbox { padding: 0; }

#XfceNotifyWindow button { color: #fcfcfc; background-image: none; border-color: shade(#fcfcfc, 0.35); border-radius: 3px; box-shadow: none; }

#XfceNotifyWindow button:hover { background-color: shade(#686868, 0.4); border-color: shade(#fcfcfc, 0.45); }

#XfceNotifyWindow label#summary { font-weight: bold; }

#XfceNotifyWindow progressbar { min-height: 6px; border-radius: 3px; }

#XfceNotifyWindow progressbar progress { background-image: none; background-color: #fcfcfc; border: none; box-shadow: none; }

#XfceNotifyWindow progressbar trough { background-image: linear-gradient(to bottom, shade(#686868, 0.65), shade(#686868, 1.25)); border: 1px solid shade(#686868, 0.2); border-radius: 3px; padding: 1px 0; }

/* Xfwm4's alt-tab dialog, aka "tabwin" */
#xfwm-tabwin { padding: 12px; background-image: none; background-color: rgba(0, 0, 0, 0.8); color: shade(#000000, 0.65); text-shadow: 0px 1px rgba(0, 0, 0, 0.8); border-radius: 12px; /* Set the application icon- and preview-size to 64px */ -XfwmTabwinWidget-icon-size: 64px; -XfwmTabwinWidget-preview-size: 64px; }

#xfwm-tabwin button { background-image: none; color: #000000; font-weight: bold; text-shadow: 0px 1px rgba(0, 0, 0, 0.8); border: none; border-radius: 6px; box-shadow: none; }

#xfwm-tabwin button:active, #xfwm-tabwin button:checked, #xfwm-tabwin button:active:hover, #xfwm-tabwin button:checked:hover { background: rgba(206, 206, 206, 0.3); }

#xfwm-tabwin button:hover { background: #22558b; transition-duration: 50ms; }

#xfwm-tabwin .tabwin-app-grid button { min-width: 96px; min-height: 96px; }

#xfce4-terminal-notebook > stack:not(:only-child) { /* Make sure there are no extra borders for the tabs in the terminal apart from at the top */ border-left: none; border-right: none; border-bottom: none; }

.lightdm-gtk-greeter { /********* panel * */ /**************** login window * */ }

.lightdm-gtk-greeter #panel_window menubar { color: #fcfcfc; font-weight: bold; text-shadow: 0 1px transparentize black, 0.5; -gtk-icon-shadow: 0 1px transparentize black, 0.5; box-shadow: inset 0 -1px transparentize black, 0.5; background-color: rgba(36, 36, 36, 0.8); text-shadow: 0 1px transparentize black, 0.5; -gtk-icon-shadow: 0 1px transparentize black, 0.5; }

.lightdm-gtk-greeter #panel_window menubar menu { background-color: #fcfcfc; }

.lightdm-gtk-greeter #panel_window menubar menu menuitem { font-weight: normal; text-shadow: none; }

.lightdm-gtk-greeter #panel_window menubar separator { background: transparent; }

.lightdm-gtk-greeter #login_window, .lightdm-gtk-greeter #shutdown_dialog, .lightdm-gtk-greeter #restart_dialog { border-style: none; border-radius: 5px; background-color: #fcfcfc; color: #000000; box-shadow: inset 1px 0 shade(#fcfcfc, 0.6), inset -1px 0 shade(#fcfcfc, 0.6), inset 0 1px shade(#fcfcfc, 0.6), inset 0 -1px shade(#fcfcfc, 0.6); }

.lightdm-gtk-greeter #login_window button, .lightdm-gtk-greeter #shutdown_dialog button, .lightdm-gtk-greeter #restart_dialog button { padding: 3px 15px; /************************************ login/unlock and restart buttons * */ /******************* shutdown button * */ }

.lightdm-gtk-greeter #login_window button#login_button, .lightdm-gtk-greeter #login_window button#restart_button, .lightdm-gtk-greeter #shutdown_dialog button#login_button, .lightdm-gtk-greeter #shutdown_dialog button#restart_button, .lightdm-gtk-greeter #restart_dialog button#login_button, .lightdm-gtk-greeter #restart_dialog button#restart_button { border-color: shade(#bbd8f7, 0.8); background-image: linear-gradient(to bottom, shade(#bbd8f7, 1.02), shade(#bbd8f7, 0.95) 90%, shade(#bbd8f7, 0.9)); color: #000000; }

.lightdm-gtk-greeter #login_window button#login_button:hover, .lightdm-gtk-greeter #login_window button#login_button:active, .lightdm-gtk-greeter #login_window button#restart_button:hover, .lightdm-gtk-greeter #login_window button#restart_button:active, .lightdm-gtk-greeter #shutdown_dialog button#login_button:hover, .lightdm-gtk-greeter #shutdown_dialog button#login_button:active, .lightdm-gtk-greeter #shutdown_dialog button#restart_button:hover, .lightdm-gtk-greeter #shutdown_dialog button#restart_button:active, .lightdm-gtk-greeter #restart_dialog button#login_button:hover, .lightdm-gtk-greeter #restart_dialog button#login_button:active, .lightdm-gtk-greeter #restart_dialog button#restart_button:hover, .lightdm-gtk-greeter #restart_dialog button#restart_button:active { border-color: shade(#bbd8f7, 0.7); background-image: linear-gradient(to bottom, shade(#bbd8f7, 1.12), shade(#bbd8f7, 1.05) 90%, shade(#bbd8f7, 1)); }

.lightdm-gtk-greeter #login_window button#shutdown_button, .lightdm-gtk-greeter #shutdown_dialog button#shutdown_button, .lightdm-gtk-greeter #restart_dialog button#shutdown_button { border-color: shade(#cc0000, 0.8); background-image: linear-gradient(to bottom, shade(#cc0000, 1.02), shade(#cc0000, 0.95) 90%, shade(#cc0000, 0.9)); color: #000000; }

.lightdm-gtk-greeter #login_window button#shutdown_button:hover, .lightdm-gtk-greeter #login_window button#shutdown_button:active, .lightdm-gtk-greeter #shutdown_dialog button#shutdown_button:hover, .lightdm-gtk-greeter #shutdown_dialog button#shutdown_button:active, .lightdm-gtk-greeter #restart_dialog button#shutdown_button:hover, .lightdm-gtk-greeter #restart_dialog button#shutdown_button:active { border-color: shade(#cc0000, 0.7); background-image: linear-gradient(to bottom, shade(#cc0000, 1.12), shade(#cc0000, 1.05) 90%, shade(#cc0000, 1)); }

.lightdm-gtk-greeter #content_frame { padding-bottom: 14px; }

.lightdm-gtk-greeter #login_window menu { border-radius: 1px; }

.lightdm-gtk-greeter #login_window combobox button.combo { color: #000000; padding: 0; background: none; border-style: none; box-shadow: none; }

.lightdm-gtk-greeter #login_window #user_combobox { color: #000000; font-size: 18px; }

.lightdm-gtk-greeter #login_window #user_combobox menu { font-weight: normal; }

.lightdm-gtk-greeter #login_window #user_image { padding: 3px; border-radius: 3px; box-shadow: inset 1px 0 shade(#fcfcfc, 0.75), inset -1px 0 shade(#fcfcfc, 0.75), inset 0 1px shade(#fcfcfc, 0.55), inset 0 -1px shade(#fcfcfc, 0.85); }

.lightdm-gtk-greeter #login_window #user_image_border { border-radius: 3px; background-image: linear-gradient(to bottom, shade(#fcfcfc, 0.9), shade(#fcfcfc, 0.98) 10%, shade(#fcfcfc, 1) 99%, shade(#fcfcfc, 1)); box-shadow: inset 0 1px shade(#fcfcfc, 0.8), inset 0 -1px shade(#fcfcfc, 0.55); }

.lightdm-gtk-greeter #buttonbox_frame { padding-top: 20px; padding-bottom: 0px; border-style: none; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; background-image: linear-gradient(to bottom, shade(#fafafa, 0.85), shade(#fafafa, 0.98) 10%, shade(#fafafa, 1) 99%, shade(#fafafa, 1)); box-shadow: inset 1px 0 shade(#fcfcfc, 0.6), inset -1px 0 shade(#fcfcfc, 0.6), inset 0 1px shade(#fcfcfc, 0.6), inset 0 -1px shade(#fcfcfc, 0.6); }

/************************ NAUTILUS (aka Files) * */
.nautilus-window { background-color: #fcfcfc; }

.nautilus-window notebook, .nautilus-window notebook > stack { background-color: #fcfcfc; }

/* Floating status bar */
.floating-bar { background-color: #fcfcfc; border-style: solid; border-color: #828282; }

.floating-bar.left { border-radius: 0 3px 0 0; border-width: 1px 1px 0 0; }

.floating-bar.right { border-radius: 3px 0 0 0; border-width: 1px 0 0 1px; }

.floating-bar:backdrop { background-color: #fafafa; border-color: #898989; }

.floating-bar button { padding: 0px; }

/* Searchbar */
.search-bar { box-shadow: none; }

/* View */
.nautilus-list-view .view, .nautilus-list-view iconview { border-bottom: 1px solid #fafafa; /* Hide superfluous treeview drop target indication */ }

.nautilus-list-view .view.dnd, .nautilus-list-view iconview.dnd { border-style: none; }

/********* Geary * */
.conversation-frame .view.cell, .conversation-frame iconview.cell { background-color: #fcfcfc; }

.conversation-frame .view.cell:selected, .conversation-frame iconview.cell:selected, .conversation-frame headerbar.selection-mode .view.cell.subtitle:link, headerbar.selection-mode .conversation-frame .view.cell.subtitle:link, .conversation-frame headerbar.selection-mode iconview.cell.subtitle:link, headerbar.selection-mode .conversation-frame iconview.cell.subtitle:link, .conversation-frame .selection-mode.titlebar:not(headerbar) .view.cell.subtitle:link, .selection-mode.titlebar:not(headerbar) .conversation-frame .view.cell.subtitle:link, .conversation-frame .selection-mode.titlebar:not(headerbar) iconview.cell.subtitle:link, .selection-mode.titlebar:not(headerbar) .conversation-frame iconview.cell.subtitle:link, .conversation-frame .view.cell:selected:focus { background-color: #bbd8f7; }

/***************** Gnome Builder * */
headerbar entry .vertical.pan button image { min-height: 12px; padding: 0; }

UnityDecoration { -UnityDecoration-extents: 28px 1px 1px 1px; -UnityDecoration-input-extents: 10px; -UnityDecoration-shadow-offset-x: 1px; -UnityDecoration-shadow-offset-y: 1px; -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.7); -UnityDecoration-active-shadow-radius: 8px; -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.5); -UnityDecoration-inactive-shadow-radius: 5px; -UnityDecoration-glow-size: 10px; -UnityDecoration-glow-color: #bbd8f7; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; }

UnityDecoration .top { border: 1px solid shade(#fafafa, 0.7); border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 8px 0 8px; background-image: linear-gradient(to bottom, shade(#fafafa, 1.07), #fafafa); color: #000000; text-shadow: 0 1px shade(#fafafa, 1.2); }

UnityDecoration .top:backdrop { border: 1px solid shade(#fafafa, 0.8); border-bottom-width: 0; background-image: linear-gradient(to bottom, shade(#fafafa, 1.02), #fafafa); color: #000000; text-shadow: 0 1px shade(#fafafa, 1.1); }

UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom { background-color: shade(#fafafa, 0.7); }

UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop { background-color: shade(#fafafa, 0.8); }

UnityPanelWidget, .unity-panel { border-width: 0 0 1px 0; border-style: solid; border-color: shade(#686868, 1); background-color: shade(#686868, 0.35); }

UnityPanelWidget.menuitem, UnityPanelWidget .menuitem, .unity-panel.menuitem, .unity-panel .menuitem { border-width: 0 1px; color: #fcfcfc; }

UnityPanelWidget.menuitem:hover, UnityPanelWidget.menuitem *:hover, UnityPanelWidget.menuitem headerbar.selection-mode .subtitle:hover:link, headerbar.selection-mode UnityPanelWidget.menuitem .subtitle:hover:link, UnityPanelWidget.menuitem .selection-mode.titlebar:not(headerbar) .subtitle:hover:link, .selection-mode.titlebar:not(headerbar) UnityPanelWidget.menuitem .subtitle:hover:link, UnityPanelWidget .menuitem:hover, UnityPanelWidget .menuitem *:hover, UnityPanelWidget .menuitem headerbar.selection-mode .subtitle:hover:link, headerbar.selection-mode UnityPanelWidget .menuitem .subtitle:hover:link, UnityPanelWidget .menuitem .selection-mode.titlebar:not(headerbar) .subtitle:hover:link, .selection-mode.titlebar:not(headerbar) UnityPanelWidget .menuitem .subtitle:hover:link, .unity-panel.menuitem:hover, .unity-panel.menuitem *:hover, .unity-panel.menuitem headerbar.selection-mode .subtitle:hover:link, headerbar.selection-mode .unity-panel.menuitem .subtitle:hover:link, .unity-panel.menuitem .selection-mode.titlebar:not(headerbar) .subtitle:hover:link, .selection-mode.titlebar:not(headerbar) .unity-panel.menuitem .subtitle:hover:link, .unity-panel .menuitem:hover, .unity-panel .menuitem *:hover, .unity-panel .menuitem headerbar.selection-mode .subtitle:hover:link, headerbar.selection-mode .unity-panel .menuitem .subtitle:hover:link, .unity-panel .menuitem .selection-mode.titlebar:not(headerbar) .subtitle:hover:link, .selection-mode.titlebar:not(headerbar) .unity-panel .menuitem .subtitle:hover:link { border-color: shade(#686868, 0.8); background-color: shade(#686868, 0.75); color: #fcfcfc; }

@keyframes playbackmenuitem_spinner { to { -gtk-icon-transform: rotate(1turn); } }

.menu IdoPlaybackMenuItem.menuitem:active { -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); animation: playbackmenuitem_spinner 1s infinite linear; color: #000000; }

window.background.chromium { background-color: #fafafa; }

window.background.chromium button:not(.titlebutton) { border-color: #828282; }